* {
    margin: 0;
    padding: 0;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
    margin: 0;
}

.error {
    color: red;
    position: relative;
    display: none;
}

body {
    font-family: "DM Sans";
}

.wrapper {
    background-color: #fff;
}

main {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

a {
    color: #E4A931;
    text-decoration: none;
}

a:hover {
    color: #d19315;
}

.btn {
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
}

.btn-primary {
    background-color: #E4A931;
    border-color: #E4A931;
}

.btn-primary:hover,
.btn-primary:focus,
.btn.btn-primary:active {
    background-color: #d19315;
    border-color: #d19315;
}

.btn-outline-light {
    background-color: rgba(255, 255, 255, .20);
}

.btn-lg {
    padding: 0 36px;
    line-height: 60px;
}

.preloader_wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100vw;
    height: 100vh;
    background: #fff;
    visibility: hidden;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99999999999999;
}

.preloader_inner {
    margin: auto;
    width: 4em;
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    color: #333;
    margin-top: 8px;
    display: block;
}

.preloader.show {
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.preloader img {
    width: 145px;
    display: block
}


header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.3s all;
    z-index: 999;
}

.inner-pg header {
    background-color: #121212;
}

header.header-sm {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
}

header.nav-up {
    transform: translateY(-100%);
}

header.nav-down {
    transform: translateY(0);
}

header .dark-logo {
    display: none;
}

header.header-sm .dark-logo {
    display: block;
}

header.header-sm .light-logo {
    display: none
}

header.header-sm nav .nav-link,
header.header-sm nav .nav-social-icon {
    color: #404040;
}

header.header-sm nav .nav-link::after {
    background-color: #404040;
}


header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 110px;
}

header.header-sm nav {
    min-height: 80px;
}

header.header-sm nav .brand-logo img {
    width: 140px;
}

.nav-menu-button {
    display: none;
}

nav ul {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav .nav-link {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #fff;
    position: relative;
    transition: 0.7s all;
    line-height: 40px;
}

nav .nav-link:hover {
    color: #fff;
}

nav .nav-link:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 3px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    transition: 0.7s all;
}

nav .nav-link:hover:after {
    width: 100%;
}

nav .nav-social-icon {
    color: #fff;
    font-size: 26px;
}

nav .brand-logo,
nav ul.nav-icons {
    min-width: 200px;
}

nav .brand-logo img {
    width: 180px;
}

nav ul.nav-icons {
    justify-content: flex-end;
}

section {
    overflow: hidden;
}

.section-subtitle {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.section-title {
    font-size: 54px;
    font-weight: 900;
    line-height: 57px;
    margin-bottom: 24px;
}

.banner-carousel {
    position: relative;
    overflow: hidden;
}

.banner-carousel img {
    height: 100vh;
    min-height: 720px;
    object-fit: cover;
}

.banner-carousel .owl-item {
    position: relative;
}


.banner-carousel .owl-item:before {
    content: '';
    background-color: rgba(100, 72, 33, 0.45);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-carousel .banner-caption {
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;

    max-width: 900px;
    margin: 0 auto;
}

.banner-carousel .banner-caption h5 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.banner-carousel .banner-caption h2 {
    font-size: 88px;
    font-weight: bold;
    line-height: 90px;
    margin: 12px 0;
}

.banner-carousel .banner-caption a {
    margin-top: 20px;
}


.banner-carousel.owl-carousel .owl-nav .owl-prev,
.banner-carousel.owl-carousel .owl-nav .owl-next {
    width: 60px;
    height: 100px;
    font-size: 22px;
}

.banner-carousel.owl-carousel .owl-nav .owl-prev:hover,
.banner-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: #E4A931;
    color: #fff;
    border-color: #E4A931;
}

.banner-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: calc(50% - 50px);
    background-color: #fff;
}

.banner-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: calc(50% - 50px);
    background-color: #fff;
}

.banner-carousel.owl-carousel .owl-nav .owl-prev span:before {
    content: '\E907';
    font-family: "fontello";
    font-size: 13px;
    line-height: 100px;
}

.banner-carousel.owl-carousel .owl-nav .owl-next span:before {
    content: '\E9A4';
    font-family: "fontello";
    font-size: 13px;
    line-height: 100px;
}

.banner-carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: 70px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 50%;
}

.banner-carousel.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, .30);
}

.banner-carousel.owl-carousel .owl-dots .owl-dot.active {
    background-color: #E4A931;
    position: relative;
}

.banner-carousel.owl-carousel .owl-dots .owl-dot.active:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #E4A931;
    opacity: 0.25;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}


.owl-item .banner-caption h2,
.owl-item .banner-caption a,
.owl-item .banner-caption h5 {
    -webkit-transform: translateY(150%);
    -ms-transform: translateY(150%);
    transform: translateY(150%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}

.owl-item.active .banner-caption a,
.owl-item.active .banner-caption h2,
.owl-item.active .banner-caption h5 {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}


.client-section {
    display: flex;
    width: 100%;
}

.client-section>div {
    display: flex;
    min-height: 180px;
    padding: 15px 0px;
    width: 16.66%;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    align-items: center;
    justify-content: center;
}

.client-section>div:last-child {
    border-right: 0;
}

.client-section>div img {
    width: 100%;
}

.spacer-120 {
    width: 100%;
    height: 120px;
}

.spacer-80 {
    width: 100%;
    height: 80px;
}

.spacer-60 {
    width: 100%;
    height: 60px;
}

.spacer-40 {
    width: 100%;
    height: 40px;
}

.about-section figure {
    position: relative;
}

.about-section figure img {
    width: 80%;
    height: 620px;
    object-fit: cover;
}

.about-section figure figcaption {
    padding: 55px 50px;
    background-color: #121212;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 56%;
}

.about-section figure figcaption h3 {
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;

}

.about-section p,
.service-section p {
    font-size: 17px;
}

.service-section {
    background-color: #fffbf4;
}

.service-card .service-icon {
    font-size: 4.5rem;
    color: #E4A931;
    transition: 0.3s ease-in-out;
}

.service-card:hover .service-icon {
    color: #212121;
}

.service-section h4 {
    font-size: 22px;
    margin-top: 12px;
    margin-bottom: 36px;
    font-weight: bold;
}

.service-list {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}

.service-card {
    border-right: 1px solid #e5e5e5;
    padding-right: 60px;
    width: calc(33.33% - 40px);
    cursor: pointer;
}

.service-list .service-card:nth-child(3n+3) {
    border-right: 0;
}

.service-card-link {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    color: #E4A931;
    z-index: 1;
    overflow: hidden;
}

.service-card-link .link_text {
    position: relative;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    text-indent: -110px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: visibility .4s ease, margin-right .4s ease-out, text-indent .5s ease-out, opacity .4s ease;
    -ms-transition: visibility .4s ease, margin-right .4s ease-out, text-indent .5s ease-out, opacity .4s ease;
    transition: visibility .4s ease, margin-right .4s ease-out, text-indent .5s ease-out, opacity .4s ease;
    will-change: visibility, margin-right, text-indent, opacity;
}

.service-card-link .link_icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.4em;
    text-align: center;
}

.service-card:hover .service-card-link .link_text,
.service-card .service-card-link:hover .link_text {
    opacity: 1;
    text-indent: 0;
    margin-right: 6px;
    visibility: visible;
    -webkit-transition: visibility .4s ease, margin-right .3s ease-out, text-indent .4s ease-out, opacity .4s ease;
    -ms-transition: visibility .4s ease, margin-right .3s ease-out, text-indent .4s ease-out, opacity .4s ease;
    transition: visibility .4s ease, margin-right .3s ease-out, text-indent .4s ease-out, opacity .4s ease;
}

.service-card .service-card-link .link_text {
    position: relative;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    text-indent: -110px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: visibility .4s ease, margin-right .4s ease-out, text-indent .5s ease-out, opacity .4s ease;
    -ms-transition: visibility .4s ease, margin-right .4s ease-out, text-indent .5s ease-out, opacity .4s ease;
    transition: visibility .4s ease, margin-right .4s ease-out, text-indent .5s ease-out, opacity .4s ease;
    will-change: visibility, margin-right, text-indent, opacity;
}

.service-card .service-card-link .link_icon:before {
    font-size: 11px;
    line-height: inherit;
    font-weight: 400;
    font-style: inherit;
    content: '\E9A4';
    font-family: fontello;
    display: inline-block;
    vertical-align: top;
    color: currentColor;
}


.mission-section {
    display: flex;
}

.mission-section>div {
    width: 50%;
}


.mission-card {
    position: relative;
    background-color: #505050;
    padding: 100px 120px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.mission-card span {
    font-size: 250px;
    position: absolute;
    right: 15px;
    bottom: 10px;
    opacity: 0.25;
    line-height: 250px;
}


.mission-card+.mission-card {
    background-color: #212121;
}

.mission-card:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.35);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.mission-card h4,
.mission-card p {
    position: relative;
    z-index: 1;
}

.mission-card p {
    font-size: 20px;
}

.milestones {
    display: flex;
    padding: 120px 0;
    justify-content: space-between;
}

.milestones>div {
    position: relative;
    border-right: 1px solid #e5e5e5;
    width: 25%;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
}

.milestones>div>span {
    position: absolute;
    font-size: 130px;
    font-weight: bold;
    width: 100%;
    justify-content: center;
    display: flex;
    z-index: -1;
    align-items: center;
    height: 100%;
    margin-top: -40px;
    color: #e5e5e5;
}

.contact-section {
    background-color: #F9F9F9;
}

.contact-section p {
    font-size: 17px;
}

.contact-section .contact-info span {
    font-size: 24px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

footer {
    background-color: #121212;
    color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

footer h2 {
    font-size: 48px;
    line-height: 54px;
}

footer h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 20px;
}

footer p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #909090;
}

footer a {
    display: block;
    font-size: 18px;
    color: #909090;
    text-decoration: none;
    margin-bottom: 10px;
}

.socials_links {
    display: flex;
    gap: 12px
}

.socials_links>a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #707070;
    color: #fff;
    border-radius: 50%;
}

.socials_links>a>span {
    line-height: 42px;
}

.socials_links>a:hover {
    border-color: #fff;
}

.footer-links {
    display: flex;
    gap: 60px;
}

.footer-links a {
    color: #fff;
    margin: 0;
}

.footer-links a:hover {
    color: #E4A931;
}

footer .copyright-text {
    text-align: right;
    margin: 0;
}

.footer-btm {
    border-top: 1px solid #505050;
    padding: 30px 0;
}


.form-group {
    margin-bottom: 22px;
    position: relative
}

.form-control {
    height: 54px;
    border: none;
    border: 1px solid #c5c5c5;
    background: #fff;
    padding: 0 16px;
    font-weight: 500;
    border-radius: 0;
}

textarea.form-control {
    padding: 12px 16px;
    height: 130px;
    resize: none;
}

.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border-color: #353535
}

.form-control+label {
    font-size: 15px;
    color: #707070;
    position: absolute;
    top: 14px;
    left: 18px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    padding: 0 7px;
    z-index: 1;
}

.form-control+label sup {
    color: #ff5050;
}

.form-control+label span {
    color: #bbb
}

.form-control+label.down,
.form-control:focus+label {
    top: -9px;
    font-size: 13px;
    margin: 0;
    background-color: #f5f5f5;
}

.form-control+label.down:after,
.form-control:focus+label:after {
    content: ' ';
    display: block;
    background: #fff;
    height: 10px;
    right: 0;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: -1;
}

.form-control.captcha-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.error {
    color: red;
    position: relative;
    display: none;
}

.alert {
    position: fixed;
    top: 50%;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
    text-align: center;
    font-size: 18px;
}


.modal-body:before {
    content: '';
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.5)), color-stop(60%, rgba(255, 255, 255, 0.75)), color-stop(90%, rgba(255, 255, 255, 1)));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.75) 60%, rgba(255, 255, 255, 1) 90%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.75) 60%, rgba(255, 255, 255, 1) 90%);
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 50px;
    right: 40px;
}

.modal-body:after {
    content: '';
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.5)), color-stop(60%, rgba(255, 255, 255, 0.75)), color-stop(90%, rgba(255, 255, 255, 1)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.75) 60%, rgba(255, 255, 255, 1) 90%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.75) 60%, rgba(255, 255, 255, 1) 90%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    height: 50px;
    right: 40px;
}

.modal-body div::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #e5e5e5;
}

.modal-body div::-webkit-scrollbar {
    border-radius: 4px;
    width: 8px;
    background-color: #e5e5e5;
}

.modal-body div::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #aaa;
}

.testimonial-carousel {
    margin-top: 40px;
}

.testimonial-carousel.owl-carousel .owl-nav .owl-prev.disabled,
.testimonial-carousel.owl-carousel .owl-nav .owl-next.disabled {
    opacity: 0.1;
    pointer-events: none;
}

.testimonial-carousel.owl-carousel .owl-nav .owl-prev,
.testimonial-carousel.owl-carousel .owl-nav .owl-next {
    transition: 0.3s all;
    font-size: 22px;
}

.testimonial-carousel.owl-carousel .owl-nav .owl-prev:hover {
    transform: translateX(-10px);
}

.testimonial-carousel.owl-carousel .owl-nav .owl-next:hover {
    transform: translateX(10px);
}

.testimonial-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: calc(50% - 50px);
}

.testimonial-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: calc(50% - 50px);
}

.testimonial-carousel.owl-carousel .owl-nav .owl-prev span:before {
    content: '\E907';
    font-family: "fontello";
}

.testimonial-carousel.owl-carousel .owl-nav .owl-next span:before {
    content: '\E908';
    font-family: "fontello";
}

.testimonials_item_content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.testimonials_item_content:before {
    margin-bottom: 42px;
    font-size: 20px;
    line-height: 1.3em;
    content: '\ea13';
    font-family: fontello;
    will-change: color;
    color: #E4A931;
    -webkit-transition: color .3s ease-out;
    -ms-transition: color .3s ease-out;
    transition: color .3s ease-out;
    display: block;
}

.testimonials_item_content p {
    margin: 0;
    font-size: 24px
}

.testimonials_item_content p+p {
    margin-top: 1em
}

.testimonials_item_author {
    margin-top: 40px;
}


.testimonials_item_author_title {
    margin: 0;
    color: #212121;
    font-size: 20px;
    letter-spacing: 0;
    text-transform: none
}

.testimonials_item_author_title+.testimonials_item_author_subtitle {
    margin-top: 8px;
    color: #808080;
    font-size: 14px;
    line-height: 1.3em
}

.team-section {
    background-image: url("../img/banner.jpg");

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.team-section:before {
    content: '';
    background-color: rgb(100 72 13);
    opacity: 0.65;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.team-section-radial-imgs:after,
.banner-carousel:after {
    width: 400px;
    height: 400px;
    content: "";
    background-color: #E4A931;
    background: rgb(228, 169, 49);
    background: radial-gradient(circle, rgba(228, 169, 49, 0.85) 20%, rgba(228, 169, 49, 0.5) 50%, rgba(255, 255, 255, 0) 70%);
    position: absolute;
    right: -170px;
    top: -200px;
    z-index: 2;
}

.team-section-radial-imgs:before,
.banner-carousel:before {
    width: 400px;
    height: 400px;
    content: "";
    background-color: #E4A931;
    background: rgb(228, 169, 49);
    background: radial-gradient(circle, rgba(228, 169, 49, 0.85) 20%, rgba(228, 169, 49, 0.5) 50%, rgba(255, 255, 255, 0) 70%);
    position: absolute;
    left: -170px;
    bottom: -200px;
    z-index: 2;
}

.team-section .container {
    position: relative;
    z-index: 1;
}

.team-section p, .team-section-inner p {
    font-size: 24px;
}

.team-section a {
    margin-top: 24px;
}



/* modal :: starts */
.modal {
    z-index: 99999;
}

.modal-content {
    border-radius: 0;
    border: 0;
}

.modal-header {
    padding-left: 30px;
    padding-right: 30px;
    background-color: #E4A931;
    color: #fff;
    border-radius: 0;
}

.modal-header .modal-title {
    font-size: 24px;
}

.modal-header .icon-cancel {
    cursor: pointer;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    line-height: 28px;
}

.modal-body {
    position: relative;
    border-radius: 0;
    overflow: hidden;
}

.modal-body>div {
    padding: 30px;
    max-height: calc(100vh - 240px);
    overflow-y: auto;
    height: 100%;
}

.modal-body>div {
    display: none
}

#teamsModal .modal-body>div {
    display: block !important;
}

.modal-body p {
    font-size: 20px;
}

/* modal :: ends */