*{
    margin: 0;
    box-sizing: border-box;
    font-family: poppins;
}
img{max-width: 100%;}
html{
    scroll-behavior: smooth;
}
.flex-wrp{
    flex-wrap: wrap;
}
.d-flex{
    display: flex;
}
.justify-content-between{
    justify-content: space-between;
}
.align-items-center{
    align-items: center;
}
.gap-30 {
    gap: 30px;
}
.inv-container{
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
}
.mainbnnr {
    background: url(img/mainbanner.png) no-repeat;
    background-size: cover;
    height: 551px;
}
.bannercapbx{
    display:flex;
    height: 100%;
    align-items: center;
    max-width: 1200px;
    width: 95%;
    margin: auto;
    height: 100%;
}
.bnrcap{
    max-width: 650px;
    padding-bottom: 60px;
}
.smlblu{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
.bldheadpr{
    font-size: 55px;
    font-weight: 500;
    color: #fff;
    font-family: Playfair Display;
    line-height: 1.5;
}
.bldheadpr~p{
    font-size: 17px;
    color: #fff;
    margin-top: 10px;
}
.bldheadpr em{
    color: #2196F3;
    font-family: Playfair Display;
}
.ctnbtn{
    padding: 12px 30px;
    border: 1px solid #ffff;
    color: #fff;
    font-size: 18px;
    border-radius: 40px;
    background: none;
    width: fit-content;
    cursor: pointer;
    margin-top: 40px;
    display: block;
    text-decoration: none;
}
.ctnbtn:hover{
    background: #fff;
    color: #000;
}
.navbar{
    border-bottom: 2px solid #ffffff34;
    padding: 10px 0;
}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav-menu li{
    padding: 15px 0;
    position: relative;
}
.nav-menu li.active::before {
    content: '';
    border-bottom: 4px solid #2196F3;
    border-radius: 20px;
    width: 40px;
    position: absolute;
    bottom: -13px;
    left: 5px;
}

nav .nav-toggle{
    width: 40px;
    height: 30px;
    /* border: 2px solid #fff; */
    border-radius: 5px;
    background: transparent;
    padding: 5px;
    margin: 16px 0;
    flex-direction: column;
    justify-content: space-around;
    display: none;
    text-align: right;
    align-items: end;
}

.close{
    position: absolute;
    top: 0%;
    right: 5%;
    z-index: 9;
    color: #fff;
    font-size: 38px;
    display: none;
    font-weight: 100;
}

.nav-menu li a{
color: #fff;
text-decoration: none;
}
.nav-menu li.active a{
    font-weight: 600;
}

#nav-items .logo{
    display: none;
}
.logo img{
    max-width: 100%;
    width: 139px;
}
nav .nav-toggle span{
    border: 1px solid #fff;
    width: 100%;
    height: 1px;
    display: block;
    margin: 0;
    background: #fff;
    border-radius: 5px;
}
nav .nav-toggle span:first-child{
    width: 50%;
}
nav .nav-toggle span:nth-child(2){
    width: 70%;
}
.mnttl{
    font-size: 33px;
    font-family: Playfair Display;
    color: #001B26;
    font-weight: 600;
}
.mnttl em{
    color: #2196F3;
    font-family: Playfair Display;
}
.sbttl{
    font-size: 17px;
    color: #001B26;
}
.abtimgbx{
   width: 45%;
}
.abtimgbx img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.abtcontent{width: 55%;
    padding: 3vw;
    background: #EDF7FD;
}
ul.abtlst {
  list-style:none;
    padding-left: 30px;
    margin-top: 20px;
}
.abtlst li{
    margin-top: 30px;
    font-size: 17px;
    color: #001B26;
    position: relative;
}
.abtlst li::before{
    content: '';
    background: url('img/15-Checked.svg') no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 3px;
    left: -30px;
}
.secpadd{
    padding-top: 60px;
}
.offitm{
    margin-top: 40px;
    max-width:250px ;
    min-width: 170px;
}
.oofimfbx{
height: 85px;
width:85px;
border-radius:50%;
display: flex;
align-items: center;
justify-content: center;
background: #EDF7FD;
}

.offitm p{
    font-size: 17px;
    color: #011624;
    font-weight: 500;
    margin-top: 20px;
}
.secwelv{
    background: #F9F7F8;
    margin: 60px 0;
    padding: 60px 0;
}
.secitm{
    text-align: center;
    min-width: 200px;
    width: 30%;
    /* cursor: pointer; */
}
.secimg{
    overflow: hidden;
    border-radius: 15px;
}
.secimg img{
    width: 100%;
    display: block;
    transition: all .3s;
}
.secitm:hover .secimg img{
    transform: scale(1.05);
}
.secittl{
    font-size: 19px;
    font-weight: 600;
    color: #011624;
    margin-top: 10px;
}
.text-center{
    text-align: center;
} 
.mb-30{
    margin-bottom: 30px;
}
.invdta,.invimg{
    flex: 1;
}
.invdta,.invimg{
    min-width: 200px;
}
.invimg img{
    max-width: 100%;
}
.mt-10{
    margin-top: 10px;
}
.invbtn{
    background: #008BE2;
    padding: 10px 25px;
    border-radius: 40px;
    width: fit-content;
    color: #fff;
    font-size: 17px;
    margin-top: 20px;
}

.lsttgt{
    padding: 80px 0;
    margin-top: 50px;
    background: url(img/tghther.png) no-repeat;
    background-size: cover;
    width: 100%;
    color: #fff;
    background-position: center;
}
.lsttgt .mnttl,.lsttgt .sbttl{
color: #fff;
max-width: 650px;
}
.ctabtn{
    padding: 8px 20px;
    border-radius: 40px;
    border:1px solid #fff;
    color: #fff;
    font-size: 17px;
    margin: 20px 0 30px 0;
    gap: 10px;
    width: fit-content;
}
.ctaitm{
    gap: 10px;
}
.ctaitm a{
    text-decoration: none;
    color: #fff;
}

.bldta{
    font-size: 20px;
    color: #2196F3;
}
footer{
    padding: 30px 10px;
    text-align: center;
    font-size: 14px;
    background: #001B26;
    color: #ffffffa9;
}


@media screen and (max-width:700px) {
     .nav-list{
        display: none;
        flex-direction: column;
    }
    .nav-menu li.active::before{
        content: '';
        border: 0;
    }
    .nav-list li{
        padding: 0;
    }
    .logo img{
        width: 100px;
        padding: 10px 0;
        z-index: 29;
        position: relative;
    }

    
    nav .nav-toggle{
        display: flex;
        float: right;
    } 
    nav .nav-menu ul{
        position: fixed;
        flex-direction: column;
        justify-content: start;
        top: 0;
        right: -100%;
        background: #00000076;
        color: #000;
        height: 100vh;
        width: 100%;
        padding: 70px 10px;
        margin: 0;
        transition: .5s ease-in-out;
        z-index: 9;
        gap:0;
        backdrop-filter: blur(40px);
    }
    nav .show{
        right: 0!important;
        transition: right .5s ease-in-out;
        overflow: hidden;
    }

    nav .nav-menu ul li
    { width: 100%;
        border-bottom: 1px solid silver;
    }
    nav .nav-menu ul li a{
        color: #ffffff;
    }
    .close{
        display: block;
    }
    #nav-items .logo{
        display: block;
    }
    .bdr-0{
        border-bottom: 0!important;
    }

    .abtsec {
        flex-direction: column;
    }
    .abtimgbx,.abtcontent,.secitm{
        width: 100%;
    }
    .offitm{
        max-width: 320px;
    }
    .ctabtn {
        flex-wrap: wrap;
        justify-content: center;
        padding: 8px 10px;
    }
  
   
   
    .smlblu,.sbttl{
        font-size: 16px;
    }
    .bldheadpr{
        font-size: 40px;
    }
    .bldheadpr~p,.ctnbtn,.offitm p{
        font-size: 16px;
    }
    .mnttl{
        font-size: 27px;
    }
    .abtlst li {
    margin-top: 15px;
    font-size: 15px;
    }
    .secpadd{
        padding-top: 40px;
    }
    .secwelv{
            margin: 40px 0;
    padding: 40px 0;
    }
    .bldta{
        font-size: 17px;
    }
    .mb-30{
        margin-bottom: 20px;
    }
    .secittl{
        font-size: 18px;
    }
    .ctnbtn{
        margin-top: 20px;
    }
    .bnrcap,.lsttgt{
        padding: 40px 0;
    }
    .mainbnnr{
        height: auto;
    }
    .ovf-hid{
        height: 100vh;
        overflow: hidden;
    }
   

}
@media screen and (max-width:500px) {
     .offitm,.whweofr {
        text-align: center;
    }
    .oofimfbx{
        margin: auto;
    }
     .ctaitm:last-child{
       border-top: 1px dashed #fff;
        padding-top: 8px;
        width: 100%;
        justify-content: center;
    }
      .hdmb{
        display: none;
    }
        nav .nav-menu ul li {
        width: 100%;
        border-bottom: 1px solid silver;
        font-size: 15px;
        padding: 10px 0;
        }
        .abtcontent{
            padding: 20px 10px;
        }
        .navbar{
            padding:5px 0 0;
        }
}