/*
Theme Name: Australian Vietnamese Aged Care Services
Theme URI: https://www.avacs.org.au
Author: One Eleven Media
Author URI: https://www.oneelevenmedia.com
Description: A custom design theme by One Eleven Media for Australian Vietnamese Aged Care Services.
Version: 1.0*
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */

/**
    font-family: 'Conv_SFUIText-Bold', sans-serif;
    font-family: 'Conv_SFUIText-Light', sans-serif;
    font-family: 'Conv_SFUIText-Regular', sans-serif;
**/

@font-face {
	font-family: 'Conv_SFUIText-Bold';
	src: url('assets/fonts/SFUIText-Bold.eot');
	src: local('☺'), url('assets/fonts/SFUIText-Bold.woff') format('woff'), url('assets/fonts/SFUIText-Bold.ttf') format('truetype'), url('assets/fonts/SFUIText-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_SFUIText-Light';
	src: url('assets/fonts/SFUIText-Light.eot');
	src: local('☺'), url('assets/fonts/SFUIText-Light.woff') format('woff'), url('assets/fonts/SFUIText-Light.ttf') format('truetype'), url('assets/fonts/SFUIText-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_SFUIText-Regular';
	src: url('assets/fonts/SFUIText-Regular.eot');
	src: local('☺'), url('assets/fonts/SFUIText-Regular.woff') format('woff'), url('assets/fonts/SFUIText-Regular.ttf') format('truetype'), url('assets/fonts/SFUIText-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0 auto;
	padding: 0;
	outline: none !important;
  font-weight: 400;
	font-family: 'Conv_SFUIText-Regular', sans-serif;
}

img {
	border: none;
	max-width: 100%;
	height:auto;
}
.alignleft {
	float: left;
	margin-right: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
ul {
	/*list-style-position: inside;*/
}
ol {
	/*list-style-position: inside;*/
}
i {
	font-style: italic;
}
b, strong {
	font-weight: bold;
}
u {
	text-decoration: underline;
}
a {
	text-decoration: none;
	color: #9b2727;
    
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
}
table {
	font: 12px 'Conv_SFUIText-Regular', sans-serif;
	color: #595656;
	border-collapse: collapse;
}
table, td, th {
	border: 1px solid #595656;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Conv_SFUIText-Bold', sans-serif;
}
p {
	font-family: 'Conv_SFUIText-Regular', sans-serif;
}

figure{margin:0;}
/**=============================== ===========================
                         SITE CSS HERE
================================== ===========================**/


.header {
	position: fixed;
	background: #fff;
	z-index: 999;
	width: 100%;
	padding: 10px 0;
	top: 0;
}
.header .logo img{
	max-height: 120px;
}
.r_hdrt {
	border-bottom: 1px solid #DBDBDB;
	margin-bottom: 16px;
	padding-bottom: 16px;
	display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
	-ms-flex-align: center !important;
align-items: center !important;
}
.hdr_ph {
	margin-left: 0;
}
.hdr_email {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #D6D4D4;
}
.hdr_add {
	margin-right: 0;
	margin-left: 0;
}
.hdr_add p {
	margin: 0 0 0;
	padding: 0 0 0 15px;
	position: relative;
	font-size: 16px;
	color: #9B2727;
}
.r_hdrt a {
	font-size: 16px;
	color: #9B2727;
	position: relative;
	position: relative;
	padding-left: 25px;
	text-decoration: none;
}
.r_hdrt a .hdr_icon {
	position: absolute;
	left: 0;
	top: -4px;
}
.r_hdrt p .hdr_icon {
	position: absolute;
	left: 0;
	top: -2px;
}
.r_hdrt a:hover{
	color: #000;
}
.hdr_menu .slimmenu{
	margin: 0;
}
.hdr_menu ul.slimmenu li a {
	display: block;
	padding: 0;
	font-family: 'Conv_SFUIText-Regular', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #292929;
	text-decoration: none;
	font-weight: normal;
	position: relative;
	text-align: left;
}
.hdr_menu ul.slimmenu li a:before{
	width: 10px;
	height: 10px;
	content: "";
	position: absolute;
	opacity: 0;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 50%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4575e+0,8a0509+100 */
background: rgb(244,87,94); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(244,87,94,1) 0%, rgba(138,5,9,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(244,87,94,1) 0%,rgba(138,5,9,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(244,87,94,1) 0%,rgba(138,5,9,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4575e', endColorstr='#8a0509',GradientType=0 ); /* IE6-9 */
	
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;

}

.hdr_menu ul.slimmenu li {
	padding: 0 12px 5px;
	margin: 0;
}

.hdr_menu ul.slimmenu li a:hover, 
.hdr_menu ul.slimmenu li.active a, 
.hdr_menu ul.slimmenu li.current-menu-item a {
    color: #C4020B;
}

.hdr_menu ul.slimmenu li a:hover:before, 
.hdr_menu ul.slimmenu li.active a:before, 
.hdr_menu ul.slimmenu li.current-menu-item a:before {
    opacity: 1;
}

.hdr_menu ul.slimmenu li > ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	display: none;
	/* width: 100%; */
	padding-left: 0;
	background: #9B2727;
	padding: 10px 0;
	min-width: 250px;
}

.hdr_menu ul.slimmenu li > ul > li a,.hdr_menu ul.slimmenu li.current-menu-item > ul > li a {
	padding-bottom: 5px;
	margin-bottom: 5px;
	display: block;
	border-bottom: 1px solid #841717;
	color: #fff;
	font-size: 12px;
}
.hdr_menu ul.slimmenu li > ul > li:last-child a{
	padding: 0;
	margin: 0;
	border: none;
}

.hdr_menu ul.slimmenu li > ul > li a:before{
	display: none;
}

.hdr_menu ul.slimmenu li > ul > li a:hover,.hdr_menu ul.slimmenu li > ul > li.current-menu-item a{
	color: #370000;
}

.sticky {
	top: 0px;
	padding: 15px 0;
	position: fixed;
	width: 100%;
	height: auto;
	-webkit-animation-name: animationFade;
	-o-animation-name: animationFade;
	animation-name: animationFade;
	-webkit-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	flex-direction:row;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.2);
-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.2);
box-shadow: 0 8px 6px -6px rgba(0,0,0,.2);
}
@-webkit-keyframes animationFade {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-160px);
		transform: translateY(-160px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes animationFade {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-160px);
		-ms-transform: translateY(-120px);
		transform: translateY(-160px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.header.sticky .logo img {
	max-height: 90px;
}
.header.sticky .r_hdrt {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/*.header.sticky .hdr_menu ul.slimmenu li > ul {*/
/*	top: 49px;*/
/*}*/

.sec_one {
	margin-top: 135px;
}

.banner_sec{
	position: relative;
}

.banner_sec:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.4);
	z-index: 9;
}
.banner_con {
	position: absolute;
	z-index: 99;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.banner_con h2{
	font-size: 60px;
	font-family: 'Conv_SFUIText-Bold', sans-serif;
	color: #fff;
	margin: 0;
}
.banner_con h3{
	font-family: 'Conv_SFUIText-Regular', sans-serif;
	font-size: 51px;
	color: #fff;
	margin: 0;
}
.sec_one .owl-dots {
	 counter-reset: slides-num;
	position: absolute;
	top: 50% !important;
	transform: translateY(-50%) !important;
	right: 30px;
	margin: 0 !important;
}
.sec_one .owl-dot {
	position: relative;
	display: block !important;
	margin: 0 auto;
	counter-increment: slides-num;
	width: 40px;
	height: 40px;
	line-height: 40px !important;
	text-align: center;
	border-radius: 50%;
	color: #636363;
}
.sec_one .owl-dot.active:before {
	 content: "0" counter(slides-num);
  /* Use the same counter to get current item. */
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
	right: 0;
margin: auto;
	color: #636363;
}
.sec_one .owl-theme .owl-dots .owl-dot.active span {
	display: none;
	background: #A3A3A3;
	margin: 5px 7px;
} 
.sec_one .owl-dot.active{
	background: #000;
	color: #fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4575e+0,8a0509+100 */
background: rgb(244,87,94); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(244,87,94,1) 0%, rgba(138,5,9,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(244,87,94,1) 0%,rgba(138,5,9,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(244,87,94,1) 0%,rgba(138,5,9,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4575e', endColorstr='#8a0509',GradientType=0 ); /* IE6-9 */
}
.sec_one .owl-dot.active:before {
  color: #fff;
}
.sec_one .owl-theme .owl-dots .owl-dot span {
	margin: 5px auto;
	background: #D6D6D6;
}
.sec_two {
	padding: 80px 0 135px;
}
.sec_two_pnl ul{
	display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
	-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.sec_two_pnl ul li {
	width: 175px;
	margin: 0;
	list-style: none;
	position: relative;
}
.sec_two_pnl ul li a{display: inline-block;}
.icon_bx {
	width: 170px;
	min-height: 170px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #ECECEC;
	padding: 25px 28%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 100%;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.sec_two_pnl h3 {
	font-size: 17px;
	color: #282828;
	text-align: center;
	margin: 15px 0 0;
}
.sec_two_pnl h3 a{
	color: #282828;
	text-decoration: none;
	font-family: 'Conv_SFUIText-Regular', sans-serif;
}

.sec_two_pnl li:hover .icon_bx {
	background: #fff;
	box-shadow: 0 14px 56px -13px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 14px 56px -13px rgba(0,0,0,0.3);
}
.sec_two_pnl li:hover h3 a{
	color: #9b2727;
}
.sec_two_pnl ul li:not(:last-child)::before {
	width: 47px;
	height: 18px;
	background: url(assets/images/arrow_set.png) no-repeat top center;
	position: absolute;
	content: "";
	right: -92px;
	top: 39%;
	transform: translateY(-50%);
}
.sec_three{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edcd87+0,edcd87+33,f5e4bf+60,fdf9f0+87,ffffff+100 */
background: rgb(237,205,135); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(237,205,135,1) 0%, rgba(237,205,135,1) 33%, rgba(245,228,191,1) 60%, rgba(253,249,240,1) 87%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(237,205,135,1) 0%,rgba(237,205,135,1) 33%,rgba(245,228,191,1) 60%,rgba(253,249,240,1) 87%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(237,205,135,1) 0%,rgba(237,205,135,1) 33%,rgba(245,228,191,1) 60%,rgba(253,249,240,1) 87%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edcd87', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.sec_f1_con {
	position: relative;
}

.sec_f1_bx {
	width: 70%;
	margin: 0;
	padding: 75px 216px 75px 80px;
	position: relative;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5e7e5d+11,385a40+100 */
background: rgb(94,126,93); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(94,126,93,1) 11%, rgba(56,90,64,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(94,126,93,1) 11%,rgba(56,90,64,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(94,126,93,1) 11%,rgba(56,90,64,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e7e5d', endColorstr='#385a40',GradientType=1 ); /* IE6-9 */

}
.bg_logo {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 0px 0 120px;
	top: 50%;
	width: 50%;
	transform: translateY(-50%);
}
.sec_f1_con .attachment-post-thumbnail {
	position: absolute;
	top: -41px;
	width: 47%;
	right: 0;
}

.sec_f1_bx h1 {
	font-size: 50px;
	color: #fff;
	margin: 0 0 25px;
	position: relative;
	z-index: 9;
}

.sec_f1_bx p{
	color: #D3D4D3;
	margin: 0 0 25px;
	position: relative;
	z-index: 9;
	font-size:17px;
}

.r_btn{
	font-size: 17px;
	color: #EECE87;
	text-decoration: underline;
	position: relative;
	transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
	position: relative;
	z-index: 9;
}

.r_btn i {
	position: absolute;
	right: -17px;
	top: 2px;
	transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
}

.r_btn:hover{
	color: #2D4F37;
}
.sec_f2 {
	padding: 50px 0 70px;
}
.sec_f2 .heading_div {
	padding: 15px 0 65px;
	text-align: center;
}
.sec_f2 .heading_div h2 {
	margin: 0;
	display: inline-block;
	padding: 0 35px;
	font-size: 50px;
	position: relative;
}
.sec_f2 .heading_div h2::before {
	width: 94px;
	height: 1px;
	background: #A7A7A7;
	content: "";
	position: absolute;
	left: -84px;
	top: 50%;
	transform: translateY(-50%);
}
.sec_f2 .heading_div h2::after {
	width: 94px;
	height: 1px;
	background: #A7A7A7;
	content: "";
	position: absolute;
	right: -84px;
	top: 50%;
	transform: translateY(-50%);
}
.open_day_bx {
	padding: 8px;
	background: #fff;
}
.open_day {
    display: flex;
}
.open_day_bx p {
	text-align: center;
	margin: 17px 0 10px;
	font-size: 16px;
	color: #636363;
}
.sec_f3_con {
	background: #2F5139;
	padding: 33px 45px;
}
.sec_four_left, .sec_four_right {
	margin: 0;
}
.sec_four_left {
	max-width: 350px;
}

.sec_four_right h2 {
	font-size: 41px;
	margin: 0;
	color: #fff;
}
.sec_f3_right.text-center {
	position: relative;
}
.sec_f3_right.text-center h2 {
	font-size: 50px;
	color: #fff;
	z-index: 99;
	position: relative;
}
.sec_four {
	margin: 70px 0 0;
}
.sec_four_bx {
	padding: 10px;
	background: #EEEEEE;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.sec_four_bx img{max-height:600px; object-fit: cover;}
.time_date{
	margin: 30px 0;
}
.time_date li {
	list-style: none;
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 6px;
}
.time_date li:last-child{
	margin-bottom: 0;
}
.time_date li i {
	position: absolute;
	left: 0;
	top: 4px;
}
.time_date li p{
	font-size: 16px;
	color: #282828;
	margin: 0;
	transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
}
.sec_mar{display: flex;}
.activities_link_box{align-self: self-end}
.sec_four_bx h2 {
	font-size: 23px;
	color: #282828;
	margin: 0 0 10px;
	transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
}
.sec_four_bx h2 a{color: #282828;}
.sec_four_bx h2 a:hover{color:#9B2727; text-decoration: none;}
.sec_four_bx p{
	font-size: 16px;
	color: #636363;
	margin: 10px 0 15px;
	transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
}

.sec_four_bx .r_btn {
	font-size: 16px;
	display: inline-block;
	color: #282828;
	margin: 0 0 20px;
	transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
}

.sec_four_bx .r_btn i{
	color: #A3A3A3;
	top: 5px;
right: -23px;
	transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
}
.sec_four_bx:hover{
	background: #E3AF23;
}

.sec_four_bx a.r_btn:hover,
.sec_four_bx a.r_btn:hover i{
	color: #000;
} 

.sec_four_bx:hover .time_date li p, 
.sec_four_bx:hover p,
.sec_four_bx:hover h2,
.sec_four_bx:hover .time_date li i,
.sec_four_bx:hover .r_btn,
.sec_four_bx:hover .r_btn i{
	color: #fff;
}
.sec_four_bx_right {
	background: #C3010B;
	background-size: 2%;
	position: relative;
	padding: 13% 20px;
}
.sec_four_bx_right::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: url(assets/images/shape_1.png) repeat top center;
	content: "";
	background-size: 2%;
	filter: invert(100%);
	-webkit-filter: invert(100%);
	z-index: 1;
}
.sec_four_bx_right a {
	position: relative;
	z-index: 99;
	font-size: 46px;
	color: #fff;
	font-family: 'Conv_SFUIText-Bold', sans-serif;
	line-height: 38px;
	text-decoration: none;
		transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
}
.sec_four_bx_right span{
	font-size: 23px;
	font-family: 'Conv_SFUIText-Bold', sans-serif;
	color: #fff;
		transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
}
.sec_four_bx_right hr {
	margin: 17px 0 0;
	background: #fff;
	width: 60%;
		transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
}

.sec_four_bx_right span i{
	font-size: 20px;
		transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
}

.sec_four_bx_right a:hover ,
.sec_four_bx_right a:hover span{
	color: #6C080D;
}
.sec_four_bx_right a:hover hr{
	background: #6C080D;
}

.sec_five {
	padding: 50px 0 0;
}
.sec_five .heading_div {
	padding: 15px 0 65px;
	text-align: center;
}
.sec_five .heading_div h2 {
	margin: 0;
	display: inline-block;
	padding: 0 35px;
	font-size: 50px;
	position: relative;
}
.sec_five .heading_div h2::before {
	width: 94px;
	height: 1px;
	background: #A7A7A7;
	content: "";
	position: absolute;
	left: -84px;
	top: 50%;
	transform: translateY(-50%);
}
.sec_five .heading_div h2::after {
	width: 94px;
	height: 1px;
	background: #A7A7A7;
	content: "";
	position: absolute;
	right: -84px;
	top: 50%;
	transform: translateY(-50%);
}

.sec_five_counds {
	width: 100%;
}

.sec_five_counds ul{
	width: 100%;
	float: left;
}

.sec_five_counds ul li {
	width: 48.5%;
	float: left;
	list-style: none;
	position: relative;
}
.sec_five_counds ul li img{width:100%;}
.sec_five_counds ul li:first-child{
	float: left;
}
.sec_five_counds ul li:nth-child(2){
	float: right;
}
.sec_five_counds ul li:nth-child(3) {
	width: 22.5%;
	margin: 29px 3% 0;
}
.sec_five_counds ul li:nth-child(4) {
	width: 22.5%;
	margin: 29px 0 0;
}
.glass_bx {
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	text-align: center;
	opacity: 0;
	transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
}

.glass_bx i {
	font-size: 18px;
	/* line-height: 100%; */
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.sec_five_counds ul li a:hover .glass_bx {
	opacity: 1;
}

.sec_five_btn.text-center {
	margin: 25px 0 0;
}
.sec_five_btn.text-center a.r_btn {
	color: #282828;
	font-size: 17px;
	text-decoration: none;
}
.sec_five_btn.text-center a.r_btn:hover{
	color: #9B2727;
}
.footer {
	margin: 50px 0 0;
}
.ft_top {
	
	padding: 60px 0;
}
.ft_top_heading.text-center{
	margin: 0;
}
.ft_top_heading.text-center h2{
	font-size: 35px;
	color: #fff;
	margin: 0;
}
.ft_top_contact{
	margin: 60px 0 0;
}
.ft_top_contact ul{
	display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
	-ms-flex-pack: distribute !important;
justify-content: space-around !important;
	margin: 0;
}
.ft_top_contact ul li {
	margin: 0;
	list-style: none;
	max-width: 211px;
	text-align: center;
}
.ft_top_contact_icon {
	width: 100px;
	height: 100px;
	border: 1px solid #5F625D;
	margin: 0 auto 25px;
}
.ft_top_contact_icon i {
	font-size: 31px;
	line-height: 92px;
	color: #EDCD87;
}
.ft_top_contact_bx.text-center p{
	font-size: 16px;
	color: #fff;
}
.ft_top_contact_bx.text-center p a{
	color: #fff;
	text-decoration: none;
}
.ft_top_contact ul li:hover a{
	color: #EDCD87;
}

.ft_btn {
	background: #131313;
	padding: 30px 0;
}
.ft_btn_menu.text-center{
	margin: 0 0 15px;
}
.ft_btn_menu.text-center ul{
	display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
	margin: 0;
	-ms-flex-pack: center !important;
justify-content: center !important;
}

.ft_btn_menu.text-center ul li {
	list-style: none;
	margin: 0 15px;
}

.ft_btn_menu.text-center ul li a{
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

.ft_btn_menu.text-center ul li a:hover{
	color: #EDCD87;
}

.ft_btn_copyright ul {
	display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
	margin: 0;
}

.ft_btn_copyright ul li {
	list-style: none;
	margin-right: 0;
	font-size: 16px;
	color: #fff;
}
.ft_btn_copyright ul li:last-child {
	margin-left: 25px;
	margin-right: auto;
}
.ft_btn_copyright ul li a{
	color: #fff;
	text-decoration: none;
}
.ft_btn_copyright ul li a:hover{
	color: #D1000A;
}

/************inner Pages*********/
.inner_banner{position: relative;    }
.inner_banner:after{
	content: '';
	position: absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background: rgba(0,0,0,0.5);
}
.inner_banner figure img{width:100%;}
.banner_text{position: absolute;
	left:0;
	right:0;
	/*top: 50%; */
    z-index: 9;
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    text-align: center;
    bottom: 10%;
}
.banner_text h1{color:#fff; font-size: 60px;}
.slug_links{border-bottom:1px solid  #E9E9E9}
.breadcrumb {margin:0; word-spacing: 8px; padding: 15px 15px; background: none; border-radius: 0; color:#A4A4A4; text-transform: uppercase; font-size: 13px;}
.breadcrumb a{color:#A4A4A4;}
.breadcrumb > span{margin: 0; }
.breadcrumb_last{color: #292929; font-family: 'Conv_SFUIText-Bold', sans-serif;    word-spacing: initial;}

.inner_sec{padding: 50px 0 0;}
.pdf_listing{padding-bottom: 10px; border-bottom: 1px solid #E5E5E5; text-align: center;}
.blog_listing{padding: 15px 0; text-align: center;}
.blog_listing a,.pdf_listing a{text-decoration: none !important}
.listing_box {
    background: #fff;
    border: 1px solid #E5E5E5;
    padding: 8px 10px;
    -webkit-box-shadow: 0px 5px 15px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 15px rgba(0,0,0,0.15);
    margin-bottom: 16px;
}
.listing_box h5{font-size: 16px !important; color:#9B2727 !important;font-family: 'Conv_SFUIText-Regular', sans-serif; margin: 0;}
.listing_box p{color:#636363; font-size: 16px; margin:0;}
.blog_listing h4{font-size: 18px !important; color: #2B844A !important; padding-bottom: 10px;}
.blog_listing h4:after{display:none !important;}
.inner_sec{}
.inner_sec h2{
	display: inline-block;
	color:#282828;
	font-size: 34px;

}
/*.inner_sec h2:after,*/.inner_sec h3:after/*,.inner_sec h4:after*/{
	content: '';
	height: 1px;
	width:60px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	background: #A7A7A7;
}
.inner_sec h3{
	display: inline-block;
	color:#282828;
	font-size: 26px;
	padding-bottom: 10px;

}
.inner_sec h4{
	display: inline-block;
	color:#282828;
	font-size: 24px;
	padding-bottom: 10px;

}
.inner_sec h5{
	color:#282828;
	font-size: 22px;
	padding-bottom: 10px;

}
.inner_sec p{color:#636363; font-size: 17px;}
.inner_sec ul,.inner_sec ol{padding: 10px 0; padding-left: 25px;    margin: 0;
}
.inner_sec ul li,.inner_sec ol li{color:#636363; font-size: 17px; margin-bottom: 10px}
.inner_sec ul li a,.inner_sec ol li a{color:#636363;}
.inner_sec p a{color: #edcd87 }
.inner_sec p a:hover{color: #9b2727 }
.wp-block-column {
    background: #e2af3a;
    text-align: center;
    padding: 14px 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}
.wp-block-column p{color:#fff !important;}
.wp-block-column a{color:#a2292b !important;}
.wp-block-column a:hover{color:#2B844A !important}
.top_content_box {
    margin-bottom: 50px;
}
.content-area{
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}
.content-area:after{
	content: '';
	position: absolute;
	z-index: -1;
	left:0;
	top:0;
	bottom:0;
	width:85%;
	background: rgb(94,126,93);
    background: -moz-linear-gradient(left, rgba(94,126,93,1) 11%, rgba(56,90,64,1) 100%);
    background: -webkit-linear-gradient(left, rgba(94,126,93,1) 11%,rgba(56,90,64,1) 100%);
    background: linear-gradient(to right, rgba(94,126,93,1) 11%,rgba(56,90,64,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e7e5d', endColorstr='#385a40',GradientType=1 );
}
.content_text{padding: 70px 0 70px 50px}
.content_text h3,.content_text h2,.content_text h4,.content_text h5,.content_text h6{color:#fff;}
.content_text p{color:#D3D4D3; font-size:17px;}
.content_text p strong{color:#fff;}
.content_text ul li,.content_text ul li a,.content_text ol li,.content_text ol li a{color:#D3D4D3}
.content_image img{-webkit-transform: translateY(-20px);transform: translateY(-20px);}
.content_image{padding:  0 30px}
.full_content .content_text{padding: 70px 50px}
.full_content:after{width:100%;}

.body_content{margin-bottom: 40px;}
.body_content_box:not(:last-child){margin-bottom:20px;}


.gallery_list {list-style: none;
    column-count: 3;
    column-gap: 10px;}
.gallery_list li{
        margin: 0 0 10px;
        position: relative;
    }
 .gallery_list li:hover .glass_bx{opacity: 1;}
.gallery_list li img{width:100%;}

.wp-block-button {
    color: #fff;
    margin: 10px 0;
    display: inline-block;
}
.wp-block-button__link {
    background-color:#e2af3a !important;
    border-radius: 0;
    font-size: 15px;
    padding: 10px 15px;
    -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}
.wp-block-button__link:hover,.view_payment:hover {
    background-color: #131313 !important;
    color: #fff;}
.map_box iframe{width: 100% !important;
    border: none !important;}
.contact-form .form-control{height:40px; color:#636363; font-size: 14px; border-radius: 0; box-shadow: none !important; }
.contact-form label{color:#292929; font-size: 14px;}
.contact-form textarea{height: 140px !important}
.wpcf7-submit{
	padding: 10px 30px;
    border: none;
    background: #9b2727 !important;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}
.wpcf7-submit:hover{
    background: #e6b121 !important;}
.download_btn .wp-block-button__link:before{
    content:'\f019';
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
    font-family: "Font Awesome 5 Free";
    font-weight:600;
}
.fees_option_panel{margin-bottom:40px;}
.fees_option_panel .plus {
    display: block;
    width: 200px;
    margin: 40px auto 0;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    text-transform:uppercase;
}
.fees_option_panel .plus:before,.fees_option_panel .plus:after{
    content:'';
    display:inline-block;
    width:40px;
    height:1px;
    vertical-align: middle;
    background: #A7A7A7;
    margin: 0 10px;
}
.fees_option_panel:last-child .plus{display:none;}
.fees_option_box_right{}
.fees_option_box_right ul.fees_option_text_list{list-style:none; padding:0;    margin: 0;}
.fees_option_box_right ul.fees_option_text_list li{margin:0; padding:10px 0; border-bottom:1px solid #ece7e7;}
.fees_option_box_right ul.fees_option_text_list li:last-child{border:none;}
.fees_option_box_right ul.fees_option_text_list li:first-child{padding-top:0;}
.fees_option_box_right ul.fees_option_text_list li ul li{border:none !important; ; padding:5px 0;}
.fees_option_box_right ul.fees_option_text_list li ul{list-style:disc;}
.fees_option_box_right ul.fees_option_text_list li h5{
    color: #426348;
    padding: 0 0 5px;
    margin: 0;
    font-size: 18px;
}
.fees_option_box_right ul li p{
    margin: 0 0 5px;
}
.fees_option_box_inner{
    background:rgba(237,205,135,0.18);
    padding:15px 15px;
    text-align:center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
}
.fees_icon{
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #416347;
    border-radius: 50%;
    margin-bottom: 10px;
    display: inline-block;
}
.fees_icon img{height:32px;}
.fees_option_box_inner p{
    margin: 0;
    color: #426348;
    font-size: 20px;
    width: 100%;
    line-height: 1.3;
}
.fees_option_box_inner p strong{ font-family: 'Conv_SFUIText-Bold', sans-serif;
}
.fees_option_box_left{display:flex;}
.view_payment {
    background: #416347;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff !important;
    margin: 10px auto;
    border-radius: 3px;
}
.view_payment{}

.accomodation_fees{}
.accomodation_fees ul{display: flex; flex-wrap: wrap; justify-content: space-around; list-style: none;    padding-left: 0;}
.accomodation_fees ul li{width:100%;display: flex; }
.accomodation_fees ul li .accomodation_box{
	background: #416347;
	padding: 25px 20px;
	text-align: center;
	width: 100%;
}
.accomodation_box h4{font-size: 24px; text-decoration: underline; color:#EECE87;}
.accomodation_box h4:after{display: none;}
.accomodation_box p,.accomodation_box h6, .accomodation_box h5{color:#fff;}
.accomodation_fees ul .or{display:block; width:200px; margin:0 auto 10px; text-transform:uppercase; font-size:30px; font-weight:700; text-align:center;}
.accomodation_fees ul .or:before,.accomodation_fees ul .or:after{
    content:'';
    display:inline-block;
    width:40px;
    height:1px;
    vertical-align: middle;
    background: #A7A7A7;
    margin: 0 10px;
}
.accomodation_fees ul .or:last-child{display:none;}
.top_ac_text{padding-bottom:10px; margin-bottom: 10px; border-bottom: 1px solid #ece7e7}

/*--------------------------blog---------------------------*/


.blog_page_wrapper, .error_wrapper, .product_wrapper { width: 100%;   background-size: cover; padding: 50px 0 0; }
.blog_content article { width:100%; float:left; margin-bottom:45px; padding: 15px; -webkit-box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.75);
box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.75);
-webkit-transition: all 0.3s;transition: all 0.3s;
}
.blog_item:hover article{background:rgb(237,205,135)}
.blog-thumb, .single-thumb {  box-sizing:border-box;}
.single-thumb{width:40%; float:left;}
.single_entry_content{float: left; padding-left: 15px; width:60%; margin: 0 !important}
.blog-thumb img,.single-thumb img{width:100%;}
.blog-thumb img, .single-thumb img { border:1px solid #e3e3e3; max-width:100%; height:inherit;}
.entry-content h1, .comments-area h2, .page-header-new h1, .entry-content h2 { font-size:24px; line-height:24px; font-weight:600; color: #1e1e1e; text-align:left; padding:0px 0 10px 0; font-weight: bold;}
.entry-content {margin-top: 20px;}
.blog_page_wrapper .read-more, .reply, .form-submit input { 
    padding: 0 20px;
    height: 40px;
    background: #9B2727 !important;
    border-radius: 3px;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 15px;
    border: 2px solid  #9B2727;}
.blog_page_wrapper .read-more a, .reply a, .form-submit input { color:#fff;  line-height:40px; text-transform:uppercase; font-weight:600; display:block;}
.blog_page_wrapper .read-more:hover, .reply:hover, .form-submit input:hover { background:none !important; color:#131313;}
.entry-footer { float:left; width:100%; border-top:1px solid  #131313; padding:10px 0 0 0; margin-top:20px;}
.entry-footer a { color: #704500; font-weight:600;}
.entry-author { float:left;}
.pagination { display:none;}
.entry-date { float:right;}
.blog_page_wrapper p, .blog_page_wrapper a, .entry-footer span{ font-size: 13px; line-height: 20px; color: #131313;}
.blog_page_wrapper a.btn1 i{font-size: 11px}
.blog_page_wrapper a:hover,.inner_blog_form ul li a:hover, .tagcloud a:hover{color:#9B2727;}
.blog_page_wrapper p {  margin-bottom: 10px; }
.inner_blog_form { float: left; width:100%; box-sizing:border-box; padding:0px 15px;}
.inner_blog_form input { width:70%; float:left; background:transparent; padding:8px 5px; box-sizing:border-box; border:1px solid #131313; font-size:14px; color:#131313; font-weight:400;}
.inner_blog_form .search-submit { width:30%; float:left; position:relative; right:-1px;  background:#00366A; text-align:center; border:none; color:#fff; text-transform:uppercase; padding:9px 0;}
.inner_blog_form .search-submit:hover { text-decoration:underline;}
.inner_blog_form section {  }
.search-form label{background: #fff none repeat scroll 0 0; margin-top:10px; border-radius:3px;}
.inner_blog_form h2 { color:#131313; font-size:20px; padding-bottom:10px; text-transform:uppercase; font-weight: 600; border-bottom: 2px solid #131313;}
.inner_blog_form ul { margin: 15px 0; }
.inner_blog_form ul li { position:relative; padding-left:15px; color:#fff; padding-bottom:5px;}
.inner_blog_form ul li a, .tagcloud a { color:#131313; font-size: 14px;}
.inner_blog_form ul li:hover a, .tagcloud a:hover { padding-left:5px; }
.inner_blog_form ul li:before{ content: "\f101"; color:#9B2727; font-size:15px; font-family: 'FontAwesome'; position:absolute; left:0;}
.comments-area, .post-navigation { float:left; width:100%;}
.comment-author, .comment-metadata { margin-bottom:10px;}
.comment-form label { width:100%; padding:5px 0; }
.required { color:red;}
.comment-form input, .comment-form textarea { width:100%; border:1px solid #131313; resize:none; padding:5px; font-size:14px; line-height:18px;}
.navigation h2 { display:none;}
.nav-links { width:100%;}
.nav-previous { float:left; position:relative; padding-left:15px; }
.nav-previous a { font-weight:bold; font-size:14px;  color: #000;}
.nav-previous a :before{ content: "\f100";  color: #000; font-size:15px; font-family: 'FontAwesome'; position:absolute; left:0; }
.nav-next { float:right; position:relative; padding-right:15px;}
.nav-next a { font-weight:bold; font-size:14px; color:#000;}
.nav-next a :before{ content: "\f101"; color:#000; font-size:15px; font-family: 'FontAwesome'; position:absolute; right:0; }
.nav-next a:hover, .nav-previous a:hover { text-decoration:underline;}
.page-header-new { border-bottom:2px solid #131313; margin-bottom:15px;}
.blog_page_wrapper .wp-pagenavi { padding-right: 0px !important;}
.recentcomments { color: #704500 !important;}
h1.page-title { color:#131313; }
.screen-reader-text{display: none;}
.search-form label{float:left; width:69%;margin: 0}
.search-form label input{width:100%;}
.widget_search{margin-bottom: 15px;}
.widget {
    float: left;
    width: 100%;
}
.comment-form-comment label{display: block}
.comment-form-comment textarea{width:100%;border: 1px solid #131313; padding:10px 10px;}
.comment-reply-title{padding-bottom: 20px;}
.section-inner .comment-form-url label,.section-inner .comment-form-email label,.section-inner .comment-form-author label{display: block}
.section-inner .comment-form-url input,.section-inner .comment-form-email input,.section-inner .comment-form-author input{width:100%; border: 1px solid #002147; height: 34px;padding:0 10px;}
.fn{padding-left: 15px;}
.page-content .search-submit{width: 30%;
    float: left;
    position: relative;
    right: -1px;
    border-radius: 0px;
    background: #9B2727;
    text-align: center;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;}
 .page-content .search-field{background: transparent;
    padding: 8px 5px;
    box-sizing: border-box;
    border: 1px solid #131313;
    font-size: 14px;
    color: #131313;
    font-weight: 400;}
 .blog_item{margin:0;display: flex;}

 .wp-pagenavi{width:100%; margin:10px 0;}
.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid rgb(237,205,135);
    padding: 4px 10px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #2F5139;
    color: #2F5139;
}


.sjb-archive-page h3 span{font-size: 44px; color: #282828!important; font-weight: 500;}
.job-detail h3 span{font-size: 44px; color: #282828!important; font-weight: 500;}
.job-info h4 span{color: #9B2727 !important; font-size: 20px !important;}
.job-date{color: #282828!important;}
.sjb-page .sjb-detail .list-data ul li::before{color: #9B2727 !important;}
.su-box-content a{color: #9B2727 !important;}
/*--------------------------blog---------------------------*/
/**************************** media Query css ***********************/


@media only screen and (min-width: 1600px) {
  .container {
	max-width: 1550px;
}
.hdr_add p, .r_hdrt a {
	font-size: 18px;
}	
.hdr_menu ul.slimmenu li a {
	font-size: 17px;
}	
.banner_con h2 {
	font-size: 70px;
}	
.banner_con h3 {
	font-size: 60px;
}	
.sec_two_pnl h3 {
	font-size: 19px;
}	
.sec_two_pnl ul li:not(:last-child)::before {
	right: -89%;
}	
.sec_f1_bx {
	width: 63%;
	padding: 86px 216px 86px 80px;
}
.sec_f1_bx h1 {
	font-size: 58px;
}	
.sec_f1_bx p {
	font-size: 18px;
}	
.r_btn {
	font-size: 19px;
}
.sec_f1_con .attachment-post-thumbnail {
	position: absolute;
	top: -41px;
	width: 38%;
	right: 0;
}	
.bg_logo {
	margin: 0 0px 0 20%;
}	
.sec_f2 .heading_div h2 {
	font-size: 56px;
}
.sec_f2 .heading_div h2::before, .sec_f2 .heading_div h2::after {
	height: 2px;
}
.sec_f3_right.text-center h2 {
	font-size: 60px;
}	
.sec_four_bx h2 {
	font-size: 25px;
}	
.time_date li p, .sec_four_bx p {
	font-size: 17px;
}	
.sec_four_bx .r_btn {
	font-size: 18px;
}	
.sec_four_bx_right {
	padding: 13% 57px;
}	
.sec_five .heading_div h2::before, 
.sec_five .heading_div h2::after {
	height: 2px;
}
.sec_five_counds ul li:nth-child(3) {
	margin: 41px 3% 0;
}	
.sec_five_counds ul li:nth-child(4) {
	margin: 41px 0 0;
}	
.sec_five_btn.text-center a.r_btn {
	font-size: 19px;
}
.ft_top_heading.text-center h2 {
	font-size: 40px;
}	
.ft_top_contact_bx.text-center p {
	font-size: 18px;
}	
.ft_btn_menu.text-center ul li a {
	font-size: 17px;
}
.ft_btn_copyright ul li {
	font-size: 17px;
}	
/***********inner pages************/
.banner_text h1 {
    font-size: 73px;
}
.breadcrumb {
    word-spacing: 10px;
    padding: 20px 15px;
    font-size: 16px;
}
.inner_sec {
    padding: 60px 0 0;
}
.inner_sec h2 {
    font-size: 44px;
}
.top_content_box {
    margin-bottom: 70px;
}
.content_text {
    padding: 85px 0 85px 65px;
}
.inner_sec h3 {
    font-size: 36px;
    
}

.content_image {
    padding: 0 45px;
}
.body_content {
    padding: 50px 0;
}
.inner_sec p {
    font-size: 18px;
    padding-bottom: 8px;
}
.content_text p {
    font-size: 19px;
}
.inner_sec h4{
	font-size: 34px;
	
}
.inner_sec h5{
	font-size: 28px;
	
}
.inner_sec ul li,.inner_sec ol li{ font-size: 18px;}
.pdf_listing {
    padding-bottom: 15px;
}
.listing_box {
    padding: 14px 15px;
    margin-bottom: 20px;
}
.listing_box h5 {
    font-size: 20px !important;
}
.blog_listing {
    padding: 20px 0;
}
.blog_listing h4 {
    font-size: 23px !important;
    padding-bottom: 15px;
}
.listing_box p {
    font-size: 20px;
}
.wp-block-button {
    margin: 15px 0;
}
.wp-block-button__link {
    font-size: 19px;
    padding: 12px 20px;}

 .map_box iframe{height: 500px;}
.contact-form .form-control{height:50px;  font-size: 18px;  }
.contact-form label{font-size: 18px;}
.contact-form textarea{height: 170px !important}
.wpcf7-submit{
	padding: 14px 40px;
    font-size: 19px;
}
.fees_option_box_right ul.fees_option_text_list li h5 {
    padding: 0 0 7px;
    font-size: 24px;
}
.fees_icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
    margin-bottom: 15px;
}
.fees_option_box_inner p {
    font-size: 28px;
}
.view_payment {
    padding: 14px 30px;
    font-size: 18px;
    margin: 20px auto;
}
.accomodation_fees ul li .accomodation_box {
    padding: 35px 30px;
}
.fees_option_box_inner {
    padding: 20px 22px;
}
/********Blog Pages***********/
.full_content .content_text {
    padding: 70px 60px;
}
.entry-content h1, .comments-area h2, .page-header-new h1, .entry-content h2 {
    font-size: 30px;
    line-height: 30px;}
.blog_page_wrapper p, .blog_page_wrapper a, .entry-footer span {
    font-size: 17px;
    line-height: 24px;
}
.inner_blog_form h2 {
    font-size: 26px;
    padding-bottom: 12px;
}
.inner_blog_form ul li {
    padding-left: 18px;
    padding-bottom: 7px;
}
.inner_blog_form ul li a, .tagcloud a {
    font-size: 18px;
}
.blog_page_wrapper .read-more, .reply, .form-submit input {
    height: 50px;}
   .section-inner .comment-form-url input, .section-inner .comment-form-email input, .section-inner .comment-form-author input {
    height: 44px;
}
.blog_page_wrapper .read-more, .reply, .form-submit input {
    height: 50px;}
}
@media only screen and (max-width: 1199px) {
	
	.r_hdrt a, .hdr_add p {
	font-size: 14px;
}
.hdr_menu ul.slimmenu li {
	padding: 0 8px;
	margin: 0;
}	
.hdr_menu ul.slimmenu li a {
	font-size: 13px;
}	
.hdr_menu ul.slimmenu li > ul {
	top: 47px;
}	
.header.sticky .hdr_menu ul.slimmenu li > ul {
	top: 47px;
}	
.r_hdrt {
	margin-bottom: 20px;
	padding-bottom: 20px;
}	
.banner_con h2 {
	font-size: 54px;
}	
.banner_con h3 {
	font-size: 45px;
}	
.sec_two_pnl ul li:not(:last-child)::before {
	right: -35%;
}	
.sec_two {
	padding: 80px 0 100px;
}	
.sec_f1_bx h1, .sec_f2 .heading_div h2, .sec_f3_right.text-center h2, .sec_five .heading_div h2 {
	font-size: 46px;
}
.sec_four_bx_right span {
	font-size: 20px;
}	
.sec_four_bx_right a {
	font-size: 36px;
	line-height: 33px;
}	
.time_date {
	margin: 20px 0;
}	
.sec_four_bx h2 {
	font-size: 19px;
}	
.ft_top_heading.text-center h2 {
	font-size: 32px;
}
/********inner page************/
.banner_text h1 {
    font-size: 56px;
}
.inner_sec h2 {
    font-size: 32px;
}
.listing_box h5,.listing_box p {
    font-size: 15px !important;
}
.blog_listing h4 {
    font-size: 17px !important;
}
.inner_sec h3 {
    font-size: 24px;
}
.inner_sec h4 {
    font-size: 22px;
}
.inner_sec h5{
	font-size: 21px;
}
.content_text p {    font-size: 17px;}
.content_text {
    padding: 60px 0 60px 40px;
}
.full_content .content_text {
    padding: 50px 35px;
}
/***********blog page************/
.entry-content h1, .comments-area h2, .page-header-new h1, .entry-content h2 {
    font-size: 22px;
    line-height: 22px;}
.blog_page_wrapper p, .blog_page_wrapper a, .entry-footer span {
    font-size: 12px;;
}

}
@media only screen and (max-width: 991px) {
	.header .row.align-items-center {
	position: relative;
}
.r_hdr {
	position: absolute;
	right: 0;
}	
.con_text {
	display: none;
}	
.r_hdrt {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
	padding-right: 48px;
}	
	
.hdr_ph {
	margin: 0;
}	
.hdr_email {
	margin: 0;
	padding: 0 0 0 5px;
	border: none;
}	
.hdr_add {
	margin: 0;
	display: none;
}	
.r_hdrt p .hdr_icon {
	position: relative;
	left: 0;
	top: 0;
}	
.hdr_add p {
	padding: 0;
}	
.menu-collapser {
	height: auto;
}	
.header .logo img {
	max-height: 90px;
}	
.sec_one ,.inner_banner{
	margin-top: 110px;
}	
.sticky {
	padding: 10px 0;
}	
.collapse-button {
	top: -13px;
	width: 40px;
	background: rgb(155, 39, 39);
}	
.collapse-button .icon-bar {
	display: block;
	height: 4px;
	width: auto;
	margin: 4px auto;
	background-color: #F5F5F5;
	border-radius: 1px;
}	
.collapse-button .icon-bar {
	margin: 3px auto;
}
ul.slimmenu {
	width: auto;
	float: right;
	margin: 2px 27px 0 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 67px;
	background: rgb(155, 39, 39);
	padding: 21px;
	right: 15px;
}	
.hdr_menu ul.slimmenu li {
	padding: 0 8px 0;
	margin: 0;
	border-bottom: 1px solid #841717;
}	
.hdr_menu ul.slimmenu li a {
	padding: 0 0 8px;
	margin: 9px 0 0;
	color: #fff;
	width: 85%;
	border:none !important;
}	
ul.slimmenu li .sub-toggle {
	right: 10px;
}
ul.slimmenu.collapsed li .sub-toggle{width:40px; height:40px;}
.hdr_menu ul.slimmenu li a:hover, .hdr_menu ul.slimmenu li.active a, .hdr_menu ul.slimmenu li.current-menu-item a {
	color: #DD7F7F;
}	
.hdr_menu ul.slimmenu li a::before {
	display: none;
}
.hdr_menu ul.slimmenu li > ul {
	top: 0;
	position: relative;
	background: #711717;
}	
ul.slimmenu.collapsed li > ul li a {
	padding: 0 0 9px;
	margin: 0;
}	
.hdr_menu ul.slimmenu li > ul > li:last-child a {
	padding: 9px 0 0;
	margin: 0;
	border: none;
}
.hdr_menu ul.slimmenu li > ul > li:last-child {border:none;}
.header.sticky .collapse-button {
	top: -13px;
}	
.header.sticky .hdr_email, .header.sticky .hdr_ph {
	padding-top: 0;
}	
.header.sticky .r_hdrt {
	margin-bottom: 0;
	padding-bottom: 0;
}	
.banner_con h2 {
	font-size: 48px;
}	
.banner_con h3 {
	font-size: 40px;
}	
.sec_two_pnl ul li:not(:last-child)::before{
	display: none;
}	
.sec_two_pnl ul li {
	width: 140px;
}
.icon_bx {
    width: 140px;
    min-height: 140px;
    padding: 25px 25%;}
.sec_two_pnl h3 {
    font-size: 15px;}
.sec_f1_bx {
	width: 100%;
	padding: 75px 80px 75px 80px;
}	
.sec_f1_con .attachment-post-thumbnail {
	display: none;
}
.sec_f1_bx h1, .sec_f2 .heading_div h2, .sec_f3_right.text-center h2, .sec_five .heading_div h2 {
	font-size: 40px;
}

.sec_f2 {
	padding: 45px 0 40px;
}
.open_day {
	margin-bottom: 25px;
}	
.sec_mar {
	margin: 0 0 30px;
}	
.sec_five {
	padding: 35px 0 0;
}

.ft_top_contact ul li {
	width: 170px;
}	
.ft_btn_menu.text-center ul li {
	margin: 0 8px;
}
.ft_btn_menu.text-center ul li a {
	font-size: 15px;
}	
.ft_btn_copyright ul li {
	font-size: 12px;
}	
.ft_btn_copyright ul li:last-child {
	margin-left: 10px;
	margin-right: auto;
}	
/*********inner page**********/
.banner_text h1 {
    font-size: 44px;
}
.inner_sec h2 {
    font-size: 40px;
}
.inner_sec h2:after, .inner_sec h3:after, .inner_sec h4:after {
    width: 60px;
}
.listing_box h5, .listing_box p {
    font-size: 14px !important;
}	
.blog_listing h4 {
    font-size: 16px !important;
}
.inner_sec h3 {
    font-size: 23px;
}
.inner_sec h4 {
    font-size: 21px;
}
.inner_sec h5{
	font-size: 20px;
}
/*.content_text p,.inner_sec p,.inner_sec ul li, .inner_sec ol li {
    font-size: 13px;
}*/
.content_image {
    padding: 0 20px;
}

.content_text {
    padding: 40px 15px;
}
.content_image {
    padding: 0px 15px;
}

.content-area:after {
    width: 100%;}
.content-area .row{margin:0;}
.content_image img {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.content_image{margin-bottom: 20px}
.gallery_list {
    column-count: 2;
}
.full_content .content_text {
    padding: 40px 30px;
}
.wp-block-button__link {
    font-size: 13px;
    padding: 10px 12px;}
.fees_option_box_inner {
    padding: 30px 20px;
    margin-bottom: 20px;
}
.fees_option_box_inner p {
    font-size: 18px;}
.alignleft,.alignright {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 15px;
}
/**********blog page**********/
.single-thumb {
    width: 100%;
}
.single_entry_content {
    padding-left: 0;
    width: 100%;
    margin-top:20px !important
}
.blog_item{padding: 0 5px}
.post-details .entry-author,.post-details .entry-date{width: 100%;
    text-align: center;}
}
@media only screen and (max-width: 767px) {
	.banner_con h2 {
	font-size: 40px;
}
.banner_con h3 {
	font-size: 34px;
}	
.sec_one .owl-dots {
	right: 8px;
}	
.sec_one .owl-dot {
	width: 30px;
	height: 30px;
	line-height: 30px !important;
}	
.sec_one .owl-dot.active::before {
	font-size: 13px;
}	
.sec_two {
	padding: 60px 0 28px;
}	
.sec_two_pnl ul li {
	width: 50%;
	margin: 0 0 40px;
	text-align:center;
}
.icon_bx {
    height: 140px;}
.icon_bx {
	padding: 25px 20%;
}	
.sec_f1_bx {
	width: 100%;
	padding: 50px;
}	
.banner_con h2 {
	font-size: 35px;
}	
.banner_con h3 {
	font-size: 30px;
}	
.open_day_bx img {
	width: 100%;
}	
.sec_f2 .heading_div {
	padding: 15px 0 50px;
}	
.sec_f3_right.text-center {
	position: relative;
	padding: 30px 0 0;
}
.sec_f3_right.text-center .bg_logo {
	display: none;
}	
.sec_f1_bx h1, .sec_f2 .heading_div h2, .sec_f3_right.text-center h2, .sec_five .heading_div h2 {
	font-size: 35px;
}	
.sec_f3_right.text-center h2 {
	margin: 0;
}	
.sec_five {
	padding: 15px 0 0;
}	
.sec_five_counds ul li {
	width: 100%;
	margin-bottom: 20px;
}	
.sec_five_counds ul li:nth-child(3) {
	width: 48%;
	margin: 0 4% 0 0;
}	
.sec_five_counds ul li:nth-child(4) {
	width: 48%;
	margin: 0 0 0;
}

.ft_top_contact ul li {
	width: 45%;
	margin: 0 0 25px;
}
.ft_btn_menu.text-center ul li {
	margin: 0 8px 10px;
}	
.ft_btn_copyright ul li {
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
}	
.ft_top_heading.text-center h2 {
	font-size: 28px;
}	
.ft_top_contact {
	margin: 50px 0 0;
}	
.ft_top {
	padding: 60px 0 10px;
}	
ul.slimmenu {
	right: 0;
}	
/**********inner page**************/
.banner_text h1 {
    font-size: 36px;
}
.inner_sec h2 {
    font-size: 34px;
}
.inner_sec h2:after, .inner_sec h3:after, .inner_sec h4:after {
    width: 40px;
}
.inner_sec h3 {
    font-size: 24px;
}
.inner_sec h4 {
    font-size: 20px;
}
.inner_sec h5 {
    font-size: 19px;
}
.breadcrumb {
    font-size: 12px;
}
.full_content .content_text {
    padding: 40px 20px;
}
.text_box {
    margin-bottom: 20px;
}
.page-id-10 .inner_sec ul,.page-id-10 .inner_sec ol{padding:0;}
.page-id-10 .text_box{margin-bottom:0;}
/**********blog page**********/

.blog_item{padding: 0 15px}
.blog_content{padding-bottom: 40px}
}
@media only screen and (max-width: 599px) {.wp-block-column {margin:10px 0; flex-direction: column;}}
@media only screen and (max-width: 575px) {
	.banner_sec img {
	height: 250px;
	object-fit: cover;
}
.banner_con_text {
	background: rgba(0,0,0,0.7);
	padding: 16px;
	margin-right: 40px;
}	
.banner_con h3 {
	font-size: 23px;
}	
.banner_con h2 {
	font-size: 28px;
}	
.sec_two {
	padding: 35px 0 0px;
}	
.sec_two_pnl ul li {
	width: 46%;
	margin: 0 0 40px;
}
.icon_bx {
	padding: 25px 26%;
}
.icon_bx {
    height: 135px;
    width: 135px;
}
.sec_two_pnl h3 {
    font-size: 14px;
}
.bg_logo {
	display: none;
}
.sec_f2 .heading_div h2::before,
.sec_f2 .heading_div h2::after	{
	display: none;
}	
.sec_f2 {
	padding: 20px 0 20px;
}
.sec_f2 .heading_div {
	padding: 15px 0 35px;
}
.sec_f2 .heading_div h2 {
	font-size: 30px;
}	
.sec_f3_con {
	padding: 33px 33px;
}	
.sec_four {
	margin: 45px 0 0;
}	
.sec_five {
	padding: 0;
}
.sec_five .heading_div h2::before,
	.sec_five .heading_div h2::after{
		display: none;
	}	
.sec_five .heading_div {
	padding: 0 0 28px;
	text-align: center;
}
.sec_five .heading_div h2 {
	font-size: 30px;
}	
.sec_five_counds ul li:nth-child(3) {
	width: 100%;
	margin: 0 0 20px;
}	
.sec_five_counds ul li:nth-child(4) {
	width: 100%;
	margin: 0 0 0;
}	
.ft_top_contact ul li {
	width: 100%;
	margin: 0 0 25px;
}	
.sec_f1_bx {
	padding: 25px;
}
/**********inner page**************/
.inner_banner figure img {
    height:147px;
    object-fit: cover;
}
.banner_text h1 {
    font-size: 30px;
}
.inner_sec h2 {
    font-size: 29px;
}
.inner_sec h2:after, .inner_sec h3:after, .inner_sec h4:after {
   display: none;
}
.inner_sec h3 {
    font-size: 22px;
}
.inner_sec h4 {
    font-size: 19px;
}
.inner_sec h5{
	font-size: 18px;
}
		
}


@media only screen and (max-width: 479px) {
.sec_five_counds ul li img{width: 100%;}

}
