
@import url('https://fonts.googleapis.com/css?family=Raleway:700');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Pacifico');
@import url('https://fonts.googleapis.com/css?family=Norican');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Berkshire+Swash');
button:hover,
button:active,
button:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
    .row.equal .vertical {
        width: 95% !important;
        transform: translate(-50%, 50%);
        top: 10%;
        left: 50%;
        position: absolute;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}

.input-rect {
    box-shadow: none !important;
    border-radius: 0px;
}

@media(min-width: 767px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.elegantshadow {
    color: #fff; 
    
}

.overlay-bg {
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0, 0.5);
}
.pr-text{
    float: right;
    padding-right: 20px;
}


.navbar{
    background-color: rgba(255,255,255,1);
    font-family: "Roboto",sans-serif;
    color: #000 !important;
    outline: 0;
    padding: 10px 0px;
    
}

.navbar-brand>img {
    display: block;
    width: 140px;
    margin-top: -13px;
}

@media(min-width:768px){
    .navbar{
        background-color: rgba(255,255,255,0) !important;
        border: transparent;
        transition:500ms ease-in-out;
        font-size: 15px;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
        color: #fff !important;

    }

    
    .navbar-default.scrolled{
        background:#fff !important;
        color:  #f5485f !important;
        -webkit-box-shadow: 0px 5px 41px -15px rgba(112,106,112,0.75);
        -moz-box-shadow: 0px 5px 41px -15px rgba(112,106,112,0.75);
        box-shadow: 0px 5px 41px -15px rgba(112,106,112,0.75);
     }
     .navbar-default.scrolled .navbar-nav>li>a {
         color: #f5485f !important;
     }
}



.navbar-brand{
    color:#000 !important;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-search-btn {
    position: relative;
    float: right;
    padding: 4px 8px;
    margin-top: 8px;
    margin-right: 6px;
    margin-bottom: 8px;
    background-image: none;
    border-radius: 4px;
    color: #777;
    font-size: 18px;
}

@media (min-width:768px){
    .navbar-search-btn{
        display: none
    }
}

@media(min-width:768px){
.nav-hover a {
	padding: 0px 0;
}

.nav-hover a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #f5485f;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.nav-hover a:hover::after,
.nav-hover a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
}


.slider-bg{
    background-size: cover;
    background-position: center
}

.slider-items{
    position: relative;
    z-index: 99;
}

.slider-contents{
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999;
    text-align: center;
}
.slider-contents h1{
    font-family: 'Berkshire Swash', cursive;
    font-size: 40px;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
    margin-bottom: 25px;
   
}
.slider-contents h3{
    font-size: 46px;
    line-height: 58px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 40px;
}
a.booknow-btn{
    display: inline-block;
    padding: 12px 40px;
    text-transform: uppercase;
    color: #fff;
    background: #093d6b;
    text-decoration: none;
}
a.booknow-btn:hover{
    background: #fff;
    color: #093d6b;
}
.slider-active .owl-nav div{
    position: absolute;
    right: 20%;
    bottom: 0;
    height: 50px;
    width: 50px;
    background: #222;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
}
.slider-active .owl-nav div:hover{
    background: #f9690e;
}
.slider-active .owl-nav div.owl-prev{
    right: 22.60%;
}


/* (1366x768) WXGA Display */
@media  screen and (min-width: 1366px) and (max-width: 1919px) {

	.slider-active .owl-nav div {
		right: 8.6%;
	}
	.slider-active .owl-nav div.owl-prev {
		right: 12.25%;
	}
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1197px) {
    .slider-contents h3 {
        font-size: 30px;
        line-height: 45px;
    }
    .slider-active .owl-nav div {
        right: 2%;
    }
    .slider-active .owl-nav div.owl-prev {
        right: 7.1%;
    }
    .slider-area2 .slider-items {
        height: 564px;
    }
}
/* Normal desktop :991px. */
@media (min-width: 768px) and (max-width: 991px) {
    .slider-items {
        height: 520px;
    }
    .slider-contents h3 {
        font-size: 35px;
        line-height: 45px;
    }
    .slider-active .owl-nav div {
        right: 2%;
    }
    .slider-active .owl-nav div.owl-prev {
        right: 8.5%;
    }
    .slider-area2 .slider-items {
        height: 557px;
    }
}
/* small mobile :320px. */
@media (max-width: 767px) {
  
    .slider-items {
        height: 500px;
    }
    .slider-contents h3 {
        font-size: 18px;
        line-height: 28px;
        font-weight: 700;
        margin-bottom: 30px;
    }
    
    .slider-active .owl-nav div {
        right: 3%;
    }
    .slider-active .owl-nav div.owl-prev {
        right: 18.6%;
    }
}



button:active,
button:hover,
button:focus {
    outline: 0;
}

.owl-carousel.dots-inside .owl-dots {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding-bottom: 15px;
    z-index: 10;
}

.owl-carousel .owl-dots {
    display: block;
    width: 100%;
    margin-top: 18px;
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 6px;
    transition: all .25s;
    border: 3px solid #f5485f;
    border-radius: 50%;
    background-color: transparent;
}

.owl-carousel .owl-dots .owl-dot.active {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    border-width: 1px;
}
.owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding-bottom: 10px !important;
    z-index: 10;
}

.sec-welcome {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 1.8em;
}

.sec-title h2 {
    font-size: 40px;
    font-weight: 700;
    background: -webkit-linear-gradient(#e73c3c, #ff5076);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: none;
    font-family: 'Berkshire Swash', cursive;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sec-title-sm{
    font-size: 25px;
    font-weight: 700;
    background: -webkit-linear-gradient(#e73c3c, #ff5076);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Berkshire Swash', cursive;
}

.sec-welcome {
    position: relative;
    padding: 30px 0px 30px 0px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 1.8em;
}

.sec-welcome .column {
    margin-bottom: 60px;
}

.sec-welcome .sec-title {
    margin-top: 60px;
}

.sec-welcome.inner-box .content .read-more {
    margin-top: 30px;
    padding: 10px 40px;

}

.block {
    text-align: center;
    background: #c0c0c0;
    border: #a0a0a0 solid 1px;
    margin: 20px;
}

.block:before {
    content: '\200B';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.centered {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    padding: 10px 15px;
    border: #a0a0a0 solid 1px;
    background: #f5f5f5;
}



.parallax-image-section {
    position: relative;
    padding: 130px 0px;
    text-align: center;
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-image-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(13, 13, 13, 0.2);
}

.parallax-image-section h2 {
    position: relative;
    font-size: 40px;
    margin-bottom: 25px;
    color: #fff;
    font-family: 'Norican', cursive;
}

.parallax-image-section h4 {
    position: relative;
    color: #ffffff;
    font-size: 36px;
    margin-top: -10px;
    font-family: 'Roboto Slab', serif;
}

.parallax-image-section .icon-box {
    position: relative;
    margin-bottom: 10px;
}



.history-section {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.8em;
    position: relative;
    padding: 50px 0px;
    color: #333;
}

.history-section .sec-title {
    margin-bottom: 0px;
}

.history-section .image-column {
    position: relative;
    text-align: center;
}

.history-section a {
    color: #333;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.history-section .image-column img {
    display: inline-block;
    max-width: 100%;
}

.history-section .text-column {
    position: relative;
    padding-top: 0px;
}

.history-section .text-column .text-content .text {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 2em;
    font-size: 16px;
}


.product-category-section {
    position: relative;
    padding: 50px 0px;
}
.title-container{
    margin: 0px auto;
    float: none !important;
    text-align: center;
    margin-bottom:30px;
}
.title-container h4 {
    font-family: 'Berkshire Swash', cursive;
    font-size: 28px;
    background: -webkit-linear-gradient(#e73c3c, #ff5076);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
}

.category-item {
    position: relative;
    margin-bottom: 45px;
}

.category-item .inner-box {
    text-align: center;
    position: relative;
     -webkit-box-shadow: 0px 10px 41px -12px rgba(179,179,179,1);
    -moz-box-shadow: 0px 10px 41px -12px rgba(179,179,179,1);
    box-shadow: 0px 10px 41px -12px rgba(179,179,179,1);
}

.category-item .inner-box .image-box {
    position: relative;
    overflow: hidden;
   
}

.category-item .inner-box .image-box img {
    position: relative;
    width: 100%;
    display: block;
    
}

.category-item .inner-box .image-box .new {
    position: absolute;
    left: 20px;
    top: 20px;
    line-height: 17px;
    padding: 1px 19px;
    font-size: 12px;
    color: #ffffff;
    z-index: 1;
    border-radius: 0px;
    background-color: rgba(255, 60, 60, 0.87);
    -webkit-box-shadow: 0px 5px 18px -5px rgba(112,106,112,0.75);
    -moz-box-shadow: 0px 5px 18px -5px rgba(112,106,112,0.75);
    box-shadow: 0px 5px 18px -5px rgba(112,106,112,0.75);
}
.category-item .inner-box .image-box .add-cart {
    font-weight: 600;
    position: absolute;
    right: 0px;
    color: #ffffff;
    font-size: 13px;
    padding: 5px 35px;
    font-weight: 700;
    border-radius: 0px;
    bottom: -40px;
    text-transform: uppercase;
    display: inline-block;
    background-color: #003865;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.category-item .inner-box .image-box .add-cart i {
    margin-left: 8px;
    margin-right: 8px;
}

.category-item .inner-box:hover .add-cart {
    bottom: 0px;
}

.category-item .inner-box .lower-content {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.category-item .inner-box .lower-content h3{
   margin: 10px 0px 10px 0px;
}

.category-item .inner-box .lower-content h3 a {
    font-size: 17px;
    color: #333333;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Roboto', serif;
}


.category-item .inner-box .lower-content .text {
    position: relative;
    color: #777777;
    font-size: 13px;
}



.align-center {
    align-self: center;
}

.call-to-action {
    font-family: "Roboto", serif;
    position: relative;
    width: 100%;
    padding: 60px 0px 30px;
    color: #ffffff;
    background-color: #fff;
    color: #333;
}
.call-to-action::before{
    position: absolute;
    bottom:0;
    right: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: #f4f4f4;
    content: '';
}

.call-to-action.style-two {
    background-color: #270d0e;
}

.call-to-action.style-three {
    padding: 70px 0px 40px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.call-to-action.style-three.extended {
    
    padding: 0px 0px;
}

.call-to-action .image-box img {
    display: inline-block;
    max-width: 100%;
}

.theme-brown .call-to-action {
    background-color: #a8724e;
}

.theme-green .call-to-action {
    background-color: #73a702;
}

.call-to-action .column {
    margin-bottom: 30px;
}

.call-to-action .column .bigger-text {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 40px;
    color: #333;
}

.call-to-action.style-three .bigger-text {
    margin-bottom: 25px;
}

.call-to-action .column .bold-text {
    font-size: 20px;
    font-weight: 700;
}



.text-desc-section {
    position: relative;
    padding: 120px 0px 90px 0px;
    font-family: "Roboto", sans-serif;
    line-height: 1.8em;
    font-size: 15px;
}

.text-desc-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

.text-desc-section .meeting-info {
    margin-top: 15px;
    font-size: 15px;
}

.text-desc-section .meeting-info h4 {
    position: relative;
    font-size: 16px;
    color: #333333;
    font-family: 'Roboto', serif;
}

.text-desc-section .meeting-info .text {
    color: #777777;
    font-size: 14px;
}

.text-desc-section .image-column .image-box img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-box-shadow: 0px 10px 41px -12px rgba(112,106,112,1);
    -moz-box-shadow: 0px 10px 41px -12px rgba(112,106,112,1);
    box-shadow: 0px 10px 41px -12px rgba(112,106,112,1);
}

.text-desc-section .image-column .column {
    position: relative;
    padding: 0px 5px;
    margin-bottom: 15px;
}

.link-more {
    margin-top: 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #333 !important;
    text-transform: uppercase;
    text-decoration: none !important;
}

.link-more.fa {
    margin-left: 6px;
    margin-left: 6px;
}



.testimonials {
    background-color: #f4f4f4;
    padding: 50px 0px;
}

.testimonials .thumbnail {
    margin-bottom: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 5px 18px -5px rgba(112,106,112,0.75);
    -moz-box-shadow: 0px 5px 18px -5px rgba(112,106,112,0.75);
    box-shadow: 0px 5px 18px -5px rgba(112,106,112,0.75);
    border-color: transparent;
}

.testimonials .reviews {
    font-family: "Roboto", sans-serif;
    margin: 30px 0px;
}

.testimonials .reviews .desc {
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    padding: 30px;
    position: relative;
    text-align: center;
    line-height: 28px;
}

.testimonials .testmonial-image {
    display: block;
    margin: 0px auto;
    height: 90px;
    width: 90px;
    position: relative;
    padding: 3px;
    margin: 0 10px;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}



footer {
    text-align: center;
    font-family: "Roboto",sans-serif;
}
.footer-area {
	padding:30px 0;
	background:#212121
}
.footer-area p {
	font-size:13px;
	color:#666666;
	margin-bottom:0;
}
.footer-area a {
	font-size: 13px;
    letter-spacing: normal;
    text-decoration: none !important;
    text-transform: capitalize;
	color:#666666;
}
.social-icons {
    margin:0 0 30px 0;
    padding: 0;
}
.social-icons  ul {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0;
}
.social-icons  ul li {
    display: inline-table;
    margin: 0;
    padding:0 5px;
}
.social-icons ul li a {
    background: #333134;
    border-radius: 50%;
    color: #1c1a1d;
    display: block;
    font-size: 16px;
    height: 31px;
    margin: 0;
    padding: 5px 0px 0 0;
    text-align: center;
    text-decoration: none;
    width: 32px;
}.social-icons ul li a {
    background: #333134;
    border-radius: 50%;
    color: #1c1a1d;
    display: block;
    font-size: 16px;
    height: 31px;
    margin: 0;
    padding: 5px 0px 0 0;
    text-align: center;
    text-decoration: none;
    width: 32px;
}
.social-icons  ul li a:hover {
    background:#777677;
    color: #1c1a1d;
    text-decoration: none;
}
.footer-black {
    text-align: center;
}
.footer-area .row {
    margin: 0;
}

.ftr-black-left h6 {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 2px;
    margin: 0;
}

@media (max-width: 767px){
.footer-black {
    text-align: center;
}
}


.single-footer.instagram ul li {
    float: left;
    width: 33.33%;
}
.single-footer.instagram ul li img {
    width: 100%;
}
.single-footer.instagram ul li {
    padding-bottom: 15px;
    padding-right: 15px;
}
.single-footer.instagram ul li a {
    display: block;
    position: relative;
    overflow: hidden;
}
.single-footer.instagram ul li a:hover:before {
    height: 100%;
    top: 0;
    left: 0;
}
.single-footer.instagram ul li a:before {
    background: rgba(229, 76, 42, 0.8) none repeat scroll 0 0;
    content: "";
    height: 0;
    position: absolute;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    color: #fff;
    left: -100%;
    top: -100%;
}
.copyright p {
    margin: 0;
}
.single-footer p.phon {
    margin-bottom: 0;
}
h3.single-footer-title {
    color: #828282;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.offer-inner .order-now > a {
    background: #e54c2a none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    padding: 15px 38px;
    text-transform: uppercase;
}
.offer-inner .order-now > a:hover {
    background: #535353;
    color: #fff
}

.sub-footer{
    font-family: "Roboto",sans-serif;
    background: #272727;
    padding: 30px 0px;
    color: #777777;
    padding:30px 0px
}
.sub-footer .widget-box{
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 20px;
}
.sub-footer .widget-box .open-list{
    list-style: none !important;
    font-size: 13px;
}

@media only screen and (max-width: 991px) and (min-width: 768px)  {
    .sub-footer .newsletter{
        text-align: center !important;
    }
    .single-footer-title{
        text-align: center !important;
    }
}

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}


.close-btn { position: relative; z-index: 9999;}
        .search-area { position: absolute; display: none; content: ''; top:0; left:0;  background: #9C27B0; width:100%; height:100%;}
        .form-btn { margin-top: 40%; font-family: 'Poppins', sans-serif; }
        .form-btn input { height:60px; background: transparent; font-size: 28px; color: #fff; } 
        .form-btn input:focus { background: transparent; outline: none; box-shadow: none; border-color:#ced4da; color: #fff;}
        .brd-left-none { border-left: none !important;}
        .form-btn .form-control { border-right:none !important;}
        .border-bottom { border: none; border-bottom: solid 1px #ced4da; border-radius: 0px;}
        .form-btn input::placeholder { color: #fff; font-weight: normal;}
        .form-btn i { font-size: 30px;}
        
.overlay{
            left:0;
            right: 0;
            top:0;
            bottom: 0;
            background-color: rgba(39,3,3,0.5);
            z-index: 1000;
            
         }
