@font-face {
	font-family: 'OpenSans-Semibold';
	src: url('../fonts/OpenSans-Semibold.eot');
	src: url('../fonts/OpenSans-Semibold.eot') format('embedded-opentype'), url('../fonts/OpenSans-Semibold.woff') format('woff'), url('../fonts/OpenSans-Semibold.ttf') format('truetype');
}
@font-face {
	font-family: 'ProximaNovaA-Light';
	src: url('../fonts/ProximaNovaA-Light.eot');
	src: url('../fonts/ProximaNovaA-Light.eot') format('embedded-opentype'), url('../fonts/ProximaNovaA-Light.woff') format('woff'), url('../fonts/ProximaNovaA-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'ProximaNova-Regular';
	src: url('../fonts/ProximaNova-Regular.eot');
	src: url('../fonts/ProximaNova-Regular.eot') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'ProximaNova-Bold';
	src: url('../fonts/ProximaNova-Bold.eot');
	src: url('../fonts/ProximaNova-Bold.eot') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'AspergitBold';
	src: url('../fonts/AspergitBold.eot');
	src: url('../fonts/AspergitBold.eot') format('embedded-opentype'), url('../fonts/AspergitBold.woff') format('woff'), url('../fonts/AspergitBold.ttf') format('truetype');
}
/* Scrollbar */
::-webkit-scrollbar-corner {
 background: transparent;
 display: none;
}

::-webkit-scrollbar {
 width: 5px;
 height: 5px;
}

::-webkit-scrollbar-track {
 background: #dbdbdb;
 border-radius: 30px
}

::-webkit-scrollbar-thumb {
 border-radius: 30px;
 background: #ce8e35;
 webkit-box-shadow: none;
}
/* End Scrollbar */
body, html {
	height: 100%;
	font-family: 'ProximaNovaA-Light';
	color: #545454;
}
header {
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
	margin-top: -25px;
}
*
  box-sizing: border-box
  
body
  font-family: Roboto
  
.nav
  height: 60px
  width: 100%
  background: #999
  
.newsletter_content 
  margin: 0 auto
  position: relative
  width: 90%
  max-width: 1024px
  display: flex
  justify-content: center
  flex-wrap: wrap
  
.newsletter_thumb
  background: rgba(black, 0.08)
  width: 200px
  height: 200px
  margin: 0 1rem 2rem 1rem
  border-radius: 3px
  cursor: pointer
  
.title
  width: 100%
  text-align: center
  margin: 3rem
  font-size: 2rem
  font-weight: 300
  color: rgba(black, 0.3 )
  text-transform: uppercase
  letter-spacing: 1rem
  
  
  
  
.popup
  position: fixed
  display: block
  min-height: 0
  background: #888
  border-radius: 4px
  opacity: 0
  color: rgba(black, 0.4)
  top: 50%
  left: 50%
  /* user-select: none */
  z-index: 100
  transform: translate(-50%, -50%)
  
@keyframes fadeInDown 
  0% 
    opacity: 0
    height: auto
    transform: translate(-50%, -60%)
  100% 
    opacity: 1
    height: auto
    transform: translate(-50%, -50%)

.popup_show 
  animation-name: fadeInDown
  animation-duration: 0.7s
  animation-timing-function: cubic-bezier(.66,.12,.49,.89)
  /*animation-timing-function: cubic-bezier(.53,.01,.18,.68)*/
  /* animation-timing-function: cubic-bezier(.68,.12,.53,.9) */
  opacity: 1
  height: auto

.popup_content
  padding: 3.5rem 5rem 4rem 5rem
  position: relative
  
.close
  position: absolute
  cursor: pointer
  font-size 1.7rem
  font-weight: 300
  top: 10px
  color: white
  right: 10px
  padding: 0rem 0.8rem 0.3rem 0.8rem
  border-radius: 50%
  background: rgba(black, 0.1)
  transition: all 0.3s ease-in-out
  
.close:hover{
  background: rgba(black, 0.2)
}
  
.suscribe_title
  font-weight: 300
  text-align: center
  color: white
  font-size: 1.5rem
  margin-bottom: 2rem
  
.suscribe_form
  text-align: center
  input
    background: transparent
    border: none
    /* border-bottom: 1px solid white */
    padding: 0.9rem 0.7rem
    margin-bottom: 1rem
    outline: none
    width: 100%
    text-transform: uppercase
    font-size: 0.8rem
    letter-spacing: 0.08rem
    font-weight: 300
    color: white
    text-align: center
    
  input[type="submit"]
    font-weight: bold
    background: #444
    border-radius: 3px
    border:none
    font-size: 0.8rem
    width: 60%
    margin: 0 auto
    
  input[type="text"]
    background: rgba(white 0.1)
    transition: background 0.4s ease-in-out
  input[type="text"]:focus
    background: rgba(white 0.2)
 
 
  
.bc_inside {
	width: 120%;
	height: 340px;
	position: absolute;
	left: 0;
	bottom: -249px;
	background-color: #f8f8f8;
	transform: rotate(-4deg);
}
.upper_area {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 30px;
	width: 100%;
	height: auto;
	z-index: 20;
	transition: all 0.5s;
	background:rgba(256, 256, 256, 0.5);
	/* background:linear-gradient(314deg, #feca0a, #df3005); */
	/*background:linear-gradient(45deg, #c29f9f, #d6cece);
	/*background-image: url(../images/top_bgr.jpg);*/
	background-size: cover;
	background-position: center;
}
.bg_area {
	width: 100%;
	height: 87px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 995;
}
.bg_area.bg_col {
	background-color: rgba(31,39,73,.9);
}
.logo {
	float: left;
	color: #000;
	padding: 10px;
	font-family: 'ProximaNova-Bold';
}
.logo img {
	float: left;
	width: auto;
	height: 105px;
}
.logo h1 {
    float: left;
    font-size: 20px;
    line-height: 28px;
    margin-left: 10px;
    margin-top: 28px;
    text-align: center;
    text-transform: uppercase;
}
.logo h1 span {
	font-size: 14.5px;
	font-weight: bold;
}
.banner {
	display: inline-block;
	height: auto;
}
.banner img {
	width: 100%;
	float: right;
}
.banner h1 {
	color: #FFFFFF;
	font-size: 55px;
	font-family: 'ProximaNovaA-Light';
	font-style: italic;
}
.banner.bn1 h1 {
	top: 50%;
}
.banner h1 span {
	color: #f12639;
	font-family: 'ProximaNova-Regular';
}
.slider_ins {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 5;
}
.carousel-item {
	height: 475px;
	min-height: 300px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.carousel-caption {
	bottom: 30%;
	right: 0;
	left: 0;
}
.spec_im {
	max-width: 420px;
	webkit-animation: brightness 1s infinite;
	animation: brightness 1s infinite;
}
.tr_centab {
	text-align: center;
}
.tr_centab .col-lg-7 {
	text-align: left;
}
#particles-js {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	background: linear-gradient(45deg, #ed1b335c, #442e8280);
}
section {
	width: 100%;
	height: auto;
	padding: 50px 0;
	font-family: 'ProximaNovaA-Light';
	overflow: hidden;
	background-color: #FFFFFF;
}
section img {
	width: 100%;
	height: auto;
}
img#online_vazhipad{
	opacity:0.6;
	height: 500px;
}
img#online_vazhipad:hover{
	opacity:1.0;
}
.bg_clr {
	color: #fff;
	padding-top: 90px;
	position: relative;
	overflow: hidden;
	/*background-image: url(../images/wood.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.bg_clr_inside {
	width: 120%;
	height: 340px;
	position: absolute;
	left: 0;
	top: -252px;
	background-color: #f8f8f8;
	transform: rotate(4deg);
}
.bg_clr h2 {
	padding-top: 20px;
}
.clients {
	margin-bottom: 0px;
	text-align: center;
}
.clients h1 {
	text-align: center;
	font-size: 28px;
	margin-top: 18px;
	margin-bottom: 0px;
	font-family: 'AspergitBold';
	color: #5f5f5f;
	text-transform: uppercase;
}
.clients p {
	text-align: center;
	font-size: 20px;
	margin-top: 24px;
	margin-bottom: 0px;
	font-family: 'Manjari', sans-serif;
	color: #5f5f5f;
}
.ret_bod .col-md-4 {
	padding: 30px;
}
.carousel-indicators {
	bottom: 100px !important;
	}
footer {
	width: 100%;
	height: auto;
	min-height: 300px;
	padding: 0px 0 0px;
	font-family: 'Manjari', sans-serif;
	font-size: 20px;
	color: #cccccc;
	/*background-image: url(../images/wood1.jpg);*/
	background: linear-gradient(314deg, #feca0a, #df3005);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
footer h2 {
	font-size: 22px;
	margin-top: 40px;
	font-family: 'ProximaNova-Regular';
	color: #FFFFFF;
}
footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 22px;
}
.footer-link li {
	margin-right: 5px;
}
.footer-link li a {
	color: #FFFFFF;
	text-align: left;
	display: block;
	line-height: 32px;
	position: relative;
	padding-left: 18px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}
.footer-link li a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	left: 5px;
	line-height: 30px;
	font-size: 16px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}
.footer-link li a:hover::before {
	left: 5px;
}
.footer-link li a:hover {
	color: #ecad4d;
	border-color: #ecad4d;
	padding-left: 23px;
	text-decoration: none;
}
footer p {
	color: #FFFFFF;
}
.copyright_wrap {
	/*background-image: url(../images/wood.jpg);*/
	background: linear-gradient(172deg, #feca0a, #df3005);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10px 0;
	color: #FFFFFF;
	font-size: 12px;
	font-family: 'ProximaNovaA-Light';
	position: relative;
	line-height: 30px;
}
.footer-widget ul {
	display: inline-block;
}
.footer-widget ul li {
	float: left;
	margin-right: 5px;
}
.footer-widget ul li a {
	color: #ffffff;
	display: inline-block;
	width: 36px;
	height: 36px;
	border: 2px solid #ffffff;
	text-align: center;
	line-height: 32px;
	transition: all 0.5s;
}
.footer-widget ul li a:hover {
	color: #ecad4d;
	border-color: #ecad4d;
}
.footer-link-contact ul li {
	margin-bottom: 12px;
}
.footer-link-contact ul li i {
	position: absolute;
	left: 0;
	top: 5px;
	padding-right: 6px;
}
.footer-link-contact ul li p {
	padding-left: 25px;
	color: #FFFFFF;
	position: relative;
}
.footer-link-contact ul li p {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 300;
	padding-right: 16px;
	line-height: 24px;
	padding-top: 2px;
}
.footer-link-contact ul li p a {
	color: #FFFFFF;
}
.footer-link-contact ul li p a:hover {
	color: #ecad4d!important;
}
#back-to-top {
	position: absolute;
	bottom: 60px;
	right: 35px;
	z-index: 99;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	background: #d52404;
	color: #fff;
	cursor: pointer;
	border: 0;
	border-radius: 50%;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 1;
}
#back-to-top:hover {
	opacity: 0.6;
}
.read_more {
	color: #ffffff;
	display: inline-block;
	padding: 10px 20px;
	text-transform: uppercase;
	font-family: 'OpenSans-Semibold';
	font-size: 10px;
	border-radius: 4px;
	margin-top: 20px;
	margin-bottom: 30px;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: linear-gradient(172deg, #feca0a, #df3005);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.read_more:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.read_more:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 4px;
	background: #FF9900;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.read_more:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.tbc {
	text-align: center;
}
.maps_ar {
	width: 100%;
	height: 500px;
	padding: 0;
}
.cd-headline {
	line-height: 45px;
}
.cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
	color: #f42267;
	padding-right: 5px;
}
.cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
}
.cd-words-wrapper b.is-visible {
	position: relative;
}
.no-js .cd-words-wrapper b {
	opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
	opacity: 1;
}
.cd-headline.type .cd-words-wrapper {
	vertical-align: top;
	overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
	/* vertical bar */
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 90%;
	width: 1px;
	background-color: #f7a8b0;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
	-webkit-animation: cd-pulse 1s infinite;
	-moz-animation: cd-pulse 1s infinite;
	animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
	background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.selected::after {
	visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
	color: #0d0d0d;
}
.cd-headline.type b {
	visibility: hidden;
}
.cd-headline.type b.is-visible {
	visibility: visible;
}
.cd-headline.type i {
	position: absolute;
	visibility: hidden;
}
.cd-headline.type i.in {
	position: relative;
	visibility: visible;
}
 @-webkit-keyframes cd-pulse {
 0% {
 -webkit-transform: translateY(-50%) scale(1);
 opacity: 1;
}
 40% {
 -webkit-transform: translateY(-50%) scale(0.9);
 opacity: 0;
}
 100% {
 -webkit-transform: translateY(-50%) scale(0);
 opacity: 0;
}
}
@-moz-keyframes cd-pulse {
 0% {
 -moz-transform: translateY(-50%) scale(1);
 opacity: 1;
}
 40% {
 -moz-transform: translateY(-50%) scale(0.9);
 opacity: 0;
}
 100% {
 -moz-transform: translateY(-50%) scale(0);
 opacity: 0;
}
}
@keyframes cd-pulse {
 0% {
 -webkit-transform: translateY(-50%) scale(1);
 -moz-transform: translateY(-50%) scale(1);
 -ms-transform: translateY(-50%) scale(1);
 -o-transform: translateY(-50%) scale(1);
 transform: translateY(-50%) scale(1);
 opacity: 1;
}
 40% {
 -webkit-transform: translateY(-50%) scale(0.9);
 -moz-transform: translateY(-50%) scale(0.9);
 -ms-transform: translateY(-50%) scale(0.9);
 -o-transform: translateY(-50%) scale(0.9);
 transform: translateY(-50%) scale(0.9);
 opacity: 0;
}
 100% {
 -webkit-transform: translateY(-50%) scale(0);
 -moz-transform: translateY(-50%) scale(0);
 -ms-transform: translateY(-50%) scale(0);
 -o-transform: translateY(-50%) scale(0);
 transform: translateY(-50%) scale(0);
 opacity: 0;
}
}
.drop_menu {
	display: inline-block;
	float: right;
}
#toggle_btn {
	position: absolute;
	top: 31px;
	right: 10px;
	cursor: pointer;
	display: none;
	transition: all 0.5s;
}
#toggle_btn:hover {
	opacity: 0.8;
}
nav {
	float: left;
	text-transform: uppercase;
}
nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
nav li {
	float: left;
	text-align: center;
	position: relative;
	transition: all 0.5s;
}
nav li a {
	color: #000;
	padding: 52px 8px;
	transition: all 0.5s;
	float: left;
	font-size: 15px;
	text-decoration: none;
	font-family: 'ProximaNovaA-Light';
}
nav li:hover {
	background: #FF9900;
	-webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
}
nav li a:hover {
	color: #000;
	text-decoration: none;
}
nav li.active {
	background: #FF9900;
	-webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
}
nav li.active a {
	color: #000;
	text-decoration: none;

}
nav li a:active, nav li a:focus {
	color: #000;
	text-decoration: none;
}
.second_nav {
	position: absolute;
	top: 125px;
	left: 0;
	width: 100%;
	display: none;
}
nav li:hover .second_nav {
	display: block;
}
.second_nav li {
	background: #FF6600;
	width: 100%;
	border-top: 1px solid #d28928;
}
.second_nav li a {
	display: block;
	width: 100%;
	padding: 0;
	line-height: 50px;
	font-size: 14px;
}
.carousel-item img {
	width: 100%;
	height: 100%;
	/*object-fit: cover;*/
}
.footer-link-contact a {
	transition: all 0.5s;
}
.footer-link-contact a:hover {
	text-decoration: none;
	color:  !important;
}
@-webkit-keyframes zooms {
 0% {
 -webkit-transform: scale(1, 1);
}
 50% {
 -webkit-transform: scale(1.2, 1.2);
}
 100% {
 -webkit-transform: scale(1, 1);
}
}
 @keyframes zooms {
 0% {
 transform: scale(1, 1);
}
 50% {
 transform: scale(1.2, 1.2);
}
 100% {
 transform: scale(1, 1);
}
}
.copyright_wrap a {
	color: white;
	text-decoration: underline;
}
.im_copys {
	float: right;
}
.im_copys img {
	height: auto;
	width: 90px;
	opacity: 0.8;
}
.copyright_wrap br {
	display: none;
}
.ser_pops img {
	-webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
	clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
	cursor: pointer;
	transition: clip-path 1s;
}
.ser_pops img:hover {
	-webkit-clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
	clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
}
.frt_clip .row {
	margin-bottom: 25px;
}
/*.blink{
		width: 200px;
    height: 100px;
    background-color: #ff6600;
    padding: 15px;
    text-align: center;
    
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100px;

	}
.blink span{
		font-size: 25px;
		font-family: cursive;
		color: white;
		animation: blink 1s linear infinite;
	}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}*/
/*span #text{
	text-align: center!important;
}*/
.blink {
  width: 160px;
  /*height: 100px;*/
  -webkit-animation: blink 1s infinite;  /* Safari 4+ */
  -moz-animation: blink 1s infinite;  /* Fx 5+ */
  -o-animation: blink 1s infinite;  /* Opera 12+ */
  animation: blink 1s infinite;  /* IE 10+, Fx 29+ */
  border-radius: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;

  
}
.blink span{
		font-size: 20px;
		font-family: cursive;
		color: white;
		/*animation: blink 1s linear infinite;*/
		text-decoration: none;
	}

@-webkit-keyframes blink {
  0%, 49% {
    background-color: #ff6600;
    /*border: 3px solid #e50000;*/
  }
  50%, 100% {
    background-color: #ff9900;
   /* border: 3px solid rgb(117, 209, 63);*/
  }
}
.frt_clip {
	background-image: url(../images/bc_areastg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding-bottom: 20px;
}
.cimg {
	width: 100%;
	height: auto;
	background: #4a4a4a8f;
	transition: all 0.5s;
	margin-bottom: 35px;
	border-radius: 10px;
}
.cimg h2 {
	color: #ffffff;
	background: #2d2d2d47;
	margin: 0;
	padding: 10px 30px;
	text-align: left;
	font-size: 18px;
	font-family: 'ProximaNova-Regular';
}
.cimg p {
	padding: 15px 30px 0;
	text-align: left;
	font-size: 15px;
	color: #FFFFFF;
}
.cimg .read_more {
	margin-left: 30px;
	margin-bottom: 30px;
}
.cimg img {
	-webkit-animation: zooms 20s infinite;
	animation: zooms 20s infinite;
}
.thidej {
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}
.cimg br {
	display: none;
}
/* Tiles */
.tiles {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	postiion: relative;
	margin: 0;
}
.tiles article {
	-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
	position: relative;
	width: calc(33.33333% - 2.5em);
	margin: 2.5em 1.25em 0 1.25em;
}
.tiles article > .image {
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	position: relative;
	display: block;
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
}
.tiles article > .image img {
	display: block;
	width: 100%;
}
.tiles article > .image:before {
	pointer-events: none;
	-moz-transition: background-color 0.5s ease, opacity 0.5s ease;
	-webkit-transition: background-color 0.5s ease, opacity 0.5s ease;
	-ms-transition: background-color 0.5s ease, opacity 0.5s ease;
	transition: background-color 0.5s ease, opacity 0.5s ease;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 1;
}
.tiles article > a {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-moz-transition: background-color 0.5s ease, -moz-transform 0.5s ease;
	-webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
	-ms-transition: background-color 0.5s ease, -ms-transform 0.5s ease;
	transition: background-color 0.5s ease, transform 0.5s ease;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1em;
	border-radius: 4px;
	border-bottom: 0;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	z-index: 3;
}
.tiles article > a > :last-child {
	margin: 0;
}
.tiles article > a:hover {
	color: #ffffff !important;
}
.tiles article > a h2 {
	margin: 0;
}
.tiles article > a .content {
	-moz-transition: max-height 0.5s ease, opacity 0.5s ease;
	-webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
	-ms-transition: max-height 0.5s ease, opacity 0.5s ease;
	transition: max-height 0.5s ease, opacity 0.5s ease;
	width: 100%;
	max-height: 0;
	line-height: 1.5;
	margin-top: 0.35em;
	opacity: 0;
}
.tiles article > a .content > :last-child {
	margin-bottom: 0;
}
.tiles article.style_arg > .image:before {
	/*background-image: url(../images/wood2.jpg);*/
	background-position: center;
	background-repeat: no-repeat;
}
body:not(.is-touch) .tiles article:hover > .image {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
body:not(.is-touch) .tiles article:hover > .image:before {
	background-color: #333333;
	opacity: 0;
}
body:not(.is-touch) .tiles article:hover > .image:after {
	opacity: 0;
}
body:not(.is-touch) .tiles article:hover .content {
	max-height: 15em;
	opacity: 1;
}
* + .tiles {
	margin-top: 2em;
}
body.is-preload .tiles article {
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0;
}
body.is-touch .tiles article .content {
	max-height: 15em;
	opacity: 1;
}
.tiles h2 {
	text-transform: uppercase;
	font-size: 25px;
	font-family: 'ProximaNova-Regular';
}
.tiles p {
	font-size: 20px;
	font-family: 'ProximaNova-Bold';
}
/* Tiles */
.yuj_cop {
	padding-bottom: 100px;
}
.yuj_cop .read_more {
	margin-top: 50px;
}
.testi_ares .owl-carousel .item {
	height: auto;
	padding: 1rem;
}
.testi_ares .owl-theme .owl-dots .owl-dot {
	outline: none;
}
.testi_ares .owl-carousel .owl-item img {
	display: inline-block!important;
	width: 100px;
	height: auto;
	border-radius: 100%;
}
.testi_ares {
	text-align: center;
	padding-bottom: 70px;
}
.testi_ares h2 {
	text-align: center;
	font-family: 'ProximaNova-Bold';
	margin-top: 90px;
	color: #545454;
	text-transform: uppercase;
}
.testi_ares p {
	text-align: center;
	font-family: 'ProximaNovaA-Light';
	font-size: 17px;
	margin-top: 35px;
	color: #6b6b6b;
}
.testi_ares p img {
	max-width: 60px;
	margin: 10px auto 0;
}
.testi_ares h3 {
	font-size: 15px;
	text-align: center;
	font-family: 'ProximaNova-Bold';
	color: #f42267;
}
.testi_ares h4 {
	text-align: center;
	font-family: 'ProximaNovaA-Light';
	font-size: 18px;
	color: #6b6b6b;
}
.inner_bg {
	width: 100%;
	height: 550px;
	overflow: hidden;
	position: relative;
}
.inner_bc {
	width: 100%;
	height: 550px;
	background-image: url(../images/g7.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	-webkit-animation: zooms 30s infinite;
	animation: zooms 30s infinite;
}
.ab_azha {
	text-align: center;
}
.ab_azha h2 {
	text-align: center;
	font-family: 'AspergitBold';
	color: #5f5f5f;
	text-transform: uppercase;
	font-size: 28px;
	background-image: url(../images/border.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 0px 0 55px;
	margin-bottom: 25px;
}
.ab_azha p {
	text-align: center;
	font-style: italic;
}
.ab_azha img {
	margin-bottom: 30px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.ab_admins {
	text-align: center;
	padding-bottom: 70px;
}
.ab_admins h2 {
	text-align: center;
	font-family: 'AspergitBold';
	color: #5f5f5f;
	text-transform: uppercase;
	font-size: 28px;
	background-image: url(../images/border.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 0px 0 55px;
	margin-bottom: 25px;
}
.ab_admins img {
	border-radius: 100%;
	margin-top: 30px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.5s;
	cursor: pointer;
	width: 80%;
    height: 50%;
}
.ab_admins img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.ab_admins h3 {
	font-size: 17px;
	text-align: center;
	font-family: 'ProximaNova-Bold';
	color: #bf7607;
	margin-top: 20px;
}
.ab_admins h4 {
	font-size: 14px;
	text-align: center;
	font-family: 'ProximaNova-Bold';
	color: #969292;
	margin-top: 0px;
}
.ab_onli {
	min-height: 700px;
}
.ab_onli h2 {
	text-align: center;
	font-family: 'AspergitBold';
	color: #5f5f5f;
	text-transform: uppercase;
	font-size: 28px;
	background-image: url(../images/border.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 0px 0 55px;
	margin-bottom: 25px;
}
.con_abos h2 {
	text-align: center;
	font-family: 'AspergitBold';
	color: #5f5f5f;
	text-transform: uppercase;
	font-size: 28px;
	background-image: url(../images/border.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 0px 0 55px;
	margin-bottom: 25px;
}
.con_tabbx {
	background-color: #e8e8e8;
	min-height: 300px;
	width: 100%;
	padding: 20px;
	margin-bottom: 40px;
	border-radius: 10px;
}
.con_tabbx h3 {
	font-size: 24px;
	padding: 20px 10px 5px;
	background-image: none;
	text-align: left;
}
.con_tabbx p {
	font-size: 14px;
	padding: 2px 10px;
	color: #989797;
	position: relative;
}
.con_tabbx ul {
	font-size: 14px;
	color: #868686;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 40px;
	font-family: 'ProximaNova-Regular';
}
.con_tabbx li {
	margin: 30px 0;
}
.con_tabbx ul li p i {
	position: absolute;
	left: 10px;
	top: 5px;
	padding-right: 6px;
	color: #989797;
}
.con_tabbx li p {
	padding-left: 33px;
	font-size: 16px;
}
.con_tabbx li p span {
	font-size: 14px;
	font-family: 'OpenSans-Semibold';
}
.con_tabbx li a {
	color: #989797;
}
.con_tabbx li a:hover {
	color: #bf7607;
	text-decoration: none;
}
.rec_txt textarea.form-control {
	min-height: 180px;
}
.bc_ins_inner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	background-color: #8b8b8b42;
}
.maps_con {
	width: 100%;
	height: auto;
}
.legen_azha h2 {
	text-align: center;
	font-family: 'AspergitBold';
	color: #5f5f5f;
	text-transform: uppercase;
	font-size: 28px;
	background-image: url(../images/border.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 0px 0 55px;
	margin-bottom: 25px;
}
.def_abo {
	box-shadow: 0px 1px 5px 1px rgb(0 0 0 / 0.14);
	padding: 25px 25px 10px;
	border-bottom: 5px solid #ff6600;
	margin-bottom: 30px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #f8f8f8;
}
.legen_azha h4 {
	font-family: 'ProximaNova-Regular';
	color: #bf7607;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
}
.legen_azha h5 {
	font-family: 'OpenSans-Semibold';
	color: #bf7607;
	font-size: 15px;
	margin-top: 15px;
}
.zamos {
	margin-bottom: 20px;
}
.azha_mahat h2 {
	text-align: center;
	font-family: 'AspergitBold';
	color: #5f5f5f;
	text-transform: uppercase;
	font-size: 28px;
	background-image: url(../images/border.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 0px 0 55px;
	margin-bottom: 25px;
}
.azha_mahat h3 {
	font-family: 'ProximaNova-Bold';
	color: #717171;
	font-size: 22px;
}
.azha_mahat h4 {
	color: #bf7607;
	font-size: 20px;
}
.azha_mahat h5 {
	font-family: 'OpenSans-Semibold';
	color: #bf7607;
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.kind_png {
	text-align: center;
	min-height: 525px;
}
.kind_png img {
	max-height: 300px;
	width: auto!important;
	padding: 20px;
}
.kind_pngsp {
	text-align: center;
}
.kind_pngsp img {
	max-width: 600px;
	width: 100%;
	padding: 20px;
}
.ab_festis h2 {
	text-align: center;
	font-family: 'AspergitBold';
	color: #5f5f5f;
	text-transform: uppercase;
	font-size: 28px;
	background-image: url(../images/border.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 0px 0 55px;
	margin-bottom: 25px;
}
.ab_festis h4 {
	font-family: 'ProximaNova-Regular';
	color: #bf7607;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
}
.ab_festis h3 {
	font-family: 'OpenSans-Semibold';
	color: #bf7607;
	font-size: 15px;
	margin-bottom: 17px;
    margin-top: 17px;
}
.ab_azha .col-lg-4 .def_abo {
	min-height: 650px;
}
.ab_facilit h2 {
	text-align: center;
	font-family: 'AspergitBold';
	color: #5f5f5f;
	text-transform: uppercase;
	font-size: 28px;
	background-image: url(../images/border.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 0px 0 55px;
	margin-bottom: 25px;
}
.mand_jgt {
	text-align: center;
}
/*.mand_jgt img {
	max-width: 900px; 
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}*/
.ab_facilit h4 {
	font-family: 'ProximaNova-Regular';
	color: #ff6600;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 0;
	text-align: center;
}
.zamosr {
	margin-bottom: 30px;
}
.ab_gallers h2 {
	text-align: center;
	font-family: 'AspergitBold';
	color: #5f5f5f;
	text-transform: uppercase;
	font-size: 28px;
	background-image: url(../images/border.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 0px 0 55px;
	margin-bottom: 25px;
}
.ab_gallers {
	min-height: 700px;
}
.specs_cl a {
	color: #ffffff;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #777777;
	margin: 0 1px;
	transition: all 0.5s;
}
.specs_cl a.active {
	color: #ffffff !important;
	background-color: #bf7607 !important;
	border-color: #bf7607 !important;
}
audio {
	outline: 0;
}
.aud_pgs {
	color: #5f5f5f;
	text-transform: uppercase;
	font-size: 22px;
	margin-top: 30px;
	margin-left: 20px;
}
#color{
	background-clip: content-box !important;
}
.modal {
	z-index: 99999!important;
}
.news_dtp{
min-height: 700px	
}
.news_dtp h2 {
    text-align: center;
    font-family: 'AspergitBold';
    color: #5f5f5f;
    text-transform: uppercase;
    font-size: 28px;
    background-image: url(../images/border.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 0px 0 55px;
    margin-bottom: 25px;
}
.ter_heads{
    font-family: 'ProximaNova-Regular';
    color: #bf7607;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: center;	
}
.img-thumbnail{
max-width: 100%!important;
    height: 270px;
    width: 350px;
}

#title_img1{
	width: 25%;
	margin-left:auto;
	margin-right: auto;
}
#title_img2{
	width: 50%;
	margin-left:auto;
	margin-right: auto;
}
#members{
	text-align:left;
	margin-top: 30px;
}
#online_booking{
	margin-left:auto;
	margin-right:auto;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #555;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}