@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,400;0,500;1,600&display=swap');

body{
    font-size: 14px;
}
.header{
    background-color: #fff;
    padding: 20px 0;
}
.main-nav{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    transition: top 0.3s ease-in-out;
}

.main-nav.nav-up{
    top: -100px;
}

.navigation ul>li{
    display: inline;
    margin: 0 15px;
    position: relative;
}
.navigation ul li a{
    color: #000;
    text-decoration: none;
}
.logo-block{
    min-width: 160px;
    z-index: 9;
}
.ban-bottom{
  background-image: url("../images/bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    
}
.custom-btn{
    background: transparent;
    border-radius: 0;
    border: 1px solid #fff;
    padding: 10px 15px;
    color: #fff !important;
    font-size: 15px;
}
.custom-btn:hover{
    color: #10069f !important;
    background: #fff;
}

.custom-btn.arrow{
    padding: 10px 15px;
}
.custom-btn.arrow::before{
    content: "";
    width: 0px;
    height: 1px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
    display: inline-block;
    margin-right: 10px;
}

.arrow:hover::before {
    border-left: 6px solid #10069f;
}

.thin-head{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #0096bd;
    font-size: 21px;
}



.custom-btn-blue{
    background: transparent;
    border-radius: 0;
    border: 1px solid #0096bd;
    padding: 10px 15px;
    color: #0096bd !important;
    font-size: 15px;
}
.custom-btn-blue:hover{
    color: #fff !important;
    background: #0096bd;
}

.custom-btn-blue.arrow{
    padding: 10px 15px;
}
.custom-btn-blue.arrow::before{
    content: "";
    width: 0px;
    height: 1px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #10069f;
    display: inline-block;
    margin-right: 10px;
}
.custom-btn-blue:hover::before {
    border-left: 6px solid #fff !important;
}
.arrow:hover::before {
    border-left: 6px solid #10069f;
}

.helpyou-block{
    background-color:#f1f1f2 ;
}

.btn-adj{
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding-bottom: 25px;
    transition: .3s ease-in-out;
}

.lg-btn{
    font-size: 23px;
    font-weight: 100;
}
.lg-btn::before{
    margin-bottom: 4px;
}
.fill-blk:hover .btn-adj{
    padding-bottom: 40px;
}
.foot-blocks h4 a{
    color: #0096bd;
    font-size: 18px;
    text-decoration: none;
}
.foot-blocks ul li a{
    font-size: 14px;
    text-decoration: none;
    color: #666;
}
.cll{
    font-size: 13px;
}
.cll a{
    color: #0096bd;
    text-decoration: none;
}

.drop-dwn li{
    display: block;
    display: block !important;
}
.drop-dwn {
    background-color: #00a8c6;
    position: absolute;
    padding: 10px 0px;
    opacity: 0;
    visibility: hidden;
    min-width: 190px;
    z-index: 9;
}


.drop-dwn li{
    padding: 5px 0px;
}
@media (min-width: 768px) { 
.dwn::after{
    content: "";
    width: 0px;
    height: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    top: 12px;
    margin-left: 8px;
}
}

.navigation ul li:hover .drop-dwn{
    opacity: 1;
    visibility: visible;
}

@media (min-width: 768px) { 
    .drop-dwn  .drop-dwn {
        transform: translateX(92%);
    }
}
.drop-dwn  .drop-dwn {
    
    top: 0;
    top: -10px;
    visibility: hidden;
    opacity: 0;
}
@media (min-width: 768px) { 
    .drop-dwn  .drop-dwn {
        display: none !important;
    }
    .sub:hover .drop-dwn{
        display: block !important;
    }
}
@media (min-width: 768px) { 
.drop-dwn li:hover >a{
    color: #190eaf;
}
}
@media (min-width: 768px) { 
.drop-dwn li:hover {
    background-color: #fff;
}
}

.drop-dwn li{
    margin: 0 !important;
    padding: 5px 15px;
}

.sub:hover .drop-dwn{
    opacity: 1;
    visibility: visible;
}



@media (max-width: 767.98px) { 
    .navigation>ul{
        display: block !important;
    }
    .navigation>ul>li{
        display: block !important;
        margin: 0 !important;
        padding: 4px 0px;
    }
    .logo-block{
        position: relative !important;
    }
    .navigation {
        display: block !important;
    }
    .drop-dwn{
        position: relative !important;
    }
    .dwn::after{
        right: 0;
    }
    .menu{
        display: none;
    }
    .menu-toggle{
        background: transparent;
        border: none;
        padding: 0;
    }
    .menu-toggle:focus{
        outline: none !important;
    }
    .navigation {
        padding-top: 15px;
    }
    .drop-dwn{
        opacity: 1;
        background-color: #190eaf;
        margin: 10px 0px !important;
        visibility: visible;
        display: none;
    }

    .drop::after{
        content: "\002B";
    }
    .drop{
        padding: 2px 8px;
        float: right;
        background-color: #2217b9;
    }
   
    .sub .drop-dwn{
    top: 0;
    opacity: 1;
    visibility: visible;
    margin: 0 !important;
    }
    .sub .drop-dwn li{
        border-bottom: 1px solid #3126cd;
    }
    .sub .drop-dwn li:last-child{
        border: none !important;
    }
 
}


.bread-crumb{
    background-color: #ffffffd1;
    font-size: 14px;
    padding: 6px 0px;
}
.bread-crumb li{
    margin-right: 10px;
}
.bread-crumb a{
    list-style: none;
    text-decoration: none;
    color: #050505;
}
.bread-crumb li::after{
    content: "\203A";
    margin-left: 10px;
    font-size: 19px;
    line-height: 10px;
    display: inline-block;
}
.bread-crumb li:last-child::after{
    content: "";
}

.cent-content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.bg-grey{
    background-color: #f1f1f2;
}

.color-primary{
    color: #190eaf !important;
    text-decoration: none !important;
}
.bg-primary{
    background: #00c0dc !important;
}
.small-6{
    padding-bottom: 5px;
}
.career-box{
    background: #fff;
    margin-top: -85px;
    position: relative;
}

.privacy-block a{
    color: #190eaf !important;
    text-decoration: none !important;
}

@media (max-width: 767.98px) {
    .thin-head {
        font-size: 26px;
    }
    
}

@media (min-width: 1200px) {
    .adjust-image{
        max-width: 660px;
        margin-top: -215px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .adjust-image{
        max-width: 445px;
        margin-top: -140px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .adjust-image{
        max-width: 400px;
        margin-top: -140px !important;
    }
    .inner-page-banner-lgo>img{
        object-fit: cover;
       height: 450px;
    }
}
@media (max-width: 767.98px) { 
    .adjust-image{
        max-width: 300px;
        margin-top: -95px !important;
    }
    .inner-page-banner-lgo>img{
        object-fit: cover;
       height: 300px;
    }
}
.adjust-image{
  
    margin: 0 auto;
  
}
.inner-page-banner-lgo .thin-head{
    padding-bottom: 10%;
}

@media (max-width: 767.98px) {
    .inner-page-banner-lgo>img{
        object-fit: cover;
    height: 350px;
    }
}

.cent-btn{
    bottom: 40px;
}

@media (max-width: 575.98px) {
    .fill-image>img{
        height: 300px;
        object-fit: cover;
    }
}

.testiimg{
    max-width: 178px;
}

.drop-dwn a{
    display: block;
}