body {
  font-family: 'Quicksand', sans-serif;
  color: #fff;
  background-color: #3b3b3b;
  margin:0;
  padding:0;  
}
a, button, input {
      transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
header {
     position: fixed;
    display: inline-block;
    width: 100%;
    height: 100px;
    padding: 16px 0;
    top: 0;
    left: 0;
    right: 0;
        z-index: 999;
}
header .desctop-logo {
      position: absolute;
    top: 0;
    left: 0;
}
header .desctop-logo img {
  height:100px;
}
.navigation {
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  height: 80px;

}
.slidingDiv {
    background-color: #fff;
    padding:20px;
    margin-top:0px;
    position: fixed;
    color: #000;
    top: 0;
    right: 0;
    z-index: 9;
    height: 100vh !important;
    width: 320px; 
    display: inline-block;
}
.slidingDiv p {
  width: 320px  !important;
}
.show_hide {
    display:none;
    position: fixed;
    right: 0;
    top: 0;
}
.slider {
  width:100%;
  display: inline-block;
  float: left;
  height: 110vh;
}
.sliderbox {
  height:110vh;
  width: 100%;
  float: left;
  padding-top:110px; 
}
.mainsliderbox {
    width: 60vw;
    height:80vh;
    position: absolute;
    right: 30px;
    top:100px;
    background-color: #000;
        -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.25);

}
.slider-bg {
  height:110vh;
      position: absolute;
    left: 0;
    width: 45vw;
    top: 0;
    bottom: 0;
    background-color: #fff;
    padding: 40vh 5vw;
}
.slidrcontetn {
  width:80%;
    float: left;
    display: inline-block;
}
.slidrcontetn h1 {
      color: #3b3b3b;
    font-size: 44px;
    line-height: 56px;
        margin-top: -15px;
} 
.slidrcontetn p {
    color: #a7a7a7;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
} 
.slider-img {
    width: 60vw;
    height: 80vh;
    display: inline-block;
}
.owl-nav {

}
.owl-prev{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.55) !important;
    left:-4px;
    top: 35vh;
    width: 30px;
    height: 70px;
    font-size: 44px !important;
    padding: 0px !important;
    border-radius: 0px !important;
}
.owl-next {
      position: absolute;
    background-color: rgba(0, 0, 0, 0.55) !important;
    right:-4px;
    top: 35vh;
    width: 30px;
    height: 70px;
    font-size: 44px !important;
    padding: 0px !important;
    border-radius: 0px !important;
}
.aboutsec {
    float: left;
    width: 100%;
    display: inline-block;
    padding: 25px;
    padding-top: 20vh;
    height: 100%;
    min-height: 100vh;
    padding-bottom: 20vh;
    padding-left:8vw;

}
.aboutustextbox {
    background: #3b3b3b;
    width:42vw;
    float: left;
    padding: 75px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 30px 0 rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}
.aboutustextbox h2 {
    font-size: 44px;
    font-weight: 100;
    margin-top: 0;
}
.aboutustextbox p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
    text-align: justify;
}
.aboutcont {
         height: auto;
    width: 100%;
    display: inline-block;
    float: left;
    margin-top: 0px;
    overflow: hidden;
    min-height: 100vh;
        
}
.aboutus {
    width: 100%;
    display: inline-block;
    float: left;
}
.about-img {
  width: 45vw;
  padding: 25px;
  float: left;
  display: inline-block;
  padding-right:45px;
  height: 100vh;

}
.about-img img {
  width:100%;
  
}
.about-content {
     width: 52vw;
    padding: 25px;
    float: right;
    display: inline-block;
    padding-top: 120px;
    padding-left: 14px;
}
.about-text-box {
      width:95%;
    
    float: left;
}
.about-text-box h2 {
    font-size: 44px;
    font-weight: 100;
    margin-top: 0;
}
.about-text-box p {
      font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
    text-align: justify;
}

.about-content-full {
    width: 100%;
    padding: 25px;
    float: right;
    display: inline-block;
    padding-top: 140px;
    padding-left: 48vw;
    padding-right: 30px;
    padding-bottom: 100px;
}
.about-content-full .about-text-box {
    width: 100%;
    float: left;
    padding: 44px;
    display: inline-block;
    height: auto;
    background-color: #3b3b3b;
    min-height: 60vh;
}
.about-content-full h2 {
    font-size: 44px;
    font-weight: 100;
    margin-top: 0;
}
.about-content-full p {
      font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
    text-align: justify;
}
.ourproducts {
  width: 100%;
  height:auto;
  min-height: 100vh;
  float: left;
  display: inline-block;
  padding-top:100px;
    background: #3b3b3b;
}
.ourproduct-title {
    width: 100%;
    text-align: center;
    max-width: 658px;
    margin: 0 auto; 
}
.ourproduct-title h2 {
  font-weight: 100;
}
.ourproduct-title p {
  
}
.ourproducts-slider {
  padding: 50px;
padding-top: 50px;
}
.ourproducts-slider .slider-img {
    width: 100%;
    height:50vh;
    display: inline-block;
    background-size: cover !important;
    position: relative; 
    margin-bottom:30px;
}
.ourproducts-slider .slider-img h5 {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -40px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ourproducts-slider .slider-img:hover h5 {
  color: red;
}
.ourproducts-slider .owl-nav {

}
.ourproducts-slider .owl-prev{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.55) !important;
    left:-50px;
    top:20vh;
    width: 30px;
    height: 70px;
    font-size: 44px !important;
    padding: 0px !important;
    border-radius: 0px !important;
}
.ourproducts-slider .owl-next {
      position: absolute;
    background-color: rgba(0, 0, 0, 0.55) !important;
    right:-50px;
    top:20vh;
    width: 30px;
    height: 70px;
    font-size: 44px !important;
    padding: 0px !important;
    border-radius: 0px !important;
}
.specialskillsec {
      float: left;
    width: 100%;
    display: inline-block;
    background: #fff;
}
.specialskill {
    width: 100%;
    display: block;
    background: #fff;
    padding: 25px;
    margin: auto;
}

.skillimg {
         display: inline-block;
    width: 150px;
    text-align: center;
    float: left;
        margin-right: -150px;
}
.skillimg.rightd {
float: right;
}
.skillimg img {
      width: 150px;
    margin: 0 auto;

}
.skilltext {
    display: inline-block;
    width: 100%;
    text-align:left;
    float: left;
            padding-left: 180px;
}
.skilltext h2 {
    color: #3b3b3b;
    font-weight: 500;
    border-bottom: 3px solid red;
    display: inline-block;
    margin-top: 0;
}
.skilltext h5 {
    color: #3b3b3b;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
    text-align: justify;
}
.skilltext ul li {
  color: #3b3b3b;

}
.aboutustextbox.leftskill {
    background: #ffffff;
    width: 42vw;
    float: left;
    padding: 75px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 30px 0 rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}
.skillsec{
          float: left;
    width: 100%;
    display: inline-block;
    padding:0px;
    height: 100%;
}
.skilllet-left {
    
    width: 42vw;
    float: left;
    padding:0px;
    
    
    width: 100%;
}
.skilllet-right {
    
        width: 100%;
    float: right;
    padding: 25px;
    
   
}
.skilllet-right .skillcol {
  float: left;
}
.skillcol {
    width:50vw;  background: #ffffff;
    display: inline-block;
        padding:45px;border-radius: 0px;
    float: right;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 30px 0 rgba(0, 0, 0, 0.25);
        padding-top: 120px;
    padding-bottom: 100px;
}
.skilltext ul {
  margin: 0;
  padding: 0;    padding-left: 18px;
}
.skilltext ul li {
color: #3b3b3b;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
    font-weight:500;
    text-align: justify; }
    
    .DNAsection {
          float: left;
    width: 100%;
    display: inline-block;
    background: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    }
.DNAcontainer {
      display: block;
    width: 100%;
    max-width: 991px;
    margin: 0 auto;
}
.DNATitle {
         font-weight: 100;
    color: #3b3b3b;
    text-align: center;
}
.DNAfull {
display: block;
    width: 100%;
}
.col-4 {
    width: 33%;
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0 15px;
}
.DNABox {
width: 100%;
float: left;
text-align: center;padding: 65px 0 25px;
}
.DNABox img {
    width: 125px;
    margin-bottom: 15px;
}
.DNABox h5 {
  font-size: 20px;
  color: #3b3b3b;
  float: left;
  width: 100%
  
}
.inqueiry {
    width: 100%;
    display: inline-block;
    float: left;
}
.inqtitle{
  font-weight: 100;
  font-size: 30px;
  float: left;
  width: 100%;
  display: inline-block;
  color: #fff;
}
.inqueryformbox {
    float: left;
    width: 40%;
    background-color: #3b3b3b;
    padding: 100px;
    padding-top: 120px;
}
.formbox {
  padding:25px 0;
  display: inline-block;
  width: 100%; 
}
.inqueryformbox .form-group {

}
.inqueryformbox .form-group .form-controls  {
      background: #3b3b3b;
    width: 100%;
    border: 0px solid;
    border-bottom: 1px solid #fff;
    height: 50px;
    margin-bottom: 10px;
    color: #fff;
    outline: none !important;
} 
.inqueryformbox .form-group textarea.form-controls  {
      background: #3b3b3b;
    width: 100%;
    border: 0px solid;
    border-bottom: 1px solid #fff;
    height:150px;
    margin-bottom: 10px;
    color: #fff;
    outline: none !important;
} 
button.form-btn, .form-btn {
    background-color: #fff;
    display: inline-block;
    width: 180px;
    height: 50px;
    line-height: 24px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #3b3b3b;
    text-decoration: none;
    border: 0px solid transparent;
    padding: 14px 10px;
    border-radius: 2px;
        transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    letter-spacing: 1px;
}
/*contactbox start*/
.contactusa {
  display: inline-block;
  width: 100%;
  float: left;
  height: auto;
      border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.mapbox {
    width: 50%;
    float: left;
    display: inline-block;
    height:auto;
    overflow: hidden;
}
.mapanchor {

}
.mapanchor img {
  height: 600px;
}


.contactbox {
    width:50%;
    float: left;
    display: inline-block;
    height: auto;
    overflow: hidden;
}
.contactboxin {
    float: right;
    width:100%;
    background-color: #3b3b3b;
    padding: 100px;
    padding-top: 120px;
}
.contacttitle {
  font-size: 30px;
  font-weight: 100;
}
.contectext {
    width: 100%;
    display: inline-block;
    float: left;
    margin-top: 18px;
}
.textfull {
        width: 100%;
    float: left;

}
.textfull img {
      width: 20px;
    float: left;
    margin-right: -25px;
    margin-top: 14px;

}
.textfull h5 {
            padding-left: 34px;
    width: 100%;
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 24px;}
    .textfull h5 a {
      color: #fff;
      letter-spacing: 1px;
      text-decoration: none;
    }
    ul.footerli {
      margin: 0;
      padding: 0;
    }
    ul.footerli li {
      float: left;
      list-style: none;
      margin-right: 14px;
      width: 40px;
    }
    ul.footerli li a {
      width: 100%;
      display: inline-block;
      float: left;
      border-radius: 100%;
    }
    ul.footerli li a:hover {
      background-color: red;
    }
    ul.footerli li a img {
      width: 100%;
    }
/*contact box END*/
/*footer design start*/
footer {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 25px;
}
.leftulli {
    float: left;
    width: 50%;
    display: inline-block;
}
ul.footer-nav {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
        max-width: 600px;
}
ul.footer-nav li {
 list-style: none;
    float: left;
    width: calc(100%/5);
    text-align: center;
}
ul.footer-nav li a{
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
}
ul.footer-nav li a:hover {
color: red;
}
.rightulli {
    float: left;
    width: 50%;
    display: inline-block;
}
.rightulli p {
text-align: right;
}
.rightulli p a  {
  color: red;
}
.rightulli p a:hover {
  color: #fff;
}
/*footer design end*/
button.form-btn:hover, .form-btn:hover {
text-decoration: none;
color: #ffffff;
background-color: red;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}
/*responsive design start*/
/*Navigation design start*/
@media only screen and (max-width:769px) {}
@media only screen and (max-width:769px) {}
@media only screen and (max-width:769px) {}
@media only screen and (max-width:769px) {}
@media only screen and (max-width:769px) {}




@media (min-width:0px) and (max-width:991px){ 


}



@media only screen and (min-width:991px) { 

.slidingDiv {
    background-color: rgba(0, 0, 0, 0.5);
    padding:0px;
    margin-top: 0px;
    position: fixed;
    color: #000;
    top:23px;
    right: 0;
    z-index: 9;
    height:50px !important;
    display: inline-block !important;
    width:50vw;
}
ul.primary-nav {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
}
ul.primary-nav li {
    list-style: none;
    float: left;
    width: calc(100%/5);
    text-align: center;
}
ul.primary-nav li a {
    text-transform: uppercase;
    font-weight: 500;
    height: 50px;
    padding: 16px 0px;
    width: 100%;
    display: inline-block;
    line-height: 18px;
    color: #fff;
}
ul.primary-nav li:hover, ul.primary-nav li a:hover  {
 background-color:#e00a03;
 color: #fff;
 text-decoration: none;

}
.show_hide {
    display:none !important;
    position: fixed;
    right: 0;
    top: 0;
}


}
@media only screen and (max-width:1600px) {
.aboutsec {
    padding-left: 8vw;
}
  .aboutustextbox {
    background: #3b3b3b;
    width: 50vw;
    float: left;
    padding: 25px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 30px 0 rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}
.skillcol {
        width: 60vw;
    background: #ffffff;
    display: inline-block;
    padding: 30px;
    padding-right: 45px;
    padding-top: 140px;
    border-radius: 0px;
    float: right;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 30px 0 rgba(0, 0, 0, 0.25);
    padding-bottom: 100px;
}
.ourproducts-slider .slider-img {
    width: 100%;
    height:300px;
    display: inline-block;
    background-size: cover !important;
    position: relative;
    margin-bottom: 30px;
}
}
@media (min-width:0px) and (max-width:991px){ 
header {
  height: 85px;
  background-color: #fff;
      z-index: 999999;
}
header .desctop-logo img {
    height: 70px;
    margin: 10px;
}

.show_hide {
    display: none;
    position: fixed;
    right: 20px;
    top: 18px;
}
.navigation {
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 80px;
}
ul.primary-nav {
        margin: 0;
    padding: 26vh 34px;
    display: inline-block;
    width: 282px;
}
ul.primary-nav li  {
      list-style: none;
    width: 100%;
    float: left;
    display: inline-block;
}
ul.primary-nav li a { 
      font-size: 30px;
    font-weight: 600;
    color: #3b3b3b;
    text-transform: uppercase;
    line-height: 70px;
    width: 100%;
    float: left;
}
.slidingDiv {
    background-color: #fff;
    padding: 20px;
    margin-top: 0px;
    position: fixed;
    color: #000;
    top: 0;
    right: 0;
    z-index: 9;
    height: auto !important;
    width: 320px;
    display: inline-block;
    bottom: 0 !important;
}
/*Slider section*/
.sliderbox {
    height:auto;
    width: 100%;
    float: left;
    padding-top: 85px;
}
.mainsliderbox {
    width:100%;
    height: 400px;
        position: static;
}
.slider-img {
     width:100%;
    height: 400px;
}
.owl-next {
        top: 160px;
}
.owl-prev {
        top: 160px;
}
.slider-bg {
        height: 300px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 485px;
    bottom: 0;
    background-color: #fff;
    padding: 54px 42px;
    z-index: 999;
}
.slidrcontetn {
    width: 100%;
    float: left;
    display: inline-block;
}
.slider {
    width: 100%;
    display: inline-block;
    float: left;
    height: auto;
    padding-bottom: 283px;
}
.skillimg {
    display: inline-block;
    width: 100%;
    text-align: center;
    float: left;
    margin-right: 0px;
}
.skilltext {
    padding-left: 0px;
    padding-top:24px;
    text-align: center;
    padding:0px;
}
.skillcol {
        width: 100%;
    padding:15px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.skilllet-left {
   padding-left:0px;
    padding-right:0px;
    padding-top: 0px;
     padding-bottom:0px;

}
.aboutustextbox {
    width: 100%;
    border-radius: 4px;
        padding: 45px;
}
.aboutsec {
    padding-left:0px;
    padding-right:0px;
    padding-top: 0px;
     padding-bottom:0px;
         min-height: auto;
}
.formobile {
  display: block !important;
}
.formobile img {
  width: 100%;
}
.col-4 {
    width:100%;
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0 15px;
}
.inqueryformbox {
    float: left;
    width: 100%;
    background-color: #3b3b3b;
    padding-left:25px;
    padding-right:25px;
    padding-top: 25px;
     padding-bottom:25px;
}
.skillimg img {
    width: 150px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.mapbox {
    width: 100%;
    
}
.mapanchor img {
    height: auto;
        display: none;
}
.formobile img {
    display: block !important;
}
.contactbox {
    width: 100%;
    
}
.contactboxin {
    float: right;
    width: 100%;
    
    padding-left:25px;
    padding-right:25px;
    padding-top: 25px;
     padding-bottom:25px;
}
.leftulli {
    float: left;
    width: 100%;
    display: none;
}
.rightulli {
    float: left;
    width: 100%;
    display: inline-block;
}
footer {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 18px 9px 10px;
}
.ourproducts {
    width: 100%;
    height: auto;
    min-height: auto;
    float: left;
    display: inline-block;
    padding-top: 100px;
    background: #3b3b3b;
}
}

@media (min-width:0px) and (max-width:769px){ 


}
@media (min-width:0px) and (max-width:640px){ 


}
@media (min-width:0px) and (max-width:520px){ 


}
/*navigation desfing end*/