body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #3a3a3c;
}
a {
    color: #404041;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #ff0000;
    text-decoration: none;
}
p {
	margin-bottom:15px;
}
.logoBox {
	width:64%;
}
.phoneBox {
	width:39%;
}
.mobilemenu {
	position:absolute;
}
.welcomeSec {}
.welcomeSec h2 { 
	position:relative; 
	padding-left:100px;
}
.welcomeSec h2:after { 
	content:'';
	position:absolute;
	top: 50%;
    left: 0;
	width:80px;
	height:1px;
	display:inline-block;
	background-color:#FF0000;
}
.serviceSec {}
.serviceSec h2 { 
	position:relative; 
	padding-right:100px;
	width: auto;
    display: inline-block;
}
.serviceSec h2:after { 
	content:'';
	position:absolute;
	top: 50%;
    right: 0;
	width:80px;
	height:1px;
	display:inline-block;
	background-color:#3a3a3c;
}
.sliderSec {
	margin-bottom: 0px!important;
}
.services-slider .item {
	float: left;
    width: 100%;
}
.services-slider .item .image {
	float: left;
	width: 100%;
}
.services-slider .item .info {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 110px;
    transition: .5s ease;
    cursor: pointer;
    padding: 20px 10px;
    text-align: center;
}
.services-slider .item:hover .info {
	height: 100%;
    display: grid;
    align-content: center;
    background-color: rgb(0 0 255 / 50%);
}
.services-slider .item .info h3 {
	margin: 0 0 20px 0;
	font-size: 20px;
	line-height: 25px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
}
.services-slider .info p {
	position: relative;
	margin: 0 0 15px 0;
	padding: 40px 0 0 0;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
	text-align: center;
}
.services-slider .item:hover .info p {
	padding: 0px 0 0 0;
}
.services-slider .info .readmore {
	position: relative;
    width: auto;
    margin: auto;
    display: inline-block;
    padding: 8px 30px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #FF0000;
}
.services-slider .info .readmore:hover {
	color: #fff;
	background-color: #0000FF;
}

.services-slider .owl-nav {
    display: inline-block!important;
}
.services-slider .owl-nav button.owl-prev {
    left: 5px;
}
.services-slider .owl-nav button.owl-next {
    right: 5px;
}

.testimonialHd {}
.testimonialHd h2 { 
	position:relative; 
	padding-bottom:20px;
	width: auto;
    display: inline-block;
}
.testimonialHd h2:after { 
	content:'';
	position:absolute;
	bottom: 0;
    left: 0;
	width:80px;
	height:1px;
	display:inline-block;
	background-color:#3a3a3c;
}
.testimonialSlider .elementor-swiper-button-prev {
	left: -420px!important;
}
.testimonialSlider .elementor-swiper-button-next {
	right: inherit!important;
    left: -370px!important;
}
.testimonialSlider .swiper-pagination-bullets {
	display:none;
}
.testimonialSlider .elementor-swiper-button-prev i:before {
    content: "\e928";
}
.testimonialSlider .elementor-swiper-button-next i:before {
    content: "\e929";
}
.getTouchSec {
	position: absolute!important;
    right: 0;
    top: 50%;
    width: 40%!important;
    transform: translateY(-50%);
}
.getTouchHd {}
.getTouchHd h2 { 
	position: relative;
    padding-right: 100px;
    width: auto;
    display: inline-block;
}
.getTouchHd h2:after { 
	content:'';
	position:absolute;
	top: 50%;
    right: 0;
	width:80px;
	height:1px;
	display:inline-block;
	background-color:#ffffff;
}

.footerLink .elementor-icon-box-description a {
	color:#FFFFFF;
}
.footerLink .elementor-icon-box-description a:hover {
	color:#FF0000;
}

/*----- Contact Page -----*/
.wpcf7-form-control-wrap { display: block; }
body .wpcf7 form .wpcf7-response-output { float: left; width: 100%; padding: 10px; margin: 0 0 0 0; box-sizing: border-box; text-align: center; font-size: 16px; }
body span.wpcf7-not-valid-tip { position: absolute; top: 5px; right: 10px; font-size: 12px; white-space: nowrap; }
body .wpcf7-not-valid {	border-color: #f00 !important; }
.wpcf7-spinner 			{ margin: 15px 24px; position: absolute; background-color: #0000ff; }


.contact-form .form-group {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.contact-form .form-group p {
	margin-bottom:0;
}
.contact-form .form-group .form-control {
	display: inline-block;
    width: 100%;
    height: 54px;
    padding: 10px;
    outline: 0;
    background-color: #fff;
    border: 0px;
    border-radius: 0px;
    font-size: 18px;
    color: #3a3a3c;
    font-weight: 400;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contact-form .form-group .form-control::placeholder {
	color: #282828;
}
.contact-form .form-group textarea.form-control {
	resize: none;
	height: auto;
	padding: 15px 15px;
}
.contact-form .form-group .submitBtn {
    display: inline-block;
    width: 100%;
    padding: 13px 50px;
    background: #0000ff!important;
    border: 0px;
    border-radius: 0px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.contact-form .form-group .submitBtn:hover {
	color: #ff0000;
	background: #fff!important;
}

.innerTitle {}
.innerTitle h2 { 
	position:relative; 
	padding-right:100px;
	width: auto;
    display: inline-block;
}
.innerTitle h2:after { 
	content:'';
	position:absolute;
	top: 50%;
    right: 0;
	width:80px;
	height:1px;
	display:inline-block;
	background-color:#3a3a3c;
}
.breadcrumbs {
	color:#FF0000;
}
.breadcrumbs span {
	color:#fff;
	padding: 0 10px;
}
.breadcrumbs a {
	color:#fff;
}
.breadcrumbs a:hover {
	color:#FF0000;
}

.single-service .contactTitle h2:after {
	right: unset;
}

.contactTitle {}
.contactTitle h2 { 
	position:relative; 
	padding-bottom:20px;
	width: auto;
    display: inline-block;
}

.contactTitle h2:after { 
	content:'';
	position:absolute;
	bottom: 0;
    left: 0;
	right:0;
	margin:auto;
	width:80px;
	height:1px;
	display:inline-block;
	background-color:#3a3a3c;
}
.contactpage-form {
	width: 70%!important;
    margin: 0 auto;
}
.contactpage-form p {
    margin: 0 0 0px 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}
.contactpage-form .form-group {
	position: relative;
	float: left;
	width: 48%;
    margin: 10px 1% 30px 1%;
}
.contactpage-form .form-group .form-control {
	display: inline-block;
    width: 100%;
    height: 55px;
    padding: 0px 35px;
    outline: 0;
    background-color: transparent;
    border: 1px solid #ababab;
    box-shadow: 5px 5px 0px 3px rgb(0 0 0 / 9%);
    border-radius: 0px;
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 400;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contactpage-form .form-group .form-control::placeholder {
	color: #b3b3b3;
}
.contactpage-form .wth-100 {
	position: relative;
	float: left;
	width: 98%;
    margin: 20px 1% 0px 1%;
}
.contactpage-form .form-group textarea.form-control {
	resize: none;
	height: auto;
	padding: 15px 40px;
}
.contactpage-form .form-group .submitBtn {
	display: inline-block;
    width: 30%;
    padding: 15px 25px;
    background: #FF0000!important;
    border: 0px solid #2e2e2e!important;
    box-shadow: 5px 5px 0px 3px rgb(0 0 0 / 9%);
    border-radius: 0px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.contactpage-form .form-group .submitBtn:hover {
	background: #0000FF!important;
	color: #fff!important;
}
input[type=submit]:focus, input[type=reset]:focus {
    outline-offset: 0;
    outline: 0;
}
.adrBox .elementor-widget-container {
	min-height: 250px;
}

/*.serviceDetail .elementor-widget-image img {
	max-width: 100%!important;
    width:100%!important;
	height:auto!important;
}*/