/* 
font-family: 'Campton', sans-serif;
font-family: "Red Hat Display", sans-serif;
*/

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
html,
body {
    overflow-x: clip;
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}
a,
aside,
body,
del,
div,
dl,
footer,
header,
li,
main,
ol,
p,
section,
span,
ul {
    padding: 0;
    margin: 0;
    text-shadow: none;
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    list-style: none;
}
b, strong{
    font-weight: 700;
    color: #B58C40;
}
body {
    font-size: 18px;
    line-height: 26px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
    color: #4D5461;
    overflow-x: clip;
}
p{
    margin-bottom: 30px;
}
a{
    color: #124E66;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
    font-family: "Kanit", sans-serif;
}
a:hover,a:focus,a:active{
    color: #000;
}
img {
	max-width: 100%;
}
.mt-120{
    margin: 120px 0px 0px;
}
.mtb-120{
    margin: 120px 0px;
}
.mb-120{
    margin-bottom: 120px;
}
.mt-50{
    margin-top: 50px;
}
.pt-120{
    padding: 120px 0px 0px;
}
.ptb-120{
    padding: 120px 0px;
}
.ptb-50{
    padding: 50px 0;
}
.pb-120{
    padding: 0px 0px 120px 0px;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700;
}
header{
    padding: 30px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background:transparent;
    z-index: 99; 
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}
header.sticky {
	padding: 25px 0;
	background: linear-gradient(180deg, #D6BE93 0%, #D6BE93 100%);
	box-shadow: 0px -5px 20px rgb(0 0 0 / 20%);
}
header .menu-item + .menu-item{
    margin-left: 40px;
}
header .menu-item a {
	color: #FFFFFF;
	font-size: 20px;
	display: block;
	max-width: fit-content;
    font-family: "Kanit", sans-serif;
	position: relative;
	font-weight: 400;
	line-height: 26px;
    padding-bottom: 8px;
}
header .menu-item.menu-item-has-children a{
    padding-right: 16px;
}
header .navbar-brand{
    max-width: 165px;
}
header .navbar, header .navbar-brand {
    padding: 0;
    margin: 0;
}
.sub-menu,
.mega-menu {
    position: absolute;
    top: 100%;
    margin: auto;
    min-width: 235px;
    background: #5eefd2;
    padding: 20px 20px;
    border-radius: 0 0 10px 10px;
    box-shadow: 10px 20px 20px rgba(0, 0, 0, .1);
    border-top: 2px solid #124E66;
}
header .navbar-nav > li.menu-item-has-children ul.mega-menu, header .navbar-nav > li.menu-item-has-children .sub-menu {
	-ms-transition: .5s ease-out;
	-webkit-transition: .5s ease-out;
	transition: all .5s ease-out;
	-ms-transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-ms-transform-origin: top;
	-webkit-transform-origin: top;
	transform-origin: top;
	opacity: 0;
	display: block;
	z-index: 100;
}
header .navbar-nav .menu-item-has-children:hover ul.mega-menu, header .navbar-nav .menu-item-has-children:hover .sub-menu {
	display: block;
	opacity: 1;
	-ms-transform: rotateX(0);
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	-ms-transform-origin: top;
	-webkit-transform-origin: top;
	transform-origin: top;
}
header.sticky .menu-item.menu-item-has-children a {
    padding-right: 16px;
}
header .navbar-nav .menu-item-has-children > a::after {
	content: '';
	position: absolute;
	border-style: solid;
	border-color: #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	right: 0px;
	width: 7px;
	height: 7px;
	top: 9px;
    transition: all 0.5s;
}
header .menu-item.current-menu-item > a::after,header .menu-item:hover > a::after, header .menu-item a:focus::after{
    border-color: #124E66;
}
header .menu-item.current-menu-item>a::before,
header .menu-item:hover>a::before,
header .menu-item a:focus::before{
    width: 100%;
}
header .navbar-nav .menu-item-has-children > a:hover::after, header .navbar-nav .menu-item-has-children:hover > a::after {
	transform: rotate(-135deg);
    top: 12px;
}
header .sub-menu .menu-item a,
header .mega-menu .menu-item a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
header .sub-menu .menu-item a:before,
header .mega-menu .menu-item a:before{
    display: none;
}
header .navbar .container{
    position: relative;
}
header .menu-item-has-children .menu-item a{
    padding: 0;
}
header .menu-item-has-children .menu-item + .menu-item{
    margin-left: 0;
    margin-top: 5px;
}
.btn-primary{
	padding: 18px 32px;
	font-size: 18px;
	border-radius: 10px;
    position: relative;
    line-height: 1;
    display: block;
    max-width: fit-content;
    font-style: normal;
    font-weight: 700;
    /* identical to box height */
    letter-spacing: -0.427179px;
    background: #124E66;
    border-color: #124E66;
    border-radius: 10px;
    box-shadow: none;
    outline: none;
    color: #FFFFFF;
    transition: all 0.5s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {  
    background: #fff;
    border-color: #124E66;
    color: #124E66;
}
header .menu-item.current-menu-item > a, header .menu-item:hover > a, header .menu-item a:focus{
    color: #343b40   !important;
}
header .menu-item:last-child a{
    border: 1px solid #B58C40;
    border-radius: 10px;
    padding: 15px 20px;
    background-color: #B58C40;
    color: #fff;
}
header .menu-item:last-child a:hover{
    background-color: #fff; 
}
header .menu-item.current-menu-item:last-child a{
    color: #fff;
} 
header .menu-item.current-menu-item:last-child a:hover, header .menu-item.current-menu-item:last-child a{
    color: #B58C40;
    background: #fff;
} 
.home-banner{
    background: linear-gradient(180deg, #C0C3C8 0%, #2086AF 100%);
}
.hb-img img{
    width: 100%;
}
.ha-desc h2{
    font-family: 'Campton', sans-serif;
    font-size: 48px;
    line-height: 56px;
    color: #343B40;
    font-weight: 700;
}
.ha-desc h2 b{
    color: #B58C40;
}
.ha-desc p{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}
.btn-primary{
    position: relative;
    width: fit-content;
    height: 53px;
    background: #B58C40;
    border-radius: 15px;
    display: block;
}
.ha-img{
    position: relative;
}
.ha-img img:nth-child(1){
    width: 470px;
	height: 400px;
}
.ha-img img:nth-child(2) {
	position: absolute;
	width: 167.35px;
	height: 118.68px;
	left: -44px;
	bottom: 5px;
	z-index: -1;
}

.homepasion-img img{
    width: 100%;
}
.homepasion-main{
    margin-top: 0px;
    padding: 0;
}
.home-passion .container-fluid, .home-process .container-fluid, .home-benefit .container-fluid, .ab-descover .container-fluid{
    padding: 0;
}
.homepasion-box {
	display: flex;
	flex-wrap: nowrap;
	text-wrap: nowrap;
	align-items: center;
	gap: 50px;
}
.homepasion-box h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 800;
	/* color: #712F62; */
	margin-bottom: 0;
	color: transparent;
	-webkit-text-stroke-width: .5px;
	-webkit-text-stroke-color: #fff;
}
.homepasion-box img {
	width: 30px;
}
.homepasion-box h3:nth-child(3n) {
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #d6be93;
}
.hpasion-swiper {
	padding: 25px 0px;
	background: #b58c40;
}
.hpasion-swiper .swiper-slide {
	width: auto !important;
}



.home-cont{
    padding: 120px;
    position: relative;
    z-index: 1;
}
.hc-desc{
    position: relative;
}
.hc-desc h2{
    font-family: 'Campton', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #d6be93;
}
.hc-desc h2 b{
    color: #B58C40;
}
.hc-desc p{
    font-family: "Red Hat Display", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}
.hc-desc a {
	width: fit-content;
	height: 53px;
	left: 549px;
	background: #B58C40;
	border-radius: 15px;
    border:solid 1px #B58C40;
}
.hc-desc a:hover{
    border: 1px solid #B58C40;
    color: #B58C40;
}
.etce-desc h2{
    font-family: 'Campton', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #343B40;
}
.etce-desc h2 b{
    color: #B58C40;
}
.etce-desc p{
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}
.box-desc p{
    font-family: "Red Hat Display", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin: 50px 0;
}
.box{
    background: #F0E8D9;
}
.box:nth-child(2n){
    background: #D6D8D9;
}
.box:nth-child(2n) .row{
    flex-direction: row-reverse;
}
.box-img img{
    width: 100%;
    margin-right: 15px;
    padding: 0;
}
.box-desc p{
    margin-left: 15px;
}
.box-img{
    position: relative;
    z-index: 1;
}
.box-img::before {
	content: '';
	position: absolute;
	left: 619px;
	right: 0;
	top: 110px;
	bottom: 4px;
	background-image: url("data:image/svg+xml,%3Csvg width='42' height='48' viewBox='0 0 42 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.18021e-06 24L41.25 47.3827L41.25 0.617313L1.18021e-06 24Z' fill='%23F0E8D9'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
}
.box:nth-child(2n) .box-img::before {
	content: '';
	position: absolute;
	left: -1px;
	right: 0;
	top: 123px;
	bottom: 4px;
	background-image: url("data:image/svg+xml,%3Csvg width='42' height='48' viewBox='0 0 42 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42 24L0.750002 47.3827L0.750004 0.617313L42 24Z' fill='%23D6D8D9'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
}
.ingd-desc h2{
    font-family: 'Campton', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #343B40;
}
.ingd-desc h2 b{
    color: #B58C40;
}
.ingd-desc p{
    font-family: "Red Hat Display", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin-top: 12px;
}
.ingd-box {
	border: 1px solid #B58C40;
	padding: 50px;
	background: #f8f4ec;
	display: flex;
	align-items: center;
}
.ingd-box-img {
	max-width: 150px;
    flex: 100%;
}
.ingd-box-img img{
    width: 100%;
}
.ingd-box-desc{
    margin: 0 15px;
}
.ingd-box-desc h4{
    font-family: 'Campton', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #343B40;
}
.ingd-box-desc h4 b{
    color: #B58C40;
    display: block;

}
.ingd-box-desc p {
	font-family: 'Red Hat Display';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 0;
}
.product-title  h2{
    font-family: 'Campton', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #343B40;
}
.product-title  p{
    font-family: "Red Hat Display", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}
.product-img{
   max-width: 100%;
}
.product-img{
    width: 100%;
}
.product-img img{
    width: 100%;
}


.hprod-box{
    position: relative;
}
.product-desc{
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 50px;

}
.product-desc h4{
    font-family: 'Campton', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
}


.hprod-desc h2{
    font-family: 'Campton', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #343B40;
}
.hprod-desc p{
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}  

.hpro-img{
    overflow: hidden;
}

.hpro-img img{
    width: 100%;
    transition: 2s all;
}

.hpro-desc {
	position: absolute;
	left: 50px;
	bottom: 50px;
	right: 50px;
}

.hpro-desc a{
    opacity: 0;
    visibility: hidden;
}

.hprobox-main:hover .hpro-desc a{
    opacity: 1;
    visibility: visible;
}

.hprobox-main:hover .hpro-img img{
    transform: scale(1.2);
}
   
.hpro-desc h3
{
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
}


.hpro-desc a {
	font-family: 'Campton', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	color: #B58C40;
    position: relative;
    padding: 0;
}

.hpro-desc a::before {
	content: '';
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg width='113' height='12' viewBox='0 0 113 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5C0.447715 5 0 5.44772 0 6C0 6.55228 0.447715 7 1 7V5ZM112.774 6L107 0.226497L101.227 6L107 11.7735L112.774 6ZM1 7H54V5H1V7ZM54 7H107V5H54V7Z' fill='%23B58C40'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	z-index: 9;
	top: 25px;
	width: 650px;
	height: 50px;
    opacity: 1;
}

.home-testimoniel
{
    background: #F0E8D9;
    position: relative;
    z-index: 1;
}
.htti-img img {
	width: 100%;
	object-fit: cover;
    height: 200px;
	object-position: center;
}
.htti-img {
	position: absolute;
    left: 0;
    right: 0;
	bottom: 0;
}
.ht-desc p{
    margin-bottom: 0;
}
.ht-box{
    background: #B58C40;
    padding: 30px;
}
.htb-desc{
    background: #D4B16E;
    padding: 30px 20px 54px;
}
.htb-desc img{
    max-width: 100%;
    margin-bottom: 16px;
}
.htb-desc p{
font-family: "Red Hat Display", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 24px;
color: #333333;
margin: 0;
}
.htb-bottom{
    display: flex;
    align-items: flex-end;
    gap: 15px;
    margin-top: -25px;
}
.htbb-img{
    max-width: 84px;
    flex: 100%;
}
.htbb-img img{
    width: 100%;
    border-radius: 50%;
    border: 5px solid #D4B16E;

}
.htbb-desc h3{
    font-family: 'Campton', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    margin-bottom: 5px;
}
.htbb-desc p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 0;
}
.swiper-button-prev.pl-prev, .swiper-button-next.pl-next {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #B58C40;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #F0E8D9;
}
.swiper-button-prev.pl-prev:hover, .swiper-button-next.pl-next:hover{
    background: #B58C40;
}
.swiper-button-prev.pl-prev svg, .swiper-button-next.pl-next svg{
    width: 25px;
}
.swiper-button-prev.pl-prev::after, .swiper-button-next.pl-next::after {
	display: none;
}
.htesti-navi{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}
.htest-swiper{
    margin-top: 50px;
}
.htesti-pagi {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin-top: 60px;
}
.htesti-pagi .swiper-pagination-bullet {
	width: 30px;
	height: 8px;
	border-radius: 0;
	background: rgba(181,140,64);
}
footer{
    background: #343B40;
    padding-top: 64px;
}
.ft-logo{
    margin-bottom: 20px;
}
.ft-logo img{
    max-width: 227px;
}
footer p{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin: 0;
}
.social{
    margin-top: 30px;
    gap: 30px;
}
.social a{
    max-width: fit-content;
    background: transparent !important;
}
.social a svg{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: .5s all;
}
.social a:hover {
    background: #124E66;
}
.social a svg path{
    fill: #B58C40;
    transition: all 0.5s;
}
.social a:hover svg path{
    fill: #fff;
}
.ft-left {
	max-width: 100%;
}
.ft-box h4{
    font-family: 'Campton', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-left: 0;
}
.ft-box ul li{
    margin-bottom: 15px;
}
.ft-box ul li a{
    font-family: "Red Hat Display", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}
.ft-box ul li p{
    font-family: "Red Hat Display", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}
.ft-box ul li a:hover,
.ft-box ul li a:focus,
.ft-box ul li a:active{
    color: #B58C40; 
}
.ft-center{
    margin-left: 130px;
}
.ft-box.with-bg{
    margin-left: 100px;
}
.ft-box.with-bg ul li{
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
    align-items: start;

}
.ft-box.with-bg ul li svg {
    width: 22px;
    height: 22px;
}
.ft-box.with-bg ul li a {
    width: calc(100% - 22px);
    text-transform: inherit;
}
.ft-box.with-bg ul li p {
    width: calc(100% - 22px);
    text-transform: inherit;
}
.ft-box.with-bg ul li:last-child{
    align-items: center;
}
.ft-copy{
    padding: 30px 0;
    border-top: 1px solid #888888;
}
.ft-copy p{
    font-family: "Red Hat Display", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}
.abt-mission img {
	margin-bottom: 20px;
}
.abt-mission p{
    margin-bottom: 30px;
}
.about-val{
    position: relative;
}
.abt-mission{
    border: 1px solid #B58C40;
    background: #fff;
    margin-top: 120px;
    padding: 30px;
    width: 100%;
}
.about-val .col-lg-6{
    display: inherit;
}
.abt-values{
    max-width: 100%;
    position: relative;
    margin-top: 80px;
    margin-bottom: 52px;
    
}
.abt-values img {
	position: absolute;
    width: fit-content;
    top: -24px;
	left: 47%;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.abt-values h2{
    font-family: 'Campton', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #333333;
}
.av-box{
    border: 1px solid #B58C40;
    background: #fff;
    padding: 30px;
    text-align: center;
}
.av-box img{
    height: 60px;
    width: 60px;
}
.av-box h3{
    font-family: 'Campton', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin-top: 12px;
}

.about-val .row{
    row-gap: 30px;
}
.about-val::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 65%;
	background: rgba(181, 140, 64, 0.10);
	z-index: -1;
}
.abtg-desc h2{
    font-family: 'Campton', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #343B40;
}
.abpro-box{
    display: flex;
    gap: 20px;
    align-items: center;
}
.abprob-img{
    width: 80px;
    max-width: 80px;
    flex: 100%;
    height: 80px;
    background: #D4B16E;
    border: 1px solid #B58C40;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.abprob-img img{
    max-width: 40px;
}
.abprob-desc h3{
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 5px;
}
.abprob-desc p{
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #333;
    margin-bottom: 0px;
}
.abpro-timg{
    margin-left: 20px;
}
.abpro-timg img{
    width: 380px;
}
.abpro-bimg{
    text-align: right;
}
.abpro-bimg img{
    width: 600px;
}
.abpro-box{
    position: relative;
    z-index: 1;
    padding-left: 32px;
    max-width: 42%;
}
.abpro-box::before{
    content: '';
    position: absolute;
    top: 50%;
    left: -7px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #B58C40;
    z-index: 1;
}
.abpro-inmain{
    position: relative;
    padding: 40px 0px;
    z-index: 1;
}
.abpro-inmain::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='967' height='658' viewBox='0 0 967 658' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00004 0L1 108.57C1.058 124.085 15.0355 136.644 32.2319 136.591L180.823 136.199C198.019 136.147 211.997 148.705 212.055 164.22L212.403 274.632C212.461 290.147 226.438 302.706 243.635 302.653L715.043 301.398C732.239 301.345 746.217 313.904 746.275 329.419L746.68 452.337C746.738 467.852 760.716 480.411 777.913 480.358L934.768 479.94C951.965 479.887 965.942 492.446 966 507.961V657.5' stroke='black' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.abpro-box:nth-child(3), .abpro-box:nth-child(4){
    flex-direction: row-reverse;
}
.abpro-box + .abpro-box{
    margin-top: 95px;
}
.abpro-box:nth-child(3) .abprob-desc, .abpro-box:nth-child(4) .abprob-desc{
    text-align: right;
}
.abpro-box:first-child{
    margin-left: 145px;
}
.abpro-box:nth-child(2){
    margin-left: 365px;
}
.abpro-box:nth-child(3){
    margin-right: 374px;
    margin-left: auto;
    padding-left: 0;
    padding-right: 32px;
}
.abpro-box:nth-child(4){
    margin-right: 145px;
    margin-left: auto;
    padding-left: 0;
    padding-right: 32px;
}
.abpro-box:nth-child(4)::before, .abpro-box:nth-child(3)::before{
    left: auto;
    right: -7px;
}
.abpro-main{
    margin-top: 20px;
}
.pro-desc{
    width: 100%;
}
.pro-desc h2{
    font-family: 'Campton', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #343B40;
}
.pro-desc p{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}
.pro-desc ul li {
	position: relative;
	padding-bottom: 10px;
	padding-left: 40px;
}
.pro-desc a {
	font-family: 'Campton', sans-serif;
	width: fit-content;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 23px;
	color: #FFF;
	padding: 15px 20px;
}
.pro-desc a:hover{
    background: #fff;
    border: 1px solid #B58C40;
    color: #B58C40;
}
.btn-primary{
    border: 1px solid #B58C40;
    background: #B58C40;
    border-radius: 10px;
    margin-top: 50px;
    color: #fff;
}
.pro-desc ul li::before{
    content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_393_8)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5 0C5.60547 0 0 5.60547 0 12.5C0 19.3945 5.60547 25 12.5 25C19.3945 25 25 19.3945 25 12.5C25 5.60547 19.3945 0 12.5 0Z' fill='%23B58C40'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.5449 8.28613C18.8477 8.58887 18.8477 9.08691 18.5449 9.38965L11.2207 16.7139C11.0693 16.8652 10.8691 16.9434 10.6689 16.9434C10.4688 16.9434 10.2686 16.8652 10.1172 16.7139L6.45508 13.0518C6.15234 12.749 6.15234 12.251 6.45508 11.9482C6.75781 11.6455 7.25586 11.6455 7.55859 11.9482L10.6689 15.0586L17.4414 8.28613C17.7441 7.97852 18.2422 7.97852 18.5449 8.28613Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_393_8'%3E%3Crect width='25' height='25' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
}
.pro-img{
    max-width: 100%;
}
.pro-img img{
    width: 100%;
}
.pro-box:nth-child(2n) .row{
    flex-direction: row-reverse;
}
.cta-desc {
	margin-bottom: 134px;
}
.cta-desc h2{
    font-family: 'Campton', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #000000;
}
.cta-desc p{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}
.cta-desc ul li{
    display: flex;
    gap: 12px;
    align-items: center;
}
.cta-desc ul li:first-child{
    align-items: start;
}
.cta-desc ul li + li{
    margin-top: 20px;
}
.cta-desc ul li a{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}
.cta-desc ul li svg{
    max-width: 40px;
    flex: 100%;
}
.home-cont::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.ha-desc a {
	border: 1px solid #B58C40;
    
}
.ha-desc a:hover{
    border: 1px solid #B58C40;
    color: #B58C40;
}
.cta-fmain .forminator-label{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #B58C40;
    margin: 15px 0;
}
.cta-fmain .forminator-input{
    width: 570px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid rgba(181, 140, 64, 0.5);
}
.cta-fmain .forminator-textarea::placeholder{
    color: #B58C40;
}
.cta-fmain .forminator-textarea{
    width: 570px;
    height: 200px;
    border: 1px solid rgba(181, 140, 64, 0.5);
    color: #000;
}

.forminator-ui#forminator-module-117.forminator-design--default .forminator-button-submit {
	font-family: 'Campton';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
}
.cta-fmain .forminator-button {
	background: #B58C40;
	border: 1px solid #B58C40 !important;
	font-family: 'Campton', sans-serif !important;
	border-radius: 10px !important;
}
.title h2{
    font-family: 'Campton', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #343B40;
}
.homepasion-box h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	/* color: #712F62; */
	margin-bottom: 0;
	color: #fff;
	font-family: 'Campton', sans-serif;
}

.ha-img.ha-img2 img:nth-child(1) {
	width: 75%;
	height: auto;
}
.pro-desc h3 {
    margin-top: 15px;
	font-family: 'Campton', sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
}

@media screen and (min-width: 1600px) {
    .abpro-timg{
        margin-left: 220px;
    }    
    .abpro-timg img {
        width: 420px;
    }
    .abpro-bimg {
        margin-right: 130px;
    }  
    .abpro-bimg img {
        width: 640px;
    }
}

@media screen and (max-width: 1399px){
    .hc-desc a{
        left: 40%;
    }
    /* .abpro-timg img {
        width: 300PX;
    } */
    /* .abpro-inmain::before {
        left: 90px;
    } */
    /* .abpro-box::before {
        left: -52px;
    } */
    /* .abprob-img {
        width: 100%;
        max-width: 70px;
        height: 70px;
        margin-left: -25px;
    } */
    .abpro-box:first-child {
        margin-left: 78px;
    }
    .abpro-box:nth-child(2) {
        margin-left: 288px;
    }
    .abpro-box:nth-child(3) {
        margin-right: 296px;
    }
    .abpro-box:nth-child(4) {
        margin-right: 77px;
    }
    .abpro-box + .abpro-box {
        margin-top: 85px;
    }
}

@media screen and (max-width: 1199px){
    .ha-desc{
        padding: 30px;
    }
    .ha-img {
        text-align: right !important;
    }
    .ha-img img:nth-child(1) {
        width: 80%;
    }
    .mtb-120 {
        margin: 80px 0px;
    }
    .ha-desc h2 {
        font-size: 38px;
        line-height: 46px;
    }
    .ha-desc p {
        font-weight: 400;
        font-size: 17px;
        line-height: 23px;
    }
    .ha-img img:nth-child(2) {
        width: 123.35px;
        height: 95.68px;
        left: 6px;
        bottom: 5px;
    }
    .btn-primary {
        width: 155px;
        height: 50px;
    }
    .hc-desc p {
        font-size: 15px;
        line-height: 25px;
    }
    .hc-desc h2 {
        font-size: 45px;
    }
    .hc-desc a {
        height: 49px;
    }
    .etce-desc h2 {
        font-size: 35px;
        line-height: 53px;
    }
    .etce-desc p {
        font-size: 17px;
        line-height: 25px;
    }
    .box-desc p {
        font-size: 16px;
        line-height: 25px;
        margin: 20px;
    }
    .ingd-desc h2 {
        font-size: 45px;
    }
    .ingd-desc p {
        font-size: 18px;
        line-height: 25px;
        margin-top: 9px;
    }
    .ingd-box {
        padding: 30px;
    }
    .ingd-box-img img {
        width: 90%;
    }
    .ingd-box-desc h4 {
        font-size: 18px;
    }
    .ingd-box-desc p {
        font-size: 16px;
        line-height: 25px;
    }
    .ingd-box-desc h4 b {
        font-size: 18px;
    }
    .product-desc {
        left: 30px;
        right: 30px;
        bottom: 30px;
    }
    .product-desc h4 {
        font-size: 25px;
    }
    .box-img::before {
        left: 439px;
        top: 80px;
    }
    .box:nth-child(2n) .box-img::before {
        top: 82px;
    }
    .abt-mission {
        padding: 20px;
    }
    .abt-values img {
        left: 437px;
    }
    .av-box {
        padding: 20px;
    }
    .av-box p {
        font-weight: 400;
        font-size: 15px;
        line-height: 22px;
    }
    .home-testimoniel{
        margin: 0;
    }
    .htesti-pagi {
        margin-top: 23px;
    }
    .htti-img img {
        height: 141px;
    }
    /* .abpro-inmain::before {
        bottom: 94px;
        background-size: 90%;
    }
    .abpro-box::before {
        top: 10%;
        transform: translatex(-55%);
        width: 13px;
        height: 13px;
    }
    .abpro-bimg {
        position: relative;
    } */
    .abpro-bimg img {
        width: 400px;
        /* top: -161px;
        right: 0;
        position: absolute;
        bottom: -6px; */
    }
    /* .pro-desc h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .pro-desc p {
        font-size: 15px;
        line-height: 27px;
    }
    .pro-desc ul li {
        padding-bottom: 7px;
    }
    .pro-desc ul li {
        padding-left: 35px;
    }
    .pro-desc ul li::before {
        top: 4px;
        background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_393_8)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5 0C5.60547 0 0 5.60547 0 12.5C0 19.3945 5.60547 25 12.5 25C19.3945 25 25 19.3945 25 12.5C25 5.60547 19.3945 0 12.5 0Z' fill='%23B58C40'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.5449 8.28613C18.8477 8.58887 18.8477 9.08691 18.5449 9.38965L11.2207 16.7139C11.0693 16.8652 10.8691 16.9434 10.6689 16.9434C10.4688 16.9434 10.2686 16.8652 10.1172 16.7139L6.45508 13.0518C6.15234 12.749 6.15234 12.251 6.45508 11.9482C6.75781 11.6455 7.25586 11.6455 7.55859 11.9482L10.6689 15.0586L17.4414 8.28613C17.7441 7.97852 18.2422 7.97852 18.5449 8.28613Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_393_8'%3E%3Crect width='25' height='25' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    } */
    .btn-secondary {
        margin-top: 30px;
    }
    .cta-desc h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .cta-desc p {
        font-size: 18px;
        line-height: 28px;
    }
    .cta-desc ul li a {
        font-size: 17px;
        line-height: 25px;
    }
    .cta-desc ul li svg {
        max-width: 35px;
    }
    .abpro-inmain {
        padding: 10px 0px;
    }
    .abpro-box {
        max-width: 60%;
    }
    .abpro-box:nth-child(2) {
        margin-left: 248px;
    }
    .abpro-box:nth-child(3) {
        margin-right: 254px;
    }
    .abpro-box:nth-child(4) {
        margin-right: 76px;
    }
    .abpro-timg img {
        width: 340px;
    }
    .abpro-timg {
        margin-left: 0px;
    }
    .abpro-box:first-child {
        margin-left: 76px;
    }
    .abpro-box + .abpro-box {
        margin-top: 65px;
    }
    .hprobox-main {
        margin-left: 0;
        padding: 0;
    }
}
@media screen and (max-width: 991px){
    .ha-desc h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .ha-desc p {
        font-size: 18px;
        line-height: 28px;
    }
    .ha-img img:nth-child(1) {
        width: 70%;
        margin: 0 89px;
    }
    .ha-img img:nth-child(2) {
        width: 125.35px;
        height: 94.68px;
        left: 19px;
    }
    .hc-desc h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .hc-desc p {
        font-size: 18px;
        line-height: 28px;
    }
    .hc-desc a {
        height: 54px;
    }
    .hc-desc a {
        left: 35%;
    }
    .etce-desc h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .etce-desc p {
        font-size: 18px;
        line-height: 28px;
    }
    .box-desc p {
        font-size: 18px;
        line-height: 28px;
    }
    .box-img::before {
        display: none;
    }
    .ingd-desc h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .ingd-desc p {
        font-size: 18px;
        line-height: 28px;
    }
    .ingd-box-desc h4 {
        font-size: 18px;
        line-height: 28px;
    }
    .ingd-box-desc p {
        font-size: 18px;
        line-height: 28px;
    }
    .hprod-desc h2 {
        font-size: 35px;
        line-height: 45px;   
    }
    .hprod-desc p {
        font-size: 18px;
        line-height: 28px;
    }
    .ingd-box {
        margin-bottom: 20px;
    }
    .product-title h2 {
        font-size: 45px;
        line-height: 50px;
    }
    .product-title p {
        font-size: 16px;
        line-height: 27px;
    }
    .product-img {
        margin-bottom: 35px;
    }
    .ht-desc {
        margin-top: -35px;
    }
    .ht-desc h2{
        font-size: 35px;
        line-height: 45px;
    }
    .ht-desc p {
        font-size: 18px;
        line-height: 28px;
    }
    footer p {
        font-size: 18px;
        line-height: 28px;
    }
    .abt-mission {
        margin-top: 35px;
    }
    .abt-mission h3{
        font-size: 35px;
        line-height: 45px; 
    }
    .abt-mission p {
        font-size: 18px;
        line-height: 28px;
    }
    .av-box h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .av-box p {
        font-size: 18px;
        line-height: 28px;
    }
    .abt-values img {
        left: 317px;
    }
    .title h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .title p{
        font-size: 18px;
        line-height: 28px;
    }
    .abprob-desc h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .abprob-desc p {
        font-size: 18px;
        line-height: 28px;
    }
    .about-val::before {
        bottom: -30px;
    }
    .pro-desc h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .pro-desc p {
        font-size: 18px;
        line-height: 28px;
    }
    .pro-desc ul {
        margin-top: 0;
        font-size: 18px;
        line-height: 28px;
    }
    .pro-desc a {
        margin-top: 10px;
    }
    .pro-img {
        max-width: 80%;
        margin-top: 50px;
        text-align: right;
    }
    .pro-img img {
        width: 80%;
    }
    .form{
        margin: 50px 0;
    }
    .cta-desc h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .cta-desc p {
        font-size: 18px;
        line-height: 28px;
    }
    .cta-desc ul li a {
        font-size: 18px;
        line-height: 28px;
    }
    .navbar-toggler {
        display: block;
        border-radius: 10px;
        width: 40px;
        border: 0;
        height: 40px;
        padding: 0px;
        box-shadow: none !important;
    }
    .navbar-toggler .icon-bar {
        width: 100%;
        height: 5px;
        background-color: #343B40;
        display: block;
        border-radius: 5px;
    }
    .navbar-toggler .icon-bar + .icon-bar {
        margin-top: 5px;
    }
    .navbar-toggler .icon-bar:nth-child(2) {
        width: 60%;
    }
    .navbar-collapse {
        padding: 0;
        float: left;
        width: 60%;
        position: fixed;
        left: auto;
        right: -100%;
        top: 0;
        z-index: 11;
        -ms-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
        height: 100vh !important;
        border: 0;
        display: block;
        background: #D6BE93;
        overflow: auto;
    }
    .navbar-collapse.show {
        right: 0;
    }
    button.close-btn {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #fff;
        border: 0;
        right: 0;
        position: relative;
        font-size: 18px;
        color: #fff;
        padding: 0;
        z-index: 2;
        text-align: left;
        top: 0;
        cursor: pointer;
        text-transform: capitalize;
        left: 0;
        display: block;
        line-height: 40px;
        text-align: right;
        display: flex;
        justify-content: center;
        margin: 14px 15px 0 auto;
        align-items: center;
    }
    button.close-btn svg {
        fill: #000;
        width: 13px;
        padding-top: 0px;
        vertical-align: unset;
    }
    .navbar-nav {
        margin-top: 10px;
    }
    header .menu-item {
        width: 100%;
    }
    header .menu-item a{
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        padding: 8px 20px 8px 20px;
        width: 100%;
        font-family: "Bai Jamjuree",
    sans-serif;
        color: #000;
        max-width: 100%;
        display: block;
    }
    header .menu-item a:hover{
        color: #124E66;
    }
    header .menu-item a::before{
        display: none;
    }
    .mega-menu, .sub-menu {
        position: relative;
        width: 100%;
        margin: 0 15px;
    }
    header .navbar-nav .menu-item-has-children:hover .mega-menu, header .navbar-nav .menu-item-has-children:hover .sub-menu, header .navbar-nav > li.menu-item-has-children ul.mega-menu, header .navbar-nav > li.menu-item-has-children .sub-menu {
        display: none !important;
    }
    header .navbar-nav .menu-item-has-children.sub-open > .mega-menu, header .navbar-nav .menu-item-has-children.sub-open > .sub-menu {
        display: block !important;
        position: relative;
        -webkit-transition: none;
        -ms-transition: none;
        transition: none;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        opacity: 1;
        padding: 0;
        margin: 0;
        border-radius: 0px;
        margin-bottom: 0px;
        border: 0;
        border-top: 1px solid #124E66;
        background: transparent;
        box-shadow: none;
        top: auto;
    }
    header .menu-item + .menu-item {
        margin-left: 0px;
        border-top: 1px solid #124E66;
    }
    header .navbar-nav .menu-item-has-children > a::after {
        right: 10px;
        top: 42%;
        border-color: #000929;
    }
    header .navbar-nav .menu-item-has-children.sub-open > a::after, header .navbar-nav .menu-item-has-children > a:hover::after {
        transform: rotate(-135deg);
        top: 50%;
    }
    header .menu-item-has-children .menu-item + .menu-item{
        margin-top: 0;
    }
    header .menu-item-has-children .menu-item a {
        padding: 8px 35px;
        font-size: 18px;
        line-height: 27px;
        font-weight: 600;
    }
    header .menu-item a:hover {
        color: #fff;
    }
    header .menu-item:last-child a{
        border: 0;
        border-radius: 0;
        padding: 8px 20px;
        font-size: 18px;
        line-height: 27px;
        font-weight: 600;
        background-color: transparent;
    }
    header .menu-item:last-child a:hover{
        background-color: transparent;
        color: #fff;
    }
    .abpro-inmain {
        border-left: 3px solid #000;
        padding: 30px 0px;
    }
    .abpro-inmain::before{
        display:none;
    }
    .abpro-box {
        max-width: 80%;
    }
    .abpro-box:first-child, .abpro-box:nth-child(2), .abpro-box:nth-child(3), .abpro-box:nth-child(4) {
        margin-left: 0;
    }
    .abpro-bimg {
        text-align: left;
    }
    .abpro-box + .abpro-box {
        margin-top: 45px;
    }
    .abpro-box:nth-child(3) .abprob-desc, .abpro-box:nth-child(4) .abprob-desc {
        text-align: left;
    }
    .abpro-box::before {
        left: -9px;
    }
    .abpro-main {
        margin-top: 0px;
        max-width: fit-content;
        margin: auto;
    }
    .abpro-box:nth-child(4)::before, .abpro-box:nth-child(3)::before {
        left: -9px;
        right: auto;
    }
    .abpro-box:nth-child(3), .abpro-box:nth-child(4) {
        margin-right:0px;
        padding-right: 0px;
        flex-direction: row;
        padding-left: 32px;
    }
    .ft-box {
        margin-left: 0;
    }
    .ft-box h4 {
        margin-top: 0;
    } 
    .ft-box.with-bg {
        margin-left: 0;
        margin-top: 20px;
    }
    .ft-center {
        margin-left: 0;
        margin-top: 20px;
    }
    .hprobox-main {
        margin-left: 65px;
        padding: 0;
    }
    .hprobox-main {
        margin-left: 65px;
        padding: 0;
        align-items: center;
        display: flex;
        justify-content: center;
        height: 100%;
        margin: 20px 0;
    }
}
@media screen and (max-width: 767px){
    .navbar-collapse {
        width: 100%;
    }
    .mtb-120 {
        margin: 50px 0px;
    }
    .ha-desc{
        position: relative;
    }
    .ha-desc h2 {
        font-size: 24px;
        line-height: 30px;
        width: 100%;
    }
    .ha-desc p {
        font-size: 16px;
        line-height: 20px;
    }
    .ha-img img:nth-child(2) {
        width: 110.35px;
        height: 86.68px;
        left: -3px;
		display: none;
    }
    .ha-img img:nth-child(1) {
	width: 70%;
	margin: 0 58px;
	height: 260px;
	}
    .home-cont {
        padding: 0;
    }
    .hc-desc h2 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 15px;
    }
    .hc-desc p {
        font-size: 16px;
        line-height: 20px;
    }
    .hc-desc a {
        left: 30%;
        top: -18px;
        padding: 15px 35px;
        font-size: 16px;
        line-height: 20px;
    }
    .etce-desc h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .etce-desc p {
        font-size: 16px;
        line-height: 20px;
    }
    .box-desc p {
        font-size: 16px;
        line-height: 20px;
    }
    .ingd-desc h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .ingd-desc p {
        font-size: 16px;
        margin-top: 0;
        line-height: 20px;
    }.ingd-desc p {
        font-size: 14px;
        margin-top: 0;
    }
    .ingd-box-desc h4 {
        font-size: 15px;
        line-height: 22px;
    }
    .ingd-box-desc p {
        line-height: 18px;
        font-size: 15px;
    }
    .hprod-desc h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .hprod-desc p {
        font-size: 16px;
        line-height: 20px;
        
    }
    .ht-desc{
        margin-top: -50px;
    }
    .ht-desc h2{
        font-size: 24px;
        line-height: 30px;
    }
    .ht-desc p {
        font-size: 16px;
        line-height: 20px;
    }
    .product-title h2 {
        font-size: 40px;
        line-height: 35px;
    }
    .product-title p {
        font-size: 15px;
        line-height: 25px;
    }
    .abt-values img {
        left: 163px;
    }
    .pro-desc {
        margin: 0px 0;
    }
    .cta-desc p {
        font-size: 16px;
        line-height: 22px;
    }
    .ft-logo img {
        max-width: 210px;
    }
    footer p {
        font-size: 16px;
        line-height: 21px;
    }
    .ft-center {
        margin-left: 30px;
        margin-top: 43px;
    }
    .ft-box.with-bg {
        margin-left: 31px;
        margin-top: 20px;
    }
    .ft-box ul li a {
        font-size: 20px;
        line-height: 23px;
    }
    .abt-mission img {
        width: 25%;
    }
    .abt-mission h3{
        font-size: 24px;
        line-height: 30px;
    }
    .abt-mission p {
        font-size: 16px;
        line-height: 22px;
    }
    .av-box h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .av-box p {
        font-size: 16px;
        line-height: 20px;
    }
    .title h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .title p{
        font-size: 16px;
        line-height: 20px;
    }
    .abpro-timg img {
        width: 70%;
    }
    .abpro-bimg img {
        width: 80%;
    }
    .abpro-box:nth-child(3), .abpro-box:nth-child(4) {
        padding-left: 20px;
    }
    .abpro-box {
        padding-left: 20px;
        max-width: 100%;
        gap: 15px;
    }
    .abprob-img img {
        max-width: 32px;
    }
    .abprob-img {
        width: 70px;
        max-width: 70px;
        height: 70px;
    }
    .abpro-box + .abpro-box {
        margin-top: 30px;
    }
    .abprob-desc h3 {
        font-size: 16px;
        line-height: 30px;
    }
    .abprob-desc p {
        font-size: 16px;
        line-height: 20px;
    }
    .ft-logo img {
        max-width: 180px;
        margin-left: 15px;
    }
    .ft-box {
        margin-left: 20px;
    }
    .ft-box h4{
        margin-left: 0;
    }
    .ft-center {
        margin-left: 0;
    }
    .ft-box.with-bg ul li {
        margin-left: 0;
    }
    .ft-box.with-bg {
        margin-left: 20px;
        margin-top: 20px;
    }
    footer p {
        font-size: 16px;
        line-height: 21px;
        margin: 0 15px;
    }
    .ft-copy p {
        font-size: 16px;
        line-height: 26px;
    }
    .hpro-desc h3 {
        font-size: 22px;
        line-height: 0px
    }
    .pro-desc h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .pro-desc p {
        font-size: 16px;
        line-height: 20px;
    }
    .pro-desc a {
        font-size: 16px;
        line-height: 20px;
    }
    .cta-desc h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .cta-desc p {
        font-size: 16px;
        line-height: 20px;
    }
    .cta-desc ul li a {
        font-size: 16px;
        line-height: 22px;
    }
    .swiper-button-prev.pl-prev, .swiper-button-next.pl-next {
        width: 40px;
        height: 40px;
    }
    .htest-swiper {
        margin-top: 20px;
    }
    header .navbar-brand {
        max-width: 100px;
    }
    .navbar-toggler {
        width: 30px;    
        height: 30px;
    }
    .ha-desc a {
        font-size: 16px;
        line-height: 12px;
    }
    .cta-desc {
        margin-bottom: 50px;
    }
    .about-val .row {
        row-gap: 30px;
    }   
	.pro-box .row, .pro-box:nth-child(2n) .row {
	flex-direction: column-reverse;
	gap: 30px;
	}
	.product-pro .container-fluid{
		margin-bottom: 0;
	}
	.pro-img {
	margin-top: 0;
	}
	.home-abt .container-fluid{
		margin-bottom: 0px;
	}
	.mb-120 {
	margin-bottom: 60px;
}
	
}
