
/*-- A. Template --------------------------------------------------------------------------------------*/

body{
  position: relative;
  background-color: #1a2f3f;
  font-family: sans-serif;
  margin: 0;
}

h1, h2, h3, h4, h5, h6{
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 110%;
	color: #005c8e;
	margin: 0;
}




p, li, a, input, textarea{
  font-size: 15px;
  font-family: proxima-nova, sans-serif;
  line-height: 140%;
}

a{
  color: #18bcff;
  text-decoration: none;
}

img{
  display: block;
  width: 100%;
}

img.img-1{
	width: 100%;
	height: 400px;
	object-fit: cover;
}

figure{
	margin: 0;
	padding: 0;
}

figure img{
	height: auto;
}


.site-maxwidth{
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
}


.panel-maxwidth{
  width: 1366px;
  max-width: 90%;
  margin: 0 auto;
}

.rowpadd{
  padding: 30px 0;
}

.row-alignmid{
  align-items: center;
}



/*-- X2. Template: Container Style Split Half --*/
.s20 > div,
.s25 > div,
.s30 > div,
.s33 > div,
.s35 > div,
.s40 > div,
.s45 > div,
.s50 > div,
.s55 > div,
.s60 > div,
.s65 > div,
.s66 > div,
.s70 > div,
.s80 > div{
  padding: 0 15px;
}

@media (min-width: 768px){
  .row-split{
    display: flex;
    flex-wrap: wrap;
  }
  .s20{flex: 0 0 20%;} 
  .s25{flex: 0 0 25%;} 
  .s30{flex: 0 0 30%;}  
  .s33{flex: 0 0 33.33%;}  
	.s35{flex: 0 0 35%;}  
  .s40{flex: 0 0 40%;}  
	.s45{flex: 0 0 45%;}  
  .s50{flex: 0 0 50%;}   
	.s55{flex: 0 0 55%;} 
  .s60{flex: 0 0 60%;}  
	.s65{flex: 0 0 65%;}  
  .s66{flex: 0 0 66.66%;}  
  .s70{flex: 0 0 70%;}  
	.s80{flex: 0 0 80%;}  
	
  .rowpadd{
    padding: 60px 0;
  }
	
	.content-gap > div{
		padding: 30px 8%;
	}


}
/*-- --*/

@media (min-width: 768px){
  .row{
    display: flex;
    flex-wrap: wrap;
  }
  
  .col{
    flex-grow: 1;
  }
  
  h1{
    font-size: 40px;
  }
	
	h2{
		font-size: 30px;
	}

  h3{
    font-size: 25px;
  }
  
	p, li, a, input, textarea{
    font-size: 17px;
  }
  
  .rowpadd{
    padding: 70px 0;
  }
} 

/*--backgrounds--*/
.bg-2{
  background-color: #f7f7f7;
}

/*--buttons--*/
.button{
  display: inline-block;
  background: #005c8e;
  border: 2px solid #005c8e;
  padding: 15px 30px;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  transition-duration: .2s;
  cursor: pointer !important;
}

.button:hover{
  background: #0069a2;
  border-color: #0069a2;
  cursor: pointer !important;
}

.button.white{
  background: #fff;
  border-color: #fff;
  color: #1a75bc;
}

.button.black{
  background: #1f1f1f;
  border-color: #1f1f1f;
  color: #fff;
}

/*-- B. Header --------------------------------------------------------------------------------------*/
header{
  position: relative;
  z-index: 10;
  height: 100px;
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
  transition-duration: .2s;
}

header .header_top{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1366px;
  margin: 0 auto;
	height: 100px;
  z-index: 2;
}

header .header_top > div{
  display: flex;
  width: 100%;

}

header .header_top > div > div{
  display: flex;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}


header .header_top .logo{
  width: 290px;
  max-width: 100%;
  outline: none !important;
  margin-right: 40px;
	transition-duration: .2s;
}

header .header_top .logo img{
  width: 100%;
  transition-duration: .2s;
	padding: 10px 0;
}

header #navigation-list-wrapper{
  display: none;
  text-align: center;
  height: 100vh;
  position: fixed;
  top: 0;
  padding-top: 100px;
  z-index: 1;
  background: #004e79;
  background: linear-gradient(180deg, #004e79 15%, #005c8ee0, #005c8ee0);
  width: 100%;
  max-width: 1920px;
}

header #navigation-list-wrapper > div{ 
  text-align: right;
  width: 90%;
  max-width: 1366px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

header #navigation-list-wrapper ul{
  margin: 15px 0 0 0;
  padding: 0;
  list-style-type: none;
}

header #navigation-list-wrapper ul li a{
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  display: inline-block;
  margin: 5px 0;
  transition-duration: .2s;
}

header #navigation-list-wrapper ul li a:hover{
  color: #58c4ff;
}

header a#navigation{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer !important;
}

header a#navigation p{
  color: #6d6e71;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 8px 0 0;
  transition-duration: .2s;
  transition-property: transform;
}

header a#navigation img{
  width: 14px;
  height: 14px;
  transition-duration: .2s;
}

header a#navigation:hover{
  cursor: pointer !important;
}

header a#navigation:hover p{
  transform: translateX(-1px);
}

header a#navigation:hover img{
  transform: scale(1.1);
}

header.open{
  height: 100%;
  width: 100%;
  background: #1a75bc;
}

header.open .header_top > div{
  position: fixed;
  width: 100%;
  max-width: 1920px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
}

header.open .header_top > div > div{
  max-width: 1366px;
  width: 90%;
}

header.open #navigation-list-wrapper{
  display: block;
}

header.open a#navigation p{
  color: #fff;
}

@media (min-width: 768px){
  header a#navigation img{
    width: 20px;
    height: 20px;
  }
  
  header #navigation-list-wrapper > div{
    padding: 50px; 
  }
  
  header #navigation-list-wrapper ul li a{
    font-size: 30px;
  }
  
}


/*-- C. Footer --------------------------------------------------------------------------------------*/
#footer-featured-banner{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  background-color: #005c8e;
  background: linear-gradient(45deg, #004e79, #005c8e);
}

#footer-featured-banner .photo{
  width: 100%;
}

#footer-featured-banner .photo img{
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: 50% 50%;
  transition-duration: .2s;
}

#footer-featured-banner .content{
  margin: 0 auto;
  color: #fff;
}

#footer-featured-banner .content > div{
  padding: 60px 30px 80px;
  max-width: 400px;
  margin: 0 auto;
  text-align: right;
}

#footer-featured-banner .content h2{
  color: #fff;
  margin: 0 0 20px;
}

#footer-featured-banner .content p{
  color: #fff;
  font-weight: 600;
  max-width: 240px;
  margin: 0 0 20px auto;
}

#footer-featured-banner .content hr{
    
}

#footer-featured-banner .content ul{
  color: #fff;
  margin: 0;
  padding: 0;
  font-weight: 600;
  list-style-type: none;
}

#footer-featured-banner .content .button{
  margin-top: 30px;
}

footer.site-maxwidth{
  z-index: 2;
  color: #f1f1f1;
  /*background-color: #005c8e;
  background: linear-gradient(45deg, #004e79, #005c8e);*/
  background: #1f1f1f !important;
  padding: 0 0 50px;
}

footer .content > div{
  padding: 0;
  max-width: 683px;
  width: 90%;
  height: 100%;
  margin-left: auto;
}   


footer .content .logo{
  color: #fff; 
  background-color: #1f1f1f;
  background-color: #131313;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  transform: translateY(-50px);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 10px #0000004f;
}

footer .content .logo img{
  background-color: #005c8e;
  background: linear-gradient(45deg, #004e79, #005c8e);
  width: 100%;
  height: 100%;
  border-radius: 50%;
}


footer .content .footer-menu{

}

footer .content .footer-menu ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

footer .content .footer-menu ul li a{
  display: inline-block;
  color: #fff;
  font-size: 24px;
  margin: 5px 0;
}

footer .footer-contact-information{
  width: 100%;
  word-break: break-word;
}

footer .footer-contact-information p{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}

footer .footer-contact-information p img{
  width: 25px;
  height: 25px;
  display: inline-block;
  object-fit: contain;
  margin: 0 0 0 15px;
}

footer .footer-contact-information p a{
  color: #fff;
}

footer .footer-contact-information .socials{
  display: flex;
  justify-content: flex-end;
  margin-right: -5px;
}

footer .footer-contact-information .socials a{
  background: #005c8e;
  padding: 10px;
  display: inline-block;
  border-radius: 50%;
  margin-left: 8px;
  transition-duration: .2s;
}

footer .footer-contact-information .socials a:hover{
  background: #0069a2;
}

footer .footer-contact-information .socials a img{
  display: block;
  width: 20px;
  height: 20px;
}

footer .content .all-rights{
  text-align: left;
  margin: 50px 0 50px 30px;
}

footer .content .all-rights p{
  font-size: 14px;
  color: #8a8a8a;
  margin: 0;
}

footer .gallery{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
}

footer .gallery > div{
  padding: 0;
  margin: 0 auto;
  /*max-width: 683px;*/
  width: 90%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

footer .gallery .affiliations{
  width: 100%;
  padding: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

footer .gallery .affiliations img{
  height: 100px;
  width: auto;
  max-width: 100%;
  max-height: 50px;
  margin: 10px;
}

footer .gallery .affiliations img:last-of-type{
  margin-right: 0;
}

footer .gallery .affiliations img.caroliner{
  width: 160px;
  max-width: 100%;
  height: auto;
}

footer .gallery .affiliations img.green-stamp{
  height: 100px;
}

footer .gallery .affiliations img.ppg{
  height: 80px;
}

footer .gallery .affiliations img.mta{

}

footer .gallery .affiliations img.raa{

}


footer .gallery .affiliations img.sa{

}

@media (min-width: 768px){
  #footer-featured-banner .photo img{
    height: 600px;
  }
  
  #footer-featured-banner .content > div{
    padding: 30px;
  }
  
  #footer-featured-banner .content h2{
  }
  
  footer .content .logo{
    width: 150px;
    height: 150px;
    transform: translateY(-80px);
  }
  
  footer .content .footer-menu{
    margin-left: 30px;
  }

  footer .footer-contact-information{
    margin: 100px 0 0;
  }
  
  footer .gallery > div{
    margin: 0; 
  }
  
  footer .gallery .affiliations{
    justify-content: flex-end;
    padding: 30px 0 50px;
  }
  
  footer .gallery .affiliations img{
    margin: 0 20px 0 0;
    max-height: none;
  }
  
  


}




/*-- 1. Homepage --------------------------------------------------------------------*/
#home-hero{
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 500px;
  background-color: #adadad;
  background-color: #333;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition-duration: .2s;
  box-shadow: 0px 10px 20px #00000073;
}

#home-hero .main{
  position: relative;
  z-index: 2;
  text-align: center;
}

#home-hero .content{
  margin: 60px 0 20px;
}

#home-hero .content h1{
  color: #fff;
  margin: 0 0 30px;
  text-shadow: 2px 2px 10px #00000017;
  text-shadow: 2px 2px 10px #0000006b;
}

#home-hero .content .get-quote{
  display: inline-table;
  margin-right: 10px;
  margin-bottom: 10px;
}

#home-hero .content .our-work{
  display: inline-table;
  border-color: #fff;
  background: #00000014;
  text-shadow: 2px 2px 10px #0000003d;
}


#home-hero .content .our-work:hover{
  background: #ffffff24;
}

#home-hero-sub{
  padding: 25px 0;
  /*background-color: #005c8e;
  background: linear-gradient(45deg, #004e79, #005c8e);*/
  background: #1f1f1f;
}

#home-hero-sub p{
  color: #fff;
  text-align: center;
  margin: 0 auto;
  max-width: 300px;
}

#home-hero-sub p span.slogan{
  color: #58c4ff;
  font-weight: 500;
  margin: 0 5px;
}

#home-hero .video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  
  width: 100vw;
	height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
	min-height: 100vh;
	min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	animation: fadeInAnimation ease 3s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
  
  width: 1920px;
  min-width: 1920px;
}

@keyframes fadeInAnimation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: .8;
	}
}

/*-- --*/

#home-about-section .brands{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  max-height: 100px;
  overflow: hidden;
}

#home-about-section .brands .brand{
  display: flex;
  align-items: center;
  justify-content: center;
}

#home-about-section .brands .brand img{
  display: block;
  width: 100%;
  height: 100px;
  max-width: 130px;
  object-fit: contain;
}

#home-about-section .about{
  margin: 30px 0 20px;
}

#home-about-section .about .photo .photo-feature{
  position: relative;
  margin-bottom: 50px;
}

#home-about-section .about .photo .photo-feature img.photo-main{
  background: #b4b4b4;
  position: relative;
  width: 100%;
  height: 250px;
  object-fit: cover;
  z-index: 2;
  border-radius: 15px;
  box-shadow: 2px 2px 10px #0000001c;
  transition-duration: .2s;
}

#home-about-section .about .photo .photo-feature img.photo-texture{
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: -30px;
  left: -25px;
}



#home-about-section .about .content > div{
  padding: 20px 5% 0;
}

#home-about-section .about .content h2{

}

#home-about-section .about .content .button{
  margin: 5px 0 0;
}
/*-- --*/
#home-our-work-section-top-triangle{
  background: #fff;
}

#home-our-work-section-top-triangle .triangle{
  height: 50px;
  background: #1f1f1f;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  margin-top: -1px;
  margin-bottom: -1px;
}

#home-our-work-section{
  background: #1f1f1f;
}

#home-our-work-section h2{
  color: #fff;
  margin: 20px 0;
}

#home-our-work-section .works{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -.5%;
}

#home-our-work-section .works .work{
  position: relative;
  flex: 0 0 48%;
  padding-bottom: 48%;
  background: #b4b4b4;
  margin: 1%;
  box-shadow: 2px 2px 10px #000000b5;
  border-radius: 5px;
  overflow: hidden;
}

#home-our-work-section .works .work img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

/*-- --*/
#home-request-quote-section{
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #166fb5;
  text-align: center;
  padding: 60px 0;
}

#home-request-quote-section h2{
  color: #fff;
  margin: -20px 0 0;
}

#home-request-quote-section p{
  color: #fff;
  margin: 0;
}

#home-request-quote-section .button{
  margin: 15px 0 0; 
}

#home-request-quote-section .triangle{
  position: absolute;
  height: 50px;
  width: 100%;
  bottom: 0;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  margin-bottom: -1px;
}

/**/
#home-testimonials-section{
  padding: 10px 0 40px;
  background: #1f1f1f;
  background: linear-gradient(0deg, #000, #1f1f1f);
}

#home-testimonials-section .testimonials{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 30px 0 0;
}

#home-testimonials-section .testimonials .testimonial{
  flex: 0 0 100%;
  margin: 10px 0;
}

#home-testimonials-section .testimonials .testimonial .testi-customer{
  display: flex;
  align-items: center;  
}

#home-testimonials-section .testimonials .testimonial .testi-customer img.testi-avatar{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 20px 0 0;
}

#home-testimonials-section .testimonials .testimonial .testi-customer p.testi-person{
  color: #fff;
  margin: 0;
}

#home-testimonials-section .testimonials .testimonial .testi-customer p.testi-person span.testi-car{
  display: block;
  color: #0873ab;
  font-size: 14px;
  font-weight: 700;
  margin: -5px 0 0;
}

#home-testimonials-section .testimonials .testimonial p.testi-text{
  font-style: italic;
  color: #fff;
}



@media (min-width: 480px){
  #home-about-section .about .photo .photo-feature img.photo-main{
    height: 300px;
  }

  
}

@media (min-width: 768px){
  #home-hero{
    min-height: 700px;
  }
  
  #home-hero .content{
    margin: 0;
  }
  
  #home-hero .content .get-quote{
    margin-bottom: 0; 
  }
  
  #home-hero h1{
    font-size: 60px;
    line-height: 60px;
  }
  
  #home-hero-sub p{
    max-width: 100%;
  }
  
  #home-about-section .about{
    margin: 50px 0 20px;
  }

  #home-about-section .about .photo .photo-feature{
    margin-bottom: 0;
  }
  
  #home-about-section .about .photo .photo-feature img.photo-main{
    height: 400px;
  }
  
  #home-about-section .about .content > div{
    padding: 20px 8%;
    max-width: 470px;
  }
  
  #home-our-work-section-top-triangle .triangle{
    height: 120px;
  }
  
  #home-our-work-section .works .work{
    flex: 0 0 24%;
    padding-bottom: 24%;
    margin: 0 .5%;
  }
  
  #home-our-work-section h2{
    margin: 0 0 30px;
  }
  
  
  #home-request-quote-section{
    padding: 80px 0 120px;
  }
  
  #home-request-quote-section .triangle{
    height: 100px;
  }
  
  #home-testimonials-section{
    padding: 20px 0 120px;
  }
  
  #home-testimonials-section .testimonials{
    margin: 50px -2% 0;
  }
  
  #home-testimonials-section .testimonials .testimonial{
    flex: 0 0 24.33%;
    margin: 0 2%;
  }
  
}

@media (min-width: 1200px){
  #home-about-section .about{
    margin: 100px 0 20px;
  }
  
  #home-about-section .about .photo .photo-feature img.photo-main{
    height: 450px;
  }
}


@media (min-width: 1500px){
  #home-hero{
    min-height: 800px;
  }
}



/*-- 2. Page Generic --------------------------------------------------------------------*/
#page-header{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #d8d8d8;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#page-header .content{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
  min-height: 400px;
  align-items: center;
  transition-duration: .2s;
}

#page-header .content .featured-text{
  padding: 50px 0;
}

#page-header .content .featured-text h1{
  color: #fff;
  margin: 0 0 10px;
}

#page-header .content .featured-text p{
  margin: 0;
}

#page-header .shader{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 92 142 / 84%);
}

#page-header .triangle{
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0;
  background-color: #f7f7f7;
  width: 100%;
  height:50px;
  clip-path: polygon(73% 0, 0% 100%, 100% 100%);
}

#page-header .featured-photo{
  z-index: 3;
  height: auto;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

#page-header .featured-photo > div{
  position: relative;
}

#page-header .featured-photo img.photo-main{
  position: relative;
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  background-color: #d8d8d8;
  box-shadow: -2px -2px 10px #0000002e;
  transition-duration: .2s;
  z-index: 2;
  margin: 0 0 30px;
}

#page-header .featured-photo .photo-texture-top{
  width: 140px;
  height: 140px;
  position: absolute;
  top: -24px;
  right: -20px;
  z-index: 1;
}


#page-header .featured-photo .photo-texture{
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: -35px;
  right: 50px;
  z-index: 1;
}

#page-header .featured-photo .photo-texture-top img,
#page-header .featured-photo .photo-texture img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (min-width: 768px){
  #page-header .content{
    min-height: 350px;
  }
  
  #page-header .content .featured-text{
    max-width: 45%;
    padding: 0;
  }
  
  #page-header .featured-photo{
    position: absolute;
    width: 50%;
    max-width: 100%;
    right: 0;
    bottom: -50px;
  }
  
  #page-header .featured-photo img.photo-main{
    height: 300px;
    margin: 0;
  }
  
}

@media (min-width: 1100px){
  #page-header .content{
    min-height: 400px;
  }
  
  #page-header .content .featured-text{
    max-width: 400px;
  }
  
  #page-header .featured-photo img.photo-main{
    height: 350px;
  }
}

@media (min-width: 1200px){
  #page-header .content{
    min-height: 500px;
  }
  
  #page-header .content .featured-text{
    max-width: 500px;
  }
  
  #page-header .featured-photo img.photo-main{
    height: 400px;
  }
}


@media (min-width: 1500px){
  
}

/*-- 3. Page What We Do --------------------------------------------------------------------*/
#page-about-introduction > div{
  padding: 150px 0 0;
  width: 1200px;
  text-align: center;
}

#page-about-introduction .featured-items{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

#page-about-introduction .featured-items .item{
  flex: 0 0 23%; 
  margin: 0 1%;
}

#page-about-introduction .featured-items .item .icon{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

#page-about-introduction .featured-items .item .icon img{
  display: block;
  margin: 0;
  padding: 0;
  width: 140px;
  height: 140px;
  object-fit: contain;
}

#page-about-introduction .featured-items .item h3{
  margin: 20px 0 0; 
}

#page-about-content .what-we-do-item{
  margin: 50px 0;
  align-items: center;
}

#page-about-content .what-we-do-item:first-of-type{
  margin-top: 0; 
}

#page-about-content .what-we-do-item .photo img{
  border-radius: 10px;
}

#page-about-content .what-we-do-item .content > div{
  padding: 30px 10%; 
}


/*-- 4. Page Services --------------------------------------------------------------------*/
#page-services-list .service{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 40px 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 10px #0000001c;
}

#page-services-list .service:last-of-type{

}

#page-services-list .service .photo{
  width: 100%;
}

#page-services-list .service .photo > div{
  padding: 0;
}

#page-services-list .service .photo img{
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
}

#page-services-list .service .content > div{
  padding: 30px 8%;
}


/*-- 5. Page FAQs --------------------------------------------------------------------*/
#page-faqs > div{
  padding: 50px 0 0;
}

#page-faqs .faqs{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

#page-faqs .faqs .faq{
  flex: 0 0 100%;
  margin: 10px 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 10px #00000003;
}

#page-faqs .faqs .faq > div{
  padding: 40px;  
}

#page-faqs .faqs .faq p:last-of-type{
  margin-bottom: 0; 
}

@media (min-width:768px){
  #page-faqs .faqs{
    margin: 0 -1%;
  }
  
  #page-faqs .faqs .faq{
    flex: 0 0 48%;
    margin: 10px 1%;
  }
}
  
/*-- 6. Page Contact --------------------------------------------------------------------*/
#page-contact > div{
  padding-top: 50px;
  width: 1200px;
  align-items: baseline;
}

#page-contact .content .intro p{
  margin: 8px 0;
  max-width: 250px;
}

#page-contact .content ul {
  list-style-type: none;
  margin: 40px 0 0;
  padding: 0;
}

#page-contact .content ul li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background: #fff;
  box-shadow: 2px 2px 10px #0000001c;
  border-radius: 40px;
  margin: 20px 0;
  overflow: hidden;
  word-break: break-word;
}

#page-contact .content ul li img{
  display: block;
  width: 20px;
  height: 20px;
  background: #005d8e;
  padding: 20px;
  margin: 0 15px 0 0;
  border-radius: 40px;
  box-shadow: 2px 2px 4px #0000002e;
}

#page-contact .content ul li a{
  color: #005c8e;
  max-width: 250px;
  line-height: 120%;
}



#page-contact .content .socials{
  display: flex;
  margin-top: 40px;
}

#page-contact .content .socials a{
  background: #005c8e;
  padding: 10px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
  transition-duration: .2s;
}

#page-contact .content .socials a:hover{
  background: #0069a2;
}

#page-contact .content .socials a img{
  display: block;
  width: 20px;
  height: 20px;
}

#page-contact .contact-form form{
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 10px #0000001c;
  padding: 50px;
}

#page-contact .contact-form form textarea{
  resize: vertical;
  min-height: 150px;
  max-height: 300px;
}

#page-contact .contact-form form .fui-btn{
  background: #005d8e;
  padding: 15px 30px;
  border-radius: 30px;
  font-weight: 600;
}

#page-contact .contact-form form .fui-btn:hover{
  
}

/**/
#page-contact-map{
  padding: 0 0 100px;
}


/*-- 7. Page Our Work --------------------------------------------------------------------*/

#page-our-work .content{
  max-width: 800px;
  margin: 0 auto 70px;
  text-align: center;
}

#page-our-work .insurances{
  text-align: center;
  background: #fff;
  padding: 50px 5%;
  border-radius: 10px;
  box-shadow: 2px 2px 10px #00000008;
}

#page-our-work .insurances .insurance{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0 0;
  justify-content: center;
}

#page-our-work .insurances .insurance .logo{
  flex: 0 0 32.33%;
}

#page-our-work .insurances .insurance .logo img{
  width: 100%;
  max-width: 150px;
  display: block;
  margin: auto;
  height: auto;
}

@media(min-width:400px){
  #page-our-work .insurances .insurance .logo{
    flex: 0 0 23%;
  }
}

@media(min-width:768px){
  #page-our-work .insurances .insurance .logo{
    flex: 0 0 14.28%;
  }
}







/*-- Z. Animation Elements --------------------------------------------------------------------*/
.animate{
  position: relative;
}

.bounce-up.in-view.animate,
.slide-from-left.in-view.animate,
.slide-from-right.in-view.animate,
.fadein.in-view.animate{
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/*-- animation: bounce up--*/
.bounce-up.animate {
  opacity: 0;
  
  /*-- transition --*/
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  
  /*-- transform --*/
  -moz-transform: translate3d(0px, 50px, 0px);
  -webkit-transform: translate3d(0px, 50px, 0px);
  -o-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate3d(0px, 100, 0px);
  
  /*-- visibility --*/
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*-- animation: slide from left --*/
.slide-from-left.animate {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-50px, 0px, 0px);
  -webkit-transform: translate3d(-50px, 0px, 0px);
  -o-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate3d(-50px, 0px, 0px);
}

/*-- animation: slide from right --*/
.slide-from-right.animate {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(50px, 0px, 0px);
  -webkit-transform: translate3d(50px, 0px, 0px);
  -o-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate3d(50px, 0px, 0px);
}

@media (max-width: 768px){
  .animate{
    overflow: hidden;
  }
}

.delay-1 {transition-delay: 0.05s !important;}
.delay-2 {transition-delay: 0.10s !important;}
.delay-3 {transition-delay: 0.15s !important;}
.delay-4 {transition-delay: 0.20s !important;}
.delay-5 {transition-delay: 0.25s !important;}
.delay-6 {transition-delay: 0.30s !important;}
