@media(min-width:1920px){
    .container{
        max-width: 1600px;
    }
}
/* var */
.vmj {
	color: #f7ad4d;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 300;
}
body{
    font-family: "Kanit", sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 16px;
}
.head {
	margin-bottom: 20px;
}
.form-control {
	border-radius: 0px !important;
}
.form-control:focus {
	box-shadow: none;
	border: 1px solid #000;
}
.form-control:focus-visible {
	outline: none;
}
/* navbar */
.my-head {
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.7);
}
.navbar-expand-lg .navbar-collapse {
	justify-content: end;
}
.nav-item {
	margin-left: 35px;
}
.get {
	background-color: #000;
	border: none;
	transition: .45s;
}
.get:hover{
    background-color: #f7ad4d;
}
.navbar-nav .nav-link.active {
	color: #f7ad4d;
}
.navbar-nav .nav-link {
	transition: .45s;
	font-size: 20px;
	font-weight: 300;
	color: #000;
}
.navbar-nav .nav-link:hover{
    color: #f7ad4d;
}
.my-head .container-wrapper {
	background-color: #f9f9f9;
}
.navbar-brand img {
	width: 150px;
}
.navbar-toggler[aria-expanded="false"] .fa-solid.fa-x {
	display: none;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	display: none;
}
.navbar-toggler {
	width: 55px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.navbar-toggler:focus {
	box-shadow: none;
}
.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
/* banner-sec */
.banner-sec .banner-pic img {
	width: 100% !important;
}
.banner-sec {
    overflow-x: hidden;
    position: relative;
}
.banner-sec .banner-content {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 30%;
	transform: translate(-50%,-50%);
	width: 590px;
}
.banner-sec .banner-pic {
	position: relative;
}
.banner-sec .banner-pic::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 27%, rgba(255, 172, 190, 0) 100%);
}
.banner-sec .bcm {
	color: #fff;
	font-size: 45px;
	text-align: center;
	font-weight: 300;
	line-height: 50px;
}
.ban-text {
	margin-top: 20px;
}
.banner-head .def {
	color: #f7ad4d;
}
.banner-sec .dew {
	margin-top: 70px;
}
.banner-sec .read {
	background-color: #fff;
	border: none;
	color: #000;
	padding: 8px 30px;
	text-align: center;
	transition: .45s;
	text-decoration: none;
	font-weight: 500;
	border-radius: 6px;
}
.banner-sec .read:hover{
    background-color: #f7ad4d;
    color:#000;
}
.banner-sec .ban-text p {
	color: #fff;
}
.banner-sec .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ffffff;
    transition: .45s;
}
.banner-sec .owl-dot.active {
	background-color: #f7ad4d !important;
	width: 30px !important;
	height: 10px !important;
	border-radius: 10px !important;
}
.banner-sec .owl-dots .owl-dot{
    margin-right: 5px;
}
.banner-sec .owl-dots .owl-dot:last-child{
    margin-right: 0px;
}
.banner-sec .owl-dots {
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
}
/* about-sec */
.about-sec .ableft .abpic img {
	width: 100%;
}
.about-sec .abright .cir {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.5);
}
.about-sec .abright .sub {
	font-size: 14px;
	font-weight: 500;
	color: #f7ad4d;
}
.about-sec .abright .plname strong {
	font-size: 20px;
}
.about-sec .abright .cir .pic img {
	width: 100px;
}
.about-sec .abright .crfd {
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.about-sec .abright .name {
	margin-left: 20px;
}
.about-sec {
	margin-top: 70px;
}
.about-sec .abright .bgt a {
	background-color:#f7ad4d;
	border: none;
	color: #000;
	padding: 8px 30px;
	text-align: center;
	transition: .45s;
	text-decoration: none;
	font-weight: 500;
	border-radius: 6px;
	transition: .45s;
}
.about-sec .abright .bgt a:hover{
	background-color: #000;
	color: #fff;
}
.about-sec .abright .bgt {
	margin-top: 50px;
}
/* service-sec */
.our-service-sec {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	padding: 70px 0px;
	margin-top: 70px;
}
.our-service-sec .sr-box .sr-icon {
	width: 70px;
	height: 70px;
	background-color: rgba(255,255,255,.30);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(15px);
}
.our-service-sec .sr-box .icon {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f7ad4d;
	border-radius: 50%;
}
.our-service-sec .sr-box .icon .fa-solid {
	color: #fff;
	font-size: 20px;
}
.our-service-sec .sr-box .top {
	display: flex;
	justify-content: center;
}
.our-service-sec .sr-box .s-titel {
	text-align: center;
	color: #fff;
	font-size: 24px;
	margin-top: 15px;
}
.our-service-sec .sr-box {
	padding: 20px;
	background-color: rgba(0,0,0,.5);
	backdrop-filter: blur(3px);
	border: 1px solid #fff;
	min-height: 100%;
}
.our-service-sec .head {
	color: #fff;
	margin-bottom: 40px;
}
/* client logo */
.client .logo-box img {
	width: 150px !important;
}
.client .logo-box {
	background-color: #fff;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.2);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.client .item {
	margin: 3px;
}
.client {
	margin-top: 70px;
}
.client .head {
	margin-bottom: 30px;
	text-align: center;
} 
/* contact-sec */
.contact-us .head {
	text-align: center;
	margin-bottom: 50px;
}
.contact-us {
	margin-top: 80px;
}
.contact-us .conbut a {
	padding: 8px 30px;
	border-radius: 3px;
	text-decoration: none;
	color: #fff;
	background-color: #d0963e;
	transition: .45s;
}
.contact-us .conbut a:hover{
	background-color: #000;
}
.contact-us .conbut {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
.contact-us .conleft {
	padding: 30px;
	background-color: #fff;
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,.2);
	border: 1px solid #f7ad4d;
	min-height: 100%;
}
/*faq-sec*/
.faq-sec .head {
	text-align: center;
	margin-bottom: 30px;
}
.faq-sec .accordion-button:focus {
	box-shadow: none;
}
.faq-sec .accordion-button[aria-expanded="true"]{
	background-color: #d0963e;
	color: #fff;
}
.faq-sec .accordion-button[aria-expanded="true"]::after{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.faq-sec {
	margin-top: 60px;
	background-color: transparent;
}
.faq-pic img {
	width: 100%;
}
.faq-sec .row {
	align-items: center;
}
/* test-sec */
.test-sec {
	background-color: #000;
	padding: 60px 0px;
	position: relative;
	margin-top: 100px;
}
.test-sec::before {
	position: absolute;
	content: '';
	background-image: url(images/inverted-commas.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	opacity: .1;
	left: 29%;
	bottom: 30%;
}
.test-sec .head h2 {
	color: #fff;
}
.test-sec .test-right img {
	width: 50%;
	position: absolute;
	right: 0px;
	bottom: 0;
}
.test-sec .head h2::before {
	background-color: #ffffff;
}
.test-sec .test-tx p {
	color: #fff;
	text-align: justify;
}
.test-sec .cln-name strong {
	color: #fff;
}
.test-sec .fa-solid {
	color: #fff;
	border: 1px solid #fff;
	padding: 12px;
	border-radius: 50%;
	transition: .45s;
}
.test-sec .fa-solid:hover{
	background-color: #f7ad4d;
}
.test-sec .owl-prev {
	margin-right: 5px;
}
.test-sec .owl-nav {
	margin-top: 15px;
}
/* footer-sec */
.flsec .f-logo img {
	width: 120px;
}
.flsec .f-logo {
	padding: 10px;
	background-color: #fff;
	display: inline-block;
	border-radius: 12px;
}
.footer {
	padding: 50px 0px;
	background-color: #151d46;
}
.footer .f-text p {
	color: #fff;
}
.footer .f-text{
	margin-top: 10px;
}
.footer .social-head strong{
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
}
.footer .fead strong{
	font-size: 24px;
	color: #fff;

}
.footer .dsaa {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
.footer .dsaa li a {
	color: #fff;
	text-decoration: none;
	transition: .45s;
	display: inline-block;
}
.footer .dsaa li {
	margin-bottom: 7px;
	transition: transform .25s ease;
}
.footer .dsaa li:hover{
	transform: scale(1.02) !important;
}
.footer .dsaa li:last-child{
	margin-bottom: 0px;
}
.footer .fead {
	margin-bottom: 20px;
}
.footer .nsbtn .form-control {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.footer .nsbtn #button-addon2 {
	color: #000;
	background-color: #fff;
	border-radius: 0px;
}
.footer .nsbtn #button-addon2:hover{
	background-color: #d0963e;
	color: #fff;
}
.footer .nsbtn .form-control:focus{
	box-shadow: none;
}
.footer .ophead strong {
	color: #fff;
	font-size: 16px;
}
.footer .wej p {
	color: #fff;
	margin-bottom: 0;
}
.footer .sol-icon {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}
.footer .fgr {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
	transition: .45s;
}
.footer .fgr .fa-brands {
	color: #fff;
	font-size: 18px;
	transition: .45s;
}
.footer .fgr:last-child{
	margin-right: 0px;
}
.footer .fgr:hover{
	background-color: #fff;
}
.footer .fgr:hover .fa-brands{
	color: #000;
}
.footer .social-head {
	margin-bottom: 15px;
}
.Copyright {
	background-color:#000;
}
.Copyright .container{
	padding: 5px 0px;
	border-top: 1px solid #fff;
}
.Copyright .container p{
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
}
.footer {
	padding: 50px 0px;
	background-color:#000;
	margin-top: 80px;
}
.product-pic {
	margin-top: 60px;
}
/*about-us*/
.gfll .rebox .reicon img {
	width: 80px;
}
.gfll .rebox .reicon{
	display: flex;
	align-items: center;
	justify-content: center;
}
.gfll .rebox .dgt {
	display: flex;
	justify-content: center;
	align-items: center;
}
.gfll .rebox .cvmm {
	font-size: 30px;
}
.gfll .rebox .uop {
	margin-left: 5px;
	font-size: 34px;
}
.gfll .rebox .hju {
	text-align: center;
	color: #f7ad4d;
	font-size: 24px;
}
.gfll .rebox {
	padding: 20px;
}
.gfll .main-box {
	background-color: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
}
.gfll {
	margin-top: 80px;
}
/*inner-banner*/
.inner-ban img {
	width: 100%;
}
.inner-banner{
	position: relative;
}
.inner-ban::before{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 1;
}
.inner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.inner-content .brid {
	text-align: center;
	color: #fff;
}
.inner-content .brid a {
	text-decoration: none;
	color: #fff;
	transition: .45;
}
.inner-content .brid a:hover{
	text-decoration: underline;
}
.inner-content h1 {
	color: #fff;
	text-align:center;
}
/*contact-page*/
.con-info{
	margin-top: 70px;
}
.con-info .head {
	margin-bottom: 30px;
	text-align: center;
}
.con-info .cn-box .cnicon .fa-solid {
	font-size: 30px;
	color: #fff;
}
.con-info .cn-box {
	padding: 10px;
	background-color: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
	min-height: 100%;
}
.con-info .cn-head {
	font-size: 22px;
	text-align: center;
}
.con-info .frg a {
	text-decoration: none;
	color: #f7ad4d;
	font-size: 22px;
	line-height: 23px;
}
.con-info .cn-box .cnicon {
	width: 60px;
	height: 60px;
	background-color:#000;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.con-info .cn-box .top {
	display: flex;
	justify-content: center;
}
.con-info .cn-box .concnt .frg {
	text-align: center;
}
.con-info .cn-box .concnt {
	margin-top: 20px;
}
.con-info .mjyy {
	text-decoration: none;
	color: #f7ad4d;
	font-size: 22px;
	text-align: center;
	line-height: 23px;
}
/* career-page */
.car-sec .head {
	margin-bottom: 30px;
	text-align: center;
}
.car-sec .btn.btn-primary {
	padding: 8px 30px;
	background-color: #f7ad4d;
	color: #000;
	border: 0px;
	transition: .45s;
}
.car-sec .btn.btn-primary:hover{
	background-color: #000;
	color: #fff;
}
.car-sec .car-btn {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.car-sec .main-box {
	padding: 30px 50px;
	background-color: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.4);
}
.car-sec {
	margin-top: 70px;
}
/*practice-area*/
.area-sec .area-box .aricon .fa-solid {
	font-size: 50px;
	color: #f7ad4d;
}
.area-sec .area-box .area-top {
	margin-bottom: 30px;
}
.area-sec .area-box .title strong {
	font-size: 25px;
	padding-left: 10px;
	border-left: 4px solid #f7ad4d;
}
.area-sec .area-box {
	padding: 25px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
	transition: .45s;
	background-color: #fff;
	min-height: 100%;
}
.area-sec .area-box:hover{
	transform: scale(1.03);
}
.area-sec .area-box .text {
	margin-top: 10px;
}
.area-sec .area-box .read-btn {
	text-align: right;
	font-size: 20px;
}
.area-sec .area-box .read-btn a {
	text-decoration: none;
	color: #000;
	font-weight: 500;
	transition: .45s;
}
.area-sec .area-box .read-btn a:hover{
	color: #f7ad4d;
}
.area-sec .aricon {
	width: 90px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #f7ad4d;
}
.area-sec {
	margin-top: 70px;
}
/* area-details */
.area-del-sec {
	margin-top: 70px;
}
.area-del-sec .text strong {
	font-weight: 600;
}
/* modal css */
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
  }
  .modal-content {
	background-color: #fff;
	margin: 10% auto;
	padding: 20px;
	border-radius: 8px;
	width: 100%;
	max-width: 600px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  }
  button#agreeBtn {
	padding: 10px 20px;
	font-size: 16px;
	background-color:#f7ad4d;
	border: none;
	border-radius: 4px;
	color:#000;
	margin-top: 15px;
	cursor: pointer;
	transition: .45s;
  }
  button#agreeBtn:hover {
	background-color: #000;
	color: #fff;
  }
  .mdname {
	color: #f7ad4d;
	font-size: 22px;
}
/*our-team*/
.team-sec {
	margin-top: 70px;
}
.team-sec .team-pic img {
	width: 100%;
}
.team-sec .main-box {
	position: relative;
	transition: .45s;
}
.team-sec .main-box:hover{
	transform: scale(1.03);
	box-shadow: 6px 6px 5px 0px rgba(0,0,0,.4);
}
.team-sec .main-box:hover .team-cont{
	opacity: 0;
}
.team-sec .main-box:hover:before{
	opacity: 0;
} 
.team-sec .main-box::before{
	position: absolute;
	content: '';
	background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.81) 0%, rgba(255, 172, 190, 0) 60%);
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
	transition: .45s;
}

.team-sec .main-box::after{
	position: absolute;
	content: '';
	background-color: rgba(0,0,0,.6);
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 3;
	transition: .45s;
	opacity: 0;
}
.team-sec .main-box:hover::after{
	opacity: 1;
}
.team-sec .main-box .view-btn{
	padding: 6px 40px;
	color: #fff;
	border: 1px solid #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 4;
	font-size: 20px;
	border-radius: 6px;
	opacity: 0;
	transition: .45s;
}
.team-sec .main-box .view-btn:hover{
	background-color: #d0963e;
	color:#000;
	border: 1px solid #d0963e;
}
.team-sec .main-box:hover .view-btn{
	opacity: 1;
}
.team-sec .team-cont {
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 2;
	padding-left: 10px;
	border-left: 3px solid #fff;
	transition: .45s;
}
.team-sec .team-box .p-name {
	color: #fff;
	font-size: 26px;
}
.team-sec .des strong {
	font-size: 15px;
	color: #f7ad4d;
}
/*team-details*/
.team-details-sec {
	margin-top: 70px;
}
.team-details-sec .team-pic img {
	width: 100%;
}
.team-details-sec .team-cont {
	padding-left: 10px;
	border-left: 3px solid #f7ad4d;
	Margin-top: 40px;
}
.team-details-sec .des strong {
	font-size: 15px;
	color: #f7ad4d;
}
.team-details-sec .team-cont .p-name {
	color: #000;
	font-size: 26px;
}
.team-details-sec .dl-right .ert {
	padding-left: 0;
	display: flex;
	list-style-type: none;
}
.team-details-sec .dl-right .ert li {
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.team-details-sec .dl-right .ert li:last-child{
	margin-right: 0px;
}
.team-details-sec .dl-right .ert li .gbc {
	margin-left: 10px;
}
.team-details-sec .dl-right .ert li a {
	text-decoration: none;
	color: #000;
	font-size: 20px;
}
.team-details-sec .dl-right .ert li .icon {
	display: flex;
	align-items: center;
	padding: 10px;
	background-color: #f7ad4d;
}
.team-details-sec .contact-info {
	margin-top: 30px;
}