/**/
body{font-family: 'Source Sans Pro', sans-serif; font-size: 16px;}
header nav.navbar .navbar-nav > li > a, nav.navbar.bootsnav ul.nav > li > a{
    color: #D8552B;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 30px 10px;

    }
    #loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 99999999;
    background: rgba(255, 255, 255, 0.9);
}
.header-with-topbar.sticky{webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);}
.centerDiv {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
    header nav.navbar .navbar-nav > li > a.active, nav.navbar.bootsnav ul.nav > li > a.active{color: #2FAD2F;}
header {
    position: fixed;
    top: 0px;
    background: #fff;
}
.main-slider-img-top{background:url('../images/banner-top.png') top center;
    height: 240px;
    position: absolute;
    top: 0px;
    z-index: 10;
    width: 100%;}
    .main-slider-img-bottom{
        background:url('../images/banner-bottom.png') bottom center;
    height: 220px;
    position: absolute;
    z-index: 10;
    bottom: -25px;
    width: 100%;}
    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 25%;
        text-align: left;
        left: 20%;
        z-index: 20;
    }
    .swiper-pagination-bullet {
    height: 11px;
    width: 11px;
    background: #fff;
    border: solid 1px #fff;
    opacity: 1;
}
    .swiper-pagination-bullet-active{background: #D8552B; border: solid 1px #fff;}
    .swiper-button-next, .swiper-button-prev{background-image: none;}
    .swiper-button-next i, .swiper-button-prev i{
    font-size: 55px;
    color: #fff;
    opacity: 0.4;
    font-weight: lighter;}
    .swiper-button-next i:hover, .swiper-button-prev i:hover{opacity: 1;}
    .slider-typography{top: 25%;}
    .swiper-slide .cp h3{
    font-size: 38px;
    line-height: 50px;
    }
.submitBtn {
  background: #285328;
  background-image: -webkit-linear-gradient(top, #285328, #429641);
  background-image: -moz-linear-gradient(top, #285328, #429641);
  background-image: -ms-linear-gradient(top, #285328, #429641);
  background-image: -o-linear-gradient(top, #285328, #429641);
 /*  background-image: linear-gradient(to bottom, #429641, #429641); */
   background: linear-gradient(180deg,#429641 0%,#285328 78.45180081778973%,#285328 88.13084635635468%,#429641 100%);
  /* box-shadow: inset 0px 0px 1px 0px #ffffff, inset 0px 0px 0.5px 0px rgba(100%,100%,100%,0.1), inset 0px 0px 0.5px 0px, inset 0px 0px 0.5px 0px; */
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  padding: 8px 30px;
  border: solid #285328 1px;
  text-decoration: none;
}
.submitBtn:after {
    content: "\f105";
    margin-left: 10px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.submitBtn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #285328, #429641);
    background-image: -moz-linear-gradient(top, #285328, #429641);
    background-image: -ms-linear-gradient(top, #285328, #429641);
    background-image: -o-linear-gradient(top, #285328, #429641);
    background-image: linear-gradient(to bottom, #285328, #429641);
    text-decoration: none;
    border: solid #285328 1px;
    color: #ffffff;
}
.down-section {
    position: absolute;
    width: 100%;
    bottom: 25%;
    left: 0;
    right: 0;
    z-index: 10;
}

.swiper-full-screen .textLeftWrapper{
    transform: translateX(100px);
    -moz-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transition: all ease 1.5s;
    -moz-transition: all ease 1.5s;
    -webkit-transition: all ease 1.5s;
    -ms-transition: all ease 1.5s;
    -o-transition: all ease 1.5s;
    opacity: 0;
}
.swiper-full-screen .swiper-slide-active .textLeftWrapper{
    transform: translateX(0px);   
    opacity: 1;
}
.swiper-full-screen .textRightWrapper{
    transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transition: all ease 2s;
    -moz-transition: all ease 2s;
    -webkit-transition: all ease 2s;
    -ms-transition: all ease 2s;
    -o-transition: all ease 2s;
    opacity: 0;
}
.swiper-full-screen .swiper-slide-active .textRightWrapper{
    transform: translateX(0px);   
    opacity: 1;
}
/*.ti-arrow-down:before{
    height: 100px;
    width: 1px;
    background: #fff;

}*/
.separator-line-verticle-large {
    width: 1px;
    height: 60px;
    position: absolute;
    background: #fff;
    bottom: 25px;
}
section{
        padding: 30px 0 80px 0;
}
.contant-sec p{font-size: 18px;
font-weight: 300;
}
.theme-color{color: #D8552B;}
.heading{color: #D8552B; font-size: 36px; line-height: 40px; font-weight: 600; margin-bottom: 15px;}
.heading:after{
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    background: #2FAD2F;
    margin-left: 35px;
    margin-top: 20px;
}
.counter-name{color: #577158; font-size: 20px; font-weight: 500;}
.counter-devider{ border-right: solid 1px #577158;}
#about{background:url('../images/aboutBg.png') bottom right no-repeat;     position: relative;
    z-index: 11;}
#product{background:url('../images/productBG.jpg') top center no-repeat; background-size: cover;}
.drag-icon{
    position: absolute;
    top: 50%;
    left: -25%;
    transform: translate(-25%, -50%);
}
.overlay{
    position: absolute;
    background:rgba(0,0,0,0.3);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: background 0.6s;
    -moz-transition: background 0.6s;
    transition: background 0.6s;
    cursor: pointer;
    height: 100%;
    width: 100%;
}
.inner-cont{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
    color: #fff;
    font-size: 20px;

}
.overlay img, .overlay p{
     opacity: 0;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;

}
.overlay p{font-size: 14px;}
#product .swiper-button-next i, #product .swiper-button-prev i{font-size: 20px; color: #6f6f6f;}
#product .swiper-button-next {
    background-size: inherit;
    top: 75%;
    left: 43px;
    width: 20px;
}
#product .swiper-button-prev{
    background-size: inherit;
    top: 75%;
    left: 0px;
    width: 20px;

}

#product .product-image{width: 100%; height: 100%; overflow: hidden; position: relative;}
    .overlay:hover{
        background:rgba(62,174,50,0.8);     
    }
    .overlay:hover img{
        opacity: 1;
        transform: translateY(-5px);

    }
    .overlay:hover p{
        opacity: 1;
        transform: translateY(5px);
    }
    .our_infra-next span, .our_infra-prev span{
        font-size: 40px;
    color: #fff;
    opacity: 0.4;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    }
    .our_infra-next span:hover, .our_infra-prev span:hover{opacity: 1;}
    #processingunit{background:url('../images/unit.jpg') top center no-repeat; background-size: cover;}
    #processingunit .contant-sec{color: #fff;}
    .list-style-3 li:before {
    content: "";
    width: 10px;
    height: 2px;
    background-color: #D8552B;
    position: absolute;
    top: 13px;
    left: 0;
}
#ourquality{
    background:#F6F6F6;
}
/*==============Contact Us==================*/
.formError{
    opacity: 0.87;
    bottom:  0px!important;
    left: 0px!important;
    right: initial;
    margin-top: -20px!important;
    color: #f61616;
    text-align: left;
}
.unison_contact_us_wraper {
    width: 100%;
    text-align: center;
    padding: 0 12%;
}
.contact_form_wraper {
    width: 100%;
    display: inline-block;
    padding-top: 4%;
}
.contact_form_wraper .form-control {
    display: block;
    width: 100%;
    height: 55px;
    padding: 10px 15px;
    line-height: 1.42857143;
    color: #A3A3A3;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-bottom: 1px solid #B2B2B2;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-shadow: none;
    font-size: 16px;
}
.contact_form_wraper .form-group {
    margin-bottom: 40px;
}
.contact_form_wraper .form-control.text_area {
    height: 100px;
    border: 1px solid #A3A3A3;
    border-radius: 5px;
    resize: none;
}
.contact_form_wraper .message {
    color: #A3A3A3;
    display: inline-block;
    float: left;
    padding: 15px 0px 20px 10px;
    font-weight: 400;
}
.contact_form_wraper .form-control::-webkit-input-placeholder {
    font-size: 16px;
    color: #A3A3A3;
}
.contact_form_wraper .form-control::-moz-placeholder {
    font-size: 16px;
    color: #A3A3A3;
}
.contact_form_wraper .form-control:-ms-input-placeholder {
    font-size: 16px;
    color: #A3A3A3;
}
.contact_form_wraper .form-control:-moz-placeholder {
    font-size: 16px;
    color: #A3A3A3;
}
.contact_form_wraper .company_btn {
    padding: 15px 15px;
    border-radius: 7px;
}
.map_section {
    position: relative;
    float: left;
    width: 100%;
}
.map_main {
    width: 100%;
    display: inline-block;
    position: relative;
}
.map_div {
    width: 50%;
    display: inline-block;
    /*box-shadow: 6px -6px 20px 0px #ddd;*/
}
.text_div {
    position: absolute;
    width: 45%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.padding_top_second {
    padding-top: 8%;
}
.map_section .text_div p a{
    color:#222;
}
.map_section .text_div p a:hover{
    color:#1EA1E6;
}
.contact_title {
    position:relative;
    padding: 6% 0 2% 0;
}
.contact_title:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 3px;
    background-color: #00b7a7;
    
}
.padd_left_icon {
    padding-left: 24px;
    padding-top: 6px;
    padding-bottom: 13px;
}
.fa-map-marker,.fa-envelope,.fa-phone {
    position: absolute;
    left: 105px;
    color:#D8552B;
    font-size: medium;
    margin-top: 5px;
}
.contact_form_wraper .form-control:focus {
    border-color: #2fad2f;
    outline: 0;
}
.buttonBlue.buttonBlue_custom{
    margin-top: 18px;
}
.contact_arrow {
    position: absolute;
    bottom: 17%;
    right: 28px;
    transform: translateY(-50%);
}
.blue_link_button.formButton{
    display: inline-block;
    margin-bottom: 0;
}
.blue_link_button.formButton .buttonBlue{
    padding: 11px 47px 13px 33px;
}
.blue_link_button.formButton:hover .contact_arrow{
    right: 20px;
}
.unison_map_section_wraper{
    display: inline-block;
    float: left;
    width: 100%;
    position: relative;
}
.contact_us_detail .font_16{
    padding-bottom: 0;
}
.map_height{
    height: 500px;
}
/*===========Contact Us============*/
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.location-address{background:#FCE9E2;}
#location .theme-color{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}
#location p{font-weight: 400;}
.bg-dark-footer{
background: #2d9f2d;
background: -moz-linear-gradient(top, #2d9f2d 0%, #2a612a 100%);
background: -webkit-linear-gradient(top, #2d9f2d 0%,#2a612a 100%);
background: linear-gradient(to bottom, #2d9f2d 0%,#2a612a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d9f2d', endColorstr='#2a612a',GradientType=0 );
}
footer ul li a{color: #fff; padding: 0px 0px;}
.project-logo{
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.blur{
  overflow: hidden;
}
.blur img {
  width: 100%;
  height: auto;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}

/*.blur img:hover {
  -webkit-filter: blur(2px);
  -moz-filter: all .25s ease;
  -o-filter: all .25s ease;
  -ms-filter: all .25s ease;
  filter: blur(2px);
}*/
/**/

/*RESPONSIVE*/
   @media only screen and (max-width:1680px) {
    .drag-icon{
        left: -15%;
    }
    .main-slider-img-bottom{
        bottom: -40px;
    }
    .main-slider-img-top{
        top: -20px;
    }

    .fa-map-marker, .fa-envelope, .fa-phone{
        left: 90px;
    }

    }
    @media only screen and (min-width:1400px) and (max-width:1600px) {
        .contant-sec p{font-size: 16px;}
        .drag-icon { left: -5%;}
        .heading{font-weight: 400;}
        .fa-map-marker, .fa-envelope, .fa-phone {
    left: 80px;
        }
b, strong{font-weight: 400;}

    }
    @media only screen and (min-width:1360px) and (max-width:1400px) {
        header a.logo img{max-height: 60px;}
        header nav.navbar .navbar-nav > li > a, nav.navbar.bootsnav ul.nav > li > a{padding: 15px 0px;}
.contant-sec p{font-size: 16px;}
.drag-icon { left: -5%;}
b, strong{font-weight: 400;}
 .fa-map-marker, .fa-envelope, .fa-phone {
    left: 80px;
}
.main-slider-img-top { top: -50px;}
.main-slider-img-bottom {bottom: -70px;}
.swiper-slide .cp h3 {
    font-size: 30px;
    line-height: 40px;
}
.submitBtn{font-size: 12px;}
}
@media only screen and (min-width:1152px) and (max-width:1360px) {
    header a.logo img{max-height: 60px;}
.drag-icon { left: -2%;}
 .fa-map-marker, .fa-envelope, .fa-phone {
    left: 65px;
}
header nav.navbar .navbar-nav > li > a, nav.navbar.bootsnav ul.nav > li > a{padding: 15px 0px;}
b, strong{font-weight: 400;}
.counter-name{font-size: 16px;}
.swiper-slide .cp h3 {
    font-size: 25px;
    line-height: 35px;
}
.main-slider-img-top { top: -50px;}
.main-slider-img-bottom {bottom: -70px;}
footer ul li a {
    color: #fff;
    padding: 0px 5px;
}
.contant-sec p {
    font-size: 15px;
    font-weight: 300;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 25%!important;
    text-align: left;
    left: 20%;
    z-index: 20;
}
}


@media only screen and (max-width:767px){
    header nav.navbar-default, nav.navbar.bootsnav {
    position: static;
    margin-bottom: 0px;
    background: none;
    padding-left: 15px;
    padding-right: 15px;
}
header{
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
}
.hide-mobile{display: none;}
.swiper-slide .cp h3{
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}
.swiper-button-next i, .swiper-button-prev i{font-size: 24px;}
.submitBtn{font-size: 14px; padding: 8px 16px;}
.swiper-button-next, .swiper-button-prev{width: auto;}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    text-align: center;
    left: 0;
}
b, strong{font-weight: 400;}
.contant-sec p{font-size: 15px; line-height: 22px;}
.heading:after{
   margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
}
.heading{font-size: 26px;}
.counter-name{font-size: 14px;}
#about{background:none;}
.contact_form_wraper .form-group{
    margin-bottom: 0px;
}
.project-logo{
    padding: 20%;
}
.contact_form_wraper .message{
    padding: 15px 0px 10px 0px;
    font-size: 16px;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-align-items: center;
    /* align-items: center; */
}
.fa-map-marker, .fa-envelope, .fa-phone{
    left: 25px;
}
.overlay img, .overlay p{
     opacity: 1;
}
    .overlay{
        background:rgba(62,174,50,0.5);     
    }
    footer .small-icon li{margin: 0px;}
    footer .small-icon li a {padding: 0px 5px; font-size: 14px;}
}
@media only screen and (max-width:990px){
    .heading:after{
   margin: 10px auto;
    left: 0;
    right: 0;
    display: block;
}
}
@media only screen and (max-width:350px){
    footer .small-icon li{margin: 0px;}
    footer .small-icon li a {padding: 0px 5px; font-size: 12px;}
    }

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

.cp .md-width-60 {
    width: 100%;
}
#about .col-md-offset-2, #about .col-md-offset-1, #infrastructure .col-md-offset-2, #infrastructure .col-md-offset-1{
        margin-left: 0%;
}
#about .col-md-4, #about .col-md-5, #infrastructure .col-md-4, #infrastructure .col-md-5{width: 50%;}
#about .margin-three-left, #infrastructure .margin-three-left{margin-left: 0%;}
section {
    padding: 20px 0px!important;
}
.fa-map-marker, .fa-envelope, .fa-phone {
    left: 50px;
}
footer ul li a {
    color: #fff;
    padding: 0px 5px;
}
#about .col-md-3{width: 33.3%;}
}

/*RESPONSIVE*/


