body {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins';
}
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: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 10px 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader {
	padding: 5px 0;
	background: #fff;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.logo img {
	width: 250px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader .logo img {
	width: 180px;
}
/* .home_banner_section {
	background: url(../images/banner_bg.jpg) no-repeat;
	background-size: cover;
	padding: 185px 0 200px;
} */
.banner_img_main {
	min-height: 900px;
	object-fit: cover;
}
.home_banner_content {
	position: absolute;
	top: 28%;
	left: 0;
	width: 100%;
}
.banner_subheading {
	font-size: 14px;
	border: 1px solid #fcdb05;
	border-radius: 30px;
	font-weight: 500;
	color: #1c2c4f;
	padding: 4px 12px 4px 35px;
}
.banner_subheading:before {
	background: #fcdb05;
	position: absolute;
	content: "";
	top: 50%;
	left: 12px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	transform: translate(0, -50%);
}
.banner_heading {
	font-size: 40px;
	line-height: 1.2;
	margin-top: 20px;
	color: #1c2c4f;
	font-weight: bold;
}
.banner_heading strong {
	color: #244ca5;
}
.banner_text {
	color: #1c2c4f;
	margin-top: 20px;
	font-size: 15px;
	font-weight: 500;
}
.banner_btn {
	display: inline-flex;
	align-items: center;
	background: #fcdb05;
	color: #1c2c4f !important;
	border-radius: 4px;
	padding: 7px 20px 7px 10px;
	font-size: 15px;
	margin-top: 25px;
	margin-right: 10px;
	font-weight: 600;
	position: relative;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_btn img {
	width: 33px;
	margin-right: 10px;
	background: #1c2c4f;
	border-radius: 3px;
	padding: 4px;
}
.banner_btn:hover {
	background: #244ca5;
	color: #fff !important;
}
.banner_btn2 {
	display: inline-flex;
	vertical-align: top;
	background: #244ca5;
	color: #fff !important;
	border-radius: 4px;
	padding: 10px 20px;
	font-size: 14px;
	margin-top: 25px;
	margin-right: 10px;
	font-weight: 600;
}
.home_uc_section {
	position: relative;
	margin-top: -60px;
}
.home_uc_section_inner {
	background: url(../images/uc_bg.png) #fcdb05 no-repeat center;
	border: 2px dashed #1c2c4f;
	padding: 30px;
	border-radius: 10px;
	position: relative;
}
.home_uc_section_heading {
	font-weight: bold;
	font-size: 50px;
	line-height: 1;
	color: #111;
}
.home_uc_section_text {
	color: #434343;
	font-size: 15px;
	margin-top: 15px;
}
.home_uc_section_list {
	border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.home_uc_section_list ul {
	padding: 0;
	margin: 0;
}
.home_uc_section_list ul li {
	list-style: none;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	margin: 8px 0;
}
.home_uc_section_list ul li a {
	color: #444;
}
.home_uc_section_list ul li img {
	width: 30px;
	border-radius: 50%;
	background: #fff4a9;
	padding: 5px;
	margin-right: 8px;
}
.home_wedo_section {
	padding: 70px 0;
}
.home_wedo_section_heading {
	font-size: 30px;
	line-height: 1.2;
	color: #1c2c4f;
	font-weight: bold;
}
.home_wedo_section_heading:before {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	width: 35%;
	height: 5px;
	background: #fde652;
	z-index: -1;
	transform: translate(0, -50%);
	border-radius: 15px;
}
.home_wedo_box {
	margin-top: 45px;
}
.home_wedo_box_img {
	overflow: hidden;
	border-radius: 8px;
}
.home_wedo_box_img img {
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_wedo_box:hover .home_wedo_box_img img {
	transform: scale(1.1);
}
.home_wedo_box_heading {
	color: #21252c;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.3;
	margin-top: 20px;
}
.home_wedo_box_text {
	color: #666;
	font-size: 14px;
	margin-top: 15px;
}
.home_wedo_box_btn {
	display: inline-block;
	background: #1c2c4f;
	color: #fcdb05 !important;
	font-weight: 500;
	font-size: 14px;
	margin-top: 20px;
	border-radius: 4px;
	padding: 10px 18px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_wedo_box_btn:hover {
	background: #244ca5;
}
.home_destination_section {
	background: url(../images/destination_bg.png) #fcdb05 no-repeat center;
	padding: 60px 0;
	border-radius: 15px;
}
.home_about_box {
	background: #fff;
	border-radius: 10px;
	margin-top: 40px;
}
.home_about_box_heading {
	color: #1c2c4f;
	font-weight: bold;
	font-size: 25px;
	line-height: 1.2;
}
.home_about_box_text {
	color: #666;
	font-size: 14px;
	margin-top: 15px;
}
.home_bottom_section {
	padding: 70px 0;
}
.home_bottom_box {
	margin-top: 40px;
}
.home_bottom_box_inner {
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 8px 22.14px 4.86px rgba(0, 0, 0, 0.08);
	min-height: 100%;
	padding: 25px 20px;
}
.home_bottom_box_inner img {
	background: #e3ecff;
	width: 75px;
	border-radius: 50%;
	padding: 5px;
}
.home_bottom_box_heading {
	font-weight: 600;
	color: #1c2c4f;
	text-transform: uppercase;
	line-height: 1.2;
	margin-top: 25px;
}
.home_bottom_box_text {
	color: #666;
	font-size: 14px;
	margin-top: 15px;
}
.home_contact_section {
	padding: 70px 0;
}
.home_contact_section_heading {
	color: #1c2c4f;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.2;
	margin-top: 20px;
}
.home_contact_section_text {
	color: #666;
	margin-top: 20px;
	font-size: 15px;
}
.home_contact_section_btn {
	display: inline-block;
	background: #fcdb05;
	color: #111 !important;
}
.home_contact_section_btn {
	display: inline-block;
	background: #fcdb05;
	color: #111 !important;
	font-weight: 500;
	font-size: 14px;
	padding: 10px 45px 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_contact_section_btn:before {
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background: #111;
	position: absolute;
	content: "";
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	transform: translate(0, -50%);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_contact_section_btn:hover {
	background: #244ca5;
	color: #fff !important;
}
.home_contact_section_btn:hover:before {
	background: #fff;
}
.home_contact_form_box {
	background: #ebf1ff;
	padding: 25px 30px 10px;
	border-radius: 8px;
}
.footer {
	background: #1c2c4f;
	padding: 40px 0 20px;
}
.footer_top_heading {
    font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
}
.footer_top_heading strong {
	font-weight: 600;
	color: #fcdb05;
}
.footer_contact_info ul {
	padding: 10px 10px 5px 0;
	margin: 20px 0 0;
	display: inline-block;
	border: 2px solid rgba(252, 219, 5, 0.2);
	border-radius: 50px;
}
.footer_contact_info ul li {
	color: #fff;
	font-weight: 500;
	list-style: none;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	margin: 0 10px;
}
.footer_contact_info ul li img {
	padding: 6px;
	max-width: 38px;
	border-radius: 50%;
	background: #fcdb05;
	margin-right: 5px;
}
.footer_contact_info ul li a {
	color: #fff;
}
.footer_top_block {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_top_block:last-child {
	border-right: none;
}
.footer_bottom {
	padding: 20px 0 0;
	margin-top: 30px;
}
.footer_social img {
	width: 28px;
}
.footer_social a {
	margin-left: 5px;
}
.footer_copyright {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
}
.footer_copyright a {
	color: #fff;
}
#back-to-top {
	background: #fcdb05;
    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;
}
.home_contact_form_box p {
	margin-bottom: 0 !important;
}
.home_contact_form_box input {
	width: 100%;
	border: none !important;
	margin-top: 12px;
	font-size: 15px;
	border-radius: 4px;
	min-height: 42px;
}
.home_contact_form_box textarea {
	resize: none;
	border: none !important;
	margin-top: 12px;
	font-size: 15px;
	border-radius: 4px;
	height: 100px;
}
.home_contact_form_box .contact_btn input {
	width: auto;
	border: none !important;
	margin-top: 12px;
	font-size: 15px;
	border-radius: 4px;
	min-height: 42px;
	background: #1c2c4f !important;
	font-weight: 500;
	font-size: 14px;
}
.home_contact_form_box .wpcf7-spinner {
	display: block !important;
}
.home_about_box_right {
	padding: 30px 30px 30px 12px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	background: #ffb900 !important;
	font-size: 14px !important;
	border-radius: 4px !important;
}
.wpcf7-not-valid-tip {
	font-size: 14px !important;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
	background: #dc3232 !important;
	font-size: 14px !important;
	color: #fff !important;
	border-radius: 4px !important;
}
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner_bg.jpg") #eee no-repeat !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 200px 0 110px !important;
    margin: 0 0 50px !important;
    position: relative;
    overflow: hidden;
}
.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: #1c2c4f;
	position: relative;
    font-size: 32px;
	font-weight: bold;
    text-transform: uppercase;
    z-index: 99;
	margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
	color: #c7ac00;
	position: relative;
	font-size: 14px;
}
.breadcrumb-container a {
	color: #c7ac00;
}
.page {
	margin-top: 0 !important;
}
.thankyou_text {
	color: #666;
	font-size: 15px;
}
.thankyou_btn {
	display: inline-block;
	background: #fcdb05;
	color: #111 !important;
	font-size: 15px;
	margin-top: 20px;
	border-radius: 4px;
	padding: 10px 18px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.thankyou_btn:hover {
	background: #1c2c4f;
	color: #fff !important;
}


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

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.logo img {
  width: 185px;
}
.header {
  background: #fff;
}
.home_banner_section {
  margin-top: 80px;
}
.home_uc_section {
  margin-top: 40px;
}
.darkHeader .logo img {
  width: 150px;
}
.banner_heading {
  font-size: 28px;
}
.home_banner_content {
  position: static;
  margin-top: 40px;
}
.banner_btn {
  padding: 5px 20px 5px 5px;
  margin-top: 20px;
}
.home_uc_section_img img {
  width: 130px;
  margin-bottom: 30px;
}
.home_uc_section_heading, .home_wedo_section_heading, .home_contact_section_heading {
  font-size: 25px;
}
.home_wedo_section, .home_destination_section, .home_contact_section {
  padding: 40px 0;
}
.home_bottom_section {
  padding: 40px 0 0;
}
.home_uc_section_list {
  border-left: none;
  margin-top: 30px;
}
.home_uc_section_inner {
  padding: 30px 20px;
}
.home_wedo_box {
  margin-top: 30px;
}
.home_about_box_right {
  padding: 30px;
}
.home_bottom_box {
  margin-top: 25px;
}
.home_bottom_box_inner img {
  width: 65px;
}
.home_contact_form_box {
  padding: 25px 20px 10px;
}
.footer_top_block {
  border-right: none;
  text-align: center;
}
.footer_logo img {
  width: 200px;
  margin-bottom: 30px;
}
.footer_contact_info ul li img {
  padding: 4px;
  max-width: 32px;
}
.footer_bottom {
  margin-top: 0;
  text-align: center;
}
.footer_social a {
  margin: 0 3px;
}
.footer_social {
  margin-top: 15px;
}
#back-to-top img {
  width: 35px;
}
}

@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) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.home_about_box_img img {
  min-height: 400px;
  object-fit: cover;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.banner_heading {
  font-size: 33px;
}
.home_uc_section_heading {
  font-size: 24px;;
}
.home_uc_section_list ul li img {
  width: 26px;
  padding: 4px;
  margin-right: 6px;
}
.home_uc_section_list ul li {
  font-size: 13px;
}
.home_about_box_img img {
  min-height: 300px;
  object-fit: cover;
}
.footer_contact_info ul li {
  margin: 0 5px;
}
.footer_contact_info ul {
  padding: 10px 10px 5px 5px;
}
.footer_contact_info ul li img {
  padding: 4px;
  max-width: 30px;
}
}

/* 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) {

}

/* 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) {

}

/* 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) {
.home_banner_content {
  top: 32%;
}
}

@media screen and (min-width: 2048px) {
.home_banner_content {
  top: 32%;
}
}

@media screen and (min-width: 2550px) {
.home_banner_content {
  top: 32%;
}
}