/* Plus Jakarta Sans - Variable Import (optional fallback if web-safe font fails) */
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('/assets/fonts/PlusJakartaSans-ExtraLight.woff2') format('woff2'),
       url('/assets/fonts/PlusJakartaSans-ExtraLight.woff') format('woff'),
       url('/assets/fonts/PlusJakartaSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('/assets/fonts/PlusJakartaSans-ExtraLightItalic.woff2') format('woff2'),
       url('/assets/fonts/PlusJakartaSans-ExtraLightItalic.woff') format('woff'),
       url('/assets/fonts/PlusJakartaSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('/assets/fonts/PlusJakartaSans-Light.woff2') format('woff2'),
       url('/assets/fonts/PlusJakartaSans-Light.woff') format('woff'),
       url('/assets/fonts/PlusJakartaSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('/assets/fonts/PlusJakartaSans-LightItalic.woff2') format('woff2'),
       url('/assets/fonts/PlusJakartaSans-LightItalic.woff') format('woff'),
       url('/assets/fonts/PlusJakartaSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('/assets/fonts/PlusJakartaSans-Regular.woff2') format('woff2'),
       url('/assets/fonts/PlusJakartaSans-Regular.woff') format('woff'),
       url('/assets/fonts/PlusJakartaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('/assets/fonts/PlusJakartaSans-Italic.woff2') format('woff2'),
       url('/assets/fonts/PlusJakartaSans-Italic.woff') format('woff'),
       url('/assets/fonts/PlusJakartaSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('/assets/fonts/PlusJakartaSans-Medium.woff2') format('woff2'),
       url('/assets/fonts/PlusJakartaSans-Medium.woff') format('woff'),
       url('/assets/fonts/PlusJakartaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('/assets/fonts/PlusJakartaSans-MediumItalic.woff2') format('woff2'),
       url('/assets/fonts/PlusJakartaSans-MediumItalic.woff') format('woff'),
       url('/assets/fonts/PlusJakartaSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('/assets/fonts/PlusJakartaSans-SemiBold.woff2') format('woff2'),
       url('/assets/fonts/PlusJakartaSans-SemiBold.woff') format('woff'),
       url('/assets/fonts/PlusJakartaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('/assets/fonts/PlusJakartaSans-SemiBoldItalic.woff2') format('woff2'),
       url('/assets/fonts/PlusJakartaSans-SemiBoldItalic.woff') format('woff'),
       url('/assets/fonts/PlusJakartaSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('/assets/fonts/PlusJakartaSans-Bold.woff2') format('woff2'),
       url('/assets/fonts/PlusJakartaSans-Bold.woff') format('woff'),
       url('/assets/fonts/PlusJakartaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('/assets/fonts/PlusJakartaSans-BoldItalic.woff2') format('woff2'),
       url('/assets/fonts/PlusJakartaSans-BoldItalic.woff') format('woff'),
       url('/assets/fonts/PlusJakartaSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('/assets/fonts/PlusJakartaSans-ExtraBold.woff2') format('woff2'),
       url('/assets/fonts/PlusJakartaSans-ExtraBold.woff') format('woff'),
       url('/assets/fonts/PlusJakartaSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('/assets/fonts/PlusJakartaSans-ExtraBoldItalic.woff2') format('woff2'),
       url('/assets/fonts/PlusJakartaSans-ExtraBoldItalic.woff') format('woff'),
       url('/assets/fonts/PlusJakartaSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}



* {
	margin: 0;
	padding: 0;
}


body p {
	color: #000000;
	line-height: 31px;
	font-size: 16px;
}



a {
	text-decoration: none;
}

:root {
	--tran: all 0.3s linear;
}

.bg-warning {
	background-color: #e67411 !important;
}

.bg-warning-inr {
	width: 100%;
	float: left;
}

.bg-warning-inr ul {
	width: 100%;
	float: left;
}

.bg-warning-inr ul li {
	display: inline-block;
	margin-right: 20px;
}

.bg-warning-inr ul li .fa {
	color: #000000;
	margin-right: 10px;
}

.bg-warning-inr ul li a {
	color: #000;
	font-weight: 600;
	text-decoration: none;
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 0rem;
}

.list-pointer {
	margin-left: 15px;
	list-style: disc;
	line-height: 30px;
}

.innerachchor,
p a {
	color: #e67411 !important;
	text-decoration: underline !important;
}

.innerachchor:hover,
p a:hover {
	color: #000 !important;
}

.bg-primary {
	background-color: #ffffff !important;
	border-bottom: 2px solid #e67411;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgb(0 0 0);
	font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: #f7bb0a;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1.1rem;
	padding-left: .5rem;
}

.request-btn {}

.span-4 {
	padding: 8px 14px;
	border: none;
	background: #e67411;
	font-weight: 600;
}

.icons a {
	display: inline-flex;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 15px;
	margin: 0;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	background-size: 100% 200%;
	background-position: 0% 5%;
	transition: background-position 0.5s, color 0.5s;
	margin-right: 4px;
}

.icons a:nth-child(1) {
	color: #1976d3;
	background-image: linear-gradient(#fff 50%, #1976d3 50%);
}

.icons a:nth-child(2) {
	color: #303133;
	background-image: linear-gradient(#fff 50%, #303133 50%);
}

.icons a:nth-child(3) {
	color: #c32aa3;
	background-image: linear-gradient(#fff 50%, #c32aa3 50%);
}

.icons a:nth-child(4) {
	color: #F4511E;
	background-image: linear-gradient(#fff 50%, #F4511E 50%);
}

.icons a:hover {
	background-position: 0% 100%;
	color: #fff;
}

.area-1 {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 60px 0;
	background-image: url(../images/banner-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 552px;
}

.area-inr1 {
	width: 100%;
	float: left;
}

.area-inr-1 {
	width: 100%;
	float: left;
}

.area-inr-1 h1 {
	font-weight: 600;
	color: #ffff;
	font-size: 44px;
}

.text-area {
	width: 80%;
	float: left;
	background: #00000061;
	padding: 4px 15px;
}

.text-area p {
	color: #fff;
	font-size: 18px;
	line-height: 41px;
}

.text-area span a {
	color: #e67411 !important;
	font-weight: 700;
	font-size: 35px;
	text-decoration: none !important;
}

.text-area span a:hover {
	text-decoration: underline !important;
}

.area-inr-1 ul {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.area-inr-1 ul li {
	display: block;
	margin-bottom: 10px;
}

.area-inr-1 ul li .fa {
	color: #e67411;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 18px;
}

.area-inr-1 ul li a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}

.form-main {
	width: 100%;
	float: left;
	padding: 18px 40px;
	margin: 0;
	background: #ffffffa8;
}

.form-main h2 {
	color: #000000;
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 7px;
}

.form-group {
	width: 100%;
	float: left;
}

.form-lbl {
	width: 100%;
	float: left;
	color: #000000;
}

.form-inpt {
	width: 100%;
	padding: 5px 12px;
	margin: 0;
	background: none;
	border: none;
	color: #000;
	border-bottom: 1px solid #000000;
}

.form-text {
	width: 100%;
	float: left;
	padding: 8px 12px;
	margin: 0;
	resize: none;
	height: 53px;
	border: none;
	border-radius: 0;
	background: none;
	border-bottom: 1px solid #000000;
}

.inpt-btn {
	width: 35.9%;
	float: left;
	margin: 3px 31%;
	background-color: #e67411;
	border: 2px solid transparent;
	color: #000000;
	padding: 7px 9px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 0;
}

.inpt-btn:hover {
	cursor: pointer;
	color: #000000;
	border: 2px solid #000;
	background: none;
	box-shadow: 0 0 10px #A2A2A2;
}

.social-icon {}

.area-2 {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 20px 0;
}

.area-inr2 {
	width: 100%;
	float: left;
}

.area-inr2 h3 {
	font-size: 27px;
	text-align: center;
	font-weight: 600;
}

.area-inr2 p {
	text-align: center;
}

.divider {
	width: 300px;
	height: 2px;
	display: inline-block;
	background: #e67411;
	margin-left: 39%;
	margin-bottom: 10px;
}

.area-3 {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 20px 0;
	margin-bottom: 30px;
}

.area-inr3 {
	width: 100%;
	float: left;
	text-align: center;
}

.area-inr-3 {
	width: 100%;
	float: left;
	background: #fff;
	border: 2px solid #e67411;
	padding: 15px;
	box-shadow: 0 0 7px #6c757de6;
	border-radius: 3px;
	height: 470px;
}

.area-inr-3 img {
	border-radius: 50px;
	background: #ffffff;
	padding: 6px;
	margin-bottom: 13px;
}

.area-inr-3 h3 {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

.area-3 h3 {
	text-align: center;
}

.area-inr-3 p {}

.area-inr-3:hover {
	background: #e67411;
}

.area-4 {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 49px 0;
	background: #303133;
}

.area-inr4 {
	width: 100%;
	float: left;
}

.hading-text {
	width: 100%;
}

.hading-text h3 {
	font-size: 27px;
	text-align: center;
	color: #fff;
	font-weight: 600;
}

.hading-text p {
	text-align: center;
	color: #fff;
}

.area-inr-4 {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 25px;
}

.area-inr-4 img {
	background: #e67411;
	border-radius: 50px;
	width: 90px;
	height: 90px;
	padding: 10px;
	border: 2px solid #fff;
}

.area-inr-4 img:hover {
	background: #303133;
}

.text-area-2 {
	width: 100%;
	float: left;
	background: #fff;
	padding: 46px 28px;
	margin-top: -37px;
	height: 270px;
}

.text-area-2 h3 {
	font-size: 22px;
	font-weight: 600;
}

.text-area-2 p {
	line-height: 24px;
}

.btn-area {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.span {
	padding: 8px 20px;
	border: 2px solid #000;
	background: none;
	color: #000;
	font-weight: 600;
}

.span:hover {
	background: #303133;
	color: #e67411;
	border: 2px solid transparent;
	transition: 0.5s;
}

.heading {
	text-align: center;
	color: #454343;
	font-size: 27px;
	font-weight: 700;
	position: relative;
	margin-bottom: -8px;
	text-transform: uppercase;
	z-index: 999;
}

.white-heading {
	color: #ffffff;
}

.heading:after {
	content: ' ';
	position: absolute;
	top: 100%;
	left: 50%;
	height: 40px;
	width: 180px;
	border-radius: 4px;
	transform: translateX(-50%);
	background: url(images/heading-line.png);
	background-repeat: no-repeat;
	background-position: center;
}

.white-heading:after {
	background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
	background-repeat: no-repeat;
	background-position: center;
	background: none;
}

.heading span {}

.white-heading span {
	color: #54af18;
	margin-left: 3px;
	margin-right: 3px;
}

/*-----Testimonial-------*/
.testimonial:after {
	position: absolute;
	top: -0 !important;
	left: 0;
	content: " ";
	background: url(../images/testimonial.bg-top.png);
	background-size: 100% 100px;
	width: 100%;
	height: 100px;
	float: left;
	z-index: 99;
}

.testimonial {
	min-height: 375px;
	position: relative;
	background-image: url(../images/banner-2.jpg);
	padding-top: 0;
	padding-bottom: 0;
	background-position: center;
	background-size: cover;
	padding: 30px 0;
}

#testimonial4 .carousel-inner:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
	overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
	left: 0;
	margin: 0;
	width: 100%;
	font-size: 0;
	height: 20px;
	bottom: 15px;
	padding: 0 5px;
	cursor: e-resize;
	overflow-x: auto;
	overflow-y: hidden;
	position: absolute;
	text-align: center;
	white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
	padding: 0;
	width: 14px;
	height: 14px;
	border: none;
	text-indent: 0;
	margin: 2px 3px;
	cursor: pointer;
	display: inline-block;
	background: #ffffff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
	padding: 0;
	width: 14px;
	height: 14px;
	border: none;
	margin: 2px 3px;
	background-color: #9dd3af;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
	height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
	background: #eeeeee;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.testimonial4_control_button .carousel-control {
	top: 175px;
	opacity: 1;
	width: 40px;
	bottom: auto;
	height: 40px;
	font-size: 10px;
	cursor: pointer;
	font-weight: 700;
	overflow: hidden;
	line-height: 38px;
	text-shadow: none;
	text-align: center;
	position: absolute;
	background: transparent;
	border: 2px solid #ffffff;
	text-transform: uppercase;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
	transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
	left: 7%;
	top: 50%;
	right: auto;
}

.testimonial4_control_button .carousel-control.right {
	right: 7%;
	top: 50%;
	left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
	color: #000;
	background: #fff;
	border: 2px solid #fff;
}

.testimonial4_header {
	top: 0;
	left: 0;
	bottom: 0;
	width: 550px;
	display: block;
	margin: 30px auto;
	text-align: center;
	position: relative;
}

.testimonial4_header h4 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 600;
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.testimonial4_slide {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 70%;
	margin: auto;
	padding: 0px;
	position: relative;
	text-align: center;
}

.testimonial4_slide img {
	top: 0;
	left: 0;
	right: 0;
	width: 95px;
	height: 95px;
	margin: auto;
	display: block;
	color: #f2f2f2;
	font-size: 18px;
	line-height: 46px;
	text-align: center;
	position: relative;
	border-radius: 50%;
	-moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
	-o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
	/* -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23); */
	margin-bottom: 29px;
}

.testimonial4_slide p {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.4;
	margin: 26px 0 17px 0;
}

.testimonial4_slide h4 {
	color: #e67411;
	font-size: 22px;
	font-weight: 600;
}

.testimonial .carousel {
	padding-bottom: 0;
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
	width: 31px;
	height: 25px;
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 3;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 10%;
	color: #e2b211;
	text-align: center;
	opacity: 2.5;
	transition: opacity .15s ease;
	background: #fff;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	margin-top: 150px;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	color: #303133;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}

.area-5 {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 0;
}

.icon {
	width: 100%;
	float: left;
}

.icon .fa {
	font-size: 30px;
	margin-bottom: 20px;
	color: #e67411;
}

.area-6 {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 15px 0;
	background: #e67411;
	text-align: center;
}

.area-inr-6 {
	width: 100%;
	float: left;
}

.area-inr6 {
	width: 100%;
	float: left;
}

.btn-2 {
	width: 100%;
	float: left;
}

.span-1 {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	border: 1px solid #FFFFFF;
	position: relative;
	padding: 10px 20px;
	transition: var(--tran);
	z-index: 1;
	overflow: hidden;
	background: #303133;
	font-weight: 600;
	color: #fff;
	font-size: 17px;
}

.span-1::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #FFFFFF;
	width: 100%;
	height: 100%;
	transform: translateX(-100%);
	transition: var(--tran);
}

.span-1:hover:before {
	transform: translateX(0);
	z-index: -1;
}

.span-1:hover {
	color: #000000;
}

.area-inr6 h2 {
	font-size: 28px;
}

.area-inr6 h4 {
	font-size: 28px;
}

.area-7 {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 25px 0;
	background: #303133;
}

.contact-area {
	width: 100%;
	float: left;
	padding: 5px 0;
}

.contact-inr {
	width: 100%;
	float: left;
}

.contact-inr2 {
	width: 100%;
	float: left;
}

.contact-20 {
	width: 20%;
	float: left;
}

.contact-20-100 {
	width: 100%;
	float: left;
}

.contact-20-100 .fa {
	color: #e67411;
	font-size: 16px;
	border-radius: 50px;
	border: 1px solid #fff;
	padding: 9px;
	width: 35px;
	text-align: center;
	height: 35px;
	transform: scale(1);
	transition: 0.6s;
}

.contact-20-100 .fa:hover {
	background: #fff;
	color: #000;
	transform: scale(1.2);
	transition: 0.6s;
}

.contact-80 {
	width: 80%;
	float: left;
}

.contact-80-100 {
	width: 100%;
	float: left;
}

.contact-80-100 h4 {
	font-size: 13px;
	color: #fff;
	margin-top: 8px;
}

.contact-80-100 h4:hover {
	color: #e67411;
}

.divider-1 {
	width: 100%;
	height: 2px;
	background: #fff;
	display: inline-block;
}

.footer {
	width: 100%;
	float: left;
	padding: 10px 0;
}

.footer-inr {}

.footer-inr2 {}

.footer-inr2 img {}

.footer-inr2 {}

.footer-inr2 h4 {
	font-size: 18px;
	color: #e67411;
	margin-bottom: 18px;
}

.footer-inr2 ul {}

.footer-inr2 ul li {
	display: flex;
	margin-bottom: 10px;
}

.footer-inr2 ul li .fa {
	color: #e67411;
	margin-top: 5px;
	margin-right: 8px;
}

.footer-inr2 ul li a {
	color: #fff;
}

.footer-inr2 ul li a:hover {
	color: #e67411;
}

.copyright {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
	background: #e67411;
}

.copy-inr {
	width: 100%;
	float: left;
	margin-bottom: -18px;
}

.copy-inr p {
	font-weight: 500;
}

.copy-inr .fa {
	color: #000000;
	margin-right: 5px;
}

.divider-2 {
	width: 200px;
	float: left;
	display: inline-block;
	background: #FFFFFF;
}

.page-1 {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 70px 10px 70px 10px;
    background-image: url(../images/banner-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.page-inr1 {
	width: 100%;
	float: left;
}

.page-inr1 ul {
	width: 100%;
	float: left;
	text-align: center;
}

.page-inr1 ul li {
	display: inline-block;
}

.page-inr1 ul li .fa {
	color: #e67411;
	margin-right: 7px;
}

.page-inr1 ul li a {
	color: #fff;
	text-decoration: none;
}

.page-inr1 ul li a:hover {
	color: #e67411;
}

.page-inr1 h1 {
	text-align: center;
	font-weight: 700;
	color: #ffffff;
	font-size: 48px;
}

.page-2 {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 60px 0;
}

.page-inr2 {
	width: 100%;
	float: left;
}

.page-inr-2 {
	width: 100%;
	float: left;
}

.img-area {
	width: 100%;
	float: left;
}

.img-area img {
    border-radius: 3px;
    box-shadow: 0 0 7px #736f6f;
    width: 100%;
}

.img-area2 {
	width: 100%;
	float: left;
}
.page-inr2 .row {
    align-items: center;
}

.img-area2 img {
	width: 100%;
	margin-bottom: 20px;
	border-radius: 3px;
	box-shadow: 0 0 7px #969393;
}

.page-inr-2 h2 {
	font-weight: 600;
	font-size: 30px;
}

.page-inr-2 p {
	line-height: 33px;
}

.btn-3 {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.span-3 {
    background: #e67411;
    padding: 12px 22px;
    font-weight: 600;
    font-size: 18px;
    border: none;
    border-radius: 100px;
    color: #fff;
    letter-spacing: 0px;
    transition: all 0.5s ease;
}

.span-3:hover {
    background: #e67411;
    color: #000;
    transition: all 0.5s ease;
}

.page-3 {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 80px 0;
	background-image: url(../images/banner-4.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.page-inr1 {
	width: 100%;
	float: left;
}

.page-inr1 ul {
	width: 100%;
	float: left;
	text-align: center;
}

.page-inr1 ul li {
	display: inline-block;
}

.page-inr1 ul li .fa {
	color: #e67411;
	margin-right: 7px;
}

.page-inr1 ul li a {
	color: #fff;
	text-decoration: none;
	margin-right: 6px;
}

.page-inr1 ul li a:hover {
	color: #e67411;
}

.page-inr1 h1 {
	text-align: center;
	font-weight: 700;
	color: #ffffff;
	font-size: 48px;
}

.page-4 {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 50px 0;
}

.page-inr4 {
	width: 100%;
	float: left;
}

.page-inr-4 {
	width: 100%;
	float: left;
}

.page-inr-4 ul {
	width: 100%;
	float: left;
}

.page-inr-4 ul li {
	display: block;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	padding: 18px;
}

.page-inr-4 ul li .fa {
	font-size: 22px;
	color: #fff;
	background: #e67411;
	padding: 14px;
	border-radius: 50px;
	width: 52px;
	height: 52px;
	text-align: center;
	margin-right: 11px;
}

.page-inr-4 ul li a {
	font-size: 18px;
	color: #000;
}

.page-inr4 h2 {
	font-size: 30px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 50px;
}

.form-main2 {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	margin-top: -8px;
}

.form-group2 {
	width: 100%;
	float: left;
}

.form-lbl2 {
	width: 100%;
	float: left;
	color: #000000;
}

.form-inpt2 {
	width: 100%;
	padding: 10px 12px;
	margin: 0;
	border: 1px solid #dddd;
	color: #000;
	border-top: 2px solid #e67411;
	border-left: 2px solid #e67411;
	background: #fff;
	margin-bottom: 7px;
}

.form-text2 {
	width: 100%;
	float: left;
	padding: 8px 12px;
	margin: 0;
	resize: none;
	height: 65px;
	border: 1px solid #ddd;
	border-radius: 0;
	background: none;
	border-top: 2px solid #e67411;
	border-left: 2px solid #e67411;
}

.inpt-btn2 {
    width: auto;
    float: left;
    margin: 12px 0%;
    background-color: #e67411;
    border: none;
    color: #fff;
    padding: 12px 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
    border-radius: 100px;
    transition: all 0.5s ease;
}

.inpt-btn2:hover {
	cursor: pointer;
	color: #ffffff;
	box-shadow: 0 0 10px #A2A2A2;
}

.page-5 {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 80px 0;
	background-image: url(../images/banner-6.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.page-6 {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	padding-top: 20px;
}

.page-7 {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 80px 0;
	background-image: url(../images/banner-5.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.page-9 {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 80px 0;
	background-image: url(../images/banner-7.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.form-main3 {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	margin-top: 0;
}

.form-group3 {
	width: 100%;
	float: left;
}

.form-lbl3 {
	width: 100%;
	float: left;
	color: #000000;
}

.form-inpt3 {
	width: 100%;
	padding: 9px 12px;
	margin: 0;
	border: 2px solid #e67411;
	color: #fff;
	margin-bottom: 7px;
	background: none;
}

.form-text3 {
	width: 100%;
	float: left;
	padding: 8px 12px;
	margin: 0;
	resize: auto;
	height: 65px;
	border: 2px solid #e67411;
	border-radius: 0;
	background: none;
	color: #fff;
}

.inpt-btn3 {
	width: 100%;
	float: left;
	margin: 0;
	background-color: #e67411;
	border: none;
	color: #fff;
	padding: 6px 7px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 12px;
	border-radius:100px;
}

.inpt-btn3:hover {
	cursor: pointer;
	background: #e67411;
	transition:all 0.5s ease;
}

.page-8 {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 50px 0;
}

.page-inr8 {
	width: 100%;
	float: left;
}

.page-inr-8 {
	width: 100%;
	float: left;
}

.page-inr-8 h2 {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
}

.list-area {
    width: 100%;
    float: left;
    background: #f7f7f7;
    padding: 20px;
    border-top: 4px solid #e0b31c;
}

.list-area h3 {
	color: #e67411;
	font-size: 20px;
}

.list-area h4 {}

.list-area ul {
	width: 100%;
	float: left;
}

.list-area ul li {
	display: block;
	margin-bottom: 10px;
}

.list-area ul li .fa {
	font-size: 20px;
	color: #e67411;
	margin-right: 8px;
}

.list-area ul li a {
	color: #000;
}

.list-area ul li a:hover {
	color: #e67411;
}

.page-inr-8 p {
	text-align: justify;
}

.list-area2 {
	width: 100%;
	float: left;
	border: 1px solid #ddd;
	margin-top: 25px;
	padding: 20px;
	background: #f7f7f7;
	border-top: 4px solid #e0b31c;
}

.list-area2 h4 {
	font-size: 21px;
	font-weight: 600;
	color: #e67411;
}

.page-inr-8 img {
	border: 2px solid #e67411;
	margin-bottom: 15px;
	width: 100%;
	border-radius: 3px;
}

.rounded-social-buttons {
	text-align: left;
	margin-top: 29px;
}

.rounded-social-buttons .social-button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	width: 32px;
	height: 32px;
	border: 0.125rem solid transparent;
	padding: 0;
	text-decoration: none;
	text-align: center;
	color: #fefefe;
	font-size: 15px;
	font-weight: normal;
	line-height: 2em;
	border-radius: 1.6875rem;
	transition: all 0.5s ease;
	margin-right: 6px;
	margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover,
.rounded-social-buttons .social-button:focus {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter,
.fa-facebook-f,
.fa-linkedin,
.fa-youtube,
.fa-instagram,
.fa-wordpress {
	font-size: 14px;
}

.rounded-social-buttons .social-button.facebook {
	background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:hover,
.rounded-social-buttons .social-button.facebook:focus {
	color: #3b5998;
	background: #fefefe;
	border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
	background: #55acee;
}

.rounded-social-buttons .social-button.twitter:hover,
.rounded-social-buttons .social-button.twitter:focus {
	color: #55acee;
	background: #fefefe;
	border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
	background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover,
.rounded-social-buttons .social-button.linkedin:focus {
	color: #007bb5;
	background: #fefefe;
	border-color: #007bb5;
}

.rounded-social-buttons .social-button.youtube {
	background: #bb0000;
}

.rounded-social-buttons .social-button.youtube:hover,
.rounded-social-buttons .social-button.youtube:focus {
	color: #bb0000;
	background: #fefefe;
	border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
	background: #c32aa3;
}

.rounded-social-buttons .social-button.instagram:hover,
.rounded-social-buttons .social-button.instagram:focus {
	color: #c32aa3;
	background: #fefefe;
	border-color: #c32aa3;
}

.rounded-social-buttons .social-button.wordpress {
	background: #284b89;
}

.rounded-social-buttons .social-button.wordpress:hover,
.rounded-social-buttons .social-button.wordpress:focus {
	color: #284b89;
	background: #fefefe;
	border-color: #284b89;
}

.rounded-social-buttons .social-button.googleplus {
	background: #F4511E;
}

.rounded-social-buttons .social-button.googleplus:hover,
.rounded-social-buttons .social-button.googleplus:focus {
	color: #F4511E;
	background: #fefefe;
	border-color: #F4511E;
}

.google-plus:before {
	content: "\f0d5" !important;
}

.fa.fa-twitter::before {
	content: "𝕏" !important;
}

.span-5 {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	border: 1px solid #FFFFFF;
	position: relative;
	padding: 10px 20px;
	transition: var(--tran);
	z-index: 1;
	overflow: hidden;
	background: #54af18;
	font-weight: 600;
	color: #fff;
}

.span-5::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #FFFFFF;
	width: 100%;
	height: 100%;
	transform: translateX(-100%);
	transition: var(--tran);
}

.span-5:hover:before {
	transform: translateX(0);
	z-index: -1;
}

.span-5:hover {
	color: #000000;
}

.button-area {
	width: 100%;
	float: left;
}

.button-area a button {
	transition: 0.8s;
	background-color: #e67411;
	padding: 10px 20px !important;
	color: #fff;
	border-radius: 100px;
	font-weight: 500;
	font-size: 18px;
	border: none;
}

.button-area a button:hover {
	color: #fff !important;
	background: #000000 !important;
}

.button-area a button .fa {
	padding-right: 10px;
}

.diff2 {
	color: #e7b321 !important;
	margin-left: 20px;
	border: 1px solid #e7b321 !important;
	background-color: transparent !important;
	transition: 0.8s !important;
}

.diff2:hover {
	background-color: #bc1622 !important;
	border: none !important;
	border: 1px solid #bc1622 !important;
}

/*********************banner-area****************************/
.banner-area {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	z-index: -1;
	background-image: url(../images/banner-image-pest.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 76px 0;
	margin-bottom: 100px;
}

.banner-inr {
	width: 100%;
	float: left;
}

.banner-inr h1 {
	color: #fff;
	font-size: 54px;
	margin-bottom: 20px;
}

.banner-inr p {
	color: #fff;
	margin-bottom: 24px;
}

.banner-inr ul {
	margin-bottom: 30px;
}

.banner-inr ul li {
	text-align: left;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 12px;
	color: #fff;
	list-style-type: none;
}

.banner-inr ul li .fa {
	color: #e67411;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 18px;
}

/*********************about-area****************************/
.about-area {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	margin-bottom: 100px;
}

.about-inr {
	width: 100%;
	float: left;
}
body.inner-page .about-inr .row {
    align-items: center;
}
.about-inr2 {
	width: 100%;
	float: left
}

.about-inr2 img {
	width: 100%;
	float: left
}

.about-inr3 {
	width: 100%;
	float: left
}

.about-inr3 h2 {
	font-size: 37px;
	margin-bottom: 20px;
	color: #000;
	font-weight: 600;
}

.about-inr3 p {}

.call {
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 20px;
}

.call p .fa {
    font-size: 26px;
    width: 62px;
    float: left;
    margin-top: 7px;
    background-color: #e67411;
    color: #ffffff;
    height: 62px;
    text-align: center;
    border-radius: 100px;
    padding:7px;
    line-height: 50px;
}

.call p a {
	font-size: 23px;
	text-align: left;
	/* width: 56%; */
	float: left;
	color: #000;
	font-weight: 600;
	margin-left: 13px;
	line-height: 70px;
	text-decoration: underline;
}

.call p span {}

/*********************pt2****************************/
.pt2 {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	margin-bottom: 100px;
}

.pt2-inr {
	width: 100%;
	float: left;
}

.pt2-inr2 {
	width: 100%;
	float: left;
}

.pt2-inr2 h3 {
	font-size: 37px;
	margin-bottom: 20px;
	color: #000;
	font-weight: 600;
}

.pt2-inr2 p {}

.pt2-inr3 {
	width: 100%;
	float: left;
}

.pt2-inr3 img {
	width: 100%;
	float: left;
}

/*********************pt2****************************/
.trust-area {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	margin-bottom: 100px;
	background-color: #f4f3f3;
	padding: 60px 0;
}

.trust-inr {
	width: 100%;
	float: left;
}

.trust-inr h3 {
	text-align: center;
	color: #000;
	font-size: 37px;
	margin-bottom: 50px;
	font-weight: 600;
}

.trust-inr h2 {
	text-align: center;
	color: #000;
	font-size: 37px;
	margin-bottom: 50px;
	font-weight: 600;
}

.trust-inr2 {
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 15px 15px;
}

.trust-inr2 img {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.trust-inr2 h4 {
	font-size: 25px;
	color: #000;
	margin-bottom: 10px;
}

.trust-inr2 p {
	margin-bottom: 20px;
}

.trust-area .button-area a button {
    transition: 0.8s;
    background-color: #e67411;
    padding: 10px 10px;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    border: none;
    border-radius: 100px;
}

.trust-area .button-area a button:hover {
	color: #fff !important;
	background: #000000 !important;
}

.part2 {
	width: 100%;
	float: left;
	margin-top: 35px;
}

/*********************quality****************************/
.quality {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	margin-bottom: 100px;
}

.quality-inr {
	width: 100%;
	float: left;
}

.quality-inr2 {
	width: 100%;
	float: left;
	text-align: center;
}

.quality-inr2 img {
	width: 86%;
	float: none;
}

.quality-inr3 {
	width: 100%;
	float: left;
}

.quality-inr3 h3 {
	font-size: 37px;
	margin-bottom: 20px;
	color: #000;
	font-weight: 600;
}

.quality-inr3 p {}

/*********************location****************************/
.location {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	margin-bottom: 100px;
}

.location-inr {
	width: 100%;
	float: left;
}

.location-inr2 {
	width: 100%;
	float: left;
}

.location-inr2 h3 {
	font-size: 37px;
	margin-bottom: 20px;
	color: #000;
	font-weight: 600;
}

.location-inr2 p {
	margin-bottom: 20px;
}

.location-inr3 {
	width: 100%;
	float: left;
}

.location-inr3 ul {
	margin-bottom: 30px;
}

.location-inr3 ul li {
	text-align: left;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #fff;
}

.location-inr3 ul li .fa {
	color: #e67411;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 18px;
}

.location-inr3 ul li span a {
	text-align: left;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 12px;
	color: #000;
}

.location-inr4 {
	width: 100%;
	float: left;
	text-align: center;
}

.location-inr4 img {
	width: 86%;
	float: none;
}

.pointers {
	width: 100%;
	float: left;
}

.pointers ul {
	margin-bottom: 30px;
}

.pointers ul li {
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
	list-style-type: none;
}

.pointers ul li .fa {
	color: #e67411;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 18px;
}

/*********************process****************************/
.process {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	margin-bottom: 100px;
	background-image: url(../images/img.jpg);
	margin-bottom: 100px;
	padding: 80px 0;
	background-attachment: fixed;
}

.process-inr {
	width: 100%;
	float: left;
}

.process-inr h3,
.process-inr h4.h4c {
	font-size: 37px;
	margin-bottom: 60px;
	color: #fff;
	font-weight: 600;
	text-align: center;
}

.process-inr2 {
	width: 100%;
	float: left;
}

.process-inr2 h4 {
	font-size: 35px;
	margin-bottom: 20px;
	color: #e67411;
	font-weight: 700;
}

.process-inr2 h5 {
	font-size: 25px;
	margin-bottom: 20px;
	color: #fff;
}

.process-inr2 p {
	color: #fff;
}

/*********************choose****************************/
.choose {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	margin-bottom: 100px;
}

.choose-inr {
	width: 100%;
	float: left;
}

.choose-inr h3,
.choose-inr h4.h4c {
	font-size: 37px;
	margin-bottom: 50px;
	color: #000;
	font-weight: 600;
	text-align: center;
}

.choose-inr2 {
	width: 100%;
	float: left;
	background: #fff;
	border: 2px solid #e67411;
	padding: 15px;
	box-shadow: 0 0 7px #6c757de6;
	border-radius: 3px;
	height: 530px;
	text-align: center;
}

.choose-inr2 img {
	width: 44%;
	float: none;
	margin-bottom: 23px;
}

.choose-inr2 h4 {
	font-size: 22px;
	margin-bottom: 20px;
	color: #000;
	font-weight: 500;
}

.choose-inr2 p {}

/*********************choose****************************/
.faq {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	margin-bottom: 100px;
	background-color: #f4f3f3;
	padding: 60px 0;
}

.faq-inr {
	width: 100%;
	float: left;
}

.faq-inr h3 {
	font-size: 37px;
	margin-bottom: 30px;
	color: #000;
	font-weight: 600;
	text-align: center;
}

.faq-inr2 {}

.faq-inr2 h4 {
	font-size: 24px;
	color: #000;
	margin-bottom: 20px;
}

.faq-inr2 p {}

.q2 {
	margin-top: 40px;
}

/*********************testi-area********************************/
.testi {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 100px;
}

.testi-inr {
	width: 100%;
	float: left;
}

.testi-inr h3 {
	color: #000;
	text-align: center;
	font-size: 37px;
	margin-bottom: 30px;
	font-weight: 600;
}

.testi-inr2 {
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 20px 20px;
	text-align: center;
	box-shadow: rgb(0 0 0 / 13%) -1.6px 0.51667px 10.81116px;
	margin-bottom: 20px;
	border: 1px solid #070719;
	border-radius: 20px;
}

.testi-inr2 img {
	width: 6%;
	float: left;
	margin-bottom: 20px;
}

.testi-inr2 h5 {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 20px;
}

.testi-inr2 h5 a {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 0;
}

.testi-inr3 {
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 11px 16px;
	text-align: center;
	/* box-shadow: rgb(0 0 0 / 13%) -1.6px 0.51667px 10.81116px; */
	margin-bottom: 20px;
	border: 1px solid #070719;
	border-radius: 20px;
}

.testi-inr3 h5 {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 20px;
}

.testi-inr3 h5 a {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 0;
}

.testi-inr3 .fa {
	margin-right: 10px;
	color: #000;
	font-size: 20px;
}

.testi-inr3 p {
	color: #333;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
}

.testi-inr3 img {
	width: 6%;
	float: left;
	margin-bottom: 20px;
}

.testi-inr2 .fa {
	margin-right: 10px;
	color: #000;
	font-size: 20px;
}

.testi-inr2 p {
	color: #333;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
}

.rating {
	width: 100%;
	float: left;
	/* margin-bottom: 20px; */
	text-align: left;
}

.rating img {
	width: 13%;
	float: left;
}

.testi-inr p {
	font-size: 14px;
	text-align: left;
	font-weight: 400;
}

.testi-inr .item {
	padding: 0px 0px;
	margin: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

.testi .owl-nav button span {
	padding: 0px 0px;
	font-size: 37px;
	color: #000;
}

.testi .owl-prev span {
	left: -17px;
	position: absolute;
	top: 138px;
}

.testi .owl-next span {
	right: -12px;
	position: absolute;
	top: 138px;
}

.testi .owl-theme .owl-dots .owl-dot {
	display: none !important;
}

.testi .owl-theme .owl-nav [class*=owl-]:hover {
	background: #86979100 !important;
	color: #fff0;
	text-decoration: none;
}

.testi .owl-carousel .owl-item img {
	width: 37%;
	text-align: left;
	float: none;
}

.testi-inr4 {
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 11px 16px;
	text-align: center;
	/* box-shadow: rgb(0 0 0 / 13%) -1.6px 0.51667px 10.81116px; */
	margin-bottom: 20px;
	border: 1px solid #070719;
	border-radius: 20px;
}

.testi-inr4 h5 {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 20px;
}

.testi-inr4 h5 a {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 0;
}

.testi-inr4 .fa {
	margin-right: 10px;
	color: #000;
	font-size: 20px;
}

.testi-inr4 p {
	color: #333;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}

.testi-inr4 img {
	width: 6%;
	float: left;
	margin-bottom: 20px;
}

.testi-inr5 {
	width: 100%;
	float: left;
}

.testi-inr2 {
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 11px 16px;
	text-align: center;
	/* box-shadow: rgb(0 0 0 / 13%) -1.6px 0.51667px 10.81116px; */
	margin-bottom: 20px;
	border-left: 1px solid #070719;
	border-radius: 20px;
}

.testi-inr2 img {
	width: 6%;
	float: left;
	margin-bottom: 20px;
}

.testi-inr2 h5 {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 20px;
}

.testi-inr2 h5 a {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 0;
}

.testi-inr6 {
	width: 100%;
	float: left;
	margin-top: 96px;
}

.is2 h3 {
	font-size: 31px;
}

/*********************wapsbnr-area********************************/
.wapsbnr-area {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	z-index: -1;
	background-image: url(../images/waps.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 102px 0;
	margin-bottom: 100px;
}

.wapsbnr-inr {
	width: 100%;
	float: left;
}

.wapsbnr-inr h1 {
	font-size: 45px;
	margin-bottom: 30px;
	color: #fff;
}

.wapsbnr-inr p {
	color: #fff;
	margin-bottom: 30px;
}

/*********************pg-area********************************/
.pg-area {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 100px;
}

.pg-inr {
	width: 100%;
	float: left;
	text-align: left;
}

.pg-inr h2 {
	font-size: 34px;
	margin-bottom: 30px;
	color: #000;
	font-weight: 600;
	/* text-align:center; */
}

.pg-inr-left {
	text-align: left;
	width: 100%;
	float: left;
}

.pg-inr-left h2 {
	font-size: 34px;
	margin-bottom: 30px;
	color: #000;
	font-weight: 600;
}

.pg-inr-left ul {
	margin-left: 30px;
	margin-bottom: 20px;
}

/*.pg-inr-left ul li {
	list-style: circle !important;
}*/

/*********************qstn********************************/
.qstn {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 100px;
}

.qstn-inr {
	width: 100%;
	float: left;
}

.qstn-inr2 {
	width: 100%;
	float: left;
}

.qstn-inr2 img {
	width: 100%;
	float: left;
}

.faq-inr3 h3 {
	font-size: 32px;
	margin-bottom: 30px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
}

.faq-inr3 {
	width: 100%;
	float: left;
}

.faq-list {
	padding: 0 0;
}

.faq-list ul {
	padding: 0;
	list-style: none;
}

.faq-list li+li {
	margin-top: 15px;
}

.faq-list li {
	padding: 20px;
	background: #fff;
	border-radius: 4px;
	position: relative;
	box-shadow: 0 5px 48px -38px rgba(0, 0, 0, .75);
	/* border-bottom: 2px solid #dddd; */
}

.faq-list h4 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
}

.faq-list a {
	display: block !important;
	position: relative;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	padding: 0 30px;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	color: #000;
}

.faq-list a.inner_achchor {
	display: inline !important;
	position: unset;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	padding: 0;
	outline: none;
	cursor: pointer;
	text-decoration: underline;
	color: #000;
}

.faq-list a.inner_achchor:hover {
	color: #e67411 !important;
}

.faq-list .icon-help {
	font-size: 24px;
	position: absolute;
	right: 7px;
	left: 20px;
	color: #e67411;
}

.faq-list .icon-show,
.faq-list .icon-close {
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 0;
}

.faq-list p {
	margin-bottom: 0;
	padding: 10px 0 0 0;
}

.faq-list .icon-show {
	display: none;
}

.faq-list a.collapsed {
	color: #000000;
	transition: 0.3s;
}

.faq-list a.collapsed:hover {
	color: #000000;
}

.faq-list a.collapsed .icon-show {
	display: inline-block;
}

.faq-list a.collapsed .icon-close {
	display: none;
}

@media (max-width: 1200px) {
	.faq .faq-list {
		padding: 0;
	}
}

/********************ant-area********************************/
.ant-area {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	z-index: -1;
	background-image: url(../images/antbanner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 102px 0;
	margin-bottom: 100px;
}

.ant-inr {
	width: 100%;
	float: left;
}

.ant-inr h1 {
	font-size: 45px;
	margin-bottom: 30px;
	color: #fff;
}

.ant-inr p {
	color: #fff;
	margin-bottom: 30px;
}

/********************badbug-area********************************/
.badbug-area {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	z-index: -1;
	background-image: url(../images/bedbug.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 102px 0;
	margin-bottom: 100px;
}

.badbug-inr {
	width: 100%;
	float: left;
}

.badbug-inr h1 {
	font-size: 45px;
	margin-bottom: 30px;
	color: #fff;
}

.badbug-inr p {
	color: #fff;
	margin-bottom: 30px;
}

/********************rat-area********************************/
.rat-area {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	z-index: -1;
	background-image: url(../images/ratbanner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 102px 0;
	margin-bottom: 100px;
}

.rat-inr {
	width: 100%;
	float: left;
}

.rat-inr h1 {
	font-size: 45px;
	margin-bottom: 30px;
	color: #fff;
}

.rat-inr p {
	color: #fff;
	margin-bottom: 30px;
}

/********************rat-area********************************/
.cock-area {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	z-index: -1;
	background-image: url(../images/cockbanner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 102px 0;
	margin-bottom: 100px;
}

.cock-inr {
	width: 100%;
	float: left;
}

.cock-inr h1 {
	font-size: 45px;
	margin-bottom: 30px;
	color: #fff;
}

.cock-inr p {
	color: #fff;
	margin-bottom: 15px;
}

/********************squral-area********************************/
.squral-area {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	z-index: -1;
	background-image: url(../images/squralbanner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 102px 0;
	margin-bottom: 100px;
}

.squral-inr {
	width: 100%;
	float: left;
}

.squral-inr h1 {
	font-size: 45px;
	margin-bottom: 30px;
	color: #fff;
}

.squral-inr p {
	color: #fff;
	margin-bottom: 30px;
}

/********************flea-area********************************/
.flea-area {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	z-index: -1;
	background-image: url(../images/fleabanner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 102px 0;
	margin-bottom: 100px;
}

.flea-inr {
	width: 100%;
	float: left;
}

.flea-inr h1 {
	font-size: 45px;
	margin-bottom: 30px;
	color: #fff;
}

.flea-inr p {
	color: #fff;
	margin-bottom: 30px;
}

/********************bird-area********************************/
.bird-area {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	z-index: -1;
	background-image: url(../images/birdbanner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 102px 0;
	margin-bottom: 100px;
}

.bird-inr {
	width: 100%;
	float: left;
}

.bird-inr h1 {
	font-size: 45px;
	margin-bottom: 30px;
	color: #fff;
}

.bird-inr p {
	color: #fff;
	margin-bottom: 30px;
}

/********************moth-area********************************/
.moth-area {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	z-index: -1;
	background-image: url(../images/mothbanner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 102px 0;
	margin-bottom: 100px;
}

.moth-inr {
	width: 100%;
	float: left;
}

.moth-inr h1 {
	font-size: 45px;
	margin-bottom: 30px;
	color: #fff;
}

.moth-inr p {
	color: #fff;
	margin-bottom: 30px;
}

/********************beetle-area********************************/
.beetle-area {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	z-index: -1;
	background-image: url(../images/beetlebanner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 102px 0;
	margin-bottom: 100px;
}

.beetle-inr {
	width: 100%;
	float: left;
}

.beetle-inr h1 {
	font-size: 45px;
	margin-bottom: 30px;
	color: #fff;
}

.beetle-inr p {
	color: #fff;
	margin-bottom: 30px;
}

.home_guide {
	margin-bottom: 50px;
}

.hg_faq .faq-list ol,
.hg_faq .faq-list ul {
	padding: 0;
	margin: 5px 0;
}

.hg_faq .faq-list li div ol li {
	padding: 0;
	margin-left: 16px;
}

.hg_faq .faq-list li div ul li {
	padding: 0;
	margin-left: 16px;
	list-style: circle;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #e67411 !important;
}

/****************** new pages css *************/
ul.list-style-none {
	color: #000000;
	line-height: 31px;
	font-size: 16px;
	list-style: none;
	margin-bottom: 26px;
}

.button-area .button {
	transition: 0.8s;
	background-color: #e67411;
	text-transform: uppercase;
	color: #fff;
	border-radius: 100px;
	font-weight: 600;
}

.object_fit_cover {
	object-fit: cover;
}

.bed_bug_removal_banner {
	background: linear-gradient(45deg, black, #00000052), url(https://www.cliftonpestcontrol.co.uk/assets/images/bed_bug_removal-concept_bed_Banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.locantion_bed_points .pointers li {
	display: flex;
	align-items: flex-start;
}

.locantion_bed_points .pointers li i {
	margin-top: 4px !important;
}

.call.call_btn p .fa {
	width: 52px;
}

.locantion_bed_points .pointers li span {
	display: grid;
}

.locantion_bed_points .pointers li span b {
	margin-bottom: 10px;
}

.locantion_bed_points .pointers li {
	display: flex;
	align-items: flex-start;
	margin: 0 7px;
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.mice_control_banner {
	background-image: url(../images/banner-5.jpg);
}

.rat_control_banner {
	background-image: url(../images/banner-7.jpg);
}

.mice_control_bath_banner {
	background: linear-gradient(45deg, #000000de, #00000075), url(/assets/images/Choose_Us_for_Mice_Control.jpg);
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

.testi-inr3,
.testi-inr2,
.testi-inr4 {
	min-height: 220px;
}

.rat_control_banner {
	background: linear-gradient(45deg, #000000de, #00000080), url(/assets/images/brown_rat-looking_food.jpg);
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

.mice_control_banner_Clevedon {
	background: linear-gradient(45deg, #000000de, #00000094), url(/assets/images/Rat_Control_Services_Clevedon.jpg);
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

.bed-bug_Clevedon {
	background: linear-gradient(45deg, #000000de, #00000094), url(/assets/images/Bed_Bug_Pest_Removal_in_Clevedon.jpg);
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

.rat_control_banner_bath {
	background: linear-gradient(45deg, #000000de, #00000094), url(/assets/images/Rat_Control_in_Bath.jpg);
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

.area-6 p a:hover {
	color: #000000 !important;
	text-decoration: none !important;
}

.why_choose_us .img_div {
	background: #e67411;
	padding: 20px;
	border-radius: 100px;
	width: 100px !important;
	height: 100px;
	object-fit: cover;
	overflow: hidden;
}

.why_choose_us .img_div img {
	width: 100% !important;
	height: 100%;
}

.why_choose_us .choose-inr2 {
	height: 100%;
	background: #e6741129;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	padding-top: 25px;
	padding-bottom: 20px;
}

.why_choose_us .choose-inr2:hover {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 20px !important;
}

.why_choose_us .choose-inr2:hover .img_div {
	background: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.why_choose_us .choose-inr2 .img_div,
.why_choose_us .choose-inr2 {
	transition: all 0.3s linear;
}

body .banner-area .button-area button:hover {
	border: 1px solid #fff;
}

.accordion2 .card-header:after {
	font-family: 'FontAwesome';
	content: "\f068";
	float: right;
	margin-top: -45px;
}

body .trust-area {
	margin-bottom: 70px;
}

.accordion2 .card-header.collapsed:after {
	content: "\f067";
}

.accordion2 .card {
	background: #fff !important;
	border: 0px !important;
}

.accordion2 .card-header {
	background: #fff !important;
	border: 0px !important;
	line-height: 1.2;
	margin-bottom: 20px !important;
	border: 1px solid #e674114a !important;
}

.accordion2 h4.card-title {
	margin-bottom: 0;
	padding-left: 30px;
	padding-right: 18px;
}

.accordion2 .card-body {
	padding-top: 0px !important;
}

.location-inr2.text-center h2 {
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.badbug-inr h1 {
		font-size: 38px;
	}

	.badbug-area {
		margin-bottom: 70px;
	}

	.trust-inr h2 {
		font-size: 28px;
	}

	h4 {
		font-size: 1.2rem;
		font-weight: 500;
	}

	.qstn-inr2 img {
		width: 100% !important;
	}

	.faq-inr3 {
		margin-top: 30px;
	}

	.faq-list h4 {
		font-size: 18px;
	}

	h4 b {
		font-weight: 600;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.qstn-inr2 img {
		width: 100% !important;
	}

	.qstn-inr2 {
		padding-bottom: 30px;
	}

	.pt_5 .pt2-inr3 img {
		width: 100% !important;
	}

	.trust-inr h2 {
		font-size: 30px !important;
	}

	.badbug-area {
		margin-bottom: 60px !important;
	}
}


/***************** New home page start here CSS ************************/


h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
input,
textarea,
li,
::placeholder {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}


.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	max-width: 1300px;
}

.top-head.bg-warning.py-2 {
	background-color: transparent !important;
}

.top-head small.comm {
	font-size: 15px;
	color: #000;
	font-weight: 600;
}

a.s-icon {
    background: #e67411;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    padding: 1px;
    font-size: 14px;
}
a.s-icon.fb {
    background: #4b69b1;
}
a.s-icon.twi {
    background: #37b1e2;
}
a.s-icon.ins {
    background: #ca3464;
}
a.s-icon.goo {
    background: #e83f3a;
}
a.s-icon:hover {
	background: #2c2c2c !important;
	transition: all 0.5s ease;
}

a.btn.head-btn-warning {
    background: green;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 40px;
}

a.btn.head-btn-warning:hover {
	background: #e67411;
	color: #000;
	transition: all 0.5s ease;
}

.top-head .align-items-center.flex-wrap .f-text {
    font-family: 'Plus Jakarta Sans';
}
section.hero-section {
	margin-top: -110px;
	position: relative;
}

header {
	position: relative;
	z-index: 9;
}

nav.navbar {
	padding-top: 0px;
}

nav.navbar a.navbar-brand {
	background: #fff;
	padding: 8px;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.navbar-collapse ul.navbar-nav li a {
	color: #fff !important;
	font-size: 14px;
	font-weight: 500 !important;
}

.navbar-collapse ul.navbar-nav li a:hover {
	color: #E67411 !important;
	transition: all 0.5s ease;
	margin-top: -2px;
}
body.inner-page .navbar-collapse ul.navbar-nav li a {
    color: #000000 !important;
    font-size: 14px;
    font-weight: 500 !important;
}
body.inner-page .navbar-collapse ul.navbar-nav li a:hover {
	color: #E67411 !important;
	transition: all 0.5s ease;
}
body.inner-page .call-icon .text-white {
    color: #000000 !important;
}
body.inner-page .call-icon .text-white a:hover {
    color: #e67411 !important;
}
.navbar-collapse ul.navbar-nav li.dropdown .dropdown-menu a.dropdown-item {
	color: #000 !important;
	font-size: 13px !important;
}

.navbar-collapse ul.navbar-nav li.dropdown .dropdown-menu a.dropdown-item:hover {
	color: #E67411 !important;
	transition: all 0.5s ease;
	margin-top: 0px;
}

.call-icon {
	gap: 10px;
}

.custom-carousel {
	position: relative;
}

.custom-slide {
	height: 100vh;
	min-height: 600px;
	background-size: cover;
	background-position: center;
	position: relative;
}

/*.custom-overlay::before {
      content: '';
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      z-index: 1;
    }*/

.custom-caption {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	z-index: 2;
	color: white;
	max-width: 700px;
}

.custom-caption h1 {
	font-size: 55px;
	font-weight: bold;
	color: #fff;
	line-height: 60px;
}

.custom-caption p {
	font-size: 18px;
	color: #fff;
}

.btn-orange {
	background-color: #E67411;
	color: white;
	border-radius: 30px;
	padding: 12px 40px;
	font-weight: bold;
	margin-top: 16px;
}

.btn-orange:hover {
	background-color: #e67411;
	color: #000;
	transition: all 0.5s ease;
}

.custom-arrow {
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
	background-color: transparent;
	color: #fff;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s ease;
}

.custom-arrow:hover {
	background-color: #000;
}

.carousel-control-prev,
.carousel-control-next {
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}

a.carousel-control-prev.hero {
	background: transparent;
	margin-top: 0px;
	left: 20px;
}

a.carousel-control-next.hero {
	background: transparent;
	margin-top: 0px;
	right: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: none;
}

section.form-section .form-section-inr-2 {
	background: #f2f2f2;
	padding: 30px;
	border-radius: 30px;
	margin-top: -30%;
}

section.form-section .form-section-inr-2 h4 {
	font-size: 30px;
	font-weight: 700;
}

section.form-section .form-section-inr-2 input {
	background: #fff;
	border: none;
	height: 50px;
	color: #000;
	font-size: 14px;
}

section.form-section .form-section-inr-2 textarea {
	background: #fff;
	border: none;
	height: 100px;
	color: #000;
	font-size: 14px;
}

section.form-section .form-section-inr-2 .inpt-btn {
	width: 100%;
	background-color: #e67411;
	border: 2px solid transparent;
	color: #ffffff;
	padding: 7px 9px;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 16px;
	margin-bottom: 0;
	border-radius: 100px;
	transition: all 0.5s ease;
	margin: 0px;
	margin-top: 20px;
}

section.form-section .row {
	align-items: center;
}

section.form-section .form-section-inr-1 h4 {
	font-size: 26px;
}

section.form-section .form-section-inr-1 h3 a {
	color: #153C3B;
	font-weight: bolder;
	font-size: 45px;
	letter-spacing: 0px;
	text-decoration: none;
}

section.form-section .form-section-inr-1 h3 a:hover {
	color: #e67411;
	transition: all 0.5s ease;
}

section.imagewithtext .container {
	max-width: 1100px;
}

section.imagewithtext p.text-uppercase {
	margin-bottom: 0px;
	letter-spacing: 1px;
}

section.imagewithtext h2.fw-bold {
	font-size: 45px;
	font-weight: 600;
}

section.imagewithtext .left-image-wrapper img.main-img {
	width: 100%;
}

section.imagewithtext .feature-item {
	font-size: 18px;
	margin-bottom: 20px;
	color: #000;
}

.feature-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
/*	background-color: #f2f2f2;*/
	padding: 2rem;
	height: 100%;
	transition: background-color 0.3s ease;
}

.feature-box:hover {
	background-color: #FFD94C;
	transition: all 0.5s ease;
}

.feature-icon {
	margin-bottom: 2rem;
	margin-left: auto;
	width: 50px;
	height: 50px;
}

.feature-title {
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 0.75rem;
	color: #000;
	width: 88%;
}

.feature-text {
	font-size: 0.95rem;
	line-height: 1.6;
}

.feature-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

section.icons-texts h2 {
    font-size: 45px;
    width: 58%;
    margin: 0px auto;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

section.icons-texts .container.m-b-5 {
	max-width: 100%;
}

section.icons-texts .container.m-b-5 .col-md-3.mb-4 {
    padding: 0px;
    margin-bottom: 0px !important;
}

.section-pest-hero {
    background-color: #0F4741;
    color: #fff;
    padding-bottom: 0px;
}

.section-pest-hero .hero-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-pest-hero .cta-button {
    background-color: #FF8A2B;
    color: #fff;
    font-weight: bold;
    padding: 12px 40px;
    border-radius: 25px;
    border: none;
    transition: background-color 0.3s ease;
}

.section-pest-hero .cta-button:hover {
	background-color: #e47722;
}

.section-pest-hero .sub-text {
    font-size: 18px;
    line-height: 1.7;
    max-width: 1000px;
    margin: 0px auto;
    margin-top: 10px;
}
.section-pest-hero h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
}
.section-pest-hero p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.section-pest-hero .pl-8 {
    padding-left: 65px;
    padding-right: 40px;
}
.section-pest-hero .col-lg-6 {
    padding-right: 0px;
}
section.video-section h2 {
    background: #0f4741;
    font-size: 230px;
    text-align: center;
    font-weight: 900;
    color: #ffffff30;
    line-height: 200px;
    padding: 0px 10px 80px 10px;
    margin-bottom: 0px;
}
section.video-section video {
    border-radius: 70px;
    margin-top: -155px;
}
section.video-section h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 40px;
    font-weight: 600;
}
.service-icon {
    width: 100px;
    height: 100px;
}
.service-section h2 {
    font-size: 60px;
    font-weight: 700;
}
.service-section .col-sm-6.col-lg-3.mb-4 {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px !important;
}
.service-section p.text-muted.small {
    color: #000 !important;
    font-size: 16px;
    line-height: normal;
}
.service-section h5 {
    font-size: 24px;
    color: #000;
}
.service-section .card:hover {
    background: #f2f2f2;
    transition: all 0.5s ease;
}
.service-section .card:hover .service-icon {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.service-section img.bg-img {
    width: 100%;
    margin-bottom: 0px !important;
    object-fit: cover;
    height: 100%;
}
.service-section .card {
    cursor: pointer;
}
section.cta-section {
    background: #153C3B;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
section.cta-section h4 {
    color: #fff;
    font-size: 27px;
    margin-bottom: 0px;
}
section.cta-section h2 {
    margin: 0px;
}
section.cta-section h2 a {
    font-size: 70px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    line-height: normal;
}
section.cta-section h2 a:hover {
    transition: all 0.5s ease;
    color: #ff8a2b;
}
section.cta-section .row {
    align-items: center;
}
section.cta-section::before {
    content: '';
    background-image: url(/assets/images/cta-box-image.png);
    position: absolute;
    width: 392px;
    height: 500px;
    z-index: 9;
    right: 0px;
    top: -166%;
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
}
.our-proven h2 {
    margin-bottom: 40px;
    font-size: 45px;
    font-weight: 600;
}
.our-proven .card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.our-proven .step-circle {
    width: 100px;
    height: 100px;
    font-size: 40px;
    color: #000;
    border: 1px solid #691d2036;
    border-radius: 100px;
    padding: 18px;
}
.our-proven h5.font-weight-bold {
    font-size: 30px;
    color: #000;
}
.our-proven .text-muted {
    color: #000000 !important;
    font-size: 16px;
    line-height: 24px;
    min-height: 170px;
}
.our-proven .card>hr {
    border-top: 2px solid #343AB4;
    width: 70px;
    margin: 20px auto;
}
.our-proven a.text-primary {
    color: #343ab4 !important;
    font-size: 18px;
    font-weight: 600 !important;
    text-decoration: none;
}
.our-proven a.text-primary:hover {
    color: #ff8a2b !important;
    transition: all 0.5s ease;
}
.our-proven .card:hover {
    background: #f2f2f2;
    transition: all 0.5s ease;
}
.testimonial-section {
  padding: 60px 0;
  background-color: #fff7eb;
}

.testimonial-section .swiper {
  padding: 30px 0;
}

.testimonial-section .swiper-slide {
  display: flex;
  justify-content: center;
}

.testimonial-section .card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    height: 400px;
    margin-bottom: 20px;
}

.testimonial-section .stars {
  font-size: 24px;
  color: #ff9900;
  margin-bottom: 20px;
}

.testimonial-section .card p {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.5;
}

.testimonial-section .card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.testimonial-section .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #153C3B;
  opacity: 1;
  margin-top: 30px;
}

.testimonial-section .swiper-pagination-bullet-active {
  background-color: #ff9900;
  width: 50px;
  height: 10px;
  border-radius: 10px;
}

.service_internal_linking {
    row-gap: 30px;
}
.service_internal_linking .trust-inr2 {
    height: 100%;
}
.service_internal_linking img {
    height: 200px;
    object-fit: cover;
}
.service_internal_linking h4 a {
    color: #000;
}
.service_internal_linking p a {
    font-weight: 600;
}
.service_internal_linking p a:hover {
    color: #383838 !important;
}
/*Single blog page*/
.single_blog_page h1 {
    margin-bottom: 20px;
}
.single_blog_page .page-inr2 {
    padding-bottom: 50px;
}
.single_blog_page p, .single_blog_page li, .single_blog_page div {
    font-size: 18px!important;
}
.single_blog_page ul {
    list-style-position: inside;
    margin-bottom: 30px;
}
.single_blog_page h2 {
    margin-top: 25px;
    margin-bottom: 15px;
}
.single_blog_page strong {
    font-weight: 800;
}
.single_blog_page p {
    margin-bottom: 10px;
}
.single_blog_page li {
    margin-bottom: 2px;
}
.single_blog_page  h3 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}
.testimonial-section h4 {
    color: #000 !important;
    font-size: 30px;
}
.testimonial-section h2 {
    font-size: 45px;
    font-weight: 600;
}
.footer-section {
    background-color: #0F4741;
    color: #fff;
    padding: 60px 0  0px;
    clear: both;
}

/*.footer-wrapper {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-bottom: 30px;
}*/

.footer-title {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-weight: 500;
    color: #fff;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 12px;
}

.footer-list li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.footer-list li a:hover {
  color: #FF8A2B;
}

.footer-bold {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
}

.footer-bold:hover {
  color: #FF8A2B;
}

.social-icons a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    margin-right: 15px;
    transition: 0.3s;
    background: #e67411;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100px;
}

.social-icons a:hover {
  background: #000;
}

.footer-bottom {
    padding-top: 15px;
    border-top: 1px solid #ffffff38;
}

.footer-links {
  color: #fff;
  font-size: 13px;
  margin-bottom: 5px;
}

.footer-copy {
  color: #fff;
  font-size: 14px;
}
.footer-section .col-md-6 {
    border-right: 1px solid #ffffff1f;
    margin-bottom: 0px !important;
}
.footer-section .footer-bottom .col-md-6 {
    border-right: none;
    margin-bottom: 0px !important;
}
.footer-section .connect {
    border-right: none;
}

.navbar-toggler {
    background-color: #e67411 !important;
    border: 1px solid #e67411 !important;
}
.blog_btn a {
    color: #fff !important;
    border-radius: 100px;
}
div#getMessage p {
    font-size: 14px;
    color: #f00;
    margin-bottom: 0px;
}
body.inner-page {
    position: relative;
    z-index: -1;
}
.blink_text {
  animation-name: blinker;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes blinker {
  0%   { opacity: 1; }
  50%  { opacity: 0.3; }
  100% { opacity: 1; }
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 15%);
    display: none !important;
    /* justify-content: center;
/*    align-items: center;*/
    z-index: 9999;
}

.popup-content {
    background-size: cover;
    background-color: #e0f3ff;
    background-image: url(/assets/images/popup-bg.jpg);
    padding: 30px;
    border-radius: 0;
    max-width: 340px;
    width: 90%;
    position: relative;
    text-align: left;
    margin-left: auto;
    height: 350px;
   /* display: flex;
    align-items: center;*/
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    background-position: center;
    overflow: hidden; /* Prevents overlay from spilling out */
    display: none;
}

.popup-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 85%);
    z-index: 0;
}

.popup-content > * {
    position: relative;
    z-index: 1;
}

.popup-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    cursor: pointer;
    background: #f00;
    width: 35px;
    height: 35px;
    border-radius: 0;
    color: #fff;
    line-height: 24px;
    padding: 0px;
    text-align: center;
}
.popup-content h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
}

.popup-content form#popup-form {
    margin-top: 20px;
    width: 100%;
}
.popup-content form#popup-form input {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    color: #000;
    border-radius: 10px;
    border: none;
}

.popup-content form#popup-form button#btnAdd {
    border-radius: 100px;
    font-size: 14px;
    color: #fff;
    border: none;
    background: #E67411!important;
    transition: all 0.5s ease;
}
.popup-content form#popup-form button#btnAdd:hover {
    cursor: pointer;
    color: #fff;
    border: none;
    background: #343ab4 !important;
    box-shadow: 0 0 10px #A2A2A2;
}
.popup-content form#popup-form .col-lg-12 {
    padding: 0px;
}
.popup-content form#popup-form p {
    color: #000;
    margin: 0px;
    font-size: 14px;
}
section.imagewithtext .feature-item span {
    font-family: 'Plus Jakarta Sans';
}
section.icons-texts {
    background: #e0f3ff;
    padding-top: 60px;
    margin-top: 50px;
}
section.form-section .form-section-inr-1 h3 a.secnumber {
    letter-spacing: -1.5px;
}
/****************** media qurey start here *********************/



@media (max-width:1400px){
.section-pest-hero .pl-8 {
    padding-left: 10px;
    padding-right: 10px;
}
nav.navbar {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}
section.video-section h2 {
    font-size: 190px;
}
section.cta-section::before {
    width: 330px;
    height: 420px;
    top: -133%;
}
}

@media (max-width:1300px){
	.navbar-collapse ul.navbar-nav li a {
    padding-right: 10px !important;
}
.custom-caption h1 {
    font-size: 50px;
}
section.form-section .form-section-inr-1 h3 a {
    font-size: 50px;
}
section.imagewithtext .container {
    max-width: 1200px;
}
.section-pest-hero h2 {
    font-size: 41px;
}
section.icons-texts h2 {
    font-size: 41px;
    width: 64%;
}
section.imagewithtext h2.fw-bold {
    font-size: 41px;
}
section.video-section video {
    border-radius: 50px;
    width: 80%;
    margin: 0 auto;
    margin-top: -155px;
    display: block;
}
section.video-section h4 {
    font-size: 20px;
}
.service-section h2 {
    font-size: 45px;
    font-weight: 700;
}
section.cta-section h2 a {
    font-size: 60px;
}
section.cta-section::before {
    width: 330px;
    height: 420px;
    top: -140%;
}
.our-proven h2 {
    margin-bottom: 40px;
    font-size: 41px;
    font-weight: 600;
}
.our-proven h5.font-weight-bold {
    font-size: 27px;
    color: #000;
}
.testimonial-section h2 {
    font-size: 41px;
    font-weight: 600;
}
.testimonial-section .text-center.mb-5 {
    margin-bottom: 15px !important;
}
}

@media (max-width:1100px){
	a.btn.head-btn-warning {
	    display: none;
}
.feature-box {
    padding: 2rem 1rem;
}
.section-pest-hero h2 br {
    display: none;
}
.section-pest-hero h2 {
    font-size: 36px;
}
.section-pest-hero .pl-8 {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
}
section.video-section h2 {
    font-size: 160px;
}
section.cta-section::before {
    width: 235px;
    height: 300px;
    top: -71%;
}
section.cta-section h2 a {
    font-size: 45px;
    padding-left: 30px;
}
}

@media (max-width:1024px){
	.call-icon {
    gap: 10px;
    display: none !important;
}
.page-1 {
    margin-top: 0px;
}
nav.navbar {
    padding-right: 10px;
    padding-left: 10px;
}
.navbar-collapse ul.navbar-nav li a:hover {
    color: #E67411 !important;
    transition: all 0.5s ease;
    margin-top: -2px;
}
body.inner-page .navbar-collapse ul.navbar-nav li a {
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 500 !important;
}
body.inner-page .navbar-collapse ul.navbar-nav li a:hover {
    color: #000 !important;
    transition: all 0.5s ease;
    margin-top: -2px;
}
section.hero-section {
    margin-top: 0;
    position: relative;
}
.navbar-collapse {
    background: #e67411;
}
.custom-caption h1 {
    font-size: 40px;
}
.custom-caption {
    max-width: 70%;
}
section.form-section .form-section-inr-2 {
    margin-top: 0;
}
section.form-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
section.form-section .col-md-7 {
    max-width: 100%;
    flex: 100%;
    text-align: center;
    margin-bottom: 40px;
}
section.form-section .col-md-5 {
    max-width: 100%;
    flex: 100%;
}
section.form-section .form-section-inr-2 h4 {
    text-align: center;
}
section.imagewithtext h2.fw-bold {
    font-size: 36px;
}
section.form-section .form-section-inr-1 h3 a {
    font-size: 42px;
}
section.icons-texts h2 {
    font-size: 36px;
    width: 75%;
    text-align: center;
    margin: 0px auto;
}
section.icons-texts .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
}
.section-pest-hero {
    text-align: center;
}
section.video-section h2 {
    font-size: 114px;
}
section.video-section h4 {
    font-size: 20px;
}
.service-section h2 {
    font-size: 40px;
    font-weight: 700;
}
section.cta-section::before {
    display: none;
}
section.cta-section h2 a {
    font-size: 42px;
    padding-left: 0;
}
section.cta-section {
    text-align: center;
}
section.cta-section .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
}
.our-proven h2 {
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: 600;
}
.our-proven .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
}
.our-proven .text-muted {
    min-height: auto;
}
.testimonial-section h2 {
    font-size: 36px;
    font-weight: 600;
}
.footer-section .col-md-6 {
    border-right: none;
    margin-bottom: 30px !important;
}

}

@media(max-width: 767px) {
  .footer-section {
    text-align: center;
  }
.page-inr-2 {
    text-align: center;
}
  .social-icons {
    justify-content: center;
  }
.custom-caption {
    max-width: 90%;
    right: 5%;
    text-align: center;
    left: 5%;
}
.top-head .align-items-center {
    justify-content: center !important;
    text-align: center;
}
.custom-caption h1 {
    font-size: 34px;
    line-height: normal;
}
.carousel-control-prev.hero, .carousel-control-next.hero {
    width: auto;
    top: 92%;
    transform: translateY(-50%);
    z-index: 3;
}
.custom-caption p {
    font-size: 16px;
    color: #fff;
    line-height: normal;
}
section.form-section .form-section-inr-1 h3 a {
    font-size: 30px;
}
section.form-section .form-section-inr-1 h4 {
    font-size: 22px;
}
section.form-section .form-section-inr-2 {
    background: #f2f2f2;
    padding: 30px 20px;
    border-radius: 20px;
}
section.form-section .form-section-inr-2 h4 {
    font-size: 27px;
    font-weight: 700;
}
section.imagewithtext {
    text-align: center;
}
section.imagewithtext h2.fw-bold {
    font-size: 32px;
}
section.icons-texts h2 {
    font-size: 32px;
    width: 100%;
}
section.icons-texts .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
}
.section-pest-hero h2 {
    font-size: 30px;
}
.section-pest-hero .col-lg-6 {
    padding-right: 15px;
}
.section-pest-hero .pl-8 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
}
section.video-section h2 {
    font-size: 60px;
    line-height: normal;
    padding-left: 0px;
    padding-right: 0;
}
section.video-section video {
    border-radius: 0;
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
    display: block;
}
section.video-section h2 {
    font-size: 44px;
    line-height: normal;
    padding-left: 0px;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}
section.video-section {
    background: #0f4741;
}
section.video-section h4 {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    font-weight: 500;
    line-height: normal;
}
section.video-section {
    background: #0f4741;
    padding-bottom: 30px;
}
.service-section h2 {
    font-size: 32px;
    font-weight: 700;
}
section.cta-section h2 a {
    font-size: 30px;
    padding-left: 0;
}
section.cta-section h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}
.our-proven h2 {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 600;
}
.our-proven h5.font-weight-bold {
    font-size: 24px;
    color: #000;
}
.testimonial-section h2 {
    font-size: 32px;
    font-weight: 600;
}
.testimonial-section h4 {
    color: #000 !important;
    font-size: 24px;
}
.testimonial-section .card {
    background: #fff;
    border-radius: 20px;
    padding: 30px 15px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    height: 100%;
    margin-bottom: 20px;
}
.footer-section .col-md-6 {
    border-right: none;
    margin-bottom: 30px !important;
    flex: 100%;
    max-width: 100%;
}
.footer-bottom .col-md-6.text-right {
    text-align: center !important;
}
.testi-inr h3 {
    font-size: 32px;
}
.ant-inr h1 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #fff;
}
.ant-area {
    text-align: center;
}
.ant-area p br {
    display: none;
}
.wapsbnr-area {
    text-align: center;
}
.wapsbnr-area p br {
    display: none;
}
.call p .fa {
    font-size: 21px;
    line-height: 30px;
    width: 40px;
    height: 40px;
}
.badbug-area {
    text-align: center;
}
.badbug-area p br {
    display: none;
}
.cock-area h1 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #fff;
}
.cock-area {
    text-align: center;
}
.cock-area p br {
    display: none;
}
.squral-area h1 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #fff;
}
.squral-area {
    text-align: center;
}
.squral-area p br {
    display: none;
}
.flea-area h1 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #fff;
}
.flea-area {
    text-align: center;
}
.flea-area p br {
    display: none;
}
.bird-area h1 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #fff;
}
.bird-area {
    text-align: center;
}
.bird-area p br {
    display: none;
}
.moth-area h1 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #fff;
}
.moth-area {
    text-align: center;
}
.moth-area p br {
    display: none;
}
.beetle-area h1 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #fff;
}
.beetle-area {
    text-align: center;
}
.beetle-area p br {
    display: none;
}
.choose-inr2 {
    height: auto;
    margin-bottom: 30px;
}
.testimonial .carousel-control-prev, .testimonial .carousel-control-next {
    top: 40%;
}
.page-inr-4 ul li {
    padding: 7px;
}
.choose-inr2 {
    height: auto !important;
    margin-bottom: 30px;
}
}
/*.marquee_nbr {
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    flex: 1;
    max-width: 400px;
}*/

.marquee_nbr p {
    display: inline-block;
    padding-left: 0;
    animation: marquee 10s linear infinite;
    color: #000;
    font-weight: 600;
    margin: 0;
}
.marquee_nbr p a {
    text-decoration: none!important;
    font-weight: 500;
}
/*@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
@media only screen and (max-width:767px){
.marquee_nbr {
    flex: unset;
    max-width: 100%;
    border-block: 1px solid #ccc;
    margin-bottom: 4px;
    margin-top: 4px;
}
}*/

.service-section a:hover {
    text-decoration: none;
}