body{
	font-family: 'Bai Jamjuree', sans-serif;
	font-size: 14px;
	overflow-x: hidden;
}
.top-header {
    background-color: #fff;
    padding: 7px 0;
}
.top-header a {
    color: #000;
}
.top-header a:hover{
    text-decoration: none;
}
.top-header a i {
    border-radius: 50%;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    padding: 7px 8px;
    font-size: 14px;
    margin: 0 5px;
}
.top-header .text-center {
    display: none;
}
.top-header .mt-25{
    margin-top: 25px;
}
.login_link{
    margin-left: 10px;
    font-size: 16px;
}
.header-top{
	padding: 5px 0 5px;
}
.header-top p{
	margin: 3px 0 0;
	font-weight: bold;
	float: left;
}
.header-top ul {
    list-style: none;
    margin-bottom: 0;
    display: block;
    margin-right: 15px;
}
.header-top li{
	display: inline-block;
}
.header-top li a{
	color: #d1a53b;
}
.header-top li a i{
	border: 1px solid #d1a53b;
	border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 5px 7px;
}
.header-top li a i.fa-instagram{
	padding: 5px 6px;
}
.header-top li a i.fa-snapchat-ghost, .header-top li a i.fa-twitter, .header-top li a i.fa-youtube-play{
	padding: 5px 5px;
}
ul.main-menu {
    list-style: none;
    padding-top: 0;
    margin-bottom: 0;
    font-size: 0;
    text-align: center;
}
.main-menu li {
    display: inline-block;
    padding: 15px 0 15px 0;
    position: relative;
}
.main-header{
    box-shadow: 0px 3px 7px #000;
    position: relative;
    z-index: 9;
    background-color: #6b003e;
}
.logo{
    padding: 3px 0 3px;
}
.sticky{
    position: fixed;
    top: 0;
    left: 0;
	background: #6b003e;
    z-index: 999;
    width: 100%;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.logo img{
	margin-top: 0;
    margin-bottom: 0;
    width: 75px;
}
.nopadding{
	padding: 0;
}
.main-menu li a{
	color: #fff;
	font-size: 13px;
    text-transform: uppercase;
	transition: all 0.3s ease;
	padding: 16px 8px 16px 8px;
	font-weight: 900;
}
.main-menu li a:hover{
	background: none;
    position: relative;
    color: #fff;
    text-decoration: none;
    background: #a5cc39 
}
.main-menu li.active a{
     background-color: #a5cc39;
}
.second-menu li:last-child{
	padding: 0;
}
.sub-menu{
	position: absolute;
    left: 120px;
    top: 105%;
    visibility: hidden;
    background: #ddd;
    z-index: 10;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-transform: scale(0.9) translateX(-50%);
    -ms-transform: scale(0.9) translateX(-50%);
    -webkit-transform: scale(0.9) translateX(-50%);
    transform: scale(0.9) translateX(-50%);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 0;
    border-top: 5px solid #6b003e;
}
.sub-menu li{
	line-height: 45px;
	display: block;
	padding: 0;
    text-align: left;
}
.sub-menu li a{
	display: block;
    padding: 0 10px;
    line-height: 45px;
    border-bottom: 1px solid rgba(237,28,36,0.5);
    color: #000;
    width: 240px;
    word-wrap: break-word;
    background: none !important;
}
.sub-menu li a:hover{
    background: #a5cc39 !important;
}
.main-menu li:hover ul.sub-menu{
	visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: scale(1) translateX(-50%);
    -ms-transform: scale(1) translateX(-50%);
    -webkit-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
}

.carousel-control.right,.carousel-control.left{
	background-image: none;
	right: 15px;
	width: 0;
}
.glyphicon-chevron-left{
	background: #fff;
    color: #d1a53b;
    padding: 12px 10px;
    width: 55px !important;
    height: 55px !important;
}
.glyphicon-chevron-right{
	background: #fff;
    color: rgba(237,28,36,.8) !important;
    width: 55px !important;
    height: 55px !important;
    padding: 12px 15px;
}
.carousel-control .glyphicon-chevron-right{
	margin-right: -15px;
}
.carousel-control .glyphicon-chevron-left{
	margin-left: 0;
}
 .carousel-inner>.item>img{
 	width: 100%;
 	min-height: 100%;
 }
 .carousel-caption{
 	top: 30%;
 	right: 0;
    left: 0;
    width: 50%;
    bottom: auto;
    background-color: rgba(0,0,0,.14) !important;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
 }
 .head-up{
 	font-size: 20px;
    text-align: center;
 }
 .head-down{
 	font-size: 40px;
    position: relative;
    font-weight: bold;
    padding-right: 15px;
    border-radius: 10px;
    text-transform: uppercase;
    text-align: center;
 }
 .zoomIn, .bounceIn {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
.services {
    margin-top: -65px;
    background: #222;
}
.main-slider{
    background-size: cover;background-position: 100% 100%;height: 80vh;
}
div.col-md-3.col-sm-6.nopadding:nth-of-type(odd) > .service{
    background-color: #333;
	color: #fff;
	min-height: 345px;
    max-height: 370px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}

div.col-md-3.col-sm-6.nopadding:nth-of-type(even) > .service{
    background-color: #9f780f;
	color: #fff;
	min-height: 345px;
    max-height: 370px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}
div.col-md-3.col-sm-6.nopadding:nth-of-type(even) h3{
    font-family: 'playfair_displayregular';
	color: #d1a53b;
	text-transform: uppercase;
	font-style: italic;
    background-color: #333;
    padding: 10px 0;
}
div.col-md-3.col-sm-6.nopadding:nth-of-type(odd) h3{
    font-family: 'playfair_displayregular';
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    background-color: #9f780f;
    padding: 10px 0;
}

div.col-md-3.col-sm-6.nopadding:nth-of-type(even) > .service h3{
	color: #fff;
	font-style: italic;
}
div.col-md-3.col-sm-6.nopadding:nth-of-type(even) p{
    font-size: 14px;
    font-family: 'playfair_displayregular';
	line-height: 20px;
	font-style: italic;
    text-align: justify;
    color: #333;
    padding: 0 20px;
}
div.col-md-3.col-sm-6.nopadding:nth-of-type(odd) p{
    font-size: 14px;
    font-family: 'playfair_displayregular';
    line-height: 20px;
    font-style: italic;
    padding: 0 20px;
    text-align: justify;
    color: #fff;
}
div.col-md-3.col-sm-6.nopadding:nth-of-type(odd) > .service:hover{
	background-color: #fff;
	color: #333;
}
div.col-md-3.col-sm-6.nopadding:nth-of-type(odd) > .service:hover h3{
	color: #333;
}

div.col-md-3.col-sm-6.nopadding:nth-of-type(even) > .service:hover{
	background-color: #fff;
    color: #333;
}
div.col-md-3.col-sm-6.nopadding:nth-of-type(even) > .service:hover h3{
	color: #d1a53b;
}
div.col-md-3.col-sm-6.nopadding:nth-of-type(odd) > .service:hover p{
    color: #333;
}
.service img{
	width: 90px;
	height: 90px;
	margin-bottom: 10px;
}
div.col-md-3.col-sm-6.nopadding:nth-of-type(odd) > .service a{
	background: #9f780f;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

div.col-md-3.col-sm-6.nopadding:nth-of-type(odd) > .service a:hover{
	background: #333;
	text-decoration: none;
}
div.col-md-3.col-sm-6.nopadding:nth-of-type(even) > .service a{
	background: #333;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;

}
div.col-md-3.col-sm-6.nopadding:nth-of-type(even) > .service a:hover{
	background: #d1a53b;
	text-decoration: none;
}
.about-section{
	padding-top: 60px;
    /*background: #f4f4f4;*/
    padding-bottom: 40px;
}
.about-section h1{
	color: #fff;
	position: relative;
	font-style: italic;	
}
.about-section h1:before{
	bottom: -10px;
    width: 180px;
    height: 1px;
    background: #d1a53b;
    display: block;
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    max-width: 100%;
}
.about-section h1:after{
	bottom: -15px;
    width: 10px;
    height: 10px;
    -webkit-box-shadow: 0 0 0 2px #333, 0 0 0 4px #f5ab5c;
    box-shadow: 0 0 0 2px #333, 0 0 0 4px #f5ab5c;
    background: #333;
    border: 1px solid #f5ab5c;
    display: block;
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    max-width: 100%;
}
.about-section p{
	line-height: 25px;
	font-size: 14px;
    text-align: justify;
    color: rgb(0, 0, 0);
}
.about-section a{
	text-decoration: none;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}
.about-section a:hover{
	color: #333;	
}
.about-section h3{;
	color: #173d21;
    font-size: 20px;
    margin-top: 0px;
    padding-top: 12px;
}
.about-section hr{
    margin: 35px 0;
    border-top: 1px solid #d1a53b;
}
.about-section .abt-img{
    padding-right: 0;
}
.about-section ul{
    color: #002866;
    line-height: 25px;
}
.abt-ctnt h3{
    margin-top: 0;
}
.abt-ctnt{
    padding: 0 20px 0 20px;  
}
.abt-ctnt h2{
    margin-top: 0;
}
.abt-ctnt h3, .abt-ctnt p{
    color: #333;
    line-height: 28px;
}
.about-section hr:after{
    top: 30px;
    width: 10px;
    height: 10px;
    -webkit-box-shadow: 0 0 0 2px #333, 0 0 0 4px #f5ab5c;
    box-shadow: 0 0 0 2px #333, 0 0 0 4px #f5ab5c;
    background: #333;
    border: 1px solid #f5ab5c;
    display: block;
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    max-width: 100%;
}
.highlight-section{
    background-color: #fff;
    padding: 30px 0;
}
.product_img {
    box-shadow: 0px 1px 3px #ddd;
    transition: 0.5s all linear;
}
.about-content {
    background: #f7f7f7;
    padding: 30px 0;
    background-image: url(../images/bg-wave.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.event-section{
	padding-top: 40px;
	background: #222;
	padding-bottom: 40px;
}
.event-section h1{
	color: #fff;
	position: relative;
	font-style: italic;
	font-family: 'Roboto', sans-serif;
}
.event-section h3{
	color: #d1a53b;
	font-family: 'great_vibesregular';
}
.event-section h1:before{
	bottom: -15px;
    width: 180px;
    height: 1px;
    background: #d1a53b;
    display: block;
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    max-width: 100%;
}
.event-section h1:after{
	bottom: -20px;
    width: 10px;
    height: 10px;
    -webkit-box-shadow: 0 0 0 2px #333, 0 0 0 4px #f5ab5c;
    box-shadow: 0 0 0 2px #333, 0 0 0 4px #f5ab5c;
    background: #333;
    border: 1px solid #f5ab5c;
    display: block;
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    max-width: 100%;
}
.gallery-section{
	padding-top: 50px;
	padding-bottom: 50px;
	background: #fff;
    display: inline-block;
    width: 100%;
}
.gallery-section h1{
	position: relative;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
}
.gallery-section h1:before{
	bottom: -10px;
    width: 180px;
    height: 1px;
    background: #d1a53b;
    display: block;
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    max-width: 100%;
}
.gallery-section h1:after{
	bottom: -15px;
    width: 10px;
    height: 10px;
    -webkit-box-shadow: 0 0 0 2px #333, 0 0 0 4px #f5ab5c;
    box-shadow: 0 0 0 2px #333, 0 0 0 4px #f5ab5c;
    background: #333;
    border: 1px solid #f5ab5c;
    display: block;
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    max-width: 100%;
}
.main-service{
	padding-top: 0px;
    padding-bottom: 50px;
}
.main-service h1, .main-events h1{
    color: #002866;
    padding-bottom: 20px;
    font-weight: 600;
}
.main-service h1{
    padding-bottom: 0;
}
.main-service h3{
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
}
.main-service h4{
	color: #d1a53b;
	font-size: 24px;
}
.main-service p{
	color: #fff;
	font-size: 13px;
	line-height: 25px;
}
.main-events{
    background-color: #fff;
    padding: 50px 0;
}
.main-events h1{
    margin-top: 0;
}
/*.product-section{
    position: relative;
    top: -30px;
}*/
.product-section h2{
    margin-top: 0;
}
.product_img:hover{
    box-shadow: 0 0 9px #ddd;
}
.product_img h3{
    padding: 15px 20px;
    color: #2a2a2c;
    margin-top: 0;
    font-size: 2.2rem;
    margin-bottom: 0;
    text-align: center;
}
.product_img a:hover{
    text-decoration: none;
}
.product_img img{
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.product_img:hover img{
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.pl100{
	padding-left: 100px;
}
.hover {
  width: 100%;
  min-height: 250px;
  max-height: 250px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  margin-bottom: 15px;
  display: block;
  cursor: pointer;
  margin-bottom: 30px;
}

.hover .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hover img {
  display: block;
  position: relative;
  min-height: 250px;
  overflow: hidden;
}

.hover h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}
.hover h3{
	color: #fff;
	font-family: 'Roboto', sans-serif;
}
.hover p.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  color: #fff;
  margin: 15px 0 0 0;
  border-radius: 0px;
  background-color: transparent;
}
.hover p.info:hover {
}
.ehover42 h2 {
  transform: translateY(55px);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}
.ehover42:hover h2 {
  transform: translateY(15px);
}
.ehover42 .overlay {
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}
.ehover42:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}
.ehover42 p.info {
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  font-weight: normal;
  border: 1px solid white;
  margin: -50px 0 0 0;
  padding: 65px 50px;
}
.ehover42:hover p.info {
  opacity: 1;
  transform: scale(1);
}
.hover.ehover13 h2{
	background: none;
    padding: 0;
    cursor: pointer; 
}
.hover.ehover13 img{
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
}
.hover.ehover13:hover img{
     -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
footer{
	background: #fff;
	color: #000;
	padding-top: 30px;
    padding-bottom: 30px;
    border-top: 10px solid #a5cc39;  
}
footer img{
	padding-bottom: 10px;
	/*width: 200px;*/
}
footer ul{
	padding: 0;
	list-style: none;
    text-align: right;
}
footer ul a{
	color: #000;
	text-decoration: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	line-height: 23px;
    font-size: 12px;
}
footer ul a:hover{
	color: rgba(237,28,36,1);
	text-decoration: none;
}
footer .links{
	margin-top: 30px;
}
footer .links p{
	font-size: 12px;
    display: flex;
    clear: both;
}
footer .links p i{
    color: #fff;
    border: 1px solid #fff;
    padding: 4px;
    width: 25px;
    height: 25px;
    text-align: center;
}
footer .links h4{
	font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-align: right;
}
.copyright{
    color: #fff;
    background: #25327b;
}
.copyright p{
	padding: 10px 0;
	margin: 0;
	font-size: 14px;
}
.copyright a{
	color: #fff;
}
.copyright a:hover{
    text-decoration: none;
}
.mobile-menu{
	position: fixed;
    top: 0;
    right: -400px;
    width: 300px;
    background: #333;
    z-index: 9;
    padding: 29px;
    height: 100%;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;

}
.heading{
    background-size: cover;
    padding-top: 0;
    background-position: 0 60%;
    position: relative;
    height: 160px;
}
.heading:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}
.pageheader-content{
    margin: 0 15px 0 0;
}
.content_bg{
    background: #fff;
    padding: 30px 30px 50px;
}
.heading h1{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	position: relative;
}
.heading h3{
    color: #fff;
	position: relative;
	margin-bottom: 8px;
}
.top_head {
    /*background: #004583;*/
    padding: 45px 0;
}
.contact-section{
    padding: 0px 0 30px;
}
.contact-section p{
    color: #333;
    display: flex;
}
.contact-section i{
    border: 1px solid #002866;
    padding: 10px;
    margin-left: 5px;
    float: left;
    margin-right: 10px;
    height: 35px;
}
.contact-section .form-control{
    background: transparent;
    border: 1px solid #002866;
    color: #002866;
    border-radius: 0;
    padding: 6px 12px !important;
}
.address{
    background: #fff;
    padding: 30px 30px 50px;
}
.address h4{
    color: #333;
    border-bottom: 1px dashed #333;
    padding: 0 0 10px 0;
    margin-bottom: 30px;
    margin-top: 0;
}
.btn-send{
    background-color: #6b003e;
    transition: all 0.4s ease;
    border-color: #6b003e;
    border-radius: 0;
    color: #fff;
    padding: 5px 20px;
}
.btn-send:hover{
    background: #a5cc39;
    color: #fff;
    border-color: #a5cc39;
}
.form-group .checkbox{
    float: left;
}
.form-group{
    color: #fff;
}
::-webkit-input-placeholder{
    color: #002866 !important; 
}
.logo-image{
    padding-top: 75px;
}
.logo-image img{
    width: 250px;
}
.reservation-box{
    border: 1px solid #d1a53b;
    padding: 25px 10px 0;
    border-radius: 6px;
}

.timeline {
  color: #fff;
}
.timeline h1,
.timeline ul li .content h2 {
  text-shadow: 1px 1px 1px rgba(56, 56, 56, 0.5);
}
.timeline h1 {
  background: #3d9e67;
  padding: 70px 0;
  font-size: 2.5em;
  text-align: center;
}
.timeline ul {
  padding: 50px 0;
}
.timeline ul li {
  background: #d1a53b;
  position: relative;
  margin: 0 auto;
  width: 5px;
  padding-bottom: 40px;
  list-style-type: none;
}
.timeline ul li:last-child {
  padding-bottom: 7px;
}
.timeline ul li:before {
  content: '';
  background: #faf8eb;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border: 3px solid #d1a53b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.timeline ul li .hidden {
  opacity: 0;
}
.timeline ul li .content {
  background: #d1a53b;
  position: relative;
  top: 7px;
  width: 525px;
  padding: 20px;
}
.timeline ul li .content h2 {
  color: #fff;
  padding-bottom: 10px;
  text-align: center;
  font-family: 'playfair_displayregular';
  position: relative;
}
.timeline ul li .content h2:before{
    bottom: -5px;
    width: 180px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    max-width: 100%;
}
.timeline ul li .content h2:after{
    bottom: -10px;
    width: 10px;
    height: 10px;
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #fff;
    box-shadow: 0 0 0 2px #d1a53b, 0 0 0 4px #fff;
    background: #fff;
    border: 1px solid #d1a53b;
    display: block;
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    max-width: 100%;
}

.timeline ul li .content h3{
    color: #fff;
    text-align: center;
    font-family: 'great_vibesregular';
}
.timeline ul li .content p {
  text-align: center;
}
.timeline ul li .content:before {
  content: '';
  background: #d1a53b;
  position: absolute;
  top: 0px;
  width: 38px;
  height: 5px;
}
.timeline ul li:nth-child(odd) .content {
  left: 50px;
  background: #d1a53b;
  background: -webkit-linear-gradient(-45deg, #d1a53b, #d1a53b);
  background: linear-gradient(-45deg, #d1a53b, #d1a53b);
}
.timeline ul li:nth-child(odd) .content:before {
  left: -38px;
}
.timeline ul li:nth-child(even) .content {
  left: calc(-450px - 119px);
  background: #d1a53b;
  background: -webkit-linear-gradient(45deg, #d1a53b, #d1a53b);
  background: linear-gradient(45deg, #d1a53b, #d1a53b);
}
.timeline ul li:nth-child(even) .content:before {
  right: -38px;
}
.content{
    padding: 0 80px 0px;
}
.content p{
    text-align: justify;
}
.uppernav{
    margin-top: -37px;
    border-bottom: 1px solid #ddd;
}
.uppernav .breadcrumb{
    background: #fff;
    margin-bottom: 0;
    border-radius: 0;
}
.arabic p{
    direction: rtl;
}
.arabic_about, .arabic_service, .arabic_footer, .arabic_contact{
    flex-direction: row-reverse;
    direction: ltr;
    display: flex;
    flex-wrap: wrap;
}
.arabic_contact .content_bg{
    width: 100%;
}
.arabic_about p{
    direction: rtl;
}
.arabic_about h3{
    text-align: right;
}
.arabic_about a{
    float: right;
}
.arabic_service h3{
    float: right;
}
.arabic_service h3:before, .arabic_service h3:after{
    left: 40%;
}
.arabic_service h4{
    text-align: right;
}
.arabic_service p{
    direction: rtl;
}
.arabic_footer p{
    direction: rtl;
}
.arabic_footer ul{
    float: right;
}
.arabic_footer .header-top ul{
    float: right;
    margin-right: 0;
}
.arabic_footer h4{
    text-align: right;
}
.arabic_contact p{
    direction: rtl;
    clear: both;
}
.arabic_contact .icheckbox_square-orange{
    float: initial;
}
.arabic_history p{
    direction: rtl;
    text-align: right !important;
}
.right_section{
    display: inline-block;
    width: 100%;
}
.events{
    background: #ddd;
    padding: 20px;
    min-height: 300px;
    max-height: 300px;
    margin-bottom: 15px;
}
.events h4{
    font-size: 14px;
    color: #002866;
    line-height: 23px;
}
.events a:hover{
    text-decoration: none;
}
.events p{
    color: #002866;
    text-align: center;
}
.events-section h5{
    padding-left: 10px;
}
.events-section p{
    background-color: #fff;
    color: #333;
    padding: 10px;
    margin-bottom: 0;
}
.single_service_img p{
    line-height: 25px;
}
.events-section {
    box-shadow: 0px 0px 7px #333;
    padding: 10px;
    background-color: #fff;
}
.event-img{padding-right: 0;}
.event-content{
    padding-left: 0;
    border-left: 1px solid #ddd;
}
.mouse {
  max-width: 2.5rem;
  width: 100%;
  height: auto;
}

.scroll {
  -webkit-animation-name: scroll;
          animation-name: scroll;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
          animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 20.5px;
          transform-origin: 50% 20.5px;
  will-change: transform, opacity;
  opacity: 1;
}

.scroll-link {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@-webkit-keyframes scroll {
  0%, 20% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
  }
  100% {
    -webkit-transform: translateY(36px) scaleY(2);
            transform: translateY(36px) scaleY(2);
    opacity: 1;
  }
}

@keyframes scroll {
  0%, 20% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
  }
  100% {
    -webkit-transform: translateY(36px) scaleY(2);
            transform: translateY(36px) scaleY(2);
    opacity: 1;
  }
}
.button {
  position: relative;
  display: inline-flex;
  text-decoration: none;
  color: #fff;
  background-color: #6b003e;
  padding-left: 2rem !important;
  overflow: hidden;
  z-index: 1;
  align-items: center;
  box-shadow: 0px 3px 4px -4px rgba(0, 0, 0, 0.75);
}
.button::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  width: 100%;
  height: 100%;
  background-color: #6b003e;
  z-index: -1;
  transition: -webkit-transform 750ms;
  transition: transform 750ms;
  transition: transform 750ms, -webkit-transform 750ms;
}
.button:hover{
    text-decoration: none;
    color: #fff;
}
.button span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2rem;
  padding: 1rem;
  overflow: hidden;
  background-color: #6b003e;
}
.button svg {
  max-width: 20px;
  width: 100%;
  height: auto;
  max-height: 18px;
  fill: white;
}
.button:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.button:hover svg {
  -webkit-animation: moveArrow 750ms;
          animation: moveArrow 750ms;
}

@-webkit-keyframes moveArrow {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  49% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moveArrow {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  49% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.wprt-lines.custom-2 {
    height: 3px;
    position: relative;
    margin-bottom: 15px;
}
.wprt-lines.custom-2 .line-1 {
    height: 3px;
    width: 60px;
    background-color: #ffbc13;
    margin-top: -1.5px;
}
.wprt-lines .line-1 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    z-index: 2;
}
.overlay-box {
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}
.overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}
.overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.ehover13:hover .overlay-box:before{
    opacity: 1;
}
.ehover13:hover .overlay-box {
    opacity: 1;
}
.loading{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,1);
    z-index: 99999;
}
.loader {
    position: absolute;
    top: 50%;
    left: 45%;
    max-width: 15rem;
    width: 100%;
    height: auto;
    stroke-linecap: round;z-index: 9;
}

circle {
  stroke-width: 3.5;
  -webkit-animation-name: preloader;
          animation-name: preloader;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-transform-origin: 170px 170px;
          transform-origin: 170px 170px;
  will-change: transform;
}
circle:nth-of-type(1) {
  stroke-dasharray: 550px;
}
circle:nth-of-type(2) {
  stroke-dasharray: 500px;
}
circle:nth-of-type(3) {
  stroke-dasharray: 450px;
}
circle:nth-of-type(4) {
  stroke-dasharray: 300px;
}
circle:nth-of-type(1) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}
circle:nth-of-type(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
circle:nth-of-type(3) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}
circle:nth-of-type(4) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

@-webkit-keyframes preloader {
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes preloader {
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#customerModal .modal-header {
    background: #013d21;
    color: #fff;
}
#customerModal .modal-header .close{
    color: #fff;opacity: 1;
}
.btn.button{
    padding: 0;
    border: 0;
    border-radius: 0;
}
.more_images {
    background: #f1f2f4;
    padding: 10px;
    margin-top: 20px;
}
.product-img{
    transition: 0.4s all linear;
    padding:  10px 0 15px;
    margin-bottom: 15px;
    box-shadow: 0 0 3px #ddd;
    position: relative;
}
.product-img:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    background: #6b003e;
    transition: width .3s;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s ease;
}
.product-img:hover:before{
    width: 100%;
}
.product-img:hover{
    box-shadow: 0 0 20px #ddd;
}
.product-img:hover img{
    opacity: 0.7;
    transform: translateY(-3px);
}
.product-img a{
    text-decoration: none;
    color: #000;
}
.product-img h3{
    font-size: 20px;
}
.product-img p{
    text-align: center;
}
.bottom-footer {
    background: #6b003e;
    color: #fff;
    padding: 10px;
}
.bottom-footer p{
    margin: 0;
}
.service-border img{
    min-height: 200px;
    max-height: 200px;
     -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.video-gallery{
    box-shadow: 0 0 6px #ddd;
    border: 1px solid #ddd;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.video-gallery .content{
    padding: 10px;
    color: #000;
}
.video-gallery .content p{
    margin-bottom: 0;
}
.features ul{
    padding: 0 15px;
    font-size: 17px;
    line-height: 35px;
}
.specs span {
    font-weight: 900;
    color: #9f9da4;
    font-size: 12px;
}
.specs{
    background-color: #f3f3f3;
    padding: 20px;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.contact .form-group{
    color: #000;
}
