body {
	background: #fff;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	color: #636363;
	letter-spacing: 0.02rem;
	line-height: 1.2;
}
a {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Inter", sans-serif;
	font-weight: 600;
}
b, strong {
	font-weight: 700;
}
ul, li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
p {
	line-height: 1.6rem;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
}
.section {
	position: relative;
	display: block;
}
.header {
	position: relative;
	left: 0;
	right: 0;
	z-index: 101;
	top: 0;
	display: block;
	padding: 0px 0;
	background-color: #fff;
}
.header-contact {
	padding: 6px 0;
	border-bottom: 1px solid #c3c3c3;
}
.icon-btn {
	font-size: 14px;
	color: #333333;
	border: none;
	padding: 0;
	letter-spacing: 0.02rem;
	font-weight: 400;
}
.icon-btn i {
	margin-right: 6px;
}
.icon-btn i svg {
	width: 23px;
	height: 23px;
}
.icon-btn i svg path {
	fill: #26aae1;
}
.btn-svg-icon {
}
.icon-btn span {
	font-size: 13px;
	font-weight: 600;
	color: #333333;
	display: block;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
}
.icon-btn:hover {
	color: #26aae1
}
.sub-title-btn-inner.ph-number {
	font-size: 21px;
	color: #26aae1;
	font-weight: 600;
	font-family: "Inter", sans-serif;
}
/*------- Menu CSS Start -------*/

nav.custom-menu ul li {
	font-size: 16px;
	font-weight: 600;
	color: #231f20;
	letter-spacing: 0.02rem;
	padding: 0 16px;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
}
nav.custom-menu ul li a {
	color: #231f20;
	position: relative;
	padding-bottom: 10px;
}
nav.custom-menu ul li a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background-color: #26aae1;
	-webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
nav.custom-menu ul li a:hover {
	color: #26aae1;
}
nav.custom-menu ul li a:hover:after {
	width: 100%;
}
.custom-logo {
	height: auto;
	max-width: 100%;
}
/*------- Menu CSS End -------*/





.hero-banner-section .container {
}
.hero-slider-caption-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
}
.banner-caption h1 {
	font-size: 52px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 100%;
	letter-spacing: 0.06rem;
	font-weight: 700;
}
.banner-caption h2 {
	font-size: 49px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 100%;
	letter-spacing: 0.06rem;
	font-weight: 600;
}
.banner-caption h4 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	margin: 0;
	line-height: 1.8rem;
	letter-spacing: 0.04rem;
	font-family: "Poppins", sans-serif;
}
.banner-caption p {
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	margin: 0;
	line-height: 1.6rem;
	letter-spacing: 0.02rem;
}
.hero-image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	position: relative;
}
.text-yellow {
	color: #ffcf09 !important;
}
.custom-btn {
	border-radius: 10px;
	color: #fff;
	background-color: #26aae1;
	font-size: 18px;
	letter-spacing: 0.06rem;
	padding: 10px 30px;
	border-color: transparent;
	line-height: 100%;
	font-weight: 600;
	font-family: "Inter", sans-serif;
}
.custom-btn:hover {
	background-color: #333;
	color: #fff;
}
.border-btn {
	border: 2px solid transparent;
	background-color: transparent !important;
}
.white-border {
	border-color: #fff;
}
.big-btn {
	padding: 13px 45px;
}
.white-border:hover {
	border-color: #e4000d;
	color: #e4000d;
}
.custom-btn-black {
	background-color: #231f20;
	color: #fff;
}
.custom-btn-black:hover {
	background-color: #26aae1;
	color: #fff;
}
.overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
	background-color: rgba(0,0,0,.70);
}
.grey-bg {
	background-color: #f7f7f7;
}
.padding-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.pt-60 {
	padding-top: 60px;
}
.pb-135 {
	padding-bottom: 135px;
}
.how-to-work-box {
	border-radius: 10px;
	padding: 20px 25px;
}
.how-to-work-icon svg {
	display: block;
	width: 53px;
	height: 53px;
}
.black-bg {
	background-color: #000000;
}
.red-text {
	color: #26aae1;
}
.how-to-work-box-content p {
	font-size: 14px;
	color: #575757;
	letter-spacing: 0.02rem;
	margin-bottom: 0 !important;
	line-height: 1.2rem;
	font-weight: 400;
}
.how-to-work-icon img {
	display: block;
	width: 100%;
	max-width: 100px;
	height: auto;
}
.why-choose-us-section .container {
	position: relative;
	z-index: 11;
	margin-top: -75px;
}
.red-bg {
	background-color: #26aae1;
}
.how-to-work-section .container {
}
.heading {
	position: relative;
	display: block;
	text-align: left;
}
.heading h2 {
	font-size: 32px;
	color: #000000;
	line-height: 100%;
	letter-spacing: 0.02rem;
	font-weight: 700;
}
.sub-heading {
	display: block;
	position: relative;
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	width: 100%;
	margin: 10px 0 20px;
}
.sub-heading span {
	vertical-align: top;
	font-weight: 400;
	padding: 0 26px;
}
.sub-heading span.heading-top:after,  .sub-heading span.heading-top:before {
	position: absolute;
	top: 3px;
	content: "";
	width: 12px;
	height: 12px;
	z-index: 1;
	background-color: #26aae1;
	display: block;
}
.sub-heading span.heading-top:after {
	right: 0;
}
.sub-heading span.heading-top:before {
	left: 0;
}
.opposite-heading .sub-heading span {
	vertical-align: top;
}
.heading.opposite-heading {
	text-align: right;
}
.service-box-wrapper {
	display: block;
	position: relative;
	padding: 0 10px;
}
.service-box-wrapper-image {
	position: relative;
	display: block;
	border-radius: 20px;
	overflow: hidden;
}
.service-box-wrapper-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	transition: all 3s;
	transform: scale(1);
}
.service-box-wrapper:hover .service-box-wrapper-image img {
	transform: scale(1.2);
}
.service-box-wrapper-image:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #00000060;
	z-index: 2;
	content: "";
}
.service-box-wrapper-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	z-index: 10;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 0.02rem;
	text-transform: uppercase;
}
.service-image-icon {
	display: flex;
	justify-content: center;
}
.service-image-icon img {
	width: 100%;
	max-width: 63px;
	height: 63px;
	display: block;
}
.read-more {
	font-size: 14px;
	color: #26aae1;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0.1rem;
	text-decoration: none !important;
}
.read-more:hover {
	color: #000;
}
.read-more i {
	margin-top: 2px;
}
.circle-icon {
	position: absolute;
	right: -30px;
	top: -36px;
	z-index: 2;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: rgb(110,3,8);
	background: -moz-linear-gradient(0deg, rgba(110,3,8,1) 0%, rgba(247,61,61,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(110,3,8,1) 0%, rgba(247,61,61,1) 100%);
	background: linear-gradient(0deg, rgba(110,3,8,1) 0%, rgba(247,61,61,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e0308", endColorstr="#f73d3d", GradientType=1);
	text-align: center;
}
.circle-icon svg {
	display: block;
	width: 38px;
	height: 38px;
}
.about-box {
	padding: 40px;
	position: relative;
	width: 620px;
	margin-left: -120px;
}
.about-box:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 10px;
	background-color: #26aae1;
}
.white-bg {
	background-color: #fff;
}
.red-border {
	border-color: #26aae1;
	color: #26aae1;
}
.red-border:hover {
	color: #000;
	border-color: #000;
}
.call-to-action-section {
	background-image: url(../images/slogan-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}
.white-border:hover {
	border-color: #fff;
	background-color: #fff !important;
	color: #26aae1
}
.testimonial-slider .item {
	padding-top: 40px;
}
.testimonial-box {
	display: block;
	background-color: #f0f0f0;
	padding: 20px 15px;
	position: relative;
	min-height: 250px;
	border-radius: 10px;
	margin: 0 10px;
}
.testimonial-slider .slider-arrow {
	margin-top: -4%;
}
.review-star {
	font-size: 20px;
	color: #ff8e00;
}
.font-15 {
	font-size: 15px;
	line-height: 1.4rem;
}
.font-13 {
	font-size: 13px;
	line-height: 1.2rem;
}
.quote-icon svg {
	width: 26px;
	height: 26px;
	display: block;
}
#testimonial .slider-arrow.nav-button-next {
	right: -6px;
}
#testimonial .slider-arrow.nav-button-prev {
	left: -6px;
}
.slider-arrow.nav-button-prev {
	left: -10px;
	transition: transform 1s linear;
}
.slider-arrow.nav-button-next {
	right: -10px;
}
.disabled .slider-arrow {
	background-color: #eeeeee;
}
.services-carousal .owl-nav button.disabled {
	opacity: 1;
}
#testimonial .item {
	padding: 20px 15px;
}
ul.footer-menu-section {
	padding: 0;
	margin: 0;
}
ul.footer-menu-section li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-weight: 600;
	color: #231f20;
	padding: 0 15px;
	letter-spacing: 0.08rem;
}
ul.footer-menu-section li a {
	color: #231f20;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}
ul.footer-menu-section li a:hover {
	color: #26aae1;
}
.footer-copy-text {
	font-size: 13px;
	color: #151515;
	font-weight: 400;
	letter-spacing: 0.06rem;
	text-transform: capitalize;
}
.footer-copy-text p {
	line-height: 1.2rem;
}
.footer {
	display: block;
	position: relative;
	background-color: #fff;
	padding: 60px 0 40px;
}
.footer-bottom {
	padding-top: 20px;
	font-family: "Poppins", sans-serif;
	border-top: 2px solid #cccece;
}
ul.list-inline li {
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #242424;
	padding: 0 20px;
	font-size: 14px;
	text-transform: capitalize;
	letter-spacing: 0.02rem;
}
ul.list-inline li:last-child {
	border-right: none !important;
}
ul.list-inline li a {
	color: #242424;
	text-decoration: none !important;
}
ul.list-inline li a:hover {
	color: #27abe4;
}
.social-icon a {
	width: 36px;
	height: 36px;
	border: 2px solid #26aae1;
	border-radius: 50%;
	display: block;
}
.social-icon svg {
	width: 14px;
	height: 14px;
	display: block;
}
.social-icon svg path {
	fill: #26aae1;
}
.social-icon a.facebook svg {
	width: 20px;
	height: 20px;
}
.social-icon a:hover {
	border-color: #262626;
}
.social-icon a:hover svg path {
	fill: #262626;
}
.footer-top {
	background-color: #26aae1;
	padding: 30px 0;
}
.scrollup {
	width: 50px;
	height: 50px;
	opacity: 1;
	position: fixed;
	bottom: 8px;
	left: 15px;
	display: none;
	text-indent: -9999px;
	background: url(../images/icons/circle-arrow.svg) no-repeat;
	z-index: 5;
	background-size: 100% auto;
}
.quote-btn:hover {
	background-color: #333;
}
.cover-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 20px;
}
.custom-breadcrumb .breadcrumb li {
	color: #26aae1;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	font-weight: 300;
}
.custom-breadcrumb .breadcrumb li a {
	color: #fff;
}
.custom-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
	color: #fff;
}
.icon-text a {
	font-size: 17px;
	color: #fff;
	text-decoration: none !important;
	font-weight: 500;
}
.icon-text a span {
	font-size: 18px;
	color: #323232;
	display: block;
	font-weight: 500;
}
.icon-text {
	line-height: 1.6rem;
}
.icon-text .icon svg {
	width: 30px;
	height: 30px;
}
.icon-text .icon svg path {
	fill: #26aae1;
}
.address-box {
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.02rem;
}
.address-box span {
	color: #323232;
	font-weight: 500;
	display: block;
	margin-bottom: 0px;
}
.contact-form-box {
	display: block;
}
.form-heading h2 {
	font-size: 32px;
	color: #FFF;
	margin-bottom: 10px;
	font-weight: 600;
	letter-spacing: 0.02rem;
	line-height: 2rem;
}
.form-heading p {
	font-size: 14px;
	color: #FFF;
	margin-bottom: 0px;
	font-weight: 300;
	letter-spacing: 0.02rem;
	line-height: 1.2rem;
}
.contact-form-box .form-control {
	border: 1px solid #fff;
	box-shadow: none !important;
	padding: 15px 20px;
	height: 48px;
	font-size: 15px;
	color: #fff;
	background: transparent !important;
}
.contact-form-box textarea.form-control {
	height: 126px;
	resize: none;
}
 .contact-form-box .form-control::-webkit-input-placeholder {

    /* WebKit, Blink, Edge */

    color: #fff;
}
 .contact-form-box .form-control:-moz-placeholder {

    /* Mozilla Firefox 4 to 18 */

    color: #fff;
 opacity: 1;
}
 .contact-form-box .form-control::-moz-placeholder {

    /* Mozilla Firefox 19+ */

    color: #fff;
 opacity: 1;
}
 .contact-form-box .form-control:-ms-input-placeholder {

    /* Internet Explorer 10-11 */

    color: #fff;
}
.submit-btn {
	font-weight: 600;
	letter-spacing: 0.04rem;
}
.map-section iframe {
	width: 100%;
	display: block;
}
.ff-ibm {
	font-family: "Poppins", sans-serif;
}
.content-box ol li {
	list-style: decimal;
}
.content-box ol li {
	margin-top: 1rem;
	line-height: 1.2rem;
}
.curve-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 101;
}
.curve-bg img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}
.icon-box-section {
	border-radius: 8px;
	background-color: #fff;
	text-align: center;
	padding: 30px 20px;
}
.icon-box-icon {
}
.icon-box-icon svg {
	display: inline-block;
	height: 80px;
	width: auto;
	vertical-align: top;
}
.box-small-heading {
	font-size: 22px;
	color: #1f1f1f;
	font-weight: 600;
	letter-spacing: 0.02rem;
	margin: 25px 0 16px;
}
.icon-box-section p {
	font-size: 15px;
	color: #000000;
	letter-spacing: 0.02rem;
	margin-bottom: 0;
}
.contact-left-section {
	background: url(../images/contact-left-bg.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.contact-right-section {
	background: url(../images/contact-right-bg.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.contact-left-section:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0,0,0,0.85);
}
.contact-wrapper {
	z-index: 2;
	padding: 200px 0 80px;
}
.top-curved {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.top-curved img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}
.work-with-us-section {
	background-color: #000000;
}
.custom-padding-0 {
	padding: 0;
}
.imge {
	width: 100%;
}
.img-wrap img {
	height: 100%;
	object-fit: cover;
}
.work-with-us-section {
	max-height: 428px;
	overflow: hidden;
}
.black-bg-box-with-separator {
	padding: 95px 0;
}
.gallery-section ul {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	font-weight: 600;
	margin: 0 auto 20px;
}
.gallery-section ul li {
	padding: 10px 20px;
	margin: 5px;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	transition: 0.5s linear;
	color: #747d8c;
}
.list.active, .gallery-section ul li:hover {
	color: #2f3542;
	border-bottom: 2px solid #2f3542;
}
.products {
}
.image-item {
	overflow: hidden;
}
.image-item a {
	overflow: hidden;
	display: block;
	border-radius: 8px;
}
.image-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
	transition: 0.5s linear;
}
.image-item:hover img {
	transform: scale(1.1);
}
.contact-section {
	background-color: #000000;
}
.contact-section iframe {
	width: 100%;
	height: 523px;
	display: block;
}
.header-nav-section {
	padding: 7px 0;
}
.slider-arrow {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	z-index: 100;
	background-color: transparent !important;
	transform: rotate(0deg);
	transition: transform 1s linear;
	border: none !important;
	font-size: 50px;
	color: #26aae1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
}
.slider-arrow.nav-button-prev {
	left: -50px;
}
.slider-arrow.nav-button-next {
	right: -50px;
}
.slider-section .slider-arrow.nav-button-prev {
	left: 0;
}
.slider-section .slider-arrow.nav-button-next {
	right: 0px;
}
.slider-section .slider-arrow {
	color: #fff;
}
.contact-form {
	background-color: rgba(255,255,255,0.90);
	padding: 30px;
	border-radius: 10px;
}
.contact-form .form-control, .contact-form .form-select {
	height: 45px;
	border: 1px solid #a1a1a1;
	background-color: transparent;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
}
.contact-form textarea {
	height: auto !important;
}
.form-title {
	font-size: 30px;
	font-weight: 700;
	color: #000000;
	margin: 0 0 0px;
	text-align: center;
	text-transform: capitalize;
}
.contact-form p {
	font-size: 16px !important;
	color: #666666 !important;
	font-weight: 400 !important;
}
.cover-bg-section {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.overlay-bg {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.7);
}
.box-wrapper {
	padding: 50px 25px;
}
.footer-social {
	height: 1px;
	background-color: #27abe4;
	display: block;
	margin: 50px 0;
}
.footer-social .social-icon {
	background-color: #fff;
	margin-top: -4px;
	padding: 0 30px;
}
.wpcf7-spinner{
	display: block !important;
}
.logo .custom-logo {
  height: auto;
  max-width: 185px;
}
