*{
    box-sizing: border-box;
    margin: 0;  
}
body{
    font-family: poppins;
}
.d-flex {
    display: flex!important;
}
.justify-content-between {
    justify-content: space-between;
}
.align-items-center {
    align-items: center;
}
.flx-wrap{
    flex-wrap: wrap;
}
.text-center{
    text-align: center;
}
.gap-20{
    gap:20px;
}
.gap-25{
    gap: 25px;
}
.gap-30 {
    gap: 30px;
}
a{
    text-decoration: none;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
img{
    max-width: 100%;
}
.cr-container {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 5px 0 0px 0;
}

.abtbnr {
    background: url(https://images.emtcontent.com/contact/bgimg.jpg) no-repeat;
    background-size: cover;
    /* height: 386px; */
}

.navbar {
    border-bottom: 2px solid #195e9642;
    display: none;
}
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;
}


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%;
}
.close {
    position: absolute;
    top: 0%;
    right: 5%;
    z-index: 9;
    color: #fff;
    font-size: 38px;
    display: none;
    font-weight: 100;
}
.nav-menu li {
    padding: 10px 0;
    position: relative;
}
.nav-menu li a {
    color: #fff;
    text-decoration: none;
    padding: 15px 0;
    position: relative;
}
.nav-menu li.actvtb::before {
    content: '';
    border-bottom: 4px solid #2196F3;
    border-radius: 20px;
    width: 40px;
    position: absolute;
    bottom: -13px;
    left: 5px;
}
.nav-menu li.actvtb a {
    font-weight: 600;
}
.bl-btn {
    padding: 11px 40px;
    border-radius: 40px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: #2196F3;
    color: #fff;
    font-size: inherit;
    font-family: poppins;
}
._rmid {
    /* width: 1200px; */
    margin: auto;
    position: relative;
}
.abt_descrptn {
    max-width: 630px;
    margin: auto;
    padding: 65px 0;
    text-align: center;
}
.smlblu {
    font-size: 25px;
    color: #2196f3;
}
.bldheadpr {
    font-size: 53px;
    font-weight: 700;
    color: #fff;
    font-family: Playfair Display;
    margin-bottom: 15px;
}
.bldheadpr span {
    color: #2196f3;
    font-family: Playfair Display;
}
.abt_descrptn p {
    color: #fff;
    font-size: 15px;
}
.mn-title{
    font-family: Playfair Display;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 20px;
}
.mn-title em{
    font-style: normal;
    color: #2196F3;
    font-family: Playfair Display!important;
}
.bgbx{
    background: linear-gradient(#ffffff7a, #ffffffc9), url(https://images.emtcontent.com/contact/mnbg.webp);
    background-position: bottom;
    background-size: cover;
    padding-bottom: 60px;
}
.ofcbx{
    margin-top: 40px;
}
.addbx{
    border-radius: 20px;
    border: 1px solid #ACDAFF;
    background: #fff;
    padding: 15px;
    max-width: 49%;
    min-width: 400px;
    flex: 1;
}
.adimgbx{
    border-radius: 50%;
    width: 100px;
    height: 80px;
    background: #F0F8FE;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.adimgbx img{
    display: block;
    max-width: 100%;
}
.adrbx{
    width: 100%;
}
.adttl{
    font-size: 21px;
    font-weight: bold;
}
.adrbx address{
    font-size: 16px;
    font-style: normal;
}
.adrbx address a{
    display: block;
    color: #000;
}
.line-ic{
    max-width: 20px;
    margin-right: 10px;
}
.bldr{
    height: 1px;
    width: 100%;
    background: #ACDAFF;
    border: 0;
    margin: 5px 0;
}

.fndus{
    background:url(https://images.emtcontent.com/contact/rb_2318.jpg);
    height: 370px;
    padding-top: 20px;
    margin-bottom: 120px;
}
.fndus .mn-title{
    color: #fff;
}
.cntbx{
    padding: 60px 0;
}
.cntitm{
    border-radius: 15px;
    padding: 15px;
    min-width: 400px;
    min-width: 285px;
    flex:1;
}
.cntitm.blue{
    background: #E9F5FF;
}
.cntitm.grey{
    background: #F4F5F7;
}
.cnttl{
    font-size: 20px;
    margin: 3px 0;
    font-weight: bold;
}
.cntitm a{
    color: #000;
}
#footerpage object {width:100%;height:598px;}
#toTop {
    display: block;
    position: fixed;
    top: 80%;
    right: 0;
}
.ovf-hid{
    overflow: hidden;
}
.hidden{
    visibility: hidden;
    opacity: 0;
}
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: visible;
    opacity: 1;
    z-index: 999;
}
.pop_bx {
    margin: 70px auto;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    width: 50%;
    position: relative;
    transition: all 5s ease-in-out;
}
.pop_bx .closepop {
    position: absolute;
    top: -26px;
    right: 0px;
    transition: all 200ms;
    font-size: 21px;
    background: #fff;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    height: 35px;
    text-align: center;
    width: 30px;
    cursor: pointer;
}
.pop_bx img {
    border-radius: 5px;
}

.hidden { display: none; }
.popup { 
position: fixed; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  background-color: white; 
 padding: 20px; 
 box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}
.buttonTarget{
    cursor: pointer;
}
@media screen and (max-width:800px){
    .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 20px;
        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;
    }
    .nav-menu li.actvtb::before{
        display: none;
    }
    .cntitm,.addbx{
        min-width: 285px;
        max-width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    #footerpage object {
        width: 100%;
        height: 67px;
    }
    .pop_bx{
        width: 95%;
    }

} 
@media screen and  (max-width:500px) {
    .smlblu,.adttl{
        font-size: 20px;
    }
    .bldheadpr{
        font-size: 40px;
    }
    .abt_descrptn p{
        padding: 0 10px;
    }
    .mn-title{
        font-size: 28px;
    }
   
}