body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
button {
    font-family: "Lexend", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    font-family: "Lexend", sans-serif;
}

p {
    font-family: "Poppins", sans-serif;
    color: #6b6b6b;
}

a {
    text-decoration: none;
}

.hero-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-wrapper2 {
    position: relative;
    width: 100%;
    /* margin-bottom: 120px; */
    /* height: 100vh; */
    overflow: hidden;
}

.hero-carousel .item,
.hero-bg {
    height: 100vh;
    width: 100%;
}

.hero-slide {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: left center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    background-repeat: no-repeat;
}

.hero-slide2 {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 80vh;
    /* adjust as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.hero-text-wrap {
    width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.hero-text-wrap h1 {
    font-size: 55px;
    margin-bottom: 10px;
    color: #fff;
}

.hero-wrapper .owl-nav {
    display: none;
}

/* .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.85),
        rgba(0, 0, 0, 0)
    );
    z-index: 1;
} */
.hero-mobile {
    display: none;
}

.navbar-wrap {
    /* position: relative;
    z-index: 2;
    padding-top: 20px; */

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 5px 0px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.navbar-wrap2 {
    /* position: relative;
    z-index: 2;
    padding-top: 20px; */

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 5px 0px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
}

.navbar-wrap.navbar-scrolled {
    background-color: #fff;
    /* solid white background */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* subtle shadow */
}

.navbar-wrap.navbar-scrolled .nav-link {
    color: #000 !important;
    /* Black menu text */
}

.navbar-wrap.navbar-scrolled .language-trans-wrap li a {
    color: #000;
}

.navbar-wrap.navbar-scrolled .language-trans-wrap li span p {
    color: #000;
    padding: 0 8px;
}

.navbar-wrap.navbar-scrolled .language-trans-wrap li a.active {
    border-bottom: 1px solid #000;
}

.navbar-wrap2.navbar-scrolled {
    background-color: #fff;
    /* solid white background */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* subtle shadow */
}

.navbar-wrap2.navbar-scrolled .nav-link {
    color: #000 !important;
    /* Black menu text */
}

.navbar-wrap2.navbar-scrolled .language-trans-wrap li a {
    color: #000;
}

.navbar-wrap2.navbar-scrolled .language-trans-wrap li span p {
    color: #000;
    padding: 0 8px;
}

.navbar-wrap2.navbar-scrolled .language-trans-wrap li a.active {
    border-bottom: 1px solid #000;
}

.underline {
    width: 250px;
    height: 4px;
    background-color: #d2ab67;
}

.logo-wrap img {
    width: 62%;
}

.nav-link {
    display: block;
    padding: 0 0px 5px 0px !important;
    color: #ffffff;
    margin: 0 25px;
}

.navbar-wrap2 .nav-link {
    display: block;
    padding: 0 0px 5px 0px !important;
    color: #000;
    margin: 0 25px;
}

.nav-link:hover {
    color: #fff;
}

.navbar-wrap2 .nav-link:hover {
    color: #000;
}

.language-trans-wrap {
    margin-top: -6px;
    margin-left: 22px;
}

.language-trans-wrap li {
    display: inline-block;
}

.language-trans-wrap li span p {
    color: #fff;
    padding: 0 8px;
}

.language-trans-wrap li a {
    color: #fff;
    padding-bottom: 2px;
}

.language-trans-wrap li a.active {
    border-bottom: 1px solid #fff;
}

.navbar-wrap2 .language-trans-wrap li span p {
    color: #000;
    padding: 0 8px;
}

.navbar-wrap2 .language-trans-wrap li a {
    color: #000;
    padding-bottom: 2px;
}

.navbar-wrap2 .language-trans-wrap li a.active {
    border-bottom: 1px solid #000;
}

.menu ul li {
    display: inline-block;
    padding-left: 50px;
}

.menu ul li a {
    color: #fff;
    font-size: 16px;
    padding-bottom: 5px;
}

.or-operator {
    color: #fff;
}

.menu li a.active {
    border-bottom: 3px solid #d2ab67;
}

.nav-link.active {
    border-bottom: 3px solid #d2ab67;
    /* Active border color */
}

.navbar-toggler {
    background-color: white;
    /* makes the toggler visible */
    border: 1px solid #ccc;
    /* optional border */
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.language-dropdown {
    background: transparent;
    color: white;
    border: 1px solid white;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 28px;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    position: relative;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='white' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    width: 65px;
}

.language-dropdown option {
    color: #000;
}

.language-dropdown:focus {
    outline: none;
}

.care-wrapper {
    width: 100%;
    padding: 50px 0;
    background-color: #fdf2df;
    text-align: center;
}

.care-wrap img {
    width: 60%;
    margin-bottom: 40px;
}

.care-wrap-mobile {
    display: none;
}

.care-wrap p {
    width: 80%;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #000;
    margin: 0 auto;
}

.business-wrapper {
    position: relative;
    transition: all 0.7s;
    height: 100%;
    min-height: 100vh;
    z-index: 9;
    overflow: hidden;
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: block;
}

.tabs-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-left: none;
}

.tabs-block li {
    padding: 24px 0;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
    cursor: pointer;
    transition: color 0.3s ease;
}

.tabs-block li:hover {
    color: #ffcc55;
    /* soft golden yellow on hover */
}

.tabs-block li.current {
    color: #fff;
}

.tabs-block li.current::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, #ffcc55, #e6b74c);
    /* golden underline */
}

#picture {
    transition: all 0.7s;
    background-position: left center;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 100vh;
    position: relative;
    background-size: cover !important;

    z-index: 1;
    display: flex;
    align-items: center;
}

#picture-mobile {
    display: none;
}

#picture:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: radial-gradient(
        30.38% 41.37% at 50.63% 51.67%,
        rgb(0 0 0 / 18%) 0,
        rgb(0 0 0 / 34%) 59.21%
    );
}

#picture:before {
    /* background: radial-gradient(
        30.38% 41.37% at 50.63% 51.67%,
        rgba(0, 0, 0, 0.25) 0,
        rgba(0, 0, 0, 0.75) 59.21%
    ); */
}

.business-wrapper h3,
.business-wrapper h6 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    position: relative;
    padding-left: 26px;
    text-transform: uppercase;
}

.business-wrapper h3:before,
.business-wrapper h6:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    background: url(../images/drop-icon.png);
    width: 11px;
    height: 28px;
}

.business-wrapper h2 {
    color: #fff;
    font-size: 42px;
    text-transform: capitalize;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 400;
}

.business-wrapper p {
    max-width: 400px;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 20px;
}

.d-mob {
    display: none;
}

.foundation-wrapper {
    width: 100%;
    padding: 60px 0px;
    background-color: #fdf2df;
}

.foundation-wrap {
    width: 100%;
    background-color: #fff;
}

.foundation-wrap-mobile {
    display: none;
}

.foundation-content-wrap {
    padding: 35px 0 40px 35px;
}

.foundation-content-wrap img {
    /* width: 55%; */
    display: block;
    margin: 0 auto 15px auto;
}

.foundation-content-wrap p {
    font-size: 16px;
    line-height: 26px;
}

.founder-wrapper {
    width: 100%;
    background-color: #ad9637;
    /* background-image: url(../images/stats-bg.jpg); */
    /* background-position: center center; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    padding: 60px 0px;
}

.founder-head {
    text-align: center;
    margin-bottom: 60px;
}

.founder-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.founder-wrap img {
    width: 20%;
}

.founder-head h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.founder-name {
    margin-left: 32px;
}

.founder-name h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}

.founder-name p {
    color: #c4c4c4;
    font-size: 15px;
    font-weight: 300;
    margin-top: 6px;
    text-align: center;
}

.quote-wrap {
    border-left: 1px solid #fff;
    margin-left: -78px;
    padding-left: 56px;
}

.quote-wrap img {
    width: 4%;
}

.quote-wrap p {
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    margin-top: 20px;
}

.team-wrapper {
    width: 100%;
    padding: 50px 0;
}

.team-head {
    text-align: center;
    margin-bottom: 50px;
}

.team-head h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
}

.team-content-wrap {
    position: relative;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-content-wrap:hover {
    transform: translateY(-20px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

.team-content-wrap img {
    width: 100%;
    height: auto;
}

.team-info-wrap {
    padding: 20px 15px 30px;
}

.team-content-wrap h4 {
    font-size: 19px;
    color: #000;
    font-weight: 600;
    margin: 10px 0 5px;
}

.team-content-wrap h5 {
    font-size: 15px;
    color: #6b6b6b;
    margin: 0 0 12px;
    font-weight: 400;
}

.team-content-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: -1;
}

.team-content-wrap:hover::before {
    top: -12px;
    right: -12px;
    bottom: -24px;
    left: -12px;
    opacity: 1;
    visibility: visible;
}

/* Social Icon Styles */
.team-modern-social-list {
    text-align: center;
    margin-top: 12px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.team-modern-social-list li {
    transform: translateY(110%);
    opacity: 0;
    transition: all 0.3s ease;
}

.team-content-wrap:hover .team-modern-social-list li {
    transform: translateY(0);
    opacity: 1;
}

.team-modern-social-list li a {
    display: inline-block;
    color: #333;
    font-size: 16px;
    transition: 0.3s;
}

.team-modern-social-list li a:hover {
    color: #007bff;
}

.team-det-img-wrap img {
    width: 100%;
}

.team-det-content-wrap h4 {
    font-size: 20px;
    margin-bottom: 8px;
}

.team-det-content-wrap h5 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #7d7d7d;
}

.team-det-content-wrap p {
    font-size: 15px;
    line-height: 25px;
}

.team-details-wrapper {
    margin-top: 120px;
    width: 100%;
    padding: 50px 0px;
}

.stats-wrapper {
    width: 100%;
    background-color: #ad9637;
    /* background-image: url(../images/stats-bg.jpg); */
    /* background-position: center center; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    padding: 60px 0;
}

.stats-head {
    text-align: center;
    margin-bottom: 60px;
}

.stats-head h4 {
    width: 48%;
    font-size: 36px;
    line-height: 47px;
    font-weight: 700;
    color: #fff;
    margin: 0 auto;
}

.counter-box {
    text-align: center;
}

.counter-box h2 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.counter-box p {
    font-size: 18px;
    color: #dbdbdb;
    margin-top: 8px;
}

.features-wrapper {
    width: 100%;
    padding: 60px 30px;
}

.features-wrap {
    text-align: center;
}

.features-wrap img {
    width: 26%;
}

.features-wrap h4 {
    font-size: 18px;
    line-height: 28px;
    color: #363636;
    margin-top: 12px;
}

.newsletter-wrapper {
    width: 100%;
    background-color: #212121;
    padding: 60px 0px;
}

.newsletter-head h3 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 10px;
}

.newsletter-head p {
    font-size: 16px;
    color: #ccc;
    line-height: 26px;
}

.newsletter-form {
    display: flex;
    gap: 10px;
    /* space between input and button */
}

.newsletter-form .form-input {
    width: 450px;
    background-color: #424242;
    padding: 18px 26px;
    border: none;
    font-family: "Poppins", sans-serif;
    flex: 1;
    color: #fff;
}

.btn-subscribe {
    width: 210px;
    margin-left: 20px;
    padding: 10px 20px;
    background-color: #ad9838;
    color: white;
    border: none;
    font-size: 16px;
    white-space: nowrap;
}

footer {
    width: 100%;
    /* background-image: url(../images/bg-footer-1.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px 0 0;
}

.footer-logo-wrap img {
    width: 100%;
}

.footer-links-wrap h3 {
    font-size: 26px;
    color: #fff;
    padding-bottom: 25px;
}

.footer-links-wrap ul li {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    font-family: "Poppins", sans-serif;
}

.footer-links-wrap ul li a {
    color: #e0e0e0 !important;
}

.footer-links-wrap ul li i {
    padding-right: 4px;
}

.copyright-wrapper {
    width: 100%;
    padding: 20px 0px;
    border-top: 1px solid #6b6b6b;
    margin-top: 10px;
    text-align: center;
}

.copyright-wrapper p {
    font-size: 14px;
    color: #d0d0d0;
}

/* About Us */

.about-wrapper {
    padding: 20px 0px 60px 0px;
}

.about-wrap {
    width: 100%;
    text-align: center;
}

.about-wrap h3 {
    font-size: 42px;
    color: #000;
}

.about-wrap h5 {
    color: #053c8f;
    font-size: 28px;
    line-height: 38px;
    font-weight: 300;
    width: 52%;
    margin: 25px auto 25px auto;
}

.about-wrap p {
    font-size: 16px;
    line-height: 27px;
    width: 80%;
    margin: 0 auto;
    font-weight: 300;
}

.about-flag-wrapper {
    width: 100%;
    position: relative;
}

.about-flag-wrapper-mobile {
    display: none;
}

.about-flag-wrapper img {
    width: 100%;
}

.about-flag-wrap {
    width: 750px;
    background-color: #ffffffeb;
    border: 1px solid #e6e6e6;
    padding: 50px 60px;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.about-flag-wrap h3 {
    font-size: 26px;
    color: #000;
    margin-bottom: 15px;
}

.our-business-wrapper {
    width: 100%;
    background-color: #fdf2df;
    padding: 60px 0px;
}

.our-business-head {
    margin-bottom: 25px;
}

.our-business-head h3 {
    font-size: 36px;
    font-weight: 700;
}

.our-business-wrap {
    position: relative;
    overflow: hidden;
}

.our-business-wrap-mobile {
    display: none;
}

.our-business-wrap img {
    max-width: 100%;
    transition: all 3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
    border-radius: 6px;
}

.our-business-wrap:hover img {
    transform: scale(1.1);
}

.our-business-wrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        rgba(0, 0, 0, 0.7) 42.29%,
        rgba(0, 0, 0, 25%) 64.3%
    );
    border-radius: 4px;
    transform: rotate(-180deg);
    z-index: 1;
}

.our-business-content-wrap {
    position: absolute;
    bottom: 30px;
    left: 20px;
    z-index: 2;
}

.our-business-content-wrap h4 {
    font-size: 24px;
    color: #d2ab67;
    font-weight: 400;
}

.values-wrapper {
    width: 100%;
    padding: 50px 0px;
}

.values-head {
    text-align: center;
    margin-bottom: 25px;
}

.values-head h3 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
}

.values-head p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    width: 60%;
    margin: 0 auto;
    padding: 10px 0 25px 0;
}

.boldborder {
    position: relative;
    margin-bottom: 80px;
}

.boldborder:before {
    content: "";
    position: absolute;
    height: 200px;
    background-color: #fff9ef;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.bg-img {
    width: 550px;
    height: 550px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    border: 6px solid #be9244;
}

.bg-img:before {
    background: #053c8f;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.values-box {
    text-align: center;
    position: relative;
}

.values-wrapper .testimonial-cont .owl-prev span {
    left: 17px;
    font-size: 50px;
    position: absolute;
    bottom: -17px;
    transform: rotate(180deg);
    color: #fff;
}

.values-wrapper .testimonial-cont .owl-next span {
    left: 17px;
    font-size: 50px;
    position: absolute;
    bottom: -3px;
    color: #fff;
}

.radius {
    display: none !important;
}

.testimonial-cont img {
    width: auto !important;
}

.test_content {
    padding: 0 60px;
}

.bicon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    position: relative;
}

.bicon:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    background: #be9244;
    border-radius: 10px;
    width: 80px;
    height: 5px;
    margin: auto;
}

.testimonial-cont h6 {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
    letter-spacing: 2px;
    position: relative;
    padding-top: 15px;
}

.test_content p {
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 25px;
}

.testimonial-list.owl-theme .owl-nav [class*="owl-"] {
    border: 1px solid #dfdfdf !important;
    width: 48px;
    height: 48px;
    border-radius: 50% !important;
    font-size: 0;
    line-height: normal !important;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-image: url(/sites/default/files/images/white-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #be9244;
    transform: rotate(180deg);
}

.testimonial-cont .testimonial-list.owl-theme .owl-nav [class*="owl-"] {
    left: 17px;
}

.testimonial-cont .testimonial-list.owl-theme .owl-nav .owl-next {
    left: inherit;
    right: 17px;
}

.testimonial-list.owl-theme.owl-carousel .owl-nav button.owl-next {
    transform: rotate(0);
}

.s_logo p {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    filter: grayscale(0%);
    border-radius: 4px;
    font-weight: 500;
    color: #000;
}

.owl-nav button {
    z-index: 10;
}

.testimonial-cont {
    position: relative;
    overflow: visible;
}

.awards-wrapper {
    width: 100%;
    /* background-image: url(../images/Corporate-Awards-bg.jpg); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
}

.awards-head {
    text-align: center;
    margin-bottom: 40px;
}

.awards-head h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}

.awards-wrap-mobile {
    display: none;
}

.awards-wrap img {
    width: 100%;
    border-radius: 5px;
}

/* Business Page */

.our-business-content-wrap p {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    width: 90%;
    margin-top: 12px;
}

.hero-text-wrap p {
    font-size: 60px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 300;
}

/* Career page */

.career-wrapper {
    width: 100%;
    padding: 50px 0;
}

.career-wrap {
    text-align: center;
}

.career-wrap h3 {
    font-size: 30px;
    font-weight: 600;
    color: #d5a501;
    margin-bottom: 20px;
}

.career-wrap h4 {
    font-size: 22px;
    margin-top: 20px;
}

.career-wrap p {
    font-size: 15px;
    color: #5b5b5b;
    margin: 12px 0;
}

.career-wrap i {
    font-size: 40px;
}

.career-wrap .mdi:before,
.mdi-set {
    width: 50px;
    height: 50px;
    background-color: #d5a501;
    color: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.contact-wrapper {
    padding: 60px 0px 0px 0px;
}

.contact-wrap h3 {
    font-size: 32px;
    margin-bottom: 30px;
}

.contact-wrap .form-label {
    font-size: 17px;
    color: #464646;
    font-family: "Lexend", sans-serif;
}

.contact-wrap .form-control {
    padding: 16px;
    border-radius: 3px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}

.contact-wrap .form-select {
    padding: 16px;
    border-radius: 3px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
}

.btn-submit {
    width: 22%;
    padding: 13px;
    border-radius: 3px;
    font-size: 17px;
    background-color: #ad9838;
    color: #fff;
    border: none;
    margin-top: 20px;
}

.info-wrap h5 {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}

.info-wrapper {
    padding-left: 30px;
    border-left: 1px solid #ccc;
}

.info-links-wrap {
    display: flex;
}

.info-links {
    margin-left: 12px;
}

.info-links a {
    padding-bottom: 10px;
    color: #585858;
    font-size: 16px;
    font-family: "Lexend", sans-serif;
    display: block;
}

.info-links-wrap i {
    font-size: 20px;
    color: #ad9838;
    line-height: 26px;
}

.map-wrap {
    margin-top: 60px;
}

.map-wrap iframe {
    width: 100%;
    height: 300px;
    border: 0;
}

.scroll-to-top {
    width: 55px;
    height: 55px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #ad9838;
    color: #fff;
    padding: 6px 0px;
    border-radius: 50%;
    font-size: 28px;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}

.footer-links-wrap-list {
    display: flex;
}

.footer-links-wrap-list .foot-links a {
    display: block;
    padding-bottom: 10px;
    color: #e0e0e0;
    font-size: 15px;
    font-family: "Lexend", sans-serif;
    margin-left: 8px;
}

.footer-links-wrap-list i {
    font-size: 20px;
    color: #ad9838;
    line-height: 26px;
}

.team-wrapper .owl-nav {
    display: block !important;
    position: relative;
    left: 50%;
    transform: translateX(-54%);
}

.team-wrapper .owl-nav .owl-next span {
    position: absolute;

    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ad9838;
    color: #fff;
    margin-left: 50px;
    display: flex;
    justify-content: center;
    font-size: 38px;
    line-height: 25px;
}

.team-wrapper .owl-nav .owl-prev span {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ad9838;
    color: #fff;
    display: flex;
    justify-content: center;
    font-size: 38px;
    line-height: 25px;
}

.our-business-content-wrap {
    position: absolute;
    bottom: 25px;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
    z-index: 2;
}

/* .our-business-content-wrap h4 {
    font-size: 22px;
    color: #d2ab67;
    font-weight: 400;
} */

.business-content-head {
    max-width: 220px;
}

.exp-btn-wrap {
    max-width: 197px;
}

.exp-btn {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 18px 10px 18px;
    position: relative;
    transition: all 0.5s;
    font-family: "Lexend", sans-serif;
}

.exp-btn:hover {
    color: #fff;
}

.exp-btn-wrap a span {
    padding-left: 6px;
}

.underline {
    width: 250px;
    height: 4px;
    background-color: #d2ab67;
    margin: 0 auto;
}

.lang-wrap {
    display: block;
}

.lang-wrap-mobile {
    display: none;
}

/* Responsive starts */
@media (max-width: 1400px) {
    .hero-text-wrap h1 {
        font-size: 55px;
        margin-bottom: 10px;
        color: #fff;
    }

    .bg-img {
        width: 530px;
        height: 530px;
    }

    .testimonial-cont .testimonial-list.owl-theme .owl-nav [class*="owl-prev"] {
        left: -16px;
    }

    .testimonial-cont .testimonial-list.owl-theme .owl-nav [class*="owl-next"] {
        right: -16px;
    }
}

@media (max-width: 1300px) {
    .testimonial-cont .testimonial-list.owl-theme .owl-nav [class*="owl-prev"] {
        left: -14px;
    }

    .testimonial-cont .testimonial-list.owl-theme .owl-nav [class*="owl-next"] {
        right: -14px;
    }

    .testimonial-cont h6 {
        font-size: 22px;
    }

    .bg-img {
        width: 520px;
        height: 520px;
    }

    .business-content-head {
        max-width: 188px;
    }
}
@media (max-width: 1199px) {
    .nav-link {
        margin: 0 11px;
        font-size: 16px;
    }
    #picture {
        min-height: 48vh;
    }
    .business-wrapper {
        min-height: 48vh;
    }
    .foundation-content-wrap {
        padding: 35px 35px 40px 35px;
    }
    .stats-head h4 {
        width: 90%;
    }
    .quote-wrap {
        margin-left: 0px;
    }
    .bg-img {
        width: 440px;
        height: 440px;
    }
    .hero-slide2 {
        height: 60vh;
    }
}

@media (max-width: 999px) {
    .logo-wrap img {
        width: 60%;
    }

    .navbar-nav {
        background: #26378d;
        margin-top: 15px;
        padding: 30px 15px;
        border-radius: 4px;
        position: relative;
        z-index: 999;
    }

    .nav-link {
        padding-bottom: 28px !important;
        margin: 0;
        font-weight: 300;
    }

    .nav-link.active {
        border-bottom: none;
    }

    .hero-text-wrap {
        z-index: 1;
        width: 90%;
    }

    .hero-text-wrap h1 {
        font-size: 42px;
    }

    .care-wrap p {
        width: 100%;
        font-size: 16px;
        line-height: 27px;
    }

    .founder-wrapper {
        padding: 60px 30px;
    }

    .quote-wrap {
        border-left: 0;
        margin-left: 0;
        padding-left: 0;
        text-align: center;
    }

    .founder-wrap {
        justify-content: center;
    }

    .counter-box h2 {
        font-size: 24px;
    }

    .counter-box p {
        font-size: 15px;
    }

    .features-wrap h4 {
        font-size: 15px;
        line-height: 22px;
    }

    .features-wrap img {
        width: 54%;
    }

    .features-wrapper {
        padding: 30px;
    }

    .business-wrapper h2 {
        font-size: 30px;
    }

    .business-wrapper h3,
    .business-wrapper h6 {
        font-size: 18px;
    }

    .business-wrapper p {
        font-size: 16px;
        line-height: 26px;
    }

    #picture {
        min-height: 50vh;
    }

    .tabs-block li {
        padding: 18px 0;
        font-size: 16px;
    }

    .business-wrapper {
        min-height: 0;
    }

    .about-wrap h5 {
        width: 100%;
    }

    .about-wrap p {
        width: 100%;
    }

    .about-flag-wrap {
        width: 100%;
    }

    .values-head p {
        width: 100%;
        padding: 0 25px;
        font-size: 16px;
        line-height: 26px;
    }

    .testimonial-cont .testimonial-list.owl-theme .owl-nav [class*="owl-prev"] {
        left: 107px;
    }

    .testimonial-cont .testimonial-list.owl-theme .owl-nav [class*="owl-next"] {
        right: 107px;
    }

    .boldborder {
        margin-bottom: 20px;
    }

    .our-business-wrapper {
        margin-top: 60px;
    }

    .hero-text-wrap p {
        font-size: 54px;
    }

    .info-wrapper {
        padding-left: 0;
        border-left: none;
    }

    .stats-head h4 {
        width: 85%;
    }

    .btn-submit {
        width: 100%;
    }
    .lang-wrap {
        display: none;
    }
    .lang-wrap-mobile {
        display: block;
    }

    .lang-wrap-mobile select {
        width: 28%;
        padding: 10px 12px;
        border: 1px solid #ccc;
        border-radius: 6px;
        color: #333;
        font-size: 14px;
        cursor: pointer;
        transition: border 0.3s ease;
        font-family: "Lexend", sans-serif;
        margin-left: 240px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: url('data:image/svg+xml;utf8,<svg fill="%23333" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>')
            no-repeat right 9px center;
        background-color: #fff;
        background-size: 28px;
        padding-right: 30px;
    }
    .lang-wrap-mobile select:focus {
        outline: none;
        border-color: 1px solid #ccc;
        box-shadow: none;
    }
    .about-flag-wrapper {
        display: block;
        width: 100%;
        position: relative;
        padding: 20px 0px;
        overflow: hidden;
    }
    .exp-btn {
        padding: 10px 14px;
    }
    .our-business-content-wrap h4 {
        font-size: 18px;
    }
    .business-content-head {
        max-width: 120px;
    }
    .hero-slide2 {
        height: 46vh;
    }
    .navbar-wrap.navbar-scrolled .nav-link {
        color: #fff !important;
    }
    .about-flag-wrapper img {
        width: auto;
        height: 40vh;
    }
}

@media (max-width: 767px) {
    .navbar-wrap.navbar-scrolled .nav-link {
        color: #fff !important;
    }

    .hero-wrapper {
        height: 500px;
    }

    .hero-desktop {
        display: none !important;
    }

    .hero-mobile {
        display: block !important;
    }

    .hero-text-wrap h1 {
        font-size: 38px;
    }

    .underline {
        width: 150px;
    }

    .care-wrap {
        display: none;
    }

    .care-wrap-mobile {
        display: block;
    }

    .care-wrap-mobile img {
        width: 70%;
        margin-bottom: 30px;
    }

    .care-wrap p {
        display: none;
    }

    .care-wrap-mobile p {
        font-size: 15px;
        line-height: 26px;
    }

    .foundation-content-wrap {
        padding: 30px;
    }

    .foundation-content-wrap p {
        font-size: 15px;
        line-height: 25px;
    }

    .foundation-content-wrap img {
        margin: 0 auto 25px auto;
        width: 35%;
        display: block;
    }

    .founder-wrapper {
        padding: 40px 20px;
    }

    .foundation-wrap {
        display: none;
    }

    .foundation-wrap-mobile {
        display: block;
        width: 100%;
        background-color: #fff;
    }

    .founder-head h3 {
        font-size: 22px;
    }

    .founder-head {
        margin-bottom: 40px;
    }

    .founder-name h4 {
        font-size: 18px;
    }

    .founder-name p {
        font-size: 14px;
    }

    .founder-wrap {
        margin-bottom: 25px;
    }

    .founder-wrap img {
        width: 24%;
    }

    .quote-wrap img {
        width: 6%;
    }

    .quote-wrap p {
        font-size: 15px;
        line-height: 26px;
        margin-top: 18px;
    }

    .business-wrapper h3,
    .business-wrapper h6 {
        font-size: 15px;
    }

    .business-wrapper h2 {
        font-size: 24px;
    }

    .business-wrapper p {
        font-size: 15px;
    }

    .tabs-block li {
        padding: 15px 0;
        font-size: 15px;
    }

    #picture {
        display: none;
    }

    #picture-mobile {
        display: block;
        transition: all 0.7s;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        background-size: cover !important;
        z-index: 1;
        display: flex;
        align-items: center;
        padding: 60px 0px;
    }

    #picture-mobile:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: radial-gradient(
            30.38% 41.37% at 50.63% 51.67%,
            rgb(0 0 0 / 18%) 0,
            rgb(0 0 0 / 34%) 59.21%
        );
    }

    .team-head h3 {
        font-size: 28px;
    }

    .stats-wrapper {
        padding: 40px 0;
    }

    .stats-head h4 {
        font-size: 26px;
        line-height: 40px;
    }

    .stats-head {
        margin-bottom: 35px;
    }

    .features-wrapper {
        padding: 25px;
    }

    .features-wrap img {
        width: 18%;
    }

    .newsletter-wrapper {
        padding: 40px 15px;
    }

    .newsletter-head h3 {
        font-size: 28px;
    }

    .newsletter-head p {
        font-size: 15px;
        line-height: 26px;
    }

    .newsletter-form .form-input {
        width: 246px;
    }

    .btn-subscribe {
        width: 120px;
        margin-left: 0;
    }

    footer {
        padding: 40px 15px 0 15px;
    }

    .footer-logo-wrap img {
        width: 60%;
    }

    .footer-links-wrap h3 {
        font-size: 24px;
    }

    .about-wrapper {
        padding: 30px 0px;
    }

    .awards-wrap-mobile {
        display: block;
    }

    .awards-wrap {
        display: none;
    }

    .awards-wrap-mobile img {
        width: 100%;
        border-radius: 5px;
    }

    .about-wrap h3 {
        font-size: 36px;
    }

    .about-wrap h5 {
        font-size: 20px;
        line-height: 30px;
        margin: 15px auto 15px auto;
    }

    .about-wrap p {
        font-size: 15px;
        line-height: 25px;
    }

    .about-flag-wrapper {
        display: none;
    }

    .about-flag-wrapper-mobile {
        display: block;
        width: 100%;
        position: relative;
        padding: 20px 0px;
        overflow: hidden;
    }

    .about-flag-wrapper-mobile img {
        width: auto;
    }

    .about-flag-wrap {
        width: 100%;
    }

    .bg-img {
        width: 350px;
        height: 350px;
    }

    .testimonial-cont .testimonial-list.owl-theme .owl-nav [class*="owl-prev"] {
        left: 0px;
    }

    .testimonial-cont .testimonial-list.owl-theme .owl-nav [class*="owl-next"] {
        right: 0px;
    }

    .testimonial-cont h6 {
        font-size: 18px;
    }

    .test_content {
        padding: 0 15px;
    }

    .test_content p {
        font-size: 15px;
        line-height: 23px;
    }

    .our-business-wrapper {
        padding: 40px 0px;
    }

    .our-business-head {
        text-align: center;
    }

    .our-business-head h3 {
        font-size: 30px;
    }

    .our-business-content-wrap h4 {
        font-size: 20px;
    }

    .values-wrapper {
        padding: 30px 0px;
    }

    .values-head h3 {
        font-size: 30px;
    }

    .values-head p {
        font-size: 16px;
        line-height: 27px;
        font-weight: 300;
        width: 100%;
    }

    .awards-wrapper {
        padding: 30px 0;
    }

    .awards-head h3 {
        font-size: 30px;
    }

    .hero-text-wrap p {
        font-size: 30px;
    }

    .career-wrap h3 {
        font-size: 24px;
    }

    .career-wrap .mdi:before,
    .mdi-set {
        width: 40px;
        height: 40px;
    }

    .career-wrap i {
        font-size: 30px;
    }

    .career-wrap h4 {
        font-size: 18px;
    }

    .map-wrap iframe {
        height: 180px;
    }

    .stats-head h4 {
        width: 100%;
    }

    .logo-wrap img {
        width: 52%;
    }

    .team-wrapper .owl-nav {
        transform: translateX(-62%);
    }

    .test_content {
        padding: 0 42px;
    }

    .test_content p {
        font-size: 13px;
        line-height: 20px;
    }

    .values-head {
        /* text-align: center; */
        /* margin-bottom: 25px; */
        padding: 0 20px;
    }

    .hero-text-wrap {
        width: 90%;
        top: 260px;
    }

    .lang-wrap-mobile select {
        width: 100%;
        margin-left: 14px;
    }

    .contact-wrap h3 {
        text-align: center;
    }

    .our-business-wrap-mobile {
        display: block;
        position: relative;
        overflow: hidden;
    }

    .our-business-wrap {
        display: none;
    }

    .our-business-wrap-mobile img {
        max-width: 100%;
        transition: all 3s;
        display: block;
        width: 100%;
        height: auto;
        transform: scale(1);
        border-radius: 6px;
    }
}

@media (max-width: 450px) {
    .hero-text-wrap h1 {
        font-size: 32px;
    }

    .bg-img {
        width: 400px;
        height: 400px;
        overflow: hidden;
    }

    .testimonial-cont .testimonial-list.owl-theme .owl-nav [class*="owl-prev"] {
        left: -9px;
    }

    .testimonial-cont .testimonial-list.owl-theme .owl-nav [class*="owl-next"] {
        right: -9px;
    }

    .business-content-head {
        max-width: 130px;
    }

    .hero-slide2 {
        height: 65vh;
    }
}

@media (max-width: 399px) {
    .hero-wrapper {
        height: 450px;
    }

    .underline {
        width: 120px;
    }

    .care-wrap img {
        width: 60%;
    }

    #picture {
        min-height: 110vh;
    }

    .business-wrapper h2 {
        font-size: 22px;
    }

    .foundation-wrapper {
        padding: 40px 0px;
    }

    .founder-head h3 {
        font-size: 20px;
    }

    .founder-head {
        margin-bottom: 30px;
    }

    .founder-wrap {
        margin-bottom: 15px;
    }

    .quote-wrap img {
        width: 8%;
    }

    .stats-head h4 {
        font-size: 24px;
        line-height: 38px;
    }

    .newsletter-head h3 {
        font-size: 24px;
    }

    .newsletter-form .form-input {
        width: 216px;
    }

    .btn-subscribe {
        width: 110px;
    }

    .footer-links-wrap h3 {
        font-size: 22px;
    }

    .team-info-wrap {
        padding: 20px 15px 5px 0px;
    }

    .counter-box h2 {
        font-size: 22px;
    }

    .bg-img {
        width: 320px;
        height: 320px;
    }

    .values-head h3 {
        font-size: 28px;
    }

    .our-business-head h3 {
        font-size: 28px;
    }

    .about-wrap h3 {
        font-size: 28px;
    }

    .about-wrap h5 {
        font-size: 18px;
        line-height: 27px;
    }

    .awards-head h3 {
        font-size: 28px;
    }

    .hero-text-wrap p {
        font-size: 24px;
    }

    .hero-text-wrap h1 {
        font-size: 26px;
    }

    .contact-wrap h3 {
        font-size: 28px;
    }
}

@media (max-width: 380px) {
    .hero-text-wrap h1 {
        font-size: 30px;
    }

    .underline {
        width: 110px;
    }

    #picture {
        min-height: 140vh;
    }

    .foundation-content-wrap img {
        width: 48%;
    }

    .founder-head h3 {
        font-size: 19px;
    }

    .founder-name h4 {
        font-size: 17px;
    }

    .stats-head h4 {
        font-size: 22px;
        line-height: 32px;
    }

    .newsletter-form .form-input {
        width: 200px;
    }

    .our-business-head h3 {
        font-size: 26px;
    }

    .values-head h3 {
        font-size: 26px;
    }

    .awards-head h3 {
        font-size: 26px;
    }

    .hero-text-wrap h1 {
        font-size: 25px;
    }

    .hero-text-wrap p {
        font-size: 22px;
    }

    .contact-wrap h3 {
        font-size: 26px;
    }
}
