@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
/*----------------------------------------------------------------
  Branding Colour
----------------------------------------------------------------*/
.btn{
  background: #f2221e;
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.2s 0.2s ease-out;
  text-decoration: none;
}

.btn:hover {
    text-shadow: none;
    text-decoration: none;
    color: #ffffff;
    background: #e81c19;
}
#extraFormsContainer 
.modal-dialog input#submit-form, 
.formbuilder-form input#submit-form {
    background-color: #f2221e;
    color: #ffffff;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 700;
}
.form, #quote_form_form,#extraFormsContainer .modal-dialog{
    color: black;
    background-color: #fff;
}
.formbuilder-form label {color: #000;}
.formbuilder-form input, 
.formbuilder-form textarea, 
.formbuilder-form select, 
.formbuilder-form select option {
    background: #fbfbfb;
    border: none;
    padding: 10px;
}

blockquote{
    background-color: #f2f2f2;
    border-left: solid 4px #053546;
    font-size: 20px;
}
#content blockquote p{
    color: #333;
}
/*----------------------------------------------------------------
  Hide Blocks
----------------------------------------------------------------*/

#content6,
#contact1b,
#contact2,
#contact2d{
    display:none;
}

/*----------------------------------------------------------------
  Custom Styles
----------------------------------------------------------------*/
/*- Font Family -*/
p,
ul li{
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight:700;
}




header a,
header a, 
header span, 
#header2a:before, 
#header2a a 
{
    color: #f2221e;
    line-height: 0px;
    content: '\f098';
    text-decoration: none;
    font-size: 34px;
}
#header2a:before{
    font-size: 34px;
}
#header2a:before,
#header2a a{
    font-size: 34px;
}

#header2b a{
    color: #000;
    font-size: 19px;
    text-decoration: none;
}

#header2b{
    line-height: 0.6em;
}

#header{
    padding: 20px 0;
}
#header1 {
}
#header2{}

/*----------------------------------------------------------------
  Banner
----------------------------------------------------------------*/

.banner_cover {
    background: #ffffff;
    opacity: 1;
    height: 140px;
}

#banner {
    padding: 220px 0 180px;
    margin: 0;
    width: 100%;
}

#banner1 h1,
#banner1 h2,
#banner1 h3,
#banner1 hr,
#banner1 p{
    color: #fff;
    text-align: center;
}
#banner1 h1{
    line-height: 1em;
    font-weight: 600;
    font-size:55px;
}
#banner1 p{
    font-weight: 400;
    font-size: 20px;

}
#banner1 hr{
    width:40%;
    border:solid 0.6px #333;
}
#banner1 {
    animation:move 2s ease;
    width: 100%;
}
@-webkit-keyframes move {
  from {transform: scale(0.8);opacity:0;}
  to {transform: scale(1.0);opacity:1;}}


/*----------------------------------------------------------------
  Content
----------------------------------------------------------------*/
#content{
    background-color: #fff;
}
#content h1, 
#content h2,
#content h3
{
    color: #242021;
    line-height: 1em;
    font-size: 35px;
}
#content p b{
    font-size:24px;
    color:#6ec1e4;

}
#content h4{
    color: #5e5e5e;
    margin-bottom: 0;
    font-size: 18px;
}
.content_block {
    padding-bottom: 40px;
}
#content p, 
#content ul li{
  color: #333;
  font-weight: 100;
}
#content p.img img {
    transition: 0.2s 0.2s ease-out;
    box-shadow: none;
}

#content p.img img:hover {
    transform: scale(1.05);
}

/*----------------------------------------------------------------
  SERVICES
----------------------------------------------------------------*/
#services{
    background-color: #fafafa;
}

#services h4 {
    color: #242021;
    padding-bottom:10px;
}

#services p {
    color: #333;
}
#services hr{
    border:solid 2px #fff;
    width:100px;
}

.serviceImg {
    background-color: #242021;
    border-radius: 50%;
    padding:50px;
    transition: all 0.4s ease 0s;
}

#service1,
#service2,
#service3,
#service4 {
    padding: 5% 4% 5% 4%;
    transition: all 0.4s ease 0s;
}

#service1:hover,
#service2:hover,
#service3:hover,
#service4:hover {
    transform: scale(1.1);
}
/*----------------------------------------------------------------
  Service Circle
----------------------------------------------------------------*/
@media (min-width:992px){
    #services p {
    margin: 0 -18% 0 -18%;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px)  {  
    #service1,
    #service2,
    #service3,
    #service4 {
        padding:0% 1% 0% 1%;
    }
    .serviceImg {
        padding:25%;
    }
    #services {
        padding:40px 0 20px;
    }
}
@media (max-width: 767px) {  
    #service1,
    #service2,
    #service3,
    #service4 {
        padding:0% 5% 0% 5%;
    }
    #services p {
        margin: 0 2% 0 1%;
    }
    .serviceImg {
        margin:0% 15% 0% 10%;
    }
    #services {
        padding:40px 0 20px;
    }  

    #service1:hover,
    #service2:hover,
    #service3:hover,
    #service4:hover {
        transform: scale(1.0);
    }
}
@media (max-width: 580px) {
    .serviceImg {
        margin:0% 5% 0% 5%;
    }
}  
@media (max-width: 480px) {  
    #service1,
    #service2,
    #service3,
    #service4 {
        padding:0% 25% 0% 25%;
    }
    #services p {
        margin: 0 -20% 0 -20%;
    }
    .serviceImg {
        padding:20%;
    }
}

/*----------------------------------------------------------------
  CONTACT
----------------------------------------------------------------*/

#contact{
    background-color: #fff;
}
#contact1{
    width:70%;
    margin-left:15%;
}
#contact h1,
#contact h2,
#contact h3,
#contact1a a{
    color: #242021;
    text-align:center;
    line-height: 1em;
}
#contact h3{
}
#contact h1{
    font-size:24px;
}
.contact_detail{
    color: #333;
    font-weight:300;
}
#contact2e a,
#contact p,
#contact em,
#contact ul li{
    color: #333;
    font-weight: 300;
    text-decoration:none;
}
#contact2c:before{
    content: '\f098';
}
#contact2f{
    margin-bottom:0;
}

footer {
    background: #242021;
    padding: 15px;
} 

footer a, 
footer p {
    color: #fff;
}

/*----------------------------------------------------------------
    Animation & Extras
----------------------------------------------------------------*/
#wrapper {
    display: flex; 
    flex-direction: column;   
}
#services {
    padding: 50px 0 30px 0;
    order: 2;
}
#banner { 
    order: 1; 
    
}
#content { 
    order: 3; 
    
}
#contact { 
    order: 4; 
    
}
footer { 
    order: 5; 
    
}
/*----------------------------------------------------------------
  Media Queries
----------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
    #content1a, 
    #content2b, 
    #content3a,
    #content4b,
    #content5a,
    #content6b{
        width: 60%;
    }

    #content1b, 
    #content2a, 
    #content3b,
    #content4a,
    #content5b,
    #content6a
    {
        width: 40%;
    }

    #content img {
      width:100%;
    }

}


@media (max-width: 1024px) {
    #contact2e a{
        font-size:15px;
    }
}
@media (max-width: 991px) {
    #banner {
        padding: 90px 0 65px;
    }
    #contact1,
    #contact2{
        width:100%;
    }
    #contact2e a{
        font-size:18px;
    }
}
@media (max-width: 767px) {

    #header2 {
    }
    .banner_cover {
        height: 200px;
    }
    .content_block {
        padding-bottom: 10px;
    }
    #banner1 h1 strong{
    }
    .content_block > div div { 
        width: 100%; 
    }

    #contact1,
    #contact2{
        width:100%;
        margin:0;
    }
    #banner{
        padding: 90px 0 65px 0;
        width: 100%;
    }
    #banner1 hr{
        margin-left:auto;
    }
    #banner1 h1,
    #banner1 p{
      text-align:center;
    }
}


@media (max-width: 480px) {
    #banner1 h1{
        font-size:55px;
    }
    #contact1a a{
        display:block;
    }
    .btn{
        padding:20px;
    }
}

@media (max-width: 375px) {
    #banner1 h1{
        font-size:50px;
    }
}
@media (max-width: 320px) {
    #banner1 h1{
        font-size: 44px;
    }
}






