html {scroll-behavior: smooth;}
*
{
    margin:0;
    padding:0;
}
body{
	padding:0;
	margin:0;
}
.wrapper
{
	width:100%;
}
.container{
    width:90% !important;
	margin: 0 auto;
}
.panddo
{
    padding:4rem 0;
}
.paddo
{
    padding-bottom:30px;
}
.pt-50 {
	margin-top:50px;
}
.p-b-50{
	padding-bottom:50px;
}
a ,a:hover{
	text-decoration:none !important;
}
a.active {
    color:#b72928 !important;
   font-weight: 600;
}

ul{
	list-style:none;
	margin:0 !important;
}
h1::first-letter{
    color: #f28e34;
    font-size: 40px;
}
h2::first-letter
{
    color: #f28e34;
    font-size:36px;
}
.page-title h1::first-letter
{
     color: #fff;
    font-size: unset;
}
h1
{
    text-transform:uppercase;
}

.header.fixed {
    background: #fff;
    border-bottom:1px solid #eee;
}
.header.fixed .logo
{
    width:9%;
}
.header.fixed .logo .default-img {
    display: none;
}
.header.fixed .logo .scroll-img {
  display:block;
}
.logo.default-img {
    display: block;
}
.logo .scroll-img {
    display: none;
}
.header.fixed .menu li a {
    padding: 18px 20px;
}
.togal-menu {
    display: none;
}
.navbar-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo
{
    width:15%;
}
.logo img {
    width: 100%;
	
}
.menu li {
    display: inline-block;
}
.menu li a {
    position: relative;
    padding: 33px 20px;
    display: block;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
	transition: all 0.4s ease;
}
.menu li a:hover {
	color:#b72928;
}
.menu li a::after {
  position: absolute;
  content: "";
  top: 75%;
  left: 0;
  width: 100%;
  height: 3px;
  background:#b72928;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}
.menu li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-box {
    background-image: linear-gradient(to right top, #b72928, #c84026, #d85623, #e66c1f, #f2821a);
    padding: 30px 0;
    width: 100%;
    text-align: -webkit-center;
}
.page-title span {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
}
nav.breadcrumbs {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
nav.breadcrumbs a {
    color: #fff;
}
.header {
    position: sticky;
    z-index: 99;
	top: 0;
    -webkit-transition: all 0.4s ease;
	box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}
.banner{
    width:100%;
     position: relative;
}
.banner #hero-wrapper {
 
  width: 100%;
}
.banner #hero-wrapper .carousel-wrapper, #hero-carousel {
  width: 100%;
 
}
.banner #hero-carousel img {
  width:100%;
}
#hero-carousel i {
  position: absolute;
  top: 50%;
  font-size: 20px;
    border: 1px solid #eee;
    color: #eee;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: transparent !important;
    line-height: 50px;
}
a.left.carousel-control i {
    left: 30%;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
 .carousel-control {  
    opacity: 0!important;
 }
 .carousel-control:hover, .carousel-control:focus
{
    color:#fff;
    opacity:1 !important;
}
.video-sec
{
     width:100%;
     height:200px;
    
}
.video
{
     position: absolute;
     left:30%;
     top:75%;
     z-index:2;
    
}
.video iframe {
    border-radius: 10px;
}
.about-main
{
    width:100%;
    padding:30px 0;
}
.about-sec {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    gap: 50px;
    flex-direction: row;
}
.about-image img {
    border: 8px solid #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    width: 100%;
}
.about-content {
    width: 45%;
}
.about-content h1 {
    margin: 0;
    font-size: 30px;
    margin-bottom: 30px;
     display: inline-block;
    font-weight: 600;
     position: relative;
}
.about-content p {
    font-size: 18px;
    text-align: justify;
    line-height: 30px;
}
h1::before {
    content: "";
    position: absolute;
    display: block;
    width: 150px;
    left: 5%;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    top: 100%;
}
h1::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background:#f28e34;
    bottom: 0;
    left:0;
    top: 97%;
 }
.d-btn
{
     margin: 30px auto;
}
.d-btn a {
    border: 2px solid #b72928;
    border-radius: 31px;
    background: #b72928;
    transition: all 0.4s ease;
    text-transform: capitalize;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
}
.d-btn a:hover {
    background: #f2821a;
    color:#fff;
    border-color:#f2821a;
}
.know-btn {
    margin: 30px auto;
}

.know-btn a {
    border: 2px solid #b72928;
    border-radius: 31px;
    background: #b72928;
    transition: all 0.4s ease;
    text-transform: capitalize;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
}
.know-btn a:hover {
    background: #f2821a;
    color:#fff;
    border-color:#f2821a;
}
.know-btn {
    margin: 30px auto;
}
.k-btn
{
    margin: 30px auto;
}
.k-btn a {
    border: 2px solid #b72928;
    border-radius: 31px;
    background: #b72928;
    transition: all 0.4s ease;
    text-transform: capitalize;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
}
.k-btn a:hover {
    background: #f2821a;
    color:#fff;
    border-color:#f2821a;
}
.room-main
{
    width:100%;
    padding:30px 0;
}
.room-sec {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    gap: 50px;
    flex-direction: row;
    
}
.room-image {
    width: 45%;
}
.about-image {
    width: 45%;
}
.room-image img {
    border: 8px solid #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    width: 100%;
}
.room-content {
    width: 45%;
}
.room-content h1 {
    margin: 0;
    font-size: 30px;
    margin-bottom: 30px;
     display: inline-block;
    font-weight: 600;
     position: relative;
}
.room-content p {
    font-size: 18px;
    text-align: justify;
    line-height: 30px;
}
.room-content h3 {
    font-size: 20px;
    font-size: 16px;
    margin: 10px 0;
    font-weight: bold;
    text-transform: uppercase;
}
.room-content ul {
    list-style: disc;
    padding-left: 16px;
}
.room-content p{
font-size: 16px;
    color: #5a5a5a;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.booking-main{
     width:100%;
    padding:50px 0;
}
.booking-main .title
{
    width:100%;
    text-align:center;
}
.booking-main .title h1 {
    margin: 0;
    font-size: 30px;
    margin-bottom: 50px;
    font-weight: 600;
     display: inline-block;
    position: relative;
}
.title h1::before {
    content: "";
    position: absolute;
    display: block;
    width: 140px;
    left: 0;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    top: 100%;
} 
.title h1::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background:#f28e34;
    bottom: 0;
    left:0;
    top: 97%;
}
.booking-sec {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.booking-box {
    width: calc(100%/4 - 30px);
    position: relative;
    overflow: hidden;
        border: 8px solid #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 2px;
    cursor:pointer;
    display: inline-block;
   transition:all 0.5s ease; 
}

/* image hover */
.booking-box figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.booking-box figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
.booking-box img
{
    width:100%;
}
.booking-box span {
    text-align: center;
    width: 100%;
    display: block;
    color: #000;
    text-transform:uppercase;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 0;
    transition:all 0.5s ease; 
}
.booking-box:hover span {
    transform: translateY(-45px);
    background: #b72928;
    color: #fff;
     opacity: 0.8;
}
.custom-model-wrap h2 {
    text-align: center;
    display: inline-block;
    position: relative;
}
.custom-model-wrap h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 130px;
    left: 0;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left:0;
    top: 100%;
} 
.custom-model-wrap h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background:#f28e34;
    bottom: 0;
    left:0;
    top: 97%;
}
.group-box
{
    width:auto;
}
.group-box img {
    width: 100%;
}
.search-box {
    width: 350px;
    position: relative;
    display: flex;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    flex-direction: column;
    align-items: center;
}
.search-input {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  padding: 15px 45px 15px 15px;
  background-color: #eaeaeb;
  color: #6c6c6c;
  border-radius: 6px;
  border: none;
  transition: all .4s;
}
.date-input
{
    width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  padding: 10px 45px 10px 10px;
  background-color: #eaeaeb;
  color: #6c6c6c;
  border-radius: 6px;
  border:none;
  transition: all .4s;
}
.search-input:focus {
  border:none;
  outline:none;
  box-shadow: 0 1px 12px #b8c6db;
  -moz-box-shadow: 0 1px 12px #b8c6db;
  -webkit-box-shadow: 0 1px 12px #b8c6db;
}
.search-btn, .btn1 {
    background-color: transparent;
    font-size: 14px;
    padding: 12px;
    margin-top: 14px;
    border: none;
    background: #b72928;
    color: #fff;
    cursor: pointer;
    width: 30%;
    text-align: center;
    border-radius: 7px;
    
    transition: all .4s;
    z-index: 10;
}
.search-btn:hover {
 background: #f2821a;
color:#fff;
}

.search-btn:focus {
  outline:none;
  color:black;
}

footer
{
    width:100%;
    background:#eee;
}
.footer-content {
    display: grid;
    grid-template-columns: repeat(1, 50% )50%;
    grid-gap: 80px;
    padding: 10rem 0;
}
.footer-bottom-social h2 {
    margin-bottom: 30px;
    margin-top:0;
     position:relative;
    font-weight: 600;
    font-size: 28px;
    color: #000;
}
.footer-bottom-icon i {
    margin-right: 20px;
    width: 35px;
    height: 35px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #8d5229cc;
    transition: all 0.4s ease;
}
span.address {
    width: 60%;
    display: block;
}
ul.footer-bottom-menu li {
    display: flex;
    margin-bottom: 20px;
    color: #000;
    align-items: center;
    width: fit-content;
}
ul.footer-bottom-menu li span a
{
    color:#000;
}
.footer-bottom-icon i {
    margin-right: 20px;
    width: 35px;
    height: 35px;
    background-color: #b72928;
    display: flex;
    cursor: pointer;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    transition: all 0.4s ease;
}
ul.footer-bottom-menu li:hover .footer-bottom-icon i {
    background: #f2821a;
    color: #fff;
}
.footer-menu h2 {
    margin: 0 0 30px 0;
    font-size: 28px;
    position:relative;
     color: #000;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}
footer h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    left: 0;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left:5%;
    top: 100%;
} 
footer h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background:#f28e34;
    bottom: 0;
    left:0;
    top: 97%;
}
.footer-menu ul li {
    /*padding-left: 15px;*/
    margin-bottom: 18px;
    font-size:15px;
}
.footer-menu ul li a
{
    display:inline-block;
    color:#000;
    transition:all 0.5s ease;
    text-transform: uppercase;
}
.footer-menu ul li a:hover
{
    color:#b72928;
}
.copyright-text {
    text-align: center;
    width: 100%;
    padding: 20px 0;
    color: #fff;
    background:#b72928;
    font-size: 16px;
}
.video-main-sec {
    width: 100%;
    padding: 50px 0;
}
.table-main {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
}
.time-drn {
    width: 50%;
}
.time-drn h1::before {
    content: "";
    position: absolute;
    display: block;
    width: 130px;
    left: 0;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left:0;
    top: 100%;
} 
.time-drn h1 {
    position: relative;
    margin-bottom: 30px;
    margin-top: 0 !important;
}
.time-drn h1::after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background:#f28e34;
    bottom: 0;
    left: 0;
    top: 97%;
}
/*modal popup*/
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}
.custom-model-wrap h1 {
    text-align: center;
    font-weight: 700;
    display:inline-block;
    position:relative;
}
.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
	overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
    position: absolute;
    right: 0;
    top: -40px;
    line-height: 40px;
    width: 40px;
    border-radius: 29px;
    height: 40px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #000;
    background: #fff;
    transition: all 0.5s ease;
}
.close-btn:hover
{
     color: #fff;
    background: #000;
}
@media screen and (min-width:800px){
	.custom-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
}
.table-bordered tr:nth-child(even) {
    background: #ebebeb;
}
.table-bordered tr {
    background: #FFF;
}
.btn-know {
    width: 100%;
    text-align: end;
    padding: 40px;
   
}
.btn-know a {
    color: #fff;
    padding: 16px 30px;
    border: 2px solid #b72928;
    border-radius: 31px;
    background: #b72928;
     transition: all 0.4s ease;
}
.btn-know a:hover {
    background:#f2821a;
    color:#fff;
    border-color:#f2821a;
}
/*contact page*/
        section {
            padding: 60px 0;
            min-height: 100vh;
        }
.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
      margin-bottom: 10px;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
    border: 2px solid #f2821a;
    padding: 30px 0px;
    height: 220px;
    border-radius: 30px;
}
.contact-page-sec .contact-page-form h2 {
  color: #071c34;
  text-transform: uppercase;
  position: relative;
  font-size: 22px;
  font-weight: 700;
}
.contact-page-sec .contact-page-form h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 130px;
    left: 0;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: 5%;
    top: 100%;
}
.contact-page-sec .contact-page-form h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background:#f28e34;
    bottom: 0;
    left: 0;
    top: 97%;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}  
.contact-page-form.contact-form input {
  margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
  height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}
.contact-info-icon i {
  font-size: 48px;
  color: #b72928;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
  color: #545454;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact-info-text span {
  color: #545454;
  font-size: 16px;
 
  display: inline-block;
  width: 100%;
}

.contact-page-form input {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  margin-bottom: 20px;
  padding: 10px 16px;
  width: 100%;
  border-radius: 4px;
}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"] {
    color: #fff;
    border: 2px solid #b72928;
    border-radius: 31px;
    background: #b72928;
    transition: all 0.4s ease;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover
{
    background: #f2821a;
    color: #fff;
    border-color: #f2821a;
    transition: all 0.4s ease-in-out 0s;
    

}
.single-input-field  h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.contact-page-map {
  margin-top: 36px;
}
.contact-page-form form {
    padding: 20px 15px 0;
}
.gallery-sec1 {
    width: 100%;
    padding: 40px 0 0 0;
}
.gallery-sec2
{
    padding: 40px 0 0 0;
}
.gallery-sec3 {
    padding: 50px 0;
}
.gallery-title {
    text-align: center;
    width: 100%;
    padding-bottom: 30px;
}
.gallery-title h2 {
    text-transform: uppercase;
    position: relative;
    display:inline-block;
}
.gallery-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 110px;
    left: 0;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: 5%;
    top: 100%;
} 
.gallery-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background:#f28e34;
    bottom: 0;
    left:0;
    top: 97%;
}

.gallery {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
  width: 100%;
  margin: 10px auto;
  padding: 0 10px;
}

.gallery__item {
  align-items: center;
  display: flex;
  justify-content: center;
}

.gallery__item > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gallery__item--hor {
  grid-column: span 2;
}

.gallery__item--vert {
  grid-row: span 2;
}

.gallery__item--lg {
  grid-column: span 2;
  grid-row: span 2;
}

/*tabbing css*/
.place-main
{
    width:100%;
}
.plan {
    margin: 5% auto;
    width: 100%;

}
.title {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.tabs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;;
    
}
.tab {
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    width: 250px;
    font-weight: bold;
    background: #ffffff;
    display: inline-block;
    color: #afafaf;
    text-align: left;
    border: 1px solid #fff;
    border-radius: 20px 0 20px 0;
    border: 2px solid #eee;
}
.panels {
    width: 90%;
    text-align: left;
    padding-left: 30px;
}
.panel{
  display:none;
  animation: fadein .8s;
  box-shadow:none !important;
}
.panel-title h2
{
    position:relative;
    font-size:30px;
    text-align: left;
    display:inline-block;
    margin-bottom: 20px !important;
    width: 95%;
}
.panel-title  h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 130px;
    left: 0;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: 5%;
    top: 100%;
}
.panel-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background:#f28e34;
    bottom: 0;
    left: 0;
    top: 97%;
}

label
{
    margin-bottom: 10px
}
label p {
    font-weight: 500;
}
.radio, .checkbox
{
    display:none !important;
}
p img
{
    margin: 0 10px;
    background: #fff;
    border: 6px solid #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 2px;
    cursor: pointer;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.panel-title{
  font-size:1.5em;
  font-weight:bold;
  padding-left: 10px;
}
.radio{
  display:none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel,
#four:checked ~ .panels #four-panel,
#five:checked ~ .panels #five-panel{
  display:block
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab,
#four:checked ~ .tabs #four-tab,
#five:checked ~ .tabs #five-tab{
  background:#b72929;
  color:#fff;
   
}

/*end*/

.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial;
  text-shadow: 0 0 1px #000;
}
.snowflake img {
    width: 40px;
}
@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:60%}}@-webkit-keyframes
snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}30%{-webkit-transform:translateX(80px);transform:translateX(80px)}60%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes
snowflakes-fall{0%{top:-10%}100%{top:60%}}@keyframes
snowflakes-shake{0%{transform:translateX(0px)}30%{transform:translateX(80px)}60%{transform:translateX(0px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}

/* Demo Purpose Only*/
.demo {
  font-family: 'Raleway', sans-serif;
	color:#fff;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}
.demo a{
  font-family: 'Raleway', sans-serif;
color: #000;		
}
/*socil media*/
/* fixed social*/
#fixed-social {
    position: fixed;
    top: 230px;
    right: 10px;
    z-index: 111;
}

#fixed-social a {
   color: #fff;
   display: block;
   height: 40px;
   position: relative;
   text-align: center;
    line-height: 48px;
   width: 40px;
   margin-bottom: 1px;
   z-index: 2;
}
#fixed-social a:hover>span{
  visibility: visible;
  right: 40px;
  opacity: 1;
} 
#fixed-social a span {
  line-height: 40px;
    right: 0;
    position: absolute;
    text-align: center;
    width: 100px;
    background-color: #ff0101;
    color: #fff;
    border-radius:10px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 111;
    opacity: 0;
}
#fixed-social a i
{
    font-size:24px;
}
 .fixed-instagrem{
	 background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
	border-radius: 10px;
 }
 .fixed-instagrem span{
 	 background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
 }
 .notes {
    text-align: left;
    padding: 5px 0 20px 0;
    width: 92%;
    margin: 0 auto;
}
.notes ul
{
    list-style:disc;
}
.notes ul li {
    line-height: 34px;
    font-size: 16px;
}
.notes ul li b a {
    border: 2px solid #b72928;
    border-radius: 31px;
    background: #b72928;
    transition: all 0.4s ease;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    margin: 5px 0;
    font-size: 16px;
}