﻿/* Center the loader */
body {
font-family: 'Raleway', sans-serif;
    height:100%;
    color:#403b47;
    line-height:27px;
  
}
h1, h2, h3, h4, h5, h6 {
 font-family: 'Lustria', serif;
  font-weight:bold;
  color:#ebb651;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
    z-index:20;
}
Header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0.2em 0;
    z-index: 999;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}
.desktop-nav {
    padding-top: 15px;
}
.menu {
    background: #fff;
}
.logo{
    
    position:relative;
    z-index:9999;
}
.logo img {
    /* border: 1px solid #ccc; */
    position: relative;
    z-index: 9999;
    width: 100%;
}
.art-nav
{

   margin: 0;
   width: 100%;
   z-index: 3;
}

ul.art-hmenu a, ul.art-hmenu a:link, ul.art-hmenu a:visited, ul.art-hmenu a:hover 
{
   outline: none;
   position: relative;
   z-index: 11;
}

ul.art-hmenu, ul.art-hmenu ul
{
   display: block;
   margin: 0;
   padding: 0;
   border: 0;
   list-style-type: none;
}

ul.art-hmenu li
{
   position: relative;
   z-index: 5;
   display: block;
   float: left;
   background: none;
   margin: 0;
   padding: 0;
   border: 0;
}
span.tagline {
font-size: 19px;
    color: #00913f !important;
}
ul.art-hmenu li a:hover {
    background: rgba(255, 255, 255, 0.26);
    color: #ffffff;
}
ul.art-hmenu>li:last-child:after{
     position:absolute;
   display: block;
   content:' ';
   top:0;
   right:  -4px;
   width:9px;
   height: 42px;
   background: url('../images/menuseparator.png') center center no-repeat;
}

ul.art-hmenu:after, ul.art-hmenu ul:after
{
   content: ".";
   height: 0;
   display: block;
   visibility: hidden;
   overflow: hidden;
   clear: both;
}

ul.art-hmenu, ul.art-hmenu ul 
{
   min-height: 0;
}

ul.art-hmenu 
{
   display: inline-block;
   vertical-align: bottom;
   padding-left: 0;
   padding-right: 0;
}

.art-nav-inner:before 
{
   content:' ';
}

nav.art-nav
{
   border-top-left-radius: 0;
   border-top-right-radius: 0;
}


.desktop-nav .art-nav-inner{

  padding:3px;
      padding-top:0px !important;
}

.desktop-nav.art-nav
{
   padding-left: 0;
   padding-right: 0;   
    display: block !important;
}

.art-hmenu-extra1
{
   position: relative;
   display: block;
   float: left;
   width: auto;
   height: auto;
   background-position: center;
}

.art-hmenu-extra2
{
   position: relative;
   display: block;
   float: right;
   width: auto;
   height: auto;
   background-position: center;
}

.art-menuitemcontainer
{
   margin:0 auto;
}
ul.art-hmenu>li {
   margin-left: 0;
}
ul.art-hmenu>li:first-child {
   margin-left: 0;
}
ul.art-hmenu>li:last-child, ul.art-hmenu>li.last-child {
   margin-right: 0;
}
ul.art-hmenu>li>a {
    padding: 0 11px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    margin: 0 auto;
    position: relative;
    display: block;
    cursor: pointer;
    text-decoration: none;
    line-height: 39px;
    text-align: center;
  
}

.art-hmenu a, 
.art-hmenu a:link, 
.art-hmenu a:visited, 
.art-hmenu a.active, 
.art-hmenu a:hover
{


   font-style: normal;
   text-decoration: none;
   text-align: center;
}

ul.art-hmenu>li
{
    border: 5px solid transparent;
    margin-left: 0;
}

ul.art-hmenu>li>a.active {
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.23);
}

ul.art-hmenu>li>a:visited, 
ul.art-hmenu>li>a:hover, 
ul.art-hmenu>li:hover>a {
   text-decoration: none;
}

ul.art-hmenu>179:hover, .desktop ul.art-hmenu>li:hover>a {

    -webkit-transition: all 0.3s;
    transition: all 0.3s linear;
}
ul.art-hmenu li li a {
    background: #fff;
    padding: 0 12px;
    margin: 0 auto;
    /* font-weight: 400; */
    font-size: 18px;
    color: #555;
    border-bottom: 1px dashed #dea43e;
    min-width: 220px;
text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}
ul.art-hmenu li li 
{
   float: none;
   width: auto;
   margin-top: 0;
   margin-bottom: 0;
}

.desktop-nav ul.art-hmenu li li ul>li:first-child 
{
   margin-top: 0;
}

ul.art-hmenu li li ul>li:last-child 
{
   margin-bottom: 0;
}

.art-hmenu ul a
{
   display: block;
   white-space: nowrap;
   height: 40px;
   min-width: 7em;
  /* border: 1px solid transparent; */
   text-align: left;
   line-height: 24px;
   color: #0F1724;
   font-size: 12px;
   text-decoration: none;
   margin:0;
}


.art-hmenu ul a:link, 
.art-hmenu ul a:visited, 
.art-hmenu ul a.active, 
.art-hmenu ul a:hover
{
    text-align: left;
    line-height: 40px;
    /* line-height: 24px; */
    /* color: #0F1724; */
    font-size: 12px;
    text-decoration: none;
    margin: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

ul.art-hmenu ul li a:hover, .desktop ul.art-hmenu ul li:hover>a {
    margin: 0 auto;
    border-bottom: 1px dashed #01164c;
    color: #ebb651;
}
.art-hmenu ul li:hover a{
    color: #25660c;
}
.art-hmenu ul li:hover span{
    color: #25660c;
}

.art-hmenu ul li a.art-hmenu-before-hovered 
{
   border-bottom-width: 0 !important;
}
.slicknav_collapsed li:hover .slicknav_arrow {
    color:#000;
}
.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
    color:#cf7046 !important;
}


.topMenuUnderline {
    background-color: #c4cdcc;
    height: 6px;
    width: 100%;
    -webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.9);
    -moz-box-shadow: 0px 4px 10px rgba(0,0,0,0.9);
    box-shadow: 0px 4px 10px rgba(0,0,0,0.9);
       top: 203px;
    z-index: 3;
    position: absolute;
}

ul.art-hmenu ul:before
{
   /* background: #757575; */
   margin:0 auto;
   display: block;
   position: absolute;
   content: ' ';
   z-index: 1;
}
.desktop-nav ul.art-hmenu li:hover>ul {
   visibility: visible;
   top: 100%;
   opacity: 100;
  left: 0px;
}
.desktop-nav ul.art-hmenu li li:hover>ul {
   top: 0;
   left: 100%;
}

ul.art-hmenu ul
{
   visibility: hidden;
   position: absolute;
   z-index: 10;
   left: 10px;
   top: 100%;
   opacity: 0;
   background-image: url('images/spacer.gif');
-webkit-transition: all 0.3s;
transition: all 0.3s;
}

.desktop-nav ul.art-hmenu>li>ul
{
       padding: 10px 1px 0px 0px;
   margin: -10px 0 0 -30px;
}

.desktop-nav ul.art-hmenu ul ul
{
   padding: 30px 30px 30px 10px;
   margin: -30px 0 0 -10px;
}

ul.art-hmenu ul ul{
top:0px;
left:270px;
}
.desktop-nav ul.art-hmenu ul.art-hmenu-left-to-right 
{
   right: auto;
   left: 0;
   margin: -10px 0 0 -30px;
}

.desktop-nav ul.art-hmenu ul.art-hmenu-right-to-left 
{
   left: auto;
   right: 0;
   margin: -10px -30px 0 0;
}

.desktop-nav ul.art-hmenu li li:hover>ul.art-hmenu-left-to-right {
   right: auto;
   left: 100%;
}
.desktop-nav ul.art-hmenu li li:hover>ul.art-hmenu-right-to-left {
   left: auto;
   right: 100%;
}

.desktop-nav ul.art-hmenu ul ul.art-hmenu-left-to-right
{
   right: auto;
   left: 0;
   padding: 30px 30px 30px 10px;
   margin: -30px 0 0 -10px;
}

.desktop-nav ul.art-hmenu ul ul.art-hmenu-right-to-left
{
   left: auto;
   right: 0;
   padding: 30px 10px 30px 30px;
   margin: -30px -10px 0 0;
}

.desktop-nav ul.art-hmenu li ul>li:first-child {
   margin-top: 0;
}
.desktop-nav ul.art-hmenu li ul>li:last-child {
   margin-bottom: 0;
}

.desktop-nav ul.art-hmenu ul ul:before
{
   border-radius: 0;
   top: 30px;
   bottom: 30px;
   right: 30px;
   left: 10px;
}

.desktop-nav ul.art-hmenu>li>ul:before
{
   top: 10px;
   right: 30px;
   bottom: 30px;
   left: 30px;
}

.desktop-nav ul.art-hmenu>li>ul.art-hmenu-left-to-right:before {
   right: 30px;
   left: 30px;
}
.desktop-nav ul.art-hmenu>li>ul.art-hmenu-right-to-left:before {
   right: 30px;
   left: 30px;
}
.desktop-nav ul.art-hmenu ul ul.art-hmenu-left-to-right:before {
   right: 30px;
   left: 10px;
}
.desktop-nav ul.art-hmenu ul ul.art-hmenu-right-to-left:before {
   right: 10px;
   left: 30px;
}

@media screen and (min-width: 846px) {

    .slicknav_menu {
        display: none;
    }
}

@media screen and (max-width: 846px) {
	/* #menu is the original menu */
	 #menu {
		display:none;
	}
	
	.slicknav_menu {
    display: block !important;
    z-index: 9999;
    position: relative;
}
}

.navbar-mini ul li {
    padding: 0 15px;
    border: solid 1px #fff;
}
.navbar-mini ul li {
    padding: 0 15px;
    border: solid 1px #fff;
    list-style:none;
}

.navbar-mini > ul > li {
    float: left;
    margin-left: 15px;
}
.navbar-mini > ul > li > a {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 600;
}
.navbar-mini ul li .social-call {
    font-size: 15px;
    color: #fff;
    font-weight: 800;
    margin: 2px 0;
}
.navbar-mini > ul {
    line-height: 40px;
    margin: 0;
    margin-top: -2px;
    padding: 0;
    -webkit-transition: all .2s ease-in-out 0;
    -moz-transition: all .2s ease-in-out 0;
    -ms-transition: all .2s ease-in-out 0;
    -o-transition: all .2s ease-in-out 0;
    transition: all .2s ease-in-out 0;
}

@media (max-width:991px) {

    .hidden-xs {
        display: none;
    }
    ul.art-hmenu > li > a {
        padding: 0 15px;
    }
}

h1.sp-layer {
    top: 45% !important;
    left: 0% !important;
    color: #fff;
            font-size: 80px !important;
    line-height: 100px;
    font-weight: 400;
    display:block;
    z-index: 9999;
    right: 0%;
    margin: 0 auto !important;
    display: block;
    text-align: center;
    font-family: 'Lustria', serif;
    
}


h1.sp-layer a {
    font-size: 29px;
    padding: 12px 57px;
    background: rgb(34, 146, 77);
    color: #fff;
}
#welcome p {
    font-size: 1.2em;
}
span.more a {
    padding:13px 45px;
        background: -webkit-linear-gradient(left,#f6c478 0,#dea43e 50%,#f6c478 100%);
    background: -o-linear-gradient(right,#f6c478 0,#dea43e 50%,#f6c478 100%);
    background: -moz-linear-gradient(right,#f6c478 0,#dea43e 50%,#f6c478 100%);
    background: linear-gradient(to right,#f6c478 0,#dea43e 50%,#f6c478 100%);
    background-position: 0;
    background-size: 200% 200%;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .2s linear!important;
    -moz-transition: all .2s linear!important;
    transition: all .2s linear!important;
    border: none;
    outline: 0;
}
span.more a:hover
{
     background-position:100% center!important;
}
.green {
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: double #ebb651;
    z-index: 999;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    background: rgb(255, 255, 255);
    transition: all ease .4s;
}
 .green ul.art-hmenu>li>a
 {

    color: #555;

}
                       
.kk {
    float: left;
}
h3 {
    margin-top: 0px;
  
}
.box {
    background: #f3f3f3;
    border-bottom: 2px solid #22924d;
    padding: 10px;
}
.graybg {
    background-color: whitesmoke;
    padding-top: 30px;
    padding-bottom: 50px;
}
.white {
    background: #fff;
    padding: 20px 30px;
}
h2 {
    position: relative;
}
h2::after {
    clear: both;
    content: "";
    display: block;
    left: 0;
    width: 85px;
    border-top: 4px double #ffda44;
    margin: 0 auto;
}
.vg .fa {
    position: absolute;
    top: 50%;
    left: 45%;
    z-index: 8;
    color: #e62117;
    font-size: 60px;
}
.kkk {
    margin-bottom: 65px;
}
.kkk::after {
    clear: both;
    content: "";
    display: block;
    left: 0;
    width: 85px;
    border-top: 4px double #ffda44;
    margin: 0 auto;
}
.mainimg img {
    border-radius: 50%;
    margin:0 auto;
    border: 2px dashed rgb(213, 222, 216);
    padding: 19px;
    width:100%;
}
.m-top {
    margin-top: 50px;
}
.features-block-icon {
   
    width: 65px;
    display: table-cell;
    margin-right: 35px;
    margin-bottom: 5px;
    transition: transform 0.1s ease-in-out 0s;
    padding: 5px;
    background-color: #9cc900;
    overflow: hidden;
    height: 65px;
    border: 6px double #fff;
    padding: 13px;
    text-align: center;
    margin-top: 40px;
    color: #fff;
    transform: rotate(45deg);
}
.no-padding {
    padding-left: 0px;
}
.features-block-icon i {
    font-size: 26px;
    transform: rotate(-45deg);
}
.mt {
    margin-top: 5px;
}
.featured-news-events .recent-news h3::before {
    content: "\f1ea";
}
.featured-news-events h3 .fa {
    content: "";
    display: inline-block;
    font-family: fontawesome;
    margin-right: 15px;
    color: #9cc900;
}
.np {
    padding: 0px;
}
a.more-link::after {
    content: "\f178";
    display: inline-block;
    margin-left: 6px;
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    color: #222222;
}
.featured-news-events img {
    width: 100%;
}

a {
   color: #edbe64;
    text-decoration: inherit;
}
.news-content {
    background: #ffffff none repeat scroll 0 0;
    padding: 25px 30px;
    border: 1px solid rgba(204, 204, 204, 0.39);
}
h4 {
    border-bottom: 1px dashed #ccc;
    margin-top:0px;
}
.bb {
    border: 4px solid transparent;
}
.news {
    border: 1px dashed #ece9e9;
    padding: 9px;
        margin-bottom: 15px;
}
a:hover {
    text-decoration: none;
    color: #ffffff;
}
span.entry-day {
    font-size: 28px;
    font-weight: 500;
    line-height: 26px;
    overflow: hidden;
    padding: 10px 0;
    background: rgba(156, 201, 0, 0.2);
    color: #222;
    overflow: hidden;
    width: 70px;
}
.custom-entry-date > span {
    display: block;
    text-align: center;
}
.custom-entry-date span.entry-month {
    background: #9cc900 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 12px;
    padding: 12px 0;
    width: 70px;
}
.custom-entry-date
{
margin-top:13px;
}
.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 400px;
}

.carousel.vertical .prev {
  top: -400px;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -400px;
}

.carousel.vertical .active.right {
  top: 400px;
}

.carousel.vertical .item {
    left: 0;
}
.carousel-control.left, .carousel-control.right {
    background: none !important;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 302px;
    width: 15%;
    font-size: 28px;
    color: #9cc900 !important;
    text-align: center;
   text-shadow:none;
    filter: alpha(opacity=50);
 opacity:1 !important;
    background: #ccc;
}
.b {
    background: whitesmoke;
    padding: 10px;
}
footer {
    background: #000;
    color: #ddd;

}
.footer-btm {
    background-color: #171717;
    clear: both;
    color: #fff;
    padding: 5px 0;
    border-top: 1px solid #222;
}
footer .links li {
    list-style: none;
    color:#ddd;
    margin-bottom:5px;
}
footer .links li a {
  
    color:#ddd;
}
footer .links li a:hover {
  
    color:#ddd;
}
footer h3 {
     color: #fff;
    position: relative;

    margin-top: 10px;
}

footer .links li:before
{
    content: "";
    font-family: 'FontAwesome';
    margin-right: 10px;
    height: 6px;
    width: 6px;
    background: #568c11;
    display: inline-block;
    transform: rotate(-45deg);
}

ul {
    padding-left: 10px;
}      
.nature_bliss_widget_social li {
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}                   
.nature_bliss_widget_social ul li a::before {
    color: #8c8c8c;
    content: "\f0c1";
    display: block;
    font-family: FontAwesome;
    font-weight: normal;
    line-height: 2;
}
.nature_bliss_widget_social ul li a[href*="facebook.com"]::before {
    content: "\f09a";
}
.nature_bliss_widget_social ul li a[href*="twitter.com"]::before {
    content: "\f099";
}
.nature_bliss_widget_social ul li a[href*="youtube.com"]::before {
    content: "\f167";
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
#footer-widgets, #footer-widgets a {
    color: #dddddd;
}


.nature_bliss_widget_social li a {
    border: 1px solid #bababa;
    display: inline-block;
    height: 33px;
    line-height: 1.7;
    margin-right: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 33px;
}
    .nature_bliss_widget_social li a:hover before{
        color: #fff;
    }
.slicknav_menu {
    z-index: 9999;
    position: fixed;
    top: 1px;
    background: rgba(255, 255, 255, 0);
    width: 100%;
}
.slicknav_nav {
    margin-top: 73px;
    background:#edbe64;
}
    .slicknav_nav a {
        color: #fff;
    }
    .slicknav_menu .slicknav_icon-bar {
    background-color: #edbe64;
    width: 43px;
    height: 5px;
}
    .slicknav_menu .slicknav_icon {
    float: right;
    margin: 1.188em 0 0 0.438em;
}

.none {
    display: none;
}
.blogo img {
    width: 100%;
}
section.first {
    background:url('../images/hairbg.jpg');
    background-position:center center;
    background-repeat:no-repeat;
    position:relative;
    padding:6% 0%;
    overflow:hidden;
    background-size:cover;
}
section.second {
    background:url('../images/skincare.jpg');
    background-position:center center;
    background-repeat:no-repeat;
    position:relative;
    padding:6% 0%;
    overflow:hidden;
    background-size:cover;
}
section.form {
    background:url('../images/pp.jpg');
    background-attachment:fixed;
    background-position:center center;
    background-repeat:no-repeat;
    position:relative;
    padding:6% 0%;
    overflow:hidden;
    background-size:cover;
}
section.form:after {
    content: "";
    position: absolute;
    top: 0px;
    background: rgba(0, 0, 0, 0.7);

    width: 100%;
    height: 100%;
    left:0;
}
.form p {
    color: #ffffff;
    position: relative;
    z-index: 9;
    font-size: 23px;
}
.pack {
    z-index: 30;
    position: relative;
    margin-top:25px;
}
.pack img {
    width: 100%;
    border: 1px dashed #fff3;
    padding: 4px;
}
.rel {
    position: relative;
    z-index:25;
}

.pack span {
    color: #56c0e7;
    font-size: 20px;
    display: block;
    margin-top: 10px;
    background: #ffffff42;
    padding: 10px;
}
#two .item{
    position: relative;
    z-index: 999;
}
.owl-stage-outer {
    margin-top:30px;
}
.owl-stage-outer .active{
   border-right: 87px solid transparent;
}
.owl-stage-outer .owl-item{
    border-right: 50px solid transparent;
        border-left: 50px solid transparent;
}
.owl-stage-outer .owl-item img {
    border: 2px solid #51add1;
    padding: 5px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 40px !Important;
    height: 7px !Important;
    margin: 5px 7px;
    background: #56c0e7 !Important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
{
    background: #ffffff !IMPORTANT;
}

.owl-nav {
    position: absolute;
    top: 35%;
    width:100% !important;
    font-size:   31px;
}
.owl-next {
    background: no-repeat;
    width: 3%;
    font-size: 31px !important;
    position:absolute;
    right:0px !important;
    background: #54bfe7 !Important;
}
.owl-prev {
    background: no-repeat;
    width: 3%;
    background: #54bfe7 !Important;
    position:absolute;
     font-size: 31px !important;
    left:0px !Important;
}
.owl-theme .owl-nav .disabled {
    opacity: 1 !important;
    cursor: default;
}
.divider {
    border-bottom: 1px dashed #56c0e740;
    margin-top: 20px;
    margin-bottom: 20px;
    z-index: 999;
    position: relative;
}
.blk {
    color: #555;
}
.dest {
    margin-bottom: 20px;
}
.dest img {
    width: 100%;
}
.cap {
    position: absolute;
    bottom: 20px;
    text-align: center;
    color: #fff;
    width: 96%;

    padding: 15px;
    z-index: 10;
    display: block;
   font-family: 'Montserrat', sans-serif;
    font-size: 21px;
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #ba944c;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}
#test:after {
    content: "";
    position: absolute;
    top: 0px;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    left: 0;
}
#test
{

    background: url(../images/testbg.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 6% 0%;
    overflow: hidden;
    background-size: cover;
}

    #test .item {
        z-index: 35;
        color: #fff;
        position: relative;
        text-align:center;
  
    }
.bd {
    padding-bottom: 20px;
    padding-top:10px;
    border-radius:10px;
}
     
        .quote {
    color: rgb(207, 112, 70);
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 7;
}
blockquote {
    font-size: inherit;
    line-height:25px;
}
.bd h3 {
    color: #fff;
}
 #fade-quote-carousel  .carousel-indicators li {
    display: inline-block;
    width: 41px !Important;
    height: 8px;
}
.carousel-indicators .active {
    background-color: #fff !important;
}
footer ul.list li a {
    text-decoration: none;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
footer ul.list li a:hover {
    color: #830a01;
    text-decoration: underline;
}

footer li  {
   list-style:none;
}

footer a {
    color: #808080;
}
.widget ul.list li, .widget .post {
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.bg-theme-color-2, .line-bottom:after, .line-bottom-center:after {
    background: #830a01 !important;
    color: #fff;
    font-size: 14px;
}
ul
{
    padding-left: 0px;
}
footer {
    background: url(../images/foot.jpg);
    padding-top: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment:fixed;
    position:relative;
}
    footer h2:after {
        margin:0px !important;
    }
    footer .fa {
        font-size: 20px;
    }
/*footer:after {
    content: "";
    position: absolute;
    top: 0px;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    left: 0;
}*/

.farea {
    position: relative;
    z-index: 14;
}
.copyright {
   background: rgb(0, 0, 0);
    text-align: center;
    border-top: 1px dashed #ebb651;
    padding-top: 5px;
}
    .copyright p
    {
        color: #ebb651;
        margin:0px;
    }
    .copyright a
    {
        color: #fff;
    }
    .widget.dark .list-border li {
    border-bottom: 1px dashed #404040;
}

.widget ul.list li, .widget .post {
    margin-bottom: 8px;
    padding-bottom: 8px;
}
/* common style */

.styled-icons a {

  color: #333333;

  font-size: 18px;

  height: 32px;

  line-height: 32px;

  width: 32px;

  float: left;

  margin: 5px 7px 5px 0;

  text-align: center;

  -webkit-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}

.styled-icons a:hover {

  color: #666666;

}

.styled-icons.icon-gray a {

  background-color: #eeeeee;

  color: #555555;

  display: block;

  font-size: 18px;

  height: 36px;

  line-height: 36px;

  width: 36px;

}

.styled-icons.icon-gray a:hover {

  color: #bbbbbb;

}

.styled-icons.icon-gray.icon-bordered a {

  background-color: transparent;

  border: 2px solid #eeeeee;

}

.styled-icons.icon-gray.icon-bordered a:hover {

  border: 2px solid #d5d5d5;

}

.styled-icons.icon-dark a {

  background-color: #333333;

  color: #eeeeee;

  display: block;

  font-size: 18px;

  height: 36px;

  line-height: 36px;

  width: 36px;

}

.styled-icons.icon-dark a:hover {

  color: #5e5e5e;

}

.styled-icons.icon-dark.icon-bordered a {

  background-color: transparent;

  border: 2px solid #111111;

  color: #111111;

}

.styled-icons.icon-dark.icon-bordered a:hover {

  background-color: #111111;

  border-color: #111111;

  color: #fff;

}

.styled-icons.icon-bordered a {

  border: 1px solid #fff;

}

.styled-icons.icon-bordered a:hover {

  background-color: #777777;

  color: #fff;

}
.styled-icons .fa
{
    color: #fff;
}

.styled-icons.icon-rounded a {

  border-radius: 3px;

}

.styled-icons.icon-circled a {

  border-radius: 50%;

}

.styled-icons.icon-sm a {

  font-size: 13px;

  height: 30px;

  line-height: 30px;

  margin: 2px 7px 2px 0;

  width: 30px;

}

.styled-icons.icon-md a {

  font-size: 24px;

  height: 50px;

  line-height: 50px;

  width: 50px;

}

.styled-icons.icon-lg a {

  font-size: 32px;

  height: 60px;

  line-height: 60px;

  width: 60px;

}

.styled-icons.icon-xl a {

  font-size: 60px;

  height: 120px;

  line-height: 120px;

  width: 120px;

}

.styled-icons li {

  display: inline-block;

  margin-bottom: 0;

  margin-top: 0;

}
footer .container, footer p, footer a, footer li {
    color:#fff;
    position:relative;
    z-index: 100;
}
.tagline p {
    font-family: 'Lustria', serif;
    font-size: 41px;
    color: #ebb651;
    background: none;
    margin-top: 16px;
    position:relative;
    margin-bottom: 1px;
}
.tagline p:after {
    content: '';
    border-bottom: double;
    display: block;
    width: 91px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: -212px;
    right: 0;
    top: 36px;
}
.newp {
    padding: 2% 1% 7% 1%;
    text-align: center;
}
.booking {
    position: relative;
    z-index: 10;
        padding: 10px 94px;
}
   .booking input[type="text"] {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
}
    .booking textarea {
          width: 100%;
    padding: 5px;
    min-height:200px;
    }
input[type="submit"] {
    padding: 13px 45px;
    background: -webkit-linear-gradient(left,#f6c478 0,#dea43e 50%,#f6c478 100%);
    background: -o-linear-gradient(right,#f6c478 0,#dea43e 50%,#f6c478 100%);
    background: -moz-linear-gradient(right,#f6c478 0,#dea43e 50%,#f6c478 100%);
    background: linear-gradient(to right,#f6c478 0,#dea43e 50%,#f6c478 100%);
    background-position: 0;
    background-size: 200% 200%;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .2s linear!important;
    -moz-transition: all .2s linear!important;
    transition: all .2s linear!important;
    border: none;
    outline: 0;
}
input[type="submit"]:hover {
    background-position: 100% center!important;
}
.newpp {
    padding: 0% 25%;
    text-align: center;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}

#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}
#test:after {
    content: "";
    position: absolute;
    top: 0px;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    left: 0;
}
#test
{

    background: url(../images/testbg.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 6% 0%;
    overflow: hidden;
    background-size: cover;
}

    #test .item {
        z-index: 35;
        color: #fff;
        position: relative;
        text-align:center;
  
    }
.bd {
    padding-bottom: 20px;
    padding-top:10px;
    border-radius:10px;
    margin-top:10px;
}
.quote {
    color: rgb(235, 182, 81);
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 7;
}
           #fade-quote-carousel .active  .bd {
                 background: rgba(251, 198, 88, 0.6313725490196078);
        }

blockquote {
    font-size: inherit;
    line-height:25px;
}
 #fade-quote-carousel  .carousel-indicators li {
    display: inline-block;
    width: 41px !Important;
    height: 8px;
}
.carousel-indicators .active {
    background-color: #fff !important;
}
.server {
    position: relative;
    border: solid 1px rgb(235, 182, 81);
    padding: 10px;
    margin-bottom:30px;
}
.server img {
    width: 100%;

}
.server:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 95%;
    height: 140px;
    background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.7), transparent);
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    margin: 0 auto;
    right: 0;
    top: 88px;
}
span.vm {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 10;
    bottom: -7px;
}
span.vm  a {
    background: #ebb651;
    color: #fff;
    padding: 10px 20px;
}

.green .tagline p {
    font-family: 'Lustria', serif;
    font-size: 33px;
    color: #ebb651;
    background: none;
    margin-top: 5px;
    position: relative;
    margin-bottom: 1px;
}
.green .tagline p:after {
    content: '';
    border-bottom: double;
    display: block;
    width: 91px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: -149px;
    right: 0;
    top: 30px;
}
.green .desktop-nav {
    padding-top: 17px;
}
.green ul.art-hmenu>li>a {
    padding: 0 11px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    
    margin: 0 auto;
    position: relative;
    display: block;
    cursor: pointer;
    text-decoration: none;
    line-height: 7px;
    text-align: center;
}
                      
@media (max-width:1199px)
{
 
.blogo {
    display:none;
}
    .none {
        display: block;
    }
    .logo img {

  border: none;
    position: relative;
    z-index: 9999;
    width: 100%;
}
    ul.art-hmenu > li > a {
        padding: 0 8px;
    }
}
@media (max-width:1190px) {
    ul.art-hmenu > li > a {
        padding: 0 9px;
    }
    .custom-entry-date span {
        width: 90% !important;
    }
    h3 {
        font-size: 17px;
    }
    h4 {
        font-size: 14px;
    }
    .carousel-control {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 247px;
    }
}
@media (max-width:1186px)
{
    ul.art-hmenu>li {
    border: 0px solid transparent;
    margin-left: 0;
}
                    }

@media (min-width:991px) {
     .bn {
        display: none;
    }
}
@media (max-width:991px) {
    .sn {
        display: none;
    }
}
@media (max-width:990px) {
    ul.art-hmenu > li > a {
        padding: 0 5px;
        font-weight: 400;
        font-size: 13px;
    }
    .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 580px;
}
}
@media (max-width:979px) {
ul.art-hmenu > li > a {
    padding: 0 5px;
}
    .logo {
        padding: 0px;
    }
    .server:after {
    top: 74px;
}
}
@media (max-width:846px) {
    .tagline{
        text-align:left !important;
    }
        .tagline p:after {
          margin:0 !important;
          left:0 !important;
        }
    .slider-pro h1.sp-layer {
    font-size: 42px !important;
}
}
@media (max-width:820px) {
    .slider-pro h1.sp-layer {
        display:none;
    }
}
@media (max-width:763px) {
.server:after {
    top: 311px;
    width: 97%;
}
.slicknav_menu .slicknav_icon {
    float: right;
    margin: 0.2em 0 0 0.438em;
}
}
@media (max-width:745px) {
    .carousel-control {
   display:none;
    }
    .cap {
    position: absolute;
    bottom: 10px;
    text-align: center;
    color: #fff;
    width: 91%;

    padding: 15px;
}
    .booking {
    position: relative;
    z-index: 10;
    padding: 10px 47px;
}
    .server:after {
    
    display:none;
}
    .tagline p {
    font-family: 'Lustria', serif;
    font-size: 32px;
    color: #ebb651;
    background: none;
    margin-top: 5px;
    position: relative;
    margin-bottom: 1px;
}

}
@media (max-width:650px) {
    h2 {
        font-size: 24px;
    }
        .cap {
    position: absolute;
    bottom: 10px;
    text-align: center;
    color: #fff;
    width: 88%;

    padding: 15px;
}
        .slicknav_menu .slicknav_icon {
    float: right;
    margin: 0;
}
        .newpp {
    padding: 0% 11%;
    text-align: center;
}
}

@media (max-width:490px) {

    .none {
        width: 30%;
    }
            .cap {
    position: absolute;
    bottom: 10px;
    text-align: center;
    color: #fff;
    width: 84% !important;

    padding: 15px;
}
}
@media (max-width: 387px)
{
.cap {
    position: absolute;
    bottom: 10px;
    text-align: center;
    color: #fff;
    width: 81% !important;

    padding: 3px;
}
}

.slider-pro h1.sp-layer {
    background: url('../images/pattern.png');
}
.farea span
{
        border: 1px dashed #fff;
    padding: 8px;
}

.farea h4 {
    margin-top: 10px;
    border-bottom:none;
}
#banner>img
{
    width: 100%;
}
#banner 
{
    position: relative;
    margin-bottom:20px;
}
#banner h2 {
    position: absolute;
    top: 0px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 53%;
    width: 100%;
    
}
.contact h2::after
{
    margin:0px !important;
}
.contact span {
    border: 1px dashed #100c0a;
    padding: 8px;
}
li {
    background: url(../images/arrl.png);
    background-repeat: no-repeat;
    list-style: none;
    padding-left: 31px;
        margin-bottom: 10px;
    background-position: 2px;
}
.inner h4
{
    margin-top: 20px;
}
.sidebar
{
    
    background: #f9f9f9;
    border-left: 3px solid #ebb651;
    margin-bottom:30px;
}
    
.sidebar li
{
    border-bottom: 1px dashed #ebb651;
}
    .sidebar li a:hover
    {
        color: #000;
    }
    .name {
    width: 94%;
    /* margin: 0 auto; */
    padding: 9px 6px;
    border: 1px dashed #e1a9467d;
    margin-bottom: 16px;
    box-shadow: 0 0 0 5px #f3f3f3;
    display: block !Important;
    color: #484748 !important;
    font-family:'Raleway', sans-serif !important;
    font-size: 16px;
}
.msg
{
    min-height: 200px;
}
.radPopupImage img
{
        border-width: 0px;
    position: absolute;
    right: 64px;
    width:auto;
}
input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #383737 !important;
}
input[type="text"]::-moz-placeholder { /* Firefox 19+ */
   color: #383737 !important;
}
input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #383737 !important;
}
input[type="text"]:-moz-placeholder
{ /* Firefox 18- */
    color: #383737 !important;
}
.msg::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #383737 !important;
}
.msg::-moz-placeholder { /* Firefox 19+ */
   color: #383737 !important;
}
.msg:-ms-input-placeholder { /* IE 10+ */
  color: #383737 !important;
}
.msg:-moz-placeholder
{ /* Firefox 18- */
    color: #383737 !important;
}
.Over_Windows
{
    width: 100% !important;
    font-family:'Raleway', sans-serif !important;
   color:#383737 !important;
    border:none !important;
      font-size:16px !important;
      
        background:none !important;
}
.Focus_Windows
{
    width: 100% !important;
  
      font-size:16px !important;
   color:#383737 !important;
  font-family:'Raleway', sans-serif !important;
      border:none !important;
        background:none !important;
}
.date {
    width: 100% !important;
    font-size: 16px !important;
    color: #383737 !important;
  font-family:'Raleway', sans-serif !important;

    border: none !important;
    background: none !important;
}
.cer {
    padding-left: 0px;
}
.cer img {
    width: 100%;
    background: #fff;
}
.k .name {
    width:96%;
}