@import url('header.css');
@import url('banner.css');
@import url('about-us.css');
@import url('resorts.css');
@import url('popular-packages.css');
@import url('popular-destination.css');
@import url('cruise.css');


/* @import url('https://fonts.googleapis.com/css2?family=Corben:wght@400;700&family=Lobster&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
	font-family: 'Barlow', sans-serif;
}


a {
	text-decoration: none;
	color: #000;
	transition: all .2s;
}

a:hover {
	color: #ac1923;
}

ul,
ol {
	list-style: none;
}

img {
	width: 100%;
	pointer-events: none;
}

.btn {
	width: 145px;
	height: 40px;
	border: 3px solid #fff;
	border-radius: 35px;
	color: #ac1923;
	cursor: pointer;
	z-index: 0;
	position: relative;
	transition: .4s;
	overflow: hidden;
}

.btn:hover {
	color: #fff;
}

.btn::before {
	position: absolute;
	content: '';
	transition: .4s;
	top: -1px;
	left: -1px;
	width: 0;
	height: 100%;
	z-index: -1;
	border-radius: 35px;
	background-color: #ac1923;
}

.btn:hover::before {
	width: 100%;
}

.ratings .checked {
	color: orange;
}

.main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.lt,
.rt {
	width: 25%;
}

.rt {
	padding-left: 20px;
	width: 75%;
}

.container {
	width: 1170px;
	margin: auto;
}

section {
	width: 100%;
	overflow: hidden;
}



/* popular */





/* enquiry */
.consult-sec {
	padding: 50px 0;
}

.consult-sec .main {
	justify-content: space-between;
}

.consult-sec .rt h2 {
	margin-bottom: 30px;
	font-size: 38px;
	line-height: 42px;
	position: relative;
	margin-left: 12px;
}

.consult-sec .rt h2::before {
	content: '';
	position: absolute;
	left: 0;
	width: 60px;
	height: 2px;
	background: #ac1923;
	bottom: -10px;
}

.consult-sec .rt .inp {
	margin-bottom: 7px;
	width: 48%;
	float: left;
	margin: 1%;
}
.consult-sec .rt .form-in{
		position: relative;
}
.consult-sec .rt .inp .form-in  .show-error-msg{
	position: absolute;
	left: 0;
	bottom: 5px;
	font-size: 12px;
	color: red;
}
.consult-sec .rt .inp.wid100 {
	width: 100%;
}

.consult-sec .rt .inp input,
.consult-sec .rt .inp textarea {
	width: 96%;
	height: 35px;
	outline: 0;
	font-size: 16px;
	padding: 12px;
	border: 1px solid #ccc;
	box-shadow: 0 3px 6px rgba(204, 204, 204, 0.623);
	border-radius: 10px;
	margin-bottom: 10px;
}

.consult-sec .rt .inp input {
	margin-bottom: 19px;
}

.consult-sec .rt .inp textarea {
	height: auto;
}

.consult-sec .rt .inp textarea::placeholder {
	font-family: "";
}

.consult-sec .rt .inp input:focus-visible,
.consult-sec .rt .inp textarea:focus-visible {
	border: 1px solid #000;
}

.consult-sec .rt  .btn {
	/* border-radius: 0; */
	/* border-radius: 0; */
	background-color: #ac1923;
	border: 1px solid transparent;
	color: #fff;
	font-size: 16px;

	/* float: right; */
	/* width: 200px; */
	display: table;
	margin: auto;
}

.consult-sec .rt .btn:hover {
	color: #ac1923;
}

.consult-sec .rt .btn::before {
	background-color: #fff;
	border: 1px solid #ac1923;
}


/* gallery_view */

.gallery_view {
	padding: 0;
	background: #999;
}

.gallery_view .main-f {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 9px 12px 0 8px;
	overflow: hidden;
	border-radius: 10px;
	height: 381px;

}

.gallery_view .main-f .gal_box_left {
	width: 50%;
}

.gallery_view .main-f .gal_box_left .comm {
	position: relative;

}

.gallery_view .main-f .gal_box_left .comm img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.gallery_view .swiper-pointer-events {
	height: 360px;
}

.gallery_view .main-f .gal_box_left .overlap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	height: 100%;
}


.gallery_view .main-f .gal_box_left .photocount {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 129px;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	z-index: 0;
	color: #fff;
	display: flex;
	align-items: flex-end;

}

.gallery_view .main-f .gal_box_left .photocount span {
	padding: 20px;
	text-transform: uppercase;
	font-weight: 700;
}

.gallery_view .main-f .gal_box_left .overlap a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.gallery_view .main-f .gal_box_right {
	width: 49.5%;
}

.gallery_view .main-f .gal_box_right ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.gallery_view .main-f .gal_box_right ul li {
	width: 49.5%;
	margin-bottom: 1%;
	position: relative;
	height: 175px;
	overflow: hidden;

}

.gallery_view .main-f .gal_box_right ul li img {
	height: 250px;
	object-fit: cover;
}

.gallery_view .main-f .gal_box_right ul li .overlap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.gallery_view .main-f .gal_box_right ul li .overlap a {
	width: 100%;
	position: absolute;
	height: 100%;
}

.gallery_view .swiper-button-next,
.gallery_view .swiper-button-prev {
	bottom: 10px;
	top: auto;
	color: #fff;
	border: 1px solid #ccc;
	width: 30px;
	height: 30px;
	line-height: 30px;
	z-index: 12;
}

.gallery_view .swiper-button-next {
	right: 45%;
}

.gallery_view .swiper-button-prev {
	left: 45%;
}

.gallery_view .swiper-button-next::after,
.gallery_view .swiper-button-prev::after {
	font-size: 16px;
}

.gallery_view .swiper-horizontal>.swiper-pagination-bullets,
.gallery_view .swiper-pagination-bullets.swiper-pagination-horizontal,
.gallery_view .swiper-pagination-custom, .gallery_view .swiper-pagination-fraction {
	text-align: right;
	left: -7px;
	color: #fff;
}

.details {
	padding: 0 30px;
}

.details .inndetails {
	display: flex;
	justify-content: space-between;
}

.details .inndetails .left {
	width: 70%;
}

.details .inndetails .left .heading {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e1e1e1;
	flex-wrap: wrap;
	padding-bottom: 5px;
	text-align: center;
	justify-content: center;

}

.details .inndetails .left .heading .fa-star {
	font-size: 10px;
}

.details .inndetails .left .heading .checked {
	color: orange;
}

.details .inndetails .left .heading h1 {
	line-height: 24px;
	text-transform: uppercase;
}

.details .inndetails .left .heading .mark {
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	color: #494949;
	width: 100%;
	float: left;
	margin-top: 5px;
}

.details .inndetails .left .heading .ratings {
	margin-left: 10px;
}

.details .inndetails .inclusives {
	margin-top: 30px;
	font-size: 14px;
	margin-bottom: 30px;
}

.details .inndetails .inclusives h2 {
	font-size: 21px;
	margin-bottom: 10px;
}

.details .inndetails .inclusives p {
	margin-bottom: 10px;
	line-height: 23px;
}

.details .inndetails .inclusives ul {
	margin-left: 30px;
}

.details .inndetails .inclusives ul li {
	line-height: 25px;
	position: relative;
	font-size: 14px;
}

.details .inndetails .inclusives ul li::before {
	content: '';
	position: absolute;
	background: #000;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	top: 10px;
	left: -10px;
}

.details .inndetails .right {
	width: 27%;
	margin-bottom: 120px;
	color: #fff;
	border-radius: 10px;
	height: 458px;
}

/* about us page */
.about-page {
	padding: 40px 0;
}

.about-page .main-d {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.about-page .main-d .commn {
	width: 48%;
}

.about-page .main-d h2 {
	margin-bottom: 10px;
	font-size: 25px;
}

.about-page .main-d:nth-child(odd) {
	flex-direction: row-reverse;
}

/* details-start */
.echron-detail {
	background-color: #f1f1f1;
}

.echron-detail .body {
	width: 100%;
	float: left;
	padding-top: 25px;
	color: #3a3a3a;
}

.echron-detail .body .left {
	width: 70%;
	float: left;
	padding-right: 50px;

}

.echron-detail .body .right {
	width: 30%;
	float: left;
	position: relative;
}
.echron-detail .body .right figure {
	width: 100%;
	float: left;
	padding: 10px;
	background: #fff;
	margin-top: 20px;
}
.echron-detail .body .right figure a {
	display: block;
}
.echron-detail .body .content {
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 25px;
	margin-bottom: 10px;
	position: relative;
}

.content.form-fix.fixed {
	position: fixed;
	top: 131px;
	width: 29%;
}

.content.form-fix.scrollFixed {
	position: absolute;

	bottom: 30px;
}

.echron-detail .body .content::before {
	position: absolute;
	width: 4px;
	content: "";
	background-color: #ac1923;
	top: 25px;
	height: 40px;
	left: 0;
}

.echron-detail .body .content.main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.echron-detail .body .content .info {

	color: #999;
	font-size: 14px;
	margin-left: 12px;
}

.echron-detail .body .content .left_side span.list {
	margin-left: 10px;
	color: #999;
	font-size: 21px;

}

.echron-detail .body .content .left_side {
	width: 75%;
	display: flex;
	align-items: center;
}

.echron-detail .body .content h1 {
	font-size: 30px;
}

.echron-detail .body .content h2 {
	padding: 10px 0;
	font-size: 20px;
	margin-bottom: 15px;
}

.echron-detail .body .content li {
	margin-bottom: 10px;
	color: #555;
	font-size: 14px;
	position: relative;
	margin-left: 20px;
}

.echron-detail .body .content.package-1 li::before {
	content: "\f14a";
	position: absolute;
	font: normal normal normal 14px/1 FontAwesome;
	color: #ac1923;
	left: -18px;
	top: 5px;
}

.echron-detail .body .content li::before {
	content: "\f14a";
	position: absolute;
	font: normal normal normal 14px/1 FontAwesome;
	color: #ac1923;
	left: -18px;
}

.echron-detail .body .content.package-1 li {
	font-size: 14px;
	line-height: 22px;
}

.echron-detail .body .content.package-1 li span.big {
	font-weight: 600;
	font-size: 20px;
	color: #ac1923;
}

.echron-detail .body .content li span.fa {
	display: none;
}

.echron-detail .body .content .package {
	width: 100%;
	float: left;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 25px;
	margin-bottom: 25px;
	font-weight: 600;
	color: #555;
}

.echron-detail .body .content .package .list {
	display: block;
}

.echron-detail .body .content .package .small {
	font-size: 16px;
	font-weight: 400;
	color: #555;
}

.echron-detail .body .content .package .big {
	font-size: 32px;
	padding: 5px 0;
	color: #ac1923;
}

.echron-detail .body .content .form {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	color: #555;
	font-size: 14px;
}

.echron-detail .body .content .form .list {
	margin-bottom: 10px;
	position: relative;
}

.echron-detail .body .content .form .list  .show-error-msg{
	position: absolute;
	left: 0;
	bottom: 0px;
	font-size: 12px;
	color: red;
}
.echron-detail .body .content .form .list label {
	display: block;
	margin-bottom: 10px;
}

.echron-detail .body .content .form .list .field {
	width: 100%;
	height: 40px;
	padding: 5px;
	margin-bottom: 12px;
}

.echron-detail .body .content .form .list textarea.field {
	height: 100px;
}

.echron-detail .body .content .form .list button.field {
	cursor: pointer;
	background-color: #ac1923;
	border: none;
	height: 50px;
	border-radius: 10px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	margin-top: 10px;
}

.echron-detail .body .content .form .list button.field:hover {
	background-color: #00172d;
}

/* popup_in */

/* .form-popup-bg {
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
  }
  .form-popup-bg {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(94, 110, 141, 0.9);
    opacity: 1;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    overflow-y: auto;
    z-index: 10000;
  }
  .form-popup-bg.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
  }
  .form-popup-bg .form-group{
    margin-bottom: 10px;
  }
  .form-popup-bg .form-group label{
    margin-bottom: 3px;
  }
  .form-popup-bg .form-group input{
    height: 30px;
  }
  .form-container {
      background-color: #ffffff;
      border-radius: 10px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
      display: flex;
      flex-direction: column;
      width: 100%;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      position:relative;
    padding: 40px;
    color: rgb(41, 41, 41);
  }
  .form-popup-bg .btn{
    background: #ac1923;
    width: 120px;
    height: 35px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
  }
  .form-popup-bg label{
    margin-bottom: 8px;
    width: 100%;
    float: left;
    font-size: 14px;
  }
  .form-popup-bg input{
    margin-bottom: 8px;
    width: 100%;
    float: left;
  }
  .close-button {
    background:none;
    color: rgb(0, 0, 0);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: solid 1px #fff;
    cursor: pointer;
  }
  
  .form-popup-bg:before{
      content:'';
      background-color: #fff;
    opacity: .25;
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
.resort_view_popup {
    position: fixed;
    background: rgb(0 0 0 / 73%);
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;

} */
.details .inndetails .right h2 {
	font-size: 14px;
	margin-bottom: 10px;
	position: relative;
	text-transform: uppercase;

}

.details .inndetails .right h2::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	background: rgb(255, 208, 0);
	width: 30px;
	height: 1px;


}

.details .inndetails .right ul {
	margin-left: 22px;
	font-size: 14px;
	margin-bottom: 10px;
}

.details .inndetails .right ul li {
	font-size: 12px;
	line-height: 20px;
	position: relative;
}

.details .inndetails .right p {
	font-size: 12px;
	margin-bottom: 15px;
}

.details .inndetails .right .btn {
	background: red;
	width: 100px;
	height: 35px;
	line-height: 30px;
	display: table;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	border: 2px solid #ccc;
	margin: auto;
}

.details .inndetails .right ul li::before {
	content: '';
	position: absolute;
	background: rgb(255, 255, 255);
	width: 3px;
	height: 3px;
	border-radius: 50%;
	top: 10px;
	left: -10px;
}

.resort_view_popup .popup_inner {
	width: 85%;

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgb(255, 255, 255);
	overflow: hidden;
	border-radius: 10px;
}

.resort_view_popup .left_side_slide {
	width: 80%;
	float: left;
}

.resort_view_popup .right_side_matter {
	width: 20%;
	float: right;
	padding-left: 30px;
	padding-top: 30px;
	background: rgb(255, 255, 255);
}

.resort_view_popup .right_side_matter ul {
	margin-left: 10px;
	margin-top: 10px;
}

.resort_view_popup .swiper-button-prev,
.resort_view_popup .swiper-button-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #ccc;
	/* border: 1px solid #1f73bc; */
	background: #fff;
}

.resort_view_popup .swiper-button-prev:hover,
.resort_view_popup .swiper-button-next:hover {
	background: #ac1923;
}

.resort_view_popup .swiper-button-prev:after,
.resort_view_popup .swiper-button-next:after {
	font-size: 20px;
	color: rgb(20, 20, 20);
	font-weight: 800;
}

.resort_view_popup .right_side_matter ul li {
	font-size: 13px;
	line-height: 22px;
	position: relative;
}

.resort_view_popup .right_side_matter ul li i {
	float: left;
	margin-right: 2px;
	width: 20px;
	text-align: center;
	margin-top: 5px;

}

.resort_view_popup .right_side_matter h3 {
	font-size: 28px;
}

/* contact us page */

.contact {
	padding: 50px 0;
	width: 100%;
	float: left;
}

.contact h2 {
	font-size: 34px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.contact .contact-text {
	width: 50%;
	float: left;
	padding-right: 100px;
	line-height: 26px;
	padding-bottom: 50px;
}

.contact .comm-image {
	position: relative;
	margin-bottom: 100px;
}

.contact .comm-image img {
	width: 100%;
}

.comm-image h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 3.5em;
	color: white;
	text-transform: uppercase;
}

.contact iframe {
	width: 100%;
	margin: 0 0 50px;
}

.contact .contact-form {
	width: 50%;
	float: left;
	margin: 2px 0 15px;
}

.contact .contact-form h3 {
	font-size: 26px;
	text-transform: uppercase;
	color: #242c37;
}

.contact-form input, .contact-form textarea {
	margin: 15px 0;
	display: block;
	padding: 15px 10px;
	width: 300px;
	border: 0;
	border-bottom: 1px solid rgba(110, 110, 110, 0.623);
	border-radius: 3px;
}

.contact-form form {
	width: 400px;
}

.contact-form .submit {
	display: table;
	text-align: center;
	padding: 10px 30px;
	background: #333;
	color: white;
	border: 0;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 4px;
	transition: 0.4s;
	margin-top: 15px;
}

.contact-form .submit:hover {
	background: #444444;
	color: #fff;
	cursor: pointer;
	outline: none;
}

.contact-form .form-cont:focus, .contact-form textarea:focus {
	outline: none;
	transition: 0.2s;
}

.contact-form textarea:focus {
	outline: none;
}

.enquery-tab {
	width: 100%;
	float: left;
	padding: 100px 25px;
	background: url(images/call-back.jpg) fixed;
	background-size: cover;
	color: #fff;
	overflow: hidden;
}

.enquery-tab-t {
	width: 50%;
	float: left;
}

.enquery-tab-t h5 {
	font-size: 36px;
	margin-bottom: 15px;
	width: 100%;
	float: left;
	position: relative;
}

.enquery-tab-t h5:before {
	content: '';
	position: absolute;
	left: 0;
	margin: auto;
	top: 0;
	background: #ff1631;
	width: 50px;
	height: 4px;
}

.enquery-tab-t p {
	font-size: 18px;
}

.enquery-tab-t ul {
	width: 100%;
	float: left;
	margin-top: 50px;
	list-style: none;
}

.enquery-tab-t ul li {
	width: 75px;
	height: 75px;
	display: inline-block;
	margin-right: 25px;
	line-height: 75px;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	transition: all ease .5s;
}

.enquery-tab-t ul li:nth-child(1) {
	background: #3a559f;
}

.enquery-tab-t ul li:nth-child(2) {
	font-size: 24px;
	width: auto;
	background: none;
}

.enquery-tab-t ul li:hover {
	background: #000;
}

.enquery-tab-t ul li:nth-child(2):hover {
	background: none;
}

.enquery-tab-t ul li a {
	width: 100%;
	height: 100%;
	float: left;
}

.enquery-tab-t ul li img {
	height: 40px;
	vertical-align: middle;
}

.enquery-tab-f {
	width: 50%;
	float: left;
}

.enquery-tab-f input, .enquery-tab-f textarea {
	color: #fff;
	width: calc(50% - 25px);
	float: left;
	height: 50px;
	border-radius: 0;
	border: 1px solid #fff;
	padding: 10px;
	background: none;
	margin-left: 25px;
	margin-bottom: 25px;
	transition: all ease .5s;
}

.enquery-tab-f textarea {
	width: calc(100% - 25px);
	height: 100px;
}

.enquery-tab-f input:focus, .enquery-tab-f textarea:focus {
	background: #000;
	background: rgba(0, 0, 0, .5);
}

.enquery-tab-f button {
	width: calc(100% - 25px);
	margin-left: 25px;
	border: none;
	float: left;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	height: 50px;
	background: #0bb591;
	transition: all ease .5s;
}

.enquery-tab-f button:hover {
	background: #000;
}

.enquery-tab-t ul li a {
	font-size: 24px;
}

.abt-ozomax {
	width: 100%;
	float: left;
	padding: 2 0px 0;
}

.abt-ozomax .abt-ozo-text {
	width: 50%;
	float: left;
	padding: 20px;
}

.abt-ozomax .abt-ozo-image {
	width: 50%;
	float: left;
	padding: 20px;
}

.abt-ozomax h3 {
	font-size: 26px;
	margin-bottom: 30px;
}

.abt-ozomax:nth-child(odd) .abt-ozo-text {
	float: right;
	padding: 0 20px;
}

/* footer */
footer {
	padding: 50px 0;
	padding-bottom: 20px;
	background: url('../images/footer.jpg');
	float: left;
	width: 100%;
}

footer .ft-col {
	width: 23%;
	margin: 1%;
	padding: 1%;
}

footer .ft-col p.anchor a:hover {
	color: #ac1923;
}

footer .ft-col .ft-head {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

footer .ft-col .ft-head::before {
	position: absolute;
	content: '';
	width: 10%;
	height: 4px;
	background-color: #fff;
	bottom: 0;
	left: 0;
	border-radius: 6px;
}

footer .ft-col .addr {
	display: flex;
}

footer .ft-col .addr span {
	margin-right: 4px;
}

footer .ft-col .ft-head h2 {
	color: #fff;
}

footer .ft-col .serv {
	display: block;
	color: #fff;
	margin: 10px 0;
	font-size: 14px;
}

footer .ft-col .serv:hover {
	color: #ac1923;
}

footer .ft-col p {
	font-size: 14px;
	color: #fff;
	text-align: justify;
	line-height: 23px;
}

footer .ft-col p.anchor {
	margin: 15px 0;
}

footer .ft-col p.anchor a {
	color: #fff;
	font-size: 14px;
}

footer .ft-col form .inp {
	margin: 10px 0;
}

footer .ft-col.wid40 {
	width: 40%;
}

footer .ft-col .main-f {
	display: flex;
	flex-wrap: wrap;
}

footer .ft-col form .inp input[type="text"] {
	padding: 10px;
	outline: 0;
	width: 70%;
	font-size: 16px;
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
	border-left: 4px solid #fff;
}

footer .ft-col .main-f a {
	width: 33.33%;
}

footer .ft-col form .inp input::placeholder {
	color: #ffffff;
}

footer .ft-col form .inp input[type="text"]:focus-visible {
	border: 1px solid #fff;
	border-left: 4px solid #fff;
}

footer .ft-col form .btn {
	border-radius: 0;
	width: 70%;
	background-color: #ac1923;
	color: #fff;
}

footer .ft-col form .btn:hover {
	color: #ac1923;
}

footer .ft-col form .btn::before {
	background-color: #fff;
}

footer .copyright {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
	padding-top: 13px;
	border-top: 1px solid #ababab;
}

footer .copyright .copy {
	color: #fff;
}

footer .copyright .copy a {
	color: #999;
}

footer .copyright a i {
	font-size: 24px;
	margin-left: 6px;
	color: #fff;
}

/*****************/
/* about us page */
/*****************/
.about-sec {
	padding: 50px 0;
}

.about-sec .about-main {
	text-align: center;
}

.about-sec .about-main h2 {
	font-size: 38px;
	color: #1d202f;
}

.about-sec .about-main h2 span {
	color: #ac1923;
}

.about-sec .about-main h4 {
	font-size: 24px;
	margin: 12px 0;
	color: #1d202f;
}

.about-sec .about-main p {
	font-size: 18px;
	line-height: 24px;
	max-width: 800px;
	margin: auto;
}

.lower-sec {
	padding: 50px 0;
}

.lower-sec .main-d {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.lower-sec .main-d .left {
	width: 36%;
}

.lower-sec .main-d .left figure img {
	height: 300px;
	object-fit: cover;
	object-position: center center;
}

.lower-sec .main-d .right {
	width: 60%;
}

.lower-sec .main-d .right h2 {
	font-size: 30px;
	margin-bottom: 10px;
}

.lower-sec .main-d .right p {
	margin-bottom: 15px;
}

.static-sec {
	padding: 50px 0;
	background-color: #162648;
}

.static-sec .head {
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
	font-size: 38px;
}

.static-sec li {
	text-align: center;
	color: #1f73bc;
	padding: 30px 12px;
	margin: 1%;
	background-color: #f5f5f5;
	width: 23%;
	border-radius: 8px;
	transition: all .4s;
}

.static-sec li:hover {
	background-color: #1877F2bd;
	color: #fff;
}

.static-sec li i {
	font-size: 50px;
}

.static-sec li h2 {
	margin: 20px 0;
	font-size: 32px;
}

.static-sec li p {
	font-size: 18px;
}

/*****************/
/* contact  page */
/*****************/
.form-sec {
	padding: 50px 0;
}

.form-sec h2 {
	font-size: 38px;
	color: #1d202f;
	margin-bottom: 20px;
}

.form-sec form .inp {
	margin-bottom: 7px;
}

.form-sec form .inp input {
	width: 450px;
	height: 40px;
	outline: 0;
	font-size: 16px;
	padding: 12px;
	border: 1px solid #cfcfcf;

	box-shadow: 0 3px 6px #ccc;
	border-radius: 12px;
}

.form-sec form .inp textarea {
	width: 450px;
	font-size: 16px;
	outline: 0;
	padding: 12px;
	border: 1px solid #cfcfcf;
	box-shadow: 0 3px 6px #ccc;
	border-radius: 12px;
}

.form-sec form .inp textarea::placeholder {
	font-family: "";
}

.form-sec form .inp input:focus-visible,
.form-sec form .inp textarea:focus-visible {
	border: 1px solid #000;
}

.form-sec form .btn {
	/* border-radius: 0; */
	background-color: #ac1923;
	border: 1px solid transparent;
	color: #fff;
}

.form-sec form .btn:hover {
	color: #ac1923;
}

.form-sec form .btn::before {
	background-color: #fff;
	border: 1px solid #ac1923;
}

.form-sec .rt .detail {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.form-sec .rt .detail i {
	font-size: 20px;
	color: #fff;
	background: #000;
	padding: 12px;
}

.form-sec .rt .detail p {
	font-size: 20px;
	margin-left: 12px;
}

/*****************/
/* service  page */


.safe_side_main {
	margin-top: -22px;
	z-index: 9;
	position: relative;
}

.safe_side_main .safe_menu {
	background-color: #fff;
	box-shadow: 0px 10px 40px 0px rgb(192 192 192 / 30%);
	padding: 30px;
	width: auto;
	border-radius: 10px;
}

.safe_side_main .safe_menu h2 {
	color: #000;
	font-size: 22px;
	font-weight: 800;
	/* margin-top: 15px; */
}

.safe_side_main .safe_menu .work_on_progress {
	padding: 0 20px;
	margin-left: 50px;
	display: flex;
	justify-content: space-between;
}

.safe_side_main .safe_menu .work-progress {
	margin-top: 30px;
	margin-right: 30px;
	text-align: center;
}

.safe_side_main .safe_menu .work-progress .work-icon-box {
	display: flex;
	width: 100px;
	height: 100px;
	border-radius: 10px;
	border: 1px solid rgb(231, 231, 231);
	align-items: center;
	background: #1f73bc;
	text-align: center;
	justify-content: center;
	margin: auto;
	box-shadow: 0 5px 20px #ccc;
}

.safe_side_main .safe_menu .work-progress .work-icon-box span {
	justify-content: center;

}

.safe_side_main .safe_menu .work-progress .work-icon-box span img {
	width: 60px;
	justify-content: center;
}

.safe_side_main .safe_menu .work-progress .work-icon-box span img {
	display: inline;
	margin: 0 auto;
	margin-left: 0%;
	width: 60px;
}

.safe_side_main .safe_menu .work-progress .caption {
	font-size: 14px;
	margin-top: 15px;
}

.ssa .safe_menu {
	padding: 21px 10px;
	margin: 0;
	box-shadow: 0 0 0 0;
}


.define {
	padding: 50px 0;
}

.define .main_def {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.define .main-left {
	width: 72%;
}

.define .main_def .main-left .repair {
	padding: 24px 30px 28px 30px;
	box-shadow: 0 20px 60px 0 rgb(0 0 0 / 10%);
	margin-bottom: 30px;
}

.define .main_def .main-left h2 {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 27px;
}

.define .main_def .main-left h3 {
	font-weight: 700;
	font-size: 27px;
	margin-bottom: 10px;
}

.define .main_def .main-left p {
	margin-bottom: 15px;
	font-weight: 300;
	color: #848484;
	font-size: 14px;
	line-height: 22px;
}

.define .main-left ul.first-rep {
	display: block;
}

.define .main-left ul.first-rep li {
	width: 100%;
}

.define .main-left ul {
	display: flex;
	flex-wrap: wrap;
}

.define .main-left ul li {
	position: relative;
	margin-bottom: 10px;
	font-weight: 300;
	padding-left: 30px;
	color: #848484;
	font-size: 14px;
	width: 50%;
}

.define .main-left ul li::before {
	position: absolute;
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 6px;
	color: #fff;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	border-radius: 50%;
	left: 5px;
	top: 0p;
	background: #ac1923;
	box-shadow: 0 0 0 3px rgba(248, 92, 112, .3);
}

.define .main-right {
	width: 25%;
}

.define .main_def .main-right .repair {
	padding: 24px 25px 28px;
	box-shadow: 0 20px 60px 0 rgb(0 0 0 / 10%);
	margin-bottom: 30px;
}

.define .main_def .main-right h2 {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 27px;
}

.define .main_def .main-right h3 {
	font-weight: 700;
	font-size: 27px;
	margin-bottom: 10px;
}

.define .main_def .main-right p {
	margin-bottom: 15px;
	font-weight: 300;
	color: #848484;
	font-size: 14px;
	line-height: 24px;
}

.define .main_def .main-right ul li {
	color: #474747;
	line-height: 28px;
	font-size: 14px;
}

.reviews {
	padding: 50px 0;
	background: #f1f1f1;
}

.reviews .checked {
	color: orange;
}

.reviews .main-d {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.reviews .head-comm {
	font-size: 32px;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

.reviews .head-comm::before {
	position: absolute;
	content: '';
	width: 50px;
	height: 2px;
	background: #01287a;
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
}

.reviews .main-d .comm-d {
	width: 31.33%;
	margin: 1%;
	background: #fff;
	transition: all .4s;
	border: 1px dotted #e7e7e7;
	border-radius: 6px;
	overflow: hidden;
}

.reviews .main-d .comm-d:hover {
	box-shadow: 0 20px 60px 0 rgb(0 0 0 / 10%);
}

.reviews .main-d .comm-d:hover figure img {
	transform: scale(1.2);
}

.reviews .main-d .comm-d figure {
	overflow: hidden;
}

.reviews .main-d .comm-d figure img {
	transition: all .4s;
}

.reviews .main-d .comm-d .low {
	padding: 10px 20px 10px;
}

.reviews .main-d .comm-d h2 {
	font-size: 23px;
	min-height: 56px;
	color: #1f73bc;
}

.reviews .ratings {
	margin-top: 10px;
	margin-bottom: 10px;
}

.reviews .main-d .comm-d p {
	color: #848484;
	font-size: 14px;
	line-height: 20px;
}

/*****************/
.serv-sec {
	padding: 50px 0;
}

.serv-sec .serv-main:nth-child(even) {
	background-color: #01287a;
	margin: 50px 0;
}

.serv-sec .serv-main:nth-child(even) .main {
	flex-direction: row-reverse;
	padding: 50px 0;
}

.serv-sec .serv-main:nth-child(even) .main .rt {
	padding-right: 20px;
	color: #fff;
}

.serv-sec .lt {
	width: 35%;
}

.serv-sec .rt {
	width: 65%;
}

.serv-sec .rt h2 {
	margin-bottom: 20px;
	font-size: 38px;
	line-height: 44px;
}

.serv-sec .rt p {
	font-size: 18px;
	line-height: 24px;
}

.top-im {
	width: 100%;
	float: left;
}

@media (max-width:767px) {
    .top-im{
        margin-top:70px !important;
    }
    
}

.top-im img {
	margin-bottom: -4px;
}

/* country page */
.destination_country {
	padding: 50px 0;
	margin-top: 100px;
}

.destination_country h2 {
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	text-transform: uppercase;
}

.destination_country h2::before {
	content: '';
	position: absolute;
	bottom: -10px;
	width: 50px;
	height: 3px;
	background: #01287a;
	left: 50%;
	transform: translateX(-50%);
}

.destination_country .pop {
	text-align: center;
	color: #474747;
	line-height: 30px;
}

.destination_country ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	justify-content: space-between;
}

.destination_country ul li {
	position: relative;
	width: 23%;
	margin: 1%;
	box-shadow: 0 10px 15px rgb(170, 170, 170);
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
}

.destination_country ul li::before {
	content: '';
	width: 100%;
	height: 110px;
	position: absolute;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	bottom: 0;
	left: 0;
	transition: all .5s ease;
}

.destination_country ul li:hover:before {
	height: 100%;
}

.destination_country ul li p {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 5px #000;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 18px;
}

.destination_country ul li img {
	margin-bottom: -4px;
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.banner .text h1 {
		font-size: 40px;
	}
}


/*********************medium-desktop screen***********************/

@media (min-width: 992px) and (max-width: 1199px) {
	.container {
		width: 920px;
	}
}


/*******************************responsive-tab****************************/

@media (min-width: 768px) and (max-width: 991px) {
	.container {
		width: 740px;
	}
}

/**********************************responsive-small-screen********************************/
@media (max-width: 767px) {
	.container {
		width: 90%;
	}

	header.fixed .logo {
		width: 60px;
		margin-top: 11px;
	}

	.desk {
		display: none;
	}

	.banner-sec img.mob {
		display: block;
	}

	/* .lt,
	.rt {
		width: 100%;
	} */


	.testimonial-sec .rt,
	.rt {
		padding-left: 0;
	}

	.echron-top-head {
		display: none;
	}

	.echron-top-head .num-mail a {
		display: block;
	}

	.echron-top-head .num-mail a:first-child {
		margin-bottom: 6px;
	}

	header {
		top: 0;
		background-color: #fff;
	}

	.hamburger div {
		background: #444;
	}

	header .logo .fix {
		display: block;
	}

	header nav .hamburger {
		display: block;
		margin-top: 0;
	}

	header nav ul li ul.drpdwn li{
		line-height: 20px;
	}

	.echron-banner-sec h2, .echron-banner-sec h1 {
		font-size: 12px;
	}

	header nav ul li a i {
		transform: rotate(-90deg);
	}
	header nav ul li ul.drpdwn li a{
		line-height: 17px;
	}
	header nav ul li ul.drpdwn {
		width: 100%;
		top: 0;
		z-index: 1;
		left: 136px;
	}

	header nav ul {
		position: absolute;
		top: 70px;
		left: -400px;
		width: 60%;
		height: 100vh;
		background-color: #fff;
	}

	header nav ul.shownav {
		left: -2px;
	}

	header nav ul li {
		display: block;
		padding-left: 16px;
		line-height: 50px;
	}

	header nav ul li a {
		font-size: 20px;
	}


	.contact .contact-text,
	.contact .contact-form {
		width: 100%;
	}

	header nav ul li ul.megamenu li {
		width: 100%;
	}

	.gallery_view .swiper-button-next {
		right: 41%;
	}

	.gallery_view .swiper-button-prev {
		left: 41%;
	}

	.gallery_view .main-f .gal_box_right img {
		height: 152px;
		object-fit: cover;
	}

	.echron-top-head {
		display: none;
	}

	.consult-sec .main {
		justify-content: center;
	}

	.consult-sec .main .lt {
		display: none;
	}

	.consult-sec .main .rt {
		padding-left: 0;
		width: 98%;
	}

	.consult-sec .main .rt h2 {
		margin-bottom: 30px;
		font-size: 30px;
		line-height: 42px;
		position: relative;
		left: 22px;
	}

	.consult-sec .main .rt h2::before {
		left: 90px;
	}

	footer .ft-col {
		width: 45%;
		margin: 2%;
		padding: 0;

	}

	footer .ft-col form .inp input[type="text"] {
		padding-left: 28px;
	}

	.gallery_view {
		padding: 30px 0 0;
	}

	.gallery_view .main-f .gal_box_left {
		width: 100%;
	}

	.gallery_view .main-f .gal_box_right {
		width: 100%;
		margin-top: 5px;
	}

	.gallery_view .main-f .gal_box_right ul li {
		height: 152px;
	}

	.echron-detail .body .left {
		width: 100%;
		padding-right: 0;
	}

	.echron-detail .body .right {
		width: 100%;
	}
	.echron-detail .body .content .left_side{
		flex-direction: column;
		width: 100%;
		align-items: flex-start;
		line-height: 40px;
	}
	.echron-detail .body .content .info,
	.echron-detail .body .content .left_side span.list{
		margin-left: 0;
	}
	.echron-detail .body .content h1{
		font-size: 24px;
	}
	.gallery_view .main-f{
		height: auto;
	}
	.echron-detail .body .content .left_side span.list{
		font-size: 16px;
	}
	footer .main{
		flex-direction: column;
	}
	footer .ft-col,
	footer .ft-col.wid40{
		width: 100%;
	}
}

.thankyou {
  width: 700px;
  margin: 50px auto 50px;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
  text-align: center;
  padding-bottom: 50px;
}

.thankyou h1 {
  text-transform: uppercase;
  color: #333333;
}

.thankyou p {
  border-top: 1px dotted #ccc;
  margin-top: 25px;
  padding-top: 10px;
  color: #333333;
}

.thankarea {
  width: 100%;
  float: left;
	background-image: linear-gradient(#12172c, #bb1922);
  padding: 50px 0;
  margin-bottom: 50px;
}

.thankarea .fa {
  background: #fff;
  width: 150px;
  font-size: 90px;
  color: #333333;
  border-radius: 100%;
  line-height: 150px;
}

/*responsive-small-screen*/
@media (max-width:767px) {
  .thankyou {
    width: 90%;
  }
}
