@import url('https://fonts.googleapis.com/css?family=Barlow:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');
h1, h3, h4 {
  color: #050505;
  font-weight: 200;
  font-family: 'Barlow', sans-serif;}

h1 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 400;
  color: white;
  font-family: 'Barlow', sans-serif; }

h2 {
  font-size: 40px;
  color: #050505;
  font-weight: 400;
  font-family: 'Barlow', sans-serif; }

h3 {
  font-size: 28px;
  color: #050505;
  font-weight: 400;
  font-family: 'Barlow', sans-serif; }

h4 {
  font-size: 22px;
  color: #050505;
  font-weight: 400; }

a {
  text-decoration: none;
  color: inherit; }

.pos3 {
  position: relative;
  margin-top: -150px;
  z-index: 100;
  text-align: right; }

.pos2 {
  position: relative;
  margin-top: -80px;
  z-index: 80; }

.pt10 {
  padding-top: 15px; }



html {
  font-size: 62.5%;
  margin: 0 auto; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

body {
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-size: 1.8rem;
  overflow-x: hidden;
  color: #555555;
  background-color: white;
  font-family: 'Barlow', sans-serif;
  font-weight: 300; }

.fb-container {
padding: 20px;
}
.fb-container2 {
padding: 80px 20px;
}
.fb {
height: 800px;
}

.fb .fbframe {
border: none;

}

.header {

height: 100%;
min-height: 500px;
width: 30%;
background-color: black;
position: absolute;
z-index: -1;
}
header {

height: 100vh;
min-height: 700px;
width: 100%;
position: relative;
overflow: hidden;

}

.top-bar {
  width: 70%;
  height: 130px;
  float: right;
  position: relative;
  right: 0;
  margin: 0 auto;
  background-color: black;
  z-index: 1;
  animation: burger 1s forwards;
 }

.top-bar2 {
  width: 100%;
  height: 130px;
  float: right;
  position: relative;
  right: 0;
  margin: 0 auto;
  background-color: black;
  z-index: 1;
  animation: burger 1s forwards;
 }


.social i {
  width: 40px;
  display: inline-block;
  height: 75px;
  line-height: 50px;
  color: white;
  font-size: 20px;
  margin: 10px 2px; }




nav {
  width: 100%;
  position: relative;
  z-index: 10;
  top: 55px;
  height: 70px;
  padding: 0px; }
  nav ul {
    padding: 0;
    margin: 0;
    float: right; }
    nav ul li {
      display: inline-block;
      float: left;
      height: 100%; }
      nav ul li a {
        color: white;
        text-transform: uppercase;
        font-size: 13px;
        padding: 0 10px;
        line-height: 75px;
        cursor: pointer;
        position: relative;
        float: left;
        min-width: 125px;
        text-align: center; }
      nav ul li a:hover {
        background-color: rgba(255, 255, 255, 0.1); }
      nav ul li a, nav ul li nav a:active, nav ul li nav a:visited, nav ul li nav a:link {
        color: #ffffff;
        text-decoration: none; }
      nav ul li ul.dropdown {
        padding: 0px;
        position: absolute;
        top: 75px;
        width: 300px;
        background: black;
        text-align: left;
        display: none;
        opacity: 1;}
        nav ul li ul.dropdown li {
          width: 100%;
          display: block;
          color: #ffffff !important;
          color: #ff6600;
          display: block;
          opacity: 1;
          visibility: visible; }
          nav ul li ul.dropdown li:hover a {
            border: none;
            background: #212121;
}
          nav ul li ul.dropdown li a {
            border: none;
            line-height: 55px;
            display: block;
            color: #111111112;
            font-size: 13px;
            color: white;
            width: 100%;
            text-align: left; }
    nav ul li.services:hover > ul.dropdown {
      display: block;
      visibility: visible; }

#button, .mobi {
  display: none; }
.mobi-ban {
  display: none;
}
.phone {
  display: none; }

.sms {
  display: none; }

.email {
  display: none; }
.images img {

}

.desktop {
  display: inline-block !important; }

#button, .mobi {
  display: none !important; }

.title {
padding-top: 60px; }


.mobinav {
  height: auto;
  z-index: 9; }


.logo {
  float: left;
  height: 130px;
  z-index: 9;
  position: absolute;
  top:0px;
  left:10%;
  transition: ease 0.5s;
}


.logo img {
  height:100%;
  background-color:black;
}


.logo .contacts {
float: right;
padding-left: 10px;
margin-top: 65px;
text-align: left;
 }
.logo .contacts a {
    color: white; 
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
}
.logo .contacts a:last-child {
    color: white; 
    display: block;
    font-size: 14px;
}

.logo .contacts i {
  display: none; }

.logo2 {
  float: left;
  height: 130px;
  z-index: 9;
  position: absolute;
  top:0px;
  left:40px;
  transition: ease 0.5s;
}


.logo2 img {
  height:100%;
  background-color:black;
}


.logo2 .contacts2 {
float: right;
padding-left: 10px;
margin-top: 65px;
text-align: left;
 }
.logo2 .contacts2 a {
    color: white; 
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
}
.logo2 .contacts2 a:last-child {
    color: white; 
    display: block;
    font-size: 14px;
}

.logo2 .contacts2 i {
  display: none; }


#mapbox {
  width: 100%;
  height: 400px; }


/* Banner */
.banner {
  width: 90%;
  min-height: 500px;
  height: 80vh;
  background-color: #014c86;
  float: right;
  z-index: 0; 
}

.banner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000008;
  top: 0px;
  opacity: 0.4;
  pointer-events: none;
  left: 0px;
  z-index: 0;
 }

.banner2 {
    width: 100%;
    height: 250px;
    z-index: 1; }
.banner2:after {
  content: '';
  position: absolute;
  width: 60%;
  height: 100%;
  background-color: #000008;
  top: 0px;
  opacity: 0.4;
  pointer-events: none;
  left: 0px;
  z-index: 0;
 }

.middle {
  
  width: 65%;
  padding: 250px 40px 0px 40px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  bottom: 20px;
  z-index: 2;
  color: white;
  text-align: left; }
  .middle h1 {
    font-size: 38px;
    
    color: white;
    text-transform: uppercase;
    margin: 0;
    line-height: 120%;
}
  .middle span {
    font-size: 60px;
    color: white;
    font-weight: 700;
    margin-top:20px;}
  .middle a {
    color: white;
    display: inline-block;
    font-size: 20px;
    line-height: 60px;
    margin-top: 10px;
    padding: 0 10px;
    position: relative;
    background-color: #015ca2; }
  .middle .cta {
    display: inline-block;
    line-height: 40px;
    padding: 0px 18px;
    color: #EEEEEE;
    font-size: 15px;
    cursor: pointer;
    text-transform: uppercase;
    margin: 20px 4px; }
  .middle .cta:before {
    width: 100%;
    height: 50%;
    content: " ";
    background-color: #ffffff;
    opacity: 0.1;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none; }


.main {
  width: 100%;
  overflow: hidden; }

.contact {
  width: 100%;
  overflow: hidden;
  background-color: #ab0000;
  padding: 60px; }
  .contact p {
    color: white;
    font-style: normal; }
.contact span {
  font-size: 44px;
  font-size: 4.4rem;
  color: white;
  font-weight: 700;
  font-family: 'Barlow', sans-serif; }

.contact span:before {
  content: attr(data-title);
  font-family: 'Barlow', sans-serif;
  margin-left: -20px;
  opacity: 0.1;
  font-size: 120px;
  color: white;
  line-height: 0px;
  font-weight: 700;
  position: absolute; }

aside {
  max-width: 500px;
  overflow: hidden;
}

.fb-container {
padding: 20px;
}
.fb-container2 {
padding: 80px 20px;
}
.fb {
height: 800px;
}

.fb .fbframe {
border: none;

}

main {
  padding: 60px;
  overflow: hidden;
  width: 100%;
  position: relative;
  min-height: 750px;
 }
  main h2 {
    font-size: 28px; }
  main img {
 }


blockquote{
  margin: 20px 0 0 0;
  padding: 30px;
  background-color: #EEEEEE;
  border-left: 3px solid #015ca2;
  font-style: italic;
}
blockquote p:last-child{
  margin-top: 20px;
  text-align: right;
  font-weight: 600;
}

blockquote i {
  color: #015ca2;
}
blockquote hr {
  position: relative;
  display: inline-block;
  
  border: none;
  height: 3px;
  width: 120px;
  opacity: 0.9;
  background-color: #015ca2;
}

blockquote h3 {
  margin: 0;
  font-size: 22px;
}
/* W H Y   C H O O S E   U S   S E C T I O N */
.why{
  position: relative;
  width: 100%;
  height: 600px;
}

.why h2{
  font-family: 'Barlow', sans-serif;
  font-size: 26px;
  padding-right: 20px;
  color: white;
  margin: 0px 0px 10px 0px;
  text-align: right;
}
.why ol h3{
  font-style: initial;
  font-family: 'Barlow', sans-serif;
  margin: 5px 0 20px 0;
  color: #FFFFFF;
  background-color: ;
  font-weight: 600;
}
.why .medium-8{
  padding: 50px!important;

}
.imgReason{
  position: absolute;
  height: 100%;
  margin-top:50px;
  left:50px;
  z-index: 0;
}

.imgReason:before{
  height: 100%;
  position: absolute;
  content: '';
  width: 100%;
  right: 0;
  z-index: 1;
  background-image: url(../images/electrical.jpg);
  -webkit-background-size: cover;
  background-size: cover;
}

.imgReason img {
  width: 100%;
}

.reason{
  position: absolute;
  padding:180px 20px 20px 20px;

  background-color: #2D2D2D;
  height: 100%;
  right:0;
  z-index: 0;
  background-image: url(../images/whybg.png);
  background-size: 65%;
  background-repeat: no-repeat;
  background-position:center;
}

.reason h3 {
  text-align: right;
  padding: 0px 20px 20px 0px;
  font-weight: 600;
  color: white;
  font-size: 34px;
  margin: 0;
}

.reason h3 span {
  background-color: #015ca2;
  padding: 5px 10px 5px 10px;

}
.reason p{
  margin-top: 0;
  text-align: right;
  color: white;
  padding: 0px 20px 20px 85px;
}
.why ol {
    list-style-type: none;
    color: white;
    margin-top: 0;
}
.why ol li{
    position: relative;
    text-align: right;
    margin: 0;
    margin-top: 20px;
    width: 100%;
    padding: 20px 20px 20px 85px;
    min-height: 3em;
}
.why p {
  font-size: 16px;
  text-align: right;
}

.content {
 }

.content span {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 0px;}

.content h2 {
  font-weight: 600;
  font-size: 44px;
  color: #015ca2;
  line-height: 130%;
}



.content h1 {
  font-weight: 600;
  font-size: 44px;
  color: #015ca2;
  line-height: 130%;
}
.images {
  padding-right: 30px;
}

.images img {
  padding-bottom: 30px;
}
.images img:last-child {
  padding-bottom: 0px;
}


.videodiv{
  margin: 50px 0;

}

video{
  width: 100%;

}
 .serviceslist {
  margin-bottom: 20px;
  font-family: 'Barlow', sans-serif;
  overflow: hidden;
  padding: 0; 
  -webkit-columns: 2;
  -moz-columns: 2;
  -ms-columns: 2;
  -o-columns: 2;
  columns: 2;}
.serviceslist ul {
  width: 100%; }

.serviceslist li {
    position: relative;
    margin: 0;
    font-size: 16px;
    width: 100%;
    list-style: none;
    line-height: 30px;
    padding:0px 10px 0px 55px;
    min-height: 1em; }

.serviceslist li:nth-child(even) { }

.serviceslist li:before {
    position: absolute;
    left: 0px;   
    width: 55px;
    text-align: center;
    height: 100%;
    
    font-size: 18px;
    font-weight: bold;
    content: "\f374";
  /* ionicons Unicode */
    font-family: ionicons;
  /* same as padding-left set on li */ }




.boxes {
  /* padding: 25px; */
  margin-top:150px;
  margin-bottom: 125px;
  position: relative;
  z-index: 0;

}
.boxes:before{

  position: absolute;
  content: '';
  width: 100%;
  top:180px;
  bottom: 60px;
  z-index: 0;
  background:#E6E7E8;

}
.boxes .columns{
  overflow: hidden;
  -webkit-background-size: cover;

  background-size: cover;
  position: relative;
  height: 400px !important;
  margin: 0px;
  padding: 0px;


}
.boxes .columns:hover .text{
  bottom: 0;
  opacity: 0.8;
  text-shadow: 3px 3px black;
  

}
.boxes .columns:last-child{
  float: left;

}

.boxes .text *{
  margin: 0;
  color: white;
}
.boxes h2 {
  text-align: center;
  margin-top:0;
  color: #015ca2;
  font-weight: 600;
}

.boxes p {
   text-align: center;
  font-size: 20px;
  color: black;
  font-weight: 400;
  margin-bottom: 0px;
}
.boxes h3{
  width:50%;

  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  color: white;
}

.boxes a {
  display: block;
  height: 100%;
}



 .boxes .one{
  background-image: url(../images/internal.jpg);

}
 .boxes .two{
  background-image: url(../images/external.jpg);

}
.boxes .three{
 background-image: url(../images/furniture.jpg);

}
.boxes .four{
 background-image: url(../images/extensions.jpg);

}
.boxes .five{
 background-image: url(../images/rendering.jpg);

} 
.boxes .six{

background-image: url(../images/renovations.jpg);

}

.boxes .text{
  position: relative;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 0;
  opacity: .4;
  background-color: #1d1e1f;

}

.boxes .text:before{
  content: '';
  position: absolute;
  width: 100%;
  opacity: 0.6;
  height: 100%;
  color: black;
  top: 0;
  left: 0;
  z-index: -1;
}
.boxes .text:after{
  content: '';
  position: absolute;
  width: calc(100% - 30px);
  opacity: 0.6;
  height: calc(100% - 30px);
  top: 15px;
  left: 15px;
  border: 1px solid white;
  z-index: -1;
}


.reviews {
  margin-bottom: 5px;
  font-style: italic;
  text-align: justify;
  background: rgba(61, 61, 60, 0.1);
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  padding: 20px; }

.testimonials {
  background: #015ca2;
  padding: 50px 0px 50px 0px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; }

.testimonials h3 {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 40px;
  font-size: 4rem; }

.testimonials .button {
  background: white;
  color: #111111112;
  bottom: 0;
  padding: 10px;
  display: block;
  margin: 0 auto;
  width: 150px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem; }

.testy {
  margin: 0 auto; }
  .testy img {
    margin: 0 auto;
    width: 100%; }

.icon {
  width: 100%;
  text-align: center;
  color: white;
}

.review {
  padding: 50px; }
  .review p {
    width: 80%;
    margin: 0 auto;
    color: white;
    text-align: center;
}
  .review .fa {
    color: #3d3d3c;
    padding-right: 5px; }
  .review h3 {
    font-size: 38px;
    font-size: 3.8rem;
    color: white;
    margin-top: 0; }

cite:before {
  font-family: 'Playfair Display', serif;
  content: '\201D';
  display: block;
  text-align: center;
  font-style: normal;
  margin: 0;
  padding-top: 20px;
  color: white;
  line-height: 150px;
  vertical-align: middle;
  font-size: 175px;
  font-weight: bold; }

cite {
  text-align: right;
  display: block;
  font-style: italic;
  color: #555555; }

.accred{
  margin-top: 120px;
  padding: 40px 40px 220px 40px;
  overflow: hidden;
  position: relative;
  
  z-index: 0;
}

.accred h2 {
  text-align: center;
  margin-top:0;
  font-family: 'Barlow', sans-serif;
  color: #015ca2;
  font-weight: 600;
}

.accred p {
   text-align: center;
  font-size: 20px;
  color: black;
  font-weight: 400;
  margin-bottom: 0px;
}
.accred h3{
  font-size: 24px;
  text-align: center;
  /* position:  absolute; */
  /* left: 0; */
  /* right: 0; */
  display:  block;

  height:  100%;
  width: 100%;
  padding:  150px 20px 0px 20px;
}

.gallery {
  width: 100%;
  padding: 20px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin: 50px 0px 50px 0px; }

.gallery h3 {
  padding-top: 10px;
  font-weight: 500;
  margin: 10px;
  clear: both; }



.img-area {
    float: left;
    width: 20%;
    padding: 12px;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-filter: brightness(70%);}

.img-area:hover {
  
  -webkit-filter: brightness(100%); }

.img-area::before{  
  content: " ";
  width: 0%;
  height: calc(100% - 24px);
  top: 12px;
  left: 12px;
  z-index: 1;
  position: absolute;
  opacity: 0.3;
  pointer-events:none;
  background-color: white;

}
/* .img-area:hover {
  opacity: 0.3;
  pointer-events:none;
  background-color: #111111;
-webkit-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
   -moz-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
     -o-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
        transition: all 600ms cubic-bezier(1,.11,.52,.99);
} */

.img-area::after{
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  position: absolute;
-webkit-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
   -moz-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
     -o-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
        transition: all 600ms cubic-bezier(1,.11,.52,.99);
  opacity: 0;
  pointer-events:none;

  background-image: url(../images/icons/zoom.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 10%;
  background-size: 10%;
}
.img-area img{
  width: 100%;
  margin: 0!important;
}
.img-area a{
  margin: 0!important;
}
.img-area:hover::after{
  -webkit-background-size: 20%;
  background-size: 20%;
  opacity: 0.75;
}

.img-area:hover::before{
  width: calc(100% - 24px);
}




/* W H Y   C H O O S E   U S   S E C T I O N */


.accred {

   }
 .logos {
    text-align: center;
   }

 .logos img {
    display: inline-block;
    text-align: center;
    width: auto;
    height: 120px;
    padding: 10px;
    margin: 0 auto;
  }



/*Footer*/
footer {
  background-color: #58595B;
  padding: 40px;
position: relative;}
  footer h4 {
    font-family: 'Barlow', sans-serif;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 40px 0 10px 0; }
  footer #mapbox {
    width: 100%;
    height: 200px; }
  footer .contactform .form-small input, footer .contactform .form-small textarea {
    width: 100%;
    border: 0px solid #bbbbbb;
    padding: 4px;
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    color: white;
    height: 50px;
    background: rgba(109, 110, 113, 0.1);
    outline-color: #015ca2;
    float: left; }
  footer .contactform textarea {
    width: 100%;
    border: 0px solid #bbbbbb;
    padding: 4px;
    margin-top: 10px;
    height: 200px;
    font-size: 13px;
    font-size: 1.3rem;
    color: white;
    background: rgba(109, 110, 113, 0.1);
    outline-color: #015ca2;
    margin-left: 0px; }
  footer .contactform img {
    width: 50%; }
  footer .contactform input[type="submit"] {
    background: #015ca2;
    color: white;
    border: 0;
    padding: 9px 3px;
    float: right;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 20%;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 200; }
  footer .contactform ::-webkit-input-placeholder {
    font-family: 'Barlow', sans-serif;
    font-style: italic;
    font-weight: 200;
    color: white;
    font-size: 12px;
    font-size: 1.2rem; }
  footer .contactform ::-moz-placeholder {
    /* Firefox 19+ */
    color: #183574;
    font-size: 12px;
    font-size: 1.2rem; }
  footer .contactform :-ms-input-placeholder {
    color: #183574;
    font-size: 12px;
    font-size: 1.2rem; }
  footer .contactform :-moz-placeholder {
    /* Firefox 18- */
    color: #183574;
    font-size: 12px;
    font-size: 1.2rem; }
  footer .social {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #2D2D2D;
    text-align: center;
    color: white;
    font-size: 20px;
    margin: 10px 2px;
    transform: background-color 0.5s; }
  footer .social:hover {
    background-color:#015ca2;
    color: white; }
  footer ul {
    padding: 0; }
  footer ul li {
    color: white;
    opacity: 0.8;
    font-size: 14px;
    line-height: 28px;
    list-style: none;
    text-transform: uppercase; }
    footer ul li a {
      font-weight: bold; }
  footer ul li:before {
    font-family: ionicons;
    content: '\f125';
    font-size: 14px;
    color: #015ca2;
    margin-right: 10px; }
  footer hr {
    width: 80px;
    display: inline-block;
    background-color: #015ca2;
    border: none;
    height: 2px; }
  footer .about {
    margin-bottom: 30px; }
  footer p {
    color: white;
    margin: 4px 0 20px 0;
    opacity: 0.8;
    font-style: italic;
    font-size: 14px;
    line-height: 24px; }


.form {
  position: absolute;
  right:0;
  bottom:0;
  padding:50px;
  background: #2D2D2D;
  top:-50px;
}

.amcs {
  background-color: #2D2D2D;
  overflow: hidden; }
  .amcs .left {
    text-align: left; }
  .amcs .right {
    text-align: right; }
  .amcs p {
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 10px 0;
    line-height: 34px; }

@media (max-width: 1400px) {


.logo .contacts {
float: right;
padding-right: 60px;
padding-left: 20px;
margin-top: 70px;
 }
.logo .contacts a {
    color: white; 
}

.logo .contacts i {
  padding-right: 5px;
  width: 40px;
  height: 40px;
  display: inline-block;
  color: white;
  line-height: 40px;
  font-size: 22px; }
.logo .contacts a:last-child {
    color: white; 
    display: inline-block;
    font-size: 14px;
}
 .logo .contacts span {
  display: none;
}
.logo2 .contacts2 {
float: right;
padding-right: 60px;

margin-top: 70px;
 }
.logo2 .contacts2 a {
    color: white; 
}

.logo2 .contacts2 i {
  padding-right: 5px;
  width: 40px;
  height: 40px;
  display: inline-block;
  color: white;
  line-height: 40px;
  font-size: 22px; }
.logo2 .contacts2 a:last-child {
    color: white; 
    display: inline-block;
    font-size: 14px;
}
 .logo2 .contacts2 span {
  display: none;
}


}


@media (max-width: 1164px) {

main {
  padding: 40px 20px;
  background-image: none;
}


header {

height: 500px;
min-height: 400px;
width: 100%;
position: relative;
overflow: visible;

}

.header {
  display: none;
}

.box {
  width: calc(100% / 2);
}
.why {
  height: auto;
  overflow: hidden;
}
.imgReason{
display: none;
}
.reason {
  position: relative;
  width: 100%;
  padding:50px 20px 20px 20px;

}

.images, .content {
  width: 100%;
}
.images img {
  width: 100%;
}


.boxes, .accred {
  margin-top: 75px;
  margin-bottom: 75px;
  padding: 0px;
}

/* Banner */
.banner {
  width: 100%;
  min-height: 400px;
  background-color: #014c86;
  float: right;
  z-index: 0; 
}

.top-bar {
  width: 100%;
  height: 75px;
  position: fixed;
 }

.top-bar2 {
  width: 100%;
  height: 75px;
  position: fixed;
 }

.mobi-ban {
  display: block;
}
    .mobi-ban a {
    float: right;
    display: block !important;
    width: 45px;
    height:45px;
    text-align: center;
    line-height: 55px;
    color: #00176e;
    font-size: 20px; }

  #button {
    display: block !important;
    height: 100%;
    text-align: right;
    float: right;
    padding:0px 20px 0px 20px; }

  #button i {
    color:white;
    text-align: left;
    line-height: 75px; 
    font-size: 36px;}

  #button a {
    float: right;
    display: block;
    width: 45px;
    height:45px;
    text-align: center;
    line-height: 75px;
    color: #00176e;
    font-size: 36px; }

  .phone {
    background-color: rgba(0, 0, 0, 0.4); }

  .sms {
    background-color: rgba(0, 0, 0, 0.4); }

  .email {
    background-color: rgba(0, 0, 0, 0.4); }

 nav:after {
    display: none; }

  nav {
    width:100%;
    height: auto;
    overflow-y: hidden;
    background-color: #1d1e1f;
    left: 100%;
    top: 0;
    z-index: 999;
    transition: left 0.5s; }
    nav ul {
      padding: 0;
      margin: 0;
      padding-right: 0px;
      float: right; }
      nav ul li {
        display: block;
        float: right;
        height: 100%;

        width: 100%; }
        nav ul li a {
          color: white;
          text-transform: uppercase;
          font-size: 13px;
          padding-right: 20px;
          line-height: 50px;
          position: relative;
          float: right;
          width: 125px;
          text-align: right;
          width: 100%; }
        nav ul li a:hover {
          background-color: rgba(0, 0, 0, 0.1); }
        nav ul li a, nav ul li nav a:active, nav ul li nav a:visited, nav ul li nav a:link {
          color: #ffffff;
          text-decoration: none; }
      nav ul li ul.dropdown {
        padding: 0px;
        position: relative;
        top: 0px;
        width: 100%;
        background: black;
        text-align: right;
        display: none;
        opacity: 1;}
        nav ul li ul.dropdown li {
          width: 100%;
          display: block;
          color: #ffffff !important;
          color: #ff6600;
          display: block;
          opacity: 1;
          visibility: visible; }
          nav ul li ul.dropdown li:hover a {
            border: none;
            background: #212121;
}
          nav ul li ul.dropdown li a {
            border: none;
            line-height: 40px;
            display: block;
            color: #111111112;
            font-size: 13px;
            color: white;
            width: 100%;
            text-align: right; }
    nav ul li.services:hover > ul.dropdown {
      display: block;
      visibility: visible; }


  .mobinav {
    left: 0px; } 




.desktop {
  display: inline-block !important; }



.title {
padding-top: 60px; }


.mobinav {
  height: auto;
  z-index: 9; }


.logo {
  float: left;
  height: 75px;
  z-index: 999999;
  position: fixed;
  top:0px;
  left:0px;
  transition: ease 0.5s;
}


.logo img {
  height:100%;

}


.logo .contacts i {

  line-height: 60px;
 }
.logo2 {
  float: left;
  height: 75px;
  z-index: 999999;
  position: fixed;
  top:0px;
  left:0px;
  transition: ease 0.5s;
}


.logo2 img {
  height:100%;
  padding: 10px;
}


.logo2 .contacts2 i {

  line-height: 60px;
 }
 .logo .contacts {
  margin-top: 5px;
} 
 .logo2 .contacts2 {
  margin-top: 5px;
}
/* .logo .contacts {
float: right;
padding-left: 20px;
margin-top: 0px;
text-align: left; }
.logo .contacts p {
    color: white; 
    font-size: 14px;
}

.logo .contacts i {
  padding-left: 10px;
  display: inline-block;
  color: white;
  font-size: 18px; } */


.middle {
  
  width: 100%;
  padding: 250px 40px 0px 40px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  bottom: 20px;
  z-index: 2;
  color: white;
  text-align: left; }
  .middle span {
    font-size:30px;
    color: white;
    margin: 0;
    line-height: 120%;
}
  .middle h1 {
    font-size: 26px;
    color: white;
    margin: 0;
    line-height: 120%;
}


  .middle p {
    font-size: 14px;
  }

.form {
  position: relative;
  padding:20px;
  background: #2D2D2D;
  top:0px;
}


}

@media (max-width: 768px) {


  main {
  padding: 40px 20px;
  background-image: none;
}

.content h1 {

  font-size: 28px;
  color: #015ca2;
  line-height: 130%;
}

.box {
  width: 100%;
}

  .img-area {
    float: left;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 10px;
    width: 100%;
    -webkit-filter: brightness(80%); }
    .img-area img {
      width: 100%; }

  .img-area:hover {
    -webkit-filter: brightness(120%); }

 .serviceslist {
  margin-bottom: 20px;
  font-family: 'Barlow', sans-serif;
  overflow: hidden;
  padding: 0; 
  -webkit-columns:1;
  -moz-columns: 1;
  -ms-columns: 1;
  -o-columns: 1;
  columns: 1;}

}

@media (max-width: 520px) {
.top-bar {
  height: 50px;
}
.top-bar2 {
  height: 50px;
}

  .logo {
  height: 50px;
}
.logo .contacts {
  margin-top: 0;
}

.logo .contacts i {
line-height: 50px;
padding-right: 0px;
width: 20px;
height: 20px;
  }

  .logo2 {
  height: 50px;
}
.logo2 .contacts2 {
  margin-top: 0;
}

.logo2 .contacts2 i {
line-height: 50px;
padding-right: 0px;
width: 20px;
height: 20px;
  }

#button i {
  line-height: 50px;
}
  .middle span {
    font-size:30px;

  }
  .middle h1 {
    font-size: 26px;
    margin-top: 0px;
  }

  .middle p {
    font-size: 14px;
  }
  }
