/* 
Theme Name: The Apex Painters
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: FDM
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/******Default vip css start*****/  

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
	outline: none !important; 
	text-decoration: none !important;  
}

ul {
	padding: 0;
} 
.site-branding {
	display: none;
} 
p,li {
	margin-bottom: 20px; 
}   
p, li, p.elementor-heading-title {
	font-weight: 400;
	line-height: 1.6;
	font-size: 17px;
	font-family: "Archivo", sans-serif;
	color: rgb(61, 96, 118);
	margin: 0 0 20px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 h6, .h6 {
	letter-spacing: 0;
	font-weight: 700;
	font-family: "Kanit", sans-serif;
	color: #000;
	text-transform: uppercase;
}
p:last-child{
	margin-bottom: 0;
} 

.bigheading   {
	margin-bottom: 20px !important;
}
p a{
	color: #0142ae !important;
	font-weight: 700;
	text-decoration: unset !important;
} 
p a:hover, .link-text a:hover {
	color: #c0262b !important;
}
strong {
	font-weight: 500 !important;
}  
.subheading h6 {
	font-size: 18px;
	line-height: 49px;
	text-transform: uppercase;
	color: #2b328c;
}
.pl60{
	padding-left: 60px;
}
.pl30{
	padding-left: 30px;
}
.pr60{
	padding-right: 60px;
} 
.pt0 {
	padding-top:0px !important;
}
.pb0 {
	padding-bottom:0px !important;
}
.mt50{
	margin-top: 50px;
}   
.mt35{
	margin-top: 35px;
} 
.mt100{
	margin-top: 100px;
}    
.pad100 {
	padding: 100px 15px;
} 
.pt100{
	padding-top: 100px;
} 
.pb100{
	padding-bottom: 100px;
}
.pt50 {
	padding-top: 50px;
}
.defbtn , .blue-btn {
	margin-top: 30px;
}
body {
	position: relative;
}
a {
	transition: all ease-in-out 0.5s !important;
}
div[data-elementor-type="wp-page"] {
	overflow: hidden;
}
/*** Header ***/  
@keyframes slideIn {
	from { top: -50% }
	to { top: 0 }
}   
.hdactive .elementor-location-header {
	position: fixed;
	-webkit-animation: slideIn 0.5s ease-in;
	-moz-animation: slideIn 0.5s ease-in;
	animation: slideIn 0.5s ease-in;
	z-index: 102;
	padding: 14px;
	background: #fff;
	box-shadow: 0px 0px 11px rgba(0,0,0,0.2);
}
.hd_menu  .elementor-widget-container {
	width: 100%;
}      
.header_main .elementor-widget-wrap {
	justify-content: space-between;
	align-items: center;
} 
.hd_menu .elementor-nav-menu > li {
	margin-left: 24px;
}
.hd_menu .elementor-nav-menu > li > a {
	font-size: 14px !important;
	color: rgb(36, 48, 60);
	padding: 0 !important;
	text-transform: capitalize;
	font-weight: 500;
}
.hd_menu .elementor-nav-menu > li > a:hover {
	color: #0154e4 !important;
}
.elementor-nav-menu > li > ul.sub-menu a {
	padding: 14px 14px !important;
	color: #fff !important;
	border-bottom: 1px solid #ffffff38;
	border-left: 0;
	white-space: normal;
	background: #0054e4 !important;
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 0;
}
.elementor-nav-menu > li > ul.sub-menu li:last-child a {
	border-bottom: 0px !important;
}  
.elementor-sub-item.elementor-item-active {
	background-color: transparent !important;
} 
.elementor-nav-menu > li > ul.sub-menu {
	background: #222334;
	min-width: 235px !important;
	border-radius: 0px;
	margin-top: 9px !important;
	border-radius: 8px;
	overflow: hidden;
}
.elementor-nav-menu > li > ul.sub-menu:last-child a {
	border-radius: 0px; 
} 
.elementor-nav-menu > li > ul.sub-menu .sub-arrow {
	display: none !important;
} 
.elementor-nav-menu > li > ul.sub-menu a:hover {
	background: rgb(0, 56, 168) !important;
	opacity: 1;
	border-left: unset !important;
	color: #fff !important;
}
.elementor-location-header {
	position: static;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 14px;
}
.elementor-nav-menu li .sub-arrow svg {
	transition: all ease-in-out 0.5s;
	fill: #24303c;
}
.elementor-nav-menu li:hover .sub-arrow svg {
	fill: #dbdbdb;
} 
.site_logo {
	width: auto !important;
	max-width: 144px;
}
.hd_right {
	width: calc(100% - 160px) !important;
}
.hdactive .site_logo {
	max-width: 160px;
}

.w-auto {
	width: auto !important;
}
.hd-btn a {
	background: rgb(0, 84, 228);
	color: rgb(255, 255, 255);
	font-weight: 700;
	font-size: 14px;
	padding: 14px 27px;
	border-radius: 999px;
	letter-spacing: 0.02em;
	box-shadow: rgba(0, 84, 228, 0.28) 0px 8px 20px;
	transition: all 0.5s ease-in-out !important;
}
.hd-btn:hover a {
	background: rgb(0, 56, 168) !important;
	transform: translateY(-2px) !important;
	box-shadow: rgba(0, 84, 228, 0.36) 0px 12px 26px !important;
}
.hd-info a {
	font-family: Kanit, sans-serif;
	font-style: italic;
	font-weight: 700;
	font-size: 18px !important;
	line-height: 16px;
	background: transparent !important;
	color: rgb(36, 48, 60) !important;
	text-align: right;
}
.hd-info li {
	margin: 0 !important;
}
.hd-info-right > div {
	column-gap: 15px;
	align-items: center !important;
}
.hd-info a i {
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgb(107, 122, 141);
	display: block;
	font-style: normal;
	font-family: Archivo,system-ui,sans-serif;
}
.hdr_logo_col img {
	height: 74px;
	width: auto;
	display: block;
}
.hdr_btn, .site_menu {
	width: auto !important;
}
.site_menu a {
	color: rgba(255, 255, 255, 0.86);
	font-weight: 500;
	font-size: 12.5px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
.hdr_btn a {
	background: rgb(224, 133, 47);
	color: rgb(255, 255, 255);
	font-weight: 600;
	font-size: 12.5px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border-radius: 3px;
	white-space: nowrap;
	box-shadow: rgba(224, 133, 47, 0.9) 0px 10px 24px -12px;
	padding: 17px 34px;
}
/*** Header End***/ 
.banner {
	padding: 7% 15px 10% 15px;
	position: relative;
}
.banner::before, .inr-bnr::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(100deg, rgba(0, 56, 168, 0.97) 0%, rgba(0, 60, 180, 0.9) 38%, rgba(10, 107, 255, 0.5) 66%, rgba(10, 107, 255, 0.3) 100%);
}
.bnr-apex img {
	max-width: 440px;
}
.bnr-hd h1 {
	font-size: 74px;
	line-height: 0.94;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 800;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.bnr-hd h1 i {
	color: rgba(255, 255, 255, 0.8);
	font-size: clamp(19px, 2.4vw, 34px);
	line-height: 1.6;
	display: block;
	font-weight: 700;
	letter-spacing: 0;
}
.bg-text {
	background: rgb(216, 255, 60);
	padding: 11px 22px;
	border-radius: 999px;
	max-width: max-content;
}
.bg-text p {
	color: rgb(16, 25, 34);
	font-size: 16px;
	letter-spacing: 0.05em;
	font-weight: 700;
	font-family: "Kanit", sans-serif;
	text-transform: uppercase;
}
.wt p {
	color: #fff;
}
.bnr-prg p {
	font-size: 16px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.88);
	max-width: 520px;
}
.defbtn a {
	background: rgb(255, 255, 255);
	color: rgb(0, 56, 168) !important;
	font-weight: 700;
	font-size: 16px;
	padding: 17px 34px;
	border-radius: 50px;
	letter-spacing: 0.02em;
	box-shadow: rgba(0, 20, 60, 0.3) 0px 16px 34px;
	transition: all 0.5s ease-in-out !important;
}
.defbtn a:hover  {
	background: rgb(16, 25, 34) !important;
	color: rgb(255, 255, 255) !important;
	transform: translateY(-2px) !important;
}
.animated-bgg {
	width: auto !important;
	position: relative;
}
.animated-bgg::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0px;
	width: 8px;
	background: rgb(216, 255, 60);
	box-shadow: rgba(216, 255, 60, 0.55) 0px 0px 26px 8px;
	animation: 1.25s cubic-bezier(0.55, 0.06, 0.32, 0.99) 0.2s both apexBrush;
}
.animated-bgg::after {
	content: "";
	position: absolute;
	top: -20%;
	bottom: -20%;
	width: 90px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0));
	animation: 6s ease-in-out 2.2s infinite apexShine;
	left: 0;
}
@keyframes apexShine {
	0% {
		transform: translateX(-10%) skewX(-18deg);
	}

	55% {
		transform: translateX(240%) skewX(-18deg);
	}

	100% {
		transform: translateX(240%) skewX(-18deg);
	}
}

@keyframes apexBrush {
	0% {
		left: -4%;
		opacity: 0;
	}

	8% {
		opacity: 1;
	}

	92% {
		opacity: 1;
	}

	100% {
		left: 100%;
		opacity: 0;
	}

}
@keyframes apexSweep {
	0% {
		transform: translateX(-60%) skewX(-18deg);
		opacity: 0;
	}

	35% {
		opacity: .5;
	}

	100% {
		transform: translateX(240%) skewX(-18deg);
		opacity: 0;
	}
}
.banner::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    width: 160px;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
    animation: 7s cubic-bezier(0.4, 0, 0.6, 1) 2.4s infinite apexSweep;
}
.line-bgg {
    position: relative;
    overflow: hidden;
}
/* .line-bgg > div::before {
	content: "";
	position: absolute;
	bottom: -36%;
	left: -334px;
	width: 159%;
	pointer-events: none;
	height: 15px;
	background: rgb(255, 255, 255);
	transform: rotate(-13deg);
	transform-origin: left center 0px;
	animation: 1.7s cubic-bezier(0.22, 0.85, 0.2, 1) both apexLine;
}
.line-bgg > div::after {
	content: "";
	position: absolute;
	bottom: -40%;
	left: -175px;
	width: 145%;
	pointer-events: none;
	height: 5px;
	background: rgba(255, 255, 255, 0.42);
	transform: rotate(-13deg);
	transform-origin: left center 0px;
	animation: 1.7s cubic-bezier(0.22, 0.85, 0.2, 1) 0.12s both apexLine;
} */
.border-bgg::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 79px;
	background: rgb(0, 67, 196);
	-webkit-mask-image: url("https://theapexpainters.com/wp-content/uploads/2026/08/curve_bg.png");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center top;
	-webkit-mask-size: 100% 100%;
	mask-image: url("https://theapexpainters.com/wp-content/uploads/2026/08/curve_bg.png");
	mask-repeat: no-repeat;
	mask-position: center top;
	mask-size: 100% 100%;
	z-index: 1;
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}
.bgg-overlay {
	position: relative; 
}
.bgg-overlay::before {
	content: "";
	background: linear-gradient(160deg, rgb(0, 67, 196) 0%, rgb(0, 56, 168) 55%, rgb(0, 43, 133) 100%);
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.border-bgg > div {
	position: relative !important;
	overflow: hidden;
}
.bigheading h2 {
	font-size: 42px;
	line-height: 1.04;
	font-style: italic;
}
.bdr-img {
	border-radius: 20px;
	transition: all 0.5s ease-in-out !important;
	box-shadow: rgba(16, 25, 34, 0.14) 0px 18px 40px;
	overflow: hidden;
	position: relative;
}
.bdr-img img {
	width: 100%;
	transition: all 0.5s ease-in-out !important;
}
.bdr-img:hover img {
	transform: scale(1.05) !important;
}
.bdr-img::after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 5px;
	background: linear-gradient(90deg, rgb(216, 255, 60) 0px, rgb(216, 255, 60) 16%, rgb(10, 107, 255) 16%, rgb(10, 107, 255) 100%);
}
.bdr-list li {
	background: rgb(255, 255, 255);
	border-radius: 18px;
	padding: 26px 28px !important;
	box-shadow: rgba(36, 48, 60, 0.06) 0px 12px 28px;
	border-left: 4px solid rgb(10, 107, 255);
	color: rgb(107, 122, 141);
	font-size: 15.5px !important;
	line-height: 1.8 !important;
}
.bdr-list li:nth-child(2n) {
	border-left: 4px solid rgb(0, 56, 168);
	background: rgb(234, 240, 252);
}
.bdr-list ul {
	column-gap: 16px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	row-gap: 16px;
}
.smallheading p {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.bdr-hd p::before {
	content: "";
	width: 26px;
	height: 4px;
	border-radius: 2px;
	background: rgb(216, 255, 60);
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}
.mainheading h2 {
	line-height: 1.08;
	font-size: 32px;
	font-style: italic;
	margin-bottom: 25px;
}
.bdr-heading::after, .wt-bdr::after {
	content: "";
	display: inline-block;
	width: 56px;
	height: 4px;
	background: linear-gradient(90deg, rgb(216, 255, 60) 0px, rgb(216, 255, 60) 16%, rgb(10, 107, 255) 16%, rgb(10, 107, 255) 100%);
	margin-top: 25px;
}
.wt-bdr::after {
	background: #fff !important;
}
.map-card {
	box-shadow: rgba(16, 25, 34, 0.16) 0px 22px 50px;
	border: 1px solid rgba(0, 84, 228, 0.16);
	border-radius: 22px;
	overflow: hidden;
}
.map-list li {
	background: rgb(255, 255, 255);
	border-radius: 50px;
	padding: 11px 20px !important;
	font-family: Kanit, sans-serif;
	font-style: italic;
	font-weight: 700;
	font-size: 14px !important;
	text-transform: uppercase;
	letter-spacing: 0.05em !important;
	color: rgb(36, 48, 60);
	border-bottom: 3px solid rgb(10, 107, 255);
	margin: 0 !important;
}
.map-list li:first-child {
	border-bottom: 3px solid rgb(216, 255, 60);
}
.map-list ul {
	column-gap: 10px;
	row-gap: 10px;
	padding-left: 8px !important;
}
.map-list li:last-child {
	border-bottom: 3px solid rgb(0, 56, 168);
}
.right-flip-img::after {
	content: "";
	position: absolute;
	right: -4%;
	top: 0px;
	width: 44%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	opacity: 0.3;
	clip-path: polygon(22% 0px, 100% 0px, 100% 100%, 0px 100%);
	pointer-events: none;
	background-image: url("https://theapexpainters.com/wp-content/uploads/2026/08/flip-right-image.jpg");
	z-index: -1;
}
.srv_box figure a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.index-card {
	z-index: 1;
}
.flip-half-img-left::before {
	content: "";
	position: absolute;
	left: -8%;
	bottom: -10%;
	width: 46%;
	height: 78%;
	background-size: cover;
	background-position: center center;
	opacity: 0.22;
	clip-path: polygon(0px 0px, 100% 12%, 82% 100%, 0px 100%);
	pointer-events: none;
	background-image: url("https://theapexpainters.com/wp-content/uploads/2026/08/flip-left-image.jpg");
}
.site-card-col > div {
	column-gap: 20px;
	row-gap: 20px;
	justify-content: center;
}
.sitemap-card {
	width: calc( 100% / 2 - 10px ) !important;
	border: 1px solid #0054e426;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	padding: 0 32px 30px;
	border-radius: 20px;
}
.career-contact > div {
	background: #fff !important;
}
.contact-info.get-card .elementor-icon-list-text {
	color: #fff !important;
}
.contact-info.get-card i {
	color: #fff !important;
}
.contact-info.get-card .elementor-icon-list-icon svg {
	fill: #0035a0 !important;
}
.contact-info.get-card .elementor-icon-list-icon {
	background: #fff !important;
	border: 1px solid #fff !important;
}
.contact-info.get-card li:hover .elementor-icon-list-icon {
	background: #101922 !important;
	border: 1px solid #000 !important;
}
.contact-info.get-card li:hover .elementor-icon-list-icon svg {
	fill: #fff !important;
}
.blue-btn a {
	background: rgb(0, 84, 228) !important;
	color: rgb(255, 255, 255) !important;
}
.review-card .swiper-slide {
	box-shadow: rgba(36, 48, 60, 0.08) 0px 14px 34px;
	border-radius: 20px;
	padding: 40px 15px;
	transition: all 0.5s ease-in-out !important;
	background: #fff;
	border: 0 !important;
}
.review-card .elementor-testimonial__header {
	padding: 0 !important;
	flex-direction: column;
	justify-content: center !important;
	flex-wrap: wrap;
}
.review-card .elementor-testimonial__image img {
	border-radius: 0 !important;
	height: 92px;
	width: auto;
	margin: auto;
}
.review-card .elementor-testimonial__cite {
	margin: 0 !important;
	text-align: center;
}
.review-card .elementor-testimonial__name {
	color: rgb(36, 48, 60);
	font-family: Kanit, sans-serif;
	font-weight: 700;
	font-size: 19px;
	margin-top: 15px;
}
.review-card .elementor-testimonial__content {
	padding: 0 !important;
	text-align: center;
}
.review-card .elementor-testimonial__text {
	font-size: 15px !important;
	line-height: 1.7;
	color: rgb(107, 122, 141);
	margin-top: 10px;
}
.review-card .swiper-slide::before {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 4px;
	background: linear-gradient(90deg, rgb(216, 255, 60) 0px, rgb(216, 255, 60) 16%, rgb(10, 107, 255) 16%, rgb(10, 107, 255) 100%);
	content: "";
}
.Owned-list li {
	background: rgb(244, 246, 249);
}
.Owned-list li:nth-child(2n) {
	background: rgb(234, 240, 252);
	color: rgb(36, 48, 60);
}
.bold-hd p {
	font-family: Kanit, sans-serif;
	font-weight: 600;
	font-size: 23px !important;
	line-height: 1.42;
	color: rgb(36, 48, 60);
	margin-bottom: 25px;
} 
.contactbar .defbtn a {
	background: rgb(216, 255, 60) !important;
	color: rgb(16, 25, 34) !important;
	box-shadow: none !important;
}
.contactbar .defbtn a:hover {
	background: rgb(255, 255, 255) !important;
	color: rgb(0, 56, 168) !important;
}
.mid-hd h2 {
	font-size: clamp(30px, 3.7vw, 52px);
	line-height: 0.98;
	font-style: italic;
}
.srv_card li {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 20px;
	padding: 28px !important;
	font-size: 16px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.92);
}
.srv_card li:nth-child(2n) {
	background: rgb(10, 107, 255);
	box-shadow: rgba(10, 107, 255, 0.4) 0px 20px 44px;
	font-family: Kanit, sans-serif;
	font-weight: 600;
	font-size: 19px;
	line-height: 1.4;
	color: rgb(255, 255, 255);
}
.srv_card ul {
	display: flex;
	flex-wrap: wrap;
	row-gap: 18px;
	column-gap: 18px;
	justify-content: center;
}
.secbtn a {
	background: rgb(10, 107, 255) !important;
	color: rgb(255, 255, 255) !important;
	box-shadow: rgba(10, 107, 255, 0.36) 0px 12px 28px !important;
}
.secbtn:hover a {
	background: rgb(255, 255, 255) !important;
	color: rgb(0, 56, 168) !important;
}
.cta-hd h2 {
	font-size: 24px;
	line-height: 1.3;
	font-style: normal;
	text-transform: unset;
}
.review-card > div {
	width: 100% !important;
	padding: 0 !important;
	padding-top: 30px !important;
}
.review-card .elementor-swiper-button {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	top: -100px !important;
	transform: translateY(0) !important;
	opacity: 1 !important;
	background: transparent;
	border: 1px solid rgba(255,255,255,.5);
	font-size: 15px !important;
	transition: all 0.5s ease-in-out !important;
}
.review-card .elementor-swiper-button-next {
	right: calc(50% - 60px) !important;
	left: auto;
}
.review-card .elementor-swiper-button-prev {
	left: calc(50% - 60px) !important;
	color: #fff !important; 
} 
.review-card .elementor-swiper-button:hover { 
	background: #D8FF3C;
	border: 1px solid #D8FF3C;
} 
.review-card .elementor-swiper-button:hover svg {
	fill: rgb(0, 56, 168) !important;
}
.review-card {
	margin-top: 118px;
}
.rmv-bdr::after {
	content: none;
}
.min-hd {
	margin-bottom: 20px !important;
}
.min-hd h2 {
	font-size: 46px;
	line-height: 1.04;
	font-style: italic;
}
.bigheading i {
	display: block;
	background: rgb(255, 255, 255);
	color: rgb(0, 56, 168);
	padding: 6px 18px 8px;
	border-radius: 8px;
	box-shadow: rgba(0, 20, 60, 0.28) 0px 14px 30px;
	width: max-content;
	margin: auto;
	margin-top: 8px !important;
}
.srv-flip::after {
	background-image: url("https://theapexpainters.com/wp-content/uploads/2026/08/flip-right-image21.jpg");
	height: 80%;
	top: 100px;
}
.flip-list li::after {
	content: "";
	display: inline-block;
	height: 14px !important;
	width: 2px !important;
	background: rgb(10, 107, 255);
	transform: rotate(20deg);
	margin-left: 20px !important;
	border: 0 !important;
}
.flip-list li {
	font-family: "Kanit", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px !important;
	letter-spacing: 0.1em;
	color: rgb(36, 48, 60);
	font-style: italic;
	margin: 0 !important;
	padding-left: 33px !important;
}
.review-card .swiper-slide:hover {
	transform: translateY(-8px) !important;
	box-shadow: rgba(0, 84, 228, 0.2) 0px 24px 48px !important;
}
/***Footer Start***/
.footer-sec {
	padding: 70px 15px 52px 15px;
}
.ft-logo img {
	max-width: 130px;
}
.ft-prg p {
	font-size: 15px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.72);
	margin: 22px 0px 0px;
}
.ft-list li:first-child {
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	margin-bottom: 16px !important;
} 
.ft-list li a {
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px !important;
	transition: all 0.5s ease-in-out !important;
}
.ft-list li:hover a {
	color: rgb(127, 166, 245);
}
.ft-list li {
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px !important;
}
.copyryt-sec > div {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	padding: 24px 0;
	text-align: center;
}
.cpyryt-txt {
	font-size: 12px;
	letter-spacing: 0.1em;
	color: rgba(255, 255, 255, 0.72);
	font-family: "Archivo", sans-serif;
}
.contactbar {
	background: #000;
	margin-top: 44px;
	background: linear-gradient(120deg, rgb(16, 25, 34), rgb(36, 48, 60));
	border-radius: 20px;
	padding: 32px 34px;
}

.contactbar .defbtn {
	margin: 0 !important;
}
.contactbar h2 {
	color: #fff;
	text-transform: none;
	font-size: 26px;
	line-height: 1.3;
}

.grad-overlay:before {
	position: absolute;
	background: linear-gradient(105deg, rgba(0, 56, 168, 0.9) 0%, rgba(16, 25, 34, 0.78) 55%, rgba(16, 25, 34, 0.45) 100%);
	content: "";
	inset: 0;
}
.lgheading h2{
	font-size: 52px;
	line-height: 1.04;
	font-style: italic;
}
.normalbox p {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 20px;
	padding: 28px;
	backdrop-filter: blur(6px); 
	line-height: 1.75;
	color: #fff;
	margin-bottom: 20px;
}
.bluebox p {
	background: rgb(10, 107, 255);
	border-radius: 20px;
	padding: 30px;
	box-shadow: rgba(10, 107, 255, 0.4) 0px 20px 44px;
	margin: 0px;
	font-weight: 600;
	font-size: 19px;
	line-height: 1.4;
	color: #fff;
	font-family: Kanit, sans-serif;
}









.apex-steps{
	display:flex;
	gap:18px;
	align-items:stretch;
}

.step-card{
	position:relative;
	flex:1;
	min-width:180px;
	min-height:230px;
	background:#fff;
	border:1px solid #E3EAF6;
	border-radius:20px;
	padding:28px 22px;
	overflow:hidden;
	display:flex;
	flex-direction:column;
	transition:.4s;
} 
.active1{
	animation:card 10s infinite;
}

.active2{
	animation:card 10s infinite -8s;
}

.active3{
	animation:card 10s infinite -6s;
}

.active4{
	animation:card 10s infinite -4s;
}

.active5{
	animation:card 10s infinite -2s;
}

@keyframes card{

	0%,18%{
		flex:2.3;
		background:#0054E4;
		border-color:#0054E4;
		box-shadow:0 20px 45px rgba(0,84,228,.25);
	}

	20%,100%{
		flex:1;
		background:#fff;
		border-color:#E3EAF6;
		box-shadow:none;
	}

}

.step-number{
	width:54px;
	height:54px;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#EAF0FC;
	color:#0054E4;
	font-size:18px;
	font-weight:700;
	margin-bottom:18px;
	transition:.4s;
}

.step-card h3 {
	transition: .4s;
	text-transform: none;
	font-family: Kanit, sans-serif;
	font-weight: 600;
	font-size: 17px;
	line-height: 1.25;
	margin: 0px;
}
.step-card p {
	transition: .4s;
	overflow: hidden;
	margin: 11px 0 0px;
	font-size: 15px;
	line-height: 1.5;
	color: rgb(107, 122, 141);
	opacity: 0;
}
.active1 .step-number{animation:number 10s infinite;}
.active2 .step-number{animation:number 10s infinite -8s;}
.active3 .step-number{animation:number 10s infinite -6s;}
.active4 .step-number{animation:number 10s infinite -4s;}
.active5 .step-number{animation:number 10s infinite -2s;}

@keyframes number{

	0%,18%{
		background:#D8FF3C;
		color:#111;
	}

	20%,100%{
		background:#EAF0FC;
		color:#0054E4;
	}

} 
.active1 h3{animation:title 10s infinite;}
.active2 h3{animation:title 10s infinite -8s;}
.active3 h3{animation:title 10s infinite -6s;}
.active4 h3{animation:title 10s infinite -4s;}
.active5 h3{animation:title 10s infinite -2s;}

@keyframes title{

	0%,18%{
		color:#fff;
	}

	20%,100%{
		color:#24303C;
	}

} 
.active1 p{animation:text 10s infinite;}
.active2 p{animation:text 10s infinite -8s;}
.active3 p{animation:text 10s infinite -6s;}
.active4 p{animation:text 10s infinite -4s;}
.active5 p{animation:text 10s infinite -2s;}

@keyframes text{

	0%,18%{
		opacity:1;
		max-height:220px;
		color:#fff;
	}

	20%,100%{
		opacity:0;
		max-height:0;
		color:#6B7A8D;
	}

} 
.progress{
	position:absolute;
	left:0;
	bottom:0;
	height:4px;
	width:0;
	background:#D8FF3C;
}

.active1 .progress{animation:bar 10s infinite;}
.active2 .progress{animation:bar 10s infinite -8s;}
.active3 .progress{animation:bar 10s infinite -6s;}
.active4 .progress{animation:bar 10s infinite -4s;}
.active5 .progress{animation:bar 10s infinite -2s;}

@keyframes bar{

	0%{
		width:0;
	}

	18%{
		width:100%;
	}

	20%,100%{
		width:0;
	}

}



.custom-contact .gform-field-label {
	margin: 0 !important;
}
.custom-contact input, .custom-contact .textarea, .custom-contact select {
	background-color: transparent;
	height: 45px;
	margin-bottom: 0px !important;
	border-radius: 6px !important;
	padding: 2px 15px !important;
	color: var(--bone) !important;
	font-size: 15px !important;
	border: 1px solid rgb(223, 231, 244) !important;
	width: 100% !important;
	min-height: 45px !important;
	max-height: 45px !important;
	box-shadow: none !important;
}
.custom-contact .gform-field-label a {
  color: #0054e4;
}
.custom-contact .gform-field-label a:hover {
  color: #0054e4 !important;;
}

.custom-contact .gform-field-label span.gfield_required {
	display: none !important;
}

.custom-contact .gform-field-label__text {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.6px;
}

.custom-contact .gform_fields {
	row-gap: 10px !important;
}

.custom-contact input[type="checkbox"] {
	width: auto !important;
	padding: 0 3px!important;
	min-height: 23px !important;
	height: 23px !important;
	margin-right: 12px !important;
}

.custom-contact .gform-footer button {
	background: linear-gradient(140deg, rgb(10, 107, 255), rgb(0, 56, 168));
	color: rgb(255, 255, 255);
	border: 0px;
	font-weight: 700 !important;
	padding: 15px 26px !important;
	cursor: pointer;
	letter-spacing: 0.02em;
	max-width: 230px;
	box-shadow: rgba(0, 84, 228, 0.3) 0px 12px 26px;
	transition: transform 0.25s;
	border-radius: 50px !important;
	min-width: 200px !important;
	font-size: 15px !important;
}

.gform_validation_errors ,
div.gfield_validation_message{
	display: none !important;
}
.custom-contact .gform-field-label {
	margin: 0 !important;
}
.custom-contact input, .custom-contact .textarea, .custom-contact select {
	background-color: transparent;
	height: 45px;
	margin-bottom: 0px !important;
	border-radius: 6px !important;
	padding: 2px 15px !important;
	color: var(--bone) !important;
	font-size: 15px !important;
	border: 1px solid rgb(223, 231, 244) !important;
	width: 100% !important;
	min-height: 45px !important;
	max-height: 45px !important;
	box-shadow: none !important;
	font-size: 13px !important;
}
.custom-contact .gform-field-label span.gfield_required {
	display: none !important;
}
.custom-contact .gform-field-label__text {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.6px;
}
.custom-contact .gform_fields {
	row-gap: 15px !important;
	display: flex !important;
	flex-wrap: wrap !important;
}
.custom-contact input[type="checkbox"] {
	width: auto !important;
	padding: 0 3px!important;
	min-height: 23px !important;
	height: 23px !important;
	margin-right: 10px !important;
}
.custom-contact .gform-footer button {
	background: linear-gradient(140deg, rgb(10, 107, 255), rgb(0, 56, 168));
	color: rgb(255, 255, 255);
	border: 0px;
	font-weight: 700 !important;
	padding: 15px 26px !important;
	cursor: pointer;
	letter-spacing: 0.02em;
	max-width: 230px;
	box-shadow: rgba(0, 84, 228, 0.3) 0px 12px 26px;
	transition: transform 0.25s;
	border-radius: 50px !important;
	min-width: 200px !important;
	font-size: 15px !important;
} 
.custom-contact .textarea {
	height: 100px !important;
	min-height: 83px !important;
	padding: 10px 15px !important;
}

.custom-contact .gform-footer button:hover {
	transform: translateY(-2px) !important;
}
.custom-contact .gfield {
	width: calc(100% / 3 - 11px) !important;
}
.custom-contact .gfield--type-checkbox {
	width: calc(100% - 34%) !important;
	margin-top: 20px !important;
}
.custom-contact .gfield--type-checkbox label {
	font-size: 13px !important;
	line-height: 18px !important;
}
.form-card {
	max-width: 1240px;
	margin: -140px auto 0px;
	position: relative;
	z-index: 4;
	background: rgb(255, 255, 255);
	border-radius: 22px;
	box-shadow: rgba(15, 22, 30, 0.22) 0px 30px 70px;
	padding: 38px 36px;
	scroll-margin-top: 90px;
	border-top: 4px solid rgb(0, 84, 228);
}
.form-card h2 {
	text-transform: none;
	font-size: 32px;
	line-height: 1;
	margin-bottom: 14px;
}
.flip-list {
	padding: 60px 0;
}
.form-card p {
	font-size: 15px;
}
.gform_wrapper .gfield.gfield_error input,
.gform_wrapper .gfield.gfield_error textarea,
.gform_wrapper .gfield.gfield_error select {
	border: 1px solid #ff0000 !important; 
}
.faq-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
	gap: 14px;
}

.faq-item {
	background: #f4f6f9;
	border-left: 4px solid #0a6bff;
	border-radius: 16px;
	padding: 22px 22px;
	transition: .3s ease;
	margin: 0 0 auto;
}
.faq-item:hover {
	box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.faq-item summary {
	display: flex;
	align-items: center;
	gap: 15px;
	cursor: pointer;
	list-style: none;
	font-family: "Kanit", sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.4;
	color: #24303c;
}

.faq-item summary::-webkit-details-marker {
	display: none;
}

.faq-icon {
	margin-left: auto;
	width: 22px;
	height: 22px;
	position: relative;
	flex-shrink: 0;
}

.faq-icon::before,
.faq-icon::after {
	content: "";
	position: absolute;
	background: #0054e4;
	transition: .3s ease;
}

.faq-icon::before {
	width: 16px;
	height: 2px;
	top: 10px;
	left: 3px;
}

.faq-icon::after {
	width: 2px;
	height: 16px;
	top: 3px;
	left: 10px;
}

.faq-item[open] .faq-icon::after {
	transform: scaleY(0);
}

.faq-item p {
	margin: 15px 0 0;
	color: #6b7a8d;
	font-size: 15px;
	line-height: 1.8;
}








.arrow-list li {
	position: relative;
	font-size: 17px;
	line-height: 27px;
	padding-left: 20px;
	margin-bottom: 10px !important;
	list-style: none !important;
}
.arrow-list li::before {
	content: "";
	position: absolute;
	background-image: url("https://theapexpainters.com/wp-content/uploads/2026/08/blue-arrow.png");
	background-repeat: no-repeat;
	background-size: 13px;
	height: 20px;
	width: 20px;
	left: 0px;
	top: 6px;
}



.policy-text {
	max-width: 1180px;
	margin: 100px auto;
	border: 4px solid rgb(0, 56, 168);
	border-radius: 20px;
	padding: 60px 45px;
}
 .inr-bnr {
	padding: 7% 15px;
}

.ft_fix_btn {
	display: none;
}




.mdheading h2 {
	line-height: 1.08;
	font-size: 31px;
	font-style: italic;
	margin-bottom: 12px;
}
.policy-text a:hover {
	color: #0142ae !important;
}






.ft-iconlist a span:hover {
 color: rgb(127, 166, 245);
}
.ft-iconlist li {
  border-right:1px solid #ffffff42;
  padding:0 15px!important;
  margin:0px!important;
  line-height:30px
}
.ft-iconlist a span {
    font-size: 12px;
	letter-spacing: 0.1em;
    line-height: normal;
    color: #a2a5a9;
}
.ft-iconlist li:last-child {
  border-right:0
}
.cpyryt-txt a { 
	color: rgba(255, 255, 255, 0.72);
	font-family: "Archivo", sans-serif;
}

.privacy-page h3 {
	font-size: 26px;
	margin: 40px 0 15px;
}

.privacy-page ul {
	padding-left: 20px;
}
.privacy-page li {
	margin-bottom: 10px;
}
.privacy-page button {
	display: none;
}
.cguard-legal-notice {
	display: none;
}
.privacy-page h2 {
	font-size: 55px;
	margin-bottom: 15px;
}
.privacy-page a {
	color: #0054e4;
}
.privacy-page a:hover {
	color: #0054e4 !important;
}





















.srv_col > div {
  row-gap: 30px;
  column-gap: 30px;
  justify-content: center;
}
.srv_box {
  width: calc(100% / 3 - 20px) !important;
  box-shadow: rgba(36, 48, 60, 0.08) 0px 14px 34px;
  border-radius: 20px;
  padding: 40px 15px;
  transition: all 0.5s ease-in-out !important;
  background: #fff;
  border: 0 !important;
  overflow: hidden;
}
.srv_box::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 4px;
  background: linear-gradient(90deg, rgb(216, 255, 60) 0px, rgb(216, 255, 60) 16%, rgb(10, 107, 255) 16%, rgb(10, 107, 255) 100%);
}

.srv_box .elementor-image-box-title {
	color: rgb(36, 48, 60);
	font-family: Kanit, sans-serif;
	font-weight: 700;
	font-size: 19px;
	margin-top: 15px;
	margin-bottom: 10px !important;
	display: block;
}

.srv_box:hover {
	transform: translateY(-8px) !important;
	box-shadow: rgba(0, 84, 228, 0.2) 0px 24px 48px !important;
}


.mt30 {
	margin-top: 30px;
}


.link_txt a {
	color: #fff !important;
	font-weight: 700;
	text-decoration: underline !important;
}


.link_txt a:hover {
	color: #fff !important;
}

.two_boxe-col .srv_box {
	width: calc(100% / 2 - 15px) !important;
}


.two_boxe-col li {
	list-style: none;
	text-align: left;
	padding-left: 30px;
	position: relative;
}
.two_boxe-col .elementor-image-box-title {
	text-align: left;
	font-size: 30px;
}
.two_boxe-col .elementor-image-box-content {
	text-align: left;
}
.two_boxe-col ul {
	margin-top: 15px;
}
.two_boxe-col li::before {
	content: "";
	background-image: url("https://theapexpainters.com/wp-content/uploads/2026/08/blue-arrow.png");
	background-size: 16px;
	height: 20px;
	width: 20px;
	background-position: center center;
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	top: 3px;
}









































/* Blog Page CSS */
.single-left strong {
	font-weight: bold !important;
}
.post-card article {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #0054e417;
	box-shadow: rgba(36, 48, 60, 0.06) 0px 12px 28px;
}
.post-card .elementor-post__thumbnail {
	display: block;
	width: 100%;
	padding: 0 !important;
	overflow: hidden;
}
.post-card .elementor-post__thumbnail img {
	display: block;
	width: 100% !important;
	top: 0 !important;
	left: 0 !important;
	transform: unset !important;
	transition: all ease-in-out 0.5s !important;
	height: 250px !important;
	object-fit: cover;
	position: static !important;
}
.post-content a {
	color: #891c1c !important;
}
.post-card .elementor-post__text {
	padding: 30px 30px 100px;
	display: flex !important;
	position: static;
	text-align: left;
}
.post-card h3 {
	font-size: 21px !important;
	line-height: 27px;
	margin-bottom: 10px !important;
	text-transform: capitalize;
}
.post-card h3 a {
	color: var(--ink) !important;
}
.post-card .elementor-post__meta-data {
	color: #fefefe !important;
	font-size: 17px !important;
	line-height: 27px !important;
	order: 1 !important;
	margin-bottom: 10px !important;
}
.post-card article:hover .elementor-post__thumbnail img {
	transform: scale(1.1) !important;
}
.post-card .elementor-post__read-more {
	padding: 14px 34px !important;
	margin: 15px auto 0 !important;
	position: absolute;
	bottom: 30px;
	font-size: 16px;
	border-radius: 50px;
	line-height: 1;
	font-weight: 700;
	transition: all 0.5s ease-in-out !important;
	background: rgb(0, 84, 228) !important;
	color: rgb(255, 255, 255) !important;
	text-align: center;
}
.post-card .post:hover .elementor-post__read-more {
	background: #000 !important;
}
.post-card article:hover .elementor-post__read-more {
	box-shadow: var(--shadow-blue);
	transform: translateY(-2px);
}
.post-card .elementor-post__excerpt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.post-card p {
	line-height: 1.6 !important;
	font-size: 17px !important;
	font-family: var(--ff-body);
	color: var(--ink) !important;
}
.post-card a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.post-card article:hover .elementor-post__text::before {
	transform: rotate(0deg);
}
article a {
	margin-bottom: 0 !important;
}
.post-card .elementor-posts-container {
	column-gap: 20px;
	row-gap: 20px;
}
.pl40 {
	padding-left: 40px;
}
.single-main {
	box-shadow: unset !important;
	padding: 80px 15px;
}
.single-main .elementor-widget-wrap {
	box-shadow: none !important;
	transition: none !important;
	background: transparent !important;
}
.single-main h1 {
	font-size: 45px !important;
	line-height: 55px !important;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.single-main .elementor-icon-list-item {
	margin: 0px 0px 0px 8px !important;
}
.single-main li a {
	color: #4e4e4e !important;
	font-size: 18px !important;
	line-height: 28px !important;
}
.single-main li a:hover {
	color: #000 !important;
}
.single-ryt .elementor-post__thumbnail__link {
	display: none;
}
.single-main img {
	width: 100%;
	display: block !important;
	object-fit: cover;
	border-radius: 20px;
}
.single-main .elementor-icon-list-icon {
	display: none !important;
}
.single-left h2 {
	font-size: 35px;
	line-height: 42px;
}
.single-left h3 {
	font-size: 30px;
	line-height: 34px;
}
.single-left h4 {
	font-size: 25px;
	line-height: 28px;
}
.single-left h5 {
	font-size: 20px;
	line-height: 24px;
}
.single-left h2, .single-left h3, .single-left h4, .single-left h5 {
	margin: 35px auto 12px;
	text-transform: capitalize;
}
.post-content ul {
	list-style: none !important;
}
.post-content li {
	position: relative;
	font-size: 17px;
	line-height: 27px;
	padding-left: 40px;
	margin-bottom: 15px !important;
}
.post-content li::before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: "✔";
	width: 26px;
	height: 26px;
	border-radius: 8px;
	display: grid;
	place-items: center;
	flex: none;
	margin-top: 1px;
	background: rgba(54,194,221,.18);
	color: var(--cyan);
}
.single-ryt .sidebar .elementor-container {
	padding: 30px;
	background: #EAF0FC;
	border-radius: 20px;
	border: 1px solid #0054e424;
}
.single-ryt h4 {
	font-size: 23px;
	line-height: 36px;
	margin-bottom: 7px;
	font-weight: 800;
	color: #000 !important;
	font-family: "Kanit", sans-serif !important;
}
.single-post .elementor-location-header {
	position: relative;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.single-ryt article {
	padding-bottom: 20px !important;
	border-bottom: 1px solid #0054e424;
	align-items: center;
}
.single-ryt h3 a {
	font-size: 15px !important;
	line-height: 20px !important;
	color: #000;
	font-weight: normal !important;
	text-transform: capitalize;
	font-family: "Kanit", sans-serif;
}
.post-info time {
	color: #000 !important;
}
.single-ryt .elementor-grid {
	row-gap: 16px;
}
.single-ryt article:last-child {
	border-bottom: 0px !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.post-content p {
	font-size: 17px;
	line-height: 31px;
}
.post-content h2:first-child {
	margin-top: 0;
}








div#s360-chat-iframe-container {
    z-index: 10;
    position: relative;
} 
.contactbar.blue-cta {
	background: #0054e4 !important;
} 
.contactbar.blue-cta .defbtn a {
	background: rgb(247, 250, 254) !important;
	color: rgb(0, 56, 168) !important;
} 
.contactbar.blue-cta  .defbtn a:hover {
	background: rgb(16, 25, 34) !important;
	color: rgb(255, 255, 255) !important;
	transform: translateY(-2px) !important;
} 
.inr-flip-img.flip-half-img-left::before {
	bottom: 0%; 
	opacity: 0.12;
} 

.contact-info i {
display: block;
  color: #0000008c;
  font-style: normal;
  font-size: 16px !important;
  line-height: 22px;
  font-weight: 600;
} 
.contact-info .elementor-icon-list-text {
	color: rgb(61, 96, 118);
	font-weight: 600;
} 
.contact-info .elementor-icon-list-icon {
border: 1px solid #0054e4;
  padding: 13px;
  border-radius: 50%;
  margin-right: 10px;
  transition: all ease-in-out .5s !important;
  background: #0054e4;
  align-content: center;
  align-items: center;
  inset-block-start: unset !important;
} 
.contact-info .elementor-icon-list-icon svg {
	fill: #fff !important;
	margin: 0px !important;
	width: 16px !important;
	height: 16px !important; 
	transition: all ease-in-out .5s !important;
} 
.contact-info li {
	border-bottom: 1px solid #e1e1e1;
	padding: 20px 0px !important; 
	align-items: start !important;
} 
.contact-info li:last-child {
	border-bottom: 0px;
} 
.contact-info li:hover .elementor-icon-list-icon {
	background: #fff !important; 
border: 1px solid #000;
} 
.contact-info li:hover .elementor-icon-list-icon svg {
	fill: #000 !important;
}   
.contact-info li p {
	margin-bottom: 0px;
} 
.form-contact .custom-contact .gfield {
	width: calc(100% / 2 - 11px) !important;
} 
.form-contact .custom-contact .gfield--type-textarea {
	width: 100% !important;
} 
.form-contact .custom-contact .gfield--type-checkbox {
	margin-top: 6px !important;
	width: 100% !important;
	margin-bottom: 10px;
} 
.form-contact .elementor-widget-wrap {
	background-color: #EAF0FC69;
	padding: 30px 30px 35px;
	border-radius: 10px;
} 
.pad80{
	padding:80px 15px;
} 


.faqouter i {
	color: #000;
	font-weight: normal !important;
	font-size:0px;
} 
.faqouter .elementor-accordion .elementor-tab-title {
	padding: 0px !important;
} 
.faqouter .elementor-accordion-icon-closed, .faqouter .elementor-accordion-icon-opened {
	position: relative;
} 
.faqouter .elementor-accordion-icon-closed::before, .faqouter .elementor-accordion-icon-opened:before {
	position: absolute;
	content: "";
	background-image: url(https://toptiercharleston.com/wp-content/uploads/2024/02/plus-wtt.png);
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	left: -29px;
	top: 3px;
	background-color: #0054e4;
	border-radius: 50%;
	background-size: 12px;
	background-position: left 4px top 4px;
	font-weight: normal;
} 

.faqouter .elementor-accordion-icon-opened:before {
	background-image: url(https://toptiercharleston.com/wp-content/uploads/2024/02/minus-wtt.png); 
} 

.faqouter .elementor-widget-container {
	margin:33px 0px 0px !important;
} 
.faqouter .elementor-accordion .elementor-accordion-item {
background: #f4f6f9 !important;
  border-left: 4px solid #0a6bff !important;
  border-radius: 16px;
  padding: 22px 22px !important;
  transition: .3s ease;
  margin: 0 0 auto !important;
} 
.faqouter .elementor-accordion .elementor-tab-content {
	padding: 13px 0px 0px;
	border: 0px;
	font-size: 18px;
	line-height: 31px;
} 
.faqouter .elementor-accordion .elementor-accordion-item {
	border: 0px solid #d4d4d4;
} 
.faqouter .elementor-accordion-title {
	list-style: none;
	font-family: "Kanit", sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.4;
	color: #24303c;
	max-width: 320px;
	display: flex;
}

.faqouter .elementor-accordion .elementor-accordion-item:last-child {
	border-bottom: 0px solid #0000009e !important;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
} 
.faqouter .elementor-accordion-icon {
	width: auto !important; 
	font-size: 0px !important;
} 

.faqouter .elementor-accordion .elementor-accordion-item:hover::before {
	background: #0973ba;
} 
.faqouter .elementor-accordion {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
	gap: 14px;
}




.map-list li a {
	color: #000;
}

.srv_box .elementor-image-box-img img {
	width: auto !important;
	min-height: 71px;
	max-height: 71px;
	margin: 0 auto;
}
.srv_box .elementor-image-box-img {
	display: block;
	margin: 0 auto 20px !important;
	width: auto !important;
}












.review-card .swiper-slide a::before {
	content: "";
	height: 100%;
	width: 100%;
	background-color: transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}


@media (max-width: 767px) {
	.faq-grid {
		grid-template-columns: 1fr;
	}

	.faq-item {
		padding: 18px 20px;
	}

	.faq-item summary {
		font-size: 16px;
	}
}
/* Responsive */



@media(max-width: 1400px) {
	.copyryt-sec > div {
		padding: 24px 15px;
	}
	.custom-contact .gfield--type-checkbox {
		width: calc(100% - 35%) !important;
	}
	.form-card {
		max-width: 1240px;
		margin: -60px 15px 0px;
	}
}
@media(max-width: 1199px) {
	.map-list li {
		padding: 10px 15px !important;
		font-size: 13px !important;
	}
	.bold-hd p {
		font-size: 21px !important;
	}
	.bdr-list li {
		padding: 23px 23px !important;
	}
	.pl60 {
		padding-left: 50px;
	}
	.pr60 {
		padding-right: 50px;
	}
	.bigheading h2 {
		font-size: 39px;
	}
	.contactbar {
		padding: 30px 30px;
	}
	.pad100 {
		padding: 80px 15px;
	}
	.form-card {
		padding: 35px 26px;
	}
	.bnr-hd h1 {
		font-size: 70px;
	}
	.bnr-apex img {
		max-width: 370px;
	}
}
@media(max-width: 1024px){
	.header-sec .elementor-menu-toggle__icon--close.e-font-icon-svg.e-eicon-close {
		fill: #0c42ae;
	}
	.hd_menu .elementor-menu-toggle__icon--open.e-font-icon-svg.e-eicon-menu-bar {
		fill: #fff;
	}
	.hd_menu {
		order: 1;
	}
	.header-sec .elementor-menu-toggle {
		background-color: #0054e4;
		padding: 11px;
		margin: 0px 0px !important;
		z-index: 10;
		display: flex;
		justify-content: flex-end;
	}
	.header-sec nav.elementor-nav-menu--dropdown {
		position: fixed;
		top: 0;
		bottom: 0;
		width: 480px;
		margin: 0 !important;
		display: flex;
		align-items: center;
		justify-content: center;
		right: -490px;
		transform: unset !important;
		max-height: 100% !important;
		transition: all ease-in-out 0.3s !important;
		background-color: #003db6;
		overflow: auto;
		z-index: 5;
	}
	.header-sec .elementor-nav-menu>li>a {
		color: #fff;
	}
.header-sec .elementor-menu-toggle.elementor-active~.elementor-nav-menu--dropdown {
		right: 0px !important;
	}
	.header-sec .elementor-menu-toggle.elementor-active {
		background-color: #fff;
		margin: 0px !important;
		position: fixed;
		right: 15px;
		top: 20px;
	}
	.hd_menu .elementor-nav-menu > li > a:hover {
		color: #fff !important;
	}
	.header-sec .elementor-nav-menu {
		margin: auto;
		margin-top: 90px !important;
width: 100% !important;
	}
	.header-sec .sub-arrow {
		position: absolute;
		right: 30px;
	}
	.header-sec .elementor-nav-menu>li:last-child>a:hover {
		background: transparent !important;
		color: #fff !important;
	}
	.header-sec .elementor-nav-menu>li:last-child {
		margin-left: 0px;
	}
	.header-sec .hd_menu .elementor-nav-menu>li:last-child>a {
		border: 0 !important;
	}
	.header-sec ul.elementor-nav-menu > li > a, .hd_menu .elementor-nav-menu > li:last-child > a {
		background-color: transparent !important;
		font-size: 20px !important;
		padding: 22px 15px !important;
		border: 0px !important;
		color: #fff !important;
		border-bottom: 1px solid #ffffff1f !important;
	}
	.hd_menu nav > ul.elementor-nav-menu > li {
		margin-left: 0px;
	}
.header-sec  ul.elementor-nav-menu .sub-menu li a {
		padding: 20px 20px 20px 35px !important;
		color: #fff !important;
		font-size: 17px !important;
		background-color: #231f20 !important;
		text-transform: uppercase;
	}
	.header-sec ul.elementor-nav-menu .sub-menu {
		background: transparent !important;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

	.apex-steps{
		flex-wrap:wrap;
	}

	.step-card{
		flex:1 1 calc(50% - 10px)!important;
	}

}
@media(max-width: 999px) {
	.ft-iconlist li {
		padding: 0 8px !important;
	}
	.form-card h2 {
		font-size: 28px;
	}
	.custom-contact .gform-field-label__text {
		font-size: 11px;
	}
	.bigheading {
		margin-bottom: 17px !important;
	}
	.brain_okin {
		margin-top: 30px;
	}
	.defbtn, .blue-btn {
		margin-top: 25px;
	}
	.t-full-col.pl60 {
		padding-left: 0;
	}
	.t-full-col {
		width: 100% !important;
	}
	.ft-cont-col {
		width: 28% !important;
	}
	.ft-com-col {
		width: 20% !important;
	}
	.ft-srv-col {
		width: 27% !important;
	}
	.footer-sec {
		padding: 60px 15px 52px 15px;
	}
	.bdr-list li {
		padding: 20px 19px !important;
	}
	.pr60 {
		padding-right: 35px;
	}
	.pl60 {
		padding-left: 35px;
	}
	.step-card {
		min-height: 200px;
		padding: 28px 22px;
	}
	.bluebox p {
		padding: 20px;
		font-size: 18px;
	}
	.normalbox p {
		padding: 20px;
	}
	.lgheading h2 {
		font-size: 40px;
	}
	.contactbar h2 {
		font-size: 24px;
	}
	.review-card .elementor-testimonial__image img {
		height: 80px;
	}
	.review-card .elementor-swiper-button {
		top: -70px !important;
	}
	.bigheading h2 {
		font-size: 35px;
	}
	.pad100 {
		padding: 60px 15px;
	}
	.flip-list {
		padding: 40px 0;
	}
	.pl30 {
		padding-left: 20px;
	}
	.form-card {
		padding: 30px 20px;
		margin: -40px 15px 0px;
	}
	.bg-text {
		padding: 10px 17px;
	}
	.bnr-hd h1 {
		font-size: 64px;
	}
	.bnr-apex img {
		max-width: 320px;
	}
}
@media (max-width:767px){
	.copyryt-sec > div {
		padding: 24px 0 70px;
	}
	.ft_fix_btn a:last-child {
		border-left: 1px solid #ffffff36;
	}
	.ft_fix_btn a {
		color: #fff;
		padding: 10px;
		width: 100% !important;
		text-align: center;
		letter-spacing: 0.02em;
		font-weight: 700;
		font-size: 16px;
	}
	.ft_fix_btn {
		display: flex;
		justify-content: space-between;
		background-color: #0745bb;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		border-top: 1px solid #ffffff2b;
		z-index: 10;
	}
	.banner::before, .inr-bnr::before {
		background: linear-gradient(0deg, rgba(0, 56, 168, 0.97) 0%, rgba(0, 60, 180, 0.9) 38%, rgba(10, 107, 255, 0.5) 66%, rgba(10, 107, 255, 0.3) 100%);
	}
	.bigheading {
		margin-bottom: 13px !important;
	}
	.footer-sec {
		padding: 40px 15px 40px 15px;
	}
	.map-list li {
		padding: 10px 12px !important;
		font-size: 11px !important;
	}
	.header-sec .elementor-menu-toggle.elementor-active {
		top: 17px;
	}
	.ft-cont-col {
		width: 100% !important;
		margin-top: 28px;
	}
	.pr60 {
		padding-right: 0;
	}
	.pl60 {
		padding-left: 0;
	}
	.lgheading h2 {
		font-size: 35px;
	}
	.contactbar {
		padding: 30px 15px;
	}
	.review-card .elementor-testimonial__image img {
		height: 76px;
	}
	.review-card > div {
		padding-top: 20px !important;
	}
	.review-card .swiper-slide {
		padding: 30px 15px;
	}
	.review-card .swiper-slide:hover {
		transform: unset;
		box-shadow: unset;
	}
	.review-card .elementor-swiper-button-prev {
		left: calc(50% - 41px) !important;
	}
	.review-card .elementor-swiper-button {
		top: -50px !important;
		width: 40px;
		height: 40px;
	}
	.review-card {
		margin-top: 68px;
	}
	.bigheading h2 {
		font-size: 31px;
	}
	.pad100 {
		padding: 40px 15px;
	}
	.flip-list li {
		padding-left: 18px !important;
	}
	.flip-list li::after {
		margin-left: 2px !important;
	}
	.custom-contact .gform-footer button {
		padding: 14px 26px !important;
		max-width: 150px;
		min-width: 150px !important;
		font-size: 15px !important;
		margin: 0 auto !important;
	}
	.custom-contact .gfield--type-checkbox {
		width: 100% !important;
	}
	.form-card p {
		margin-bottom: 14px;
	}
	.custom-contact .gfield {
		width: 100% !important;
	}
	.pl30 {
		padding-left: 0;
	}
	.form-card {
		padding: 25px 15px;
		margin: -39px 15px 0px;
	}
	.header-sec ul.elementor-nav-menu > li > a, .hd_menu .elementor-nav-menu > li:last-child > a {
		font-size: 19px !important;
		padding: 15px 15px !important;
	}
	.header-sec nav.elementor-nav-menu--dropdown {
		width: 300px;
	}
	.header-sec .elementor-menu-toggle {
		padding: 10px;
	}
	.banner {
		padding: 20% 15px 20% 15px;
	}
	.bg-text p {
		font-size: 15px;
	}
	.mt25 {
		margin-top: 19px;
	}
	.animated-bgg::after {
		width: 70px;
	}
	.bnr-hd h1 {
		font-size: 46px;
	}
	.banner-caption > div {
		justify-content: center;
	}
	.bnr-apex img {
		max-width: 250px;
	}

	.apex-steps{
		flex-direction:column;
	}

	.step-card{
		flex:unset!important;
		width:100%;
	}

}



