/*
  Theme Name: Avilon
  Theme URL: https://bootstrapmade.com/avilon-bootstrap-landing-page-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
	font-family: 'Avenir', sans-serif;
	-webkit-font-smoothing: antialiased;
  overflow-x: hidden;
	color: #474b56;
  	padding-top: 0px;
  	padding-bottom: 0px;
}



.ah {
	font-family: 'Avenir-Heavy', sans-serif;
}

a {
  color: #474b56;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #999;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Avenir', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
}

.back-to-top:focus {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #1dc8cd;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: -4px 0 0 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
	font-family: 'Avenir', sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #474b56;
}

#header #logo img {
  padding: 0;
  margin: 0;
    width: 150px;
    margin-top: -10px;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
    margin-top: 0;
  }
  #header #logo img {
   
  }
	.sl-rightborder {
   	 border: 0 !important;
	}
}

#header.header-fixed {
  background: #FFF;
opacity: 0.8;
  padding: 25px 0;
  height: 72px;
  transition: all 0.5s;
    border-bottom: 1px solid #CCC;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
    height: 100vh;
		min-height:800px;
  background:  linear-gradient(
          rgba(0, 0, 0, 0.3), 
          rgba(0, 0, 0, 0.3)
        ), url('../../img/hp-n.jpg') center top no-repeat;
  background-size: cover !important;
  position: relative;
}


#intro  {
	color: #FFF;
}


#intro .home-dots {
    width: 600px;
    margin-top: 80px;
}

#intro #getStartedBtn {
    margin-top: 70px;
    -webkit-animation: pulse 2s infinite;

   /* width: 350px;
    margin-top: 70px;
    height: 90px;
    font-size: 30px;
    font-weight: bold;
    padding-top: 14px; */
}
#gotitbtn, #callactionbutton {
	-webkit-animation: pulse 2s infinite;
}
#intro .qualinner {
	height: 140px;
}

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  }
}

#intro .intro-text {
  position: absolute;
  left: 0;
    top: 200px;
  right: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
    padding: 0;
}

#intro .qualdiv {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    font-size: 30px;
	text-align: center;;
    font-weight: bold;
    padding: 0 30px;
}

#intro .qfig {
    font-size: 35px;
	color: #ecac2e;
    font-weight: bold;
}

.qfig.smb {
	    margin-bottom: -20px;
}


#intro h2 {
  margin: 30px 0 10px 0;
  padding: 0 15px;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  color: #fff;
	max-height: 240px;
    overflow-y: auto;
    overflow-x: auto;
}

@media (max-width: 986px) {
	
  #intro h1 {
	    font-size: 30px !important;
	}
  #intro h2 {
    max-height: 170px;
	}
	.qualinner {
    	font-size: 24px;
	}
	#intro .qfig {
    	font-size: 28px;
	}
	#intro .qualdiv {
		
   	 bottom: 0px;
	}
	.qfig.smb {
    margin-bottom: -10px;
	}
}
@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
    line-height: 36px;
  }
	#intro .qualinner {
    height: auto;
}
	#intro .qualdiv {
    bottom: 20px;
}
	#intro h2 {
    max-height: 250px;
}
	.hide-sm {
		display: none;
	}
}

#intro p {
  color: #fff;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 24px;
}

@media (max-width: 768px) {
  #intro p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

@media (max-width: 540px) {
#intro h1 {
    font-size: 20px !important;
}
}

#intro .btn-get-started {
	font-family: 'Avenir', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#intro .btn-get-started:hover {
  color: #1dc8cd;
  background: #fff;
}



/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/


.text-o {
	color: #ecac2e;
}

.section-header .section-title {
	font-size: 40px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #2a2e33;
	line-height: 1.5;
	margin-bottom: 20px;
}
.section-seehow {
	font-size: 30px !important;
}

.section-header.about-section-header .section-title  {
	font-size: 20px !important;
	text-align: left;
}

.section-header .section-description {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.41;
	letter-spacing: normal;
	text-align: center;
	color: #2b2f31;
	max-width: 600px;
	margin: 0 auto;
	
}
.section-header.about-section-header .section-description  {
	font-size:16px;
	text-align: left;
	
}

.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: #1dc8cd;
  background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #eff5f5;
}

/* About Us Section
--------------------------------*/
#about {
	padding: 80px 0;
	overflow: hidden;
	background: #f4f3f2;
}

#about .section-description {
    margin-bottom: 60px;
}


.about-snap-icon, .about-repair-icon {
	width: 250px;
	margin-top:20px;
    height: 140px;
    margin-bottom: 13px;
}

.about-compare-icon {
	width: 250px;
}

#about .icon-header {
	margin-bottom: 10px;
	margin-top: 30px;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0.8px;
	color: #2b2f31;
}
#about .icon-description {
	font-size: 17px;
	line-height: 1.41;
	color: #474b56;
}

@media (max-width: 768px) {
  #about .icon-description {
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
  }
	
	.trusted-panel-beater-img {
		display:none !important;
	}
}


/* what can dinggo do Section
--------------------------------*/
#what-can-dinggo-do {
	padding: 80px 0;
	overflow: hidden;
	background: #FFF;
}



#what-can-dinggo-do .section-description {
    margin-bottom: 60px;
}

.service-banner {
	height: 220px;
	border-radius: 5px;
	background-color: rgba(43, 47, 49, 0.45);
	border: solid 1px #eeeeee;
	margin-bottom: 30px;
    position: relative;
    text-align: center;
    color: white;
}

.service-link {
	font-size: 24px;
  line-height: 1.25;
	letter-spacing: 1px;
	color: #ffffff;
	
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px;
	pointer-events: none;
	
}

.service-img {
	width: 100%;
    height: 100%;
    filter: brightness(65%);
	  border-radius: 5px;
}


/* featured in section
--------------------------------*/
#featured-in {
	padding: 20px 0;
	overflow: hidden;
	background: #FFF;
}
#featured-pb {
	background: #f4f3f2;
}



.fi-head {
	font-size:24px;
	color: #9F271E;
	margin-bottom:20px;
}

.fi-quote {
	font-size:22px;
	color: #848484;
	font-style: italic;
	margin-top:20px;
	
}
/* Call To Action Section
--------------------------------*/
#call-action {
	padding: 60px 0;
	overflow: hidden;
	background: #eeeae1;
}

#call-action .callout {
	font-size: 29px;
	font-weight: 900;
	line-height: 1.03;
	color: #2b2f31;
}

#call-action .action-btn {
	margin-top: -10px;
	float: right;
}


@media (max-width: 1402px) {
	#call-action .action-btn {
    	margin-top: 30px;
    	display: block;
		float: none;
	}
}



#reviews {
	padding: 60px 0 0;
	overflow: hidden;
}

.slick-slide {
	border-radius: 5px;
	border: solid 1px rgba(132, 132, 132, 0.5);
}
.slick-prev:before, .slick-next:before {
    font-size: 60px;
}

.reviewPane {
	height: 320px;
	border-radius: 5px;
	padding:27px;
	border: solid 1px rgba(132, 132, 132, 0.5);
    overflow-y: auto;
    overflow-x: auto;
    margin-bottom: 10px;
}


ul.loginheader {
    width: 250px;
    padding: 20px;
}


.m10 {
	margin-bottom: 10px;
}

.iconsection {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.28);
	background-color: #ffffff;
	padding: 20px;
    display: inline-block;
    width: 100%;
}


#a-our-mission {
	padding: 80px 0;
	overflow: hidden;
	background: #f4f3f2;
}
img.about-img-our-mission {
    width: 100%;
    margin-top: -40px;
}

#a-our-promise {
	padding: 80px 0;
	overflow: hidden;
	background: #FFF;
}
img.about-img-our-promise {
    width: 400px;
    margin-top: -20px;
}


#a-our-values {
	padding: 80px 0;
	overflow: hidden;
	background: #ebe8e3;
}
img.about-img-our-values {
    width: 450px;
}


#a-our-repairers {
	padding: 80px 0;
	overflow: hidden;
	background: #FFF;
}
img.about-img-our-repairers {
    width: 400px;
    margin-top: 40px;
}



#a-call {
	padding: 30px 0;
	overflow: hidden;
	background: #f4f3f2;
}



@media (max-width: 768px) {
	img.about-img-our-mission {
		width: 400px;
 	   	margin-top: 20px;
	}
	img.about-img-our-promise {
		width: 250px;
		margin-top: -40px;
		margin-bottom: 30px;
	}
	img.about-img-our-values {
		width: 350px;
		margin-top: 20px;
	}
	img.about-img-our-repairers {
		width: 260px;
		margin-top: -40px;
		margin-bottom: 40px;
	}
	
}

/* Contactless Section
--------------------------------*/
.section-even {
	padding: 80px 0px;
	overflow: hidden;
	background: #f4f3f2;
}

.section-odd {
	padding: 80px 0px;
	overflow: hidden;
	background: #ffffff;
}

.section-img {
    width: 450px;
    margin-top: -20px;
}

.section-center {
	padding: 30px 0;
	overflow: hidden;
	background: #f4f3f2;
}

@media (max-width: 768px) {
	.section-img {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
}

/* Factoring Section
--------------------------------*/
.section-description.factoring-section-description {
	text-align: left;
	max-width: 100%;
}

.section-description.factoring-section-description .factoring-hr {
	border-color: #c2c2c2;
}

#factoring-img-invoice-factoring.section-img {
	width: 300px;
    margin-top: -40px;
}

#factoring-img-about-westgate.section-img {
    width: 350px;
    margin-top: -60px;
}

#factoring-img-how-it-works.section-img {
    width: 400px;
}

#factoring-img-factoring-that-works.section-img {
    width: 400px;
    margin-top: 40px;
}


@media (max-width: 768px) {
	#factoring-img-invoice-factoring.section-img {
		width: 200px;
 	   	margin-top: 40px;
	}
	
	#factoring-img-about-westgate.section-img {
		width: 250px;
		margin-top: -40px;
		margin-bottom: 30px;
	}
	
	#factoring-img-how-it-works.section-img {
		width: 300px;
		margin-top: 20px;
	}
	
	#factoring-img-factoring-that-works.section-img {
		width: 260px;
		margin-top: -40px;
		margin-bottom: 40px;
	}
	
}
/*--------------------------------------------------------------
# Fleet Intro Section
--------------------------------------------------------------*/
#fleet-intro {
	min-height: 355px;
	background:  linear-gradient(
	rgba(0, 0, 0, 0.6), 
	rgba(0, 0, 0, 0.6)
	), url('../../img/Fleets/images/DingGo-Digital-Fleet-Header.png') center top no-repeat;
	background-size: cover;
	text-align: center;
	padding-top:120px;
	padding-bottom:20px;
}


#fleet-intro  {
	color: #FFF;
}



#fleet-intro h1 {
    font-size: 40px !important;
}

#fleet-intro h2 {
	
}

@media (max-width: 986px) {

 	#fleet-intro h1 {
	}
 	#fleet-intro h2 {
	}
}
@media (max-width: 768px) {
  	#fleet-intro h2 {
  	}	
	#fleet-intro h2 {
	}
}


@media (max-width: 540px) {
	#fleet-intro h1 {
	}
}

.flp-partner-logo {    
	width: 100%;
    max-height: 100px;
    max-width: 150px;
}

#fleet-partners {
	border-bottom:1px solid #CCC;
}

#fleet-ourplatform {
	padding: 20px 0;
	text-align: center;
	border-bottom:1px solid #CCC;
}
#fleet-brands {
	padding: 40px 0;
	text-align: center;
	border-bottom:1px solid #CCC;
}

#fleet-more {
	padding: 40px 0;
	text-align: center;
	border-bottom:1px solid #CCC;
}

#fleet-requestdemo {
	padding: 40px 0;
	text-align: center;
	border-bottom:1px solid #CCC;
}


.fleet-section-header .fleet-section-title {
	font-size: 26px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #2a2e33;
	line-height: 1.5;
}


.fleet-section-header .fleet-section-description {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.41;
	letter-spacing: normal;
	text-align: center;
	color: #2b2f31;
	max-width: 600px;
	margin: 0 auto;
	
}


.fleet-section-header .fleet-section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: #1dc8cd;
  background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}


.flp-digitalfleetportal {
	width:100%;
}

.flp-toolboximg {
	    width: 80px;
    margin-top: -30px;
}

.fop-co {
    background: #EEE;
    border-radius: 4px;
    margin: 0 auto;
    max-width: 600px;
    margin-top: 40px;
    padding-bottom: 25px;
}

.flp-iconimg {
    width: 100%;
    max-width: 80px;
    margin-bottom: 20px;
}

.icon-head {
	font-weight:bold;
	font-size: 14px;
	margin-bottom:10px;
}

.icon-subhead {
	font-size: 12px;
	margin-bottom:10px;
}

.flp-brand-logo-img {
	width:100px;
}
.fleet-brand-logo {
	padding-right:20px;
}
.fleet-brand-quote {
    padding-left: 40px;
    border-left: 1px solid #eee;
	font-size: 14px;
}

.flp-moreimg {
    width: 200px;
}


.df-text {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.df-input {
    width: 100%;
    height: 50px;
    padding-left: 17px;
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    line-height: 1.53;
    margin-bottom: 30px;
	max-width:300px;
}

.joinm {
	padding-top: 7px;
	margin-bottom:20px;
}


@media (max-width: 420px) {
  .fleet-fw-small {
	  width:100%;
  }
	
}

.logo_featuredin {
    width: 220px;
}

.featuredpbprofileimg {
    border-radius: 50%;
    width: 175px;
    height: 175px;
	margin-bottom:10px;
}

.zip_rnpl_interest {
	width: 80%;
	display: block;
	margin:0 auto;
}

.zip_rnpl {
	width: 80%;
	display: block;
	margin:0 auto;
}
.lux-popular-searches-block {
	background: #eeeae1 !important;
}
 