body{
	margin:0;
	padding:0;
	font-family: 'Poppins';
}
a{
	text-decoration:none !important;
}
img{
	max-width: 100%;
	height: auto;
}
a:focus {
	outline: none;
	outline: 0px auto;
	outline-offset: 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
	border: none !important;
}
a:focus, a:hover {
	text-decoration: none !important;
	outline: none !important;
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('../fonts/HelveticaNeue-BlackCond.eot');
	src: url('../fonts/HelveticaNeue-BlackCond.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeue-BlackCond.woff2') format('woff2'),
		url('../fonts/HelveticaNeue-BlackCond.woff') format('woff'),
		url('../fonts/HelveticaNeue-BlackCond.ttf') format('truetype'),
		url('../fonts/HelveticaNeue-BlackCond.svg#HelveticaNeue-BlackCond') format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Bold.eot');
	src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Bold.woff2') format('woff2'),
		url('../fonts/Poppins-Bold.woff') format('woff'),
		url('../fonts/Poppins-Bold.ttf') format('truetype'),
		url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-SemiBold.eot');
	src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
		url('../fonts/Poppins-SemiBold.woff') format('woff'),
		url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
		url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Medium.eot');
	src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Medium.woff2') format('woff2'),
		url('../fonts/Poppins-Medium.woff') format('woff'),
		url('../fonts/Poppins-Medium.ttf') format('truetype'),
		url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.eot');
	src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Regular.woff2') format('woff2'),
		url('../fonts/Poppins-Regular.woff') format('woff'),
		url('../fonts/Poppins-Regular.ttf') format('truetype'),
		url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	z-index: 999;
}
.fixed-header {
	top: 0;
	animation: smoothScroll 1s;
	box-shadow: 0 0 4px #999797;
}
.fixed-header .top-bar{
	height: 0;
}
.top-bar{
	height: 45px;
	display: flex;
	align-items: center;
	background: #002382;
	overflow: hidden;
	transition: ease 0.5s all 0s;    
}
.fixed-header .top-bar{
	height: 0;
	border-bottom: none;
}
.ad1{
	display: inline-flex;
}
.ad1 span{
	display: flex;
	align-items: center;
	/*color: #b1d659;*/
	color: #08a3db;
	font-size: 14px;
	font-weight: 500;
	gap: 5px;
}
.ad1 span a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.ad1 span a:hover{
	color: #b1d659;
}
.logo img{
	width:200px;
}
.header-right{
	text-align: right;
}
.menu{
	display: inline-block;
	vertical-align: middle;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	display: inline-block;
	list-style: none;
	margin-right: 16px;
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu ul li a{
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
	padding: 34px 0;
	position: relative;
	transition: ease 0.5s all 0s;
}
.menu ul li a:before{
	width: 0;
	height: 3px;
	background:#002382;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	transition: ease 0.5s all 0s;
}
.menu ul li li a:before{
	display:none;
}
.menu ul li a.active, .menu ul li a:hover{
	color:#002382;
}
.menu ul li a.active:before, .menu ul li a:hover:before{
	width: 100%;
}
#menu-item-306 ul {
	left: auto;
	right: -999em;
}
#menu-item-306:hover ul{
    right: 0;
}
#menu-item-306 ul li a{
	width: 190px;
}
.search-part {
	display: inline-block;
	vertical-align: top;
	margin-left: 8px;
	background: #fff;
	padding: 10px 6px;
	position: relative;
}
.search-bottom{
	position: absolute;
	top: 45px;
	left: -88px;
	background: #002382;
	color: #fff;
	width: 227px;
	text-align: left;
}
.aws-container .aws-search-field{
	border: none !important;
	background: #313030 !important;
	color: #fff !important;
}
.aws-container .aws-search-field::-moz-placeholder{
	color:#fff !important;
}
.aws-container .aws-search-field::-webkit-input-placeholder{
	color:#fff !important;
}
.aws-container .aws-search-field::-ms-input-placeholder{
	color:#fff !important;
}
.aws-container .aws-show-clear .aws-search-field {
	padding-right: 5px !important;
}
.cart-icon{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 10px;
	position:relative;
}
.cart-no{
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #002382;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	position: absolute;
	right: -12px;
	bottom: -7px;
	line-height: 22px;
	color: #fff;
}
.new-btn {
	display: inline-block;
	vertical-align: middle;
	background: #08a3db;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 8px 12px;
	margin-left: 20px;
	border-radius: 4px;
}
.banner {
	margin-top: 89px;
	overflow: hidden;
	position: relative;
}
.banner img{
	width:100%;
}
.banner::before {
	width: 100%;
	height: 100%;
	background:rgba(0, 0, 0, 0.23);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
.banner-content{
	position: absolute;
	width: 100%;
	top:65px;
	text-align: center;
}
.banner-title{
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	padding: 0 2%;
	line-height: 1.2;
}
.banner-title2{
	font-family: 'Helvetica Neue';
	font-size: 55px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	line-height: 60px;
	letter-spacing: 4px;
}
.banner-btn {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
}
.banner-btn a{
	display: inline-block;
	vertical-align: middle;
	margin: 18px 5px 0;
	background: #08a3db;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	padding: 9px 28px;
	text-transform: uppercase;
	border-radius: 6px;
	transition: ease 0.5s all 0s !important;
}
.banner-btn a:hover{
	background: #002064;
	color: #fff;
}
.banner-btn a:last-child{
	background: #fff;
	color:#002382;
	padding:9px 34px;
}
.banner-btn a:hover:last-child{
	background: #08a3db;
	color:#fff;
}
.choose-us-sec{
	border-bottom: 1px solid #dadada
}
.choose-left{
	padding-left: 10%;
}
.c-title{
	font-family: 'Helvetica Neue';
	font-size: 40px;
	font-weight: 900;
	color: #000;
	text-transform: uppercase;
	line-height: 42px;
}
.c-title strong{
	font-weight: 900;
	color: #002382;
}
.read-btn{
	display: inline-block;
	margin-top: 18px;
	background:#08a3db;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 16px;
	border-radius: 6px;
	transition: ease 0.5s all 0s;
}
.read-btn:hover{
	background: #002382;
}
.box1-top {
	padding: 0;
}
.box1{
	padding: 32px 22px;
	border-right: 1px solid #dedede;
	min-height: 100%;
	transition: ease 0.5s all 0s;
}
.box1:hover{
	background: #e6e6e6;
}
.b-no{
	font-family: 'Helvetica Neue';
	font-size: 44px;
	font-weight: 900;
	color:#08a3db;
	text-transform: uppercase;
	line-height: 44px;
}
.b-no sub{
	font-size: 27px;
	bottom: 0;
	margin-left: -6px;
	top: 0;
}
.b-title{
	font-size: 17px;
	font-weight: 600;
	color: #002382;
	margin-top: 5px;
}
.b-text{
	font-size: 14px;
	color: #464545;
	margin-top: 4px;
}
.our-device-sec{
	padding: 50px 0;
}
.d-title{
	font-family: 'Helvetica Neue';
	font-size: 34px;
	font-weight: 900;
	color: #242424;
	text-transform: uppercase;
	line-height: 40px;
	letter-spacing: 2px;
}
.box2-top{
	margin-top: 30px;
}
.box2{
	text-align: center;
	box-shadow: 0 6px 11px 0 #d4d2d2;
	border-radius: 6px;
	padding-bottom: 30px;
	min-height: 100%;
}
.pic{
	overflow: hidden;
}
.pic img{
	width: 100%;
	transition: ease 0.5s all 0s;
}
.box2:hover .pic img{
	transform: scale(1.2);
}
.box2-title{
	font-size: 18px;
	color: #242424;
	text-transform: uppercase;
	line-height: 1.3;
	font-weight: 500;
}
.box2-title span{
	display: block;
}
.product_type_simple{
	display: inline-block;
	margin-top: 16px;
	background: #002064 !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	padding: 9px 13px !important;
	border-radius: 6px !important;
	text-transform: uppercase !important;
	transition: ease 0.5s all 0s;
}
.product_type_simple:hover{
	background:#08a3db !important;
}
.benefit-sec{
	background:#08a3db;
	padding: 50px 0;
}
.d-text{
	font-size: 15px;
	color: #1c1c1c;
	margin-top: 5px;
}
#sector-slider{
	margin-top: 30px;
}
#sector-slider .item{
	min-height: 100%;
	margin: 0 5px;
	padding: 30px 25px;
	position: relative;
	background: linear-gradient(180deg, rgba(11,61,168,1) 7%, rgba(1,37,111,1) 67%);
	border-radius: 7px;
	z-index: 1;
	overflow: hidden;
}
#sector-slider .owl-stage{
	display: flex;
}
#sector-slider .owl-stage-outer{
	padding-bottom: 10px;  
}
.sec-title {
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
}
.sec-title img{
	background: #fff;
	border-radius: 5px;
	margin-right: 18px;
}
.sec-text{
	color: #d4d3d3;
	font-size: 14px;
	margin-top: 12px;
}
#sector-slider .owl-prev, #sector-slider .owl-next{
	border: none;
	background: transparent; 
	position: absolute;
	top: 50%;
	transform: translateY(-50%); 
	padding: 0;
	font-weight: normal;
}
#sector-slider .owl-prev{
	left: -50px;
}
#sector-slider .owl-next{
	right: -50px;
}
#sector-slider .owl-prev span, #sector-slider .owl-next span{
	font-size: 80px;
	line-height: 20px;
	width: 40px;
	height: 40px;
	display: block;
	padding: 7px 0;
	border-radius: 50%;
	color: #0a0a0a;
}
#sector-slider .owl-dots{
	display: none;
}
.feature-sec{
	background: url(../images/feature-bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 132px 0;
	position: relative;
	z-index: 1;
}
.f-title{
	font-family: 'Helvetica Neue';
	font-size: 50px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	line-height: 52px;
}
.f-title strong{
	font-weight: 900;
	color:#08a3db;
}
.play-btn{
	position: relative;
	display: inline-block;
}
.play-btn:before{
	background: url(../images/rotate-text.png) no-repeat;
	width: 140px;
	height: 140px;
	position: absolute;
	top: -36px;
	left: -37px;
	content: "";
	animation: animName 8s linear infinite;
}
@keyframes animName {
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}
.line1{
	position: absolute;
	width: 1px;
	height: 100%;
	background: #ffffff69;
	top: 0;
	left: 17%;
	content: "";
	z-index: -1;
}
.line1.two{
	left: 36%;
}
.line1.three{
	left: 50%;
}
.testimonial-sec{
	padding: 50px 0;
}
.review-video{
	margin-top:35px;
}
.review-video video, .review-video iframe{
	margin-bottom:0;
	border-radius:5px;
}
.testi-part{
	margin-top: 50px;
}
.sp-testimonial-free{
	margin: 0 18px !important;
}
.sp-testimonial-client-testimonial{
	margin-bottom:0 !important;
}
.sp-testimonial-client-testimonial p{
	background:url(../images/star.png) no-repeat !important;
	text-align: left !important;
	font-size:15px !important;
	color:#161616 !important;
	padding: 0 !important;
	line-height: 24px !important;
	padding-top: 26px !important;
	margin-bottom: 12px !important;
}
.sp-testimonial-client-name{
	text-align: left !important;
	font-size:17px !important;
	font-weight:600 !important;
	color:#002064 !important;
	margin-bottom:0 !important;
}
.sp-testimonial-client-designation{
	text-align: left !important;
	font-size:15px !important;
	font-weight:500 !important;
	color:#08a3db !important;
}
.testimonial-nav-arrow{
	font-size: 54px !important;
	top: 72% !important;
}
.cutting-sec{
	background: url(../images/cutting-bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 77px 0;
}
.cutting-sec .f-title{
	font-size: 38px;
	line-height: 40px;
}
.cutting-sec .text{
	color: #edecec;
	font-size: 14px;
	border-left: 1px solid #ffffff54;
	padding-left: 32px;
	padding-right: 10%;
	min-height: 100%;
}
.footer{
	background: url(../images/foot_bg.png) #002064 no-repeat top right;
	padding: 40px 0 15px;
}
.foot_title{
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
	position: relative;
}
.foot_logo2{
	margin-top: 25px;
}
.foot_logo2 img{
	width:150px;
	border-radius: 7px;
}
.foot_logo img{
	width:230px;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	color: #f8f8f8;
	list-style: none;
	margin-bottom: 5px;
	font-size: 15px;
}
.foot1 li a{
	color: #f8f8f8;
	transition: ease 0.5s all 0s;
}
.foot1.second li{
	font-size: 16px;
	margin-bottom: 2px;
}
.foot1 li a:hover, .copyright a:hover{
	color: #08a3db;
}
.chat-btn{
	display: inline-block;
	background: #fff;
	color: #000;
	margin-top: 10px;
	padding: 9px 10px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	border-radius: 4px;
}
.foot_left{
	padding-left: 24px;
}
.foot_title2{
	color: #fff;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 5px;
}
.foot_title2 strong{
	font-weight: normal;
	font-size: 12px;
}
.foot_title2 span{
	font-size: 14px;
	color: #08a3db;
}
.line3{
	background: #ffffff5c;
	width: 100%;
	height: 1px;
	margin: 12px 0 6px;
}
.copyright{
	text-align: center;
	border-top: 1px solid #ffffff30;
	margin-top: 35px;
	padding: 15px 0 0;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.line2{
	position: relative;
}
.line2:before{
	position: absolute;
	width: 1px;
	height: 100%;
	background: #ffffff69;
	top: 0;
	right: 0;
	content: "";
}
.copyright a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.copyright img{
	width: 140px;
	padding-left: 5px;
	margin-top: -6px;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 22px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 72px;
	right: 15px;
	color: #fff;
	background: #08a3db;
	text-align: center;
	opacity: 0;
	transition: ease 0.2s all 0s;
}
#back2Top.show {
	opacity: 1;
}
.page{
	margin-top:0 !important;
}
.site-content, .site-main .widecolumn {
	margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
	background: url(../images/inner-banner.jpg) no-repeat;
	background-size: cover !important;
	background-position:center top !important;
	max-width: 100% !important;
	padding: 150px 0 !important;
	margin: 89px 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(12, 12, 12, 0.6);
	position: absolute;
	content: "";
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
}
.page .entry-content {
	max-width:100% !important;
	padding:0px !important;
}
.content-area, .content-sidebar {
	padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
	margin-bottom: 0 !important;
}
.breadcrumb-container {
	text-align: center;
	color: #fff !important;
	font-size: 16px !important;
	position: relative;
	z-index: 99;
}
.breadcrumb-container a {
	color: #a6dc68 !important;
}
/* Woocommerce */
.woocommerce-loop-product__title {
	color: #000;
	font-weight: 500;
	line-height: 20px;
	font-size: 18px !important;
	min-height: 58px;
}
.woocommerce-loop-product__link{
	font-size: 15px;
	color: #2f2e2e;
	font-weight: 600;
}
.price {
	font-family: 'Poppins';
	color: #002064 !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	margin: 0;
}
.woocommerce-Price-amount.amount {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px !important;
	display: block;
}
.add_to_cart_button, .single_add_to_cart_button, #place_order, .woocommerce ul.products li.product .button {
	background: #002064 !important;
	color: #fff !important;
	line-height: normal !important;
	border-radius: 6px !important;
	font-size: 15px !important;
	padding: 10px 20px !important;
	font-weight: 600 !important;
}
.single_add_to_cart_button{
	margin-left:10px !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center;
	border: 1px solid #d0d0d0;
	padding: 15px 15px 30px !important;
	border-radius: 8px;
	margin: 0 2.8% 1.6em 0 !important;
}
.woocommerce ul.products li.product .button{
	margin-top: 8px !important;
}
.woocommerce ul.products li.product a img{
	height: 156px !important;
	object-fit: cover;
}
.summary .product_title {
	font-size: 26px;
	text-transform: none;
	line-height: 30px;
	color: #000;
	font-weight: 500;
}
.quantity .plus, .quantity .minus {
	background: #111 !important;
	color: #fff !important;
	height: 48px;
	width: 44px;
	border-radius: 50%;	
	padding: 0;
	font-size: 20px;
}
.quantity .input-text {
	min-height: 43px;
}
.product_meta a {
	color: #002064;
}
.shop_table thead {
	background: #000;
	color: #fff;
}
.shop_table .product-name a {
	color: #164896;
}
.checkout-button {
	background: #002064 !important;
	border-radius: 6px !important;
	font-size: 16px !important;
}
.woocommerce-input-wrapper .input-text {
	width: 100%;
	border: 1px solid #ccc !important;
	min-height: 45px;
}
#order_comments {
	resize: none;
	height: 150px;
}
.select2-selection, .select2-selection__arrow {
	min-height: 45px;
}
.select2-selection__rendered {
	line-height: 44px !important;
}
.variations tbody {
	display: flex;
	flex-wrap: wrap;
}
.variations tbody tr {
	width: 50%;
}
.variations tbody th, .variations tbody td {
	display: block;
	padding-right: 10px;
}
.variations tbody select {
	width: 100%;
	border: 1px solid #ccc !important;
	background: url(../images/dropdown.png) no-repeat center right 10px;
	padding: 10px 30px 10px 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.orderby {
	border: 1px solid #ccc !important;
	background: url(../images/dropdown.png) no-repeat center right 10px;
	padding: 10px 30px 10px 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.woocommerce-product-gallery .flex-control-thumbs li {
	padding: 10px 5px 0;
}
.woocommerce-product-gallery .flex-control-thumbs li img {
	padding: 5px;
	border: 1px solid #ddd;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
	border-color: #16a0db;
}
.woocommerce-product-details__short-description {
	color: #666;
}
.woocommerce-product-details__short-description .pp{
	font-size: 18px;
	font-weight: bold;
	color: #002064;
}
.woocommerce-MyAccount-navigation ul{
	margin:0;
	padding:0;
}
.woocommerce-MyAccount-navigation ul li{
	list-style:none;
	border-bottom: 1px solid #ddd;
}
.woocommerce-MyAccount-navigation ul li a{
	background: #f6f6f6;
	display: block;
	color: #000;
	font-size: 15px;
	padding: 12px 15px;
	text-transform: capitalize;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li a:hover{
	background: #002064;
	color: #fff;
}
.abt-title {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	line-height: 30px;
	font-family: 'Helvetica Neue';
	text-transform: uppercase;
	letter-spacing: 1px;
}
.abt-title strong{
	font-weight: bold;
	color:#002064;
}
/* .abt-title.dup{
	margin-top: 15px;
	font-size: 20px;
	color:#2d2d2d;
} */
.ab-inner-text {
	color: #000;
	font-size: 16px;
	font-weight: 500;
}
.ab-inner ul {
	padding: 0px;
	margin: 15px 0 0;
}
.ab-inner ul li {
	background: url(../images/tick.png) no-repeat;
	background-position: top 0px left;
	list-style: none;
	padding-left: 30px;
	font-size: 16px;
	margin-bottom: 6px;
	color: #000;
	font-weight: 500;
	background-size: 22px;
}
.inner-sec{
	background:#08a3db1a;
	margin-top:40px;
	padding:40px 0;
}
.bottom-sec{
	padding: 40px 15px;
	margin-top: 40px;
	background:#002382;
	border-radius: 5px;
}
.bottom-sec .abt-title{
	color:#fff;
}
.bottom-sec .ab-inner-text{
	color:#fff;
}
.inr-box1-top{
	margin-top:25px;
}
.inr-box1{
	min-height: 100%;
	box-shadow: 0 0 7px #d0d0d0;
	padding: 12px;
	border-radius: 5px;
}
.inr-box1 img{
	width:100%;
}
.inr-box1 p{
	margin-bottom:0;
}
.inr-box1-content{
	padding:22px 0 8px;
}
.inr-box1-title{
	font-size: 20px;
	font-weight: bold;
	color: #002382;
	margin-bottom: 8px;
	line-height: 1.2;
}
.inr-box1-list ul{
	margin:0;
	padding:0;
}
.inr-box1-list ul li{
	background: url(../images/pointing-right.png) no-repeat;
	background-position: top 6px left;
	list-style: none;
	padding-left: 30px;
	background-size: 22px;
	margin-top: 3px;
	font-size: 15px;
	color: #000;
}
.brands ul{
	margin:25px 0 0;
	padding:0;
	text-align:center;
}
.brands ul li{
	list-style: none;
	display: inline-block;
	background: #e3e3e3;
	margin: 5px 5px 10px;
	border-radius: 5px;
	width: 18%;
}
.brands ul li img{
	padding:5px 0;
}
.inr-box2-top{
	margin-top:25px;
}
.inr-box2{
	background: #fff;
	min-height: 100%;
	padding: 30px 17px;
	border-radius: 10px;
	box-shadow: 0 0 4px #000;
}
/* .inr-box2 p{
	margin-bottom:0;
} */
.inr-box2 img{
	background:#08a3db;
	border-radius: 50%;
	width: 86px;
	border: 5px solid #fffefe;
	box-shadow: 0 0 3px #777;
	padding: 5px;
}
.inr-box2-title{
	font-size: 20px;
	font-weight: 600;
	color: #002064;
	margin-top: -6px;
	line-height: 1.2;
}
.inr-box2-text {
	font-size: 15px;
	margin-top: 10px;
	color: #000;
}
.contact-left {
	height: 100%;
	padding: 35px 25px 25px;
}
.info-text {
	color: #0f0f0f;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}
.cont_title{
	color: #000;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
	font-weight: 500;
	margin-top: 12px;
}
.cont_title strong{
	font-weight: normal;
	font-size: 16px;
}
.cont_title em{
	font-size: 14px;
	color: #b1d659;
}
.contact_top_number {
	font-size: 18px;
	position: relative;
	margin-top: 4px;
	color: #000;
}
.contact_top_number strong {
	color: #484848;
	font-weight: 600;
}
.contact_top_number img {
	position: absolute;
	top: 1px;
	left: 0;
}
.contact_top_number a {
	color: #000;
}
.contact-right {
	background: #002064;
	padding: 35px 25px 0;
	border-radius: 7px;
}
.info-text.second {
	color: #fff;
}
.frm_fld input {
	width:100%;
	padding:10px 15px;
	border:none!important;
	margin-top:12px;
	border-radius:5px;
	color:#000;
	background:#fff;
}
.frm_fld select {
	background:url(../images/dropdown.png) center right 10px no-repeat #fff;
	width:100%;
	border:none!important;
	margin-top:12px;
	border-radius:5px;
	font-size:15px;
	color:#000;
	padding:11px 30px 12px 15px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-transform:none
}
.frm_fld select option{
	color:#000;
}
.frm_fld textarea {
	width:100%;
	height:110px;
	padding:10px 15px;
	background:#fff !important;
	color:#000;
	margin-top:12px;
	border-radius:5px;
	border:none!important;
	resize:none
}
.send_btn input {
	border: none !important;
	display: block;
	border-radius: 7px !important;
	color: #000 !important;
	padding: 8px 32px !important;
	background: #fff !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	margin-top: 20px;
	text-transform: none !important;	
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.contact-right .send_btn input{
	margin:20px auto 0;
}
.enquire-now{
	background:#002064;
	padding:35px 25px 20px;
	border-radius: 8px;
}
.enquire-now .info-text{
	text-align:center;
	font-size:22px;
}
.enquire-now .send_btn input{
	margin:20px auto 0;
}
.about-sec{
	padding:40px 0;
}
.d-title.dup{
	color:#000;
}
.d-title.dup strong{
	color: #002382;
}
.box3-top{
	margin-top:30px;
}
.box3{
	min-height: 100%;
	box-shadow: 0 0 6px #abaaaa;
	padding: 22px 22px;
	border-radius: 7px;
}
.box3 img{
	width:65px;
}
.bottom-video{
	margin-top: 36px;
}
.bottom-video video{
	margin-bottom:0;
}
.title2{
	font-size: 24px;
	font-weight: bold;
	color: #0f0f0f;
	margin-top: 20px;
	text-align: center;
}
.text2{
	color: #000;
	font-size: 16px;
	text-align: center;
}
.box3-title{
	font-weight: 600;
	font-size: 18px;
	color: #08a3db;
	margin-top: 12px;
}
.box3-text {
	font-size: 15px;
	margin-top: 5px;
}
.box3-text ul{
	margin:0;
	margin-left: 12px;
	padding:0;
}
.box3-text ul li{
	margin-top:5px;
	list-style: disclosure-closed;
}
.testi-box1-top{
	margin-bottom:20px;
}
.testi-box1{
	background: #fff;
	box-shadow: 0 0px 5px #b3b2b2;
	padding:26px 20px 20px;
	position: relative;
	border-radius: 5px;
	min-height: 100%;
}
/* .testi-box1:before{
	background: url(../images/star.png) no-repeat;
	width:99px;
	height:16px;
	position:absolute;
	top:22px;
	content:"";
} */
.testi-box1-content{
	font-size: 15px;
	color: #000;	
	padding-right: 10px;
	max-height: 138px;
  	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: #002382 #cecece;
}
.client-name {
	margin-top: 16px;
	font-size: 16px;
	font-weight: bold;
	color: #002382;
	line-height: 1.2;
}
.client-name strong{
	color: #454545;
	display: block;
	font-weight: 600;
	margin-top: 10px;
	font-size: 15px;
}
.testi-box1-content ul{
	margin: 0;
	margin-left: 12px;
	padding: 0;
}
.testi-box1-content ul li{
	list-style: disclosure-closed;
}
.pdf-top{
	margin-top:20px;
}
.pdf-top p{
	margin-bottom:0;
}
.pdf{
	text-align:center;
}
.pdf img{
	width:120px;
}
.pdf2-top {
  margin-top: 20px;
}
.pdf2 {
	text-align: center;
	box-shadow: 0px 0px 8px #858383;
	padding: 20px 15px;
	border-radius: 5px;
	min-height: 100%;
}
.pdf2 p, .pdf2-top p{
	margin-bottom:0;
}
.pdf2 img {
  width: 65px;
}
.pdf2-title {
	font-size: 15px;
	font-weight: 600;
	color: #000;
	margin-top: 15px;
	line-height: 1.3;
}
.pdf2 br{
	display:none;
}
.data-sheet a{
	display: inline-block;
	background: #08a3db;
	color: #fff;
	border-radius: 6px;
	font-size: 15px;
	padding: 10px 20px;
	font-weight: 600;
	margin-bottom: 24px;
}
.abt-title.dup{
	font-family: 'Poppins';
	text-transform: none;
	font-size: 22px;
	font-weight: bold;
	color: #0a2c89;
	line-height: 26px;
	letter-spacing: 0;
}
.ppr {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.line4{
	width: 100%;
	height: 1px;
	background: #08a3db;
	margin: 50px 0;
}
.sub-title {
	font-weight: 500;
	font-size: 22px;
	line-height: 20px;
	color: #000;
}
/* .post-46 .inquire-now-button, .post-51 .inquire-now-button, .post-53 .inquire-now-button, .post-58 .inquire-now-button{
	display:none !important;
} */
.post-53 .product_type_simple, 
.post-56 .product_type_simple,
.post-58 .product_type_simple,
.post-60 .product_type_simple,
.post-62 .product_type_simple,
.post-64 .product_type_simple,
.post-66 .product_type_simple,
.post-68 .product_type_simple
{
	display:none !important;
}
.field-box{
	box-shadow: 0 0 6px #b6b6b6;
	padding: 22px 10px;
}

.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background:#b1d659;
	color: #000 !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 9px 8px;
}
.footer_btn3 {
	background: #262525;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
}
.back-btn a {
	background: #002064;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50px;
	padding: 10px 28px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}
.error_container {
	align-items: center;
	padding: 30px 0;
	text-align: center;
}
.rmp-menu-title-image {
  width: 200px !important;
}

/*Responsive*/
@media only screen and (min-width : 320px) and (max-width :567px) {
	.new-btn{
		font-size: 9px !important;
		right: 46px !important;
		top: 17px !important;
		padding: 10px 10px 8px !important;
	}
}

@media only screen and (min-width : 320px) and (max-width :666px) {
	.banner {
		padding-bottom:25px;
	}
	.banner-content{
		position: relative;
		top: 25px;
	}
	.banner-title{
		font-size: 17px;
		padding: 0;
		line-height: 1.4;
		color: #000;
	}
	.banner-btn {
		position: relative;
		bottom: 0;
		left: auto;
		transform: none;
		text-align: center;
		margin-top: 27px;
	}
	.banner-btn a {
		padding: 8px 20px;
	}
	.banner-btn a:last-child {
		padding: 8px 26px;
	}
}
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.new-btn{
		position: fixed;
		right: 50px;
		top: 15px;
		font-size: 13px;
		padding: 8px 10px 6px;
	}
	.top-bar, .menu{
		display:none;
	}
	.header{
		padding:10px 0;
	}
	.search-part{
		position:fixed;
		top: 14px;
		right: 68px;
		margin-left: 0;
		background: transparent;
		padding: 0;
	}
	.search-bottom {
		position: relative;
		top: 13px;
		left: 0;
		background: #002382;
		width: 100%;
	}
	.cart-icon{
		display:none;
	}
	.logo img{
		width:155px;
	}
	.rmp-submenu .menu-item a {
		height: auto !important;
		overflow: visible !important;
		line-height: inherit !important;
		margin-bottom: 5px;
		padding: 6px 25px !important;
	}
	.banner{
		margin-top: 65px;
	}
	.banner-title2 {
		font-size: 30px;
		line-height: 32px;
		letter-spacing: 2px;
		margin-top: 3px;
	}
	.banner-btn a{
		padding: 10px 25px;
		margin: 14px 1px 0;
		font-size: 15px;
	}
	.banner-btn a:last-child{
		padding: 10px 20px;
	}
	.choose-us-sec{
		padding: 30px 0;
	}
	.choose-left {
		padding-left: 1%;
	}
	.c-title {
		font-size: 25px;
		line-height: 27px;
	}
	.choose-right{
		margin-top:20px;
	}
	.box1-top {
		margin-top: 10px;
	}
	.box1 {
		padding: 0 22px;
		border-right: none;
	}
	.b-no {
		font-size: 34px;
		line-height: 38px;
	}
	.our-device-sec {
		padding: 30px 0;
	}
	.box2-top{
		width:50%;
		margin-top: 25px;
	}
	.pic img{
		width:120px;
	}
	.box2-title{
		font-size: 15px;
	}
	.benefit-sec {
		padding: 30px 0;
	}
	.d-title {
		font-size: 24px;
		line-height: 30px;
	}
	#sector-slider {
		margin-top: 25px;
	}
	#sector-slider .item {
		padding: 25px 15px;
	}
	.sec-title{
		font-size: 18px;
	}
	.sec-title br{
		display:none;
	}
	.sec-title img {
		margin-right: 12px;
	}
	#sector-slider .owl-prev, #sector-slider .owl-next{
		display:none;
	}
	.feature-sec{
		padding: 45px 0;
	}
	.line1{
		display:none;
	}
	.f-title {
		font-size: 30px;
		line-height: 32px;
	}
	.play-btn {
		display: block;
		margin-top: 30px;
		text-align: center;
	}
	.play-btn::before{
		background-size: 110px;
		top: -22px;
		transform: translatex(-50%);
		left: 50%;
		width: 110px;
		height: 110px;
		animation: none;		
	}
	.testimonial-sec {
		padding: 30px 0;
	}
	.testi-part {
		margin-top: 22px;
	}
	#sp-testimonial-free-wrapper-35 .sp-testimonial-free-section {
		margin: 0 28px !important;
	}
	.cutting-sec {
		padding: 30px 0;
	}
	.cutting-sec .f-title {
		font-size: 26px;
		line-height: 32px;
	}
	.cutting-sec .text {
		border-left: none;
		padding-left: 0;
		padding-right: 0;
		margin-top: 20px;
	}
	.footer {
		padding: 30px 0 60px;
	}
	.foot_logo2 {
		margin-top: 0;
	}
	.foot_logo2 img{
		width:100px;
	}
	.line2::before{
		display:none;
	}
	.foot_left {
		padding-left: 12px;
	}
	.foot_title {
		font-size: 18px;
		margin-top: 12px;
		margin-bottom: 7px;
	}
	.copyright {
		margin-top: 20px;
		font-size: 10px;
		line-height: 18px;
	}
	.copyright span{
		display:block;
	}
	.copyright img {
		width: 120px;
		padding-left: 2px;
	}	
	.page .entry-header, .blog_page_header{
		padding: 75px 0 !important;
		margin: 53px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 24px;
	}
	.inner-sec {
		margin-top: 30px;
		padding: 30px 0;
	}
	.abt-title {
		font-size: 22px;
		line-height: 23px;
	}
	.ab-iner-img{
		margin-top:15px;
	}
	.ab-iner-img img{
		width:100%;
	}
	.bottom-sec{
		padding: 32px 15px;
		margin-top: 30px;
	}
	.inr-box2 {
		background: #fff;
		padding: 20px 15px;
	}
	.inr-box2 img {
		width: 75px;
		border: 3px solid #fffefe;
		padding: 3px;
	}
	.inr-box2-title {
		font-size: 18px;
	}
	.inr-box2-text {
		margin-top: 6px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin: 0 1% 1em 0 !important;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
		float: left !important;
	}
	.woocommerce ul.products li.product a img {
		width: 78% !important;
		margin: 0 auto !important;
	}
	.woocommerce-loop-product__title {
		line-height: 18px;
		font-size: 16px !important;
		min-height: 63px;
		padding-top: 0 !important;
	}
	.add_to_cart_button, .single_add_to_cart_button, #place_order, .woocommerce ul.products li.product .button{
		font-size: 14px !important;
		padding: 9px 18px !important;
	}
	.summary .product_title {
		font-size: 22px;
		line-height: 24px;
	}
	.related.products h2{
		font-size:20px;
	}
	.inr-box1-top {
		margin-top: 20px;
	}
	.inr-box1-title{
		font-size: 18px;
	}
	.brands ul {
		margin: 15px 0 0;
	}
	.brands ul li {
		margin: 5px 2px 3px;
		width: 31%;
	}
	.contact-left {
		padding: 20px 15px 25px;
	}
	.info-text{
		font-size: 18px;
	}
	.cont_title strong {
		font-size: 14px;
	}
	.contact_top_number{
		font-size: 17px;
	}
	.contact-right{
		padding: 20px 15px 0;
	}	
	.about-sec {
		padding: 30px 0;
	}
	.title2 {
		font-size: 20px;
		margin-top: 15px;
	}
	.text2{
		font-size: 15px;
	}
	.box3-top {
		margin-top: 20px;
	}
	.box3 {
		padding: 20px 15px;
	}
	.box3 img {
		width: 50px;
	}
	.box3-title{
		font-size: 16px;
	}
	.review-video {
		margin-top: 20px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.new-btn {
		right: 60px !important;
	}
	.banner-title {
		font-size: 18px !important;
		padding: 0 !important;
		line-height: 1.5 !important;
	}
	.banner-title2 {
		font-size: 35px !important;
		line-height: 38px !important;
	}
	.banner-btn {
		bottom: 0 !important;
	}
	.box1-top {
		width: 50%;
	}
	.play-btn {
		display: block !important;
		margin-top: 40px !important;
	}
	.inr-box2-top, .inr-box1-top, .box3-top{
		width: 50%;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 47% !important;
	}
	.woocommerce-loop-product__title {
		min-height: 63px !important;
	}	
	.title2{
		margin-top: 20px !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.new-btn {
		right: 65px;
	}
	.search-part{
		right: 75px;
	}
	.search-bottom{
		top: 14px;
	}
	.banner-content{
		top: 48px;
	}
	.banner-title {
		font-size: 17px;
		line-height: 1.4;
	}
	.banner-title2 {
		font-size: 40px;
		line-height: 44px;
	}
	.banner-btn{
		bottom: 20px;
	}
	.banner-btn a {
		padding: 8px 18px;
		margin: 10px 1px 0;
	}
	.banner-btn a:last-child {
		padding: 8px 24px;
	}
	.play-btn {
		display: inline-block;
		margin-top: 0;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float: right !important;
	}
	.woocommerce-loop-product__title{
		min-height: auto;
	}
	.copyright{
		font-size: 14px;
		line-height: 20px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.new-btn {
		padding: 8px 10px;
		margin-left: 8px;
		font-size: 10px;
	}
	.menu ul li{
		margin-right: 4px;
	}
	.menu ul li a{
		font-size: 12px;
		padding: 37px 0;
	}
	.cart-icon{
		margin-left: 3px;
	}
	.search-part {
		margin-left: 6px;
		padding: 30px 6px;
	}
	.search-bottom {
		left: -115px;
		width: 209px;
	}
	.banner video{
		height: 52vh;
	}
	.banner-content {
		top: 66px;
	}
	.banner-title{
		font-size: 22px;
	}
	.banner-btn{
		bottom: 30px;
	}
	.b-no {
		font-size: 38px;
		line-height: 40px;
	}
	.box1{
		padding: 32px 10px;
	}
	.b-title{
		font-size: 15px;
	}
	#sector-slider .owl-prev {
		left: -40px;
	}
	#sector-slider .owl-next {
		right: -40px;
	}
	.sec-title{
		font-size: 20px;
	}
	.f-title {
		font-size: 42px;
		line-height: 42px;
	}
	.cutting-sec .f-title {
		font-size: 32px;
		line-height: 35px;
	}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.new-btn {
		right: 74px;
		font-size: 13px;
	}
	.search-part{
		right: 75px;
		padding: 0;
	}
	.search-bottom{
		top: 14px;
		left: 20px;
	}
	.banner-content{
		top: 48px;
	}
	.banner-title {
		font-size: 17px;
		line-height: 1.4;
	}
	.banner-title2 {
		font-size: 40px;
		line-height: 44px;
	}
	.banner-btn{
		bottom: 30px;
	}
	.banner-btn a {
		padding: 8px 18px;
		margin: 10px 1px 0;
	}
	.banner-btn a:last-child {
		padding: 8px 24px;
	}
	.box1 {
		padding: 0 22px;
	}
	.f-title {
		font-size: 30px;
		line-height: 32px;
	}
	.play-btn {
		display: inline-block;
		margin-top: 0;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float: right !important;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin: 0 2.8% 1em 0 !important;
	}
	.woocommerce-loop-product__title{
		min-height: auto;
	}
	.copyright{
		font-size: 14px;
		line-height: 20px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {
	.new-btn {
		padding: 8px 10px;
		margin-left: 10px;
		font-size: 13px;
	}
	.menu ul li{
		margin-right: 10px;
	}
	.menu ul li a{
		font-size: 13px;
		padding: 37px 0;
	}
	.cart-icon{
		margin-left: 3px;
	}
	.search-part {
		margin-left: 6px;
		padding: 30px 6px;
	}
	.search-bottom {
		left: -130px;
		width: 209px;
		top: 86px;
	}
	.banner video{
		height: 55vh;
	}
	.banner-title {
		font-size: 25px;
	}
	.f-title {
		font-size: 42px;
		line-height: 42px;
	}
	.cutting-sec .f-title {
		font-size: 32px;
		line-height: 35px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.new-btn {
		padding: 8px 10px;
		margin-left: 10px;
		font-size: 13px;
	}
	.menu ul li{
		margin-right: 10px;
	}
	.menu ul li a{
		font-size: 13px;
		padding: 37px 0;
	}
	.cart-icon{
		margin-left: 3px;
	}
	.search-part {
		margin-left: 6px;
		padding: 30px 6px;
	}
	.search-bottom {
		left: -130px;
		width: 209px;
		top: 86px;
	}
	.banner video{
		height: 55vh;
	}
	.banner-title {
		font-size: 25px;
	}
	.f-title {
		font-size: 42px;
		line-height: 42px;
	}
	.cutting-sec .f-title {
		font-size: 32px;
		line-height: 35px;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.new-btn {
		padding: 8px 10px;
		margin-left: 10px;
		font-size: 10px;
	}
	.menu ul li{
		margin-right: 4px;
	}	
	.menu ul li a{
		font-size:12px;
		padding: 37px 0;
	}
	.cart-icon{
		margin-left: 3px;
	}
	.search-part {
		margin-left: 6px;
		padding: 30px 6px;
		right: 0;
	}
	.search-bottom {
		left: -130px;
		width: 209px;
		top: 86px;
	}
	.banner video{
		height: 30vh;
	}
	.banner-title {
		font-size: 25px;
	}
	.b-no {
		font-size: 38px;
		line-height: 40px;
	}
	.box1{
		padding: 32px 10px;
	}
	.b-title{
		font-size: 15px;
	}
	#sector-slider .owl-prev {
		left: -40px;
	}
	#sector-slider .owl-next {
		right: -40px;
	}
	.sec-title{
		font-size: 20px;
	}
	.f-title {
		font-size: 42px;
		line-height: 42px;
	}
	.cutting-sec .f-title {
		font-size: 32px;
		line-height: 35px;
	}
	.foot_logo2 img{
		width:120px;
	}
	.foot_title{
		font-size: 18px;
	}
	.cont_title{
		font-size: 15px;
	}
	.cont_title em{
		font-size: 13px;
	}
}

@media screen and (min-width: 1424px) {
	.choose-left {
		padding-left: 17%;
	}
	.page .entry-header, .blog_page_header{
		padding: 160px 0 !important;
	}
}

@media screen and (min-width: 1624px) {
	.choose-left {
		padding-left: 40%;
	}
	.page .entry-header, .blog_page_header{
		padding: 184px 0 !important;
	}
}

@media screen and (min-width: 1920px) {
	.choose-left {
		padding-left: 48%;
	}
	.choose-right {
		padding-right: 12%;
	}
	.page .entry-header, .blog_page_header{
		padding: 215px 0 !important;
	}
}

@media screen and (min-width: 2048px) {
	.choose-right {
		padding-right: 16%;
	}
	.page .entry-header, .blog_page_header{
		padding: 250px 0 !important;
	}
}

@media screen and (min-width: 2550px) {
	.choose-right {
		padding-right: 30%;
	}
	.page .entry-header, .blog_page_header{
		padding: 290px 0 !important;
	}
}    
