html, body {font-family: 'Poppins', sans-serif;}
h1 {font-weight: 900; letter-spacing: -1px;}
h2, h3, h4 {font-weight: 700; letter-spacing: -1px;}
h5, h6 {font-weight: normal;}

.main-h1 {font-size: 30px; font-weight: 700;}

.button-up {position: fixed; right: 0px; bottom: 0; z-index:9999; cursor: pointer;}
.navbar-brand-custom {width: 150px; padding: 10px 0px 10px 0px;}
.d-none {display: none;}

/*nav*/
.bg-nav {background-color: rgba(255,255,255,1); box-shadow:  0px 15px 15px -15px rgba(0,0,0,0.5);}
.bg-grey {background-color: #525252;}
.bg-red {background-color:  #dc4c3f;}
.bg-dark-cyan {background-color: #1d7791;}
.bg-dark-grey {background-color: #4f4d4d;}
.bg-light-grey {background-color: #cfcfcf;}
.bg-off-white {background-color: #f9f9f9;}
.bg-color1 {background-color: #1e7891;}
.bg-color2 {background-color: #46bcad;}
.bg-color3 {background-color: #2F999E;}

.navbar-light .navbar-nav .nav-link {font-size: 24px; font-weight: 700; color: #2e95b4; letter-spacing: -1px; text-align: right; line-height: 1.2em;}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {color: #dc4c3f;}
.nav-fill .nav-item {text-align: right;}
.navbar-light .navbar-toggler {background-color: white;}
.navbar-brand {width: 300px;}

/*borders*/
.border-left-custom {border-left: 15px solid #1d7791;}
.border-left-custom-2 {border-left: 15px solid #44BDAD;}
.border-left-custom-3 {border-left: 15px solid #2F999E;}
.border-right-custom {border-right: 15px solid #24817f;}
.mx-custom {margin: 0px;}

/*text*/
.white {color: white;}
.black {color: black;}
.grey {color: #999;}
.red {color: #dc4c3f;}
.dark-grey {color: #525252;}
.cyan {color: #2e95b4;}
.dark-cyan {color: #24817f;}
.dark-blue {color: #1d7791;}

.lighter-cyan {color: #AAF2F2;}
.light-cyan {color: #46EDF0;}
.yellow {color: yellow;}


.header {font-size: 40px;}
.sub-header {font-size: 18px;}
.header-light {font-family: 'volte_roundedlight'; font-size: 26px;}

.btn-link {font-size: 20px; font-weight: 700; color: #3197b4; text-align: left;}
.btn-link a{font-size: 20px; color: #3197b4;}

p {font-size: 16px; color: #525252;}
p a{font-size: 16px; color: #5f85a8;}
p a:hover{font-size: 16px; color: black;}
ul, ol {color: #525252;}
ul li a, ol li a {color: #5f85a8;}
ul li a:hover, ol li a:hover {color: black; text-decoration: none;}
.url-results {font-size: 13px;}

.header-small {font-size: 20px;}
.header-small a {font-size: 20px; text-decoration: none; color: #525252;}
.header-small a:hover {font-size: 20px; text-decoration: none; color: #999;}

#seoLoadingLabel {margin-left: 0px; font-style: normal; font-size: 14px;}

.footer-links {font-size: 14px; color: white; text-transform: uppercase;}
.footer-links a{font-size: 14px; color: white;}
.footer-links a:hover{font-size: 14px; color: yellow;}

/*buttons*/
.btn-custom, .btn-custom-secondary {font-size: 11px; font-weight: 700;}
.btn-custom a {background: #dc4c3f; padding: 10px 15px 10px 15px; color: white; text-decoration: none; transition: 0.3s;}
.btn-custom a:hover{background: #2e95b4;}

.btn-custom-secondary a {background: #2e95b4; padding: 10px 15px 10px 15px; color: white; text-decoration: none; transition: 0.3s;}
.btn-custom-secondary a:hover {background: #dc4c3f;}

/*social*/
.fa-facebook {color: #4469b0!important; font-size: 30px;}
.fa-twitter-square {color: #2aa3ef!important; font-size: 30px;}
.fa-linkedin {color: #1178b3!important; font-size: 30px;}


.desktop-display {display: none;}
.tablet-display {display: none;}
.mobile-display {display: block;}

.desktop-display-inline {display: none;}
.mobile-display-inline {display: inline-block;}

.custom-pad {padding: auto;}
.custom-div {padding: auto;}

/*
.performance {background-color: #1e7891; color: white; transition: 0.3s;}
.performance p {color: #5fd4c9; transition: 0.3s;}
.performance:hover {background-color: #3197b4; color: white;}
.performance:hover p {color: white;}
.performance h2 {font-size: 24px;}
.performance h2 a{color: yellow; text-decoration: none;}
.performance:hover h2 {color: yellow;}
.performance:hover h2 a{color: white;}
.performance:hover .large {color: yellow;}
.performance .large {font-size: 24px; font-weight: 900; color:  white;}

.engagement {background-color: #46bcad; color: white; transition: 0.3s;}
.engagement p {color: #24817f; transition: 0.3s;}
.engagement:hover {background-color: #5fd4c9; color: white;}
.engagement:hover p {color: white;}
.engagement h2 {font-size: 24px;}
.engagement h2 a{color: yellow; text-decoration: none;}
.engagement:hover h2 {color: yellow;}
.engagement:hover h2 a{color: white;}
.engagement:hover .large {color: yellow;}
.engagement .large {font-size: 24px; font-weight: 900; color:  white;}
*/

.performance {background-color: #1e7891; color: white; transition: 0.3s;}
.performance p {color: white; transition: 0.3s;}
.performance:hover {background-color: #3197b4; color: white;}
.performance:hover p {color: yellow;}
.performance h2 {font-size: 24px;}
.performance h2 a{color: yellow; text-decoration: none;}
.performance:hover h2 {color: yellow;}
.performance:hover h2 a{color: white;}
.performance:hover .large {color: white;}
.performance .large {font-size: 24px; font-weight: 900; color:  yellow; transition:  0.3s;}

.engagement {background-color: #46bcad; color: white; transition: 0.3s;}
.engagement p {color: white; transition: 0.3s;}
.engagement:hover {background-color: #5fd4c9; color: white;}
.engagement:hover p {color: yellow;}
.engagement h2 {font-size: 24px;}
.engagement h2 a{color: yellow; text-decoration: none;}
.engagement:hover h2 {color: yellow;}
.engagement:hover h2 a{color: white;}
.engagement:hover .large {color: white;}
.engagement .large {font-size: 24px; font-weight: 900; color:  yellow; transition:  0.3s;}

.performance-1 {background-color: #4d4d4d; color: white; transition: 0.3s;}
.performance-1 p {color: white; transition: 0.3s;}
.performance-1:hover {background-color: black; color: white;}
.performance-1:hover p {color: yellow;}
.performance-1 h2 {font-size: 24px;}
.performance-1 h2 a{color: yellow; text-decoration: none;}
.performance-1:hover h2 {color: yellow;}
.performance-1:hover h2 a{color: white;}
.performance-1:hover .large {color: #dc4c3f;}
.performance-1 .large {font-size: 24px; font-weight: 900; color: yellow; transition:  0.3s;}

.engagement-1 {background-color: #1e7891; color: white; transition: 0.3s;}
.engagement-1 p {color: white; transition: 0.3s;}
.engagement-1:hover {background-color: black; color: white;}
.engagement-1:hover p {color: yellow;}
.engagement-1 h2 {font-size: 24px;}
.engagement-1 h2 a{color: yellow; text-decoration: none;}
.engagement-1:hover h2 {color: yellow;}
.engagement-1:hover h2 a{color: white;}
.engagement-1:hover .large {color: #dc4c3f;}
.engagement-1 .large {font-size: 24px; font-weight: 900; color: yellow; transition:  0.3s;}

.about-bg-one {background-image: url('../img/avi-richards-Z3ownETsdNQ-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 430px; background-position: left top;}
.about-bg-two {background-image: url('../img/mario-gogh-VBLHICVh-lI-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 650px; background-position: right top;}
.about-bg-three {background-image: url('../img/joanna-kosinska-1_CMoFsPfso-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 550px; background-position: left top;}
.about-bg-four {background-image: url('../img/maxim-ilyahov-0aRycsfH57A-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 450px; background-position: center top;}
.about-bg-five {background-image: url('../img/marc-olivier-jodoin-NqOInJ-ttqM-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 430px; background-position: center bottom;}
.about-bg-six {background-image: url('../img/ricardo-gomez-angel-D9kOnC_1AHw-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 550px; background-position: center center;}

.bg-img1 {background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/mario-calvo-S_mEIfXRzIk-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center center;}
.bg-img2 {background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/olaf-val-UTk9cXzYWAg-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center center;}

.bg-img3 {background: /*linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), */url('../img/elevate-nYgy58eb9aw-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center center; min-height: 200px;}
.bg-img4 {background: /*linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), */url('../img/georgia-de-lotz-Ebb8fe-NZtM-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center center; min-height: 200px;}
.bg-img5 {background: /*linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), */url('../img/clay-banks-tgquMvhNLc4-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center center; min-height: 200px;}
.bg-img6 {background: /*linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), */url('../img/olaf-val-UTk9cXzYWAg-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center center; min-height: 200px;}
.bg-img7 {background: /*linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), */url('../img/webfactory-ltd-lT8ta2_7W6I-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center center; min-height: 200px;}
.bg-img8 {background: url('../img/mario-gogh-VBLHICVh-lI-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center center; min-height: 200px;}
.bg-img9 {background: url('../img/maxim-ilyahov-0aRycsfH57A-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center center; min-height: 200px;}
.bg-img10 {background: url('../img/marc-olivier-jodoin-NqOInJ-ttqM-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center center; min-height: 200px;}

/*about*/
.text-shadow {text-shadow: 1px 1px 15px #000;}

/*infographics*/

.progress {background: white;}

.progress.active .progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}

.progress-bar-cyan {background: #46EDF0;}
.progress-bar-yellow {background-color: yellow;}
.progress-bar-red {background: rgb(232,86,42); background: linear-gradient(90deg, rgba(232,86,42,1) 0%, rgba(184,24,98,1) 100%);}
.progress-bar-white {background: white;}
.red-gradient {background: rgb(232,86,42); background: linear-gradient(-90deg, rgba(232,86,42,1) 0%, rgba(184,24,98,1) 100%);}
.grey-gradient {background: rgb(207,207,207); background: linear-gradient(90deg, rgba(207,207,207,1) 0%, rgba(249,249,249,1) 100%);}
.blue-gradient {background: rgb(70,188,173); background: linear-gradient(90deg, rgba(70,188,173,1) 0%, rgba(95,212,201,1) 100%);}
.infographic-bold-yellow {color: yellow;}
.infographic-bold-gradient {background: -webkit-linear-gradient(-90deg, #EB5A26, #B31067);  -webkit-background-clip: text;  -webkit-text-fill-color: transparent;}
.infographic-bold-gradient-cyan {background: -webkit-linear-gradient(-90deg, #ffffff, #46EDF0);  -webkit-background-clip: text;  -webkit-text-fill-color: transparent;}
.infographic-bold {font-family:  "Arial Black", arial, sans-serif; font-size: 125px; font-weight: 900; letter-spacing: -15px;}

.infographic-stats {font-size: 45px;}

.video-tag {width: 100%;}

.slide-right {
  width: 100%;
  overflow: hidden;
  margin-left: 0px;
  max-width: 416px
}

.slide-right .t1 {animation: 0.5s slide-right 0.5s forwards; transform:translateX(-120%);}
.slide-right .t2 {animation: 0.5s slide-right 0.75s forwards; transform:translateX(-120%);}
.slide-right .t3 {animation: 0.5s slide-right 1s forwards; transform:translateX(-120%);}
.slide-right .t4 {animation: 0.5s slide-right 1.25s forwards; transform:translateX(-120%);}
.slide-right .t5 {animation: 0.5s slide-right 1.5s forwards; transform:translateX(-120%);}

@keyframes slide-right {
  to {
    transform:translateX(0);
  }
}



.animateBar {
  animation-name: animateBar;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.9s;
}
@keyframes animateBar {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.desktop-display {display: none;}
	.tablet-display {display: none;}
	.mobile-display {display: block;}
	
	.desktop-display-inline {display: none;}
	.mobile-display-inline {display: inline-block;}

	.header-small {font-size: 20px;}
	.header-small a {font-size: 20px; text-decoration: none; color: white;}
	.header-small a:hover {font-size: 20px; text-decoration: none; color: yellow;}

	.navbar-light .navbar-nav .nav-link {font-size: 20px; font-weight: 700; color: #2e95b4; letter-spacing: -1px; text-align: right; line-height: 1.2em;}
	
	.custom-pad {padding: auto;}
	.custom-div {padding: auto;}

	.btn-custom, .btn-custom-secondary {font-size: 11px; font-weight: 700;}
	.btn-custom a {background: #dc4c3f; padding: 10px 15px 10px 15px; color: white; text-decoration: none; transition: 0.3s;}
	.btn-custom a:hover{background: #2e95b4;}

	.btn-custom-secondary a {background: #2e95b4; padding: 10px 15px 10px 15px; color: white; text-decoration: none; transition: 0.3s;}
	.btn-custom-secondary a:hover {background: #dc4c3f;}

	.about-bg-one {background-image: url('../img/avi-richards-Z3ownETsdNQ-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 430px; background-position: left top;}
	.about-bg-two {background-image: url('../img/mario-gogh-VBLHICVh-lI-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 650px; background-position: right top;}
	.about-bg-three {background-image: url('../img/joanna-kosinska-1_CMoFsPfso-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 550px; background-position: left top;}
	.about-bg-four {background-image: url('../img/maxim-ilyahov-0aRycsfH57A-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 450px; background-position: center top;}
	.about-bg-five {background-image: url('../img/marc-olivier-jodoin-NqOInJ-ttqM-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 430px; background-position: center bottom;}
	.about-bg-six {background-image: url('../img/ricardo-gomez-angel-D9kOnC_1AHw-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 550px; background-position: center center;}

	.infographic-bold {font-family:  "Arial Black", arial, sans-serif; font-size: 125px; letter-spacing: -15px;}
	.video-tag {width: 100%;}

	.infographic-stats {font-size: 45px;}

}

/* Medium devices (tablets, 768px and up) */ 
@media (min-width: 768px) {
	.desktop-display {display: none;}
	.tablet-display {display:  block;}
	.mobile-display {display: none;}
	
	.desktop-display-inline {display: inline-block;}
	.mobile-display-inline {display: none;}
	
	.custom-pad {padding: 0px 5% 0px 5%;}
	.custom-div {padding: auto;}

	.header-small {font-size:  13px;}
	.header-small a {font-size:  13px; text-decoration: none; color: white;}
	.header-small a:hover {font-size:  13px; text-decoration: none; color: yellow;}

	.navbar-light .navbar-nav .nav-link {font-size: 16px; font-weight: 700; color: #2e95b4; letter-spacing: -1px; text-align: center; line-height: 1.2em;}

	.btn-custom, .btn-custom-secondary {font-size: 14px; font-weight: 700;}
	.btn-custom a {background: #dc4c3f; padding: 10px 15px 10px 15px; color: white; text-decoration: none; transition: 0.3s;}
	.btn-custom a:hover{background: #2e95b4;}

	.btn-custom-secondary a {background: #2e95b4; padding: 10px 15px 10px 15px; color: white; text-decoration: none; transition: 0.3s;}
	.btn-custom-secondary a:hover {background: #dc4c3f;}

	.about-bg-one {background-image: url('../img/avi-richards-Z3ownETsdNQ-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 450px; background-position: left top;}
	.about-bg-two {background-image: url('../img/mario-gogh-VBLHICVh-lI-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 600px; background-position: right top;}
	.about-bg-three {background-image: url('../img/joanna-kosinska-1_CMoFsPfso-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 400px; background-position: right top;}
	.about-bg-four {background-image: url('../img/maxim-ilyahov-0aRycsfH57A-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 450px; background-position: left top;}
	.about-bg-five {background-image: url('../img/marc-olivier-jodoin-NqOInJ-ttqM-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 450px; background-position: center bottom;}
	.about-bg-six {background-image: url('../img/ricardo-gomez-angel-D9kOnC_1AHw-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 550px; background-position: bottom right;}

	.infographic-bold {font-family:  "Arial Black", arial, sans-serif; font-size: 80px; letter-spacing: -15px;}
	.video-tag {width: 324px;}

	.infographic-stats {font-size: 60px;}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.desktop-display {display: block;}
	.tablet-display {display: none;}
	.mobile-display {display: none;}
	
	.desktop-display-inline {display: inline-block;}
	.mobile-display-inline {display: none;}

	.header-small {font-size:  13px;}
	.header-small a {font-size:  13px; text-decoration: none; color: white;}
	.header-small a:hover {font-size:  13px; text-decoration: none; color: yellow;}

	.navbar-light .navbar-nav .nav-link {font-size: 18px; font-weight: 700; color: #2e95b4; letter-spacing: -1px; text-align: center; line-height: 1.2em;}
	
	.custom-pad {padding: 0px 10% 0px 10%;}
	.custom-div {padding: auto;}

	.btn-custom, .btn-custom-secondary {font-size: 14px; font-weight: 700;}
	.btn-custom a {background: #dc4c3f; padding: 10px 15px 10px 15px; color: white; text-decoration: none; transition: 0.3s;}
	.btn-custom a:hover{background: #2e95b4;}

	.btn-custom-secondary a {background: #2e95b4; padding: 10px 15px 10px 15px; color: white; text-decoration: none; transition: 0.3s;}
	.btn-custom-secondary a:hover {background: #dc4c3f;}

	.about-bg-one {background-image: url('../img/avi-richards-Z3ownETsdNQ-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 550px; background-position: left top;}
	.about-bg-two {background-image: url('../img/mario-gogh-VBLHICVh-lI-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 600px; background-position: right top;}
	.about-bg-three {background-image: url('../img/joanna-kosinska-1_CMoFsPfso-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 400px; background-position: left top;}
	.about-bg-four {background-image: url('../img/maxim-ilyahov-0aRycsfH57A-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 500px; background-position: left top;}
	.about-bg-five {background-image: url('../img/marc-olivier-jodoin-NqOInJ-ttqM-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 350px; background-position: center center;}
	.about-bg-six {background-image: url('../img/ricardo-gomez-angel-D9kOnC_1AHw-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 450px; background-position: bottom right;}

	.infographic-bold {font-family:  "Arial Black", arial, sans-serif; font-size: 90px; letter-spacing: -15px;}
	.video-tag {width: 324px;}

	.infographic-stats {font-size: 60px;}
}

/* XL devices (desktops, 1200px and up) */
@media (min-width: 1200px) {
	.desktop-display {display: block;}
	.tablet-display {display: none;}
	.mobile-display {display: none;}
	
	.desktop-display-inline {display: inline-block;}
	.mobile-display-inline {display: none;}

	.header-small {font-size:  13px;}
	.header-small a {font-size:  13px; text-decoration: none; color: white;}
	.header-small a:hover {font-size:  13px; text-decoration: none; color: yellow;}

	.navbar-light .navbar-nav .nav-link {font-size: 20px; font-weight: 700; color: #2e95b4; letter-spacing: -1px; text-align: center; line-height: 1.2em;}
	
	.custom-pad {padding: 0px 15% 0px 15%;}
	.custom-div {padding: auto;}

	.btn-custom, .btn-custom-secondary {font-size: 14px; font-weight: 700;}
	.btn-custom a {background: #dc4c3f; padding: 10px 15px 10px 15px; color: white; text-decoration: none; transition: 0.3s;}
	.btn-custom a:hover{background: #2e95b4;}

	.btn-custom-secondary a {background: #2e95b4; padding: 10px 15px 10px 15px; color: white; text-decoration: none; transition: 0.3s;}
	.btn-custom-secondary a:hover {background: #dc4c3f;}

	.about-bg-one {background-image: url('../img/avi-richards-Z3ownETsdNQ-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 550px; background-position: left top;}
	.about-bg-two {background-image: url('../img/mario-gogh-VBLHICVh-lI-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 600px; background-position: right top;}
	.about-bg-three {background-image: url('../img/joanna-kosinska-1_CMoFsPfso-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 400px; background-position: left top;}
	.about-bg-four {background-image: url('../img/maxim-ilyahov-0aRycsfH57A-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 500px; background-position: left top;}
	.about-bg-five {background-image: url('../img/marc-olivier-jodoin-NqOInJ-ttqM-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 350px; background-position: center center;}
	.about-bg-six {background-image: url('../img/ricardo-gomez-angel-D9kOnC_1AHw-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 450px; background-position: bottom right;}

	.infographic-bold {font-family:  "Arial Black", arial, sans-serif; font-size: 90px; letter-spacing: -15px;}
	.video-tag {width: 324px;}

	.infographic-stats {font-size: 60px;}
}

/* XXL devices (desktops, 1400px and up) */
@media (min-width: 1400px) {
	.desktop-display {display: block;}
	.tablet-display {display: none;}
	.mobile-display {display: none;}
	
	.desktop-display-inline {display: inline-block;}
	.mobile-display-inline {display: none;}

	.header-small {font-size:  13px;}
	.header-small a {font-size:  13px; text-decoration: none; color: white;}
	.header-small a:hover {font-size:  13px; text-decoration: none; color: yellow;}

	.navbar-light .navbar-nav .nav-link {font-size: 20px; font-weight: 700; color: #2e95b4; letter-spacing: -1px; text-align: center; line-height: 1.2em;}
	
	.custom-pad {padding: 0px 15% 0px 15%;}
	.custom-div {padding: auto;}

	.btn-custom, .btn-custom-secondary {font-size: 14px; font-weight: 700;}
	.btn-custom a {background: #dc4c3f; padding: 10px 15px 10px 15px; color: white; text-decoration: none; transition: 0.3s;}
	.btn-custom a:hover{background: #2e95b4;}

	.btn-custom-secondary a {background: #2e95b4; padding: 10px 15px 10px 15px; color: white; text-decoration: none; transition: 0.3s;}
	.btn-custom-secondary a:hover {background: #dc4c3f;}

	.about-bg-one {background-image: url('../img/avi-richards-Z3ownETsdNQ-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 550px; background-position: left top;}
	.about-bg-two {background-image: url('../img/mario-gogh-VBLHICVh-lI-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 600px; background-position: right top;}
	.about-bg-three {background-image: url('../img/joanna-kosinska-1_CMoFsPfso-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 400px; background-position: left top;}
	.about-bg-four {background-image: url('../img/maxim-ilyahov-0aRycsfH57A-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 500px; background-position: left top;}
	.about-bg-five {background-image: url('../img/marc-olivier-jodoin-NqOInJ-ttqM-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 350px; background-position: center center;}
	.about-bg-six {background-image: url('../img/ricardo-gomez-angel-D9kOnC_1AHw-unsplash.jpg'); background-repeat: no-repeat; background-size: cover; width: auto; height: 450px; background-position: bottom right;}

	.infographic-bold {font-family:  "Arial Black", arial, sans-serif; font-size: 90px; letter-spacing: -15px;}
	.video-tag {width: 324px;}

	.infographic-stats {font-size: 60px;}
}



.logo-quintema {background-image: url('../img/index/logo_quintema-g.jpg'); background-size: contain; background-repeat: no-repeat; width: auto; height: 80px; background-position: left top; margin: 10px; transition: 0.3s;}
.logo-rainmaker {background-image: url('../img/index/logo_rainmaker-g.jpg'); background-size: contain; background-repeat: no-repeat; width: auto; height: 80px; background-position: left top; margin: 10px; transition: 0.3s;}
.logo-garageflex {background-image: url('../img/index/logo_garageflex-g.jpg'); background-size: contain; background-repeat: no-repeat; width: auto; height: 80px; background-position: left top; margin: 10px; transition: 0.3s;}
.logo-doormaker {background-image: url('../img/index/logo_doormaker-g.jpg'); background-size: contain; background-repeat: no-repeat; width: auto; height: 80px; background-position: left top; margin: 10px; transition: 0.3s;}

.logo-quintema:hover {background-image: url('../img/index/logo_quintema.jpg'); background-size: contain; background-repeat: no-repeat; width: auto; height: 80px; background-position: left top; margin: 10px;}
.logo-rainmaker:hover {background-image: url('../img/index/logo_rainmaker.jpg'); background-size: contain; background-repeat: no-repeat; width: auto; height: 80px; background-position: left top; margin: 10px;}
.logo-garageflex:hover {background-image: url('../img/index/logo_garageflex.jpg'); background-size: contain; background-repeat: no-repeat; width: auto; height: 80px; background-position: left top; margin: 10px;}
.logo-doormaker:hover {background-image: url('../img/index/logo_doormaker.jpg'); background-size: contain; background-repeat: no-repeat; width: auto; height: 80px; background-position: left top; margin: 10px;}

.logo-elwyns {background-image: url('../img/index/logo_elwyns-g.jpg'); background-size: contain; background-repeat: no-repeat; width: auto; height: 80px; background-position: left top; margin: 10px; transition: 0.3s;}
.logo-kitchenrestyle {background-image: url('../img/index/logo_kitchenrestyle-g.jpg'); background-size: contain; background-repeat: no-repeat; width: auto; height: 80px; background-position: left top; margin: 10px; transition: 0.3s;}
.logo-dreamconservatories {background-image: url('../img/index/logo_dreamconservatories-g.jpg'); background-size: contain; background-repeat: no-repeat; width: auto; height: 80px; background-position: left top; margin: 10px; transition: 0.3s;}
.logo-comperimus {background-image: url('../img/index/logo_comperimus-g.jpg'); background-size: contain; background-repeat: no-repeat; width: auto; height: 80px; background-position: left top; margin: 10px; transition: 0.3s;}

.logo-elwyns:hover {background-image: url('../img/index/logo_elwyns.jpg'); background-size: contain; background-repeat: no-repeat; width: auto; height: 80px; background-position: left top; margin: 10px;}
.logo-kitchenrestyle:hover {background-image: url('../img/index/logo_kitchenrestyle.jpg'); background-size: contain; background-repeat: no-repeat; width: auto; height: 80px; background-position: left top; margin: 10px;}
.logo-dreamconservatories:hover {background-image: url('../img/index/logo_dreamconservatories.jpg'); background-size: contain; background-repeat: no-repeat; width: auto; height: 80px; background-position: left top; margin: 10px;}
.logo-comperimus:hover {background-image: url('../img/index/logo_comperimus.jpg'); background-size: contain; background-repeat: no-repeat; width: auto; height: 80px; background-position: left top; margin: 10px;}


/*FORM*/
button[type=submit] {background: #dc4c3f; padding: 10px 15px 10px 15px; color: white; text-decoration: none; transition: 0.3s; font-size: 14px; font-weight: 700; border: 0;}

button[type=submit]:hover{background: #2e95b4;}