@import url('../font/monstserrat.css');

/* scroll */
::-webkit-scrollbar {
    width: 6px;
    height: 0px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #c2c2c2;
    background: #c2c2c2;
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background:#000000;
    border-radius: 10px;
  }
/* body{
    font-family: 'Montserrat';
    font-style: normal;
    background-color: #fff;
} */


.sticky-nav {
    z-index: 99999999;
    background-color: rgb(255, 255, 255);
    position: sticky;
    top: 0;
  }

.nav-h{
    display: none;
}
h3{
    padding: 0;
    margin: 0;
}
p{
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
  }

a{
    text-decoration: none!important;
}
.bg-blue-opa{
    background-color: #C6D2F6;
}
.white{
    color:#fff;
}
.btn-link a{
    text-decoration: none!important;
}
.btn-link{
    text-decoration: none!important;
}
.bg-blue{
    background-color: #4169E1;
    color: #fff;
}
.all-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-start{
    justify-content: flex-start;
}
.flex-top{
    align-items: flex-start;
}
.sec-t-space{
    margin-top: 100px;
}
.sec-b-space{
    margin-bottom: 100px;
}
.sec-bb-space{
    margin-bottom: 200px;
}
.sec-in-pdd{
    padding: 60px 0;
}
.center{
    text-align: center;
}
.mr-t-30{
    margin-top: 30px;
}
.mr-t-50{
    margin-top: 50px;
}
.mar-b-20{
    margin-bottom: 20px;
}
.mar-b-30{
    margin-bottom: 30px;
}
.mar-b-100{
    margin-bottom: 100px;
}
.rev{
    flex-direction: row-reverse;
}
.blue{
    color: #1467B3;
}
.red{
    color: #E51636;
}
.green{
    color: #78CB9F;
}
.orange{
    color: #FA951C;
}
.b-none{
    border: none!important;
}
/*navbar*/
.dropdown-item:focus, .dropdown-item:hover {
    color: #FFFFFF;
    background-color: #1467B3;
}
    .navbar{
        padding: 0;
    }
    .navbar-brand{
        display: flex;
        align-items: center;
    }
    .navbar-brand h3{
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        color: #1467B3;
    }
    .navbar-brand img{
        margin-right: 14px;
        width: 80px;
    }
    .navbar-toggler{
        border: none;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .btn-close:focus{
        box-shadow: none;
    }
    /* .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
        border:0px;
    } */
    .nav-right{
        display: flex;
        align-items: center;
    }
    .nav-links{
        display: flex;
    }
    .btn-link, .nav-link{
        font-family: 'Montserrat-regular';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        margin: 0 20px;
        color: #404040;
    }
    .dropdown-item{
        font-family: 'Montserrat-regular';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        margin: 0;
        color: #404040;
    }
    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: 20px;
        margin-top: var(--bs-dropdown-spacer);
        background-color: rgb(255, 255, 255, 0.9);
    }
    .offcanvas-header{
        padding: 40px!important;
        color: #808080;
    }
    .offcanvas-body{
        padding: 20px!important;
    }
    .offcanvas{
        width: 400px!important;
    }
/*navbar*/



.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .3s ease !important;
}
/*wall*/
.carousel-control-prev img, .carousel-control-next img {
    width: 35px!important;
    background-color: #fff;
    border-radius: 12px;
    padding: 3px;
}
.carousel-indicators [data-bs-target] {
    background-color: #fff;
}
.wall-fix{
    padding: 0;
    /* background: url("../img/wall/carrer.png"); */
    /* background-repeat: no-repeat;
    background-size: cover; */
}
    .wall{
        padding: 0;
    }
    .wall img{
        width: 100%;
        /* height: 688px; */
    }
    .todown{
        text-align: center;
        padding: 20px 0 0 0 ;
    }
    .wall-learn-btn{
        position: absolute;
        left: 10%;
        top: 70%;
        z-index: 9999;

        width: 186px;
        height: 62px;
        background: #4169E1;
        border: none;
        border-radius: 5px;

        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        color: #FFFFFF;

        display: flex;
        align-items: center;
        justify-content: center;
    }
    .wall-learn-btn:hover{
        color: #fff;
        opacity: 0.8;
    }
    .coverpaper{
        width: 100%;
    }
/*wall*/

.marquee-noti{
    width: 100%;
    height: 300px;
    padding: 20px 0;
    animation: 1.5s;
    background: #FFFFFF;
    box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
    border-radius: 5px;
    padding: 40px;
}
.notif-box{
    margin: 25px 0;
}
.notif-date{
    font-family: 'montserrat-regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    /* identical to box height, or 217% */


    color: #4169E1;
}
.notif-p{
    font-family: 'montserrat-regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    /* or 162% */


    color: #1D1D1D;
}

/*counter*/
.sec-counter{
    padding: 150px 10px;
    text-align: center;
    background: #FFFFFF;
    background-image: url('../img/wall/counter.jpg');
}
.count-div{
    /* position: relative;
    top: -100px; */

    margin: 0 auto;
    /* background-color: #fff; */
    /* background-color: rgba(24, 39, 75, 0.1); */
    background: rgba(0,0,0,0.1);
    backdrop-filter: saturate(100%) blur(2px);
    max-width: 900px;
    box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(63, 119, 255, 0.12);
    box-shadow: inset 0 0 10px rgba(24, 39, 75, 0.12);
    
    border-radius: 5px;
    padding: 40px 130px;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.count-cards{
    width: 150px;
}
.count-cards img{
    width: 70px;
    height: 70px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
    border-radius: 50%;
}
.count-cards h3{
    font-family: 'Montserrat-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 12px;

    text-align: center;

    color: #4169E1;
    }
.count-cards p{
    font-family: 'Montserrat-Light';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    
    color: #626262;
}
.divider{
    position: relative;
    top: 20px;
    border: 1px solid #959595;
    border-top: none;
    border-bottom: none;
    border-left: none;
    height: 50px;
}
/*counter*/

/*founder*/
.sub-head{
    font-family: 'Montserrat-black';
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 72px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #404040;
}
.sub-lines{
    font-family: 'Montserrat-light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #757575;
}
.ulol ul li {
    font-family: 'Montserrat-light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #757575;
}
.ulol p {
    font-family: 'Montserrat-light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #757575;
}
.pera{
    margin: 20px 0;
}
.pera-t{
    margin: 5px 0 20px;
}
.sub-pera{
    max-width: 764px;
}
.ulol ul li{
    max-width: 764px;
}
.ulol p{
    max-width: 764px;
}
.sub-lg{
    font-size: 65px;
}
.fullstop{
    color: #4169E1;
    font-size: 100px;
}
.underline{
    width: 267px;
    border-top: 10px solid #4169E1;
    margin: 0;
    padding: 0 0 20px 0;
}
.btn-know{
    font-family: 'Montserrat-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;

    margin: 40px 0;
    padding: 20px 45px;
}
.bg-img{
    /* padding: 58px; */
    background-image: url('../img/bg-mian.png');
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
    border-radius: 5px;
}
.bg-img img{
    width: 100%;
}
/*founder*/

/*partner*/
.partners div{
    padding:  0 22px;
}
.partners div div{
    background: #FFFFFF;
box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
border-radius: 5px;
margin: 30px auto;
}
.tata{
    padding: 140px 22px!important;
}
.mahi{
    padding: 120px 22px!important;
}
.apar{
    padding: 215px 22px!important;
}
.mobil{
    padding: 103px 22px!important;
}
.fidu{
    padding: 103px 22px!important
}
/*partner*/

/*work area*/
.work-area{
    margin: 30px 0;
    background-image: url('../img/wall/work.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 542px;

    display: flex;
    align-items: center;
}
.work-card{
    padding: 0 50px;
}
.work-card img{
    width: 80px;
    background-color: #FFFFFF;
    border-radius: 50%;
    padding: 20px;
    margin: 20px 0;
}
.work-card h4{
    font-family: 'Montserrat-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 24px;
}
.underline-hide{
    width: 1000px;
}
.underline-sm{
    width: 180px;
    border-top: 3px solid #4169E1;
    margin: 15px 0 20px;
}
.work-card p{
    font-family: 'Montserrat-light';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
}
/*work area*/

/*location*/
.location{
    margin: 20px 0;
    display: flex;
}
    .location-img{
        background-color: #4169E1;
        border-radius: 50%;
        width: 53px;
        padding: 14px;
        margin:  10px 20px;
    }
    .location div h5{
        font-family: 'Montserrat-bold';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 40px;
        color: #404040;
    }
    .location div p{
        font-family: 'Montserrat-light';
        max-width: 434px;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 24px;
        color: #404040;
    }
    .map-loc{
        font-family: 'Montserrat-semibold';
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 24px;
        color: #4169E1;
        cursor: pointer;
    }
    .location-arrow{
        width: 20px;
    }
    .map{
        border-radius: 10px;
    }
/*location*/

/*carousel*/
.card-img-top{
    width: 100%;
    height:280px;
}
.achiv-carousel{
    position: relative;
    bottom: 170px;
}
.item .card{
    margin: 0 auto;
    border: none;
    border-radius: 0px;
}
.item .card img{
    border-radius: 0px;
}
.card-title{
    font-family: 'Montserrat-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    margin: 0;
    color: #404040;
}
.card-text{
    font-family: 'Montserrat-light';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #404040;
    margin-bottom: 5px;
}
.card-body{
    padding: 15px 0;
}
.cl-year{
    font-family: 'Montserrat-regular';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;

    color: #404040;
}
.underline-xsm{
    width: 35px;
    border-top: 3px solid #4169E1;
    margin: 0px 0 10px;
}
.brand-card img{
    width: 100%;
}
/*carousel*/

/*team*/
.slick-slide {
    margin: 10px 20px;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-arrow{
    background-color: #fff;
    border: none;
    border-radius: 50%;
}
.t-underline{
    max-width: 1000px!important;
}
    .team{
        position: relative;
        margin: 20px auto;
        height: auto;
        /* overflow: hidden; */
        display: flex;
        margin: 0;
        cursor: pointer;
    }
    .team-name{
        /* position: relative;
        left: -100%; */
        /* bottom:613px; */

        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        top:0;
        /* height: 593px; */
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        /* z-index: 0.5; */
        background-color: rgb(65, 105, 225, 0.5);
        margin: 0 12px;
        padding: 20px;
        transition: 0.5s;
    }
    .team1:hover ~.team11,.team11:hover{
        display: flex;
    }
    .team1:hover img ~.team11,.team11:hover img{
       width: 100%!important;
    }
    /* .team1:hover ~.team11,.team11:hover{
        display: flex;
    } */
    .team2:hover ~.team22,.team22:hover{
        display: flex;
    }
    .team3:hover ~.team33,.team33:hover{
        display: flex;
    }
    .team-name h2{
        font-family: 'Montserrat-bold';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 56px;
        text-transform: uppercase;

        color: #FFFFFF;
    }
    .team-name p{
        font-family: 'Montserrat-regular';
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 30px;
        margin: 20px 0;
        color: #FFFFFF;
    }
    .team .un-in{
        border-top: 4px solid #000;
        margin: 5px 0 0px;
    }
    .filt-blur{
        filter: blur(2px);
        transition: 0.5s;
    }
    .filt-blur:hover{
        filter: blur(0px);
        filter: brightness(5px);
    }
    .cc-img{
        width: 100%;
        border-radius: 10px;
    }
    /* #team1{
        background-image: url('../img/team/pone.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
    #team2{
        background-image: url('../img/team/ptwo.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
    #team3{
        background-image: url('../img/team/pthree.png');
        background-repeat: no-repeat;
        background-size: cover;
    } */
    .cc-name{
    font-family: 'Montserrat-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    color: #404040;
    }
    .cc-pos{
        font-family: 'Montserrat-regular';
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 56px;

        color: #404040;
    }
/*team*/

/*contant input*/
  .contact input{
    margin: 20px 0;
    border: none;
    border-bottom: 1px solid #404040;
    border-radius: 0px;

    font-family: 'Montserrat-light';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 161.4%;
    color: #404040;
    
    padding: 0 0 5px 0;
  }
/*contant input*/


/*achivements*/
.achivements{
    background-image: url('../img/wall/achiv.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 710px;
}
.owl-nav{
    text-align: center;
}
.owl-nav button{
    margin: 0px 10px;
}
/*achivements*/

/*partner*/
.sec-partner{
    padding: 100px 0;
}
.p-logo{
    text-align: center;
}
.p-logo img{
    width: 80%;
    box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
    border-radius: 5px;
}
.p-con{
    display: flex;
    align-items: center;
}
.p-link a{
    display: flex;
    align-items: center;

    font-family: 'Montserrat-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #1467B3;
}
starp-link a p{
    margin:  0 10px 0 0;
}
/*partner*/

/*map*/
.location-btns{
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 580px;
}
.location-btn{
    font-family: 'Montserrat-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #1467B3;
    border: 1px solid #1467B3;

    width: 160px;
    text-align: center;
    border-radius: 5px;
    padding: 15px 20px;
    transition: 0.3s;
}
.location-btn:hover{
    cursor: pointer;
    background-color: #1467B3;
    color: #fff;
}
.loc-map,.loc-map-india{
    margin: 50px auto;
}
.loc-map img{
    width: 80%;
    border: 10px;
}
.loc-map-india img{
    width: 100%;
}
.loc-map-pera{
    max-width: 800px;
    margin: 0 auto;
}
.cg{
    background-color: #1467B3;
    color: #fff;
}
/*map*/

/*gallery*/
.gallery-group{
    border-radius: 12px;
    text-align: center;
    padding: 0 20px;
    margin: 0 0 50px 0;
}
.gg{
    border:3px solid #1467B3;
    border-radius: 12px;
    width: 100%;
    margin: 0;
}
.gg div{
    padding: 0;
}
.gg div img{
    width: 100%;
    height: 100px;
    padding: 5px;
    border-radius: 10px;
}
.gallery-group p{
    margin:10px 0 0 0;
    font-family: 'Montserrat-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #404040;
}
#lightgallery a{
    padding: 20px;
}
#lightgallery img{
    width: 100%;
    height: 250px;
}
.category{
    max-width: 800px;
        margin: 0 auto 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
}
    .category h3{
        cursor: pointer;
        font-family: 'Montserrat-Bold';
        font-size: 27px;
        line-height: 40px;
        letter-spacing: 0.03em;
        color: #404040;
        border-bottom: 5px solid #fff;
        transition: 0.3s;
    }
    .category h3:hover{
        border-bottom: 5px solid #4169E1;
    }
    .img-group img{
        width: 100% ;
        margin: 10px auto;
    }
    .lg-backdrop {
        margin: 0%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1040;
        background-color: #00000099;
        opacity: 0;
        -webkit-transition: opacity 0.15s ease 0s;
        -o-transition: opacity 0.15s ease 0s;
        transition: opacity 0.15s ease 0s;
    }
    .lg-outer {
        margin: 0%;
        width: 100%!important;
        height: 100%!important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
        opacity: 0;
        outline: none;
        -webkit-transition: opacity 0.15s ease 0s;
        -o-transition: opacity 0.15s ease 0s;
        transition: opacity 0.15s ease 0s;
    }
/*gallery*/

.feed-card{
    background: #FFFFFF;
    box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
    border-radius: 5px;
    padding: 40px;
}
.feed-card p{
    font-family: 'montserrat-light';
    font-style: normal;
    font-weight: 300;
    font-size: 15px!important;
    line-height: 24px!important;
    margin: 10px 0;
    
    
    color: #404040!important;
}
.feed-card h3{
    font-family: 'montserrat-medium';
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */


    color: #1D1D1D;
}
.stars{
    display: flex;
}
.stars img{
    width: 24px;
    margin: 0 3px;
}
.double-comma{
    color: #1467B3;
    font-size: 30px;
}
.feed-img img{
    width: 100px;
    border-radius: 50%;
    margin: 0 0 15px;
}

/*footer*/
footer{
    background-color: #000;
    padding: 50px 0;
}
footer .container{
    max-width: 1080px;
}
.wlogo{
    text-align: center;
}
.wlogo img{
    width: 90px;
}
.wlogo p{
    font-family: 'Montserrat-regular';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
.underline-md{
    width: 180px;
    border-top: 3px solid #4169E1;
    margin: 10px auto;
}
.foot-links{
    margin: 50px 20px;
}
.foot-links div{
    text-align: center;
}
.foot-links h3{
    font-family: 'Montserrat-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;

    color: #F1F1F1;
}
.f-link{
    margin: 8px auto;
}
.f-link a{
    font-family: 'Montserrat-light';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #F1F1F1;
}
.follow{
    text-align: center;
}
.follow img{
    margin: 20px 8px;
}
.copyright{
    font-family: 'Montserrat-light';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #F1F1F1;
}
/*footer*/

/*whatsapp*/
.wandc{
    z-index: 999;

    position: fixed;
    bottom: 50%;
    right: 0;

    background: #4169E1;
    border-radius: 20px 0px 0px 20px;
    box-shadow: 0px 8px 28px -6px rgba(24, 39, 75, 0.12), 0px 18px 88px -4px rgba(24, 39, 75, 0.14);
}
.wandc img{
    width: 25px;
    margin: 20px;
}
.wandc hr{
    border: 1px solid #fff;
    margin: 0;
    padding: 0;
}
/*whatsapp*/

.page404{
    width: 150px;
}

.chat{
    border-radius: 50%;
    /* background: #1467B3; */
    background: transparent;
    /* box-shadow: 0px 8px 28px -6px rgba(24, 39, 75, 0.12), 0px 18px 88px -4px rgba(24, 39, 75, 0.14); */
    z-index: 999999;
    position: fixed;
    bottom:30px;
    right: 30px;
    transition: 0.3s;
}
/* .chat:hover{
    box-shadow: 0px 3px 10px rgba(24, 39, 75, 0.12);
} */
.chat img{
    width: 90px;
    height: 90px;
    /* padding: 10px; */
}
.chat video{
    border: none;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    box-shadow: 0px 8px 28px -6px rgba(24, 39, 75, 0.12), 0px 18px 88px -4px rgba(24, 39, 75, 0.14);
}