@font-face {
font-family: MyriadPro-Semibold;
src: url(../css/MyriadPro-Semibold.otf);
}

@font-face {
font-family: MyriadPro-Bold;
src: url(../css/MyriadPro-Bold.otf);
}

@font-face {
font-family: MyriadPro-Regular;
src: url(../css/MyriadPro-Regular.otf);
}

body{
    padding: 0;
    margin: 0;
    background: #fff;
    position: relative;
    color: #2D2D2D;
    font-family: MyriadPro-Regular;
}

body a{
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}

a{
    text-decoration:none;
}

a:hover{
    text-decoration:none;
}

h1,h2,h3,h4,h5,h6{
    margin:0;
}

p{
    margin:0;
    font-size: 1em;
    line-height: 1.5em;
}

ul{
    margin:0;
    padding:0;
}

img{
    width:100%;
}

.container{
    max-width: 100%!important;
    padding-left: 0px!important;
    margin-right: auto;
    margin-left: auto;
    padding-left: 4.5em!important;
    padding-right: 4.5em!important;
}

.content{
    max-width: 100%!important;
    margin-right: auto;
    margin-left: auto;
    padding-left: 7em;
    padding-right: 7em;
}

.header{
    width: 100%;
    height: auto;
    float: left;
    background: #F7F7F7;
    padding: 0em 0px;
}

.header-top{
    height: 15%;
    width: 100%;
    margin: 0px auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-logo{
    width: 100%;
    height: auto;
}

.header-logo img{
    width: auto;
    height: 80px;
}

.header-info{
    width: 100%;
    height: auto;
}

.header-info img{
    width: 24px;
    height: auto;
    margin-right: 5px;
    margin-top: -5px;
}

.header-info p{
    font-size: 1em;
    text-align: center;
    margin-top: -20px;
}

.header-icon{
    width: 100%;
    height: auto;
}

.header-icon img{
    width: auto;
    height: 30px;
    margin-left: 0.8em;
}

.header-icon .header-image{
    float: right;
}

.header-menu{
    width: 100%;
    height: auto;
    float: left;  
    position: relative;
    z-index: 9999;
}

.menu{
    position: absolute;
    top: -25px;
    width: 60%;
    left: 20%;
    right: 20%;
    height: auto;
    margin: 0px auto;
    /*background-position: 30%;*/
    background-size: 100% 100%;
    background-repeat: no-repeat;  /*Evitas que la imagen se repita si el contenedor es mas grande*/
    background-image: url("../images/barra-menu.png");
}

.carousel{
    width: 100%;
    height: 85vh;
    float: left;
}

.banner-fondo{
    width: 100%;
    height: 100%;
    background: url(../images/opacity.png);
    float: left;
    background-size: cover;
    z-index: 99;
}

.carousel .item {
    background: url(../images/slider1.jpg);
    background-size: cover;
}

.carousel .item.item2 {
    background: url(../images/slider2.jpg);
    background-size: cover;
}

.carousel-inner{
    width: 100%;
    height: 100%;
}

.carousel-inner .item {
    width: 100%;
    height: 100%;
}

.carousel-inner .item img{
    height: 100%;
    width: 100%;
}

.carousel-control {
    position: absolute;
    top: 48%;
    bottom: 0;
    left: 0;
    font-size: 1.5em;
    color: #fff;
    opacity: .7;
}

.carousel-control.left {
    right: auto;
    left: 5%;
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 5%;
    left: auto;
    background-repeat: repeat-x;
}

.carousel-indicators{
    bottom: 0px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    background-color: #20A1CF;
}

.home-services{
    width: 100%;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
}

.home-services h1{
    width: 100%;
    float: left;
    font-family: MyriadPro-Semibold;
    color: #2D2D2D;
    text-align: center;
    font-size: 2.2em;
    text-transform: uppercase;
}

.home-services h5{
    float: left;
    width: 60%;
    margin: 0px 20%;
    margin-top: 0.5em;
    font-family: MyriadPro-Regular;
    color: #2D2D2D;
    text-align: center;
    font-size: 1.1em;
    font-weight: 100;
}

.home-services-grid{
    width: 55%;
    height: auto;
    float: left;
    margin: 0px 22.5%;
    margin-top: 4em;
}

.home-services-list{
    width: 42%;
    height: auto;
    float: left;
    border: 2px solid #aaa;
    border-radius: 10px;
    position: relative;
    margin: 4%
}

.home-services-list p{
    width: 100%;
    float: left;
    font-family: MyriadPro-Regular;
    color: #2D2D2D;
    text-align: center;
    font-size: 1.1em;
    font-style: italic;
    padding: 1em;
    height: 140px;
    display: flex;
    align-items: center;
}

.home-services-list img{
    width: 45%;
    height: auto;
    position: absolute;
    top: -2em;
    left: 27.5%;
    background: #fff;
    padding: 0px 30px;
}

.footer{
    width: 100%;
    height: auto;
    float: left;
    padding: 4em 0px;
    background-position: 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../images/image-footer.jpg");
}

.footer-grid{
    width: 100%;
    height: auto;
    float: left;
}

.footer-list{
    width: 25%;
    height: auto;
    float: left;
}

.footer-list:nth-child(2){
    padding-left: 4em;
}

.footer-list:nth-child(3){
    padding-left: 4em;
}

.footer-list h5{
    font-family: MyriadPro-Semibold;
    text-align: left;
    font-size: 2em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0.8em;
    position: relative;
}

.footer-list h5:after {
    content: '';
    background: #20A1CF;
    height: 2px;
    width: 160px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.footer-list .footer-image{
    width: 60%;
    height: auto;
    margin-left: 40%;
    display: flex;
    align-items: center;
}

.footer-grid p img{
    width: 18px;
    height: auto;
    margin-right: 0.5em;
}

.footer-grid p{
    font-family: MyriadPro-Regular;
    color: #fff;
    font-size: 1em;
    margin-bottom: 0.6em;
}

.footer-list ul{
    margin: 0px;
    padding: 0px;
    color: #20A1CF;
    float: left;
    list-style:none;
}

.footer-list ul li{
    text-decoration: none;
    font-family: MyriadPro-Regular;
    color: #20A1CF;
    font-size: 1em;
    margin-bottom: 0.6em;
}

.footer-list ul li a{
    text-decoration: none;
    color: #fff;
}

.footer-list ul li::before{
    content: "\f054";
    font-family:'FontAwesome';
    float: left;
    font-size: 0.7em;
    margin-top: 0.3em;
    margin-right: 0.3em;
}

.copyright{
    width: 100%;
    float: left;
    background: #0070A0;
}

.copyright p{
    color: #fff;
    text-align: center;
    padding: 7px 0px;
}

.copyright a{
    text-decoration: none;
    color: #fff;
}

.page{
    width: 100%;
    height: 30%;
    float: left;
    display: flex;
    align-items: center;
    background-position: 0% 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url("../images/image-page.jpg");
}

.page h1{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-top: 0.5em;
    font-family: MyriadPro-Semibold;
}

.page ul{
    width: auto;
    margin: 0px;
    text-align: center;
    list-style: none;
    margin-left: 10px;
}

.page ul li{
    width: auto;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-family: MyriadPro-Regular;
}

.page ul li a{
    text-decoration: none;
    color: #fff;
}

.page ul li::after{
    padding: 0px 5px;
    content: "|";
}

.page ul li:nth-child(2):after{
    content: "";
}

.page .page-activo{
    background: transparent;
    color: #20A1CF;
}

.about-company{
    background: #F7F7F7;
    width: 100%;
    height: auto;
    float: left;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.about-text{
    width: 60%;
    height: auto;
    float: left;
    padding: 3em 0px;
    background: #fff;
}

.about-text h5{
    color: #2D2D2D;
    text-align: left;
    font-size: 1.8em;
    text-transform: uppercase;
    font-family: MyriadPro-Semibold;
}

.about-text span{
    color: #0070A0;
    text-align: left;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: MyriadPro-Semibold;
}

.about-text .about-text-text{
    width: 100%;
    height: auto;
    float: left;
    border-left: 8px solid #0070A0;
    padding-left: 0.8em;
    margin-top: 2em;
}

.about-text .about-text-text p{
    font-family: MyriadPro-Regular;
    color: #2D2D2D;
    font-size: 1em;
    margin-bottom: 1em;
    line-height: 1.6em;
}

.about-text .about-text-text p:nth-child(3){
    margin: 0px;
}

.about-text .about-text-image{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 3em;
}

.about-text .about-text-image img{
    width: 30%;
    height: auto;
    margin: 0px auto;
    display: flex;
    align-items: center;
}

.about-contact{
    width: 40%;
    height: 100%;
    float: right;
    background: #F7F7F7;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.about-contact ul{
    width: auto;
    margin: 0px;
    text-align: center;
    list-style: none;
    margin-left: 10px;
}

.about-contact ul li{
    width: 100%;
    color: #20A1CF;
    text-align: center;
    font-family: MyriadPro-Regular;
    font-style: italic;
    font-size: 1em;
    margin-bottom: 1.5em;   
}

.about-contact ul li b{
    width: 100%;
    float: left;
    color: #0070A0;
    text-align: center;
    font-family: MyriadPro-Semibold;
    font-style: normal;
    font-size: 1.1em;
    font-weight: 100;
}

.services{
    width: 100%;
    height: auto;
    float: left;
}

.services-text{
    width: 100%;
    height: auto;
    float: left;
    padding: 3em 0px;
    background: #fff;
}

.services-text h5{
    color: #2D2D2D;
    text-align: left;
    font-size: 1.8em;
    text-transform: uppercase;
    font-family: MyriadPro-Semibold;
}

.services-text h4{
    width: 40%;
    margin: 0px 30%;
    float: left;
    margin-top: 2.5em;
    color: #0070A0;
    text-align: center;
    font-size: 1.4em;
    text-transform: none;
    font-family: MyriadPro-Semibold;
}

.services-text span{
    color: #0070A0;
    text-align: left;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: MyriadPro-Semibold;
}

.services-grid{
    width: 85%;
    height: auto;
    float: left;
    margin: 0px 7.5%;
    margin-top: 4em;
}

.services-list{
    width: 44%;
    height: auto;
    float: left;
    border: 2px solid #0070A0;
    border-radius: 10px;
    margin: 0px 3%;
    margin-bottom: 3em;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.services-list:nth-child(3), .services-list:nth-child(4){
    margin-bottom: 0px;
}

.services-icon{
    width: 25%;
    height: auto;
    float: left;
    background: #0070A0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
}

.services-icon img{
    width: auto;
    height: 70px;
    padding: 10px;  
}

.services-title{
    width: 75%;
    height: auto;
    float: left;
    padding: 0px 15px;
}

.services-title h5{
    color: #0070A0;
    text-align: center;
    font-size: 1.1em;
    text-transform: none;
    font-family: MyriadPro-Regular;
    vertical-align: middle;
}

.services-text ul{
    width: 100%;
    margin: 0px;
    margin-top: 2.5em;
    float: left;
    padding: 0px 3em;
    list-style: none;
}

.services-text ul li{
    width: 100%;
    float: left;
    font-family: MyriadPro-Regular;
    font-size: 1em;
    margin-bottom: 1.5em;
    color: #2D2D2D;
}

.services-text ul li b{
    font-family: MyriadPro-Semibold;
    font-weight: 100;
}

.services-text ul li::before{
    content: "\f111";
    font-family:'FontAwesome';
    float: left;
    font-size: 0.5em;
    margin-top: 0.5em;
    margin-right: 0.7em;
    color: #0070A0;
}

.services-text ul li p{
    width: 100%;
    float: left;
    font-weight: 100;
    font-style: italic;
    margin: 1em;
    margin-bottom: 0px;
}

.services-text ul li p b{
    width: 100%;
    float: left;
    color: #0070A0;
    font-weight: 100;
    font-style: normal;
    font-family: MyriadPro-Regular;
}

.projects{
    width: 100%;
    height: auto;
    float: left;
}

.projects-text{
    width: 100%;
    height: auto;
    float: left;
    padding: 3em 0px;
    background: #fff;
}

.projects-text h5{
    color: #2D2D2D;
    text-align: left;
    font-size: 1.8em;
    text-transform: uppercase;
    font-family: MyriadPro-Semibold;
}

.projects-text span{
    color: #0070A0;
    text-align: left;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: MyriadPro-Semibold;
}

.projects-grid{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 2em;
}

.projects-grid ul{
    width: 100%;
    margin: 0px;
    float: left;
    list-style: none;
    margin-bottom: 1em;
}

.projects-grid ul li{
    width: 100%;
    float: left;
    font-family: MyriadPro-Regular;
    font-size: 1.05em;
    margin-bottom: 0.8em;
    color: #2D2D2D;
}

.projects-grid ul li::before{
    content: "\f054";
    font-family:'FontAwesome';
    float: left;
    font-size: 0.8em;
    margin-top: 0.2em;
    margin-right: 0.5em;
    color: #20A1CF;
}

.projects-grid img{
    width: auto;
    height: 220px;
    margin-right: 1em;
    margin-bottom: 1em;
}

.contact{
    width: 100%;
    height: auto;
    float: left;
}

.contact-text{
    width: 100%;
    height: auto;
    float: left;
    padding: 3em 0px;
    background: #fff;
}

.contact-text h5{
    color: #2D2D2D;
    text-align: left;
    font-size: 1.8em;
    text-transform: uppercase;
    font-family: MyriadPro-Semibold;
}

.contact-text span{
    color: #0070A0;
    text-align: left;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: MyriadPro-Semibold;
}

.contact-grid{
    width: 95%;
    height: auto;
    float: left;
    margin: 0px 2.5%;
}

.contact-info{
    width: 40%;
    height: auto;
    float: left;
    margin-top: 2.5em;
}

.contact-info img{
    width: 100%;
    height: auto;
    float: left;
    -webkit-box-shadow: 2px 2px 7px 2px rgba(221,221,221,1);
    -moz-box-shadow: 2px 2px 7px 2px rgba(221,221,221,1);
    box-shadow: 2px 2px 7px 2px rgba(221,221,221,1);
}

.contact-info .icon{
    width: 24px;
    height: auto;
    margin-right: 5px;
    margin-top: -5px;
    text-align: center;
    float: none;
    box-shadow: none;
}

.contact-info p{
    text-align: center;
    float: left;
    width: 100%;
    height: auto;
    margin: 2em 0px 0.5em;
}

.contact-info .map{
    width: 100%;
    height: 280px;
    border: none;
}

.contact-form{
    width: 45%;
    height: auto;
    float: right;
    margin-top: 3em;
}

form{
    float: left;
    width: 100%;
}

.styled-input {
    width: 100%;
    margin-bottom: 2.2em;
    position: relative;
    float: left;
}

.styled-input input{
    width: 100%;
    border: 1px solid #2D2D2D;
    border-radius: 4px;
    padding: 5px 7px;
    font-size: 0.95em;
}

.styled-input textarea{
    width: 100%;
    border: 1px solid #2D2D2D;
    border-radius: 4px;
    padding: 5px 7px;
    font-size: 0.95em;
    resize: none;
    height: 180px;
}

.styled-input input:focus ~ label,.styled-input textarea:focus ~ label{
    font-size: 1em;
    color: #20A1CF;
    top: -1.2em;
    -webkit-transition: all 0.125s;
    -moz-transition: all 0.125s; 
    -o-transition: all 0.125s;
    -ms-transition: all 0.125s;
    transition: all 0.125s;
}

.styled-input input{
    border: 1px solid #2D2D2D;
}

.styled-input input:focus, .styled-input textarea:focus{
    border: 1px solid #20A1CF;
}

.styled-input label {
    font-size: 1em;
    position: absolute;
    top: -1.2em;
    color: #2D2D2D;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    display: block;
}

.styled-button{
    width: 100%;
    height: auto;
}

.styled-button input{
    float: right;
    width: auto;
    height: auto;
    margin: 0px;
    background: #0070A0;
    color: #fff;
    font-size: 1em;
    border: none;
    padding: 0.4em 2em;
    cursor: pointer;
    -webkit-transition: all 0.125s;
    -moz-transition: all 0.125s; 
    -o-transition: all 0.125s;
    -ms-transition: all 0.125s;
    transition: all 0.125s;
}

.styled-button input:hover{
    background: #2D2D2D;
}


.toggle,[id^=drop] {
    display: none;
}

nav ul{
    list-style: none;
    width: 90%;
    height: 50px;
    margin: 0px auto;
    /*display: -webkit-box !important;*/
    display: -ms-flexbox !important;
    /*display: flex !important;*/
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav a:hover,
nav .active a {
    color: #20A1CF;
}

nav a {
    font-family: MyriadPro-Bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.82em;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media all and (max-width : 900px) {
nav a{
    padding: 8px 5px;
    color: #fff;
}

nav a:hover,
nav .active a{
    color: #000;
}

.toggle + a,
nav ul{
    display: none;
}

        
.toggle{
    float: right;
    display: block;
    padding: 10px 12px;
    text-decoration:none;
    border:none;
    background: #20A1CF;
    color: #fff;
    cursor: pointer;
    z-index: 99999;
    width: auto;
}

.toggle:hover{
    background-color: #20A1CF;
}

}


@media (min-width: 0px) and (max-width: 450px) {
.content{
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.container{
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 1.5em!important;
    padding-right: 1.5em!important;
}
    
.header{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0.5em 0px;
    float: left;
}

.header-top{
    width: 85%;
    height: auto;
    margin: 0px;
    padding: 0px;
    float: left;
}

.header-logo{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    float: left;
}

.header-logo img{
    width: auto;
    height: 80px;
}

.header-info{
    display: none;
}

.header-icon{
    width: 100%;
    height: auto;
    margin: 0px;
    margin-right: 2em;
    padding: 0px;
    float: left;
}

.header-icon img{
    width: auto;
    height: 28px;
    margin-left: 1em;
}

.header-menu{
    width: 15%;
    float: right;
}

.menu{
    top: 22px;
    width: 100%;
    left: 0%;
    right: 0%;
    height: auto;
    margin: 0px;
    background-image: none;
}

nav a {
    font-size: 0.8em;
}

[id^=drop]:checked + ul {
    position: absolute;
    display: block;
    background: #20A1CF;
    float: left;
    height: auto;
    padding: 0px 15px;
    top: 66px;
    text-align: center;
    z-index: 99999;
    width: 480%!important;
    right: 0;
}

.carousel{
    width: 100%;
    height: 220px;
    float: left;
}

.carousel-inner .item{
    background-position: 50%;
}

.carousel-inner .item2{
    background-position: 50%;
}

.carousel-inner .item img{
    height: 100%;
    width: auto;
}

.carousel-control {
  top: 49%;
  font-size: 1.2em;
}

.home-services{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
    padding: 2em 0px;
}

.home-services h1{
    width: 100%;
    font-size: 1.2em;
    margin: 0px;
}

.home-services h5{
    width: 100%;
    font-size: 0.95em;
    margin: 0px;
    margin-top: 0.5em;
}

.home-services-grid{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
    margin-top: 4em;
}

.home-services-list{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 3.5em;
}

.home-services-list:nth-child(4){
    margin: 0px;
}

.home-services-list p{
    width: 100%;
    margin-top: -1.5em;
    font-size: 0.95em;
    padding: 1em;
    height: auto;
}

.home-services-list img{
    width: auto;
    height: 55px;
    top: -2em;
    position: relative;
    left: 0;
    padding: 0px 25px;
    display:block;
    margin: 0px auto;
}

.footer {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
    padding: 2em 0px;
    background-position: 50%;
    background-size: cover;
}

.footer-grid{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
}

.footer-list{
    width: 100%;
    height: auto;
    float: left;
    padding: 0px;
    margin-bottom: 0.7em;
}

.footer-list:nth-child(2){
    padding: 0px;
}

.footer-list:nth-child(3){
    padding: 0px;
}

.footer-list h5{
    font-size: 1.2em;
    margin-bottom: 0.7em;
}

.footer-list h5:after {
    width: 110px;
    top: 22px;
}

.footer-list .footer-image{
    width: 50%;
    margin-left: 25%;
}

.footer-grid p img{
    width: 14px;
    height: auto;
    margin-right: 0.5em;
}

.footer-grid p{
    font-size: 0.95em;
    margin-bottom: 0.6em;
}

.footer-list ul li{
    font-size: 0.95em;
    margin-bottom: 0.6em;
}

.footer-list ul li::before{
  float: left;
  font-size: 0.75em;
  margin-top: 0.2em;
  margin-right: 0.5em;
}

.copyright{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
}

.copyright p{
    font-size: 0.9em;
    padding: 5px;
}  

.page{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 2.5em 0px;
    float: left;
    background-position: 50%;
    background-size: cover;
}

.page h1{
    padding: 0px;
    font-size: 1.4em;
}

.page ul li{
    font-size: 0.9em;
}

.about-company{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 2em 0px 0px;
    display: block!important;
    background: #fff;
}

.about-text{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 0px;
}

.about-text h5{
    font-size: 1.2em;
}

.about-text span{
    font-size: 0.85em;
}

.about-text .about-text-text{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 0px;
    padding-left: 0.8em;
    margin-top: 2em;
}

.about-text .about-text-text p{
    font-size: 0.95em;
}

.about-text .about-text-image{
    width: 100%;
    height: auto;
    float: left;
    margin: 1.5em 0px; 
    padding: 0px;
}

.about-text .about-text-image img{
    width: 30%;
    height: auto;
    margin: 0px auto;
}

.about-text-text{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
}

.about-contact{
    width: 100%;
    height: auto;
    float: left;
    display: block!important;
    margin: 0px; 
    padding: 0px;
}

.about-contact ul{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 2em 0px;
}

.about-contact ul li{
    font-size: 0.95em;
    margin-bottom: 1em;   
}

.about-contact ul li:nth-child(4){
    margin-bottom: 0px;   
}

.services{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 2em 0px;
}

.services-text{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 0px;
}

.services-text h5{
    font-size: 1.2em;
}

.services-text span{
    font-size: 0.85em;
}

.services-grid{
    width: 90%;
    height: auto;
    float: left;
    margin: 2em 5%; 
    padding: 0px;
}

.services-list{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    margin-bottom: 1.2em!important;
    padding: 0px;
}

.services-list:nth-child(4){
    margin-bottom: 0px!important;
}

.services-icon{
    width: 20%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 0px;
}

.services-icon img{
    width: auto;
    height: 55px;
}

.services-title{
    width: 80%;
    height: auto;
    float: left;
    margin: 0px; 
}

.services-title h5{
    font-size: 0.95em;
}

.services-text h4{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    font-size: 1em;
}

.services-text ul{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    margin-top: 1.5em;
    padding: 0px;
}

.services-text ul li{
    margin-bottom: 1em;
    font-size: 0.95em;
}

.projects{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 2em 0px;
}

.projects-text{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 0px;
}

.projects-grid{
    width: 100%;
    height: auto;
    float: left;
    margin: 1.5em 0px 0px; 
    padding: 0px;
}

.projects h5{
    font-size: 1.2em;
}

.projects span{
    font-size: 0.85em;
}

.projects-grid ul li{
    font-size: 0.95em;
}

.projects-grid img{
    width: 90%;
    height: auto;
    margin: 0px 5%;
    margin-bottom: 1.5em;
}

.contact{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 2em 0px;
}

.contact-text{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 0px;
}

.contact-text h5{
    font-size: 1.2em;
}

.contact-text span{
    font-size: 0.85em;
}

.contact-grid{
    width: 100%;
    height: auto;
    float: left;
    margin: 2em 0px 0px; 
    padding: 0px;
}

.contact-info{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 0px;
}

.contact-info img{
    width: 100%;
    height: auto;
}

.contact-info p{
    font-size: 0.95em;
    margin: 1.5em 0px;
}

.contact-info .map{
    width: 100%;
    height: 220px;
}

.contact-form{
    width: 100%;
    height: auto;
    float: left;
    margin: 3em 0px 0px; 
    padding: 0px;
}



}

@media (min-width: 451px) and (max-width: 600px) {

.content{
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.container{
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 1.5em!important;
    padding-right: 1.5em!important;
}
    
.header{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0.5em 0px;
    float: left;
}

.header-top{
    width: 85%;
    height: auto;
    margin: 0px;
    padding: 0px;
    float: left;
}

.header-logo{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    float: left;
}

.header-logo img{
    width: auto;
    height: 80px;
}

.header-info{
    display: none;
}

.header-info img{

}

.header-info p{

}

.header-icon{
    width: 100%;
    height: auto;
    margin: 0px;
    margin-right: 2em;
    padding: 0px;
    float: left;
}

.header-icon img{
    width: auto;
    height: 28px;
    margin-left: 1em;
}

.header-menu{
    width: 15%;
    float: right;
}

.menu{
    top: 22px;
    width: 100%;
    left: 0%;
    right: 0%;
    height: auto;
    margin: 0px;
    background-image: none;
}

nav a {
    font-size: 0.8em;
}

[id^=drop]:checked + ul {
    position: absolute;
    display: block;
    background: #20A1CF;
    float: left;
    height: auto;
    padding: 0px 15px;
    top: 66px;
    text-align: center;
    z-index: 99999;
    width: 380%!important;
    right: 0;
}

.carousel{
    width: 100%;
    height: 250px;
    float: left;
}

.carousel-inner .item{
    background-position: 50%;
}

.carousel-inner .item2{
    background-position: 50%;
}

.carousel-inner .item img{
    height: 100%;
    width: auto;
}

.carousel-control {
  top: 49%;
  font-size: 1.2em;
}

.home-services{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
    padding: 2em 0px;
}

.home-services h1{
    width: 100%;
    font-size: 1.2em;
    margin: 0px;
}

.home-services h5{
    width: 100%;
    font-size: 0.95em;
    margin: 0px;
    margin-top: 0.5em;
}

.home-services-grid{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
    margin-top: 4em;
}

.home-services-list{
    width: 48%;
    height: auto;
    float: left;
    margin: 0px 2% 3em 2%;
}

.home-services-list:nth-child(1){
    margin-left: 0px;
}

.home-services-list:nth-child(2){
    margin-right: 0px;
}

.home-services-list:nth-child(3){
    margin-left: 0px;
    margin-bottom: 0px;
}

.home-services-list:nth-child(4){
    margin-right: 0px;
    margin-bottom: 0px;
}

.home-services-list p{
    width: 100%;
    margin-top: -2em;
    font-size: 0.95em;
    padding: 1em;
    height: 110px;
}

.home-services-list img{
    width: auto;
    height: 50px;
    top: -2em;
    position: relative;
    left: 0;
    padding: 0px 25px;
    display:block;
    margin: 0px auto;
}

.footer {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
    padding: 2em 0px;
    background-position: 50%;
    background-size: cover;
}

.footer-grid{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
}

.footer-list{
    width: 48%;
    height: auto;
    float: left;
    margin: 0px 2% 1.5em 2%;
}

.footer-list:nth-child(1){
    width: 56%;
    padding: 0px;
    margin-left: 0px;
}

.footer-list:nth-child(2){
    width: 40%;
    padding-left: 0em;
    margin-right: 0px;
}

.footer-list:nth-child(3){
    width: 56%;
    padding: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}

.footer-list:nth-child(4){
    width: 40%;
    padding: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.footer-list h5{
    font-size: 1.2em;
    margin-bottom: 0.7em;
}

.footer-list h5:after {
    width: 110px;
    top: 22px;
}

.footer-list .footer-image{
    width: 65%;
    margin-left: 17.5%;
    margin-top: 1em;
}

.footer-grid p img{
    width: 14px;
    height: auto;
    margin-right: 0.5em;
}

.footer-grid p{
    font-size: 0.95em;
    margin-bottom: 0.6em;
}

.footer-list ul li{
    font-size: 0.95em;
    margin-bottom: 0.6em;
}

.footer-list ul li::before{
  float: left;
  font-size: 0.75em;
  margin-top: 0.2em;
  margin-right: 0.5em;
}

.copyright{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
}

.copyright p{
    font-size: 0.9em;
    padding: 5px;
}

.page{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 2.5em 0px;
    float: left;
    background-position: 50%;
    background-size: cover;
}

.page h1{
    padding: 0px;
    font-size: 1.4em;
}

.page ul li{
    font-size: 0.9em;
}

.about-company{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 2em 0px 0px;
    display: block!important;
    background: #fff;
}

.about-text{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 0px;
}

.about-text h5{
    font-size: 1.2em;
}

.about-text span{
    font-size: 0.85em;
}

.about-text .about-text-text{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 0px;
    padding-left: 0.8em;
    margin-top: 2em;
}

.about-text .about-text-text p{
    font-size: 0.95em;
}

.about-text .about-text-image{
    width: 100%;
    height: auto;
    float: left;
    margin: 1.5em 0px; 
    padding: 0px;
}

.about-text .about-text-image img{
    width: 35%;
    height: auto;
    margin: 0px auto;
}

.about-text-text{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
}

.about-contact{
    width: 100%;
    height: auto;
    float: left;
    display: block!important;
    margin: 0px; 
    padding: 0px;
}

.about-contact ul{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 2em 0px;
}

.about-contact ul li{
    font-size: 0.95em;
    margin-bottom: 1em;   
}

.about-contact ul li:nth-child(4){
    margin-bottom: 0px;   
}

.services{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 2em 0px;
}

.services-text{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 0px;
}

.services-text h5{
    font-size: 1.2em;
}

.services-text span{
    font-size: 0.85em;
}

.services-grid{
    width: 90%;
    height: auto;
    float: left;
    margin: 2em 5%; 
    padding: 0px;
}

.services-list{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    margin-bottom: 1.2em!important;
    padding: 0px;
}

.services-list:nth-child(4){
    margin-bottom: 0px!important;
}

.services-icon{
    width: 20%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 0px;
}

.services-icon img{
    width: auto;
    height: 65px;
}

.services-title{
    width: 80%;
    height: auto;
    float: left;
    margin: 0px; 
}

.services-title h5{
    font-size: 0.95em;
}

.services-text h4{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    font-size: 1em;
}

.services-text ul{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    margin-top: 1.5em;
    padding: 0px;
}

.services-text ul li{
    margin-bottom: 1em;
    font-size: 0.95em;
}

.projects{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 2em 0px;
}

.projects-text{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 0px;
}

.projects-grid{
    width: 100%;
    height: auto;
    float: left;
    margin: 1.5em 0px 0px; 
    padding: 0px;
}

.projects h5{
    font-size: 1.2em;
}

.projects span{
    font-size: 0.85em;
}

.projects-grid ul li{
    font-size: 0.95em;
}

.projects-grid img{
    width: 70%;
    height: auto;
    margin: 0px 15%;
    margin-bottom: 1.5em;
}

.contact{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 2em 0px;
}

.contact-text{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 0px;
}

.contact-text h5{
    font-size: 1.2em;
}

.contact-text span{
    font-size: 0.85em;
}

.contact-grid{
    width: 100%;
    height: auto;
    float: left;
    margin: 2em 0px 0px; 
    padding: 0px;
}

.contact-info{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 0px;
}

.contact-info img{
    width: 100%;
    height: auto;
}

.contact-info p{
    font-size: 0.95em;
    margin: 1.5em 0px;
}

.contact-info .map{
    width: 100%;
    height: 260px;
}

.contact-form{
    width: 100%;
    height: auto;
    float: left;
    margin: 3em 0px 0px; 
    padding: 0px;
}


    
}

@media (min-width: 601px) and (max-width: 750px) {

.content{
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 2em;
    padding-right: 2em;
}

.container{
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 2em!important;
    padding-right: 2em!important;
}
    
.header{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0.5em 0px;
    float: left;
}

.header-top{
    width: 85%;
    height: auto;
    margin: 0px;
    padding: 0px;
    float: left;
}

.header-logo{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    float: left;
}

.header-logo img{
    width: auto;
    height: 90px;
}

.header-info img{
    width: 34px;
    height: auto;
    margin-right: 5px;
    margin-top: -5px;
}

.header-info p{
    font-size: 0.9em;
    margin-top: 10px;
    display: flex!important;
    align-items: center;
}

.header-icon{
    width: 100%;
    height: auto;
    margin: 0px;
    margin-right: 2em;
    padding: 0px;
    float: left;
}

.header-icon img{
    width: auto;
    height: 28px;
    margin-left: 1em;
}

.header-menu{
    width: 15%;
    float: right;
}

.menu{
    top: 25px;
    width: 100%;
    left: 0%;
    right: 0%;
    height: auto;
    margin: 0px;
    background-image: none;
}

nav a {
    font-size: 0.8em;
}

[id^=drop]:checked + ul {
    position: absolute;
    display: block;
    background: #20A1CF;
    float: left;
    height: auto;
    padding: 0px 15px;
    top: 73px;
    text-align: center;
    z-index: 99999;
    width: 250%!important;
    right: 0;
}

.carousel{
    width: 100%;
    height: 280px;
    float: left;
}

.carousel-inner .item{
    background-position: 50%;
}

.carousel-inner .item2{
    background-position: 50%;
}

.carousel-inner .item img{
    height: 100%;
    width: auto;
}

.carousel-control {
  top: 49%;
  font-size: 1.2em;
}

.home-services{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
    padding: 2em 0px;
}

.home-services h1{
    width: 100%;
    font-size: 1.4em;
    margin: 0px;
}

.home-services h5{
    width: 100%;
    font-size: 0.95em;
    margin: 0px;
    margin-top: 0.5em;
}

.home-services-grid{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
    margin-top: 4em;
}

.home-services-list{
    width: 48%;
    height: auto;
    float: left;
    margin: 0px 2% 3.5em 2%;
}

.home-services-list:nth-child(1){
    margin-left: 0px;
}

.home-services-list:nth-child(2){
    margin-right: 0px;
}

.home-services-list:nth-child(3){
    margin-left: 0px;
    margin-bottom: 0px;
}

.home-services-list:nth-child(4){
    margin-right: 0px;
    margin-bottom: 0px;
}

.home-services-list p{
    width: 100%;
    margin-top: -2em;
    font-size: 0.95em;
    padding: 1em;
    height: 100px;
}

.home-services-list img{
    width: auto;
    height: 55px;
    top: -2em;
    position: relative;
    left: 0;
    padding: 0px 25px;
    display:block;
    margin: 0px auto;
}

.footer {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
    padding: 2em 0px;
    background-position: 50%;
    background-size: cover;
}

.footer-grid{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
}

.footer-list{
    width: 48%;
    height: auto;
    float: left;
    margin: 0px 2% 1.5em 2%;
}

.footer-list:nth-child(1){
    padding: 0px;
    margin-left: 0px;
}

.footer-list:nth-child(2){
    padding-left: 3em;
    margin-right: 0px;
}

.footer-list:nth-child(3){
    padding: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}

.footer-list:nth-child(4){
    padding: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.footer-list h5{
    font-size: 1.2em;
    margin-bottom: 0.7em;
}

.footer-list h5:after {
    width: 110px;
    top: 22px;
}

.footer-list .footer-image{
    width: 50%;
    margin-left: 25%;
    margin-top: 0.5em;
}

.footer-grid p img{
    width: 14px;
    height: auto;
    margin-right: 0.5em;
}

.footer-grid p{
    font-size: 0.95em;
    margin-bottom: 0.6em;
}

.footer-list ul li{
    font-size: 0.95em;
    margin-bottom: 0.6em;
}

.footer-list ul li::before{
  float: left;
  font-size: 0.75em;
  margin-top: 0.2em;
  margin-right: 0.5em;
}

.copyright{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
}

.copyright p{
    font-size: 0.9em;
    padding: 5px;
}

.page{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 3.5em 0px;
    float: left;
    background-position: 50%;
    background-size: cover;
}

.page h1{
    padding: 0px;
    font-size: 1.8em;
}

.page ul li{
    font-size: 1em;
}

.about-company{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 0px;
}

.about-text{
    width: 55%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 2em 0px;
}
.about-contact{
    width: 45%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 0px;
}

.about-text .about-text-image img{
    width: 40%;
    height: auto;
    margin: 0px auto;
}

.services{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 2em 0px;
}

.services-text{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 0px;
}

.services-grid{
    width: 100%;
    height: auto;
    float: left;
    margin: 2em 0px; 
    padding: 0px;
}

.services-list{
    width: 48%;
    height: auto;
    float: left;
    margin: 0px 2%; 
    margin-bottom: 1.2em!important;
    padding: 0px;
}

.services-list:nth-child(1){
    margin-left: 0px!important;
}

.services-list:nth-child(2){
    margin-right: 0px!important;
}

.services-list:nth-child(3){
    margin-left: 0px!important;
}

.services-list:nth-child(4){
    margin-right: 0px;
    margin-bottom: 0px!important;
}

.services-icon{
    width: 25%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 0px;
}

.services-icon img{
    width: auto;
    height: 58px;
}

.services-title{
    width: 75%;
    height: auto;
    float: left;
    margin: 0px; 
}

.services-title h5{
    font-size: 0.95em;
}

.services-text h4{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    font-size: 1em;
}

.services-text ul{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    margin-top: 1.5em;
    padding: 0px;
}

.services-text ul li{
    margin-bottom: 1em;
    font-size: 0.95em;
}

.projects{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 2em 0px;
}

.projects-text{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 0px;
}

.projects-grid{
    width: 100%;
    height: auto;
    float: left;
    margin: 1.5em 0px 0px; 
    padding: 0px;
}

.projects-grid ul li{
    font-size: 1em;
}

.projects-grid img{
    width: 70%;
    height: auto;
    margin: 0px 15%;
    margin-bottom: 1.5em;
}

.contact{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 2em 0px;
}

.contact-text{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 0px;
}

.contact-text h5{
    font-size: 1.2em;
}

.contact-text span{
    font-size: 0.85em;
}

.contact-grid{
    width: 100%;
    height: auto;
    float: left;
    margin: 2em 0px 0px; 
    padding: 0px;
}

.contact-info{
    width: 80%;
    height: auto;
    float: left;
    margin: 0px 10%; 
    padding: 0px;
}

.contact-info img{
    width: 80%;
    height: auto;
    margin: 0px 10%;
}

.contact-info p{
    font-size: 0.95em;
    margin: 1.5em 0px;
}

.contact-info .map{
    width: 100%;
    height: 300px;
}

.contact-form{
    width: 80%;
    height: auto;
    float: left;
    margin: 3em 10% 0px 10%; 
    padding: 0px;
}



    
}

@media (min-width: 751px) and (max-width: 900px) {
    
.content{
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 3em;
    padding-right: 3em;
}

.container{
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 2em!important;
    padding-right: 2em!important;
}
    
.header{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0.5em 0px;
    float: left;
}

.header-top{
    width: 90%;
    height: auto;
    margin: 0px;
    padding: 0px;
    float: left;
}

.header-logo{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    float: left;
}

.header-logo img{
    width: auto;
    height: 100px;
}

.header-info img{
    width: 30px;
    height: auto;
    margin-right: 5px;
    margin-top: -5px;
}

.header-info p{
    font-size: 0.95em;
    margin-top: 10px;
    display: flex!important;
    align-items: center;
}

.header-icon{
    width: 100%;
    height: auto;
    margin: 0px;
    margin-right: 2em;
    padding: 0px;
    float: left;
}

.header-icon img{
    width: auto;
    height: 28px;
    margin-left: 1em;
}

.header-menu{
    width: 10%;
    float: right;
}

.menu{
    top: 32px;
    width: 100%;
    left: 0%;
    right: 0%;
    height: auto;
    margin: 0px;
    background-image: none;
}

nav a {
    font-size: 0.8em;
}

[id^=drop]:checked + ul {
    position: absolute;
    display: block;
    background: #20A1CF;
    float: left;
    height: auto;
    padding: 0px 15px;
    top: 76px;
    text-align: center;
    z-index: 99999;
    width: 320%!important;
    right: 0;
}

.carousel{
    width: 100%;
    height: 350px;
    float: left;
}

.carousel-inner .item{
    background-position: 50%;
}

.carousel-inner .item2{
    background-position: 50%;
}

.carousel-inner .item img{
    height: 100%;
    width: auto;
}

.carousel-control {
  top: 49%;
  font-size: 1.2em;
}

.home-services{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
    padding: 2em 0px;
}

.home-services h1{
    width: 100%;
    font-size: 1.4em;
    margin: 0px;
}

.home-services h5{
    width: 100%;
    font-size: 0.95em;
    margin: 0px;
    margin-top: 0.5em;
}

.home-services-grid{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
    margin-top: 4em;
}

.home-services-list{
    width: 48%;
    height: auto;
    float: left;
    margin: 0px 2% 3.5em 2%;
}

.home-services-list:nth-child(1){
    margin-left: 0px;
}

.home-services-list:nth-child(2){
    margin-right: 0px;
}

.home-services-list:nth-child(3){
    margin-left: 0px;
    margin-bottom: 0px;
}

.home-services-list:nth-child(4){
    margin-right: 0px;
    margin-bottom: 0px;
}

.home-services-list p{
    width: 100%;
    margin-top: -2em;
    font-size: 1em;
    padding: 1em;
    height: 100px;
}

.home-services-list img{
    width: auto;
    height: 60px;
    top: -2em;
    position: relative;
    left: 0;
    padding: 0px 25px;
    display:block;
    margin: 0px auto;
}

.footer {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
    padding: 2em 0px;
    background-position: 50%;
    background-size: cover;
}

.footer-grid{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
}

.footer-list{
    width: 48%;
    height: auto;
    float: left;
    margin: 0px 2% 0px 2%;
}

.footer-list:nth-child(1){
    width: 32%;
    padding: 0px;
    margin-left: 0px;
}

.footer-list:nth-child(2){
    width: 22%;
    padding: 0px;
    margin-left: 0px;
}

.footer-list:nth-child(3){
    width: 26%;
    padding: 0px;
    margin-left: 0px;
}

.footer-list:nth-child(4){
    width: 14%;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.footer-list h5{
    font-size: 1.2em;
    margin-bottom: 0.7em;
}

.footer-list h5:after {
    width: 110px;
    top: 22px;
}

.footer-list .footer-image{
    width: 90%;
    margin-left: 10%;
    margin-top: 2em;
}

.footer-grid p img{
    width: 14px;
    height: auto;
    margin-right: 0.5em;
}

.footer-grid p{
    font-size: 0.95em;
    margin-bottom: 0.6em;
}

.footer-list ul li{
    font-size: 0.95em;
    margin-bottom: 0.6em;
}

.footer-list ul li::before{
  float: left;
  font-size: 0.75em;
  margin-top: 0.2em;
  margin-right: 0.5em;
}

.copyright{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
}

.copyright p{
    font-size: 0.9em;
    padding: 5px;
}

.page{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 3.5em 0px;
    float: left;
    background-position: 50%;
    background-size: cover;
}

.page h1{
    padding: 0px;
    font-size: 2em;
}

.page ul li{
    font-size: 1em;
}

.services{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 3em 0px;
}

.services-text{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 0px;
}

.services-grid{
    width: 100%;
    height: auto;
    float: left;
    margin: 2em 0px 1em; 
    padding: 0px;
}

.services-list{
    width: 48%;
    height: auto;
    float: left;
    margin: 0px 2%; 
    margin-bottom: 1.2em!important;
    padding: 0px;
}

.services-list:nth-child(1){
    margin-left: 0px!important;
}

.services-list:nth-child(2){
    margin-right: 0px!important;
}

.services-list:nth-child(3){
    margin-left: 0px!important;
}

.services-list:nth-child(4){
    margin-right: 0px;
    margin-bottom: 0px!important;
}

.services-icon{
    width: 25%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 0px;
}

.services-icon img{
    width: auto;
    height: 58px;
}

.services-title{
    width: 75%;
    height: auto;
    float: left;
    margin: 0px; 
}

.services-title h5{
    font-size: 0.95em;
}

.services-text h4{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    font-size: 1em;
}

.services-text ul{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    margin-top: 1.5em;
    padding: 0px;
}

.services-text ul li{
    margin-bottom: 1em;
    font-size: 1em;
}

.projects-grid img{
    float: left;
    width: 45%;
    height: auto;
    margin: 0px 2.5%;
}

.contact-info{
    width: 48%;
}


    
}

@media (min-width: 901px) and (max-width: 1050px) {

.content{
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 5em;
    padding-right: 5em;
}

.container{
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 2em!important;
    padding-right: 2em!important;
}
    
.header{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0.5em 0px;
    float: left;
}

.header-top{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    float: left;
}

.header-logo{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    float: left;
}

.header-logo img{
    width: auto;
    height: 90px;
}

.header-info img{
    width: 30px;
    height: auto;
    margin-right: 5px;
    margin-top: -5px;
}

.header-info p{
    font-size: 0.95em;
    margin-top: 10px;
    display: flex!important;
    align-items: center;
}

.header-icon{
    width: 100%;
    height: auto;
    margin: 0px;
    margin-right: 0em;
    padding: 0px;
    float: left;
}

.header-icon img{
    width: auto;
    height: 25px;
    margin-left: 1em;
}

.header-menu{
    width: 100%;
    float: right;
}

.menu{
    width: 90%;
    top: 8px;
    left: 0;
    height: auto;
    margin: 0px 5%;
}

nav a {
    font-size: 0.8em;
}

.carousel{
    width: 100%;
    height: 400px;
    float: left;
}

.carousel-inner .item{
    background-position: 50%;
}

.carousel-inner .item2{
    background-position: 50%;
}

.carousel-inner .item img{
    height: 100%;
    width: auto;
}

.carousel-control {
  top: 49%;
  font-size: 1.2em;
}

.home-services{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
    padding: 2em 0px;
}

.home-services h1{
    width: 80%;
    font-size: 1.6em;
    margin: 0px 10%;
}

.home-services h5{
    width: 80%;
    font-size: 1em;
    margin: 0px 10%;
    margin-top: 0.5em;
}

.home-services-grid{
    width: 70%;
    height: auto;
    float: left;
    margin: 0px 15%;
    margin-top: 4em;
}

.home-services-list{
    width: 46%;
    height: auto;
    float: left;
    margin: 0px 4% 3.5em 4%;
}

.home-services-list:nth-child(1){
    margin-left: 0px;
}

.home-services-list:nth-child(2){
    margin-right: 0px;
}

.home-services-list:nth-child(3){
    margin-left: 0px;
    margin-bottom: 0px;
}

.home-services-list:nth-child(4){
    margin-right: 0px;
    margin-bottom: 0px;
}

.home-services-list p{
    width: 100%;
    margin-top: -1.5em;
    font-size: 1em;
    padding: 1em;
    height: 100px;
}

.home-services-list img{
    width: auto;
    height: 60px;
    top: -2em;
    position: relative;
    left: 0;
    padding: 0px 25px;
    display:block;
    margin: 0px auto;
}

.footer {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
    padding: 3em 0px;
    background-position: 50%;
    background-size: cover;
}

.footer-grid{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
}

.footer-list{
    width: 48%;
    height: auto;
    float: left;
    margin: 0px 2% 0px 2%;
}

.footer-list:nth-child(1){
    width: 27%;
    padding: 0px;
    margin-left: 0px;
}

.footer-list:nth-child(2){
    width: 19%;
    padding: 0px;
    margin-left: 0px;
}

.footer-list:nth-child(3){
    width: 30%;
    padding: 0px;
    margin-left: 0px;
}

.footer-list:nth-child(4){
    width: 18%;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.footer-list h5{
    font-size: 1.2em;
    margin-bottom: 0.7em;
}

.footer-list h5:after {
    width: 110px;
    top: 22px;
}

.footer-list .footer-image{
    width: 90%;
    margin-left: 10%;
    margin-top: 0.5em;
}

.footer-grid p img{
    width: 14px;
    height: auto;
    margin-right: 0.5em;
}

.footer-grid p{
    font-size: 0.95em;
    margin-bottom: 0.6em;
}

.footer-list ul li{
    font-size: 0.95em;
    margin-bottom: 0.6em;
}

.footer-list ul li::before{
  float: left;
  font-size: 0.75em;
  margin-top: 0.2em;
  margin-right: 0.5em;
}

.copyright{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
}

.copyright p{
    font-size: 0.9em;
    padding: 5px;
}

.page{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 3.5em 0px;
    float: left;
    background-position: 50%;
    background-size: cover;
}

.page h1{
    padding: 0px;
    margin-top: 1em;
    font-size: 2.2em;
}

.page ul li{
    font-size: 1em;
}

.services{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 2em 0px;
}

.services-text{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 0px;
}

.services-grid{
    width: 100%;
    height: auto;
    float: left;
    margin: 2em 0px 1em; 
    padding: 0px;
}

.services-list{
    width: 48%;
    height: auto;
    float: left;
    margin: 0px 2%; 
    margin-bottom: 1.2em!important;
    padding: 0px;
}

.services-list:nth-child(1){
    margin-left: 0px!important;
}

.services-list:nth-child(2){
    margin-right: 0px!important;
}

.services-list:nth-child(3){
    margin-left: 0px!important;
}

.services-list:nth-child(4){
    margin-right: 0px;
    margin-bottom: 0px!important;
}

.services-icon{
    width: 25%;
    height: auto;
    float: left;
    margin: 0px; 
    padding: 0px;
}

.services-icon img{
    width: auto;
    height: 65px;
}

.services-title{
    width: 75%;
    height: auto;
    float: left;
    margin: 0px; 
}

.services-title h5{
    font-size: 0.95em;
}

.services-text h4{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    font-size: 1em;
}

.services-text ul{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px; 
    margin-top: 1.5em;
    padding: 0px;
}

.services-text ul li{
    margin-bottom: 1em;
    font-size: 1em;
}

.projects-grid img{
    float: left;
    width: 45%;
    height: auto;
    margin: 0px 2.5%;
}

.contact-info{
    width: 48%;
}




}

@media (min-width: 1051px) and (max-width: 1200px) {

.content{
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 6em;
    padding-right: 6em;
}

.container{
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 2.5em!important;
    padding-right: 2.5em!important;
}
    
.header{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0.5em 0px;
    float: left;
}

.header-top{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    float: left;
}

.header-logo{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    float: left;
}

.header-logo img{
    width: auto;
    height: 90px;
}

.header-info img{
    width: 25px;
    height: auto;
    margin-right: 5px;
    margin-top: -5px;
}

.header-info p{
    font-size: 0.95em;
    margin-top: 10px;
    display: flex!important;
    align-items: center;
}

.header-icon{
    width: 100%;
    height: auto;
    margin: 0px;
    margin-right: 0em;
    padding: 0px;
    float: left;
}

.header-icon img{
    width: auto;
    height: 25px;
    margin-left: 1em;
}

.header-menu{
    width: 100%;
    float: right;
}

.menu{
    width: 80%;
    top: 8px;
    left: 0;
    height: auto;
    margin: 0px 10%;
}

nav a {
    font-size: 0.8em;
}

.carousel{
    width: 100%;
    height: 480px;
    float: left;
}

.carousel-inner .item{
    background-position: 50%;
}

.carousel-inner .item2{
    background-position: 50%;
}

.carousel-inner .item img{
    height: 100%;
    width: auto;
}

.carousel-control {
  top: 49%;
  font-size: 1.2em;
}

.home-services{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
    padding: 2em 0px;
}

.home-services h1{
    width: 80%;
    font-size: 1.8em;
    margin: 0px 10%;
}

.home-services h5{
    width: 80%;
    font-size: 1.1em;
    margin: 0px 10%;
    margin-top: 0.5em;
}

.home-services-grid{
    width: 70%;
    height: auto;
    float: left;
    margin: 0px 15%;
    margin-top: 5em;
}

.home-services-list{
    width: 46%;
    height: auto;
    float: left;
    margin: 0px 4% 3.5em 4%;
}

.home-services-list:nth-child(1){
    margin-left: 0px;
}

.home-services-list:nth-child(2){
    margin-right: 0px;
}

.home-services-list:nth-child(3){
    margin-left: 0px;
    margin-bottom: 0px;
}

.home-services-list:nth-child(4){
    margin-right: 0px;
    margin-bottom: 0px;
}

.home-services-list p{
    width: 100%;
    margin-top: -1.5em;
    font-size: 1.1em;
    padding: 1em;
    height: 100px;
}

.home-services-list img{
    width: auto;
    height: 55px;
    top: -2em;
    position: relative;
    left: 0;
    padding: 0px 25px;
    display:block;
    margin: 0px auto;
}

.footer {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
    padding: 3em 0px;
    background-position: 50%;
    background-size: cover;
}

.footer-grid{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
}

.footer-list{
    width: 48%;
    height: auto;
    float: left;
    margin: 0px 2% 0px 2%;
}

.footer-list:nth-child(1){
    width: 27%;
    padding: 0px;
    margin-left: 0px;
}

.footer-list:nth-child(2){
    width: 19%;
    padding: 0px;
    margin-left: 0px;
}

.footer-list:nth-child(3){
    width: 30%;
    padding: 0px;
    margin-left: 0px;
}

.footer-list:nth-child(4){
    width: 18%;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.footer-list h5{
    font-size: 1.2em;
    margin-bottom: 0.7em;
}

.footer-list h5:after {
    width: 110px;
    top: 22px;
}

.footer-list .footer-image{
    width: 90%;
    margin-left: 10%;
    margin-top: 0.5em;
}

.footer-grid p img{
    width: 14px;
    height: auto;
    margin-right: 0.5em;
}

.footer-grid p{
    font-size: 0.95em;
    margin-bottom: 0.6em;
}

.footer-list ul li{
    font-size: 0.95em;
    margin-bottom: 0.6em;
}

.footer-list ul li::before{
  float: left;
  font-size: 0.75em;
  margin-top: 0.2em;
  margin-right: 0.5em;
}

.copyright{
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
}

.copyright p{
    font-size: 0.9em;
    padding: 5px;
}

.page{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 3em 0px;
    float: left;
    background-position: 50%;
    background-size: cover;
}

.page h1{
    padding: 0px;
    font-size: 2.4em;
    margin-top: 1em;
}

.page ul li{
    font-size: 1em;
}



}


@media (min-width: 1201px) and (max-width: 1300px) {
    
.menu{
    width: 90%;
    top: 0px;
    left: 0;
    height: auto;
    margin: 0px 5%;
}

.page{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 3em 0px;
    float: left;
    background-position: 50%;
    background-size: cover;
}

.page h1{
    padding: 0px;
    font-size: 2.5em;
    margin-top: 1em;
}

.page ul li{
    font-size: 1em;
}
    

}




@media (min-width: 1400px) and (max-width: 1600px) {
.content{
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10em;
    padding-right: 10em;
}

.container{
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10em!important;
    padding-right: 10em!important;
}

.header-top{
    width: 100%;
    height: 18%;
}
 
.header-logo{
    width: 100%;
    height: auto;
}

.header-logo img{
    width: auto;
    height: 110px;
}

.carousel{
    width: 100%;
    height: 82%;
    float: left;
}

.carousel-inner .item{
    background-position: 50%;
}

.carousel-inner .item2{
    background-position: 50%;
}

.carousel-inner .item img{
    height: 100%;
    width: auto;
}

.home-services-list p{
    width: 100%;
    margin-top: -1.5em;
    font-size: 0.95em;
    padding: 1em;
    height: auto;
}

.home-services-list img{
    width: auto;
    height: 55px;
    top: -2em;
    position: relative;
    left: 0;
    padding: 0px 25px;
    display:block;
    margin: 0px auto;
}



}



@media (min-width: 1601px) and (max-width: 2000px) {
.content{
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15em;
    padding-right: 15em;
}

.container{
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15em!important;
    padding-right: 15em!important;
}

.header-top{
    width: 100%;
    height: 20%;
}
 
.header-logo{
    width: 100%;
    height: auto;
}

.header-logo img{
    width: auto;
    height: 120px;
}

.carousel{
    width: 100%;
    height: 80%;
    float: left;
}

.carousel-inner .item{
    background-position: 50%;
}

.carousel-inner .item2{
    background-position: 50%;
}

.carousel-inner .item img{
    height: 100%;
    width: auto;
}

.home-services-list p{
    width: 100%;
    margin-top: -1.5em;
    font-size: 0.95em;
    padding: 1em;
    height: auto;
}

.home-services-list img{
    width: auto;
    height: 55px;
    top: -2em;
    position: relative;
    left: 0;
    padding: 0px 25px;
    display:block;
    margin: 0px auto;
}



}