@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;1,400&family=Montserrat:wght@500;600;700&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, rubsey, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*, * focus {
	outline: none!important;
	margin: 0;
	padding: 0;
}

a {
  color: inherit!important;
  text-decoration: none!important;
}
a:hover {
  color: inherit!important;
  text-decoration: none!important;
}

html, body {
    height:100%;
}
html {
  scroll-behavior: smooth!important;
}
body {
    font-family: 'Open Sans', sans-serif !important;
	font-weight:400!important;
	line-height: 28px!important;
	font-size: 15px!important;
	color: #111!important;
	text-decoration: none;
	height:100%;
	background-color:#fff!important;
}

.sticky{
	position: fixed!important;
	z-index:999!important;
	width: 100%;
	left: 0;
	top: 0;
	padding:0px 0;
	box-shadow:0px 15px 15px rgba(0,0,0,.15);
	border-radius: 0;
}
.sticky .logo{
}
.top-nav{
	position:relative;
	background-color:#f1f1f1;
	height:auto;
	line-height:30px;
	font-weight:600;	
	padding:5px 0;
}
.top-nav span{
	margin:0 10px 0 0;	
}
.top-nav span i{	
	line-height: 1;
}
.top-nav a{
	color: #111;
}
.top-nav a.s-login{
	border: solid 2px #00477a;
	margin-right: 0!important;
	display: inline-block;
	padding: 0 10px;
	border-radius: 4px;
	color: #00477a!important;
}
.top-nav .container{
	position:relative;
	padding-top:0!important;
	padding-bottom:0!important;
}
@media screen and (max-width : 992px) {
.sticky{
	padding:5px 0;
}
.sticky .logo img{
}
}
header{
	position: relative;
	background-image: linear-gradient(to right, #0c0b09, #1a1a1a, #0c0b09);
	height:auto;
	padding:5px 0;
	border-radius: 0;
	text-transform: capitalize!important;
}
header .container{
	padding-top:0;
	padding-bottom:0;
}
header .logo{
	float:left;
	width:25%;
	padding:0;
}
header .logo img{
	width:auto;
	height:70px;
	max-width: 100%;
}
header .header-right{
	float:left;
	width:75%;
	text-align:right;
	padding-top:12px;
}
header .header-right img{
	width:auto;
	height:auto;
}
header .header-right a{
}
header .call{
	float:right;
	text-align:right;
	text-transform:uppercase;
}
header .call a{
	color:#FFF!important;
	background-color:#cb9834!important;
	display:inline-block;
	text-decoration:none!important;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
	font-size:16px;
	line-height:40px;
	font-weight:700;
	padding:0 8px;
	margin:0 0 0 10px;
	border-radius:0 10px 0 10px;
	border:solid 0px rgba(0,0,0,0);
}
header .call a i{
	font-size:16px;
	line-height:35px;
	margin-right:0px;
}
header .ytube{
	float:right;
	text-align:right;
	text-transform:uppercase;
	margin-left: 20px;
}
header .ytube a{
	color:#FFF!important;
	background-color:#eee!important;
	display:block;
	text-decoration:none!important;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
	font-size:16px;
	line-height:40px;
	font-weight:700;
	padding:0px 8px;
	margin:0 0 0 0px;
	border-radius:0 10px 0 10px;
	border:solid 0px rgba(0,0,0,0);
}
header .ytube a img{
	height: 30px;
	width: auto;	
	margin-right:0px;
}
.t-menu{
	float: right;
	margin:0;
	width:auto;
}
.navigation{
	width:100%;
	display:block;	
	color:#cb9834;
}
.expert{
	position:fixed;
	z-index:999;
	right:0;
	top:50%;
	margin:-104px 0 0 0;
	display:none;
	width:49px;
	height:208px;
}
@media screen and (max-width : 992px) {
header{
	position: relative;
	width: 100%!important;
	left: 0;
	top: 0;
	padding:5px 0;
	border-radius: 0;
	background-color: #64457c;
}
header .logo{
	float:left;
	width:50%;
	padding:0;
	position:relative;
}
header .logo img{
	width:auto;
	height:50px;
}
header .header-right{
	float:left;
	width:50%;
	padding: 6px 50px 0 0;
	text-align:right;
}
header .call a{
	font-size: 13px;
	line-height:33px;
	padding:0 8px;
	margin:0 0 0 5px;
	border-radius:0 10px 0 10px;
}
header .call a span{
	display: none;
}
header .ytube a{
	line-height:40px;
	font-weight:700;
	padding:1px 8px;
	line-height: 34px;
	margin:0 0 0 0px;
	border-radius:0 10px 0 10px;
	border:solid 0px rgba(0,0,0,0);
}
header .ytube a img{
	height: 24px;
	width: auto;	
	margin-right:0px;
}
header .ytube a span{
	display: none;
}
}

.slide{	
	width: 100%;
	position: relative;
	font-size: 16px!important;
	line-height:32px!important;	
}


.slide2{
	background-color:#2d2d2d;
	background:url(../images/bg1.jpg) no-repeat left bottom scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-decoration: none;	
}
.slide2 h6{
	color: #fff!important;
}
.slide2 h2{
    color: #cb9834;
}
.slide3{	
	width: 100%;
	background-color: #f9f9f9;
	position: relative;
	font-size: 16px!important;
	line-height:32px!important;	
}



.slide hr{	
	border: 0;
	height: 1px;
	margin:10px 0;
	background: #333;
	background-image: linear-gradient(to right, #bbb, #ccc, #aaa);
}

.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}

h1{
	font-family: 'Roboto', sans-serif!important;
	font-weight:700!important;
	font-size: 31px!important;
	padding: 0!important;
	color: #1a1a1a!important;
	margin: 0 0 10px 0!important;
	line-height: normal;
	position:relative;
}
h2{
    font-family: 'Roboto', sans-serif!important;
	font-weight:700!important;
	font-size: 32px!important;
	padding: 0!important;
	color: #64457c;
	margin: 0 0 10px 0!important;
	line-height: normal;
	position:relative;
}
.subtitle{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	display: inline-block;
	letter-spacing: 2.8px;
	padding: 0 0;
	position: relative;
	margin-bottom: 30px;
	z-index: 10;
	color: #fff;
}
.subtitle::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #cb9834;
    left: 0;
    bottom: -10px;
    z-index: -1;
}
.subtitle2{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	display: inline-block;
	letter-spacing: 2.8px;
	padding: 0 0;
	position: relative;
	margin-bottom: 30px;
	z-index: 10;
	color: #000;
}
.subtitle2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #cb9834;
    left: 0;
    bottom: -10px;
    z-index: -1;
}
h3{
	color: #222;
	font-size: 22px;
	font-weight:600!important;
	position:relative;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
/*	text-transform:uppercase;*/
}
h3 strong{	
	font-weight:700!important;
	color:	#cb9834;
}
h4{
	color:rgba(0,0,0,.6);
	font-size: 16px!important;
	font-weight:500!important;
	position:relative;
}
h4 strong{
	font-weight:700!important;
	color: #f68523;
}
h5{	
	font-weight:600!important;
	color: #111;
	font-size: 18px!important;
	position:relative;
	margin:0 0 10px 0!important;
}
h6{
	font-size:16px;
	line-height:30px;
	color:#666;
	margin: 0 0 15px 0!important;
	font-style: italic;
}
div p{
	font-size:16px;
	line-height:28px;
	margin-bottom: 20px!important;
	text-align:justify;
}
div p:last-child{
	text-align:justify;
	margin-bottom: 0!important;
}


.text-center p{
	text-align:center!important;
}
.text-justify p{
	text-align:justify!important;
}

@media screen and (max-width: 768px) {
h1{
	font-size: 32px!important;
	padding: 0!important;
	margin: 0 0 5px 0!important;
}
h2{
    font-size: 32px!important;
	padding: 0!important;
	margin: 0 0 5px 0!important;
}
.subtitle{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	display: inline-block;
	letter-spacing: 2.8px;
	padding: 0 0;
	position: relative;
	margin-bottom: 30px;
	z-index: 10;
	color: #fff;
}
.subtitle::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #ccc;
    left: 0;
    bottom: -10px;
    z-index: -1;
}
.subtitle2{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	display: inline-block;
	letter-spacing: 2.8px;
	padding: 0 0;
	position: relative;
	margin-bottom: 30px;
	z-index: 10;
	color: #000;
}
.subtitle2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #666;
    left: 0;
    bottom: -10px;
    z-index: -1;
}
h3{
	color: #222;
	font-size: 22px;
	font-weight:600!important;
	position:relative;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
}
h3 strong{	
	font-weight:700!important;
	color:	#cb9834;
}
h4{
	color:rgba(0,0,0,.6);
	font-size: 22px;
	font-weight:500!important;
	position:relative;
}
h4 strong{
	font-weight:700!important;
	color: #f68523;
}
h5{	
	font-weight:600!important;
	color: #111;
	font-size: 18px!important;
	position:relative;
	margin:0 0 10px 0!important;
}
h6{
	font-size:16px;
	line-height:30px;
	color:#666;
	font-style: italic;
}
p{
	font-size:14px;
	line-height:26px;
	text-align:justify;
}
}


@media screen and (max-width: 570px) {
.container{
	padding-left: 40px!important;
	padding-right: 40px!important;
}
}

.slide ul{

}
.slide ul li{
	margin: 0 0 15px 0;
}


.subtitle{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	display: inline-block;
	letter-spacing: 2.8px;
	padding: 0 0;
	position: relative;
	margin-bottom: 30px;
	z-index: 10;
	color: #fff;
}
.subtitle::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #cb9834;
    left: 0;
    bottom: -10px;
    z-index: -1;
}
.subtitle2{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	display: inline-block;
	letter-spacing: 2.8px;
	padding: 0 0;
	position: relative;
	margin-bottom: 30px;
	z-index: 10;
	color: #000;
}
.subtitle2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #cb9834;
    left: 0;
    bottom: -10px;
    z-index: -1;
}


.container{	
	padding-top:70px;
	padding-bottom:70px;
	position:relative;
}
p{
	text-align:justify;
	margin:0!important;
}
.text-center p{
	text-align:center!important;
}
.large-para p{
	font-size:18px !important;
	line-height:1.8 !important;
}
@media screen and (max-width: 992px) {
h1 {
	font-size:26px!important;
	margin:0 0 15px 0!important;
}
h2 {
	font-size:26px!important;
	margin:0 0 15px 0!important;
}
h3 {	
	font-size: 20px!important;
	margin:0 0 10px 0!important;
}
h5 {
	font-size: 18px!important;
	line-height:32px!important;
}
h6{
	font-size:16px!important;
	line-height:30px!important;
}
.container{
	padding-top:30px;
	padding-bottom:30px;
}
.large-para p{
	font-size:16px !important;
	line-height:30px !important;
}
}
@media (min-width: 1600px) {
  .container {
    max-width: 1540px!important;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px!important;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1240px!important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px!important;
  }
}
/*
@media (min-width: 480px) {
.container {
    max-width: 400px;
}
}
@media (min-width: 400px) {
.container {
    max-width: 350px;
}
}
@media (min-width: 350px) {
.container {
    max-width: 320px;
}
}*/
@media screen and (max-width: 480px) {
.container{
	padding-top:20px;
	padding-bottom:20px;
}
}
.container2{
	/*background-color:#f7fdfd;*/
	background-color:#f2f5f8;	
	position:relative;
}
.container3{	
	background-color:#eee;
	padding:10px 0;
}
@media screen and (max-width: 992px) {
.container2{
	position:relative;
	padding-top:0!important;
	padding-bottom:0!important;
}
.container3{	
	display:none;
}
}
@media screen and (max-width: 480px) {
.container3{	
	display:none;
}
h1 {
	font-size: 20px;
	text-decoration: none;

}
h1 a {
	text-decoration: none;
}
h2 {
	font-size:18px;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
}

h3 {
	font-size: 20px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
h3 a  {
	text-decoration: none;
	line-height: 25px;
}
h3  a:hover {
	text-decoration: underline;
}
.container2{
	padding:30px 0;
}
.container2 h2{	
	font-size:18px;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
.container3{	
	background-color:#eee;
	padding:10px 0;
}
}



.slide ul{

}
.slide ul li{
	margin: 0 0 15px 0;
}

.h-slider {
	width:100%;
	height: auto;
	position:relative;
	background-color:#64457c;
	padding:0!important;
}
.h-slider .slide{
	padding: 0;
}
.carousel-inner img{
	width:100%;
	height: auto;
}

.slide-text{	  	
  	top: 30%;
	position:absolute;
	z-index:98;
	color:#fff;
	width:100%;
	text-shadow:1px 1px 5px rgba(0,0,0,0);
}
.slide-text .container-fluid{
  	padding-left: 80px;
	padding-right: 80px;
}

.brief{
	background-color:rgba(0,0,0,.8);
	padding: 20px;
	border-radius: 0 35px 0 35px;
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
}
.brief .subheading{
	font-size: 18px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif!important;
	background-color: #cb9834;
	color: #fff;
	margin: 0 0 15px 0;
	padding: 0 10px;
	border-radius: 0 10px 0 10px;
	display: inline-block;
}
.brief h3{
	font-size: 36px!important;
	font-weight: 700!important;
	font-family: 'Roboto', sans-serif!important;
	color: #FFF;
	padding: 0!important;
	margin: 0!important;
	text-transform: capitalize;
}
.brief h4{
	color: #cb9834;
	font-size: 18px;
	font-weight: 700!important;
}
.brief h5{
	color: #cb9834;
}
.brief h6{
	font-size: 18px;
	font-style: normal;
	color: #fff;
}
.brief a.call{
	background-color: #fff;
	border-radius: 0 10px 10px 0;
	line-height: 50px;
	padding: 0px 15px 0px 10px;
	display: inline-block;
	text-decoration: none!important;
	font-weight: 800!important;	
	font-size: 22px;
	margin: 10px 0 0 0;
	color: #64457c!important;
	border: 0!important;
	box-shadow: 0px 0px 6px rgba(0,0,0,.5);
}
.brief a i{
	background-color: #cb9834;
	float: left;
	width: 40px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	margin: 0 10px 0 0;
	box-shadow: 0px 0px 6px rgba(0,0,0,.5);
}
.brief ul{
	display: block;
	width: 100%;
	list-style: none;
	margin: 0 0 10px 0!important;
	padding: 0!important;
}
.brief ul li{
	display: inline-block;
	margin: 0 10px 0 0;
}
.brief ul li i{
	color:#cb9834;
}

.enquiry{
	width:90%;
	float: right;
	font-weight:700;
	background-color: #cb9834;
	margin-top:0;
	text-align:left;
	padding:20px;
	border-radius: 0 15px 0 15px;
}
.enquiry h2{
	font-size:24px!important;
	font-weight:700!important;
	padding-bottom:10px!important;
	color: #000;
}
.enquiry form{
	padding:0;
} 
.enquiry form button{
  background-color: #64457c;
  width: 100%;
  display: block;
  padding: 0px 20px;
  line-height: 50px;
  font-weight: 600 !important;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0px 0 0 0;
  border: 0;
  border-radius: 0 10px 0 10px;
  text-align: center;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}


@media screen and (max-width : 992px) {
.slide, .slide2, .slide3{
	padding: 30px 0;
}
.slide-text{
  	top: 0;
	position:relative;
	z-index:auto;
	color:#fff;
	width:100%;
	padding: 0 0 20px 0;
	text-shadow:1px 1px 5px rgba(0,0,0,0);
}
.slide-text .container-fluid{
  	padding-left: 40px;
	padding-right: 40px;
}

.brief{
	background-color:rgba(0,0,0,0);
	padding: 20px 0;
	border-radius: 0 35px 0 35px;
	color: #fff;
	font-size: 18px;
	line-height: 1.8;
	text-align: center;
}
.brief a.call{
	background-color: #fff;
	border-radius: 10px 0 10px 0;
	line-height: 50px;
	padding: 0px 15px 0px 10px;
	display: inline-block;
	text-decoration: none!important;
	font-weight: 800!important;	
	font-size: 22px;
	margin: 10px 0 0 0;
	color: #cb9834!important;
	box-shadow: 0px 0px 6px rgba(0,0,0,.5);
}
.enquiry{
	width:100%;
	float: none;
}
}

@media screen and (max-width : 480px) {
.slide-text{
  	top: 0;
	position:relative;
	z-index:auto;
	color:#fff;
	width:100%;
	padding: 0 0 20px 0;
	text-shadow:1px 1px 5px rgba(0,0,0,0);
}
.slide-text .container-fluid{
  	padding-left: 40px;
	padding-right: 40px;
}

.brief{
	background-color:rgba(0,0,0,0);
	padding: 20px 0;
	border-radius: 0 35px 0 35px;
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
}
.brief .subheading{
	font-size: 24px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif!important;
	background-color: #cb9834;
	margin: 0 0 15px 0;
	padding: 0 10px;
	border-radius: 0 10px 0 10px;
	display: inline-block;
}
.brief h3{
	font-size: 30px;
}
.brief h4{
	color: #cb9834;
	font-size: 18px;
}
.brief h5{
	color: #cb9834;
}
.brief h6{
	font-size: 14px;
	color: #fff;
}
}

@media screen and (max-width: 992px) {
}




.types{
}
.types ul{
	display: table;
	width: 100%;
	list-style: none;
	margin: 0!important;
	padding: 0!important;
	outline: 0!important;
}
.types ul li{
	float: left;	
	width: 33.33%!important;
	line-height: 1.3;
	text-align: center;
	padding: 20px;
	color: #666;
}
.types ul li div{
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	min-width: 260px;
}
.types ul li i{
	float: left;
	font-size: 56px;
	margin-right: 10px;
	color: #cb9834;
}
.types ul li strong{
	display: block;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	margin: 8px 0 0 0;
}
.types ul li span{
	font-size: 14px;
}


.subtypes{
	padding: 20px;
	background-color: #64457c;
	color: #fff;
	border-radius: 0 25px 0 25px;
}
.subtypes ul{
	display: table;
	width: 100%;
	list-style: none;
	margin: 0!important;
	padding: 0!important;
	outline: 0!important;
}
.subtypes ul li{
	float: left;	
	width: 25%!important;
	line-height: 1.3;
	text-align: center;
	position: relative;
	color: #fff;
}
.subtypes ul li::after {
	position: absolute;
	right: -20px;
	top: 10px;
	width: 1px;
	height: 80px;
	background-color: #fff;
	transform: rotate(20deg);
	color: #fff;
	content: "";
}
.subtypes ul li:last-child::after {
	display: none;
}
.subtypes ul li div{
	text-align: center;
}
.subtypes ul li strong{
	font-family: 'Roboto', sans-serif!important;
	display: block;
	font-size: 46px;
	font-weight: 900!important;
	color: #fff;
	margin: 8px 0 0 0;
}
.subtypes ul li span{
	font-size: 14px;
}


@media screen and (max-width: 768px) {
.types{
}
.types ul li{
	float: left;	
	width: 50%!important;
	line-height: 1.3;
	text-align: left;
	padding: 10px 0;
	color: #666;
}
.types ul li div{
	display: block;
	margin: 0 auto;
	text-align: center;
	min-width: 100%;
}
.types ul li i{
	float: none;
	font-size: 32px;
	color: #cb9834;
	margin-right: 0px;
}
.types ul li strong{	
	font-size: 15px;
	margin: 8px 0 0 0;
}
.types ul li span{
	font-size: 13px;
}


.subtypes{
	padding: 15px;
	background-color: #64457c;	
}
.subtypes ul{
	display: table;
	width: 100%;
	list-style: none;
	margin: 0!important;
	padding: 0!important;
	outline: 0!important;
}
.subtypes ul li{
	float: left;	
	width: 50%!important;
	line-height: 1.3;
	text-align: center;
	position: relative;
	color: #fff;
}
.subtypes ul li::after {
	display: none;
}
.subtypes ul li div{
	text-align: center;
}
.subtypes ul li strong{
	font-size: 32px;
	font-weight: 900!important;
	margin: 8px 0 0 0;
}
.subtypes ul li span{
	font-size: 12px;
}
}

#amenities{
	/*background-image:url(../images/bg.jpg)!important;
	background-repeat:repeat-x;
	background-position:left bottom!important;*/
	box-shadow:inset 0px 0px 30px rgba(0,0,0,.2);
}
#amenities ol{
	margin:0 0 0 22px;
}
#amenities ol li{
	margin:10px 0;
}
#amenities .amt-img{
}
#amenities .amt-img img{
	margin-bottom:30px;
}
#contact{
	background-color:#1a1a1a;
	color:rgba(255,255,255,1);
	padding:0;
	font-size: 14px!important;
}
#contact h2{
	color: #fff!important;
	font-weight: 700!important;
}
#contact h6{
	color: #fff!important;
}
#contact h3{
	color: rgba(0,0,0,.95);
	font-weight: 700!important;
}
#contact h5{
	font-size:20px!important;
	text-transform:uppercase;
	padding: 0!important;
	margin: 0px 0 0 0!important;
	font-weight: 700!important;
	color: #cb9834 !important;
}
#contact .cont-link, #contact .cont-link h5, #contact .cont-link p{
	font-size:16px!important;
	color:rgba(255,255,255,1)!important;
	text-decoration:none;
}
#contact .cont-link i{
	float: left;
	background-color: rgba(0,0,0,.5);
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 10px 0 10px 0;
	font-size: 32px;
	margin: 0 10px 0 0;
}

#contact p{
	font-size:14px!important;
}
#contact p a{
	font-size:14px!important;
	color:rgba(255,255,255,1)!important;
	text-decoration:none;
}
#contact hr{	
	border: 0;
	height: 1px;
	margin:0px 0 25px 0!important;
	background: #333;
	background-image: linear-gradient(to right, #f4f4f4, #f5f5f5, #f9f9f9);
}
#contact form{
	margin: 0;
	border-radius:50px 0 50px 0;
	background-color: #cb9834;
	padding:50px;
}
#contact form button{
  background-color: #1a1a1a;
  width: 100%;
  display: block;
  padding: 0px 20px;
  line-height: 50px;
  font-weight: 600 !important;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0px 0 0 0;
  border: 0;
  border-radius: 10px 0 10px 0;
  text-align: center;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}
#contact footer{
	background-color:#53336b;
	font-size:12px;
	line-height:1.3;
	padding:15px 0;
	width:100%;
	color:rgba(255,255,255,.8);
}
@media screen and (max-width : 992px) {
#contact {
	padding-top:0!important;
	padding-bottom:0!important;
}
#contact form{
	margin: 20px 0 0 0;
	border-radius:50px 0 50px 0;
	background-color: #cb9834;
	padding:30px;
}
#contact footer{
	padding:15px 0 70px 0;
}
}
@media screen and (max-width : 768px) {
#contact {
	padding-top:0!important;
	padding-bottom:0!important;
}
#contact form{
	margin: 0;
	border-radius:20px 0 20px 0;
	padding:15px 10px 10px 10px;
}
}



.floor-plan{
	border-radius: 15px 0 15px 0;
	overflow: hidden;
	margin: 0 0 14px 0;
	width: 100%;
	height: auto;
	border: solid 5px rgba(0,0,0,.3);
	box-shadow: 0px 10px 15px -5px rgba(0,0,0,.15);
}
.floor-plan img{
	width: 100%;
	height: auto;
}

.gallery{
	border-radius: 15px 0 15px 0;
	overflow: hidden;
	width: 100%;
	height: auto;
	box-shadow: 0px 10px 15px -5px rgba(0,0,0,.15);
}
.gallery img{
	width: 100%;
	height: auto;
}






.service-box{
	position:relative;
}

.s-box-data{
	height:auto;
	color:#111;
}
.s-box-col{
	background-color:#fff;
	width:100%;	
	margin:5px 0 15px 0;
	text-align:left;
	font-size:15px;
	line-height:25px;
	padding:0;
	border:solid 0 #fff;
	position:relative;
	border-radius:25px;
	box-shadow:0px 10px 12px -10px rgba(0,0,0,.3);
}
.s-box-col a{
	display:inline-block;
	font-weight:600;
	line-height:44px;
	border-radius:25px;
	background-color:#cb9834;
	color:#fff!important;
	text-decoration:none;
	padding:0px 20px;
	margin:0 auto 20px auto;
	text-transform:capitalize;
	border:solid 0px #cb9834;
	cursor:pointer;
	text-transform:uppercase;
	font-size:14px!important;
}
.s-box-col a:hover{
	background-color:#1e1e1e;
	color:#fff!important;
}
.s-box-col .sb-img{
	height:auto;
	width:100%;
	padding:0;
	text-align:center;	
	margin:0 auto 20px auto;
	overflow:hidden;
	border-radius:25px 25px 0 0;
}
.s-box-col .sb-img img{
	height:auto;
	width:100%;
	transition:all .5s ease
}
.s-box-col:hover .sb-img img{
	transform: scale(1.1);
}
.s-box-col h4{
	padding:0 0!important;
	margin:0!important;
	text-align:center;
	font-weight:700!important;
	font-size:22px!important;
	color:#cb9834!important;
	font-family: 'Montserrat', sans-serif !important;
}
.s-box-col p{
	text-align:justify;
	padding:20px;
	color:#111!important;
}
@media screen and (max-width: 1250px) {
.service-box h4{
	font-size:15px!important;
}
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
.service-box #fade-1{
	margin-top:2%!important;
}
.service-box #fade-2{
	margin-top:2%!important;
}
.service-box #fade-3{
	margin-top:2%!important;
}
.service-box #fade-4{
	margin-top:2%!important;
}
.service-box #fade-5{
	margin-top:2%!important;
}
}
@media screen and (max-width: 768px) {
.service-box{
	position:relative;
}
.service-box h4{
	margin:0 0 0 0 !important;
	font-size:16px!important;
	color:#00b7cc!important;
	width:auto;
	height:auto;
	line-height:normal;
}
.service-box p{
	text-align:justify;

}
.s-box-row{
	width:100%;
	text-align:center;
}
.service-box .s-box-data{
	height:auto;
}
.service-box .s-box-col{
	float:none;
	display:inline-block;
	width:96%;	
	margin:2%;
	text-align:center;
	font-size:13px;
	line-height:24px;
	padding:25px;
	border:solid 1px #f1f1f1;
	position:relative;
	border-radius:5px;
	box-shadow:3px 3px 15px rgba(0,0,0,.1);
}
.service-box .s-box-col a{
	display:inline-block;
	font-weight:500;
	background-color:#fff;
	line-height:35px;
	color:#00b7cc!important;
	text-decoration:none;
	padding:0px 20px;
	margin:20px auto 0 auto;
	text-transform:capitalize;
	border-radius:20px;
	border:solid 2px #00b7cc;
	cursor:pointer;
	font-size:16px!important;
}
.service-box .s-box-col:hover h4{
	color:#f44300!important;
}
.service-box .s-box-col img{
	height:32px;
	width:auto;
	float:none;
	margin:0 0 10px 0;
}
}
@media screen and (max-width: 480px) {
}

.presence{
	text-align:center;
}
.presence img{
	height:80px;
	width:auto;
	margin:0 0 20px 0;
}
.presence h3{
	color:#111 !important;
}
.presence p{
	color:#666 !important;
}
@media screen and (max-width: 992px) {
.presence{
	margin:15px 0;
}
}


.h-ad{
	width:100%;
	overflow:hidden;
}
.h-ad-img{
    overflow: hidden;
	height:100%;
}
.h-ad-img img{
	width:100%;
	min-height:100%;
	height:100%;
    transition: 1s ease;
}
.h-ad-img img:hover{
    transform: scale(1.1);
}
.h-ad-content{
    height:100%;
}
.h-ad-content:hover .h-ad-img img{
    transform: scale(1.1);
}
.h-ad .overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	box-shadow:inset 0px 0px 100px rgba(0,0,0,0);
    background-color: rgba(255,255,255,.9);	
}
.h-ad-content .hac{
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align:center;
	width:100%;
	padding:0 8%;
	color:#111;
}
.h-ad-content .hac h3{
	color:#111!important;
	font-weight:700!important;
	font-size: 18px !important;
	text-transform:uppercase;
	margin:0 0 10px 0!important;
	padding:0!important;
}
.h-ad-content .hac h3:after{
	display:none;
}
.h-ad-content .hac a{
	display: inline-block;
	font-weight: 600;
	line-height: 44px;
	border-radius: 25px;
	background-color: #cb9834;
	color: #fff !important;
	text-decoration: none;
	padding: 0px 20px;
	margin: 15px auto 0 auto;
	text-transform: capitalize;
	border: solid 0px #cb9834;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 14px !important;
}
@media screen and (max-width : 992px) {
}
@media screen and (max-width : 580px) {
.h-ad-content .hac{
	padding:0 2%;
}
.h-ad-content .hac h3{
	font-size: 14px !important;
	margin:0 0 10px 0!important;
}
.h-ad-content .hac a{
	font-size: 12px;
	padding:0px 10px;
	margin:5px 0 0 0;
}
}

.hexagon {
  position: relative;
  width: 120px; 
  height: 50px;
  padding:5px 0;
  background-color: rgba(255,255,255,.8);
  margin: 10px 0;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
}

.hexagon:before {
	left:0;
  bottom: 100%;
  border-bottom: 40px solid rgba(255,255,255,.8);
}

.hexagon:after {
  top: 100%;
  left:0;
  width: 0;
  border-top: 40px solid rgba(255,255,255,.8);
}
.hexagon img {
	filter: grayscale(0%);
	height:40px;
}

.home-1{
	background-color:#cb9834;
	height:auto;
	width:100%;
	margin:0 auto;
	padding:20px 0 0 0;
	position:relative;
}
.home-1:before{
	position:absolute;
	left:0;
	top:-48px;
	content:'';
	width:100%;
	height:50px;
	background:url(../images/curve-1.svg) center bottom no-repeat;
	background-size:104%;
}
.home-1 .container{
	padding-top:0 !important;
}
.home-1 h2, .home-1 h6{
	color:#fff !important;
}
.home-1-2{
	background-color:#cb9834;
	height:auto;
	width:100%;
	margin:0 auto;
	padding:40px 0 0 0;
	position:relative;
}
.home-1-2:before{
	position:absolute;
	left:0;
	top:-48px;
	content:'';
	width:100%;
	height:50px;
	background:url(../images/curve-1.svg) center bottom no-repeat;
	background-size:100%;
}
.home-1-2 .container{
	padding-top:0 !important;
}
.home-1-2 .fas{
	font-size:82px;
	color:rgba(255,255,255,.8);
}
.home-1-2 .h-1-2-img{
	position:relative;
	border:solid 3px #fff;
	box-shadow:0px 10px 10px rgba(0,0,0,.3);
}
.home-1-2 .h-1-2-img .h-1-2-text{
	position:absolute;
	z-index:1;
	width:100%;
	padding:10px;
	left:0;
	bottom:0;
	background-color:rgba(255,255,255,.8);
}
.home-1-2 .h-1-2-img .h-1-2-text p{
	text-align:center !important;
}
.home-1-2 .h-1-2-img .h-1-2-text strong{
	font-weight:700;
	font-size:26px;
}
.home-2{
	background-image:url(../images/h2-right.jpg);
	background-size:cover;
	background-attachment:fixed;
	background-color:#ffd0cc;
	height:auto;
	width:100%;
	margin:0 auto;
	padding:0;
	position:relative;
}
.home-2 .h2-left h2{
	color:#fff!important;
}
.home-2 .h2-left{
	height:100%;
	color:#fff;
	background-color:#f05697;
	width:50%;
	padding:10px;
}
.home-2 .h2-left .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent !important;
  background-clip: border-box;
  border: 0!important;
  border-radius: 0;
  margin-bottom:10px;
}
.home-2 .h2-left .card-header {
  padding: 0!important;
  margin-bottom: 0;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, .3)!important;
}
.home-2 .h2-left .card-header i{
	float:right;
	color:#fff;
}
.home-2 .h2-left .card-header a{
	display:block;
	font-size:20px;
	padding:10px 0;
	font-weight:600;
	color:#fff!important;
}
.home-2 .h2-left .card-body {
	color:rgba(255,255,255,.8);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 20px 0!important;
}
.home-2 .h2-left .card-body ul{
  margin:0 0 0 15px;
}
.home-2 .h2-left .card-body a{
  color:#fff!important;
}

.home-2 .h2-right{
	position:absolute;
	z-index:1;
	right:10%;
	top:5%;
	width:50%;
	height:90%;
	color:#333;
	background-color:rgba(255,255,255,.95);
	padding:60px;
}
@media screen and (max-width : 992px) {
.home-2{
	background-attachment: scroll;
	height:auto;
	position:relative;
}
.home-2:before, .home-2:after{
	display: table;
	content: " ";
	clear:both;
}
.home-2 .h2-left{
	height:auto;
	color:#fff;
	background-color:rgba(240,88,152,.95);
	width:100%;
	padding:0 30px;
}
.home-2 .h2-right{
	position:relative;
	z-index:auto;
	right:0;
	top:auto;
	width:100%;
	height:auto;
	color:#333;
	background-color:rgba(255,255,255,.7);
	padding:40px;
}
}
@media screen and (max-width : 768px) {
}
.home-3{
}

.counter{
	background-color:#cb9834 ;
}

.counter img{
	float:left;
	margin:0px 15px 0 0;
	width:auto;
	height:60px;
	line-height:60px;
	text-align:center;
}
.counter .counter-value{
	display:inline-block;
	font-size:34px;
	line-height:34px;
	font-weight:600;
	color:#fff;
}
.counter .plus{
	display:inline-block;
	font-size:34px;
	line-height:34px;
	font-weight:600;
	color:#fff;
}
.counter h5{
	font-size:16px!important;
	line-height:16px!important;
	margin:0 !important;
	color:rgba(255,255,255,.8)!important;
}
.counter.ft h5{
	color:#26c9c3!important;
}
.counter h5 br{
	display:none;
}



@media screen and (max-width : 768px) {
.counter .counter-value{
    float:left;
	display:inline-block;
	font-size:28px;
	font-weight:700!important;
	line-height:1;
}
.counter .plus{
    float:left;
	display:inline-block;
	font-size:28px;
	line-height:1;
	font-weight:700!important;
	margin:0 10px 0 0;
}
.counter h5{
	font-size:14px!important;
	line-height:16px!important;
	margin:0 !important;
	color:rgba(255,255,255,.8)!important;
}
.counter h5 br{
	display:block;
}
.counter img{
    display:none;
	float:left;
	margin:0px 5px 0 0;
	width:auto;
	height:45px;
	line-height:45px;
	text-align:center;
}
.counter .cnt-inner{
	padding:10px 0;
}
}

.inner-banner{
	height:auto;
	width:100%;
	padding:0;
	margin:0 auto!important;
	position:relative;
	background-color: #eee;
}
.inner-banner img{
	width:100%;
	height:auto;
}
.inner-banner .container{
	padding-top:0;
	padding-bottom:0;
}
.inner-banner .bc{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	padding:20px 0;
	background: linear-gradient(0deg, rgba(0,0,0,.5), rgba(0,0,0,0));
}
.inner-banner .container ul{
	margin-bottom:0!important;	
}
@media screen and (max-width: 992px) {
.inner-banner{
	height:auto;
	width:100%;
	margin:0 auto!important;
	position:relative;
}
.inner-banner .container{
	padding-top:0;
	padding-bottom:0;
}
}
@media screen and (max-width: 768px) {
}




.team{
	padding:10px;
	border:solid 1px #eee;
	box-shadow:0px 10px 8px rgba(0,0,0,.1);
	margin:25px 0;
	border-radius:5px;
	text-align:left;
	background-color:#fff;
	font-size:13px;
	line-height:26px;
}
.team img{
	width:100%;
	height:auto;
	margin:0 0 20px 0;
}
.team h3{
	color:#00b7cc!important;	
	font-size:16px!important;
	margin:0!important;
	padding:0!important;	
}
.team h5{
	font-size:14px!important;
	color:#f44300!important;
	margin:0!important;
	padding:0!important;	
}
.team hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.team .t-cont{
	padding:0px;
	text-align:center;
}
.team h6{
	font-size:14px!important;
	color:#333;
}
.team p{
	text-align:justify!important;
}
.team a.li{
	background-color:#006a9a;
	display:inline-block;
	color:#fff!important;
	border-radius:3px;
	line-height:30px;
	padding:0 10px 0 0;
	box-shadow:inset 0px -3px 0px rgba(0,0,0,.3);
}
.team a.li i{
	width:35px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:18px;
	border-right:solid 1px rgba(0,0,0,0);
	margin-right:5px;
	background-color:rgba(0,0,0,.3);
}
.team ul.social{
	margin:0!important;
	padding:0!important;
	width:100%;
	display:block;
}
.team ul.social:before, .team ul.social:after{
	display: table;
	content: "";
}
.team ul.social:after{	
	clear: both;
}
.team .social li{
	float:left;
	list-style:none;
	margin:0 !important;
	padding:0!important;
	border:0;
}
.team .social li a{
	padding:0;
	margin:0;
	text-align:center;
	display:block;	
	color:#666;
}
.team .social a i{
	color:#666;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:18px;
	border-radius:100%;
	box-shadow:inset 0px 0px 0 3px rgba(255,255,255,.5);
}


.testimonial{
	margin:0 0 30px 0;
}
.testimonial img{
	width:100px;
}
.testimonial .t-con{
	padding:25px;
	background-color:#fff;
	border:solid 1px #eee;
	position:relative;
	margin:0 0 35px 0;
	color:#333;
	font-style:italic;
	border-radius:10px;
	box-shadow:5px 15px 20px rgba(0,0,0,.1);
}
.testimonial .t-con .t-arrow{
	width:34px;
	height:34px;
	background-color: #fff;
	position:absolute;
	z-index:10;
	bottom:-17px;
	left:40px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
}
.testimonial h4{
	color:#f44300;
	font-weight:400!important;
}

.contact-box{
	display:block;
	margin:40px 0;
}
.contact-box h4{
	color:#f05697!important;
	padding:5px 0 0 0!important;
}
.contact-box h6{
	font-style:normal;
	line-height:normal!important;
}
.contact-box h6 a{
	color:#666!important;
}
.contact-box h6 strong{
	color:#00b7cc!important;
}
.shape1{
	background-color:#00b7cc;
	width:94px;
	height:94px;
	line-height:94px;
	display:block;
	border:0;
	border-radius:100%;
	margin:0 20px 0 0;
	text-align:center;
	color:#fff;
	float:left;
}
.shape1 i{
	font-size:46px;
	line-height:94px;
	color:#fff;
}
.shape2{
	display:inline-block;
	width:70px;
	height:70px;
	line-height:70px;
	border:solid;
	border:solid 2px #fff;
	box-shadow:0px 5px 8px rgba(0,0,0,.1);
	border-radius:100%;
	margin:-50px 0 20px 0!important;
	text-align:center;
	color:#666;
	background: -webkit-linear-gradient(0deg, #2b5a89, #2da585);
	background: linear-gradient(0deg, #2b5a89, #2da585);
}
.shape2 i{
	font-size:26px;
	line-height:66px;
	color:#fff;
	
}
.contact-form {
  position: relative;
  background-color: transparent;
  background-image: linear-gradient( 100deg ,#F94743 0%,#FF7C49 100%) !important;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
}

.contact-form form h2{
	color:#fff!important;
}
.contact-form form h4{
	font-size:120%!important;
	color:#fff!important;
	margin-bottom:20px!important;
}
.map-box{
	padding:0;
	border-top:solid 10px #eee;
}
.map-box p{
	text-align:center;
}
.app-box{
	background-color:#fff;
	padding:30px;
	border-radius:10px;
	box-shadow:0px 5px 25px rgba(0,0,0,.1);
	margin:-150px 0 0 0;
}
.app-box h1{
	text-transform:uppercase;
	color:#cb9834 !important;
}
@media screen and (max-width: 992px) {
.app-box{
	background-color:#fff;
	padding:30px;
	border-radius:10px;
	box-shadow:0px 5px 25px rgba(0,0,0,.1);
	margin:-40px 0 0 0;
}
.contact-form{
	position:relative;
	width:100%;
	margin-right:0;
	background-color:#fff!important;
	margin-top:0;
	height:auto;
	padding:0;
	box-shadow:0px 0px 10px rgba(0,0,0,0);
	border-radius:10px;
}
.contact-form form{
	position:relative;
	z-index:auto;
	top:auto;
	right:auto;
	width:100%;
	padding:30px;
	border-radius:10px;
}
.contact-form form h2{
	color:#fff!important;
}
}
@media screen and (max-width: 480px) {
.contact-box{
	display:block;
	margin:40px 0;
}
.contact-box h3{
	padding:10px 0 0 0!important;
}
.contact-box h6{
	font-style:normal;
}
.contact-box h6 a{
	color:#666!important;
}
.contact-box h6 strong{
	color:#00b7cc!important;
}
.shape1{
	width:60px;
	height:60px;
	line-height:60px;
	display:block;
	border:solid;
	border:solid 0px #ccc;
	border-radius:100%;
	margin:10px 10px 10px 0;
	text-align:center;
	color:#666;
	float:left;
}
.shape1 i{
	font-size:36px;
	line-height:60px;
}
.contact-box h6{
	line-height:normal!important;
	font-style:normal;
}
.contact-box h6 a{
	color:#666!important;
}
.contact-box h6 strong{
	color:#00b7cc!important;
	display:block;
}
}
.img-one{	
	position:relative;
	width:100%;
	height:auto;
}
.img-one img{
	width:100%;
	height:auto;
	border-radius:100%;
	border-left:solid 5px #00b7cc;
	border-bottom:solid 5px #00b7cc;
}
.img-one .title-one{
	color:#FFF;
	font-weight:600;
	position:absolute;
	top:0;
	right:0;
	width:180px;
	height:180px;
	border-radius:100%;
	padding:15px;
	background-color:#f05697;
	text-align:center;
	box-shadow: -5px 5px rgba(255,255,255,.5);
}
.img-one .title-one strong{
	font-weight:600;
	font-size:52px;
	line-height:1;
	display:block;
	margin:0 auto;
	clear:both;
	font-family: 'Montserrat', sans-serif !important;
}

.img-two{
	float:right;
	margin:0 0 15px 2%;
	position:relative;
	width:48%;
	height:auto;
}
.img-two img{
	width:100%;
	height:auto;
	border-radius:100%;
	border-left:solid 5px #00b7cc;
	border-bottom:solid 5px #00b7cc;
}
.img-two .title-two{
	color:#FFF;
	font-weight:600;
	position:absolute;
	top:0;
	right:0;
	width:180px;
	height:180px;
	border-radius:100%;
	padding:15px;
	background-color:#f05697;
	text-align:center;
	box-shadow: -5px 5px rgba(255,255,255,.5);
}
.img-two .title-two strong{
	font-weight:600;
	font-size:52px;
	line-height:1;
	display:block;
	margin:0 auto;
	clear:both;
	font-family: 'Montserrat', sans-serif !important;
}

.img-three{
	float:left;
	margin:0 2% 15px 0;
	position:relative;
	width:48%;
	height:auto;
}
.img-three img{
	width:100%;
	height:auto;
	border-radius:100%;
	border-left:solid 5px #00b7cc;
	border-bottom:solid 5px #00b7cc;
}
.img-three .title-three{
	color:#FFF;
	font-weight:600;
	position:absolute;
	top:0;
	right:0;
	width:180px;
	height:180px;
	border-radius:100%;
	padding:15px;
	background-color:#f05697;
	text-align:center;
	box-shadow: -5px 5px rgba(255,255,255,.5);
}
.img-three .title-three strong{
	font-weight:600;
	font-size:52px;
	line-height:1;
	display:block;
	margin:0 auto;
	clear:both;
	font-family: 'Montserrat', sans-serif !important;
}
@media screen and (max-width: 992px) {
.img-one .title-one{
	width:120px;
	height:120px;
	line-height:1.3;
	font-size:13px;
}
.img-one .title-one strong{
	font-weight:600;
	font-size:32px;
	line-height:1;
}
}

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;  border:solid 10px #f9f9f9; margin:15px 0; box-shadow:0px 10px 10px -5px rgba(0,0,0,.2); }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

a.anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}

.btn1{
	background-color:#f05697;
	display:inline-block;
	border:0;
	color:#fff!important;
	padding:0 25px;
	line-height:44px;
	border-radius:22px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
	cursor:pointer;
}
.btn1:hover{
	background-color:#111!important;
	color:#fff!important;
}
.btn1.full{
	display:block;
	width:100%;
}
.btn2{
	background-color:transparent;
	display:inline-block;
	width:auto;
	padding:0px 30px;
	border: solid 2px #fff;
	line-height:44px;
	margin:3px 0;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	cursor:pointer;
	color:#fff!important;
	border-radius:22px;
}
.btn2:hover{
	color:#fff!important;
	border: solid 2px #000;
	background-color:#000;
}
.btn2.full{
	display:block;
	width:100%;
}
.btn3{
	background-color:#cb9834;
	width:100%;
	display:block;
	padding:0px 20px;
	line-height:50px;
	font-weight:700!important;
	color:#fff!important;
	text-decoration:none!important;
	text-transform:uppercase;
	font-size:14px;
	margin:0;
	border:0;
	border-radius: 5px;
	text-align:center;
	cursor:pointer;
	box-shadow: 0px 5px 10px rgba(0,0,0,.2);
	transition:all ease-in-out 0.2s;
	-webkit-transition:all ease-in-out 0.2s;
}
.btn3:hover{
	background-color:#fff;
	color: #000!important;
}
.btn4{
	display:inline-block;
	font-weight:700;
	background-color:#f44300;
	line-height:35px;
	color:#fff!important;
	text-decoration:none;
	padding:0px 20px;
	margin:0!important;
	text-transform:capitalize;
	border-radius:20px;
	border:solid 2px #f44300;
	cursor:pointer;
	font-size:14px!important;
}
.btn4:hover{
	color:#fff!important;
	border:solid 2px #f44300;	
}
.blogs{
	width:100%;
	background-color:#fff;
	padding:25px;
	box-shadow:0px 5px 15px rgba(0,0,0,.1);
	margin:0 0 30px 0;
	font-size:15px;
	line-height:28px;
	font-weight:400;
}
.blogs .b-thumb{
	width:100%;
	height:185px;
	overflow:hidden;
	margin:0 0 0 0;
}
.blogs .b-thumb img{
	width:100%;
	height:auto;
	min-height:135px;
	margin:0;
}
.blogs h1, .blogs h2{
	font-size:24px!important;
}
.blogs h2{
	color:#00b7cc!important;
	font-size:24px!important;
}
.blogs .bt-cont{
	height:226px;
	text-align:justify;
}
.blogs h4{
	text-align:left!important;
	font-size: 20px!important;
}
.blogs h4 a{
	color:#f05697!important;
}
.blogs h4 a:hover{
	color:inherit!important;
}

.blogs .btn3{
	margin:15px 0 0 0;
}
.blogs .social a{
}
.blogs .social a img{
	width:auto;
	height:auto;
}
.blogs .blog-img{
	width:100%;
	height:auto;
	text-align:center;
	margin:20px 0;
}
.blogs .blog-img img{
	width:100%;
	height:auto;
}
.blogs .img-tag{
	text-align:center;
	font-style:italic;
	color:#999;
	margin:0 0 20px 0;
}
.blogs .blog-more-details{
}
.blogs .blog-more-details span{
    margin:0 10px 0 0;
    color:#666;
}
.blogs .blog-more-details span i{
    color:#f05697;
    margin:0 5px 10px 0;
}
.blogs .blog-more-details span a{
    color:#666;
}
.blogs .blog-more-details .tags{
	margin-top: 20px;
}
.blogs .blog-more-details .tags strong{
    background-color:#eee;
    border-radius:5px;
    padding:5px 7px;
    display:inline-block;
    font-size:12px;
    font-weight:400;
    line-height:16px;
    margin:0 8px 8px 0;
}
.blogs ul.blog-list{
	list-style:none;
	padding: 0!important;
	margin: 0!important;
}
.blogs ul.blog-list li{	
	border-top:solid 1px #ccc;
	padding:15px 0;
}
.blogs ul.blog-list li h5{
	line-height:normal!important;
	font-size:16px!important;
}
.blogs ul.blog-list li .btn3{
	display:inline-block;
	font-weight:700;
	background-color:#fff;
	line-height:30px;
	color:#f05697!important;
	text-decoration:none;
	padding:0px 15px;
	margin:5px 0 0 0;
	text-transform:capitalize;
	border-radius:15px;
	border:solid 2px #f05697;
	cursor:pointer;
	font-size:13px!important;
}
@media screen and (max-width: 768px) {
.blogs.b-detail{
	width:100%;
	background-color:#fff;
	padding:0;
	box-shadow:0px 5px 15px rgba(0,0,0,0);
	margin:0 0 30px 0;
	font-size:15px;
	line-height:28px;
	font-weight:400;
}
.blogs .b-thumb{
	float:none;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 0 20px 0;
	text-align:center;
}
.blogs .b-thumb img{
	width:auto;
	max-width:100%;
	height:auto;
	margin:0;
}

}

.dynamic{
	margin-top: 5px;
}
.dynamic ul{
	margin:0 0 18px 15px !important;
	list-style:inherit;
}
.dynamic ul li{
	margin-bottom:10px;
}
.dynamic ul li ul{
    margin:0 0 10px 18px;
}
.dynamic ul li ul li{
	list-style-type: circle;
	padding:0;
	text-indent:0px;
	font-size:14px;
	border-left:solid 0px #FF6600;
	margin:0 0 5px 0;
	text-align:left;
}
.dynamic ul li ul li:before {
    font-family: FontAwesome;
    top:0;
	margin:0;
    content: "";
	color: #006699;
	font-size:18px;
}



.dynamic ol{
	margin:0 0 30px 20px;
}
.dynamic ol li{
	margin: 0 0 10px 0;
	text-align:justify;
}
.dynamic table{
	width:100%;
}
.dynamic table th{
	background-color:#f9f9f9;
}
.dynamic table th, .dynamic table td{
	border:solid 1px #eee;
	padding:5px;
}





::-webkit-input-placeholder { /* Chrome */
  color: #666;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #666;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #666;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #666;
  opacity: 1;
}
.footer2 ::-webkit-input-placeholder { /* Chrome */
  color: #fff;
  opacity: .8;
}
.footer2 :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: .8;
}
.footer2 ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: .8;
}
.footer2 :-moz-placeholder { /* Firefox 4 - 18 */
  color: #fff;
  opacity: .8;
}

input[type="text"] {
	font-size: 15px;
	border:solid 1px rgba(0,0,0,.15);
	border-radius: 4px;
	color: #111;
	padding: 0 10px 0 10px!important;
	width: 100%!important;
	text-decoration: none;
	height: 46px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	line-height:1!important;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus { 
}
input[type="tel"] {
	font-size: 15px;
	border:solid 1px rgba(0,0,0,.15);
	border-radius: 4px;
	color: #111;
	padding: 0 10px 0 10px!important;
	width: 100%!important;
	text-decoration: none;
	height: 46px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	line-height:1!important;
}
input[type="number"] {
	font-size: 15px;
	border:solid 1px rgba(0,0,0,.15);
	border-radius: 4px;
	color: #111;
	padding: 0 10px 0 10px!important;
	width: 100%!important;
	text-decoration: none;
	height: 46px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	line-height:1!important;
}
input[type="email"] {
	font-size: 15px;
	border:solid 1px rgba(0,0,0,.15);
	border-radius: 4px;
	color: #111;
	padding: 0 10px 0 10px!important;
	width: 100%!important;
	text-decoration: none;
	height: 46px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	line-height:1!important;
}
input[type="password"] {
	font-size: 15px;
	border:solid 1px rgba(0,0,0,.15);
	border-radius: 4px;
	color: #111;
	padding: 0 10px 0 10px!important;
	width: 100%!important;
	text-decoration: none;
	height: 46px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	line-height:1!important;
}
.custom-file{
	margin:0 0 10px 0!important;
}
select {
	font-size: 15px;
	border:solid 1px rgba(0,0,0,.15);
	border-radius: 4px;
	color: #111;
	padding: 0 10px 0 10px!important;
	width: 100%!important;
	text-decoration: none;
	height: 46px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	line-height:1!important;
	border-radius:0;
}
select option {	
	color: #666;
	padding-top:10px!important;
	padding-bottom:10px!important;
	line-height:80px!important;
}
select option:disabled {
    color: #f05697;
    font-weight: bold;
	text-decoration:line-through;
    }

.footer2 input[type="text"], .footer2 input[type="email"], .footer2 input[type="tel"] {
	border:solid 1px rgba(255,255,255,.8);
	border-radius:22px;
	padding:0 15px!important;
	color: #fff;
	background-color:rgba(255,255,255,0);
	box-shadow:inset 0px 0px 0px rgba(0,0,0,0) !important;
}


textarea {
	font-size: 14px;
	border: 0px;
	border:solid 1px #00b7cc;
	border-radius: 4px;
	color: #666;
	padding: 10px 10px 0 10px!important;
	width: 100%!important;
	text-decoration: none;
	height: 60px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	line-height:1!important;
}
.fi{
	position:absolute;
	color:#006699;
	left:30px;
	top:15px;
	font-size:20px;
}
.f-user:before {
    content: "\f007";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f05697;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.f-map:before {
    content: "\f3c5";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: bold;
    text-decoration: inherit;
    color: #f05697;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.f-email:before {
    content: "\f2b6";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f05697;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.f-message:before {
    content: "\f044";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f05697;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    top: 5px;
    left: 20px;
}
.f-mobile:before {
    content: "\f3cd";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: 600;
    text-decoration: inherit;
    color: #f05697;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.f-company:before {
    content: "\f0b1";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    color: #4f328c;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.f-calendar:before {
    content: "\f073";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
   color: #f05697;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
	z-index:10;
    bottom: 18px;
    left: 20px;
}
.f-clock:before {
    content: "\f017";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f05697;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
	z-index:10;
    bottom: 18px;
    left: 20px;
}
.f-pass:before {
    content: "\f084";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #4f328c;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 20px;
}
.f-plane:before {
    content: "\f1d8";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #4f328c;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 20px;
}
.f-web:before {
    content: "\f0ac";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #4f328c;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 20px;
}
.f-tel:before {
    content: "\f2a0";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f05697;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.f-car:before {
    content: "\f4df";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: 700!important;
    text-decoration: inherit;
    color: #4f328c;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 20px;
}
.f-card:before {
    content: "\f283";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #4f328c;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 20px;
}
.f-cate:before {
    content: "\f036";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f05697;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.f-id:before {
    content: "\f2c2";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #4f328c;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.f-image:before {
    content: "\f1c5";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f05697;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.f-otp:before {
    content: "\f0e5";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #4f328c;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.icon-fb{
}

.btn-file {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	line-height: 45px;
	height: 45px;
	background-color: #FFF;
	cursor: pointer;
	color: #666;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #EEE;
}
.btn-file:hover {	
	background-color:#f9f9f9;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
.captcha {
	border: 1px solid #ddd;
	float: left;
	line-height:30px;
	padding:0px 5px 0px 2px;
	margin-top:5px;
}
.captcha a{
	color: #3378D9;
	text-decoration:none;
}
.captcha img{
	float:left;
	margin:0 3px 0 0;
	padding:0!important;
	border:0!important;
	box-shadow: 0px 0px 0px #fff!important;
}



.f-fix{
	display:none;
	position:fixed;
	width:100%;
	z-index:100;
	left:0;
	bottom:0;
	background-color:#fff;
	line-height:normal;
	height:auto;
	padding:5px 0 10px 0;
	box-shadow:0px 0px 15px rgba(0,0,0,.3);
}
.f-fix a{
	display:table-cell;
	text-align:center;
	font-weight:600;
	font-size:12px;
	color:#333;
	width:33.33%;
}
.f-fix a i{
	display:block;
	margin:0 auto 3px auto;
	clear:both;
	font-size:26px;
	color: #00b7cc;
}
.f-fix a i.fa-whatsapp{
	font-size:30px;
	color: #48a91f;
}


.f-fix a.f-l{
	background-color:#004274;
}
@media screen and (max-width: 992px) {
.f-fix{
	display:table;
}
}


.footer4 {
	padding:10px 0;
}
.footer4 h5 {
	margin:0 0 1rem 0 !important;
}
.footer4 ul.awards{
	list-style:none;
	display:block;
}
.footer4 ul.awards li{
	display:inline-block;
	margin:0 2rem 0 0;
}
.footer4 ul.awards li img{
	height:68px;
	width:auto;
}

.social{
	text-align:left;
	margin:1rem 0 0 0;
}
.social ul{
	text-align:left;
	display:table!important;
	clear:both;
	width:100%!important;
}
.social ul li{
	list-style:none;
	float:left;
	margin:0 3px!important;
	border:0;
	padding:0!important;
}
.social ul li a i{
	width:45px;
	height:45px;
	font-size:.9rem;
	line-height:41px;
	text-align:center;
	border-radius:50%;
	background-color:rgba(255,255,255,1);
	border:solid 2px #fff;
	color: #111;
}
.footer3 {
	background-color: #cb9834;
	color:#fff;
	padding:40px 0;
	box-shadow:0px -1rem 1rem rgba(0,0,0,.1);
	font-size:16px;
}
.footer3 a{
	text-align:left;
	color:#fff;
	font-size:16px;
	font-weight:600;
	line-height:25px;
}
.footer3 i{
	float:left;
	color:#f05697;
	font-size:1.3rem;
	background-color:#fff;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	border-radius:100%;
	margin: 0 10px 0 0;
}
.footer3 a strong{
	font-size:16px;
	font-weight:600;
	color:#333;
	line-height:25px;
}
@media screen and (max-width: 768px) {
.footer3 .col-lg-4{
	margin:10px 0 !important;
}
}
.footer2 {
	background-color: #64457c;
	padding:0;
	color:rgba(255,255,255,.8);
}
.footer2 .container {
	padding-top:0;
	padding-bottom:0;
}
.footer2 .row .col-lg-3, .footer2 .row .col-lg-2, .footer2 .row .col-lg-4 {
	padding-top:40px;
	padding-bottom:40px;
	border-right:solid 1px rgba(255,255,255,.1);
}
.footer2 .row .col-lg-3:last-child {
	border-right:solid 0px rgba(255,255,255,0);
}
.footer2 h4{
	font-weight: 600 !important;
	margin:0 0 25px 0!important;
	font-size: 20px !important;
	color: #fff !important;
	text-transform:uppercase;
	
}
.footer2 h4 i{
	width:25px;
}
.footer2 h6{
	font-size:13px!important;
	line-height:normal!important;
	color:rgba(255,255,255,.9)!important;
	margin:25px 0 0 0!important;
	text-align:justify;
}
.footer2 p{
	text-align:left;
}
.footer2 ul{
	margin:0!important;
	padding:0!important;
	width:100%;
	display:block;
}
.footer2 ul li{
	font-size:14px;
	font-weight:500;
	list-style:none;
	line-height:normal;
	padding:8px 0;
	position:relative;
	color:rgba(255,255,255,.8);
}
.footer2 ul li strong{
	width:100%;
	display:block;
	clear:both;
	text-transform:uppercase;
	color:rgba(255,255,255,1);
}
.footer2 ul li i{
	font-size:20px;
	margin:0 10px 0 0;
}
.footer2 ul li a{
	color: rgba(255,255,255,.8) !important;
}
.footer2 ul li a:hover{
	color: rgba(255,255,255,1)!important;
}
.footer2 ul.f-inline {
	text-decoration: none;
}
.footer2 ul.f-inline li {
	display:inline-block;
	margin-right:20px;
}
.footer2 ul.f-inline li a {
	padding:3px 6px;
	display:block;
	background-color:rgba(0,0,0,.3);
	border-radius:10px;
	color:#fff !important;
}

.footer2 .f-logo{
	width:auto;
	height:auto;
	max-width:90%;
}
@media screen and (max-width: 992px) {
.footer2 .row .col-lg-3, .footer2 .row .col-lg-2, .footer2 .row .col-lg-4 {
	padding-top:15px;
	padding-bottom:15px;
	border-right:solid 1px rgba(255,255,255,.0);
}
.footer2 .row .col-lg-3:last-child {
	border-right:solid 0px rgba(255,255,255,0);
}
.footer2 ul.res-inline {
	text-decoration: none;
}
.footer2 ul.res-inline li {
	display:inline-block;
	margin-right:20px;
}
}
.f-box{
	margin:25px 0 0 0;
}
footer{
	background-color:#0c0b09;
	padding: 10px 0;
	position: relative;
	color: rgba(255,255,255,.8);
	font-size:13px;
	text-align:center;
	margin:0;
}

footer a{	
	color: #1e306e;
	text-decoration:none;
}
.footer2 .container{

}
.footer3 .container, .footer4 .container, footer .container{
	padding-top:0;
	padding-bottom:0;
}
@media screen and (max-width: 992px) {
footer{
	padding: 10px 0 70px 0;
}
}

ul.breadcrumb {
    padding: 0;
    list-style: none;
    background-color: rgba(255,255,255,0);
	color:#fff;
}
ul.breadcrumb li {
    display: inline;
    font-size: 13px;
	color:#fff;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: #ccc;
    content: "/\00a0";
}
ul.breadcrumb li a {
    color: #efcf26;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}	

.modal-backdrop.in {
    filter: alpha(opacity=60)!important;
    opacity: .6!important;
}
.modal-content{
  border-radius: 15px!important;
  outline: 0;
  box-shadow:15px 15px 25px rgba(0,0,0,.3);
  background-color:#1a1a1a!important;
  border:0!important;
}
.modal-body {  
  padding: 0!important;
  padding:0px!important;
	display: flex;
}
.modal-content .mb-l{	
	width:50%;
	border-radius:15px 0 0 15px;
	overflow: hidden;
	align-self: center !important;
}
.modal-content .mb-l img{
	width:100%;
	height:auto;
	vertical-align:top;
}
.modal-content .mb-r{
	position: relative;
	width:50%;
	padding:30px 30px 30px 30px;
	align-self: auto!important;
}
.modal-content .mb-r img{
	height: 50px;
}
.modal-content .mb-r .m-call{
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	background-color: #cb9834;
	color: #fff;
	border-radius: 0 0 15px 0;
	text-decoration: none;
	font-size: 22px;
	font-weight: 700;
}
.modal-content h2{
	font-weight:normal!important;
	font-weight: 700!important;
	text-transform: capitalize;
	font-size: 26px!important;
	padding: 0 0 15px 0;
	color: #fff!important;
	margin: 0 0 15px 0!important;
	line-height: normal;
	position:relative;
}

.modal-content .mb-r h4{
	color:#fff!important;
}
.modal-body .close {
	position: absolute;
	z-index: 1;
	right: -10px;
	top: -10px;  
  font-size: 28px!important;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0px 0 rgba(255,255,255,0);
  opacity: 1;
  margin:0;
  background-color:#cb9834;
  width:39px;
  height:39px;
  line-height:39px!important;
  border-radius:50%;
  border:solid 0px #fff!important;
  outline:none!important;
}
.modal-body .close:hover, .modal-body.close:focus {
	background-color:#000;
	opacity: 1;
	color:#fff;
}



.btn-demo{
	position:fixed;
	right:40px;
	bottom:0;
	z-index:99;
	border-radius:2px 2px 0 0;
	background: -webkit-linear-gradient(45deg, #dd2622, #f53b37);
	background: linear-gradient(45deg, #dd2622, #f53b37);
	color:#fff;
	padding:0 25px;
	font-weight:400;
	font-size:16px;
	line-height:32px;
	border:solid 2px #fff;
	border-bottom:0;
	box-shadow:0px 0px 5px rgba(0,0,0,.1);
}
@media screen and (max-width : 992px) {
.modal-body {  
  padding: 0!important;
  padding:0px!important;
	display: block;
}
.modal-content .mb-l{
	width: 100%;
}
.modal-content .mb-l img{
	display: none;
}
.modal-content .mb-r{
	width:100%;
	padding:30px 30px 75px 30px;
}
.modal-body .close {
	position: absolute;
	z-index: 1;
	right: -5px;
	top: -5px;  
  font-size: 28px!important;
  font-weight: 700;
  color: #000;
  text-shadow: 0 0px 0 rgba(255,255,255,0);
  opacity: 1;
  margin:0;
  background-color:#cb9834;
  width:39px;
  height:39px;
  line-height:39px!important;
  border-radius:50%;
  border:solid 0px #fff!important;
  outline:none!important;
}
.modal-body .close:hover, .modal-body.close:focus {
	background-color:#000;
	opacity: 1;
	color:#fff;
}	
}




.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner img {
  width:100%;
  height:auto;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: 2s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

.slider{
	position:relative;
	height:auto;
	overflow:hidden;
}
#demo .carousel-control-prev, #demo .carousel-control-next {
  position: absolute;
  z-index:9;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height:50px;
  color: #f44300;
  text-align: center;
  opacity: 0;
  font-weight:100 !important;
  font-size:18px;
  background-color:rgba(255,255,255,.75);
}
#demo:hover .carousel-control-prev, #demo:hover .carousel-control-next {
	opacity: 1;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}
}

#demo .carousel-control-prev:hover, #demo .carousel-control-prev:focus,
#demo .carousel-control-next:hover,
#demo .carousel-control-next:focus {
  color: #f44300;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}

#demo .carousel-control-prev {
	left:0;
}
#demo .carousel-control-next {
  right: 0;
}
#demo .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
  display:none;
}
#demo .carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
  font-weight:500;
}
#demo .carousel-caption {
	position: absolute;
	right: 0;
	bottom:7%;
	left: 0;
	z-index: 10;	
	font-size:18px;
	line-height:1.8;
	color:#000;
	text-align: left;
	padding:0;
	font-weight:400;
}
#demo .carousel-caption h4{
	font-size:32px!important;
	margin:0 0 0px 0!important;
	color:#000!important;
	font-weight:700!important;
	text-transform:uppercase!important;
}
#demo .carousel-caption h5{
	color:rgba(0,0,0,.8)!important;
	font-size:26px!important;
	font-weight:300!important;
	text-transform:uppercase!important;
}

#demo .carousel-caption p{
	text-align:left;
}
#demo .carousel-caption img{
	width:auto;
	max-width:100%;
	height:auto;
	max-height:400px;
}
#demo .carousel-caption a{
	display:inline-block;
	color:#fff!important;
	background-color:#f05697;
	padding:0 20px;
	line-height:44px;
	border-radius:22px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
	border:solid 0px #fff;
	margin-top:25px;
}
#demo .carousel-caption a:hover{
	color:#fff!important;
	background-color:#111111;
}

@media screen and (max-width: 1120px) {
.slider{
	height:auto;
	overflow:hidden;
}
}


@media screen and (max-width: 1024px) {
.slider{
	height:auto;
	overflow:hidden;
}
#demo .carousel-control-prev, #demo .carousel-control-next {
  position: absolute;
  z-index:9;
  top: auto;
  bottom:50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height:30px;
  color: #f44300;
  text-align: center;
  opacity: 1;
  font-size:12px;
  background-color:rgba(255,255,255,.75);
}

#demo .carousel-control-prev:hover, #demo .carousel-control-prev:focus,
#demo .carousel-control-next:hover,
#demo .carousel-control-next:focus {
  color: #f44300;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}

#demo .carousel-control-prev {
	left:auto;
	right: 50px;
}
#demo .carousel-control-next {
  right: 15px;
}
#demo .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
  display:none;
}
#demo .carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
#demo .carousel-caption {
	position: absolute;
	right: 0;
	bottom:7%;
	left: 0;
	z-index: 10;	
	font-size:18px;
	line-height:1.8;
	color:#000;
	text-align: left;
	padding:0;
	font-weight:400;
}
#demo .carousel-caption h4{
	font-size:14px!important;
	margin:0 0 0px 0!important;
	color:#000!important;
	font-weight:700!important;
	text-transform:uppercase!important;
}
#demo .carousel-caption h5{
	color:rgba(0,0,0,.8)!important;
	font-size:11px!important;
	font-weight:300!important;
	text-transform:uppercase!important;
}
#demo .carousel-caption a{
	display:none;
}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 580px) {
}
@media screen and (max-width: 480px) {
}

#demo2{
	position:relative;
	padding-bottom:0px!important;
}
#demo2 .carousel-indicators {
  bottom: 40px;
  display:none;
}
#demo2 .update{
	position:relative;
	margin:0;
	font-size:15px;
	line-height:30px;
	text-align:justify;
	padding-bottom:10px;
	border-bottom:solid 0px #ccc;
}
#demo2 .update h4{
	font-style:normal;
	text-transform:uppercase;
	margin:15px 0 0 0;
}
#demo2 .update p{
	line-height:30px;
}
#demo2 .update p strong{	
	line-height:normal;
	color:#00b7cc;
}
#demo2 .update .upd-img{
	float:left;
	margin:0 10px 0 0;
	height:auto;
	width:40%;
	overflow:hidden;
}
#demo2 .update .upd-img img{
	width:100%!important;
	min-height:150px!important;
	height:auto!important;
}
#demo2 .update a{
	color:#f44300!important;
	font-weight:700;
}
#demo2 .carousel-control-prev, #demo2 .carousel-control-next {
  position: absolute;
  z-index:11;
  top:auto;
  bottom: 0px!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height:50px;
  color: #f44300;
  text-align: center;
  opacity: 1;
  font-size:18px;
  background-color:rgba(0,0,0,0);
  border:solid 1px #ccc;
}
#demo2 .carousel-control-prev:hover, #demo3 .carousel-control-prev:focus,
#demo2 .carousel-control-next:hover,
#demo2 .carousel-control-next:focus {
  color: #f44300;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}
#demo2 .carousel-control-prev {
  left: 0px;
}
#demo2 .carousel-control-next {
  left: 55px;
}
@media screen and (max-width: 600px) {

#demo2 .update .upd-img img{
	width:auto!important;
	max-width:100%;
	height:150px!important;
}
}




#demo3 .carousel-indicators {
  bottom: 0px;
  display:none;
}
.review-home{
	border:solid 0px #fff;
	padding:30px 0 0 0;
	position:relative;
	margin:1rem 0;
	text-align:left;
	color:#fff;
	font-size: 36px;
	font-style:italic;
	line-height: 44px;
}
.review-home h5{
	font-size:20px !important;
	font-weight:600!important;
	color:#fff !important;
	margin:20px 0 0 0;
	font-style:normal;
}
.review-home h6{
	font-style:italic!important;
	font-size:28px!important;
	font-family: 'Open Sans', sans-serif !important;
	font-weight:600!important;
	color:#fff !important;
}

.review{
	border:solid 0px #d2edf8;
	box-shadow: 0 .3rem 1rem -.3rem rgba(0,0,0,.1);
	padding:30px;
	position:relative;
	margin:20px 0;
	text-align:justify;
	border-radius:10px;
	background-color:#fff;
	color:#111;
}
.quote{
	position:absolute;
	text-align:center;
	border-radius:100%;
	z-index:1;
	line-height:55px;
	right:50px;
	top:-30px;
	color:#f05697 ;
	font-size:45px;
	padding:10px;
}
.review p{
}
.review h4{
	color:#00b7cc  !important;
	font-style:normal;
	font-size:1.5rem!important;
	margin:1rem 0 0 0!important;
	padding:0!important;
}
.review p strong{	
	line-height:normal;
	color:#f05697;
	font-style:normal;
}
.review img{
	float:none;
	margin:0 0 0 0;
	height:60px;
	width:auto;
	border-radius:100%;
}
@media screen and (max-width: 992px) {
.review-home h6{
	font-style:italic!important;
	font-size:16px!important;
	font-family: 'Open Sans', sans-serif !important;
	font-weight:500!important;
	color:#fff !important;
}
}
@media screen and (max-width: 500px) {
.review img{
	float:none;
	margin:0 0 0 0;
	height:60px;
	width:auto;
}
}
@media screen and (max-width: 500px) {
.review img{
	float:none;
	margin:0 0 0 0;
	height:60px;
	width:auto;
}
}

.card-header {
  padding: 0!important;
  margin-bottom: 0;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, .1)!important;
}
.card-header i{
	float:right;
	color:#999;
	font-size:14px;
}
.card-header a{
	display:block;
	font-size:20px;
	padding:10px 0;
	font-weight:600;
	color:#f05697!important;
}
/*.card-body {*/
/*	color:#111;*/
/*  -webkit-box-flex: 1;*/
/*  -ms-flex: 1 1 auto;*/
/*  flex: 1 1 auto;*/
/*  padding: 20px 0!important;*/
/*}*/
/*.card-body ul{*/
/*  margin:0 0 0 15px;*/
/*}*/
/*.card-body a{*/
/*  color:#111!important;*/
/*}*/

.fix-call{
    position:fixed;
    right:0;
    bottom:10px;
    width:210px;
    z-index:1000;
    background-color:rgba(255,255,255,0)!important;
    text-align:center;
    padding:0 10px;
    box-shadow:0px 0px 5px rgba(0, 0, 0, 0)!important;
	text-align:right;
}
.fix-call a{
    color:#fff !important;
    font-size:30px;
	width:auto;
	height:auto;
	display:inline-block;
	text-align:center;
}
.fix-call a.f-call{
    display:inline-block;
}
.fix-call a.f-review{
    display:none;
}
.fix-call a:hover{
    text-decoration: none;
}
.fix-call a i{
    color:#fff!important;
    font-size:22px!important;
	width:52px!important;
	height:52px!important;
	line-height:52px!important;
	border-radius:100%;
	display:inline-block;
	margin:0 2px;
	border:solid 0px #0b0c0b; 
	box-shadow:0px 3px 3px rgba(0,0,0,.3);
}
.fix-call a.wa img{
    display:none;
}
.fix-call a.fx-call{
	display:none;
}
.fix-call a .fa-phone{
	background: linear-gradient(90deg, #b3802b 0%, #caa13e 50%, #e8ce4f 100%);
}
.fix-call a .fa-whatsapp{
	background-color:#13990a;
	font-size:26px!important;
	line-height:52px!important;
	color:#fff!important;
}
.fix-call a .fa-envelope-open{
	background-color: #cb9834;
}
.fix-call a .fa-google{
	background-color: #ed4436;
}
.fix-call a span{
	color:#fff;
	font-size:14px;
	font-weight:800;
	display:none;
	text-transform:uppercase;
}
@media screen and (max-width : 992px) {
.fix-call{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    z-index:100;
	background-color: #010101!important;
    text-align:center;
    padding:0 0 0 0;
    box-shadow:0px -5px 10px rgba(0, 0, 0, .1)!important;	
	display:table;
}
.fix-call a{
	display:table-cell;
	width: 40%!important;
    color:#000 !important;
	height:auto;
	line-height:1;
	text-align:center;
	text-decoration: none!important;
	margin:0;
	padding:3px 5px;
	font-size:22px!important;
	vertical-align:middle;
	border-right:solid 0px rgba(0,0,0,.3);
}
.fix-call a.f-call{
    display:table-cell;
}
.fix-call a.f-review{
    display:table-cell;
}
.fix-call a.f-review img{
    height: 32px;
}
.fix-call a i{
	display: inline-block;
    color:#fff !important;
    font-size:14px!important;
	width:auto!important;
	height:auto!important;
	line-height:45px!important;
	border-radius:0;
	margin:0 3px 0 0;
	border:solid 0px rgba(255,255,255,0);	
	vertical-align:middle;
	box-shadow:0px 3px 3px rgba(0,0,0,0);
	background: transparent!important;
}
.fix-call a i{
	background: transparent;
}
.fix-call a.fx-call{
	display:table-cell;
	width: 40%!important;
}
.fix-call a.wa{
	position: relative;
	z-index: 10;
	top: -5px;
	padding: 3px 5px;
	width: 20%!important;
	background-color: #13990a;
	border-radius: 5px;	
	margin-top: 0px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.25);
}
.fix-call a.wa img{
    display:inline-block;
	height:40px;
	vertical-align:middle;
}
.fix-call a.wa span{
    display:none;
}
.fix-call a .fa-whatsapp{
	display:none!important;
	font-size:22px!important;
	background: transparent;
	color:#13990a!important;
}
.fix-call a span{
	display:inline-block;
	line-height:45px;
}
}

.left-fix{
	position:fixed;
	left:-88px;
	z-index:101;
	top:50%;
	margin-top:0px;
	width:210px;	
	text-align:center;
	transform: rotate(-90deg);	
	font-size:16px;
}
.left-fix a{
	display:block;
	background-color:#cb9834;
	color:#fff!important;
	text-decoration:none!important;
	line-height:35px;
	padding:0 0;
	font-weight:700!important;
	text-transform:uppercase;
	border-radius: 0 0 5px 5px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.0);
}
.left-fix a:hover{
	text-decoration:none!important;
}
.left-fix i{
	color:#fff;
	font-size:20px;
	background-color:#000;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
}
.right-fix{
	position:fixed;
	right:-88px;
	z-index:999;
	top:50%;
	margin-top:0px;
	width:210px;	
	text-align:center;
	transform: rotate(-90deg);	
	font-size:16px;
}
.right-fix a{
	display:block;
	background-color:#53336b;
	color:#fff!important;
	text-decoration:none!important;
	line-height:35px;
	padding:0 0;
	font-weight:700!important;
	text-transform:uppercase;
	border-radius:5px 5px 0 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,0);
}
.right-fix a:hover{
	text-decoration:none!important;
}
.right-fix i{
	color:#fff;
	font-size:20px;
	background-color:#000;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
}
@media screen and (max-width : 992px) {
.left-fix{
	position:fixed;
	left:-74px;
	top:50%;
	width:175px;
	font-size:14px;
}
.left-fix a{
	line-height:28px;
	padding:0 0;
}
.right-fix{
	position:fixed;
	right:-74px;
	top:50%;
	width:175px;	
	text-align:center;	
}
.right-fix a{
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:28px;
	padding:0 0;
	font-size: 15px;
}
.right-fix2{
	position:fixed;
	right:-65px;
	top:60%;
	width:150px;	
	text-align:center;
	transform: rotate(-90deg);	
	text-transform:uppercase;
	font-size:14px;
}
.right-fix2 a{
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:20px;
	padding:0 0;
}
}
.grecaptcha-badge { opacity:0;}