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

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


.container-fluid {
	max-width: 1280px;
}
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	padding: 10px 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader {
	background: #00305e;
	padding: 5px 0;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.logo img {
	width: 190px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader .logo img {
	width: 150px;
}
.header_contact span {
	display: inline-flex;
	align-items: center;
	margin: 12px 10px 0;
	color: #fff;
}
.header_contact span a {
	color: #fff !important;
}
.header_contact span img {
	width: 16px;
	margin-right: 5px;
}
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header_menu ul li {
	position: relative;
	margin: 0 10px;
}
.header_menu ul li a {
	display: block;
	color: #fff;
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	z-index: 99;
	padding: 12px 0;
	font-weight: 500;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_menu ul li a:hover, .header_menu ul li.active a {
	color: #e3b635;
}
.header_btn {
	border: 1px solid #e3b635;
	display: inline-block;
	vertical-align: top;
	padding: 9px 20px;
	border-radius: 4px;
	font-weight: 500;
	margin: 35px 0 0;
	font-size: 14px;
	color: #e3b635 !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_btn:hover {
	background: #e3b635;
	color: #fff !important;
}
.home_banner_section {
	background: url(../images/banner.jpg) no-repeat center;
	background-size: cover;
	padding: 230px 0 200px;
}
.home_banner_section:before {
	background: rgba(255, 255, 255, 0.1);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	backdrop-filter: blur(3px);
}
.home_banner_section:after {
	background: url(../images/banner_circle.png) no-repeat center;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
}
.banner_cloud {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 99;
}
.home_banner_section .container-fluid {
	position: relative;
	z-index: 999;
}
.banner_slide_box {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.1);
	margin: 10px;
	position: relative;
}
.banner_slide_box:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	background: #000000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.banner_slide_box_heading {
	font-family: 'Aboreto';
	position: absolute;
	top: 20px;
	left: 35px;
	right: 35px;
	font-size: 20px;
	line-height: 1.2;
	z-index: 9;
}
.banner_slide_box_bottom {
	position: absolute;
	bottom: 20px;
	left: 15px;
	right: 15px;
	z-index: 9;
}
.banner_slide_box_subheading {
	font-family: 'Corinthia';
	font-size: 45px;
	line-height: 1.2;
}
.banner_slide_box_text {
	color: #e3b635;
	font-size: 13px;
	letter-spacing: 2px;
	margin: 5px 0 10px;
}
.banner_slide_box_btn {
	display: inline-block;
	background: #e3b635;
	color: #111 !important;
	font-size: 14px;
	padding: 10px 20px;
	border-radius: 4px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_slide_box_btn:hover {
	background: #00305e;
	color: #fff !important;
}
#banner_slide .item {
	position: relative;
}
#banner_slide .item:before {
	position: absolute;
	content: "";
	height: 7px;
	background: #fff;
	width: 75%;
	bottom: -7px;
	left: 50%;
	transform: translate(-50%, 0);
	border-radius: 0 0 10px 10px;
	z-index: 9;
}
#banner_slide .owl-prev {
	background: url("../images/prev_icon.png") no-repeat center !important;
	width: 20px;
	height: 38px;
	border-radius: 0;
	font-size: 0 !important;
}
#banner_slide .owl-next {
	background: url("../images/next_icon.png") no-repeat center !important;
	width: 20px;
	height: 38px;
	border-radius: 0;
	font-size: 0 !important;
	margin-left: 10px;
}
#banner_slide .owl-dots {
	display: none !important;
}
.home_sponsor_section img {
	margin: 10px 20px 0;
}
.home_testimonial_section {
	background: url(../images/testimonial_bg.png) no-repeat center;
	padding: 90px 0;
}
.home_testimonial_section_subheading {
	font-size: 14px;
	color: #2fa6a5;
	letter-spacing: 1px;
}
.home_testimonial_section_heading {
	font-family: 'Aboreto';
	color: #222;
	font-size: 30px;
	line-height: 1.2;
}
.home_testimonial_section_img {
	margin-top: 100px;
}
.home_testimonial_section_link a {
	font-size: 15px;
	font-weight: 500;
	color: #333;
	border-bottom: 1px solid #999;
}
.home_testimonial_section_link a strong {
	color: #e3b635;
}
.home_testimonial_section_text {
	color: #666;
	margin-top: 20px;
	text-align: justify;
}
.home_testimonial_section_btn {
	display: inline-block;
	background: #e3e0d8;
	color: #111 !important;
	font-size: 14px;
	padding: 10px 20px;
	border-radius: 4px;
	margin-top: 25px;
	margin-right: 5px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_testimonial_section_btn:hover {
	background: #e3b635;
}
.home_testimonial_section_btn2 {
	display: inline-block;
	background: #2fa6a5;
	color: #fff !important;
	font-size: 14px;
	padding: 10px 20px;
	border-radius: 4px;
	margin-top: 25px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_testimonial_section_btn2:hover {
	background: #00305e;
}
.home_testimonial_section_btn3 {
	display: inline-block;
	background: #e3b635;
	color: #111 !important;
	font-size: 14px;
	padding: 10px 20px;
	border-radius: 4px;
	margin-top: 25px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_testimonial_section_btn3:hover {
	background: #00305e;
	color: #fff !important;
}
.home_testimonial_mid_img2 {
	border-radius: 140px;
	width: 60%;
}
.home_testimonial_mid_img1 {
	width: 50%;
	border-radius: 50%;
	border: 5px solid #fff;
	margin: 90px -50px 0 0;
	position: relative;
}
.home_about_section {
	background: #f8f7f5;
	padding: 90px 0;
}
.home_about_leaf {
	position: absolute;
	bottom: 80px;
	right: 0;
}
.home_about_section .container-fluid {
	position: relative;
	z-index: 9;
}
.home_about_section_heading {
	font-family: 'Aboreto';
	color: #222;
	font-size: 34px;
	line-height: 1.2;
}
.home_about_section_img {
	padding: 0 70px 80px 0;
}
.home_about_section_img2 {
	position: absolute;
	bottom: 0;
	right: -150px;
	width: 370px;
}
.home_about_section_subheading {
	font-family: 'Aboreto';
	font-size: 15px;
	color: #222;
	margin-bottom: 55px;
}
.circle_img {
	position: absolute;
	top: -20px;
	left: -20px;
	min-width: 120px;
	animation: rotating 20s linear infinite;
	-webkit-animation: rotating 20s linear infinite;
}
@-webkit-keyframes rotating {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
.home_package_section {
	padding: 90px 0;
}
#package_slide {
	margin-top: 40px;
}
.package_slide_box {
	border-radius: 10px;
}
.package_slide_box img {
	width: 100%;
	height: 380px !important;
	object-fit: cover;
}
.package_slide_box:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	background: rgba(0, 0, 0, 0.4);
}
.package_slide_box_top {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	z-index: 9;
}
.package_slide_box_bottom {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	z-index: 9;
}
.package_slide_box_top_subheading {
	font-size: 13px;
	letter-spacing: 1px;
}
.package_slide_box_top_heading {
	font-family: 'Aboreto';
	font-size: 23px;
	line-height: 1.2;
	margin-top: 10px;
}
.package_slide_box_bottom_btn {
	display: inline-block;
	background: #e3b635;
	color: #111 !important;
	font-size: 14px;
	padding: 10px 25px;
	border-radius: 4px;
	margin-top: 10px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.package_slide_box_bottom_btn:hover {
	background: #00305e;
	color: #fff !important;
}
#package_slide .owl-nav {
	position: absolute;
	top: 50%;
	left: -35px;
	right: -35px;
	transform: translate(0, -50%);
	margin-top: 0;
}
#package_slide .owl-prev {
	background: url("../images/prev_icon2.png") no-repeat center !important;
	width: 20px;
	height: 38px;
	border-radius: 0;
	font-size: 0 !important;
	float: left;
}
#package_slide .owl-next {
	background: url("../images/next_icon2.png") no-repeat center !important;
	width: 20px;
	height: 38px;
	border-radius: 0;
	font-size: 0 !important;
	float: right;
}
#package_slide .owl-dots {
	display: none !important;
}
.home_brief_section {
	background: url(../images/brief_bg.png) no-repeat left bottom;
	padding: 0 0 90px;
}
.home_brief_section_heading {
	color: #111;
	font-weight: 500;
	font-size: 18px;
	margin-top: 80px;
}
.home_brief_section .col-lg-5:last-child {
	margin-top: 250px;
}
.leaf_img2 {
	position: absolute;
	top: 100px;
	right: 0;
}
.home_why_section {
	background: #f4f3f0;
	padding: 60px 0;
}
.home_why_block {
	border-right: 1px solid rgba(0, 0, 0, 0.05);
	margin-top: 50px;
}
.home_why_block:last-child {
	border-right: none;
}
.home_why_block img {
	width: 55px;
}
.home_why_block_text {
	color: #131313;
	font-size: 14px;
	padding: 20px 15% 0;
}
.home_news_section {
	padding: 70px 0;
}
.home_blog_btn {
	display: inline-block;
	background: url(../images/arrow.png) #f4f3f0 no-repeat center right 18px;
	background-size: 12px;
	color: #111 !important;
	font-size: 14px;
	padding: 14px 40px 14px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_blog_btn:hover {
	background-color: #e3b635;
}
.home_news_list ul {
	padding: 0;
	margin: 0;
}
.home_news_list ul li {
	list-style: none;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding: 20px 0;
}
.home_news_list ul li:first-child {
	padding-top: 0;
}
.home_news_list ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.home_news_list_date {
	width: 75px;
	min-width: 75px;
	height: 75px;
	background: #2fa6a5;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.2;
	font-size: 14px;
	border-radius: 2px;
	padding-top: 15px;
	margin-right: 20px;
}
.home_news_list_date strong {
	font-size: 23px;
}
.home_news_list_heading {
	font-family: 'Aboreto';
	font-size: 17px;
	line-height: 1.2;
	color: #222;
}
.home_news_list_btn {
	display: inline-block;
	color: #999 !important;
	font-size: 14px;
	margin-top: 10px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_news_list_btn:hover {
	color: #e3b635 !important;
}
.footer {
	background: url(../images/footer_bg.png) #00305e no-repeat center bottom;
/* 	background: #f4f3f0; */
	padding: 60px 0 20px;
}
.footer_top_heading {
	font-family: 'Aboreto';
    font-size: 23px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.2;
}
.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 18px 0 0;
}
.footer_menu ul li {
    position: relative;
    margin-top: 5px;
}
.footer_menu ul li a {
	color: #eee;
	font-style: normal;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
	color: #e3b635;
	padding-left: 2px;
}
.footer_contact_info ul {
	padding: 0;
	margin: 20px 0 0;
}
.footer_contact_info ul li {
	color: #eee;
	position: relative;
	list-style: none;
	font-size: 14px;
	margin-top: 15px;
	padding-left: 34px;
}
.footer_contact_info ul li img {
	background: #e3b635;
	border-radius: 50%;
	position: absolute;
	top: -2px;
	left: 0;
	max-width: 26px;
	padding: 3px;
}
.footer_contact_info ul li a {
	color: #eee;
}
.footer_social {
	text-align: right;
}
.footer_social img {
	width: 25px;
	border-radius: 50%;
}
.footer_social a {
	margin-left: 1px;
}
.footer_bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	padding: 20px 0 0;
	margin-top: 40px;
}
.footer_copyright {
	color: #eee;
	font-size: 14px;
}
.footer_copyright a {
	color: #eee;
}
#back-to-top {
	background: #e3b635;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
	text-transform: uppercase;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/inner_banner.jpg") #eee no-repeat center;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 240px 0 160px !important;
    margin: 0 !important;
    position: relative;
    overflow: hidden;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	backdrop-filter: blur(6px);
}
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	color: #fff;
	position: relative;
	font-size: 55px;
	font-weight: bold;
	line-height: 1.1;
	text-transform: uppercase;
	z-index: 99;
	margin-bottom: 0;
}
.breadcrumb-container {
    width: 100%;
	color: #333;
	position: relative;
	font-size: 15px;
	font-weight: 500;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 20px 0;
	margin: 0 0 60px !important;
}
.breadcrumb-container a {
	color: #222;
}
.page {
	margin-top: 0 !important;
}
.blog_page_top_text {
	color: #444;
	padding-left: 15px;
	border-left: 3px solid #222;
	font-size: 17px;
	line-height: 1.3;
}
.blog_page_box {
	margin-top: 35px;
}
.blog_page_box_inner {
	box-shadow: 7.388px 9.456px 60px 0px rgba(12, 13, 12, 0.19);
	border-radius: 4px;
	padding: 15px 15px 25px;
	min-height: 100%;
}
.blog_page_box_inner .home_news_block_image img {
	width: 100%;
	height: 250px !important;
	object-fit: cover;
}
.blog_page_container {
	padding: 30px 0 70px;
}
.blog_page_box_date {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: #e1c32a;
	width: 72px;
	padding: 10px;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.1;
}
.blog_page_box_date strong {
	font-size: 30px;
	color: #111;
}
.blog_page_box_heading {
	color: #101010;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 20px;
}
.blog_page_box_text {
	color: #666;
	font-size: 15px;
	margin-top: 20px;
}
.blog_page_box_btn {
	display: inline-block;
	background: #2fa6a5;
	color: #fff !important;
	padding: 10px 20px;
	font-size: 14px;
	margin-top: 20px;
	border-radius: 4px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.blog_page_box_btn:hover {
	background: #00305e;
}
.site-content .entry-meta {
	background: #fff8d3 !important;
	display: inline-block;
	border-radius: 30px;
	padding: 4px 12px;
}
.post .entry-content, .post .entry-summary {
	color: #666;
}
.content-sidebar .wp-block-heading {
	color: #2fa6a5;
	text-transform: uppercase;
	font-weight: 600;
	border-top: 3px solid #222;
	padding-top: 7px;
}
#block-8, #block-10 {
	margin-bottom: 0;
}
#block-8 .wp-block-heading {
	margin-top: 0;
}
.post .entry-content h1, .post .entry-content h2, .post .entry-content h3, .post .entry-content h4, .post .entry-content h5, .post .entry-content h6 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 22px;
	border-left: 3px solid #2fa6a5;
	padding-left: 10px;
	color: #222;
	margin: 25px 0 20px;
}
.post .entry-content img {
	border-radius: 10px;
}
.more-link {
	display: block;
	background: #2fa6a5;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 0 10px 15px;
	border-radius: 4px;
	width: 178px;
	margin-top: 22px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.more-link:hover {
	background: #00305e;
}
.blog_author_section {
	background: #fff;
	padding: 25px;
	border-radius: 10px;
	margin-bottom: 35px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.blog_author_section img {
	border-radius: 50%;
	margin-right: 20px;
	border: 1px solid #e3b635;
	padding: 3px;
}
.blog_author_section_name {
	font-weight: 600;
	color: #222;
	font-size: 24px;
}
.blog_author_section_short_info {
	color: #666;
	margin-top: 3px;
	font-size: 15px;
}
.blog_author_section_short_info p {
	margin-bottom: 0 !important;
}
.blog_author_section_subheading {
	color: #e3b635;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
}
.package_page_box_inner {
	border-radius: 10px;
}
.package_page_box_inner:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	background: rgba(0, 0, 0, 0.4);
}
.package_page_box_inner img {
	width: 100%;
	height: 400px !important;
	object-fit: cover;
}
.package_page_box_top {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	z-index: 9;
}
.package_page_box_bottom {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	z-index: 9;
}
.sil_page_box_location {
	color: #e3b635;
	font-weight: 500;
	font-size: 15px;
}
.package_page_box_heading {
	font-family: 'Aboreto';
	font-size: 25px;
	line-height: 1.1;
	margin-top: 10px;
}
.sil_page_box_price {
	font-weight: 500;
	font-size: 14px;
}
.package_page_box {
	margin-bottom: 35px;
}
.package_list_page_container {
	padding: 10px 0 35px;
}
.package_details_banner_days {
	color: #e3b635;
	position: relative;
	font-size: 20px;
	font-weight: 600;
}
.package_details_heading {
	font-family: 'Aboreto';
	color: #222;
	font-size: 28px;
	line-height: 1.2;
}
.package_details_overview_text {
	color: #666;
	margin-top: 20px;
}
.package_details_price_box {
	display: inline-block;
	background: #e3b635;
	border-radius: 10px 10px 0 0;
	color: #111;
	font-weight: 500;
	padding: 15px 50px;
	font-size: 14px;
	margin-top: 40px;
	position: relative;
	z-index: 9;
}
.package_details_price_box strong {
	display: block;
	font-size: 40px;
	line-height: 1.1;
	margin-bottom: 5px;
}
.package_know_list ul {
	padding: 0;
	margin: 0;
}
.package_know_list ul li {
	list-style: none;
	position: relative;
	padding-left: 25px;
	color: #666;
	margin-top: 6px;
}
.package_know_list ul li a {
	color: #666;
}
.package_know_list ul li a.active {
	color: #e3b635;
}
.package_know_list ul li:before {
	background: url("../images/check2.png") no-repeat;
	background-size: 100%;
	width: 16px;
	height: 16px;
	position: absolute;
	content: "";
	top: 5px;
	left: 0;
}
.package_details_top_right_box {
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 25px;
	margin-top: 30px;
}
.package_details_overview_cta_box {
	margin-top: 30px;
}
.package_details_overview_cta_box_inner {
	background: #fffceb;
	border: 1px solid #e1c32a;
	padding: 35px 20px;
	border-radius: 10px;
	min-height: 100%;
}
.package_details_overview_cta_box_heading {
	font-weight: 600;
	font-size: 25px;
	line-height: 1.2;
	color: #111;
}
.package_details_overview_cta_box_text {
	color: #666;
	line-height: 1.3;
	padding: 20px 16% 0;
}
.package_details_overview_cta_box_btn {
	display: inline-block;
	background: #e3b635;
	color: #111 !important;
	font-size: 14px;
	padding: 10px 25px;
	position: relative;
	z-index: 9;
	border-radius: 4px;
	margin-top: 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.package_details_overview_cta_box_btn:hover {
	background: #00305e;
	color: #fff !important;
}
.package_details_overview_cta_box_btn2 {
	display: inline-block;
	background: #2fa6a5;
	color: #fff !important;
	font-size: 14px;
	padding: 10px 25px;
	position: relative;
	z-index: 9;
	border-radius: 4px;
	margin-top: 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.package_details_overview_cta_box_btn2:hover {
	background: #00305e;
	color: #fff !important;
}
.package_details_top_section {
	padding: 0 0 65px;
}
.package_details_mid_section {
	background: url(../images/package_mid_bg.jpg) #00305e no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	padding: 65px 0;
}
.package_details_mid_section:before {
	background: rgba(0, 48, 94, 0.9);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.package_details_mid_section .container {
	position: relative;
	z-index: 9;
}
.package_details_program_list .accordion-item {
	background-color: transparent !important;
}
.package_details_program_list .accordion-button {
	box-shadow: none !important;
	background: none !important;
	color: #333;
	font-weight: 500;
	font-size: 15px;
	padding: 5px 0;
	border-radius: 0 !important;
}
.package_details_program_list .accordion-button strong {
	border: 2px solid #e1c32a;
	width: 65px;
	min-width: 65px;
	height: 65px;
	border-radius: 50%;
	margin-right: 12px;
	font-weight: 600;
	font-size: 13px;
	text-align: center;
	line-height: 60px;
}
.package_details_program_list .accordion-button::after {
/* 	filter: brightness(0) invert(1); */
}
.package_details_program_list {
	margin-top: 30px;
}
.package_details_program_list .accordion-body {
	color: #666;
	font-size: 15px;
	padding-left: 30px;
	padding-right: 0;
}
.package_details_program_list .accordion-body .accordion-body-inner {
	border-left: 2px solid #e1c32a;
	padding-left: 20px;
}
.package_details_program_list .accordion-body ul {
	padding: 0;
	margin: 10px 0;
}
.package_details_program_list .accordion-body ul li {
	list-style: none;
	position: relative;
	padding-left: 24px;
	margin-top: 4px;
}
.package_details_program_list .accordion-body ul li a {
	color: #666;
}
.package_details_program_list .accordion-body ul li:before {
	background: url("../images/favicon.png") no-repeat;
	background-size: 100%;
	width: 16px;
	height: 16px;
	position: absolute;
	content: "";
	top: 4px;
	left: 0;
}
#myDetailsTab {
	padding: 0 0 10px;
	margin: 0;
	border-radius: 0;
	border-bottom: 3px solid #222;
}
#myDetailsTab .nav-item {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
#myDetailsTab .nav-item:first-child {
	border-left: none;
}
#myDetailsTab .nav-link {
	border: none !important;
	border-radius: 0;
	color: #888;
	font-size: 14px;
	font-weight: 500;
	padding: 5px 20px;
	margin: 0;
}
#myDetailsTab .nav-item:first-child .nav-link {
	padding-left: 0;
}
#myDetailsTab .nav-item.show .nav-link, #myDetailsTab .nav-link.active {
	color: #111;
}
#myTabContent {
/* 	background: rgba(255, 255, 255, 0.28); */
	padding: 25px 0;
	border-radius: 0 0 10px 10px;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.9);
}
.tab_inclusion_list ul {
	padding: 0;
	margin: 30px 0 0;
}
.tab_inclusion_list ul li {
	list-style: none;
	position: relative;
	padding-left: 24px;
	margin-top: 4px;
	font-size: 15px;
	color: #666;
}
.tab_inclusion_list ul li:before {
	background: url("../images/check2.png") no-repeat;
	background-size: 100%;
	width: 16px;
	height: 16px;
	position: absolute;
	content: "";
	top: 4px;
	left: 0;
}
.tab_inclusion_text {
	font-size: 15px;
	color: #666;
	margin-top: 30px;
}
.package_details_plan_trip_btn {
	display: block;
	background: #e3b635;
	color: #111 !important;
	font-size: 16px;
	padding: 10px 20px 12px;
	text-align: center;
	line-height: 1.2;
	position: relative;
	z-index: 9;
	border-radius: 4px;
	margin-top: 25px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.package_details_bottom_section {
	padding: 65px 0;
}
.package_details_faq_list .accordion-item {
	background-color: transparent !important;
}
.package_details_faq_list .accordion-button {
	box-shadow: none !important;
	background: none !important;
	text-transform: none;
	color: #222;
	font-weight: 500;
	font-size: 15px;
	padding: 14px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0 !important;
}
.package_details_faq_list .accordion-button::after {
	filter: brightness(1) invert(0) !important;
}
.package_details_faq_list {
	margin-top: 30px;
}
.package_details_faq_list .accordion-body {
	color: #666;
	font-size: 15px;
	padding-left: 0;
	padding-right: 0;
}
.package_details_sponsor img {
	padding: 10px 15px 0;
}
.package_details_page_header {
	background-size: cover !important;
	max-width: 100%;
	padding: 240px 0 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.package_details_page_header:before {
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	backdrop-filter: blur(6px);
}
.package_details_page_header_btn {
	display: inline-block;
	background: #e3b635;
	color: #111 !important;
	font-size: 14px;
	padding: 10px 20px;
	position: relative;
	z-index: 9;
	border-radius: 4px;
	margin: 20px 0 80px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.package_details_page_header_btn:hover {
	background: #00305e;
	color: #fff !important;
}
.package_details_page_header_btn2 {
	display: inline-block;
	background: #2fa6a5 !important;
	color: #fff !important;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 20px;
	position: relative;
	z-index: 9;
	line-height: 1.5;
	border-radius: 4px;
	margin: 20px 0 80px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.package_details_spec_section_inner {
	box-shadow: 0px 0px 24.65px 4.35px rgba(12, 13, 12, 0.1);
	padding: 25px;
	border-radius: 10px;
	margin-top: 35px;
}
.package_details_spec_section {
	padding: 70px 0 0;
}
.package_details_spec_block {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.package_details_spec_block:last-child {
	border-right: none;
}
.package_details_spec_block img {
	width: 50px;
}
.package_details_spec_block_text {
	font-weight: 500;
	color: #222;
	font-size: 14px;
	margin-top: 15px;
	line-height: 1.3;
	padding: 0 10%;
}
.package_details_overview_heading {
	background: url(../images/favicon.png) no-repeat left top 2px;
	background-size: 22px;
	color: #111;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.2;
	padding-left: 30px;
}
.package_details_overview_heading small {
	color: #555;
	font-weight: 500;
	font-size: 15px;
	text-transform: none;
}
.package_details_top_right_box_contact {
	background: #0b4141;
	border-radius: 10px;
	padding: 25px;
	margin-top: 30px;
}
.package_details_top_right_box_contact_heading {
	font-family: 'Aboreto';
	font-size: 22px;
	line-height: 1.2;
}
.package_details_top_right_box_contact_heading div {
	margin-right: 15px;
}
.package_details_top_right_box_contact_heading img {
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 8px;
	border-radius: 50%;
}
.package_details_top_right_box_contact_text {
	margin-top: 25px;
	font-size: 15px;
}
.package_details_top_right_box_contact_btn {
	display: inline-block;
	background: #e3b635;
	color: #111 !important;
	font-size: 14px;
	padding: 10px 20px;
	position: relative;
	z-index: 9;
	border-radius: 4px;
	margin: 20px 20px 0 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.package_details_top_right_box_contact_btn:hover {
	background: #00305e;
	color: #fff !important;
}
.package_details_top_right_box_contact_btn2 img {
	width: 35px;
	margin: -3px 0 0 0;
}
.package_details_why_book_heading {
	font-family: 'Aboreto';
	color: #222;
	font-size: 23px;
	line-height: 1.2;
}
.package_details_overview_slider {
	border-radius: 10px;
	overflow: hidden;
}
.flexslider {
	border: none !important;
	margin: 0 !important;
}
.slides.big_img img {
	width: 100%;
	height: 350px !important;
	object-fit: cover;
}
.flexslider p {
	margin-bottom: 0 !important;
}
.package_details_map {
	margin-top: 30px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px 10px 5px;
	border-radius: 10px;
}
.package_details_map iframe, .package_details_map p {
	margin-bottom: 0 !important;
}
.package_details_bottom_content_text {
	color: #666;
	margin-top: 20px;
}
.package_details_bottom_content_text strong {
	color: #444;
	font-weight: 600;
}
.package_details_travel_info_list ul {
	padding: 0;
	margin: 30px 0 0;
}
.package_details_travel_info_list ul li {
	list-style: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.package_details_travel_info_list ul li:last-child {
	border-bottom: none;
}
.package_details_travel_info_list ul li a {
	background: url(../images/right_arrow.png) no-repeat center right;
	background-size: 15px;
	display: block;
	font-size: 15px;
	color: #555;
	padding: 10px 20px 10px 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.package_details_travel_info_list ul li a:hover {
	color: #00305e;
}
.package_details_bottom_btn1 {
	display: inline-block;
	background: #e3b635;
	color: #111 !important;
	font-size: 14px;
	padding: 11px 25px;
	position: relative;
	z-index: 9;
	border-radius: 4px;
	margin: 25px 10px 0 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.package_details_bottom_btn1:hover {
	background: #00305e;
	color: #fff !important;
}
.package_details_bottom_btn2 {
	display: inline-block;
	border: 1px solid #e3b635;
	color: #111 !important;
	font-size: 14px;
	padding: 10px 25px;
	position: relative;
	z-index: 9;
	border-radius: 4px;
	margin: 25px 10px 0 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.package_details_bottom_btn2:hover {
	background: #00305e;
	border-color: #00305e;
	color: #fff !important;
}
.package_details_review_section {
	background: #f5f5f5;
	padding: 65px 0;
}
.package_details_bottom_box {
	margin-top: 35px;
}
.package_testimonial_slide_box {
	background: url(../images/star_img.png) #fff no-repeat;
	border-radius: 10px;
	padding: 65px 20px 20px;
	margin: 12px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
	background-position: 20px 30px;
}
.reviews_content_text {
	color: #666;
	font-size: 15px;
	height: 140px;
	overflow: auto;
	padding-right: 20px;
	-webkit-scrollbar-width: thin;
	-moz-scrollbar-width: thin;
	scrollbar-width: thin;
}
.package_testimonial_slide_box_bottom img {
	margin-right: 15px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 50%;
}
.reviews_content_name {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.1;
}
.reviews_content_date {
	color: #999;
	font-size: 14px;
}
#package_testimonial_slide {
	margin-top: 35px;
}
#package_testimonial_slide .owl-prev {
	background: url("../images/prev_icon2.png") no-repeat center !important;
	width: 20px;
	height: 38px;
	border-radius: 0;
	font-size: 0 !important;
	float: left;
}
#package_testimonial_slide .owl-next {
	background: url("../images/next_icon2.png") no-repeat center !important;
	width: 20px;
	height: 38px;
	border-radius: 0;
	font-size: 0 !important;
	float: right;
}
#package_testimonial_slide .owl-dots {
	display: none !important;
}
#package_testimonial_slide .owl-nav {
	position: absolute;
	top: 50%;
	left: -30px;
	right: -30px;
	transform: translate(0, -50%);
	margin-top: 0;
}
.package_details_blog_section {
	background: #fffbe7;
	padding: 65px 0;
}
.type-packages {
	margin-bottom: 0 !important;
}
.package_details_blog_box {
	margin-top: 30px;
	padding: 0 20px;
}
.package_details_blog_box_img {
	border-radius: 10px;
	overflow: hidden;
}
.package_details_blog_box_img img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.package_details_blog_box_date {
	color: #666;
	margin-top: 20px;
	font-size: 15px;
	font-weight: 500;
}
.package_details_blog_box_heading {
	color: #222;
	font-weight: 600;
	font-size: 21px;
	line-height: 1.2;
	margin-top: 5px;
}
.package_details_blog_box_text {
	color: #666;
	margin-top: 20px;
	font-size: 15px;
}
.package_details_blog_box_btn {
	display: inline-block;
	background: #2fa6a5;
	color: #fff !important;
	font-size: 14px;
	padding: 10px 25px;
	border-radius: 4px;
	margin-top: 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.package_details_blog_box_btn:hover {
	background: #00305e;
}
.package_details_toc_section {
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 25px;
	margin-top: 60px;
}
.right_panel_sticky {
	position: sticky;
	top: 100px;
}
.sticky_padding {
	padding-top: 100px;
}
.booking_page_form_box {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 40px 30px 20px;
	text-align: center;
	border-top: 5px solid #2fa6a5;
}
.booking_page_form_box_heading {
	font-family: 'Aboreto';
	color: #222;
	font-size: 28px;
	line-height: 1.2;
}
.booking_page_form_box_text {
	color: #666;
	margin-top: 10px;
}
.book_form p {
	margin-bottom: 0 !important;
}
.book_form input {
	width: 100%;
	border: 1px solid #ddd !important;
	margin-top: 14px;
	min-height: 44px;
	border-radius: 3px;
	color: #555;
}
.book_form select {
	background: url(../images/dropdown.png) no-repeat center right 10px;
	padding: 0 30px 0 12px;
	width: 100%;
	border: 1px solid #ddd !important;
	margin-top: 14px;
	min-height: 44px;
	border-radius: 3px;
	color: #555;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.book_form textarea {
	resize: none;
	border: 1px solid #ddd !important;
	margin-top: 14px;
	height: 144px;
	border-radius: 3px;
	color: #555;
}
.book_form .contact_btn input {
	width: auto;
	border: none !important;
	margin-top: 14px;
	min-height: 44px;
	border-radius: 3px;
	color: #111 !important;
	background: #e3b635 !important;
	font-size: 15px;
	font-weight: normal;
}
.book_form .wpcf7-spinner {
	display: block !important;
}
.book_form {
	margin-top: 20px;
}
.inner_page_heading {
	font-family: 'Aboreto';
	color: #222;
	font-size: 32px;
	line-height: 1.2;
	position: relative;
	padding-bottom: 10px;
}
.inner_page_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 32px;
	border-bottom: 3px solid #e3b635;
}
.centered_heading:before {
	left: 50%;
	transform: translate(-50%, 0);
}
.inner_page_text {
	color: #666;
	margin-top: 20px;
}
.about_page_mid_section {
	background: url(../images/about_bg_img.png) #f4f3f0 repeat-x bottom;
	padding: 60px 0 150px;
	margin: 60px 0;
}
.about_page_bottom_section {
	background: #00305e;
	padding: 60px 0;
	margin: 60px 0;
}
.inner_page_subheading {
	font-family: 'Aboreto';
	color: #222;
	font-size: 25px;
	line-height: 1.2;
}
.about_page_pages_section {
	background: #e3b635;
	padding: 60px 0;
	margin: 60px 0;
}
.about_page_pages_section .inner_page_heading::before {
	border-color: #00305e;
}
.about_page_bottom_box {
	margin-top: 35px;
}
.about_page_bottom_box_inner {
	background: #fff;
	border-radius: 10px;
	min-height: 100%;
	padding: 30px 20px 5px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
.about_page_bottom_box_inner img {
	width: 125px;
	height: 125px !important;
	border-radius: 50%;
	object-fit: cover;
	border: 1px solid #2fa6a5;
	padding: 6px;
}
.about_page_bottom_box_heading {
	font-family: 'Aboreto';
	color: #222;
	font-size: 21px;
	line-height: 1.2;
}
.about_page_bottom_box_text {
	color: #666;
	margin-top: 15px;
}
.about_page_bottom_box_btn {
	display: inline-block;
	background: url(../images/arrow2.png) #00305e no-repeat center right 18px;
	background-size: 12px;
	color: #fff !important;
	font-size: 14px;
	margin-top: 20px;
	text-transform: uppercase;
	padding: 10px 35px 10px 18px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.inner_page_img img {
	border-radius: 10px;
}
.about_page_bottom_brand img {
	margin: 5px 10px;
}
.about_wedo_box_inner {
	background: #fff;
	border-radius: 10px;
	padding: 30px 20px;
	min-height: 100%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.about_wedo_box_inner img {
	border: 2px solid #00305e;
	width: 75px;
	border-radius: 50%;
	padding: 8px;
}
.about_page_tourist_section {
	background: #f4f3f0;
	padding: 60px 0;
	margin: 60px 0;
}
.contact_page_box_inner {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 30px 20px;
	text-align: center;
	min-height: 100%;
}
.contact_page_box_inner img {
	width: 120px;
}
.contact_page_box_heading {
	font-family: 'Aboreto';
	color: #222;
	font-size: 25px;
	line-height: 1.2;
}
.contact_page_box_address {
	color: #666;
	margin-top: 15px;
}
.contact_page_box_phone {
	background: url(../images/contact_phone_icon.png) no-repeat center left;
	background-size: 20px;
	padding-left: 25px;
	display: inline-block;
	font-size: 18px;
	margin-top: 15px;
}
.contact_page_box_phone a {
	color: #00305e;
}
.contact_page_info {
	position: relative;
	padding-left: 50px;
	color: #666;
	margin-top: 20px;
}
.contact_page_info a {
	color: #666;
}
.contact_page_info strong {
	color: #333;
	font-weight: 600;
	font-size: 17px;
}
.contact_page_info img {
	position: absolute;
	background: #00305e;
	width: 40px;
	top: 5px;
	left: 0;
	border-radius: 50%;
	padding: 6px;
}
.contact_form p {
	margin-bottom: 0 !important;
}
.contact_form input {
	width: 100%;
	border: 1px solid #ddd !important;
	min-height: 45px;
	border-radius: 0;
	margin-top: 12px;
}
.contact_form textarea {
	resize: none;
	border: 1px solid #ddd !important;
	height: 150px;
	border-radius: 0;
	margin-top: 12px;
}
.contact_form .contact_btn input {
	width: auto;
	border: none !important;
	min-height: 45px;
	border-radius: 4px;
	margin-top: 12px;
	background: #e3b635 !important;
	color: #111 !important;
	font-size: 16px;
	font-weight: normal;
}
.contact_form {
	margin-top: 20px;
}
.contact_page_map {
	margin: 60px 0 25px;
}
.privacy_page_heading {
	font-family: 'Aboreto';
	color: #00305e;
	font-size: 28px;
	line-height: 1.2;
	margin-top: 30px;
}
.privacy_page_text {
	color: #666;
	margin-top: 15px;
}
.privacy_page_text strong {
	color: #333;
	font-weight: 500;
	font-size: 18px;
}
.privacy_page_list ul {
	padding: 0;
	margin: 0;
}
.privacy_page_list ul li {
	list-style: none;
	position: relative;
	padding-left: 25px;
	color: #666;
	margin-top: 6px;
}
.privacy_page_list ul li a {
	color: #666;
}
.privacy_page_list ul li:before {
	background: url("../images/right_arrow.png") no-repeat;
	background-size: 100%;
	width: 15px;
	height: 15px;
	position: absolute;
	content: "";
	top: 5px;
	left: 0;
}
.testimonial_page_box {
	margin-top: 35px;
}
.testimonial_page_box_inner {
	background: url(../images/quote_icon.png) #f4f3f0 no-repeat;
	background-size: 45px;
  	background-position: 25px 30px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	padding: 90px 25px 30px;
	min-height: 100%;
}
.testimonial_page_box_text {
	color: #666;
	height: 195px;
	overflow: auto;
	padding-right: 15px;
	margin-bottom: 25px;
	-webkit-scrollbar-width: thin;
	-moz-scrollbar-width: thin;
	scrollbar-width: thin;
}
.testimonial_page_box_bottom img {
	width: 70px;
	border-radius: 50%;
	margin-right: 15px;
	border: 3px solid #e3b635;
}
.testimonial_page_box_name {
	color: #00305e;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
}
.testimonial_page_box_designation {
	color: #999;
	font-size: 15px;
}
.sp-easy-accordion .sp-ea-single .ea-header a {
	font-weight: 500 !important;
	font-size: 18px !important;
	padding: 11px 15px !important;
}
.inner_page_list ul {
	padding: 0;
	margin: 0;
}
.inner_page_list ul li {
	list-style: none;
	position: relative;
	padding-left: 25px;
	color: #666;
	margin-top: 3px;
}
.inner_page_list ul li strong {
	font-weight: 600;
}
.inner_page_list ul li:before {
	background: url("../images/favicon.png") no-repeat;
	background-size: 100%;
	width: 16px;
	height: 16px;
	position: absolute;
	content: "";
	top: 5px;
	left: 0;
}
.about_team_box {
	margin-top: 30px;
}
.about_team_box_inner {
	background: #f4f3f0;
	border-radius: 10px;
	padding: 0 0 2px;
	min-height: 100%;
	text-align: left;
	overflow: hidden;
}
.about_team_box_name {
	font-family: 'Aboreto';
	color: #111;
	font-size: 20px;
	line-height: 1.2;
	text-align: left;
	padding: 0 20px;
}
.about_team_box_designation {
	color: #8a8a8a;
	text-align: left;
	margin-top: 5px;
	padding: 0 20px;
	font-size: 15px;
}
/* .about_team_box_inner img {
	width: 150px;
	height: 150px !important;
	object-fit: cover;
	border-radius: 50%;
	border: 1px solid #2fa6a5;
	padding: 6px;
} */

.about_team_box_inner img {
	width: 100%;
	height: 220px !important;
	object-fit: cover;
}
.about_affiliation_box {
	margin-top: 30px;
}
.about_affiliation_box_inner {
	background: rgba(255, 255, 255, 0.7);
	border-radius: 10px;
	padding: 30px 20px;
	text-align: center;
	min-height: 100%;
}
.about_affiliation_box_inner img {
	border-radius: 50%;
	width: 150px;
	height: 150px !important;
}
.about_affiliation_box_text {
	color: #444;
	font-size: 18px;
	line-height: 1.2;
}
.rmp-menu-title-image {
	width: 80px;
	height: 80px;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 999;
}
.footer_btn1 {
	background: #e3b635;
	color: #111 !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 9px 9px 0;
}
.footer_btn3 {
	background: #00305e;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.package_details_mobile_stick_section {
	position: sticky;
	top: 60px;
	z-index: 99;
	background: #fff;
	padding: 12px 0;
	border-bottom: 1px solid #eee;
	margin-top: 30px;
}
.package_know_list_mobile ul {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	white-space: nowrap;
	padding: 0 16px;
	margin: 0;
	list-style: none;
	scrollbar-width: none; /* Firefox */
}
.package_know_list_mobile ul::-webkit-scrollbar {
	display: none; /* Chrome, Safari */
}
.package_know_list_mobile li a {
	display: inline-block;
	text-decoration: none;
	color: #333;
	transition: all 0.3s ease;
	padding: 0 7px;
}
.package_know_list_mobile li a.active {
	color: #e3b635;
}
.thankyou_btn {
	display: inline-block;
	background: #e3b635;
	color: #111 !important;
	padding: 8px 16px;
	margin-top: 20px;
	border-radius: 4px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.thankyou_btn:hover {
	background: #00305e;
	color: #fff !important;
}
.thankyou_text {
	color: #666;
}
.error_container {
	display: flex;
	min-height: 100vh;
	align-items: center;
	text-align: center;
}
.error_container img {
	margin-bottom: 20px;
}
.package_details_common_btn1 {
	display: inline-block;
	background: #e3b635;
	color: #111 !important;
	font-size: 14px;
	padding: 10px 25px;
	position: relative;
	z-index: 9;
	border-radius: 4px;
	margin: 20px 10px 0 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.package_details_common_btn1:hover {
	background: #00305e;
	color: #fff !important;
}
.package_details_common_btn2 {
	display: inline-block;
	background: #2fa6a5;
	color: #fff !important;
	font-size: 14px;
	padding: 10px 25px;
	position: relative;
	z-index: 9;
	border-radius: 4px;
	margin: 20px 0 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.package_details_common_btn2:hover {
	background: #00305e;
	color: #fff !important;
}
.inner_page_list.half_list ul {
	display: flex;
	flex-wrap: wrap;
}
.inner_page_list.half_list ul li {
	width: 50%;
}
.inner_page_list.one_third_list ul {
	display: flex;
	flex-wrap: wrap;
}
.inner_page_list.one_third_list ul li {
	width: 33.3%;
}
.inner_page_list.text-white ul li {
	color: #eee;
}
#popupRight {
	top: auto;
	bottom: 70px;
	right: 30px;
	width: 600px;
	padding-right: 24px;
	border-radius: 10px;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
	border: none;
}
#popupRight .btn-close {
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: #d2b25d !important;
	opacity: 1 !important;
	border-radius: 50%;
	padding: 7px;
	box-shadow: none !important;
}
.offcanvas-backdrop {
	display: none !important;
}
.newsletter_popup_heading {
	color: #06697d;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
}
.newsletter_popup_text {
	color: #666;
	font-size: 14px;
	margin-top: 15px;
}
.newsletter_popup_text strong {
	color: #222;
	font-size: 18px;
	font-weight: 600;
}
.offcanvas {
	transition: transform 2s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}
.offcanvas.show {
  visibility: visible;
}
.post-thumbnail {
	border-radius: 10px;
	overflow: hidden;
}
@media print {
    #pdf-content {
        font-size: 14px;
        line-height: 1.6;
    }
}
.about_bhutan_floral_img1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 215px;
}
.about_bhutan_floral_img2 {
	position: absolute;
	bottom: -177px;
	left: 0;
	width: 373px;
}
.about_bhutan_floral_img3 {
	position: absolute;
	bottom: -110px;
	left: 0;
	width: 300px;
}
.about_page_top_box {
	background: #f4f4f4;
	padding: 30px 30px 10px;
	margin-left: -100px;
	border-radius: 10px;
}
.meet_team_heading {
	font-size: 18px;
	color: #00305e;
}
.about_bhutan_toc {
	position: sticky;
	top: 92px; /* adjust if you have a fixed header */
	z-index: 1000;
	background: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	cursor: grab;
}
.about_bhutan_toc ul {
	display: flex;
	gap: 50px;
	overflow-x: auto;
	white-space: nowrap;
	padding: 0 16px;
/* 	justify-content: center; */
	margin: 0;
	list-style: none;
	scrollbar-width: none; /* Firefox */
}
.about_bhutan_toc.dragging {
  cursor: grabbing;
}
.about_bhutan_toc ul::-webkit-scrollbar {
	display: none; /* Chrome, Safari */
}
.about_bhutan_toc li a {
	display: inline-block;
	text-decoration: none;
	color: #333;
	transition: all 0.3s ease;
	font-size: 15px;
}
.about_bhutan_toc li a.active {
	color: #e3b635;
}
.page-id-9 .breadcrumb-container, .page-id-13 .breadcrumb-container, .page-id-15 .breadcrumb-container {
	margin-bottom: 0 !important;
}
.about_team_box_btn {
	display: inline-block;
	background: #2fa6a5;
	color: #fff !important;
	font-size: 14px;
	padding: 8px 18px;
	border-radius: 4px;
	cursor: pointer;
	text-transform: uppercase;
	margin: 15px 0 0 20px;
}
.modal-backdrop {
	z-index: 99999;
}
.modal {
	z-index: 999999;
}
.team_modal .modal-body {
	position: relative;
}
.team_modal .modal-body .btn-close {
	position: absolute;
	top: -12px;
	right: -12px;
	background-color: #95e6e5 !important;
	opacity: 1;
	border-radius: 50%;
	padding: 7px;
}
.team_popup_name {
	font-family: 'Aboreto';
	color: #111;
	font-size: 23px;
	line-height: 1.2;
}
.team_popup_designation {
	color: #2fa6a5;
	font-size: 15px;
}
.team_popup_text {
	color: #666;
	margin-top: 25px;
	height: 320px;
	overflow: auto;
	padding-right: 10px;
	-webkit-scrollbar-width: thin;
	-moz-scrollbar-width: thin;
	scrollbar-width: thin;
}
.team_modal_img {
	text-align: center;
}
.team_modal_img img {
	width: 210px;
	height: 210px !important;
	object-fit: cover;
	border-radius: 50%;
	border: 1px solid #fff;
	padding: 7px;
}
.team_modal_left {
	background: #e3b635;
	min-height: 100%;
	border-radius: 10px;
	padding: 20px 0;
}
.team_modal_social img {
	width: 30px;
}
.team_modal_social {
	background: #00305e;
	padding: 10px 0;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.team_modal_social a {
	margin: 0 3px;
}
/* .modal-dialog-scrollable .modal-content {
	-webkit-scrollbar-width: thin;
	-moz-scrollbar-width: thin;
	scrollbar-width: thin;
} */
.package_know_before_accordian .sp-easy-accordion .sp-ea-single .ea-header a {
	padding: 10px 0 !important;
	font-weight: 500 !important;
	font-size: 15px !important;
	border-bottom: 1px solid #eee;
}
.package_know_before_accordian .ea-body {
	padding-left: 0 !important;
	padding-right: 0 !important;
	font-size: 15px !important;
}
.blog_toc_main {
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 20px;
}
.blog_toc_main .package_slide_box img {
	height: 300px !important;
}
.recent-post-date {
	color: #e3b635;
	font-size: 11px;
	margin-top: 3px;
}
.blog_toc_main_heading {
	color: #2fa6a5;
	font-weight: 600;
	font-size: 23px;
	line-height: 1.2;
}
.blog_toc_main_list ul {
	padding: 0;
	margin: 20px 0 0;
}
.blog_toc_main_list ul li {
	list-style: none;
	padding: 8px 0 9px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
}
.blog_toc_main_list ul li img {
	width: 60px;
	margin-right: 10px;
	min-width: 60px;
	max-width: 60px;
	border-radius: 6px;
}
.blog_toc_main_list ul li:last-child {
	border-bottom: none;
}
.blog_toc_main_list ul li a {
	color: #555;
	font-size: 14px;
	line-height: 1.3;
	display: block;
}
#h5-toc a.active {
    color: #e3b635;
}
.home_special_offer_section {
	background: url(../images/offer_bg.jpg) #00305e no-repeat center bottom;
	padding: 70px 0;
}
#offer_slide {
	margin-top: 40px;
}
#offer_slide .item img {
	border-radius: 10px;
}
#offer_slide .owl-nav {
	position: absolute;
	top: 50%;
	left: -35px;
	right: -35px;
	transform: translate(0, -50%);
	margin-top: 0;
}
#offer_slide .owl-prev {
	background: url("../images/prev_icon.png") no-repeat center !important;
	width: 20px;
	height: 38px;
	border-radius: 0;
	font-size: 0 !important;
	float: left;
}
#offer_slide .owl-next {
	background: url("../images/next_icon.png") no-repeat center !important;
	width: 20px;
	height: 38px;
	border-radius: 0;
	font-size: 0 !important;
	float: right;
}
#offer_slide .owl-dots {
	display: none !important;
}
#blog_offer_slide {
	margin-top: 20px;
}
#blog_offer_slide .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0, -50%);
	margin-top: 0;
}
#blog_offer_slide .owl-prev {
	background: url("../images/prev_icon.png") #2fa6a5 no-repeat center !important;
	background-size: 10px !important;
	width: 32px;
	height: 43px;
	border-radius: 0;
	font-size: 0 !important;
	float: left;
	margin: 0 !important;
}
#blog_offer_slide .owl-next {
	background: url("../images/next_icon.png") #2fa6a5 no-repeat center !important;
	background-size: 10px !important;
	width: 32px;
	height: 43px;
	border-radius: 0;
	font-size: 0 !important;
	float: right;
	margin: 0 !important;
}
#blog_offer_slide .owl-dots {
	display: none !important;
}
.sitemap_page_container {
	padding: 30px 0 60px;
}
.sitemap_page_heading {
	font-family: 'Aboreto';
	font-size: 23px;
	color: #111;
	text-transform: uppercase;
	line-height: 1.2;
	margin-top: 30px;
}
.sitemap_page_list ul {
	padding: 0 0 0 20px;
	margin: 20px 0 0;
	border-left: 1px solid #ccc;
}
.sitemap_page_list ul li {
	list-style: none;
	margin-top: 8px;
}
.sitemap_page_list ul li:first-child {
	margin-top: 0;
}
.sitemap_page_list ul li a {
	display: inline-block;
	background: #eee;
	color: #666;
	font-size: 15px;
	padding: 8px 12px;
	border-radius: 4px;
	position: relative;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sitemap_page_list ul li a:hover {
	background: #e3b635;
	color: #111;
}
.sitemap_page_list ul li a:before {
	border-top: 1px solid #ccc;
	position: absolute;
	content: "";
	width: 20px;
	top: 50%;
	left: -20px;
	transform: translate(0, -50%);
}
.blog_page_form_box {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 30px;
	border-top: 5px solid #2fa6a5;
	margin-bottom: 60px;
}
.blog_page_form input {
	width: 100%;
	border: 1px solid #ddd !important;
	margin-top: 14px;
	min-height: 44px;
	border-radius: 3px;
	color: #555;
}
.blog_page_form select {
	background: url(../images/dropdown.png) no-repeat center right 10px;
	padding: 0 30px 0 12px;
	width: 100%;
	border: 1px solid #ddd !important;
	margin-top: 14px;
	min-height: 44px;
	border-radius: 3px;
	color: #555;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.blog_page_form textarea {
	resize: none;
	border: 1px solid #ddd !important;
	margin-top: 14px;
	height: 144px;
	border-radius: 3px;
	color: #555;
}
.blog_page_form .contact_btn input {
	width: auto;
	border: none !important;
	margin-top: 14px;
	min-height: 44px;
	border-radius: 3px;
	color: #111 !important;
	background: #e3b635 !important;
	font-size: 15px;
	font-weight: normal;
}
.blog_page_form {
	margin-top: 15px;
}
.blog_page_form p {
	margin-bottom: 0 !important;
}





/*================= Responsive =================*/

@media only screen and (min-width : 300px) and (max-width : 1023px) {
body.mob-menu-overlay, body.mob-menu-slideout, body.mob-menu-slideout-over, body.mob-menu-slideout-top {
  overflow-x: visible !important;
}
.header_contact span:last-child, .header_btn, .header_menu, .package_details_toc_section {
  display: none;
}
.blog_author_section {
  padding: 20px;
  margin-bottom: 50px;
}
.blog_author_section_img {
  margin-bottom: 20px;
}
.blog_author_section_img img {
  width: 100px;
  height: 100px;
}
.blog_author_section_heading {
  font-size: 22px;
}
.team_modal .modal-body .btn-close {
  top: 5px;
  right: 5px;
}
.offcanvas_popup_img img {
  display: none;
}
#popupRight {
  right: 15px;
  width: 270px;
  padding: 24px;
}
.about_bhutan_toc {
  top: 60px;
}
.about_bhutan_floral_img2 {
  bottom: -100px;
  width: 200px;
}
.about_bhutan_floral_img3 {
  bottom: -95px;
  width: 200px;
}
.about_bhutan_toc ul {
  gap: 35px;
}
.package_details_page_header_btn2 {
  margin: 20px 0 0;
}
.team_modal_img img {
  width: 140px;
  height: 140px !important;
}
.about_bhutan_floral_img1 {
  width: 110px;
}
.team_popup_text {
  height: 215px;
}
#package_testimonial_slide .owl-nav {
  position: static;
  transform: none;
}
.team_popup_name {
  margin-top: 25px;
}
#package_testimonial_slide .owl-prev, #package_testimonial_slide .owl-next {
  float: none;
}
.header {
  padding: 8px 0 !important;
}
#package_slide .owl-nav, #offer_slide .owl-nav {
  position: static;
  transform: none;
}
.logo img {
  width: 100px !important;
}
.header_contact span {
  margin: 0;
}
.rmp-menu-title-image {
  width: 75px;
  height: 75px;
}
.home_banner_section {
  padding: 100px 0 50px;
}
.home_sponsor_section img {
  margin: 10px 7px 0;
  width: 65px;
}
.home_testimonial_section, .home_about_section, .home_package_section, .home_why_section, .home_news_section, .package_details_review_section, .package_details_bottom_section, .package_details_blog_section, .home_special_offer_section {
  padding: 40px 0;
}
.home_testimonial_section_heading, .home_about_section_heading, .inner_page_heading, .package_details_heading, .booking_page_form_box_heading {
  font-size: 25px;
}
.home_testimonial_section_img {
  margin-top: 30px;
}
.home_testimonial_mid {
  margin-top: 30px;
  margin-bottom: 30px;
}
.home_about_section_img2 {
  width: 200px;
  right: 0;
}
.home_about_leaf {
  bottom: 10px;
  width: 160px;
  right: 0;
}
.home_about_section_subheading {
  margin: 30px 0;
}
.home_about_section_rotating, .home_news_section_left_img {
	margin-bottom: 30px;
}
#package_slide .owl-prev, #package_slide .owl-next, #offer_slide .owl-prev, #offer_slide .owl-next {
  float: none;
}
.leaf_img2 {
  top: 70px;
  width: 160px;
}
.home_brief_section .col-lg-5:last-child {
  margin-top: 25px;
}
.home_brief_section {
  background: none;
  padding: 0 0 40px;
}
.home_brief_section_heading {
  margin-top: 20px;
}
.home_why_block {
  border-right: none;
  margin-top: 30px;
}
.home_why_block_text {
  padding: 20px 0 0;
}
.home_why_block img {
  width: 45px;
}
.home_news_list_date {
  width: 60px;
  min-width: 60px;
}
.footer_top_block {
  margin-top: 32px;
}
.footer {
  padding: 15px 0 60px;
}
.footer_top_heading {
  font-size: 21px;
}
.footer_social {
  margin-top: 20px;
  text-align: left;
}
.footer_social a {
  margin: 0 3px 0 0;
}
.page .entry-title, .blog_page_title {
  font-size: 30px;
}
.page .entry-header, .blog_page_header {
  padding: 130px 0 90px !important;
}
.breadcrumb-container {
  font-size: 13px;
  padding: 15px 0;
  margin: 0 0 40px !important;
}
.inner_page_img {
  margin-bottom: 30px;
}
.about_page_mid_section {
  padding: 40px 0 120px;
  margin: 40px 0;
}
.about_page_bottom_section, .about_page_pages_section {
  padding: 40px 0;
  margin: 40px 0;
}
.about_page_bottom_box {
  margin-top: 25px;
}
.about_page_bottom_brand img {
  margin: 5px 7px;
  width: 65px;
}
.package_page_box_inner img {
  height: 300px !important;
}
.package_page_box {
  margin-bottom: 25px;
}
.package_details_banner_days {
  font-size: 16px;
  margin-top: 5px;
}
.package_details_price_box {
  display: block;
  padding: 15px 30px;
  font-size: 12px;
  margin-top: 30px;
}
.package_details_price_box strong {
  font-size: 25px;
  margin: 5px 0;
}
.package_details_page_header {
  padding: 130px 0 0;
}
.package_details_page_header_btn {
  margin: 20px 0 0;
}
.package_details_spec_section {
  padding: 40px 0 0;
}
.package_details_spec_block {
  border-right: none;
  min-width: 50%;
  margin: 10px 0;
}
.package_details_spec_block_text {
  padding: 0;
}
.sticky_padding {
  padding-top: 65px;
}
.slides.big_img img {
  height: 280px !important;
}
#myDetailsTab .nav-item {
  width: 33.3%;
}
#myDetailsTab .nav-item:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
#myDetailsTab .nav-item:first-child, #myDetailsTab .nav-item:nth-child(2) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#myDetailsTab .nav-item:first-child .nav-link {
  padding-left: 20px;
}
.package_details_overview_cta_box_heading {
  font-size: 20px;
}
.package_details_overview_cta_box_text {
  font-size: 15px;
}
.booking_page_form_box {
  padding: 35px 20px 10px;
}
#back-to-top {
  bottom: 55px;
}
.book_form .contact_btn input {
  min-height: 42px;
}
.about_affiliation_box_inner img {
  width: 100px;
  height: 100px !important;
}
.about_affiliation_box, .about_team_box {
  margin-top: 25px;
}
.contact_page_box {
  margin-top: 20px;
}
.contact_page_box_inner img {
  width: 65px;
}
.contact_page_box_heading {
  font-size: 22px;
}
.contact_right {
  margin-top: 40px;
}
.privacy_page_heading {
  font-size: 23px;
  margin-bottom: 10px;
}
.about_page_top_box {
  padding: 30px 25px 10px;
  margin-left: 0;
}
}

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

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.container-fluid {
  max-width: 85%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.container-fluid {
  max-width: 720px;
}
.header_contact span:last-child {
  display: inline-flex;
}
.team_popup_text {
  height: 315px;
}
.header_contact span {
  margin: 0 10px;
}
.package_details_page_header_btn {
  margin: 20px 0 80px;
}
.package_details_spec_block {
  min-width: 33%;
  max-width: 33%;
}
.package_details_toc_section {
  display: block;
}
.contact_right {
  margin-top: 0;
}
.blog_toc_main_list ul li img {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.container-fluid {
  max-width: 960px;
}
.header_menu ul li a {
  font-size: 12px;
}
.header_menu ul li {
  margin: 0 4px;
}
.home_about_leaf {
  bottom: 20px;
  width: 200px;
}
.footer_top_heading {
  font-size: 21px;
}
.about_page_bottom_box_inner {
  padding: 25px 15px 5px;
}
.page .entry-title, .blog_page_title {
  font-size: 45px;
}
.contact_page_box_inner {
  padding: 30px 15px;
}
.contact_page_box_inner img {
  width: 90px;
}
.inner_page_heading {
  font-size: 28px;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.container-fluid {
  max-width: 720px;
}
.header_contact span:last-child {
  display: inline-flex;
}
.team_popup_text {
  height: 315px;
}
.header_contact span {
  margin: 0 10px;
}
.package_details_page_header_btn {
  margin: 20px 0 80px;
}
.package_details_spec_block {
  min-width: 33%;
  max-width: 33%;
}
.package_details_toc_section {
  display: block;
}
.contact_right {
  margin-top: 0;
}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.container-fluid {
  max-width: 720px;
}
.header_contact span:last-child {
  display: inline-flex;
}
.team_popup_text {
  height: 315px;
}
.header_contact span {
  margin: 0 10px;
}
.package_details_page_header_btn {
  margin: 20px 0 80px;
}
.package_details_spec_block {
  min-width: 33%;
  max-width: 33%;
}
.package_details_toc_section {
  display: block;
}
.contact_right {
  margin-top: 0;
}
}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {

}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

}