/*
Theme Name:     Industryall Child
Description:    Child-theme for industryall
Template:       industryall
Author: 		Udayraj Khatri
Version: 		1.4.2

(optional values you can add: Theme URI, Author URI, Version)
*/


h3 {
  line-height: 1.2;
}

#home-slider {
	height: 550px;
}
.home-slider {
	background-color: #666;
}

.logo img {
	max-height: 60px;
}
.page-banner-heading {
  color: #fff;
}
p {
	font-size: 16px;
}
.project-description ul li, .kc_text_block ul li {
  font-size: 16px;
}
.menu-area {
	background-color: #2f2f2f;
}
.menu-area > div > div {
	display: flex;
}
.menu-area > div > div > div {
	display: inline-block;
	width: auto;
}
.menu-area > div > div > div:first-child {
	margin-right: auto;
}

.breadcrumb {
	display: none;
}
.breadcrumb-block {
	height: 50px;
	box-shadow: unset;
}

.download-btn a {
  color: #E5E5E5;
}
.search-btn a {
  color: #E5E5E5;
}
.nav-right {
  background-color: #000;
	overflow: hidden;
}

.page-banner-main-block {
	padding: 110px 0 120px;
}

.project-description ul, .kc_text_block ul {
	padding-left: 20px;
}
.project-description ul li, .kc_text_block ul li {
	list-style-type: none;
}
.project-description ul li::before, .kc_text_block ul li::before {
	content: "✓ ";
	color: #df2036;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	left: 15px;
}
.search-close:hover {
  color: #df2036;
}
.download-btn {
  border-right: 1px solid #888888;
}

.textwidget a {
  color: #df2036;
}

.kc-button-main a {
	background: #df2036 !important;
	background-color: #df2036  !important;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 25px;
	transition: all .3s ease 0s;

	color: #ffffff;
	background-color: #df2036  !important;
	border-radius: 4px 4px 4px 4px;
}
.kc-button-1 a, .kc-button-main a {
	border: 2px solid #df2036 !important;
}
.kc-button-main a:hover {
	background-color: #2b2b2b !important;
	border: 2px solid #2b2b2b !important;
	color: #ffffff  !important;
}
.submitbutton input {
  background: #df2036;
}

#footer {
	clear: both;
}

.kc-carousel_images {
	overflow: hidden;
}

.btn-default {
  background-color: #df2036;
}
.download-btn a i {
  color: #df2036;
}
.product-categories li:hover, .product-categories li.active, .pdct-cat-widget li:hover, .pdct-cat-widget li.active {
  border-left: 3px solid #df2036;
}
#cssmenu > ul > li:hover, #cssmenu > ul > li.current-menu-item {
  border-bottom: 4px solid #df2036;
}
.solution-block .overlay-bg i {
  color: #df2036;
}
.about-features-block .about-features-icon {
  color: #df2036;
}

.owl-carousel .owl-item img {
  height: auto;
}


.slider-heading span {
  color: #df2036;
}
.slider-dtl.fade-effect {
  border-left: 3px solid #df2036;
}
.btn-white:hover {
  background-color: #df2036;
}
.counter-heading span {
  color: #df2036;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
  background-color: #df2036;
	color: #fff;
}
.projects-filter ul li:hover {
  border-bottom: 3px solid #df2036;
}

#solutions-detail .col-sm-3 { display: none; }
#solutions-detail .col-sm-9 { width: 100%; }



.featured-img, .featured-img img {
  height: auto;
  width: 100%;
}


.footer-widget ul li {
  font-size: 16px;
}

.footer-widget  a:hover, 
.footer-widget  a:focus {
  color: #888;
}

.slider-dtl .btn-default {
  color: #fff;
}

.address-top-block {
	background-color: #df2036;
}
.address-block {
  background-color: #df2036;
}
.address-dtl-block ul li, .address-dtl-block ul li a {
  color: #fff;
}

.address-heading {
  color: #fff;
}

.top-social-icon li a:hover {
  color: #df2036;
}






.menu-lan_switcher-container {
	float: right;
}
#menu-lan_switcher {
	padding-left: 15px;
	list-style: none;
	position: relative;
	z-index: 100;
}
#menu-lan_switcher > li {
	position: relative;
}
#menu-lan_switcher > li > a  {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.69;
	letter-spacing: 0.3px;
	text-align: center;
	color: #FFF;
	border: none;
	border-radius: 4px;
	padding: 14px 25px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: #999;
	display: block;
}
#menu-lan_switcher > li:hover > a  {
	background-color: #2f2f2f;
}
#menu-lan_switcher li .sub-menu {
	display: none;
	position: absolute;
	
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#menu-lan_switcher li:hover .sub-menu {
	display: inline-block;
}
#menu-lan_switcher .sub-menu {
	list-style: none;
	color: #000;
	background-color: #df2036;
	border-radius: 4px;
	text-align: center;
	padding: 0px;
	z-index: 11;
	width: 100%;
}
#menu-lan_switcher .sub-menu li {
	
}
#menu-lan_switcher .sub-menu a {
	color: 	#fff;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.69;
	letter-spacing: 0.3px;
	text-align: center;
	padding: 5px 7px;
display: block;
}


@media only screen and (max-width: 767px) {
	#menu-lan_switcher {
		position: absolute;
		right: 5px;
		top: -50px;
	}
	#menu-lan_switcher > li > a {
  		padding: 4px 15px;
	}
}





.services-template-default .page-banner-heading {
	color: #fff;
}



.featured-dtl .btn-default {
  color: #fff;
}
.featured-block:hover .featured-img .overlay-bg {
  opacity: .5;
}

#search-results-con {
display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
	
}
#search-results-con article {
	max-width: 100%;
}
#search-results-con article img {
	width: 30%;
	height: auto;
}	


.fixedmenu {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 5;
  transition: 1s;
}



.page-banner-heading {
  text-align: left;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}



.textarea-input textarea {
    width: 100%;
    padding-left: 20px;
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
	padding-top: 10px;
}

.textarea-input textarea:focus {
    outline: none
}


.file-input {
	padding-top: 10px;
	margin-bottom: 30px;
}


h3.kc_accordion_header a {
  color: #292929;
  font-size: 14px;
  font-weight: 900;
  background: #FCFCFC;
}


.kc_text_block ul li {
  font-weight: 400;
}
.kc_text_block ul {
	margin-bottom:  20px;
}

h3.kc_accordion_header a {
	font-family: Roboto, sans-serif;
  font-size: 20px;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: 1.7;
}


.top-social-icon li {
  margin-left: 5px;
}



@media only screen and (max-width: 991px) {
  .info-bar p {
    font-size: 12px;
  }
	
}
@media (min-width: 768px) and (max-width: 992px) {
	
	.search-btn {
		display: inline;
		visibility: visible;
	}
	
}

@media only screen and (max-width: 768px) {
	
	
	.menu-area > div > div > div {
		display: block;
		width: 100%;
	}
	.menu-area > div > div > div:first-child {
		margin-right: 0px;
	}
	
	.download-btn {
  		padding: 12px 15px 11px;
	}
	.download-btn {
	  visibility: visible;
	}
	
	#cssmenu.small-screen li > ul > li:hover {
	  background: #df2036;
	}
	
	
}
@media only screen and (max-width: 767px) {
	.menu-area > div > div {
	  display: block;
	}
	.menu-area > div > div > div:first-child {
	  padding-right: 15px;
	}
	
	.solution-block .solution-img img {
		width: 100%;
		height: auto;
	}
	
}

@media only screen and (max-width: 450px) {
	.info-bar p {
    font-size: 10px;
  }
}
