* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


body {
	font-family:  "Nunito", serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.6;
	position: relative;
}

.outer_block {
	overflow: hidden;
}


img {
	vertical-align: middle;
	max-width: 100%;
}

a img {
	border: none;
}

a {
	text-decoration: none;
	color: #434343;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

:focus {
	outline: none
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1620px;
	padding: 0 20px;
	width: 100%;
}


.clr {
	clear: both;
	float: none;
	display: block;
}

.clr:after,
.afclr:after {
	clear: both;
	float: none;
	display: block;
	content: ""
}

input[type="submit"],
button {
	-webkit-appearance: none
}

select {
	word-wrap: normal
}

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

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

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


.heading_h2 h2 {
	font-weight: 600;
	font-size: 45px;
	font-family:  "Oswald", serif;
	position: relative;
	line-height: 1.1;
	text-transform: capitalize;
	color: #929e79;
	padding-bottom: 18px;
}

.sub_heading_h3 h3 {
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	color: #2F5233;
	line-height: 35px;
}


.paragraph_pra p {
	font-size: 16px;
	font-weight: 400;
	color: #5C5C5C;
	line-height: 1.6;
	padding-bottom: 11px;
}

.paragraph_pra p:last-child {
	padding-bottom: 0;
}

/*Top-Header-Section*/
.top_header_section {
    padding: 15px 0;
}
.top_header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.h_top_right {
    width: 68%;
    text-align: left;
}
.h_top_left {
    width: 32%;
    text-align: right;
}
.h_top_ri_inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.padd_right{
    padding-left: 40px;
}
.h_top_ri_inner a {
    line-height: 1;
    transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.h_top_ri_inner .login_sec a:hover {
 	color:#e1e1e1;
}
.h_top_right_sec a:hover{
    color:#e1e1e1;
}
.social_icons_sec .h_social_section {
    display: flex;
    align-items: center;
    justify-content: center;
}
.social_icons_sec .h_social_section > a {
    margin-right: 15px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.social_icons_sec .h_social_section a svg, .social_icons_sec .h_social_section a svg path {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.social_icons_sec .h_social_section > a:last-child {
    margin-right: 0;
}
.social_icons_sec .h_social_section > a:hover svg path{
	fill:#e1e1e1;
}
.icon_sign svg {
    width: 14px;
    /* height: 12px; */
}
.h_top_right_sec svg {
    margin-right: 10px;
}
.icon_sign a {
    display: inline-flex;
    align-items: center;
    }
.h_top_right_sec a {
	color: #fff;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	padding-right: 20px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	letter-spacing: 0;
}
.h_top_left .h_top_right_sec a{
	padding-right: 38px;
}

/* css sticky header */
.sticky_header {
	position: fixed;
	left: 0;
	right: 0;
	top: -80px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.19);
	background: #929e79;
}

.sticky_header.header_is_sticky {
	top: 0;
	opacity: 1;
	visibility: visible;
	z-index: 100;
}

.sticky_header_inner {
	padding: 8px 0;
}


.sticky_header_inner .main_logo {
	max-width: 124px;
}

/* .sticky_header_inner .nav-menu>li>a {
	font-size: 15px;
} */


/* css sticky header end*/


/* Menu Bar */
.menu {
	display: flex;
	justify-content: center;
}

.site-menu {
	display: inline-block;
}

.nav-menu>li {
	margin: 0 25px;
	position: relative;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.nav-menu>li>a {
	display: block;
	font-family: "Lora", serif;
	font-weight: 400;
	position: relative;
	padding: 12px 5px 12px 5px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	font-size: 18px;
	line-height: 1;
	text-transform: capitalize;
	color: #fff;
	letter-spacing: 0;
}
.main_logo a{display: block;}
.nav-menu>.menu-item-has-children>a::before {
	position: absolute;
	content: "";
	display: block;
	height: 8px;
	width: 14px;
	right: -16px;
	top: 19px;
	background: url('../images/menu-down-icon-w.svg') no-repeat;
	transition: all 0.5s ease-in-out;
	background-size: contain;
}

.nav-menu>.menu-item-has-children:hover>a::before {
	background: url('../images/hov-menu-down-icon-w.svg') no-repeat;
	background-size: contain;
}


.nav-menu>li:hover>a {
	color: #e1e1e1;
}







.nav-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0px;
	width: 215px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	z-index: 1000;
	visibility: visible;
	filter: alpha(opacity=0);
	visibility: hidden;
	opacity: 0;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.211764);
}

.nav-menu .sub-menu li {
	float: none;
	background: #fff;
	border-bottom: 1px solid #2F5233;
	border-left: none;
	padding: 0;
	display: block;
	position: relative;
}

.nav-menu .sub-menu li:first-child {
	border-top: 2px solid #2F5233;
}

.nav-menu .sub-menu a {
	padding: 10px
}

.nav-menu .sub-menu li a {
	text-align: left;
	font-size: 16px;
	display: block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	letter-spacing: 0;
	font-family: "Lora", serif;
	line-height: 1.3;
}

.nav-menu .sub-menu ul {
	position: absolute;
	top: 0px;
	left: 100%;
	border-top: 0;
	padding-left: 0px;
	padding-top: 0;
	filter: alpha(opacity=0);
	width: 180px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(40px, 0)
}

.nav-menu .sub-menu li:last-child {
	border-bottom: none;
}

.nav-menu li:hover>.sub-menu {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}

.nav-menu .sub-menu li:hover ul {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate(0px, 0)
}

.nav-menu .sub-menu ul li:first-child {
	border-top: none;
}

.nav-menu .sub-menu ul li,
.nav-menu .sub-menu ul li:first-child {
	background: #f8f8f8;
}

.cross_button {
	display: none
}


.nav-menu .sub-menu li a:hover {
	color: #fff;
	background-color: #2F5233;
}

.menu_expand {
	display: none;
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.2;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	letter-spacing: 3px;
	text-decoration: none;
	float: right;
	border-radius: 4px;
	padding: 10px;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
	transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	opacity: 0;
}

.overlay.active {
	z-index: 100;
	opacity: 1;
}


.top_menu_section {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	right: 0;
	z-index: 99;
}

/* Menu Bar End */



/* header Bar css */
.header_con {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.h_top_logo {
	width: 11%;
	padding: 0 10px 0 0;
}

/* .main_logo {
	max-width: 373px;
} */

.h_menu_bar {
	width: 89%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	/* padding-bottom: 7px; */
}

.header_menu_sec {
	padding-left: 10px;
	padding-right: 91px;
	text-align: left;
}
.header_section_outer_main{
	border: 1px solid #2F2F2F;
	border-left: 0;
    border-right: 0;
    padding: 8px 0;
}

.h_right_btn {
	text-align: right;
	padding: 0 0 0 10px;

}

.top_right_btn {
	display: inline-flex;
	align-items: center;
	justify-content: end;
}

.login_info {
	display: block;
	margin-left: 28px;
}

.login_info:first-child {
	margin-left: 0;
}

.login_info>img {
	max-width: 32px;
}


.site_btn {
	display: inline-block;
	background: #2F5233;
	padding: 20px 30px;
	font-family: "Poppins", serif;
	font-weight: 400;
	text-transform: capitalize;
	color: #fff;
	border: 1px solid #2F5233;
	font-size: 18px;
	line-height: 1;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	-ms-transition: .3s all ease;
	-o-transition: .3s all ease;
	/* min-width: 157px; */
	border-radius: 64px;
	cursor: pointer;
	text-align: center;
	letter-spacing: 0;
}

.site_btn:hover {
	border-color: #7D4B2A;
	color: #fff;
	background: #7D4B2A;
}

.sticky_header_inner .site_btn:hover {
	border-color: #2F5233;
	color: #fff;
	background: #0c6b5300;
}







/* header Bar End */


/* Banner Start */

.banner_section, .banner_bg_image  {
	position: relative;
}
.banner_bg_image img{width: 100%;}
.banner_bg_image::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.93) 0%, rgb(47, 82, 51, 0.57) 100%);
	opacity: 0.81;
}

.banner_outer_box>img {
	width: 100%;
}

.banner_outer_ctc {
	position: absolute;
	inset: 0;
    top: 63%;
    transform: translateY(-50%);
	/* display: flex;
	align-items: center;
	flex-wrap: wrap; */
	z-index: 3;
	text-align: left;
}

.b_gallery_img_grid {
	display: grid;
	gap: 25px;
	grid-template-columns: repeat(3, 1fr);
}

.img_g_item01 {
	grid-column: span 2;
	grid-row: span 2;
}

.img_grid_item>img {
	width: 100%;
	border-radius: 20px;
}

.content_top_entry {
	/* max-width: 55%;
	width: 52%;
    text-align: left;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto; */
    z-index: 3;
}
.page-id-11 .content_top_entry {
	max-width: 55%;
}

.page_title_setcion {
    position: relative;
    overflow: hidden;
}
.page_title_setcion::after{
	position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.93) 0%, rgb(47, 82, 51, 0.57) 100%);
    opacity: 0.81;
}
.page_title_setcion_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.page_title_setcion img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.content_top_entry.font_active {
    opacity: 1;
}
.txt_inn {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}
.page_title_setcion_text.content_top_entry {
    padding: 0;
    padding-top: 260px;
	text-align: center;
}
.page_title_setcion_text {
    width: 100%;
    height: 100%;
    display: table;
    margin: auto;
}
.full_height {
    height: 100%;
}
.page_title_setcion_text.content_top_entry h1 {
	color: #ffffff;
	margin-bottom: 0;
	padding-bottom: 0;
	z-index: 2;
}

.content_top_entry h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	padding-bottom: 20px;
}

.content_top_entry h1 {
	font-size: 58px;
	font-family:  "Oswald", serif;
	font-weight: 600;
	color: #fff;
	line-height: 1.1;
	margin-bottom: 38px;
	letter-spacing: 0px;
}

.content_top_entry h1 span{
	font-weight: 400;
	color: #e0b878;
}

.content_top_entry>p {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	line-height: 1.5;
}

.m_banner_btn {
	margin-top: 41px;
}
.video_watch_sec{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	-ms-transition: .3s all ease;
	-o-transition: .3s all ease;
}

.video_watch_sec:hover{
	color: #e1e1e1;
}

.video_watch_sec span{
	width: 60px;
	height: 60px;
	background: rgba(7, 105, 82, 0.78);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	-ms-transition: .3s all ease;
	-o-transition: .3s all ease;
}
.video_watch_sec:hover span{
	background: rgba(7, 105, 82);
}
.banner_btn_h{
	display: flex;
	align-items: center;
	gap: 18px;
}

/* Banner End */


/* Facilities Section */

.key_highlights_sec_outer{
 background: #e0b878;
 padding: 40px 0;
}

.slide_cont_w>.swiper-slide {
    animation: slideAnimation 5s linear infinite;
}
.slide_cont_w.swiper-wrapper {
    transition-timing-function: linear !important;
    align-items: center;
}

.key_highlights_slider_content_area{
	display: flex;
	align-items: center;
	gap: 30px;
}
.key_highlights_slider_content p{
	font-weight: 500;
	font-size: 22px;
	color: #000;
}



/* About Section  */

.who_we_are_section {
	position: relative;
	padding: 130px 0;
	z-index: 1;
	overflow: hidden;
}

.who_we_are_section:after{
	content: '';
	position: absolute;
	right: -34px;
    top: -18%;
	background: url('../images/wave-shape-right.svg') no-repeat;
	background-position: top;
    background-size: contain;
    width: 868px;
    height: 898px;
    z-index: 0;
}
.who_we_are_section::before{
	content: '';
	position: absolute;
	left: 0;
    top: 0;
	background: url('../images/leaves-shape-left.svg') no-repeat;
	background-position: top;
    background-size: contain;
    width: 437px;
    height: 447px;
    z-index: 0;
}
.who_we_are_sec_inner{
	position: relative;
}
.who_we_are_sec_inner::after{
	content: '';
	position: absolute;
	right: -1px;
    bottom: -15%;
	background: url('../images/leaves-right.svg') no-repeat;
	background-position: top;
    background-size: contain;
    width: 249px;
    height: 475px;
    z-index: 0;
}

.who_we_container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -20px;
	z-index: 1;
    position: relative;
}

.who_we_item_l {
	width: 45%;
	padding: 0 20px;
}
.who_we_item_r{
	width: 55%;
	padding: 0 20px;
}

.offer_sec_slider_arrow_btn {
    width: 68px !important;
    right: 0 !important;
}
.offer_sec_slider_arrow_btn::after {
    content: '' !important;
}
.offer_sec_slider_arrow_btn span{
    background: #7D4B2A;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.offer_sec_slider_prev_arrow {
    left: auto;
    right: 100px !important;
}
.offer_sec_slider_arrow_btn.swiper-button-lock{
	display: block;
}
.offer_sec_inner{
	position: relative;
}
.offer_sec_slider_arrow{
	position: absolute;
    right: 0;
    top: 70%;
}
.about_row_ctc{
	padding-left: 30px;
}

.we_row_img_info {
	position: relative;
	padding-right: 186px;
	padding-bottom: 80px;
}

.top_img_who img,
.bottom_img_who img {
	width: 100%;
	border-radius: 20px;
}

.bottom_img_who {
	position: absolute;
	bottom: 0;
	right: 20px;
	display: block;
	width: 100%;
	max-width: 251px;
}

.who_row_ctc {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.heading_h4 h4{
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 30px;
	color: #2F5233;
	text-transform: uppercase;
	font-family:  "Oswald", serif;
}
/* .who_head_content.heading_h2 h2{
	padding-bottom: 0;
} */

.heading_h3 h3{
	color: #2F5233;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.1;
	margin-bottom: 15px;
	text-transform: capitalize;
	font-family:  "Oswald", serif;
}

.middle_who_pd .paragraph_pra p{
	color: #5C5C5C;
	font-weight: 500;
	font-size: 16px;
}

.middle_who_pd .paragraph_pra ul{
	list-style-type: disc;
	padding-left: 20px;
}

.middle_who_pd .paragraph_pra ul li{
	color: #7D4B2A;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 10px;
}

.paragraph_pra .weight_inc_size {
	padding-bottom: 18px;
}

.learn_more_btn {
	padding-top: 37px;
	margin-top: 36px;
	border-top: 1px solid #D0D0D0;
}

/* What We Offer */
.offer_sec_outer {
	padding: 130px 0;
	background: #F8F3EB;
}

.offer_sec_container{
	padding-bottom: 14px;
	border-bottom: 1px solid #DCDCDC;
	margin-bottom: 40px;
	max-width: 840px;
}

.offer_sec_content h3{
	color: #2f5233;
    font-size: 20px;
	margin-top: 10px;
	line-height: 1.2;
}

.apartment_head_ctc .paragraph_pra p {
	color: #757575;
	font-size: 24px;
	line-height: normal;
}

.offer_item_info {
	height: 100%;
	background: #fff;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 17px 17px 68px;
	transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
}
.offer_item_info:hover{
	background: #7D4B2A;
}
.offer_item_info:hover .h_apart_ctc .heading_h4 h4, .offer_item_info:hover .unit_type_apply p{
	color: #fff;
}

.home_apart_img {
	display: block;
}

.home_apart_img img {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.h_apart_ctc {
	margin-top: 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.link_icon_sec span{
	background: #F8F3EB;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.h_apart_ctc .heading_h4 h4{
	font-size: 24px;
	text-transform: capitalize;
	position: relative;
	margin-bottom: 0;
	color: #7d4b2a;
	line-height: 1.1;
	transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
}
.h_apart_ctc .heading_h4 h4::after{
	content: '';
	position: absolute;
	width: 84px;
	height: 1px;
	background: #7D4B2A;
    left: 0;
    top: calc(100% + 6px);
	transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
}
.offer_item_info:hover .h_apart_ctc .heading_h4 h4::after{
	background: #fff;
}

.unit_type_apply p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #5C5C5C;
	transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
}

.apart_unit_type {
	padding-top: 35px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.unit_type_apply {
	margin-top: 22px;
}


/* WHY US Section */

.why_us_sec_outer{
	position: relative;
	padding: 130px 0;
}
.why_us_sec_outer::after{
	content: '';
	position: absolute;
	left: -1px;
    top: 0;
	background: url('../images/shape-wave-line.svg') no-repeat;
	background-position: top;
    background-size: contain;
    width: 595px;
    height: 871px;
    z-index: 0;
}
.why_us_sec_outer_box{
	display: flex;
	align-items: center;
	margin: 0 -20px;
	position: relative;
	z-index: 2;
}
.why_us_sec_inner_box{
	width: 50%;
	padding: 0 20px;
}

.offer_sec_benefits_content{
	margin-top: 38px;
	display: flex;
	gap: 55px;
}
.why_us_list_sec .heading_h4 h4{
	color: #929e79;
	text-transform: none;
	margin-bottom: 15px;
}
.why_us_list_sec .paragraph_pra ul{
	list-style-type: disc;
    padding-left: 24px;
}
.why_us_list_sec .paragraph_pra ul li {
    color: #5C5C5C;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
}
.why_us_sec_inner_btn{margin-top: 44px;}
.mask_image_sec_outer{
	padding-left: 100px;
}

.mask_image_sec_inner{
	width: 100%;
}

.mask_image_sec_inner img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	-webkit-mask-size: 100%;
	mask-size: 100%;
	max-width: 100%;
	display: block;
}
.mask__image{
	-webkit-mask-image: url('../images/circleimg.png');
	mask-image: url('../images/circleimg.png');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}


/* Achievements Section */
.achievements_sec_outer{
	background: #2F5233;
	padding: 82px 0;
	position: relative;
}
.achievements_sec_outer::after, .achievements_sec_outer::before{
	content: '';
	position: absolute;
	left: 0;
    top: 50%;
	transform: translateY(-50%);
	background: url('../images/achievements-leaveas-left-image.png') no-repeat;
	background-position: top;
    background-size: contain;
    width: 527px;
    height: 312px;
    z-index: 0;
}
.achievements_sec_outer::before{
	left: auto;
	right: 0;
	background: url('../images/achievements-leaveas-right-image.png') no-repeat;
}
.achievements_sec_inner{position: relative; z-index: 2;}
.achievements_sec_outer_box{
	display: flex;
	margin: 0 -20px;
}

.achievements_sec_inner_box{
	width: 25%;
	padding: 0 20px;
}

.achievements_sec_inner_bg{
	background: #fff;
	/* -webkit-mask-image: url('../images/achivements-mask-sec-image.png');
	mask-image: url('../images/achivements-mask-sec-image.png'); */
	background: url('../images/achivements-mask-sec-image.png');
	width: 116px;
	height: 116px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	margin-bottom: 16px;
	border-radius: 100%;
}
.achievements_sec_inner_content h4, .achievements_sec_inner_content h3{
	color: #fff;
	font-weight: 600;
	font-size: 34px;
	text-align: center;
	letter-spacing: 1px;
	text-align: center;
	font-family:  "Oswald", serif;
}
.achievements_sec_inner_content h3{
	font-size: 22px;
}



/* Events Section */
.offer_sec_outer.events_sec_outer{
	background: linear-gradient(180deg, #F8F3EB 79%, rgb(255, 255, 255) 22%);
}
.events_sec_outer_slider{
	/* overflow: hidden; */
	position: relative;
}
.events_sec_slider_outer{
	position: relative;
}
.events_sec_slider_outer .events_sec_slider{
	overflow: inherit;
	width: 100%;
    height: 100%;
}
.events_item_info{
	position: relative;
}
.events_sec_content{
	background: #F8F3EB;
	border-radius: 0 10px 10px 0;
	border-left: 4px solid #7d4b2a;
	padding: 40px 30px;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.events_sec_content .heading_h3 h3{
	color: #7d4b2a;
	margin-bottom: 0;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.top_ctc_apart_box.events_sec_apart_box{
	position: relative;
    /* overflow: hidden; */
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.events_sec_content_outer{
	position: absolute;
	bottom: -37px;
	left: 0;
	width: calc(100% - 50px);
}
.btn_out{
	opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	position: absolute;
	margin: -10px;
}
.btn_out a{
	color: #fff;
	padding: 10px;
}
.top_ctc_apart_box.events_sec_apart_box:hover .btn_out {
    opacity: 1;
    visibility: visible;
	margin-top: 23px;
	position: static;
}
.top_ctc_apart_box.events_sec_apart_box:hover .events_sec_content{
	background: #7d4b2a;
	border-radius: 10px;
	padding: 50px 30px;
}
.top_ctc_apart_box.events_sec_apart_box:hover .events_sec_content .heading_h3 h3, .top_ctc_apart_box.events_sec_apart_box:hover .btn_out a{
	color: #fff;
}

.events_sec_slider_arrow_btn {
    width: 68px !important;
    right: 0 !important;
}
.events_sec_slider_arrow_btn::after {
    content: '' !important;
}
.events_sec_slider_arrow_btn span{
    background: #7D4B2A;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.events_sec_slider_prev_arrow {
    left: auto;
    right: 100px !important;
}
.events_sec_slider_arrow_btn.swiper-button-lock{
	display: block;
}
.events_sec_container{
	padding-bottom: 14px;
	margin-bottom: 40px;
	max-width: 70%;
}


/* Testimonial Section */

.testimonial_sec_outer{padding: 40px 0 130px;}
.testimonial_sec_content{text-align: center; margin-bottom: 30px;}
.testimonial_sec_inner_main{position: relative;}
.testimonial_sec_bg_area{
	background: #FBF8F3;
	padding: 51px 40px;
	border-radius: 20px;
}
.testimonial_sec_box_outer{
	display: flex;
	margin: 0 -20px;
}
.testimonial_sec_image{
	padding: 0 20px;
	width: 20%;
}
.testimonial_sec_content_inner{
	padding: 0 20px;
	width: 80%;
}
.testimonial_sec_image img{
	border-radius: 100%;
	width: 104px;
	height: 104px;
}
.ratings_sec_area{padding-bottom: 20px;}
.testimonial_sec_content_inner p{
	color: #5C5C5C;
}
.testimonial_sec_content_inner .client_name{text-transform: capitalize; padding-top: 40px;}
.testimonial_pagination.swiper-pagination-lock { display: block;}
.testimonial_pagination.swiper-pagination-bullets.swiper-pagination-horizontal{bottom: -76px;}
.testimonial_pagination .swiper-pagination-bullet{background: #F6EAD7; opacity:1; width: 12px; height: 12px;}
.testimonial_pagination .swiper-pagination-bullet-active{background: #7D4B2A; opacity:1;}

/* Gallery Section */

/*Instagram Image collection*/

.group_buttn1 svg{
    width: 80px;
    height: 80px;
    position: relative;
    background: #fff;
    border-radius: 50px;
    padding: 18px;
}

.group_image_collection{ 
    /* display: flex; align-content: center; flex-wrap: wrap; */
	position: relative;
}
.group_image1{
    position: relative;
}
/* .group_image_block{ 
    width: 25%;
} */
.group_buttn1 { 
    position: absolute; left: 0; right: 0; text-align: center; top: 50%; transform: translateY(-50%); display: none; margin: 0 auto; 
}
.group_image_collection a:hover .group_buttn1{ 
    display: block;
}
.group_image_block img{ width: 100%  ;}
.group_image_pagination.swiper-pagination-lock { display: block;}
.group_image_pagination.swiper-pagination-bullets.swiper-pagination-horizontal{bottom: -76px;}
.group_image_pagination .swiper-pagination-bullet{background: #F6EAD7; opacity:1; width: 12px; height: 12px;}
.group_image_pagination .swiper-pagination-bullet-active{background: #7D4B2A; opacity:1;}


/* Contact Section */
.contact_section {
	padding: 130px 0;
	position: relative;
}
.contact_section_inner{max-width: 675px; margin: auto; position: relative; z-index: 2;}
.contact_section::after, .contact_section::before{
	content: '';
	position: absolute;
	left: 0;
    top: 50%;
	transform: translateY(-50%);
	background: url('../images/contact-leaves-left.webp') no-repeat;
	background-position: top;
    background-size: contain;
    width: 437px;
    height: 290px;
    z-index: 0;
}
.contact_section::before{
	left: auto;
	right: 0;
	background: url('../images/contact-leaves-right.webp') no-repeat;
	width: 418px;
    height: 548px;
}
.contact_section_inner .heading_h4 h4{
	margin-bottom: 20px;
}
.contact_section_inner .heading_h2 h2 { padding-bottom: 27px;}

.contact_form_item {
	margin:  0 auto;
	position: relative;
	z-index: 2;
}

.contact_info {
	padding-bottom: 26px;
}

.form_field_full {
	display: flex;
	margin: 0 -13px;
	flex-wrap: wrap;
}

.form_field {
	width: 50%;
	padding: 0 13px;
	margin-bottom: 20px;
}

.fm_input:focus {
	border-color: #2F5233;
}

.fm_input {
	display: block;
	outline: none;
	border-radius: 10px;
	border: 1px solid #2F5233;
	width: 100%;
	background: transparent;
	padding: 20px 23px;
	color: #818181;
	font-size: 16px;
	font-weight: 400;
	font-family: "Poppins", serif;
}

.fm_input::placeholder {

	color: #818181;
	font-size: 16px;
}

.form_field select{
	display: inline-block;
	background-image: url('../images/angle-down-green.svg');
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 14px;
    padding-right: 45px;
	word-wrap: normal;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
}

.form_field.form_field_w {
	width: 100%;
}

.fm_input.textarea_src {
	resize: none;
	height: 135px;
	-webkit-appearance: none;
}

.submit_fr_btn {
	display: block;
	width: 100%;
	padding-top: 13px;
	text-align: center;
}

.contact_section_inner .paragraph_pra p{color: #5C5C5C;}


/* footer_section */
.footer_sec{
    background: #2F5233;
    padding: 100px 0 15px;
	position: relative;
}
.footer_sec::after, .footer_sec::before{
	content: '';
	position: absolute;
	left: 0;
    top: 10px;
	background: url('../images/footer-leaves-left.svg') no-repeat;
	background-position: top;
    background-size: contain;
    width: 499px;
    height: 483px;
    z-index: 0;
}
.footer_sec::before{
	left: auto;
	top: auto;
	right: 0;
	bottom: 10px;
	background: url('../images/footer-leaves-right.svg') no-repeat;
	width: 423px;
    height: 382px;
}
.footer_sec_inner{
	position: relative;
	z-index: 2;
}
.footer_sec_list {
    display: flex;
    gap: 138px;
}
.footer_logo_sec .tag_line.heading_h3 h3{
    color: #fff;
    letter-spacing: 1px;
	line-height: 1.3;
	text-align: center;
	padding-top: 22px;
	font-size: 22px;
} 

.footer_logo_sec{
	width: 22%;
}
.footer_logo a{display: block;}
.footer_navigation_sec{
	width: 63%;
}
.footer_newsletter_sec{
	width: 15%;
}
.footer_navigation_sec_inner{
	display: flex;
	gap: 20px;
}
.footer_sec_box {
    width: 33.33%;
}
.footer_links_heading h3 {
    color: #fff;
    letter-spacing: 1px;
}

.faq_question_list {
    padding: 0 40px;
}
.footer_links_heading {
    padding-bottom:10px;
}

.footer_menu_links li{
	font-weight: 600;
	font-size: 16px;
	padding-bottom: 15px;
}
.footer_menu_links li a{
	color: #fff;
	/* display: block; */
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.footer_sec_box .top_right_btn .site_btn {
    background: #7d4b2a;
}

.footer_sec_box .top_right_btn .site_btn:hover {
    background: #2f5233;
    border-color: #7d4b2a;
}

.footer_menu_links li a:hover{
	color: #e1e1e1;
}
.footer_menu_links .h_top_right_sec a{
	padding-right: 0px;
	padding-bottom: 10px;
	font-size: 16px;
	align-items: start;
}
.footer_menu_links .h_top_right_sec a span{
	width: calc(100% - 25px);
}
.footer_menu_links .h_top_right_sec svg{
	width: 25px;
	margin-right: 0px;
	position: relative;
    top: 5px;
}
.footer_links_heading p{
	color: #fff;
}
.newsleter_form_outer{margin-top: 28px;}
.newsleter_form_outer .fm_input{
	border: 1px solid #ffffff;
	border-radius: 64px;
	padding: 16px 30px;
	color: #fff;
}
.newsleter_form_outer .form_field {
    width: 100%;
	padding: 0;
	margin-bottom: 14px;
}
.newsleter_form_outer .site_btn{
	width: 100% !important;
	background: #fff !important;
	border-color: #fff !important;
	color: #2F5233 !important;
}
.newsleter_form_outer .submit_fr_btn{padding-top: 0px;}
.newsleter_form_outer .site_btn:hover{
	border-color: #7D4B2A !important;
    color: #fff !important;
    background: #7D4B2A !important;
}
.newsleter_form_outer .fm_input::placeholder {
	color: #fff;
	font-size: 18px;
}



.copyright_ff p{font-size: 14px;font-weight: 400; font-family: 'Lato', sans-serif; color: #fff;}
.copyright_ff p > a{color: #fff;  -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;}
.copyright_ff p > a:hover {color: #f5db90;text-decoration: underline;}

.social_sec_outer{
	background: #F8F3EB;
	padding: 80px 51px 80px 71px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}
.social_sec_outer .heading_h2 h2{padding-bottom: 0px; font-size: 36px; color: #7d4b2a;}

.social_sec_outer_main{
	position: relative;
	z-index: 2;
	margin-bottom: 130px;
}

.social_sec_outer_main::after, .social_sec_outer_main::before{
	content: '';
	position: absolute;
	left: 0;
    top: 0;
	background: url('../images/social-leaves-left-image.png') no-repeat;
	background-position: top;
    background-size: contain;
    width: 163px;
    height: 198px;
    z-index: 0;
}
.social_sec_outer_main::before{
	left: auto;
	top: auto;
	right: 0;
	bottom: 0;
	width: 184px;
    height: 168px;
	background: url('../images/social-leaves-right-image.png') no-repeat;
	border-radius: 20px;
}

.social_icons_group{
	display: flex;
	align-items: center;
	gap: 13px;
	position: relative;
	z-index: 2;
}
.social_sec_outer .heading_h2{	
	position: relative;
	z-index: 2;
}
.social_icons_group a{
	border: 1px solid #7D4B2A;
	border-radius: 100%;
	width: 43px;
	height: 43px;
	transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social_icons_group a:hover{
	background: #7D4B2A;
}
.social_icons_group svg path{
	transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
}
.social_icons_group a:hover svg path{
	fill: #fff;
}

/* scroll section  */
.marquee {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
 }
 
 .banner_scroll_inner {
	display: flex;
	gap: 0; /* No gap between the original and cloned list */
 }
 
 .banner_scroll_inner ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
 }
 
 .key_highlights_slider_box {
	display: inline-block;
	margin-right: 20px;
 }
 
 .banner_scroll_inner ul li {
	display: inline-block;
	padding: 0 24px;
 }
 .key__icon_bg{
	width: 38px;
	height: 40px;
 }
 .key__icon_bg img{
	width: 38px;
	height: 40px;
 }

 .sub-menu-toggle{display: none !important;}
 

 /* .page_title_setcion {
    padding: 80px 0 10px;
} */
/* .entry-content{
	padding: 0px 0 80px;
} */

.entry_content_s {
    padding: 80px 0;
}
/* .page_title_setcion_outer{
	padding: 80px 0;
} */
.heading_h1 h1, .entry-content h1{
    font-weight: 600;
    font-size: 60px;
    font-family:  "Oswald", serif;
    position: relative;
    letter-spacing: 0px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #929e79;
    padding-bottom: 18px;
}
.entry-content h2{
    font-weight: 600;
    font-size: 35px;
    font-family:  "Oswald", serif;
    position: relative;
    letter-spacing: 1px;
    line-height: 1.1;
    text-transform: capitalize;
    color: #000;
    padding-bottom: 18px;
}


/* .entry-content{
	padding: 0px 0 80px;
} */

.error_img {
    text-align: center;
	max-width: 50%;
    margin: auto;
	position: relative;
	z-index: 2;
}
.error_section{position: relative; }
.error_section:after{
	content: '';
	position: absolute;
	right: 0;
    top: 0;
	background: url('../images/wave-shape-right-area.svg') no-repeat;
	background-position: top;
    background-size: contain;
    width: 524px;
    height: 472px;
    z-index: 0;
}
.error_section:before{
	content: '';
	position: absolute;
	left: 0;
    bottom: 0;
	background: url('../images/wave-shape-left-bottom-area.svg') no-repeat;
	background-position: top;
    background-size: contain;
    width: 281px;
    height: 325px;
    z-index: 0;
}
.error_section_outer{position: relative; padding: 130px 0;}
.error_section_outer:before{
	content: '';
	position: absolute;
	left: 0;
    top: 0;
	background: url('../images/wave-line-left-image.svg') no-repeat;
	background-position: top;
    background-size: contain;
    width: 900px;
    height: 612px;
    z-index: 1;
}
.error_section h1 {
    font-size: 150px;
	font-family:  "Oswald", serif;
    color: #929e79;
    font-weight: 600;
    line-height: 0.9;
    margin-bottom: 23px;
    margin-top: 0px;
}
.error_section h3 {
    color: #325636;
	font-family:  "Oswald", serif;
    font-weight: 600;
    font-size: 48px;
    letter-spacing: 1px;
    margin-bottom: 9px;
	margin-top: 20px;
    line-height: 1.2;
}
.error_section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #5C5C5C;
    margin-bottom: 24px;
}

.top_menu_section_other{position: relative; background: #929e79;}
/* .top_menu_section_other .banner_btn_h .site_btn{background: #7d4b2a;}
.top_menu_section_other .banner_btn_h .site_btn:hover{background: #2f5233; border-color:#7d4b2a ;} */
.top_menu_section_other .header_section_outer_main{border: 1px solid #ffffff12; border-bottom: 0;}


.elementor-widget-container ul{list-style-type: disc; padding-left: 20px;}
.elementor-widget-container ul li{
	line-height: 1.6;
	padding-bottom: 10px;
}

.page-id-3 .elementor-widget-container ul, .page-id-682 .elementor-widget-container ul, .page-id-684 .elementor-widget-container ul{padding-left: 30px; padding-top: 10px;}

.gallery_sec_outer{padding-top: 68px; padding-bottom: 60px;}
.nav-menu li.contact_menu{display: none;}

.info_detail_elementor .elementor-icon-box-content:hover .elementor-icon-box-title a, .info_detail_elementor .elementor-icon-box-content:hover .elementor-icon-box-description a{
	color: #2F5233;
}

.social_detail_elementor .elementor-grid-item .elementor-social-icon{
	background-color: transparent !important;
	border: 1px solid #7D4B2A;
	transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
}
.social_detail_elementor .elementor-grid-item .elementor-social-icon svg{
	fill: #7D4B2A !important;
	transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
}
.social_detail_elementor .elementor-grid-item .elementor-social-icon:hover svg {fill: #fff !important;}
.social_detail_elementor .elementor-grid-item .elementor-social-icon:hover{
	background-color: #7D4B2A !important;
}
.submit_fr_btn .wpcf7-spinner{position: absolute;}

.contact_section_elementor.contact_section:after{
	/* top: 0;
    transform: none;
	width: 345px; */
	opacity: 0.4;
}
.contact_section_elementor.contact_section:before{
    /* width: 363px;
    height: 433px;
    bottom: 0;
    top: auto;
    transform: none; */
	opacity: 0.4;
}

.cash_icons_group{
	display: flex;
	align-items: center;
	gap: 13px;
	position: relative;
	z-index: 2;
	margin-top: 25px;
}
.cash_icons_group a {
    background: #fff;
    border-radius: 100%;
    width: 43px;
    height: 43px;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cash_icons_group a:hover{
	background: #e1e1e1;
}
.cash_icons_group a img{
	width: 26px;
}


.footer_logo{
	width: 65%;
    margin: auto;
}


.page-id-293 .testimonial_sec_outer, .page-id-295 .testimonial_sec_outer, .page-id-297 .testimonial_sec_outer, .page-id-299 .testimonial_sec_outer, .page-id-301 .testimonial_sec_outer, .page-id-303 .testimonial_sec_outer{display: none;}

.page-id-186 .testimonial_sec_outer, .page-id-186 .contact_section, .page-id-980 .testimonial_sec_outer, .page-id-980 .contact_section{display: none;}
.page-id-186 .contact_section.contact_section_elementor{display: block;}

.page-id-148 .testimonial_sec_outer { padding: 90px 0 70px;}


/* .mobile_area{display: none;} */

.tribe-events-c-subscribe-dropdown__container{display: none !important;}
.event_main_title{display: none;}
.post-type-archive-tribe_events .site_main_title{display: none;}
.post-type-archive-tribe_events .event_main_title{display: table-cell;}

.tribe-events-calendar-list__event-featured-image-wrapper a, .tribe-events-calendar-latest-past__event-featured-image-wrapper a {
    pointer-events: none !important;
}
.tribe-events-calendar-list__event-title a, .tribe-events-calendar-latest-past__event-title a {
    pointer-events: none !important;
}
.tribe-events-calendar-latest-past__event-title, .tribe-events-calendar-list__event-title {
	font-family: 'Oswald', sans-serif !important;
	font-weight: 600 !important;
}

.entry-content .tribe-events-calendar-list__event-description ul, .site-content .tribe-events-single-event-description.tribe-events-content ul, .tribe-events-calendar-month__calendar-event-tooltip-description ul, .tribe-events-calendar-latest-past__event-description ul{
	list-style-type: disc;
	list-style:disc !important;
    padding-left: 17px !important;
}
.entry-content .tribe-events-calendar-list__event-description ul li, .site-content .tribe-events-single-event-description.tribe-events-content ul li, .tribe-events-calendar-month__calendar-event-tooltip-description ul li, .tribe-events-calendar-latest-past__event-description ul li {
    color: #5C5C5C;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
	list-style:disc !important;
}
.entry-content .tribe-events-calendar-list__event-description p, .site-content .tribe-events-single-event-description.tribe-events-content p, .tribe-events-calendar-month__calendar-event-tooltip-description p, .tribe-events-calendar-latest-past__event-description p{
	color: #5C5C5C;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
}
.tribe-events-calendar-month__calendar-event-tooltip-description ul{padding-left: 15px;}
.tribe-events-calendar-month__calendar-event-tooltip-description ul li, .tribe-events-calendar-month__calendar-event-tooltip-description p{font-size: 11px;}

.entry-content .tribe-events-calendar-list__event-description ul li ul, .site-content .tribe-events-single-event-description.tribe-events-content ul li ul, .tribe-events-calendar-month__calendar-event-tooltip-description ul li ul, .site-content .tribe-events-calendar-latest-past__event-description ul li ul{padding-top: 5px; list-style: circle !important; padding-left: 10px;}
.entry-content .tribe-events-calendar-list__event-description ul li ul li, .site-content .tribe-events-single-event-description.tribe-events-content ul li ul li, .tribe-events-calendar-month__calendar-event-tooltip-description ul li ul li, .site-content .tribe-events-calendar-latest-past__event-description ul li ul li{list-style: circle !important;}

.entry-content .tribe-events-calendar-list__event-description .registration_button, .registration_button, .entry-content .tribe-events-calendar-latest-past__event-description .registration_button{margin-top: 30px;}
.registration_button .site_btn, .entry-content .tribe-events-calendar-list__event-description .registration_button .site_btn, .site-content .tribe-events-single-event-description.tribe-events-content .registration_button .site_btn, .tribe-events-calendar-month__calendar-event-tooltip-description .registration_button .site_btn, .tribe-events-calendar-latest-past__event-description .registration_button .site_btn{
    display: inline-block;
    background: #2F5233;
    padding: 20px 30px;
    font-family: "Poppins", serif;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff !important;
    border: 1px solid #2F5233;
    font-size: 18px;
    line-height: 1;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    border-radius: 64px;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0;
}
.registration_button .site_btn, .entry-content .tribe-events-calendar-list__event-description .registration_button .site_btn:hover, .site-content .tribe-events-single-event-description .registration_button .site_btn:hover, .tribe-events-calendar-month__calendar-event-tooltip-description .registration_button .site_btn:hover, .tribe-events-calendar-latest-past__event-description .registration_button .site_btn:hover{
	background: #7d4b2a;
	border: 1px solid #7d4b2a
}

.tribe-events-calendar-month__calendar-event-tooltip-description .registration_button .site_btn{padding: 8px 10px; font-size: 12px;}

.tribe-events-calendar-list__event-featured-image, .tribe-events-calendar-latest-past__event-featured-image{border-radius: 20px;}

.tribe-events-single-event-description .registration_button{margin-bottom: 30px;}
.tribe-events-calendar-month__calendar-event-tooltip-description .registration_button{margin-top: 10px;}

.tribe-events-header__events-bar{display: none !important;}


.copyright_links_sec a{
	color: #fff; position: relative;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.copyright_links_sec a:hover{color: #e1e1e1;}
.copyright_links_sec a::after{
	content: ' |';
	color: #fff;
}
.copyright_links_sec a:last-child:after{
	content: "";
}
.copyright_ff{	
	display: flex;
	align-items: end;
	justify-content: space-between;
	width: 100%;
    text-align: left;
    padding-top: 100px;
	position: relative;
	color: #FFF;
}
.copyright_ff .copyright_links_sec a{font-size: 14px;}

.marketing_sec_outer{display: flex; align-items: end; gap: 20px; color: #fff; font-size: 14px;}
.marketing_sec_outer img{width: 150px;}


/* .copyright_content{
	position: absolute;
	left: 0;
} */


/* Enroll Form */
.form_sub_title h4{
	font-size: 20px;
    margin-bottom: 10px;
	color: #7d4b2a;
	margin-top: 20px;
}
.add_other_child{margin-top: 10px;}
.signature_sec_content{margin: 20px 0;}
.signature_sec{margin: 20px 0 0;}

.form_field_three{width: 33.33%;}
.selction_sec_area{padding-left: 20px;}

.dscf7_signature {
	border-radius: 10px;
    border: 1px solid #2F5233;
	width: 100% !important;
}
.dscf7_signature_inner {width: 100% !important;}
.dscf7_signature_inner canvas{
	border-radius: 10px;
}
.form_signature_field_full .form_field{width: 100%;}

/* .enroll_form_sec_outer{} */
.program_sec_area .wpcf7-list-item{padding-bottom: 6px;}


.form_input_date {
	position: relative;	
	background-image: url("../images/calender-icon.svg");
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 15px;
	padding: 13px 47px 13px 25px;
}
	
.form_input_date[type="date"]::-webkit-calendar-picker-indicator {
	background: transparent;
	bottom: 0;
	color: transparent;
	cursor: pointer;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}

.authorize_sec_area.signature_sec_content{ margin: 10px 0;}
.authorize_sec_area .voluntary_text{padding-top: 5px;}

.sitemap_sec h3{ margin-bottom: 20px;}

.social_list{position: relative;display: flex;justify-content: space-between;z-index: 1;margin-top: 15px;align-items: center;gap: 25px;}
.social_subscribe_btn{border-color: #7d4b2a;background-color: #7d4b2a;}
.social_subscribe_btn:hover{background: transparent;color: #7d4b2a;}
.social_cta_content{font-weight: 700; color: #7d4b2a;font-size: 22px;max-width: 1160px;line-height: 1.4;}
.newsletter_footer_btn a{border-color: #7d4b2a;background-color: #7d4b2a;}
.newsletter_footer_btn a:hover{background: transparent;}
.social_sec_inner{display: flex;align-items: center;justify-content: space-between;gap: 25px;}
.footer_sec_box:nth-child(1){width: 23%;}
.footer_sec_box:nth-child(3){width: 43.66%;}

.social_sec_outer{display: block;}
.social_icons_group{justify-content: end;}

/* Responsive Section */

@media screen and (max-width:1550px) {

.content_top_entry h1{
	font-size: 60px;
}
.page-id-11 .content_top_entry {
	max-width: 62%;
}
.content_top_entry>p{font-size: 18px;}
.who_row_ctc{gap: 30px;}
.h_apart_ctc .heading_h4 h4 {
    font-size: 20px;
}
.link_icon_sec span{width: 45px; height: 45px;}
.offer_sec_slider_arrow_btn span, .events_sec_slider_arrow_btn span{width: 45px; height: 45px;}
.offer_sec_slider_arrow{top: 60%;}
.events_sec_content{padding: 30px 20px;}
.events_sec_content .heading_h3 h3{font-size: 22px;}
.top_ctc_apart_box.events_sec_apart_box:hover .events_sec_content{padding: 40px 20px;}
.contact_section::after, .contact_section::before{
	width: 277px;
}
.contact_section::before{
	width: 318px;
}
.footer_sec_list{
	gap: 116px;
}
.testimonial_sec_image { width: 28%;}
.testimonial_sec_content_inner{width: 72%;}
.nav-menu>li>a{font-size: 16px;}
.error_section_outer:before{ width: 690px;  height: 470px;}
.nav-menu>li {  margin: 0 20px;}
.header_menu_sec{padding-right: 50px;}
.banner_bg_image img {
	max-width: none;
	/* width: 112%; */
    width: 100%;
    min-height: 660px;
    object-position: center center;
    object-fit: cover;
}
.footer_logo_sec .tag_line.heading_h3 h3{
	font-size: 18px;
} 

.page_title_setcion_text.content_top_entry{padding-top: 200px;}
.banner_outer_ctc {top: 58%;}
.footer_sec_box:nth-child(1) {width: 20%;}
.footer_sec_box:nth-child(3) {width: 46.66%;}
.newsletter_footer_btn a{padding: 20px 20px;font-size: 16px;}

}



@media screen and (max-width:1250px) {
	.page-id-11 .content_top_entry {
		max-width: 70%;
	}
	.header_menu_sec{padding-right: 13px;}
	.nav-menu>li {margin: 0 10px;}
	
	.content_top_entry h1 {
        font-size: 48px;
		margin-bottom: 24px;
    }
	.content_top_entry>p {
        font-size: 17px;
    }
	.m_banner_btn {
		margin-top: 28px;
	}
	.who_we_are_section, .offer_sec_outer, .why_us_sec_outer, .contact_section{padding: 100px 0;}
	.who_we_are_section:after{width: 513px; height: 556px;}
	.who_we_are_section::before{width: 312px;}
	.heading_h2 h2{font-size: 30px;}
	.heading_h4 h4{font-size: 18px; margin-bottom: 20px;}
	.heading_h3 h3{font-size: 22px;}
	.entry-content h2{font-size: 28px;}
	.heading_h1 h1, .entry-content h1{font-size: 35px;}
	.we_row_img_info{padding-right: 24px;}
	.bottom_img_who{bottom: -52px;right: -28px;}
	.why_us_sec_outer::after{    width: 440px;}
	.why_us_sec_inner_box:first-child{width: 60%;}
	.why_us_sec_inner_box{width: 40%;}
	.mask_image_sec_outer {
		padding-left: 0;}
	.achievements_sec_outer{padding: 58px 0;}
	.achievements_sec_inner_content h4{font-size: 28px;}
	.achievements_sec_inner_content h3{font-size: 20px;}
	.achievements_sec_outer::after, .achievements_sec_outer::before{  width: 342px;}
	.events_sec_container{margin-bottom: 25px;}
	.testimonial_sec_outer{padding: 40px 0 140px;}
	.page-id-148 .testimonial_sec_outer { padding: 40px 0 70px;}
	.testimonial_sec_bg_area{padding: 40px 20px;}
	.testimonial_sec_image img{
		width: 80px; height: 80px;}
	.testimonial_sec_box_outer{flex-direction: column;}
	.testimonial_sec_content_inner{width: 100%;}
	.testimonial_sec_image{margin: auto;}
	.ratings_sec_area{text-align: center; margin-top: 10px;}
	.testimonial_sec_content_inner{text-align: center;}

	.contact_section::before {
		width: 172px;
		height: 292px;
	}
	
	.footer_sec{padding-top: 80px;}
	.social_sec_outer_main{margin-bottom: 100px;}
	.copyright_ff{padding-top: 80px;}
	.footer_logo_sec {
		width: 100%;
	}
	.footer_sec_list{flex-wrap: wrap; gap: 66px;}
	/* .footer_newsletter_sec {
		width: 33%;
	} */
	.footer_navigation_sec{width: 75%;}
	.social_sec_outer{
		padding: 75px 35px 75px 51px;}
	

		.banner_bg_image{
			overflow: hidden;
		}
	
		.banner_bg_image img{
			/* width: 135%; */
            min-height: 590px;
		}
	.testimonial_sec_image { width: 26%; display: flex; justify-content: center;}
	.testimonial_sec_content_inner{width: 100%;}
	.error_img {max-width: 70%;}
	.gallery_sec_outer{padding-top: 40px; padding-top: 40px;}
	.error_section_outer:before{ width: 592px;  height: 402px;}

	.top_right_btn .site_btn{font-size: 16px; padding: 12px 24px;}
	.footer_logo_sec { text-align: center;}
	.page_title_setcion img {height: 360px;}
	.page_title_setcion_text.content_top_entry{padding-top: 200px;}

	.footer_logo{width: 34%;}
	.marketing_sec_outer{gap: 10px;}

}



@media screen and (max-width:992px) {
	.nav-menu .sub-menu {
		transition: opacity 0.3s ease;
		-webkit-transition: opacity 0.3s ease;
		box-shadow: none;
		left: 0;
	}

	.menu_expand {
		display: block;
	}

	.site-menu {
		position: relative;
		padding-top: 0px;
		vertical-align: middle;
	}

	.nav-menu {
		display: block;
		position: fixed;
		top: 0;
		left: -220px;
		bottom: 0;
		overflow: hidden;
		z-index: 100;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		opacity: 0;
		visibility: hidden;
		overflow-y: auto
	}

	.nav-menu.state-active {
		clear: both;
		left: 0;
		opacity: 1;
		visibility: visible
	}

	.nav-menu {
		float: none;
		text-align: center;
		margin-right: 0px;
		background: #ffffff;
		width: 100%;
		padding-top: 59px;
		padding-bottom: 50px;
	}

	.nav-menu li {
		float: none;
		margin: 0px;
		border-bottom: none;
		padding: 0;
		display: block
	}

	.nav-menu li a {
		padding: 10px 20px;
		color: #000;
	}

	.nav-menu li a:hover {
		border-radius: 0;
		background: none;
		border-color: #fff;
	}

	.expand_plus {
		position: absolute;
		right: 8px;
		top: 0;
		width: 35px;
		height: 42px;
		padding: 25px 10px 2px;
		cursor: pointer;
		z-index: 100;
	}

	.expand_plus i {
		display: block;
		position: relative;
		width: 12px;
		height: 10px;
		top: -8px;
	}

	.expand_plus.active i {
		background-position: 0px -190px
	}

	.nav-menu .sub-menu .expand_plus {
		height: 34px
	}

	.nav-menu .sub-menu,
	.nav-menu .sub-menu ul {
		width: auto;
		position: relative;
		display: none;
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100)
	}

	.nav-menu .sub-menu li {
		background: none;
		border-bottom: none;
	}

	.nav-menu .sub-menu li:hover>a,
	.nav-menu .sub-menu ul li a {
		border: none
	}

	.nav-menu .sub-menu.active-children {
		display: block
	}

	.nav-menu .sub-menu ul {
		padding-left: 0px;
	}

	.nav-menu .sub-menu ul {
		left: 0;
	}

	.nav-menu .sub-menu ul li,
	.nav-menu .sub-menu ul li:first-child {
		border: none;
	}

	.nav-menu .sub-menu ul:before {
		display: none;
	}

	.nav-menu li a {
		text-align: left;
	}

	.nav-menu .sub-menu li a:hover {
		border: none;
	}

	.nav-menu .sub-menu ul li,
	.nav-menu .sub-menu ul li:first-child {
		background: none;
	}

	.nav-menu .sub-menu li a {
		border: none;
		padding-left: 33px;
		font-size: 16px;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
	}

	.nav-menu .sub-menu ul {
		background: none;
		-webkit-transform: translate(0);
	}

	.expand_plus active {
		top: 100px;
	}

	.expand_plus active i {
		top: 200px;
	}

	.nav-menu .sub-menu ul li a {
		padding-left: 40px;
	}

	.nav-menu .sub-menu li:first-child {
		border-top: none;
	}

	.nav-menu .sub-menu li a:hover {
		color: #076952;
		background: none;
	}

	.cross_button {
		margin-top: 20px;
		display: block;
		text-align: center;
		position: absolute;
		top: -0px;
		right: 20px;
	}

	.cross_button a {
		font-size: 22px;
		color: #242323;
		cursor: pointer;
		border: 1px solid #242323;
		border-radius: 3px;
		padding: 4px;
		display: inline-block;
		text-align: center;
		width: 40px;
		height: 40px;
		line-height: 1.2;
	}

	.menu_expand i {
		height: 3px;
		background: #fff;
		display: block;
		width: 30px;
	}

	.menu_expand i:nth-child(2) {
		margin: 4px 0;
		width: 20px;
	}

	.no_overflow {
		overflow: hidden;
	}

	.menu_section {
		padding-bottom: 14px;
		background: #2c688c;
		padding-top: 14px;
	}

	.nav-menu>li>a {
		background: none;
	}

	.nav-menu>li:hover>a {
		background: none;
	}

	.nav-menu>.menu-item-has-children>a:after {
		display: none
	}

	.nav-menu>li>a {
		border-bottom: none;
	}

	.nav-menu>li:first-child>a {
		background-color: transparent;
	}

	.nav-menu>li:hover>a {
		color: #076952;
	}

	.nav-menu>li:hover>a {
		border-bottom: none;
	}

	.nav-menu>li>a:hover:before {
		display: none
	}

	.nav-menu>li>a:hover:after {
		display: none
	}

	.expand_plus:after {
		margin-right: -2px;
		transform: translate(-50%, -50%) rotate(-135deg);
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 8px;
		height: 8px;
		margin-left: -2px;
		box-sizing: border-box;
		border-top: 2px solid #000;
		border-left: 2px solid #000;
		transform-origin: center;
	}

	.expand_plus.active:after {
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.m_close_icon:before,
	.m_close_icon:after {
		display: block;
		content: "";
		position: absolute;
		width: 30px;
		height: 2px;
		background: #000;
		top: 20px;
		left: 6px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.m_close_icon:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.nav-menu>li:hover>a::before {
		display: none;
	}



	.nav-menu>li:hover>a::before {
		display: none;
	}



/* 
	.nav_menu_outer_sec {
        display: block;
        position: fixed;
        top: 0;
        left: -220px;
        bottom: 0;
        z-index: 100;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0;
        visibility: hidden;
        overflow-y: auto;
        padding: 60px 0 0 0px;
		float: none;
        text-align: center;
        margin-right: 0px;
        background: #ffffff;
        width: 100%;
    }

	.nav_menu_outer_sec.state-active {
        clear: both;
        left: 0;
        opacity: 1;
        visibility: visible;
        min-height: 100vh;
    }
	.nav-menu>.menu-item-has-children>a::before{display: none;}

	.mobile_area{
		display: block;
		text-align: left;
		margin-top: 18px;
		padding: 0 20px;
	}
	.mobile_area .h_top_right_sec a{color: #000; padding-right: 0px; font-size: 15px;}
	.mobile_area .h_top_right_sec {
		row-gap: 15px;
		column-gap: 0px;
		padding: 25px 0;
	} */







.h_top_ri_inner{
	flex-wrap: wrap;
	row-gap: 8px;
	flex-direction: column;
	align-content: flex-end;
}
.h_top_left .h_top_right_sec a {
	padding-right: 0px;
}
.h_top_right_sec{
	display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.h_top_logo {width: 16%;}
.h_menu_bar{width: 84%;}
.h_right_btn{display: none;}
.header_menu_sec {
	padding-right: 0px;
}
.site-menu{margin: -10px;}

.top_header_section {
    padding: 8px 0 6px;
}
.content_top_entry h1 {
	font-size: 40px;
	margin-bottom: 24px;
}
.page-id-11 .content_top_entry {
    max-width: 80%;
}
.site_btn{font-size: 16px;    padding: 15px 25px;}
.video_watch_sec span {  width: 45px;  height: 45px;}
.video_watch_sec span svg{
	width: 25px;
}
.banner_bg_image img {
/* width: 145%; */

}
.banner_outer_ctc{
	top: 63%;
}
.key_highlights_sec_outer {
    padding: 30px 0;
}
.who_we_item_l, .who_we_item_r  { width: 100%;}
.we_row_img_info {
	padding-right: 290px;
}
.bottom_img_who {
	bottom: 0px;
	right: 105px;
}
.about_row_ctc {
    padding-left: 0px;
	padding-top: 40px;
}
.who_row_ctc {
	gap: 20px;
}
.learn_more_btn{border: 0; padding-top: 0;}
.who_we_are_section, .offer_sec_outer, .why_us_sec_outer, .contact_section {
	padding: 80px 0;
}
.offer_sec_container{ max-width: 440px;}
.heading_h4 h4 {
	margin-bottom: 15px;
}
.heading_h2 h2 {
	padding-bottom: 15px;
}
.why_us_sec_outer_box{flex-direction: column-reverse;}
.why_us_sec_inner_box:nth-child(2) {width: 80%;}
.why_us_sec_inner_box:first-child {
	width: 100%;
}
.achievements_sec_outer_box{    flex-wrap: wrap;}
.achievements_sec_inner_box { width: 50%; margin-bottom: 30px;}
.achievements_sec_inner_box:nth-child(3), .achievements_sec_inner_box:nth-child(4){margin-bottom: 0px;}
.events_sec_content .heading_h3 h3 {font-size: 20px;}
.events_sec_content_outer{width: calc(100% - 30px);}
.testimonial_sec_image{ width: 34%;}
.contact_section_inner .heading_h4 h4 {
    margin-bottom: 15px;
}
.contact_section::after, .contact_section::before {
	top: 0;
    transform: none;
}
.contact_section::before {
	bottom: 0;
	top: auto;
}
.social_sec_outer {
	padding: 50px 20px 50px 30px;
}
.social_sec_outer_main::before{
	width: 150px;
    height: 120px;
}
.social_sec_outer_main::after, .social_sec_outer_main::before{
	width: 96px;
    height: 120px;
}
.social_sec_outer .heading_h2 h2 {
	font-size: 34px;
}
.footer_sec{padding-top: 80px;}
.social_sec_outer_main {
	margin-bottom: 70px;
}
.footer_logo_sec{
	text-align: center;
	order: 1;
}
.footer_navigation_sec {
	width: 100%;
	order: 3;
}
.footer_newsletter_sec {
	width: 70%;
	order: 2;
	margin: auto;
    text-align: center;
}
.copyright_ff {
	padding-top: 50px;
	flex-direction: column;
    align-items: center;
}
.marketing_sec_outer{
	flex-direction: column;
    align-items: center;
	order: 3;
	margin-top: 20px;
}
.copyright_content{ order: 2; margin-top: 10px;}
.copyright_ff .copyright_links_sec{order: 1;}

.nav-menu li.contact_menu{display: block;}
.error_section:before{ width: 204px;  height: 233px;}
.error_section:after{ width: 352px;  height: 300px;}
.error_section_outer {  padding: 100px 0;}
.error_section_outer:before{width: 462px;  height: 313px;}

.cash_icons_group{    justify-content: center;}
.page_title_setcion_text.content_top_entry{padding-top: 185px;}
.footer_logo_sec .tag_line.heading_h3 h3{ margin-bottom: 0px;}
.footer_sec_list {
	gap: 43px;
}
.social_cta_content{font-size: 20px;}
.footer_sec_box:nth-child(1) {width: 24%;}
.footer_sec_box:nth-child(3) {width: 42.66%;}

}

@media screen and (max-width:807px) {
	.tribe-events-calendar-list__event-description.tribe-common-a11y-hidden, .tribe-events-calendar-latest-past__event-description.tribe-common-a11y-hidden{display: block !important; visibility: visible !important;}
	.entry-content .tribe-events-calendar-list__event-description ul li, .site-content .tribe-events-single-event-description.tribe-events-content ul li, .tribe-events-calendar-month__calendar-event-tooltip-description ul li, .tribe-events-calendar-latest-past__event-description ul li{font-size: 15px;}

	.registration_button .site_btn, .entry-content .tribe-events-calendar-list__event-description .registration_button .site_btn, .site-content .tribe-events-single-event-description.tribe-events-content .registration_button .site_btn, .tribe-events-calendar-month__calendar-event-tooltip-description .registration_button .site_btn, .tribe-events-calendar-latest-past__event-description .registration_button .site_btn{ padding: 15px 20px; font-size: 16px;}

	.tribe-events .tribe-events-calendar-latest-past__event-row, .tribe-events .tribe-events-calendar-list__event-row{ flex-wrap: wrap;}
	.tribe-events .tribe-events-calendar-latest-past__event-date-tag, .tribe-events .tribe-events-calendar-list__event-date-tag{ width: 100%;}
	.tribe-events .tribe-events-calendar-latest-past__event-wrapper, .tribe-events .tribe-events-calendar-list__event-wrapper{ width: 100%; flex: auto;}
	.tribe-events .tribe-events-calendar-latest-past__event-date-tag-datetime, .tribe-events .tribe-events-calendar-list__event-date-tag-datetime{position: absolute; background: #fff; left: 0px; height: auto; padding: 5px;}
}

@media screen and (max-width:767px) {

    .page-id-11 .content_top_entry {
        max-width: 100%;
    }
    .content_top_entry h1 {
        font-size: 35px;
        margin-bottom: 18px;
    }
	.content_top_entry>p {
        font-size: 16px;
    }
	.m_banner_btn {
        margin-top: 20px;
    }
	.banner_bg_image img {
        /* width: 200%; */
        min-height: 470px;
         
    }
	.h_top_logo {
        width: 25%;
    }
	.h_menu_bar {
        width: 75%;
    }
	.padd_right {
		padding-left: 16px;
	}
	.key_highlights_slider_content p{font-size: 16px;}
	.key__icon_bg, .key__icon_bg img{width: 28px; height: 30px;}
	.key_highlights_slider_content_area{gap: 20px;}
	.banner_scroll_inner ul li{padding: 0 15px;}
	.bottom_img_who{display: none;}
	.we_row_img_info {
        padding-right: 0;
		padding-bottom: 0;
    }
	.offer_sec_slider_prev_arrow, .events_sec_slider_prev_arrow {
		right: 75px !important;
	}
	.top_img_who>img, .bottom_img_who>img, .home_apart_img>img, .offer_item_info, .social_sec_outer, .testimonial_sec_bg_area, .social_sec_outer_main::before{border-radius: 10px;}
	.offer_item_info{ padding: 15px 15px 30px;}
	.offer_sec_benefits_content{flex-direction: column; gap: 20px; margin-top: 20px;	}
	.who_we_are_section, .offer_sec_outer, .why_us_sec_outer, .contact_section {
        padding: 60px 0;
    }
	/* .why_us_sec_outer{padding: 0px 0 60px;} */
	.heading_h2 h2 {
        font-size: 24px;
    }
	.entry-content h2{font-size: 22px;}
	.heading_h1 h1, .entry-content h1{font-size: 32px;}
	.events_sec_container{padding-right: 0;  max-width: 100%; padding-bottom: 12px;  margin-bottom: 70px;}
	.offer_sec_container{ padding-right: 0;  max-width: 100%; padding-bottom: 12px;  margin-bottom: 70px;}
	.offer_sec_slider_arrow{right: -10px; position: relative; top: -35px;}
	.testimonial_sec_content{  margin-bottom: 15px;}

    .testimonial_sec_image {
        width: 27%;
    }
	.fm_input{ padding: 14px 16px; font-size: 16px; border-radius: 5px; }
	.form_field select{padding-right: 30px;}
	.testimonial_sec_content {
        margin-bottom: 25px;
    }
	.contact_section::after, .contact_section::before {
        width: 200px;
    }
	.contact_section::before {
        width: 122px;
        height: 229px;
    }
	.social_sec_outer{ flex-direction: column;  gap: 15px;}
	.social_sec_outer .heading_h2 h2 {
			font-size: 24px;
		}
	.social_sec_outer {
		padding: 35px;
		text-align: center;
	}
	.footer_sec{ padding-top: 60px;}
    .social_sec_outer_main {
        margin-bottom: 50px;
    }
	.footer_sec_list{gap: 50px;}
	.footer_menu_links li{padding-bottom: 8px;}
	.heading_h3 h3 {
        font-size: 20px;
    }
	.footer_links_heading h3{margin-bottom: 10px;}
	.footer_newsletter_sec .footer_links_heading h3{font-size:24px;}
	.testimonial_pagination .swiper-pagination-bullet, .group_image_pagination .swiper-pagination-bullet {width: 10px; height: 10px;}
	.testimonial_pagination.swiper-pagination-bullets.swiper-pagination-horizontal, .group_image_pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: -62px;
	}
	/* .group_image_block {
		width: 50%;
	} */
	.h_top_right{display: none;}
	.h_top_right, .h_top_left {
        width: 100%;
    }
	.h_top_ri_inner {
        justify-content: space-between;
		flex-direction: row;
    }
	.padd_right {
        padding-left: 0;
    }
	.h_top_right_sec{
		row-gap: 0;
	}
	.banner_outer_ctc {
        top: 60%;
    }
	.error_section h1 {
		font-size: 100px;}
	.error_section h3{ font-size: 28px;}
	.error_section p {font-size: 15px;}
	.error_img {max-width: 90%;}
	/* .page_title_setcion {
		padding: 60px 0 10px;
	}
	.entry-content{
		padding: 0px 0 60px;
	} */
	.entry_content_s {
		padding: 60px 0;
	}
	/* .page_title_setcion_outer{
		padding: 60px 0;
	} */
	.gallery_sec_outer{padding-top: 0px;}

	.error_section:before{ width: 122px;  height: 140px;}
	.error_section:after{ width: 246px;  height: 192px;}
	.error_section_outer { padding: 60px 0;}
	.error_section_outer:before{width: 244px;  height: 166px;}
	.footer_sec_box {
		width: 100%;
	}
	.footer_navigation_sec_inner {
        flex-direction: column;
    }
	.page_title_setcion img {height: 325px;}
	.page_title_setcion_text.content_top_entry{padding-top: 160px;}
	.footer_logo{width: 50%;}
	.copyright_ff{ padding-top: 25px;}
	.top_right_btn{margin-bottom: 15px;}
    .social_icons_group {justify-content: center;}
.social_cta_content {font-size: 16px;}
.social_sec_inner {flex-direction: column;gap: 15px;}
.social_list{flex-direction: column;gap: 15px;margin-top: 20px;}
.footer_sec_box:nth-child(1){width: 100%;}
.footer_sec_box:nth-child(3){width: 100%;}
.newsletter_footer_btn{margin-bottom: 20px;}

}

@media screen and (max-width:479px) {
	
	/* .top_header_inner{
		flex-direction: column;
		gap: 10px;
	} */
	.h_top_right, .h_top_left {
		width: 100%;}
	.content_top_entry h1 {
		font-size: 28px;}
	.content_top_entry>p{line-height: 1.4;}
	.banner_bg_image img {
		/* width: 300%; */
	}
	.padd_right {
        padding-left: 0;
    }
	.h_top_ri_inner{justify-content: space-between;}
	.h_top_right_sec{row-gap: 8px; column-gap: 0px;}
	.h_top_left .h_top_right_sec{row-gap: 0px; column-gap: 0px;}
	.h_top_logo {
        width: 35%;
    }
	.h_menu_bar {
        width: 65%;
    }
	.h_top_right_sec a{font-size: 13px;}
	.m_banner_btn {
        margin-top: 26px;
    }
	/* .banner_outer_ctc {
        top: 63%;
    } */
	.who_we_are_section:after {
        width: 363px;
        height: 388px;
    }
	.offer_sec_slider_arrow_btn span, .events_sec_slider_arrow_btn span {
        width: 32px;
        height: 32px;
		padding: 7px;
    }
	.offer_sec_slider_arrow_btn {width: 54px !important;}
	.offer_sec_slider_prev_arrow, .events_sec_slider_prev_arrow {
        right: 50px !important;
    }
	/* .offer_sec_container {
        max-width: 216px;
    } */
	.heading_h4 h4 {
        margin-bottom: 8px;
    }
	.achievements_sec_inner_content h3 {
        font-size: 16px;
    }
	.achievements_sec_outer_box{margin: 0 -10px;}
	.achievements_sec_inner_box{ padding: 0 10px;}
	/* .achievements_sec_inner_bg{width: 95px; height: 95px;} */
	.achievements_sec_inner_content h4 {
        font-size: 25px;
    }
	.testimonial_sec_image {
        width: 40%;
    }
	.testimonial_sec_outer {
        padding: 40px 0 118px;
    }
	.page-id-148 .testimonial_sec_outer { padding: 40px 0 70px;}
	.contact_section::after, .contact_section::before {
        width: 130px;
    }
	.contact_section_inner .heading_h4 h4 {
        margin-bottom: 8px;
    }
	.contact_section_inner .heading_h2 h2 {
		padding-bottom: 20px;
	}
	.form_field {width: 100%; margin-bottom: 15px;}
	.testimonial_sec_content {
        margin-bottom: 15px;
    }
	.social_sec_outer .heading_h2 h2 {
        font-size: 20px;
        text-align: center;
    }
	.social_sec_outer {
        padding: 30px;
    }
	.footer_newsletter_sec {
        width: 100%;}
	.footer_sec_box {
		width: 100%;
	}
	.footer_navigation_sec_inner{flex-direction: column;}
	.footer_sec_list {
        gap: 30px;
    }
	.copyright_ff {
        padding-top: 15px;
    }
	.why_us_sec_inner_box:nth-child(2) {
        width: 100%;
    }
	.gallery_sec_outer{padding-top: 8px;}


	.error_section:before{ width: 90px;  height: 98px;}
	.error_section:after{ width: 176px;  height: 154px;}
	.error_section_outer:before{width: 163px;  height: 110px;}

	.sticky_header_inner .main_logo {
		max-width: 80px;
	}
	.page_title_setcion img {height: 280px;}

	.tribe-events .tribe-events-l-container{
		padding:60px 0;
	}
	.copyright_content, .copyright_links_sec{font-size: 14px;}
	.marketing_sec_outer img {
		width: 130px;
	}
}