/*
 Theme Name:   Industrial Child
 Theme URI:    https://themeforest.net/user/themechampion
 Description:  Industrial Child Theme
 Author:       Mukesh Thakur
 Author URI:   
 Template:     industrial
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Industrial
*/


@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');

body {

	font-family: 'Lato', sans-serif!important;
}
.top-two-right {
	display: inline-block;
}
.top-two-right .top-panel {
    float: right;
    width: 63%;
}
.req-button a {
	color: #000000;
}
.req-button .submit:hover {
    color: #000000;
    background-color: #ffffff !important;
}
.media-body p {
    color: #000000;
    font-size: 18px;
	line-height: 20px;
	font-weight: 500;

}
.theme-color{
	color:#fe0000!important;
}
.we-offer-cont h2 {
    color: #000;
    font-weight: 700;
    font-size: 43px;
    text-align: right;/*M*/
    line-height: 60px;
}
.we-offer-cont h2 span {
    margin-left: 80px;
}
.we-offer-cont {
    border-right: 5px solid #25639a;
}
.we-offer-cont2 p {
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
}
.wel-band-bg p {
	color: #000;
	font-weight: 600;
	font-size: 20px;
}
/*M*/
.service-title-home {
    font-weight: 600;
    color: #000;
    position: relative;
    padding-bottom: 20px;
    letter-spacing: 0.3px;
    font-family: 'Lato', sans-serif;
    font-size: 43px;
    text-align: left;
}
/*M*/
.service-title-home::before {
    content: "";
    width: 55px;
    height: 3px;
    display: inline-block;
    background: #98ac49;
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    /*margin: 0 auto;*/
}

.service-info .item {
    background: #2271B5; /*M*/
    color: #fff !important;
    padding-bottom: 20px;
	margin-bottom: 40px;
}
.service-info a h4 {
	  color: #fff;
	  border-bottom: none;
	  padding: 6px 20px 0px 20px!important; /*M*/
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
}
.service-info a h4:hover {
	color: #fff;
	border-bottom: none;
}
.service-info p {
    color: #fffff!important;
    padding: 6px 20px 0px 20px!important; /*M*/
	  font-size: 20px;
	  line-height: 29px;
}
.service-info h6{
		padding: 6px 0 0px 20px!important;
		
}
.service-info h6 a{
	color: #fff !important;
}
.quality-wrapper h2 {
    color: #010000;
    font-size: 40px;
    font-weight: 400;
    margin: 0px;
    line-height: 50px;
}

.quality-wrapper p {

    color: #6c6c6c;
    font-weight: 500;
    font-size: 20px;
    padding: 20px 0px;
    text-align: justify;

}
.ind-common-pad2 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.testimonial-t-sec .testimonialn-slider .name-content .tst-img {
    text-align: center;
}
/*.testimonial-t-sec .testimonialn-slider .content p {

    text-align: center;
	font-size: 21px;
	color: #f9fbfd;
}*/
/*.testimonial-t-sec .testimonialn-slider img {

    width: 200px;

}*/

.client-name {
    text-align: center;
    color: #fff;
    margin-top: 30px;
    font-size: 18px;
    color: #f9fbfd;
    font-weight: 700;
}
.client-name p span {
    display: block;
    font-size: 22px;
	font-weight: normal;
}
.slick-dots {
    display: none !important;
}
.testimonals {
    padding: 25px 0px;
}
.looking-wrapper .req-button a {
    background: #2271B5 !important; /*M*/
    border: none;
}
.footer-bg3 h4.widget_title {
    text-transform: capitalize;
    color: #98ac49;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    letter-spacing: 1px;
}

.widget-links h4::after {
    content: '';
    width: 40px;
    height: 2px;
    background: #0094b3;
    display: block;
    margin-top: 13px;
}
.widget.about-us-widget p {
	
	font-size: 16px;
	color: #fff;
	margin-top: 30px;

}
.widget-contact-list ul li a {

	color: #ffffff;
	font-size: 16px;
}
.fleft {
    color: #fff;
    display: inline-block;
	  width: 88%;
	  line-height: 1.5;
	  padding-left: 20px;
	  margin-bottom: 0;
	  font-size: 16px;
}
.widget-contact-list ul li i {
	   width: 20px;
	   font-size: 28px;
	   vertical-align: top;
     color: #fff !important;

}
#ind_get_in_touch-2 .widget-contact-list ul li {
    margin-bottom: 10px;
}

.service-info .item .post-image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    transition: opacity 0.4s ease;
    opacity: 0;
}

.service-info .item .post-image:hover:before {
    opacity: 1;
}
.service-info .item .post-image {
    position: relative;
    display: block;
    overflow: hidden;
}
.service-info .item .post-image:after {
    content: "\f0c1";
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 120%;
    transform: translate(-50%, -50%);
    font-size: 45px;
    transition: all 0.4s ease;
    opacity: 0;
    color: #ABB510; /*M*/
}
.service-info .item .post-image:hover:after {
    top: 50%;
    opacity: 1;
}
.custom-heading.wpb_content_element h2.heading-title {

	text-align: center;
}
.custom-heading.wpb_content_element h2.heading-title {
font-size: 40px;
color: #020200;
font-weight: 700;
}
.our-t-client p {

	font-size: 20px;
	color: #6c6c6c;
	font-weight: 500;
}
.brands p {
	font-size: 20px;
	color: #6c6c6c;
	font-weight: 500;
}
.our-projects h2 {

    font-size: 40px;
    color: #fefcfc;
    font-weight: 700;
    padding-bottom: 30px;
    text-align: center;

}
.gray-col {
    background: #eee;
    box-shadow: 0 0 4px #eee;
    border: 1px solid #eee;
    height: auto;
    margin: 0 15px;
    margin-bottom: 0px;
}
.gray-col h2 {
    background: #d4d4d4;
    padding: 20px;
    text-align: center;
    margin: 0px;
    font-size: 35px; /*M*/
    font-weight: 700;
}
.gray-col p {
    font-size: 20px;
    color: #6c6c6c;
    padding: 20px;
}
.pull-right.fo-txt {
    display: none;
}
.fo-txt {
    /*text-transform: uppercase;*/ /*M*/
    font-size: 16px;
    color: #fff;

}

.contct a:hover {
    color: #000000;
    background-color: #ffffff;
    border-radius: 0px 0px 0px 0px;
}

.touch .touch_bg .touch_top-con ul .item .media .media-body {
	color: #fff;
	font-size:18px;
}
.touch .touch_bg .touch_top-con ul .item .media .media-body a{
	color: #fff;
	font-size:18px;
}
.touch .touch_bg .touch_top-con ul .item {
	padding: 4px 28px 10px 0px;
}
#wpcf7-f111-p178-o1 .wpcf7-form p br {
    display: none!important;
}
.touch .touch_bg .touch_middle .input_form form .form-control {
	padding: 3px 10px;
	margin-bottom: 20px;
}
.services-page .grid-wrapper .row .team .box-img img {
    width: 360px;
    height: 243px;
}
.services-page .grid-wrapper .row .team .box-img .caption h2 {
	margin: 0 0 10px 0!important; /*M margin: 0 0 48px 0!important;*/
}
/*M*/
.team .box-img .caption {
        bottom: -300px;
}
.services-page .grid-wrapper .row .team{
	margin-bottom: 30px;
}
.services-page-content h2 {
    font-size: 23px;
    color: #fff;
}
.services-page-content ul {
    list-style-type: disc;
    display: block;
}
.services-page-content ul li {
    font-size: 15px;
    position: relative;
    padding-left: 30px;
    color: #fff;
    list-style: none;
}.services-page-content ul li::before {
    font-family: FontAwesome;
    content: "\f111";
    color: #98ac49; /*M*/
    font-size: 16px;
    margin: 0 15px 10px 0;
}
.sectpad {
    padding: 30px 15px 30px 15px !important;
}
.services-list-col .single-sidebar-widget .special-links li:hover a{
	background: #269AFF; /*M*/
}
.single-service-pdf {
    background-color: #2271B5 !important; /*M*/
}
.img-design .wpb_single_image .vc_single_image-wrapper::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 32px;
    min-height: 260px;
    min-width: 432px;
    float: right;
    border: 1px solid #eb1b22;
    RIGHT: -24px;
    z-index: -1;
    top: 60px;
    border-radius: 8px;

}
.img-design.wpb_single_image .vc_single_image-wrapper{
	position:relative;
}

.img-design.wpb_single_image .vc_single_image-wrapper::before{
	  content: "";
    position: absolute;
    background: #fff;
    width: 32px;
    min-height: 260px;
    min-width: 432px;
    float: right;
    border: 1px solid #eb1b22;
    RIGHT: -24px;
    z-index: -1;
    top: 60px;
    border-radius: 8px;
}
.experts h2 {
    padding: 0px 20px;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
}
.experts p {
    padding: 0px 20px;
    color: #fff;
    font-size: 18px;
}
.experts-contents .wpb_wrapper .features-area .features .features-content {
    padding: 25px 30px 10px 35px;
}
.experts-contents .wpb_wrapper .features-area .features p {
	margin-bottom: 22px !important;
opacity: 0.8;
}
.solution-available {
    background: #98ac49; /*M*/
    margin-top: 0px;
    margin-bottom: 30px;
}
.solution-available h5 {
    font-size: 30px;
    color: #000;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    text-transform: none;
    margin: 10px 20px;
    display: inline-block;
}
a.header-requestbtn.contactus-btn {
   background: #fff;
color: #000;
width: 198px;
float: none;
display: inline-block;
font-size: 20px;
margin: -15px 0 0;
text-align: center;
font-weight: 600;
padding: 14px 20px;
text-decoration: none;
transition-duration: .9s;
}
.header-requestbtn.contactus-btn.hvr-bounce-to-right:hover {
    border-radius: 55px;
    background-color: #51c5e9;
    color: #fff;
}
.page-id-193 .project-post-info .info-text {
    display: block;
}
.about-tab-box .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_active, .about-tab-box .vc_tta-tabs-container ul li:hover {
	background: #98ac49 !important;
}
.about-tab-box .vc_tta-tabs-container ul.vc_tta-tabs-list li::before, .about-tab-box .vc_tta-tabs-container ul.vc_tta-tabs-list li::before, .about-tab-box .vc_tta-tabs-container ul.vc_tta-tabs-list li::before{
	background-color: #000000!important;
}
.tour-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    opacity: 0;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
}
.project-post-info:hover .image_hover .tour-layer {
    opacity: 1;
}
.info-text .req-button {
	float: none;
}
.info-text .req-button a, .req-button .submit {
    background: #2271B5 !important; /*M*/
    border-color: #2271B5 !important; /*M*/
    color: #FFF; /*M*/
	  border-radius:0px;
}
.info-text .req-button .submit::before{
	 color: #000000;
    background-color: #ffffff !important;
}
.info-text .req-button .submit:hover {
    color: #000000;
    background-color: #ffffff !important;
	 border-color: #F7C02D !important;
}
.touch .touch_bg .touch_middle .input_form form .form-control:hover, .touch .touch_bg .touch_middle .input_form form .form-control:focus {
    border: 1px solid #2271B5;
    border-color: #2271B5;
}
.contact-title {
    font-weight: 600;
    color: #000;
    /*text-transform: uppercase;*/ /*M*/
    position: relative;
    padding-bottom: 20px;
    letter-spacing: 0.3px;
    font-family: 'Lato', sans-serif;
    font-size: 2.2em;
}
.contact-title::before {
    content: "";
    width: 55px;
    height: 3px;
    display: inline-block;
    background: #98ac49;
    position: absolute;
    bottom: 0;
}
.contactus p {
    color: #6c6c6c;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
}
/*M*/
.contactus p a{
    text-decoration: none;
    color: #6c6c6c;
}
/*M*/
.contactus_sub {
    font-weight: 700;
    font-size: 24px
}
/*M*/
.touch p.contact_msg {
    color: #6c6c6c;
    font-size: 18px;
    margin-bottom: 15px !important;
}
/*M*/
.touch p.contact_msg a{
    text-decoration: none;
    color: #6c6c6c;
    font-weight: 600;
}
/*M*/
.touch .touch_bg .touch_middle .input_form form .submit {
    background-color: #2271B5 !important;
    background: #2271B5;
    border: 1px solid #2271B5;
}

.about-tab-box .single-tab-content p {
	  font-weight: 500;
    font-size: 18px; /*M*/
	  color: #000; /*M*/
    line-height: 30px; /*M*/
}
/*M*/
.about-tab-box .single-tab-content p b.about-main-text{
	  font-style: italic;
    font-size: 20px;
    color: #6c6c6c;
}
/*M*/
.about-tab-box .single-tab-content h4 {
	  font-weight: 800;
    color: #3e3939;
}
/*M*/
.quote{
    font-size: 30px;
    padding: 5px;
    font-weight: 800;
}
.service-tab-box p {
	 font-weight: 500;
   font-size: 18px; /*M*/
   color: #6c6c6c;
   text-align: justify; /*M*/
}
.projects-page h2 {
    font-weight: 600;
    color: #000;
    /*text-transform: uppercase;*/ /*M*/
    position: relative;
    padding-bottom: 20px;
    letter-spacing: 0.3px;
    font-family: 'Lato', sans-serif;
    font-size: 2.2em;
}
.projects-page h2::before {
	 content: "";
    width: 55px;
    height: 3px;
    display: inline-block;
    background: #98ac49; /*M*/
    position: absolute;
    bottom: 0;
}
/*M*/
.projects-page h4{
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: bold;
}
.projects-page p{
		/*font-weight: 500;*/
    /*font-size: 20px;*/
	  /*color: #6c6c6c;*/
    padding: 0;
    font: 400 16px/1.8em "Lato", sans-serif;
    letter-spacing: 0.3px;
    color: #777777;
    text-align: justify;
}
/*M*/
.project_details {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 2em 0;
    margin: 1.5em 0 0;
}
/*M*/
.clearfix {
    clear: both;
}
/*M*/
.project_details p {
    color: #242424;
    font: 600 1.3em/2em "Lato", sans-serif;
    margin: 0!important;
    padding: 0;
}
/*M*/
.project_details p span {
    display: block;
    color: #777;
    font: 400 1em/1.8em "Lato", sans-serif;
    padding-left: 2em;
}
/*M*/
.project_details p i {
    font-size: 1.5em;
    padding-right: 0.5em;
}
.hmid {
    font-weight: 500;
    font-size: 20px;
    color: #6c6c6c;
}
.hmi-points{
	 padding: 0px 0px 40px 0px;
    font-weight: 500;
    font-size: 20px;
    color: #6c6c6c;
}
ul.service-list {
    list-style-type: disc;
    text-align: left;
}
ul.service-list li {
    display: inline-block;
    position: relative;
    padding: 10px;
	  width:48%;
	  vertical-align: top;
}
ul.service-list li:before {
    font-family: FontAwesome;
    content: "\f111";
    color: #2271B5; /*M*/
    font-size: 16px;
    margin: 0 15px 10px 0;
}

/*M*/
.service-title {
    font-weight: 600;
    color: #000;
    position: relative;
    padding-bottom: 20px;
    letter-spacing: 0.3px;
    font-family: 'Lato', sans-serif;
    font-size: 35px;
    text-align: left;
}
/*M*/
.service-title::before {
    content: "";
    width: 55px;
    height: 3px;
    display: inline-block;
    background: #98ac49;
    position: absolute;
    bottom: 0;
}

/*M*/
.serv_txtsub {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: left;
}

/*M*/
.serv_txt {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #6c6c6c;
    text-align: justify;
}

.footer-bottom3 {
	padding:10px 0;
}

@media only screen and ( max-width: 767px ){
	body {
        font-size:20px!important;
        font-family: 'Lato', sans-serif!important;
    }
	.we-offer-cont h2 {
		text-align: center;
	}
	.widget-t .search-form .form-control {
        background: #fff!important;
	}
	.diff-offer {
        position: relative;
        padding-top: 1.5em;
		padding-bottom: 1.5em;
	}
	.indurial-solution-text2 h2 {
        font-size: 1.6em;
        text-align: center;
	}
	.req-button.contct.text-right {
        text-align: center;
        margin: 0 auto;
}
	.t-logo {
        display:block!important;
}
	.about-tab-box .single-tab-content p {
		padding: 0px 10px;
	}
	.about-tab-box .single-tab-content h4 {
		padding: 0px 10px;
	}
	.about-tab-box .single-tab-content span {
		padding: 0px 10px;
	}
	.vc_row-has-fill span.carousel-prev {
		margin-right: 145px !important;
		margin-top: 41px;
	}
	.vc_row-has-fill span.carousel-next {
        margin-right: 100px !important;
        margin-top: 41px;
}
	
	.about-tab-box .single-tab-content h2 {
		padding: 0px 10px;
	}
	a.header-requestbtn.contactus-btn {
		margin: 20px 0px;
	}
	.experts h2 {
		text-align:center;
	}
	.experts p {
		text-align:center;
	}
	.hmid {
        font-weight: 500;
        font-size: 20px!important;
        color: #6c6c6c;
}
	.content-right {
		margin:0px!important;
		
	}
	ul.service-list li {
		width: 100%;
	}
	.contact-title {
		font-size: 1.8em;
	}
	.grid-wrapper.grid-3-columns.grid-row .our-team-page .our-pro-slider {
        width: 49%!important;
        text-align: center;
    }
    .gray-col {
        margin: 20px 0px;
        margin-bottom: 20px;
    }
	.service-info {
        float: none;
        max-width: 100% !important;
    }
	.test-quote-sec {
        position: relative;
        margin-top: -50px;
        text-align: center;
        margin-bottom: 30px;
    }
	.top-two-right .touch_top {
        margin-top: 30px;
	}
	footer.sec-padding.footer-bg.footer-bg3 {
        background-color: #0a0a0a;
        padding: 0;
        min-height: auto;
        padding-top: 20px;
    }
	.footer-bg3 .widget-links {
        padding: 0 15px 10px 15px!important;
    }
	
	.ind-common-pad {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
}