

ul, ol { list-style: none; list-style-image: none; margin: 0; padding: 0;
	color:#777;
	font-size: 14px;
	line-height:24px;
	margin-bottom:20px;
}
	
ul li, ol li{
	font-size: 14px;
	line-height: 28px;
}

ul li i{
	vertical-align: middle;
}

ul.features-list li{
	float:left;
	font-size:14px;
	line-height:24px;
	margin:10px 0;
}

ul.features-list li img{
	max-width:55px;
	margin-right:20px;
	float:left;
}

p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #777;
	margin-bottom:25px;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
p.hero-text{
	position:relative;
	text-align:center;
	font-size: 18px;
	line-height: 30px;
	padding:30px 0;
	color:#eee;
}

p.hero-text:before{
	position: absolute;
	content: "";
	background-color: #F2B410;
	height: 3px;
	width: 50px;
	top: 0px;
	left:50%;
	margin-left:-25px;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing:2px;
  margin-bottom:20px;
  color: #454545;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

h2.section-title{
	color: #252525;
	text-transform:uppercase;
    font-size: 30px;
    line-height: 50px;
    margin: 0 0 20px 0;
}

h3.section-title{
	color: #252525;
	text-transform:uppercase;
    font-size: 36px;
    line-height: 42px;
	letter-spacing:2px;
    margin: 0 0 30px 0;
}

h2.section-title.white, h3.section-title.white{
	color:#fff;
	font-size: 30px;
}

h2.section-title.small-margin, h3.section-title.small-margin{
	margin: 0 0 20px 0;
}

h2.section-title.no-margin, h3.section-title.no-margin{
	margin-bottom:0;
}

span.comic-text{
	font-size:80px;
	line-height:60px;
	color:#F2B410;
	font-family: 'Tangerine', cursive;
}

p.section-subtitle{
	font-size:16px!important;
}

p.section-subtitle.grey{
	color:#bbb;
}

.separator_wrapper, .separator_wrapper_white {
	margin-bottom:10px;
}

.separator_wrapper::after, .separator_wrapper::before {
	background-color: #E74C3C;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 60px;
	height: 1px;
	margin-top: -6px;
}

.separator_wrapper_white::after, .separator_wrapper_white::before {
	background-color: #ddd;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 60px;
	height: 1px;
	margin-top: -6px;
}

h3.medium-text {
	font-size: 32px;
	margin-top:10px;
}

h3.large-text {
	font-size: 48px;
	line-height:1.1;
	font-weight:400;
}

iframe{
	max-width:100%;
	border:none;
}

.width-100 {
	width: 100%;
}

.medium {
	font-weight: 400;
}

.bold {
	font-weight: 700;
}

.lyla {
    color: #9E5FBA;
}

.green {
    color: #16A085;
}

.blue {
    color: #3498db;
}

.red{
	color:#E74C3C;
}
.grey{
	color:#ddd;
}

.white{
	color:#fff;
}

.section-white{
	background-color:#fff;
	padding:90px 0;
}

.section-grey{
	background-color: #f5f5f5;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	padding:90px 0;
}

.section-grey.small-padding, .section-white.small-padding{
	padding:50px 0;
}

.section-grey.no-padding-bottom, .section-white.no-padding-bottom, .section-dark.no-padding-bottom, .section-blue.no-padding-bottom{
	padding:90px 0 0 0;
}

.section-grey.small-padding-bottom, .section-white.small-padding-bottom, .section-dark.small-padding-bottom, .section-blue.small-padding-bottom{
	padding:90px 0 60px 0;
}

.section-grey.no-padding, .section-white.no-padding, .section-dark.no-padding, .section-blue.no-padding{
	padding:0;
}

.section-white.about-padding{
	padding:85px 0 100px 0;
}

.section-dark.portfolio-padding{
	padding:60px 0 75px 0;
}

.section-dark{
	background-color:#393f43;
	padding:90px 0;
}

.section-blue{
	background-color:#34b1c4;
	padding:90px 0;
}

/* margin and padding classes */


.margin-right-25 {
	margin-right: 25px !important;
}

.margin-top-110 {
	margin-top: 110px !important;
}

.margin-top-100 {
	margin-top: 100px !important;
}

.margin-top-90 {
	margin-top: 90px !important;
}

.margin-top-80 {
	margin-top: 80px !important;
}

.margin-top-70 {
	margin-top: 70px !important;
}

.margin-top-60 {
	margin-top: 60px !important;
}

.margin-top-50 {
	margin-top: 50px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-5 {
	margin-top: 5px !important;
}

.margin-top-0 {
	margin-top: 0px !important;
}

.margin-bottom-0 {
	margin-bottom: 0px !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-40 {
	margin-bottom: 40px !important;
}

.margin-bottom-50 {
	margin-bottom: 50px !important;
}

.margin-bottom-60 {
	margin-bottom: 60px !important;
}

.margin-bottom-70 {
	margin-bottom: 70px !important;
}

.margin-bottom-80 {
	margin-bottom: 80px !important;
}

.margin-bottom-90 {
	margin-bottom: 90px !important;
}

.margin-bottom-100 {
	margin-bottom: 100px !important;
}

.margin-bottom-110 {
	margin-bottom: 110px !important;
}

.margin-bottom-120 {
	margin-bottom: 120px !important;
}

.margin-bottom-130 {
	margin-bottom: 120px !important;
}

.margin-bottom-140 {
	margin-bottom: 140px !important;
}

.padding-top-0 {
	padding-top: 0px !important;
}

.padding-top-10 {
	padding-top: 10px !important;
}

.padding-top-20 {
	padding-top: 20px !important;
}

.padding-top-30 {
	padding-top: 30px !important;
}

.padding-top-40 {
	padding-top: 40px !important;
}

.padding-top-50 {
	padding-top: 50px !important;
}

.padding-top-60 {
	padding-top: 60px !important;
}

.padding-top-70 {
	padding-top: 70px !important;
}

.padding-top-80 {
	padding-top: 80px !important;
}

.padding-top-90 {
	padding-top: 90px !important;
}

.padding-top-100 {
	padding-top: 100px !important;
}

.padding-top-110 {
	padding-top: 110px !important;
}

.padding-bottom-110 {
	padding-bottom: 110px !important;
}

.padding-bottom-100 {
	padding-bottom: 100px !important;
}

.padding-bottom-90 {
	padding-bottom: 90px !important;
}

.padding-bottom-80 {
	padding-bottom: 80px !important;
}

.padding-bottom-70 {
	padding-bottom: 70px !important;
}

.padding-bottom-60 {
	padding-bottom: 60px !important;
}

.padding-bottom-50 {
	padding-bottom: 50px !important;
}

.padding-bottom-40 {
	padding-bottom: 30px !important;
}

.padding-bottom-30 {
	padding-bottom: 30px !important;
}

.padding-bottom-20 {
	padding-bottom: 20px !important;
}

.padding-bottom-10 {
	padding-bottom: 10px !important;
}

.padding-bottom-0 {
	padding-bottom: 0px !important;
}

/* carousel */
.carousel.carousel1 .carousel-indicators {
	position: inherit;
	right: 0px;
}

.carousel.carousel1 .item .lead {
	font-size: 20px;
}

.carousel.carousel1 .carousel-indicators li {
	background-color: transparent;
	border:2px solid #F2B410;
	width: 14px;
	height: 14px;
}

.carousel.carousel1 .carousel-indicators li.active {
	background-color: #F2B410;
}

.carousel.carousel3 .carousel-indicators {
	position: inherit;
	right: 0px;
}

.carousel.carousel3 .item .lead {
	font-size: 20px;
}

.carousel.carousel3 .carousel-indicators li {
	background-color: #f9f9f9;
	border:3px solid #e0e0e0;
	width: 14px;
	height: 14px;
}

.carousel.carousel3 .carousel-indicators li.active {
	background-color: #e0e0e0;
}

.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity:0;
}

.carousel.carousel-fade .active.item {
	opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}

.carousel.carousel-fade .carousel-control {
	z-index: 3;
}

.carousel-indicators {
  bottom: auto;
  left: auto;
  margin: 0;
  right: 16px;
  top: 16px;
  width: auto;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.carousel-indicators li {
  vertical-align: top;
  border: none;
  width: 8px;
  height: 8px;
  margin: 0 0 0 6px;
  background-color: #2c3e50;
  background-color: rgba(44, 62, 80, 0.5);
}
.carousel-indicators li.active {
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin: 0 0 0 6px;
}
/* end carousel */

/* -----  Photos Hover Animations ----- */
.popup-wrapper{ 

    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 3em;

}

.popup-gallery{
	display:inline-block;
	position:relative;
}

.popup-gallery::after {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.first-gallery{
	margin-bottom:15px;
}

.popup-gallery img {
	z-index:10;
	width: 100%;
	height: auto;
}

.popup-gallery:hover img {
	opacity: 0.25;
}

.popup-gallery a span.eye-wrapper, 
.popup-gallery a span.eye-wrapper2 {
	background-color:rgba(0, 0, 0, 0.4);
	position: absolute;
	display: block;
	overflow:hidden;
	z-index: 2;
	height:100%!important;
	top: 0%;
	margin-top: 0px;
	left: 0%;
	right: 0%;
	color:#fff;
	text-align: center;
	font-weight:300;
	opacity: 0;
}

.popup-gallery a span.eye-wrapper i.eye-icon, .popup-gallery a span.eye-wrapper2 i.eye-icon{
	position: absolute;
	display: inline-block;
	font-size:48px;
	z-index: 3;
	top: 50%!important;
	margin-top: -24px!important;
	left: 0%;
	right: 0%;
}

.popup-gallery a:hover span{
	opacity: 1;
}

.popup-gallery img,
.popup-gallery a span {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.image-wrapper {
  display: inline-block;
  position: relative;
}

.image-wrapper:before {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

/* ----- Instagram Feed ----- */
#instafeed {
	position:relative;
	display:block;
	overflow:hidden;
}

#instafeed a{
	position:relative;
	display:inline-block;
	width:12.5%;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

#instafeed a img{
	display:inline-block;
	width:100%;
}

#instafeed a:hover:before {
    background-color: rgba(0,0,0, 0.3);
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

#instafeed a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    background-color: rgba(0,0,0, 0.6);
    z-index: 1;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.instagram-text{
	position:absolute;
	z-index:100;
	top:158px;
	left:50%;
	margin-left:-158px;
	width:100%;
	max-width:315px;
	padding:26px 0 29px 0;
	text-align:center;
	background-color:#000;
}

.instagram-text a.instagram-icon{
	color:#fff;
	font-size:32px;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.instagram-text a.instagram-icon:hover{
	color:#f8bf2c;
}

.instagram-text p{
	color:#fff;
	margin:10px 0 0 0;
}

/* ----- Buttons ----- */
.btn, btn:hover{
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn-margin {
    display: inline-block;
    margin: 10px 10px;
}

.btn-white-transparent {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	padding:16px 32px;
	font-size:13px;
	letter-spacing:2px;
}

.btn-white-transparent:hover,
.btn-white-transparent:focus,
.btn-white-transparent:active,
.btn-white-transparent.active,
.open .dropdown-toggle.btn-white-transparent {
	color: #F2B410;
	background-color: #fff;
	border-color: #fff;
}

.btn-yellow, .btn-yellow-small, .btn-yellow-x-small {
	position:relative;
	color: #fff;
	background-color: #F2B410;
	border-color: #F2B410;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	padding:18px 32px;
	font-size:13px;
	line-height:20px;
	letter-spacing:2px;
}

.btn-yellow-small {
	padding:14px 28px;
	font-size:12px;
	line-height:18px;
	letter-spacing:1px;
}

.btn-yellow-x-small {
	color: #fff!important;
	padding:12px 26px;
	font-size:12px;
	line-height:18px;
	letter-spacing:1px;
}

.btn-yellow:before, .btn-yellow-small:before {
	display: block;
	content: '';
	position: absolute;
	top: 4px;
	right: 4px;
	bottom: 4px;
	left: 4px;
	border: 1px solid #fff;
}

.btn-yellow-x-small:before {
	display: block;
	content: '';
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	border: 1px solid #fff;
}

.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow.active, .open .dropdown-toggle.btn-yellow,
.btn-yellow-small:hover, .btn-yellow-small:focus, .btn-yellow-small:active, .btn-yellow-small.active, .open .dropdown-toggle.btn-yellow-small,
.btn-yellow-x-small:hover, .btn-yellow-x-small:focus, .btn-yellow-x-small:active, .btn-yellow-x-small.active, .open .dropdown-toggle.btn-yellow-x-small {
	color:#fff;
    background-color: #F39C12;
}

/* ----- Page Loader ----- */
#loader{
	background:#eeece3;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 90000;
	left: 0%;
	top: 0%;
}

.sk-three-bounce {
	position:absolute;
	top:50%;
	margin-top:-10px;
	left:50%;
	margin-left:-40px;
	width: 80px;
	text-align: center;
}

.sk-three-bounce .sk-child {
	width: 20px;
	height: 20px;
	background-color: #cf564b;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
			animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
	0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
}

40% {
    -webkit-transform: scale(1);
            transform: scale(1); 
}
}

@keyframes sk-three-bounce {
	0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); 
}
40% {
    -webkit-transform: scale(1);
            transform: scale(1); 
}
}

/* ========================================================== */
/* 			                02. HEADER                        */
/* ========================================================== */

#navbar-collapse-02 li.selected a{
    color: #F2B410!important;
}

#navbar-collapse-02 .current a {
    color: #F2B410!important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-fixed-top { background-color: transparent!important;transition: background-color 1s ease 0s;}
.navbar-fixed-top.opaque { background-color: rgba(17, 17, 17, 0.95)!important;transition: background-color 1s ease 0s;}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-default .navbar-nav > li > a.purchase{
	position:relative;
	color:#454545;
	background-color:#f8bf2c;
	border:2px solid #f8bf2c;
	margin-left:15px;
	margin-right:15px;
	padding:8px 20px;
	font-weight:700!important;
	text-transform:none;
	webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 3px 3px;
}

.navbar-default .navbar-nav > li > a.purchase:hover{
	color:#fff!important;
	background-color: transparent;
	border:2px solid #fff;
}

.navbar-default .navbar-nav > li.social > a {
	padding-left:10px;
	padding-right:10px;
}

.navbar-default .navbar-nav > li.social > a.first {
	border-left:1px solid rgba(255, 255, 255, 0.7);
	padding-left:30px;
	margin-left:15px;
}

.navbar-default .navbar-nav > li.social > a.last {
	padding-right:15px;
}

.navbar-default .navbar-nav > li.social > a i{
	font-size:18px;
	line-height: 22px!important;
	color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-default .navbar-nav > li.social > a:hover i{
	color: #f8bf2c;
}

/* ========================================================== */
/* 			                03. FOOTER                        */
/* ========================================================== */

/* ----- 1. Footer General Styles ----- */
.footer{
	width:100%;
	position:relative;
	background: url(../images/footer-bg.jpg);
	background-position: center center;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
	margin: 0 auto;
}

.footer-top{
	padding:65px 0 15px 0;
	border-bottom:2px dotted #999;
}

.footer-bottom{
	padding:30px 0 20px 0;
}

a.top-scroll {
	position:relative;
	padding:7px 14px;
	font-size:20px;
	line-height:20px;
	color:#fff!important;
	background-color: #F2B410;
    border-color: #F2B410;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

a.top-scroll:before {
	display: block;
	content: '';
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	border: 1px solid #fff;
}

a.top-scroll:hover {
	background-color: #F39C12;
}

.footer h4{
	font-size:16px;
	position:relative;
	padding-bottom:20px;
	color: #fff;
}

.footer h4::after{
	position: absolute;
	content: "";
	background-color: #F2B410;
	height: 3px;
	width: 40px;
	bottom: -1px;
	left: 0;
}

.footer p, .footer a {
	color: #ddd;
	font-family: 'Montserrat', sans-serif;
}

.footer-bottom p {
	color: #999;
}

.footer-bottom p a {
	font-size: 16px;
	color: #999;
	text-decoration:underline;
}

.footer p a:hover {
	color: #F2B410;
}

p.contact_info{
	margin-bottom:8px;
	font-size:14px;
	line-height:20px;
}

p.contact_info a{
	margin-bottom:8px;
	font-size:14px;
	line-height:20px;
}

p.contact_info i{
	font-size:18px;
	padding-right:5px;
	vertical-align: middle;
}

/* ----- 2. Footer Social Icons ----- */
ul.footer_social{
	display:block;
	float:right;
	margin:0;
}

ul.footer_social li{
	display:inline-block;
    margin: 0 0 10px 10px;
    color: #999;
	line-height:100%!important;
	font-family: 'Montserrat', sans-serif;
}

ul.footer_social li a i {
  display: inline-block;
  padding:0;
  font-size:22px!important;
  line-height: 22px!important;
  color: #999;
  transition: all .5s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

ul.footer_social li a i:hover {
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  color:#F2B410;
}

/* ----- 3. Footer Gallery ----- */
ul.footer-gallery{
	position:relative;
	display:block;
	margin:0;
}

ul.footer-gallery li{
	display:inline-block;
	border:5px solid #292929;
    margin:5px 2px 2px 2px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

ul.footer-gallery li.popup-gallery::after{
	display:none;
}

ul.footer-gallery li a img{
	position:relative;
	display:inline-block;
	width:71px;
}

/* ----- 4. Footer List ----- */
ul.footer-list{
	display:block;
	margin:0;
}

ul.footer-list li {
	padding:5px 0;
	border-bottom:1px solid #999;
}

ul.footer-list li.first {
	padding-top: 0;
}

ul.footer-list li a:hover{
  color:#F2B410;
}

/* ========================================================== */
/* 			              04. HERO SECTIONS                   */
/* ========================================================== */

.menu-hero-section{
	width:100%;
	position:relative;
	background: url(../images/bg3.jpg) 50% top no-repeat fixed;
    background-size: cover;
	color: white;
	margin: 0 auto;
	padding: 210px 0 90px 0;
}

.menu-hero-section .image-overlay{
	background: rgba(17, 17, 17, 0.75);
	position: absolute;
	z-index:10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.about-hero-section{
	width:100%;
	position:relative;
	background: url(../images/bg0.jpg) 50% top no-repeat fixed;
    background-size: cover;
	color: white;
	margin: 0 auto;
	padding: 210px 0 90px 0;
}

.about-hero-section .image-overlay{
	background: rgba(17, 17, 17, 0.75);
	position: absolute;
	z-index:10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.gallery-hero-section{
	width:100%;
	position:relative;
	background: url(../images/gallery/galbanner.jpg) top center;
    background-size: cover;
	color: white;
	margin: 0 auto;
	padding: 210px 0 90px 0;
}

.gallery-hero-section .image-overlay{
	background: rgba(17, 17, 17, 0.75);
	position: absolute;
	z-index:10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.reservation-hero-section{
	width:100%;
	position:relative;
	background: url(../images/bg6.jpg) 50% top no-repeat fixed;
    background-size: cover;
	color: white;
	margin: 0 auto;
	padding: 210px 0 90px 0;
}

.reservation-hero-section .image-overlay{
	background: rgba(17, 17, 17, 0.75);
	position: absolute;
	z-index:10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.hero-gallery-section{
	width:100%;
	position:relative;
	background: url(../images/bg10.jpg) 50% top no-repeat fixed;
    background-size: cover;
	color: white;
	margin: 0 auto;
	padding: 210px 0 90px 0;
}

.hero-gallery-section .image-overlay{
	background: rgba(17, 17, 17, 0.75);
	position: absolute;
	z-index:10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.contact-hero-section{
	    width: 100%;
    position: relative;
    background: url(../images/banner/contact.jpg) top center;
    background-size: cover;
    color: white;
    margin: 0 auto;
    padding: 210px 0 90px 0;
}

.testi{
	    width: 100%;
    position: relative;
    background: url(../images/banner/testibanner.jpg) top center;
    background-size: cover;
    color: white;
    margin: 0 auto;
    padding: 210px 0 90px 0;
}

.contact-hero-section .image-overlay{
	background: rgba(17, 17, 17, 0.75);
	position: absolute;
	z-index:10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.contact2-hero-section{
	width:100%;
	position:relative;
	background: url(../images/content.jpg) 50% top no-repeat fixed;
    background-size: cover;
	color: white;
	margin: 0 auto;
	padding: 90px 0 60px 0;
}

.contact2-hero-section .image-overlay{
	background: rgba(255, 255, 255, 0.95);
	position: absolute;
	z-index:10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.image-section{
	width:100%;
	position:relative;
	background: url(../images/bg4.jpg);
	background-position: center center;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
	margin: 0 auto;
	padding:190px 0 140px 0;
}

.image-section .image-overlay{
	background: rgba(34, 34, 34, 0.40);
	position: absolute;
	z-index:10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.image-section-inside{
	position:relative;
	z-index:100;
}

/* ========================================================== */
/* 					          05. MENU                        */
/* ========================================================== */

/* ----- 1. Featured Menu ----- */
.featured-menu-section{
	width:100%;
	position:relative;
	background: url(../images/a3.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
	color: white;
	margin: 0 auto;
	padding: 120px 0 80px 0;
}

.featured-menu-section .image-overlay{
	background: rgba(0, 0, 0, 0.50);
	position: absolute;
	z-index:10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

/* ----- 2. Menu Homepage ----- */
.home-menu-section{
	width:100%;
	position:relative;
	background: url(../images/bg8.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
	color: white;
	margin: 0 auto;
	padding: 120px 0;
}

.home-menu-section .image-overlay{
	background: rgba(0, 0, 0, 0.40);
	position: absolute;
	z-index:10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.menu-wrapper img{
	position: absolute;
}

.home-menu-list {
position: relative;
    background: #000c;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
	clear:both;
	text-align: center;
	    padding-top: 15px;
}
.btn-sm{
    background: #f2b410;
    border: 1px solid #f2b410;
}

.home-menu-list h5 {
	font-size: 18px;
    line-height: 24px;
    vertical-align: bottom;
    font-family:'Montserrat', sans-serif;
    font-weight: 700;
    color: #FFF;
    letter-spacing: 2px;  
	padding-right:10px;
	margin-bottom:10px;
}

.home-menu-list p.price{
	color: #F2B410;
    font-size: 18px;
    line-height: 30px;
	font-weight:700;
    display: inline-block;
    vertical-align: bottom;
    float: right;
    padding-top: 8px;
	padding-left:10px;
	margin-bottom:10px;
}

.dot-line{
	border-bottom:2px dotted #fff;
    height: 29px;
    overflow: hidden;
    display: block;
}

p.home-menu-ingredients{
	display:block;
	clear:both;
	width:100%;
	color:#eee;
	    margin-top: 10px;
}

/* ----- 3. Menu First Version ----- */
.first-menu-section{
	width:100%;
	position:relative;
	background: url(../images/a7.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
	color: white;
	margin: 0 auto;
	padding: 120px 0;
}

.first-menu-section .image-overlay{
	background: rgba(0, 0, 0, 0.60);
	position: absolute;
	z-index:10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.menu-wrapper {
margin-bottom: 40px;
    background: #00000075;
    padding: 0px 0px 0px;
}
.requst{
	background:#000;
	padding: 40px 0px 70px !important;
}
.requst h2{
	padding-bottom: 30px;
}
.links{
	text-align: center;
	border:1px solid #f5f5f5;
	    padding: 20px 2px 0px;
}
.links img{
	text-align: center;
	margin:0 auto;
}
.links h3{
	color: #fff;
	font-size: 20px;
}
.requst h2{
	color: #fff;
}
h2.menu-section-title{
	font-size:28px;
	position:relative;
	margin-bottom:50px;
	margin-right:40px;
	padding-bottom:20px;
	border-bottom:1px solid #ddd;
}

h2.menu-section-title::after{
	position: absolute; content: "";
	background-color: #f8c12c;
	height: 3px;
	width: 50px;
	bottom: -1px;
	left: 0;
}

.menu-image{
	float:left;
	width:20%;
}

.menu-image a img{
}

.menu-description{
	float:left;
	padding-left:5%;
	width:75%;
}

.menu-list {
	display:block;
	clear:both;
}

.menu-list h5 {
	font-size: 18px;
    line-height: 22px;
    vertical-align: bottom;
    font-family: 'Lora', serif;
    font-weight: 700;
    float: left;
    letter-spacing: 2px;
    max-width: 70%;
	padding-right:12px;
	margin:5px 0;
}

.menu-list p.price{
	color: #F2B410;
    font-size: 18px;
    line-height: 18px;
	font-weight:700;
    display: inline-block;
    vertical-align: bottom;
    float: right;
    padding-top: 7px;
	padding-left:12px;
	margin-bottom:5px;
}

.menu-dot-line{
	border-bottom:2px dotted #F2B410;
    height: 22px;
    overflow: hidden;
    display: block;
}

p.menu-ingredients{
	display:block;
	clear:both;
	width:100%;
}

/* ========================================================== */
/* 						      06. BLOG                        */
/* ========================================================== */

.blog-item{
	position:relative;
	text-align:center;
	margin-bottom:30px;
    background-color: #fff;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

.blog-item-pic {
  display: inline-block;
  position: relative;
}

.blog-item-pic:before {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.popup-gallery:hover .blog-title{
top: 50%;
    display: block;
    position: absolute;
    text-align: justify;
    margin: 0 auto;
    padding-left: 40%;
    text-transform: uppercase;

}
.blog-title{
		display: none;
}
.blog-item-inner{
	padding:1px 25px 20px 25px;

}

.blog-item-inner p{
	margin:10px 0 20px 0;
}

h3.blog-title{
	margin-top:20px;
	margin-bottom:1px;
}

h3.blog-title a{
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	font-size:21px;
	color:#252525;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

h3.blog-title a:hover{
	color:#F2B410;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

/* ========================================================== */
/* 					       07. REGISTER                       */
/* ========================================================== */

.register-inner{
	padding:40px 0;
}

#register-form{
	padding:25px 0 20px 0;
}

input.register-input{
	width:100%;
	height:52px;
    padding-left:4%;
    padding-right:4%;
	margin-bottom:20px;
	color: #999;
	border: 1px solid #e1e1e1;
	background-color: transparent;
    font-size:14px;
}

select.register-input{
	width:100%;
	height:52px;
    padding-left:4%;
    padding-right:4%;
	margin-bottom:20px;
	color: #999;
	border: 1px solid #e8e8e8;
	background-color: transparent;
    font-size:14px;
}

input.register-submit{
	position:relative;
    display: inline-block;
	color: #fff;
	border: 1px solid #F2B410;
	background-color: #F2B410;
    cursor: pointer;
    font-size: 14px;
	font-weight:700;
	width:100%;
    padding: 16px 0;
    text-transform: uppercase;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.register-submit:hover{
	color:#fff;
    background-color: #F39C12;
	border:1px solid #F39C12;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.white-input::-webkit-input-placeholder,
select.white-input::-webkit-input-placeholder { /* WebKit browsers */
    color:#999;
}
input.white-input:-moz-placeholder,
select.white-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#999;
}
input.white-input::-moz-placeholder,
select.white-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#999;
}
input.white-input:-ms-input-placeholder,
select.white-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#999;
}

#register-form input.register-input:focus, #register-form select.register-input:focus {
  border-color:#e8e8e8;
  outline: none;
}

p.register_success_box{
	text-align:center;
	display:inline-block;
	color:#454545;
	font-size:16px;
	font-style:italic;
	margin:20px 0 30px 0;
	padding:20px 20px;
	border:1px solid #fff;
	webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

/* ========================================================== */
/* 						    08. CONTACT                       */
/* ========================================================== */

#contact-form{
	margin:0 auto;
	width:100%;
	max-width:960px;
	text-align:center;
	padding:30px 0 10px 0;
}

input.contact-input{
	width:100%;
	height:55px;
    padding-left:2%;
    padding-right:2%;
	margin-bottom:20px;
	color: #656565;
	border: 2px solid #454545;
	background-color: transparent;
    font-size:14px;
	float:left;
}

textarea{
	height:205px;
	margin-bottom:20px;
	width:100%;
    padding-left:2%;
    padding-right:2%;
    padding-top:10px;
    padding-bottom:10px;
	color: #656565;
	border: 2px solid #454545;
	background-color: transparent;
    font-size:14px;
	float:left;
}

input.contact-submit{
	color: #fff;
	border: 2px solid #F2B410;
	background-color: #F2B410;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
	font-weight:700;
	margin-top:10px;
    padding: 16px 30px;
    position: relative;
    text-transform: uppercase;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.contact-submit:hover{
	color:#F2B410;
	background-color: transparent;
	border:2px solid #F2B410;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.white-input::-webkit-input-placeholder,
textarea.white-input::-webkit-input-placeholder { /* WebKit browsers */
    color:#656565;
}
input.white-input:-moz-placeholder,
textarea.white-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#656565;
}
input.white-input::-moz-placeholder,
textarea.white-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#656565;
}
input.white-input:-ms-input-placeholder,
textarea.white-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#656565;
}

#contact-form input.contact-input:focus, #contact-form textarea.contact-commnent:focus {
  border-color:#F2B410;
  outline: none;
}

p.contact_success_box{
	text-align:center;
	display:inline-block;
	color:#454545;
	font-size:20px;
	font-style:italic;
	padding:20px 20px;
}


.wow:first-child {
	visibility: hidden;
}

/* ========================================================== */
/* 		    Background Images - max-width: 1024px             */
/* ========================================================== */

@media only screen and (max-width: 1366px) {
	.nav > li > a {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 8px 10px !important;


}
}

@media only screen and (max-width: 1024px) {
	.image-section, .featured-menu-section, .home-menu-section, .first-menu-section, .menu-hero-section, .about-hero-section, .gallery-hero-section, .reservation-hero-section, .hero-gallery-section, .contact-hero-section, .contact2-hero-section, .footer {
		background-attachment: scroll!important;
		background-size: cover!important;
		background-repeat: no-repeat!important;
	}
}

/* ========================================================== */
/* 					    19. MOBILE DEVICES                    */
/* ========================================================== */

@media handheld, only screen and (max-width: 800px) {
	.footer{
		text-align:center;
	}
	
	.footer h4::after{
		left: 50%;
		margin-left:-20px;
	}
	
		ul.footer_social{
		float:none;
		margin-top:25px;
	}
		
	.instagram-text{
		display:none;
	}
	
}

.navbar-default{
	padding: 0px !important;
}
.navbar-default .navbar-brand{
	margin-top: 0px !important;
}
.nav{
	margin-top: 2em;
}
ul.nav li.drop:hover ul.dropdown-menu{
	display: block;
}	
.navbar {
 
    min-height: 90px !important;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.title h3 {
    margin-bottom: 0px;
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: initial;
    padding-bottom: 15px;
}
.title {
    text-align: center;
    background: #fff;
    padding: 1px;
}
.glasssection {
    background: #f5f5f5;
}
.navbar-right .dropdown-menu {
    right: initial !important;
    left: auto;
        margin-left: 8px;
}
.package h2{
	text-align: center;
}



.ast_heading{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:50px;
}
.ast_heading h1{
	float:left;
	width:100%;
	margin:0px 0px 10px 0px;
	text-transform:capitalize;
}
.ast_heading h1 span{
color: #872339;

    font-family: 'Tangerine', cursive;
    font-size: 70px;
    font-weight: bold;
}
.ast_heading p{
	float:left;
	width:100%;
	margin:0px;
	font-size:16px;
}
/*---------- Heading css end -------*/
/*---------- About Us css start -------*/
.ast_about_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.ast_about_info{
	float:left;
	width:100%;
}
.ast_about_info h4{
	float:left;
	width:100%;
	font-size:20px;
	margin-top:0px;
	margin-bottom:15px;
	text-transform:capitalize;
}
.ast_about_info p{
	float:left;
	width:100%;
	margin-bottom:15px;
}
.ast_about_info_img{
	float:left;
	width:100%;
	text-align:center;
}
.ast_about_info_img img{
    /* width: 350px; */
    margin-top: -50px;
}
/*---------- About Us css end -------*/
/*---------- Video Tour css start -------*/
.ast_videotour_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.ast_videotour_img{
	float:left;
	width:100%;
	text-align:center;
	position:relative;
}
.ast_videotour_img a{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0px auto;
    margin-top: -25px;
    width: 64px;
    height: 64px;
    background-color: #ffffff;
    border-radius: 100%;
    text-align: center;
    line-height: 64px;
    color: #000000;
    font-size: 24px;
    padding-left: 5px;
}
/*---------- Video Tour css end -------*/
/*---------- Why We css start -------*/
.ast_whywe_wrapper{
	float:left;
	width:100%;
	background-color:#f4f4f4;
}
.ast_whywe_info{
	float:left;
	width:100%;
}
.ast_whywe_info_box{
	float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom:30px;
}
.ast_whywe_info_box span{
    float: left;
    width: 120px;
    height: 120px;
    line-height: 90px;
    border-radius: 100%;
    background-color: #ff6f00;
    text-align: center;
    border: 10px solid #FFFFFF;    
    -webkit-box-shadow: -1px 0px 1px 0px #e1e1e1;
    -moz-box-shadow: -1px 0px 1px 0px #e1e1e1;
    -o-box-shadow: -1px 0px 1px 0px #e1e1e1;
    -ms-box-shadow: -1px 0px 1px 0px #e1e1e1;
    box-shadow: -1px 0px 1px 0px #e1e1e1;
}
.ast_whywe_info_box span img{
	display:inline-block;
    width: 48px;
}
.ast_whywe_info_box_info{
    position: absolute;
    top: 20px;
    left: 50px;
    right: 0;
    height: 80px;
    background-color: #ffffff;
    margin-bottom: 0px;
    border-radius: 3px;
    z-index: -1;
    padding-top: 25px;
    padding-right: 10px;
    padding-left: 75px;
    -webkit-box-shadow: 0px 0px 1px 0px #e1e1e1;
    -moz-box-shadow: 0px 0px 1px 0px #e1e1e1;
    -o-box-shadow: 0px 0px 1px 0px #e1e1e1;
    -ms-box-shadow: 0px 0px 1px 0px #e1e1e1;
    box-shadow: 0px 0px 1px 0px #e1e1e1;
}
.ast_whywe_info_box_info p{
    float: left;
    width: 100%;
    margin-bottom: 0px;
    font-size: 16px;
    color: #333333;
}
/*---------- Why We css end -------*/
/*---------- Services css start -------*/
.ast_service_wrapper{
	float:left;
	width:100%;
	background-color:#ffffff;
}
.gray_wrapper .ast_service_box{
	background-color:#ffffff;
}
.ast_service_box{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
    padding: 30px 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_service_box:hover{
    -webkit-box-shadow: 0px 10px 15px -10px #777777;
    -moz-box-shadow: 0px 10px 15px -10px #777777;
    -ms-box-shadow: 0px 10px 15px -10px #777777;
    -o-box-shadow: 0px 10px 15px -10px #777777;
    box-shadow: 0px 10px 15px -10px #777777;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_service_box:hover img {
    -webkit-box-shadow: 0px 0px 30px -10px #000000;
    -moz-box-shadow: 0px 0px 30px -10px #000000;
    -o-box-shadow: 0px 0px 30px -10px #000000;
    -ms-box-shadow: 0px 0px 30px -10px #000000;
    box-shadow: 0px 0px 30px -10px #000000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_service_box img{
	display:inline-block;
	border: 5px solid #ffffff;
    border-radius: 100%;
    padding: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_service_box:hover h4{
	color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_service_box h4{
    float: left;
    width: 100%;
    font-size: 20px;
    text-transform: capitalize;
    margin: 25px 0px 10px 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_service_box p{
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.ast_service_slider{
	float:left;
	width:100%;
}
.ast_service_slider img{
    width: auto !important;
    display: inline-block !important;
}
.ast_service_slider .owl-theme .owl-nav {
    margin-top: 10px;
}
.ast_service_slider .owl-theme .owl-nav [class*='owl-'] {
    color: #333333;
    padding: 8px 20px;
    background: #f4f4f4;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.gray_wrapper .ast_service_slider .owl-theme .owl-nav [class*='owl-']{
	background-color:#ffffff;
}
.ast_service_slider .owl-theme .owl-nav [class*='owl-']:hover{
	background-color: #ff6f00;
	color:#ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_service_slider .owl-theme .owl-dots{
	display:none;
}
/*---------- Services css end -------*/
/*---------- We Do css start -------*/
.ast_wedo_wrapper{
	float:left;
	width:100%;
	background-color:#f4f4f4;
}
.ast_vedic_astrology{
	float:left;
	width:100%;
	padding:15px;
	border:1px solid #e1e1e1;
	margin-bottom:30px;
	background-color:#ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_vedic_astrology:hover{
    -webkit-box-shadow: 0px 10px 15px -10px #777777;
    -moz-box-shadow: 0px 10px 15px -10px #777777;
    -ms-box-shadow: 0px 10px 15px -10px #777777;
    -o-box-shadow: 0px 10px 15px -10px #777777;
    box-shadow: 0px 10px 15px -10px #777777;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_vedic_astrology h4{
	float:left;
	width:100%;
	font-size:20px;
	margin:0px 0px 15px 0px;
	text-transform:capitalize;
}
.ast_vedic_astrology ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.ast_vedic_astrology ul li{
	list-style:none;
	float:left;
	width:100%;
	border-top:1px solid #e1e1e1;
	padding:10px 0px;
}
.ast_vedic_astrology ul li:last-child{
	padding-bottom:0px;
}
.ast_vedic_astrology ul li a{
	float:left;
	width:100%;
}
.ast_vedic_astrology ul li a img{
	float:left;
	width:45px;
	height:45px;
}
.ast_vedic_astrology ul li a .ast_vedic_astro_info{
	float:left;
	width:calc(100% - 50px);
	padding-left:20px;
}
.ast_vedic_astrology ul li a .ast_vedic_astro_info h5{
	float:left;
	width:100%;
	text-transform:capitalize;
	margin-top:0px;
	font-size:18px;
	margin-bottom:3px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_vedic_astrology ul li a .ast_vedic_astro_info p{
	float:left;
	width:100%;
	margin-bottom:0px;
}
.ast_vedic_astrology ul li:hover a .ast_vedic_astro_info h5{
    color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_vedic_astro_box{
	float:left;
	width:100%;
	text-align:center;
    border-top: 1px solid #e1e1e1;
    padding-top: 15px;
}
.ast_vedic_astro_box img{
	display:inline-block;
}
.ast_vedic_astro_box p{
	float:left;
	width:100%;
	text-align:left;
	margin:10px 0px;
}
/*---------- We Do css end -------*/
/*---------- Timer css start -------*/
.ast_timer_wrapper{
    float: left;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
	 background-image: url(../images/content/timer_bg.jpg);
    background-position: center center;
	 background-repeat: no-repeat;
}
.ast_img_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background-color:rgba(0, 0, 0, 0.5);
}
.ast_timer_wrapper .ast_heading h1, .ast_timer_wrapper .ast_heading p{
    color:#ffffff;
}
.ast_counter_wrapper{
	float:left;
	width:100%;
	padding:0px;
}
.ast_counter{
	float:left;
	width:100%;
	text-align:center;
	padding:0px;
	margin-bottom:30px;
}
.ast_counter span{
    display: inline-block;
    margin-bottom: 20px;
    border: 2px dotted #ffffff;
    border-radius: 100%;
    padding: 20px;
}
.ast_counter span img{
	display:inline-block;
}
.ast_counter h2{
	float:left;
    font-size: 36px;
    margin: 0px;
    color: #ff6f00;
    width: 100%;
    margin-bottom: 10px;
}
.ast_counter h4{
    margin: 0px;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 20px;
    float: left;
    width: 100%;
}
/*---------- Timer css end -------*/
/*---------- Packages css start -------*/
.ast_packages_wrapper{
	float:left;
	width:100%;
	background-color:#f4f4f4;
}
.ast_packages_mainbox{
	float:left;
	width:100%;
}
.back1{
	float:left;
	width:100%;
	background-color:#ffffff;
	text-align:center;
	padding:0px 15px;
	
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: url(../images/pack1.jpg) center no-repeat;
        padding-bottom: 0em;
}
.liststyle h2{
	font-size: 25px;
    color: #fff !important;

    padding-left: 20px;
    background: #f8bf1f;
    text-align: left;
    padding: 8px;
    border-radius: 5px;
}
.back1:before {
content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: linear-gradient(-180deg,rgba(23, 23, 23, 0.73) 10.16%,rgba(18, 18, 19, 0.85) 89.45%);
    pointer-events: none;
}
.back2{
	float:left;
	width:100%;
	background-color:#ffffff;
	text-align:center;
	padding:0px 15px;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: url(../images/pack2.jpg) center no-repeat;
}

.back2:before {
content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: linear-gradient(-180deg,rgba(23, 23, 23, 0.73) 10.16%,rgba(18, 18, 19, 0.85) 89.45%);
    pointer-events: none;
}
.back3{
	float:left;
	width:100%;
	background-color:#ffffff;
	text-align:center;
	padding:0px 15px;
	
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: url(../images/pack3.jpg) center no-repeat;
}

.back3:before {
content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: linear-gradient(-180deg,rgba(23, 23, 23, 0.73) 10.16%,rgba(18, 18, 19, 0.85) 89.45%);
    pointer-events: none;
}
.footaddress{
	background: #fff !important;
    overflow: hidden;
    clear: both;
    margin-top: 35em;
    position: relative;
    padding: 0px !important;
    margin: 0px !important;
}
.packlogo{
	padding-top: 10px;
	padding-bottom: 10px;
}
.package1{
	padding: 0px !important;

}
.packaddress{
	padding: 15px 0px !important;
}
.box1{
	margin-top: 5em;
}
.packaddress p{
	color: #000;
	padding-top: 5px;
	font-weight: 800;
}
.packlogo img{
	max-width: 80%;
}
.packaddress .contact_info a{
	color: #000;
}
.ast_packages_box:hover{
    -webkit-box-shadow: 0px 10px 15px -10px #777777;
    -moz-box-shadow: 0px 10px 15px -10px #777777;
    -ms-box-shadow: 0px 10px 15px -10px #777777;
    -o-box-shadow: 0px 10px 15px -10px #777777;
    box-shadow: 0px 10px 15px -10px #777777;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_packages_box h3:after{
    content: "";
    position: absolute;
    top: 125px;
    left: 0;
    right: 0;
    margin: 0px auto;
    background-color: #e1e1e1;
    height: 1px;
    z-index: -1;
}
.ast_packages_box h3{
	float:left;
	width:100%;
	text-transform:capitalize;
	margin:0px;
    position: relative;
    z-index: 10;
}
.ast_packages_box .ast_price{
	display:inline-block;
	width:150px;
	height:150px;
	border:8px solid #f4f4f4;
	background-color:#872339;
	border-radius:100%;
	margin:30px 0px;
	position:relative;
    z-index: 10;
    padding-top: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_packages_box:hover .ast_price{
	background-color: #f8bf2c;
    -webkit-box-shadow: 0px 0px 30px -10px #000000;
    -moz-box-shadow: 0px 0px 30px -10px #000000;
    -o-box-shadow: 0px 0px 30px -10px #000000;
    -ms-box-shadow: 0px 0px 30px -10px #000000;
    box-shadow: 0px 0px 30px -10px #000000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_packages_box .ast_price h2{
	display:inline-block;
	margin:0px;
	text-transform:uppercase;
	color: #fff;
	font-size: 30px !important;
	text-align: center;
	    padding-left: 0px;
}
.ast_packages_box:hover .ast_price h2{
	color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_packages_box .ast_price p{
	display:inline-block;
	margin:0px;
	text-transform:uppercase;
	color: #fff;
    font-size: 12px;
}
.ast_packages_box:hover .ast_price p{
	color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.ast_packages_box .ast_price1{
	display:inline-block;
	width:120px;
	height:120px;
	border:8px solid #f4f4f4;
	background-color:#ffffff;
	border-radius:100%;
	margin:20px 0px;
	position:relative;
    z-index: 10;
    padding-top: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_packages_box:hover .ast_price1{
	background-color: #f8bf2c;
    -webkit-box-shadow: 0px 0px 30px -10px #000000;
    -moz-box-shadow: 0px 0px 30px -10px #000000;
    -o-box-shadow: 0px 0px 30px -10px #000000;
    -ms-box-shadow: 0px 0px 30px -10px #000000;
    box-shadow: 0px 0px 30px -10px #000000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_packages_box .ast_price1 h2{
	display:inline-block;
	margin:0px;
	text-transform:uppercase;
	color: #872339;
	font-size: 24px !important;
	text-align: center;
	    padding-left: 0px;
}
.ast_packages_box:hover .ast_price1 h2{
	color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_packages_box .ast_price1 p{
	display:inline-block;
	margin:0px;
	text-transform:uppercase;
	color: #872339;
    font-size: 14px;
}
.ast_packages_box:hover .ast_price1 p{
	color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}



.ast_packages_box ul{
	float:left;
	width:100%;
	margin:0px;
	margin-bottom:30px;
	padding:0px;
}
.ast_packages_box ul li{
display: inline-block;
    list-style: none;
    width: 100%;
    text-transform: capitalize;
    padding: 6px 0px;
    text-align: left;
    padding-left: 0px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.ast_packages_box ul li i{
	padding-right:8px;
	color:#72C759;
}
.ast_packages_box ul li i.fa-times{
	color:#f12626;
}
.ast_packages_box.active{
    position: relative;
    margin-top: 25px;
    -webkit-box-shadow: 0px 10px 15px -10px #777777;
    -moz-box-shadow: 0px 10px 15px -10px #777777;
    -ms-box-shadow: 0px 10px 15px -10px #777777;
    -o-box-shadow: 0px 10px 15px -10px #777777;
    box-shadow: 0px 10px 15px -10px #777777;
}
.ast_packages_mainbox h3{
position: absolute;
    top: -64px;
    padding: 10px 0px;
    background-color: #872339;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
    font-size: 20px;
        width: 94.5%;
    text-align: center;
}

.ast_packages_mainbox h3{
position: absolute;
    top: -64px;
    padding: 10px 0px;
    background-color: #872339;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
    font-size: 20px;
        width: 100%;
    text-align: center;
}
.ast_packages_box.active .ast_price{
	background-color: #f8bf2c;
    -webkit-box-shadow: 0px 0px 30px -10px #000000;
    -moz-box-shadow: 0px 0px 30px -10px #000000;
    -o-box-shadow: 0px 0px 30px -10px #000000;
    -ms-box-shadow: 0px 0px 30px -10px #000000;
    box-shadow: 0px 0px 30px -10px #000000;
}
.ast_packages_box.active .ast_price h2{
	color: #ffffff;
}
.ast_packages_box.active .ast_price p{
	color: #ffffff;
}
/*---------- Packages css end -------*/
/*---------- Horoscope css start -------*/
.ast_horoscope_wrapper{
	float:left;
	width:100%;
	background-color:#f4f4f4;
}
.ast_horoscope_wrapper.ast_index_horoscope{
	background-color:#ffffff;
}
.ast_horoscope_info{
	float:left;
	width:100%;
    margin-bottom: 50px;
}
.ast_horoscope_info h3{
	float:left;
	width:100%;
	margin:0px;
	margin-bottom:15px;
	text-transform:capitalize;
}
.ast_horoscope_info p{
	float:left;
	width:100%;
}
.ast_horoscope_box{
    float: left;
    width: 100%;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 30px;
    text-align: center;    
	border-radius: 3px;
	border:10px solid #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_index_horoscope .ast_horoscope_box{
	background-color:#f4f4f4;
}
.ast_horoscope_box a{
	float:left;
	width:100%;
	padding:20px;
}
.ast_horoscope_box:hover{
    background-color: #f4f4f4;	
    -webkit-box-shadow: 0px 10px 15px -10px #777777;
    -moz-box-shadow: 0px 10px 15px -10px #777777;
    -ms-box-shadow: 0px 10px 15px -10px #777777;
    -o-box-shadow: 0px 10px 15px -10px #777777;
    box-shadow: 0px 10px 15px -10px #777777;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_index_horoscope .ast_horoscope_box:hover{
	background-color:#ffffff;
}
.ast_index_horoscope .ast_horoscope_box{
	border-color:#f4f4f4;
}
.ast_horoscope_box span{
    display: inline-block;
    border: 5px solid #f4f4f4;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 90px;
    background-color: #f4f4f4;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_horoscope_box h4{
	float:left;
	width:100%;
	text-transform:capitalize;
	margin:20px 0px 10px 0px;
	font-size:20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_horoscope_box p{
	float:left;
	width:100%;
	margin-bottom:0px;
}
.ast_horoscope_box:hover span{
	background-color: #ff6f00;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	-webkit-box-shadow: 0px 0px 30px -10px #000000;
	-moz-box-shadow: 0px 0px 30px -10px #000000;
	-o-box-shadow: 0px 0px 30px -10px #000000;
	-ms-box-shadow: 0px 0px 30px -10px #000000;
	box-shadow: 0px 0px 30px -10px #000000;
}
.ast_horoscope_box:hover span svg{
	fill:#ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_horoscope_box:hover h4{
	color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_packages_box h2{
	
        font-size: 25px;
    color: #f8bf2c;
    text-align: left;
    padding-left: 20px;
}
.second{
	padding-top: 5em;
    
}
ul.secondlist{
	padding-bottom: 8.3em;

}
.first{
	
    
}
ul.firstlist{
    padding-bottom: 13.6em;

}
.note{
	    text-align: center;
    font-style: italic;
    color: #872339;
    font-family: lora;
    font-weight: 900;
}
.ast_packages_box  .fa{
	color: #f8bf2c;

}
.test{
	    font-size: 18px;
    text-align: justify;
}
.packsection{
	background: #f5f5f5;
	padding: 40px 0px !important;
}
.navbar-default .navbar-nav > li.active > a{
	color: #f2b410;
}

.navbar-default .navbar-nav > li > a{
	letter-spacing: .1px;
}


@media screen and (max-width:768px) {
.section-grey.small-padding-bottom, .section-white.small-padding-bottom, .section-dark.small-padding-bottom, .section-blue.small-padding-bottom {
    padding: 20px 0 23px 0;
}
.no-padding-bottom{
	    padding: 90px 0 165px 0 !important;
}
.margin-bottom-40 {
    margin-bottom: 0px !important;
}

.navbar-brand img {
    width: 85% !important;
}
.navbar-collapse .in{
	margin-top: 2em;
}



.form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 20px !important;
    z-index: 9;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 16% !important;
}

#hero-section{
	padding: 0px 0px 30px !important;
}
.carousel .testimonial {
    padding: 30px 50px 10px;
    font-size: 18px !important;
    line-height: 30px;
}
.carousel-control.right {
    background: none;
    top: 50%;
    font-size: 55px;
    color: #000;
    width: 8% !important;
}
.refreness .h1-responsive {
    padding-bottom: .8em;
    font-size: 28px !important;
}
.contact2-hero-section{
	    padding: 20px 0 20px 0 !important;
}
.ast_heading h1 span {
    color: #872339;
    font-family: 'Tangerine', cursive;
    font-size: 40px;
    font-weight: bold;
}
.package h2 {
    text-align: center;
    font-size: 20px;
}
.ast_heading .ast_bottompadder20 h4{
	font-size: 13px;

}
.ast_packages_box ul li {
    display: inline-block;
    list-style: none;
    width: 100%;
    text-transform: capitalize;
    padding: 6px 0px;
    text-align: left;
    padding-left: 0px;
    font-size: 14px !important;
    color: #fff;
    font-weight: 500;
}
.packlogo img {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}
.packaddress {
    padding: 15px 7px !important;
    text-align: center;
}
.ast_packages_box .ast_price1 {
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 8px solid #f4f4f4;
    background-color: #ffffff;
    border-radius: 100%;
    margin: 20px 0px;
    position: relative;
    z-index: 10;
    padding-top: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_packages_box .ast_price1 h2 {
    display: inline-block;
    margin: 0px;
    text-transform: uppercase;
    color: #872339;
    font-size: 16px !important;
    text-align: center;
    padding-left: 0px;
}
.ast_packages_box .ast_price {
    display: inline-block;
    width: 120px;
    height: 120px;
    border: 8px solid #f4f4f4;
    background-color: #872339;
    border-radius: 100%;
    margin: 30px 0px;
    position: relative;
    z-index: 10;
    padding-top: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_packages_box .ast_price h2 {
    display: inline-block;
    margin: 0px;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px !important;
    text-align: center;
    padding-left: 0px;
}
.packsection{
	    padding: 1px 0px !important;
}
.tp-caption.Concept-SubTitle, .Concept-SubTitle {
    color: rgba(255, 255, 255, 0.80);
    font-size: 22px !IMPORTANT;
    line-height: 0px !IMPORTANT;
    font-weight: 400;
    font-style: italic;
    font-family: 'Lora', serif;
    padding: 0px 0px 10px 0px !IMPORTANT;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    margin: 0px !important;
}
span.comic-text {
    font-size: 60px !important;
    line-height: 60px;
    color: #F2B410;
    font-family: 'Tangerine', cursive;
  
}

li.social{
	    display: inline-block;
    float: left;
}
h2.section-title {
    color: #252525;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 7px 0;
}
.float {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 25px;
    right: 4px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.open-button {
    background-color: #762b34;
    color: white;
    padding: 2px 0px !important;
    border: none;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    position: fixed;
    top: 30%;
    right: -97px !important;
    width: 180px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 14px !important;
    font-weight: 800;
    z-index: 111;
}
h2.section-title.white, h3.section-title.white {
    color: #fff;
    font-size: 22px;
    margin-bottom: 6px !important;
}
.popup-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 0em;
}
.requst{
	padding-top: 10px !important;
}
.requst {
    background: #000 !important;
    padding: 40px 0px 70px !important;
}
.requst .section-title .no-margin{
	color: #fff !important;
}
.mirawedding{
	    padding: 7px 0 165px 0 !important;
}
.mirawedding span.comic-text {
    font-size: 36px !important;
    line-height: 60px;
    color: #F2B410;
    font-family: 'Tangerine', cursive;
}
.image-section {
    width: 100%;
    position: relative;
    background: url(../images/bg4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin: 0 auto;
    padding: 25px 0 25px 0 !important;
}
.navbar-brand {
    float: left;
    height: 30px;
    padding: 0 1px !important;
    font-size: 18px;
    line-height: 20px;
}
.section-white {
    background-color: #fff;
    padding: 30px 0;
}
.navbar-toggle{
	margin-top: -1em;
	}
.tp-bgimg .defaultimg{
	height: 170px !important;
}

.tp-caption .Concept-SubTitle   .tp-resizeme{
	font-size: 30px !important;
}
.tp-mask-wrap{
	    left: 50px !important;
}
.tp-caption.Concept-SubTitle, .Concept-SubTitle {
    color: rgba(255, 255, 255, 0.80);
    font-size: 22px !important;
    line-height: 25px;
    font-weight: 400;
    font-style: italic;
    font-family: 'Lora', serif;
    padding: 0px 0px 10px 0px;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0px 0px 0px 0px;
    left: -17%;
    top: -60px;
}
.ourstory{
	    padding: 0px 0 !important;
}
.ourstory .slideInLeft{
	padding:5px 0px 20px !important;
}
.truepassion{
margin: 2em 0px;
}
.cook{
	margin-top: 3em;
}
.requst h2 {
    color: #fff !IMPORTANT;
    font-size: 34px !IMPORTANT;
}
#rev_slider_202_1_wrapper{
	height: 170px !important;
}
.forcefullwidth_wrapper_tp_banner{
	height: 170px !important;
}
.padding-top-50 {
    padding-top: 35px !important;
}
#navbar-collapse-02{
	    position: relative;
    z-index: 99999999;
    background: #000;
}
}











.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 19px;
    border: 1px solid #800020;
    border-radius: 5px;
    text-align: center;
    color: #800020;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 1.5em;
    margin-left: 14px;

}
.filter-button:hover
{
  font-size: 19px;
    border: 1px solid #f2b410;
    border-radius: 5px;
    text-align: center;
    background: #f2b410;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 1.5em;
    margin-left: 14px;

}
.btn-default:active .filter-button:active
{
      background: #f2b410 !important;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
.refreness{
	    background: #f5f5f5;
    padding: 2em 0px 4em;
}
.refreness .h1-responsive{
	padding-bottom: .8em;

}
.testimonial-card .card-up {
    height: 120px;
    overflow: hidden;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.info-color {
    background-color: #800020 !important;
}
.blue-gradient {
    background: #f2bc2c !important;
}
.indigo {
  background-color: #800020 !important;
}
.h1-responsive{
	    font-weight: 700!important;
    text-transform: uppercase;
    font-size: 42px;
}
.testimonial-card .avatar {
    width: 120px;
    margin:0 auto;
    overflow: hidden;
    border: 5px solid #fff;
    border-radius: 50%;
}
.mx-auto{
margin-top: -60px !important;
    overflow: hidden;
    clear: both;
}
.font-weight-bold {
    font-weight: 700!important;
}
.dark-grey-text {
    color: #4f4f4f!important;
        padding: 6px;
}
.testimonial-card .avatar img {
    width: 100%;
}
p.dark-grey-text{
	margin-bottom: 5px !important;

}
.card-body span{
    text-align: center;
    font-size: 17px;
    color: #403e3e;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    height: 250px;
        margin-bottom: 15px;
}

.mask {
    position: absolute;
  
    width: 125px;
}
.profilecontent h2{
	margin-top: 0px;
}
.profilecontent h4{
	margin-bottom: 10px;
	line-height: 23px;
	font-size: 16px;

}
.profilecontent p{
    margin-bottom: 5px;
    color: #454545;
    font-size: 18px;
    font-weight: 800;
}
.aboutprofile{
	background: #fff;
}
.spacialties{
	background: #f5f5f5;
	    padding: 3em 0px;
}
.spacialties ul li{
	    font-size: 17px;
    list-style: disc;
        line-height: 35px;
            text-transform: capitalize;
}
.spacialties ul{
	margin-left: 15px;
}
.spacialties p{
	    text-align: justify;
    font-size: 17px;
        margin-bottom: 10px;
            text-transform: capitalize;
}
.spacialties h3{
	margin-bottom: 10px;
	    margin-top: 10px;
	        color: #561d2c;
}
.pack{

    width: 100%;
    position: relative;
    background: url(../images/bg8.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    color: white;
    margin: 0 auto;
    padding: 60px 0;

}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:4px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float{
	margin-top:16px;
}
.found{
    font-size: 19px;
    line-height: 32px;
    text-align: justify;

}
.title h5{
	display: none;

}
.profilecontent h2{
	margin-top: 1.5em;
}

.btn-sm:hover{
	    background: #7e2835;
    border: 1px solid #7e2835;
}












.open-button {
    background-color: #762b34;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
font-family: 'Montserrat', sans-serif;
    position: fixed;
    top: 30%;
    right: -80px;
    width: 210px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 20px;
    font-weight: 800;
    z-index: 111;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 50px;
 
  z-index: 9;
   -ms-transform: rotate(0deg); /* IE 9 */
  -webkit-transform: rotate(0deg); /* Safari prior 9.0 */
  transform: rotate(0deg); /* Standard syntax */
  top: 20%;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
      font-family: 'Montserrat', sans-serif;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
background-color: #4CAF50;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
.edication h4{
	font-size: 18px;
	font-weight:bold;
	    margin-bottom: 2px;
	    text-transform: capitalize;

}
.edication h5{
	font-size: 15px;
	font-weight:normal;
	    margin-bottom: 6px;
	    text-transform: capitalize;

}

.award h5{
	font-size: 15px;
	font-weight:normal;
	text-transform: capitalize;


}
.mission{
	border: 1px solid #f5f5f5;
}
.mission h1{
	font-size: 70px;
	text-align: center;
	margin: 17% 0px;

}

.vision{
	border: 1px solid #f5f5f5;
}
.vision h1{
	font-size: 70px;
	text-align: center;
	margin: 9.5% 0px;

}
.missionconent{
padding: 60px 0 60px 0 !important;
}
.visionimg img{
	border:1px solid #f5f5f5;
}
.aboutmira p{
	text-align: justify;
	font-size: 16px;
	line-height: 30px;


}


.visionbanner {
    width: 100%;
    position: relative;
    background: url(../images/banner/mission-banner.jpg) top center;
    background-size: cover;
    color: white;
    margin: 0 auto;
    padding: 210px 0 90px 0;
}
.aboutbanner{
	  width: 100%;
    position: relative;
    background: url(../images/banner/aboubanner.jpg) top center;
    background-size: cover;
    color: white;
    margin: 0 auto;
    padding: 210px 0 90px 0;
}
.directbanner{
	 width: 100%;
    position: relative;
    background: url(../images/banner/director.jpg) top center;
    background-size: cover;
    color: white;
    margin: 0 auto;
    padding: 210px 0 90px 0;

}

.carousel-caption {
    right: 15%;
    left: 15%;
    padding-bottom: 30px;
    top: 42%;
   
}
.carousel-caption h5{
	 color: #fff;
    font-size: 50px;

}
.visionimg{
	width: 40%;
}
.visionimg img{
text-align: center;
margin: 0 auto;
opacity: 0.5;
margin-top: 9%;
float: right;
}
.misionimg{
	width: 40%;
}
.misionimg img{
text-align: center;
    margin: 0 auto;
    opacity: 0.5;
    margin-top: 9%;
    float: right;
}