@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: 3px solid #f58220;
    background-color: #2958a1;
}
.header-tp-rht {
    float: right;
    margin: -12px 0 0 0;
    /* background: url(../images/top-bg3.png) no-repeat right 0; */
    width: 519px;
    height: 46px;
    border-radius: 0 0 6px 6px;
    background-color: #f58220;
    /* border-right: 1px solid #fff; */
    /* border-left: 1px solid #fff; */
}


.tp-brochure a {
 border-right: 1px solid #fff;
}

.header-tp-rht span {
	display:block;
	text-align: center;
}
.tp-brochure {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    margin: 17px 5px;
    display: inline-block;
    text-align: center;
}
/* .butt a{
    background-color: #f4f3f3;
    padding: 10px !important;
    margin-top: -32px;
    margin-left: 14px;
    color: #000000;
    font-size: 13px ; 
	letter-spacing: 1;
	border-radius: 54px;
    border: 2px solid #e7e7e7;
} */
.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:#2958a1;
}
/*********************/
.fixed-top {
	position:relative;
	top:0px;
	display:block;
	background:#fff;
    padding: 0 0 3px 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;
    background-color: #fff;
    border-radius: 12px;
	background-image: linear-gradient(180deg, red, yellow);

	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 0px, rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;

}
.main-nav {
    margin-top: 30px;
    float: right;
}
.scrollto img{
	width: 85% !important;
}
.main-nav > ul > li {
	position: relative;
	white-space: nowrap;
	float: left;
    border-right: 3px solid #6f778a;
	margin:5px 0;
}
.main-nav a {
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 200ms linear;
    position: relative;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    padding: 0px 35px;

}
.main-nav li:last-child {
	border-right:0px;
}
.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
    color: #f58220;
    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: 8px 8px;
    color: #000000;
    border-radius: 2px;
    transition: all 200ms linear;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    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: #f58220;
}
.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: 0 0 95px 0;
    z-index: 999;
    margin-top: -75px;
}
.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;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 15px 37px 15px 37px;
    height: 245px;
}


.count img {
	margin:0 auto;
	display:table;
	margin-bottom:5px;
}
.count h5 {
	color: #f58220;
    font-size: 23px;
    display: block;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    margin-top: 15px;
}
.count p{
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #5d5b5b;

}
.counter {
	font-size: 30px;
    letter-spacing: 1px;
    color: #2958a1;
	text-align:center;
    display: block;
	font-family: 'Public Sans', sans-serif;
}
/*********************/
.about_section {
    padding: 70px 0;
	background:url(../images/about_banner.png) no-repeat center;
	background-attachment:fixed;
	background-position:center;
	background-size:cover;
}
.hm_abt_dtl {
    padding: 0px 0 0 0px;

}
.hm-prod-heading h2:after {
    content: "";
    width: 110px;
    height: 5px;
    position: absolute;
    left: 45%;
    bottom: -10px;
    background-color: #f58220;}
.hm-prod-heading h2 {
    font-weight: 700;
    margin-bottom: 30px;
    color: #292929;
    position: relative;
}
.pd0 {
    padding: 30px 0 0 20px;
}
.hm-prod {
    background-color: #f7f7f7;
    padding: 80px 0;
}
.hm-prod-heading {
    position: sticky;
    /* top: 40px;
    height: 80vh; */
    padding: 30px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: center;
}

.hm-prod-icon {
    background: #656565d1;
    text-align: center;
    padding: 20px 0;
}
.hm-prod-dtl .hm-prod-more {
    padding: 10px 50px 10px 10px;
    background: #0071a5;
    color: #fff;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    z-index: 99;
    margin-bottom: -200px;
}
.hm-prod-dtl:hover .hm-prod-more {
    margin-bottom: 0px;
    transition-duration: 0.8s;
}
.hm-prod-icon h5 {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    padding: 10px 0;
}
.hm-prod-dtl .hm-prod-more:after {
    content: "";
    position: absolute;
    width: 30px;
	cursor: pointer;
    height: 100%;
    background: #f58220 url(../images/white-arrow.webp) no-repeat;
    background-position: center center;
    right: 0;
    top: 0;
    bottom: 0;
}

.hm-prod-dtl {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin: 30px 0;

    box-shadow: 2px 2px 15px 1px #a9a9a9;
    transition: 500ms;
    -webkit-transition: 500ms;
}
.hm-prod-more ul li a {
    font-weight: 300;
    font-size: 13px;
    display: block;
    color: #ffffffb8;
    line-height: 20px;
}
.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:5px;
	background:#f58220;
	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:0px;
	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: 8px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.hm_abt_para a i {
	margin-left:5px;
	line-height:30px;
	color:#f58220;
}
.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 70px 0;
	/* background: url(../images/cable-terminal-ends-bg.png) repeat center; */
	background-color: #f7f7f7;
    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: 4px;
	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: #f58220;
    font-size: 18px;
    display: block;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 7px;
}
.product_dtl p {
    color: #6f778a;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.25px;
    padding-bottom: 4px;
    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:#bababad9;
}
.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: #292929;
	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:#f1f1f1;
	color:#fff;
}
.foot_hed h5 {
    font-size: 18px;
    color: #ffffff;
    padding: 0 0 0 5px;
    border-left: 3px solid #ffffff;
    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: #ffffff;
    border: 2px solid #ffffff;
}
.cont {
	padding-left:55px;
}
.cont h6 {
	color:#f67323;
	font-size:15px;
	letter-spacing:0.25px;
	display:block;
	font-weight:600;
}
.cont span {
	color:#ffffff;
	display:block;
	font-size:15px;
	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:#ffffff;
}
.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: 15px;
	color:#ffffff;
	line-height:35px;
}
.prod_lst ul li a i {
	color:#f67323;
	margin-right:3px;
}
.prod_lst ul li a:hover {
	color:#f67323;
}
.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:#c5c5c5;
}
.copy_dtl p {
	color: #000;
    display: block;
    font-size: 14px;
    letter-spacing: 0.25px;
	font-weight:500;
	text-align:center;

}
.copy_dtl p a {
	color: #f58220;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
}
/**************************/
.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;
}

.table_mainth tbody tr th{
    background: #2958a1!important;
    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;
}*/
.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;
}



.hm-about-logo {
      /* box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px; */
    /* box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important; */
/*    box-shadow: 0px 1px 3px 1px rgb(33 25 106 / 11%);*/
    padding: 5px;
    margin: 15px 0;
    text-align: center;
    border-radius: 14px;
    border: 4px solid rgb(180 180 180 / 8%);
    position: relative;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    transition: all 500ms ease;
}
.hm-about-dtl h2{

    font-size: 30px;
    font-weight: 700;
	position: relative;
}
.hm-about-dtl {
    background-color: #4b4b4c;
    color: #fff;
    padding: 23px 0;
    border-radius: 17px;
    text-align: center;


  
}
.align-iteam{
	align-items: center;
}
/*.hm-about-dtl h2::after{
    content: "";
    width: 110px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #f58220;
}*/

.hm-about-logo:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hm-about {
	padding: 80px 0;
}
.middel-colom {
	margin-top: 90px;
}



.video-wrapper {

  height: 85vh;

  position: relative;
}

.background { 
  

  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; 

  object-fit: cover; 
}

.content {
  position: relative; 
  
  height: 100%; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  

  padding: 24px;
}

.video-wrapper:after {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #00000052 !important;
	z-index: 1;
  }
/*  .hm-about {
	background: url(../images/barands.jpg) repeat center;
	background-size: contain;
    padding: 254px;
  }*/

 .google-bussines i{
 	    background: #3b5998;
    color: #fff!important;
    border: 2px solid #fff !important;
 }

footer{
    background-position: right bottom;
    background-image: url(../images/footer-1.jpg);
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 60px;
}
.inner-banner {
   padding: 50px 0;
    background: url(../images/desktop-news-media-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.inner-banner-dtl h1 {
    color: #fff;
    margin-bottom: 15px;
}

.inner-banner-dtl ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}
.inner-banner-dtl ul li i {
    position: relative;
    left: 10px;
}
.inner-banner-dtl {
    position: relative;
    z-index: 1;
    text-align: center;

}

.inner-banner-dtl ul li {
    display: inline-block;
    padding: 0 10px;
    color: #f3f3f3c7;
}
.inner-banner-dtl ul {
	display: inline-flex;
}
.inner-banner-dtl ul li {
	    margin-right: 20px;
}
.inner-banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color:#1f1f1fd4;
    opacity: 0.9;
}

.product {
    padding: 60px 0;
    background: url(../images/map-pattern-bg-1.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.prod-owl-dtl img {
    border:5px solid #ffffff;
    width: 100%;
    position: relative;
   
 
}
.inner_product_hed h2 {
    font-size: 27px;
    color: #f3191d;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 15px;
    /* margin-bottom: 15px; */
    text-transform: uppercase;
    position: relative;
}
.inner_para p {
    font-size: 15px;
    color: #606060;
    display: block;
    line-height: 24px;
    letter-spacing: 0.50px;
    padding-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.prod-section-table {
    margin-top: 30px;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}
.other_list ul li i {
      /*  left: 115px;*/
    line-height: 35px;
    color:#4f4f4f;
    position: absolute;
    font-size: 20px;
}
.other_list ul li span {
    display: inline-block;
    padding-left: 18px;
    position: relative;
    letter-spacing: 0.50px;
    line-height: 30px;
    color: #292929;
    font-weight: 500;
    font-size: 15px !important;
}

#in-pg-before h2:after {
    content: "";
    width: 95px;
    height: 4px;
    position: absolute;
    left: 375px;
    bottom: -10px;
    background-color: #f58220;
}
#in-pg-before h2 {
    font-weight: 700;
    margin-bottom: 25px;
    color: #292929;
    font-size: 25px;
    text-align: center;
    line-height: 33px;
    position: relative;
}
.inner-images img{
	width: 100%;
}	
.prod-dtl p {
    color: #292929;
    text-align: justify;
    padding-bottom: 7px;
    font-weight: 500;
    line-height: 1.6;
    font-size: 15px;
}
.prod-dtl h2 {
    font-weight: 700;
    margin-bottom: 25px;
    color: #292929;
    font-size: 25px;
    line-height: 33px;
    position: relative;
}
.prod-dtl h2:after {
    content: "";
    width: 110px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #f37f3c;
}
.manufacturing-sidebar {
    background: #ffffff;
    box-shadow: 0 0 0 7px #f8f8f8;
    border-radius: 25px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 15px;
    text-align: center;
    margin-left: 35px;
    position: sticky;
    top: 15px;
}

.manufacturing-sidebar-list ul li {
    background:#6c6c6c;
    border-radius: 15px 15px 15px 15px;
    padding: 15px 30px 15px 30px;
    margin: 15px 0;
    transition: 0.3s;
}

.manufacturing-sidebar-list ul li.active, .manufacturing-sidebar-list ul li:hover {
    background: #026666;
}
.manufacturing-sidebar-head h4 {
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 25px;
    color: #292929;
}
.manufacturing-sidebar-list ul li.active, .manufacturing-sidebar-list ul li:hover {
    background: #166aa8;
}
.manufacturing-sidebar-list ul li:hover {
    transform: scale(1.1);
}
.manufacturing-sidebar-list ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.prod-owl-dtl  {
     background-color: #f8f8f8;
    padding: 10px 10px;
 box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.content-class h5{
	font-size: 18px;
    font-weight: 600;
    color: #000;
}
.content-class {
	padding: 15px;
	text-align: center;
}
.align-center {
	margin-top: 40px;
}

.butt a{
padding: 10px;
    background-color: #166aa8;
    color: #fff;
    border-radius: 5px;
}

.butt{
margin-top: 20px;
}
.product {
    background: url(../images/map-pattern-bg.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.other_list h4{
	font-size: 18px;
    position: relative;
    margin: 15px 0;
    font-weight: 600;
}
.other_list h4:after{
    content: "";
    width: 45px;
    height: 3px;
    position: absolute;
    left: 0px;
    bottom: -10px;
    background-color: #f58220;

}

#qustion ul li i{
    font-size: 14px;
    color: #4f4f4f;
}


table { 
            width: 100%; 
            border: 1px solid #100808; 
            border-collapse: collapse; 
 } 
  
 th, 
 td { 
            padding: 10px; 
            padding: 10px;
            border: 2px solid #c5c5c5;
            text-align: center;
} 
thead{
	    background-color: #f58220;
    color: #fff;

}

.inner-banner-dtl h1 {
font-size: 36px;
    font-weight: 600;
}

/*#inner-list ul li i {*/
/*    left: 115px;
    line-height: 35px;
    color: #4f4f4f;
    position: absolute;
    font-size: 20px;
}
#inner-list ul li span {
    display: inline-block;
    padding-left: 18px;
    position: relative;
    letter-spacing: 0.50px;
    line-height: 30px;
    color: #292929;
    font-weight: 500;
    font-size: 15px !important;
}*/


.inner_bout{
	padding: 80px 0;
}

.vissi {
	background-color: #fbfbfb;
    padding: 48px;
    height: 220px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 0;
    margin: 40px 0;
}

.vissi h2{
	    font-size: 33px;
    text-align: center;
    font-weight: 700;
    padding: 13px 0;
    color: #000;
}

.vissi p{
    font-size: 16px;
    text-align: center;
}

#map-img img{
	width: 100%!important;
}

#presence{
	position: relative;
}

#presence:after{
    position: absolute;
    width: 5px;
    content: '';
  
    right: 0px;
    top: 0px;
    height: 356px;
    background-color: #166aa8;
}
#map {   
 background-color: #f8f8f8;
 padding: 40px 0 ;
 margin: 0 0 50px 0;
}

#presence{
	padding: 70px 10px;
}

#presence h2{
	    font-size: 30px;
    font-weight: 700;
    padding: 12px 0;
    color: #166aa8;
}

#presence p{
	font-size: 16px;
	color: #000;
	line-height: 1.6;
}
.mission {
	margin: 0 0 50px 0;
}

.icon-box i {
    font-size: 55px;
    margin-bottom: 18px;
    color: #2958a1;
}
.icon-box {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    padding: 14px;
    height: 245px;
}
.icon-box a {
    font-size: 18px;
    color: #757575;
    font-weight: 500;
}
.icon-box p {
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}


.contact {
    padding: 80px 0;
}



/* contact from  */
.contact_form .form-group input {
	display: block;
	width: 100%;
	color: #3e454c;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 2px;
	background: #fff;
	border-color: #ebebeb;
	border-width: 1px 1px 4px 1px;
	border-style: solid;
}

.form-group {
	margin-bottom: 1rem;
}

input {
	overflow: visible;
}

.butn-bg {
	font-size: 16px;
	padding: 12px 30px;
	background: #ef7d37;
	color: #fff;
	margin-top: 15px;
	float: right;
	cursor: pointer;
	display: inline-block;
	border: 2px solid #fff;
}

.contact_form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 28px;
	color: #ee2324;
	font-weight: 500;
	height: 100px;
	font-size: 14px;
	border-radius: 2px;
	border-color: #ebebeb;
	border-width: 1px 1px 4px 1px;
	border-style: solid;
	background: #fff;
}

.icon-box i {
	font-size: 55px;
	margin-bottom: 18px;
	color: #2958a1;
}

.icon-box {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    padding: 20px;
    height: 230px;

}

.icon-box a {

    font-size: 17px;
    color: #757575;
    font-weight: 500;
}

.icon-box p {
	text-align: center;
	font-size: 20px;
	color: #000;
	font-weight: 600;

}
.contact {
	padding: 80px 0;
}
.get-tuch {
	    padding: 50px 0 80px 0;
    background-color: #f9f9f9;
}

.map{
	padding: 80px 0;
}
/* .iframe{
	border: 8px solid #f7f7f7;
} */

.contact-sec img{
	margin-top: 50px;
}


.contact_form .form-group input {
    display: block;
    width: 100%;
    color: #3e454c;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 2px;
    background: #fff;
    border-color: #ebebeb;
    border-width: 1px 1px 4px 1px;
    border-style: solid;
}


#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  background: #F9F9F9;
  padding: 25px;
  margin: 0px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #166aa8;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

.owl-stage-outer {
	    padding: 50px 0;
	    
}