body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
}
p {
	font-size:18px;
	line-height: 32px;
}
img {
	border: none;
	outline: none;
	max-width:100%;
}
a, a:hover {
	text-decoration: none;
	color:#000;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	display: block;
	padding:0;
	margin:0;
}
p {
	padding:0;
	margin:0;
}
ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
a:hover, a:visited, a {
	text-decoration: none;
}
textarea:focus, input:focus {
	outline: none;
	font-weight:normal;
}
.clearfix {
	clear: both;
}
a:focus, a:hover, a:visited {
	text-decoration:none;
	outline:0;
}

/*---------------------------page start------------------------------*/
/***********scroll-Top*******/
.scrollTop {
	position: fixed;
	right: 3%;
	bottom: 10px;
	background-color: #07a351;
	padding: 9px 18px;
	opacity: 0.6;
	transition: all 0.4s ease-in-out 0s;
	z-index: 999;
	cursor: pointer;
	border-radius: 50%;
}
.scrollTop a i {
	font-size: 18px;
	color: #fff;
}
/*------header-css------*/
.header_bg {
	z-index: 99;
	border-width: 0 0 1px;
	border-top: 2px solid #07a351;
	padding: 15px 0;
	padding-bottom: 13px;
	position: fixed;
	width: 100%;
	background: #fff;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.05),inset 0 -1px 0 rgba(0,0,0,.1);
}
img.call-icon {
    width: 12px;
    height: auto;
    margin-right: 5px;
    margin-bottom: 2px;
}
.header-logo img {
	width: 90%;
	padding-top: 12px;
}
.header_bg .navbar-expand-lg .navbar-nav .nav-link {
	padding: 15px 20px;
	text-transform: capitalize;
	font-size: 16px;
	color: #303030;
	transition: 0.5s ease;
	font-weight: 500;
}
.header_bg .navbar-expand-lg .navbar-nav .nav-link:hover {
	color: #01a855;
}
.header_bg .navbar-expand-lg .navbar-nav .nav-link strong {
	color: #01a855;
}
.header_bg .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

.header_bg .navbar-expand-lg {
    width: 100%;
    padding: 0;

}
.contact_btn {
	border: transparent;
	box-shadow: none;
	line-height: 0px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-radius: 6px;
	color: #fff;
	text-transform: inherit;
	transition: 0.5s ease;
	border: 2px solid #fff;
	padding-left: 25px;
	padding-right: 25px;
	font-weight: 700;
	line-height: 25px;
	background-color: #01a855;
	border-color: #01a855;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	margin-left: 20px;
}

.contact_btn:hover {
   background-color: #333;
   color: #fff;
   border: 2px solid #333;
}
.header_bg .navbar-expand-lg .navbar-nav li.header-call-btn a {
	box-shadow: none;
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-radius: 6px;
	text-transform: inherit;
	transition: 0.5s ease;
	padding-left: 25px;
	padding-right: 25px;
	font-weight: 700;
	line-height: 25px;
	color: #07a351;
	border: 2px solid #07a351;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 15px;
	font-size: 16px;
	display: inline-block;
}
.header_bg .navbar-expand-lg .navbar-nav li.header-call-btn a:hover {
background-color: #333;
color: #fff;
border: 2px solid #333;
}


.header_bg.f-nav .navbar-expand-lg {
    width: 100%;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.header_bg.f-nav .site-logo {
    width: 150px;
}

.header_bg.f-nav .navbar-expand-lg .navbar-nav .nav-link {
    padding: 12px 10px;
}

.header_bg.f-nav .contact_btn {
    margin-top: 3px;
}

.header_bg.f-nav .navbar-brand {
    padding-top: 0rem;
    padding-bottom: 0rem;

}
.header-logo {
	padding:0;
}
.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: #fff;
	padding: 4px;
	padding-bottom: 0;
}
.fixed-header .header-logo img {
	width: 90%;
	padding-top: 6px;
}
.fixed-header .contact_btn {
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 14px;
}
 .header_bg.fixed-header .navbar-expand-lg .navbar-nav li.header-call-btn a {
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 14px;
}
.header_bg.fixed-header .navbar-expand-lg .navbar-nav .nav-link {
	padding: 13px 15px;
	font-size: 14px;
}
/*------banner-css------*/

.banner_bg {
	background: url(../images/banner_bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 180px 0px 180px;
	text-align: center;
}
.banner_bg h1 {
	font-size: 45px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 63px;
	color: #fff;
	padding: 0px 0 10px;
	width: 100%;
}
.banner_bg h1 span {
	color: #2fd67e;
}
.banner_bg p {
	font-size: 18px;
	line-height: 31px;
	margin: 10px 0 20px;
	width: 60%;
	color: #fff;
	margin: 0 auto;
	padding-bottom: 20px;
}
.guaranteed-section{
width: 100%;	
}
.guaranteed-section h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	color: #fff;
	display: inline-block;
	background: rgba(0, 0, 0, 0.5);
	border: 2px dotted rgba(255,255,255,0.65);
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

.banner-bottom ul {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
.banner-bottom ul li {
	margin-right: 3%;
	width: 40%;
	float: left;
}
.banner-bottom ul li a {
	background: transparent;
	color: #fff;
	padding: 18px 10px;
	border-radius: 6px;
	color: #fff;
	border: 2px solid #fff;
	font-size: 23px;
	font-weight: 600;
	text-align: center;
	display: block;
}
.banner-bottom{
	width: 70%;
	margin: 0 auto;
}
.banner-bottom ul li:last-child{
	margin-right: 0%;
}
.mobile-icon {
	margin-right: 12px;
}
.banner-bottom ul li a.quote-btn {
	background-color: #01a855;
    border-color: #01a855;
	padding: 17px 0px;
}
.banner-bottom ul li a:hover {
	background-color: #000;
color: #fff;
border: 2px solid #01a855;
}



/*------our-services-css------*/

.our-services-section {
	padding: 70px 0;
	width: 100%;
	position:relative;
		text-align:center;
}

.section-title h2 {
	font-weight: 700;
	margin: 0 0 15px;
	font-size: 34px;
	color: #333;
	text-transform: uppercase;

}
.section-title .border-1 {
	width: 70px;
	height: 2px;
	background-color: #07a351;
	margin: auto;
	margin-bottom: 5px;
}
.section-title .border-2{
	width: 40px;
	height: 2px;
	background-color: #07a351;
	margin: auto;
}
.dbl-list-box {
	border: 2px solid #07a351;
	border-radius: 8px;
	padding: 15px;
	position: relative;
	text-align: center;
	background-color: #fff;
	margin-top: 50px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.bbl-icon-box {
	border: 2px solid #07a351;
	border-radius: 100%;
	padding: 18px;
	background: #fff;
	width: 95px;
	height: 95px;
	margin: 0 auto;
	position: relative;
	margin-top: -75px;
	display: flex;
	justify-content: center;
}
.dbl-list-box h3 {
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 0px;
	display: block;
	padding-top: 17px;
	text-transform: uppercase;
}
.bbl-icon-box img {
	width: 58px;
	height: 58px;
	object-fit: contain;
}
.m-60{
	margin-top:60px;
}
/*------banner-css------*/

.call-to-section {
	background: url(../images/call-us-bg.png) no-repeat center center;
	background-size: cover;
	padding: 52px 0px 68px;
	position: relative;
}
.call-to-section h2 {
	font-weight: 700;
	margin: 0 0 15px;
	font-size: 31px;
	color: #fff;
	text-transform: uppercase;
	line-height: 47px;
}
.call-to-action-left {
	position: absolute;
	left: 50px;
	margin-right: 20px;
}
.call-to-section .banner-bottom {
	width: 100%;
	margin: 0 auto;
}
.call-to-section .banner-bottom ul {
	margin-top: 22px;
	display: flex;
	justify-content: space-between;
}
.call-to-section .banner-bottom ul li {
	width: 50%;
}
.call-to-section .mobile-icon {
	margin-right: 12px;
	width: 10%;
}
.call-to-section .banner-bottom ul li a {
	font-size: 20px;
}



/*------banner-css------*/

.why-us-section{
		padding: 70px 0;
}
.why-us-section .section-title {
    text-align: center;
    margin-bottom: 30px;
}

.why-choose-new-des h4 {
    font-weight: 700;
    margin: 0px 0 7px;
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
    margin-top: 0px;
}
.why-choose-new-des p {
	color: #333;
	margin: 0 0 20px;
	line-height: 27px;
	font-size: 16px;
}

.why-choose-new-des.des-content p{
	line-height: 24px;
	font-size: 14px;
}
.why-choose-new-des.des-content h4{
	font-size: 18px;
}

.why-us-right-img-mt{
	margin-top: 40px;
}



/*------banner-css------*/

.fn-fts {
  background: url(../images/fn-fts.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0px 30px;
  overflow:hidden;
}
.counter-box img {
  margin-bottom: 20px;
}
.counter-box {
  display: block;
  background: transparent;
  padding: 40px 20px 37px;
  text-align: center
}
.counter-box p {
  margin: 10px 0 0;
  padding: 0;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}
.counter-box i {
  font-size: 60px;
  margin: 0 0 15px;
  color: #fff
}
.counter {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #07a351;
  line-height: 28px
}
.counter-box.colored {
  background: transparent;
}





/*------banner-css------*/
.contact-section{
	padding: 70px 0;
width: 100%;
position: relative;
text-align: center;
}
.contact-section .fldGrp {
	height: calc(2.3em + .75rem + 2px);
	width: 100%;
	margin: 0 0 24px;
	border-radius: 0px;

}

.contact-section .fldGrp span.info{
      color: red;
    font-size: .875em;
}

.contact-section .inptFld {
	padding: 10px;
	width: 100%;
	border: none;
	height: 100%;
	text-transform: none;
	color: #777777;
	font-weight: 500;
	font-size: 15px;
	background: #f5f7f7;
	border: 1px solid #d4dade;
	border-radius: 0px;
}
.btn-submit {
	border: transparent;
	box-shadow: none;
	line-height: 0px;
	margin-top: 17px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-radius: 6px;
	background-color: #07a351;
	color: #fff;
	text-transform: capitalize;
	transition: 0.5s ease;
	padding-left: 80px;
	padding-right: 80px;
	font-weight: 700;
	line-height: 52px;
	font-size: 27px;
	margin-bottom: 0px;
	margin-top: 20px;
}
.btn-submit:hover {
	background-color: #333;
color: #fff;
}
.contact-section .fldGrp.fldTextarea {
	height: 130px;
}
.contact-section .section-title p {
	color: #333;
	font-size: 18px;
	line-height: 26px;
	padding-top: 20px;
	padding-bottom: 25px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none!important;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/*------banner-css------*/
footer.atf-ftr {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}
.ftrDv {
	background-color: #0c0c0c;
	color: #fff;
	padding: 40px 0 20px;
}
.footerLogo {
	margin: 20px 0 40px;
}
.ftm-mdlm {
	margin: auto;
	max-width: 600px;
	text-align: center;
}
.footerSocial p {
	color: #07a351;
	font-size: 16px;
	font-weight: 700;
	/* text-transform: uppercase; */
	margin: 0 0 10px;
}
.socialMedia {
	color: #fff;
	min-height: 56px;
}
.ftm-mdlm .socialMedia a {
	margin-right: 15px;
	width: 44px;
	height: 44px;
	border: 2px solid #fff;
	text-align: center;
	line-height: 42px;
	border-radius: 100%;
	font-size: 18px;
	color:#fff;
}
.ftrBtm {
	background-color: #000;
	padding: 20px 0;
	color: #fff;
	text-align: center;
}
.ftrBtm ul li {
	display: inline-block;
	line-height: 14px;
	font-weight: 500;
}
.ftrBtm ul li a {
	color: #fff;
}
.ftrBtm ul li:hover a {
	color: #07a351;
}
.footer-last-des {
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
}
.footer-last-des span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 5px;
    display: block;
}
.footer-last-des p {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
}
.btn-submit.btn:focus {
  box-shadow: none;
}

.section-title p {
    color: #333;
    line-height: 27px;
    font-size: 16px;
	margin-top: 20px;
}