/*
Template: ntech
Theme Name: N-tech Child theme
Theme URI: https://www.ntispl.com
Description: Premium WordPress theme
Author: BrothersTheme
Author URI: https://www.ntispl.com
Version: 1.0.0
Text Domain: comrepair
License: GNU General Public License v2 or later & Envato Market License
License URI: http://www.gnu.org/licenses/gpl-2.0.html & http://themeforest.net/licenses
*/

.site-header{position:fixed;top:0;left:0;width:100%;background:white;z-index:9;}
.site-content{margin-top:150px;}
.site-header-wrap{display:flex;justify-content:space-between;align-items:center;}
.menubar {background: #393185;}
.menubar .primary-navigation ul li > a{color: #fff;}
.menubar .header-navigation-wrap .container {justify-content: center;}
.site-header-wrap .header-branding-wrap{width:300px;}
.mobile-header-wrap .header-branding-wrap .site-branding{width:100%;max-width:250px;}
.site-header-wrap .header-navigation-wrap{border-top:0px;width:calc(100% - 300px);}
.site-header-wrap .header-branding-wrap .container,.site-header-wrap .header-navigation-wrap .container{width:auto;}
.site-header-wrap .header-navigation-wrap .container{margin:0;margin-left:auto;justify-content:flex-end;}
.site-header-cart{margin-left:0;}


/* Custom Button*/
.custom_btn a {
    background: #e31e24 !important;
    border-color: #e31e24 !important;
}
.custom_btn a:hover {
    color: #e31e24 !important;
	background: #ffffff !important;
    border-color: #ffffff !important;
}
/* //Custom Button*/
/* Hover change image */
.img-col-main {display: flex;flex-wrap: wrap;}
.img-col-main > * {width: 50%;}
.ic-left {display: flex;flex-wrap: wrap;padding: 0 15px;}
.ic-right{padding: 0 0 20px;}
.ic_col {width: 33.33%;padding: 0 10px;margin-bottom: 20px;}
.applications_small_images{position: relative;height: auto !important;padding-bottom: 99%;}
.applications_small_images:before{content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,0.7);transition: all 0.2s;opacity: 0;visibility: hidden;border: 5px solid #e31e24;}
.applications_small_images:hover:before{opacity: 1;visibility: visible;box-shadow: 5px 5px;}
.applications_small_images,.application_big_image {background-repeat: no-repeat;background-position: center;background-size: cover;}
.application_big_image{height: 100%;background-image: url(https://jainsoncablesindia.com/assets/images/home/4-8.jpg);transition: all 0.3s;}
/*//Hover change image*/


.footer-tagline{text-align: center;}
.custom_overlay_link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.white_section_heading h4::after {
	color: #fff !important;
}
@media screen and (max-width: 767px) {
	.site-header-wrap{
		display:none;
	}
	.menubar {
		display: none;
	}
	.img-col-main > * {
		width: 100%;
	}
	.application_big_image{padding-bottom: 100%;}
	.site-content {
		margin-top: 100px;
	}
	
}
@media screen and (max-width: 479px) {
	.ic_col{width: 50%;}
}