@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Lora:wght@400..700&family=Merienda:wght@300..900&family=Playwrite+NG+Modern:wght@100..400&family=Poppins:wght@300;400;700;900&family=Roboto:wght@300;400;700;900&family=Satisfy&display=swap');


body {
	font-family: "Roboto", sans-serif;
	background-color: #fff;
	position: relative;
	font-weight: normal;
	margin: 0;
}

a:hover {
	color: #f5a93f;
}

/* ================= normalizing =============*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
span,
p,
input {
	padding: 0;
	margin: 0;
	outline: none;
	text-decoration: none !important;
	color: #000;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

img {
	width: 100%;
	height: auto;
}

input[type="number"] {
	appearance: textfield;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	-ms-appearance: textfield;
	-o-appearance: textfield;
}

::selection {
	background: #222;
	color: #2ebddb;
}

::-moz-selection {
	background: #222;
	color: #2ebddb;
}

::-webkit-selection {
	background: #222;
	color: #2ebddb;
}

/*=========  end ===============*/

/*		Common Styles	*/
* {
	box-sizing: border-box;
}

.master_wrap {
	/* max-width: 1440px; */
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.ease,
a,
input,
button {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}


.card_wrp_section {
	/* text-align: center; */
	padding: 35px 0;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
}

.card_wrp {
	background: #fff;
	max-width: 500px;
	width: 100%;
	/* box-shadow: 2px 2px 15px 5px rgb(0 0 0 / 14%); */
	border-radius: 20px;
	margin: 0 auto;
	padding: 20px;
	padding-top: 1px;
	position: relative;
	z-index: 5;
}
.logo_wrp_outer {
    text-align: center;
    height: 100px;
}
.logo_wrp {
	max-width: 80%;
	width: auto;
	overflow: hidden;
	background: #fff;
	position: relative;
	z-index: 5;
	margin: 0 auto;
	transform: translateY(-50%);
	border-radius: 20px;
	box-shadow: 0px 0px 17px -8px #000;
	padding: 15px;
	display: inline-block;
}

.logo_wrp a {
	display: block;
	line-height: 0;
}

.title_wrp {
	/* padding: 15px 0; */
	text-align: center;
	margin-top: -7%;
}

.title_wrp h2 {
	font-size: 23px;
	font-weight: 900;
	text-transform: uppercase;
}

.title_wrp p {
	font-size: 13px;
	line-height: 1.6;
	font-weight: 300;
}

.title_wrp h5 {
	font-size: 12px;
	padding: 2px 0;
	padding-bottom: 7px;
}

.banner_wrp {
	height: 33vh;
	height: 180px;

}

.logo_wrp img {
	max-height: 180px;
}

.about_wrp {
	padding: 15px 0;
}

.about_wrp h2 {
	font-size: 20px;
	font-weight: 900;
	padding-bottom: 10px;
}

.about_wrp p {
	line-height: 1.5;
	font-size: 15px;
	font-weight: 300;
}

.butn_wrp h2 {
	order: -10;
	font-size: 20px;
	font-weight: 900;
	padding-bottom: 10px;
}

.each_btn {
	padding: 10px 0;
	width: 100%;
}

.each_btn a {
	display: block;
	padding: 10px;
	font-size: 20px;
	font-weight: 400;
	/* background: #555; */
	color: #fff;
	/* background: rgb(46,78,221); */
	/* background: linear-gradient(270deg, rgba(46,78,221,1) 0%, rgba(211,6,173,1) 100%); */
	border-radius: 10px;
	box-shadow: 4px 4px 14px -9px rgb(0 0 0);
	padding-right: 20px;
	position: relative;
}

.each_btn a:after {
	content: "";
	position: absolute;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 8px;
	height: 8px;
	transform: rotate(-45deg);
	right: 14px;
	top: 19px;
}

.gallery_wrp {
	padding: 15px 0;
}

.gallery_wrp h2 {
	font-size: 20px;
	font-weight: 900;
	padding-bottom: 20px;
	text-align: center;
}

.gallery_wrp ul {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 0 -5px;
}

.gallery_wrp ul li {
	width: 50%;
	padding: 5px;
	line-height: 0;
}

.gallery_wrp ul li a {
	position: relative;
	padding: 45% 0;
	z-index: 1;
	display: block;
}

.gallery_wrp ul li a img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: 1;
}

.each_btn a:hover {
	box-shadow: 0px 0px 4px -2px rgb(0 0 0);
}

.each_btn.social_icons strong a {
	display: inline-block;
	width: 50px;
	padding: 0;
	line-height: 50px;
	border-radius: 50%;
}

.each_btn a i {
	padding: 0 5px;
}

footer {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: #fff;
	padding: 15px;
	box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 42%);
}

footer p {
	line-height: 0;
}

footer a {
	display: block;
	line-height: 0;
}

footer a span {
	display: block;
	padding-bottom: 5px;
	line-height: 1;
	font-size: 12px;
	font-weight: 300;
}

footer img {
	width: 100px;
}

.butn_wrp {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}

.random_position1 {
	order: -10;
}

.random_position2 {
	order: -9;
}

.random_position3 {
	order: -8;
}

.random_position4 {
	order: -7;
}

.random_position5 {
	order: -6;
}

.random_position6 {
	order: -5;
}

.random_position7 {
	order: -4;
}

.random_position8 {
	order: -3;
}

.random_position9 {
	order: -2;
}

.random_position10 {
	order: -1;
}

.card_wrp form {
	background: #2b2b2b;
	padding: 40px;
	text-align: left;
}

.card_wrp form input {
	display: block;
	width: 100%;
	background: #3e3e3e;
	border: none;
	padding: 10px;
	border: 1px solid #8a8a8a;
	/* border-radius: 6px; */
	text-align: left;
	color: #fff;
}

.card_wrp form p {
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	padding: 9px 0;
}

.card_wrp form p label {
	display: block;
	padding-bottom: 5px;
}

.card_wrp form input#wp-submit {
	background: #000;
	border: none;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
}

.contact_type_section.page_404 {
	padding: 50px 0;
	text-align: center;
	display: flex;
	height: 100vh;
	align-items: center;
	justify-content: center;
}

.contact_type_section.page_404 img.shape_1 {
	width: 80%;
	max-width: 500px;
}

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

.gallery_slider_wrp a {
	display: block;
	padding: 0 0px;
	opacity: 0.5;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.gallery_slider_wrp .slick-slide {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	position: relative;
}

.gallery_slider_wrp .slick-slide.slick-center {
	transform: scale(1.2);
	transition-delay: 0.2s;
	z-index: 99;
}

.gallery_slider_wrp .slick-slide.slick-center a {
	opacity: 1;
}

.gallery_slider {
	position: relative;
	padding: 50px 0;
	padding-top: 25px;
}

.gallery_slider button.slick-arrow {
	position: absolute;
	bottom: 0;
	left: 35%;
	font-size: 0;
	width: auto;
	height: auto;
	border-radius: 0px;
	box-shadow: none;
	border: none;
	background: none;
	padding: 0;
}

.gallery_slider button.slick-prev.slick-arrow {}

.gallery_slider button.slick-next.slick-arrow {
	right: 35%;
	left: auto;
}

.gallery_slider button.slick-prev.slick-arrow:after {
	content: "\2190";
	font-size: 24px;
}

.gallery_slider button.slick-next.slick-arrow:after {
	content: "\2192";
	font-size: 24px;
}

.header_wrp {
	position: fixed;
	top: 100px;
	left: 0;
	width: 100%;
	padding: 0 20px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.header_wrp.fixed {
	opacity: 1;
	visibility: visible;
	top: 20px;
}

.header_wrp_inner {
	display: flex;
	justify-content: space-between;
	background: rgb(255 255 255 / 95%);
	border-radius: 20px;
	padding: 10px;
	align-items: center;
	box-shadow: 0px 2px 10px -5px #000;
	max-width: 580px;
	margin: 0 auto;
}

.header_logo img {
	width: 75px;
	height: 50px;
	border-radius: 10px;
	padding: 5px;
	object-fit: contain;
	background: #fff;
}

.header_logo a {
	display: block;
	line-height: 0;
}

.header_logo {
	width: 75px;
}

.header_title {
	flex-grow: 1;
	padding: 5px;
	text-align: center;
}

.header_btn {
	width: 75px;
	text-align: right;
}

.header_btn button {
	background: #ddd;
	border: none;
	color: #fff;
	outline: none;
	line-height: 0;
	width: 35px;
	border-radius: 50%;
	padding: 0;
}

.share_wrp {
	position: fixed;
	z-index: 999999;
	bottom: -50%;
	opacity: 0;
	visibility: hidden;
	left: 0;
	width: 100%;
	max-height: 85vh;
	overflow: auto;
	padding: 22px 3px;
	padding-bottom: 0;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.share_wrp.active {
	opacity: 1;
	visibility: visible;
	bottom: 0%;
}

.share_wrp_inner {
	background: #fff;
	width: 100%;
	padding: 35px 20px;
	overflow: auto;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	box-shadow: 0px 0px 24px -10px #000;
}

.share_wrp ul li {
	display: inline-block;
}

.share_wrp ul li a {
	width: 50px;
	line-height: 50px;
	display: block;
	padding: 0;
	text-align: center;
	background: #f0f0f0;
	border-radius: 7px;
	margin: 0 4px;
	box-shadow: 10px 10px 16px -8px rgb(0 0 0 / 50%);
	font-size: 24px;
	color: #fff;
}

.share_wrp_inner ul {
	text-align: center;
}

.share_wrp ul li a:after {
	content: "";
	/*     position: absolute;
    width: 8px;
    height: 8px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    top: 17px;
    right: 6px;
    transform: rotate(-45deg); */
}

.share_wrp ul li a.whatsapp_btn {
	background: #00FF00;
}

.share_wrp ul li a.facebook_btn {
	background: #3b5998;
}

button.share_close {
	background: #eee;
	display: block;
	width: 100%;
	border: none;
	padding: 14px;
	margin-top: 35px;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	border-radius: 10px;
}


.basic_form_section {
	position: fixed;
	z-index: 999999;
	bottom: -50%;
	opacity: 0;
	visibility: hidden;
	left: 0;
	width: 100%;
	max-height: 85vh;
	overflow: auto;
	padding: 22px 3px;
	padding-bottom: 0;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.basic_form_wrp {
	background: #fff;
	width: 100%;
	padding: 35px 20px;
	overflow: auto;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	box-shadow: 0px 0px 24px -10px #000;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
}

.basic_form_section.active {
	opacity: 1;
	visibility: visible;
	bottom: 0%;
}

.basic_form_wrp h4 {
	font-size: 24px;
	font-weight: 900;
	padding-bottom: 11px;
	max-width: 277px;
	margin: 0 auto;
}

.basic_form_wrp p {
	font-size: 18px;
	font-weight: 300;
	padding-bottom: 22px;
	max-width: 300px;
	margin: 0 auto;
}

.basic_form_wrp form {
	display: block;
	position: relative;
}

.basic_form_wrp form input {
	width: 100%;
	padding: 10px;
	display: block;
	border-radius: 6px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	font-size: 16px;
	color: #fff;
}

.basic_form_wrp form button {
	width: 100%;
	border: none;
	padding: 12px;
	font-size: 18px;
	text-transform: uppercase;
	border-radius: 8px;
	color: #fff;
	font-weight: 600;
}

body.demo .card_wrp_section {
	filter: blur(14px);
	opacity: 0.5;
}

.card_wrp_section {
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.round_logo .logo_wrp {
	width: 220px;
	height: 220px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.round_logo .logo_wrp_outer {
	height: 145px;
}

.round_logo .header_logo img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.basic_form_wrp form p {
	max-width: 100%;
	padding: 0;
}

.basic_form_wrp form p br {
	display: none;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
	line-height: 1;
	font-size: 14px;
	text-align: left;
	margin-top: -10px;
	padding-bottom: 10px;
}

.subscription_end {
	height: 100vh;
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	padding: 35px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	padding-bottom: 100px;
	justify-content: center;
	background: #f4f4f4;
}

.subscription_end h4 {
	font-weight: 900;
	font-size: 22px;
	padding-bottom: 10px;
}

.subscription_end h5 {
	font-size: 20px;
	font-weight: 300;
}

.subscription_end h5 a {
	font-weight: 300;
	text-decoration: underline !important;
}

button.basic_form_close {
	position: absolute;
	right: 17px;
	top: 17px;
	border-radius: 50%;
	width: 35px;
	line-height: 35px;
	padding: 0;
	border: none;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	box-shadow: 3px 3px 10px -7px #000;
}

.header_btn button img {
	width: 35px;
	height: 35px;
	object-fit: contain;
	padding: 8px;
	filter: invert(1);
}

body.round_logo .logo_wrp_outer {
	height: 145px;
}

.thumb_img {
	overflow: hidden;
	position: absolute;
	width: 100px;
	z-index: -99;
	opacity: 0;
}

body.subscribed .card_wrp_section {
	filter: blur(0);
	opacity: 1;
}

body.subscribed .basic_form_section {
	display: none;
}

.heateor_sss_sharing_container .heateor_sss_sharing_ul>a {
	float: none !important;
	border-radius: 7px !important;
	margin: 0 4px !important;
	box-shadow: 10px 10px 16px -8px rgb(0 0 0 / 50%) !important;
	overflow: hidden;
}

.footer_text {
	padding: 0 20px;
	padding-bottom: 100px;
	text-align: center;
}

.footer_text h4 {
	font-weight: 300;
	font-size: 14px;
}

.pdf_menu_wrp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999;
}

.pdf_menu_wrp_inner {
	max-width: 400px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0;
}

.embed-responsive.embed-responsive-16by9 {
	height: 100%;
}

.pdf_menu_wrp_inner iframe.embed-responsive-item {
	width: 100%;
	height: 100%;
}

button.pdf_menu_close {
	background: #000;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 35px;
	line-height: 35px;
	border-radius: 50%;
	padding: 0;
	border: none;
	font-weight: 600;
	color: #fff;
}

.header_title h1 {
	font-size: 14px;
}
.slick-slide video {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
}





