@import url('normalize.css');

@font-face {
    font-family: Aileron-Heavy;
    src: url('/fonts/Aileron-Heavy.otf');
}

@font-face {
    font-family: Aileron-Regular;
    src: url('/fonts/Aileron-Regular.otf');
}

/*
	Theme Name: Portage.
	Created : Octuber 30 2018
	Updated : None
	Version: 1.0

*/

/* ========================================================================== */
/* ========================================================================== */
							/* [Table of contents] */
/* ========================================================================== */
/* ========================================================================== */

/*	

    1. RESET.	
	2. TYPOGRAPHY.
	3. BUTTOMS.
	4. LAYOUT
	5. PAGES
	6. TESTIMONIALS
	7. LOADER
	8. SCROLLING TOP
	9. MEDIA QUERIES MODULE
		
*/ 

/* ==========================================================================
   	1. RESET.
   ========================================================================== */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body{
    overflow-x: hidden;
}

/* ================== 
	2. TYPOGRAPHY. 
   ================== */
h1{
    font-size: 32px;
    font-family: Aileron-Heavy;
}

h2{
    font-size: 40px;
    font-family: Aileron-Heavy;
}

h3{
    font-size: 20px;
    font-family: Aileron-Heavy;
}

h4{
    font-size: 18px;
    font-family: Aileron-Regular;
}

h5{
    font-size: 16px;
    font-family: Aileron-Heavy;
}

h6{
    font-size: 14px;
    font-family: Aileron-Regular;
}

p{
    font-size: 15px;
    font-family: Aileron-Regular;
    color: #636262;
    line-height: 4;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

/* ================== 
	3. BUTTOMS. 
   ================== */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: 'Lato', sans-serif;
}

.btn-custom {
  color: #333;
  background-color: #B5E700;
  border-color: #B5E700;
  transition: 0.3s;
  padding: 10px 25px;
  font-family: Aileron-Heavy;
}

.btn-custom:hover {
  color: #fff;
  background-color: #2072FC;
  border-color: #2072FC;
}

.btn-custom:focus, .btn-custom.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 114, 252, 0.5);
}

.btn-custom.disabled, .btn-custom:disabled {
  color: #fff;
  background-color: #2072FC;
  border-color: #2072FC;
}

.btn-custom:not(:disabled):not(.disabled):active, .btn-custom:not(:disabled):not(.disabled).active,
.show > .btn-custom.dropdown-toggle {
  color: #fff;
  background-color: #2072FC;
  border-color: #2072FC;
}

.btn-custom:not(:disabled):not(.disabled):active:focus, .btn-custom:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 114, 252, 0.5);
}

/* ==========================================================================
   	2. LAYOUT.
   ========================================================================== */

/* == SPACING AND ALIGNMENT. == */
/*.container{
    margin: 60px auto 60px auto;
}*/

.container-fluid{
    margin: 60px auto 60px auto; 
}

.background-color{
   background: #F9F9F9; 
    padding: 50px 0px 50px 0px;
    overflow-x: hidden;
}

.extra-padding{
    padding: 40px 15px 40px 15px;
}



.social-items{
	display: inline-block;
	margin-right: 10px;
}

.rightside .social-items .fa{
	transition: 0.3s;
    color: #FFF;
}

.rightside .social-items .fa:hover{
	color: #2D527C;
}

hr.top{
    border-top: solid 1.5px #FFF;
    margin: 60px 15px 0px 15px;
    clear: both;
}


/* ======= CAROUSEL ======== */
.carousel-inner {
    height: 600px;
}

.carousel-caption{
    position: absolute;
    top: 40%;
    bottom: 0;
    text-align: left;
    color: #FFF!important;
}

.carousel-caption h1{
    font-size: 60px;
    line-height: 1.2;
}

.carousel-caption h6{
    font-size: 22px;
    font-weight: normal;
}

.carousel,
.carousel-item,
.active {
    height: 100%;
}

.carousel-img-1 {
    background-image:url('/Content/images/img1.jpg');
    width: 100%;
    height: 100%;
     background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-img-2 {
    background-image:url('/Content/images/img2.jpg');
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-img-3 {
    background-image:url('/Content/images/img15.jpg');
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-img-1:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, #000);
  opacity: 0.0;
}

.carousel-img-2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, #000);
  opacity: 0.0;
}

.carousel-img-3:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, #000);
  opacity: 0.0;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 60px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  display: none;
}

.slider-btn{
    margin-top: 30px;
}

.inner-btn{
    display: inline-block;
    margin-right: 10px;
}



/* ======= FOOTER ======== */
footer{
    background: #FFF;
    padding: 10px 0px 70px 0px;
}

footer p{
    color: #808080;
    font-size: 13.5px;
}

footer .container{
    margin-bottom: 0px;
}

figure.footer-logo{
    width: 180px;
    margin-bottom: 20px;
}

figure.footer-logo img{
    width: 200%;
}

.footer-info p{
    line-height: 1.6;
    margin-bottom: 10px;
}

.categories h5{
    color: #333;
    margin-bottom: 20px;
}

.categories p{
    font-size: 13px;
}

.categories .fa{
    color: #B5E700;
}

hr.footer-line{
    width: 80%;
    border-top: solid 1px #e6e6e6;
    margin: 5px 0px;
    clear: both;
}

.service-grid h5{
    color: #333;
    margin-bottom: 20px;
}

.grid-bottom-gallery{
    padding-left: 15px;
    padding-right: 15px;
}

.grid-thumb{
    padding: 3px;
}

.grid-thumb img{
    width: 100%;
}

.bottom-footer{
    background: #f2f2f2;
    /*height: 60px;*/
    padding: 20px 0px 20px 0px;
}

.bottom-footer p{
    font-size: 12px;
    text-align: center;
    color: #333;
}

.footer-social .social-items p{
    font-size: 23px;
}

/* ======= HOMEPAGE ======== */

.section-title{
    margin-bottom: 30px;
}

.section-title h2{
    text-align: center;
}

.section-title p{
    text-align: center;
    line-height: 1.6;
}

hr.short{
    width: 80px;
    border-top: 3px solid #B5E700;
    margin: 10px auto 10px auto;
}

image-hover {
	margin: 15px 15px 0;
	padding: 0;
}
    
  
.image-hover::after {
	content: '';
	clear: both;
	display: block;
}
    
.image-hover .image-box {
	position: relative;
	padding: 0;
}
    
.image-hover .image-box img {
	width: 100%;
  height: 100%;
}
    
.image-hover .image-box:first-child {
	margin-left: 0;
}

.image-box figure {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
    
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

.hover-effects figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
    
.hover-effects figure:hover img {
	-webkit-transform: scale(1.3);
	
}

.figcaption{
    margin-top: -100px;
    position: relative;
    padding: 0px 20px 0px 20px;
}

.figcaption .icon{
    width: 60px;
    margin-bottom: 5px;
}
    
.figcaption .icon img{
    width: 100%;
}
   
.figcaption h5{
    color: #FFF;
    transition: 0.3s;
}

.image-box:hover .figcaption h5{
    color: #B5E700;
}

 
figure.truck-bg{
    background-image: url("/Content/images/truck.png");
    height: 400px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.services-front{
    padding-right: 50px;
}

.services-front .col-md-6{
    margin: 0px;
    padding: 5px;
}
    
.service-box{
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -moz-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -webkit-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -o-box-shadow: 0 0 10px rgba(204,204,204,0.6);   
} 

.service-icon{
    width: 50px;
}

.service-icon img{
    width: 100%;
}

.service-box h4{
    line-height: 2;
}

.service-box p{
    line-height: 1.5;
}

figure.about-pic img{
    width: 100%;
}

.about-us{
    margin-top: 0px;
}

.about-us h6{
    color: #2072FC;
    text-transform: uppercase;
}

.about-us h2{
    line-height: 2;
}

.about-us p{
    line-height: 1.6;
    margin-bottom: 20px;
}


.testimonials-parallax{ 
    background-image: url("/Content/images/parallax.jpg");
    height: 450px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 2% 0px 2% 0px;
}

.testimonials-parallax:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, #000);
  opacity: 0.6;
}

.pricing-table{
    box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -moz-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -webkit-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -o-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    border-radius: 5px;
    text-align: center;
    padding-bottom: 40px;
}

.table-header{
    height: 160px;
    background: #2072FC;
    padding: 40px 0px;
}

.table-header h2{
    font-size: 50px;
    color: #FFF;
    text-align: center;
}

.table-header span{
    font-size: 15px;
    margin: 12px 0px 0px -15px;
    position: absolute;
}

.table-header h4{
    color: #FFF;
    text-align: center;
}

.center-table .table-header{
    background: #B5E700;
}

.center-table .table-header h2{
    color: #333;
}

.center-table .table-header h4{
    color: #333;
}

.table-list{
    margin: 30px 0px
}

.table-list p{
    line-height: 3;
    text-align: center;
    color: #333;
}


/* ================== 
	5. PAGES MODULE. 
   ================== */
.section-header{
    height: 500px; 
}

.pages-header {
    background-image: url("/Content/images/img9.jpg");
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.pages-header:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, #000);
  opacity: 0.7;
}

.pages-header .container{
    margin: 0px auto 0px auto;
    text-align: center;
    color: #FFF;
    position: relative;
}

.pages-title{
    padding-top: 280px;
}

.pages-title p{
    color: #FFF;
    font-size: 18px;
    font-style: italic;
}

/* ========== SERVICES. ========== */

.portage-services-boxes .col-md-4{
    margin: 0px;
    padding: 10px;
}

.portage-services{
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -moz-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -webkit-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -o-box-shadow: 0 0 10px rgba(204,204,204,0.6);   
} 

.portage-services-icon{
    width: 50px;
}

.portage-services-icon img{
    width: 100%;
}

.portage-services h4{
    line-height: 2;
}

.portage-services p{
    line-height: 1.5;
}

/* ========== BLOGS ========== */
.inner-sidebar h5{
    margin-bottom: 20px;
}

.news-box{
    margin-top: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 0rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  font-family: 'Archivo', sans-serif;
  font-size: 14px;
}

.media .mr-3{
    width: 80px;
}

.media-body h6{
    line-height: 1.4;
    font-size: 16px;
}

.post-img img{
    width: 100%;
}

.span-posts{
    margin-bottom: 30px;
}

.span-posts .caption{
    margin-top: 20px;
}

.span-posts .caption h3{
    font-weight: 600;
}

.span-posts .caption p{
    margin-top: 15px;
}

.inner-list{
    display: inline-block;
    margin-right: 15px;
}

.inner-list p{
    line-height: 1;
    color: #4d4d4d;

}

.list-group-item a:link {
    text-decoration: none;
    color: #808080;
}

.list-group-item a:visited {
    text-decoration: none;
    color: #808080;
}

.list-group-item a:hover {
    text-decoration: none;
    color: #B5E700;
}

list-group-item a:active {
    text-decoration: none;
    color: #808080;
}

.pagination-box{
    position: relative;
    margin-bottom: 100px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin: 0px 5px 0px 5px;
  line-height: 1.25;
  color: #333;
  background-color: #B5E700;
  border: 1px solid #B5E700;
  border-radius: 5%;
  font-family: Aileron-Regular;
}

.page-link:hover {
  z-index: 2;
  color: #FFF;
  text-decoration: none;
  background-color: #2072FC;
  border-color: #2072FC;
}


.comments{
    margin-top: 30px;
}


/* ========== CONTACT FORM ========== */
.contact-form{
    width: 500px;
    height: auto;
    position: absolute;
    margin-top: -600px;
    padding: 50px 30px;
    right: 200px;
    background: #F9F9F9;
    box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -moz-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -webkit-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -o-box-shadow: 0 0 10px rgba(204,204,204,0.6);
}

.customize{
    border: none;
    -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
       -o-transition: none;
          transition: none;
    border-radius: 0px;
    background-color: rgba(181, 231, 0, 0.5);
    height: 60px;
    padding: 6px 12px;
    font-size: 14px;
	border: none;
    font-family: Aileron-Regular;
    color: #000;
}

.customize:focus {
  border-color: #e0ebeb;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.customize::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.customize:-ms-input-placeholder {
  color: #333;
}
.customize::-webkit-input-placeholder {
  color: #333;
}

.customize::-ms-expand {
  background-color: none;
  border: 0;
}

.snazzy-map{
    position: relative;
}

/* ======================== 
	6. TESTIMONIAL.
   ======================== */
.main-gallery{
    margin-bottom: 15px;
}

.gallery-cell {
  width: 100%;
}

.testimonial-section{
    min-height: 200px;
}

.avatar {
  width: 100px;
  height: 100px;
  margin: 0px auto 20px auto;
}

.avatar img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-quote{
    width: 50%;
    margin: auto;
}

.testimonial-quote p{
    text-align: center;
    color: #FFF;
    font-weight: normal;
    font-family: Aileron-Regular;
    line-height: 1.6;
}

.autor h5{
    text-align: center;
    margin-bottom: 20px;
    color: #FFF;
    font-family: Aileron-Heavy;
    line-height: 2;
}

.testimonial {
  text-align: center;
  margin: 10px auto 10px auto;
}


.flickity-page-dots .dot.is-selected {
  background: #B5E700;
}

.testimonials{
  padding: 20px 15px 20px 15px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.testimonials-services{
  margin: -50px auto 20px auto;
}

.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:none;border-radius:0%;background:#fff;background:hsla(0,0%,100%,.75);cursor:pointer;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09F}.flickity-prev-next-button:active{filter:alpha(opacity=60);opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{filter:alpha(opacity=30);opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-prev-next-button.no-svg{color:#333;font-size:26px}.flickity-page-dots{position:absolute;width:100%;bottom:-5px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:30px;height:3px;margin:0 8px;background:#FFF;border-radius:0%;filter:alpha(opacity=0);opacity:1;cursor:pointer}.flickity-page-dots .dot.is-selected{filter:alpha(opacity=100);opacity:1}


/* ======================== 
	7. LOADER.
   ======================== */

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1031;
  background-color: #F2F2F2;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 2px solid transparent;
  border-top-color: #B5E700;
  border-radius: 50%;
  animation: loader 2s linear infinite;
}
#loader::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 2px solid transparent;
  border-top-color: #2072FC;
  border-radius: 50%;
  animation: loader 3s linear infinite;
}
#loader::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 2px solid transparent;
  border-top-color: #2072FC;
  border-radius: 50%;
  animation: loader 1.5s linear infinite;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
    

/* ======================== 
	8. SCROLLING TOP.
   ======================== */

@media only screen and (min-width: 1024px) {
  main p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(255, 64, 76, 1) url(/Content/images/master/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    border-radius: 5px;
    background-color: #B5E700;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.no-touch .cd-top:hover {
  background-color: #B5E700;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  } 
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}


/* ==========================================================================
   	9. MEDIA QUERIES MODULE.
   ========================================================================== */

/* ========== 4.1. TYPOGRAPHY BREAKPOINTS VIEW ========== */

@media (max-width:1200px) { 
.container {
    max-width: 90%;
}
    
.carousel-caption h1{
    font-size: 50px!important;
    color:white!important;
}
    
.testimonials-parallax{ 
    padding: 4% 0px 4% 0px;
}
    
.testimonial-quote{
    width: 70%;
}
     
}


@media (max-width:992px) { 
    
h1{
    font-size: 32px;
}

h2{
    font-size: 28px;
}

h3{
    font-size: 18px;
}

h4{
    font-size: 18px;
}

h5{
    font-size: 16px;
}

h6{
    font-size: 14px;
}
    
 /*header, .carousel, .carousel-inner {
    height: 768px;
}*/
    
.carousel-caption h1{
    font-size: 40px;
    line-height: 1.2;
}

.carousel-caption{
    top: 40%;
}

    .carousel-caption h6 {
        font-size: 16px;
        color: white !important;
    } 
    
figure.truck-bg{
    height: 500px; 
    margin-bottom: 20px;
}

.categories{
    margin: 30px 0px;
}
    
aside.leftside{
    margin-bottom: 30px;
} 
    
aside.rightside{
    margin-top: 30px;
    float: none;
}
    
.map{
    position: relative;
}
    
.contact-form{
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin-top: 0px;
}
    
.services-front{
    padding: 0px 30px;
}
    
.figcaption{
    padding: 0px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 100px;
    border-radius: 3px;
}
    
.figcaption .icon{
    width: 100px;
    margin: 0px auto 5px auto;
}
    
.figcaption .icon img{
    width: 100%;
}
   
.figcaption h5{
    text-align: center;
}
    
.about-us{
    margin: 0px 0px 30px 0px;
}
    
}


@media (max-width:768px) { 
    
h1{
    font-size: 26px;
}

h2{
    font-size: 26px;
}

h3{
    font-size: 18px;
}

h4{
    font-size: 18px;
}
    
.top-header{
    display: none;
}  
    
.container {
    max-width: 768px;
}
    
hr.top{
    display: none;
}
    
.carousel-caption h1{
    font-size: 30px;
}

.carousel-caption{
    top: 41%;
}
    
.pages-header{
    height: 300px; 
}
    
.section-header{
    height: 300px; 
}
    
.pages-title{
    padding-top: 150px;
}
    
.pages-title p{
    font-size: 18px;
    line-height: 1.4;
}
    
figure.truck-bg{
    height: 400px; 
}
    
.center-table{
    margin: 20px 0px;
}
    
.testimonials-parallax{ 
    padding: 5% 0px 5% 0px;
}
    
}

@media (max-width:576px) { 
    
h1{
    font-size: 24px;
}

h2{
    font-size: 22px;
}

h3{
    font-size: 20px;
}

h4{
    font-size: 18px;
}

h5{
    font-size: 17px;
}
  
    
header, .carousel, .carousel-inner {
    height: 600px;
}
    
.carousel-caption h1{
    font-size: 25px;
}
    
.section-title{
    padding-left: 30px;
    padding-right: 30px;
}
    
.btn {
  padding: 6px 12px;
} 
    
.testimonial-quote{
    width: 95%;
}    
.testimonial-quote p{
    font-size: 13px;
}
    
.contact-form{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin-top: 0px;
}
    
.avatar {
  width: 80px;
  height: 80px;
}
   
.testimonials-parallax{ 
    padding: 12% 0px 6% 0px;
}
    
figure.footer-logo{
    width: 140px;
}
    
.figcaption .icon{
    width: 80px;
}
    
}

@media (max-width:450px) { 
h1{
    font-size: 22px;
} 
    
h1{
    font-size: 20px;
} 
    
.pages-title p{
    font-size: 16px;
}
    
}