@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oleo+Script&display=swap');
*{
padding:0px;
margin:0px;
box-sizing:border-box;
}
body{
	font-size:16px !important;
font-family: 'Poppins', sans-serif;
 color:#000!important;
 font-weight: 400;
 -webkit-font-smoothing: antialiased;
/*--font-family: "Open Sans", sans-serif;---*/
}
body{
line-height:1.9 !important;
}

.site-wrap {
  position: relative; }
  .site-wrap:before {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    
  }
 .site-wrap:before {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background: linear-gradient(#efefeff2,#fffffff2), url(../images/footer-bg.jpg)no-repeat center;
    content: "";
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden; }
  .offcanvas-menu .site-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2000;
    overflow: hidden; }
    .offcanvas-menu .site-wrap:before {
      opacity: 1;
      visibility: visible; 
	  
	  }
       .js-menu-toggle img {
    height: 30px;
    width: 30px;
}


/* Navbar */
.site-wrap {
  position: relative; }
  .site-wrap:before {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
   
    content: "";
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden; }
  .offcanvas-menu .site-wrap {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99;
    overflow: hidden; }
    .offcanvas-menu .site-wrap:before {
      opacity: 1;
      visibility: visible; }
.site-navbar-wrap {
  position: relative;
  z-index: 1;
  width: 100%; }
  .site-navbar-wrap a {
    color: #000; }
  .site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem; }

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 99; 
  box-shadow: 0px 1px 14px 0px rgb(0 0 0 / 40%);
 /*--- box-shadow:0 3px 5px rgba(0,0,0,0.34);---*/
  }
  
  /*--.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}--*/
@media(max-width:767px){
.logo{
	height:70px;
	width:240px;
}
}

  .site-navbar .site-logo {
    font-weight: 200; }
    .site-navbar .site-logo a {
      font-weight: 400;
      color: #000; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0; 
	padding-right:20px;
	}
	 /*.site-navbar .site-navigation .site-menu .active{
	background-color:#ff9712;
	 }*/
	.site-navbar .site-navigation .site-menu > li{
	 display: inline-block; 
	 transform:none;
   transition: 1s;
	/*-- background-image: linear-gradient(to bottom,#a2cc0e 0%,#a2cc0e 1%,#76ac1a 100%);---*/
	/*--background: linear-gradient(to right, #2ab39d, #15a38c);--*/
}
	.site-navbar .site-navigation .site-menu li:hover{
	/*--background: linear-gradient(to right, #41b7a4, #0c8c77);--*/
	transition:0.3s ease-in-left;
	}
	
    .site-navbar .site-navigation .site-menu .active > a {
      color: #181509; 
font-weight:600;      
	  }
	  /*.site-navbar .site-navigation .site-menu .active:hover a {
      color: #fff;       
	  }*/
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block;
      transition: 1s;
	  color:#333;
	  }
	   
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; 
	  position:relative;
	 
    transition: 1s;
	  }
	  .site-navbar .site-navigation .site-menu > li{
	  
	  }
	  /*--.site-navbar .site-navigation .site-menu > li:after{
     content:'';
    position:absolute;
    height:90%;
     width:2px;
       transform:rotate(0deg);
       background-color:#2c2b2c;
       right:-4px;
       }--*/
	  /*--.site-navbar .site-navigation .site-menu > li > a:after{
     content:'';
    position:absolute;
    height:20px;
     width:2px;
       transform:rotate(0deg);
       background-color:#2c2b2c;
       right:-4px;
       }--*/
	   @media(max-width:1150px){
	  .site-navbar .site-navigation .site-menu > li {
		 padding:0px; 
	  }
	  }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 5px 8px;
		font-size:15px;
        letter-spacing: .05em;
        color:#000;
        text-decoration: none !important; }
        /*.site-navbar .site-navigation .site-menu > li > a:hover {
          color: #333; 		  
		  z-index:99;
		  }--*/
		  /*.site-navbar .site-navigation .site-menu > li:hover{
		  background-color:#0f88bd;
		  }*/
		  .site-navbar .site-navigation .site-menu > li:hover > a{
		  color:#a93d2b;
		  z-index:99;
		  }
		   /*--.site-navbar .site-navigation .site-menu > li:after{
	display:block;
  content: '';
  border-bottom: solid 2px #fe0000;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
	}---*/
	.site-navbar .site-navigation .site-menu > li:hover:after 
	{ 
	transform: scaleX(1); 
	}
      .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
		  .site-navbar .site-navigation .site-menu .has-children:hover > a {
		  color:#a93d2b !important;
		  }
		  
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
		z-index:999;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
        border-left: 1px solid #edf0f5;
        border-right: 1px solid #edf0f5;
        border-bottom: 1px solid #edf0f5;
        padding: 10px 0;
        margin-top: 80px;
        margin-left: 0px;
        background: #fff;
        border-top: 4px solid #a93d2b;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s;
		}
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; 
		  font-size:14px;
		  }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #000; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 250px; 
		  border-bottom:1px dotted #c7c6c6;
		  }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 5px 20px;
            display: block; }
			.site-navbar .site-navigation .site-menu .has-children .dropdown > li:hover  {
              
			  transition:0.3s ease-in-out;
			  
			  }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              color:#333; 
			  
			  
			  }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            color:#a93d2b; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #333; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
 /*-- padding-top: 20px;---*/
  background: linear-gradient(130.56deg, #2c2b2ced 0%, #2c2b2ced 100%);
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
	
	.cfMenyBtn{
	height:30px;
	width:30px;
	}
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    /*---padding-right: 20px;---*/
	
	}
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
     float: right;
    background-color: #2c2b2c;
    border-radius: 0px 0px 0px 20px;
	margin-top:0px !important;
	  }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
	}
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #f5f5f5 }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 1px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #f23a2e; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #dfa60f; }
.site-mobile-menu .site-nav-wrap li > a {
color:#fff;
}
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa;
		}
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 10px; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 15px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 13px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
				
				
				/*li.menu-download-btn{
					display:none !important;
					
				}
				@media(max-width:991px){
				li.menu-download-btn{
					display:block !important;				
				}	
				}*/
				/*-.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}--*/


/*---Banner---*/
.fitness-banner img{
height:600px;
width:100%;
}

/*---About---*/
.ss-front-about{
padding:50px 0px;
background: linear-gradient(#f5f5f5f0,#f5f5f5eb), url(../images/abt-bg.jpg)no-repeat center;
    background-size: cover;	
}

/*----Service----Panel---*/
.fs-service-panel{
margin-top:-30px;
}
.fs-service-panel .col-sm-4{
margin:0px;
padding:0px;
}
.fs-service-panel{

}
.single-service{
padding:20px 10px;
background-color:#fff;
text-align:center;

}
.fs-border{
border-right:1px solid #e5e4e4;
}
.service-icon{
font-size: 60px;
    height: 80px;
    line-height: 80px;
    width: 80px;
    color: #511B51;
    position: relative;
    text-align: center;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 30%);
}
.fs-service-shadow{
	box-shadow: 0px 4px 16px rgb(0 0 0 / 30%);
}
.service-icon img{
height:50px;
width:50px;

}
.service-title{
margin-top:15px;
}
.service-title h4{
	font-size: 22px;
    font-weight: 600;
    color: #df860f;
}
.service-bottom{
text-align: center;
    margin-top: 22px;
    position: relative;
}
.service-bottom img{
	
}

/*******************/
#myCarousel{
    overflow:hidden; 
	    height: auto;
width:100%;
}
.carousel-sec{
box-shadow:0px 0px 14px rgba(0,0,0,0.3);
}
.carousel-inner>.item>img{
height:580px;
width:100%;
}
#myCarousel .carousel-control{
    background:none;
    top:50%;
    font-size:20px;
    text-align:center;
    width:40px;
    height:40px;
    opacity:1;
	
}
#myCarousel .carousel-control.right{
    right:2%;
}
#myCarousel .carousel-control.left{
    left:2%;
}
 

#myCarousel .carousel-control span{
    color:#fff;
  background: linear-gradient(to right, #fbd754, #fda414);
    height:40px;
    width:40px;
    line-height:40px;
    text-align:center;
	border-radius: 50%;
}
.carousel-indicators{
margin-left:20%;
}
#myCarousel .carousel-indicators li {
    margin: 0px;
    border: 2px solid #109fce;
    border-radius: 1px;
    width: 25px;
    height: 7px;
	margin:0px 5px;
}
#myCarousel .carousel-indicators .active{
    background-color:#fff!important;
}
#myCarousel .carousel-indicators .active {
    background-color: #fff;
     width: 25px;
    height: 7px;
}
.carousel-indicators {
    bottom:10px;
}

@media screen and (max-width: 768px){
#myCarousel .carousel-control {
    background: none;
    top: 40%;
    font-size: 15px;
    text-align: center;
    width: 25px;
    height: 25px;
    opacity: 1;
}

#myCarousel .carousel-control span {
    color: #fff;
  background: linear-gradient(to right, #fbd754, #fda414);
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
}
.carousel-indicators {
   bottom:20px;
}
#myCarousel{ 
height:270px;
width:100%;
}
.carousel-inner .item img{
height:270px;
width:100%;
}
}


/*----Contact---Us---*/
.contact-widget{
padding:50px 0px;
background: linear-gradient(#f5f5f5c2,#eeeeeed1), url(../images/im6.jpg)no-repeat center;
    background-size: cover;
}
.contact-panel-title{
text-align:center;
}
.contact-panel-title h3{
	font-size:30px;
font-weight:600;
color:#333;
}
.contact-panel-title h3 span{
font-size:30px;
font-weight:600;
color:#dc7540;
position:relative;
}
.contact-panel-title h3 span:after{
content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    left: -162px;
    bottom: 19px;
    background-color: #dc7540;
}
.contact-panel-title h3 span:before{
content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    right: -30px;
    bottom: 19px;
    background-color: #dc7540;
}
.form-field{
margin-top:15px;
width:100%;
}
.form-field input{
	border: 1px solid #c9c9c9;
    /* border: none; */
    border-radius: 5px;
    padding: 5px 10px;
    width: 100%;
    outline: none;
    font-size: 14px;
    color: #b6b6b6;
    
}
.form-field input:focus {
  box-shadow: inset -5px -5px 10px rgb(255, 255, 255),
    inset 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.fc-contact-form{
padding:30px 0px;
}
.form-field label{
font-weight:500;
}
.form-field textarea{
border: 1px solid #c9c9c9;
    /* border: none; */
    border-radius: 5px;
    padding: 5px 10px;
    width: 100%;
    outline: none;
    font-size: 14px;
    color: #b6b6b6;
}
.form-field textarea:focus{
box-shadow: inset -5px -5px 10px rgb(255, 255, 255),
    inset 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.submit-form{
margin-top:15px;
}
.submit-form input{
padding:5px 20px;
border-radius:5px;
background-color:#ef8430;
border:none;
color:#fff;
box-shadow: -10px -10px 20px rgb(255 255 255), 10px 10px 20px rgb(0 0 0 / 10%);
}
.copyright{
padding:0px 100px;
}

@media(max-width:767px){
	.copyright{
	padding:0px 10px;
	}
}
.copyright p{
font-size:14px;
margin-top:5px;
text-align:center;
float:left;
}
.social-icons{
float:right;
}
.social-icons li{
display:inline-block;
padding:0px 10px;
}






.card{-webkit-box-shadow:0 5px 5px 1px #919191;box-shadow:0 5px 5px 1px #919191}
#home-course .card{-webkit-box-shadow:0 8px 8px 2px #919191;box-shadow:0 8px 8px 2px #919191}
.cfw-menu-item .card{-webkit-box-shadow:0 6px 4px 2px #919191;box-shadow:0 6px 4px 2px #919191}
.cfw-menu-close img{-webkit-box-shadow:0 2px 4px 1px #919191;box-shadow:0 2px 4px 1px #919191;border-radius:50%;padding:5px}
.cfw-menu-close img:hover{-webkit-box-shadow:0 2px 4px 2px #919191;box-shadow:0 2px 4px 2px #919191}
.amount{font-size:14px;font-family:tomorrow;font-weight:normal}
#course-stats .card{-webkit-box-shadow:0 5px 5px 1px #919191;box-shadow:0 5px 5px 1px #919191}
.card-title{font-family:tomorrow;margin-bottom:0}
.card-duration{font-size:12px;padding:0}
.card-duration span{padding:10px 10px 10px 5px}
.card-body{padding:.4rem 1.0rem}
.course .card-body,#stats .card-body{padding:1.25rem}
.faq-bg{background:#e6e6e6}
.center{margin:auto}
details{padding:0 0 15px 0}
summary{-webkit-transition:background .75s ease;transition:background .75s ease;width:100%;outline:0;font-size:85%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;border-top:1px solid #6c757d;padding:15px 0 0 25px}
details p{padding:15px 25px;margin-bottom:20px;text-shadow:none;text-align:justify;line-height:1.3em;border-left:5px solid #b0cb1f}
summary::after{}details[open] summary::after{}details summary::-webkit-details-marker{display:none}
.flip-card{background-color:transparent;height:380px;-webkit-perspective:1000px;perspective:1000px}
.flip-card-inner{position:relative;width:100%;height:100%;text-align:center;-webkit-transition:-webkit-transform .6s;transition:-webkit-transform .6s;transition:transform .6s;transition:transform .6s , -webkit-transform .6s;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.2);box-shadow:0 4px 8px 0 rgba(0,0,0,.2)}
.flip-card:hover .flip-card-inner{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.2);box-shadow:0 4px 8px 0 rgba(0,0,0,.2)}
.flip-card-front,.flip-card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden}
.flip-card-front{z-index:1;color:#000;border:1px solid #343432}
.flip-card-back{background-color:#fff;color:#000;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);z-index:999;border:4px solid #b0cb1f}
.card_rear{margin:12px;height:-moz-available;height:-webkit-fill-available;height:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.rear_card_bullets ul{text-align:left}
.front_card_bottom_image{position:absolute;right:0;top:0}
.front_card_bottom_left_image{position:absolute;left:0;bottom:0}
.card_default{margin:25% auto}



/*---About---*/
.ss-front-about{
	padding:60px 0px;
	position:relative;
	background-color: #ffd22e;
}
.ss-page-content{
	padding:60px 0px;
	position:relative;
}
.ss-front-about::before{
	content:'';
	position:absolute;
	top:0px;
	left:40px;
	background:url(../images/dot.png);
	height:120px;
	width:126px;
	opacity:0.1;
}
.ss-about-head h3{
	font-size:30px;
	font-weight:600;
	color:#333;
	font-family: 'Oleo Script', cursive;
}
.ss-about-head h3 span{
color:#efbc03;
}

.ss-read-btn{
	padding:7px 20px;
	border-radius:20px;
	background-color:#333;
	color:#fff;
}
.ss-read-btn:hover{
	color:#fff;
	background-color:#ffc904;
	text-decoration:none;
}
@media(max-width:767px){
.ss-about-img{
	margin-top:20px;
}
}
.ss-about-img img{
	height:auto;
	width:100%;
	    box-shadow: 9px 6px 0px 1px #7a6748;

}


.ss-banner{
	position: relative;
   background: linear-gradient(#d1d1d1de,#d1d1d1de), url(../images/banner-bg.jpg)no-repeat center;
    background-size: cover;
	padding:60px 0px;
    opacity: 1;
}
.ss-banner-head h3{
	font-size: 30px;
    font-weight: 600;
    color: #333;
    font-family: 'Oleo Script', cursive;
}
.ss-banner-head h3 span{
	background-color: #e9e9e9;
    padding: 4px 25px;
    color: #4e391f;
    border-radius: 20px;
    box-shadow: 0px 3px 14px rgb(0 0 0 / 30%);
}
/*-----Service----Panel---*/
.services-list{
	list-style-type:none;
}
.sh-front-services{
	padding:60px 0px;
	position:relative;
	
}
/*---Menu---*/
.sh-menu-panel{
	background: rgba(0, 0, 0, 0) url(../images/menu-bg.jpg) no-repeat fixed center top / cover;
    height: auto;
    width: 100%;
	
	}
	.sh-menu-banner{
		position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    padding: 70px 0px 80px;
	}
	.sh-menu-overlay{
		background: #0b1d2ce6 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
	}
	.menu-panel-title h3{
		font-size:30px;
	font-weight:600;
	color:#ffc904;
	font-family: 'Oleo Script', cursive;
	}
	.menu-panel-title{
		text-align:center;
	}
	.menu-panel-title h3 span{
	color:#e51f19;
	position:relative;
	}
	.menu-panel-title h3 span:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    right: -30px;
    bottom: 19px;
    background-color: #e51f19;
     }
    .menu-panel-title h3 span:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    left: -92px;
    bottom: 19px;
    background-color: #e51f19;
    }
	.sh-menu-list-panel{
		text-align:center;
	}
	.sh-menu-list-panel ul{
		list-style-type:none;
	}
	.sh-menu-list-panel ul li{
		display:inline-block;
		list-style-type:none;
		padding:10px;
	}
	.sh-single-menu-title::before {
    content: '';
    height: 64px;
    width: 64px;
    background: url(../images/hook1.png);
    position: absolute;
    top: 87%;
    left: 32%;
	z-index:-1;
}
	.sh-single-menu{
		padding:10px 20px;
	}
	.sh-single-menu-title{
		background-color:#fff;
		border:1px solid #333;
		padding:5px 15px;
		text-align:center;
    margin: 60px 0px;
    position: relative;
	}
	.sh-single-menu-title h4{
	font-size:18px;
	color:#333;
	
	}
	.sh-single-menu-img img{
	height: 130px;
    width: 130px;
    border-radius: 50%;
    text-align: center;
    line-height: 160px;
    margin-top: -15px;
    z-index: 1;
    border: 3px solid #ffc904;
}


/*----Footer---*/
.ss-footer{
background: linear-gradient(#ffffffed,#e5e5e5de), url(../images/banner-bg.jpg)no-repeat center;
    background-size: cover;
    opacity: 1;
    background-attachment: fixed;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    padding: 50px 0px;
    font-size: 15px;
}

.main-body{
	margin-bottom:340px;
z-index: 1;
    position: relative;
    background-color: #fff;
    display: block;
    box-shadow: -3px -4px 11px rgb(0 0 0 / 30%);
}
@media(max-width:767px){
.main-body{
	margin-bottom:40px;
}
}
@media(max-width:767px){
.ss-footer{
    position: relative;
    padding: 40px 0px;
}
}
.sh-ftr-title h5{
	font-size:19px;
}
.ftr-read-btn{
	color:#c7b100 !important;
}
.sh-qlinks ul{
	list-style-type:none;
}
.sh-qlinks ul li a{
color:#333;
}
.call-num{
	color:#898038;
}
.sh-footer .container{
	border-bottom:1px solid #333;
}
.brochure-btn{
	background-color:#333;
	padding:7px 20px;
	border-radius:20px;
	color:#fff;
}

.brochure-btn:hover{
	background-color:#eee;
	color:#333;
}
.ftr-logo img{
	height:90px;
	width:80%;
}
/*---Scroll--Top---*/
 .scrollup{	
    bottom: 20px; 
    display: none;
    float: right;
    padding: 5px 10px 10px;
    position: fixed;
    right: 0px;  
    z-index: 99999;
}
.scrollup img{	
height:40px;
width:40px;
}
.scrollup:hover{

}
@media(max-width:767px){
.scrollup{
bottom: 50px; 
}
}

/*---Testimonial---Page-*/
.sh-front-testimonial{
	padding:60px 0px;
	position:relative;
	
}
.test-widget-odd{
/*--box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;--*/
    background-color:#ffc904;
	border:1px solid #ffc904;
}
.test-widget-even{
/*--box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;--*/
   background-color:#fff;
	border:1px solid #ffc904;
}
.single-test-widget{
	padding:20px 10px;
}
.test-title h4{
	font-size:20px;
	font-weight:600;
	color:#ee1a20;
}
.test-num{
	position: absolute;
    opacity: 0.1;
    z-index: 1;
}
.test-num h2{
    font-size: 80px;
    font-weight: 800;

}


/*----Gallery---*/
.ss-gallery-widget{
padding:50px 0px;
}
.galleryimg{
	 height:210px;
	 width:100%;
	 }
	 .gal-single-img{
	 margin-top:10px;
	padding:10px;
     box-shadow:0px 4px 13px rgba(0,0,0,0.3);
     text-align: center;
    align-items: center;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 230px;
    overflow: hidden;
    cursor: pointer;
    border:1px solid #ddd;
	border-radius:15px;
    }
	.gal-single-img:after{
	content:'';
	position:absolute;
	width: 450px;
	height:400px;
	top:50%;
	left:50%;	
	transform:translate(-140%,-50%);
	background-color:#d1cab0f0;
	border-radius:50%;
	transition:.8s;
	}
	.gal-single-img:hover:after{
	transform:translate(-50%,-50%) scale(1.3) rotate(20deg);
	}
	.gal-single-img img{
	position: absolute;
    height: 110%;
    top: 50%;
    left: 50%;
	border-radius:15px;
    transform: translate(-50%,-50%);
    transition: .8s;
	}
	.gal-single-img span img{
	position:absolute;
	z-index:2;
	color:#fff;
	top:80%;
	left:50%;
	height:64px;
	width:64px;
	transform:translate(-50%,2000px);
	transition:.8s;
	}
	.gal-single-img:hover span img{
	transform:translate(-50%,-80%);
	}
	@media(max-width:767px){
	.gal-single-img:after{
		width:700px;
	height:700px;
	}
	}
	
	
	/*----Menu---Item----*/
	.row-menu-gap{
		padding:40px 0px;
	}
	.sh-single-menu-ptitle h4{
		
	}
	
	.sh-menu-list ul{
		list-style-type:none;
		margin-top:15px;
	}
	.sh-menu-img img{
	height:260px;
	width:100%;
	
	}
	.row-menu-gap{
	 border-bottom: 2px dotted #333;
	}
	.sh-single-menu-ptitle{
	background-color:#ffc904;
	padding:6px 10px;
	}
	
/*---Gallery--*/
.ss-service-menu{
    background: rgba(0, 0, 0, 0) url(../images/food.jpg) no-repeat fixed center top / cover;
    height: auto;
    width: 100%;
}
.ss-service-head{
	padding:20px 0px;
}
.ss-service-head h3{
	font-size:30px;
	font-weight:600;
	color:#fff;
	font-family: 'Oleo Script', cursive;
	text-align:center;
}
.ss-service-head h3 span{
color:#efbc03;
}
.ss-menu-banner{
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    padding: 70px 0px 80px;
}
.ss-menu-overlay {
    background: #85714ef0 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.ss-service ul{
	display: flex;
    list-style-type: none;
    flex-wrap: wrap;
	justify-content: center;
}
.ss-service ul li{
	display:inline-block;
	padding:10px 15px;
	width: 225px;
    float: left;
    margin-bottom: 30px;
}
.ss-single-service{
	text-align:center;
}
.ss-service-icon{
    font-size: 60px;
    height: 120px;
    line-height: 100px;
    width: 120px;
    color: #511B51;
    position: relative;
    text-align: center;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 30%);
    border-bottom: 10px solid #efbc03;
}
.ss-service-icon img {
    height: 70px;
    width: 70px;
   
}
.ss-service-title{
	position:relative;
	margin-top:30px;
}
.ss-service-title:before{
	content: '';
    position: absolute;
    height: 30px;
    width: 2px;
    background-color: #fff;
    top: -30px;
    left: 50%;
}
.ss-service-title h4{
	font-size:18px;
	font-weight:400;
	color:#fff;
}

/*----Contact---Us---*/
.ss-contact-widget{
	padding:50px 0px;
}
.contact-wid-list{
	text-align:center;
}
.contact-wid-list ul li{
	display:inline;
	padding:10px;
}
.single-contact-panel{
	padding:10px;
	text-align:center;
}
.contact-wid-icon{
	padding:10px;
	height:50px;
	width:50px;
	position:relative;
}
.contact-wid-icon{
    font-size: 60px;
    height: 80px;
    line-height: 50px;
    width: 80px;
    color: #511B51;
    position: relative;
    text-align: center;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 30%);
	}
.contact-wid-icon img{
	height:32px;
	width:32px;
}
.map-box{
	box-shadow:0px 3px 14px rgba(0,0,0,0.3);
	margin-top:10px;
}
.wid-contact-details{
	padding:10px;
}
.ss-map-widget{
	padding:10px;
}
.ss-map-widget iframe{
	width:100%;
	height:400px;
}
.right-side-border{
	border-right:1px solid #333;
}
.ss-contact-form{
	padding:15px 10px;
}
.send-box input{
  background-color: #a68541;
    border-radius: 4px;
    border: 0;
    box-shadow: #a68541 0 -1px 3px 0 inset, rgb(0 44 97 / 10%) 0 3px 6px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  min-height: 56px;
  min-width: 120px;
  padding: 16px 20px;
  position: relative;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  transition: all .2s cubic-bezier(.22, .61, .36, 1);
}

.send-box input:hover {
  background-color: #d1aa23;
  transform: translateY(-2px);
}

@media(max-width:767px){
	.right-side-border{
	border-right:0px;
}
.ss-map-widget iframe{
	width:100%;
	height:300px;
}
}