@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');

    *{
box-sizing: border-box;
margin: 0;
    }

    body{
        font-family: poppins;
    }
    .clr-blue{
        color: #2196F3;
    }
    .w-45{
        width: 45%;
    }
    .mt-40{
        margin-top: 40px;
    }
    .fnt-700{
        font-weight: 700;
    }
    .fnt-600{
        font-weight: 600;
    }
    .fnt-27{
        font-size: 27px;
    }
    .fnt-20{
        font-size: 20px;
    }
    .fnt-18{
        font-size: 18px;
    }
    .text-center{
        text-align: center;
    }
    .text-end{
        text-align: end;
    }
    .my-60{
        margin: 60px 0;
    }
    .my-40{
        margin: 40px 0;
    }
    .mt-40{
        margin-top: 40px;
    }
    .my-20{
       margin: 20px 0;
    }
    .my-10{
        margin: 10px 0;
     }
    .w-100{
        width: 100%;
    }
    .m-auto{
        margin: auto;
    }
    .cur-p{
        cursor: pointer;
    }
    
    .w-70{
        width: 70%;
       }
       .w-30{
        width: 30%;
       }
       .w-20{
        width: 25%;
    }
       .d-flex{
        display: flex;
       }
       .justify-content-between{
        justify-content: space-between;
       }
       .align-items-center{
        align-items: center;
       }
       .gap-20{
        gap: 20px;
       }
       .gap-30 {
        gap: 30px;
    }
    a{
        text-decoration: none;
    }
       
.navbar{
    border-bottom: 2px solid #195e9642;
    padding: 3px 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;
}
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;
	font-family:'poppins'
}



.mn-h{
    color: #fff;
    font-family: Playfair Display;
}

    .container{
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
    }
    .achv{
        background: url(https://images.emtcontent.com/achievements/img/mn-bg.jpg) no-repeat;
        background-size: cover;
        height: 600px;
        text-align: center;
    }
    
    .mn-title{
        font-size: 50px;
        font-family: "Playfair Display", serif;
        color: #fff;
        text-align: center;
        margin: auto;
        padding: 50px 0;
        text-transform: capitalize;
        font-weight: 600;
    }
    .bnr-img img{
        border-radius: 35px;
        width: 100%;
    }
    .title{
        font-size: 50px;
        font-family: "Playfair Display", serif;
        font-weight: 600;
       }
       .jrny{
        margin-top: 20%;
        background: url(https://images.emtcontent.com/achievements/img/world-bg.jpg) no-repeat;
        background-size: cover;
       }
       .jrny .w-45 img{
        border-radius: 30px;
    }
       .quote{
        background: url(https://images.emtcontent.com/achievements/img/qt-bg.jpg) no-repeat;
        background-size: cover;
        color: #fff;
        font-style: italic;
        font-size: 35px;
        padding: 90px 0;
        text-align: center;
        font-weight: 600;
       }
      

       

.tml-tab {
    overflow: auto;
    border-bottom: 1px solid #DDDDDD;
    justify-content: center;
    gap: 40px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  
 
  .tml-tab button {
    border: 0;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 25px;
    background: none;
    border-bottom: 3px solid transparent;
  }

  .tml-tab button:hover {
    border-bottom: 3px solid #DDDDDD;
  }
  
  .tml-tab button.active {
    border-bottom: 3px solid #2196F3;
    font-weight: 600;

  }
  
  
  .tmlcontent {
    display: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
  }
  

  @-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  
  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  .awrd-img{
    position: relative;
  }
  .awrdimg{
    border-radius: 30px;
    width: 100%;
  }
  .awrd-img::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 100%;
    height: 60px;
    width: 1px;
    background: #005999;
  }
  .awrd-img::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 98%;
    height: 60px;
    width: 1px;
    background: #005999;
  }

  .team{
    font-size: 44px;
    color: #fff;
    max-width: 100%;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .cta{
    background: url(https://images.emtcontent.com/achievements/img/team-bg.jpg) no-repeat;
    padding: 70px 10%;
    background-size: cover;
    font-weight: 600;
    min-height: 100%;
  }
  .bldr-btn {
    border: 2px solid #2196F3;
    border-radius: 40px;
    color: #2196F3;
    padding: 12px 40px;
    background: none;
    outline: 0;
    font-weight: 400;
    cursor: pointer;
    font-size: 18px;
    margin-top: 20px;
    width: fit-content;
  }
  .bldr-btn:hover {
    background: #2196f3;
    color: #fff;
}
  .tm-img img{
    object-fit: cover;
    height: 100%;
    min-width: 100%;
    display: block;
  }
  .wx-550{
    max-width: 550px;
    text-align: start;
  }
  .bkn-btn {
    border: 2px solid #2196F3;
    border-radius: 40px;
    color: #fff;
    padding: 12px 40px;
    background: #2196F3;
    outline: 0;
    font-weight: 400;
    cursor: pointer;
    font-size: 18px;
    margin-top: 20px;
    width: fit-content;
  }
  .bkn-btn:hover {
    background: #1d8de9;
    color: #fff;
}
.wx-800{
    max-width: 800px;
}

@media screen and (max-width:500px) {
    .w-45,.w-20,.w-70,.w-30{
        width: 100%;
    }
    .flex-wrp{
        flex-wrap: wrap;
    }
    .tm-img img{
        width: 100%;
    }
    .title{
        font-size: 35px;
    }
    .tml-tab {
        overflow: scroll;
        justify-content: start;
        max-width: 100%;
    }
    .tml-tab button{
        font-size: 20px;
    }
    .awrd-img::after{
        top: 98.5%;
        height: 35px;
    }
    .fnt-27{
        font-size: 22px;
    }
    .fnt-18{
        font-size: 16px;
    }
    .team,.mn-title{
        font-size: 30px;
    }
    .quote{
        font-size: 25px;
    }
    .achv{
        height: 300px;
    }
    .timeline.my-60{
        margin-bottom: 20px;
    }
    .my-60.team{
        margin-top: 20px;
    }
    .jrny{
        margin-top: 35%;
    }
    .mn-title{
        padding: 20px 0;
    }
}
@media screen and (max-width: 700px) {
    .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);
    }
    .close {
        display: block;
    }
    nav .nav-menu ul li {
        width: 100%;
        border-bottom: 1px solid silver;
        text-align: start;
    }
    .bdr-0 {
        border-bottom: 0 !important;
    }
    nav .nav-menu ul li a {
        color: #ffffff;
    }
    nav .show {
        right: 0 !important;
        transition: right .5s ease-in-out;
        overflow: hidden;
    }
    .nav-menu li.active::before {
        display: none;
    }
}

.tmlcontent .fnt-27{
    text-transform:capitalize;
}