/* Bwlow code in style.css */
/* Common CSS for All components : Start */
:root {
	 --white:#fff;
	 --black:#000;
	 --dark:#222;
	 --themecolor1:#A57D02;
	  
	 
	
	}
/* .{height: calc(var(--vh,1vh)*100);}	 */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
html { margin: 0; padding: 0; }
body { margin: 0; padding: 0;  
	font-size: 18px; 
	background:var(--white);
	letter-spacing: 0; line-height: normal;
	font-weight: normal;
	font-family: 'Inter';
	color: #2B2B2B;
	}
img{ max-width: 100%; height: auto; }

input, select, textarea, button { outline: none; box-shadow: none; font-family: inherit;}
input[type=text]::-moz-placeholder,
input[type=search]::-moz-placeholder,
.input-text::-moz-placeholder,
.input_text::-moz-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-p,
.input-text::-webkit-input-placeholder,
.input_text::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

input[type=text]::-ms-placeholder,
input[type=search]::-ms-placeholder,
.input-text::-ms-placeholder,
.input_text::-ms-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

input[type=email]::-moz-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

input[type=email]::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

input[type=email]::-ms-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

textarea::-moz-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

textarea::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

textarea::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

a { text-decoration: none;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
a:hover { text-decoration: none;}
 
 
/* Common CSS for All components : End */

@media (min-width:576px){
.container {
width:100%;
max-width:100%;
}


}
@media (min-width: 768px) {
.container {
width:750px;
padding: 0 15px;;
}

}
@media (min-width: 992px) {
.container {
width:970px;
}
}
@media (min-width: 1200px) {
.container {
width:1130px;
max-width:1130px;
}
}
@media (min-width: 1400px) {
.container {
width:1330px;
max-width:1330px;
}
}

@media (min-width: 1750px) {
.container {
width:1702px;
max-width:1702px;
}
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
 
	 
}
 
h1 {
	font-size: 64px;
	 
}
h2 {
	font-size: 44px;
	 
}
h3 {
	font-size: 36px;
	 
}
h4 {
	font-size: 32px;
 
}
h5 {
	font-size: 26px;
 
}
h6 {
	font-size: 20px;
	 
}
p{margin: 0; padding: 0; color: #2B2B2B; font-weight: 400;font-size: 18px;line-height: 30px;}
p + p{ padding-top: 24px;; }
ul{ margin: 0px; padding: 0px; }
ul li{ list-style: none; }
.row { margin-left: -15px !important; margin-right: -15px !important;}
.row>* { padding-left: 15px !important; padding-right: 15px !important;}


.primary-btn {position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; background-color: #D4AF37; border-radius: 8px; transition: transform 0.3s ease, box-shadow 0.3s ease;}
.primary-btn::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255,255,255,0.35), transparent 60%); transform: translateX(-120%); transition: transform 0.45s ease; pointer-events: none; }
.primary-btn::after { content: ""; position: absolute; inset: 0; border-radius: 8px; border: 1px solid rgba(0,0,0,0.2); opacity: 0; transform: scale(0.9); transition: opacity 0.3s ease, transform 0.3s ease; }
.primary-btn span { position: relative; z-index: 1; display: block; color: #F5F5F0; font-family: 'Inter'; font-weight: 600; font-size: 16px; line-height: 20px; text-transform: uppercase; padding: 16px 30px; letter-spacing: 0.08em; transition: transform 0.3s ease; }
.primary-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(0,0,0,0.25);}
.primary-btn:hover::before { transform: translateX(120%); }
.primary-btn:hover::after { opacity: 1; transform: scale(1.05); }
.primary-btn:hover span { transform: translateY(-1px); }
/* .cms-data h1{ margin: 0; padding:44px 0 20px 0;font-size: 40px;line-height: normal;  font-weight: 500; color:#222;   }
.cms-data h2{margin: 0; padding:44px 0 20px 0;font-size: 36px;line-height: normal;  font-weight: 500; color:#222;  } 
.cms-data h3{margin: 0; padding:44px 0 20px 0;font-size: 32px;line-height: normal;  font-weight: 500; color:#222;   }
.cms-data h4{margin: 0; padding:44px 0 20px 0;font-size:28px;line-height: normal;  font-weight: 500; color:#222;  } 
.cms-data h5{margin: 0; padding:44px 0 20px 0;font-size: 24px;line-height: normal;  font-weight: 500; color:#222;   } 
.cms-data h6{margin: 0; padding:44px 0 20px 0;font-size: 20px;line-height: normal;  font-weight: 500; color:#222;  } */
 
/* .cms-data .heading-tag + .heading-tag{ padding-top: 0px; }
.cms-data>*:first-child{ padding-top: 0px; }
.cms-data  p{ margin: 0; padding: 0; color: #606060; font-size: 20px; line-height: 1.4; font-weight: normal; }
.cms-data  ul li strong,
.cms-data  ol li strong,
.cms-data  p strong{ font-weight: bold; }
.cms-data  p img{ max-width: 100%; display: block; margin: 16px  auto; }
.cms-data  p + p{ padding-top: 24px; }
.cms-data  ul li a,
.cms-data  ol li a,
.cms-data  p a{  margin: 0; padding: 0; color: #606060; font-size: 20px; line-height: 1.4; font-weight: normal;   text-decoration: underline; }
.cms-data  ol li a:hover,
.cms-data  ul li a:hover,
.cms-data  p a:hover{  text-decoration: none; }
.cms-data  ul{ margin: 0px; padding: 24px 0 0px  18px;  }
.cms-data  ul li{  margin: 0; padding: 0; color: #606060; font-size: 20px; line-height: 1.4; font-weight: normal; display: list-item; list-style-type: disc; list-style-position: outside; } 
.cms-data  ul li + li{ margin-top:8px; }
.cms-data  ol{ margin: 0px; 	font-family: 'HK Grotesk'; padding: 24px 0 0px  18px;  }
.cms-data  ol li{  margin: 0; padding: 0; color: #606060; font-size: 20px; line-height: 1.4; font-weight: normal; display: list-item; list-style-type: decimal; list-style-position: outside; } 
.cms-data  ol li + li{ margin-top:8px; }
.cms-data blockquote{	  margin: 24px 0; padding: 0 0 0 24px;   margin: 0; padding: 0; color: #606060; font-size: 20px; line-height: 1.4; font-weight: normal;        border: 0px; border-left: #fff solid 6px; }
.cms-data blockquote p{ font-size: 18px; font-style: italic; 	font-family: 'Figtree'; font-weight: bold; }
.cms-data .heading-tag:first-child{ padding-top: 0px;; }
.cms-data  ol + p,
.cms-data  ul + p,
.cms-data   p + ul,
.cms-data   p + ol,
.cms-data   ol + ul,
.cms-data   ul + ol{ padding-top: 24px; }

.cms-data .heading-tag + ul,
.cms-data .heading-tag + ol,
.cms-data .heading-tag + p{ padding-top: 0; } */


.main-wapper{ overflow:hidden; }
#header {position: relative; width: 100%; z-index: 10;}
.header-wapper {position: fixed; width: 100%; padding: 24px 0;}
.header-wapper .nav-bar {width: 100%;}
.header-wapper .nav-bar .navigation-grp {display: flex; align-items: center; justify-content: space-between; background-color: #FFF; border-radius: 60px; padding: 20px 44px; width: 100%;     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 12px 28px rgba(0, 0, 0, 0.08);}
.header-wapper .nav-bar .navigation-grp .logo {display: flex; height: 24px;}
.header-wapper .nav-bar .navigation-grp .logo a {display: flex; font-size: 'Inter'; font-weight: 700; font-size: 20px; color: #2B2B2B;}
.header-wapper .nav-bar .navigation-grp .nav-link {position: relative;}
.header-wapper .nav-bar .navigation-grp .nav-link ul {display: flex; align-items: center; justify-content: center; gap: 24px;}
.header-wapper .nav-bar .navigation-grp .nav-link ul li {display: block; margin: 0; padding: 0;}
.header-wapper .nav-bar .navigation-grp .nav-link ul li a {display: flex; font-family: 'Inter'; font-weight: 400; font-size: 16px;  line-height: 100%; color: #2B2B2B; transition: all ease-in-out 0.3s;}
.header-wapper .nav-bar .navigation-grp .nav-link ul li a:hover {color: #D4AF37;}

.default-page-header .header-wapper .nav-bar .navigation-grp {border: 1px solid rgba(107, 107, 107, 0.2);}


.contain-wapper {position: relative; z-index: 1;}
.banner-wrap {position: relative; background-color: #F5F5F0;}
.banner-wrap::after {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; overflow: hidden; content: ''; background-image: url(../images/Vector-1.svg); background-position: center; background-size: cover; background-repeat: no-repeat;}
.banner-wrap .banner-sec {position: relative; z-index: 1;}
.banner-wrap .banner-sec .banner-grp {display: flex; justify-content: space-between; align-items: center; width: 100%; padding-top: 100px; gap: 25px;}
.banner-wrap .banner-sec .banner-grp .banner-left {max-width: 800px;}
.banner-wrap .banner-sec .banner-grp .banner-left h1 {font-family: 'Lora-Bold'; font-weight: 700; line-height: 100px; margin-bottom: 16px;}
.banner-wrap .banner-sec .banner-grp .banner-left p {margin-bottom: 32px;}
.banner-wrap .banner-sec .banner-grp .banner-left .btnbox {display: flex; margin-top: 32px;}
/* .banner-wrap .banner-sec .banner-grp .banner-left .btnbox a {position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; background-color: #D4AF37; border-radius: 8px; transition: transform 0.3s ease, box-shadow 0.3s ease;}
.banner-wrap .banner-sec .banner-grp .banner-left .btnbox a::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255,255,255,0.35), transparent 60%); transform: translateX(-120%); transition: transform 0.45s ease; pointer-events: none; }
.banner-wrap .banner-sec .banner-grp .banner-left .btnbox a::after { content: ""; position: absolute; inset: 0; border-radius: 8px; border: 1px solid rgba(0,0,0,0.2); opacity: 0; transform: scale(0.9); transition: opacity 0.3s ease, transform 0.3s ease; }
.banner-wrap .banner-sec .banner-grp .banner-left .btnbox a span { position: relative; z-index: 1; display: block; color: #F5F5F0; font-family: 'Inter'; font-weight: 600; font-size: 16px; line-height: 20px; text-transform: uppercase; padding: 16px 30px; letter-spacing: 0.08em; transition: transform 0.3s ease; }
.banner-wrap .banner-sec .banner-grp .banner-left .btnbox a:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(0,0,0,0.25);}
.banner-wrap .banner-sec .banner-grp .banner-left .btnbox a:hover::before { transform: translateX(120%); }
.banner-wrap .banner-sec .banner-grp .banner-left .btnbox a:hover::after { opacity: 1; transform: scale(1.05); }
.banner-wrap .banner-sec .banner-grp .banner-left .btnbox a:hover span { transform: translateY(-1px); } */
.banner-wrap .banner-sec .banner-grp .banner-left .btnbox a span {display: block; color: #F5F5F0; font-family: 'Inter'; font-weight: 600; font-size: 16px; line-height: 20px; text-transform: uppercase; padding: 16px 30px;}
.banner-wrap .banner-sec .banner-grp .banner-left > span {font-family: 'Inter'; font-weight: 400; font-size: 18px; line-height: 100%; display: block; margin-top: 16px;}
.banner-wrap .banner-sec .banner-grp .banner-right {display: block; position: relative; width: 50%;}
.banner-wrap .banner-sec .banner-grp .banner-right::after {display: block; content: ''; padding: 115% 0 0;}
.banner-wrap .banner-sec .banner-grp .banner-right::before {position: absolute; right: -23px; top: -210px; background-color: #D4AF37; width: 870px; height: 870px; background-repeat: no-repeat; background-position: center; background-size: cover; content: ''; z-index: -1; border-radius: 100%;}
.banner-wrap .banner-sec .banner-grp .banner-right img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; overflow: hidden;}


.cta-sec {padding: 150px 0; position: relative;}
.cta-sec::after {position: absolute; left: 0; top: 0; background-image: url(../images/cta-background.jpg); width: 100%; height: 100%; content: ''; background-repeat: no-repeat; background-position: center; background-size: cover;}
.cta-sec::before {position: absolute; left: 0; top: 0; background: rgba(27, 67, 50, 0.95); width: 100%; height: 100%; content: ''; z-index: 1;}
.cta-sec .cta-grp {text-align: center; position: relative; z-index: 1;}
.cta-sec .cta-grp .cta-text {margin-bottom: 44px;}
.cta-sec .cta-grp .cta-text h2 {margin-bottom: 16px; color: #FFF; font-family: 'Lora-Bold'; font-weight: 700;}
.cta-sec .cta-grp .cta-text p {color: #FFF;}
.cta-sec .cta-grp .cta-subscribe {margin-top: 44px; display: flex; justify-content: center; gap: 20px;}
.cta-sec .cta-grp .cta-subscribe .cta-place {position: relative; display: contents;}
.cta-sec .cta-grp .cta-subscribe .cta-place input {height: 52px; background: #FFF; padding: 16px 20px; color: #2B2B2B; font-size: 16px; font-weight: 400; border: none; box-shadow: none; border-radius: 6px; width: 100%; max-width: 500px;} 
.cta-sec .cta-grp .cta-subscribe .cta-place input::placeholder {color: #6B6B6B;}
.cta-sec .cta-grp .cta-subscribe .btnbox {display: flex; flex-direction:column;}
.cta-sec .cta-grp .cta-subscribe .btnbox button {border: none; padding: 0;}


.artical-sec {padding: 76px 0;}
.artical-grp {position: relative; width: 100%;}
.artical-grp .artical-title {margin-bottom: 44px; text-align: center;}
.artical-grp .artical-title h2 {margin-bottom: 24px; font-family: 'Lora-Bold'; font-weight: 700;}
.artical-grp .artical-title p {font-weight: 400;}
.artical-box-grp {display: flex; align-items: stretch; justify-content: space-between; width: 100%;}
.artical-box-grp .artical-box {width: 100%; display: flex; flex-direction: column; justify-content: space-between; height: 100%;}
.artical-box-grp .artical-box .artical-img {display: block; position: relative; width: 100%;}
.artical-box-grp .artical-box .artical-img::after {content: ''; display: block; padding: 66.29% 0 0;}
.artical-box-grp .artical-box .artical-img img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; overflow: hidden; border-radius: 16px;}
.artical-box-grp .artical-box .artical-content {padding-top: 32px;}
.data-btn {display: flex; margin-bottom: 10px;}
.data-btn span {display: block; background: #1B4332; padding: 12px 20px; font-family: 'Inter'; font-weight: 500; font-style: Italic; font-size: 16px; line-height: 100%; text-transform: uppercase; color: #FFF; border-radius: 50px;}
.post-title {margin-bottom: 10px; border-bottom: 1px solid rgba(43, 43, 43, 0.2);}
.post-title h3 {color: #2B2B2B; font-family: 'Lora-Bold'; font-weight: 700; font-size: 26px; line-height: 40px; margin-bottom: 10px;}
.post-title p {color: #6B6B6B; font-size: 16px; line-height: 26px; padding-bottom: 10px;}
.data-row {display: flex; align-items: center; gap: 16px; margin-top: 10px;}
.data-row .cat {font-family: 'Inter'; font-weight: 400; font-size: 16px; line-height: 24px; color: #6B6B6B;}
.data-row i {font-style: normal; color: #6B6B6B;}
.data-row .date {font-family: 'Inter'; font-weight: 400; font-size: 16px; line-height: 24px; color: #6B6B6B;}
.artical-grp .artical-box > .btnbox {margin-top: 32px;}
.artical-grp .artical-box > .btnbox a {width: 100%;}
.artical-grp .btnbox {display: flex; width: 100%; justify-content: center; margin-top: 44px;}

.artical-sec.topic-sec .artical-box-grp {display:block;}	
.block-sec {padding: 76px 0;}
.block-grp {display: flex; align-items: center; justify-content: space-between; width: 100%;}
.block-grp .block-img-sec {display: block; position: relative; width: 50%;}
.block-grp .block-img-sec::after {display: block; content: ''; padding: 100% 0 0;}
.block-grp .block-img-sec img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; overflow: hidden;}
.block-grp .block-content {width: 50%;}
.block-grp .block-content h2 {margin-bottom: 48px; font-weight: 700; font-family: 'Lora-Bold'; position: relative;}
.block-grp .block-content h2::after {position: absolute; left: 0; bottom: -24px; content: ''; width: 150px; height: 1px; background: #1B4332;}
.block-grp .block-content p {font-weight: 400; color: #757575;}


.footer-wrap {padding: 64px 0 24px;}
.footer-grp {display: flex; width: 100%; gap: 34px; padding-bottom: 96px;}
.footer-grp .footer-left {width: 40%;}
.footer-grp .footer-left .logo {display: flex; margin-bottom: 24px;}
.footer-grp .footer-left .logo a {display: flex; font-family: 'Inter'; font-weight: 700; font-size: 24px; line-height: 100%; 
color: #2B2B2B;}
.footer-grp .footer-left .left-content {margin-bottom: 32px;}
.footer-grp .footer-left .left-content p {color: #757575;}
.footer-grp .footer-left .left-content span {display: block; color: #757575; margin-top: 24px;}
.footer-grp .footer-left .social-link {position: relative;}
.footer-grp .footer-left .social-link ul {display: flex; align-items: center; gap: 16px;}
.footer-grp .footer-left .social-link ul li {display: block; margin: 0; padding: 0;}
.footer-grp .footer-left .social-link ul li a {display: flex; transition: all ease-in-out 0.3s;}
.footer-grp .footer-left .social-link ul li a i {display: inline-flex; width: 40px; height: 40px; background-color: #F5F5F5; border-radius: 100%; padding: 12px; transition: all ease-in-out 0.3s;}
.footer-grp .footer-left .social-link ul li a:hover i {background: #2B2B2B; }
.footer-grp .footer-left .social-link ul li a:hover i img {filter: brightness(3);}
.footer-right {position: relative; width: 70%; display: flex; align-items: flex-start; gap: 34px; justify-content: flex-end;}
.footer-right .about-link,
.footer-right .content-link,
.footer-right .product-link {width: 33.3333%;} 
.footer-right .about-link span,
.footer-right .content-link span,
.footer-right .product-link span {display: block; color: #2B2B2B; font-family: 'Inter'; font-weight: 700; font-size: 20px; line-height: 100%; text-transform: uppercase; margin-bottom: 24px;}
.footer-right .about-link ul,
.footer-right .content-link ul,
.footer-right .product-link ul {display: block; margin: 0; padding: 0;}
.footer-right .about-link ul li,
.footer-right .content-link ul li,
.footer-right .product-link ul li {display: block; margin: 0; padding: 0;}
.footer-right .about-link ul li a,
.footer-right .content-link ul li a,
.footer-right .product-link ul li a {display: flex; color: #757575; font-family: 'Inter'; font-weight: 400; font-size: 18px;
line-height: 100%; transition: all ease-in-out 0.3s;} 
.footer-right .about-link ul li:not(:last-child),
.footer-right .content-link ul li:not(:last-child),
.footer-right .product-link ul li:not(:last-child) {margin-bottom: 16px;}
.footer-right .about-link ul li a:hover,
.footer-right .content-link ul li a:hover,
.footer-right .product-link ul li a:hover {color: #D4AF37;}

.footer-bottom {border-top: 1px solid rgba(43, 43, 43, 0.1);}
.footer-bottom span {display: block; padding: 24px 0 0 0; text-align: center; color: #757575; font-family: 'Inter'; font-weight: 400;
font-size: 18px; line-height: 100%; }


.inner-banner {position: relative; width: 100%;}
.inner-banner .banner-bg {position: relative; display: block; width: 100%;}
.banner-sec-img {position: relative; display: block; width: 100%;}
.banner-sec-img::before {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(43, 43, 43, 0.65); content: ''; z-index: 1; pointer-events: none;}
.banner-sec-img::after {content: ''; display: block; padding: 34.124% 0 0;}
.inner-banner .banner-bg img {width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0; overflow: hidden; pointer-events: none;}
.inner-banner .banner-bg .banner-caption {position: absolute; width: 100%; text-align: center; z-index: 2; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.banner-caption .caption-text {text-align: center;}
.banner-caption .caption-text h2 {color: #FFF; font-family: 'Lora-Bold'; font-weight: 700; font-size: 44px; line-height: 100%; margin-bottom: 48px; position: relative;}
.banner-caption .caption-text h2::after {position: absolute; content: ''; left: 50%; bottom: -30px; height: 4px; width: 120px; background: #D4AF37; transform: translateX(-50%);}
.banner-caption .caption-text p {color: #F5F5F0;}
.banner-caption .caption-text span {display: block; font-size: 16px; color: #F5F5F0; line-height: 30px; margin-top: 24px; max-width: 1330px; margin: 24px auto 0;}


.blog-page-blog {padding: 76px 0;}
.blog-page-blog .blog-grp {position: relative; width: 100%;}
.blog-page-blog .blog-grp .row {align-items: center;} 
.blog-left {display: block; position: relative; width: 100%;}
.blog-left::after {content: ''; display: block; padding: 73.083% 0 0;}
.blog-left img {position: absolute; left: 0; top: 0; object-fit: cover; overflow: hidden; width: 100%; height: 100%; border-radius: 16px;}
.blog-right .data-btn {margin-bottom: 24px;}
.blog-right {padding-left: 61px;}
.blog-text {position: relative; }
.blog-text h4 {font-family: 'Lora-Bold'; font-weight: 700; font-size: 32px; line-height: 46px; margin-bottom: 24px; }
.blog-text p {color: #757575; border-bottom: 1px solid rgba(43, 43, 43, 0.2); padding-bottom: 24px;}
.blog-text > span {display: block; color: #757575; margin-top: 24px;}
.blog-right .btnbox {display: flex; width: 100%; margin-top: 44px;}

.artical-sec.blog-page-artical {background: #F5F5F0;} 
.data-row .name {font-family: 'Inter'; font-weight: 400; font-size: 16px; line-height: 24px; color: #6B6B6B;}
.artical-box-grp .row {row-gap: 44px;}

.artical-sec.topic-sec .artical-box-grp .artical-box .artical-img::after {padding: 88.5% 0 0;}
.artical-sec.topic-sec .post-title {border: none;}
.artical-sec.topic-sec .artical-grp .artical-box > .btnbox {margin-top: 20px;}
.artical-sec.topic-sec .post-title h3 {margin-bottom: 0;}


.contact-form {padding: 76px 0;}
.contact-form .form-grp {display: flex; justify-content: space-between; align-items: flex-start; width: 100%; max-width: 1142px; margin: 0 auto;}
.contact-form .form-grp .form-left {position: relative; width: 33%;}
.contact-form .form-grp .form-left .form-title {margin-bottom: 44px;}
.contact-form .form-grp .form-left .form-title h4 {margin-bottom: 16px; font-family: 'Lora-Bold'; font-weight: 700; line-height: 46px; color: #2B2B2B;}
.contact-form .form-grp .form-left .form-title p {color: #757575;}
.contact-form .form-grp .form-left .reachout {margin-bottom: 44px;}
.contact-form .form-grp .form-left .reachout span {display: block; color: #757575; font-family: 'Inter'; font-weight: 400; font-size: 18px; margin-bottom: 18px;}
.contact-form .form-grp .form-left .reachout a {display: flex; font-family: 'Inter'; font-weight: 700; font-size: 18px; line-height: 100%; letter-spacing: 0%; color: #2B2B2B;}
.contact-form .form-grp .form-left .social-link {position: relative;}
.contact-form .form-grp .form-left .social-link p {color: #757575; margin-bottom: 16px;}
.contact-form .form-grp .form-left .social-link {position: relative;}
.contact-form .form-grp .form-left .social-link ul {display: flex; align-items: center; gap: 16px;}
.contact-form .form-grp .form-left .social-link ul li {display: block; margin: 0; padding: 0;}
.contact-form .form-grp .form-left .social-link ul li a {display: flex; transition: all ease-in-out 0.3s;}
.contact-form .form-grp .form-left .social-link ul li a i {display: inline-flex; width: 40px; height: 40px; background-color: #F5F5F5; border-radius: 100%; padding: 12px; transition: all ease-in-out 0.3s;}
.contact-form .form-grp .form-left .social-link ul li a:hover i {background: #2B2B2B; }
.contact-form .form-grp .form-left .social-link ul li a:hover i img {filter: brightness(3);}

.form-right {width: 67%; padding-left: 64px;}
.form-sec {position: relative; width: 100%; margin-top: 24px;}
.form-sec .input-row {display: flex; width: 100%; gap: 16px;}
.form-sec .input-row + .input-row {margin-top: 24px;}
.form-sec .input-row .input-row-1 {width: 100%; display: flex; flex-direction: column; position: relative;}
.form-sec .input-row .input-row-1 input {height: 52px; border: 1px solid #E2E2E2; padding: 16px 20px; transition: all ease-in-out 0.3s;
width: 100%; color: #2B2B2B; border-radius: 6px;}
.form-sec .input-row .input-row-1 input::placeholder {font-weight: 400; font-size: 16px; line-height: 18px; color: #6B6B6B;}
.form-sec .input-row .input-row-1 textarea {min-height: 300px; border: 1px solid #E2E2E2; padding: 16px; transition: all ease-in-out 0.3s; width: 100%; color: #2B2B2B;}
.form-sec .input-row .input-row-1 textarea::placeholder {font-weight: 400; font-size: 16px; line-height: 18px; color: #6B6B6B;}
.form-sec .btnbox {display: flex; justify-content: center; width: 100%; margin-top: 24px; flex-direction: column;}
.form-sec .btnbox button {width: 100%; border: none; color: #FFF; transition: all ease-in-out 0.3s;}
.contact-form .form-grp .form-left.mobile {display: none;}


.block-sec.about-block{position: relative;}
.block-sec.about-block::after {position: absolute; left: 47%; bottom: 0; transform: translateX(-50%); content: ''; width: 165px; height: 153px; background-image: url(../images/verticalarrow.svg); background-position: center; background-repeat: no-repeat; background-size: cover;}
.block-sec.about-block .block-grp {flex-direction: row-reverse; position: relative;}


.text-block {padding: 76px 0;}
.text-block .text-block-content {background-color: #F5F5F0; padding: 40px 60px; max-width: 1420px; margin: 0 auto;}
.text-block .text-block-content p {font-family: 'Lora-Bold'; font-weight: 600; font-size: 24px; line-height: 44px;}

.philosophy-sec {padding: 64px 0;}
.philosophy-sec .philosophy-grp {position: relative; width: 100%;}
.philosophy-sec .philosophy-grp {display: flex; width: 100%; justify-content: space-between;}
.philosophy-sec .philosophy-grp .philosophy-img {display: block; position: relative; width: 100%; max-width: 600px;}
.philosophy-sec .philosophy-grp .philosophy-img::before {position: absolute; right: 100%; top: 50%; width: 100vh; height: 400px; background: #2C7873; content: ''; transform: translateY(-50%); pointer-events: none;}
.philosophy-sec .philosophy-grp .philosophy-img::after {content: ''; padding: 111.665% 0 0; display: block;}
.philosophy-sec .philosophy-grp .philosophy-img img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; overflow: hidden;}
.philosophy-sec .philosophy-grp .philosophy-text {width: 100%; max-width: 1008px;}
.philosophy-sec .philosophy-grp .philosophy-text h2 {color: #2B2B2B; font-family: 'Lora-Bold'; margin-bottom: 48px; font-weight: 700;
line-height: 100%; position: relative;}
.philosophy-sec .philosophy-grp .philosophy-text h2::after {position: absolute; left: 0; bottom: -30px; height: 2px; width: 150px; background: #1B4332; content: '';}
.philosophy-sec .philosophy-grp .philosophy-text p {font-weight: 400; font-size: 20px; line-height: 40px; color: #757575;}


.philosophy-sec .philosophy-grp:nth-child(even) {flex-direction: row-reverse; margin-top: 64px;}
.philosophy-sec .philosophy-grp:nth-child(even) .philosophy-img {margin-top: -422px;}
.philosophy-sec .philosophy-grp:nth-child(even) .philosophy-img::before {left: 100%; right: auto;}
.philosophy-sec .text-block {padding: 76px 0 0;}

.general-text {position: relative; width: 100%; margin-top: 44px;}
.general-text .general-text-grp {text-align: center;}
.general-text .general-text-grp h3 {font-family: 'Lora-Bold'; font-weight: 700; font-size: 36px; line-height: 54px; text-align: center; margin-bottom: 44px; max-width: 1280px; margin: 0 auto 44px;}
.general-text .general-text-grp p {color: #757575; font-weight: 400; font-size: 20px; line-height: 32px; text-align: center;}

.artical-sec.news-latter-page .post-title {border: none;}
.artical-sec.news-latter-page .post-title p {padding: 0;}

.cta-sec.news-latter-cta .cta-grp {display: flex; justify-content: space-between; align-items: center; }
.cta-sec.news-latter-cta .cta-grp .cta-text {text-align: left; width: 50%; margin: 0;}
.cta-sec.news-latter-cta .cta-grp .cta-subscribe {width: 50%; margin: 0;}


.professional-block {padding: 76px 0;}
.professional-block .professional-grp {display: flex; align-items: center; width: 100%; justify-content: space-between; gap: 64px;}
.professional-block .professional-grp .professional-img {display: block; position: relative; width: 50%; max-width: 760px;}
.professional-block .professional-grp .professional-img::after {content: ''; display: block; padding: 100% 0 0;}
.professional-block .professional-grp .professional-img img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; overflow: hidden;}
.professional-block .professional-grp .professional-detail {width: 50%;}
.professional-title {padding-bottom: 24px; border-bottom: 1px solid rgba(43, 43, 43, 0.2);}
.professional-title h2 {margin-bottom: 48px; font-family: 'Lora-Bold'; font-weight: 700; font-size: 44px; line-height: 100%; letter-spacing: 0%; position: relative;}
.professional-title h2::after {position: absolute; content: ''; left: 0; bottom: -30px; width: 150px; height: 1px; background-color: #1B4332;}

.professional-block .professional-grp .professional-detail .professional-feture {padding: 24px 0 0;}
.professional-feture span {display: block; color: #2B2B2B; font-weight: 700; font-size: 18px; line-height: 30px; margin-bottom: 16px;}
.professional-feture ul {display: block; margin: 0; padding: 0;}
.professional-feture ul li {display: block; margin: 0; padding: 0 0 0 25px; color: #757575; font-family: 'Inter'; font-weight: 400;
font-size: 18px; line-height: 100%; letter-spacing: 0%; position: relative;}
.professional-feture ul li::before {position: absolute; content: ''; left: 9px; top: 7px; width: 5px; height: 5px; border-radius: 100%; background-color: #757575;}
.professional-feture ul li:not(:last-child) {margin-bottom: 16px;}
.professional-feture .btnbox {margin-top: 44px; display: flex;}
.professional-feture .btnbox a span {margin: 0; color: #FFF; font-size: 16px;}

.design-block {padding: 76px 0;}
.design-block .design-grp {display: flex; justify-content: space-between; align-items: center; width: 100%; gap: 64px;}
.design-block .design-grp .design-content {width: 50%;}
.design-block .design-grp .design-content .data-btn {margin-bottom: 24px;}
.design-block .design-grp .design-img {display: block; position: relative; width: 50%; max-width: 760px;}
.design-block .design-grp .design-img::after {content: ''; display: block; padding: 100% 0 0;}
.design-block .design-grp .design-img img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; overflow: hidden;}
.design-block .professional-title {border: none;}

.design-content .cta-subscribe {margin-top: 44px; display: flex; justify-content: flex-start; gap: 16px;}
.design-content .cta-subscribe .cta-place {position: relative; display: contents;}
.design-content .cta-subscribe .cta-place input {height: 52px; background: #FFF; padding: 17px 20px; color: #2B2B2B; font-size: 16px; font-weight: 400; border: none; box-shadow: none; border-radius: 6px; width: 100%; max-width: 400px; border: 1px solid rgba(43, 43, 43, 0.1);}
.design-content .cta-subscribe .btnbox {display: flex;}
.design-content .cta-subscribe .btnbox button {border: none;}

.menu-btn {position: relative; display: none;width:35px; height:24px; }
.menu-btn span {display: block; width:100%; height:3px; position:relative; top:0px; background:#fff; border-radius:0px;}
.menu-btn span:before,
.menu-btn span:after { content:""; width:100%; height:3px; background:#fff; border-radius:0px; position:absolute; left:0px; z-index:1;-webkit-transition-duration:.3s, .3s; transition-duration:.3s, .3s; -webkit-transition-delay:.15s, 0s; transition-delay:.15s, 0s;}
.menu-btn span:before { top:-7px;-webkit-transition-property:top, transform; transition-property:top, transform; }
.menu-btn span:after { bottom:-7px;-webkit-transition-property:bottom, transform; transition-property:bottom, transform; }

.menu-btn.active span { background:none !important;}
.menu-btn.active span:before,
.menu-btn.active span:after { -webkit-transition-delay:0s, .15s; transition-delay:0s, .2s;}
.menu-btn.active span:before { top:0px; -webkit-transform:rotate(-45deg); transform:rotate(-45deg);}
.menu-btn.active span:after { bottom:0px; -webkit-transform:rotate(45deg); transform:rotate(45deg);}

body.open-nav { overflow: hidden; }
.menu-btn.active span:before, 
.menu-btn.active span:after{ background: #FFF;}


.default-page {margin: 152px 0 76px;}

.bredcrum-sec {margin-bottom: 64px;}
.bredcrum-sec .bredcrum-link {position: relative; width: 100%;}
.bredcrum-sec .bredcrum-link ul {display: flex; align-items: center; gap: 20px;}
.bredcrum-sec .bredcrum-link ul li {display: block; margin: 0; padding: 0; position: relative; }
.bredcrum-sec .bredcrum-link ul li:not(:first-child)::before{position: absolute; left: -9px; top: 0; width: 2px; height: 100%; background: #757575; content: ''; transform: rotate(10deg);}
.bredcrum-sec .bredcrum-link ul li a {display: inline-flex; color: #757575;}
.bredcrum-sec .bredcrum-link ul li span {display: block; font-family: 'Inter'; font-weight: 400; font-size: 18px; line-height: 24px;
letter-spacing: 0%;}
.bredcrum-sec .bredcrum-link ul li.active span {color: #2B2B2B; font-weight: 500;}


.default-main-title {margin-top: 64px;}
.default-main-title .default-grp {max-width: 1272px; margin: 0 auto;}
.default-main-title .default-grp .main-tilte-wrap {margin-bottom: 42px;}
.default-main-title .default-grp .main-tilte-wrap .title-text {text-align: center; margin-bottom: 64px;}
.default-main-title .default-grp .main-tilte-wrap .title-text h1 {font-family: 'Lora'; font-weight: 600; font-size: 54px; line-height: 84px; text-align: center; text-transform: uppercase; }
.blog-author {margin-bottom: 32px; text-align: center;}
.blog-author ul {display: flex; justify-content: center; align-items: center; padding: 0; margin: 0; gap: 30px;}
.blog-author ul li {display: flex; align-items: center; margin: 0; padding: 0; gap: 10px; position: relative;}
.blog-author ul li:not(:first-child)::before {position: absolute; left: -14px; top: 0; width: 2px; height: 100%; background: #757575; content: ''; }
.blog-author ul li i {display: block; width: 44px; height: 44px; overflow: hidden; border-radius: 100%;}
.blog-author ul li i img {width: 100%; height: 100%;}
.blog-author ul li span {display: block; font-family: 'Inter'; font-weight: 400; font-size: 20px; line-height: 36px; text-align: center; color: #757575;}
.share-links {position: relative; text-align: center;}
.share-links ul {display: flex; align-items: center; justify-content: center; gap: 16px;}
.share-links ul li {display: block; margin: 0; padding: 0;}
.share-links ul li a {display: flex; align-items: center; justify-content: center; gap: 6px; background-color: #F5F5F0; border-radius: 6px; padding: 0 20px; height: 44px; transition: all ease-in-out 0.3s;}
.share-links ul li a i {display: inline-flex; width: 20px; height: 20px;}
.share-links ul li a i img {width: 100%; height: 100%;}
.share-links ul li a span {font-family: 'Inter'; font-weight: 600; font-size: 16px; line-height: 24px; color: #2B2B2B;}
.share-links ul li a:hover {background: #2B2B2B;}
.share-links ul li a:hover i {filter: brightness(10);}
.share-links ul li a:hover span {color: #FFF;}

.inner-content {position: relative; width: 100%;}
.inner-content .img-sec-inner {position: relative; display: block; width: 100%; margin-bottom: 42px;}
.inner-content .img-sec-inner::after {content: ''; display: block; padding: 70.755% 0 0;}
.inner-content .img-sec-inner img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; object-fit: cover; border-radius: 16px;}

.content-detail {margin-bottom: 44px;}
.content-detail p {font-family: 'Inter'; font-weight: 400; font-size: 16px; line-height: 30px; color: #757575; padding: 0;}
.content-detail h6 {margin-bottom: 16px; font-family: 'Inter'; font-weight: 700; line-height: 30px; margin-top: 24px;}
.content-detail ul {display: block; margin: 0; padding: 0; margin-top: 30px; margin-bottom: 30px;}
.content-detail ul li {display: block; margin: 0; padding: 0; position: relative; font-family: 'Inter'; font-weight: 400; font-size: 16px; line-height: 30px; color: #757575; padding-left: 20px;} 
.content-detail ul li::before {position: absolute; left: 8px; top: 12px; content: ''; width: 5px; height: 5px; background: #757575; border-radius: 100%; }
.content-detail ol {display: block; margin: 0; padding: 0; margin-top: 30px; margin-bottom: 30px;}
.content-detail ol li {display: block; margin: 0; padding: 0; position: relative; font-family: 'Inter'; font-weight: 400; font-size: 16px; line-height: 30px; color: #757575; padding-left: 20px;}
.content-detail ol li::before {position: absolute; left: 8px; top: 12px; content: ''; width: 5px; height: 5px; background: #757575; border-radius: 100%; }
.text-area {background-color: #1B4332; border-radius: 10px; padding: 24px;}
.text-area span {display: block; font-family: 'Inter'; font-weight: 600; font-style: Italic; font-size: 20px; line-height: 30px;text-transform: uppercase; color: #FFFFFF;}


.content-detail h1 {font-size: 40px; margin-bottom: 16px; font-family: 'Inter'; font-weight: 700; line-height: 30px; margin-top: 24px;}
.content-detail h2 {font-size: 34px; margin-bottom: 16px; font-family: 'Inter'; font-weight: 700; line-height: 30px; margin-top: 24px;}
.content-detail h3 {font-size: 30px; margin-bottom: 16px; font-family: 'Inter'; font-weight: 700; line-height: 30px; margin-top: 24px;}
.content-detail h4 {font-size: 26px; margin-bottom: 16px; font-family: 'Inter'; font-weight: 700; line-height: 30px; margin-top: 24px;}
.content-detail h5 {font-size: 22px; margin-bottom: 16px; font-family: 'Inter'; font-weight: 700; line-height: 30px; margin-top: 24px;}

.wpcf7-not-valid-tip {text-align: left;}
.wpcf7-response-output {color: red; font-size: 12px; padding: 10px !important;}
.wpcf7-spinner {justify-content:center; margin: 10px auto 0; display:flex;}


.inner-banner-v2 .cta-sec {padding: 0;}
.inner-banner-v2 .cta-sec::before {display: none;}
.inner-banner-v2 .cta-sec::after {display: none;}



