:root{
    --primary: #006271;
    --secondar: #00BAB3;
    --paragraph: #000000;
    --white: #ffffff;
    --grey: #EAEAEC;
}
body{
    margin: 0;
    padding: 0;
    font-size: 16px;
    overflow-x: hidden;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
img{
    max-width: 100%;
    width: auto;
}
.container-wrraper{
    max-width: 1300px;
    padding: 0 25px;
    margin: 0 auto;
    width: 100%;
}
.d-flex{
    display: flex;
    flex-wrap: wrap;
}
.body-wrapper{
    /* margin-top: 98px; */
    margin-top: 65px;
}
.header-section {
    background-color: var(--primary);
    padding: 25px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.header-section .d-flex {
    justify-content: space-between;
    align-items: center;
}
.logo a{
    display: block;
}
.header-menu li {
    display: inline-block;
}
.header-menu li a{
    display: block;
    font-size: 22px;
    font-family: Recoleta-500;
    color: var(--white);
    margin: 0 0 0 50px;
}

.banner-area {
    position: relative;
}
.banner-area .slide > .banner-image {
    width: 100%;
    height: auto;
    display: block;
}
.banner-area .container-wrraper{
    position: relative;
}
.banner-area .slide-text {
    padding: 50px 0 50px 25px;
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 1300px;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
}
.slide-text h1{
    color: var(--secondar);
    font-size: 40px;
    font-family: Recoleta-700;
}
.slide-text h1 span{
    color: var(--primary);
}
.slide-text h1 img{
    margin: 20px 0 0 0;
}
.slide-text p{
    position: absolute;
    bottom: 20px;
    right: 50px;
    color: var(--white);
    font-size: 20px;
    line-height: 30px;
    font-family: founders-grotesk-400;
}
.grey-box{
    background-color: var(--grey);
    padding: 50px 0;
}
.grey-box h2 {
    font-size: 45px;
    text-align: center;
    margin-bottom: 50px;
    font-family: Recoleta-700;
    color: var(--primary);
}
.grey-box .d-flex{
    justify-content: space-between;
    align-items: flex-start;
}
.grey-box .icon-box{
    width: 20%;
    padding: 0 30px;
    text-align: center;
    font-size: 20px;
    color: var(--primary);
    font-family: founders-grotesk-400;
}
.grey-box .icon-box img{
    display: block;
    margin: 0 auto 20px;
    max-height: 50px
}
.two-col-wrapper{
    padding: 50px 0;
}
.two-col-wrapper .d-flex{
    justify-content: space-between;
}
.two-col-wrapper .left-col{
    width: 50%;
    padding-right: 50px;
}
.two-col-wrapper .right-col{
    width: 40%;
    background-color: var(--secondar);
    padding: 40px;
}
.two-col-wrapper h2{
    font-size: 45px;
    line-height: 55px;
    font-family: Recoleta-700;
    color: var(--primary);
    margin-bottom: 25px;
}
.two-col-wrapper p{
    font-size: 18px;
    line-height: 28px;
    font-family: founders-grotesk-400;
    color: var(--paragraph);
    margin-bottom: 25px;
}
.Secondary-box li{
    font-size: 20px;
    line-height: 28px;
    font-family: founders-grotesk-400;
    color: var(--white);
    margin-bottom: 35px;
    width: 80%;
    display: flex;
    align-items: center;
}
.Secondary-box li div{
    max-height: 40px;
    min-width: 50px;
    max-width: 50px;
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle;
}
.Secondary-box li div img{
    max-height: 40px;
}
.btn-style{
    text-align: center;
    padding: 25px 0 ;
}
.btn-style a{
    display: inline-block;
    font-size: 22px;
    color: var(--white );
    background-color: var(--primary );
    border-radius: 50px 50px 50px 50px;
    padding: 16px 50px;
    margin: 25px auto 0;
    font-family: Recoleta-700;
}

.highlight-center{
    background-color: var(--primary);
    padding: 30px 0;
}
.highlight-center h2{
    font-size: 45px;
    color: var(--secondar);
    margin-bottom: 40px;
    text-align: center;
    font-family: Recoleta-700;
}
.highlight-center li{
    font-size: 20px;
    line-height: 28px;
    font-family: Recoleta-500;
    color: var(--white);
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: top;
    width: 32%
}
.without-icon .Secondary-box li{
    margin-bottom: 20px;
}
.without-icon .d-flex{
    align-items: center;
}
.testimonial-wrapper{
    background-color: var(--grey);
    padding: 50px 0 0;
    position: relative;
}
.testimonial-wrapper .d-flex{
    justify-content: flex-end;
    align-items: flex-end;
}
.testimonial-wrapper .content {
    width: 55%;
    padding-bottom: 50px;
    padding-right: 50px;
}
.testimonial-wrapper .image {
    width: 40%;
}
.testimonial-wrapper .image img {
    max-width: 380px;
}
.testimonial-wrapper .content p{
    font-family: "Recoleta-500";
    font-size: 22px;
    line-height: 32px;
    color: var(--primary);
    margin-bottom: 25px;
}
.testimonial-wrapper .content h3{
    font-size: 28px;
    font-family: "Recoleta-500";
    line-height: 32px;
    color: var(--primary);
}
.testimonial-wrapper .content h3 span{
    font-size: 20px;
    font-family: "founders-grotesk-400";
    display: block;
}
.profile-image-banner img{
    width: 100%;
}
.slider-wrapper{
    margin-bottom: 50px;
}
.slider-wrapper .slick-slide img {
    display: block;
    max-width: 95%;
}
.slider-wrapper .slick-prev {
    left: 30px;
    background: var(--secondar);
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}
.slider-wrapper .slick-next {
    right: 30px;
    background: var(--secondar);;
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}
.slider-wrapper .slick-prev:hover,
.slider-wrapper .slick-next:hover,
.slider-wrapper .slick-prev:focus,
.slider-wrapper .slick-next:focus{
    background: var(--primary);
}
.slider-wrapper .slick-prev:before{
    content: "<";
    font-family: Recoleta-700;
	font-size: 24px;
}
.slider-wrapper .slick-next:before{
    content: ">";
    font-family: Recoleta-700;
	font-size: 24px;
}
.toggle-menu{
    height: 30px;
    width: 30px;
    display: none;
}
.toggle-menu span {
    display: block;
    background: var(--white);
    height: 2px;
    width: 25px;
    position: relative;
    top: 12px;
}
.toggle-menu span:before{
    content: '';
    background: var(--white);
    height: 2px;
    width: 100%;
    position: absolute;
    top: -10px;
    left: 0;
}
.toggle-menu span:after{
    content: '';
    background: var(--white);
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.form-box{
    background: var(--primary);
    padding: 50px;
    margin-bottom: 50px;
}
.form-box h3{
    font-size: 30px;
    color: var(--white);
    font-family: Recoleta-500;
    padding-bottom: 25px;
}
.form-box form{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.form-box .left-box{
    width: 49%;
}
.form-box .right-box{
    width: 49%;
}
.left-box > div{
    margin-bottom: 20px;
}
.left-box input {
    background: #fff;
    padding: 15px;
    width: 100%;
    border: 1px solid #707070;
    font-size: 16px;
    font-family: 'founders-grotesk-400';
}
.right-box textarea {
    background: #fff;
    padding: 10px;
    width: 100%;
    border: 1px solid #707070;
    font-size: 16px;
    font-family: 'founders-grotesk-400';
    height: 335px;
}
.form-box .btn-style{
    padding: 0;
    width: 100%;
    text-align: right;
}
.form-box .btn-style a{
    background: var(--secondar);
}
.form-box .left-box {
    width: 100%;
}
.form-box .right-box {
    width: 100%;
}
.right-box textarea{
    height: 200px;
}
@media (max-width: 1139px){    
    .two-col-wrapper .right-col {
        width: 46%;
    }
    .banner-area .slide-text {
        padding: 25px;
        position: relative;
        background: var(--white);
        box-shadow: 0 1px 10px var(--primary);
        margin-top: -50px;
    }
}

@media (max-width: 991px){
    .body-wrapper {
        /* margin-top: 88px; */
        margin-top: 70px;
    }
    .header-section .logo img{
        max-height: 35px;
    }
    .slide-text h1{
        font-size: 38px;
        line-height: 42px;
    }
    .grey-box h2,
    .two-col-wrapper h2,
    .highlight-center h2{
        font-size: 36px;
        line-height: 40px;
    }
    .grey-box .icon-box {
        padding: 0 10px;
    }
    .testimonial-wrapper .d-flex {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .testimonial-wrapper .content {
        width: 100%;
        padding: 50px 0;
    }
    .testimonial-wrapper .image {
        width: 100%;
        text-align: center;
    }
    .two-col-wrapper .right-col{
        padding: 20px;
    }
    .Secondary-box li div {
        min-width: 40px;
        max-width: 40px;
    }
    .form-box{
        padding: 20px;
    }
}
@media (max-width: 767px){
    .body-wrapper {
        /* margin-top: 70px; */
        margin-top: 25px;
    }
    .header-section .logo img {
        max-height: 28px;
    }
    .header-section {
        padding: 20px 0;
    }
    .header-menu ul{
        position: absolute;
        background: var(--secondar);
        left: 0;
        top: 70px;
        width: 100%;
        padding: 25px 0;
        display: none;
    }
    .header-menu li {
        display: block;
    }
    .header-menu li a {
        display: block;
        font-size: 18px;
        font-family: founders-grotesk-500;
        color: var(--white);
        margin: 10px 0;
        padding: 10px 25px;
    }
    .toggle-menu{
        display: block;
    }
    .banner-area .slide-text{
        margin-top: 0;
    }
    .banner-area .slide > .banner-image {
        min-height: 300px;
        object-fit: cover;
    }
    .slide-text h1{
        font-size: 34px;
        line-height: 38px;
    }
    .slide-text h1 img {
        max-height: 80px;
    }
    .grey-box h2,
    .two-col-wrapper h2,
    .highlight-center h2{
        font-size: 32px;
        line-height: 38px;
    }
    .form-box h3{
        font-size: 22px;
    }
    .grey-box .icon-box {
        padding: 0 10px 20px;
        width: 100%;
    }
    .highlight-center li{
        width: 100%;
        margin-bottom: 15px;
    }
    .two-col-wrapper .left-col {
        width: 100%;
        padding-right: 0;
    }
    .two-col-wrapper .right-col{
        width: 100%;
    }
    .without-icon .right-col {
        margin-bottom: 25px;
    }
    .slide-text p {
        position: relative;
        bottom: initial;
        right: initial;
        color: var(--primary);
        text-align: right;
        font-size: 16px;
    }
    .toggle-menu.on span {
        height: 0;
        top:-2px;
    }
    .toggle-menu.on span:before {
        content: '';
        background: var(--white);
        position: absolute;
        left: 10px;
        content: ' ';
        height: 30px;
        width: 2px; 
        transform: rotate(45deg); 
        top:initial;
    }
    .toggle-menu.on span:after {
        content: '';
        background: var(--white);
        bottom:initial;
    position: absolute;
    left: 10px;
    content: ' ';
    height: 30px;
    width: 2px;
    transform: rotate(-45deg);
    }
}

/* Scroll Margins */
#about,
#opportunities,
#contact-us {
    scroll-margin-top: 100px;
}