@import url(https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&family=Tajawal&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

h1,
h3,
h4 {
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 200;
    color: #111112;
}

h2 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;
}

h2 span {
    font-weight: 600;
}

h3,
h4 {
    font-size: 18px;
    font-size: 1.8rem;
    color: #111112;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: inherit;
}

p {
    font-size: 16px;
}

.curvey img{
    width: 100%;
    height: 47px;   
}

.address p {
    line-height: 150%;
}

.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;
    color: #555;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0;
}

.container {
    max-width: 90%;
    margin: auto;
    background-color: #fff;
    position: relative;
}

/*Contact banner --------------------------------------------------------------*/
.contact-banner {
    width: 100%;
    height: 40px;
    margin-right: 20px;
    background-color: #1A3E7C;
    color: white;
    text-align: right;
}

.contact-banner ul {
    list-style: none;
    margin: 0px;
    display: inline-block;
    padding: 0;
}

.contact-banner ul li {
    float: left;
    line-height: 40px;
    margin: 0px 30px 0px 0px;
    list-style: none;
    font-style: italic;
    font-size: 15px;
}

.contact-banner i {
    color: white;
    padding-left: 5px;
}

header {
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
    line-height: 150%;
    background-color: white;
    width: 100%;
    padding: 0px 0px 0px 0px;
}

.logo {
    padding: 0px 0px 0px 100px;
    line-height: 200%;
}

.logo span {
    font-size: 48px;
}

.logo img {
    height: 160px;
}

.contact {
    font-family: 'Roboto', sans-serif;
    margin-top: 30px;
}

.contact i {
    width: 80px;
    height: 60px;
    display: inline-block;
    text-align: center;
    color: #51BBBB;
    float: left;
    font-size: 35px;
    line-height: 60px;
}

.contact p {
    color: #1D679A;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 18px;
    text-align: left;
    margin-bottom: 0;
    font-weight: bold;
}

.contact a {
    font-size: 18px !important;
    text-decoration: none;
    font-weight: bold;
    color: #1D679A;
}

.nav {
    width: 100%;
}

nav {
    background-color: #1A3E7C;
    width: 100%;
    position: relative;
    z-index: 10;
    height: 50px;
    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: 50px;
    position: relative;
    float: right;
    min-width: 125px;
    text-align: center;
}

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: #fff;
    text-decoration: none;
}

nav ul li ul.dropdown {
    padding: 0px;
    position: absolute;
    top: 50px;
    width: 300px;
    background: rgba(26, 62, 124, 0.8);
    text-align: left;
    display: none;
    opacity: 1;
    visibility: hidden;
    float: right;
}

nav ul li ul.dropdown li {
    width: 100%;
    display: block;
    color: #fff !important;
    color: #1A3E7C;
    display: block;
    opacity: 1;
    visibility: visible;
    float: right;
}

nav ul li ul.dropdown li:hover a {
    border: none;
    background: rgba(0, 0, 2, 0.8);
    -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;
}

nav ul li ul.dropdown li a {
    border: none;
    line-height: 50px;
    display: block;
    color: #1A3E7C;
    font-size: 13px;
    color: white;
    width: 100%;
    text-align: left;
}

nav ul li.services:hover > ul.dropdown {
    display: block;
    visibility: visible;
}

nav::after {
    width: 100%;
    height: 25px;
    content: " ";
    background-color: #fff;
    opacity: 0.1;
    top: 0;
    right: 0;
    position: absolute;
    pointer-events: none;
}


#button,
.mobi {
    display: none !important;
}

.phone {
    display: none;
}

.sms {
    display: none;
}

.email {
    display: none;
}

/* Banner */
.banner {
    width: 100%;
    height: 1000px;
    z-index: 1;
}

.banner:after {
    content: '';
    position: absolute;
    width: 75%;
    height: 100%;
    background-color: #000000;
    top: 0px;
    opacity: 0.4;
    pointer-events: none;
    left: 0px;
    z-index: 0;
    transform-origin: 100% 100%;
    -ms-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
}

.middle {
    float: left;
    width: 50%;
    padding: 60px 40px 0px 40px;
    position: absolute;
    z-index: 2;
    height: 100%;
    color: white;
}

.middle h1 {
    font-size: 4.6vh;
    color: white;
    font-family: 'Montserrat', sans-serif;
}

.middle a {
    color: white;
    display: inline-block;
    font-size: 20px;
    line-height: 60px;
    margin-top: 10px;
    padding: 0 10px;
    position: relative;
    background-color: #1A3E7C;
}

.middle .cta {
    display: inline-block;
    line-height: 40px;
    padding: 0px 18px;
    color: #EEE;
    font-size: 15px;
    text-transform: uppercase;
    margin: 20px 4px;

}

.middle .cta:before {
    width: 100%;
    height: 50%;
    content: " ";
    background-color: #fff;
    opacity: 0.1;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
}

.call-back {
    width: 100%;
    height: 75px;
    line-height: 75px;
    bottom: 0px;
    left: 0;
    right: 0;
    position: absolute;
    overflow: hidden;
    background-color: rgba(17, 17, 18, 0.6);
    margin: 0 auto;
    display: block;
    z-index: 1;
}

.call-back h5 {
    color: white;
    font-size: 16px;
    padding-left: 30px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

.call-back .button {
    height: 75px;
    line-height: 45px;
    text-align: center;
    color: white;
    font-size: 16px;
    padding: 15px 20px 15px 20px;
}

.call-back .button a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid white;
}

.gallery {
    width: 100%;
    padding: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 50px 0px 50px 0px;

}

.gallery h3 {
    padding-top: 10px;
    font-weight: 500;
    margin: 10px;
    clear: both;
}

.gallery:after {
    width: 100%;
    margin: 0 50%;
    text-align: center;
}

.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;
    border: 1px solid #000002;
    width: 12%;
    -webkit-filter: brightness(80%);
}

.img-area img {
    width: 100%;
}

.img-area:hover {
    border: 1px solid #000002;
    -webkit-filter: brightness(120%);
    transform: scale(1.1);
}

.main {
  float: right;
  width: 67%;
  background-color: white;
  position: relative;
  z-index: 1;
  padding: 40px 0px 0px 0px; }

.main:before {
  width: 100%;
  position: absolute;
  content: '';
  top: 0px;
  bottom: 0px;
  right: 0px;
  -ms-transform: skew(5deg, 3deg);
  /* IE 9 */
  -webkit-transform: skew(5deg, 3deg);
  /* Chrome, Safari, Opera */
  transform: skew(5deg, 3deg);
  background: white;
  z-index: -1;
  transform-origin: 20% 100%; }

#mapbox {
    width: 100%;
    height: 300px;
}

.home {
    background-image: url("../images/brightbulb4.jpg");
    background-size: cover;
    background-position: center;
    overflow: hidden;
    width: 100%;
}

.projects {
    background: white;
    padding: 50px 0px 50px 0px;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.projects .cta {
    background: #1A3E7C;
    color: white;
    bottom: 0;
    padding: 10px;
    display: block;
    margin: 0 auto;
    width: 150px;
    text-align: center;
}

.projects h2 {
    float: right;
}

.projects:before {
    content: '';
    position: absolute;
    width: 50.4%;
    height: 100%;
    background-color: rgba(0, 0, 2, 0.6);
    top: 0px;
    opacity: 0.4;
    pointer-events: none;
    left: 70px;
    z-index: 0;
    transform-origin: 100% 0%;
    -ms-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
}

.slider_gallery {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}

.slider_gallery .slide_gallery img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: 50% 50%;
}

.slider_gallery .slick-prev,
.slider_gallery .slick-next {
    height: 100%;
    margin-top: 0;
    opacity: 0;
    text-align: center;
    z-index: 5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slider_gallery .slick-prev:before,
.slider_gallery .slick-next:before {
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    width: 100%;
    font-size: 40px;
}

.slider_gallery .slick-prev {
    left: 0;
}

.slider_gallery .slick-prev:before {
    content: '\f100';
}

.slider_gallery .slick-next {
    right: 0;
}

.slider_gallery .slick-next:before {
    content: '\f101';
}

@media (max-width: 40.0525em) {

    .slider_gallery .slick-prev,
    .slider_gallery .slick-next {
        width: 44px;
        opacity: 1;
    }

    .slider_gallery .slick-prev:before,
    .slider_gallery .slick-next:before {
        top: calc(50% - 20px);
    }
}

@media (min-width: 40.0625em) and (max-width: 56.24em) {

    .slider_gallery .slick-prev,
    .slider_gallery .slick-next {
        width: calc(100%/3);
        opacity: 1;
    }

    .slider_gallery .slick-prev:before,
    .slider_gallery .slick-next:before {
        top: calc(50% - 20px);
    }
}

@media (min-width: 56.25em) and (max-width: 64.0525em) {

    .slider_gallery .slick-prev,
    .slider_gallery .slick-next {
        width: 20%;
        opacity: 1;
    }

    .slider_gallery .slick-prev:before,
    .slider_gallery .slick-next:before {
        top: calc(50% - 20px);
    }
}

@media (min-width: 64.0625em) {

    .slider_gallery .slick-prev,
    .slider_gallery .slick-next {
        width: 20%;
    }

    .slider_gallery .slick-prev:before,
    .slider_gallery .slick-next:before {
        top: calc(50% - 20px);
    }

    .slider_gallery:hover .slick-prev,
    .slider_gallery:hover .slick-next {
        opacity: 1;
    }
}

.reviews {
    margin-bottom: 5px;
    font-style: italic;
    text-align: justify;
    background: rgba(0, 0, 2, 0.1);
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    padding: 20px;
}

.testimonials {
    background-color: #1A3E7C;
    background-image: linear-gradient(#1A3E7C, #040429);
    -webkit-background-image: linear-gradient(#1A3E7C, #040429);
    -moz-background-image: linear-gradient(#1A3E7C, #040429);
    -ms-background-image: linear-gradient(#1A3E7C, #040429);
    -o-background-image: linear-gradient(#1A3E7C, #040429);
    padding: 40px 0px 40px 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: #1A3E7C;
    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;
    padding: 0px 0px 0px 0px;
}

.testy img {
    margin: 0 auto;
    width: 60%;
}

.review {
    padding: 0px 0px 0px 0px;
}

.review p {
    padding: 0px 40px 0px 40px;
    width: 80%;
    margin: 0 auto;
    color: white;
    text-align: left;
    font-size: 25px;
    font-size: 2.5rem;
}

.review .fa {
    color: #1A3E7C;
    padding-right: 0px;
}

.review h3 {
    font-size: 38px;
    font-size: 3.8rem;
    color: white;
    margin-top: 0;
}

cite:before {
    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: #555;
}

.content {
    padding: 0 40px 40px 40px;
    position: relative;
    z-index: 9;
}

.content h2 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.serviceslist {
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    padding: 0;
}

.serviceslist ul {
    width: 100%;
}

.serviceslist li {
    padding-left: 10px;
    float: left;
    list-style: none;
    background: rgb(26,62,124);
    color: #fff;
    width: 100%;
    line-height: 50px;
}

.serviceslist li:nth-child(even) {
    background: rgba(26,62,124,0.9);
}

.serviceslist li:before {
    content: "\f0da";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: .3em;
    /* same as padding-left set on li */
    margin-right: .3em;
    width: 1.3em;
    /* same as padding-left set on li */
}

.images img {
    width: 100%;
}

.images .caption {
    background-color: rgba(6, 9, 70, 0.9);
    padding: 10px;
    color: white;
    text-align: center;
}

.images .caption p {
    font-size: 20px;
    font-weight: 500;
}

.images .caption h4 {
    font-size: 25px;
    color: white;
    font-weight: 200;
}

.contacts {
    background-color: rgba(6, 9, 70, 0.9);
    padding: 40px;
    overflow: hidden;
}

.contacts i {
    width: 80px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    color: white;
    float: left;
    font-size: 40px;
    background-color: rgba(17, 17, 18, 0.2);
}
.contacts i:hover {
    background-color: #000002;
    color: white;
}

.contacts .text {
/*    background-color: rgb(6, 9, 70);*/
    padding: 0;
    float: left !important;
}

.contacts p {
    color: white;
}

.boxes {
    padding: 20px 0px 30px 0px;
}

.box {
    height: 400px;
    position: relative;
    z-index: 4;
    margin-bottom: 20px;
    box-shadow: inset 0 400px rgba(0, 0, 0, 0.1);
}

.box .caption {
    width: 60%;
    position: absolute;
    padding: 10px;
    text-align: left;
    background: #000002;
    background: rgba(0, 0, 2, 0.9);
    z-index: 10;
    left: 0;
    bottom: 40px;
}

.box .caption p {
    color: #fff;
    margin: 0px;
}

.box .caption h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.box .caption a {
    color: #fff;
}

.sidebar {
    padding-top: 30px;
    padding-bottom: 30px;
}

.sidebar ul {
    list-style: none;
    margin-left: -22px;
}

.sidebar ul a {
    font-size: 14px;
    line-height: 20px;
    list-style: none;
}

.sidebar p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.sidebar hr {
    width: 90%;
    display: inline-block;
    background-color: #1476b3;
    border: none;
    height: 3px;
}

.amcs {
    background-color: rgb(6, 9, 70, 0.9);
    overflow: hidden;
}

.amcs .left {
    text-align: left;
}

.amcs .right {
    text-align: right;
}

.amcs p {
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 10px 0;
    line-height: 34px;
}

/*Footer*/
footer {
    background-color: rgb(6, 9, 70, 0.9);
    padding: 0px 40px 40px 40px;
    overflow: hidden;
}

footer h4 {
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0 10px 0;
}

footer #mapbox {
    width: 100%;
    height: 200px;
}

footer .contactform .form-small input,
footer .contactform .form-small textarea {
    width: 100%;
    border: 1px solid #bbb;
    padding: 4px;
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    color: white;
    height: 30px;
    background: rgba(0, 0, 0, 0.2);
    outline-color: #000002;
    float: left;
}

footer .contactform textarea {
    width: 100%;
    border: 1px solid #bbb;
    padding: 4px;
    margin-top: 10px;
    height: 200px;
    background: white;
    outline-color: #000002;
    margin-left: 0px;
}

footer .contactform img {
    width: 50%;
}

footer .contactform input[type="submit"] {
    background: #000002;
    color: white;
    border: 0;
    padding: 9px 3px;
    float: right;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 15%;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 200;
}

footer .contactform ::-webkit-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 200;
    color: white;
    font-size: 12px;
    font-size: 1.2rem;
}

footer .contactform ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000035;
    font-size: 12px;
    font-size: 1.2rem;
}

footer .contactform :-ms-input-placeholder {
    color: #000035;
    font-size: 12px;
    font-size: 1.2rem;
}

footer .contactform :-moz-placeholder {
    /* Firefox 18- */
    color: #000035;
    font-size: 12px;
    font-size: 1.2rem;
}

footer .social {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: white;
    text-align: center;
    color: #34495e;
    font-size: 20px;
    margin: 10px 2px;
    transform: background-color 0.5s;
}

footer .social:hover {
    background-color: #000002;
    color: white;
}

footer ul{
    padding: 0px;
}
footer ul li {
    color: white;
    opacity: 0.8;
    font-size: 12px;
    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: #000002;
}

footer hr {
    width: 90px;
    display: inline-block;
    background-color: #000002;
    border: none;
    height: 2px;
}

footer .about {
    margin-bottom: 30px;
    padding-right: 50px;
}

footer p {
    color: white;
    margin: 4px 0 20px 0;
    max-width: 540px;
    opacity: 0.8;
    font-style: italic;
    font-size: 14px;
    line-height: 24px;
}

/*Basic laptop*/
@media screen and (max-width: 1400px) {
    .middle {
        float: left;
        width: 75%;
        padding: 60px 40px 0px 40px;
        position: absolute;
        z-index: 2;
        height: 100%;
        color: white;
    }

    .contact a {
        font-size: 14px;
    }

    .banner {
        width: 100%;
        height: 800px;
        z-index: 1;
    }

    .banner:after {
        width: 80%;
        transform-origin: 100% 100%;
        -ms-transform: skewX(10deg);
        -webkit-transform: skewX(10deg);
        transform: skewX(10deg);
    }
 .main {
    float: right;
    width: 68%;
    background-color: white;
    position: relative;
    padding: 50px 0px 0px 0px; }

  .main:before {
    position: absolute;
    content: '';
    top: 0px;
    right: -0px;
    border-top: 60em  solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 90px solid white; }
    
    .projects {
        background: white;
        padding: 50px 0px 50px 0px;
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
    }

    .projects .cta {
        background: #1A3E7C;
        color: white;
        bottom: 0;
        padding: 10px;
        display: block;
        margin: 0 auto;
        width: 150px;
        text-align: center;
    }

    .projects:before {
        width: 65%;
    }
}

/*iPad Landscape*/
@media screen and (max-width: 1038px) {

    /* header images */
    header img {
        float: none;
        width: auto;
        margin: 0;
        max-width: 100%;
    }

    /* Banner */
   .banner {
    width: 100%;
    height: 800px;
    z-index: 1; }
    .curvey{
        padding: 0px 0px 0px 0px;
        width:100%;
    }

    /* Logo */
    .logo {
        text-align: center;
        padding: 20px;
        margin: 0;
        width: 100%;
    }

    /* header divs */
    header {
        padding: 0;
    }

    .middle {
        float: left;
        width: 80%;
        padding: 40px 40px 0px 40px;
        position: absolute;
        z-index: 2;
        height: 100%;
        color: white;
    }

    .call-back h5 {
        font-size: 12px;
        padding-left: 10px;
    }

    .call-back .button {
        font-size: 12px;
    }

    .contact {
        display: none;
    }

    .banner:after {
        width: 85%;
        transform-origin: 100% 100%;
        -ms-transform: skewX(10deg);
        -webkit-transform: skewX(10deg);
        transform: skewX(10deg);
    }

    .main {
        float: right;
        width: 56%;
        background-color: white;
        position: relative;
        padding: 40px 0px 0px 0px;    
    }

    .main:before {
        position: absolute;
        content: '';
        top: -10px;
        right: -0px;
        border-top: 70em solid transparent;
        border-bottom: 0px solid transparent;
        border-left: 90px solid white;
    }

    .projects {
        background: white;
        padding: 50px 0px 50px 0px;
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
    }

    .projects .cta {
        background: #1A3E7C;
        color: white;
        bottom: 0;
        padding: 10px;
        display: block;
        margin: 0 auto;
        width: 150px;
        text-align: center;
    }

    .projects:before {
        width: 75%;
    }

    .mobi-ban a {
        float: right;
        display: block;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        color: white;
        font-size: 22px;
        background-color: #1A3E7C;

    }

    #button {
        display: block !important;
        width: 80%;
        text-align: left;
        float: left;
        margin-left: 5px;
    }

    #button i {
        color: white;
        text-align: left;
        line-height: 50px;
    }

    #button a {
        float: right;
        display: block;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        color: white;
        font-size: 22px;
    }

    .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 {
        background-color: #1A3E7C;
        width: 100%;
        position: relative;
        z-index: 10;
        height: 50px;
        padding: 0px;
    }

    .nav::after {
        width: 100%;
        height: 25px;
        content: " ";
        background-color: #fff;
        opacity: 0.1;
        top: 0;
        right: 0;
        position: absolute;
        pointer-events: none;
    }

    nav:after {
        display: none;
    }

    nav {
        width: 280px;
        height: auto;
        overflow: hidden;
        background-color: #1A3E7C;
        left: -280px;
        z-index: 999;
        transition: left 0.5s;
    }

    nav ul {
        padding: 0;
        margin: 0;
    }

    nav ul li {
        display: block;
        float: right;
        height: 100%;
        width: 100%;
    }

    nav ul li a {
        color: white;
        text-transform: uppercase;
        font-size: 13px;
        padding: 0 10px;
        line-height: 50px;
        position: relative;
        float: right;
        width: 125px;
        text-align: left;
        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: #fff;
        text-decoration: none;
    }

    nav ul li ul.dropdown {
        padding: 0px;
        position: relative;
        top: 0px;
        width: 100%;
        text-align: right;
        display: none;
        opacity: 1;
        visibility: hidden;
        background: #1A3E7C;
    }

    nav ul li ul.dropdown li {
        width: 100%;
        display: block;
        padding-right: 0px;
        color: #fff;
        color: white;
        display: block;
        opacity: 1;
        visibility: visible;
    }

    nav ul li ul.dropdown li:hover a {
        margin-top: 25px;
        margin: 0px;
        border: none;
        background-color: #1A3E7C;
        -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;
    }

    nav ul li ul.dropdown li a {
        border: none;
        line-height: 40px;
        display: block;
        color: white;
        font-size: 12px;
        margin: 0px;
        padding-left: 15px;
    }

    .mobinav {
        left: 0px;
    }

    .footbox {
        width: 100%;
    }
}

/*iPad Portrait*/
@media screen and (max-width: 768px) {

    /* Banner */
    .banner {
        width: 100%;
        height: 1000px;
        z-index: 1;
    }

    .mobi-ban a {
        float: right;
        display: block;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        color: white;
        font-size: 22px;         background-color: #1A3E7C;
;
    }

    #button {
        display: block !important;
        width: 50%;
        text-align: left;
        float: left;
        margin-left: 5px;
    }

    #button i {
        color: white;
        text-align: left;
        line-height: 50px;
    }

    #button a {
        float: right;
        display: block;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        color: white;
        font-size: 22px;
    }

    .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 {
        background-color: #1A3E7C;
        width: 100%;
        position: relative;
        z-index: 10;
        height: 50px;
        padding: 0px;
    }

    .nav::after {
        width: 100%;
        height: 25px;
        content: " ";
        background-color: #fff;
        opacity: 0.1;
        top: 0;
        right: 0;
        position: absolute;
        pointer-events: none;
    }

    nav:after {
        display: none;
    }

    nav {
        width: 280px;
        height: auto;
        overflow: hidden;
        background-color: #1A3E7C;
        left: -280px;
        z-index: 999;
        transition: left 0.5s;
    }

    nav ul {
        padding: 0;
        margin: 0;
    }

    nav ul li {
        display: block;
        float: right;
        height: 100%;
        width: 100%;
    }

    nav ul li a {
        color: white;
        text-transform: uppercase;
        font-size: 13px;
        padding: 0 10px;
        line-height: 50px;
        position: relative;
        float: right;
        width: 125px;
        text-align: left;
        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: #fff;
        text-decoration: none;
    }

    nav .middle {
        padding: 20px 20px 0px 20px;
    }

    nav .middle h2 {
        font-size: 32px;
    }

    .mobinav {
        left: 0px;
    }

    .middle {
        width: 100%;
    }

    .middle h2 {
        font-size: 32px;
    }

    .call-back {
        display: none;
    }
    .curvey{
        padding: 0px 0px 0px 0px;
        width:100%;
    }

    .banner:after {
        width: 93%;
        transform-origin: 100% 100;
        -ms-transform: skewX(10deg);
        -webkit-transform: skewX(10deg);
        transform: skewX(10deg);
    }

    .main {
        float: left;
        width: 100%;
        background-color: white;
        position: relative;
        padding: 50px 0px 50px 0px;
    }

    .main:before {
        display: none;
    }

    .projects {
        background: white;
        padding: 50px 0px 50px 0px;
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
    }

    .projects .cta {
        background: #1A3E7C;
        color: white;
        bottom: 0;
        padding: 10px;
        display: block;
        margin: 0 auto;
        width: 150px;
        text-align: center;
    }

    .projects:before {
        width: 75%;
    }

    .serviceslist {
        margin-bottom: 20px;
        font-family: 'Roboto', sans-serif;
        overflow: hidden;
        padding: 0;
        -webkit-columns: 1;
        -moz-columns: 1;
        -ms-columns: 1;
        -o-columns: 1;
        columns: 1;
    }

    .contacts {
        background-color: #1A3E7C;
        padding: 40px;
        overflow: hidden;
    }

    .contacts i {
        width: 100%;
        display: inline-block;
        text-align: center;
        margin-right: 10px;
        color: white;
        float: left;
        font-size: 50px;
        background-color: rgba(17, 17, 18, 0.2);
    }

    .contacts .text {
        background-color:#1A3E7C;
        padding: 0;
    }

    .contacts p {
        color: white;
        padding: 10px;
        text-align: center;
    }
}

/*Phone*/
@media screen and (max-width: 480px) {
/*
    .banner {
        width: 100%;
        height: 800px;
        z-index: 1;
    }

    header img {
        float: none;
        width: auto;
        margin: 0;
        max-width: 100%;
    }
*/
     .banner {
    width: 100%;
    height: 1000px;
    z-index: 1; }
    
    .vegas-slide{
        width: 100%;
        height: 100%;}
    
    .middle {
    width: 100%;
    padding: 0px 0px 0px 12px;}
    
    .middle h1{
    padding: 4px 0px 0px 4px; }
    
    .middle p {
        padding: 0px 4px 4px 4px;}
    
    .call-back {
    display: none; }
    
/*
    .main img{
        width: 200px;
        height: 111px;}
*/
    .curvey{
        padding: 0px 0px 0px 0px;
        width: 100%;
    }
    
  header img {
    float: none;
    width: auto;
    margin: 0;
    max-width: 100%; }

    .producttoggler {
        background-color: #1A3E7C;
        position: relative;
        line-height: 40px;
        text-align: center;
        display: block;
        color: white;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 13px;
        letter-spacing: 1px;
        width: 100%;
    }

    .producttoggler::after {
        width: 100%;
        height: 20px;
        content: " ";
        background-color: #fff;
        opacity: 0.2;
        top: 0;
        left: 0;
        position: absolute;
        pointer-events: none;
    }

    .sidebar ul {
        display: none;
    }

    .showproducts {
        display: block;
    }

    .selection {
        padding-top: 0;
    }
}

.iframe-rwd {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.iframe-rwd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*# sourceMappingURL=style.css.map */
