#scrollbar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #F5F5F5;
}
#scrollbar::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

#scrollbar::-webkit-scrollbar-thumb {
	background-color: #242424;
	border-left: 1px solid #242424;
}
body {
	font-family: 'Quicksand', sans-serif;
	background: #fff;
	color: #3c3c3c;
	font-size:14px;
	letter-spacing:0.5px;
	font-weight:500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Quicksand', sans-serif;
	font-weight:500;
}
#loader {
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: url(../img/loading.gif) 50% 50% no-repeat #ffffffb8;
}

.video-part {
    position: fixed;
    bottom: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 600px;
    display: block;
    z-index: -1000;
    overflow: hidden;
    
}

.top-header-section {
	background: #f7941e;
	padding:5px 0;
}
.top-header-section-content {
	margin: 0;
	color: #fff;
	font-size:14px;
}
.text-right-m-center
{
	text-align:right;
}
.text-left-m-center
{
	text-align:left;
}
.top-header-section-content a {
	color: #fff;
	text-decoration: none;
	margin: 0 8px;
}
.header-section {
	padding: 10px 0;
	background: #fff;
	font-size:15px;
}
.logo-img-style
{
	width:300px;
	margin-top: -5px;
}
.call-btn a
{
	padding:2px 10px !important;
	background:#4FCE5D;
	color:#fff !important;
	margin-top:5px;
	font-size:25px !important;
	border-radius:50px;
	font-weight:500!important;
	-webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
	width:43px !important;
}
.call-btn a:hover,
.call-btn a:focus,
.call-btn a:active
{
	background:#f7941e !important;
	color:#fff !important;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.home-banner-section
{
	padding: 40px 0 0 0;
	background: #f7941e;
	background:-webkit-linear-gradient(to left,#60381385,rgb(96 56 19));
	background: linear-gradient(to left,#60381385,rgb(96 56 19));
}
 
.content-box-banner
{
	margin-top: 3%;
}
.banner-heading
{
	font-weight:600;
	margin:15px 0;
	font-size: 28px;
	letter-spacing:0.8px;
}

.inner-p-heading
{
	font-size: 25px;
	letter-spacing:0.8px;
}

.banner-sub-heading
{
	margin:15px 0;
	font-size: 24px;
	letter-spacing:0.8px;
	line-height: 1.4;
	font-weight: 300;
}
.banner-indicators
{
	bottom: -20% !important;
}

.why-choose-us-box
{
	margin-top: 7%;
}

.why-choose-us-col {
    text-align: center;
    color: #fff;
    margin: 0;
}
.icon-why-choose-us {
    font-size: 35px;
    margin: 10px 0;
}
.heading-why-choose-us {
    font-size: 15px;
    margin: 0;
}

.banner-form
{
	background: #fff;
	padding:25px;
	border-radius:4px;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
 
.banner-form-heading
{
	margin: 0 0 15px 0;
	font-size: 20px;
}

 
.btn-booknow
{
	width:100%;
	background:#f7941e;
	padding: 5px 10px;
	color:#fff;
	font-weight:600;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}
.btn-booknow:hover,
.btn-booknow:focus,
.btn-booknow:active
{
	background:#603813;
	color:#fff;
}

.banner-two
{
	padding:30px 0;
	background: #f7941ee6;
}
.banner-two-para
{
	font-size: 15px;
}

.services-section
{
	padding: 30px  0 50px 0;
	background: #fffffffa;
	/* -webkit-box-shadow: 0 -200px 100px rgb(247 148 30 / 28%); */
	/* box-shadow: 0 -200px 100px rgb(247 148 30 / 28%); */
}
.title-heading
{
	font-size:20px;
	margin:5px 0;
}
.title-sub-heading
{
	font-size:28px;
	margin:5px 0;
}

.services-box
{

background:#fff;

border: 1px solid #f7941e;

-webkit-transition: 200ms;

-moz-transition: 200ms;

-o-transition: 200ms;

transition: 200ms;
}
.services-box:hover
{
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	border:1px solid #eee;
}
.services-content
{
	padding: 10px 20px 20px 20px;
	
}
.services-heading
{
	font-size: 17px;
	font-weight: 600;
	color: #f7941e;
	margin:10px 0;
}
.services-para
{
	font-weight: 500;
	font-size: 14px;
}

.para-overflow
{
	height: 90px;
	overflow-y:hidden;
	position:relative;
}
.pull-right {
	float: right !important;
}
.footer-section {
	background: #38200a;
	padding: 10px 0 40px 0;
	background: #f7941e;
	background: -webkit-linear-gradient(to left,#000000f5,rgb(162 89 1));
	background: linear-gradient(to left,#000000f5,rgb(162 89 1));
	-webkit-box-shadow: 0 -200px 100px rgb(247 148 30 / 28%);
	box-shadow: 0 -200px 100px rgb(247 148 30 / 28%);
}
.footer-heading {
	color: #f7941e;
	font-size: 20px;
	margin: 10px 0 20px 0;
	padding: 0 0 12px 0;
	letter-spacing: 1px;
	font-weight: 600;
	border-bottom: 1px dashed #f7941e59;
}
.footer-text {
	color: #f7941e;
	border-bottom: 1px dashed #f7941e59;
	padding: 5px 0;
}
.footer-link {
	color: #d8d8d8;
	font-size:14px;
}
.footer-link:hover,
.footer-link:focus {
	color: #eee;
}
.copyright-section {
	padding: 20px 0;
	background: #251400;
}
.copyright-text {
	margin: 0;
	color: #ccc;
	font-size: 12px;
}
.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	color: #f7941e;
	text-decoration: none;
	font-size: 25px;
}
.inner-page-breadcrump
{
	padding: 40px 0;
	background: #f7941e;
	background:-webkit-linear-gradient(to left,#60381385,rgb(96 56 19));
	background: linear-gradient(to left,#60381385,rgb(96 56 19));
}
.breadcrump-link
{
	color:#f7941e;
}

.section-about
{
	padding:40px 0;
	background:#fff;
}

.border-right-1
{
	border-right:1px dashed #eee;
}


.banner-form-heading1
{
	margin: 0 0 15px 0;
	font-size: 17px;
	font-weight:600;
}
.left-menu
{
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding:20px;
	background:#fff;
	border-radius:4px;
}

.left-menu-text {
	border-bottom: 1px dashed #f7941e;
	padding: 8px 0;
	font-size: 14px;
	margin: 0;
}
.left-menu-link {
	color: #000;
}
.left-menu-link:hover,
.left-menu-link:focus {
	color: #f7941e;
}

.banner-form h5
{
	font-size: 14px;
}

.banner-form h5 i
{
	color:#f7941e;
}

 
/* responsive css */
/* smartphones, Android phones, landscape iPhone */

@media (max-width: 414px) {
.text-right-m-center
{
	text-align:center;
}
.text-left-m-center
{
	text-align:center;
}
.logo-img-style
{
	width: 240px;
	margin-top: 2px;
}
.mobile-menu
{
	border-top:1px dashed #ccc !important;
}

.home-banner-section {
    padding: 10px 0 0 0;
}

.footer-link {
	color: #d8d8d8;
	font-size:12px;
}

.footer-section {
    padding: 10px 0 15px 0;
}

.border-right-1
{
	border-right:none;
}

.why-choose-us-box {
    margin-top: 16%;
}

.heading-why-choose-us {
    font-size: 14px;
}

.banner-indicators {
    bottom: -10% !important;
}


}
/* tablet */

@media (max-width: 768px) { 

.services-heading {
    font-size: 13px;
}

.border-right-1
{
	border-right:none;
}


}



/* ---  Large devices (desktops, 992px and up) --*/

@media (min-width: 992px) {
	
}
/****** common ***************/

.bg-white {
	background: #fff;
}

.bg-light-gray {
	background: #eee;
}

.bg-dark {
	background: #333;
}

.color-white {
	color: #fff;
}

.color-gray {
	color: #eee;
}

.border-right-none {
	border: none;
}

.border-none {
	border: none;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.m-center {
	margin-right: auto;
	margin-left: auto;
}

.m-top-10 {
	margin-top: 10px;
}

.m-top-20 {
	margin-top: 20px;
}

.m-top-30 {
	margin-top: 30px;
}

.m-top-40 {
	margin-top: 40px;
}

.m-top-50 {
	margin-top: 50px;
}

.m-top-60 {
	margin-top: 60px;
}

.m-top-70 {
	margin-top: 70px;
}

.m-top-80 {
	margin-top: 80px;
}

.m-top-90 {
	margin-top: 90px;
}

.m-top-100 {
	margin-top: 100px;
}

.m-top-110 {
	margin-top: 110px;
}

.m-top-120 {
	margin-top: 120px;
}

.m-top-130 {
	margin-top: 130px;
}

.m-top-140 {
	margin-top: 140px;
}

.m-b-20
{
	margin-bottom:20px;
}
.clr-fix {
	clear: both !important;
}

.padding-left-0 {
	padding-left: 0 !important;
}

.padding-0 {
	padding: 0 !important;
}
.width-auto
{
	width:auto !important;
	font-size: 10px;
}
/* vietnamese */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hJFQNcOM.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hJVQNcOM.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hJFQNcOM.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hJVQNcOM.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hJFQNcOM.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hJVQNcOM.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hJFQNcOM.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hJVQNcOM.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hJFQNcOM.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hJVQNcOM.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v21/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}