body {
	padding:0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}
ul, ol {
	padding: 0;
	margin: 0;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
}
a:hover, a:focus {
	outline: none;
	text-decoration: none;
}
button:hover, button:focus {
	outline: none;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Heebo', sans-serif;
}
.navbar.navbar-expand-lg.custom_nav {
	justify-content: flex-end;
}
.custom_nav .dropdown-large {
	width: 100% !important;
	border: 0;
	position: fixed !important;
	top: 86px;
	left: 0;
	border-radius: 0;
	padding: 15px 50px;
}
.navbar.navbar-expand-md.custom_nav {
	justify-content: flex-end;
	padding:0; 
}
.custom_nav #main_nav {
	flex-basis: auto;
	flex-grow: initial;
}

.custom_nav .navbar-toggler {
	background-color: #000;
	color: #fff;
}
.header {
	background-color: #f4f4f4db;
	padding: 15px 35px;
	position: fixed;
	z-index: 100;
	width: 100%;
}
.custom_nav ul.navbar-nav > li > a {
    color: #000;
    font-size: 20px;
    padding: 10px 20px !important;
    font-weight: 600;
}
.custom_nav ul.navbar-nav > li:last-child > a {
	padding-right: 0 !important;
}
.custom_nav ul.navbar-nav > li > a:hover {
	color: #2e3192;
}
.custom_nav ul.navbar-nav > li > a.nav_active {
	color: #2e3192;
}
.menutitle {
	color: #2e3192;
	font-size: 19px;
	font-weight: 600;
}
.custom_nav ul.sub_menu > li > a {
	color: #444;
	font-size: 14px;
	padding: 5px 0;
	transition: all 0.3s ease-in-out;
}
.custom_nav ul.sub_menu > li > a:hover {
	color: #000;
	padding-left: 10px;
}
.main_banner .owl-nav .owl-prev {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 0;
	color: #fff !important;
	background-color: #00aeef !important;
}
.main_banner .owl-nav .owl-prev span {
	font-size: 40px;
	line-height: 30px;
}

.main_banner .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	right: 0;
	color: #fff !important;
	background-color: #00aeef !important;
}
.main_banner .owl-nav .owl-next span {
	font-size: 40px;
	line-height: 30px;
}

.heading {
    text-align: left;
    max-width: 100%;
    margin-bottom: 20px;

}
.primary-heading .title {
	color: #2f3192;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 5px;
	display: inline-block;
	border-bottom: 3px solid;
	text-align: center;
}
.primary-heading .subtitle {
    font-size: 40px;
    line-height: 50px;
    margin: 13px 0 0;
    font-weight: 700;
    letter-spacing: -.03em;
    white-space: normal;
}
.primary-heading .subtitle span {
    color: #333;
}
.primary-heading .subtitle span:last-of-type {
    color: #00aeef;
}
.primary-heading .subtitle:before {
    content: "|";
    display: inline-block;
    margin-right: 0px;
    color: #2f3192;
}
.sec_spcae {
	padding-top: 40px;
	padding-bottom: 40px;
}
.nrml_txt {
	color: #5e5e5e;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
}
.exp_more {
    color: #2f3192;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
.exp_more:hover {
	letter-spacing: 2px;
}
.about_sec {
    background-color: #d8d1df;
}
.download_centre a:not(:last-of-type) {
    margin-bottom: 8px;
    margin-right: 8px;
}
.download_centre a {
	webkit-transition: opacity .3s cubic-bezier(.645,.045,.355,1);
    -o-transition: opacity .3s cubic-bezier(.645,.045,.355,1);
    transition: opacity .3s cubic-bezier(.645,.045,.355,1);
}
.download_centre a:hover {
	opacity: 0.5;
}
.products_sec_holder {
	overflow: hidden;
	/*margin-left: calc((100% - 1155px)/2);*/
	position: relative;
	padding-left: 15%;
}
.products_sec_holder::after {
	content: "";
	background-color: #0d73fc;
	position: absolute;
	top: 54%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	height: calc(100% - 152px);
	width: 100px;
}
.products_sec_holder2 {
	overflow: hidden;
	/*margin-left: calc((100% - 1155px)/2);*/
	position: relative;
	padding-right: 15%;
}
.products_sec_holder2:after {
	content: "";
    background-color: #0d73fc;
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    height: calc(100% - 100px);
    width: 100px;
}
/*.prdct_carousel_wrapper {
	width: 100%;
    max-width: 1170px;
    padding: 0;
}*/
.box{
	width:270px;
	box-shadow: 2px 2px 30px rgba(0,0,0,0.2);
	border-radius: 10px;
	overflow: hidden;
	margin: 15px;
}
.slide-img {
	height: 260px;
	position: relative;
}
.slide-img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	box-sizing: border-box;
}
.detail-box {
	width: 100%;
	/* display: flex; */
	/* justify-content: space-between; */
	/* align-items: center; */
	padding: 10px 20px 20px 20px;
	box-sizing: border-box;
}
.type{
	display: flex;
	flex-direction: column;
}
.type a{
	color:#222222;
	margin: 5px 0px;
	font-weight: 700;
	letter-spacing: 0.5px;
	padding-right: 8px;
}
.type span{
	color:rgba(26,26,26,0.5);
}
.price {
	color: #2f3192;
	font-size: 1.1rem;
	letter-spacing: 0.5px;
	font-weight: 800;
}
.overlay{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width:100%;
	height: 100%;
	background-color: rgba(84,141,212,0.6);
	display: flex;
	justify-content: center;
	align-items: center;
}
.buy-btn{
	width:160px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
	color:#252525;
	font-weight: 700;
	letter-spacing: 1px;
	border-radius: 20px;
	box-shadow: 2px 2px 30px rgba(0,0,0,0.2);
}
.buy-btn:hover{
	color:#FFFFFF;
	background-color: #2f3192;
	transition: all ease 0.3s;
}
.overlay{
	visibility: hidden;
}
.slide-img:hover .overlay{
	visibility: visible;
	animation:fade 0.5s;
}
 
@keyframes fade{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.slider{
	width:100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.type .p_name {
	color: #4a4a4a;
	font-weight: 600;
	font-size: 15px;
	margin: 0 0 8px 0;
	line-height: 1.4;
	min-height: 42px;
}
.p_warrenty {
	color: #828282;
	font-size: 12px;
	margin: 0 0 8px 0;
}
.owl-theme .owl-nav {
	margin-top: 0;
}
.main_wrapper {
	position: relative;
	z-index: 2;
	background-color: #FFFFFF;
}

.sticky-footer {
	position: relative;
	bottom: 0;
	width: 100%;
	background-color: #2f3192;
	padding: 60px 0 30px 0;
}
.footer_txt {
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	margin: 46px 0 0 0;
}
.f_title {
	color: #00aeef;
	font-size: 20px;
	margin: 0 0 20px 0;
}

.quick_link > li > a {
	font-size: 15px;
	color: #DFDFDF;
}
.quick_link > li > a:hover {
	color: #fff;
}
.social_link > li {
	display: inline-block;
}
.social_link > li > a {
	width: 30px;
	height: 30px;
	display: block;
	background-color: #d1d3d4;
	color: #2f3192;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
}
.social_link > li > a:hover {
	background-color: #fff;
	color: #2f3192;
}

.contact_us {
	color: #00aeef;
	border: 1px solid #00aeef;
	font-weight: 600;
	font-size: 14px;
	padding: 10px 20px;
	display: inline-block;
	margin: 10px 0 0 0;
	transition: all 0.3s ease-in-out;
}

.contact_us:hover {
	
	background-color: #00aeef;
	color: #FFFFFF;
}
.stickthrough {
	font-weight: 500;
	color: #a6a6a6;
	display: inline-block;
	position: relative;
}
.stickthrough::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -5px;
	width: 110%;
	height: 1px;
	background-color: #6a6a6a;
	transform: translateY(-50%) rotate(-5deg);
}
.video_sec {
	background-color: #eaeaea;
	padding-bottom: 60px;
}
.video_owl .owl-dots .owl-dot span {
	background:#333;
}
.video_owl .owl-dots .owl-dot.active span, .video_owl .owl-dots .owl-dot:hover span {
	background: #00aeef;
}
.main_banner .item {
	background-color: #FFFFFF;
}
.inner-banner {
	height: 500px;
	background-attachment: fixed;
	position: relative;
	background-size: cover;
	background-position: center center;
	z-index: 2;
}
.inner-banner:after {
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000fef4f;
}
.align_title {
	position: relative;
	top: 0;
	padding-top: 220px;
	z-index: 5;
}
.site_name {
	display: inline-block;
    color: #fff;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: -.05em;
    margin-bottom: 12px;
}
.page_title {
	font-size: 60px;
	color: #fff;
}
.page_title:before {
    width: 67px;
    background-color: #0d73fc;
    left: 0;
    content: "";
    display: inline-block;
    height: 4px;
    position: absolute;
    bottom: -16px;
}
.page_title:after {
    width: 19px;
    background-color: #b7b7b7;
    left: 70px;
    content: "";
    display: inline-block;
    height: 4px;
    position: absolute;
    bottom: -16px;
}
.primary_title {
	color: #333;
}
.sticky_img {
    margin: 0 15px 15px 0;
    position: sticky;
    top: 100px;
    left: 0;
}
.input_100 {
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #00aeef;
	border-right: 0;
	border-left: 0;
	border-top: 0;
	font-size: 15px;
	color: #333;
}
.input_100:focus {
	outline: 0;
}
.contact_form .form-group {
	margin-bottom: 25px;
}
.submit_btn {
	background-color: #2f3192;
	border: 0;
	outline: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 50px;
	transition: all 0.3s ease-in-out;
}
.submit_btn:hover {
	background-color: #00aeef;
	box-shadow: 0 0 5px rgba(0,0,0,0.5)
}
.selectors {
	display: flex;
	width: 100%;
	overflow-x: scroll;
}
.selectors::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #F5F5F5;
}
.selectors::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.selectors::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
}
.selectors a {
	flex:0 0 20%; 
}
.selectors a img {
	width: 100%;
	display: block;
}
.prdct_bx {
	position: relative;
	border:1px solid #cecece;
}
.cfg-btn.left {
	position: absolute;
	top: 50%;
	z-index: 2;
	left: 0;
	transform: translateY(-50%);
	outline: 0;
	border:0;
	background-color: #FFFFFF;
	color: #333; 
}
.cfg-btn.right {
	position: absolute;
	top: 50%;
	z-index: 2;
	right: 0;
	transform: translateY(-50%);
	outline: 0;
	border:0;
	background-color: #FFFFFF;
	color: #333; 
}
.price2 {
	font-size: 30px;
	margin-bottom: 0px;
	display: block;
}
.desc_table td p {
	margin:0;
	color: #5e5e5e;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
}
.desc_table td {
    padding: 5px;
    margin: 0;
    color: #5e5e5e;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #cecece;
}
.each_rate {
    font-weight: 700;
    color: #2e3192;
}
.prdcs_sumry {
	color: #484848;
	font-size: 22px;
	margin: 30px 0 8px 0;
}
.product_title {
	color: #3e3e3e;
	font-weight: 700;
	margin: 0 0 10px 0;
}
.MagicZoom {
	width: 100%;
	display: block;;
}
figure.mz-figure.mz-hover-zoom.mz-ready {
    width: 100%;
    height: 100%;
    display: block;
}
.img-100 {
	width: 100% !important;
    display: block;
    max-width: 100% !important;
    max-height: auto !important;
    height: auto !important;
}
.address_txt {
	padding-left: 30px;
	color: #5e5e5e;
	font-size: 15px;
	position: relative;
}
.address_txt a {
	color: #5e5e5e;
}
.address_txt.address_::after {
	content: "\f041";
	position: absolute;
	top: 0;
	left: 10px;
	font-family: FontAwesome;
	font-size: 16px;
	color: #00aeef;
}
.address_txt.phone_::after {
	content: "\f10b";
	position: absolute;
	top: -3px;
	left: 10px;
	font-family: FontAwesome;
	font-size: 22px;
	color: #00aeef;
}
.address_txt.mail_:after {
	content: "\f0e0";
	position: absolute;
	top: 0;
	left: 6px;
	font-family: FontAwesome;
	font-size: 16px;
	color: #00aeef;
}
.address_txt.jobs_:after {
	content: "\f0b1";
	position: absolute;
	top: 0;
	left: 6px;
	font-family: FontAwesome;
	font-size: 16px;
	color: #00aeef;
}
.adrs_txt {
	color: #FFFFFF;
	font-size: 15px;
}
.adrs_txt a {
	color: #FFFFFF;
	font-size: 15px;
}
.xzoom-container {
	display: inline-block;
	width: 100%;
}
.small_pic_bx {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	margin: 10px 0 0 0;
}
.small_pic_bx a {
	flex: 0 0 80px;
	padding: 4px;
}
.small_pic_bx a img {
	width: 100%;
	display:block;
	margin:0;
}
img#xzoom-magnific {
    cursor: pointer;
}
.prdct_ol {
    padding-left: 20px;
}
.prdct_ol li {
    list-style-type: decimal;
}