/* GLOBAL RESET */



/* imported fonts */
@font-face {
    src: url("../fonts/proxima_nova_bold-webfont.ttf");
    font-family: "Proxima-Nova-Bold";
}

@font-face {
    src: url("../fonts/Proxima Nova Black.otf");
    font-family: "Proxima-Nova-Black";
}

@font-face {
    src: url("../fonts/ProximaNova-Regular.otf");
    font-family: "Proxima-Nova-Regular";
}

@font-face {
    src: url("../fonts/Proxima Nova Thin.ttf");
    font-family: "Proxima-Nova-Thin";
}

@font-face {
    src: url("../fonts/MinionPro-Regular.otf");
    font-family: "MinionPro-Regular";
}



/* img{max-width: 100%;} */

/* global  */

html {
    scroll-behavior: smooth;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

li {
    /* text-decoration: none; */
    /* list-style: none; */
}

/* list style */
.list {
    margin-left: 20px;
}

.list li {
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
}

/* list style ends */

a {
    text-decoration: none;
    font-family: Proxima-Nova-Bold;
    color: #cbb37d;

}

a:hover {
    color: #c7ad74;
}


h1 {
    font-family: Proxima-Nova-Bold;
    font-size: 35px;
    color: black;
    margin-bottom: 12px;
    letter-spacing: 6px;
}

.gold-heading-h1 {
    text-align: center;
    color: #c7ad74;
    font-family: Proxima-Nova-Regular;
    font-weight: 400;
    line-height: 58px;
    margin-bottom: 42px;
}

h2 {
    font-family: Proxima-Nova-Bold;
    font-weight: 600;
    font-size: 25px;
    color: black;
}

h3 {
    font-family: Proxima-Nova-Bold;
    color: black;
    font-size: 40px;
    font-weight: 500;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    color: #353d3f;
    font-weight: 500;
    margin-bottom: 10px;
}

h5 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    color: #0fb2cd;
    font-weight: 500;

}

p {
    font-family: 'Raleway', sans-serif;
    color: #353d3f;
    font-size: 18px;
    /* font-weight: 500; */
    line-height: 30px;
    margin-bottom: 18px;
    color: black;

    text-align: justify;
}

.left-align{text-align: left;}

/* readmore more */
#more {
    display: none;
}

#more2 {
    display: none;
}

#more3 {
    display: none;
}

#more4 {
    display: none;
}

#more5 {
    display: none;
}

#more6 {
    display: none;
}

#more7 {
    display: none;
}

#more8 {
    display: none;
}

#more9 {
    display: none;
}

#more10 {
    display: none;
}

#more11 {
    display: none;
}

/* GLOBAL RESET ENDS*/



/*MAIN GRID*/

.main-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    overflow-y: hidden;
    overflow-x: hidden;

}

/*MAIN GRID ENDS*/

/* SUB CONTAINERS */
.navbar {
    grid-column: span 12;
    position: absolute;
    z-index: 9995;
    top: 27px;
    width: 100%;
}


.banner {
    grid-column: span 12;
    background-image: url("../images/");
    background-size: cover;
    background-position: center;
}

.hashtag-section {
    grid-column: span 12;
}

.private-practice-section {
    grid-column: span 12;
}

.course-card img {
    max-width: 100%;
}

.home-section1 {
    grid-column: span 12;
}


.home-section2 {
    grid-column: span 12;
}

.home-section3 {
    grid-column: span 12;
}




.footer {
    grid-column: span 12;
    background-color: black;
    padding-top: 29px;
    padding-bottom: 28px;
}


/* SUB CONTAINERS END*/

/* NAVBAR STYLES */
.navbar-inner {
    display: grid;
    grid-template-columns: 35% 65%;
    grid-template-rows: auto auto;
    width: 95%;
    margin: 0 auto;
}


.navbar-menu {
    padding: 48px 10px 4px;
    z-index: 9;
}



.navbar-menu ul li {
    display: inline-block;
    margin-right: 81px;
    padding-bottom: 10px;
}

.navbar-menu ul li a {
    color: #191919;
    font-size: 20px;
    font-family: Proxima-Nova-Bold;
    /* here */
    padding-bottom: 70px;
}

.navbar-menu ul li a:hover {
    color: #b1996a;
}

/* sticky nav */
.sticky {
    position: fixed !important;
    top: 0 !important;
    transition: 500ms;
    background-color: #fff;
    box-shadow: 5px 5px 13px #0000004d;
}




.nav-logo-white {
    display: none;
}

.nav-logo-white-inactive {
    display: block;
    width: 250px;
}

.nav-logo-black {}

.nav-logo-black-active {
    display: none !important;
    width: 250px;
}

/* SECONDARY NAVIGATION - USED FOR SEFCONDARY PAGES*/


.secondary-navigation {
    grid-column: span 12;
    position: relative;
    z-index: 9995;
    top: 27px;
    width: 100%;
    margin-bottom: 35px;

}

.nav-secondary-logo {}

.nav-secondary-logo-active {
    width: 250px;
}



.sticky-secondary {
    position: fixed !important;
    top: 0 !important;
    transition: 500ms;
    background-color: #fff;
    box-shadow: 5px 5px 13px #0000004d;
    margin-top: 0px;
}


/* TOGGLE */
#toggle {
    position: absolute;
    top: 10px;
    left: 10%;
    z-index: 9986;
    width: 40px;
    height: 40px;
    cursor: grab;
    transition: all 0.3s ease-out;
    opacity: 0;
}

#toggle .span {
    height: 3px;
    background: red;
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    margin: 5px auto;
    background-color: #60ba48;
}

#toggle.on #one {
    transform: rotate(45deg) translateX(2px) translateY(4px);
}

#toggle.on #two {
    opacity: 0;
}

#toggle.on #three {
    transform: rotate(-45deg) translateX(8px) translateY(-10px);
}

.toggle-new {
    border: 2px solid #c7ad74;
    width: 78px;
    padding-left: 6px;
    padding-right: 8px;
    padding-right: 38px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.toggle-new h4 {
    color: #c7ad74;
    padding: 4px 1px;
    margin-bottom: 0 !important;
}

.close-btn h4 {
    color: #f6f8f7;
    padding: 4px 1px;
    margin-bottom: 0 !important;
}

.close-btn {
    border: 2px solid #fff;
    width: 88px;
    padding-left: 6px;
    padding-right: 8px;
    padding-right: 38px;
    padding-bottom: 3px;
    padding-top: 3px;
    position: relative;
    top: -88px;
    left: 196px;
    cursor: pointer;
}

#toggle-close {
    backface-visibility: hidden;
}

#toggle-close.active {
    backface-visibility: visible;
}

/* TOGGLE END */

/* SIDENAV */

/* The side navigation menu */
.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 9987;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    right: 0;
    background-color: #ffffff;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
    padding-top: 20px;
}

.sidenav.active {
    height: 100%;
    /* 100% Full-height */
    width: 300px;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 10024;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    right: 0;
    background-color: #c7ad74;
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 120px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}



/* The navigation menu links */
.sidenav a,
.dropdown-btn {
    padding-bottom: 20px;
    padding-left: 20px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    font-family: 'Montserrat', sans-serif;
}

.sidenav a:hover {
    transition: 200ms;
    color: #fff;
}

.fa-caret-down {
    font-size: 20px !important;
    color: #fff !important;
    float: right;
}

/* When you mouse over the navigation links, change their color */

.active {
    background-color: none;
}



#bg {
    display: none;
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 9987;
    background-color: rgba(8, 8, 8, 0.54);
}

#bg.active {
    display: block;
    position: fixed;
}

/* toggle ends */




/*DROP DOWN  */
.drop:hover>.sub {
    display: block !important;
}


.drop {
    position: relative;
}

.sub {
    background-color: #000000;
    display: none;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99999999999999999;
    position: absolute;
    top: 285%;
    left: 0;
    width: 357px;
    padding-left: 0 !important;
}

.drop a {
    padding-bottom: 21px;
}

.sticky-secondary .navbar-menu .sub {
    top: 106%;
}

.sticky-secondary .navbar-menu ul li {
    padding-bottom: 37px;
}

.sticky-secondary .navbar-menu ul li a {
    padding-bottom: 41px;
}

.sticky .navbar-menu .sub {
    top: 106%;
}

.sticky .navbar-menu ul li {
    padding-bottom: 37px;
}

.sticky .navbar-menu ul li a {
    padding-bottom: 41px;
}


/* Links inside the dropdown */
.sub li a {
    color: #fff !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    list-style-type: none;
    padding-bottom: 15px !important;
}

.sub li {

    text-decoration: none;
    width: 100% !important;
    list-style-type: none;
    padding-bottom: 0 !important;

}

.sub li:hover {
    transition: 300ms;
    background: #b1996a;
}

/* Change color of dropdown links on hover */


/* sidenav dropdown */
.sidenav .dropdown-btn {

    text-decoration: none;
    font-size: 15px;
    color: #fff;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    padding-left: 20px;
}

.dropdown-container a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
}

/* On mouse-over */
.dropdown-btn:hover {
    transition: 200ms;
    color: #fff;
}


/* Main content */


/* Add an active class to the active dropdown button */


/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #a78947;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}


/* navbar media queries */


@media only screen and (max-width: 1903px) {
    .navbar-menu ul li a {
        font-size: 19px;
    }

    .navbar-menu ul li {
        margin-right: 51px;
    }
}

@media only screen and (max-width: 1603px) {
    .navbar-inner {
        grid-template-columns: 33% 68%;
    }
}

@media only screen and (max-width: 1525px) {
    .navbar-menu ul li {
        margin-right: 37px;
    }
}

@media only screen and (max-width: 1425px) {
    .navbar-menu ul li {
        margin-right: 24px;
    }
}


@media only screen and (max-width: 1318px) {
    .navbar-menu {
        padding: 27px 10px 18px;
    }

    .navbar-menu ul {
        display: none;
    }

    #toggle {
        visibility: visible;
        opacity: 1;
        position: relative;
        top: 16px;
        left: -118px;
        float: right;
    }


    .navbar {
        background: #fff;
        top: 0;
    }

    .nav-logo-black {
        display: none;
    }

    .nav-logo-white {
        display: block;
    }

}


/* NAVBAR STYLES ENDS*/

/* BANNER STYLE STARTS HERE */
.banner {}

.banner-inner {
    display: grid;
    grid-template-columns: 33% 67%;

}

.banner-column1 {
    position: relative;
    background-color: black;
    color: #fff;
}

.banner-column1 h1 {
    position: absolute;
    bottom: 43px;
    color: #fff;
    width: 95%;
    font-size: 31px;
    line-height: 60px;
    padding-left: 49px;
    letter-spacing: 8px;

    font-family: Proxima-Nova-Regular !important;
    font-weight: 400;

}

.banner-column2 {}

.banner-column2 img {
    width: 100%;
    position: relative;
    top: 4px;
}

.mobile-banner {
    display: none;
}

.desktop-banner {}

@media only screen and (max-width: 1318px) {
    .banner-inner {
        grid-template-columns: 42% 67%;
    }
}

@media only screen and (max-width: 1030px) {
    .banner-column1 h1 {
        font-size: 27px;
        line-height: 47px;
        letter-spacing: 7px;
    }
}

@media only screen and (max-width: 912px) {
    .banner-inner {
        grid-template-columns: 1fr;
    }

    .mobile-banner {
        display: block;
        max-width: 100%;
    }

    .desktop-banner {
        display: none;
    }

    .banner-column1 h1 {
        position: relative;
        font-size: 23px;
        line-height: 43px;
        letter-spacing: 7px;
        padding-top: 10px;
        bottom: 0;
    }

    .banner-column1 {
        grid-row: 2;
    }

    .banner-column2 img {
        top: 0;
        margin-top: 102px;
    }
}

@media only screen and (max-width: 590px) {

    .nav-logo-white {
        width: 250px;
    }

    .nav-secondary-logo {
        width: 250px;
    }

    #toggle {
        top: 7px;
        left: -60px;
    }

    .banner-column1 h1 {
        position: relative;
        font-size: 20px;
        line-height: 43px;
        letter-spacing: 7px;
        padding-top: 10px;
        bottom: 0;
        padding-left: 18px;
    }


}

@media only screen and (max-width: 412px) {
    .nav-logo-white {
        width: 190px;
        margin-top: 10px;
    }

    .nav-secondary-logo {
        width: 190px;
        margin-top: 10px;
    }
}

/* BANNER STYLE ENDS HERE */

/* HASHTAG SECTION STYLE STARTS HERE */
.hashtag-section-inner {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-top: 4%;
    padding-bottom: 3%;
}

.hashtag-section-inner h1 {
    font-family: Proxima-Nova-Regular;
    font-size: 46px;
    color: black;
    letter-spacing: 0;
    text-align: center;
}

.highlight {
    color: #c8ad72;
}

/* HASHTAG SECTION STYLE ENDS HERE */

.black-divider{height: 10px;width: 100%;background-color: #000;}

/* PRACTICE SECTION  */
.private-practice-section-inner
{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    width: 95%;
    margin: 0 auto;
    padding-top: 3em;
    padding-bottom: 3em;
}

.private-practice-section-heading{text-align: center !important;padding-bottom: 2em;}
.private-practice-section-heading .divider {width: 49%;background-color: #c8ad72;}
.private-practice-section-heading p{text-align: center !important;}
.private-practice-course-section
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 2em;
    padding-bottom: 4em;
}
@media only screen and (max-width: 1024px) {
    .private-practice-course-section
    {    
        display: grid;
        grid-template-columns: 1fr;
        padding-bottom: 4em;
    }
    .course-card
    {
        display: grid;
        justify-content: center;
        margin-bottom: 4em;
    }
}




/* HOME SECTION 1 STYLE STARTS HERE */
.home-section1-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.home-s1-column1 {
    background-image: url("../images/home-section1-image.jpg");
    background-size: cover;
    background-position: center;
}

.home-s1-column2 {
    background-color: #b1996a;
    display: grid;
    padding-top: 80px;
    /* padding-top: 70px; */
    padding-left: 77px;
    padding-right: 77px;
    /* padding-bottom: 40px; */
    padding-bottom: 100px;
}

.home-s1-column2 h1 {
    text-align: center;
}

.divider {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    margin: 0 auto;
    margin-bottom: 15px;
}

@media only screen and (max-width: 800px) {
    .hashtag-section-inner h1 {
        font-size: 41px;
    }
}

@media only screen and (max-width: 448px) {
    .hashtag-section-inner h1 {
        font-size: 30px;
    }
}

/* HOME SECTION 1 STYLE ENDS HERE */

/* HOME SECTION 2 STYLE STARTS HERE */
.home-section2-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.home-s2-column1 {
    background-color: #fff;
    display: grid;
    padding-top: 70px;
    padding-left: 77px;
    padding-right: 77px;
    padding-bottom: 40px;
    border-bottom: 1px solid;
}

.home-s2-column2 {
    background-image: url("../images/home-section1-image2.jpg");
    background-size: cover;
    background-position: center;
}

.home-s2-column1 h1 {
    text-align: center;
}

.divider {
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    margin: 0 auto;
    margin-bottom: 15px;
}


@media only screen and (max-width: 1024px) {
    .home-section1-inner {
        grid-template-columns: 1fr;
    }

    .home-s1-column1 {
        height: 300px;
    }

    .home-section2-inner {
        grid-template-columns: 1fr;
    }

    .home-s2-column2 {
        height: 300px;
        grid-row: 1;
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 30px;
    }

    h3 {
        font-size: 29px;
    }

    p {
        font-size: 17px;
    }

    .list li {
        font-size: 17px;
    }
}

@media only screen and (max-width: 620px) {

    .home-s1-column2,
    .home-s2-column1 {
        padding-left: 41px;
        padding-right: 41px;
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 27px;
    }
}

/* HOME SECTION 2 STYLE ENDS HERE */

/* HOME SECTION 3 STYLE STARTS HERE */
.home-section3-inner {
    width: 75%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 7%;
    padding-bottom: 8%;
}

.home-s3-row1 {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-bottom: 10%;
}

.home-s3-row1 .divider {
    width: 58%;
}

.gold-line {
    background-color: #c8ad72;
}

.home-s3-row2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5em;
    grid-row-gap: 8em;
}


/* team profile styles */
.team-profile-image {
    display: grid;
    justify-items: center;
    margin-bottom: 7%;
}

.profile-title {
    text-align: center;
    margin-bottom: 11px;
    text-transform: uppercase;

}

.profile-position {
    font-family: Proxima-Nova-Regular;
    font-weight: 400;
    text-align: center;
    color: #b1996a;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.border-added img {
    border: 1px solid #80808061;
}

@media only screen and (max-width: 938px) {
    .home-s3-row2 {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 768px) {

    .profile-title,
    .profile-position {
        font-size: 23px;
    }
}

@media only screen and (max-width: 504px) {
    .team-profile-image img {
        max-width: 100%;
    }
}




/* HOME SECTION 3 STYLE ENDS HERE */

/* FOOTER STYLES STARTS HERE */
.footer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    width: 350px;
    margin: 0 auto;
}

.footer-col1 {
    display: grid;
    justify-items: right;
}

.policy-section {
    text-align: center;
    margin-top: 20px;
    color: #ffff;
}


.footer-address-section {
    text-align: center;
    padding-bottom: 11px;
    border-bottom: 1px solid #b9b9b930;
    margin-bottom: 33px;
}

.footer-address-section p {
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.fas {
    color: #fff;
    font-size: 32px;
    margin-bottom: 10px;
}


@media only screen and (max-width: 347px) {
    .footer-inner {
        width: 266px;
    }
}


/* FOOTER STYLES ENDS HERE */

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


/* OUR SOLUTIONS PAGE STARTS HERE */

/* SUB CONTAINERS */
.our-solutions-section1 {
    grid-column: span 12;
    padding-bottom: 9%;
}

.our-solutions-section2 {
    position: relative;
    grid-column: span 12;
    background-image: url(../images/imed-consult-banner.jpg);
    background-size: cover;
    background-position: top;
    height: 450px;
    /* background-attachment: fixed; */
    border-bottom: 8px solid #c7ad74;
    margin-bottom: 7%;
}

.our-solutions-section3 {
    grid-column: span 12;
}

.testimonial-section {
    grid-column: span 12;
}

.our-solutions-section4 {
    position: relative;
    grid-column: span 12;
    background-image: url(../images/imed-recruit-banner.jpg);
    background-size: cover;
    background-position: top;
    height: 450px;
    /* background-attachment: fixed; */
    border-bottom: 8px solid #c7ad74;

    margin-bottom: 7%;
}



.our-solutions-section5 {
    grid-column: span 12;
}

.our-solutions-section6 {
    position: relative;
    grid-column: span 12;
    background-image: url(../images/imed-reg-banner.jpg);
    background-size: cover;
    background-position: center;
    height: 450px;
    /* background-attachment: fixed; */
    border-bottom: 8px solid #c7ad74;
    margin-bottom: 10%;
}

.our-solutions-section7 {
    grid-column: span 12;
}



/* SUB CONTAINERS ENDS*/

/* OUR SOLUTION SECTION1 */
.our-solutions-section1-inner {
    width: 75%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 6%;
    padding-bottom: 2%;
}

.os-s1-row1 {
    text-align: center;
    margin-bottom: 6%;
}

.os-s1-row1 .divider {
    width: 54%;
}

.os-s1-row2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 4em;
    text-align: center;
}

/* solution cards */
.solution-cards-box {
    background-color: black;
    height: 539px;
    padding-top: 16px;
}

.solution-cards-logo img {
    max-width: 100%;
}

.solution-cards-content {
    margin-bottom: 60px;
}

.solution-cards-content h2 {
    color: #fff;
    width: 87%;
    margin: 0 auto;
}

.solution-card-cta {}

.solution-card-cta a {
    color: #ffff;
    background-color: #c7ad74;
    padding: 13px 57px;
    border-radius: 6px;
    font-size: 24px;
    font-family: Proxima-Nova-Regular;
    font-weight: 400;
}


@media only screen and (max-width: 1582px) {
    .os-s1-row2 {
        grid-column-gap: 2em
    }

}




@media only screen and (max-width: 1275px) {
    .our-solutions-section1-inner {
        width: 86%;
        padding-top: 10%;
    }
}

@media only screen and (max-width: 1180px) {
    .os-s1-row2 {
        grid-template-columns: 1fr;
        grid-row-gap: 2em;
    }

    .solution-cards-box {
        height: auto;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 1150px) {
    .our-solutions-section1 {
        padding-bottom: 16%;
    }
}

@media only screen and (max-width: 768px) {
    .solution-cards-content h2 {
        font-size: 22px;
    }

    .solution-card-cta a {
        font-size: 19px;
    }

    .testimonial-cta a {
        font-size: 19px !important;
        padding: 13px 34px !important;
    }

    .cta a {
        font-size: 19px !important;
        padding: 13px 34px !important;
    }

    .black-cta a {
        font-size: 19px !important;
    }
}

@media only screen and (max-width: 502px) {
    .our-solutions-section1-inner {
        padding-top: 14%;
    }

    .gold-heading-h1 {
        font-size: 23px;
        line-height: 40px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 502px) {
    .our-solutions-section1-inner {
        padding-bottom: 25%;
    }
}


/* OUR SOLUTION SECTION1 ENDS*/

/* PARALLAX BANNER STARTS HERE */
.os-s2-row1 {
    display: grid;
    justify-items: center;
}

.os-s2-row1 img {
    position: relative;
    width: 350px;
    top: 77%;
}


.os-s4-row1 {
    display: grid;
    justify-items: center;
}

.os-s4-row1 img {
    position: relative;
    width: 350px;
    top: 77%;
}

.os-s6-row1 {
    display: grid;
    justify-items: center;
}

.os-s6-row1 img {
    position: relative;
    width: 350px;
    top: 77%;
}

@media only screen and (max-width: 1800px) {
    .our-solutions-section6 {
        margin-bottom: 11%;
    }

    .our-solutions-section2 {
        margin-bottom: 11%;
    }

    .our-solutions-section4 {
        margin-bottom: 11%;
    }
}

@media only screen and (max-width: 1440px) {
    .our-solutions-section6 {
        margin-bottom: 14%;
    }

    .our-solutions-section2 {
        margin-bottom: 14%;
    }

    .our-solutions-section4 {
        margin-bottom: 14%;
    }
}

@media only screen and (max-width: 1112px) {
    .os-s2-row1 img {
        width: 287px;
    }

    .os-s4-row1 img {
        width: 287px;
    }

    .os-s6-row1 img {
        width: 287px;
    }
}

@media only screen and (max-width: 500px) {
    .our-solutions-section2 {
        background-attachment: inherit;
        margin-bottom: 13%;
    }

    .our-solutions-section4 {
        background-attachment: inherit;
        margin-bottom: 15%;
        background-position: bottom;
    }

    .our-solutions-section6 {
        background-attachment: inherit;
        margin-bottom: 15%;
        background-position: bottom;
    }
}

@media only screen and (max-width: 378px) {
    .os-s2-row1 img {
        width: 238px;
        top: 106%;
    }

    .os-s4-row1 img {
        width: 238px;
        top: 106%;
    }

    .os-s6-row1 img {
        width: 238px;
        top: 106%;
    }
}

/* PARALLAX BANNER ENDS HERE */

/* OUR SOLUTION SECTION3 STARTS HERE */

.our-solutions-section3-inner {
    width: 75%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 4%;
    padding-bottom: 8%;
}

.os-s3-row1 {
    padding-bottom: 5%;
}

.os-s3-row2 {}

.os-s3-row2 h1 {
    text-align: center;
    color: black;
    font-family: Proxima-Nova-Regular;
    font-weight: 400;
    line-height: 58px;
    margin-bottom: 121px;

}

/* our offerings container  */
.our-offerings-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 5em;
    grid-row-gap: 8em;
}

/* our offerings card FIRST */
.our-offerings-card-first {
    background-color: black;
    position: relative;
    padding: 16px 42px;
    height: 100%;
}

.our-offerings-icon-first {
    display: grid;
    justify-items: center;
    position: relative;
    height: 172px;
}

.our-offerings-icon-first img {
    position: absolute;
    top: -100px;
}

.our-offerings-card-first .our-offerings-content p {
    color: #fff;
}

/* our offerings card WHITE -------------- */
.white {
    background-color: #fff;
}

.our-offerings-card {
    position: relative;
    padding: 16px 42px;
    box-shadow: 0px 0px 33px #00000030 !important;
    height: 100%;
}

.our-offerings-icon {
    height: 100px;
    position: relative;
    display: grid;
    justify-items: center;
}

.our-offerings-icon img {
    position: absolute;
    top: -74%;
}

.our-offerings-heading h2 {
    text-align: center;
    font-size: 24px;
    color: #c7ad74;
}

.our-offerings-heading {
    margin-bottom: 12px;
}

.our-offerings-content p {
    text-align: left !important;
}

/* our offerings card BLACK -------------- */
.black {
    background-color: black;
}

.black .our-offerings-content p {
    color: #fff;
    text-align: left;
}

/* our offerings cards */

.centered-on-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5em;
    width: 65%;
    margin: 0 auto;
    margin-top: 10%;
}

@media only screen and (max-width: 1372px) {
    .our-offerings-container {
        grid-column-gap: 2em;
    }
}

@media only screen and (max-width: 1372px) {
    .our-solutions-section3-inner {
        width: 85%;
    }
}

@media only screen and (max-width: 1046px) {
    .our-offerings-container {
        grid-template-columns: 1fr 1fr;
    }

    .centered-on-grid {
        grid-column-gap: 2em;
        width: 100%;
        margin-top: 106px;
    }
}

@media only screen and (max-width: 644px) {
    .our-offerings-container {
        grid-template-columns: 1fr;
        grid-row-gap: 6em;
    }

    .centered-on-grid {
        grid-template-columns: 1fr;
        grid-row-gap: 6em;
    }

    .our-offerings-icon img {
        max-width: 100%;
    }
}

/* OUR SOLUTIONS PAGE ENDS HERE */

/* TESTIMONIAL SECTION PAGE STARTS HERE */
.testimonial-section-inner {
    width: 75%;
    margin: 0 auto;
    padding-top: 4%;
    padding-bottom: 0%;
}

.testimonial-slider {
    padding-top: 34px;
    padding-right: 40px;

}

.quote-aurthor {
    text-align: right;
    margin-bottom: 5px;
    font-weight: bold;
}

.quote-left img {
    width: 37px !important;
    position: absolute;
    left: 1%;
    top: 0;
}

.quote-right img {
    width: 37px !important;
    float: right;
}

.testimonial-cta {
    text-align: center;
    margin-top: 4%;
    ;
}

.testimonial-cta a {
    color: #ffff;
    background-color: #c7ad74;
    padding: 13px 57px;
    border-radius: 6px;
    font-size: 24px;
    font-family: Proxima-Nova-Regular;
    font-weight: 400;
}

.cta {
    text-align: center;
    margin-top: 5%;
}

.cta a {
    color: #ffff;
    background-color: #c7ad74;
    padding: 13px 57px;
    border-radius: 6px;
    font-size: 24px;
    font-family: Proxima-Nova-Regular;
    font-weight: 400;
}

.cta a:hover{background-color: #edca75;transition: 300ms;}


@media only screen and (max-width: 1440px) {
    .testimonial-section-inner {
        padding-bottom: 5%;
    }
}

@media only screen and (max-width: 500px) {
    .testimonial-slider {
        padding-right: 5px;
    }
}


/* TESTIMONIAL SECTION PAGE ENDS HERE */

/* OUR SOLUTIONS SECTION5 STYLE STARTS HERE */
.our-solutions-section5-inner {
    width: 75%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 4%;
    padding-bottom: 2%;
}


/* Recruit cards styles */

.recruit-cards-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 3em;
}

.os-s5-row1 {
    padding-bottom: 20px;
}

.recruit-card-box {
    background: black;
}

.recruit-card-image img {
    max-width: 100%;
}

.recruit-card-content {
    text-align: center;
    padding-top: 31px;
    padding-bottom: 18px;
    padding-right: 16px;
    padding-left: 16px;
}

.recruit-card-content p {
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 18px;
    text-align: left;
}

.space-above-adjust {
    padding-top: 15px;
}

@media only screen and (max-width: 1074px) {
    .our-solutions-section5-inner {
        width: 85%;
    }

    .recruit-cards-container {
        grid-column-gap: 1em;
    }
}

@media only screen and (max-width: 850px) {
    .recruit-card-image img {
        width: 100%;
    }

    .recruit-cards-container {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 1em;
    }
}

@media only screen and (max-width: 630px) {
    .recruit-cards-container {
        grid-template-columns: 1fr;
    }
}

/* OUR SOLUTIONS SECTION5 STYLE ENDS HERE */

/* OUR SOLUTIONS SECTION6 STYLE STARTS HERE */
.our-solutions-section7-inner {
    width: 75%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 4%;
    padding-bottom: 6%;
}

.os-s7-row1 {}

@media only screen and (max-width: 500px) {
    .our-solutions-section6 {
        background-attachment: inherit;
    }
}

/* OUR SOLUTIONS SECTION6 STYLE ENDS HERE */

/* OUR SOLUTION SECTION3 ENDS HERE */

/* ----OUR SOLUTIONS PAGE ENDS HERE---------*/


/* --- VACANCIES PAGE STARTS HERE --- */

/* SUB CONTAINERS */
.vacancies-section1 {
    grid-column: span 12;
}

.vacancies-section2 {
    grid-column: span 12;
}

.vacancies-section3 {
    grid-column: span 12;
    background-color: #101010;
    padding: 25px;
    text-align: center;
}

/* SUB CONTAINERS ENDS*/
/* OUR SOLUTION SECTION1 */
.vacancies-section1-inner {
    width: 75%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 6%;
    padding-bottom: 8%;
}

.vacancies-s1-row1 {
    text-align: center;
    /* margin-bottom: 10%; */
}

.vacancies-s1-row1 .divider {
    width: 54%;
}



/* vacancy search container styles */

.vacancy-search-container {
    display: grid;
    grid-template-columns: 1fr;
}

.vacancy-search-row1 {}

.vacancy-search-row1 h3 {
    text-align: center;
}

.vacancy-search-number {
    font-size: 16px;
    color: #929292;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.vacancy-search-container {
    display: grid;
    grid-template-columns: 1fr;
    width: 81%;
    margin: 0 auto;
}

.vacancy-search-form {
    display: grid;
    grid-template-columns: 40% 40% 20%;
    grid-column-gap: 3em;

}

.vacancy-search-row2 {
    display: grid;
    grid-template-columns: 1fr;
    width: 60%;
    margin: 0 auto;
    padding-top: 40px;
}

/* search result item */
.vacancy-search-result-item {
    display: grid;
    grid-template-columns: 90% 10%;
    margin-bottom: 12px;
}

.vacancy-apply-btn {
    position: relative;
    top: 22px;
}




.vacancy-apply-btn a {
    padding: 12px 31px;
    background-color: black;
    color: #ffffff;
    border-radius: 6px;
    font-family: Proxima-Nova-Regular;

}

.vacancy-name {
    font-family: 'Proxima-Nova-Bold' !important;
    margin-bottom: 0 !important;
}

.vacancy-location {
    font-size: 16px !important;
    color: grey !important;
}

.vacancy-search-row3-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 4em;
    margin-top: 40px;
}

.pagination-previous-btn {
    text-align: right;
}

.pagination-previous-btn a {
    background-color: whitesmoke;
    padding: 10px 15px;
    color: grey;
    border-radius: 4px;
}

.pagination-next-btn {}

.pagination-next-btn a {
    background-color: black;
    padding: 9px 31px;
    color: #ffffff;
    border-radius: 4px;
}

.black-cta a {
    padding: 12px 31px;
    background-color: black;
    color: #ffffff;
    border-radius: 6px;
    font-family: Proxima-Nova-Regular;
    font-size: 20px;
}

.vacancies-s1-row1 .icon-contact-split{grid-template-columns: 5% 86% !important;grid-column-gap: 1em;}
/* --------vacancies-section2 styles --------- */
.vacancies-section2-inner {
    width: 98%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 4%;
    padding-bottom: 4%;
    background-color: #f8f9fb;
    margin-bottom: 20px;
}

.vacancies-s2-row1 {
    text-align: center;
}

/* --------vacancies-section3 styles --------- */

.vacancies-section3-inner p {
    color: #ffffff;
    font-family: Proxima-Nova-Regular;
    margin: 0;
    font-size: 16px;
}

.vacancies-section3-inner span {
    font-weight: bold;
}


@media only screen and (max-width: 1294px) {
    .vacancy-search-container {
        width: 100%;
    }
}

@media only screen and (max-width: 1090px) {
    .vacancy-search-form {
        grid-template-columns: 1fr 1fr auto;
        grid-column-gap: 1em;
    }

    .vacancy-search-result-item {

        grid-template-columns: 1fr auto;
    }

    .vacancy-search-row2 {
        width: 100%;
        margin: 0;
    }
}

@media only screen and (max-width: 900px) {
    .vacancy-search-form {
        grid-template-columns: 1fr;
        grid-row-gap: 1em;
    }

    .vacancy-search-result-item {
        grid-template-columns: 1fr auto;
    }
}

@media only screen and (max-width: 518px) {
    .vacancy-search-result-item {
        grid-template-columns: 1fr;
        grid-template-rows: auto 75px;
        margin-bottom: 10px;
        border-bottom: 1px solid grey;
    }

    .vacancies-section1-inner {
        padding-top: 14%;
    }

}

/* --- VACANCIES PAGE ENDS HERE --- */



/* --- OUR PARTNERS PAGE STARTS HERE --- */

/* SUB CONTAINERS */
.our-partners-section1 {
    grid-column: span 12;
}

/* SUB CONTAINERS ENDS*/

.our-partners-section1-inner {
    width: 75%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 6%;
    padding-bottom: 7%;
}

.our-partners-s1-row1 {
    text-align: center;
    margin-bottom: 6%;
}

.our-partners-s1-row1 .divider {
    width: 54%;
}

.our-partners-s1-row2 {}

.our-partners-container {
    display: grid;
    grid-template-columns: 1fr;
}

.our-partners-container p {
    margin-bottom: 0 !important;
}

.our-partner-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.center-logos {
    display: grid;
    justify-items: center;
    grid-row-gap: 4em;
}

.our-partners-logo2 a {
    float: right;
}



@media only screen and (max-width: 1286px) {
    .our-partners-section1-inner {
        width: 85%;
    }
}



@media only screen and (max-width: 874px) {

    .our-partners-container img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .our-partner-split {
        grid-template-columns: 1fr;
    }

    .our-partners-logo2 a {
        float: none;
    }
}

/* --- OUR PARTNERS PAGE ENDS HERE --- */



/* ------------CONTACT PAGE STARTS HERE----------- */
/* SUB CONTAINERS */
.contact-section1 {
    grid-column: span 12;
}

.contact-section2 {
    grid-column: span 12;
}

/* SUB CONTAINERS ENDS*/

.contact-section1-inner {
    width: 66%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 6%;
    padding-bottom: 3%;
}

.contact-s1-row1 {
    text-align: center;
    margin-bottom: 10%;
}

.contact-s1-row1 .divider {
    width: 54%;
}

.contact-s1-row2 {
    background-image: url(../images/contact-bg.jpg);
    background-size: cover;
    background-position: top;

    display: grid;
    grid-template-columns: 50% 50%;

    padding-top: 15%;
    padding-right: 8%;
    padding-bottom: 17px;

    /* height: 100vh; */
}

/* contact section2 */
.contact-section2-inner {
    width: 75%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2em;

    padding-bottom: 8%;
}

.contact-s2-col1 {}

.contact-s2-col2 {}

.contact-box1 {

    background: linear-gradient(132deg, rgba(224, 198, 146, 0.9724264705882353) 0%, rgba(190, 165, 115, 1) 42%, rgba(190, 165, 115, 1) 100%);
    padding-top: 8%;
    padding-bottom: 39px;
    padding-left: 6%;
}

.imed-title {
    color: #fff;
    font-size: 35px;
    letter-spacing: 8px;
    margin-bottom: 46px;
}

.margin-reduced {
    margin-bottom: 2px !important;
}

.contact-name {
    font-weight: 700;
    color: #fff;
    font-size: 21px;
    margin-bottom: 18px;
}



.contact-box2 {
    background: linear-gradient(132deg, rgba(224, 198, 146, 0.9724264705882353) 0%, rgba(190, 165, 115, 1) 42%, rgba(190, 165, 115, 1) 100%);
    position: relative;
    width: 100%;
    top: 0;
    padding-top: 8%;
    padding-bottom: 61px;
    padding-left: 6%;
}

.contact-details-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.icon-contact-split {
    display: grid;
    grid-template-columns: 14% 86%;
    margin-bottom: 13px;
}

.icp-col2 a {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 19px;

}


@media only screen and (max-width: 1630px) {
    .contact-box2 {
        top: 0;
    }
}

@media only screen and (max-width: 1596px) {

    .contact-section1-inner {
        width: 75%;
    }

    .contact-s1-row2 {
        padding-right: 0%;
        grid-template-columns: 40% 56%;
    }

    .contact-details-split {
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 1em;
    }
}

@media only screen and (max-width: 914px) {
    .contact-s1-row2 {
        grid-template-columns: 1fr;
        background: none;
        padding-top: 0%;
        height: auto;
    }

    .contact-s1-row2-col1 {
        display: none;
    }

    .contact-section2-inner {
        grid-template-columns: 1fr;
        grid-row-gap: 1em;
    }

    .custom-select2 {
        width: 100% !important;
    }

    .send-message-to-box {
        width: 100% !important;
    }
}

@media only screen and (max-width: 400px) {
    .contact-section1-inner {
        width: 90%;
    }

    .contact-section2-inner {
        width: 90%;
    }

    .form-container {
        padding: 0 !important;
    }

    .contact-box1 {
        padding-left: 2%;
    }

    .contact-box2 {
        padding-left: 2%;
    }
}

/* -------------CONTACT PAGE STARTS HERE----------- */

/* cookie consent styles */
.cookie-container {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background: rgb(255 255 255 / 95%);
    color: hsl(0deg 0% 0%);
    padding: 0 32px;
    box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
    transition: 400ms;
    z-index: 9999999999999999999 !important;
    display: grid;
    grid-template-columns: 1fr;
    width: 500px;
    grid-row-gap: 1em;
    margin-bottom: 19px;
    margin-left: 13px;

    grid-column-gap: 1em;
    padding-top: 31px;
    padding-bottom: 20px;

}

.cookie-col1 {
    margin-bottom: 17px;
}

.cookie-col1 p {
    position: relative;
    top: 10px;
}

.cookie-container.active {
    bottom: 0;
}

.cookie-container a {
    color: #c7ad74;
    text-decoration: underline;
}

.cookie-btn {
    background: #c7ad74;
    border: 0;
    color: #f5f6fa;
    padding: 12px 40px;
    font-size: 14px;
    margin-bottom: 16px;
    border-radius: 0;
    cursor: pointer;
}

.cookie-btn-decline {
    /* background: #2697c2; */
    border: 1px solid #c7ad74;
    color: #c7ad74;
    padding: 12px 37px;
    font-size: 14px;
    margin-bottom: 16px;
    border-radius: 0;
    cursor: pointer;
}

.readmore-btn {
    background: #2697c2;
    border: 0;
    color: #ffffff;
    padding: 12px 37px;
    font-size: 14px;
    margin-bottom: 16px;
    border-radius: 0;
    cursor: pointer;
}


@media only screen and (max-width: 830px) {
    .cookie-container {
        grid-template-columns: 1fr;
        grid-row-gap: 1em;
        width: 100%;
        margin-left: 0;
    }
}

/* cookie consent style  ends*/

/* Ramarios code ends here............................ */