@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
*{
    font-family: 'Open Sans', sans-serif;
}

body{
    font-size: 17px;
    color:#444;
    overflow-x: hidden;
}


header{
    position: absolute;
    top:0;
    right:0;
    left:0;
    z-index:999;
    padding-top: 15px;
}

header .logo{
    display: block;
}
header .logo img{ width: 60%; max-width: 110px; }

section{
    overflow: hidden;
}

.padding-2{
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.navbar{
}

/* .navbar-nav{
    padding-right: 10rem;
    color: #fff;
} */
.navbar-collapse{
    justify-content: right;
}
.btn {
    padding: 8px 15px;
    color:#fff !important;
    border:2px solid #fff;
    font-size: 20px;
    outline: none !important;
    margin: 0;
    font-weight: 500;
}

.btn.type-2{
    color:#0142aa !important;
    border:2px solid #0142aa;
}

.btn:focus{
    box-shadow:none;
}

.padding{
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.color-darkblue{
    color: #0142aa;
}

.color-white{
    color:#fff !important;
}

.background-darkblue{
    background: #0142aa;
}

.background-white{
    background: #fff;
}

.heading{
    font-size: 36px;
    font-weight:bold;
}

.heading-2{
 font-weight: bold;
 font-size: 2rem;
 text-transform: uppercase;
}


.hr-small{
 width:80px;
 height:5px;
 display: block;
 margin-bottom: 10px;
}

.navbar-nav .nav-link{
    color: #fff !important;
    font-size: 18px;
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
   
}
.navbar-nav{
    background-attachment: scroll;
}

.nav-link {
    color: #fff;
   margin: 0px 6px;
}
.nav-link::after {
    content: ' ';
    width: 0%;
    height: 2px;
    background: #fff;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-link:hover::after{
    width: 100%;
    color: #fff;
    
}
.main-btn {
    text-decoration: none;
    
}
.main-btn button {
    background: transparent;
    padding: 10px 20px;
    border-style: 2px solid #fff;
}
/* .carousel-control-next span {
    border: 1px solid #fff;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 50px;
    align-items: center;
    padding: 0 !important;
    background: transparent;
    justify-content: center;
} */

.carousel-caption{
    right: 0;
    left: 0;
}

.banner .title{
    font-weight: 700;
    color: #fff;
    font-size: 3.1rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.banner .title span{
    display: block;
    font-weight: 400;
    font-size: 2rem;
}
.banner a {
    text-decoration: none;
    color: #fff;
}
.banner button {
    background: transparent;
    border-color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}
.banner {
    margin-bottom:3rem;
    animation: fadeInUp;
    animation-duration: 1.5s;
}
.about {
    text-align: center;
  
}
.about h2{
    font-size: 38px;
    font-weight: 700;
}

.about-text {
    text-align: center;
}
.about-text a{
    text-decoration: none;
    color: #0142aa;
}
.about-text button{
    border-color: #0142aa;
    padding: 7px 15px;
    border-radius: 5px;
}

.service-text{
    padding-left: 1rem;
    border-left:4px solid #fff;
    color:#fff !important;
}

.service-text h4{
    font-weight: 400;
    font-size: 22px;
}

#service {
    background: url(../images/service-banner-img.jpg);
}

.Manager img {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.hover-1:hover {
    background: #00b0eb !important;
    transition: background 0.4s fade-in;
}

.hover-2:hover {
    background: #00b0eb !important;
    transition: background 0.4s fade-in;
    color: #fff !important;
}

.home-demo .items {
    position: relative;
    text-align: center;
    background: #000;
    width:fit-content;
    margin: 1rem auto;
}


.home-demo .items .text {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    padding: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding-bottom: 2rem;
    background: linear-gradient(#00000000,#000000);
    border:2px solid #fff;
}


.home-demo .items .text h5 {
    color: #f4bb16;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
}

.home-demo .items .text a{
    color:#fff;
    display: inline-block;
    padding: 4px 12px;
    font-size: 14px;
    border: 2px solid #fff;
    border-radius: 3px;
    text-decoration: none;
}

.home-demo .items img{
    border:2px solid #fff;
    max-width: 270px;
    display: inline-block !important;
/*    opacity:0.8;*/
}

.home-demo.owl-carousel .owl-item:nth-child(even){
    margin-top: 4rem;
}

.home-demo.owl-carousel .owl-nav {
    display: block !important;
    position: absolute;
    right: 0;
    top: -6rem;
}

.home-demo.owl-carousel .owl-nav button.owl-next, .home-demo.owl-carousel .owl-nav button.owl-prev{
   color:#fff !important;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    border:2px solid #fff !important;
    border-radius: 50%;
    font-size: 34px;
}

.home-demo.owl-carousel .owl-nav button.owl-next span, .home-demo.owl-carousel .owl-nav button.owl-prev span{
    display: block;
    margin-top: -5px;
}

.home-demo.owl-carousel .owl-nav button.owl-prev{
    margin-right: 10px;
}

.experts-div{
    display: flex;
}  
.experts-div img{
    width:100px;
    height: 95px;
    margin-right:10px;
}
.team-text {
    padding-top: 10px;
    color: #fff;
}

.team-text h4{
    font-weight: 600;
}

.team-work p{
    font-size: 18px;
    color: #fff;
}
.team-work h2 {
    color: #fff;
}
.card {
    position: relative;
    border-radius: 5px;
    background: #063b8e;
    overflow: hidden;
    display: flex;
    margin: 14px 0;
    /* border-top: 1px solid rgba(255,255,255,0.5);
    border-left: 1px solid rgba(255,255,255,0.5); */
    backdrop-filter: blur(5px);
}

.p{
    color: rgb(199, 199, 199);
    
}
.core-team h3 {
    text-align: center;
    margin: 19px 0;
    color:#fff;
    font-weight: 700;
}
.manager {
    display: flex;
    padding:5px 0;
    margin-bottom: 1rem;
}
.manager i {
    margin-right: 8px;
    color:#fff; 
    display:flex; 
    font-size:26px;
    margin-top: 5px;
}
.manager .port {
    color:#fff;
}

.manager .port h4{
    font-weight: 600;
    margin-bottom: 2px;
}

.manager .port p{
    margin-bottom: 0;
}

.about-img-text {
    padding-left: 10px;
    border-left:4px solid #fff;
    position: absolute;
    bottom: 1rem;
    left: 1.8rem;
    color:#fff;
}

.about-img-text .number{
    font-size: 5rem;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin-top: -1rem;
    margin-bottom: -1rem;
}

.about-img-text .text{
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    line-height: 24px;
}

.award {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}
.custom p {
    margin-bottom: 0
}
.award img {
    height: 82px;
    width: 71px;
    margin-right: 1rem;
}
.anchore{
    padding: 1rem 0;
    
}
.anchore p {
    color: #000;
}
.touch {
    background: url(../images/get-in-sub-banner-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.contactus{
    position: relative;
}
.contactus .title{
    color:#fff !important;
    justify-content: center;
    align-items: center;
}
.contact form{
    background-color: transparent;
    font-weight: 500;
}
.form{
    grid-area: form;

}

.contact{
    /* padding: 40px; */
    background: transparent;
   
}
.box{
    position:relative;
    /* display: grid; */
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 5fr 4fr;
    grid-template-areas: "form info" "form map";
    /* grid-gap:20px; */
    margin-top: 20px;
}

.formbox{
    position: relative;
    width: 100%;

}
.formbox .row50{
    display: flex;
    gap: 10px;
}
.inputbox{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.formbox .row100 .inputbox{
    width: 100%;
}
.inputbox span{
    color:#18b7ff;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 500;
    background: transparent;
}
.inputbox input{
    padding: 10px;
    background: transparent;
    outline: none;
    border: 1px solid rgb(226, 226, 226);
    border-radius: 3px;
    margin-top: 1rem;
    color: #f2f2f2;
}
.inputbox textarea{
    padding: 10px;
    background: transparent;
    outline: none;
    border: 1px solid rgb(226, 226, 226);
    resize: none;
    min-height: 130px;
    margin-top: 1rem;
    border-radius: 3px;
    color:#f2f2f2;
}
.inputbox input[type="button"]{
    background: #0142aa;
    color: #fff;
    border: none;
    font-weight: 400;
    cursor: pointer;
    border-radius: 5px;
    text-transform: capitalize;
    border:0;
    border-radius: 3px;
    padding: 11px 22px;
    font-size: 18px;
    width: fit-content;
/*    margin-bottom: 0;*/
}
.inputbox ::placeholder{
    color: rgb(192, 190, 190);
}

form{
    margin-bottom: 0;
}
  .owl-dots{
    text-align: center;
  }
  .our-client {
      background: #e5ecf6;
  }
  /* .owl-dot {
    display: inline-block;
    height: 15px !important;
    width: 15px !important;
    background-color: #222222 !important;
    opacity: 0.8;
    border-radius: 50%;
    margin: 0 5px;
  } */
  
  .owl-prev {
    display: none;
    
  }
  .owl-next {
      display: none;
     
  }


.brand-carousel.owl-carousel .owl-stage{
    display: flex;
    align-items: center;
    justify-content: center;
}


  .single-logo{text-align: center;}
  .single-logo img{max-width: fit-content;margin: auto;}

/* .contact-text {
    background-color: #0142aa;
} */
.contact-text h5 {
    color: #fff;
}
.reach {
    border-left: 5px solid #0142aa !important;
    top: 3rem;
    color:#000;
}
.reach h2 {
    margin: 0px 6;
}
.card {
    /* box-shadow: 20px 20px 50px rgba(0,0,0,0.5);
    border: none;  */
}
.card-1 {
    position: relative;
    border-radius: 0;
    background: #fff;
    overflow: hidden;
    border:1px solid #ddd;
}

.card-body{
    background: #0142aa;
}

.card-title{
    margin-bottom: 0;
    font-weight: 600;
}

.card-footer{
    background-color: #fff;
    padding: 1rem;
    display:flex;
    min-height: 100px;
    align-items: center;
    border:0 !important;
}
.card-footer i:before, .contact-icon:before {
    font-size:22px; 
    color:#fff;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    background: #0142aa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.contact-icon:before{
    font-size: 20px;
}

.card-footer p {
    color: #000;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
}
.card-body h5 {
    color:#fff;
}
.footer {
    background: rgb(12, 12, 12);
    padding-top: 3rem;
    padding-bottom: 1rem;
}

.footer-links{
    padding-right: 1.5rem;
}

.footer-links a{
    display: block;
    color: rgb(170, 170, 170);
    text-decoration: none;
    padding: 8px 0;
    border-bottom: 1px dotted;
    white-space: nowrap;
    max-width: 130px;
}
.footer-links span{
    display: block;
    color: rgb(170, 170, 170);
    text-decoration: none;
    padding: 8px 0;
    border-bottom: 1px dotted;
    white-space: nowrap;
    max-width: 130px;
}

.footer-link {
    background: #141414;
    border-top: 1px solid #333;
    text-align: center;
    color: rgb(170, 170, 170);
}

.footer-link a{
    text-decoration: none;
    color: rgb(170, 170, 170);
}

.carousel-control-prev {
    left: 2rem;
}

.carousel-control-next {
    right: 2rem;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
    width: 50px;
    height:50px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border:2px solid #fff;
    line-height: 22px;
    font-size: 22px;
    border-radius: 50%;
    opacity: 1;
}

/*Banner*/

.main-image{
    background: #000;
}

.main-image img{
    opacity:0.6;
}

.navbar-light .navbar-toggler-icon{
    background: url(../images/icon-menu-bars.svg) !important;
}

.navbar-nav .nav-item .submenu{
    display: none;
    margin-left:0;
    padding-left: 0;
    list-style: none;
    background: #0142aaaa;
    min-width: 200px;
    position: absolute;
}

.navbar-nav .nav-item .submenu a.nav-link{
/*    color:#0142aa !important;*/
}

.navbar-nav .nav-item:hover .submenu{
    display: block;
}

/*Mobile Menu*/

.mob-bar-icon:before{
    width:45px;
    height:45px;
    display: inline-flex;
    border:2px solid #fff;
    color:#fff;
    font-size: 24px;
    justify-content: center;
    align-items: center;
}

.mobMenu{
   background: #0142aa;
max-width: 100%;
    animation: slideInLeft;
    animation-duration: 1s;
}

.mobMenu .modal-dialog{
   margin: 0;
    max-width: 100% !important;
}

.mobMenu .modal-content{
   background: none;
    border:none;
}

.mobMenu{
   
}

.mob-menu{
    padding-top: 3rem;
}

.mob-menu span{
    display: flex;
    width: 100%;
    border-bottom: 1px dotted #fff;
    align-items: center;
    color:#fff;
}

.mob-menu span i {
    font-size: 22px;
    margin-right: 5px;
}

.mob-menu span a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    width: 100%;
    padding: 10px 5px;
    color:#fff;
}

.mobMenu .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    background: none;
    font-size: 24px;
    padding: 0;
    width: auto;
    height: auto;
}

.mobMenu .btn-close i:before{
    width:32px;
    height:32px;
    color:#000;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobMenu span.submenu-mob{
    display: block;
}

.mobMenu span.submenu-mob a{
    border-bottom: 1px dotted #fff;
}

.mobMenu span.submenu-mob a:last-child{
    border: none;
}

.breadcrumbs{
    padding-top: 12rem;
    padding-bottom: 5rem;
    color:#fff;
    text-align: center;
    background: linear-gradient(90deg, rgba(0,0,0, 0.45), rgba(0,0,0, 0.6)), url(../images/slider-images/banner-2.jpg);
    background-size: cover;
    background-position: center;
}

.breadcrumbs .title{
    color:#fff;
    font-weight: 700;
    font-size: 2.7rem;
    text-transform: uppercase;
}

.breadcrumbs .crumbs a, .breadcrumbs .crumbs{
    color:#fff;
    text-decoration: none;
    text-transform: capitalize;
}

.contact-form-contact{
    background: #f2f2f2;
    padding: 2rem 2rem 3rem;
    border-radius: 20px;
}

.contact-form-contact input, .contact-form-contact textarea{
    border:1px solid #0142aa;
    color: #0142aa;
}

.contact-form-contact .formbox .row50{
    gap:10;
}

ol, ul{
    padding-left: 19px;
    margin-left: 0;
}


.page-404{
    padding: 3rem 0.5rem;
}

.page-404 i{
    font-size:9rem;
    display: block;
    color:#0042aa;
    margin-bottom: 1rem;
}

.page-404 h2{
    color:#00b0eb;
    font-weight:700;
}

.page-404 h5{
    font-weight:normal;
}

.page-404 a{
    font-size:1.2rem;
    background: #00b0eb;
    color:#fff;
    padding:0.6rem 1.2rem;
    display: inline-block;
    margin-top: 1rem;
    text-decoration: none;
}

.page-404 a i{
    font-size:1.2rem;
    display: inline;
    color:#fff;
}

.core-team-div{
    height: 513px;
    overflow-y: auto;
}
.core-team-div::-webkit-scrollbar {
  display: none;
}

.core-team-div {
  -ms-overflow-style: none; 
  scrollbar-width: none; 
}

.why-choose{
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

.why-choose:last-child{
    margin-bottom: 1rem !important;
}

.why-choose i{
    color:#0142aa;
}

.award-block{
    display: flex;
    align-items: center;
    border: 1px solid #0142aa;
    padding: 0.8rem 0.5rem;
    height: 100%;
    line-height: 1.3;
    border-radius: 10px;
    font-weight: 500;
}

.award-block i{
   color:#0142aa;
    font-size: 60px;
    margin-right: 10px;
}

.award-block strong{
    color:#0142aa;
    display: block;
}

.carousel-control-next, .carousel-control-prev {
    width: auto;
}

.para-text{
    text-align: justify !important;
}

@media screen and (max-width: 720px){
    .breadcrumbs{
        padding-top: 8rem;
        padding-bottom: 5rem;
    }
    .breadcrumbs .title{
        font-size: 2rem;
    }
    .breadcrumbs .crumbs a, .breadcrumbs .crumbs{
        font-size: 14px;
    }
    .contact-form-contact{
        padding: 1.6rem 1rem 2rem;
    }
    .navbar-brand img{
        width:83px;
    }
    .navbar{
        padding-top: 1rem;
    }
    .banner {
        margin-bottom: 0.5rem;
    }
    .banner .title{
        font-size: 1.7rem;
        margin-bottom: 1rem;
    }
    .banner .title span{
        font-size: 1.5rem;
    }
    .banner a{
        font-size: 16px;
        padding: 6px 12px;
    }
    .carousel-control-next, .carousel-control-prev{
        display: none;
    }
    .navbar-collapse {
        background: rgba(0,0,0, 1);
        padding: 10px;
    }
    .navbar-toggler {
        border: 2px solid#fff !important;
        outline: none !important;
        box-shadow: none !important;
    }
    .navbar-light.navbar-toggler-icon {
        color: #fff !important;
    }
   
    .nav-link::after {
        display: none;
    }
    .navbar-nav {
        align-items: center;
    }
/*
    .home-demo .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: block !important;
    }
*/
    .home-demo.owl-carousel .owl-item:nth-child(even){
        margin-top: 0;
    }
    .home-demo .owl-nav{
        position: absolute;
        bottom: 0;
        right: 1rem;
        font-size: 83px;
        line-height: 0rem;
        color: #fff;
    }
    .experts-div img{
        width: 120px;
        height: 125px;
    }
    .team-text {
        color: #fff;
    }
    .team-text h4 {
        margin: 2px 0;
        color: #fff;
        font-size: 20px;
    }
    .team-text p{
        margin-bottom: 0;
        font-size: 16px;
    }
    .experts-div img{
        max-width:100%;
        margin-right:10px;
    }
    .anchore{
        padding: 0.25rem 0;
            
        }
    .formbox .row50 {
        display: flex;
        gap: 0;
        flex-direction: column;
    }
    .inputbox {
        width: 100%;
    }
   
    .mail {
        margin-bottom: 0;
    }
    .footer-logo img {
        width: 73px;
    }
    .home-demo.owl-carousel .owl-nav button.owl-next span, .home-demo.owl-carousel .owl-nav button.owl-prev span{
        margin-top: 18px;
    }
    .heading{
        font-size: 2rem;
    }
    .padding{
        padding-top: 2.5rem;
    }
    .award img{
        width: 50px;
        height: 58px;
        margin-right: 10px;
    }
    .touch{
        background-position: right;
    }

}


@media (min-width:1024px){
    ::-webkit-scrollbar {
      width: 6px;
    }

    ::-webkit-scrollbar-track {
      background: #f1f1f1; 
    }

    ::-webkit-scrollbar-thumb {
      background: #00b0eb;
    }
    
}