/* Mixins */
/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
/*Main Css */
::selection {
	background: #181818;
	color: #fff;
	text-shadow: none;
}

::-webkit-scrollbar {
	width: 10px;
	background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
	display: none;
}

::-webkit-scrollbar-track-piece {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
	border-radius: 10px;
	background-color: #181818;
}

/* Contact Form 7*/
.wpcf7-form br {
	display: none;
}

.wpcf7-not-valid {
	border: 1px solid #dc3232 !important;
}

.wpcf7-form-control-wrap {
	position: relative;
	display: block;
	/*margin-bottom: 10px;*/
	margin-left: 10px;
}

.wpcf7 form .wpcf7-response-output {
	margin: 15px 0;
}

span.wpcf7-form-control-wrap input,
span.wpcf7-form-control-wrap textarea {
	margin-bottom: 0 !important;
}

span.wpcf7-not-valid-tip {
	font-size: 80%;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
}

/* Woo Commerce */
.woocommerce-checkout h3#order_review_heading {
	padding-left: 40px;
	display: inline-block;
}

.checkout.woocommerce-checkout .col2-set {
	display: flex;
	flex-direction: column;
	width: 50%;
	float: left;
}

.checkout.woocommerce-checkout .col2-set > div {
	width: 100%;
	float: none;
}

.woocommerce-additional-fields {
	margin: 30px 0;
}

.woocommerce-checkout-review-order {
	width: 50%;
	float: right;
	padding-left: 40px;
}

.woocommerce form .form-row textarea {
	height: 150px;
}

.woocommerce table.shop_table {
	margin-top: 34px;
}

.checkout_coupon.woocommerce-form-coupon {
	display: flex;
	flex-wrap: wrap;
}

.checkout_coupon.woocommerce-form-coupon p:first-child {
	flex: 0 0 auto;
	width: 100%;
	margin: 0 0 15px 0;
}

.checkout_coupon.woocommerce-form-coupon p {
	flex: 1;
}

.checkout_coupon.woocommerce-form-coupon button {
	height: 100%;
	border-radius: 0;
}

/* Tabbing CSS */
[class^=box-] {
	display: none;
}

[class^=box-].showfirst {
	display: block;
}

/* Accordion CSS */
.myaccordion li .faq-opt {
	display: none;
}

.myaccordion li.active .faq-opt {
	display: block;
}

.myaccordion li.active .faq-ang h4:before {
	content: "\f077";
}

body {
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	line-height: 1.75;
	color: #454545;
	background: #F4F4F4;
	overflow-x: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color: #181818;
	margin-bottom: 20px;
}

strong {
	font-weight: 600;
}

p {
	margin-bottom: 20px;
}

.theme-btn {
	background: #181818;
	padding: 14px 30px;
	display: inline-block;
	color: #fff;
	position: relative;
	text-decoration: none;
	border: 1px double transparent;
}
.theme-btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: inline;
	border: 1px solid transparent;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0) inset;
	transition: 0.25s ease-in-out;
}
.theme-btn:hover {
	color: #fff;
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);
}
.theme-btn:hover::before {
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	border-color: #181818;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5) inset;
}

@-webkit-keyframes upscale {
	50% {
		transform: scale(1.5);
	}
}
@keyframes upscale {
	50% {
		transform: scale(1.5);
	}
}
.theme-btn span.upscale {
	-webkit-animation: upscale 0.25s 1;
	animation: upscale 0.25s 1;
	display: inline-block;
}

*:hover,
*:focus,
* {
	outline: none !important;
}

a,
input[type=submit] {
	-webkit-transition: all 0.4s ease-In-out;
	-moz-transition: all 0.4s ease-In-out;
	-o-transition: all 0.4s ease-In-out;
	transition: all 0.4s ease-In-out;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #454545;
}

textarea,
select,
input[type],
textarea,
select,
button {
	background: transparent;
	border: none;
	border-radius: 0px;
}

.select_arrow {
	position: relative;
	background: #fff;
}
.select_arrow select {
	appearance: none;
	-webkit-appearance: none;
	position: relative;
	z-index: 1;
	background: transparent;
	margin: 0;
	width: 100%;
}
.select_arrow:after {
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 22px;
	color: #000;
}

::-webkit-input-placeholder {
	color: #a3a3a3;
	font-weight: 400;
}

::-moz-placeholder {
	color: #a3a3a3;
	font-weight: 400;
}

:-ms-input-placeholder {
	color: #a3a3a3;
	font-weight: 400;
}

:-moz-placeholder {
	color: #a3a3a3;
	font-weight: 400;
}

::-moz-placeholder {
	opacity: 1;
}

/* Padding Classes */
.spad {
	padding: 5rem 0;
}

.pad-zero {
	padding: 0px;
}

.pad-l-zero {
	padding-left: 0px;
}

.pad-r-zero {
	padding-right: 0px;
}

.ovr-hiddn {
	overflow: hidden;
}

.overlay:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
}

.overlay {
	display: none;
}

.overlay.active {
	display: block;
}

/* Custom Slick Css */
.slick-slide {
	margin: 0 15px;
}

.slick-list {
	margin: 0 -15px;
}

.slick-dots {
	position: relative;
	padding: 0;
	text-align: center;
}

.slick-dots li {
	margin: 0 10px 0 0px;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	padding: 0px;
	border: none;
}

.slick-dots li button:before,
.slick-dots li button:after {
	display: none;
}

.slick-dots li button {
	height: 16px;
	width: 16px;
	border-radius: 16px;
	background: #181818;
	transition: 0.35s ease-out;
}

.slick-dots li.slick-active button {
	background: #fff;
	width: 60px;
}

/* Hamburger Menu */
.menu-Bar {
	position: relative;
	cursor: pointer;
	width: 32px;
	height: 20px;
	z-index: 22;
	display: none;
}

.menu-Bar span {
	display: block;
	height: 3px;
	width: 32px;
	background: #181818;
	position: relative;
	transition: 0.6s all;
	border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
	top: 0;
}

.menu-Bar span:nth-child(2) {
	top: 5px;
	transform-origin: left;
}

.menu-Bar span:nth-child(3) {
	top: 10px;
}

.menu-Bar.open span {
	background: #181818;
}

.menu-Bar.open span:nth-child(1) {
	transform: rotate(45deg);
	top: 5px;
	transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
	width: 0;
	opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
	transform: rotate(-45deg);
	top: 0;
	transform-origin: right-center;
}

/* Menu Css */
.menuWrap {
	display: flex;
	justify-content: flex-end;
}

.menu {
	display: inline-block;
	vertical-align: middle;
	margin: 0 -15px;
	padding: 0;
}

.menu li {
	display: inline-block;
	vertical-align: middle;
}

.menu > li > a {
	display: block;
	color: #454545;
	padding: 10px 15px;
}

.menu > li:last-child > a {
	background: #181818;
	padding: 14px 20px;
	margin-left: 20px;
	color: #fff !important;
}

.menu > li:hover > a,
.menu > li.active > a {
	color: #181818;
}

/* Menu Dropdown CSS */
.menu li.dropdown-nav {
	position: relative;
	display: inline-flex;
}
.menu li.dropdown-nav > a:after {
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 14px;
	padding-left: 10px;
}

.menu ul.dropdown,
ul.sub-menu {
	position: absolute;
	min-width: 100%;
	width: 200px;
	left: 0;
	background: #fff;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	top: 150%;
	transition: 0.25s top;
	z-index: 999;
}
.menu ul.dropdown li,
ul.sub-menu li {
	padding: 0;
}
.menu ul.dropdown li a,
ul.sub-menu li a {
	color: #333333;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	display: block;
	text-transform: capitalize;
}
.menu ul.dropdown li a:hover,
ul.sub-menu li a:hover {
	color: #181818;
}
.menu ul.dropdown li:last-child a,
ul.sub-menu li:last-child a {
	border-bottom: 0;
}

ul.dropdown li {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

ul.dropdown li a {
	background: transparent;
}

ul.dropdown li.last a {
	margin-bottom: 0px;
}

ul.dropdown li a:hover {
	color: #000;
}

.dropdown-nav:hover ul.dropdown {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.header_top {
	background: #FF002A;
	color: #fff;
	font-size: 14px;
	padding: 6px 0;
}
.header_top p {
	margin: 0;
}
.header_top a {
	color: #fff;
}
.header_top .hdr_l {
	display: flex;
}
.header_top .hdr_l p {
	margin-right: 50px;
}
.header_top .hdr_l p:last-child {
	margin-right: 0;
}
.header_top .hdr_r {
	margin: 0 -10px;
}
.header_top .hdr_r a {
	padding: 0 10px;
}
a.logo img{
	width: 240px;
	transition: 0.35s ease-out;
}

.sticky_header {
	display: initial;
}

.main-header {
	padding: 10px 0;
	position: sticky;
	top: -1px;
	z-index: 999;
	background: #F4F4F4;
}
.main-header.sticky {
	background: rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(30px);
}
.main-header.sticky a.logo img{
	width: 120px;
}
ul.social {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	margin: 0 -10px;
}
ul.social a {
	padding: 0 10px;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 15%, 0);
		transform: translate3d(0, 15%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 15%, 0);
		transform: translate3d(0, 15%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}
@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}
.animate__zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.backdrop {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9;
}

.search_bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 99;
	padding: 3rem 15px;
	visibility: hidden;
	opacity: 0;
	transition: 0.25s ease-in-out;
	transform: translateY(-100px);
}
.search_bar.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.search_bar .searchbar_i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
}
.search_bar .searchbar_i button {
	-webkit-appearance: none;
	appearance: none;
	padding: 12px 0 12px 20px;
}
.search_bar .searchbar_i button i {
	margin: 0;
}
.search_bar .input_group {
	border: 1px solid #333;
	display: flex;
	width: 100%;
}
.search_bar .input_group input {
	flex: 1;
	padding: 12px 20px;
}
.search_bar .input_group input[type=submit] {
	flex: 0 0 auto;
}

.has_bg {
	background: #f6f6f6;
}

.has_mt {
	margin-top: 40px;
}

.has_mb {
	margin-bottom: 40px;
}

.img_wrap img {
	width: 100%;
	border-radius: 15px;
}

.text_wrap_r {
	padding-left: 50px;
}

.text_wrap_l {
	padding-right: 50px;
}

ul.custom_list {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1.5;
}
ul.custom_list li {
	display: flex;
	align-items: baseline;
	margin-bottom: 15px;
}
ul.custom_list li::before {
	content: "\f058";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	margin-right: 15px;
}

.custom_checkbox {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.custom_checkbox li {
	display: inline-flex;
	align-items: baseline;
}
.custom_checkbox input {
	width: 0;
	height: 0;
	position: absolute;
}
.custom_checkbox input:checked + label::before {
	box-shadow: 0 0 0 4px #fff inset, 0 0 0 12px #181818 inset;
}
.custom_checkbox label {
	margin: 0;
	display: inline-flex;
	cursor: pointer;
}
.custom_checkbox label::before {
	content: "";
	display: inline-block;
	margin-right: 12px;
	background: #FFFFFF;
	border: 1px solid #D8D5D5;
	width: 25px;
	height: 25px;
	transition: 0.15s ease-out;
}

.form_style {
	font-size: 14px;
}
.form_style label {
	display: block;
}
.form_style input,
.form_style textarea,
.form_style .select_arrow {
	width: 100%;
}
.form_style input,
.form_style textarea,
.form_style select {
	background: #F1F1F1;
	padding: 14px 15px;
	border: 0;
}
.form_style input[type=submit] {
	background: #181818;
	color: #fff;
	padding: 16px 50px;
	border-radius: 8px;
}
.form_style .input_group {
	position: relative;
	z-index: 1;
	overflow: hidden;
	/*  background: #F5F5F5;*/
	border-radius: 8px;
}
.form_style .input_group label {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 15px 20px;
	transition: 0.2s ease-out;
	background: #F5F5F5;
	border: 1px solid transparent;
}
.form_style .input_group input {
	background: #F5F5F5;
	width: 100%;
	border: 1px solid #A7A7A7;
	padding: 15px 20px;
	border-radius: 8px;
	color: #181818;
}
.form_style .input_group input:focus {
	color: inherit;
}
.form_style .input_group input:focus + label {
	transform: scale(1.5);
	opacity: 0;
}
.form_style .input_group.has_icon {
	display: flex;
	align-items: center;
}
.form_style .input_group.has_icon i {
	position: absolute;
	left: 20px;
	color: #181818;
	font-size: 115%;
	top: 33%;
	transform: translateY(-50%);
	z-index: 1;
}
.form_style .input_group.has_icon input,
.form_style .input_group.has_icon label {
	padding-left: 45px;
}
.form_style .input_group.has_value label {
	transform: scale(1.5);
	opacity: 0;
}
.form_style .input_group.has_value input {
	color: inherit;
}

/* Main Banner CSS */
.mainBanner {
	position: relative;
}
.mainBanner:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10%;
	background: #181818;
	z-index: -1;
}
.mainBanner .mb_1 {
	position: relative;
	z-index: 1;
	padding: 8rem 0;
}
.mainBanner .mb_1 h1 {
	font-size: 46px;
	line-height: 1.35;
}
.mainBanner .mb_2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 57%;
	height: 100%;
}
.mainBanner .mb_2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.s1 {
	position: relative;
}
.s1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 52%;
	background: #181818;
	z-index: -1;
}

.s1_0 {
	background: #FDFDFD;
	border-radius: 15px;
	margin-top: 1rem;
	padding: 30px 50px 50px 50px;
}
.s1_0 h2 {
	margin-bottom: 30px;
}

.section_head h2,
.section_head .h2 {
	font-size: 40px;
	width: 683px;
	max-width: 100%;
}
.section_head p {
	width: 820px;
	max-width: 100%;
}
.section_head.text-center h2,
.section_head.text-center .h2,
.section_head.text-center p {
	margin-left: auto;
	margin-right: auto;
}

.ser_col {
	text-align: center;
	display: block;
	color: inherit;
}
.ser_col .ser_img {
	overflow: hidden;
	border-radius: 15px;
}
.ser_col .ser_img img {
	width: 100%;
	height: 315px;
	object-fit: cover;
	transition: 0.35s ease-out;
}
.ser_col:hover img {
	transform: scale(1.1);
}
.ser_col .ser_txt {
	padding-top: 25px;
}
.ser_col h3 {
	font-size: 20px;
	margin-bottom: 15px;
}

.s3 {
	position: relative;
}
.s3 .img_wrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 55%;
	height: 100%;
}
.s3 .img_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.s3 ul.custom_list {
	font-size: 20px;
	font-weight: 600;
	color: #181818;
}
.s3 ul.custom_list li:before {
	color: #FF002A;
	font-weight: bold;
}

.video_wrap {
	text-align: center;
}
.video_wrap a {
	position: relative;
}
.video_wrap a::before, .video_wrap a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.video_wrap a::before {
	background: rgba(253, 253, 253, 0.75);
	border: 1 solid #FDFDFD;
	box-shadow: 0px 5.86193px 21.9823px rgba(24, 24, 24, 0.15);
	backdrop-filter: blur(5.49556px);
	width: 120px;
	height: 120px;
	border-radius: 100%;
	transition: 0.35s ease-out;
}
.video_wrap a:after {
	border-top: 32px solid transparent;
	border-bottom: 32px solid transparent;
	border-left: 48px solid #181818;
	margin-left: 6px;
}
.video_wrap a:hover::before {
	box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
}
.video_wrap img {
	display: block;
	margin: 0 auto;
	max-height: 800px;
}

.s5 {
	background: #FF002A;
}
.s5 h2,
.s5 .text_wrap_r {
	color: #fff;
}

.s6_slider .slick-list {
	overflow: visible;
}

.s6_1 {
	background: #fff;
	border-radius: 15px;
	padding: 30px;
}
.s6_1 p {
	font-size: 15px;
}
.s6_1 .author {
	display: flex;
	align-items: center;
}
.s6_1 .author img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	object-fit: cover;
	margin-right: 12px;
}
.s6_1 .author p {
	color: #181818;
	margin-bottom: 0;
}
.s6_1 .author p strong {
	display: block;
}
.s6_1 .author p span {
	font-size: 80%;
}

.site-footer {
	background: #181818;
	padding: 3rem 0;
	font-size: 14px;
	color: #C3C3C3;
}
.site-footer h3 {
	font-size: 18px;
	color: #FDFDFD;
	margin-bottom: 30px;
}
.site-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.site-footer ul li {
	margin-bottom: 12px;
}
.site-footer a.logo {
	margin-bottom: 30px;
}
.site-footer a.logo strong {
	color: #F4F4F4;
}
.site-footer .sf_1 {
	padding-right: 15%;
}
.site-footer .sf_1 p {
	margin-bottom: 40px;
}
.site-footer .sf_2 {
	padding-top: 28px;
}
.site-footer .sf_2 a {
	color: #C3C3C3;
}
.site-footer .sf_2 a:hover {
	color: #fff;
}
.site-footer ul.social a {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	color: #fff;
	background: #ADABAA;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	font-size: 125%;
}
.site-footer ul.social a:hover {
	background: #FF002A;
	color: #fff;
}

/* About */
.innerBanner {
	padding-top: 10rem;
}
.innerBanner:after {
	height: 55%;
}
.innerBanner .mb_1 {
	padding: 40px 0;
}
.innerBanner .mb_1 h1 {
	margin-bottom: 0;
	color: #fff;
}
.innerBanner .mb_2 img {
	padding-bottom: 30px;
}

.about_sec {
	/*  overflow-x: hidden;*/
	padding-bottom: 1rem;
}
.about_sec .text_wrap {
	padding: 30px 0;
}
.about_sec .img_wrap {
	margin-right: -15rem;
}
.about_sec .img_wrap.img_wrap_l {
	margin-right: 0;
	margin-left: -15rem;
}

/* Services */
.ser_sec {
	background: #181818;
	padding: 3rem 0;
}
.ser_sec .row {
	--bs-gutter-x: 8rem;
}
.ser_sec .row > div {
	position: relative;
}
.ser_sec .row > div:after {
	content: "";
	position: absolute;
	top: 40px;
	left: calc(100% - 4rem);
	background: transparent url(../images/arrow.svg);
	width: 110px;
	height: 110px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.ser_sec .row > div:last-child:after {
	display: none;
}

.ser_1 {
	text-align: center;
	color: #fff;
}
.ser_1 img {
	margin-bottom: 30px;
}
.ser_1 h3 {
	color: #fff;
	text-transform: uppercase;
}
.ser_1 p {
	font-size: 14px;
	margin-bottom: 0;
}

/* Cover */
.cover_sec .row {
	margin-bottom: 60px;
}

/* Blog */
.blog_col {
	font-size: 15px;
}
.blog_col .blog_img a {
	display: block;
}
.blog_col .blog_img img {
	height: 241px;
	object-fit: cover;
	transition: 0.35s ease-out;
}
.blog_col .post_date {
	padding: 15px 0;
	color: #798196;
	font-weight: 500;
}
.blog_col h3 {
	font-size: 24px;
	color: #1D2B4F;
}
.blog_col p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.blog_col a.theme-btn {
	width: 100%;
	text-align: center;
	border: 1px solid #FF002A;
	background: transparent;
	color: #FF002A;
}
.blog_col a.theme-btn::before {
	display: none;
}
.blog_col a.theme-btn:hover {
	background: #FF002A;
	color: #fff;
}

.blog_det_sec figure {
	text-align: center;
	margin-bottom: 30px;
}
.blog_det_sec figure img {
	max-height: 512px;
	display: block;
	margin: 0 auto;
}

/* Contact */
.cont_0 {
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}

.cont_1 {
	background: #181818;
	padding: 100px 30px;
	color: #fff;
	font-size: 15px;
	height: 100%;
}
.cont_1 a {
	color: #fff;
}
.cont_1 .section_head h2 {
	color: #fff;
}
.cont_1 p {
	margin-bottom: 30px;
}
.cont_1 h3 {
	color: #fff;
	font-size: 22px;
}
.cont_1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.cont_1 ul li {
	margin-bottom: 15px;
	display: flex;
	align-items: baseline;
}
.cont_1 ul li i {
	width: 20px;
	text-align: center;
	margin-right: 12px;
}

.cont_2 {
	padding: 40px 25px;
}
.cont_2 .form_style label {
	display: block;
	color: #1D2B4F;
	font-weight: bold;
	margin-bottom: 6px;
}
.cont_2 .form_style input,
.cont_2 .form_style textarea {
	background: #fff;
	padding: 14px 20px;
	border-radius: 10px;
	border: 1px solid #E6E6E6;
	margin-bottom: 25px;
}
.cont_2 .form_style input[type=submit] {
	width: auto;
	background: #FF002A;
	border: 0;
	padding-left: 30px;
	padding-right: 30px;
}
.cont_2 .form_style textarea {
	height: 150px;
}

@media (min-width: 1200px) {
	.dropdown-nav:hover ul.dropdown {
		top: 100%;
		opacity: 1;
		visibility: visible;
		display: block !important;
	}
	span.toggle_submenu {
		display: none;
	}
}
@media (min-width: 1400px) {
	.container {
		max-width: 1196px;
	}
}
@media (max-width: 1599px) {
	body {
		font-size: 15px;
	}
	.innerBanner {
		padding-top: 5rem;
	}
	a.logo img {
		width: 200px;
	}
	.s3 ul.custom_list {
		font-size: 18px;
	}
	.video_wrap img {
		max-height: 600px;
	}
}
@media (max-width: 1199px) {
	span.toggle_submenu {
		position: absolute;
		top: 0px;
		right: 0;
		width: 60px;
		height: 56px;
		background: #1a222a;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 135%;
		z-index: 1;
	}
	span.toggle_submenu i {
		transition: 0.35s ease-in;
	}
	span.toggle_submenu.active i {
		transform: rotate(45deg);
	}
	.menu-Bar {
		display: inline-block;
		top: 0px;
	}
	.menu-Bar.open {
		position: fixed;
		top: 30px;
		right: 20px;
	}
	.menu {
		display: block;
		padding: 40px 30px;
		width: 320px;
		max-width: 100%;
		margin: auto;
	}
	.menu-header-menu-container {
		margin: auto;
	}
	.menuWrap.open {
		left: 0px;
	}
	.menuWrap.open ul.menu li {
		animation-name: fadeInUp;
		animation-duration: 1.25s;
		animation-fill-mode: both;
	}
	.menuWrap {
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 0;
		left: -100%;
		margin: auto;
		background: #0f4c97;
		overflow-y: auto;
		transition: 0.5s all ease-out;
	}
	ul.dropdown {
		position: relative;
		display: none;
		opacity: 1;
		visibility: visible;
		top: 0;
	}
	ul.menu li {
		display: block;
	}
	ul.menu li a {
		padding: 10px;
		display: block;
		text-align: center;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}
	ul.menu li:first-child a {
		border: 0;
	}
	header .main-header ul.menu > li {
		display: block;
		margin: 0px;
		padding: 0;
	}
	header .main-header ul.menu > li a {
		color: #fff;
	}
	header .main-header ul.menu > li a:before {
		display: none;
	}
	.menu li.dropdown-nav > a:after {
		display: none;
	}
}
@media (max-width: 824px) {
    .page-template-Home .mainBanner .mb_2 {
    position: unset;
    width: 100% !important;
    height: auto;
    margin: 0;
}

.page-template-Home .mainBanner .mb_2 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mainBanner .mb_1 {
    padding: 3rem 0;
}

.mainBanner .mb_1 h1 {
    font-size: 32px;
}

.mainBanner:after {
    display: none;
}

.spad {
    padding: 3rem 0;
}

.s1_0 {
    padding: 26px;
}

.s3 .img_wrap {
    position: unset;
    width: 100%;
    height: auto;
}

.section_head h2, .section_head .h2 {
    width: auto;
    font-size: 30px;
}

.s4 .section_head h2 {
    margin-bottom: 10px !important;
}

.has_mb {
    margin-bottom: 10px;
}

.video_wrap img {
    max-height: fit-content;
}

.text_wrap_r {
    padding-left: 0;
}
.ser_col .ser_txt {
    padding-top: 0;
}

section.s3 {
    padding-top: 0;
}

a.ser_col {
    margin-bottom: 1rem;
}


.innerBanner.mb_2 {
    position: unset;
    width: 100%;
    height: 170px;
}

section.mainBanner.innerBanner {
    padding-top: 0;
}

section.mainBanner.innerBanner:after {
    display: block;
    height: -webkit-fill-available;
}

.about_sec .text_wrap {
    padding: 0;
}

.about_sec .img_wrap {
    margin-right: 0;
}

.about_sec .img_wrap.img_wrap_l {
    margin: 20px 0;
}
.ser_sec .row > div:after {
    left: 60px;
    top: 70px;
}
section.cover_sec .img_wrap {
    margin: 20px 0;
}

.cover_sec .row {
    margin-bottom: 30px;
}
section.defpage {
    padding: 50px 0 !important;
}

.defpage input.wpcf7-form-control.wpcf7-text {
    width: 100%;
}

p.MsoNormal span {font-size: 11px !important;}
.cont_1 {
    height: auto;
    padding: 50px 16px;
}
.ser_det_2 
 .section_head {
    padding-top: 20px;
}
section.ser_det_sec .img_wrap {
    margin-bottom: 18px;
}
main#main-content {
    overflow-x: hidden;
}
}
@media (max-width: 768px) {
	.woocommerce-cart .woocommerce table.shop_table th,
	body.woocommerce-cart table.cart td {
		border-color: #555 !important;
	}
	body .woocommerce table.cart td.actions .coupon {
		width: 100%;
	}
	body.woocommerce-cart table.cart td.actions .coupon .input-text {
		margin-bottom: 10px;
		width: 100%;
	}
	.woocommerce table.cart td.actions .coupon .input-text + .button,
	.woocommerce-page table.cart td.actions .coupon .input-text + .button {
		float: none;
		margin: auto;
	}
	section.woopagestemp {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.woocommerce-cart .woocommerce .cart-collaterals {
		width: 70%;
		float: right;
	}
	body .woocommerce table.shop_table td {
		width: 100%;
	}
	.woocommerce-checkout .woocommerce .col2-set {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.woocommerce-checkout #order_review {
		background: transparent;
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.woocommerce-checkout .woocommerce .col2-set .col-1 {
		margin-bottom: 0;
	}
	.woocommerce-checkout #order_review,
	.woocommerce-checkout h3#order_review_heading {
		padding-left: 0;
	}
	.woocommerce table.shop_table {
		margin-top: 0;
	}
}

/*# sourceMappingURL=style.css.map */
