
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

html {
    scroll-behavior: smooth;
  }

*{
    box-sizing: border-box;
    margin: 0;
    max-width: 100%;
}
body{
    font-family: poppins;
    overflow-x: hidden;
}
.d-flex{
    display: flex;
}
.flx-wrp{
    flex-wrap: wrap;
}
.justify-content-between{
    justify-content: space-between;
}
.justify-content-end{
    justify-content: end;
}
.justify-content-center{
  justify-content: center;
}
.align-items-center{
    align-items: center;
}
.align-items-end{
    align-items: end;
}
.gap-5{
    gap: 5px;
}
.gap-20{
    gap:20px
}
.gap-30{
    gap:30px
}
.text-center{
    text-align: center;
}
.text-end{
    text-align: end;
}
img.w-st{
max-width: 187px;
}
.w-308{
    max-width: 21%;
    width: 100%;
}
.w-90{
    width: 90%;
}
.w-60{
    width: 60%;
}
.w-57{
    width: 57%;
}
.w-50{
    width: 50%;
}
.w-41{
    width: 41%;
}
.w-33{
    width: 33%;
}
.w-25{
    width: 27.4%;
}
.w-23{
    width: 23%;
}
.w-10{
    width: 15%;
}
.mt-75{
    margin-top: 75px;
}
.mt-240{
    margin-top: 240px;
}
.mt-160{
    margin-top: 160px;
}
.my-20{
    margin: 20px 0;
}
.my-10{
    margin: 10px 0;
}
.mt-10{
    margin-top: 10px;
}
.mt-90{
    margin-top: 90px;
}
.mt-120{
    margin-top: 120px;
}
button{font-family: poppins;}
.cr-container{
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
   
}
.fnt-15{
    font-size: 15px;
}
.fnt-21{
    font-size: 21px;
}
.fnt-24{
    font-size: 24px;
}
.fnt-34{
    font-size: 34px;
}
.fnt-18{
    font-size: 18px;
}
.fnt-43{
    font-size: 43px;
}
.fnt-53{
    font-size: 53px;
}
.fnt-49{
    font-size: 49px;
}
.fnt-600{
    font-weight: 600;
}
.fnt-700{
    font-weight: 700;
}
.clr-blue{
    color: #2196F3;
}
.clr-white{
    color: #fff;
}
.bg-blue{
    background: #2196F3;
}
.bg-black{
    background: #000;
}
.bg-lblue{
   background-color:  #E9F5FF;
}
.bg-lgrey{
    background-color: #F4F5F7;
}
.pos-relate{
    position: relative;
}
a{
    text-decoration: none;
}
header{
    background: url(https://images.emtcontent.com/career/banner-bg.webp) no-repeat;
    background-size: cover;
    height: 700px;
   
}
.navbar{
    border-bottom: 2px solid #195e9642;
}

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;
}
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%;
}
.bl-btn{
    padding: 11px 40px;
    border-radius: 40px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: #2196F3;
    color: #fff;
    font-size: inherit;
}



.mn-h{
    color: #fff;
    font-family: Playfair Display;
}
.bldr-btn{
    border: 2px solid #2196F3;
    border-radius: 40px;
    color: #2196F3;
    padding: 12px 40px;
    background: none;
    outline: 0;
    cursor: pointer;
    font-size: inherit;
}
.banner-area{
    width: 90%;
    max-width: 800px;
    margin:  auto;
    padding: 90px 0; 
    text-align: center;
}
.bnr-gl{
    
    margin-top: -250px;
    left: 0;
    width: 100%;
    max-width: 100%;
}
.bnr-gl img{
border-radius: 15px;
width: 100%;
height: fit-content;
}
.abt{
    position: relative;
    max-width: 800px;
    margin-bottom: 20px;
}
.abt::before{
    content: url('https://images.emtcontent.com/career/quotes.svg');
    position: absolute;
    left: 100%;
    bottom: 100%;
}
.title{
    font-family: playfair display;
}

.abt-1 img{
    width: 100%;
    border-radius: 15px;
    display: block;
}
.whoffer{
    position: relative;
}
.whoffer::before{
        content: url(https://images.emtcontent.com/career/idea.svg);
        position: absolute;
        left: -75px;
        top: 0;
}
.offr-bx{
    padding: 20px;
    border-radius: 15px;
}

.of-bx{
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.drk-bl{
    position: relative;
}

.drk-bl::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #001627d9;
    border-radius: 14px;
}

.tgt{
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    height: 100%;
    width: 100%;
}
img.w-auto{
    width: auto;
}
.arr-btn{
    position: absolute;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}
.bdr-tp{
   width: 50px;
   height: 4px;
   border-radius: 10px;
   background: #2196F3;
   margin: 20px 0;

}
.abt-z img{
    max-width: 500px;
    width: 100%;
    border-radius: 14px;
}
.jb-bx{
    padding: 0 20px;
    border-radius: 15px;
    box-shadow: 0 3px 6px 2px #00000017;
    background: #fff;
    text-transform: capitalize;
}
.jb-item{
    border-bottom: 1px solid #d0d4dc9d;
    padding:  20px;
    line-height: 1;
}
.wrkus{
    padding: 40px 0;
    background: url('https://images.emtcontent.com/career/jb-bg.jpg') no-repeat;
    background-size: cover;
}

.jobdetail {
    margin-top: 15px;
    border-bottom: 1px solid #d0d4dc9d;
}
.jobdetail h4 {
    font-size: 20px;
    font-weight: 600;
}
ul.list-itm2 {
    margin: 0 0 0 18px;
    padding: 0;
}
.mb-3 {
    margin-bottom: 1rem !important;
}

ul.list-itm2 li {
    margin: 0;
    list-style: disc;
    display: list-item;
    font-size: 14px;
    line-height: 28px;
    color: #797979;
}
.cr-point{
    cursor: pointer;
    font-weight: 500;
    text-decoration: underline;
}
.drp-rsm{
    height: 350px;
    background: url(https://images.emtcontent.com/career/drp-bg.jpg) no-repeat;
    background-size: cover;
    padding: 30px;
    border-radius: 35px;
    position: relative;
    background-position: center;
}
.r-img{
    position: absolute;
    bottom: 0;
    right: 5%;
   
}
.r-img img{
    max-height: 440px;
    display: block;

}
.blwht-btn {
    border: 2px solid #2196F3;
    border-radius: 40px;
    color: #2196F3;
    padding: 12px 40px;
    background: none;
    outline: 0;
    cursor: pointer;
    font-size: inherit;
}

input[type="file"] {
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 8px;
    font-size: 17px;
    color: #fff;
    display:none;
  }
  .button-wrap {
    position: relative;
    margin-top: 40px;
  }
  .button {
    border: 2px solid #ffffff;
    border-radius: 40px;
    color: #ffffff;
    padding: 12px 40px;
    background: none;
    outline: 0;
    cursor: pointer;
    font-size: inherit;
   
  }
  footer{
    background: #ECEEF2;
    padding: 30px 0;
  }
 footer a{
    text-decoration: none;
    color: #000;
    display: block;
    display: flex;
    gap: 10px;
    margin: 10px 0;
  }
  .footer-bar{
    background: #001728;
    padding: 15px 0;
  }
  .rgt a{
    display: block;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    aspect-ratio: 1;
    background: #ffffff22;
    padding: 2px;
  }


  .act-modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
  }
  
  .actmodal-cont {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
   position: relative;
    border-radius: 20px;
  }

  

    .terminate {
        color: #fff;
        /* float: right; */
        font-size: 28px;
        font-weight: 300;
        line-height: 1;
        position: absolute;
        right: -10px;
        top: -10px;
        height: 30px;
        width: 30px;
        background: #494545;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
  }
  
  .terminate:hover,
  .terminate:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  .frm {
    background: #F4F5F7;
    border-radius: 15px;
    padding: 15px 20px;
    gap: 5px;
    margin-bottom: 15px;
  }
  .frm input{
    border: 0;
    outline: 0;
    background: transparent;
    width: 100%;
    font-family: poppins;
  }
.frm .button-wrap{
    margin-top: 0;
}
  .button-fr {
    border: 1px solid #D2D7E0;
    border-radius: 8px;
    color: #2196F3;
    padding: 5px 20px;
    background: #fff;
    outline: 0;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.frm input[type="file"]{
    display: block;
    color: #000;
}
.sbmt{
    background: #2196F3;
    padding: 10px;
    color: #fff;
    width: 100%;
    border: 0;
    outline: 0;
    border-radius: 40px;
    margin-top: 20px;
}

.jobdetail p, .jobdetail ul{
    font-size: 14px;
    color: #999999;
}
.jobdetail p{margin-bottom: 18px;}
.bl-btn:hover{
        background: #1b8de7;
    }
    .bldr-btn:hover{
        background: #2196f3;
    color: #fff;
    }
    .button:hover{
        background: #00000038;
    }
    .bnr-gl img,.whoffer img,.lfease .abt-1 img{
        transition: transform .1s ease-in;
    }
    .bnr-gl img:hover, .whoffer img:hover,.lfease .abt-1 img:hover{
        transform: scale(.97);
       
    }
    .button-wrap a img{
        margin-bottom: -2px;
    }
.wd78 {width:78%}
  @media screen and (max-width:700px) {
.wd78 {width:100%}
.bnr-gl img {
        height: auto;
    }
   header .fnt-53,.fnt-49{
        font-size: 35px;
    }
    header .fnt-24{
    font-size: 20px;
    }
    header{
        height: 620px;
    }
    .banner-area{
        padding: 40px 0;
    }
    .bnr-gl{
        position: static;
        flex-wrap: wrap;
        width: 90%;
        margin: -90px  auto 0;
    }
    .bnr-gl img{
        margin-top: 20px;
        width: 100%;
    }
    .mt-240{
        margin-top: 20px;
    }
    .dv-wrp,.jb-item{
        flex-wrap: wrap;
    }
    .jb-item{
        line-height: 1.3;
    }
    .w-60{
        width: 100%;
    }
    .abt{
        margin-bottom: 0;
    }
    .w-23,.w-41,.w-90,.w-57,.w-25,.w-50,.rgt,.w-33,.w-st{
        width: 100%;
    }
    .whoffer::before {
        left: -145px;
        top: -51px;
        z-index: -1;
    }
    .mt-90{
        margin-top: 40px;
    }
    .w-23.text-center{
        text-align: start;
    }
    .fnt-43{
        font-size: 34px;
    }
    .drp-rsm{
        height: max-content;
    }
    .drp-r{
        position: relative;
        z-index: 3;
    }
    .r-img{
        z-index: 1;
        display: none;
    }
    .footer-bar,.rgt{
        text-align: center;
        justify-content: center;
    }
    .f-cont img{
        width: 150px;
    }
    .fnt-34{
        font-size: 25px;
    }
    .fnt-18{
        font-size: 17px;
    }
    .abt::before{
        left: 80%;
    }
    .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;
    }
    .w-308,img.w-st{
        max-width: 100%;
    }
    .jobs .text-center{
        text-align: start;
        font-size: 14px;
        color: #999999;
    }
    .sm-mt{
        margin-top: 40px;
    }
    .button-wrap{
        margin: 20px 0;
    }
    .w-10.cr-point{
        width: 50%;
        color: #000;
    }
    .w-10{
        width: 40%;
    }
    .jb-bx{
        padding: 0;
    }
    .jobs .gap-20{
        gap: 15px;
    }
    .jobdetail{
        padding: 20px;
    }
    .button {
        text-align: left;
        border: 0;
        border-radius: 40px;
        color: #ffffff;
        padding: 0;
        background: none;
        outline: 0;
        cursor: pointer;
        font-size: inherit;
    }
  }

  

.ovf-hid{
    overflow: hidden;
}
