@charset "UTF-8";
@font-face {
    font-family: 'Lato Hairline';
    src: url('../fonts/lato/Lato-Hairline.eot');
    src: url('../fonts/lato/Lato-Hairline.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lato/Lato-Hairline.woff2') format('woff2'),
        url('../fonts/lato/Lato-Hairline.woff') format('woff'),
        url('../fonts/lato/Lato-Hairline.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-Bold.eot');
    src: url('../fonts/lato/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lato/Lato-Bold.woff2') format('woff2'),
        url('../fonts/lato/Lato-Bold.woff') format('woff'),
        url('../fonts/lato/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-Regular.eot');
    src: url('../fonts/lato/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lato/Lato-Regular.woff2') format('woff2'),
        url('../fonts/lato/Lato-Regular.woff') format('woff'),
        url('../fonts/lato/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-LightItalic.eot');
    src: url('../fonts/lato/Lato-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lato/Lato-LightItalic.woff2') format('woff2'),
        url('../fonts/lato/Lato-LightItalic.woff') format('woff'),
        url('../fonts/lato/Lato-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-BoldItalic.eot');
    src: url('../fonts/lato/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lato/Lato-BoldItalic.woff2') format('woff2'),
        url('../fonts/lato/Lato-BoldItalic.woff') format('woff'),
        url('../fonts/lato/Lato-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Lato Hairline';
    src: url('../fonts/lato/Lato-HairlineItalic.eot');
    src: url('../fonts/lato/Lato-HairlineItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lato/Lato-HairlineItalic.woff2') format('woff2'),
        url('../fonts/lato/Lato-HairlineItalic.woff') format('woff'),
        url('../fonts/lato/Lato-HairlineItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-Italic.eot');
    src: url('../fonts/lato/Lato-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lato/Lato-Italic.woff2') format('woff2'),
        url('../fonts/lato/Lato-Italic.woff') format('woff'),
        url('../fonts/lato/Lato-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lato-light';
    src: url('../fonts/lato/Lato-Light.eot');
    src: url('../fonts/lato/Lato-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lato/Lato-Light.woff2') format('woff2'),
        url('../fonts/lato/Lato-Light.woff') format('woff'),
        url('../fonts/lato/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-BlackItalic';
    src: url('../fonts/lato/Lato-BlackItalic.eot');
    src: url('../fonts/lato/Lato-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lato/Lato-BlackItalic.woff2') format('woff2'),
        url('../fonts/lato/Lato-BlackItalic.woff') format('woff'),
        url('../fonts/lato/Lato-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Lato-black';
    src: url('../fonts/lato/Lato-Black.eot');
    src: url('../fonts/lato/Lato-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lato/Lato-Black.woff2') format('woff2'),
        url('../fonts/lato/Lato-Black.woff') format('woff'),
        url('../fonts/lato/Lato-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/*font initialization end*/
body,h1,h2,h3,h4,h5,h6{
	font-family: 'Lato';
}
a, a:hover, a:focus, a:active, button, button:focus{
	display: inline-block;
	outline: 0;
	text-decoration: none;
}

.nopad{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.nopad-left{
	padding-right: 0 !important;
}
.nopad-right{
	padding-right: 0 !important;
}
.padtb-15px{
	padding: 15px 0;
}
.large-title{
	font-size: 30px;
	font-family: 'Lato';
	margin-bottom: 15px;
	text-transform: capitalize;
}
.medium-title{
	font-size: 24px;
	font-family: 'Lato';
	margin-bottom: 15px;
	text-transform: capitalize;
}
.small-title{
	font-size: 18px;
	font-family: 'Lato';
	margin-bottom: 10px;
	text-transform: capitalize;
}
section{
	/*float: left;*/
	width: 100%;
}

/*header start*/
.common-header .navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0;
    border: none;
    background-color: #fff;
    padding: 15px 0;
	transition: all 0.5s ease;
}


.common-padding-8{
           padding: 80px 0;
    }
    .common-padding-7{
        padding: 70px 0;
    }
    .common-padding-6{
        padding: 60px 0;
    }

    .common-padding-5{
        padding: 50px 0;
    }
    .common-padding-4{
        padding: 40px 0;
    }
    .common-padding-3{
        padding: 30px 0;
    }
    .common-padding-2{
        padding: 20px 0;
    }

.navbar-fixed-top.common-header .navbar {
    background-color: rgba(255,255,255,0.7);
}
.shrink.common-header .navbar {
    background-color: #fff;
    box-shadow: 0 0 12px -4px;
    padding: 0;
    transition: all 0.5s ease;
}
.logo-image {
    height: 50px;
	transition: all 0.5s ease;
}
.shrink .logo-image {
    height: 40px;
	margin-top: 5px;
	transition: all 0.5s ease;
}
.common-header .navbar-brand {
    height: auto;
    padding: 0;
	margin: 0;
}
.common-header .navbar-default .navbar-nav>li>a{
	color: #000;
	position: relative;
	text-transform: uppercase;
}
/*header end*/

/*home slider start*/

.homeslider{
	display: block;
	width: 100%;
}
.owl-theme .owl-controls .owl-dots{
    position: absolute;
    bottom: 0;
    left: 0;
	width: 100%;
}
.owl-theme .owl-controls .owl-dot{
    display: inline-block
}
/*home slider end*/

.content-para p{
	display: block;
	font-size: 16px;
	float: left;
	line-height: 28px;
	width: 100%;
}
.content-para p:last-child{
	border-bottom: none;
	margin: 0;
}
.common-btn{
	background-color: #000;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	overflow: hidden;
	padding: 8px 30px;
	position: relative;
	z-index: 10;
}
.common-btn span{
	display: block;
	position: relative;
	z-index: 30;
}

/*footer start*/


.footer-menu li {
    width: 49%;
    margin: 0;
}
.footer-menu li a {
	color: #000;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 25px;
    position: relative;
}
.footer-menu li a::after {
    background: #333;
    bottom: 0;
    content: '';
    height: 1px;
    left: 50%;
    margin-left: 0;
    position: absolute;
    transition: all 0.5s ease;
    width: 0;
}
.footer-menu li a:hover{
	color: #333;
	transition: all 0.5s ease;
}
.footer-menu li a:hover::after {
    margin-left: -50%;
    width: 100%;
}
.social-links li a {
    border: 1px solid #797979;
    border-radius: 50%;
    color: #797979;
    display: inline-block;
    padding: 4px 0 0;
    height: 40px;
    font-size: 21px;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 40px;
    z-index: 10;
}
.social-links li a:hover {
    color: #D4D4D4;
}
.social-links li a:after {
    background-color: #797979;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    transform: scale(0);
    transition: all 0.4s ease;
}
.social-links a i {
    position: relative;
    z-index: 20;
}
.social-links li a:hover:after {
    transform: scale(3);
    transition: all 0.9s ease;
}
.copyright{
	background-color: #A5A5A5;
	color: #fff;
	padding: 8px 0;
	text-align: center;
}
/*footer end*/


/* Wrapper for page content to push down footer */

.aboutcont img{float:left;width:100%;padding-bottom:10px;}
.aboutcont .common-heading h2{margin-top:0px;margin-bottom:10px;}
.aboutcont .common-heading h2 span{font-size:26px;}


header {
    background: #ffffff;
    color: #000000;
    padding: 15px 0;
}

header h1,header h2,header h3 a,header a,header a:hover {
  color:#101010;
  text-decoration:none;
}

header h3 {
  font-family: 'Lato';
  background: #ffcc33;
  padding:10px;
  border-radius:3px;
  font-size:34px;
  padding:12px 10px 6px 10px;
}

header .dropdown-menu {
  top:74px;
  background: #ffcc33;
  border-width:0;
}

h1 {
  font-size:50px;
}

#nav {
  width: 100%;
  position:static;
  top:-32px;
}

#nav.affix {
   position: fixed;
   top: 0;
   z-index:10;
   -webkit-transition: all .6s ease-in-out;
}

.navbar {
    margin-bottom: 0;
    border: 0;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
    background-image: -webkit-linear-gradient(to right, #ff710e , #2147ac);
    background-image: -moz-linear-gradient(to right, #ff710e , #2147ac); 
    background-image: -ms-linear-gradient(to right, #ff710e , #2147ac); 
    background-image: -o-linear-gradient(to right, #ff710e , #2147ac);
    background-image: linear-gradient(to right, #ff710e , #2147ac);
        border: none;
}


.testim .slick-dots li button::before{font-size:40px;color:#fff;margin-top:10px;}
.testim .slick-dots li.slick-active button::before{color:#fff;}




.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-nav>li{
       position: relative;
    margin-right: 10px;
}
.navbar-nav>li:after{
      content: "";
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 1px;
    height: 20px;
    top: 15px;
    right: -6px;
}

.navbar-nav>li:first-child:before{
     content: "";
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 1px;
    height: 20px;
    top: 15px;
    left: 0;
}

.headcontact{
        padding-top: 0px;
}

.headcontact ul{
    list-style: none;
}

.headcontact ul li{
      display: inline-block;
    margin-right: 40px;    
    position: relative;
}

.headcontact ul li span{
       display: inline-block;
    vertical-align: middle;
    font-size: 19px;
    font-weight: 500;
    color: #000000;
}
.headcontact ul li .followtxt{
    color: #b9b7b7;
     font-family: 'Lato-light';
    text-transform: uppercase;
    font-size: 13px;
}


.socicons span i{
    color: #ff710e;
    margin-right: 10px;
    font-size: 25px;
}
.main-logo{
    display: grid;
}
.pr10{
    padding-right: 10px;
}

.headcontact ul li:after{
        content: "";
    background: #dbdbdb;
    position: absolute;
    top: 0;
    right: -20px;
    width: 1px;
    height: 35px;
}
.headcontact ul li:last-child:after{
    background: transparent;
}


.product-bg{
    background: url(../images/products-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.common-heading h2{
       color: #000000;
    font-size: 35px;
    text-transform: uppercase;
     font-family: 'Lato-light';
    line-height: 32px;
    margin-bottom: 30px;

}
.common-heading h2 span{
    display: block;    
    font-family: 'Lato';
    font-weight: 900;

}

.homeslider-inner{
    position: relative;
}

.owl-prev {
    position: absolute;
    left: 150px;
    top: -280px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 0;
   width: 35px;
    height: 42px;
    border: 0;
    padding: 10px;
    padding-top: 8px;
    padding-left: 9px;
    transition: all .5s ease-in-out;

}

.owl-prev:hover{
    background: rgb(255, 119, 18);
}


.owl-prev:before{
        content: "\f104";
    
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    color: #fff;
 
}




.owl-next {
   font-size: 0;
    position: absolute;
    right: 150px;
    top: -280px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 0;
    width: 35px;
    height: 42px;
    border: 0;
    padding: 10px;
    padding-top: 8px;
    padding-left: 12px;
    transition: all .5s ease-in-out;
   
    
}
.owl-next:hover{
    background: rgb(255, 119, 18);
}
.owl-next:before{
        content: "\f105";
    
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    color: #fff;
   
}


.productssec{
    position: relative;
}

.productslist .prolistpro{
    list-style: none;
    margin: 0;
    padding: 0;
}

.productslist .prolistpro li{
       display: inline-block;
    width: 33%;
}

.aligntp{
    position: absolute;
    top: 30px;
    right: 8px;
}
a.common-viewall {
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #e1e1e1;
    padding: 6px 40px;
    position: relative;
    transition: all .5s ease-in-out;
}
a.common-viewall:hover{
    padding: 6px 30px; 
    padding-left: 50px;
}
a.common-viewall:before{
    content: "";
    background: #ff710e;
    position: absolute;
    width: 30px;
    height: 2px;
    top: 50%;
    left: 0px;
    transition: all .5s ease-in-out;
}
a.common-viewall:hover:before   {
    width: 60px;
    left: -30px;
}

.purposec{
    background: url(../images/parallax-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.purposec p{
        font-size: 17px;
    /* font-weight: 300; */
    color: #fff;
    font-family: 'Lato';
    letter-spacing: 1.5px;
}


.purposec .common-heading h2{
    margin-bottom: 20px;
    color: #ff710e;
}

.purposec a.common-viewall{
       color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 13px;
    padding: 8px 30px;
}

.purposec a.common-viewall:hover{
    padding: 8px 20px; 
    padding-left: 40px;
}

.purposec a.common-viewall:before{
    width: 20px;
    transition: all .5s ease-in-out;
}
.purposec a.common-viewall:hover:before   {
    width: 40px;
    left: -20px;
}

.mt20{
    margin-top: 20px;
}

.aboutsec .common-heading h2{
    margin-bottom: 10px;
}

.aboutsec p{
    font-size: 17px;
    color: #000000;
    font-family: 'Lato';
    letter-spacing: 1px;
}
    .aboutsec a.common-viewall{
       color: #000000;
    border: 1px solid #e1e1e1;
    font-size: 13px;
    padding: 8px 30px;
}

.aboutsec a.common-viewall:hover{
    padding: 8px 20px; 
    padding-left: 40px;
}

.aboutsec a.common-viewall:before{
    width: 20px;
    transition: all .5s ease-in-out;
}
.aboutsec a.common-viewall:hover:before   {
    width: 40px;
    left: -20px;
}

.aboutcount{
    position: relative;
}

.enq-now{margin-top:20px;}
.enq-now a{
    border:1px solid #fff;
    padding:10px 40px;
    font-family: 'Lato';
    font-weight:bold;
    text-transform:uppercase;
    background-image: -webkit-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background-image: -moz-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background-image: -ms-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background-image: -o-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background-image: linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    color:#fff;
    transition: all .5s ease-in-out;
}
.enq-now a:hover{background:-moz-linear-gradient(to right, #0041c4 0%, #ff710e 100%);transition: all .5s ease-in-out;}

.aboutcount:before{
         content: "";
    background: #dcdcdc;
    position: absolute;
    top: 20%;
    width: 1px;
    height: 62%;
    left: 40px;
}

.textcen{padding-bottom:20px;}

.aboutcount:after{
         content: "";
    background: #dcdcdc;
    position: absolute;
    top: 20%;
    width: 1px;
    height: 62%;
    right: 40px;
}
.aboutcount ul{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    /*border: 1px solid #dcdcdc;*/
    /*padding: 30px 0;*/
    margin: 30px 0;
    position: relative;
}

.aboutcount ul:before{
        content: "";
    background: #dcdcdc;
    position: absolute;
    top: 0px;
    width: 62%;
    height: 1px;
    left: 100px;
    right: 100px;
}

.aboutcount ul:after{
        content: "";
    background: #dcdcdc;
    position: absolute;
    bottom: 0px;
    width: 62%;
    height: 1px;
    left: 100px;
    right: 100px;
}


.aboutcount ul li{
      display: inline-block;
    width: 40%;
    padding-bottom: 30px;
    position: relative;
    padding-top: 20px;
}

.aboutcount ul li:nth-child(1):after{
    content: "";
    background: #dcdcdc;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;


} 
.aboutcount ul li:nth-child(2):after{


} 
.aboutcount ul li:nth-child(3):after{
     content: "";
    background: #dcdcdc;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;

}
.aboutcount ul li:nth-child(4):after{

} 
.aboutcount ul li:nth-child(5):after{
     content: "";
    background: #dcdcdc;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
} 
.aboutcount ul li:nth-child(6):after{
    
}


.aboutcount ul li:nth-child(1):before{
    content: "";
    background: #dcdcdc;
    position: absolute;
    width: 60%;
    height: 1px;
    bottom: 0;
    right: 0;


} 
.aboutcount ul li:nth-child(2):before{
    content: "";
    background: #dcdcdc;
    position: absolute;
    width: 60%;
    height: 1px;
    bottom: 0;
    left: 0;

} 
.aboutcount ul li:nth-child(3):before{
     content: "";
    background: #dcdcdc;
    position: absolute;
    width: 60%;
    height: 1px;
    bottom: 0;
    right: 0;

}
.aboutcount ul li:nth-child(4):before{
    content: "";
    background: #dcdcdc;
    position: absolute;
    width: 60%;
    height: 1px;
    bottom: 0;
    left: 0;
} 
.aboutcount ul li:nth-child(5):before{
    
} 
.aboutcount ul li:nth-child(6):before{
    
}
.aboutcount ul li span{
    font-size: 35px;
  background: linear-gradient(to right, #0041c4 0%, #ff710e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}
.aboutcount ul li span:nth-child(2){
    font-family: 'Lato-light';
}

.aboutcount ul li p{
    text-transform: uppercase;
    font-size: 14px;
    color: #000000;
    font-family: 'Lato';
    font-weight: 600;
}

.aboutsec .common-heading h2{
    color: #0041c4;
}
.customersec{
    background: url(../images/customer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.customersec .common-heading h2{
    color: #fff;
}

.customercont p{
        color: #fff;
    font-family: 'Lato';
    font-size: 15px;
    letter-spacing: 1px;
	width:85%;
}


.cushead{
    margin-top: 25px;
}
.cushead h4{
    text-transform: uppercase;
    margin-bottom: 2px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 10px;
}
.cushead p{
    font-family: 'Lato Hairline';
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}


.cushead span{
        display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}
.cushead img{
    border-radius: 100%;
}

.customercont a{
    color: #4381ff;
    font-style: italic;
    padding-left: 5px;
}

.customer{
    position: relative;
}

.customer a.common-viewall{

}

.customer a.common-viewall{
       color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
    padding: 8px 30px;
   font-family: 'Lato Hairline';
}

.customer a.common-viewall:hover{
    padding: 8px 20px; 
    padding-left: 40px;
}

.customer a.common-viewall:before{
    width: 20px;
    transition: all .5s ease-in-out;
}
.customer a.common-viewall:hover:before   {
    width: 40px;
    left: -20px;
}

.clientsec .common-heading h2{
    color: #ff710e;
}

.clientlins ul{
    list-style: none;
    padding: 0;
}

.clientlins ul li{
          display: inline-block;
    padding-right: 0px;
    
    margin-right: 8px;
    vertical-align: middle;
}

.clientlins ul li img{
    text-align: center;
    margin: 0 auto;
}



    .footer-top{
        border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #114cc4 10%, #fe781b 100%);
    border-image-slice: 1;
    margin-bottom: 80px;
    }


    .footer-topbg{
        background-color: transparent;
    border-color: transparent;
    background-image: -webkit-linear-gradient(to right, #2147ac 30%, #ff710e 100%);
    background-image: -moz-linear-gradient(to right, #2147ac 30%, #ff710e 100%);
    background-image: -ms-linear-gradient(to right, #2147ac 30%, #ff710e 100%);
    background-image: -o-linear-gradient(to right, #2147ac 30%, #ff710e 100%);
    background-image: linear-gradient(to right, #2147ac 30%, #ff710e 100%);
        padding: 20px 30px;
            border: none;
    }


    .footerullist ul{
           list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    


    }

    .footerullist ul li{
               display: inline-block;
    margin-right: 15px;
    }

    .footerullist ul li:last-child{
        margin-right: 0;
    }

    .footerullist ul li a{
            color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    }

    .footersocial ul{
        list-style: none;
        margin: 0;
        padding: 0;

    }
    .footersocial ul li{
            display: inline-block;
    margin-right: 13px;
    vertical-align: middle;
    }

    .footersocial ul li i{
        font-size: 20px;
        color: #fff;
    }
    .footersocial ul li:first-child{
        font-family: 'Lato-light';
        color: rgba(255, 255, 255, 0.33);
        letter-spacing: 1px;
        font-size: 12px;
    }
    .footersocial{
           margin-top: 1px;
        
    }

    .copyrights p{
        font-family: 'Lato-light';
        color: rgba(255, 255, 255, 0.5);
        letter-spacing: 1px;
        font-size: 12px;
        text-align: right;
    }

    .copyrights p a{
        color: rgba(255, 255, 255, 0.5);
    }

    .mt7{
        margin-top: 7px;
    }

    .footer-topbg{
        position: relative;
    }

    .footerlogo{
           position: absolute;
        top: 27%;
        left: 2%;
    }

    .footerlogo img{
            box-shadow: 30px 11px 80px rgba(0, 0, 0, 0.43);
    }

    .clients{
        position: relative;
    }



    .clients a.common-viewall{
       color: #000000;
    border: 1px solid #e1e1e1;
    font-size: 12px;
    padding: 8px 30px;
}

.clients a.common-viewall:hover{
    padding: 8px 20px; 
    padding-left: 40px;
}

.clients a.common-viewall:before{
    width: 20px;
    transition: all .5s ease-in-out;
}
.clients a.common-viewall:hover:before   {
    width: 40px;
    left: -20px;
}



.proimgsec{
    position: relative;
        overflow: hidden;

}

.pro-overlay{
       position: absolute;
    bottom: 0px;
    left: 0%;
    width: 100%;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 60%, rgb(0, 0, 0) 100%);
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 60%, rgb(0, 0, 0) 100%);
    background-image: -ms-linear-gradient(rgba(0, 0, 0, 0) 60%, rgb(0, 0, 0) 100%);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 60%, rgb(0, 0, 0) 100%);
    background-image: linear-gradient(rgba(0, 0, 0, 0) 40%, rgb(0, 0, 0) 100%);
    padding: 50px 0;
    transition: all .5s ease-in-out;
    height: 100%;
}

.pro-overlay:before{
    content: "";
    background-image: url(../images/gradient.png);
    background-repeat: no-repeat;
     height: 100%;
     opacity: 0;
     position: absolute;
     top: 0;
     width: 100%;
     transition: all .5s ease-in-out;
     bottom: 0;
}
 
.procontxt:before{
       color: #fff;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;

}
.procontxt h4{
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 0;
    margin-left: 0px;
    position: relative;
    padding-left: 15px;
}


.procontxt h4:before{
       content: "";
    background: #ff710e;
    position: absolute;
    top: 2px;
    width: 4px;
    height: 93%;
    left: 0;
}


.procont{
    overflow: hidden;
}


.proimgsec:hover .procont{
     bottom: 20px;
}

.proimgsec:hover .pro-overlay:before{
     /*background-image: linear-gradient(rgba(0, 0, 0, 0.2) 30%, rgba(255, 113, 14, 0.4) 70%, #0041c4 100%);
      background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2) 30%, rgba(255, 113, 14, 0.4) 70%, #0041c4 100%);
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.2) 30%, rgba(255, 113, 14, 0.4) 70%, #0041c4 100%);
    background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.2) 30%, rgba(255, 113, 14, 0.4) 70%, #0041c4 100%);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2) 30%, rgba(255, 113, 14, 0.4) 70%, #0041c4 100%);*/
   opacity: 1;
}
.procont {
  width: 90%;
    padding-left: 30px;
    position: absolute;
    bottom: -132px;
    transition: all .5s ease-in-out;
}

.procont p{
    color: #fff;
    font-family: 'Lato-light';
    letter-spacing: 1px;
        font-size: 16px;
}
/*.procont:hover{
    bottom: 20px;
}*/


.productwrap a.common-viewall{

}


.productwrap a.common-viewall{
       color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.6);
    font-size: 13px;
    padding: 8px 30px;
}

.productwrap a.common-viewall:hover{
    padding: 8px 20px; 
    padding-left: 40px;
}

.productwrap a.common-viewall:before{
    width: 20px;
    transition: all .5s ease-in-out;
}
.productwrap a.common-viewall:hover:before   {
    width: 40px;
    left: -20px;
}


.productslist .slick-dots {
    bottom: -40px;
    }

    .productslist .slick-dots li button{
            width: 10px;
    height: 10px;
   background-image: linear-gradient(to right, #2147ac 20%, #ff710e 100%);
    border-radius: 100%;
    transition: all .5s ease-in-out;
    opacity: 0.2;
    }

    .productslist .slick-dots li button:before{
        font-size: 0;
        color: transparent;
    }

    .productslist .slick-dots li.slick-active button{
       background-image: linear-gradient(to right, #2147ac 20%, #ff710e 100%);
       opacity: 1;
    }
    .products .inl{
        display: inline-block;
    }


    .innerpagebanner{
        background-image: url(../images/contact-banner.jpg);
        background-size: cover;
        position: relative;
        background-position: center; 
        background-repeat: no-repeat;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .innerpagebanner:before{
        content: "";
        background: rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
    }
    .innerpagebancont h3{
       margin-top: 0;
    /* position: absolute; */
    color: #fff;
    text-transform: uppercase;
    /* top: 40%; */
    /* left: 45%; */
    font-size: 30px;
    position: relative;

    }


    .product-ban{
        background-image: url(../images/product-banner.jpg);
    }

    .about-ban{
        background-image: url(../images/about-banner.jpg);
    }

     .infra-ban{
        background-image: url(../images/infra1-banner.jpg);
    }

     .testimonial-ban{
        background-image: url(../images/testimonialsr-banner.jpg);
    }

     .clients-ban{
        background-image: url(../images/clients-banner.jpg);
    }


     .career-ban{
        background-image: url(../images/career-banner.jpg);
    }

    .service-ban{
        background-image: url(../images/service-banner.jpg);
    }
    .enquiry-formsec .common-heading h2{
            font-size: 25px;
    line-height: 25px;
    }

    .enquiry-formsec .common-heading h2 span{
        display: inline-block;
    }

    .form-control {
   border: 1px solid rgba(95, 95, 95, 0.18);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 30px;
}
.address{
    margin-bottom: 20px;
}
.address span{
        display: inline-block;
    vertical-align: middle;
    margin-right: 10px;

}

.address span:first-child{
    width: 17%;
}

.address span:nth-child(2){
        width: 73%;
}


.address span h4{
        margin-top: 0;
    line-height: 23px;
    margin-bottom: 0;
    font-size: 16px;
}

.address span a{
    color: #333;
}

.address span p{
    font-size: 16px;
}

.address span img{
    opacity: 0.4;
}

.enquiry-formsec form{
    background: #f1f1f1;
    padding: 30px 20px;
}

button.common-viewall {
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #e1e1e1;
    padding: 6px 30px;
    position: relative;
    border-radius: 0;
    transition: all .5s ease-in-out;
}
button.common-viewall:hover{
    padding: 6px 40px; 
    padding-left: 40px;
}
button.common-viewall:before{
    content: "";
    background: #ff710e;
    position: absolute;
    width: 20px;
    height: 2px;
    top: 50%;
    left: 0px;
    transition: all .5s ease-in-out;
}
button.common-viewall:hover:before   {
    width: 40px;
    left: -10px;
}


.careerform button.common-viewall.btn-default:hover {
    color: #333;
    background-color: #fff;
    border-color: #e1e1e1;
}


/* Pop Up Section Start */

.modal .form-control{margin-bottom:10px;}

.banner-form {background:#fff;margin:0px;padding: 30px 35px 15px 35px;width:350px;}
button.xclose {background: #2648A9 none repeat scroll 0 0;border: 0 none;cursor: pointer;margin: 0;padding: 0 7px;}
.banner-form input[type="submit"] {
    background-image: -webkit-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background-image: -ms-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background-image: -o-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background-image: linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background: -moz-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    border: 0 none;
    border-radius: 0;
    color: #fff;
    font-family: "Lato-black";
    font-size: 14px;
    margin-top: 6px;
    padding: 8px 20px;
    text-transform: uppercase;
    width:100%;
}
.tit-bn h3{ font-size:20px; font-family: 'Lato-black'; color:#191919;margin-bottom:15px;text-transform: uppercase;
text-align:center;}

.xclose:hover{color:#E46C22;transition:all 0.5s ease;opacity:unset;text-shadow:none;}
.xclose:hover button.xclose{background: #fe000 none repeat scroll 0 0;opacity:unset;}

.xclose {color: #fff;font-size: 35px;font-weight: 700;line-height: 1;opacity: unset;overflow: hidden;position: absolute;right:-52px;text-shadow: none;top: 0;transition: all 500ms ease-in-out 0s;}
.form-control{font-family: 'Lato';border-radius:0px; height: 45px;}

/* Pop Up Section End */



.aboutcont h5{font-family: 'Lato-BlackItalic';font-size:30px;color:#E66C20;}
.aboutcont h5 span{color:#2548A9;}

.vis{position:relative;padding-left:40px;padding-bottom:30px;}
.vis:after{
    position:absolute;
    content:"";
    left:15px;
    top:15px;
    height:70%;
    width:6px;
    background: -moz-linear-gradient(to bottom, #ff710e 0%, #0041c4 100%);
    background-image: -webkit-linear-gradient(to bottom, #ff710e 0%, #0041c4 100%);
    background-image: -ms-linear-gradient(to bottom, #ff710e 0%, #0041c4 100%);
    background-image: -o-linear-gradient(to bottom, #ff710e 0%, #0041c4 100%);
    background-image: linear-gradient(to bottom, #ff710e 0%, #0041c4 100%);
}

.mis{position:relative;padding-left:40px;}
.mis:after{
    position:absolute;
    content:"";
    left:15px;
    top:15px;
    height:70%;
    width:6px;
    background: -moz-linear-gradient(to bottom, #ff710e 0%, #0041c4 100%);
    background-image: -webkit-linear-gradient(to bottom, #ff710e 0%, #0041c4 100%);
    background-image: -ms-linear-gradient(to bottom, #ff710e 0%, #0041c4 100%);
    background-image: -o-linear-gradient(to bottom, #ff710e 0%, #0041c4 100%);
    background-image: linear-gradient(to bottom, #ff710e 0%, #0041c4 100%);
    
}


/* section_gallery_content */


.cont-btn {display: block;
    display: block;
    position: fixed;
    right: 0;
    top: 32%;
    z-index: 99;}
.cont-btn a{
        transform: rotate(-90deg);
    color: #fff;
    background-image: -webkit-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background-image: -ms-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background-image: -o-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background-image: linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background: -moz-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    line-height: normal;
    padding: 10px 15px 8px;
    font-family: 'Lato-black';
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    transform-origin: right 37px;
}

.page-contructions .gallery-block .ba-slider:hover .content_container {padding-bottom: 14px;}
.page-contructions .gallery-block .title {display: block;color: #fff;text-transform: uppercase;font-size: 16px;line-height: normal;margin-bottom: 4px;} 
.page-contructions .gallery-block .content_container {position: absolute;bottom: 0;width: 100%;padding: 8px 10px;background-color: rgba(0, 0, 0, 0.3);transition: all 0.25s ease-in 0.5s;} 
.page-contructions .gallery-block .date {color: #fff;font-size: 12px;line-height: normal;}
.simplefilter li {background: url("../images/read-bg.png") no-repeat scroll left center;display: inline-block;text-align: center;padding:0px 10px 0px 0px;position: relative;cursor: pointer;margin:0px;margin-bottom: 15px;transition: all 500ms ease-in-out 0s;} 
.simplefilter li:hover{transition: all 500ms ease-in-out 0s;}
.simplefilter li > span {display: block;font-size: 13px;color:#2b2a28;transition: all 500ms ease-in-out 0s;border-radius:0; border: 1px solid rgba(0, 154, 216, 0.3);padding:5px 10px;}
.zoom h5{font-family: 'OpenSansLight';font-size:16px;color:#000;} 
.simplefilter li:hover span,.simplefilter li:focus span{color:#fff;transition: all 500ms ease-in-out 0s;background-color:#F11923;} 
.simplefilter li.active span {color:#F11923;} 
.simplefilter li.active span:hover {color:#fff;} 
.simplefilter li.active:after {width: 100%;} 
.simplefilter {text-align: left;padding:30px 0 ;position:relative;padding-top: 0;}
.simplefilter:before{background: rgba(0, 0, 0, 0) url("../images/tri-3.png") no-repeat scroll 0 0;content: "";height:43px;position: absolute; left:-150px;bottom: -250px;width:auto;z-index: 0;-webkit-animation:trip linear 15s infinite;-moz-animation: trip linear 15s infinite;transition: all 500ms ease-in-out ;}
.simplefilter:after{background: rgba(0, 0, 0, 0) url("../images/tri-4.png") no-repeat scroll 0 0;content: "";height:43px;position: absolute; right:-120px;top:140px;width:auto;z-index: 0;-webkit-animation:trip linear 15s infinite;-moz-animation: trip linear 15s infinite;transition: all 500ms ease-in-out ;}
.filtr-item{padding-right:0px;padding-bottom:15px;}
.filtr-item .ba-slider{
    margin-bottom: 1px;
    position: relative;
    overflow: hidden;
    margin-right: 1px;
    border: 1px solid rgba(0, 154, 216, 0.3);
    border-image: linear-gradient(to right, #114cc4 10%, #fe781b 100%);
    border-image-slice: 1;
    cursor: pointer;
}
.filtr-item .ba-slider:hover img {transform: scale(1.05);} 
.filtr-item .ba-slider img {transform: scale(1);transition: all ease-in 0.5s;}
.filtr-item .ba-slider img {width: 100%;}
.ful_content .fadeInUp.elementInview {animation: fadeInUp linear 0.3s;} 

/* section_gallery_content */



/*Testimonial SEction Starts*/
    .testimonialswrap .testsec{
        list-style: none;padding: 0;
        column-count: 3;
    column-gap: 1em;
    }
    .testimonialswrap .testsec li{
        width: 100%;
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 20px;
        /*float: left;*/
    }
    .testimonialswrap .testsec li:nth-child(3n+0){
        margin-right: 0px;
    }

    .testcontsec{
        padding: 15px;
        background: #f7f7f7;
        color: #85868c;
    }
    .testfoot{
        margin-top: 15px;
    }
    .testfoot span{
        display: inline-block;
        vertical-align: top;
    }
    .testfoot span img{
         width: 100%;
    border: 1px solid #c4c4c7;
    padding: 4px;
    }

    .testfoot span h5{
            margin-top: 0;
            margin-bottom: 0;
            font-size: 16px;
            font-weight: 600;
    }
    .testfoot span p{
            font-style: italic; 
    }

    .testfoot span:first-child{
        width: 18%;
        margin-right: 10px;
    }

    .aboutcont p{
       font-size: 17px;
    line-height: 25px;
    letter-spacing: 1px;
        /*margin-bottom: 0;*/
        
            font-size: 17px;
    color: #000000;
    font-family: 'Lato';
    letter-spacing: 1px;
}
.abtcnt{
    text-align: center;
}
.abtcnt span{ 
    display: inline-block;
    font-size: 25px;
    /*background: linear-gradient(to right, #0041c4 0%, #ff710e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    font-weight: 900;
        margin-right: 1px;
        color: #fff;
}
.abtcnt p{
        color: #fff;
    font-size: 16px;
}


.mb50{
    margin-bottom: 50px;
}

.navbar-nav>li>.dropdown-menu {
    width: 100%;
    background-image: -webkit-linear-gradient(to right, #ff710e , #2147ac);
    background-image: -moz-linear-gradient(to right, #ff710e , #2147ac);
    background-image: -ms-linear-gradient(to right, #ff710e , #2147ac);
    background-image: -o-linear-gradient(to right, #ff710e , #2147ac);
    background-image: linear-gradient(to right, #ff710e , #2147ac);
    margin-top: 0px;
    border: none;
    padding: 0;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: transparent;
}
.dropdown-menu>li>a{
    color: #fff;
        padding: 7px 20px;
        transition: 0.5s;
}

.open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);  
  opacity:1;
}
  
.dropdown-menu {
  opacity:.3;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;  
  animation-fill-mode: forwards; 
  -webkit-transform: scale(1, 0);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}


.enquiry-formsec button.common-viewall.btn-default:hover {
    color: #333;
    background-color: #fff;
    border-color: #e1e1e1;
}

/*Testimonial Section Ends*/



.tabs_wrapper {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background: transparent;
}

ul.tabs {
      display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 9;
    margin: 0 0 0;
    padding: 0;
    width: 27%;
    min-width: 175px;
    list-style: none;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4); */
    /* border: 1px solid #bdbdbd; */
}
ul.tabs li {
  margin: 0;
  cursor: pointer;
 padding: 10px 10px;
  line-height: 31px;
      color: #333;
    text-align: left;
    font-weight: bold;
    background-color: #666;
    background: transparent;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
ul.tabs li:hover {
    background: #d4d4d4;
    color: white;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background: linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background: -moz-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background: -webkit-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background: -o-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background: -ms-linear-gradient(to right, #ff710e 0%, #0041c4 100%);

}
ul.tabs li.active {
         background: transparent;
         position: relative;
    color: #fff;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background: -moz-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background: -webkit-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background: -o-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background: -ms-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    border-right: 0;
    /* background: white; */
    border: 0;
    border-right: 0;

}

ul.tabs li.active:before{
    /*     content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: -3px;
    top: 15px;
    color: #fa7012;
    z-index: 99;
    font-size: 20px;*/
}
ul.tabs li.active:after{
        content: "";
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #1144b7;
    position: absolute;
    right: -8px;
    top: 15px;
}
.tab_container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 8;
    left: -0.3%;
    width: 70%;
    min-width: 10px;
    text-align: left;
    background: white;
    border-radius: 0;
    /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5); */
    border-right: 0;
    border: 1px solid #bdbdbd;
    padding-left: 10px;
}

.tab_content {
  padding: 20px;
  height: 100%;
  display: none;
  padding-top: 0;
}

.tab_drawer_heading {
  display: none;
}

/*.tab_content h2{
    margin-top: 0;
}*/
.tab_content p{
    font-size: 16px;
    letter-spacing: 1px;
    font-size: 17px;
    color: #000000;
    font-family: 'Lato';
    letter-spacing: 1px;
}

.tab_content .common-heading h2 {
        font-size: 25px;
    line-height: 25px;
    margin-bottom: 15px;
}
.tab_content .common-heading h2 span {
    display: inline-block;
}

.tab_content ul{
    list-style: none;
    padding: 0;
}
.tab_content ul li{
        font-size: 15px;
    color: #000000;
    font-family: 'Lato';
        margin-bottom: 10px;
}
.tab_content ul li i{
    margin-right: 10px;
    font-size: 14px;
}
@media screen and (max-width: 781px) {
  ul.tabs {
    display: none;
  }
  .tab_content h2{
    margin-top: 20px;
  }
  .tab_container {
    display: block;
    margin: 0 auto;
    width: 95%;
    border-top: none;
    border-radius: 0;
    /*box-shadow: 0px 0px 10px black;*/
  }

  .tab_drawer_heading {
    background: linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background: -moz-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background: -webkit-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background: -o-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background: -ms-linear-gradient(to right, #ff710e 0%, #0041c4 100%);  
    color: #fff;
    margin: 0;
    padding: 10px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;

  }
  .tab_drawer_heading:hover {
    background: #ccc;
    background: #ae0046;
    background: linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background: -moz-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background: -webkit-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background: -o-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background: -ms-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    color: white;
  }

  .d_active {
    background: #fff;
    background: #4c001e;
    background: linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background: -moz-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background: -webkit-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background: -o-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background: -ms-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    color: #dddddd;
  }
}

.careerform{
        background: #eaeaea;
    padding: 30px;
        margin-top: 40px;
}
.careerform .common-heading h2 {
        font-size: 25px;
    line-height: 25px;
    margin-bottom: 30px;
        margin-top: 5px;
}
.careerform .common-heading h2 span {
    display: inline-block;
}


.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 100%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 0;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.inputfile-6 + label {
    color: #d3394c;
}

.inputfile-6 + label {
   border: 1px solid rgba(95, 95, 95, 0.18);
    background-color: #fff;
    padding: 0;
    width: 100%;
        margin-bottom: -5px;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: rgba(95, 95, 95, 0.18);
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding: 12px 25px;
    /* 10px 20px */
}

.inputfile-6 + label span {
    width: 64%;
    min-height: 38px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-6 + label strong {
        height: 100%;
    color: #f1e5e6;
    background-color: rgba(94, 94, 94, 0.5);
    display: inline-block;
    transition: 0.5s;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: rgba(94, 94, 94, 0.7);
}


.form-control:focus{
    outline: 0;
    border-color: transparent;
    border: 0;
    border: 1px solid rgba(95, 95, 95, 0.18);
    box-shadow: none;
}

.infotxt{
    font-size: 12px;
    color: #9c9c9c;
}


.servicesec .common-heading h2 {
        font-size: 25px;
    line-height: 25px;
    margin-bottom: 15px;
    margin-top: 0;
}
.servicesec .common-heading h2 span {
    display: inline-block;
}
.mt50{
    margin-top: 50px;
}

.testcontsec p{
        font-size: 16px;
    color: #000000;
    font-family: 'Lato-light';
    letter-spacing: 1px;
}

.hrtag{
    margin: 50px 0;
}

.certcap h3{
     margin-top: 5px;
    font-size: 15px;
    text-align: center;
    line-height: 17px;
    min-height: 40px;
}


.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #ff710e;
}

.navbar-inverse .navbar-toggle {
    border-color: #ff710e;
}

.carreer p{
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 1px;
    /* margin-bottom: 0; */
    
    font-size: 18px;
    color: #000000;
    font-family: 'Lato';
    letter-spacing: 1px;
}

 /*   
.main-menu .navbar-collapse{padding:0px; text-align:right }

.main-menu .navigation{position:relative;   margin:0px 0 0 ; padding:0;  }

.main-menu .navigation > li {
    position: relative;
    padding: 0px;
    margin-right: 30px;
    display: inline-block;
    list-style: none;
    float: left;
    padding-left: 10px;
}
.main-menu .navigation > li > a {
    position: relative;
    display: block;
    padding: 11px 2px;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    opacity: 1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    /* font-family: 'Montserrat-SemiBold'; */
    text-decoration: none;
    /* color: #4f4f4f; */
}
.main-menu .navigation > li:last-child{ margin-right:0px;}
 
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,

.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a, .main-menu .navigation > li.current-menu-item > a {
    /* border-top: 2px solid #4f4f4f; */
    /* color: #222222; */
    opacity: 1;
}

 
.main-menu .navigation > li:hover > a:after{    opacity:1;}
.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 130%;
    width: 220px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #ffffff;
    background-image: -webkit-linear-gradient(to right, #ff710e , #2147ac);
    background-image: -moz-linear-gradient(to right, #ff710e , #2147ac);
    background-image: -ms-linear-gradient(to right, #ff710e , #2147ac);
    background-image: -o-linear-gradient(to right, #ff710e , #2147ac);
    background-image: linear-gradient(to right, #ff710e , #2147ac);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
 .main-menu .navigation > li > ul.from-right{ left:auto;    right:100%; }
.main-menu .navigation > li > ul > li{  position:relative;  width:100%; border-top:1px solid rgba(255,255,255,0.30); text-align:left; list-style:none }
.main-menu .navigation > li > ul > li > a{ text-decoration:none;    position:relative;  display:block;  padding:10px 15px;  line-height:22px;   font-weight:500;    font-size:13px; color:#ffffff;  transition:all 300ms ease;  -moz-transition:all 300ms ease; -webkit-transition:all 300ms ease;  -ms-transition:all 300ms ease;  -o-transition:all 300ms ease;}

.main-menu .navigation > li > ul > li:hover > a {
    background: #848589;
    color: #fff;
    background-image: -webkit-linear-gradient(to right, #2147ac 30%, #ff710e 100%);
    background-image: -moz-linear-gradient(to right, #2147ac 30%, #ff710e 100%);
    background-image: -ms-linear-gradient(to right, #2147ac 30%, #ff710e 100%);
    background-image: -o-linear-gradient(to right, #2147ac 30%, #ff710e 100%);
    background-image: linear-gradient(to right, #2147ac 30%, #ff710e 100%);
}

.main-menu .navigation > li > ul > li.dropdown > a:after{   font-family: 'FontAwesome'; content: "\f105";   position:absolute;  right:10px; top:10px;   width:10px; height:20px;    display:block;  color:#ffffff;  line-height:20px;   font-size:16px; font-weight:normal; text-align:center;  z-index:5;  }
.main-menu .navigation > li > ul > li.dropdown:hover > a:after{ color:#fff; }
.main-menu .navigation > li > ul > li > ul{ position:absolute;  left:100%;  top:20px;   width:220px;    padding:0px;    z-index:100;    display:none;   background:#4f4f4f; border-top:0px solid #00ADEF;}

.main-menu .navigation > li > ul > li > ul > li{    position:relative;  width:100%; border-bottom:1px solid rgba(255,255,255,0.30); list-style:none}
.main-menu .navigation > li > ul > li > ul > li:last-child{ border-bottom:none; }
.main-menu .navigation > li > ul > li  > ul > li > a{   position:relative;  display:block;  padding:10px 15px;  line-height:22px;   font-weight:400;    font-size:13px; text-decoration:none;    color:#ffffff; transition:all 500ms ease;  -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease;  -ms-transition:all 500ms ease;  -o-transition:all 500ms ease;}
.main-menu .navigation > li > ul > li  > ul > li > a:hover{ background: #848589;    color:#fff;}

.main-menu .navigation > li.dropdown:hover > ul{    visibility:visible; opacity:1;  top:100%;   }
.main-menu .navigation li > ul > li.dropdown:hover > ul{    visibility:visible; opacity:1;  top:0px;    transition:all 500ms ease;  -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease;  -ms-transition:all 500ms ease;  -o-transition:all 500ms ease;   }
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{ position:absolute;  right:15px; top:6px;    width:34px; height:30px;    text-align:center;  font-size:16px; color:#ffffff;  line-height:30px;   border:1px solid rgba(255,255,255,0);   cursor:pointer; z-index:5;  display:none;}


@media (min-width:999px) {
    
.main-menu .navigation > li > ul,
.main-menu .navigation > li > ul > li > ul{ display:block !important;   visibility:hidden;  opacity:0;}

.menu-mobile-show { display:none !important; }
.mail, .login-menu {display:none;  }

    
     }


     @media screen and (max-width:998px) { 


.main-menu .collapse {
       max-height:300px;
        overflow:auto;
        float:none;
        width:100%;
        padding:10px 10px 0px;
        border:none;
        margin:0px;
        -ms-border-radius:0px;
        -moz-border-radius:0px;
        -webkit-border-radius:0px;
        -o-border-radius:0px;
        border-radius:0px;
        position:absolute;
        left:0px;
        top:47px;
   }
   
    .main-menu .collapse.in,
    .main-menu .collapsing{
        padding:2px 0px 0px;
        border:none;
        margin:0px 0px 0px;
        -ms-border-radius:0px;
        -moz-border-radius:0px;
        -webkit-border-radius:0px;
        -o-border-radius:0px;
        border-radius:0px;  
        width:100%;
        position:absolute;
        left:0px;
        top:47px;
    }
    
    .main-menu .navbar-header .navbar-toggle{display:inline-block;  z-index:7;border:1px solid #ffffff; float:none; margin:0px 0px 0px 0px; border-radius:0px;  background:#ffd105; position:absolute;  right:15px; top:7px;    }
    .main-menu .navbar-header .navbar-toggle .icon-bar{background:#ffffff;}
    .main-menu .navbar-collapse > .navigation{float:none !important;margin:0px 0 0 !important; width:100% !important;background:#4f4f4f;border:0px;border-top:none;}
    
    .main-menu .navbar-collapse > .navigation > li,
    .header-style-three .header-lower .main-menu .navigation > li{margin:0px !important;padding:0px !important; float:none !important;  width:100%; }
    
    .main-menu .navigation > li > a,
    .main-menu .navigation > li > ul:before{border:none;}
    
    .main-menu .navbar-collapse > .navigation > li > a{padding:10px 10px !important;border:none !important;}
    
    .main-menu .navigation li.dropdown > a:after,
    .main-menu .navigation > li.dropdown > a:before,
    .main-menu .navigation > li > ul > li > a::before,
    .main-menu .navigation > li > ul > li > ul > li > a::before{color:#ffffff !important;right:15px;font-size:16px; display:none !important;}
    
    .main-menu .navbar-collapse > .navigation > li > ul,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul{
        position:relative; border:none; float:none; visibility:visible; opacity:1;  display:none;   margin:0px; left:auto !important;   right:auto !important;  top:auto !important;
        width:100%;     background:#4f4f4f;
        -webkit-border-radius:0px;
        -ms-border-radius:0px;
        -o-border-radius:0px;
        -moz-border-radius:0px;
        border-radius:0px;
        transition:none !important;
        -webkit-transition:none !important;
        -ms-transition:none !important;
        -o-transition:none !important;
        -moz-transition:none !important;
    }
        
    .main-menu .navbar-collapse > .navigation > li,
    .main-menu .navbar-collapse > .navigation > li > ul > li,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li{border-top:1px solid rgba(255,255,255,0.20) !important;  opacity:1 !important;   top:0px !important; left:0px !important;
        visibility:visible !important;}
    
    .main-menu .navbar-collapse > .navigation > li:first-child{border:none; }
    
    .header-style-two .nav-outer{/*float:none !important;*/ width:100%;}
    
    .main-menu .navbar-collapse > .navigation > li > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a{padding:10px 10px !important;line-height:22px;color:#ffffff;background:#4f4f4f;  text-align:left;}
    
    .main-menu .navbar-collapse > .navigation > li > a:hover,
    .main-menu .navbar-collapse > .navigation > li > a:active,
    .main-menu .navbar-collapse > .navigation > li > a:focus{background:#848589;}
    
    .main-menu .navbar-collapse > .navigation > li:hover > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a,
    .main-menu .navbar-collapse > .navigation > li.current > a,
    .main-menu .navbar-collapse > .navigation > li.current-menu-item > a{background:#4f4f4f;color:#ffffff !important;}
    
    .main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn{display:block;} /* dropdown arrow btn  */
    
    .main-menu .navbar-collapse > .navigation li.dropdown:after,
    .main-menu .navigation > li > ul:before{display:none !important;}

     }*/

     header {
        padding-bottom: 0;
     }
.panel-heading .accordion-toggle:after {
	font-family: 'FontAwesome';
	content: "\f0d7";
	float: right;
	color: #c5c5c4;
	font-size: 25px;
	line-height:20px;
	transition: all 300ms ease-in-out;
}

.panel-heading .accordion-toggle.collapsed:after {
	content: "\f0da";
	transition: all 300ms ease-in-out;
}

.panel-heading.actives .accordion-toggle:after {
	color: #fff
}

#accordion .panel-default>.panel-heading {
	background: #fff;
	border-radius: 0px;
	padding: 0px;
}

#accordion.panel-group .panel {
	border-radius: 0px;
	margin-bottom:12px;
}

#accordion .panel-default {
	border-color: #cfcfcf;
}

#accordion .panel-heading h4 {
	margin-bottom: 0px;
}

#accordion .panel-heading h4 a.accordion-toggle {
	display: block;
	padding: 15px;
	background: #fff;
	color: #3f3e3a;
	transition: all 300ms ease-in-out
}

#accordion .panel-heading h4 a {
	font-family: 'Lato-black';
	color: #a4a4a4;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}

#accordion .panel-heading h4 a span {
	color: #b0b0ae;
	font-family: 'Lato-black';
}

#accordion .panel-heading h4 a.accordion-toggle.collapsed {
	background: #fff;
	color: #3f3e3a;
}

#accordion .panel-body {
	padding: 20px;
	margin: 0;
}

#accordion .panel-heading.actives h4 a.accordion-toggle {
	display: block;
    padding: 15px;
    background-image: -webkit-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background-image: -moz-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background-image: -ms-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background-image: -o-linear-gradient(to right, #ff710e 0%, #0041c4 100%);
    background-image: linear-gradient(to right, #ff710e 0%, #0041c4 100%);
	color: #fff;
	transition: all 300ms ease-in-out
}

#accordion .panel-heading.actives h4 a span {
	color: #fff;
}
.carreer h5{font-family: 'Lato-black';text-transform:uppercase;font-size:20px;color:#2949A6;}
.rip{padding-left:40px;}
.lep{position:relative;padding-right:40px;}
.lep:before{
    position:absolute;
    content:"";
    width:1px;
    right:0;
    height:100%;
    background: #eaeaea;
}
.carreer .job-bg p{font-size:16px;line-height:22px;}
.carreer .job-bg p span{font-weight:bold;color:#2548A9;}
.job-bg ul{padding:0px;}
.job-bg ul span{font-family: 'Lato-black';font-size:16px;color:#E76C1F;padding-bottom:10px;display:block;}
.job-bg li{list-style:none;font-size: 16px;
color: #000000;
font-family: 'Lato-light';
margin-bottom: 10px;}
.job-bg i {
    margin-right:5px;
    font-size: 14px;
	color:#2448AA;
}
.about-countsec p{
    text-transform: uppercase;
    font-size: 12px;
}
.carreer button.common-viewall{
    padding: 10px 30px;
}

.carreer button.common-viewall:hover{
    padding: 10px 40px;
}

h4.subbtitle{
    margin-top: 0;
    margin-bottom: 16px;
    color: #404040;
}

h4.fntne{
    font-size: 16px;
    margin-bottom: 7px;
    color: #9e9e9e;
}
.mb10ne{
    margin-bottom: 10px;
}
h4.mt10ne{
    margin-top: 10px;
}


.custom-file-uploader {
    position: relative;
  }
  .custom-file-uploader input[type='file'] {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: default;
  }

  .input-group .form-control[readonly]{
    background: #fff;
    height: 46px;
  }

  .input-group-btn .btn-default{
    padding: 12px;
    border: 0;
    border-left: 1px solid #e1e1e1;
    background: #d2d2d2;
    color: #fff;
    text-transform: uppercase;
  }
  .input-group{
      cursor: pointer;
  }
  .common-heading.list-inlinenew h2 span{
      display: inline-block;
  }

  .cushead span:first-child{
    width: 15%;
  }

.nwfnt h2{
    font-size: 25px;
line-height: 25px;
}


  
.kuhnezug .sideimg img { width: 100%; border:1px solid #eee; }







