@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;400;800&display=swap');
p , span , body , html , a {
        font-family: 'Oswald', sans-serif;
}
.bg_red{
    background-color: #d91b1e !important;
}
.color_red{
    color: #ff2e31 !important;
}
.color_red_d{
    color: #e12326 !important;
}
.colo_red{
    color: #e61135 !important;
}
.color_blue{
    color: #004e77 !important;
}
.color_blue_d{
    color: #212a2f !important;
}
.bg_blue{
    background-color: #065b89 !important;
}
.bg_blue_d{
    background-color: #004e77 !important;
}

.bg_blue_85{
    background-color: rgb(0 54 83 / 85%);
}
.font_34{
    font-size: 34px !important;
}
.font_31{
    font-size: 25px !important;
}
.font20{
    font-size: 20px !important;
}
.font18{
    font-size: 18px !important;
}
/*.wrap.top_header ul li span, .mobile_header ul li span {
    text-transform: uppercase;
}*/
.wrap.top_header ul li span, .mobile_header ul li span {
    font-size: 19px;
    line-height: 25px;font-weight: 400;
}
.top_header ul li .icon {
    min-width: 64px;
    min-height: 64px;
    display: flex;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    justify-content: center;
    align-items: center;
}
.top_header ul li .icon i {
    font-size:40px;
}
.font_size_19{
    font-size: 19px;
}
.font_size_30{
    font-size: 30px !important;
}
.font_w_6{
    font-weight: 600;
}
.font_w_7{
    font-weight: 700;
}
.top_header a.navbar-brand img {
    max-width: 109%;
}
.slider_content h3 {
    font-size: 50px;
    line-height: 55px;
}
.slider_content {
    max-width: 540px;
}


nav .navbar-nav li.nav-item a {
    padding: 8px 5px !important;
}


.ver-animate {
    max-width: 540px;
    position: absolute;
    z-index: 999 !important;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    letter-spacing: 3px;
}
.slider_content p {
    line-height: 40px;
}

.carousel-item {
    position: relative;
}


.carousel-indicators li {
    position:relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
     border: 0 !important;
    margin: 11px 0;
    background:transparent;border: 2px solid #fff !important;
}
/*.carousel-indicators li:after {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position:absolute;
    left:0;
    content:"";
    position: absolute;
    top: -4px;
    left: -3px;
    right: 0;
    bottom: 0;
    content: '';
    border: 2px solid #fff;
}*/

.carousel-indicators li.active {
     background: #fff; 
}

.carousel-indicators {
    position: absolute;
    left: unset;
    top: 50%;
    right: 20px;
    margin: 0;
    display: block;
    transform: translateY(-50%);
} 
li.nav-item {
    position: relative;
}

li.nav-item ul {
    position: absolute;
    z-index: 9999 !important;
    background: #c10003;    min-width: 310px;    padding-top: 15px !important;width: max-content;
}

nav .navbar-nav li.nav-item ul li.nav-item a {
      padding: 5px 0 !important;
    font-size: 15px;
    font-weight: 400;
    margin: 0 10px;    border-bottom: 1px solid #870002;
}
nav .navbar-nav li.nav-item ul li.nav-item:last-child a {  border-bottom: 0;
}
li.nav-item:hover ul {
    display: block !important;
}

li.nav-item:hover ul li.nav-item:hover{
     background: #e70e0e !important;
}
li.social span:hover img {
    transform: scale(1.1);
}

li.social span img {transition: all .5s ease !important;}






.owl-carousel.home-slider .owl-dots .owl-dot {
    display: block;
    margin: 10px 0;
}

.owl-carousel.home-slider .owl-dots {
    left: unset;
    bottom: unset;
    top: 40%;
    width: auto;
    right: 30px;
}
.owl-carousel.home-slider .owl-dots .owl-dot{
    background-color: transparent;
}
.our_services h3 , .fingerprint_sec h3 , .content_page h3{
    position: relative;
}
.our_services h3:after , .fingerprint_sec h3:after , .content_page h3:after{
    position: absolute;
    left: 50%;
    bottom: -15px;
    content: "";
    width: 70px; 
    height: 2px;
    transform: translate(-50%);
    background-color: #004e77;
}
.fingerprint_sec h3:after , .content_page h3:after{
    left: 0;transform: unset;
    bottom: -7px;
}
button.btn.bg_red {
    position: relative;
    bottom: -25px;
}


/*---service section-start--*/
.service_box {
    overflow: hidden;
}
.service_box .inner_box {
    border-radius: 10px !important;display: flex;
    align-items: center;
}
.service_box .inner_box .inner {
    position: relative;
    z-index: 9999;
}
.service_box .inner_box:after {
    background: rgb(5 91 137 / 85%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    z-index: 999;
    height: 100%;
}


/*
.service_box:hover .inner_box .default{
display: none;
}
.service_box:hover .inner_box:after {
    background:  #e41d1f;
}
.service_box:hover .inner_box .on_hove {
    display: block !important;
}
*/



.fingerprint_h  .service_box:hover .inner_box .default{
display: none;
}

.fingerprint_h .service_box:hover .inner_box:after {
    background:  #e41d1f;
}
.fingerprint_h .service_box:hover .inner_box .on_hove {
    display: block !important;
}





.service_box .inner_box li{
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
}
.about_page p{
      font-family: 'Inter', sans-serif;
}
.our_services  .inner_box  h3:after {
    background-color: #dd2023;
}
/*---service section-end--*/

.navbar-collapse.showmenu {
    display: block;
}

.navbar-collapse {
    display: none;
}

nav.navbar span.fa.fa-bars {
    color: #fff;
}
ul.navbar-nav li.nav-item:hover , ul.navbar-nav li.nav-item.active {
    background: #c10003 !important;
}

/*--fingerprint-start---*/
.banner_sec{
    background-size: cover;
    min-height: 365px;margin-bottom: 50px;

}

.fingerprint_banner{
    background-image: url(../images/fingerprint.png);
}
.first_aid_banner{
    background-image: url(../images/first_aid_banner.png); 
}
.security_page_banner{
    background-image: url(../images/security_banner.png);
}
.about_banner{
     background-image: url(../images/about_banner.png);
}
.live_fing_page , .faq_page{
     background-image: url(../images/fin_inner_1.png);  
}

.pms_banner{
     background-image: url(../images/pms_banner.png);  
}
.passport_page{
      background-image: url(../images/passport_page.png); 
}
.notary_banner{
     background-image: url(../images/notary_banner.png); 
}

.fax_banner{
         background-image: url(../images/fax_banner.png); 
}
.banner_car{
     background-image: url(../images/banner_car.png);
}
.inver_bannerpage_banner{
    background-image: url(../images/inver_banner.png);
}

.notery_banner{
    background-image: url(../images/notery.png);
}
.fax_banner{
      background-image: url(../images/fax_banner.png);
}
.banner_sec .caption {
    background: rgb(0 54 83 / 85%);
}
.banner_sec {
    position: relative;
}
.banner_sec .caption {
position: absolute;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    max-width: 1140px;
    margin: 0 auto;
}
.fingerprint_sec p  , .content_page p , .content_page ul li{
    font-size: 16px;
    color: #212a2f;
    letter-spacing: -0.5px;font-family: 'Inter', sans-serif;line-height: 23px;
}
.invistagation_page h6 , .content_page h6{
    font-size: 17px;
    color: #212a2f; letter-spacing: 1px;
}
 .invistagation_page h6 {
font-family: 'Inter', sans-serif;
}
.fingerprint_sec .img_sec ,.content_page .img_sec {
    border-radius: 10px;
    overflow: hidden;
}
.content ul {
    padding-left: 15px;
}
/*.about_page p{
        line-height: 24px;
}*/
.content_page p {
line-height: 20px;
    letter-spacing: -0.5px;
    text-align: justify;
}
.content_page p.mb-1 {
    margin-bottom: 10px !important;
}

/*--fingerprint-end---*/ 

.invistagation_page h6, .content_page h6 {
    padding-left: 15px;
}
.bookmark{
    background-color: #ececec;
}



@media(min-width: 1170px){
.home-slider .slider-item {
    background-size: 100% 100% !important;
}
.banner_sec {
    background-size: 100%;
    background-repeat: no-repeat;
} 
/*
.banner_sec {
    min-height: 25.347vw;
}
*/}

@media(max-width: 1200px){
    .mb_slider{
        display: block;
    }
    .ds_slider{
        display: none;
    }
    }
    @media(min-width: 1200px){
        .mb_slider{
            display: none;
        }
        .ds_slider{
            display: block;
        }

        }

@media(max-width: 1024px){
    .top_header ul li span br {
    display: none;
}
}


@media(max-width: 991px){
ul.navbar-nav li.nav-item.dropdown ul {
    width: 100%;
    background: #c10003;
    padding-left: 15px;
}
}
@media(max-width: 768px){

a.navbar-brand.d-md-none img {
    max-width: 200px;
}
.mobile_header {
    background-color: #d91b1e !important;
}

.mobile_header ul li img {
    max-width: 25px;
}
.slider_content h3 {
    font-size: 50px;
    line-height: 30px;
}
.hero-wrap .slider-text p {
    font-size: 18px !important;
}
.wrap.top_header ul li span, .mobile_header ul li span {
    font-size: 16px;
}
.mobile_header ul li img {
    max-width: 18px;
}
}

  /* Default to hiding mobile services */
  .mb_services {
    display: none;
}

/* Show mobile services on small screens */
@media (max-width: 768px) {
    .ds_Services {
        display: none;
    }
    .mb_services {
        display: block;
    }
}

/* Hide desktop services on small screens */
@media (min-width: 769px) {
    .ds_Services {
        display: block;
    }
    .mb_services {
        display: none;
    }
}




@media(max-width: 767px){
    .back_white{
    background-color: #fff !important;
}
nav.navbar  span.fa.fa-bars {
    color: #fff;
}

.d-flex.top_header_wraper ul li .icon {
    display: none;
}

.d-flex.top_header_wraper {
    display: block !important;
    text-align: center;
}

.top_header_wraper  ul {
    display: block !important;
}
.d-flex.top_header_wraper ul li span .d-block  ,
.d-flex.top_header_wraper ul li.social  .d-block{
    display: unset !important;
}
.d-flex.top_header_wraper ul li.social {
    margin-top: 5px;
}
.wrap.top_header ul li span {
    padding: 0 !important;
}

.top_header a.navbar-brand img{
    padding: 10px;
}
#hide-on-mobile {
    display: none;
  }
}



@media(max-width: 667px){
    .fingerprint_sec h3 , .content_page h3 {
    font-size: 25px;
}
.ver-animate {
    max-width: 85%;
    left: 5%;
}
.slider_content h3 {
    font-size: 20px;
    line-height: 25px;
}

.slider_content p {
    font-size: 18px !important;
    line-height: 22px;
}
footer h3 {
    font-size: 30px !important;
}
.carousel-indicators li {
    margin: 3px 0;
    }
}


@media(max-width: 510px){
    .mobile_header ul{
        flex-wrap: wrap;
    }
.mobile_header ul li{
    width: 100%;
}

.wrap.top_header ul li span, .mobile_header ul li span {
    font-size: 23px;
}
}



@media(max-width: 414px){
.carousel-indicators {
    right: 10px;top: 40%;
}


    div#carouselExampleIndicators {
    max-height: 280px;
}
.slider_content h3 {
    font-size: 18px;
    line-height: 20px;
}
.slider_content p {
    font-size: 16px !important;
    line-height: 19px;
}
.home_slider .carousel-item img {
   min-height: 280px;
    object-fit: cover; 
}

.fingerprint_sec h3  ,.content_page h3{
    font-size: 19px;
}
}