@charset "UTF-8";

body {
	overflow-x:hidden!important;
	font-family: "Marcellus", Sans-serif;
	font-weight: 400;
  	font-style: normal;
	font-size: 18px;
	line-height: 28px;
}

html {
	scroll-behavior:smooth;
	overflow-x:hidden!important;
}

button, input, textarea {
	border:0;
	background:0 0;
	-webkit-transition:.4s;
	-o-transition:.4s;
	transition:.4s
}

button:focus, input:focus, textarea:focus {
	outline:none
}

a {
	display:inline-block;
	-webkit-transition:.4s;
	-o-transition:.4s;
	transition:.4s
}

a:hover {
	text-decoration:none
}

img {
	max-width:100%
}

span {
	display:inline-block
}

.clearf {
	clear:both;
}

.btn-s1 {
	padding: 10px 20px;
    /* border: 1px solid #e6e6e6; */
    border-radius: 5px;
    color: #000;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}

.btn-s1:hover, .btn-s1:focus {
	/*border: 1px solid #ca0420;*/
	color: #000;
}

.btn-s1 img {
	margin: -3px 2px 0 0;
}

.btn-s1 i {
	margin: 0 4px 0 0;
}

.main-header {
	position: fixed;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	z-index: 4;
	background: rgba(255, 255, 255, 50%);
	padding: 15px 0;
}

.fixed-header {
	/*background-color: rgb(0 0 0 / 75%)!important;*/
	background-color: #eef0f6!important;
}

.mobile-fixed-header {
	position: fixed!important;
}

.main-header .logo {
	
}

.main-header .logo img {
	width: 100%;
	max-width: 170px;
}

.main-header .contact-btn {
	margin-left: auto;
}

.main-header .contact-btn .btn-s1 {
	margin: 0 5px;
	min-width: 140px;
}

.main-header .contact-btn .btn-s1:last-child {
	margin-right: 0;
}

.banner-video .video-bg {
	position: relative;
	height: 100vh;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-video .video-bg video {
	position: absolute;
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 1;
}

.banner-video .video-bg .video-overlay {
  background: rgba(0,0,0,0.85);
  position: absolute;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
}

.banner-video .banner-content {
	position: absolute;
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 3;
	padding: 60px 0 60px 0;
}

.banner-video .banner-content .content-left h1 {
	font-weight: 600;
    font-style: normal;
    font-size: 48px;
    line-height: 56px;
    text-align: left;
    color: #fff;
    margin-bottom: 30px;
	border-left: 6px solid #FCA62D;
    padding-left: 18px;
}

.banner-video .banner-content .content-left h1 span {
	color: #f6f5f5;
	font-weight: 300;
	font-size: 30px;
    line-height: 42px;
}

.banner-video .banner-content .content-left p {
	font-weight: 400;
  	font-style: normal;
	font-size: 20px;
	line-height: 32px;
	text-align: left;
	color:#f6f5f5;
	margin-bottom: 20px;
}

.banner-video .banner-content .content-left ul {
	margin-top: 20px;
	padding-left: 30px;
	list-style-image: url('../images/double-tick.png');
}

.banner-video .banner-content .content-left ul li {
	font-weight: 300;
  	font-style: normal;
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	color:#f6f5f5;
	margin-bottom: 6px;
	padding-left: 5px;
}

.inquiry-form {
	background: rgba(16, 64, 112, 0.9);
	border-radius: 15px;
	padding: 50px 20px;
	padding: 50px 30px;
}

.inquiry-form h2 {
	font-weight: 500;
    font-style: normal;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #333333;
    margin-bottom: 10px;
}

.inquiry-form p {
	font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    text-align: center;
	margin-bottom: 20px;
}

.inquiry-form form {
	margin-top: 20px;
}

.inquiry-form input[type=text], .inquiry-form select {
	font-weight: 300;
  	font-style: normal;
	font-size: 18px;
	line-height: 28px;
	color:#333;
	width: 100%;
    height: 55px;
    padding: 15px 25px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #e9e9e9;
    outline: none !important;
    box-shadow: none !important;
	margin-bottom: 15px;
}


.inquiry-form ::placeholder {
	color:#333;
	opacity: 0.8;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 28px;
}

.inquiry-form :-ms-input-placeholder {
	color:#333;
	opacity: 0.8;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 28px;
}

.inquiry-form ::-ms-input-placeholder {
	color:#333;
	opacity: 0.8;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 28px;
}

.inquiry-form .btn-wrap {
	margin: 10px 0 0 0;
}

.inquiry-form .submit-btn {
	background: #482F23;
	border-radius: 50px;
	text-align: center;
	font-weight: 500;
    font-style: normal;
    font-size: 17px;
    line-height: 27px;
	text-align: center;
	color:#F4EAE6;
	width: 100%;
	padding: 10px 5px;
	height: 55px;
	text-transform:uppercase;
}

.home-about {
	background: #fff;
	padding: 90px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*.home-about .about-intro {
	margin-bottom: 30px;
}*/

.custom-underline {
	position: relative;
	display: flex;
	justify-content: center;
}

.custom-underline::after {
	content: '';
	position: absolute;
	bottom: -20px;
	width: 100px;
	height: 1px;
	background: #fff;
}

.main-title h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 14px;
	color: #fca62d;
}

.main-title h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 45px;
	line-height: 63px;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 12px;
}

.main-title p {
	font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 29px;
    text-align: center;
    color: #fff;
    max-width: 900px;
    margin: auto;
}

.about-intro {
	max-width: 800px;
    margin: auto;
	background: #f3e9e5;
    padding: 100px 30px;
}

.about-intro.main-title h3 {
	text-align: left;
}

.about-intro.main-title h2 {
	text-align: left;
}

.about-intro.main-title p {
    text-align: left;
}

.main-title.white-bg h2 {
	color: #333333;
}

.main-title.white-bg p {
	color: #333333;
}

.home-about .about-video {
	
}

.home-about .about-video video {
	width: 100%;
}

.video-js {
  width: 100% !important;
}

.home-about .about-features {
	padding: 0 15px;
}

.home-about .about-features ul {
	margin-top: 20px;
	padding-left: 30px;
	list-style-image: url('../images/double-tick.png');
}

.home-about .about-features ul li {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	text-align: left;
	color:#E6E6E6;
	margin-bottom: 10px;
	padding-left: 5px;
}

.home-zones {
	background: #212529;
	padding: 0;
}

.home-zones .zone-intro {
  margin-bottom: 30px;
}

.home-zones .zone-box-container {
	width: 100%;
	float: left;
	background: #212529;
	padding-top: 50px;
}

.home-zones .zone-box-container .zone-box {
	width: 33.3333%;
	float: left;
	margin: auto;
	min-height: 400px;
	text-align: center;
	padding-top: 160px;
}

.home-zones .zone-box-container .box-1 {
	background: linear-gradient(0deg, rgba(33, 37, 41, 0.8), rgba(33, 37, 41, 0.8)), url(../images/zone-1.jpg), #DDDDDD;
	background-blend-mode: normal, luminosity, normal;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.home-zones .zone-box-container .box-2 {
	background: linear-gradient(0deg, rgba(33, 37, 41, 0.8), rgba(33, 37, 41, 0.8)), url(../images/zone-2.jpg), #BBBBBB;
	background-blend-mode: normal, luminosity, normal;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.home-zones .zone-box-container .box-3 {
	background: linear-gradient(0deg, rgba(33, 37, 41, 0.8), rgba(33, 37, 41, 0.8)), url(../images/zone-3.jpg), #DDDDDD;
	background-blend-mode: normal, luminosity, normal;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.home-zones .zone-box-container .zone-box h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 31px;
	text-align:center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	background: linear-gradient(90deg, #E6BF67 0%, #B89952 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	margin-bottom: 10px;
}

.home-zones .zone-box-container .zone-box p {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #E6E6E6;
}

.footer-copy {
	background: #0b3762;
    padding: 25px 0;
    margin-top: -1px;
}

.footer-copy .copyright {
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	text-align:left;
	color: #e0e0e0;
}

.footer-copy .designedby {
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 20px;
	text-align:right;
	color: #000;
}

.footer-copy .designedby a {
	color: #000;
	font-weight: 300;
}

.main-footer .footer-info {
	background: linear-gradient(180deg, #104070 0%, rgba(85 114 145 / 90%) 49.28%, #104070 100%), url(../images/footer-bg.jpg), #104070;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 80px 0;
}

.main-footer .footer-info .footer-logo {
	margin: 30px 0;
}

.main-footer .footer-info .footer-logo img {
  width: 100%;
  max-width: 170px;
}

.main-footer .footer-info .footer-widget {
	margin: 30px 0;
}

.main-footer .footer-info .footer-widget h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #E6E6E6;
	margin-bottom: 15px;
	padding-bottom: 8px;
    position: relative;
	width: fit-content;
}

.main-footer .footer-info .footer-widget h3::before {
    background: #fca62d;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 80%;
}

.main-footer .footer-info .footer-widget p {
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
	color: #E6E6E6;
	margin-bottom: 10px;
}

.main-footer .footer-info .footer-widget p a {
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
	color: #E6E6E6;
}

.main-footer .footer-info .footer-widget .social-icons {
	margin-top: 15px;
}

.main-footer .footer-info .footer-widget .social-icons i {
  color: #E6E6E6;
  border: 1px solid #E6E6E6;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50%;
  padding: 8px;
  display: block;
  margin-right: 7px;
}

.main-footer .footer-info .footer-widget .social-icons img {
	border: 1px solid #E6E6E6;
    border-radius: 50%;
    padding: 8px;
    max-width: 32px;
    margin-top: -3px;
}

.main-footer .footer-info .footer-widget .social-icons i:hover, .main-footer .footer-info .footer-widget .social-icons i:focus {
	color: #e6bf67;
}

.home-packages {
	background: linear-gradient(180deg, #212529 50%, rgba(33, 37, 41, 0.95) 100%), url(../images/home-packages-bg-l.jpg);
	/*background: linear-gradient(180deg, #212529 0%, rgba(33, 37, 41, 0.9) 24.04%, #212529 82.19%, #212529 100%), url(../images/home-packages-bg.jpg);*/
	background-blend-mode: normal, luminosity;
	padding: 120px 0 90px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.home-packages .packages-intro {
  margin-bottom: 30px;
}

.home-packages .package-box-container {
	display: table;
	width: 100%;
	border-collapse:separate;
	border-spacing:30px;
	margin-top: 20px;
}

.home-packages .package-box {
	background: rgba(255, 255, 255, 0.03);
	border: 0.7px solid rgba(238, 238, 238, 0.15);
	box-sizing: border-box;
	border-radius: 8px;
	display: table-cell; 
	padding: 0;
}

.home-packages .package-box .package-title {
	background: rgba(255, 255, 255, 0.03);
	padding: 40px 20px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.home-packages .package-box .package-title h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	letter-spacing: -0.02em;
	background: linear-gradient(90deg, #E6BF67 0%, #B89952 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	margin-bottom: 0;
}

.home-packages .package-box .package-title h4 {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	letter-spacing: -0.01em;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 15px;
}

.home-packages .package-box .package-features {
	padding: 30px 25px;
	margin-bottom: 80px;
}

.home-packages .package-box .package-features ul {
	margin-bottom: 0;
	padding-left: 30px;
	list-style-image: url('../images/single-tick.png');
}

.home-packages .package-box .package-features ul li {
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	color:#E6E6E6;
	margin-bottom: 10px;
	padding-left: 5px;
}

.home-packages .package-box .btn-wrap {
	padding: 30px 30px;
	position: absolute;
	 bottom:0;
	 width: 100%;
}

.home-packages .package-box .link-btn {
	background: linear-gradient(90deg, #E6BF67 0%, #B89952 100%);
	border-radius: 7px;
	text-align: center;
	font-weight: 700;
  	font-style: normal;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color:#191C25;
	width: 100%;
	padding: 10px 5px;
	height: 50px;
	text-transform:uppercase;
}

.home-partners {
	background: #212529;
	padding: 20px 0 0 0;
}

.home-partners .partners-intro {
  margin-bottom: 30px;
}

.home-partners .partners-box-container {
	margin-top: 50px;
	width: 100%;
}

.home-partners .partners-box-container .col-12 {
	float: left;
}

.home-partners .partners-box {
	background: rgba(255, 255, 255, 0.03);
	border: 0.7px solid rgba(238, 238, 238, 0.15);
	box-sizing: border-box;
	border-radius: 7px;
	text-align: center;
	height: 250px;
	margin-bottom: 30px;
}

.home-partners .partners-box img {
	margin: auto;
}

.home-contact {
	background: linear-gradient(180deg, #104070 0%, rgba(79 91 103 / 80%) 52.08%, #104070 100%), url(../images/home-packages-bg-l.jpg), #104070;
	padding: 140px 0 140px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.home-contact .contact-intro {
  margin-bottom: 30px;
}

.home-contact .btn-wrap {
	margin: 30px 30px 0 30px;
	text-align: center;
}

.home-contact .link-btn {
	background: #fca62d;
    border-radius: 7px;
    text-align: center;
    font-weight: 600;
    font-style: normal;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    color: #000;
    padding: 10px 20px;
    height: 50px;
    text-transform: uppercase;
    min-width: 180px;
    margin: auto;
}

.home-testimonials {
	background: #104070;
	padding: 20px 0 0 0;
	
}

.home-testimonials .testimonial-slider {
	margin-top: 60px;
}

.home-testimonials .testimonial-slider .single-comment {
	background: rgba(255, 255, 255, 0.03);
	border: 0.7px solid rgba(238, 238, 238, 0.15);
	box-sizing: border-box;
	border-radius: 7px;
	padding: 50px 30px;
}

.home-testimonials .testimonial-slider .single-comment .comment-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 15px;
  display: inline;
}

.home-testimonials .testimonial-slider .single-comment .comment-name-letter {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-bottom: 15px;
	display: block;
	color: #d9d9d9;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 22px;
	padding: 20px 24px 20px 24px;
}


.home-testimonials .testimonial-slider .single-comment .client-name {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #E6E6E6;
	margin-bottom: 2px;
}

.home-testimonials .testimonial-slider .single-comment .client-location {
	font-size: 13px;
	line-height: 21px;
	color: #E6E6E6;
	opacity: 0.8;
}

.home-testimonials .testimonial-slider .single-comment h3 {
	font-size: 21px;
	line-height: 32px;
	letter-spacing: -0.02em;
	color: #E6E6E6;
	margin-top: 20px;
}

.home-testimonials .testimonial-slider .single-comment p {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 27px;
	color: #E6E6E6;
	opacity: 0.8;
	margin-top: 10px;
}

.home-testimonials .testimonial-slider .single-comment .source-icon {
	margin-top: 20px;
}

.home-testimonials .testimonial-slider .single-comment .source-icon img {
	width: 30px;
}

.home-testimonials .testimonial-slider .single-comment .adj-flt {
	float: left;
}

.home-testimonials .testimonial-slider .single-comment .comment-box .comment-stars i {
  color: #E6BF67;
  font-size: 16px;
}

.home-testimonials .testimonial-slider .single-comment .comment-box .comment-stars i.empty {
  color: #E6E6E6;
  opacity: 0.3;
}

.inquiry-popup .modal-content {
	background: none;
	margin-top: 60px;
	border: none;
}

.inquiry-popup .modal-body {
	padding: 0;
}

.inquiry-popup .inquiry-form h2 {
	color: #333333;
}

.inquiry-popup .inquiry-form {
  background: #f3e9e5;
}

.inquiry-popup .close {
	background: #d3b296;
    opacity: 1;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    line-height: 20px;
    margin-right: -8px;
    margin-top: -8px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}


.home-about .about-video .youtube-video {
  height: 380px !important;
}

.chat-icon {
	position: fixed;
	right: 0;
	bottom: 0;
	margin-right: 15px;
	margin-bottom: 15px;
	z-index: 3;
}

.chat-icon img {
	width: 100%;
	max-width: 140px;
}

.banner-video .video-bg video {
	position: inherit;
	width: 100vw;
	height: 100vh;
	display: block;
	width: 100%;
}

.hide-scroll {
	display: block!important;
}

.show-scroll {
	display: block!important;
}

.banner-video {
	background-color: #104070;
	background-image: url(../images/banner-1.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.banner-video .video-bg {
	position: inherit;
	height: auto;
	text-align: center;
	display: block;
	align-items: center;
	justify-content: center;
}

.banner-video .video-bg .video-overlay {
	display: none!important;
}

.banner-video .banner-content {
	position: inherit;
	object-fit: inherit;
	width: 100%;
	height: auto;
	padding: 160px 0 100px 0;
}

.shadow {
    position: relative!important;
    z-index: 1;
    box-shadow: inherit !important;
}

.shadow.gradient::after {
    background: linear-gradient(90deg, rgb(16 64 112) 30%, rgba(0, 0, 0, 0) 100%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute!important;
    top: 0;
    width: 100%;
    z-index: -1;
}

.show-read-more .more-text {
	display: none;
}

.show-read-more .read-more {
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	color: #b5b4b4;
}

.phone-country-code .select-flag {
	width: 25px;
	margin-left: -15px;
	margin-right: 4px;
}

.phone-country-code .select-code {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	color: #222;
	margin-right: 4px;
}

.phone-country-code .select-country {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: #626262;
}

.phone-country-code .filter-option-inner-inner .select-code {
	color: #E6E6E6;
}

.phone-country-code .filter-option-inner-inner .select-flag {
	width: 25px;
	margin-left: inherit;
	margin-right: 4px;
}

.phone-country-code .filter-option-inner-inner .select-country {
	display: none;
}

.phone-country-code .bootstrap-select > .dropdown-toggle.bs-placeholder, .show > .btn-light.dropdown-toggle, .btn-light, .bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  background-color: transparent!important;
  box-shadow:none!important;
  outline:none!important;
  border:none!important;
	font-weight: 300;
	font-style: normal;
	font-size: 15px;
	line-height: 24px;
	color: #E6E6E6!important;
	background: none;
	border: none;
	outline: none !important;
	box-shadow: none;
	border-radius: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05)!important;
	padding: 20px 2px 5px 0;
	height: 60px;
}

.phone-country-code  .bootstrap-select .dropdown-toggle:focus, .phone-country-code  .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: thin dotted #333!important;
    outline: none!important;
    outline-offset: -2px;
}

.phone-country-code .dropup .dropdown-toggle::after {
  border-right: none!important;
  border-bottom: none!important;
  border-left: none!important;
   outline:none!important;
}

.phone-country-code .bootstrap-select .dropdown-menu.inner {
	overflow-x:hidden;
}

.form_success {
  display: none;
}

.form_error {
  display: none;
}

.main-banner {
}

.main-banner .banner-image img {
	width: 100%;
}

.call-btn-mobile {
	display: none;
}

.service-content {
    background: #104070;
}

.service-content.bg-grey {
    background: #fff;
}


.service-content .service-content-img img {
    width: 100%;
}

.service-content .service-content-txt {
    padding: 60px 45px 60px 45px;
    max-width: 700px;
    margin: auto;
}

.service-content .service-content-txt h2 {
    color: #fff;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    margin-bottom: 10px;
}

.service-content .service-content-txt p {
    color: #e0e0e0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 15px;
}

.service-content.bg-grey  .service-content-txt h2 {
    color: #16222E;
}

.service-content.bg-grey  .service-content-txt p {
    color: #4c4d50;
	font-weight: 400;
}

.service-content .service-content-txt .link-btn {
    background: #fca62d;
    border-radius: 7px;
    text-align: center;
    font-weight: 600;
    font-style: normal;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    color: #000;
    min-width: 190px;
    padding: 10px 5px;
    height: 50px;
    text-transform: uppercase;
	margin-top: 20px;
}

.inner-page .main-header {
	background-color: #eef0f6 !important;
}

.inner-page .home-about {
	padding-top: 160px;
}

.mt_15 {
	margin-top: 15px!important;
}

.full-bg {
	background-color: #b7aeac;
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: left;
	width: 100%;
	height: 100vh;
}

/* ******** MEDIA QUERIES ******** */

@media only screen and (min-width: 1801px) {
	.home-testimonials .testimonial-slider .single-comment {
		min-height: 400px;
	}
}


@media only screen and (min-width: 1300px) and (max-width: 1800px) {
	.home-testimonials .testimonial-slider .single-comment {
		min-height: 450px;
	}
}

@media only screen and (max-width: 991px) {
	
	.home-packages {
			padding: 60px 0 10px 0;
		}
		
	.home-packages .package-box-container {
	  margin-top: 10px;
	}
	
	.home-packages .package-box {
	  display: block;
	  margin-bottom: 30px;
	}
}
	
@media only screen and (max-width: 767px) {
	.main-header .col-4 {
		padding-right: 0!important;
	}
	
	.main-header {
		position: inherit;
		background-color: #eef0f6!important;
	}
	
	.call-btn-desktop {
		display: none;
	}
	
	.call-btn-mobile {
		display: inline-block;
	}

	.main-header .contact-btn .btn-s1 {
		margin: 0 3px;
		min-width: inherit;
	}
	
	.btn-s1 {
		padding: 4px 10px;
		font-size: 12px;
	}
	
	.banner-video .video-bg video {
		position: inherit;
		width: 100vw;
		height: 42vh;
		display: block;
		width: 100%;
	}
	
	.hide-scroll {
		display: block!important;
	}
	
	.show-scroll {
		display: block!important;
	}
	
	.banner-video .banner-content {
		position: inherit;
		object-fit: inherit;
		width: 100%;
		height: auto;
	}
	
	.content-left {
		padding: 0 20px;
		margin-bottom: 30px;
	}
	
	.banner-video .banner-content .content-left h1 {
		font-size: 26px;
        line-height: 36px;
		margin-bottom: 25px;
	}
	
	.banner-video .banner-content .content-left h1 span {
		font-size: 21px;
		line-height: 31px;
	}
	
	.banner-video .banner-content .content-left p {
    	font-size: 18px;
    	line-height: 30px;
	}
	
	.banner-video .banner-content .content-left ul li {
		font-size: 18px;
		line-height: 30px;
	}
	
	.inquiry-form {
	  	padding: 40px 20px;
	}
	
	.inquiry-form h2 {
  		font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
	}
	
	.inquiry-form .submit-btn {
		height: 50px;
	}
	
	.home-about {
		padding: 60px 0;
	}
	
	.main-title h2 {
		font-size: 30px;
		line-height: 38px;
	}
	
	.main-title p {
  		font-size: 18px;
	}
	
	.home-about .about-features ul {
  		margin-top: 40px;
	}
	
	.home-about .about-features ul li {
  		font-size: 18px;
	}
	
	/*.home-about .about-video {
	  margin: 40px 0 0 0;
	}*/
	
	.footer-copy .copyright {
		text-align: center;
		margin-bottom: 15px;
	}
	
	.footer-copy .designedby {
		text-align: center;
	}
	
	.main-footer .footer-info {
		padding: 30px 0;
	}
	
	.home-partners {
	  padding: 20px 0 60px 0;
	}
	
	.home-partners .partners-box-container {
	  margin-top: 40px;
	}
	
	.home-partners .partners-box {
  		height: 200px;
		margin-bottom: 25px;
	}
	
	.home-testimonials .testimonial-slider {
	  margin-top: 50px;
	}
	
	.home-testimonials .testimonial-slider .single-comment {
	  padding: 40px 20px;
	}
	
	.home-testimonials .testimonial-slider .single-comment .comment-box .comment-stars {
		margin-top: 10px;
	}
	
	.home-contact {
		padding: 60px 0 60px 0;
	}
	
	.banner-video .banner-content {
		padding: 60px 0;
	}
	
	.chat-icon {
	    margin-right: 8px;
        margin-bottom: 22px;
	}
	
	.chat-icon img {
	  max-width: 130px;
	}
	
	.service-content .service-content-txt {
    	padding: 50px 30px 50px 30px;
	}
	
	.service-content .service-content-txt h2 {
		font-size: 29px;
		line-height: 39px;
	}
	
	.service-content .service-content-txt p {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	
	.home-contact .main-title h2 {
        font-size: 26px;
        line-height: 36px;
    }
	
	.main-footer .footer-info {
        padding-top: 0;
    }
	
	.main-footer .footer-info .footer-widget h3 {
		margin: auto;
		margin-bottom: 15px;
	}
	
	.main-footer .footer-info .footer-widget {
		margin-bottom: 10px;
	}
	
	/*.inquiry-form {
    	background: rgba(33, 37, 41, 0.9);
	}*/
	
	.inner-page .home-about {
		padding-top: 60px;
	}
	
	.home-about .about-video {
		margin-bottom: 30px;
	}
	
	.inquiry-popup .modal-content {
		margin-top: 40px;
	}
	
}

@media only screen and (max-width: 575px) {
	
	.home-zones .zone-box-container .zone-box {
		width: 100%;
		min-height: 250px;
		padding-top: 90px;
	}
	
	.main-footer .footer-info {
		text-align: center;
	}
	
	.partners-box-container .col-xs-6 {
		width: 50%;
	}
	
	.home-partners .partners-box {
	  height: 160px;
	  padding: 20px;
	}
	
	.phone-country-code .bootstrap-select .dropdown-menu {
		max-width: 300px;
	}
	
	
}

@media only screen and (max-width: 479px) {

	.home-about .about-video .youtube-video {
	  height: 200px !important;
	}
}