@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
	font-family: "Sofia Sans", sans-serif;
	overflow-x: hidden;
}
header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    padding: 0 60px;
    transition: all ease-in-out 0.5s;
}
header.top {
    background: #282745;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
header .navbar {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    transition: all ease-in-out 0.5s;
    padding: 0;
}
header.top .navbar {
    border-bottom: none;
}
.dropdown-item.active, .dropdown-item:active {
	background: #282745;
}
.navbar-brand {
    height: 100px;
    border-right: 1px solid rgba(255,255,255,0.2);
    padding: 0;
    padding-right: 40px;
    margin: 0;
    line-height: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.navbar-brand span {
    font-size: 31px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 12px 24px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.call_btn {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    border-left: 1px solid rgba(255,255,255,0.2);
    margin-left: 16px;
}
.call_btn a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 20px;
}
.consult_btn {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
    padding: 0;
    padding-left: 40px;
    border-left: 1px solid rgba(255,255,255,0.2);
}
.consult_btn a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 20px;
}
.consult_btn a img {
	width: 20px;
	height: 20px;
}
.banner_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(../images/maxresdefault.jpg) center no-repeat;
    background-size: cover;
    position: relative;
}
.banner_section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/pattern-5.webp) center no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
.banner_section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(10, 1, 2, 0.4) 0.26%, rgba(10, 1, 2, 0.6) 50%, rgba(10, 1, 2, 0.5) 100%);
    z-index: 2;
}
.banner_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0 60px;
    position: relative;
    margin-top: 140px;
    z-index: 9;
}
.banner_content h1 {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
}
.banner_content p {
    font-size: 19px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #fff;
    max-width: 500px;
}
/* .banner_content a {
    padding: 16px 0;
    display: inline-flex;
    gap: 20px;
    align-items: center;
    text-decoration: none;
    color: rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.banner_content a i {
    transform: rotate(-45deg);
    transform-origin: center;
}
.banner_content a + a {
    margin-left: 40px;
} */
.banner_content a {
    display: inline-flex;
    gap: 20px;
    align-items: center;
    text-decoration: none;
    color: #D6A38D;
    border-bottom: 1px solid #D6A38D;
}
.user_image {
    max-width: 100%;
    max-height: 700px;
}
.banner_bottom {
    padding: 25px 0;
    border-top: 1px solid rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner_bottom a {
    display: flex;
    gap: 20px;
    align-items: center;
    text-decoration: none;
    color: rgba(255,255,255,0.5);
    border: none;
    padding: 0;
}
.banner_bottom a i {
    transform: rotate(-45deg);
    transform-origin: center;
}
.about_section {
    display: block;
    padding: 80px 0;
}
.header_area {
    display: block;
    padding-bottom: 60px;
    border-bottom: 1px solid #E2E2E2;
}
.header_area h6 {
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    gap: 16px;
}
.header_area h6 i {
    color: #D6A38D;
}
.header_area h2 {
    font-size: 64px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    margin: 0;
}
.header_area p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 24px;
    font-weight: 400;
}
.about_right {
    display: flex;
	flex-direction: column;
	height: 100%;
    padding: 50px 60px 0;
    border-left: 1px solid #E2E2E2;
}
.about_left {
    padding: 50px 60px 0 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.about_left figure {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
}
.about_left figure img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}
.about_right h2 {
    font-size: 34px;
    margin-bottom: 24px;
    font-weight: 900;
}
.about_right h5 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 24px;
}
.about_right p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 24px;
    font-weight: 400;
}
.button {
    padding: 16px 0;
    display: inline-flex;
    gap: 20px;
    align-items: center;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
    font-weight: 500;
}
.button i {
    transform: rotate(-45deg);
    transform-origin: center;
    color: #D6A38D;
}
.expertise_section {
    background-color: #282745;
    background-image: url(../images/h1_bg-2.jpg);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.expertise_section .header_area h6 {
    color: #fff;
}
.expertise_section .header_area {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 60px;
}
.expertise_section .header_area h2 {
    color: #fff;
}
.expertise_card {
    display: flex;
    flex-direction: column;
    padding: 50px;
    background: #383759;
    border-radius: 20px;
    height: 100%;
}
.expertise_card h3 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 32px;
}
.expertise_card .button {
    padding: 16px 0;
    display: inline-flex;
    gap: 20px;
    align-items: center;
    text-decoration: none;
    color: rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    font-weight: 500;
}
.expertise_card span {
    margin-top: auto;
}
.expertise_card .button i {
    transform: rotate(-45deg);
    transform-origin: center;
    color: #D6A38D;
}
.expertise_card p {
    font-size: 16px;
    color: #fff;
    opacity: 0.5;
}

.experience_section {
    display: block;
    padding: 80px 0;
}
.experience_section figure img {
    max-width: 100%;
}
.experience_section .header_area h2 {
    margin-bottom: 24px;
}
.experience_section .header_area p {
    margin: 0;
}
.stats_bar {
    display: flex;
    flex-direction: column;
    height: 50%;
    padding-bottom: 24px;
    border-bottom: 1px solid #E2E2E2;
}
.stats_bar:last-child {
    display: flex;
    flex-direction: column;
    height: 50%;
    padding-top: 24px;
    padding-bottom: 0;
    border: none;
}
.stats_bar h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 8px;
}
.stats_bar p {
    font-size: 18px;
    line-height: 1.4;
    color: #888;
    margin-bottom: 24px;
}
.stats_bar .count {
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    color: #D6A38D;
    line-height: 1;
    opacity: 0.5;
}
.stats_bar .count .counter-value {
    line-height: 1;
    font-size: 100px;
}
.stats_bar i {
    font-size: 60px;
}
.stats_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.value_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.value_list li {
    flex-basis: calc(50% - 20px);
    padding-bottom: 40px;
    border-bottom: 1px solid #E2E2E2;
}
.value_list li h4 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
}
.value_list li h6 {
    font-size: 16px;
    font-weight: 600;
}
.value_list li span {
    color: #D6A38D;
}

.testimonial_section {
    background-color: #282745;
    background-image: url(../images/h1_bg-2.jpg);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.testimonial_section .header_area h6 {
    color: #fff;
}
.testimonial_section .header_area {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 60px;
}
.testimonial_section .header_area h2 {
    color: #fff;
}
.testimonial_card {
    background: #383759;
    padding: 60px 50px;
    border-radius: 6px;
}
.testimonial_card p {
    font-size: 20px;
    line-height: 1.75;
    color: #fff;
}
.testimonial_card .quote {
    font-size: 32px;
    color: #D6A38D;
    margin-bottom: 20px;
}
.testimonial_author {
    display: flex;
    margin-top: 24px;
    align-items: center;
}
.testimonial_author figure {
    flex-basis: 76px;
    margin: 0;
}
.testimonial_author figure img {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    object-fit: cover;
}
.testimonial_author figcaption {
    padding-left: 24px;
}
.testimonial_author figcaption h4 {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #fff;
}
.testimonial_author figcaption p {
    margin: 0;
    font-size: 16px;
    color: #fff;
    opacity: 0.5;
}

.contact_section {
    display: block;
    padding: 80px 0;
}
.contact_section .header_area h6 {
    margin-bottom: 24px;
}
.contact_section .header_area h2 {
    margin-bottom: 24px;
}
.ecall {
    display: inline-flex;
    align-items: center;
}
.ecall figure {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #D6A38D;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin: 0;
}
.ecall figcaption {
    padding-left: 24px;
}
.header_area .ecall figcaption h6 {
    text-transform: uppercase;
    color: #888888;
    margin-bottom: 5px;
}
.ecall figcaption h4 {
    font-size: 26px;
    font-weight: 800;
    margin: 0;
    color: #000;
}
.textbox {
    display: block;
    padding: 16px;
    line-height: 24px;
    font-size: 16px;
    border: none;
    width: 100%;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #E2E2E2;
    color: #000;
    height: 58px;
}
.textbox:focus {
    outline: none;
}
.textarea {
    display: block;
    padding: 16px;
    line-height: 24px;
    font-size: 16px;
    border: none;
    width: 100%;
    height: 120px;
    border-radius: 3px;
    resize: vertical;
    background: #fff;
    border: 1px solid #E2E2E2;
    color: #000;
}
.textarea:focus {
    outline: none;
}
.contact_form label {
    margin-bottom: 10px;
    font-size: 16px;
}
.submit_btn {
    padding: 16px 0;
    border: none;
    border-bottom: 1px solid #282745;
    background: transparent;
    font-size: 16px;
    color: #282745;
    display: flex;
    align-items: center;
    gap: 10px;
}
.submit_btn i {
    transform: rotate(-45deg);
    transform-origin: center;
}

footer {
    display: block;
    padding: 80px 0 0;
    background: #282745;
    color: #fff;
}
.footer_logo {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    line-height: 1.2;
}
.footer_logo span {
    font-size: 25px;
}
footer h4 {
    font-size: 26px;
    margin-bottom: 50px;
}
footer h5 {
    font-size: 20px;
    margin-bottom: 16px;
}
footer p {
    margin: 0;
    line-height: 1.8;
}
footer p a {
    color: #fff;
    opacity: 0.5;
    text-decoration: none;
}
.newsletter {
    display: flex;
    max-width: 400px;
    gap: 16px;
}
.newsletter input {
    padding: 16px 0;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    background: transparent;
    font-size: 16px;
    color: #fff;
    flex: 1;
}
.newsletter input:focus {
    outline: none;
}
.newsletter button {
    padding: 16px 0;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    background: transparent;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.newsletter button i {
    transform: rotate(-45deg);
    transform-origin: center;
}
.social {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
	flex-direction: column;
    gap: 10px;
}
.social li {
    display: block;
}
.social li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    opacity: 0.5;
}
.copyright {
    padding: 30px 0;
    display: flex;
    justify-content: center;
    border-top: 1px solid rgba(255,255,255,0.2);
    margin-top: 60px;
}
.copyright p {
    margin: 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.copyright ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 24px;
}
.copyright ul li {
    display: block;
}
.copyright ul li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    line-height: 1.8;
}
.page_header {
    display: block;
    padding: 160px 0 80px;
    background: #282745;
}
.page_header .header_area {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.page_header .header_area h6 {
    color: #fff;
    margin-bottom: 24px;
}
.page_header .header_area h2 {
    color: #fff;
}
.page_header p {
    color: #fff;
    opacity: 0.5;
    font-size: 22px;
    line-height: 1.8;
    margin: 0;
}
.choose_section {
    background-color: #282745;
    background-image: url(../images/h1_bg-2.jpg);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.choose_section .header_area h6 {
    color: #fff;
}
.choose_section .header_area {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.choose_section .header_area h2 {
    color: #fff;
}
.choose_section p {
    color: #fff;
    margin: 0;
}
.choose_section p a {
    color: #D6A38D;
    display: inline-flex;
    text-decoration: none;
    gap: 10px;
}
.choose_section p a span {
    text-decoration: underline;
}
.choose_section p a i {
    transform: rotate(-45deg);
    transform-origin: center;
}
.choose_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.choose_item {
    display: flex;
    flex-direction: column;
    padding: 40px 32px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    flex-basis: 25%;
}
.choose_item:last-child {
    border: none;
}
.choose_item h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 34px;
    color: #fff;
}
.choose_item p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    opacity: 0.5;
}
.choose_item svg {
    width: 40px;
    height: 40px;
    margin-bottom: 40px;
}
.history_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.history_list h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}
.history_list h4 span {
    color: #D6A38D;
}
.history_list p {
    font-size: 18px;
    line-height: 26px;
    color: #888888;
    margin: 0;
}
.team_block {
    display: flex;
    height: 100%;
}
.team_block figure {
    flex-basis: 40%;
    margin: 0;
}
.team_block figure img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/5;
    border-radius: 20px;
    object-fit: cover;
}
.team_block figcaption {
    flex-basis: 60%;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.team_block figcaption h4 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin: 0;
}
.team_block figcaption h5 {
    font-size: 20px;
    color: #888;
    margin-bottom: 10px;
}
.team_block figcaption h6 {
    font-size: 20px;
    color: #D6A38D;
    text-transform: uppercase;
	margin: 16px 0;
}
.team_block figcaption ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.team_block figcaption ul li {
	font-weight: 600;
	font-size: 20px;
	display: flex;
	gap: 10px;
}
.team_block figcaption ul li:before {
	content:'\f560';
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	color: #D6A38D;
}
.galleries figure {
    width: 100%;
    margin: 0;
}
.galleries figure img {
    width: 100%;
    height: auto;
    aspect-ratio: 5/4;
    object-fit: cover;
}
.button_area {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	margin-top: 40px;
}
.gallery_btn {
	display: flex;
	width: 60px;
	height: 60px;
	align-items: center;
	justify-content: center;
	border: none;
	background: #f5f5f5;
	border-radius: 50%;
}
.fa-facebook-square {
	color: #1877F2;
	font-size: 30px;
	margin-left: 10px;
	margin-left: 10px;
    background: #fff;
    line-height: 24px;
    text-indent: -2px;
}
.fa-linkedin {
	color: #0077B5;
	font-size: 30px;
	margin-left: 10px;
	margin-left: 10px;
    background: #fff;
    line-height: 24px;
    text-indent: -2px;
}


@media(max-width: 1320px) {
    header {
        padding: 0;
    }
    .call_btn {
        padding: 0 24px;
        margin-left: 0;
    }
    .consult_btn {
        padding: 0 24px;
    }
    .navbar-brand {
        padding: 0 24px;
    }
    .banner_content h1 {
        font-size: 46px;
    }
    .header_area h2 {
        font-size: 42px;
    }
}
@media(max-width: 1024px) {
    .navbar-brand img {
        max-width: 160px;
    }
}
@media(max-width: 992px) {
    .navbar-toggler {
        margin: 0 24px;
    }
    .navbar-brand {
        margin-right: auto;
        border-right: none;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
    }
    .navbar-collapse {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        background: #282745;
    }
    .banner_content h1 {
        font-size: 36px;
    }
    .header_area h2 {
        font-size: 32px;
    }
}
@media(max-width: 812px) {
    .page_header {
        padding: 100px 0 24px;
    }
    .page_header .header_area {
        padding-bottom: 24px;
        margin: 0;
    }
    .call_btn span {
        display: none;
    }
    .consult_btn span {
        display: none;
    }
    .about_left {
        padding: 24px 0 0;
    }
    .about_right {
        padding: 24px 0 0;
        border-left: none;
    }
    .about_left figure {
        margin-bottom: 24px;
    }
    .about_section {
        padding: 30px 0;
    }
    .expertise_section {
        padding: 24px 0;
    }
    .header_area {
        padding-bottom: 24px;
    }
    .expertise_section .header_area {
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
    .expertise_card {
        padding: 24px;
    }
    .expertise_card h3 {
        margin-bottom: 16px;
    }
    .experience_section {
        padding: 24px 0;
    }
    footer {
        padding: 24px 0 0;
    }
    .footer_logo {
        margin-bottom: 24px;
    }
    footer h5 {
        margin-top: 24px;
    }
}
@media(max-width: 768px) {
    .banner_content {
        padding: 0 12px;
    }
}
@media(max-width: 575px) {
    .navbar-toggler {
        margin: 0 16px;
    }
    .navbar-brand {
        height: 70px;
        padding: 0 16px;
    }
    .call_btn {
        height: 70px;
        padding: 0 16px;
    }
    .consult_btn {
        height: 70px;
        padding: 0 16px;
    }
    .navbar-brand img {
        max-width: 120px;
    }
    .banner_content {
        margin-top: 100px;
    }
    .banner_content h1 {
        font-size: 32px;
    }
    .header_area h2 {
        font-size: 30px;
    }
    .banner_content {
        text-align: center;
    }
    .banner_content p {
        margin: 0;
    }
    .user_image {
        max-height: 400px;
    }
}


.wpdp-white-popup {
	max-width: 1200px !important;
	padding: 3% 4%;
	box-shadow: darkgray 3px 3px 3px;
}
#wp-disclaimer-popup p.wpdp-footer {
	text-align: left;
}