@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@500&display=swap');

* {
	margin:0px;
	padding:0px;
	border:0px;
	outline:none;
}
ul {
	list-style:none;
}
a, a:hover {
	text-decoration:none;
}
img {
	border:none;
}
h1,h2,h3,h4,h5,h6 {
	padding:0px;
	margin:0px;
}
h1,h2,h3,h4,h5,h6,p,b,strong,ul,li,a {
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Montserrat', sans-serif;
}
body {
	font-size:14px;
	color:#000;
	box-sizing:border-box;
	font-family: 'Montserrat', sans-serif;
}
/*********************/
.header-top {
	border-top:6px solid #2958a1;
}
.header-tp-rht {
	float: right;
    margin: -6px 0 0 0;
    background: url(../images/top-bg2.png) no-repeat right 0;
    width: 400px;
    height: 46px;
}
.header-tp-rht span {
	display:block;
}
.tp-brochure {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    margin: 12px 0 0 0;
    display: block;
	text-align:center;
}
.tp-quote {
	padding: 0 0 0 26px;
    color: #fff;
    font-size: 15px;
    float: left;
    text-decoration: none;
    margin: 15px 0 0 5px;
    display: inline-block;
}
.tp-brochure i, .tp-quote i {
	margin-right:5px;
}
a.tp-brochure:hover , a.tp-quote:hover {
	color:#000;
}
/*********************/
.fixed-top {
	position:relative;
	top:0px;
	display:block;
	background:#fff;
    padding: 0 0 5px 0;
    box-shadow: 0px 2px 12px 0px rgb(0 0 0 / 15%);
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
}
.header-scrolled {
	position:fixed;
	top:0;
}
.logo {
	display:block;
	margin-top:-35px;
	float: left;
	transition:all 0.5s ease-in-out;
	width:15%;
}
.header-scrolled .logo {
	margin-top:-32px;
}
.header-scrolled .fixed-top {
	padding:5px 0;
}
.header-scrolled .logo img {
	width:100%;
	display:block;
}
.header-scrolled .logo {
	width:13%;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
}
.header_menu {
    display: flex;
}
#header .logo img {
	width:auto;
	height:auto;
}
.main-nav {
	margin-top:30px;
	float:right;
}
.main-nav > ul > li {
	position: relative;
	white-space: nowrap;
	float: left;
    border-right: 3px solid #6f778a;
	margin:5px 0;
}
.main-nav a {
	color: #6f778a;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 200ms linear;
    position: relative;
    display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	padding: 0px 15px;
}
.main-nav li:last-child {
	border-right:0px;
}
.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
	color: #eb3800;
	text-decoration: none;
}
.main-nav .drop-down ul {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: ease all 0.3s;
	padding: 10px;
    background-color: rgba(255,255,255,1);
	box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
    border: none;
    border-radius: 3px;
}
.main-nav .drop-down:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.main-nav .drop-down li {
	min-width: 180px;
	position: relative;
}
.main-nav .drop-down ul li a {
	padding: 10px 15px;
    color: #6f778a;
    border-radius: 2px;
    transition: all 200ms linear;
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
	width:100%;
}
.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
	color: #fff;
    background-color: #eb3800;
}
.main-nav .drop-down > a:after {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 10px;
}
.main-nav .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 10px);
}
.main-nav .drop-down .drop-down:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
}
.main-nav .drop-down .drop-down > a {
	padding-right: 35px;
}
.main-nav .drop-down .drop-down > a:after {
	content: "\f105";
	position: absolute;
	right: 15px;
}
.lst-nav {
	display:none;
}
.main-nav ul li:last-child:after {
	display:none;
}
.search_icon i {
	font-size:18px;
	padding:15px;
	color:#fff;
	cursor:pointer;
	background:#eb3702;
	border:0px;
	border-radius:50%;
	margin-top: -15px;
	margin-left: 15px;
}
.search-box {
	background: #f7f7f7;
	position: absolute;
	top: 50px;
	right: 0%;
	width: 350px;
	height: 60px;
	line-height: 30px;
	border-top:4px solid #eb3702;
	display: none;
	margin-top:10px;
	z-index:99;
}
.search-box:before {
	content: "";
	position: absolute;
	top: -32px;
	right: 13px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 14px solid transparent;
	border-bottom: 14px solid #eb3702;
}
.search-box input[type="text"] {
	width: 70%;
	padding: 3px 10px;
	margin-left: 13px;
	border: 2px solid #eb3702;
	outline: none;
	float:left;
	border-radius:0px;
	margin-top: 8px;
}
.search-box .button {
	width: 80px;
	padding: 3px 0;
	background: #eb3702;
	color: #fff;
	margin-left:0;
	margin-top: 8px;
	border: 2px solid #eb3702;
	outline: none;
	cursor: pointer;
	display:inline-block
}
#livesearch {
	position: absolute;
    width: 100%;
    top: 50px;
    background: rgb(255, 255, 255);
    z-index: 9;
    color: #000;
	display:none;
}
#livesearch a {
	color:#000;
    padding: 0 0 0 15px;
    font-size: 13px;
    letter-spacing: 0.50px;
}
hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.searched h2 {
    padding-top: 20px;
}
/*******************/
.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
	left: -260px;
	width: 260px;
	padding-top: 18px;
	background: #416b9d;
	transition: 0.4s;
}
.mobile-nav a {
	display: block;
	color: #fff;
	padding: 10px 20px;
	font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    font-family: Montserrat;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
	color: #ee2324;
	text-decoration: none;
}
.mobile-nav .drop-down > a:after {
	content: "\f078";
	font-family: FontAwesome;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}
.mobile-nav .active.drop-down > a:after {
	content: "\f077";
}
.mobile-nav .drop-down > a {
	padding-right: 35px;
}
.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}
.mobile-nav .drop-down li {
	padding-left: 20px;
}
.mobile-nav-toggle {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}
.mobile-nav-toggle i {
	margin: 18px 18px 0 0;
	color: #004289;
}
.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(19, 39, 57, 0.8);
	overflow: hidden;
	display: none;
}
.mobile-nav-active {
	overflow: hidden;
}
.mobile-nav-active .mobile-nav {
	left: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}
.header-scrolled .main-nav {
	margin-top:25px;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
}
/*********************/
.slideshow {
	position: relative;
	z-index: 1;
	height: 100%;
	text-align:center;
	overflow:hidden;
}
.slideshow .slider-track {
	-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.slideshow .item {
	height: 100%;
	position: relative;
	z-index: 1;
}
.slideshow .item img {
	width: 100%;
	-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-transform: scale(1.07);
    transform: scale(1.07);
}
.slideshow .item.slick-active img {
	-webkit-transform: scale(1);
    transform: scale(1);
	-webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
	animation: cssAnimation 8s 1 ease-in-out forwards;
}

@keyframes cssAnimation {
	from {
		-webkit-transform: scale(1) translate(0px);
	}
	to {
		-webkit-transform: scale(1.07) translate(0px);
	}
}
@-webkit-keyframes cssAnimation {
	from {
		-webkit-transform: scale(1) translate(0px);
	}
	to {
		-webkit-transform: scale(1.07) translate(0px);
	}
}
.slick-dotted.slick-slider {
	margin-bottom:0px!important;
}
.slick-dots {
	bottom: 10px;
    margin-left: 25px;
    display: block;
    position: absolute;
    cursor: pointer;
}
.slick-dots li {
	border:2px solid #fff;
	float: left;
    margin: 0 4px;
	height:17px;
	width:17px;
	background:#2958a1;
	border-radius:50%;
}
.slick-dots li button {
	display:none!important;
}
/*********************/
.mySlides img {
	width:100%;
}
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 0;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: #fff!important;
	font-weight: bold;
	font-size: 18px;
	transition: 1s ease;
	background:rgb(120 120 120 / 55%);
	border-radius: 0 3px 3px 0;
}
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 5.5s;
	animation-duration: 5.5s;
	animation-name: fade;
}
@-webkit-keyframes fade {
	from {opacity: .1} 
	to {opacity: 1}
}
@keyframes fade {
	from {opacity: .1} 
	to {opacity: 1}
}
.mySlides .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(108 108 108 / 0.3%);
}
.slider_text {
    position: absolute;
    content: '';
    padding: 0 30px;
    z-index: 2;
    width: 35%;
    display: block;
    top: 15%;
	right: 0;
}
.slider_overlay:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
    display: block;
    background: rgb(41 88 161 / 30%);
    z-index: 1;
}
.slider_text span {
	font-size:25px;
	color:#fff;
	letter-spacing:0.50px;
	font-weight:500;
	display:block;
	text-transform:capitalize;
	font-family: 'Public Sans', sans-serif;
}
.slider_text h2 {
	font-size:45px;
	color:#eb3800;
	letter-spacing:0.50px;
	font-weight:600;
	display:block;
	text-transform:uppercase;
	font-family: 'Public Sans', sans-serif;
}
.slider_text video {
	width:250px;
	height:auto;
	margin:10px 0;
}
.jainsons_year img {
	width:50%;
}
/*********************/
.product_list {
	padding:15px 0;
	background:#f7f7f7;
}
.product_brd {
	border-right:2px solid #6f778a;
}
.product_name span a {
	text-align:center;
	font-size:16px;
	color:#eb3800;
	letter-spacing:0.25px;
	font-weight:500;
	display:block;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	padding:5px;
	margin:0 10px;
}
.product_name span a:hover {
	color:#6f778a;
}
/*********************/
.solution_sec {
	position:relative;
	padding:60px 0;
}
.solution_sec .sol_cont {
	background:#fff;
	padding:40px 0;
	box-shadow:0px 10px 20px rgb(25 0 59 / 10%);
}
.solu_hed {
	padding-top:10px;
	padding-bottom:20px;
}
.solu_hed span {
	font-size: 17px;
    color: #565b7a;
    font-family: 'Montserrat', sans-serif;
    display: block;
    letter-spacing: 1px;
}
.solu_hed h3 {
	font-size: 22px;
    color: #00a651;
    position: relative;
    display: block;
	letter-spacing:1px;
    padding-bottom: 10px;
	text-transform:uppercase;
	font-weight:600;
}
.solu_hed h3:after {
	position:absolute;
	content:'';
	bottom:0;
	left:0;
	right:0;
	width:60px;
	height:2px;
	background:#212529;
	display:block;
}
.solu_bx {
	margin:0 20px;
	overflow:hidden;
	padding:10px;
	background:#fff;
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.solu_bx img {
	width:100%;
	height:100%;
	transform:scale(1);
	-webkit-transform:scale(1);
	transition:0.5s ease-in-out;
	-webkit-transition:0.5s ease-in-out;
}
.solu_bx img:hover {
	transform:scale(1.08);
}
.solution_dtl {
	padding-right:20px;
}
.solution_dtl h4 {
	padding-top:30px;
	font-size: 20px;
	font-weight:500;
    color: #0a0a0a;
	padding-bottom:20px;
    letter-spacing: 0.50px;
}
.solution_dtl p {
    font-size: 14px;
    color: #565b7a;
    display: block;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 30px;
    letter-spacing: 0.25px;
}
.read_anch {
	padding: 10px 25px;
    background: #00a651;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.25px;
    display: inline-block;
    transition: 0.7s ease-in-out;
}
.read_anch i {
	margin-left:5px;
}
.read_anch:hover {
	color:#fff;
}
/*********************/
.count {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 15px rgb(82 85 90 / 10%);
    -moz-box-shadow: 0 0 15px rgba(82,85,90,0.1);
    box-shadow: 0 0 15px rgb(82 85 90 / 10%);
    padding: 20px 5px 20px 5px;
}
.count {
	position:relative;
}
.count img {
	margin:0 auto;
	display:table;
	margin-bottom:5px;
}
.count span {
	color: #eb3702;
    font-size: 18px;
    display: block;
    font-weight: 500;
	text-align:center;
}
.counter {
	font-size: 30px;
    letter-spacing: 1px;
    color: #2958a1;
	text-align:center;
    display: block;
	font-family: 'Public Sans', sans-serif;
}
.plus_one {
	position: absolute;
    top: 55%;
    right: 25%;
    font-size: 35px;
    color: #2958a1;
    transform: translateY(-50%);
}
.plus_two {
	position: absolute;
    top: 55%;
    right: 25%;
    font-size: 35px;
    color: #2958a1;
    transform: translateY(-50%);
}
.plus_three {
	position: absolute;
    top: 55%;
    right: 30%;
    font-size: 35px;
    color: #2958a1;
    transform: translateY(-50%);
}
.plus_four {
	position: absolute;
    top: 55%;
    right: 30%;
    font-size: 35px;
    color: #2958a1;
    transform: translateY(-50%);
}
/*********************/
.about_section {
	padding:40px 0 0 0;
	background:url(../images/about_banner.png) no-repeat center;
	background-attachment:fixed;
	background-position:center;
	background-size:cover;
}
.hm_abt_dtl {
	padding:60px 100px 50px 0;
}
.pd0 {
	padding:0px;
}
.hm_abt_hed span {
	font-size: 15px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    display: block;
    letter-spacing: 1px;
}
.hm_abt_hed h1 {
	font-size: 30px;
    letter-spacing: 2px;
    color: #fff;
	text-transform:uppercase;
    position: relative;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.hm_abt_hed h1:after {
	position:absolute;
	content:'';
	width:70px;
	height:3px;
	background:#eb3702;
	left:0;
	bottom:0;
	display:block;
}
.hm_abt_para p {
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 10px;
    letter-spacing: 0.25px;
}
.rw_pd0 {
	margin-top:140px;
	background:#eb3702;
}
.goal_sec {
	border-right:1px solid #ff4747;
	padding:0px;
}
.about_rht, .about_rht0 {
	padding:20px 30px;
}
.icon_bx img {
	width:50px;
	height:50px;
}
.icon_hed h5 {
	padding:20px 0 10px 0;
	font-size:18px;
	color:#fff;
	letter-spacing:1px;
}
.icon_para p {
    font-size: 13px;
    color: #fff;
    display: block;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.50px;
}
.hm_abt_para a {
	color: #fff;
    font-size: 16px;
    letter-spacing: 0.25px;
    display: inline-block;
	padding-top:15px;
}
.hm_abt_para a i {
	margin-left:5px;
	line-height:30px;
	color:#eb3702;
}
.about_rht:hover .icon_bx img, .about_rht0:hover .icon_bx img {
	animation: fadeInDown 600ms;
    transition: all 0.5s ease-in-out;
}
.about_rht:hover .icon_hed h5, .about_rht0:hover .icon_hed h5 {
	animation: fadeInLeft 600ms;
    transition: all 0.5s ease-in-out;
}
.about_rht:hover .icon_para p, .about_rht0:hover .icon_para p {
	animation: fadeInUp 600ms;
    transition: all 0.5s ease-in-out;
}
/*********************/
.product_section {
	padding:70px 0 50px 0;
	background: url(../images/cable-terminal-ends-bg.png) repeat center;
    background-size: auto;
}
.hm_prod_hed {
	text-align:center;
	margin-bottom:30px;
}
.hm_prod_hed h2 {
	text-align:center;
	font-size:27px;
	font-weight:600;
	/* padding-bottom:5px; */
	display:block;
	color:#6f778a;
}
span.styl {
	position:relative;
	width:12px;
	text-align:center;
	height:12px;
	border:3px solid #6f778a;
	display:inline-block;
	border-radius:50%;
}
span.styl:before {
	position:absolute;
	content:'';
	top:2px;
	width:50px;
	height:3px;
	background:#6f778a;
	left:-60px;
}
span.styl:after {
	position:absolute;
	content:'';
	top:2px;
	width:50px;
	height:3px;
	background:#6f778a;
	right:-60px;
}
.product_bx {
	box-shadow: -1px 2px 10px -5px rgb(0 0 0 / 25%);
    margin-bottom: 20px;
    padding: 10px;
	background:#fff;
    /* border-radius: 0px 15px 0 15px; */
}
.product_mg img{
	margin:0 auto;
	display:table;
}
.product_dtl {
	padding:20px 15px;
	display:block;
	background:#f7f7f7;
}
.product_dtl h5 {
	color:#eb3702;
	font-size:17px;
	display:block;
	font-weight:600;
	overflow: hidden;
    white-space: nowrap;
}
.product_dtl p {
	color: #6f778a;
    font-size: 15px;
    line-height: 24px;
	letter-spacing:0.25px;
    padding-bottom: 15px;
    display: block;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.product_dtl a {
	padding:5px 15px;
	display:inline-block;
	color:#fff;
	background:#2958a1;
	border:2px solid #2958a1;
	transition:all0.2s ease;
	position:relative;
	border-radius:5px;
}
.product_dtl a:before {
	position:absolute;
	content:'';
	top:48%;
	left:-10px;
	width:15px;
	height:2px;
	background:#f7f7f7;
	display:block;
}
.product_dtl a:hover {
	background:#f7f7f7;
	border:2px solid #2958a1;
	color:#2958a1;
}
.product_dtl a:hover::before {
	background:#2958a1;
}
/*********************/
.other_sec {
	padding:60px 0 40px 0;
	background:#172646;
}
.testmonial_hed span {
	font-size: 15px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    display: block;
    letter-spacing: 1px;
    padding: 3px 0 3px 8px;
	border-left:2px solid #fff;
	margin-bottom:5px;
}
.testmonial_hed h3 {
	font-size: 24px;
    letter-spacing: 1px;
    color: #fff;
	text-transform:uppercase;
	font-weight:bold;
    display: block;
    margin-bottom: 20px;
}
.certificate_bx {
	background: #f7f7f7;
    padding: 3px;
    border-radius: 10px;
}
.owl-nav {
	display:none;
}
.product-list .owl-nav .owl-prev span, .product-list .owl-nav .owl-next span,
.client_logo .owl-nav .owl-prev span, .client_logo .owl-nav .owl-next span {
	display:none;
}
/*********************/
.service_section {
	padding:140px 0 60px 0;
}
.service_dtl {
	position:relative;
	top:-50px;
	padding-left:20px;
}
.service_dtl img {
	position:absolute;
	z-index:-1;
	left:-80px;
	top:-30px;
}
.service_bx span {
    font-size: 15px;
    color: #0a0a0a;
    font-family: 'Montserrat', sans-serif;
    display: block;
    letter-spacing: 1px;
    padding-bottom: 10px;
}
.service_bx h3 {
	font-size: 22px;
    color: #00963f;
    position: relative;
    display: block;
    letter-spacing: 1px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.service_bx p {
	font-size: 14px;
    color: #565b7a;
    display: block;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.25px;
	padding-bottom:10px;
}
.service_bx a {
	padding: 10px 35px;
    background: #00963f;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.25px;
	margin-top:10px;
    display: inline-block;
}
hr.line {
	border: 0;
    border-right: 3px solid #00963f;
    height: 90px;
    position: absolute;
    right: 0;
    top: 53px;
	opacity: 1;
}
/*********************/
footer {
	padding:40px 0 20px 0;
	background:#f7f7f7;
	color:#fff;
}
.foot_hed h5 {
	font-size:18px;
	color:#172646;
	padding:0 0 0 5px;
	border-left:3px solid #172646;
	line-height:20px;
	display:block;
	margin-bottom:20px;
	font-weight:600;
	letter-spacing:0.50px;
}
.foot_cont {
	padding-bottom:20px;
}
.foot_cont i {
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:15px;
	text-align:center;
	display:block;
	color:#172646;
	border:2px solid #172646;
}
.cont {
	padding-left:55px;
}
.cont h6 {
	color:#172646;
	font-size:15px;
	letter-spacing:0.25px;
	display:block;
	font-weight:600;
}
.cont span {
	color:#6f778a;
	display:block;
	font-size:14px;
	letter-spacing:0.25px;
	line-height:20px;
	font-weight: 500;
}
.cont span a {
	font-weight: 500;
    letter-spacing: 0.50px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
	color:#6f778a;
}
.cont span a:hover {
	color:#eb3702;
}
.prod_lst ul li a {
	font-weight: 500;
    letter-spacing: 0.50px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
	color:#6f778a;
	line-height:23px;
}
.prod_lst ul li a i {
	color:#eb3702;
	margin-right:3px;
}
.prod_lst ul li a:hover {
	color:#eb3702;
}
.prod_lst {
	padding-bottom:20px;
}
.social_link ul li {
	float:left;
	padding-right:10px;
}
.social_link ul li a i {
	width:35px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:15px;
	display:block;
	border:2px solid #fff;
	border-radius:50px;
	color:#fff;
}
.social_link ul li a i:hover {
	background:#2d363d;
	border:2px solid #fff;
}
.social_link ul li a .fa-facebook-f {
	background:#3b5998;
	color:#fff;
	border:2px solid #fff;
}
.social_link ul li a .fa-youtube {
	background:#d42428;
	color:#fff;
	border:2px solid #fff;
}
.social_link ul li a .fa-linkedin-in {
	background:#007ab9;
	color:#fff;
	border:2px solid #fff;
}
.social_link ul li a .fa-twitter {
	background:#55acee;
	color:#fff;
	border:2px solid #fff;
}
.footer_copy {
	padding:15px 0;
	background:#172646;
}
.copy_dtl p {
	color: #fff;
    display: block;
    font-size: 14px;
    letter-spacing: 0.25px;
	font-weight:500;
	text-align:center;
}
.copy_dtl p a {
	color: #eb3702;
    display: inline-block;
}
/**************************/
.contact_icon_right {
	position:fixed;
	right:15px;
	top:75%;
	z-index:99;
}
.contact_icon_right:before {
	position:absolute;
	content:'';
	left:0;
	right:0;
	width:2px;
	height:80%;
	background:#565b7a;
	margin:0 auto;
	display:block;
	top:20px;
}
.contact_icon_right .call_right_icon {
	position:relative;
	width:42px;
	height:42px;
	border-radius:3px;
	background:#166aa8 url(../images/phone-call.png) no-repeat center center;
	z-index:2;
	margin:10px 0;
	cursor:pointer;
}
.contact_icon_right .call_lft {
	position:absolute;
	content:'';
	opacity:0;
	background:#fff;
	width:0px;
	height:42px;
	right:40px;
	top:0;
	font-size:14px;
	color:#166aa8;
	line-height:15px;
	z-index:0;
	padding:13px 15px;
	overflow:hidden;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	border:1px solid #166aa8;
	transition:0.3s ease-in-out;
}
.contact_icon_right .call_lft span {
	opacity:0;
    font-family: 'Montserrat', sans-serif;
	font-weight:600;
}
.contact_icon_right .call_right_icon:hover .call_lft {
	opacity:1;
	width:140px;
	transition:0.3s ease-in-out;
}
.contact_icon_right .call_right_icon:hover .call_lft span {
	opacity:1;
}
.contact_icon_right .mail_lft_icon {
	position:relative;
	width:42px;
	height:42px;
	border-radius:3px;
	background:#e71807 url(../images/email-icon.png) no-repeat center center;
	z-index:2;
	margin-bottom:10px;
	cursor:pointer;
}
.contact_icon_right .email_lft {
	border-color:#e71807;
	position: absolute;
    content: '';
    opacity: 0;
    background: #fff;
    width: 0px;
    height: 42px;
    right: 40px;
    font-size: 14px;
    color: #e71807;
    line-height: 15px;
    z-index: 0;
    padding: 13px 15px;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid;
    transition: 0.3s ease-in-out;
} 
.contact_icon_right .email_lft span {
	opacity:0;
    font-family: 'Montserrat', sans-serif;
	font-weight:600;
}
.contact_icon_right .mail_lft_icon:hover .email_lft {
	opacity:1;
	width:210px;
	transition:0.3s ease-in-out;
}
.contact_icon_right .mail_lft_icon:hover .email_lft span {
	opacity:1;
}
.contact_icon_right .app_right_icon {
	position:relative;
	width:42px;
	height:42px;
	border-radius:3px;
	background:#1bd741 url(../images/whatsapp.png) no-repeat center center;
	z-index:2;
	margin-bottom:10px;
	cursor:pointer;
}
.contact_icon_right .call_app {
	border-color:#1bd741;
	position: absolute;
    content: '';
    opacity: 0;
    background: #fff;
    width: 0px;
    height: 42px;
    right: 40px;
    font-size: 14px;
    color: #1bd741;
    line-height: 15px;
    z-index: 0;
    padding: 13px 15px;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid;
    transition: 0.3s ease-in-out;
} 
.contact_icon_right .call_app span {
	opacity:0;
    font-family: 'Montserrat', sans-serif;
	font-weight:600;
}
.contact_icon_right .app_right_icon:hover .call_app {
	opacity:1;
	width:120px;
	transition:0.3s ease-in-out;
}
.contact_icon_right .app_right_icon:hover .call_app span {
	opacity:1;
}
/**********************/

.dark_bg {
    background: #2958a1;
    color: #fff;
}
.light_bg{
    background: #0445700a;
}
.inner-prod-dtl{
	margin-top: 15px;
}
.inner-prod-dtl .table tbody tr th {
    background: #0445700a;
}
.inner-prod-dtl .table tbody tr th {
    background: #2958a1;
    color: #fff;
}
.inner-prod-dtl .table tr th {
	color: #fff;
    letter-spacing: 0.25px;
    font-weight: 500;
	font-size:15px;
	padding:10px 15px;
	vertical-align: middle;
}
.table thead th {
	border: 2px solid #e1e1e1;
	font-size: 16px;
	font-weight: 500;
	padding:10px 15px;
	letter-spacing:0.25px;
}
.table-bordered th{
	border: 1px solid #e1e1e1;
}
.table-bordered td{
	border: 2px solid #e1e1e1 !important;
	vertical-align: middle;
	font-size: 15px;
    letter-spacing: 0.25px;
    font-weight: 500;
	color: #172646;
}
.inner-prod-dtl-hightlight h2{
	color: #004d81;
}
.inner-prod-dtl p{
	font-weight: 500;
    font-size: 15px;
    color: rgb(119, 119, 119);
    padding-bottom: 10px;
}
.mb-30{
	margin-bottom: 30px;
}
.inner-prod-img, .inner-prod-img-bx {
    background: #fff;
	border:3px solid #f7f7f7;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.inner-prod-img-bx {
	margin-bottom:15px;
	display:table;
}
.inner-prod-img {
	margin:0 auto 15px;
	display:table;
}
.line {
	border:1px solid #e1e1e1;
	margin: 20px 0;
}
.inner-prod-dtl tr td span{
	text-align: center;
	display: block;
}
/**************************/
.inner-banner {
	background: url(../images/product-banner.jpg) 50% 50% / cover no-repeat;
	padding: 80px 0 60px;
	margin-top: 0px;
}
.inner-banner-head h1 {
	font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    display: block;
}
.inner-banner2 {
	background: #f7f7f7;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
}
.inner-banner-link ul li {
	display: inline-block;
	padding-right: 5px;
}
.inner-banner-link ul li a {
	color: #6f778a;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
.inner-banner-link ul li a:hover {
	color: #eb3702;
}
.inner-banner-link ul li:last-child a {
	color: #eb3702;
}
.inner-prod-dtls h2 {
	/*font-size: 24px;
    letter-spacing: 1px;
    color: #eb3702;
    font-weight: bold;
    display: block;
	padding-bottom:10px;*/
	font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    color: #eb3702;
    padding-bottom: 10px;
}
.inner-prod-dtls p {
    font-size: 15px;
    color: #6f778a;
    display: block;
    line-height: 26px;
    padding-bottom: 10px;
    letter-spacing: 0.25px;
}
.product_details p { 
    color: #6f778a;
    display: block;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.25px;
}
.table {
	background:#fff;
}
/**************************/
.product_heading ul li {
	line-height:30px;
}
.product_heading ul li span strong {
	color:#2958a1;
}
.product_heading ul li span {
	display: block;
    font-size: 15px;
    letter-spacing: 0.25px;
    font-weight: 500;
	color: #6f778a;
}
.product_heading {
	padding-bottom:20px;
}
/*.product_heading h2 {
	font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    color: #eb3702;
    padding-bottom: 15px;
}*/
.inner-prod-dtl h3 {
	font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    color: #eb3702;
	padding-bottom: 15px;
}
/* product new changes */
.product_heading ul li {
	padding-bottom:5px;
}
.product_heading ul li p strong {
	color:#99b3bc;
}
.product_heading ul li p {
	display: block;
    font-size: 14px;
    letter-spacing: 0.25px;
    font-weight: 500;
	padding-bottom:0px;
}
.product_heading {
	padding-bottom:20px;
}
.product_heading h2 {
	font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    color: #eb3702;
    padding-bottom: 10px;
}
/*.table-responsive h3{
	font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    color: #92aeb8;
	padding-bottom: 15px;
}*/
.for-sec-mg {
	margin-top: 35px;
}
.product_heading i {
	color: #92aeb8;
    content: '';
    position: relative;
    top: 18px;
    left: -18px;
    font-size: 8px;
}
.img-head h2{
	padding: 10px;
	font-size: 13px;
}
.img-head span{
	color: #f00;
}
.img-head h4{
	padding: 10px;
	font-size: 13px;
}
.img-head h3{
	font-size: 13px;
	color: #92aeb8;
	padding: 0px 10px;
}
/**************************/
.contact_number_bx {
    background: #fff;
    padding: 20px 15px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 17px -6px rgb(0 0 0 / 14%);
}
.contact_no span, .conatct_email span {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.50px;
    display: inline-block;
    color: #0000a5;
    float: left;
}
.contact_no ul li, .conatct_email ul li {
    display: inline-block;
    padding: 0 15px;
    border-right: 2px solid #f8f8f8;
}
.contact_no ul li a, .conatct_email ul li a {
    color: #000;
    font-weight: 500;
    letter-spacing: 0.50px;
    font-size: 15px;
}
.conatct_email {
    float: right;
}
.conatct_email ul {
    float: right;
}
.contact_no ul li:last-child, .conatct_email ul li:last-child {
    border-right: 0px;
}
.contact_form_bx {
    margin-top: 30px;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 17px -6px rgb(0 0 0 / 14%);
}
.contact_form h5 {
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    color: #eb3702;
	text-align:center;
	padding-bottom:25px;
}
.contact_form .form-group input[type="text"], .contact_form .form-group input[type="tel"], .contact_form .form-group input[type="email"], .contact_form select {
    display: block;
    width: 100%;
    padding: 5px 15px;
    font-size: 14px;
    letter-spacing: 0.25px;
    border-radius: 15px;
    background: #fff;
	height: 50px;
    border: 2px solid #e7e7e7;
}
.contact_form .form-group textarea {
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 28px;
    border: 2px solid #e7e7e7;
    color: #414141;
    height: 100px;
	font-weight:500;
    font-size: 16px;
    resize: none;
    border-radius: 15px;
	border:0px;
    background: #fff;
    border: 2px solid #e7e7e7;
}
.contact_form .form-group input {
    display: block;
    width: 100%;
    padding: 12px 25px;
    border: 0px;
    font-size: 15px;
	font-weight:500;
    color: #414141 !important;
    background: #fbfbfb;
}
.butn-bg {
    font-size: 14px;
    padding: 15px 30px;
    background: #172646;
    color: #fff;
	cursor:pointer;
	margin-top:15px;
	font-weight:600;
    display: block;
	border:0px;
}
.butn-bg:hover {
	color:#fff;
	background:#eb3702;
}
.form-group {
    margin-bottom: 20px;
}
/*.conatct_bx {
	box-shadow: 0px 4px 17px -6px rgb(0 0 0 / 14%);
    padding: 30px 20px;
    border: 4px solid #ffffff;
    background: #f7f7f7;
    margin-bottom: 30px;
    min-height: 250px;
}
.conatct_bx_dtl h6 {
	font-weight:600;
	padding-bottom:10px;
	color:#eb3702;
	font-size:16px;
	letter-spacing:0.25px;
}
.conatct_bx_dtl p {
	font-size: 14px;
    color: #6f778a;
    font-weight: 500;
    display: block;
	text-transform:capitalize;
    letter-spacing: 0.25px;
    padding-bottom: 10px;
}
.conatct_bx_dtl span a {
	color:#6f778a;
	font-weight:500;
	padding-bottom:0px;
	letter-spacing:0.25px;
	display: inline-block;
    line-height: 30px;
    padding-right: 5px;
}
.conatct_bx_dtl span a:hover {
	color:#eb3702;
}*/
/**************************/
.product_detail span {
    color: #6f778a;
    font-size: 17px;
    display: block;
	text-align:center;
	padding-top:15px;
}
.product_detail span a {
	color: #eb3702;
	font-weight:600;
}
.product_detail span a:hover {
	color:#172646;
}
hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 2px solid #f7f7f7;
}
.inner-prod-heading h2, .inner-prod-heading h3, .inner-prod-heading h4, .inner-prod-heading h5, .inner-prod-heading h6 {
	letter-spacing: 1px;
    color: #eb3702;
    font-size: 24px;
    display: block;
    padding: 2px 0 2px 10px;
    border-left: 3px solid #eb3702;
}
.inner-prod-heading span {
	color: #6f778a;
    font-size: 16px;
	font-weight:bold;
    line-height: 24px;
    letter-spacing: 0.25px;
    display: inline-block;
}
.inner-prod-heading {
	padding-bottom:15px;
}
.product_dtl_inn p {
	font-size: 15px;
    color: #6f778a;
	padding-bottom:10px;
    display: block;
    letter-spacing: 0.25px;
}
.product_dtl_inn h3 {
    font-size: 16px;
    color: #eb3702;
    display: block;
    letter-spacing: 0.25px;
}
.product_dtl_inn span {
    font-size: 16px;
    color: #eb3702;
	padding-bottom:10px;
    display: block;
    letter-spacing: 0.25px;
}
.product_dtl_inn ul {
	padding-top:10px;
}
.product_dtl_inn ul p {
	font-size: 15px;
    line-height: 24px;
	padding-bottom:0px;
    display: block;
    letter-spacing: 0.25px;
    color: #2958a1;
	position:relative;
	font-weight:bold;
	padding-left:25px;
}
.product_dtl_inn ul p i {
	font-size:12px;
	color: #eb3702;
	margin-right:5px;
	position:absolute;
	content:'';
	top:7px;
	left:0;
	display:block;
}
.crimping_tools_sec {
	padding-bottom:30px;
}
/***********************/
.certificate_wrapper {
    margin-bottom: 25px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 4px 17px -6px rgb(0 0 0 / 14%);
}
.download_image_feature {
    border-radius: 8px;
    text-align: center;
    padding-bottom: 20px;
}
.download_image_feature img {
    margin-bottom: 20px;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 4px 17px -6px rgb(0 0 0 / 14%);
}
.catalogue_dtl h6 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    padding: 0 10px;
    display: block;
	color:#eb3702;
}
.download_button {
	text-align:center;
}
.download_button a {
	padding:5px 30px 5px 10px;
	color: #2958a1;
    font-size: 14px;
	display:inline-block;
    font-weight: 500;
    border:2px solid #2958a1;
	position:relative;
}
.download_button a:hover {
    border: 2px solid transparent;
	background-color: #2958a1;
	color:#fff;
}
/**********************/
.about_inner_dtl {
	padding:0 10px;
}
.about_dtl h2 {
    font-size: 28px;
    letter-spacing: 1px;
    color: #eb3702;
    text-transform: uppercase;
    position: relative;
    display: block;
	font-weight:bold;
    padding-bottom: 5px;
}
.about_dtl span {
    font-size: 16px;
    color: #6f778a;
    letter-spacing: 0.50px;
    font-weight: 600;
    display: block;
    padding-bottom: 15px;
}
.about_dtl p {
    color: #6f778a;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.25px;
	text-align:justify;
    padding-bottom: 10px;
    display: block;
}
#about_second_sec {
	padding: 50px 0;
    background: #f7f7f7;
}
#about_bottom_sec {
	padding: 50px 0;
	background: url(../images/cable-terminal-ends-bg.png) repeat center;
    background-size: auto;
}
.about_inner_mg img {
    border: #fff;
    padding: 10px;
    box-shadow: 0px 4px 17px -6px rgb(0 0 0 / 14%);
}
.about_other_dtl h3 {
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    color: #eb3702;
	padding-top:15px;
    padding-bottom: 10px;
	margin-bottom:15px;
	position:relative;
}
.about_other_dtl h3:after {
	position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background: #eb3702;
    left: 0;
    bottom: 0;
    display: block;
}
.about_other_dtl p {
    color: #6f778a;
    font-size: 14px;
    letter-spacing: 0.25px;
    text-align: justify;
    padding-bottom: 10px;
    display: block;
}
.about_other_dtl p span {
	font-weight:700;
	color: #172646;
	display:inline-block;
}
.certificate_logo {
    box-shadow: -1px 2px 10px -5px rgb(0 0 0 / 25%);
    padding: 10px;
    background: #fff;
}


