@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@400;700&family=Karla:wght@300;400;700&display=swap');

body { font-family: 'Karla', sans-serif; font-weight: 400; font-size: 22px; line-height: 1.6; color: #666666; position: relative; }
.body_wrap { overflow: hidden; position: relative; }
a, .button { transition: all 0.4s ease 0s; text-decoration: none; color: inherit; }
button { outline: none; cursor: pointer; border: none; background: none; display: inline-block; }
h1, h2, h3, h4, h5, h6 { font-family: 'Frank Ruhl Libre', serif; color: #162542; margin: 0; font-weight: 700; }
h3 { font-size: 25px; }
ul { margin: 0px; padding: 0px; list-style: none; }
img { max-width: 100%; height: auto; }
p { margin-bottom: 20px; }
p:last-child { margin-bottom: 0; }
input, textarea, select { width: 100%; height: 55px; background-color: #f8f8f8; border: none; padding: 0px 20px; outline: none; }
section { padding: 100px 0; }
.container { max-width: 1200px; width: 100%; }

.cta-btn { display: inline-block; padding: 15px 30px; color: #b68c5a; letter-spacing: 3px; position: relative; text-align: center; text-transform: uppercase; font-weight: 500; }
.cta-btn span { position: absolute; top: 0; width: 100%; height: 100%; left: 0; }
.cta-btn:before, .cta-btn:after, .cta-btn span:before, .cta-btn span:after { position: absolute; content: ""; background-color: #b68c5a; transition: all 0.4s ease 0s; }
.cta-btn:before { top: 0; left: 0; width: 90%; height: 1px; }
.cta-btn:after { top: 0; left: 0; width: 1px; height: 60%; }
.cta-btn span:before { bottom: 0; right: 0; width: 90%; height: 1px; }
.cta-btn span:after { bottom: 0; right: 0; width: 1px; height: 60%; }
.cta-btn:hover:before, .cta-btn:hover span:before { width: 100%; }
.cta-btn:hover:after, .cta-btn:hover span:after { height: 100%; }

.site-heading { margin-bottom: 30px; }
.site-heading .title { position: relative; color: #b68c5a; font-size: 18px; font-weight: 700; padding-right: 50px; letter-spacing: 2px; margin-bottom: 12px; display: inline-block; text-transform: uppercase; }
.site-heading .title:before { position: absolute; content: ''; right: 0px; bottom: 8px; width: 40px; height: 2px; background-color: #222222; }
.site-heading .title:after { position: absolute; content: ''; right: 10px; bottom: 13px; width: 30px; height: 2px; background-color: #b68c5a; }
.site-heading .heading { position: relative; margin: 0px; color: #00062c; font-weight: 700; font-size: 48px; line-height: 55px; }

.preloader { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999999; background: #fff; display: flex; align-items: center; justify-content: center; transition: .9s; }
.preloader .loader { position: relative; width: 50px; height: 50px; }
.preloader .box { width: 100%; height: 100%; background: #b68c5a; animation: animate .5s linear infinite; position: absolute; top: 0; left: 0; }
.preloader .shadow { width: 100%; height: 5px; background: #000; opacity: 0.1; position: absolute; top: 59px; left: 0; border-radius: 50%; animation: shadow .5s linear infinite; }
@keyframes animate { 50% { transform: translateY(18px) scale(1, 0.9) rotate(45deg); border-bottom-right-radius: 40px; } 100% { transform: translateY(0) rotate(90deg); } }
@keyframes shadow { 50% { transform: scale(1.2, 1); } }

.header-area { position: absolute; top: 0; left: 0; z-index: 9; width: 100%; padding: 20px 0; }
.header-inn { display: flex; align-items: center; justify-content: space-between; }
.header-logo { text-align: center; }
.navigation { text-align: right; }
.header-toggle { display: inline-flex; align-items: center; font-weight: 700; color: #b68c5a; letter-spacing: 3px; }

.mainmenu { right: -460px; top: 0; transition: all 0.3s ease; height: 100%; width: 460px; position: fixed; background: #162542; z-index: 999; }
.mainmenu.open { right: 0; }
.sidebar-logo { text-align: center; margin-bottom: 90px; padding-top: 50px; }
.mainmenu ul li a { display: block; padding: 10px 50px; font-family: 'Frank Ruhl Libre', serif; font-size: 22px; font-weight: 700; color: #fff; }
.closeMenu { position: absolute; right: 30px; top: 30px; }

.banner-area { position: relative; background-image: url(../img/banner-bg.jpg); background-size: cover; background-attachment: fixed; z-index: 1; padding-top: 120px; }
.banner-area:before { position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; background: rgba(22, 37, 66, 0.93); z-index: -1; }
.banner-inn { padding: 10px 0; position: relative; }
.banner-img { position: absolute; right: 0; bottom: -50px; width: 485px; }
.banner-text h1 { color: #fff; font-size: 70px; font-weight: 600; line-height: 80px; }
.banner-text p { color: #ccc; }
.banner-shape { position: absolute; bottom: 0; left: 0; width: 100%; transform: rotate(180deg); line-height: 0; }
.banner-shape .shape-fill { fill: #FFF; }

.service-area { background-image: url("../img/s-bg.webp"); background-size: cover; }
.single-service-box { padding: 20px; border: 1px solid #b68c5a; margin: 10px 0; background: #fff; }
.service-text h3 { font-weight: 600; font-size: 26px; margin-bottom: 10px; }

.counter-area { background-image: url(../img/counter-bg.jpg); background-size: cover; background-attachment: fixed; position: relative; z-index: 1; }
.counter-area:before { position: absolute; width: 100%; height: 100%; content: ""; top: 0; left: 0; background: rgba(22, 37, 66, 0.93); z-index: -1; }
.single-counter-box { background: #fff; border-radius: 20px; padding: 30px; }
.counter-top { display: flex; margin-bottom: 30px; position: relative; }
.counter-top h2 { font-size: 46px; color: #b68c5a; }

.choose-area { background-image: url("../img/choose-bg.webp"); background-position: center right; position: relative; margin-top: 100px; padding-bottom: 150px; }
.choose_img { position: absolute; left: 0; bottom: -145px; width: 450px; z-index: -1; }
.single-choose-box { padding-left: 50px; margin-top: 30px; }
.single-choose-box h3 span { position: absolute; left: 0px; font-size: 30px; color: #b68c5a; }

.expart-area { background: #162542; }
.expart-box { position: relative; margin: 30px 5px 0; border: 1px solid #b68c5a; padding: 5px; background: #fff; }
.expart-text { padding: 20px 0; text-align: center; }

.testimonial-box { border: 1px solid #b68c5a; padding: 20px; position: relative; }
.testimonial-img { width: 150px; height: 150px; margin-right: 20px; }
.testimonial-ratting li { color: #b68c5a; font-size: 14px; display: inline-block; }

.faq-area { background: #F8F3EE; position: relative; }
.faq-box { background-image: url("../img/faq-bg.webp"); background-size: cover; position: relative; z-index: 1; }
.faq-box:before { position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; background: rgba(22, 37, 66, 0.93); z-index: -1; }
.accordion-item { background: transparent; border: none; margin: 5px 0; }
.accordion-button { font-size: 25px; background: transparent; color: #fff; border: none; }
.accordion-button:not(.collapsed) { color: #b68c5a; background: transparent; box-shadow: none; }

.consultation-box { background: #fff; padding: 30px 0; }
.consultation-form { margin: 0 50px; }
.consultation-form input { background: #f8f8f8; border: 2px solid transparent; height: 65px; font-weight: 700; padding: 5px 30px; }
.consultation-form input:focus { border-color: #b68c5a; background: #fff; }

.blog-area { padding-bottom: 105px; }
.blog-box { position: relative; border: 1px solid #b68c5a; padding: 20px; margin-top: 30px; background: #fff; }
.blog-text h3 { margin-top: 30px; font-size: 22px; }

.footer-area { background-image: url(../img/footer-bg.jpg); background-size: cover; background-attachment: fixed; position: relative; z-index: 1; margin-top: -100px; }
.footer-area:before { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: #162542; opacity: 0.96; z-index: -1; }
.footer-top { padding-top: 180px; padding-bottom: 30px; }
.footer-social li a { display: block; width: 38px; height: 38px; line-height: 38px; text-align: center; background: #b68c5a; color: #fff; }
.footer-bottom { padding: 25px 0; border-top: 1px solid #263960; text-align: center; color: #AAB5CC; }

.pricing-box { padding: 50px; box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.5); border-radius: 20px; position: relative; background: #fff; margin-bottom: 30px; }
.pricing-box:before { position: absolute; width: 100%; height: 105%; content: ""; background: #b68c5a; border-radius: 20px; top: 50%; transform: translateY(-50%); left: 0; z-index: -1; }

.whatsapp-container { position: fixed; right: 20px; bottom: 20px; z-index: 99999999; }