@import url('https://fonts.googleapis.com/css?family=Proza+Libre');
@import url('https://fonts.googleapis.com/css?family=Lato:700|Roboto:700');

a, a:hover, a:focus {
    text-decoration: none;
    transition: .4s;
}

body{
	font-family: 'Proza Libre', sans-serif;
}

.top-in {
	border-bottom: 0px solid #e9e9e9;
	padding: 9px 0;
}

.top-contact ul {
	padding-left: 0;
	margin: 0;
}

.top-contact ul li{
	font-family: 'Proza Libre', sans-serif;
	display: inline;
}


.top-contact li a {
	color: #333333;
	font-size: 13px;
	font-weight: 300;
	margin-right: 30px;
}

.top-contact li a:hover {
	color: #e67817;
}

.top-socials{
	text-align: right;
}

.top-socials ul{
	padding-left: 0;
	margin: 0;
}

.top-socials ul li{
	display: inline-block;
	padding: 0;
	margin: 0;
}

.top-socials ul li a {
	color: #333333;
	font-size: 12px;
	margin-right: 18px;
}

.top-socials li a:hover {
	color: #e67817;
}

header{
	background-color: #e5e6e8;
	padding: 25px 0;
}

header .btn-default {
	font-family: 'Proza Libre', sans-serif;
	background: #f58a1d;
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	position: relative;
	text-align: center;
	top: 8px;
	padding: 12px 25px;
}

header .btn-default:hover {
	color: #ffffff;
	background: #000;
}

.navbar-wrapper {
	font-family: 'Proza Libre', sans-serif;
	font-weight: 100;
	margin-top: 12px;
}

.navbar-inverse {
	background-color: transparent;
	border: none;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
	border: 0px solid transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	color: #f58a1d;
	background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
	color: #333;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	color: #f58a1d;
	background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	color: #f58a1d;
	background-color: transparent;
}

.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 13px;
	font-size: 12px;
}
 

.navbar-inverse li:hover ul.dropdown-menu {
	opacity: 1;
	top: 40px;
	transition: all 0.6s ease 0s;
	visibility: visible;
}

.navbar-inverse .dropdown-menu {
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.357);
	left: 0;
	opacity: 0;
	padding: 0;
	transition: all 0.6s ease 0s;
	visibility: hidden;
	background: rgba(224, 225, 228, 0.95);
}

.dropdown-menu > li > a {
	line-height: 30px;
}

/*
.dropdown:hover  > .dropdown-menu {
	display: block; 
	transition: all 1s ease 1s;
}  

.navbar-inverse .nav.navbar-nav ul.dropdown-menu li a {
    display: inline-block;
    padding: 25px 20px; 
    width: 100%
}

.navbar-inverse .navbar-nav li:hover ul.dropdown-menu li a { 
    padding: 8px 20px;
}
*/

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #f58a1d;
} 
 

/* To Dropdown navbar dropdown on hover */
.navbar-nav > li:hover > .dropdown-menu-2 {
    display: block;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -41px;
	margin-left: 1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu-2:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a::after {
	display: none;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: rgba(224, 225, 228, 1);
	margin-top: 10px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


.nav-width{
	width: 380px !important;
} 


.nav-width li a{
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	white-space: pre-wrap;       /* css-3 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
	word-break: break-all;
	white-space: normal; 
}

.sec1{
	padding: 50px 0; 
}
 
.sec1-img img{
	width: 100%;
	transition: all 0.4s ease-out 0s;
	box-shadow: 2px 2px 6px #b3b3b3;
	overflow: hidden;
}

.sec1-img {
	overflow: hidden;
	height: 185px;
	margin-bottom: 20px;
}

.sec1-img:hover img{
	width: 104%;
	transition: all 0.4s ease-out 0s;
	filter: grayscale(100%);
} 

.sec1 h4 {
	font-size: 25px;
	color: #ea831a;
	margin: 20px 0px 0 13px;
	position: absolute;
	opacity: 1;
	font-weight: 500;
	z-index: 9;
}

.carousel-control.left {
	background: none;
  
}

.carousel-control.right {
	background: none;
  
}

 .carousel-indicators2 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators2 li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff; 
  border-radius: 10px;
}
.carousel-indicators2 .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-indicators2 {
    bottom: 20px;
}

.carousel-indicators2 li { 
	border: 2px solid #fff; 
}

.carousel-indicators li { 
	border: 2px solid #f58a1d; 
}

.carousel-indicators .active {
	background-color: #f58a1d;
}

.slider {
	border-bottom: 2px solid #aaa;
}


.w_avtive {
	background: #fff!important;

}
.o_avtive {
	background: #f58a1d!important;

}

/*.sec1 .btn-default {
	color: #fff;
	background-color: #f58a1d;
	border-color: #f58a1d;
	border-radius: 0;
	padding: 9px 15px;
}

.content {
	position: relative;
	margin: auto;
	overflow: hidden;
	box-shadow: 0 1px 5px #000;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute; 
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0; 
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;   
  transform: translate(-50%, -50%);  
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff; 
  margin-bottom: 0.5em;
  text-transform: uppercase;
}*/

.sec1 h3 {
	font-size: 14px;
	margin-bottom: 8px;
	color: #f58a1d;
	font-weight: 600;
	margin-top: 0;
}

.sec1 p{
	color: #fff;
	font-size: 13px;
	line-height: 20px;
}

.sec1 .btn-default {
	color: #fff;
	background-color: #f58a1d;
	border-color: #f58a1d;
	border-radius: 0;
	padding: 4px 16px;
	font-size: 12px;
	position: absolute;
	left: 33px;
	bottom: 45px;
}

.about-area {
	position: relative;
	background-image: url(../images/about-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}

.about-area::before {
	background: rgba(0, 0, 0, 0) url(../images/about-img.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 44%;
}

.about-area .setion-title {
	background: rgba(245, 138, 29, 0.9) none repeat scroll 0 0;
	color: #fff;
	margin-top: 70px;
	padding: 70px 23px 30px;
	position: absolute;
	right: -30px;
	text-align: left;
	top: 10%;
	z-index: 1;
}

.about-area .setion-title::after {
	border-color: rgba(245, 138, 29, 0.9) rgba(245, 138, 29, 0.9) transparent transparent;
	border-style: solid;
	border-width: 60px 57px 11px 247px;
	bottom: -71px;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
	z-index: -1;
}

.about-area-2{
	padding: 70px  10px 70px 50px;
}

.about-area-2 h3{
	color: #fff;
}

.about-area-2 ul{
	padding: 0px 0px 0px 10px;
}

.about-area-2 hr{
	border-top: 2px solid #f58a1d;
}

.about-area-2 ul li{
	color: #fff;
	line-height: 40px;	
}

.about-area-2 p{
	color: #fff;
	text-align: justify;
	line-height: 23px;
}

.infra ul{
	padding-left: 15px;
}

.infra li{
	line-height: 30px;
}

.infra-table tr td p strong{color: #fff;}


.sec2{
	padding: 50px 0;
}

.sec2 h2{
	font-size: 23px;
	margin-bottom: 30px;
	color: #333;
	margin-top: 0;
	text-align: center;
	position: relative;
}

.sec2 h2::before {
	background: #8d8d8d none repeat scroll 0 0;
	content: "";
	height: 2px;
	position: absolute;
	width: 14%;
	vertical-align: middle;
	top: 30px;
	margin-left: 66px;
}

.title-h2 {
	font-size: 23px;
	margin-bottom: 30px;
	color: #333;
	margin-top: 0;
}

.single-project .overly {
	background: rgba(15, 14, 14, 0.83) none repeat scroll 0 0;
	border-radius: 0;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	font-style: normal; 
	justify-content: center; 
	opacity: 0;
	padding: 30px;
	position: absolute;
	text-align: center;
	top: 100%;
	transform: rotateZ(300deg);
	transition: all 0.6s ease 0s;
	vertical-align: middle;
	width: 100%; 
	height: 100%;
}

.single-project:hover .overly {
	opacity: 1;
	border: 5px solid transparent;
	transform: rotateZ(0deg);
	top: 0;
}

.single-project {
	position: relative;
	overflow: hidden; 
}

.single-project i{
	color: #fff;
}

.no-padding{
	padding: 0;
}
 
.sec3 { 
	padding: 50px 0 40px 0;
	background-image: url(../images/sec3-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}

.sec3::after {
	left: 0;
	background: rgba(245, 138, 29, 0.9);
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
	z-index: -1;
	opacity: .9;
}

.sec3-matter{
	text-align: center;
	color: #fff;
}

.sec3-matter h2 {
	font-size: 30px;
	font-weight: 100;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 0.5px;
}

.sec3-matter p {
	font-size: 16px;
	margin:0;
}

.sec3 .btn-default {
	color: #fff;
	background-color: #000;
	border-color: #000;
	border-radius: 0;
	padding: 13px 25px;
	width: 230px;
	float: right;
}
 
.sec4{
	padding: 20px 0;
}
 
.sec4 h3 {
	text-align: center;
	line-height: 30px;
	font-size: 22px;
}

#owl-example .item {
	padding: 0px 0px !important;
	margin: 0px !important;
}

.owl-carousel .owl-item {
	float: left;
	margin-right: 110px !important;
}

footer {
    background: #2e2d2d;
    padding: 50px 0;
}    

footer h4 {
	color: #fff;
	font-size: 15px;
	margin-bottom: 20px; 
	font-style: normal;
}

footer h4::after {
	background: gray none repeat scroll 0 0;
	content: "";
	height: 1px;
	left: 11px;
	position: absolute;
	top: 33px;
	width: 90px;
}

footer p {
	font-size: 13px;
	color: #fff;
	line-height: 23px; 
}

footer ul{
	padding-left: 0;
}

footer ul li {
	list-style: none;
	line-height: 27px;
	font-size: 13px;
	text-transform: uppercase;
}

footer li a {
	color: #a6a6a6;
	font-style: normal;
	padding: 7px 0;
}

footer ul li a:hover {
	color: rgba(245, 138, 29, 0.9);
}

.bottom {
	padding: 15px;
	background-color: #000; 
}

.bottom p {  
	color: #fff;
	margin: 0px;
	font-size: 12px;
	padding: 0px; 
}

.bottom p a{
	color: #fff;
}

.about-banner{
	background:url(../images/about-banner.jpg) no-repeat;
	padding: 50px 0; 
	background-position: center;	
	background-size: cover;
}

.banner-matter h2{
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.banner-matter a,span {
    color: #fff;  
}

.about-sec{
	padding: 50px 0;
}

.about-sec h2{
	font-weight: 600;
}

.about-sec p{
	line-height: 26px;
	text-align: justify;
}



.about-box {
	border: solid;
	border-color: #939393;
	height: 280px;
	width: 330px;
	border-width: 7px 7px 0;
	text-align: center;
	position: relative;
	margin-bottom: 70px;
}

.about-box h2 {
	vertical-align: middle;
	margin-top: 100px;
	font-size: 34px;
	font-weight: 600;
	color: #f58a1d; 
}

.about-box::after {
	content: "";
	background-color: #f58a1d;
	height: 50px;
	width: 7px;
	position: absolute;
	right: -7px;
	bottom: -46px;
}

.about-box::before {
	background: #f58a1d none repeat scroll 0 0;
	bottom: -27px;
	content: "";
	height: 8px;
	left: -7px;
	position: absolute;
	transform: skewY(7deg);
	width: 104%;
}

black{
	color: #000;
}

.product-banner{
	background:url(../images/product-banner.jpg) fixed no-repeat;
	padding: 50px 0;
	background-size: cover;
}

.product{
	padding: 50px 0;
}

.pro-box-img{
	overflow: hidden;
}

.pro-box-img img { 
	transition: all 0.4s ease-out 0s;
}

.pro-box-img img:hover{
	transform: scale3d(2.3, 2.3, 1);
	transition: all 0.4s ease-out 0s;
}
.pro-box-img1{
	overflow: hidden;
}

.pro-box-img1 img { 
	transition: all 0.4s ease-out 0s;
}

.pro-box-img1 img:hover{
	transform: scale3d(1.1, 1.1, 1);
	transition: all 0.4s ease-out 0s;
}

.pro-box{
	transition: all 0.3s linear;
}

.pro-box:hover {
	/*-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);*/
	-webkit-box-shadow: 0 4px 13px rgba(0,0,0,0.18);
	box-shadow: 0 4px 13px rgba(0,0,0,0.18);
	transition: all 0.3s linear;
}

.pro-box-name {
	text-align: center;
margin-bottom: 20px;
padding: 10px 5px;
}

.pro-box-name h4 {
    font-size:13px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    color: #000;
    font-weight:700;
}

.pro-box:hover h4 {
    color: #f58a1d;
}

.product a:hover{
	color: #f58a1d;
}

.product-list h3 {
	color: #000;
	font-size: 23px;
	margin-top: 60px;
}

.product-list ul{
	padding-left: 10px;
}

.product-list ul li{
	list-style:none;
	display: block;
}
 
.product-list li a {
	border-bottom: 1px solid #dadada;
	color: #222222;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	padding: 12px 0;
	width: 100%;
	display: block;
}

.product-list li a:hover {
	border-bottom: 1px solid #f58a1d;;
	color: #f58a1d;;
}

.product-list::after {
	background: gray none repeat scroll 0 0;
	content: "";
	height: 111%;
	left: 0;
	position: absolute;
	top: 10px;
	width: 1px;
}

.pagination-bar {
	display: block;
	float: right;
	margin-bottom: 30px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	z-index: 2;
	color: #f58a1d;
	background-color: transparent;
	border: none;
}

.pagination > li {
	display: inline;
}

.pagination li a {
	border: medium none;
	font-style: normal;
	font-weight: 700;
	padding: 0px 7px;
	color: #000;
}

.navigation {
	display: inline-block;
}

.navigation {
	position: relative;
	top: -15px;
}

.navigation > li {
	display: block;
}

.navigation li a {
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
}

.navigation::after {
	background: #808080 none repeat scroll 0 0;
	content: "";
	height: 1px;
	margin-left: -20px;
	position: absolute;
	right: 0;
	top: 21px;
	width: 60%;
}

.product-decpt{
	padding: 50px 0;
}


.product-decpt h4{
	font-weight: 600;
} 

.product-specf-table table{
	width: 100%;
	text-align: center;
}

.product-specf-table th{
	text-align: center;
	color: #383838;
}

.product-specf-table tr .product-specf-table td .product-specf-table th {
	border: 1px solid #a7a7a7;
	padding: 6px 4px;
	font-size: 13px;
}

.related-product-sec{
	padding: 30px 0;
}


.related-product {
	text-align: center;
	font-size: 14px;
	border: 1px solid #e6e6e6;
}

.related-product img{
	width: 60%;
	display: inline;
}

.related-product{
	transition: all 0.3s linear;
}

.related-product:hover { 
	-webkit-box-shadow: 0 4px 13px rgba(0,0,0,0.18);
	box-shadow: 0 4px 13px rgba(0,0,0,0.18);
	transition: all 0.3s linear;
}

.related-product-sec a{
	color: #333;
}

.related-product-sec a:hover{
	color: #f58a1d;
}

.related-product-btn{
	text-align: center;
}

.related-product-btn .btn-default {
	color: #fff !important;
	background-color: #f58a1d;
	border-color: #f58a1d;
	border-radius: 0;
	padding: 10px 20px;
	margin-top: 50px;
}

.related-product-btn .btn-default:hover{ 
	-webkit-box-shadow: 0 4px 13px rgba(0,0,0,0.18);
	box-shadow: 0 4px 13px rgba(0,0,0,0.18);
	transition: all 0.3s linear;

}

.main-products h5 {
	font-size: 18px;
	margin-left: 18px;
	color: #f58a1d;
	margin-top: 20px;
	margin-bottom: 20px;
}

.product h2{
	margin-top: 20px;
	margin-bottom: 20px;
}

.product h5 {
    font-size: 18px;
    margin-left: 18px;
    color: #f58a1d;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pro-decpt-box {
	position:relative;
	display:inline-block;
	width:100%;
	margin-bottom: 30px;
}
	
.pro-decpt-box img{ 
	width: 100%;
	height: 100%;
	transition: .9s;
}
	
.thumb { 
	display: block;
    position: relative;
    overflow: hidden;
}
	
.thumb:hover img {/*! -moz-transform: scale(1.2); */
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	cursor:pointer; 
}

.contact-banner{
	background: url(../images/contact.jpg) fixed no-repeat;
	padding: 50px 0; 
	background-size: cover;
}

 /*
iframe {  
     filter: gray;
	-webkit-filter: grayscale(100%);
	-webkit-backface-visibility: hidden;
}
*/

.map{
	line-height: 0;
	margin: 22px 0px;
}


.contact h3{
	font-size: 21px;
	font-weight: 600;
}

.contact-form {
	width: 90%;
}

.contact-form input {
	width: 100%;
	border-bottom: 1px solid #c6c6c6;
	border-top: 0;
	border-left: 0;
	border-radius: 0;
	 height: 40px; 
	margin-bottom: 15px;
	padding: 5px;
}

.contact-form textarea {
	width: 100%;
	border-bottom: 1px solid #c6c6c6;
	border-top: 0;
	border-left: 0;
	border-radius: 0;
	padding: 5px;
	margin-bottom: 15px;
}

.contact-form input,textarea[placeholder] {
	color: #000;
}

.captcha{
	margin-top: 13px;
}

.contact-form .btn-default {
	color: #fff;
	background-color: #f58a1d;
	border-color: #f58a1d;
	width: 100%;
	padding: 11px 10px;
	font-size: 17px;
	text-transform: uppercase;
	border-radius: 0;
	margin-top: 10px;
}

.contact-form .btn-default:hover{ 
	-webkit-box-shadow: 0 4px 13px rgba(0,0,0,0.18);
	box-shadow: 0 4px 13px rgba(0,0,0,0.18);
	transition: all 0.2s linear;

}

.contact h4 {
	font-weight: 600;
	font-size: 16px;
	margin-top: 30px;
}

.contact p,a{
	color: #716e6e;
}

/*.Infrastructure-banner{
	background: url(../images/Infrastructure.jpg) fixed no-repeat;
	padding: 50px 0; 
	background-size: cover;
}*/

.thanks{
	background: url(../images/thanks.jpg) fixed no-repeat;
	background-size: cover;
	padding: 200px 0; 
	text-align: center;
}

.thanks h1 { 
	color: #fff;
	font-size: 100px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
}

.thanks a {
	border: 1px solid #000;
	padding: 13px 25px;
	color: #000;
	border-radius: 3px;
	font-size: 15px;
}

.thanks a:hover{
	background-color: #f58a1d;
	border: 1px solid #f58a1d;
	color: #fff; 
}

.thanks p{
	color: #000; 
	font-size: 18px;
	margin-bottom: 40px;
}

orange{
	color: #f58a1d;
}

.infra-imgs{
	padding: 0 0 50px 0;
}

.about-table table {
  	width: 70%;
}

.about-table table tr td {
	border: 0px solid #a7a7a7;
	padding: 6px 4px; 
}

.newabts h3{
	color: #f58a1d;
}
.newabts ul li {
	line-height: 28px;
	padding-bottom: 10px;
}
.infra-imgs {
	margin-top: 30px;
}
.about-sec-infra table tr td p {
	margin:0;
	padding: 5px 0; 
}
.about-sec-infra table {
	border-color: #999; 
}
.about-sec-infra table tr td {
	border-color: #999; 
}
.about-sec-infra table tr:nth-child(even) {background:#f0f0f0}
.about-sec-infra table tr:nth-child(odd) {background: #FFF}
.product-specf-table table tr td  {
	margin:0;
	padding: 5px 8px; 
}
.product-specf-table table {
	border-color: #999; 
}
.product-specf-table table tr td {
	border-color: #999; 
}
.product-specf-table table tr:nth-child(even) {background:#f0f0f0}
.product-specf-table table tr:nth-child(odd) {background: #FFF}

@media (min-width: 320px ) and (max-width: 414px ) {
.desktop_nav {
	display: none;
}
.navbar-inverse li ul.dropdown-menu {
	opacity: 1;
	top: 40px;
	transition: all 0.6s ease 0s;
	visibility: visible;
	background:#333!important; 
}
.mobile_nav {
	display:block!important;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}

	.top-contact ul {
	text-align: center;
}


.top-contact ul li {
	display: block;
}
.top-socials ul {
	text-align: center;
	margin-top: 8px;
}
.top-in {
	padding: 8px 0;
}
.navbar-inverse {
	background-color: #565656;
	border: none;
}

header .btn-default {
	width: 100%;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}
.sec1-img {
	height:auto !important;
	margin-bottom: 20px;
	
}
.about-area .setion-title {
	background: rgb(255, 131, 6) none repeat scroll 0 0;
	color: #fff;
	margin-top: 70px;
	padding: 20px 23px 20px;
	position: relative;
	 right: 0px;
	text-align: left;
	top: 10%;
	z-index: 1;
}

.about-area-2 {
	padding: 0px 10px 10px 10px;
	background: #ff8306;
}
.about-area .setion-title::after {
	border-color: rgba(245, 138, 29, 0) rgba(245, 138, 29, 0.9) transparent transparent;
	border-style: solid;
	border-width: 60px 47px 11px 247px;
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	/* position: absolute; */
	width: 0;
	z-index: -1;
	display: none;
}

.about-area-2 h3 {
    margin-top: 0px;
    font-size: 18px;
}

.about-area-2 ul li {
    line-height: 30px;
}

.owl-carousel .owl-item {
  
    margin-right:0px !important;
}

.owl-carousel .owl-item .item img{
	width: 55% !important;
}

.about-area .setion-title p img{
	width: 60%;
}

.about-table table {
    width: 100%;
    border: none;
}

.related-product {
    margin-bottom: 20px;
}

.ab-box img{
	width: 100%;
}

.about-sec-infra table tr td p {
    font-size: 13px;
}

.pro-box-img {
    text-align: center;
}

.pro-box-img img {
    display: inline-block;
}

.product-specf-table{
	overflow: scroll;
}

.related-product img {
    width: 40%;
   
}

.pro-box {
    text-align: center;
}

.pro-box img{
	display: inline-block;
}

.sec3-matter h2 {
    font-size: 20px;
}

.pro-decpt-box {
 margin-bottom: 0px;
text-align: center;
border: 1px solid #ddd;
}

.product-decpt h4 {
    font-size: 14px;
}

.pro-decpt-box img {
    width: 50% !important;
    display: inline-block;
    border: none;
}

.product-specf-table p{
	font-size: 13px;
}

.product-specf-table table tr td {
    font-size: 13px;
}

}

@media (min-width:480px) and (max-width:736px){
.desktop_nav {
	display: none;
}
.navbar-inverse li ul.dropdown-menu {
	opacity: 1;
	top: 40px;
	transition: all 0.6s ease 0s;
	visibility: visible;
	background:#333!important; 
}
.mobile_nav {
	display:block!important;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}
.navbar-inverse {
	background-color: #565656;
	border: none;
}


.pro-box-img img {
    display: inline-block;
}

.pro-box-img {
    text-align: center;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

header .btn-default {
  width: 100%;
}

.sec1-img {
   height: 100vh;
}

.sec1 h4 {
    font-size: 28px;
    margin: 47px 0px 0 30px;
}


.sec1 .btn-default {
    padding: 7px 16px;
    font-size: 15px;

}

.about-area .setion-title {
    padding: 45px 23px 30px;
    right: auto;
    left: 0;
}

.about-area .setion-title p img{
	width: 75%;
}

.sec3-matter h2 {
    font-size: 25px;
}

.about-area-2 h3 {
    text-align: right;
    margin-right: 10px;
    font-size: 18px;
}

.about-area-2 ul {
    padding: 0px 0px 0px 266px;
    margin-right: -30px;
}

.about-area-2 ul li {
    line-height: 30px;
}

#owl-example .item img {
    width: 50% !important;
}

.owl-carousel .owl-item {
    margin-right: 0px !important;
}

.ab-box{
	text-align: center;
}


.ab-box img{
	display: inline-block;
width: 100%;

}

.pro-box-img {
    text-align: center;
}

.pro-box-img img {
    display: inline-block;
}

.product-specf-table{
	overflow: scroll;
}

.related-product img {
    width: 25%;
}

.related-product {
    margin-bottom: 20px;
}

.pro-box {
    text-align: center;
}

.pro-box img{
	display: inline-block;
}

.pro-decpt-box {
    margin-bottom: 0px;
}

.product-decpt h4 {
    font-size: 14px;
}

.product-specf-table p{
	font-size: 13px;
}

.product-specf-table table tr td {
    font-size: 13px;
}


.pro-decpt-box {
 margin-bottom: 0px;
text-align: center;
border: 1px solid #ddd;
}


.pro-decpt-box img {
    width: 30% !important;
    display: inline-block;
    border: none;
}


	}


@media (min-width: 768px) and (max-width: 980px) {

header .logo{
	margin-left: -30px;
padding-top: 16px
}

header .logo img{
	width: 63%;
}

.navbar {
    margin-left: -85px;
}

.nav > li > a {
    padding: 10px 5px;
    font-size: 11px;
}

header .btn-default {
    top: 16px;
    padding: 8px 12px;
}

.sec1-img {
    overflow: hidden;
    height: 120px;
    margin-bottom: 20px;
}

.sec1 h4 {
    font-size: 15px;
    margin: 12px 0px 0 8px;
}

.sec1 .btn-default {
    padding: 3px 8px;
    font-size: 12px;
    left: 23px;
}

.sec3-matter h2 {
    font-size: 26px;
}

.owl-carousel .owl-item {

    margin-right: 0px !important;
}

#owl-example .item img {
    width: 60% !important;
}

.sec4 h3 {
    font-size: 20px;
}

.ab-box{
	padding-top: 21px;
}

.ab-box img{
	width: 100%;
}

.related-product {
    text-align: center;
    font-size: 13px;
}

.product-specf-table {
	overflow: scroll;
}



}

@media (width:1024px){

	header .logo{
		padding-top: 8px;
	}

	.nav > li > a {
    padding: 10px 5px;
 
}

	.sec1-img {
    height: 155px;
}

.sec1 h4 {
    font-size: 20px;
    margin: 20px 0px 0 10px;
}

.owl-carousel .owl-item {
    margin-right: 85px !important;
}

.sec3-matter h2 {
    font-size: 28px;
}

.ab-box img {
    width: 100%;
}

.related-product {
 
    font-size: 11px;
}


}




.mobile_nav {
	display:none;
}