@import url('css/bootstrap.css');
@import url('css/font-awesome.min.css');
@import url('css/owl.carousel.min.css');
@import url('css/owl.theme.css');
@import url('css/css-plugin-collections.css');
@import url('css/menuzord-rounded-boxed.css');
@import url('css/revolution/css/settings.css');
@import url('css/revolution/css/layers.css');
@import url('css/revolution/css/navigation.css');
@import url('css/animate.css');
@import url('css/jquery.fancybox.min.css');
@import url('css/icofont/icofont.min.css');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700|Poppins:400,500,600,700,900&display=swap');

html{
  scroll-behavior: smooth;
}

a, a:hover, a:focus
{
  text-decoration: none;
  outline: none;
}

ul
{
  padding: 0px;
  margin: 0px;
  list-style: none;
}

h1,h2,h3,h4,h5,h6
{
  margin: 0px;
  font-family: 'Josefin Sans';
}
.counsl{
  display: none;
}
body
{
  margin:0;
  padding: 0;
  font-family: 'Poppins' ;

}
p
{
  margin: 0px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #747474;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 10px;
}/*
h2
{
  font-family: 'OpenSans-Bold';
  font-size: 30px;
  color: #222;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 15px;
  }*/
  .section-p22{
    padding-top: 50px;
    padding-bottom: 0;
  }
    .underline-small5{
  color:black;
  text-align: center;
  display:inline-block;
  position:relative;
  width: 100%;
  padding-bottom: 7px;
  text-transform: uppercase;
  
}
.underline-small90{
   text-align: center;
  display:inline-block;
  position:relative;
  width: 100%;
  padding-bottom: 7px;
}

.underline-small5::after{
content: '';
height: 3px;
width: 7%;
background: black;
position: absolute;
left: calc(52% - 5%);
bottom: 46%;
text-align: center;
  
}








.content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}


.bounce {
 height: 50px;  
 overflow: hidden;
 position: relative;
 font-weight:bold;
 color: #000;
}
.bounce p {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 color: #fff;
 line-height: 50px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(50%);
 -webkit-transform:translateX(50%); 
 transform:translateX(50%);
 /* Apply animation to this element */  
 -moz-animation: bouncing-text 2s linear infinite alternate;
 -webkit-animation: bouncing-text 2s linear infinite alternate;
 animation: bouncing-text 2s linear infinite alternate;
}
/* Move it (define the animation) */
@-moz-keyframes bouncing-text {
 0%   { -moz-transform: translateX(5%); }
 100% { -moz-transform: translateX(-5%); }
}
@-webkit-keyframes bouncing-text {
 0%   { -webkit-transform: translateX(5%); }
 100% { -webkit-transform: translateX(-5%); }
}
@keyframes bouncing-text {
 0%   { 
 -moz-transform: translateX(5%); /* Browser bug fix */
 -webkit-transform: translateX(5%); /* Browser bug fix */
 transform: translateX(5%);    
 }
 100% { 
 -moz-transform: translateX(-5%); /* Browser bug fix */
 -webkit-transform: translateX(-5%); /* Browser bug fix */
 transform: translateX(-5%); 
 }
}
























  .underline-small{
  /*color:green;*/
  text-align: center;
  display:inline-block;
  position:relative;
  width: 100%;
  padding-bottom: 7px;
  
}

.underline-small::after{
  content: '';
height: 3px;
width: 9%;
background: #000;
position: absolute;
left: calc(51% - 5%);
bottom: 12%;
text-align: center;
/*   another way you can achieve this
  Check this link: 
  https://goo.gl/GgRdjz
  
  */
  
}
.underline-small3{
  /*color:green;*/
  text-align: center;
  display:inline-block;
  position:relative;
  width: 100%;
  padding-bottom: 7px;
  
}

.underline-small3::after{
  content: '';
height: 3px;
width: 7.5%;
background: black;
position: absolute;
left: calc(51% - 5%);
bottom: 40%;
text-align: center;
/*   another way you can achieve this
  Check this link: 
  https://goo.gl/GgRdjz
  
  */
  
}
.b-l{
  text-transform: lowercase !important;
font-family: inherit;
font-weight: 400 !important;
margin-left: 7%;
}
.quote-button45 {
  background-color: #fff;
font-size: 14px;
color: black;
border-bottom-color: black;
padding-bottom: 5px;
padding-top: 5px;
border-bottom-width: 5px;
border-top: none;
border-left: none;
border-right: none;
padding:7px 30px;
}
.rec-div{
  margin-bottom: 30px;
}
.rec-p{
  margin-bottom: 20px;
}
.rec-h3{
  font-weight: 600;
text-transform: uppercase;
font-family: inherit;
margin-bottom: 10px;
}
.section-client{
  background-color: #efefef;
}
.btn-project9{
  padding: 10px 30px;
text-transform: uppercase;
letter-spacing: 1px;
color: #fff;
font-size: 16px;
line-height: 30px;
border-radius: 0px;
background: black;
font-weight: 700;
}
.btn-project{
  padding: 10px 30px;
text-transform: uppercase;
letter-spacing: 1px;
color: #fff;
font-size: 16px;
line-height: 30px;
border-radius: 0px;
background: #343434;
}
.services h3
{
  color: white;
font-size: 22px;
font-weight: 900;
margin-top: 10px;
}
.section-project h1{
    text-align: center;
color: #000000;
font-weight: 100;
font-size: 24px;
padding-bottom: 30px;
font-weight: 400;
  }
  .recently-section  span{
    text-align: center;
color: #0d8abf;
font-weight: 800;
font-size: 24px;
  }
  .client-p{
    line-height: 30px;
color: #000000;
font-weight: 400;
font-family: "Open Sans";
text-align: center;
font-size: 14px;
  }
    .client-p2{
    line-height: 30px;
color: #000000;
font-weight: 600;
font-family: "Open Sans";
text-align: center;
font-size: 14px;
  }
  .recently-section  h1{
    text-align: center;
color: black;
font-weight: 100;
font-size: 24px;
padding-bottom: 30px;
/*font-weight: 400;*/
  }
    .section-client  span{
    text-align: center;
color: #000000;
font-weight: 800;
font-size: 24px;
  }
  .section-client  h1{
    text-align: center;
color: #000000;
/*font-weight: 100;*/
font-size: 24px;
padding-bottom: 30px;
/*font-weight: 400;*/
  }
  .project-img{
  width: 100%;
  margin-bottom: 30px;
  }
  .section-project span{
    text-align: center;
color: #0d8abf;
font-weight: 600;
font-size: 24px;
  }

  .underline-small2{
  /*color:green;*/
  text-align: center;
  display:inline-block;
  position:relative;
  width: 100%;
  color: #fff;
  padding-bottom: 7px;
  text-transform: uppercase;
  
}

.underline-small2::after{
content: '';
height: 3px;
width: 6%;
background: #fff;
position: absolute;
left: calc(52% - 5%);
bottom: 0%;
text-align: center;
  
}
  .section-p
  {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .container {
    max-width:1200px;
  }
  .section-fields h1{
    text-align: center;
color: white;
font-weight: 100;
font-size: 24px;
padding-bottom: 30px;
  }
  .section-fields span{
    text-align: center;
color: white;
font-weight: 600;
font-size: 24px;
  }
   .machinery-section h1{
    text-align: center;
color: white;
font-weight: 100;
font-size: 24px;
/*padding-bottom: 20px;*/
  }
  .machinery-section p{
    color: #ffffff;
/*font-weight: 600;*/
font-family: "Open Sans";
text-align: center;
  }
  .machinery-section span{
    text-align: center;
color: white;
font-weight: 600;
font-size: 24px;
  }

/*
====================================================================
  Top Header style
====================================================================
***/
.social-icon-fa{
  width: 25px;
  height: 25px;
}
.top-header
{
  background: #424242;
  padding: 3px 0px 6px;
}
.pb-0{
  padding-bottom: 0 !important;
}
.fa-map-marker{
  margin-top: 4px;
}
.contact-h3{
  background: #0d8abf;
  padding: 10px 20px 7px;
  width: 25%;
  color: #fff;
  margin-bottom: 30px !important;
}
.top-contact li
{
  color: #fff;
  list-style: none;
  float: left;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 30px;
  padding: 0px 10px;
}
.top-contact li:first-child
{
  padding-left: 0px;
}
.top-contact li i {
  font-size: 15px;
  height: 14px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  margin: 0;
  color: #7b7b7b;
  line-height: 14px;
  margin-right: 0px;
}
.abt-imgg{
  margin-bottom: 15px;
}
.top-social-ul
{
  float: right;
  /*padding-right: 10%;*/
}
.top-social-ul li
{
  color: #fff;
  list-style: none;
  float: left;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 30px;
}
.top-social-ul li
{
  float: left;
  text-align: center;
}
.top-social-ul li a
{

  text-align: center;
  vertical-align: middle;
  color:#7b7b7b;
  margin: 0px 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.btn-info{
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.btn
{
  padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing:1px;
  color:#fff;
  font-size: 16px;
  line-height: 30px;
  border-radius: 25px;
  background: #343434;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: 10px;
}
.btn-read
{
  padding: 7px 20px;
  text-transform: uppercase;
  letter-spacing:1px;
  color:#fff;
  font-size: 16px;
  line-height: 30px;
  border-radius: 0px;
  background: #0d8abf;
  margin-left: 0% !important;
  border:1px solid #0d8abf;
  margin-top: 10px;
  transition: 0.5s ease;
}
.btn-read:hover
{
  background: #000;
  color: #fff;
  box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
}

.btn-1
{
  padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing:1px;
  color:#222;
  font-size: 16px;
  line-height: 30px;
  border-radius: 25px;
  background: #ffffff;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.btn-1:hover
{
  background: #1971b8;
  color: #fff;
  box-shadow: 0px 0px 0px rgba(0,0,0,0.5)
}
h2
{
  font-size: 35px;
  letter-spacing: 1px;
  line-height: 35px;
  color: #343434;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 800;
}
/*
====================================================================
  Header style
====================================================================
***/


.menuzord
{
  background: transparent;
}
.menuzord-brand 
{
  padding: 15px 0px 12px;
  position: relative;
}
.menuzord-brand img 
{
  height: 60px;
  padding-right: 7px;
	margin-left: -108px;
}
.slider-view-new {
    position: absolute;
    top: 45%;
    border:none;
    right: 10.5%;
    background-color: #141515;
    font-size: 14px;
    line-height: 28px;
    color: white;
    font-weight: 700;
    font-family: "Open Sans";
    text-align: left;
    border-color: white;
    padding: 5px 21px;
    text-transform: uppercase;
}
.slider-view-new2 {
    position: absolute;
    top: 35%;
    border:none;
    right: 10.5%;
    background-color: #0d8abf;
    font-size: 14px;
    line-height: 28px;
    color: white;
    font-weight: 700;
    font-family: "Open Sans";
    text-align: left;
    border-color: white;
    padding: 5px 21px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.menuzord-menu {

  position: relative;
}
.menuzord-menu > li > a 
{
  padding: 0px 10px;
  color: #222222;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 40px;
  text-transform: uppercase;
  border-radius: 0px;
  position: relative;
  border-radius: 9px;
}
.contact-us-page h2{
  /*margin-left: 35%;*/
}

.menuzord-menu > li 
{
  padding: 23px 0px;
  float: none;
}



.business .card-img-top {
  width: 50%;
  margin-left: 25%;
}
.business .card-body {
  padding: 0 0 10px;
  text-align: center;
}
.business .card-title {
 font-family: 'Poppins';
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
.business .card {
  padding: 20px 10px 5px;
  border: 1px solid rgb(13, 139, 192);
  margin-bottom: 20px;
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  background:#000;
}












.contact-us-page
{
  padding: 50px 0px;
  /*padding-top: 120px;*/
  background: #fff;
}
.contact-us-page h2
{
  font-family: 'OpenSans-ExtraBold';
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.contact-details
{
  padding: 50px;
  background: #0d8abf;
  border-radius: 10px;
}
.content-box 
{
  padding: 15px 0px;
}
.content-box  i 
{
  background-color: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  color: #0d8abf;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  float: left;
  line-height: 50px;
}
.content-box i::before {
  font-size: 20px;
}
.content-box .text 
{
  padding-left: 75px;
}
.content-box .text p  span
{
  font-size: 16px;
  color: #fff;
  font-family: 'OpenSans-Bold';
}
.content-box .text p a{
  color: #fff !important;
}
.content-box .text p {
  font-size: 16px;
line-height: 25px;
color: #fff;
font-family: 'Josefin Sans';
letter-spacing: 1px;
text-align: left;
}
.content-box:nth-child(2) .text p, .content-box:nth-child(3) .text p
{
/*line-height: 5px;*/
}

.social-block 
{
  position: relative;
  margin-top: 10px;
}

.social-block a 
{
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #b42827;
  border-radius: 50%;
  text-align: center;
  transition: all .4s ease;
}
  .side_btn {
    color: #fff;
    left: 0px;
    z-index: 1;
    bottom: 70px;
    font-weight: 700;
    position: fixed;
  =
    background-color: #343332;
    z-index: 999;
    color: #fff;
    bottom: 0px;
}
.side_btn a {
    padding: 15px 25px 15px;
    color: #fff;
    letter-spacing: 1px;
    border: 1px solid #fff;
}
.block-display {
    width: 100%;
    display: block;
}
 .img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%; 
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
   z-index: 999;
   opacity: 1;
   -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.bts-popup.is-visible { 
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  z-index: 999;
}

.bts-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;

  border-radius: none; 
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bts-popup-container img {
  padding: 20px 0 0 0;
}
.bts-popup-container p {
  color: white;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
  display: inline-block;
  margin-bottom: 10px;
}

.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}






.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 15px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 16px;
  height: 3px;
  background-color: white;
}
.bts-popup-container .bts-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}
.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.close {
  position: absolute;
  right: 22px;
  top: 10px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 7px;
  background-color: #ba0000;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1170px) {
  .bts-popup-container {
    margin: 8em auto;
  }
  .slider-view-new{
    top: 50%;
  }
}
.social-block a i 
{
  font-size: 14px;
  color: #fff;
  line-height: 50px;
  background: transparent;
}

.social-block a:hover 
{
  background: #fcce32;
}

.image img:hover 
{
  
    color: #fff;
    background: #3d86e4;

}
.form-control{
    color:black;
    height: 50px !important;
}
.social-block a+a 
{
  margin-left: 6px;
}

.content-box:last-child
{
 padding-bottom: 0px;
}

.content-box:first-child
{
  padding-top: 0px;
}

.google-map
{
    margin-top:60px;
    margin-bottom:60px;
}
.google-map222
{
    margin-top:60px;
}
.google-map iframe
{
  height: 350px !important;
  width: 100%;
  display: inherit;
  border: 5px solid #fff !important;
  border-radius: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}



.menuzord-menu > li.active > a, .menuzord-menu > li:hover > a 
{
  color: #fff;
  background:#0d8abf;
}

.menuzord-menu ul.dropdown
{
  top: 80px !important;
}
.menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown
{
  background:#fff;  
}

.menuzord-menu ul.dropdown li a
{
  font-size: 14px;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #222;
  letter-spacing: 1px;
  line-height: 20px;
  text-align:left;
  font-weight: 400;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
figure {
   width: 100%;
   height: 300px
}
.thumbnail {
   position: relative;
   width: 100%;
   height: 90%;
   margin-bottom: 10px;
   overflow: hidden
}

.thumbnail > img {
    max-width: 100%;
    height: 100%;
    transition: all 0.3s ease
}

.thumbnail div {
   position: absolute;
   background: rgba(1,1,1,0.8);
   color: #fff;
   width: 100%;
   height: 100%;
   opacity: 0;
   transition: all 0.3s ease;
  line-height: 30px;
text-align: center;
font-size: 30px;
z-index: 2;
padding-top: 35%;
cursor: pointer;
   
}

.thumbnail:hover > img {
   transform: scale(1)
}

.thumbnail:hover > div {
   opacity: 1
}


.menuzord .menuzord-menu ul.dropdown li:hover > a
{
  color:#fff;
  background:#0d8abf;
}
.menuzord-menu ul.dropdown li
{
  padding: 0px;
  border-bottom: 1px  solid rgba(0,0,0,0.2);
}
.menuzord-menu ul.dropdown
{
  top: 50px;
  text-align: left;
}
.quote{
  background-image: url('images/quote.png');
}
.quote-button{
  background-color: #fff;
  font-size: 14px;
  float: right;
  color:black;
  border-bottom-color: black;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom-width: 5px;
  /*border: none;*/
  border-top: none;
  border-left: none;
  /*border-radius: n;*/
  border-right: none;
}
.index-img{
  width: 120px;
  height: 18vh;
}
.slider-contact1{
  background-color: #000000;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
  font-family: "Open Sans";
  text-align: left;
  border-color: white;
  padding: 1px 10px;
}
.quote h2{
  font-size: 16px;
  line-height: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  /*padding-left: -17px;*/
  margin-left: -30px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Open Sans";
  text-align: center;
}
.slider-contact{
 position: absolute;
 top: 60%;
 left: 18.5%;
 background-color: #000000;
 font-size: 14px;
 line-height: 28px;
 color: #fff;
 font-weight: 700;
 font-family: "Open Sans";
 text-align: left;
 border-color: white;
 padding: 1px 10px;
}
.slider-view{
 position: absolute;
 top: 60%;
 left: 10.5%;
 background-color: #fff;
 font-size: 14px;
 line-height: 28px;
 color: #033d78;
 font-weight: 700;
 font-family: "Open Sans";
 text-align: left;
 border-color: white;
 padding: 1px 10px;
}
.slider-view3{
position: absolute;
top: 28%;
left: 10.5%;
background-color: #033d78;
font-size: 14px;
line-height: 28px;
color: white;
font-weight: 700;
font-family: "Open Sans";
text-align: left;
border-color: white;
padding: 5px 21px;
}
.slider-p{
  position: absolute;
  top: 48%;
  left: 10.5%;
  font-size: 13px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
  font-family: "Open Sans";
}
/*
====================================================================
  Main Slider style
====================================================================
***/

.main-slider{
  position:relative;
  z-index:10;
}/*
.tparrows 
{ 
  background-color: rgba(255, 255, 255, 10); 
  width: 60px; 
  height: 60px; 
  color: #222;
  transition: background ease 0.3s; 
  border-radius: 50%;
}
.tparrows:before
{ 
  line-height:60px;
  color: #000;
  font-weight: 800;
}
.tparrows:hover
{   background: linear-gradient(90deg, rgba(74,71,141,1) 0%, rgba(36,26,123,1) 100%);
    color: #fff;
}
.tparrows:hover:before
{
  color: #fff;
}
.hesperiden .tp-bullet
{
  width: 15px;
  height: 15px;
  border:none;
  background: rgba(0,0,0,0.5);
}
.hesperiden .tp-bullet:hover, .hesperiden .tp-bullet.selected
{
  background: #fcce32;
  }*/
/*
.slotholder:before {
  border-top: none;
  border-bottom: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(36,26,123,0) 100%);
  content: '';
  }*/
  .main-slider h1
  {
    position:relative;
    color:#fff;
    font-size:80px;
    line-height:80px;
    padding: 0px 10px;
    letter-spacing: 5px;
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
  }
  .main-slider h4
  {
    position:relative;
    color:#fff;
    font-size:25px;
    line-height:50px;
    font-family: 'Poppins-Medium';
    letter-spacing: 5px;
    text-transform: uppercase;
  }
  .main-slider h2
  {
    position:relative;
    color:#fff;
    font-size:30px;
    line-height:30px;
    font-family: 'Poppins-SemiBold';
    letter-spacing: 5px;
    text-transform: uppercase;

  }

  .main-slider a
  {
    padding: 10px 20px;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    letter-spacing: 2px;
    color:#000;font-size: 18px;
    line-height: 20px;
    background: #fff;
  }

  .slider-bottom-section
  {
    padding: 50px 0px;
    background: #fef4f4;
  }
  .slider-bootm-block
  {
    width: 16.66%;
    padding: 0px 20px;
    text-align: center;
    float: left;
  }
  .slider-bootm-block img
  {
    border: 2px solid #2b2272;
    border-radius: 50%;
    max-height: 120px;
    margin: 0px auto;
  }
  .slider-bootm-block h3
  {
    font-family: 'Poppins-SemiBold';
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 25px;
    margin-top: 10px;
  }
/*
====================================================================
  Home Page About Us Section Style
====================================================================
***/
.home-about-section
{

  position: relative;
}
.home-about-section:before
{
  content: " ";
  background: #f5f5f5;
  position: absolute;
  width:37%;
  height:100%;
  left: 0;
  top: 0;
}
.home-about-h{
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.home-about-h2{
 text-align: center;
 /*text-decoration: underline;*/
 /*text-decoration-thickness: auto;*/
 /*-webkit-text-decoration-color: #0086c1;*/
 /*text-decoration-color: #0086c1;*/
 padding-top: 10px;
 /*text-decoration-thickness: 4px;*/
 font-weight: 900;
 color: #000 !important;
}
.home-span2{
  font-weight: 800;
}
.home-about-section .row
{
  display: flex;
}
.home-about-title
{
  background: #fff;
}
.home-about-section h2
{
  font-size: 35px;
  letter-spacing: 1px;
  line-height: 35px;
  color:#343434;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 800;
}

.home-about-section h2 span
{
  display: inherit;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}
.home-about-text
{
  padding-left: 50px;
}
.home-about-text span{
  color: #847e7e;
}
.pp2{
  letter-spacing: 0;
  font-size: 15px;
  padding-bottom: 10px;
}
/*--------------------------------------
    clients-section
----------------------------------------*/
.clients-section
{
  padding: 50px 0px;
  background: #f6f6f6;
}

#our-clients
{
    margin-top:30px;
}
#our-clients .item
{
    margin: 0px 15px;
    border: 5px solid rgba(15, 116, 187, 0.2);
}

#our-clients .owl-prev,
#our-clients .owl-next {
    position: absolute;
    top: 20%;
    border-radius: 2px;
    width: 28px;
    height: 50px;
    background-color: #;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: all 0.3s ease;
}
#our-clients
{
    overflow: hidden;
}
#our-clients .owl-next {
    right: -40px;
}
#our-clients .owl-prev {
    left: -40px;
}
#our-clients:hover .owl-next {
    right: 10px;
}
#our-clients:hover .owl-prev {
    left: 10px;
}
.home-about-section p
{

  line-height: 30px;
  letter-spacing: 0px;
  color: #747474;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 10px;
}
.abt-imgg{
  padding: 15px 25px;
}
.abt-imgg2{
  padding: 15px 12px;
}
.section-fields{
  background-image: url('images/fields.png');
   position: relative;
 background-size: 100% 100%;
 background-position: center;
}
.recently-section{
  background-image: url('images/project.jpg');
  position: relative;
  background-size: 100% 100%;
  background-position: center;
}
.section-project{
  background-image: url('images/projects.png');
  position: relative;
  background-size: 100% 100%;
  background-position: center;
}
.card {
  box-shadow:0 0px 1px 0 rgb(0, 0, 0);
  padding: 16px;
  text-align: center;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 25px 25px;
}
.section-project h3{
color: #0d8abf;
font-weight: 700;
font-family: "Open Sans";
text-align: center;
font-size: 16px;
padding-bottom: 10px;
}
.section-project p{
  font-weight: 400;
color: black;
font-size: 12px;
text-align: center;
}

/*
====================================================================
  Home Page Services Section Style
====================================================================
***/
.happy-section{
  background-image: url('images/happy.png');
  position: relative;
 background-size: 100% 100%;
 background-position: center;
}
.lens-section
{
 background: url('images/sus1.jpg');
 position: relative;
 background-size: 100% 100%;
 padding: 35px 0 55px;
 background-position: center;
}
.lens-section h1
{
  line-height: 48px;
  color: #000;
font-weight: 600;
font-family: "Open Sans";
text-align: center;
font-size: 26px;
text-transform: uppercase;
margin-bottom: 30px;
}
.lens-section h1 span{
  text-align: center;
  color: #0d8abf;
  font-weight: 800;
  font-size: 24px;
}
.lens-section .pro-ul{
  margin-bottom: 30px;
}
.lens-section p{
 line-height: 26px;
color: #fff;
text-align: left;
font-family: "Open Sans";
margin-top: 50px;
}

.product-box
{
  background: #fff;
  border-radius: 10px;

}
.product-img
{
  padding: 10px;
  padding-bottom: 10px;
}
.product-text
{
  display: flex;
  align-items: center;
  height: 60px;
  justify-content: center;
  width: 100%;
}
.product-box h3 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}
.product-box h3 span
{
  display: inherit;
  font-size: 14px;
  text-transform: capitalize;
}
.product-carousel
{
  margin-top: 20px;
}
.product-carousel .item
{
  padding: 0px 15px;
}
.product-carousel .owl-nav div
{
  color: #fff;
  font-size: 20px;  
  left: 15px;
  margin-top: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-30px);  line-height: 60px;
  height: 60px;
  width: 60px;
  transition: 0.4s;
  border-radius: 50%;
  z-index: 1;
  padding: 0px !important;
  text-align: center;
  background: #222; 
  transition: all 0.8s ease;
}
.product-carousel .owl-nav div.owl-next 
{
  left: auto;
  right: -15px;
  box-shadow: -4px 4px 5px rgba(0,0,0,0.3);
}
.product-carousel .owl-nav div.owl-prev
{
  left: -15px;
  box-shadow: 4px 4px 5px rgba(0,0,0,0.3);
}
/*
====================================================================
  Home Following Section Style
====================================================================
***/
.home-following-section
{

  position: relative;
}
.home-following-text-block
{
  padding-left: 30px;
}
.home-following-img
{
  padding-right: 30px;
}
.home-following-text
{
  background: #343434;
  padding:  40px 30px;
  border-radius: 0px 0px 100px 0px;
  color: #fff;

}

.home-following-text h3
{
  text-transform: uppercase;
  font-weight: 900;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 20px;
}
.home-following-text  ul
{

}
.home-following-text  ul li
{
  padding-left: 35px;
  font-size: 18px;
  line-height: 30px;
  text-transform: capitalize;
  font-family: 'Josefin Sans';
  position: relative;
  margin: 10px auto;

}
.home-following-text  ul li:before
{ 
  position: absolute;
  content: '\f111';
  left: 0px;
  top: 0;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  font-family:Font Awesome\ 5 Free;
  line-height: 30px;
}
/*
====================================================================
  Testimonial Section Style
====================================================================
***/
       
      .section-fields p{
        color: white;
        color: #ffffff;
font-weight: 700;
font-family: "Open Sans";
text-align: center;
        text-align: center;
        line-height: 30px;
        /*margin-bottom: 20%;*/
      }    
.fiels-cls{
  padding-bottom: 5px;
}

.fiels-cls:hover{
  animation-name: rotate;animation-duration: 500ms;animation-iteration-count: 1;animation-timing-function: ease;animation-fill-mode: forwards;
}
.machinery-section
{
  background: url(images/bg.webp);
  background-size: 100% 100%;
}
.testimonial-carousel .owl-controls
{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.testimonial-carousel .owl-dot 
{
  float: left;
}
.testimonial-carousel .owl-dot span
{
  width: 10px;
  height: 10px;
  margin: 2.5px ;
  background: #03acf3;
  opacity: 0.5;
  border-radius: 50%;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;display: inline-block;
}
.testimonial-carousel .owl-dots .active span 
{
  width: 15px;
  opacity: 10;
  height:15px;
  margin: 0px 5px;
}
.testimonial-box
{
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  padding-top: 70px;
  position: relative;
}
.testimonial-box:before
{
  content: " ";
  position: absolute;
  background: url(images/testimonial-icon.png) no-repeat;
  width: 75px;
  height: 85px;
  background-size: contain;
  top: -35px;
  right: 30px;
}
.testimonial-box p
{
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 30px;
}
.testi-img
{
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.testi-img img
{
  width: 70px !important;
  border-radius: 50%;
}
.testi-title
{
  padding-left: 25px;
}
.testi-title h4
{
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 30px;
  font-weight: 800;
}
#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
.goog-text-highlight {background-color:transparent !important;box-shadow:none !important;}
body {top:0 !important;}
#google_translate_element2 {display:none!important;}

   .main__menu li.drop {
    position: relative;
} 
.main__menu li.drop ul.dropdown {
    background: #ffffff none repeat scroll 0 0;
box-shadow: 0 0 0px
rgba(0, 0, 0, 0.1), 0 1px 3px
    rgba(0, 0, 0, 0.1);
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 120%;
    transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
    width: 220px;
    z-index: 999;
}
@media only screen and (max-width: 500px) {
.clientlogo{
  margin-bottom: 10px;
}
.contact-h3{
  width: 70%;
}
.contact-details{
  padding: 20px;margin-bottom: 30px;
}.content-box .text {
  padding-left: 50px;
}
.content-box .text p {
  font-size: 14px;
  }.content-box {
  padding: 0px 0px;
}
.content-box i{
  width: 40px;
  height: 40px;line-height: 40px;
}
  .slider-view{
    left: 2% !important;
    padding: 0px 4px !important;
    top: 75% !important;
  }
  .slider-contact{
    left: 25% !important;
    padding: 0px 4px !important;
    top: 75% !important;
  }
  .rev_slider{
    height: 180px !important;
  }
  .slider-view3{
    margin-top: 10px;
    padding:1px 5px !important;
  }
  .main-slider{
    height: 180px !important;
  }
 .col-md-4{
    margin-bottom:20px;
  }
  .section-fields p{
    font-size: 12px !important;
  }
  .machinery-section p{
    font-size: 12px !important;
  }
}


.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#39b54a;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
.social-icons li a {
    color: #fff;
    width: 50px;
    height: 39px;
    font-size: 15px;
    display: inline-block;
    line-height: 39px;
}
.social-icons li {
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0px;
}
.social-icons {
    float: right;
    margin: 0px;
}
/*
====================================================================
  Footer-section Style
====================================================================
***/
.underline-small11::after{
content: '';
height: 3px;
width: 33%;
background: #0086c1;
position: absolute;
left: calc(5% - 5%);
bottom: 16%;
text-align: center;
  
}
  .underline-small11{
  /*color:green;*/
  text-align: left;
  display:inline-block;
  position:relative;
  width: 100%;
  padding-bottom: 7px;
  
  }
    .underline-small12{
  /*color:green;*/
  text-align: left;
  display:inline-block;
  position:relative;
  width: 100%;
  padding-bottom: 7px;
  
  }
  .underline-small12::after{
content: '';
height: 3px;
width: 35%;
background: #0086c1;
position: absolute;
left: calc(5% - 5%);
bottom: 15%;
text-align: center;
  
}
.underline-small13{
  /*color:green;*/
  text-align: left;
  display:inline-block;
  position:relative;
  width: 100%;
  padding-bottom: 7px;
  
  }
  .underline-small13::after{
content: '';
height: 3px;
width: 30%;
background: #0086c1;
position: absolute;
left: calc(5% - 5%);
bottom: 15%;
text-align: center;
  
}
.underline-small14{
  /*color:green;*/
  text-align: left;
  display:inline-block;
  position:relative;
  width: 100%;
  padding-bottom: 7px;
  
  }
  .underline-small14::after{
content: '';
height: 3px;
width: 28%;
background: #0086c1;
position: absolute;
left: calc(5% - 5%);
bottom: 15%;
text-align: center;
  
}
 
footer
{
  background: #131313;
  padding: 40px 0px;
}

.footer-block
{
  text-align: center; 
}
.footer-box
{
  text-align: left;
}
.footer-box h3, .footer-inner-box h3
{
  font-size: 18px;
  margin-top: 0px;
  color: #fff;
  line-height: 30px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  font-weight: 800;
}
.footer-box img
{
  max-height: 80px;
}

.footer-box p
{
  line-height: 25px;
  letter-spacing: 1px;
  font-size: 14px;
  color: #fff;
  text-align: justify;
}
.footer-block:first-child
{
  padding-right: 30px;
}
.footer-social_icon
{
  margin-top: 0px;
  float: left;
  list-style: none;
}
.footer-social_icon li 
{

  margin: 15px 0px ;
}
.footer-social_icon li a 
{
  display: flex;
  align-items: center;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.footer-social_icon li a i 
{
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;/*
  color: #0086c1;
  background: #fff;*/
  border-radius:5px;
  display: block;
  margin-right: 10px;
}
.text22 p{
  line-height: 50px !important;
}
nav .active{
  background: #118cc0 !important;
  color: #fff !important;
}
.facebook i
{

  background: #1567f0;
  color: #fff;
}
.instagram i
{
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  color: #fff;
}
.twitter i
{
  background: #55acee;
  color: #fff;
}
.youtube i
{
  background:#d90000;
  color: #fff;
}
.quick-link
{
  padding-left: 0px;
  margin-bottom: 0px;
  float: left;
}
.quick-link li
{
  line-height: 13px;
  transition: all 0.3s ease-out 0s;
  list-style: none;
  padding-bottom: 15px;
  text-align: left;
}   
.quick-link li:last-child
{
  padding-bottom: 0px;
}

.quick-link li  a
{
  position: relative;
  padding-left: 10px;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  /*text-transform: uppercase;*/
  display: inline-block;
}
/*.quick-link li a:before
{
  position: absolute;
  content: '\f35a';
  left: 0px;
  top: 0;
  font-family: 'Font Awesome\ 5 Free';
  font-size: 15px;
  color: #ffffff;
  height: 25px;
  font-weight: 800;
  line-height: 25px;
}*/

.footer-inner-box
{
  float: left;
  /*width: 50%; */
  text-align: left;
}
.footer-inner-box:first-child
{
  padding-right: 30px;
}
.download-box
{
  margin-bottom: 20px;
}
.download-box img
{
  max-height: 50px;
}
.footer-contact 
{
  /*float: left;*/
}
.footer-contact div 
{
  margin-bottom: 10px;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.footer-contact div:first-child
{
  margin-top: 0px;
} 
.footer-contact div:last-child 
{
  margin-bottom: 0px;
}

.footer-contact div:nth-child(2) p
{
  line-height: 25px;
}
.footer-contact i 
{
  float: left;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  width: 20px;
  height: 25px;
}

.footer-contact p 
{
  margin-left: 30px;
  line-height: 30px;
  margin-top: 0px;
  letter-spacing:1px;
  margin-bottom: 0px;  
  font-size: 13px;
  text-align: left;
  color: #fff;
}
.footer-contact p a
{
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.footer-contact p a:hover
{
  border-bottom: 2px solid #414141;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.copy-right-section
{
  background: #0086c1;
  position: relative;
}

.copy-right-section p
{
  line-height: 30px;
  padding: 10px 0px 0;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;  
  font-size: 15px;
}

.scroll-top-wrapper 
{
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 999;
  background-color: #333;
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: 30px;
  bottom: 30px;
  color: #ffffff;
  text-shadow: 0 
  -webkit-animation: jump 1s ease-in alternate infinite;
  animation: jump 1s ease-in alternate infinite;
}
.scroll-top-wrapper:hover 
{
  background-color: #0086c1;
  color: #fff;
}
.scroll-top-wrapper.show 
{
  visibility:visible;
  cursor:pointer;
  opacity: 1.0;
}
.scroll-top-wrapper i
{
  line-height: inherit;
  font-size: 24px;
}

#scrollUp {

}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 50%, 0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 50%, 0);
  }
}

/*
====================================================================
  page-title Style
====================================================================
***/
.page-title {
  position: relative;
  padding-top:30px;
  padding-bottom: 30px;
  background: #0d8abf;
  background-size: 100% 100%;
  /*background-attachment: fixed;*/
  background-position: center center;
}


.page-title .title-text 
{
  z-index: 1;
  position: relative;
}
.page-title .title-text h2 
{
  font-size: 36px;
  line-height:40px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px){
  .page-title .title-text h2{
    font-size: 36px;
  }
}
@media screen and (max-width: 500px){
  .page-title .title-text h2{
    font-size: 20px !important;
  }
}
.page-title .title-text ul 
{
  margin-bottom: 0;
  padding-left: 0;
}
.page-title .title-text ul li 
{
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  margin: 0 15px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-title .title-text ul li a
{
  color:#fff;
}
.page-title .title-text ul li:before {
  position: absolute;
  content: '';
  background: #ffffff;
  width: 5px;
  height: 5px;
  top: 10px;
  right: -20px;
}
.page-title .title-text ul li:last-child:before
{
  display:none;
}
/*
====================================================================
  About Us page Style
====================================================================
***/

.abt-policy {
  text-transform: lowercase;
}

.abt-policy::first-letter {
  text-transform: uppercase;
}

.about-page
{
  padding:60px 0px;
}
.project-page
{
  padding:50px 0px 20px;
  /*padding-top:180px;*/
}

/*.about-page h2
{
  font-size: 35px;
  letter-spacing: 1px;
  line-height: 35px;
  color:#343434;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 15px;
}*/

.about-page h2 span
{
  display: inherit;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}
.about-page h2 b{
     text-transform: none;
}
.td-image-box {
  position: relative;
  margin-bottom: 50px;
}
.td-image-box2 {
  position: relative;
  margin-bottom: 50px;
}

.td-button-wrap {
  margin-top: 43px;
}

.td-text-wrap {
  margin-top: 18px;
}

.td-image-box img,
.td-image-box a {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.project-page .td-image-box2{
  margin-bottom: 30px;
}
.td-image-box .td-image-dotted-bg {
  position: absolute;
  left: 95px;
  z-index: 1;
  top: -76px;
}
.td-image-box2 img,
.td-image-box2 a {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.td-image-box2 .td-image-dotted-bg {
  position: absolute;
  left: 95px;
  z-index: 1;
  top: -76px;
}

/*.td-image-box:before {
position: absolute;
height: 200px;
width: 50%;
background: #0d8abf;
bottom: -50px;
left: -101px;
content: '';
top: -86.5px;
}*/
.td-image-box2::before {
   position: absolute;
height: 200px;
width: 50%;
background: #0d8abf;
bottom: -32px;
left: -104px;
content: '';
top: 290px;
}
.pt-30{
  padding: 0px 0 60px;
}
/*============media screen============*/
@media screen and (max-width: 1201px) {
  .abt-imgg2 {
  padding: 15px 5px;
}
  .quote h2{
    font-size: 16px;
    margin-left: 1%;
  }
   .project-img{
  width: 100%;
  }
  .slider-p{
    font-size: 11px;
    left: 8.5%;
  }
  .menuzord-menu > li
  {
    padding: 20px 0px;
  }
  .menuzord-menu > li a
  {
    padding: 0px 3px;
  }
  .menuzord-menu > li > a{
    font-size: 12px;
  }
  .menuzord-menu
  {
    padding-left: 0px;
  }
  .menuzord-brand img
  {
    /*height: 60px;*/
	  height: 55px;
	  margin-left: -35px;
  }

  header .container-fluid
  {
    padding: 0px 15px;
  } 
  .slider-bootm-block h3
  {
    font-size: 15px;
  }
  .home-services-box p
  {
    font-size: 14px;
  }
  .home-services-box h3
  {
    font-size: 18px;
    letter-spacing: 0px;
  }
  .slider-contact{
    left: 22%;
    top: 70%;
  }
  .slider-view{
    top: 70%;
  }

}
.mobile_footer{
  display: none;
}
@media screen and (max-width: 993px) {
  .home-about-h{
    margin-left: 0 !important;
  }
  .section-p {
    padding-top: 30px;
    padding-bottom: 40px;
}
  .desktop_footer{
    display: none;
  }
  .mobile_footer{
    display: block;
  }
  .image img{
      width: 100% !important;
    }
  .td-image-box:before{
      display: none;
    }
    .td-image-box2:before{
      display: none;
    }

  .slider-view3 {
    position: absolute;
    top: 12%;
    left: 5.5%;
  }
 .pm{
  margin-bottom: 10% !important;
 }

.menuzord-responsive .menuzord-brand
{
  margin: 0px;
  padding-left: 20px;
}
.menuzord-brand img
{
	margin-left: 0px;
  height: 70px;
}
.menuzord-responsive .menuzord-menu > li 
{
  padding: 0;
  display: inline-block;
}
.menuzord-menu > li > a
{
  line-height: 45px;
}

  /*
  #menuzord-right:before
  {
    content: " ";
    position: absolute;
    background: #00a0e3;
    width: 100%;
    height: 100px;
    top: 0;
    left: 50%;
    z-index: -1;
    }*/
    .menuzord .showhide
    {
      background: #0d8abf;
    }
    .menuzord-menu
    {
      padding-left: 0px;
    }
    .menuzord-right li a, .menuzord-right li a:hover
    {

    }
    .menuzord-responsive .menuzord-menu li .indicator
    {
      height: 50px;
      line-height: 50px;
    }
    .menuzord .showhide 
    {
      width: 70px;
      height: auto;
      padding: 30px 20px;
      display: none;
      float: right;
      text-decoration: none;
      text-align: center;
    }
    .menuzord .showhide em
    {
      background: #fff;
      width: 25px;
      height: 2px;
      margin: 4px 0px;
      float: left;
    }
    .img-block
    {
      width: 50%;
      float: left;
    }
    .home-services-block
    {
      width: 50%;
      float: left;
    }
    .home-services-box p
    {
      font-size: 15px;
      min-height: 50px;
    }
    .offers-img-block
    {
      display: none;
    }
    .footer-block
    {
      width: 100%;
      float: left;
      margin: 15px auto;
    }
    .td-image-box .td-image-dotted-bg
    {
      display:none;
    }
    .home-about-section .row
    {
      display:inherit;
    }
    .home-about-section:before
    {
      display:none;
    }
    .home-about-title
    {
      padding-bottom:25px !important; 
    }
    .home-about-text
    {
      padding-left: 15px;
      padding-top: 25px !important;

    }
    .product-carousel .owl-nav div.owl-next
    {
      right:0px;
    }
    .product-carousel .owl-nav div.owl-prev
    {
      left:0px;
    }
    .slider-contact{
      top: 75%;
      left: 26.5%;
      padding: 0px 5px;
    }
    .slider-view{
      top: 74.5%;
      left: 10%;
      padding: 0px 5px;
    }
    .home-img{
      margin-left: 10%;
      width: 80%;
    }
    .abt-imgg {
    padding: 15px 18px;
}
.abt-imgg2 {
  padding: 15px 12px;
}
.btn-read{
  margin-left: 35%;
}

.slider-p{
  top: 28%;
  width: 30%;
}
  }
  @media screen and (max-width: 800px){
    .slider-view-new{
    top: 60%;
    font-size: 13px;
  }
  .slider-view-new2{
   font-size: 13px;
  }
  }

  @media screen and (max-width: 770px) 
  {
    .home-img{
      margin-left: 10%;
      width: 80%;
    }
    .quote h2{
      font-size: 14px;
    }

    .home-services-box p
    {
      font-size: 15px;
      min-height: 75px;
    }
    .home-services-box h3
    {
      font-size: 22px;
    }
    .menuzord-responsive .menuzord-brand
    {
      padding-left: 0px;
    }
    
  }
  @media screen and (max-width: 700px) 
  {
    .about-page{
      padding-top: 90px;
    }

    .top-header
    {
      padding: 5px 15px;
    }
    .top-header ul li
    {
      text-align: center;
      line-height: 25px;
    }
    .top-contact
    {

    }


  }
  @media screen and (max-width: 650px) 
  {
    .contact-us-page h2 {
    /*margin-left: 16%;*/
}
.counsl{
  margin-left: 0 !important;
}

    .quote h2{
      margin-left: 0;
    }
    .slider-view3 {
    position: absolute;
    top: 7%;
    left: 2.5%;
    font-size: 12px;
    padding: 0;
  }
  .slider-p{
    top: 22%;
    width: 33%;
    left: 2.5%;
  }
    .about-page{
      padding-top: 90px;
    }
    .top-contact 
    {
      text-align: center;
    }
    .top-header ul li
    {
      float: none;
      display: initial;
    }
    h2
    {
      font-size: 25px;
      letter-spacing: 1px;
    }
    .menuzord .showhide
    {
      padding: 30px 20px;
      margin-right: 0px;
    }

    .menuzord .showhide
    {
      width: 60px;
      padding: 30px 15px;
    }  
    .top-contact
    {
      display: none;
    }.slider-view {
    top: 74.5%;
    left: 39%;
    padding: 0px 5px;
}
.slider-contact {
    top: 75%;
    left: 60%;
    padding: 0px 5px;
}


  }
  .btn-read_moree  {
    background-color: #fff;
font-size: 14px;
line-height: 28px;
color: #033d78;
font-weight: 700;
font-family: "Open Sans";
text-align: left;
  }
  @media screen and (max-width: 510px) 
  {
    .lens-section p{
      margin-top: 20px !important;
    }
    .underline-small{
      margin-bottom: 20px !important;
    }
    .slider-view-new{
    font-size: 11px;
    padding:3px 11px;
  }
  .slider-view-new2{
   font-size: 11px;
     padding:3px 11px;
  }
    .page-title{
      padding-top: 30px;
padding-bottom: 50px;
    }
    .page-title .title-text h2{
      font-size: 30px;
    }
    .image img{
      width: 100% !important;
    }
    .project-single-desc{
      padding:0em !important;
    }
    .project-single-desc h2{
      margin-bottom: 10px !important;
    }
   
.underline-small::after {
    content: '';
    height: 3px;
    width: 26%;
    background: #fff;
    position: absolute;
    left: calc(38% - 5%);
    bottom: 12%;
    text-align: center;
}
.underline-small3::after {
    content: '';
    height: 3px;
    width: 31.5%;
    background: black;
    position: absolute;
    left: calc(39% - 5%);
    bottom: 40%;
    text-align: center;
}
.underline-small5::after {
    content: '';
    height: 3px;
    width: 24%;
    background: black;
    position: absolute;
    left: calc(43% - 5%);
    bottom: 27%;
    text-align: center;
}
    .top-social-ul li{
      font-size: 10px;
    }
    .section-fields p{
      margin-bottom: 20px;
    }
    .pm{
      margin-bottom: 20px !important;
    }
  /*.index-img{
    width: 100%;
    height: 20vh;
    }*/.btn-read{
     margin-left: 25%;
    }
    .home-img{
      margin-left: 0;
      width: 100%;

    }
    .abt-imgg2 {
  padding: 15px 10px;
}
    .abt-imgg{
      padding: 0px 5px;
      margin-bottom: 20px;
    }
    .quote h2{
      font-size: 10px;
    }
     .home-about-h::after {
   content: '';
height: 3px;
width: 23%;
background: #0086c1;
position: absolute;
left: calc(49% - 8%);
bottom: 15%;
text-align: center;
}
    .quote-button{
      float: right !important;
font-size: 10px;
padding-bottom: 0px;
padding-top: 0px;
margin-left: 0%;
margin-right: 10%;
    }
    .slider-contact{
      left: 65%;
      top: 70%;
      font-size: 10px;
      padding: 1px 1px;
    }
    .slider-p {
    top: 28%;
    width: 35%;
    left: 2.5%;
    font-size: 10px;
    line-height: 12px;
  }
    .slider-view{
      top: 70%;
      font-size: 10px;
      padding:1px 1px;
      left: 45%;
    }
    .slider-view3 {
    position: absolute;
    top: 0%;
    left: 2.5%;
    font-size: 10px;
    padding: 0;
}
    .about-page{
      padding-top: 50px;
    }
    .home-services-block
    {
      width: 100%;
    }
    .home-services-box p
    {
      min-height: auto;
    }
    .menuzord-brand img
    {
      /*height: 40px;*/
		height: 36px;
    }
    .menuzord .showhide
    {
      padding: 19px 15px;
    }
    .top-social-ul
    {
      width: 100%;
    }
    .top-header ul li
    {
      float: left;
    }
    .img-box
    {
      max-width: 100px;
    }
    .img-box img
    {
      max-height: 60px;
    }
    .offers-block .panel-heading a
    {
      padding-right: 50px;
    }

  }
  @media screen and (max-width: 410px) 
  {

    .footer-inner-box
    {
      width: 100%;
    }
    .footer-inner-box:first-child
    {

      margin-bottom: 30px;
    }
    .download-box:last-child
    {
      margin-bottom: 0px;
    }
  }


.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #0d8abf;
  color: #fff;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#gallery {
   /*padding-top: 40px;*/
}
.product-text {
    padding: 5px 10px;
    min-height: 60px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: #048dd1;
    color: #fff;
}
 @media screen and (min-width: 991px) {
   #gallery {
     padding: 0px 30px 0 30px;
  }
}
 .img-wrapper {
   position: relative;
   margin-top: 15px;
}
 .img-wrapper img {
   width: 100%;
}
 .img-overlay {
   background: rgba(0, 0, 0, 0.7);
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   opacity: 0;
}
.innner-imgg {
  transition: 0.3s;
}

.innner-imgg:hover {
  transform: scale(1.1);
}
 .img-overlay i {
   color: #fff;
   font-size: 3em;
}
 #overlay {
   background: rgba(0, 0, 0, 0.7);
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 999;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
 #overlay img {
   margin: 0;
   width: 80%;
   height: auto;
   object-fit: contain;
   padding: 5%;
}
 @media screen and (min-width: 768px) {
   #overlay img {
     width: 60%;
  }

}
 @media screen and (max-width: 586px) {
  .quote h2{
    font-size: 12px;
  }
  .quote-button{
    float: left;font-size: 12px;
    padding-bottom: 0;
    padding-top: 0;
  }
  }
   @media screen and (max-width: 680px) {
  .quote h2{
    font-size: 12px;
  }
  .quote-button{
  font-size: 12px;
    padding-bottom: 0;
    padding-top: 0;
  }
  }
 @media screen and (min-width: 1200px) {
   #overlay img {
     width: 50%;
  }
  .
.td-image-box:before{
      display: none;
    }
    .td-image-box2:before{
      display: none;
    }
}
 #nextButton {
   color: #fff;
   font-size: 2em;
   transition: opacity 0.8s;
}
 #nextButton:hover {
   opacity: 0.7;
}
 @media screen and (min-width: 768px) {
   #nextButton {
     font-size: 3em;
  }
}
 #prevButton {
   color: #fff;
   font-size: 2em;
   transition: opacity 0.8s;
}
 #prevButton:hover {
   opacity: 0.7;
}
 @media screen and (min-width: 768px) {
   #prevButton {
     font-size: 3em;
  }
}
 #exitButton {
   color: #fff;
   font-size: 2em;
   transition: opacity 0.8s;
   position: absolute;
   top: 15px;
   right: 15px;
}
 #exitButton:hover {
   opacity: 0.7;
}
 @media screen and (min-width: 768px) {
   #exitButton {
     font-size: 3em;
  }
}
.project-single-desc {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 1em;
    padding-top: 0 !important;
}.project-single-desc h2 {
    margin-bottom: 40px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
}
.project-single-desc .list {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.project-single-desc .list li {
    list-style: none;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.project-single-desc .list li .title {
    font-weight: 500;
    color: #000;
    width: 50%;
    float: left;
}





/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}








.about-page
{
    padding:50px 0px 40px;
   
}

.about-page h2
{
  font-size: 35px;
  letter-spacing: 1px;
  line-height: 35px;
  color:#343434;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 10px;
}

.about-page h2 span
{
  display: inherit;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}
.about-page p{
   line-height: 30px;
  letter-spacing: 1px;
  color: #848484;
  font-size: 15px;
  text-align: justify;
  margin-bottom: 10px;
  /*font-family: 'hind-light';*/
}
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);*/
blockquote{
  font-size: 1em;
  /*width:60%;*/
  /*margin:50px auto;*/
  font-family:Open Sans;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #0d8abf ;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#0d8abf;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}
.td-image-box {
  position: relative;
  margin-bottom: 50px;
}

.td-button-wrap {
  margin-top: 43px;
}

.td-text-wrap {
  margin-top: 18px;
}

.td-image-box img,
.td-image-box a {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.td-image-box .td-image-dotted-bg {
  position: absolute;
  left: 95px;
  z-index: 1;
  top: -76px;
}

/*.td-image-box:before {
    position: absolute;
    height: 160px;
    width: 160px;
    background: #28dea3;
    bottom: -50px;
    left: 0;
    content: '';
}*/

.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}
.visi-mis{
  line-height: 30px;
letter-spacing: 1px;
color: #848484;
font-size: 16px;
text-align: justify;
margin-bottom: 10px;
font-family: 'hind-light';
}

.single-choose-item {
    background: #fff;
    display: block;
    position: relative;
    padding: 20px 15px 20px;
    margin-bottom: 30px;
    border: 1px solid #f0f0f0;
    position: relative;
    cursor: pointer;
}
.single-choose-item:before
{
  content: "";
  position: absolute;
  width: 0%;
  background: #0d8abf;
  height: 100%;  
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.5s ease-in-out 0s;
}
.single-choose-item:after
{
  content: "";
  position: absolute;
  width: 0%;
  background: #0d8abf;
  height: 100%;  
  top: 0;
  right:  0;
  z-index: 0;
  transition: all 0.5s ease-in-out 0s;
}
.single-choose-item:hover:before, .single-choose-item:hover:after
{
  width: 50%;
}

.single-choose-item h4
{
  font-family: 'Montserrat-SemiBold';
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  position: relative;
}
.single-choose-item p
{
  color: #848484;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
  font-family: 'hind-light';
  letter-spacing: 0.5px;
  position: relative;

}
.single-choose-item:hover  p, .single-choose-item:hover h4
{
  color:#fff;
  z-index: 999;
}













.contact-h3{
  margin-bottom: 10px;
}

.contact-form .form-group i {
    position: absolute;
    right: 20px;
    top: 0px;
    line-height: 50px;
    color: #c3c7cb;
    font-size: 16px;
}.contact-form textarea.form-control {
    min-height: 100px;
    margin-bottom: 30px;
}
.contact-form .form-control {
    padding: 15px 25px;
    height: auto;
    border-radius: 0;
    border: 2px solid #dee2e6!important;
    font-size: 14px;
    color: #999;
    box-shadow: none;
    letter-spacing: 1px;
}
.main-btn:hover {
    color: #0d8abf;
    background-color:white;
    border-color:#0d8abf;
}
.main-btn {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-family: 'Poppins-Regular';
    padding: 10px 20px;
    background: #0d8abf;
    line-height: 25px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    transition: all 500ms ease;
    z-index: 2;
    letter-spacing: 3px;
    border-radius: 5px;
    border-color:#525252; border-color:#0d8abf;
}

.google-map iframe {
    width: 100%;
    height: 350px;
    margin-bottom: -5PX;
}






/* Service Tab */





.service-box
{
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  overflow: hidden;
  padding: 5px;
  margin: 15px auto;
  padding: 0px;
}
@media screen and (max-width:778px){
  .service-box img{
    width: 100% !important;
  }
}
.service-box img
{
  padding: 10px 10px 0px 10px;
}
/* Blur */
.service-box img:hover{
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

.services-2
{
  text-align: center;
  padding: 15px;
  display: inline-block;
  width: 100%;
  padding: 60px;
}
.services-2 h3
{
  line-height: 25px;
  width: 100%;
  color: black;
  padding: 10px;
}
.about-page ul {
    padding-left: 30px;
    list-style: decimal-leading-zero;
}
.about-page ul li {
   line-height: 30px;
letter-spacing: 1px;
color: #848484;
font-size: 16px;
text-align: justify;
    text-align: left;
    position: relative;
    text-align: justify;
    margin-bottom: 5px;
    list-style: none;
}
.pro-ul{
  padding-left: 0px !important;
}
.pro-ul li{
    line-height: 30px;
letter-spacing: 1px;
color: #848484;

    text-align: left !important;
    position: relative;
    margin-bottom: 5px;
    list-style: none;
}
.clientlogo{
  border:1px solid #0d8abf;
  transition: 0.5s ease;
  text-align: center;
}
.clientlogo:hover{
  box-shadow: 0 4px 8px rgba(13, 138, 191, 0.14), 0 5px 5px rgba(13, 138, 191, 0.15);
}

.property {
 /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  padding: 10px;
  padding-bottom: 10px;
}

.property:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.pro-img{
  padding-top: 15px;
  padding-bottom: 15px !important;
  border-radius: 10px;
  width: 100%;
}
.newnew{
  padding-top: 30px;
}

/*   Project  */
.project-single-desc {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 1em;
    padding-top: 0 !important;
}.project-single-desc h2 {
    margin-bottom: 10px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
}
.project-single-desc .list {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.project-single-desc .list li {
    list-style: none;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.project-single-desc .list li .title {
    font-weight: 500;
    color: #000;
    width: 50%;
    float: left;
}





@media screen and (max-width:767px){
    .top-header{
        display:none;
    }
     .rev_slider,.main-slider {
    height: 160px !important;
  }
   .home-about-text {
    padding-top: 0px !important;
  }
    .home-about-title {
    padding-bottom: 0px !important;
  }
  .home-about-h {
  font-size: 17px;
  }
  .menuzord-menu ul.dropdown li a,.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > a{
    font-size: 12px;
  }
  .home-about-h::after{
      width: 70%;left: calc(26% - 8%);
  }
  .pp2{
      font-size: 14px;
  padding-bottom: 7px;
  line-height: 25px;
  }
  .services h3{
      margin:10px 0 30px;
  }
  .machinery-section{
      padding-bottom: 0px;
  }
  .lens-section .pro-ul {
  margin-top: 0px;
  margin-bottom: 0;
}
.lens-section  img{
    margin-bottom:20px;
}
.lens-section .gg{
     margin-bottom: 20px;
}
.clients-section {
  padding: 35px 0px;
}
.copy-right-section p{
    font-size:13px;
}
  .page-title {
    padding-top: 10px;
    padding-bottom: 15px;
  }.about-page {
  padding: 45px 0px;
}
.about-page h2 {
  font-size: 20px;line-height: 22px;
}
.about-page h2 span{
    font-size: 18px;
  line-height: 18px;
}.about-page p, p{
  line-height: 26px;
  font-size: 14px;
}.project-page {
  padding: 50px 0px 10px;
}
.contact-us-page   .content-box .text p {
    font-size: 13px;
  }
}
.pb--00{
    margin-bottom: 15px;
}
.mobile-screen-footer {
     /*margin top: 50px;*/
  float: left;
  display: none;
  width: 100%;
  position: fixed;
  z-index: 9999999999 !important;
  bottom: 0px;
  background: #0d8abf;
  border-radius: 30px 30px 0px 0px;border: 1px solid white;
  border-bottom-color: white;
  border-bottom-style: solid;
  border-bottom-width: 1px;
border-bottom: none;
}.mobile-footer-block {
  width: 33.33%;
  float: left;
  text-align: center;
}.mobile-footer-box a {
  width: 100%;
  text-decoration: none;
  padding: 10px 0px;
    padding-bottom: 10px;
  float: left;
  padding-bottom: 5px;
}.mobile-footer-box a img {
  width: 25px;
  margin: 0px auto;
}.mobile-footer-box a h5 {
  font-size: 10px;
  margin: 5px 0px 0px 0px;
  color: #fff;
  line-height: 15px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: normal;
 
}
#dblock-sm{
  display: none;
}
 .deskhide{
    display: none;
  }
  .clientlogo{
    margin: 0 0 30px 0;
  }
  .business {
  padding: 50px 0px 30px;
}
@media screen and (max-width:767px){
    .mobile-screen-footer{
        display:block;
    }  .copy-right-section p {
    font-size: 14px;
    padding-bottom: 60px;
    line-height: 26px;
  }
  .copy-right-section p {
    font-size: 13px;
  }
  .scroll-top-wrapper{
      bottom:80px;
  }
  .quote{
    display: none;
  }
 #dblock-sm{
  margin-top: 30px;
  display: block;
}
 .machinery-section {
    padding-bottom: 5px;
    padding-top: 40px;
  }  .about-page {
    padding: 30px 0px 40px;
  }  .project-page {
    padding: 35px 0px 10px;
  }
.clientpage{
    padding: 50px 0px 30px;
}
    .home-about {
    padding-top: 30px;
    padding-bottom: 28px;
  }.clientpage{
    padding: 40px 0px 30px;
  }
  footer {
  background: #131313;
  padding: 25px 0px;
}  .footer-inner-box:first-child {
    margin-bottom: 0 !important;
  }
  .deskshow{
    display: none;
  }
  .deskhide{
    display: block;
  }
#dnone-sm{
  display: none;
}
.business{
  padding: 40px 0px 20px;
}
}

.styleul li{
    list-style: disclosure-closed !important;
}
.styleul li::marker{
    color:#0d8abf !important;
}