

body {
    overflow-x: hidden;
    padding-top: 97px;
}

.navbar {
    padding: 0px 0px 5px 0px;
}

.nav-item a {
    font-family: "Gordita-regular";
    font-size: 15px;
    color: #000000;
}

.nav-link a b:hover {
    color: #000;
}

.nav-item a:hover {
    color: #000;
}

.nav-button {
    height: 45px;
    width: 180px;
    background: linear-gradient(to right, #00c458 0%, #358d3c 100%);
    border: none;
    border-radius: 7px;
    color: #fff;
    font-family: "Gordita-regular";
    font-size: 14px;
}

.nav-button-2 {
    height: 45px;
    width: 180px;
    background: linear-gradient(to right, #00c458 0%, #358d3c 100%);
    border: none;
    border-radius: 7px;
    color: #fff;
    font-family: "Gordita-regular";
    font-size: 12px;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 600px) {
    .nav-button-2 {
        height: 45px;
        width: 180px;
        background: linear-gradient(to right, #00c458 0%, #358d3c 100%);
        border: none;
        border-radius: 7px;
        color: #fff;
        font-family: "Gordita-regular";
        font-size: 12px;
        letter-spacing: 0px;
    }
}

.navbar-container {
    padding: 22px 40px 0px 63px;
}

.navbar-container a img {
    width: 180px;
    position: relative;
    top: 5px;
}

@media screen and (max-width: 830px) {
    .navbar-container a img {
        height: 40px;
        width: 120px;
    }
}

@media screen and (max-width: 800px) {
    .nav-link {
        padding-top: 20px;
        margin-left: 10px;
    }
    .nav-button {
        margin-top: 10px;
        margin-left: 10px;
    }
    .navbar-container {
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
}


/*----------------------------------------------------------------------*/

.closs-carousal {
    display: none;
}


/*----------Banner-----*/

.banner {
    padding: 0px;
}

.banner,
.banner-mobile h1,
h2 {
    font-family: "Gordita";
    color: #143e4d;
}

.banner-large {
    display: flex;
    justify-content: space-between;
}

.banner-lg-left {
    padding: 94px 0px 0px 62px;
}

.banner-lg-left .btn-register {
    position: relative;
    top: 10px;
}

.banner-lg-left .btn-8 {
    padding: 15px 25px;
    border-radius: 7px;
    color: rgb(255, 255, 255);
    display: inline-block;
    background: linear-gradient( 135deg, rgb(0, 196, 88) 9%, rgb(53, 141, 60) 98%, rgb(0, 196, 88) 50%, rgb(53, 141, 60) 8%, rgb(53, 141, 60) 95%) 0px center;
    height: 54px;
    width: 270px;
    top: 5px;
    /* margin-top: 17px; */
    font-weight: 700;
    font-size: 20px;
    line-height: 16px;
    letter-spacing: 0.01em;
    border: none;
    font-family: Gordita-regular;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.banner-lg-left .title-slogan .main-title h1 {
    font-size: 50px;
}

.sub-tite {
    position: relative;
    top: 10px;
}

.banner-lg-left .title-slogan .main-title h1 .main-title-background {
    background: linear-gradient( 90deg, rgba(4, 193, 87, 0.3) 0%, rgba(173, 216, 173, 0.3));
    border-radius: 8px;
}

.banner-lg-left .awards {
    position: relative;
    top: 150px;
}

.gov-logo img {
    height: auto;
    width: 19px;
    position: relative;
    left: 9px;
    right: 5px;
    bottom: 8px;
}

.banner-lg-left .awards h5 .gov-text {
    position: relative;
    color: #143e4d;
    left: 16px;
    font-weight: bold;
    font-family: "Gordita";
    font-size: 25px;
}

.logo-marquee {
    width: 655px;
    height: 100px;
    margin: 20px auto;
    overflow: hidden;
}

.logo-marquee .marquee-child {
    width: 1835px;
    display: inline-block;
    animation: marquee 15s linear infinite;
}

.logo-marquee .marquee-child img {
    margin-left: 20px;
}

@keyframes marquee {
    0% {
        margin-left: calc(655px);
    }
    100% {
        margin-left: calc(-2000px + 600px);
    }
}

.logo-marquee .marquee-child:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.banner-lg-right {
    padding: 32px 0px 0px 0px;
}

@media (max-width: 1500px) {
    .banner-lg-left .title-slogan .main-title h1 {
        font-size: 46px;
    }
    .banner-lg-left .awards {
        position: relative;
        top: 97px;
    }
    .awards h5 {
        font-size: 16px;
        font-weight: lighter;
        font-family: "Gordita-regular";
    }
    .logo-marquee {
        width: 547px;
        height: 100px;
        margin: 0px auto;
        overflow: hidden;
    }
    .logo-marquee .marquee-child {
        width: 1835px;
        display: inline-block;
        animation: marquee 15s linear infinite;
    }
    .logo-marquee .marquee-child img {
        margin-left: 20px;
    }
    @keyframes marquee {
        0% {
            margin-left: calc(500px);
        }
        100% {
            margin-left: calc(-2000px + 500px);
        }
    }
}


/*-------Banner End-----*/


/*--Mobile-Banner--*/

.banner-mobile {
    padding: 0px;
    overflow: hidden;
}

.banner-mobile .btn-8 {
    padding: 15px 25px 15px 25px;
    letter-spacing: 1px;
    border-radius: 7px;
    /* margin: 0px 5px 8px 8px; */
    color: #fff;
    display: inline-block;
    background: linear-gradient( 135deg, #00c458 9%, #358d3c 98%, #00c458 50%, #358d3c 8%, #358d3c 95%);
    background-position: 0px;
    margin-top: 20px;
    font-weight: 700;
    width: 199px;
    height: 48px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.01em;
    border: none;
    font-family: "Gordita-regular";
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.banner-mobile .banner-body {
    display: none;
}

.banner-mobile .banner-title {
    padding: 0px 0px 0px 19px;
}

.banner-mobile .banner-title .main-title h1 {
    color: #143e4d;
    letter-spacing: 1px;
    line-height: 41px;
}

.banner-mobile h6 {
    position: relative;
    top: 3px;
}

.banner-mobile .banner-title .main-title h1 .main-title-background {
    background: linear-gradient( 90deg, rgba(4, 193, 87, 0.3) 0%, rgba(173, 216, 173, 0.3));
    border-radius: 8px;
}

.banner-mobile .hero-img {
    padding: 0px 0px 0px 63px;
    text-align: end;
}

.banner-mobile .hero-img img {
    height: 321px;
    width: auto;
}

.banner-mobile .awards {
    padding: 0px 11px 0px 19px;
}

.banner-mobile .awards .logo-marquee {
    position: relative;
    bottom: 19px;
}

@media (max-width: 800px) {
    .navbar-container {
        padding: 4px 17px 10px 20px;
    }
    .banner {
        display: none;
    }
    .banner-mobile .banner-body {
        display: unset;
    }
}

@media (max-width: 600px) {
    .banner-mobile .awards .logo-marquee {
        width: auto;
        height: 100px;
        margin: 22px auto;
        overflow: hidden;
    }
}


/*--Mobile-Banner End */


/* ------------------------------------Carousal----------------------------------------------------------------*/

.carousel-slide-button {
    text-align: center;
}

.carousel-slide-button .click-btn-1 {
    background-color: #06bf56;
    border: none;
    height: 55px;
    width: 15%;
    padding: 5px;
    padding-bottom: 2px;
    color: #fff;
    border-radius: 0px 0px 0px 40px;
}

.carousel-slide-button .click-btn-2 {
    background-color: #9cd29e;
    border: none;
    height: 55px;
    width: 15%;
    padding: 5px;
    padding-bottom: 2px;
    color: #fff;
    margin-left: -10px;
}

.carousel-slide-button .click-btn-3 {
    background-color: #9cd29e;
    border: none;
    height: 55px;
    width: 15%;
    padding: 5px;
    padding-bottom: 2px;
    color: #fff;
    border-radius: 0px 0px 40px 0px;
    margin-left: -10px;
}


/*----------------------------Mobile------------------------------------------*/

.carousel-large {
    padding: 0px;
}

#carouselExampleDark {
    position: relative;
    bottom: 58px;
}

.carousel-indicators {
    margin-top: 225px;
}

.carousel-mobile {
    display: none;
}

.mobile-carousal-button {
    height: 3px;
    width: 15px;
    color: #00c458;
}


/* .carousel-indicators button{
        height: 3px; 
        width: 15px;
        background: #00C458;
    }
    .active{
        height: 3px; 
        width: 15px;
        background: #b9ddca;
    }
     */

@media only screen and(min-width:801px) {
    .carousel-item img {
        width: 100%;
        padding: 0px;
    }
}

@media only screen and (max-width: 800px) {
    .carousel-mobile {
        display: flex;
    }
    .carousel-large {
        display: none;
        margin-top: 0%;
    }
}


/*------------------------------------Second-Row-Section---------------------------------------------------*/

.line-image {
    background-image: url("./img/vector-line.png");
    background-size: cover;
    height: auto;
    overflow: hidden;
    margin-top: -56px;
}

@media only screen and (max-width: 600px) {
    .line-image {
        background-image: none;
    }
}


/*----------------------------check-out-----------------------------------------------------*/


/* .box-button {
        height: 45px;
        width: 250px;
        background: linear-gradient(to right, #00C458 0%, #358D3C 100%);
        border: none;
        border-radius: 7px;
        color: #fff;
        font-size: 14px;
        margin-left: -26%;
    }
    @media  screen and (max-width: 600px) {
        .box-button {
            height: 45px;
            width: 200px;
            background: linear-gradient(to right, #00C458 0%, #358D3C 100%);
            border: none;
            border-radius: 7px;
            color: red;
            font-size: 12px;
            margin-left: -0%;
        }
    } */


/* register form */


/* .btn{
        background: linear-gradient(135deg, #00C458 0%, #358D3C 40%, #00C458 50%, #358D3C 60%, #00C458 100%  );
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e00', endColorstr='#ff6e00',GradientType=1 ); 
        animation-duration:3s;
        animation:light 4s infinite;
    } */

.btn-2 {
    padding: 1em 2em 1.1em;
    border-radius: 7px;
    right: 4px;
    color: #fff;
    display: inline-block;
    margin-left: 0px;
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0.01em;
    border: none;
    font-family: "Gordita-regular";
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    border: none;
    background: linear-gradient( 135deg, #00c458 9%, #358d3c 98%, #00c458 50%, #358d3c 8%, #358d3c 95%);
    background-position: 0px;
}

.btn-2 a {
    position: relative;
    top: 2px;
}

.btn-2:hover {
    text-decoration: none;
    color: #fff;
}

.btn-2:after {
    content: "";
    top: 0;
    left: 0;
    transform: translateX(100%);
    width: 90%;
    max-width: 300px;
    height: 100%;
    position: absolute;
    z-index: 1;
    animation: light 2.3s infinite;
    background: linear-gradient( to right, rgba(25, 165, 148, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
    /* IE6-9 */
}

@media screen and (max-width: 600px) {
    .btn-2 {
        margin-left: 2px;
    }
}

.feedbacks {
    padding: 0px 0px 0px 68px;
}

.btn-3 {
    padding: 1em 2em 1.1em;
    border-radius: 7px;
    /* margin: 0px 5px 8px 8px; */
    color: #fff;
    display: inline-block;
    background: linear-gradient( 135deg, #00c458 0%, #358d3c 40%, #00c458 50%, #358d3c 60%, #00c458 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff6e00', endColorstr='#ff6e00', GradientType=1);
    /* -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; */
    margin-top: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    /* identical to box height, or 100% */
    letter-spacing: 0.01em;
    border: none;
    font-family: "Gordita-regular";
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    background: linear-gradient( 135deg, #00c458 9%, #358d3c 98%, #00c458 50%, #358d3c 8%, #358d3c 95%);
    background-position: 0px;
}

.btn-3:hover {
    text-decoration: none;
    color: #fff;
}

.btn-3:after {
    content: "";
    top: 0;
    left: 0;
    transform: translateX(100%);
    width: 90%;
    max-width: 300px;
    height: 100%;
    position: absolute;
    z-index: 1;
    animation: light 2.3s infinite;
    background: linear-gradient( to right, rgba(25, 165, 148, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
    /* IE6-9 */
}

.btn-4 {
    padding: 1em 2em 1.1em;
    border-radius: 7px;
    /* margin: 0px 5px 8px 8px; */
    color: #fff;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.01em;
    border: none;
    font-family: "Gordita-regular";
    text-align: center;
    text-decoration: none;
    position: relative;
    display: none;
    overflow: hidden;
    background: linear-gradient( 135deg, #00c458 9%, #358d3c 98%, #00c458 50%, #358d3c 8%, #358d3c 95%);
    background-position: 0px;
}

.btn-4:hover {
    text-decoration: none;
    color: #fff;
}

.btn-4:after {
    content: "";
    top: 0;
    left: 0;
    transform: translateX(100%);
    width: 90%;
    max-width: 300px;
    height: 100%;
    position: absolute;
    z-index: 1;
    animation: light 2.3s infinite;
    background: linear-gradient( to right, rgba(25, 165, 148, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
    /* IE6-9 */
}

.btn-7 {
    padding: 18px 25px 10px 25px;
    border-radius: 7px;
    position: relative;
    /* margin: 0px 5px 8px 8px; */
    color: #fff;
    display: inline-block;
    /* -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; */
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    /* identical to box height, or 100% */
    letter-spacing: 0.01em;
    border: none;
    font-family: "Gordita-regular";
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    background: linear-gradient( 135deg, #00c458 9%, #358d3c 98%, #00c458 50%, #358d3c 8%, #358d3c 95%);
    background-position: 0px;
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e00', endColorstr='#ff6e00',GradientType=1 ); */
    /* animation-duration:3s;
        animation:light 5s infinite; */
}

.btn-7:after {
    content: "";
    top: 0;
    left: 0;
    transform: translateX(100%);
    width: 90%;
    max-width: 300px;
    height: 100%;
    position: absolute;
    z-index: 1;
    animation: light 2.3s infinite;
    background: linear-gradient( to right, rgba(25, 165, 148, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
    /* IE6-9 */
}

.btn-7:hover {
    text-decoration: none;
    color: #fff;
}

.form-button:hover {
    text-decoration: none;
    color: #fff;
}

.form-button {
    padding: 12px 25px 10px;
    border-radius: 7px;
    height: 51px;
    top: 6px;
    margin-top: 26px;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-weight: 800;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0.01em;
    border: none;
    font-family: Gordita-regular;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(0, 196, 88) 9%, rgb(53, 141, 60) 98%, rgb(0, 196, 88) 50%, rgb(53, 141, 60) 8%, rgb(53, 141, 60) 95%) 0px center;
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e00', endColorstr='#ff6e00',GradientType=1 ); */
    /* animation-duration:3s;
        animation:light 5s infinite; */
}

.form-button:after {
    content: "";
    top: 0;
    left: 0;
    transform: translateX(100%);
    width: 90%;
    max-width: 600px;
    height: 100%;
    position: absolute;
    z-index: 1;
    animation: light 2.3s infinite;
    background: linear-gradient( to right, rgba(25, 165, 148, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
    /* IE6-9 */
}

@media screen and (max-width: 600px) {
    .btn-7 {
        padding: 18px 25px 15px 25px;
        border-radius: 7px;
        margin: -10px 5px 8px 8px;
        color: #fff;
        display: inline-block;
        /* -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; */
        margin-left: -0%;
        font-weight: 600;
        margin-top: 20px;
        font-size: 12px;
        font-family: "Gordita-medium";
        text-align: center;
        text-decoration: none;
        position: relative;
    }
}

.btn-8 {
    padding: 15px 25px 15px 25px;
    letter-spacing: 1px;
    border-radius: 7px;
    /* margin: 0px 5px 8px 8px; */
    color: #fff;
    display: inline-block;
    background: linear-gradient( 135deg, #00c458 9%, #358d3c 98%, #00c458 50%, #358d3c 8%, #358d3c 95%);
    background-position: 0px;
    /* -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; */
    margin-top: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    /* identical to box height, or 100% */
    letter-spacing: 0.01em;
    border: none;
    font-family: "Gordita-regular";
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.btn-8:hover {
    text-decoration: none;
    color: #fff;
}

.btn-8:after {
    content: "";
    top: 0;
    left: 0;
    transform: translateX(100%);
    width: 90%;
    max-width: 300px;
    height: 100%;
    position: absolute;
    z-index: 1;
    animation: light 2.3s infinite;
    background: linear-gradient( to right, rgba(25, 165, 148, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
    /* IE6-9 */
}

@media screen and (max-width: 600px) {
    .btn-3 {
        display: none;
    }
    .btn-4 {
        padding: 1em 2em 1.1em;
        border-radius: 7px;
        right: 4px;
        color: #fff;
        display: inline-block;
        margin-left: 0px;
        font-weight: 700;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0.01em;
        border: none;
        font-family: "Gordita-regular";
        text-align: center;
        text-decoration: none;
        position: relative;
        overflow: hidden;
        border: none;
        background: linear-gradient( 135deg, #00c458 9%, #358d3c 98%, #00c458 50%, #358d3c 8%, #358d3c 95%);
        background-position: 0px;
    }
    .btn-4 a {
        position: relative;
        top: 2px;
    }
}

.btn-2:hover,
.btn-2:focus {
    color: #fff;
}

.btn-3:hover,
.btn-3:focus {
    color: #fff;
}

.btn-4:hover,
.btn-4:focus {
    color: #fff;
}

.hr-team-row-col {
    margin-top: 116px;
}

.inmakeslh-video-container {
    margin-top: 134px;
}

.award-container {
    background-image: url("../img/Group178.png");
    height: 491px;
    background-size: cover;
    border-radius: 10px;
}

.award-logo-wrap img {
    /* background-size: cover; */
    /* background: rgba(255, 255, 255, 0.13); */
    /* background: linear-gradient(128deg,); */
    /* -webkit-mask: linear-gradient(128deg,  rgba(2,0,36,0) 0%, rgba(255,255,255,1) 50%, rgba(0,212,255,0) 100%) right/600%
    100%; */
    background-repeat: no-repeat;
    animation: shimmer 4s infinite;
    -webkit-mask: linear-gradient( 306deg, rgba(100, 112, 123, 0.43) 59%, rgba(255, 255, 255, 1) 61%, rgba(100, 112, 123, 0.43) 63%) right/872% 100%;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1);
    background-position: center;
    overflow: hidden;
}


/* .award-logo-wrap::after{
 
  background-repeat: no-repeat;
  animation: shimmer 3s infinite;
}  */


/* .award-logo-wrap::after{
  content: "";
  top: 10px; 
  left:0; 
  transform: translateX(80%);
  width: 216px;
  max-width: 150px;
  height: 42%;
  position: absolute;
  z-index: 1;
  animation: shimmer-light 2.3s infinite;
  background: linear-gradient(
    to right,
    rgba(25, 165, 148, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(30, 196, 180, 0) 99%,
    rgba(30, 196, 180, 0) 100%
  ); */


/* W3C */


/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */


/* }  */

@-webkit-keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

@media screen and (max-width: 600px) {
    .register-div {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 600px) {
    .award-container {
        margin-top: 15px;
    }
    .award-container img {
        padding-left: 15%;
        height: 200px;
    }
    .award-container h2 {
        text-align: center;
        padding-bottom: 15px;
    }
}

.award-container h2 {
    font-family: "Gordita";
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 51px;
}

@media screen and (max-width: 600px) {
    .what-leads-div,
    .hr-team-row,
    .award-container,
    .register-form-container {
        padding: 0px;
    }
    .register-form-container {
        margin-top: -158px;
    }
    .hr-team-row-col {
        margin-top: -10%;
    }
    .award-container h2 {
        font-family: "Gordita";
        font-style: normal;
        font-weight: 500;
        font-size: 26px;
        color: #ffffff;
        padding-bottom: 15px;
        line-height: 35px;
    }
}

@media screen and (max-width: 600px) {
    .award-container {
        background-image: url("../img/Group178.png");
        background-size: cover;
        background-position: center;
        border-radius: 10px;
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media screen and (max-width: 500px) {
    .brands-slider {
        margin-top: -19px;
    }
    .award-container {
        background-image: url("../img/Group178.png");
        height: 350px;
        background-size: cover;
        background-position: center;
        border-radius: 10px;
        padding-left: 10%;
        padding-right: 10%;
    }
    .award-container img {
        padding-left: 28%;
        height: 150px;
    }
    .award-container h2 {
        text-align: center;
        font-size: 28px;
        /* line-height: 1.5em; */
        padding-left: 10%;
        padding-bottom: 15px;
    }
}

.register-card-body h3 {
    position: relative;
    top: -17px;
    left: 1px;
    font-size: 26px;
    font-family: "Gordita-Medium";
}

.register-card-body h3 span {
    font-size: 26px;
    line-height: 68px;
    color: #3cb659;
}

@media screen and (max-width: 600px) {
    .brands-slider {
        margin-top: -19px;
    }
    .register-card-body h3 {
        line-height: 30px;
        font-size: 35px;
    }
    .register-card-body h3 span {
        font-size: 35px;
        line-height: 30px;
        color: #3cb659;
    }
    .register-card-body button {
        background-color: red;
    }
}

@media screen and (max-width: 508px) {
    .register-card-body h3 {
        line-height: 30px;
        font-size: 30px;
    }
    .register-card-body h3 span {
        font-size: 30px;
        color: #3cb659;
    }
}

@media screen and (max-width: 444px) {
    .brands-slider {
        margin-top: -19px;
    }
    .register-card-body h3 {
        line-height: 36px;
        position: relative;
        font-size: 22px;
        font-weight: 600;
        top: -10;
        left: -2px;
    }
    .register-card-body h3 span {
        font-size: 22px;
        line-height: 30px;
        color: #3cb659;
    }
}

@media screen and (max-width: 700px) {
    .line-container {
        background-image: none;
    }
}

@media(max-width:360px) {
    .award-container h2 {
        text-align: center;
        font-size: 22px;
        /* line-height: 1.5em; */
        padding-left: 10%;
        padding-bottom: 15px;
    }
}

.professional-section-div-img img {
    padding: 10%;
    /* height: 670px; */
}

@media screen and (max-width: 700px) {
    .professional-section-div-img {
        display: none;
    }
}

@media screen and (max-width: 2529px) {
    .box-button,
    .APPLY-btn {
        padding-left: -22%;
    }
}

@media screen and (max-width: 1420px) {
    .box-button,
    .APPLY-btn {
        padding-left: -40%;
    }
}

@media screen and (max-width: 1000px) {
    .box-button,
    .APPLY-btn {
        padding-left: 1%;
    }
}


/* @media screen and (max-width:500px) {
        .box-button,
        .APPLY-btn {
            margin-top: -10px;
            text-align: center;
        }
       
        .card-div {
            margin-top: -17%;
        }
        .card {
            border: none;
            margin-top: 10%;
        }
    } */

.professional-section-div {
    padding-top: 63px;
}

.professional-section-div-col-2 {
    margin-top: 3%;
    font-family: "Gordita-Medium";
}

.box-col-div {
    overflow: hidden;
    padding: 0px 0px 0px 10px;
}

@media screen and (max-width: 600px) {
    .professional-section-div {
        padding-top: 20px;
    }
    .professional-section-div-col-2 {
        position: relative;
        bottom: 0px;
    }
    .box-col-div {
        padding: 0px 17px 0px 17px;
    }
}

.hr-team-row {
    bottom: 42px;
    position: relative;
}

.hr-team-row-col h3 {
    font-size: 46px;
    font-weight: 500;
    font-family: "Gordita";
}

.Meet-Our-div h2 {
    font-size: 46px;
    font-weight: 500;
    font-family: "Gordita";
}

.professional-section-div-col-2 h2 {
    color: #082331;
    font-size: 43px;
    font-weight: 550;
    font-family: "Gordita-regular";
}

.professional-section-div-col-2 h2 span {
    color: #56bb66;
}

.box-1 {
    height: 70px;
    background-color: #fff;
    box-shadow: 2px 1px 10px 0px #e5e5e5;
    padding: 7px;
}

.box-1 img {
    width: 40px;
    height: auto;
}

.box-1 h5 {
    color: #082331;
    font-size: 14px;
    /* margin-top: 20px; */
    padding: 12px 0px 5px 10px;
    text-align: center;
    align-items: center;
}

@media screen and (max-width: 600px) {
    .box-1 h5 {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.5px;
        padding-left: 9px;
        position: relative;
        top: 3px;
        right: 6px;
    }
    .box-1 img {
        padding-left: 8px;
        width: 60px;
        height: auto;
    }
}


/* @media screen and (max-width:1200px) {
        .professional-section-div-col-2 h2 {
            line-height: 35px;
            font-size: 33px;
            margin-top: 16%;
            padding-left: 2%;
        }
    } */

.slog-sm {
    display: none;
}

@media (max-width: 600px) {
    .trainee-slogan {
        display: block;
        padding: 0px 0px 0px 13px;
        position: relative;
        bottom: 28px;
    }
    .slog-sm {
        display: unset;
    }
    .slog-lg {
        display: none;
    }
    .professional-section-div-col-2 h2 {
        line-height: 36px;
        font-size: 26px;
        font-weight: 900;
        text-align: -webkit-center;
    }
}

@media(max-width:360px) {
    .professional-section-div-col-2 h2 {
        line-height: 36px;
        font-size: 24px;
        font-weight: 900;
        text-align: -webkit-center;
    }
}

@media(max-width:330px) {
    .professional-section-div-col-2 h2 {
        line-height: 36px;
        font-size: 20px;
        font-weight: 900;
        text-align: -webkit-center;
    }
}


/* @media screen and (max-width:444px) {
        .professional-section-div-col-2 h2 {
            line-height: 35px;
            font-size: 24px;
            font-weight: 900;
           
        }
    }
    
    @media screen and (max-width:370px) {
        .professional-section-div-col-2 h2 {
            line-height: 35px;
            font-size: 20px;
            font-weight: 900;
           
        }
    }
    
    @media screen and (max-width:332px) {
        .professional-section-div-col-2 h2 {
            line-height: 35px;
            font-size: 20px;
            font-weight: 300;
            
        }
    }
    
    @media screen and (max-width:290px) {
        .professional-section-div-col-2 h2 {
            line-height: 35px;
            font-size: 18px;
            font-weight: 900;
          
        }
    } */


/*----------------------------Cards-----------------------------------------------------*/

.happy-std h3 {
    margin-top: 47px;
    font-size: 37px;
    line-height: 55px;
    font-weight: 800;
    color: rgb(8, 35, 49);
    font-family: Gordita-regular;
    letter-spacing: 1px;
}

.happy-std h3 span {
    color: #3cb659;
}

@media screen and (max-width: 600px) {
    .branches {
        padding: 0px 44px 0px;
    }
    .happy-std h3 {
        line-height: 40px;
        font-size: 25px;
        margin-top: 15%;
        letter-spacing: 0px;
        font-family: "Gordita-regular";
        font-weight: 700;
    }
    .happy-std h3 span {
        color: #3cb659;
    }
}


/* @media screen and (max-width:1200px) {
        .happy-std h3 {
            line-height: 40px;
            font-size: 25px;
        }
        .happy-std h3 span {
            font-size: 25px;
            line-height: 40px;
            color: #3CB659;
        }
    }
    
    @media screen and (max-width:990px) {
        .happy-std h3 {
            line-height: 50px;
            font-size: 35px;
        }
        .happy-std h3 span {
            font-size: 35px;
            line-height: 50px;
            color: #3CB659;
        }
    }
    
    @media screen and (max-width:772px) {
        .happy-std h3 {
            line-height: 50px;
            font-size: 30px;
        }
        .happy-std h3 span {
            font-size: 30px;
            line-height: 50px;
            color: #3CB659;
        }
    } */


/* @media screen and (max-width:522px) {
        .happy-std h3 {
            line-height: 50px;
            font-size: 25px;
            margin-top: 15%;
            letter-spacing: 0px;
            font-family: 'Gordita-regular';
            font-weight: 700;
        }
        
    } */


/* @media screen and (max-width:444px) {
        .happy-std h3 {
            line-height: 40px;
            font-size: 25px;
            margin-top: 15%;
            letter-spacing: 0px;
            font-family: 'Gordita-regular';
            font-weight: 900;
        }
        .happy-std h3 span {
            font-size: 25px;
            line-height: 30px;
            color: #3CB659;
        }
    } */


/* @media screen and (max-width:385px) {
        .happy-std h3 {
            line-height: 30px;
            font-size: 18px;
            font-weight: 700;
            padding-left: 3%;
            margin-top: 12%;
            letter-spacing: 0px;
            font-family: 'Gordita-regular';
            font-weight: 900;
        }
        .happy-std h3 span {
            font-size: 18px;
            line-height: 30px;
            color: #3CB659;
            font-weight: 700;
        }
    }
    
    @media screen and (max-width:340px) {
        .happy-std h3 {
            line-height: 25px;
            font-size: 19px;
            padding-left: 3%;
            margin-top: 12%;
            letter-spacing: 0px;
            font-family: 'Gordita-regular';
            font-weight: 900;
        }
        .happy-std h3 span {
            font-size: 19px;
            line-height: 25px;
            color: #3CB659;
        }
    }
    
    @media screen and (max-width:311px) {
        .happy-std h3 {
            line-height: 25px;
            font-size: 13px;
            padding-left: 3%;
            margin-top: 12%;
            letter-spacing: 0px;
            font-weight: 900;
        }
        .happy-std h3 span {
            font-size: 13px;
            line-height: 25px;
            color: #3CB659;
        }
    } */

.footer-items {
    padding: 0px;
}

.footer-items ul {
    list-style-type: none;
    padding-left: 0px 30px;
}

.footer-items li {
    margin-top: 7px;
}

.branches ul {
    padding: 0px;
}

.footer-items p,
h6 {
    font-family: "Gordita-regular";
}

.infotech {
    font-size: 12px;
    position: relative;
    bottom: 6px;
}

.happy-std button {
    height: 50px;
    width: 280px;
    background: linear-gradient(93.25deg, #00c458 -0.4%, #2d9842 100%);
    border-radius: 8px;
    border: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    /* identical to box height, or 100% */
    letter-spacing: 0.05em;
    color: #ffffff;
}

.Caring {
    margin-top: 56px;
    border: 1px solid rgba(20, 62, 77, 0.5);
    border-radius: 8px;
    height: 240px;
    width: 15rem;
}

.Caring img {
    margin-left: 70px;
    margin-top: 20px;
    height: 100px;
    width: 100px;
}

.Caring h5 {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #000000;
    font-family: "Gordita";
}

.Caring h6 {
    font-family: "Gordita-slim";
    font-weight: 700;
}

.Placement {
    margin-top: 92px;
    border: 1px solid rgba(20, 62, 77, 0.5);
    border-radius: 8px;
    height: 240px;
    width: 15rem;
}

.Placement img {
    margin-left: 70px;
    margin-top: 20px;
    height: 100px;
    width: 100px;
}

.Placement h5 {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #000000;
    font-family: "Gordita";
}

.Placement h6 {
    font-family: "Gordita-slim";
    font-weight: 700;
}


/*----------------------------Cards Step Two--------------------------------------------------*/

.Malayalam {
    border: 1px solid rgba(20, 62, 77, 0.5);
    border-radius: 8px;
    height: 240px;
    width: 15rem;
}

.Malayalam img {
    margin-left: 70px;
    margin-top: 20px;
    height: 100px;
    width: 100px;
}

.Malayalam h5 {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #000000;
    margin-top: -2px;
    font-family: "Gordita";
}

.Malayalam h6 {
    margin-top: 21px;
    line-height: 10px;
    font-family: "Gordita-slim";
    font-weight: 700;
}

.Task {
    margin-top: 36px;
    border: 1px solid rgba(20, 62, 77, 0.5);
    border-radius: 8px;
    height: 240px;
    width: 15rem;
}

.Task img {
    margin-left: 70px;
    margin-top: 20px;
    height: 100px;
    width: 100px;
}

.Task h5 {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #000000;
    font-family: "Gordita";
}

.Task h6 {
    font-family: "Gordita-slim";
    font-weight: 700;
}

.APPLY-btn {
    height: 50px;
    width: 280px;
    background: linear-gradient(93.25deg, #00c458 -0.4%, #2d9842 100%);
    border-radius: 8px;
    border: none;
    display: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    /* identical to box height, or 100% */
    letter-spacing: 0.05em;
    color: #ffffff;
    text-align: center;
}

.feedback-cards-mobile .card {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 430px) {
    .feedback-cards-mobile .card {
        display: flex;
        justify-content: center;
        height: 180px;
        width: 15rem;
    }
    .Caring {
        margin-top: 5%;
        border: 1px solid gray;
        border-radius: 8px;
    }
    .Caring img {
        align-self: center;
        position: relative;
        margin: 0px;
        top: 31px;
        height: 40%;
        width: 100%;
    }
    .Caring h5 {
        font-weight: 700;
        font-size: 14px;
        text-align: center;
        color: rgb(0, 0, 0);
        margin-top: 38px;
    }
    .Placement {
        margin-top: 5%;
        border: 1px solid gray;
        border-radius: 8px;
        margin-left: 5%;
    }
    .Placement img {
        align-self: center;
        position: relative;
        margin: 0px;
        top: 31px;
        height: 40%;
        width: 100%;
    }
    .Placement h5 {
        font-weight: 700;
        font-size: 14px;
        text-align: center;
        color: rgb(0, 0, 0);
        margin-top: 38px;
    }
    /*----------------------------Cards Step Two--------------------------------------------------*/
    .Malayalam {
        margin-top: 5%;
        border: 1px solid gray;
        border-radius: 8px;
    }
    .Malayalam img {
        align-self: center;
        position: relative;
        margin: 0px;
        top: 31px;
        height: 40%;
        width: 100%;
    }
    .Malayalam h5 {
        font-weight: 700;
        top: 20px;
        position: relative;
        font-size: 14px;
        text-align: center;
        color: rgb(0, 0, 0);
    }
    .Malayalam h6 {
        position: relative;
        top: 17px;
    }
    .feedback-cards-mobile .card h6 {
        font-family: "Gordita-slim";
        font-weight: 700;
        font-size: 12px;
    }
    .Task {
        margin-top: 5%;
        border: 1px solid gray;
        border-radius: 8px;
        margin-left: 5%;
    }
    .Task img {
        align-self: center;
        position: relative;
        margin: 0px;
        top: 31px;
        height: 40%;
        width: 100%;
    }
    .Task h5 {
        font-weight: 700;
        font-size: 14px;
        text-align: center;
        color: #000000;
        margin-top: 38px;
    }
    /* .phone-ssize-carings,
        .Indias-text,
        .kerala-Background,
        .check-out {
            padding-left: ;
        } */
}

@media screen and(max-width:600px) {
    .happy-std {
        padding: 0px 0px 0px 0px;
    }
    .happy-std button {
        height: 40px;
        width: 220px;
        background: linear-gradient(93.25deg, #00c458 -0.4%, #2d9842 100%);
        border-radius: 8px;
        border: none;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        /* identical to box height, or 100% */
        letter-spacing: 0.05em;
        color: #ffffff;
        display: none;
    }
    .infotech {
        bottom: 35px;
        padding-top: 45px;
    }
    .APPLY-btn {
        height: 40px;
        width: 220px;
        background: linear-gradient(93.25deg, #00c458 -0.4%, #2d9842 100%);
        border-radius: 8px;
        border: none;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        /* identical to box height, or 100% */
        letter-spacing: 0.05em;
        color: #ffffff;
        display: flex;
        align-items: center;
        text-align: center;
        padding-left: 4%;
    }
    .mobile-break1 {
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .feedback-cards-mobile {
        padding: 0px 25px 0px 16px;
    }
}


/*----------------------------------Video-Section----------------------------------------------------------------*/

.hr-team-row-col h3 span {
    font-size: 42px;
    line-height: 68px;
    color: #3cb659;
}

.hr-team-row-col h3 {
    font-size: 42px;
    line-height: 68px;
    color: #000000;
    font-family: "Gordita-Medium";
}

@media screen and (max-width: 600px) {
    .hr-team-row-col h3 {
        line-height: 30px;
        font-size: 35px;
        padding-top: 15%;
    }
    .hr-team-row-col h3 span {
        font-size: 35px;
        line-height: 30px;
        color: #3cb659;
    }
    .hr-team-row-col p {
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        color: #2f3b48;
    }
}

@media screen and (max-width: 508px) {
    .hr-team-row-col h3 {
        line-height: 30px;
        font-size: 30px;
        padding-top: 15%;
    }
    .hr-team-row-col h3 span {
        font-size: 30px;
        color: #3cb659;
    }
    .hr-team-row-col p {
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        color: #2f3b48;
    }
}

@media screen and (max-width: 444px) {
    .hr-team-row-col h3 {
        line-height: 35px;
        font-size: 26px;
        padding-top: 15%;
    }
    .hr-team-row-col h3 span {
        font-size: 26px;
        line-height: 30px;
        color: #3cb659;
    }
    .hr-team-row-col p {
        font-weight: 400;
        font-size: 14px;
        line-height: 28px;
        color: #2f3b48;
    }
}

@media screen and (max-width: 380px) {
    .hr-team-row-col h3 {
        line-height: 35px;
        font-size: 24px;
        padding-top: 15%;
    }
    .hr-team-row-col h3 span {
        font-size: 24px;
        line-height: 30px;
        color: #3cb659;
    }
    .hr-team-row-col p {
        font-weight: 400;
        font-size: 14px;
        line-height: 28px;
        color: #2f3b48;
    }
}

@media screen and (max-width: 310px) {
    .hr-team-row-col h3 {
        line-height: 35px;
        font-size: 18px;
        padding-top: 15%;
    }
    .hr-team-row-col h3 span {
        font-size: 18px;
        line-height: 30px;
        color: #3cb659;
    }
    .hr-team-row-col p {
        font-weight: 400;
        font-size: 14px;
        line-height: 28px;
        color: #2f3b48;
    }
}

.vidieo {
    width: 100%;
    margin-top: 25%;
}

.Indias-text {
    margin-top: 11%;
}

.Indias-text h5 {
    font-family: "Gordita";
    font-size: 46px;
    line-height: 58px;
    color: #082331;
}

.Indias-text span {
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    line-height: 58px;
    color: #56bb66;
}

.responsive {
    width: 150px;
    height: 50px;
}

.responsive-2 {
    width: 200px;
    height: 50px;
    padding-left: 10%;
}

@media screen and (max-width: 600px) {
    .vidieo {
        width: 100%;
        margin-top: 5%;
    }
    .Indias-text {
        margin-top: 8%;
    }
    .Indias-text h5 {
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 38px;
        color: #082331;
    }
    .Indias-text span {
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 38px;
        color: #56bb66;
    }
    .responsive {
        width: 130px;
        height: 40px;
    }
    .responsive-2 {
        width: 170px;
        height: 40px;
        padding-left: 10%;
    }
}

@media screen and (max-width: 450px) {
    .vidieo {
        width: 100%;
        margin-top: 5%;
    }
    .Indias-text {
        margin-top: 8%;
    }
    .Indias-text h5 {
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 38px;
        color: #082331;
    }
    .Indias-text span {
        font-style: normal;
        font-weight: 500;
        font-size: 25px;
        line-height: 38px;
        color: #56bb66;
    }
    .responsive {
        width: 100px;
        height: 40px;
    }
    .responsive-2 {
        width: 150px;
        height: 40px;
        padding-left: 10%;
    }
}

@media screen and (max-width: 370px) {
    .vidieo {
        width: 100%;
        margin-top: 5%;
    }
    .Indias-text {
        margin-top: 8%;
    }
    .Indias-text h5 {
        font-style: normal;
        font-weight: 500;
        font-size: 25px;
        line-height: 38px;
        color: #082331;
    }
    .Indias-text span {
        font-style: normal;
        font-weight: 500;
        font-size: 25px;
        line-height: 38px;
        color: #56bb66;
    }
    .responsive {
        width: 100px;
        height: 40px;
    }
    .responsive-2 {
        width: 130px;
        height: 40px;
        padding-left: 10%;
    }
}

@media screen and (max-width: 305px) {
    .vidieo {
        width: 100%;
        margin-top: 5%;
    }
    .Indias-text {
        margin-top: 8%;
    }
    .Indias-text h5 {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 38px;
        color: #082331;
    }
    .Indias-text span {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 38px;
        color: #56bb66;
    }
    .responsive {
        width: 120px;
        height: 40px;
    }
    .responsive-2 {
        width: 120px;
        height: 40px;
        padding-left: 10%;
    }
}

.facts-figures .fact {
    padding-left: 10px;
    line-height: 0px;
}

.facts-figures h6 {
    font-size: 18px;
    font-weight: 400;
}

.facts-figures h5 {
    font-weight: 700;
    font-size: 22px;
}

.std-red h5 {
    color: #fe5e5e;
}

.std-yellow h5 {
    color: #fed15e;
}

.std-green h5 {
    color: #6ac075;
}

.std-violet h5 {
    color: #5e81fe;
}

.red-img {
    height: 60px;
    width: 70px;
}

@media screen and (max-width: 600px) {
    .facts-figures h5 {
        font-weight: 700;
        font-size: 16px;
    }
    .facts-figures h6 {
        font-size: 11px;
        font-weight: bold;
        /* width: 90px; */
        /* font-weight: 00; */
    }
    .red-img {
        height: 50px;
        width: 50px;
    }
}


/* @media screen and (max-width:400px) {
        .red-img{
            height: 40px;
            width: 40px;
        }
    } */


/* 
    
     @media screen and (max-width: 500px) {
        .facts-figures  h6{
            font-size: 11px;
       
           
        }
        .facts-figures h5{
            font-size: 15px;
        }
     
    } */


/* @media screen and (max-width: 400px) {
        .facts-figures .fact  h6{
            font-size: 10px;
       
           
        }
        .facts-figures .fact h5{
            font-size: 13px;
        }
     
    }  */


/*---------------------------------End-Vidieo-Section----------------------------------------------------------------*/


/*-------------------------------------Inputs-----------------------------------------------------------------*/

.kerala-Background {
    /* Add image */
    background-image: url("../img/Group178.png");
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    height: 420px;
    margin-top: 14%;
}

.kerala-logo img {
    height: 200px;
}

.kerala-logo h2 {
    font-weight: 500;
    font-size: 45px;
    line-height: 52px;
    color: #ffffff;
    padding-left: 10px;
}

@media screen and (max-width: 600px) {
    .kerala-Background {
        /* Add image */
        background-image: url("../img/Group178.png");
        background-size: cover;
        background-position: center;
        border-radius: 10px;
        height: 420px;
    }
    .kerala-logo img {
        height: 200px;
        justify-content: center;
        text-align: center;
        padding-left: 24%;
    }
    .kerala-logo h2 {
        text-align: center;
        font-weight: 500;
        font-size: 30px;
        line-height: 52px;
        color: #ffffff;
        padding-left: 10px;
    }
}

.check-out {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border: none;
    margin-top: 22%;
}

.Details-2 {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #082331;
}

.Details-2 span {
    color: #00c458;
    line-height: 36px;
}

.card-body form {
    width: 100%;
    position: relative;
    /* margin: 0; */
    bottom: 20px;
}

.card-body .roww {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px 30px;
}

.input-div {
    line-height: 35px;
}

@media screen and(max-width:600px) {
    .input-div {
        line-height: 25px;
    }
    .input-div input {
        width: 350px;
    }
    .input-div select {
        width: 350px;
    }
}

.input-div label {
    font-family: "Gordita-regular";
    /* font-weight: 500;
        font-size: 15px;
        color: black; */
}

.input-div input {
    height: 40px;
}

.btn-7 {
    height: 51px;
    font-size: 15px;
}

input::placeholder {
    font: 14px/3 sans-serif;
}

select {
    font-size: smaller;
}

select option {
    font: 14px/3 sans-serif;
}

.contact-select {
    font-size: small;
    font-family: "Gordita-slim";
    font-weight: 900;
    height: 40px;
}

label {
    columns: black;
    font-size: 15px;
    color: #000000;
}

.column {
    margin-top: 15px;
}

.column textarea,
input {
    width: 100%;
    font-weight: 400;
    padding: 8px 10px;
    border-radius: 5px;
    border: 2px solid #b6b6b6;
}

.column textarea {
    resize: none;
}

.column textarea:focus,
.column input:focus {
    outline: none;
    border-color: #01bf58;
}

.continue-btn {
    width: 100%;
    height: 40px;
    background: linear-gradient(90deg, #01bf58 0%, #2b9b44 101.06%);
    border-radius: 6px;
    border: none;
    margin-top: 30px;
}

.continue-btn a {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    letter-spacing: 0.05em;
    color: #ffffff;
}

@media screen and (max-width: 600px) {
    .card-body .roww {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        grid-gap: 8px 10px;
    }
}

@media screen and (max-width: 1500px) {
    .column {
        margin-top: 0px;
    }
}


/*---------------------------------Slider---------------------------------------------------*/


/*---------------------footer css areaa------------------*/

.footer-div {
    background-color: #082331;
    height: auto;
    width: 100%;
    font-family: "Gordita";
}

.kochi-div {
    display: none;
}

@media screen and (max-width: 600px) {
    .footer-text,
    .footer-contact-div {
        display: none;
    }
    .footer-text-col,
    .footer-bahrain {
        margin-top: 2%;
    }
    .kochi-div {
        display: flex;
    }
    .footer-items {
        padding-left: 0;
    }
    .footer-text-col {
        margin-top: 10%;
    }
    .footer-text-col .footer-bahrain {
        padding-top: 5%;
    }
    .infotech {
        font-size: 12px;
        position: relative;
        bottom: 0px;
        height: 100px;
    }
}

@media screen and (max-width: 998px) {
    .footer-div {
        margin-top: 5%;
    }
}


/*---------------------------------Slick Slider------------------------------------------------*/


/* Slider */

.slider-2 {
    display: flex;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    transition: all 750ms ease;
    left: 0;
    animation: lead 26s infinite;
}

.slider-2::-webkit-scrollbar {
    display: none;
}


/* .slide-2 img {
        width: 249px;
   
    } */

.meet-container {
    padding: 0px;
}

.Expert-team {
    margin-top: 100px;
    padding: 0px 92px 0px 44px;
}

@media screen and (max-width: 600px) {
    .Expert-team {
        padding: 0px 15px 0px 23px;
        position: relative;
        top: 26px;
    }
}

.Expert-team h3 {
    line-height: 29px;
    font-size: 41px;
    font-family: "Gordita-Medium";
    margin-left: 20px;
    margin-left: 20px;
}

.Expert-team h3 span {
    line-height: 68px;
    color: #3cb659;
}

.Expert-team h5 {
    font-size: 20px;
    line-height: 48px;
    color: #000000;
    font-family: "Gordita-Medium";
}

@media screen and (max-width: 600px) {
    .Expert-team h3 {
        font-size: 22px;
        margin-left: 0px;
    }
    .Expert-team h3 span {
        color: #3cb659;
    }
    .slide-2 img {
        width: 150px;
    }
}


/*--------------------------------------------------------------------------*/


/* .btn-6 {
    padding: 1em 2em 1.1em;
    border-radius: 7px;
    /* margin: 0px 5px 8px 8px; */


/* color: #fff; 
    display: inline-block;
    background: linear-gradient(to right, #00C458 0%, #358D3C 100%); */


/* -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; */


/* identical to box height, or 100% */


/* letter-spacing: 0.01em;
    border: none;
    font-family: 'Gordita-regular';
    text-align: center;
    text-decoration: none;
    position: relative;
 
  
} */

#myBtn {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #fff;
    cursor: pointer;
    visibility: hidden;
}

@media screen and (max-width: 600px) {
    #myBtn {
        display: none;
        position: fixed;
        width: 100%;
        bottom: 0px;
        z-index: 99;
        /* font-size: 20px; */
        border: none;
        outline: none;
        background: linear-gradient( 135deg, #00c458 9%, #358d3c 98%, #00c458 50%, #358d3c 8%, #358d3c 95%);
        background-position: 0px;
        border-radius: 10px 10px 0px 0px;
        cursor: pointer;
        visibility: visible;
        overflow: hidden;
    }
    #myBtn:after {
        content: "";
        top: 0;
        left: 0;
        transform: translateX(100%);
        width: 90%;
        max-width: 300px;
        height: 100%;
        position: absolute;
        z-index: 1;
        animation: light 2.3s infinite;
        background: linear-gradient( to right, rgba(25, 165, 148, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
        /* W3C */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
        /* IE6-9 */
    }
    .slick-btn a {
        text-decoration: none;
        list-style-type: none;
        background-color: none;
        padding: 20px 25px 15px 25px;
        color: #fff;
        display: inline-block;
        /* background: linear-gradient(to right, #00C458 0%, #358D3C 100%); */
        font-weight: 600;
        font-size: 14px;
        font-family: "Gordita-medium";
        line-height: 16px;
        border: none;
        border-radius: 7px;
        width: 100%;
        overflow: hidden;
    }
    .slick-btn button {
        background: none;
        border: none;
        width: 100%;
    }
    .slick-btn:hover {
        text-decoration: none;
        color: #fff;
    }
}


/* .slick-btn a{
    text-decoration: none;
    list-style-type: none;
    background-color: none;
    padding: 20px 25px 15px 25px ;
    color: #fff;
    display: inline-block;
    /* background: linear-gradient(to right, #00C458 0%, #358D3C 100%); */


/* font-weight: 600;
    font-size: 12px;
    font-family: 'Gordita-medium';
    line-height: 16px;
    border: none;
    border-radius: 7px;
    width: 100%;  */


/* }
  .slick-btn button{
    background: linear-gradient(to right, #00C458 0%, #358D3C 100%);
    background: none;
    border: none;
    width: 100%;
  } */

.slick-btn button:hover {
    border: none;
}

.slick-btn a button:focus {
    border: none;
}

.meet {
    padding-bottom: 82px;
    margin-top: -30px;
}

@media screen and (max-width: 600px) {
    .meet {
        position: relative;
        top: 69px;
        height: 399px;
        margin-top: 0px;
        padding-top: 0px;
    }
}

.footer-p-2 {
    font-family: "Gordita-regular";
}


/* registeration free */

@media screen and (max-width: 600px) {
    /* .footer-p-2{
       font-size: 14px;
       
    } */
    .footer-items {
        font-size: 14px;
    }
}

.footer-p {
    font-family: "Gordita";
    font-style: italic;
}

.footer-p span {
    color: #a3a4ac;
    font-size: 12px;
}


/* all button webkit animation tool property */

@keyframes light {
    0% {
        transform: translateX(-105%);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        transform: translateX(140%);
        opacity: 0;
    }
    100% {
        transform: translateX(140%);
        opacity: 0;
    }
}

@-webkit-keyframes light {
    0% {
        background-position: -600px;
    }
    100% {
        background-position: 0px;
    }
}

@keyframes shimmer-light {
    0% {
        transform: translateX(-105%);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(140%);
        opacity: 0;
    }
}

@-webkit-keyframes shimmer-light {
    0% {
        background-position: -300px;
    }
    100% {
        background-position: 0px;
    }
}

@keyframes shimmer {
    0% {
        -webkit-mask-position: right;
    }
    100% {
        -webkit-mask-position: left;
    }
}


/* all button webkit animation tool property */


/* cards  */

.upsale-button {
    position: relative;
    z-index: 0;
    overflow: hidden;
    border: none !important;
    padding: 0 !important;
    margin-top: 25px;
    color: #656565;
    background: rgb(250, 247, 247);
    border: none;
    transition: 0.2s all linear;
    text-decoration: initial;
    margin-left: 5px;
}

.upsale-button .box-1 {
    position: relative;
    /* z-index: 1; */
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    top: 2px;
    left: 2px;
    /* display: flex; */
    color: white;
}

.upsale-button:after {
    content: "";
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient( 90deg, rgba(246, 58, 58, 0) 0%, rgb(105, 255, 72) 50%, rgba(129, 185, 69, 0) 100%);
    -webkit-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;
}

.pro-button-container {
    margin-top: 40px;
}

@-webkit-keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 600px) {
    .upsale-button {
        margin-left: 0px;
        margin-top: 10px;
    }
}


/* count plus */

.plus:after {
    content: "+";
}


/* dots */

.dot-1,
.dot-2,
.dot-3 {
    height: 10px;
    width: 10px;
    background: #05c056;
    border-radius: 50%;
    display: inline-block;
    display: none;
}

@media screen and (max-width: 600px) {
    .dot-1,
    .dot-2,
    .dot-3 {
        display: flex;
        display: inline-block;
    }
}


/* kerala state  */


/* .slide,
img {
  height: 247px;
}

.slick-next:before {
  content: "â†’";
}

.slick-prev,
.slick-next {
  z-index: 999;
}

.slick-next {
  right: 0 !important;
}

.slick-prev {
  left: 0 !important;
}



h2 {
  font-family: sans-serif;
  color: #fff;
} */


/* .slider {
  width: 100%;
  margin: 0px auto;
} */


/* 
.slick-slide {
  margin: 10px;
} */


/* 
.slick-slide img {
  width:85%;
} */


/* 
/* .card {
  position: relative;
  border: 2px solid gray; */


/*} */

.middle {
    position: absolute;
    visibility: hidden;
}


/* .card-body {
  background: #fff;
  width: 100%;
  vertical-align: top;
} */


/* .card-content {
  text-align: center;
  color: #333;
  padding: 15px;
} */


/* .car:hover .middle {
  background-color: #51cca0;
  color: white;
  font-size: 16px;
  position: absolute;
  top: 47%;
  padding: 10px 20px;
  left: 35%;
  visibility: visible;
} */

.main {
    margin-top: 31px;
    height: 254px;
    width: 100%;
    min-width: 100%;
}

.slide-2 .expert-image {}

.slide-2 .expert-image img {
    width: 204px;
}

.slide-2 .expert-label {
    position: relative;
    bottom: 86px;
}

.slide-2 .expert-label img {
    width: 211px;
}

.slide-2 .expert-title {
    position: relative;
    padding-left: 51px;
    bottom: 58px;
}

.hr-team {
    padding: 0px 34px 0px 66px;
    position: relative;
    bottom: 72px;
}

.inmakeslh-video {
    height: 353px;
    border-radius: 12px;
}

#register-form {
    padding: 0px;
}

.register-container {
    padding: 0px 50px 0px 78px;
    position: relative;
}

@media screen and (max-width: 600px) {
    .pro-button-container {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
    .to-hide {
        display: none;
    }
    .feedbacks {
        padding: 0px 5px 0px 10px;
        position: relative;
        bottom: 20px;
    }
    .inmakeslh-video-container {
        margin-top: 30px;
    }
    .inmakeslh-video {
        height: 293px;
        border-radius: 12px;
        width: 100%;
    }
    .register-container {
        padding: 0px 23px 0px 27px;
        position: relative;
        top: 180px;
    }
    .register-row {
        flex-flow: column-reverse;
    }
    .hr-team {
        padding: 0px 17px 0px 17px;
        bottom: -14px;
    }
    .main {
        height: 280px;
        margin-top: -7px;
    }
    .main h5 {
        font-size: 14px;
        line-height: 25px;
    }
    .main .slide-2 .expert-image {
        margin: 4px;
    }
    .main .slide-2 .expert-image img {
        width: 155px;
    }
    .main .slide-2 .expert-label {
        position: relative;
        bottom: 62px;
    }
    .main .slide-2 .expert-label img {
        width: 155px;
    }
    .main .slide-2 .expert-title {
        position: relative;
        padding-left: 45px;
        bottom: 44px;
    }
}


/* ------------------------------------------- */

.ts-control {
    padding: 0px 0px 0px 0px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgb(0, 0, 0);
}

/*PRELOADING------------ */

/*page loading*/
.preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    transition: .6s;
    margin: 0 auto;
  }
  
  .preloader img.jump {
    max-height: 100px;
  }
   .preloader img{
    -webkit-animation: zoom 1.5s ease-in-out infinite; 

   }
   /* .spinner-loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #00c458;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 1s linear infinite; 
    animation: spin 1s linear infinite;
  }  */

  @keyframes zoom{
    0%{
        -webkit-transform: scale(1) ;
    }
    50%{
        -webkit-transform: scale(1.09);
    }
   
    100%{
        -webkit-transform: scale(1) ; 
       
    }
    
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  /*custom amine*/
  .loader,
  .bar {
    width: 100px;
    height: 20px;
  }
  
  .bar {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .bar::before,
  .bar::after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: #324d22;
    opacity: 0;
    border-radius: 10px;
    -webkit-animation: slideleft 3s ease-in-out infinite;
            animation: slideleft 3s ease-in-out infinite;
  }
  
  
 