@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

/* Contact */
.reasons-section .single-item .inner-box {
	position: relative;
	display: block;
	background: #fff;
	padding: 100px 30px 38px 18px;
	border-radius: 20px;
	box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
	transition: all 500ms ease;
	min-height: 235px;
}

.reasons-section .single-item .inner-box .icon-box {
	position: absolute;
	left: 30px;
	top: 0px;
	font-size: 40px;
	line-height: 80px;
	width: 60px;
	height: 80px;
	color: #fff;
	background: #fa9e1b;
	text-align: center;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

.reasons-section .single-item .inner-box .icon-box {
	font-size: 40px;
	line-height: 80px;
	color: #fff;
	text-align: center;
}

.reasons-section .single-item .inner-box h3 {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 32px;
	color: #222;
	font-weight: 500;
	margin-bottom: 18px;
}

.reasons-section .single-item .inner-box h3 a {
	color: #000;
}

.reasons-section .inner-content .single-column:nth-child(2) .single-item .inner-box .icon-box {
	background: rgb(76, 148, 207, 0.9);
}

.reasons-section .inner-content .single-column:nth-child(3) .single-item .inner-box .icon-box {
	background: #e89940;
}

.reasons-section .inner-content .single-column:last-child .single-item .inner-box .icon-box {
	background: #003459;
}

#section-padding {
	padding: 60px 0px 60px 0px;
}

#section-padding1 {
	padding: 60px 0px 60px 0px;
}

.reasons-section .single-item .inner-box .icon-box span {
	padding-top: 30px;
}

.text {
	color: #333333;
	font-weight: 400;
}

.abt-out {
	padding-top: 30px;
}

.icon-bg {
	box-shadow: 0px 0px 20px 0px rgb(102 102 102 / 15%);
	float: left;
	width: 100%;
	padding: 30px;
	border-radius: 10px;
}

.icon {
	float: left;
	width: 20%;
}

.icon-bg i {
	background: #003459;
	float: left;
	border: 2px solid var(--colorPrimary);
	font-size: 25px;
	margin-right: 30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 10px;
	text-align: center;
	/* color: var(--colorWhite); */
	transform: rotate(45deg);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-transform: rotate(-30deg);
	/* -moz-transform: rotate(45deg); */
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	display: flex;
	justify-content: center;
	align-content: center;
	/*padding-top: 15px;*/
	margin-top: 20px;
}

.icon-bg span {
	color: #fff;
}

.text-in {
	float: right;
	width: 80%;
}

#gap-in {
	margin-bottom: 15px;
}

.text-in h4 {
	color: #000;
	font-weight: 600;
}

#gap-inn {
	margin-left: 0px;
}

.abt-out h3 {
	font-weight: 700;
	color: #2d2c2c;
	font-size: 30px;
}

.form-control2 {
	width: 100%;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #ccc;
	color: #000;
	background: #fff;
}

.contact_submit_button {
	background: linear-gradient(to right, #fa9e1b, #5ba8e7);
	border: 0;
	padding: 5px 15px 5px 15px;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	color: #fff;
	margin-top: 15px;
	float: left;
	cursor: pointer;
	font-weight: bold;
}

.detail-in {
	margin-bottom: 60px;
}

.m-in {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 30px;
}

.ba-out {
	overflow: hidden;
	background: url(../images/banner-bg.jpg);
	margin-top: 146px;
}

.cc-in {
	padding: 50px 0;
}

.ba-out h1 {
	width: 100%;
	text-align: center;
	color: #fff;
	float: left;
	font-size: 36px;
	font-family: 'Poppins', sans-serif;
	padding: 0px 0px;
}

.about-short {
	/* width: 100%; */
	padding: 35px 0 0 0;
	font-size: 16px;
	color: #0b4778;
	text-align: center;
}

.about-short li {
	display: inline-block;
}

.about-short li a {
	color: #fff;
	font-weight: 300;
}

.about-short li span {
	color: #fff;
	padding: 0px 6px 0 6px;
}

.about-short li a:hover,
.about-short li a.active {
	color: #fa9e1b;
}

.main_nav_item a.active::after {
	display: block;
	position: absolute;
	left: -5px;
	bottom: -11px;
	width: calc(100% + 10px);
	height: 2px;
	background: linear-gradient(to right, #fa9e1b, #5ba8e7);
	content: '';
	opacity: 1 !important;
	/* color: linear-gradient(to right, #fa9e1b, #5ba8e7) !important; */
	/* color: linear-gradient(to right, #fa9e1b, #5ba8e7); */
	/* color: linear-gradient(to right, #fa9e1b, #5ba8e7) !important; */
}

.dropdown-toggle::after {

	border-top: unset !important;
	border-right: 0em solid transparent !important;
	border-bottom: 0 !important;
	border-left: 0em solid transparent !important;
}

.ab-in img {
	width: 100%;
}

#myBtnn {
	position: fixed;
	bottom: 30px;
	right: 45px;
	z-index: 99;
	border: none;
	outline: none;
	background: linear-gradient(to right, #fa9e1b, #5ba8e7);
	color: white;
	cursor: pointer;
	padding: 10px 15px 10px 15px;
	border-radius: 50%;
	transition: 0.7s;
	width: 44px;
	height: 44px;
	display: flex;
	justify-content: center;
}

.ab-in {
	overflow: hidden;
}

/* Grow */
.hvr-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.filter-in {
	float: left;
	width: 100%;
	padding: 60px 0px 60px 0px;
	background: #f7f9fc;
}

.continents-wrap {
	float: left;
	width: 20%;
	margin: 0 5% 0 0;
	padding: 0;
}

.flowers-wrap {
	padding: 0;
	position: relative;
	padding: 20px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
	background: linear-gradient(to top right, #59a9ea, #fa9e1b);
	color: #fff;
}

.fi-in {
	color: #f58307;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
	padding: 20px;
	margin-bottom: 20px;
	float: left;
	width: 100%;

}

.flowers div {
	/*float:left;
   width:100%;*/

	/* height:68px;
  line-height:68px;
  padding:0 5%;*/
	/* background:#eee;*/
	/*margin:0 0 1px;
  position:relative;*/
}

.fi-in img {
	width: 100%;
}

.flower img {
	width: 100%;
}

.flower span {
	float: left;
}

/* .flower p {
	margin-bottom: 5px;
} */

.flower h2 {
	margin-bottom: 15px;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	color: #4c94cf;
}

.link1 a {
	background: linear-gradient(to top right, #59a9ea, #fa9e1b);
	padding: 6px 10px;
	color: #fff;
	border-radius: 4px;
	cursor: pointer !important;
	font-family: 'Poppins', sans-serif;
}

.link1 {
	margin-top: 6px;
}

#golden-wattle {
	display: none !important;
}

.flower span {
	color: #003459;
	padding: 0 4px 0px 0px;
}

.flower h4 {
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.flowers p {
	color: #000;
	line-height: 18px !important;
	margin-bottom: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
}



.link1 {
	margin-top: 30px;
}

.ga-in img {
	width: 100%;
}

/*.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
}
*/
.gg-in {
	padding-right: 0;
	padding-left: 10px;
}

.pa-in {
	float: left;
	width: 100%;
	padding: 40px 0px;
	background: #fff;
}

.pa-in span {
	float: left;
	padding: 0 4px 0px 0px;
}

.va-in {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 15px;
}

.va-in span {
	color: #003459;
}

.va-in h4 {
	color: #000;
	font-weight: 600;
	margin-bottom: 18px;
	font-size: 22px;
}

.am-in span {
	color: #f58307;
}

.ra-inn span {
	color: #f58307;
}

.ra-in span {
	color: #f58307;
}

.ame-in {
	margin-top: 20px;
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 15px;
}

.ra-inn {
	margin-top: 20px;
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 15px;
}

.amt-in h2 {
	padding: 0px 4px;
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	margin: 0;
}

.amt-in p {
	display: inline-block;
	color: #fff;
	margin: 0;
}

.amt-in {
	background: #003459;
	border-radius: 10px;
	float: left;
	width: 100%;
	padding-left: 30px;
	padding: 15px;
}

.price_div label {
	margin: 0;
}

.price_div:not(:last-child) {
	margin-bottom: 20px;
}

.pp-in {
	border-radius: 20px;
	float: left;
	width: 100%;
	padding: 15px;
	border: 1px solid #ccc;
	margin-top: 15px;
}

.form-control2 {
	width: 100%;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #4c94cf;
	color: #000;
	

}

.ra-in1 h4 {
	background: #f58307;
	position: absolute;
	right: 15px;
	top: 210px;
	color: #fff;
	padding: 6px 20px;
	border-radius: 10px 0px 0px 10px;
}

.ra-in1 img {
	width: 100%;
	position: relative;
	border-radius: 10px;
}

.ra-in1 h5 {
	margin-top: 10px;
	font-weight: 600;
	color: #000;
}

.ra-in1 {
	margin-top: 20px;
	float: left;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 15px;
}

#main {
	margin: 10px 0;
}

#main #faq .card {
	margin-bottom: 10px;
	border: 0;
}

#main #faq .card .card-header {
	border: 0;
	-webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
	box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
	border-radius: 2px;
	padding: 0;
}

#main #faq .card .card-header .btn-header-link {
	color: #fff;
	display: block;
	text-align: left;
	background: #003459;
	color: #fff;
	padding: 15px;
}

/*
#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}
*/
#main #faq .card .card-header .btn-header-link.collapsed {
	background: #003459;
	color: #fff;
}

/*#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}*/

#main #faq .card .collapsing {
	background: #fff;
	line-height: 30px;
}

#main #faq .card .collapse {
	border: 0;
}

#main #faq .card .collapse.show {
	background: #FFF;
	line-height: 30px;
	color: #000;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.ra-inn span {
	float: right;
}

.footer {
	clear: both;
}

.ra-in2 {
	float: left;
	width: 100%;
	padding: 15px;
}

.ra-in2 span {
	color: #f58307;
}

.copyright_content a:hover {
	color: #003459 !important;
}

.phone a {
	color: #fff !important;
}

.text a {
	color: #000;
}

.loc-in {
	padding: 0px 0px 0px 10px;
}

.amt-in p {
	margin-bottom: 6px;
}
.amt-in.acp p {
	margin-bottom: -25px;
}

strong {
	font-size: 18px;
}

.card-body h5 {
	color: #f58307;
	font-weight: bold;
}

.ra-in2 p {
	margin-bottom: 6px;
}

.am-inn span {
	color: #f58307;
}


.am-in {
	padding: 0px 10px;
}

.icon-bg:hover i {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition-delay: 0.5s;
}


.tandc {
	/* padding: 15px; */
	margin-bottom: 0px;
}

.ga-in {
	overflow: hidden;
}

.link1 a:hover {
	background: linear-gradient(to right, #fa9e1b, #59a9ea, #fa9e1b);
	z-index: -1;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.intro_button1 {
	/* position: absolute; */
	bottom: -25%;
	left: 32%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.button1 {
	display: inline-block;
	height: 40px;
	border-radius: 27px;
	overflow: hidden;
}


.button1 a {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	white-space: nowrap;
	z-index: 2;
}

.button1:hover .button_bcg {
	left: -100%;
}

.ra-in1 h4:hover {
	background: #003459;
}

.flower {
	overflow: hidden;
}

.pay-in img {
	width: 100%;
}

.service-table-outer {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}

td,
th {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 15px;
}

tr:nth-child(2n) {
	background-color: #003459;
	color: #fff;
}

.about-header2 h5 {
	text-align: center;
	margin-bottom: 15px;
	font-size: 24px;
}

.ac-in {
	margin-top: 40px;
}


/* Grow */
.hvr-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}




.md-checkbox {
	position: relative;
	margin: 1em 0;
	text-align: left;
}

.md-checkbox.md-checkbox-inline {
	display: inline-block;
}

.md-checkbox label {
	cursor: pointer;
	display: inline;
	line-height: 1.25em;
	vertical-align: top;
	clear: both;
	padding-left: 1px;
}

.md-checkbox label:not(:empty) {
	padding-left: 0.75em;
}

.md-checkbox label:before,
.md-checkbox label:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}

.md-checkbox label:before {
	width: 15px;
	height: 15px;
	background: #fff;
	border: 2px solid rgba(0, 0, 0, 0.54);
	border-radius: 2px;
	cursor: pointer;
	transition: background 0.3s;
}

.md-checkbox input[type=checkbox] {
	outline: 0;
	visibility: hidden;
	width: 1.25em;
	margin: 0;
	display: block;
	float: left;
	font-size: inherit;
}

.md-checkbox input[type=checkbox]:checked+label:before {
	background: #d4a14b;
	border: none;
}

.md-checkbox input[type="checkbox"]:checked+label::after {
	transform: translate(2.5px, 2.5px) rotate(-45deg);
	width: 0.75em;
	height: 0.375em;
	border: 0.125em solid #fff;
	border-top-style: none;
	border-right-style: none;
}

.md-checkbox input[type=checkbox]:disabled+label:before {
	border-color: rgba(0, 0, 0, 0.26);
}

.md-checkbox input[type=checkbox]:disabled:checked+label:before {
	background: rgba(0, 0, 0, 0.26);
}

.services {
	text-align: center;
}

.services img {
	width: 28px;
	mix-blend-mode: multiply;
	margin-bottom: 3px;
}


.other_page_main_nav {
	background-color: #003459;
}

.list-page-loc-duration-row {
	margin: 15px -15px;
}

.list-page-loc-duration-row p {
	margin: 0;
}

.list-page-service-row {
	margin-top: 10px;
}

.detail-page-img-2 {
	overflow: hidden;
}

.detail-page-img-3,
.detail-page-img-4 {
	overflow: hidden;
	margin-top: 10px;
}

.list-page-img-col {
	padding: 0 10px;
}



/* overridding mv-makruzz*/


.fer-in h4 {
	text-align: center;
	margin-bottom: 20px;
	float: left;
	width: 100%;
	font-size: 24px;
	margin-top: 20px;
	color:#000;
	font-weight:700;
}
.intro1{
    padding:60px 0px 60px 0px;
}
.vp_text_out {
	padding: 5px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin-left: -80px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.vp_text {
	padding: 25px;
	border: 1px solid #fa9e1b;
}
.vp_text h3 {
	float: left;
	width: 100%;
	color: #fa9e1b;
	font-weight: 500;
	margin-bottom: 10px;
}
.attra-out p {
	margin: 0 0 10px;
}
.visitplace_outer {
	float: left;
	width: 100%;
	background: #fff;
	margin-bottom: 20px;
	border-radius: 5px;
}
.visitplace_outer img {
	width: 100%;
	border: 1px solid #ccc;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.vp_text h4{
    color:#003459;
    padding:0px 8px;
}
.w-in{
    float:left;
    width:100%;
}
.w-in p{
    float:left;
    width:100%;
    margin-top:20px;
}
.x-in{
    float:left;
    width:100%;
}
.x-in p{
    margin-bottom:0px;
}
#mr{
	margin-left: 0;
	margin-right: -80px !important;
	z-index:1;
}
.desti-out{
    float:left;
    width:100%;
    padding:60px 0px 60px 0px;
    overflow:hidden;
}
.dep-img1 {
	float: left;
	width: 100%;
	/* padding: 20px; */
	position: relative;
}
#sv-inn{
display:none;
}



.service-table-outer {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}
td, th {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 15px;
}
tr:nth-child(2n) {
	background-color: #dddddd;
	/* color: #000; */
	color: #35393d;
}
.about-header2 h5{
   text-align:center;
   margin-bottom:15px;
   font-size:24px;
}

#section-padding {
	padding: 60px 0px 60px 0px;
}

.dep-img {
	float: left;
	width: 100%;
	/* padding: 20px; */
	position: relative;
}
.dep-im1 {
	float: left;
	width: 100%;
	position: relative;
}
.dep-im1::before, .dep-im1::after {
	content: "";
	background: #fff;
	height: 0;
	width: 0;
	z-index: 1;
	position: absolute;
	-webkit-transition-duration: 1.3s !important;
	-o-transition-duration: 1.3s;
	transition-duration: 1.3s !important;
}
.dep-im1::before {
	right: 0;
	opacity: 0.7;
	top: 0;
}
.dep-im1::before, .dep-im1::after {
	content: "";
	background: #fff;
	height: 0;
	width: 0;
	z-index: 1;
	position: absolute;
	-webkit-transition-duration: 1.3s !important;
	-o-transition-duration: 1.3s;
	transition-duration: 1.3s !important;
}
.dep-img img {
	float: left;
	width: 100%;
	border: 5px solid #fff;
}

.dep-im1::after {
	bottom: 0;
	opacity: 0.7;
	left: 0;
}

.dep-im1::before, .dep-im1::after {
	content: "";
	background: #fff;
	height: 0;
	width: 0;
	z-index: 1;
	position: absolute;
	-webkit-transition-duration: 1.3s !important;
	-o-transition-duration: 1.3s;
	transition-duration: 1.3s !important;
}
/* .para-in {
	margin-top: 30px;
} */

.fer-in {
	padding-left: 15px;
	padding-right: 15px;
}

#section-padding {
	padding: 30px 0px 30px 0px;
	overflow: hidden;
}
/* overridding mv-makruzz*/

.drag {
	font-size: 12px !important;
	display: block ruby;
}
.ret {
	margin-bottom: 2px !important;
}
.bor {
	margin-bottom: 8px !important;
}

.about-para {
	color: black !important;
}
.hgKElc {
	color: black !important;
}

.w-in p {
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

#sv-in {
	padding-top: 10px;
}




.test-in .test-inn {
    width: 100px;
    height: 90px;
    margin: 0 auto;
    margin-bottom: 0px;
    position: relative;
}

.test-in .test-in1 {
    width: 200px;
    /* height: 200px; */
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10%;
    /* border: 2px solid #7fdc93; */
    position: absolute;
    left: -46px;
    bottom: 0;
    /* top: -75%; */
    border: 3px solid #f1a144;
    /* border-image: linear-gradient(#fa9e1b, #59a9ea) 30; */
    /* border-width: 4px; */
    /* border-style: solid; */
}
.test-in {
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 1.045px 9.945px 60px 0px rgba(68, 68, 68, 0.15);
    box-shadow: 1.045px 9.945px 60px 0px rgba(68, 68, 68, 0.15);
    float: left;
    width: 100%;
}
.cta_item {
    padding: 30px;
    background: none;
}

.cta_text{
text-align:justify;
text-align-last:center;
/*min-height:170px;*/
line-height:26px;
}


.proo-in h2 {
    font-size: 22px;
    font-weight: 700;
    color: #2d2c2c;
    margin-bottom: 20px;
}


.proo-in{
margin-top:20px;
}



.logo_container{
	float: left;
	width: 35% !important;
}

.main_nav_container {
	float: left;
	width: 65% !important;
}

.main_nav .container-fluid {
	padding-left: 30px !important;
	padding-right: 30px !important;

}



.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
	/*overflow: hidden;*/
}


#ov-in{
float:left;
width:100%;
}



