/** Shopify CDN: Minification failed

Line 124:14 Expected ":"
Line 124:16 Expected identifier but found "0px"

**/
@import url('https://fonts.googleapis.com/css?family=Roboto:900');

/* CUSTOM DROPDOWN */
.dropdown-custom {
  position: relative;
  display: inline-block;
}

.dropdown-custom span {
  font-weight: bold;
  color: #4e4840;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 1px;
  padding-bottom: 8px;
  margin-left: 20px;
  cursor: pointer;
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 10px 3px 10px 3px;
  z-index: 1;
  text-align: left;
  transition: all ease .4s;
}

.dropdown-custom:hover .dropdown-content {
  display: block;
}

.dropdown-content > .dropdown-link:hover {
  color: #0056b3 !important
}

/* Button Navigation Header */
div.header ul.menu li a.btn-header, div.content .btn-header {
	background: #FF8D36;
  	padding: 10px;
  	border-radius: 10px;
  	margin: 0px !important;
  	color: white !important;
  	transition: all 0.2s ease !important;
  	margin-left: 10px !important;
}

div.content .btn-header {
  	margin-left: 0px !important;
}

div.header ul.menu li a.btn-header:hover, div.content .btn-header:hover {
  	color: white !important;
}


/* Colors */

.fhl-o{
  color: #FF8D36;
}

.fhl-b{
  color: #002d87;
}

.blue-btn {background: #002d87 !important}

/* TITLES */

.title-a {
  	margin-bottom: 10px !important;
    margin-top: 30px !important;
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #444;
}

.title-s-home {
    
    border-bottom: 4px solid rgb(211, 211, 211);
    margin-bottom: 30px !important;
    margin-top: 20px !important;
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	color: #2A58B6;
  	width: 80%;
  	margin: 0 auto;
}


.title-section {
    font-weight: 900;
/*     border-bottom: 4px solid rgb(211, 211, 211); */
    margin-bottom: 30px !important;
    margin-top: 0 !important;
    font-family: 'Roboto',
    sans-serif;
  	color: #2A58B6;
}

/* BG */
.bg-white {
  background-color: #fff;
}

.bg-about-us {
  background-color: #49a9e4;
}


/* SERVICES SECTION */
.services {
    padding: 0 10%;
  	margin-bottom: 0px !important;
  	padding-top; 0px;
    padding-bottom: 50px;
}

.services img {
    width: 100%;
  	padding-top: 15px;
  	padding-bottom: 15px
}

.s-content {
    margin-top: 10%;
    color: white;
    text-align: justify;
    padding-left: 40px;
}

.s-content h2 {
    font-weight: bold;
    margin-bottom: 40px
}

.s-content p {
    font-size: 18px;
}

/* Padding Styles */

.p-0 {
  padding:0px !important;
}

.p-b-40 {
	padding-bottom: 40px !important;
}

/* Margin Styles */

.m-t-0 {
  margin-top:0 !important;
}

/* Buttons */

.message-btn {
  padding: 10px 30px;
  background-color: #ff9b00;
  cursor: pointer;
  box-shadow: 0 7px rgb(214, 129, 0);
  font-weight: bold;
  color: white;
  width: 180px;
margin: 0 auto;
}

.message-btn a {
  color: white;
}

.message-btn:active {
  position: relative;
  top: 7px;
  box-shadow: none;
  color: white;
}

/* Paragraph */

.p-18 {
  font-size: 18px !important; 
}

/* ABOUT US SECTION*/

.h2-about {
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    font-family: 'Roboto',
    sans-serif;
  	color: white;
}

.about-content {
/*   margin-top: 10%; */
  color: #0e0e0e;
  text-align: justify;
  padding-left: 40px;
}

.about-content p {
  margin-bottom: 50px;
  font-size: 18px;
}

/* Mediaqueries */

@media (max-width: 760px){
  .s-content h2 {
    font-size: 1.5rem;
    text-align: left;
  }
  .s-content {
  	padding: 0;
    text-align: left;
  }
  .s-content p {
    font-size: 1rem;
  }
  
  .about-content {
    padding-left: 0px;
  }
  
  .about-content p {
    font-size: 16px;
  }
  
  .title-about {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 30px;
}
}


/* FORM GET A QUOTE */
#form-getquote {
	margin: -15% auto 0px auto;
}


/* Hover Images */
img.hover {
  transition: all 0.3s ease;
}

img.hover:hover {
  transform: scale(1.1);
}


/* Card Images */
.image-card {
	border-radius: 10px;
	box-shadow: 0 10px 15px #b4b4b4;
	margin-bottom: 20px;
}