/*@import url('../fonts/font-awesome.min.css');*/

/*Index Gallery*/
.gallery .elem, .elem * {
  box-sizing: border-box;
  margin: 0 !important; 
}
.gallery .elem {
  display: inline-block;
  font-size: 0;
  width: 100%;
  border-bottom: none;
  background: #fff;
  padding-bottom: 25px;
  height: auto;
  background-clip: padding-box;
}
.gallery .elem > span {
  display: block;
  cursor: pointer;
  height: 0;
  padding-bottom: 70%;
  background-size: cover; 
  background-position: center center;
}
.gallery .lcl_fade_oc.lcl_pre_show #lcl_overlay,
.gallery .lcl_fade_oc.lcl_pre_show #lcl_window,
.gallery .lcl_fade_oc.lcl_is_closing #lcl_overlay,
.gallery .lcl_fade_oc.lcl_is_closing #lcl_window {
  opacity: 0 !important;
}
.gallery .lcl_fade_oc.lcl_is_closing #lcl_overlay {
  -webkit-transition-delay: .15s !important; 
  transition-delay: .15s !important;
}


/*infrastructure page css start*/
.infrastructure_back{
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.infra-custom{
		position: relative;
    padding: 20px 0;
	}
.infra-custom p {
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 15px;
    color: #000;
    line-height: 26px;
    font-weight: 400;
    padding: 20px;
    text-align: justify;
}
.infra-custom ul{
    font-size: 15px;
    color: #000;
    line-height: 26px;
    font-weight: 400;
    padding: 0 30px 10px 30px;
    text-align: justify;
}
.infra-custom .features_list{
  list-style-type: disc;
}
.infra-custom .row {
	 border-bottom:1px solid white;
	 margin: 10px;
   /*background-image: linear-gradient(to top, #37ecbab3 0%, #72afd3cc 100%);*/
  background-image: linear-gradient(-20deg, #ffffff 0%, #ffc048 100%);
}
.infra-custom .col-sm-6 , .infra-custom .col-sm-12 {
	padding-right: 1px;
  padding-left: 1px;
}

/*.infra-custom .curveLeft{
   -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
    position: relative;
    background-size: cover;
}
.infra-custom .curve_one{
    -webkit-clip-path: polygon(0 8%, 100% 0, 100% 92%, 0% 100%);
            clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 92%);
    position: relative;
    height: 300px;
    background-size: cover;      
}
.infra-custom .curve_two{
    -webkit-clip-path: polygon(0 0, 100% 8%, 100% 92%, 0% 100%);
            clip-path: polygon(0 0, 100% 8%, 100% 92%, 0% 100%);
    position: relative;
    height: 300px;
    background-size: cover;      
}
.infra-custom .curveRight{
   -webkit-clip-path: polygon(0 8%, 100% 0, 100% 92%, 0% 100%);
            clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
    position: relative;
    height: 324px;
    background-size: cover;
}

.infra-custom .curveLeft:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #007f76;
    z-index: -1;
  }
  .infra-custom .curve_one:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #007f76;
    z-index: -1;
  }
  .infra-custom .curve_two:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #007f76;
    z-index: -1;
  }
  .infra-custom .curveRight:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #007f76;
    z-index: -1;
  }*/

/*infrastructure page css end*/

/*testimonial css start*/
.testimonial{
  margin-bottom: 30px;
}

   .testimonial .breadcrumb-area {
   padding: 70px 0px 0px;
   }
   .testimonial .link a {
   font-size: 14px;
   text-transform: uppercase;
   color: #333;
   width: 150px;
   background: #f7f7f7;
   line-height: 30px;
   text-align: center;
   margin-top: 8px;
   font-weight: 700;
   border-radius: 0px;
   }
   .testimonial .link a:hover {
   color: #fff;
   background: #1e847b;
   }
   .testimonial .cert{
      background-color: #2CD8D5;
      padding: 15px;
      margin-top: 20px;
      width: 100%;
      height: auto;
      -webkit-transform: skew(10deg); 
      -moz-transform: skew(10deg); 
      -o-transform: skew(10deg);
   }
   /*.testimonial .cert{
      background-color: #007f67a1;
      position: absolute;
      padding: 40px;
      -ms-transform :skewY(2deg); /* IE 9 *
      -webkit-transform :skewY(2deg); /* Safari *
      transform: skewY(2deg); 
   }*/
   .testimonial .cert_text{
     -webkit-transform: skew(-10deg); 
    -moz-transform: skew(-10deg); 
    -o-transform: skew(-10deg);
   }
   .testimonial .cert_text h5:before{
      font-family: fontawesome;
     content: "\f10d";
     color: #084a40;
   }
   .testimonial .cert_text h5:after{
      font-family: fontawesome;
     content: "\f10e";
     color: #084a40;
   }
  .testimonial .cert_text h5{
      position: relative;
      line-height: 30px;
      color: #084a40;
   }
  .testimonial .cert_text h4{
      position: relative;
      line-height: 30px;
      padding-top: 10px;
      color: #000;
   }
   .testimonial .cert_from:before{
      content: '-';
   }
   .testimonial .cert_from{
    float: right;
   }
   .testimonial .cert_img{
    position: relative;
    /*left: 0px;*/
    /*top: -30px;*/
    float: right;
    width: 100px;
    height: 100px;
    overflow: hidden;
    /*border-radius: 50%;*/
    -webkit-transform: skew(-10deg); 
    -moz-transform: skew(-10deg); 
    -o-transform: skew(-10deg);
   }
   .testimonial .cert_img img{
      display: block;
      width: 100%;
      border: 3px solid black;
   }
   .testimonial .testimonialMore a{
      font-family: inherit;
      font-size: 18px;
      color: #007f67;
      padding: 5px 10px;
      border: 2px solid;
      transition: all 0.3s ease-in-out;
      cursor: pointer;
      margin-top: 10px;
   }
   .testimonial .testimonialMore > a:hover{
    margin-top: 10px;
    border: 2px solid #007F76;
    border-radius: 30px;
    color: #000;
   }
   .testimonial .border-area {
   border: 2px solid #007f67;
   padding: 20px;
   position: relative;
   margin-top: 50px;
   }
   .testimonial h2{
   color: #333;
   position: relative;
   font-size: 30px;
   font-weight: 700;
   text-transform: uppercase;
   margin: 0 10px 4px 0;
   top: -28px;
   display: inline;
   background: #fff;
   }
   .testimonial h3{
   color: #000000;
   margin-top:10px;
   }
   .testimonial .list li{
   position: relative;
   line-height: 32px;
   padding: 5px 0px 5px 0px;
   border-bottom: 1px dashed #3e3e3e;
   }
   .testimonial .list div{
   position: relative;
   line-height: 32px;
   padding: 5px 0px 5px 0px;
   border-bottom: 1px dashed #3e3e3e;
   }
   .testimonial .list i {
   margin-right: 15px;
   font-size: 16px;
   }
   /*tab*/
   .testimonial .tabs-vertical-env {
   margin-bottom: 30px;
   }
   .testimonial .tabs-vertical-env .nav.tabs-vertical {
   display: table-cell;
   /*min-width: 120px;*/
   vertical-align: top;
   /*width: 150px;*/
   }
   .testimonial .tabs-vertical-env .tab-content {
   margin-bottom: 0px;
   }
   .testimonial .tabs-vertical-env .tab-content {
   /*background: #323c48;*/
   display: table-cell;
   margin-bottom: 30px;
   padding: 30px;
   vertical-align: top;
   }
   .testimonial .tab-content {
   border: 1px solid #007f67;
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
   color: #7e7e7e;
   }
   .testimonial .nav > li > a{
    color: #000;
   }
   .testimonial .nav > li > a:hover{
   text-decoration: none;
   background-color: #007f67;
   color: #ffffff;
   }
   .testimonial .nav > li > a:focus {
   text-decoration: none;
   background-color: #007f67;
   color: #ffffff;
   }
   .testimonial .nav > li.active {
   text-decoration: none;
   background-color: #007f67;
   color: #ffffff;
   }

   /*Down arrow*/
   .testimonial .arrow {
   text-align: center;
   margin-top: 40px;
   cursor: pointer;
   }
   .testimonial .arrow > a{
    font-family: inherit;
    font-size: 18px;
    color: #007f67;
    padding: 5px 10px;line-height: 40px;
    border: 2px solid;
    transition: all 0.3s ease-in-out;
   }
   /*.testimonial .arrow > a:before{
      font-family: 'fontawesome';
      content: "\f063";
    }*/
   .testimonial .arrow > a:hover, a:focus {
    color: #23527c;
   }
   /*.testimonial .reference > a:hover, a:focus{
    border: 2px solid #007F76;
    border-radius: 30px;
    color: #000;
    }*/
   .testimonial .bounce {
   -moz-animation: bounce 2s infinite;
   -webkit-animation: bounce 2s infinite;
   animation: bounce 2s infinite;
   }
   @keyframes bounce {
   0%, 20%, 50%, 80%, 100% {
   transform: translateY(0);
   }
   40% {
   transform: translateY(-30px);
   }
   60% {
   transform: translateY(-15px);
   }
   }

   /*testimonial css end*/

   /*contact us page css start*/

	.ulkacontact{
    position: relative;
    padding: 50px 10px;
    /*padding-bottom: 20px;*/
	}
	.ulkacontact .single-contact_us {
    padding: 0px 0;
	}
  .single-contact_us .address{
    /*background-color: rgba(0,0,0,0.8);*/
    background-image: url(../images/background/1.jpg);
    /*border-radius: 25px;
    border: 2px solid #007f76;
    padding: 20px;*/
  }
  .single-contact_us .address h6{
    background: #007f76;
    color: #fff;
  }
	.single-contact_us .active .border-area {
    border: 2px solid #007f67;
    padding: 20px;
    position: relative;
    margin-top: 50px;
}
.ulkacontact .single-contact_us .send_message{
    /*background-color: #007f764d;*/
    border-radius: 25px;
    border: 2px solid #007f76;
    padding: 20px;
} 


.ulkacontact .single-contact_us .contact_in-box input {
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
    border: 1px solid #007f76;
}
.ulkacontact .single-contact_us .list li {
    position: relative;
    line-height: 32px;
    padding: 0px 0px 0px 90px;
    border: 1px solid #007f76;
    margin-bottom: 20px;
}
.ulkacontact .single-contact_us .contact_in-box textarea {
    height: 190px;
    padding-top: 10px;
    resize: none;
    margin-bottom: 30px;
    border: 1px solid #007f76;
}
.ulkacontact .single-contact_us .border-area {
    border: 1px solid #007f76;
    padding: 20px;
    position: relative;
    margin-top: 50px;
}
.google-map-contact{
	 height: 0;
    overflow: hidden;
    padding-bottom: 25.4%;
    padding-top: 30px;
    position: relative;
}
.ulkacontact .qrcode{
    padding: 20px 0;
}
   /*contact us page css end*/
