@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@font-face {
    font-family: "LatoWebSemibold";
    src: url("../font/Lato-Semibold.eot?r=1"); /* IE9 Compat Modes */
    src: url("../font/Lato-Semibold.eot?#iefix?r=1") format("embedded-opentype"),
      /* IE6-IE8 */ url("../font/Lato-Semibold.woff2?r=1") format("woff2"),
      /* Modern Browsers */ url("../font/Lato-Semibold.woff?r=1") format("woff"),
      /* Modern Browsers */ url("../font/Lato-Semibold.ttf?r=1")
        format("truetype");
    font-style: normal;
    font-weight: 500;
    text-rendering: optimizeLegibility;
  }
html body {
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif!important;
}

.container-career {
    max-width: 1166px;
    margin: 0px auto;
}

.section-heading {
    text-align: center;
}

.heading-page {
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    color: #202126;
    margin-bottom: 18px;
}

.under-heading-text {
    font-weight: 400;
    font-size: 18px;
    color: #52565E;

}

.ripple{position: relative;  overflow: hidden; }

.ripple:before { border-radius: 50%;  background-color: rgba(255,255,255,0.6);  content:'';  position: absolute;  top: 50%; left: 50%;  width:0; height:0;}

.ripple:hover:before {transition: all 0.5s ease-out;  opacity:0;  width:160px;  height:160px;  margin-top:-80px;  margin-left:-80px;}


/* BANNER */

.banner{
    background: linear-gradient(180deg, #E6F2FF -5.92%, #EBF5FF 20.53%, #F9FBFF 50.51%, #FFF 122.79%);
    padding-top: 92px;
    margin-top: 0px;
    position: relative;
    z-index: 1;
}
.banner-img-bg{
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 0;
    width: 100%;
    text-align: center;
    opacity: 1;
}
.banner-img-bg img{
    max-width: 100%;
}
.banner-container{
    max-width: 1166px;
    margin: 0px auto;
    width: 100%;
    display: flex;
    position: relative;
    z-index: 1;
}
.jobhai{    
font-size: 48px;
font-weight: 700;
line-height: 56px;
color: #383B41;
}

.banner-content-wrap h1{
    margin: 0px;
    padding-top: 18px;
    font-size: 18px;
    font-weight: 400;
    color: #52565E;
    line-height: 24px;
}

.img-section {
    margin-left: auto;
}
.banner-btn {
    margin-top: 24px;
    display: inline-block;
}
.banner-btn  a{
    background-color: #FC3A52;
    border-radius: 8px;
    height: 42px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: #fff;
    padding: 0px 16px;
    text-decoration: none;
    outline: 0px;
}
.banner-btn  a:hover{
    color: #fff;
    text-decoration: none;
}


/* Why join us */
.why-join-us {
    padding: 60px 0px 20px 0px;
}

.why-join-box-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 68px;
}

.why-join-box {
    background: #FFFFFF;
    border: 1px solid #EEEFF4;
    border-radius: 8px;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.02);
    max-width: calc(50% - 20px);
    margin-bottom: 40px;
    padding: 14px 30px;
    box-sizing: border-box;
}
.why-join-box:nth-child(even){
    margin-left: auto;
}
@media only screen and (min-width: 769px) {   
    .why-join-box { display: flex!important;     width: 100%!important;}
}

.why-join-box:nth-child(2n) {
    margin-left: auto;
}

.wjoin-box-img {
    width: 70px;
    height:70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 24px;
}

.wjoin-box-text .wjoin-box-text-heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 4px;
}

.wjoin-box-text-phera {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #52565E;
}

.wjoin-box-text {
    width: calc(100% - 94px);
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.why-join-box-wrap .slick-track{display: flex!important; flex-wrap: wrap;}

.why-join-box-wrap .slick-dots{display: none!important;}
.why-join-box-wrap .slick-list{width: 966px; overflow: inherit;}

/* life at adda */

/* life at adda */
.adda-life{
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 40px;
}
.life-at-adda-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.lifeAtAdda .container-about {
    padding-bottom: 56px;
}

.adda-life-box {
    width: calc(50% - 12px);
    position: relative;
    margin-bottom: 24px;
}

.lifeAtAdda h2 {
    margin-bottom: 20px;
}

.lifeAtAdda p.topsub {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #52565E;
}

.adda-life-box:nth-child(even) {
    margin-left: auto;
}

.life-adda-msg {
    position: absolute;
    padding: 12px 21px;
    z-index: 1;
    border-radius: 0px 0px 8px 8px;
    background: rgba(70, 67, 67, 0.80);
    backdrop-filter: blur(15px);
    bottom: 0px;
    width: 100%;
    color: #fff;
    text-align: center;
}

.life-adda-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    font-family: "LatoWebSemibold";
}

.life-adda-msg p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 16px;
    margin-top: 4px;
    width: 100%;
    padding: 0px 0px;
    margin: 4px auto 0px auto;
}
/* we-together-wrap*/

.we-together {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.together-content {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 50px;
    box-sizing: border-box;
}

.together-box {
    box-sizing: border-box;
    text-align: center;
    position: relative;
    width: 183px;
}
.circleImg{
    position: absolute;
    left: 0px;
    top: 0px;
}

.together-content
{
    max-width: 892px;
    margin: 60px auto 0px auto;
    position: relative;
    min-height: 280px;
}

.together-box-heading{
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 24px;
color: #1570EF;
margin-top: 12px;
}
.together-box-phera{
    margin-top: 12px;
    color: #52565E;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

/* working-with-us */

.working-with-us {
    padding-top: 60px;
    padding-bottom: 60px;
    
}

.working-with-us .container-career {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.leftside-youtube-link {
    width: 520px;
    border-radius: 10px;
    margin-right: 17px;
    margin-top: 60px;
    overflow: hidden;
}
.leftside-youtube-link video{width: 100%;}
.working-content-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 5px;
}

.working-text-heading {
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    margin-bottom: 18px;
}

.working-text-phera {
    font-weight: 400;
    font-size: 18px;
    color: #757575;
    line-height: 24px;
    text-align: center;
}


/* viewall-bottom */

.viewall-bottom {
    padding-top: 60px;
    padding-bottom: 60px;
}

.view-all-heading {
    font-weight: 400;
    color: #000000;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
}

.view-all-btn {
    margin-top: 40px;
   text-align: center;
}

.view-all-btn a{
    background-color: #FC3A52;
    border-radius: 8px;
    height: 42px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: #fff;
    padding: 0px 16px;
    text-decoration: none;
    display: inline-flex;
}
.view-all-btn a:hover{
    outline: 0px;
    color: #fff;
    text-decoration: none;
}
.view-all-btn a img{margin-left: auto; max-width: 50px;}
img.mwebimg{display: none;}
.only-mbl.working-text-heading{display: none;}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
  }
  
  #preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #FC3A52;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
  }
  
  @-webkit-keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .mweb-img{
    display: none;
  }

@media (min-width:200px) and (max-width:767px) {

.life-at-adda-wrap{padding-bottom: 5px;}
.life-at-adda-wrap::-webkit-scrollbar {width: 5px; height: 3px;}
.life-at-adda-wrap::-webkit-scrollbar-track {background: #f1f1f1;}
.life-at-adda-wrap::-webkit-scrollbar-thumb {background: #888;}

    .web-img{
        display: none;
    }
    .banner-img-bg{
        opacity: 1;
    }
    .mweb-img{
        display: inline-block;
        width: 100%;
    }
    .banner-img-bg img{
        max-width: 500px;
    }
    
    .banner-container{
        max-width: 100%;
        padding: 0px 16px;
        flex-direction: column;
        box-sizing: border-box;
    }
    .top-gap.p150{
        padding-top: 30px!important;
    }
    /* banner */
    .banner{
        padding-top: 16px;
        margin-top: 50px;
    }
    .jobhai{
        font-size: 24px;
        font-weight: 700;
        line-height: 34px;
    }
    .banner-content-wrap h1{
        font-size: 12px;
        font-weight: 400;
        line-height: 22px;
        padding-top: 8px;
    }
    .banner-btn{
        margin-top: 12px;
    }
    .banner-btn a{
        height: 32px;
        padding: 0px 16px;
        font-size: 12px;
        font-weight: 600;   
        line-height: 16px; 
    }
    .img-section{
        margin-left: 0px;
        margin-top: 80px;
        text-align: center;
    }
    .img-section img{
        max-width: 300px;
    }
    .container-career{
        max-width: 100%;
        padding: 0px 16px;
    }

    /* .why-join-us */
    .why-join-us{
        padding-top: 32px;
    }
    .heading-page{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .under-heading-text{
        font-size: 12px;
        line-height: 16px;
    }
    .why-join-us .under-heading-text{
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
    }
    .why-join-box-wrap{
        margin-top: 18px;
        flex-direction: column;
    }
    .why-join-box{
        width: 100%;
        text-align: center;
        max-width: 100%;
        padding: 12px;
        border-radius: 8px;
        margin-bottom: 12px;
    }
    .wjoin-box-text{
        width: 100%;
    }
    .wjoin-box-img{
        margin: 0px auto;
        width: 32px;
        height: 32px;
    }
    .wjoin-box-img img{
        max-width: 100%;
    }
    .wjoin-box-text .wjoin-box-text-heading{
        margin-top: 8px;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0px;
    }
    .wjoin-box-text-phera{
        margin-top: 2px;
        font-size: 12px;
        line-height: 22px; 
    }
    /*.adda-life */
    .life-box-content .slick-dots{
        display: flex!important;
    }
.slick-dots-container{
    position: relative!important;
    left: 10px!important;
    margin-top: 12px;
}
       /*  .adda-life */

     
/* life at adda */
.adda-life{
    padding: 12px 0px;
    margin-top: 0px;
    background-color: #F7F7F9;
    border: 1px solid #EEEFF4;
}
.lifeAtAdda p.topsub{
    font-size: 12px;
line-height: 16px;
margin-bottom: 0px;
}
.lifeAtAdda p.topsub br{
    display: none;
}
.adda-life .under-heading-text br{
    display: none;
}
.life-adda-msg{
    padding: 12px 0px 0px 0px;
}
.life-at-adda-wrap{
    margin-top: 18px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: auto;
}

.adda-life-box{
    width: 100%;
    min-width: 100%;
    margin-right: 15px;
    background-color: transparent;
    margin-bottom: 0px;
}
.life-adda-img img{
    max-width: 100%;
    width: 100%;
}
.life-adda-msg{
    position: relative;
    top: 0px;
    left: 0px;
    border-radius: 0px 0px 8px 8px;
background: var(--Metis-Grayscale-Background-Weak, #F7F7F9);
}
.life-adda-title{
    color: #202126;
    font-size: 14px;
    line-height: 24px;
}
.life-adda-msg p{
    margin-top: 4px;
    font-size: 12px;
font-weight: 400;
line-height: 16px;
color: #52565E;
align-items: flex-start;
}
.lifeAtAdda .container-about{
    padding-bottom: 48px;
}


    /* we-together */
    .we-together{
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .circleImg{
        display: none;
    }
    .together-content{
        max-width: 100%;
        margin-top: 18px;
        flex-direction: column;
        padding: 0px;
        
    }
    .together-box{
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 14px;
    }
    .icon-img-together{
        min-width: 32px;
        height: 32px;
        border-radius: 100%;
        border: 0.6px solid #1570EF;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        z-index: 1;
    }
    .icon-img-together img{
        max-width: 16px;
    }
    .together-contentwrap{
        margin-left: 19px;
        border-radius: 0px 4px 4px 0px;
        border: 0.5px solid #EEEFF4;
        border-left: 1px solid #1570EF;
        padding: 12px;
        width: 100%;
        height: 80px;
        display: flex;
        flex-direction: column;
        text-align: left;
        box-sizing: border-box;
        justify-content: center;
    }
    .together-box-heading{
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        color: #383B41;
        margin-top: 0px;
    }
    .together-box-phera{
        font-size: 12px;
        line-height: 16px; 
        margin-top: 8px;
    }
    
    .together-box-phera br{
        display: none;
    }
    .together-content{
        position: relative;
    }
    .together-content::after{
        height: calc(100% - 80px);
        position: absolute;
        left: 16px;
        top: 40px;
        border-left: 1px dashed #ccc;
        width: 1px ;
        content: '';
        z-index: 0;
    }

    /* .working-with-us */
    .working-with-us{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .working-text-heading{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
        font-weight: 700;
    }
    .working-text-phera{
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
    }
    .leftside-youtube-link{
        max-width: 100%;
        margin-right: 0px;
        margin-top: 18px;
    }

    /* .viewall-bottom */
    .viewall-bottom{
        padding: 32px 0px;
    }
    .view-all-btn{
        margin-top: 18px;
    }
    .view-all-btn a{
        height: 32px;
        padding: 0px 16px;
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
    }


            /*  .adda-life */

            .life-box-content{margin-top: 15px; max-width: 276px; margin-left: auto; margin-right: auto; }
            .life-box-content ul li{margin-bottom: 0px; margin-right: 0px;}
            .life-box-content .slick-arrow{display: none!important;}
            .life-box-content .slick-dots{display: flex!important; margin-top: 15px; align-items: center; justify-content: center; padding: 0px;}
            .slick-dots li{margin-left: 2px; margin-right: 2px; display: flex;}
            .slick-dots li button{font-size: 0px; border: 1px solid transparent; margin: 0px; padding: 0px; outline: 0px; width: 5px; height: 5px; border-radius: 100%; background: #D9D9D9; }
            .slick-dots li.slick-active button{border-radius: 1px solid #FC3A52; background-color: #FC3A52;}
}

@media (min-width:768px) and (max-width:1023px) {
    .life-box-content .slick-arrow{
        display: none!important;
    }
    .banner-container, .container-career{
        padding: 0px 16px;
        max-width: 100%;
        box-sizing: border-box;
    }
    .circleImg img{
        max-width: 100%;
    }
    .jobhai{
        font-size: 38px;
    }
    .img-section img{
        max-width: 300px;
    }
    .together-content{
        max-width: 750px;
        padding: 0px 30px;
        min-height: 225px;

    }
    .life-box-content .slick-arrow{
        display: none;
    }
    .banner{
        padding-bottom: 30px;
    }
    .life-adda-img img{
        max-width: 100%;
    }

}   

@media only screen and (max-width: 768px) {   
    .life-box-content .sliderdiv .lilink img {
        max-width: 100%;
    }

      
    .life-box-content .sliderdiv .lilink img {
        max-width: 100%;
    }

  

}


@media (min-width:1024px) and (max-width:1200px) {
    .banner-container, .container-career{
        padding: 0px 16px;
        max-width: 100%;
        box-sizing: border-box;
    }
    .life-adda-img img{
        max-width: 100%;
    }
  
}