html{
    font-size: 16px;
}
body {
    margin: 0;
    padding: 0;
font-family: 'Roboto', sans-serif;
        width: 100%;
    height: 100%;
    overflow-x: hidden;
}

section{
    position: relative;
}

.full-width{
    width: 100%;
    margin: 0px auto;
}
.max-width{
    max-width: 85%;
    margin: 0px auto;
    width: 1600px;
}
.max-width-nav{
    max-width: 95%;
    margin: 0px auto;
    width: 1600px;
}
.img-responsive{
    width: 100%;
}
.divider-space-1 {
    margin-bottom: 1%;
    overflow: hidden;
    clear: both;
}

.divider-space {
    clear: both;
    margin-bottom: 5%;
    overflow: hidden;
}
.divider-space-8{
    clear: both;
    margin-bottom: 8%;
    overflow: hidden;
}
.divider-space-2{
    margin-bottom: 2%;
    overflow: hidden;
    clear: both;
}

.margin-right{
    margin-right: 1%;
}
.margin-bottom{
    margin-bottom: 1%;
}
.margin-right-2{
    margin-right: 2%;
}
p {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 15px;
}
h1 {
    font-size: 2.35rem;
    font-weight: 500;
    margin: 0;
}
h3 {
    font-weight: normal;
    font-size: 1.8rem;
    margin: 0;
    font-weight: 600;
}
.Construction {
    text-align: center;
}
h4 {
    font-size: 1.2rem;
}
a{
    color: #000;
}

/*<!------------navbar--------------->*/
@charset "UTF-8";
.navigation {
    position: absolute;
    z-index: 999979;
    width: 100%;
}

.brand {
    position: absolute;
    float: left;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;
    z-index: 100000;
    top: 15%;
}
.brand a,
.brand a:visited {
  color: #455a21;
  text-decoration: none;
}

.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}

nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a, nav ul li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 80px;
    color: #313131;
    text-decoration: none;
    font-weight: 500;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  color: #455a21;
}

.active-link {
    color: #465b29 !important;
    background-color: #ffd24f !important;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #bcd3a2;
  height: 70px;
  width: 70px;
}

@media only screen and (max-width: 800px) {
  .nav-mobile {
    display: block;
  }
.brand {
    top: 0%;
}
.navigation {
    background-color: #bcd3a2;
}
.max-width{
    max-width: 95%;
}
    .max-width-nav{
        max-width: 100%;
    }
nav {
    width: 100%;
    padding: 70px 0 15px;
    z-index: 10000;
    position: relative;
}

.brand img {
    width: 65%;
    padding-left: 15px;
    padding-top: 5px;
}
nav ul li a, nav ul li a:visited {
    background-color: #bcd3a2;
    color: #465b29;
}
  nav ul {
    display: none;
    margin-top: 20px;
  }
    
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
    font-size: 1.2rem;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }
.banner img {
    margin-top: 85px;
}
}
@media screen and (min-width: 800px) {
  .nav-list {
    display: block !important;
  }

}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span, #nav-toggle span::before, #nav-toggle span::after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background: #465b29;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
/*

<!------------navbar--------------->
*/


.catagories-list{
    width: 32.25%;
    overflow: hidden;
    float: left;
    position: relative;
}

.about-block-image{
    width: 39%;
    float: left;
    overflow: hidden;
}
.about-block-text{
    width: 59%;
    float: left;
    overflow: hidden;
}
.about-block-3{
    width: 69%;
    float: left;
    overflow: hidden;
    margin-right: 1%;
}
.about-block-4-download{
    width: 30%;
    float: left;
    overflow: hidden;
    position: relative;
}
.about-block-download-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-weight: 600;
}
.image-text h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    background-color: #313131;
    padding: 10px 0 10px 0px;
    color: #fff;
}
.product-block-text{
    text-align: center;
}
h2 span.spacer {
   padding:0 5px;
}

.banner{
    position: relative;
}

.banner span {
    position: absolute;
    background-color: #A64864;
    padding: 10px;
    color: #fff;
    bottom: 16%;
}
.catagoty-text {
    text-align: center;
    width: 80%;
    margin: 0px auto;
}

.catagories-list img:hover  {
  -webkit-filter: saturate(2);
  filter: saturate(2);
    transition: .3s;
}
.imageGallery1 a img:hover{
    -webkit-filter: saturate(2);
  filter: saturate(2);
    transition: .3s;
}

/* Sepia */
/*
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(96, 90, 94, 0.6);
}

.catagories-list:hover .overlay {
  opacity: 1;
}
*/

#our-vision {
    background-color: #ededed;
    overflow: hidden;
}
.vision-quality-container{
    width: 100%;
    overflow: hidden;
}
.vision-block{
    width: 48%;
    margin-right: 2%;
    float: left;
}
.quality-block{
    width: 48%;
    margin-left: 2%;
    float: left;
}




/*//////////lightbox///////////////*/

.imageGallery1 {

        overflow: hidden; margin: 30px -20px;

    }
    .imageGallery1 > a {

        float: left; width: 33.3333%; padding: 1px; box-sizing: border-box; position: relative;

    }

    .imageGallery1 > a:first-child { left: -1px; }
    .imageGallery1 > a:last-child { right: -1px; }

    .imageGallery1 > a > img {

        display: block; width: 100%;

    }

/*//////////lightbox///////////////*/





#about {
    background-color: #a3d9f5;
    overflow: hidden;
}

footer{
    background-color: #465b29;
}
.footer-container {
    padding-top: 20px;
    color: #fff;
    padding-bottom: 20px;
}
.footer-menu {
    text-align: center;
}

.footer-menu li {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}
.footer-menu li a {
    color: #fff;
    text-decoration: none;
    padding-right: 10px;
}
.footer-menu li a:hover {
    color: #ffd591;
}
.active-footer-link{
    color: #ffd591 !important;
    font-weight: 600;
}
.footer-menu-pipe {
    border-right: 2px solid #fff;
}
.logo-corporate_designers {
    float: right;
}
.contact-map{
    width: 48%;
    float: left;
    margin-right: 2%
}
.contact-content{
    width: 48%;
   float: left;
    margin-left:2%;
}

.demoInputBox {
    width: 100%;
    height: 40px;
    margin-bottom: 16px;
    font-size: 16px;
}
#content {
    height: 100px;
}
#captcha {
    width: 50%;
}
#contact-submit {
    padding: 10px 60px;
    font-size: 20px;
    background-color: #FFD24F;
    color: #455a21;
    border: none;
    cursor:pointer;
}

.lion {
    background-image: url("../img/lion.png");
    width: 100px;
    height: 162px;
    background-repeat: no-repeat;
    position: absolute;
    top: 54%;
    left: -6.5%;
}

.footer-forest {
    background-image: url("../img/footer_forest.png");
    width: 100%;
    height: 168px;
    background-repeat: no-repeat;
    position: absolute;
    top: -140%;
}

footer{
    position: relative;
}
.owl {
    background-image: url("../img/owl_forest.png");
    width: 308px;
    height: 157px;
    background-repeat: no-repeat;
    position: absolute;
    top: 27%;
    right: 0;
}
.about-container{
    position: relative;
}
.sky-container{
    position: relative;
}
.sky {
    background-image: url("../img/cloud.png");
    background-repeat: repeat-x;
    width: 100%;
    height: 147px;
    position: absolute;
    top: -90px;
}
.plane-container {
    position: relative;
    height: 30px;
}
.plane{
    width: 130px;
    position: absolute;
    left: 0px;
    top: -120px;
    animation-name:drive;
    animation-duration: 15s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    overflow: hidden;
}

@keyframes drive {
    from{ transform: translateX(-200px)}
    to{ transform: translateX(1600px)}
}

@media only screen and (max-width: 1200px) {
@keyframes drive {
    from{ transform: translateX(-200px)}
    to{ transform: translateX(1200px)}
}
.plane{
    top: -90px;
}

}

@media only screen and (max-width: 991px) {
    
    html{
        font-size: 14px;
    } 
.catagories-list{
    width: 49%;
}
.about-block-image,.about-block-text{
    width: 100%;
    margin: 0px auto;
    text-align: center;
}
    .about-block-image img{
        width: 60%;
        margin: 0px auto;
        margin-bottom: 5%;
    }

    
.contact-content{
    width: 80%;
}
.divider-space-1-min {
    margin-bottom: 1%;
    overflow: hidden;
    clear: both;
}
.footer-forest {
    top: -155%;
}
@keyframes drive {
    from{ transform: translateX(-200px)}
    to{ transform: translateX(991px)}
}
.plane-container {
    height: 60px;
}
.plane {
    top: -80px;
}
}

@media only screen and (max-width: 768px) {

 h1 {
    font-size: 1.8rem;
    font-weight: 500;
}
.vision-block,.quality-block,.about-block-3,.about-block-4-download{
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 2%;
}
.about-block-4-download img {
    width: 60%;
    margin: 0px auto;
    text-align: center;
}
    
.lion {
    top: 22%;
    left: 8.5%;
}
.owl {
    top: 16%;
    right: -90px;
}
@keyframes drive {
    from{ transform: translateX(-200px)}
    to{ transform: translateX(768px)}
}
.plane {
    top: -60px;
}

}

@media only screen and (max-width: 576px) {
.footer-forest {
    top: -132%;
}
    .lion,.owl {
        display: none;
    }
@keyframes drive {
    from{ transform: translateX(-200px)}
    to{ transform: translateX(576px)}
}
.plane-container {
    height: 80px;
}
.plane {
    top: -50px;
}
.imageGallery1 {
    text-align: center;
    margin: 0px auto;
}
.imageGallery1 > a {
    width: 49%;
    margin: 0px auto;
    }
}

@media only screen and (max-width: 480px) {
    

.catagories-list {
    width: 100%;
}
    .margin-right {
        margin-right: 0;
    }
}
