/* Minification failed. Returning unminified contents.
(5483,30): run-time error CSS1046: Expect comma, found '217'
(5483,37): run-time error CSS1046: Expect comma, found '/'
 */
body {
    font-family: "Oswald", sans-serif;
    padding: 0;
    margin: 0;
    font-size: 15px;
    background-color: #f1f1f1;
}

a.meanmenu-reveal {
	display: none;
}
/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: absolute;
	background: transparent;
	padding: 20px 0 0;
	z-index: 999;
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
	height: 80px;
}
.mean-container a.meanmenu-reveal {
	width: 35px;
	height: 30px;
    top: 12px;
	padding: 12px 15px 0 0;
	position: absolute;
	right: 0;
	cursor: pointer;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: #ffffff;
	height: 4px;
    margin-top: 3px;
    border-radius: 3px;
}
.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #ffffff;
	margin-top: 85px;
}
.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	border: none;
	list-style-type: none;
}
.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}
    .mean-container .mean-nav ul li a {
        display: block;
        float: left;
        width: 90%;
        padding: 1em 5%;
        margin: 0;
        text-align: left;
        color: #677294;
        border-top: 1px solid #DBEEFD;
        text-decoration: none;
        font-weight: 800;
        font-size: 15px;
        color: #0b0320;
        font-family: "Oswald", sans-serif;
        text-transform: unset;
        text-transform: uppercase;
    }
.mean-container .mean-nav ul li a.active {
	color: #000000;
}
.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	color: #677294;
	border-top: 1px solid #DBEEFD;
	opacity: 1;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
	text-transform: none;
	font-size: 14px;
}
.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
	width: 100%;
	height: 24px;
	padding: 12px !important;
	text-align: right ;
	position: absolute;
	right: 0;
	top: -12px;
	z-index: 2;
	font-weight: 700;
	background: transparent;
	border: none !important;
}
.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}
.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.mean-remove {
	display: none !important;
}
.mobile-nav {
    display: none;
}
.mobile-nav.mean-container .mean-nav ul li a.active {
    color: #FF2D55;
}
.main-nav {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    z-index: 999;
    height: auto;
}
.mean-nav .dropdown-toggle::after {
	display: none;
}
.navbar-light .navbar-brand, .navbar-light .navbar-brand:hover {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.main-nav nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.main-nav nav .navbar-nav .nav-item {
    position: relative;
    padding: 15px 0;
}
.main-nav nav .navbar-nav .nav-item a {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
}
.main-nav nav .navbar-nav .nav-item a:hover, 
.main-nav nav .navbar-nav .nav-item a:focus, 
.main-nav nav .navbar-nav .nav-item a.active {
    color: #FF2D55;
}
.main-nav nav .navbar-nav .nav-item:hover a {
    color: #FF2D55;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    background: #0d1028;
    position: absolute;
    top: 80px;
    left: 0;
    width: 250px;
    z-index: 99;
    display: block;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
    position: relative;
    padding: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 9px 15px;
    margin: 0;
    display: block;
    color: #ffffff;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, 
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, 
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #FF2D55;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    position: absolute;
    left: -100%;
    top: 0;
    opacity: 0 !important;
    visibility: hidden !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: -20px !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    position: absolute;
    left: -100%;
    top: 0;
    opacity: 0 !important;
    visibility: hidden !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: -20px !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #ffffff;
    text-transform: capitalize;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, 
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, 
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #FF2D55;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
    color: #FF2D55;
}
.main-nav nav .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.main-nav nav .navbar-nav .nav-item:last-child .dropdown-menu {
    left: auto;
    right: 0;
}

/* Responsive Style */
@media only screen and (max-width: 991px) {
    .mobile-nav {
        display: block;
        position: relative;
    }
    .mobile-nav .logo {
		text-decoration: none;
        position: absolute;
        top: 11px;
        z-index: 999;
        left: 15px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 20px;
    }
    .mean-container .mean-bar {
        background-color: #000;
        padding: 0;
    }
    .mean-container a.meanmenu-reveal {
        padding: 15px 15px 0 0;
    }
    .mobile-nav nav .navbar-nav .nav-item a i {
        display: none;
    }
    .main-nav {
        display: none !important;
    }
}

@font-face{font-family:'boxicons';font-weight:normal;font-style:normal;src:url(/Content/Frontend/assets/fonts/boxicons.eot);src:url(/Content/Frontend/assets/fonts/boxicons.eot) format('embedded-opentype'),url(/Content/Frontend/assets/fonts/boxicons.woff2) format('woff2'),url(/Content/Frontend/assets/fonts/boxicons.woff) format('woff'),url(/Content/Frontend/assets/fonts/boxicons.ttf) format('truetype'),url(/Content/Frontend/assets/fonts/boxicons.svg?#boxicons) format('svg')}.bx{font-family:'boxicons'!important;font-weight:normal;font-style:normal;font-variant:normal;line-height:1;display:inline-block;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bx-ul{margin-left:2em;padding-left:0;list-style:none}.bx-ul>li{position:relative}.bx-ul .bx{font-size:inherit;line-height:inherit;position:absolute;left:-2em;width:2em;text-align:center}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes burst{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}90%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@keyframes burst{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}90%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@-webkit-keyframes flashing{0%{opacity:1}45%{opacity:0}90%{opacity:1}}@keyframes flashing{0%{opacity:1}45%{opacity:0}90%{opacity:1}}@-webkit-keyframes fade-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(-20px);transform:translateX(-20px);opacity:0}}@keyframes fade-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(-20px);transform:translateX(-20px);opacity:0}}@-webkit-keyframes fade-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(20px);transform:translateX(20px);opacity:0}}@keyframes fade-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(20px);transform:translateX(20px);opacity:0}}@-webkit-keyframes fade-up{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(-20px);transform:translateY(-20px);opacity:0}}@keyframes fade-up{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(-20px);transform:translateY(-20px);opacity:0}}@-webkit-keyframes fade-down{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(20px);transform:translateY(20px);opacity:0}}@keyframes fade-down{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(20px);transform:translateY(20px);opacity:0}}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg);transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1,1,1) rotate3d(0,0,1,10deg);transform:scale3d(1,1,1) rotate3d(0,0,1,10deg)}40%,60%,80%{-webkit-transform:scale3d(1,1,1) rotate3d(0,0,1,-10deg);transform:scale3d(1,1,1) rotate3d(0,0,1,-10deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg);transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1,1,1) rotate3d(0,0,1,10deg);transform:scale3d(1,1,1) rotate3d(0,0,1,10deg)}40%,60%,80%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bx-spin{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.bx-spin-hover:hover{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.bx-tada{-webkit-animation:tada 1.5s ease infinite;animation:tada 1.5s ease infinite}.bx-tada-hover:hover{-webkit-animation:tada 1.5s ease infinite;animation:tada 1.5s ease infinite}.bx-flashing{-webkit-animation:flashing 1.5s infinite linear;animation:flashing 1.5s infinite linear}.bx-flashing-hover:hover{-webkit-animation:flashing 1.5s infinite linear;animation:flashing 1.5s infinite linear}.bx-burst{-webkit-animation:burst 1.5s infinite linear;animation:burst 1.5s infinite linear}.bx-burst-hover:hover{-webkit-animation:burst 1.5s infinite linear;animation:burst 1.5s infinite linear}.bx-fade-up{-webkit-animation:fade-up 1.5s infinite linear;animation:fade-up 1.5s infinite linear}.bx-fade-up-hover:hover{-webkit-animation:fade-up 1.5s infinite linear;animation:fade-up 1.5s infinite linear}.bx-fade-down{-webkit-animation:fade-down 1.5s infinite linear;animation:fade-down 1.5s infinite linear}.bx-fade-down-hover:hover{-webkit-animation:fade-down 1.5s infinite linear;animation:fade-down 1.5s infinite linear}.bx-fade-left{-webkit-animation:fade-left 1.5s infinite linear;animation:fade-left 1.5s infinite linear}.bx-fade-left-hover:hover{-webkit-animation:fade-left 1.5s infinite linear;animation:fade-left 1.5s infinite linear}.bx-fade-right{-webkit-animation:fade-right 1.5s infinite linear;animation:fade-right 1.5s infinite linear}.bx-fade-right-hover:hover{-webkit-animation:fade-right 1.5s infinite linear;animation:fade-right 1.5s infinite linear}.bx-xs{font-size:1rem!important}.bx-sm{font-size:1.55rem!important}.bx-md{font-size:2.25rem!important}.bx-fw{font-size:1.2857142857em;line-height:.8em;width:1.2857142857em;height:.8em;margin-top:-.2em!important;vertical-align:middle}.bx-lg{font-size:3.0!important}.bx-pull-left{float:left;margin-right:.3em!important}.bx-pull-right{float:right;margin-left:.3em!important}.bx-rotate-90{transform:rotate(90deg);-ms-filter:'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)'}.bx-rotate-180{transform:rotate(180deg);-ms-filter:'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)'}.bx-rotate-270{transform:rotate(270deg);-ms-filter:'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)'}.bx-flip-horizontal{transform:scaleX(-1);-ms-filter:'progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)'}.bx-flip-vertical{transform:scaleY(-1);-ms-filter:'progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)'}.bx-border{padding:.25em;border:.07em solid rgba(0,0,0,.1);border-radius:.25em}.bx-border-circle{padding:.25em;border:.07em solid rgba(0,0,0,.1);border-radius:50%}.bxl-500px:before{content:"\e900"}.bxl-adobe:before{content:"\e901"}.bxl-airbnb:before{content:"\e902"}.bxl-algolia:before{content:"\e903"}.bxl-amazon:before{content:"\e904"}.bxl-android:before{content:"\e905"}.bxl-angular:before{content:"\e906"}.bxl-apple:before{content:"\e907"}.bxl-audible:before{content:"\e908"}.bxl-baidu:before{content:"\e909"}.bxl-behance:before{content:"\e90a"}.bxl-bing:before{content:"\e90b"}.bxl-bitcoin:before{content:"\e90c"}.bxl-blogger:before{content:"\e90d"}.bxl-bootstrap:before{content:"\e90e"}.bxl-chrome:before{content:"\e90f"}.bxl-codepen:before{content:"\e910"}.bxl-creative-commons:before{content:"\e911"}.bxl-css3:before{content:"\e912"}.bxl-dailymotion:before{content:"\e913"}.bxl-deviantart:before{content:"\e914"}.bxl-dev-to:before{content:"\e915"}.bxl-digg:before{content:"\e916"}.bxl-digitalocean:before{content:"\e917"}.bxl-discord:before{content:"\e918"}.bxl-discourse:before{content:"\e919"}.bxl-dribbble:before{content:"\e91a"}.bxl-dropbox:before{content:"\e91b"}.bxl-drupal:before{content:"\e91c"}.bxl-ebay:before{content:"\e91d"}.bxl-edge:before{content:"\e91e"}.bxl-etsy:before{content:"\e91f"}.bxl-facebook:before{content:"\e920"}.bxl-facebook-circle:before{content:"\e921"}.bxl-facebook-square:before{content:"\e922"}.bxl-figma:before{content:"\e923"}.bxl-firefox:before{content:"\e924"}.bxl-flickr:before{content:"\e925"}.bxl-flickr-square:before{content:"\e926"}.bxl-foursquare:before{content:"\e927"}.bxl-git:before{content:"\e928"}.bxl-github:before{content:"\e929"}.bxl-gitlab:before{content:"\e92a"}.bxl-google:before{content:"\e92b"}.bxl-google-plus:before{content:"\e92c"}.bxl-google-plus-circle:before{content:"\e92d"}.bxl-html5:before{content:"\e92e"}.bxl-imdb:before{content:"\e92f"}.bxl-instagram:before{content:"\e930"}.bxl-instagram-alt:before{content:"\e931"}.bxl-internet-explorer:before{content:"\e932"}.bxl-invision:before{content:"\e933"}.bxl-javascript:before{content:"\e934"}.bxl-joomla:before{content:"\e935"}.bxl-jquery:before{content:"\e936"}.bxl-jsfiddle:before{content:"\e937"}.bxl-kickstarter:before{content:"\e938"}.bxl-less:before{content:"\e939"}.bxl-linkedin:before{content:"\e93a"}.bxl-linkedin-square:before{content:"\e93b"}.bxl-magento:before{content:"\e93c"}.bxl-mailchimp:before{content:"\e93d"}.bxl-mastercard:before{content:"\e93e"}.bxl-medium:before{content:"\e93f"}.bxl-medium-old:before{content:"\e940"}.bxl-medium-square:before{content:"\e941"}.bxl-messenger:before{content:"\e942"}.bxl-microsoft:before{content:"\e943"}.bxl-nodejs:before{content:"\e944"}.bxl-opera:before{content:"\e945"}.bxl-patreon:before{content:"\e946"}.bxl-paypal:before{content:"\e947"}.bxl-periscope:before{content:"\e948"}.bxl-pinterest:before{content:"\e949"}.bxl-pinterest-alt:before{content:"\e94a"}.bxl-play-store:before{content:"\e94b"}.bxl-pocket:before{content:"\e94c"}.bxl-product-hunt:before{content:"\e94d"}.bxl-quora:before{content:"\e94e"}.bxl-react:before{content:"\e94f"}.bxl-redbubble:before{content:"\e950"}.bxl-reddit:before{content:"\e951"}.bxl-redux:before{content:"\e952"}.bxl-sass:before{content:"\e953"}.bxl-shopify:before{content:"\e954"}.bxl-skype:before{content:"\e955"}.bxl-slack:before{content:"\e956"}.bxl-slack-old:before{content:"\e957"}.bxl-snapchat:before{content:"\e958"}.bxl-soundcloud:before{content:"\e959"}.bxl-spotify:before{content:"\e95a"}.bxl-squarespace:before{content:"\e95b"}.bxl-stack-overflow:before{content:"\e95c"}.bxl-stripe:before{content:"\e95d"}.bxl-telegram:before{content:"\e95e"}.bxl-trello:before{content:"\e95f"}.bxl-tumblr:before{content:"\e960"}.bxl-twitch:before{content:"\e961"}.bxl-twitter:before{content:"\e962"}.bxl-unsplash:before{content:"\e963"}.bxl-vimeo:before{content:"\e964"}.bxl-visa:before{content:"\e965"}.bxl-vk:before{content:"\e966"}.bxl-vuejs:before{content:"\e967"}.bxl-whatsapp:before{content:"\e968"}.bxl-whatsapp-square:before{content:"\e969"}.bxl-wikipedia:before{content:"\e96a"}.bxl-windows:before{content:"\e96b"}.bxl-wix:before{content:"\e96c"}.bxl-wordpress:before{content:"\e96d"}.bxl-yahoo:before{content:"\e96e"}.bxl-yelp:before{content:"\e96f"}.bxl-youtube:before{content:"\e970"}.bx-abacus:before{content:"\e971"}.bx-accessibility:before{content:"\e972"}.bx-add-to-queue:before{content:"\e973"}.bx-adjust:before{content:"\e974"}.bx-alarm:before{content:"\e975"}.bx-alarm-add:before{content:"\e976"}.bx-alarm-exclamation:before{content:"\e977"}.bx-alarm-off:before{content:"\e978"}.bx-alarm-snooze:before{content:"\e979"}.bx-album:before{content:"\e97a"}.bx-align-justify:before{content:"\e97b"}.bx-align-left:before{content:"\e97c"}.bx-align-middle:before{content:"\e97d"}.bx-align-right:before{content:"\e97e"}.bx-analyse:before{content:"\e97f"}.bx-anchor:before{content:"\e980"}.bx-angry:before{content:"\e981"}.bx-aperture:before{content:"\e982"}.bx-arch:before{content:"\e983"}.bx-archive:before{content:"\e984"}.bx-archive-in:before{content:"\e985"}.bx-archive-out:before{content:"\e986"}.bx-area:before{content:"\e987"}.bx-arrow-back:before{content:"\e988"}.bx-arrow-from-bottom:before{content:"\e989"}.bx-arrow-from-left:before{content:"\e98a"}.bx-arrow-from-right:before{content:"\e98b"}.bx-arrow-from-top:before{content:"\e98c"}.bx-arrow-to-bottom:before{content:"\e98d"}.bx-arrow-to-left:before{content:"\e98e"}.bx-arrow-to-right:before{content:"\e98f"}.bx-arrow-to-top:before{content:"\e990"}.bx-at:before{content:"\e991"}.bx-atom:before{content:"\e992"}.bx-award:before{content:"\e993"}.bx-badge:before{content:"\e994"}.bx-badge-check:before{content:"\e995"}.bx-ball:before{content:"\e996"}.bx-band-aid:before{content:"\e997"}.bx-bar-chart:before{content:"\e998"}.bx-bar-chart-alt:before{content:"\e999"}.bx-bar-chart-alt-2:before{content:"\e99a"}.bx-bar-chart-square:before{content:"\e99b"}.bx-barcode:before{content:"\e99c"}.bx-barcode-reader:before{content:"\e99d"}.bx-baseball:before{content:"\e99e"}.bx-basket:before{content:"\e99f"}.bx-basketball:before{content:"\e9a0"}.bx-bath:before{content:"\e9a1"}.bx-battery:before{content:"\e9a2"}.bx-bed:before{content:"\e9a3"}.bx-been-here:before{content:"\e9a4"}.bx-beer:before{content:"\e9a5"}.bx-bell:before{content:"\e9a6"}.bx-bell-minus:before{content:"\e9a7"}.bx-bell-off:before{content:"\e9a8"}.bx-bell-plus:before{content:"\e9a9"}.bx-bible:before{content:"\e9aa"}.bx-bitcoin:before{content:"\e9ab"}.bx-blanket:before{content:"\e9ac"}.bx-block:before{content:"\e9ad"}.bx-bluetooth:before{content:"\e9ae"}.bx-body:before{content:"\e9af"}.bx-bold:before{content:"\e9b0"}.bx-bolt-circle:before{content:"\e9b1"}.bx-bomb:before{content:"\e9b2"}.bx-bone:before{content:"\e9b3"}.bx-bong:before{content:"\e9b4"}.bx-book:before{content:"\e9b5"}.bx-book-add:before{content:"\e9b6"}.bx-book-alt:before{content:"\e9b7"}.bx-book-bookmark:before{content:"\e9b8"}.bx-book-content:before{content:"\e9b9"}.bx-book-heart:before{content:"\e9ba"}.bx-bookmark:before{content:"\e9bb"}.bx-bookmark-minus:before{content:"\e9bc"}.bx-bookmark-plus:before{content:"\e9bd"}.bx-bookmarks:before{content:"\e9be"}.bx-book-open:before{content:"\e9bf"}.bx-book-reader:before{content:"\e9c0"}.bx-border-all:before{content:"\e9c1"}.bx-border-bottom:before{content:"\e9c2"}.bx-border-inner:before{content:"\e9c3"}.bx-border-left:before{content:"\e9c4"}.bx-border-none:before{content:"\e9c5"}.bx-border-outer:before{content:"\e9c6"}.bx-border-radius:before{content:"\e9c7"}.bx-border-right:before{content:"\e9c8"}.bx-border-top:before{content:"\e9c9"}.bx-bot:before{content:"\e9ca"}.bx-bowling-ball:before{content:"\e9cb"}.bx-box:before{content:"\e9cc"}.bx-bracket:before{content:"\e9cd"}.bx-braille:before{content:"\e9ce"}.bx-brain:before{content:"\e9cf"}.bx-briefcase:before{content:"\e9d0"}.bx-briefcase-alt:before{content:"\e9d1"}.bx-briefcase-alt-2:before{content:"\e9d2"}.bx-brightness:before{content:"\e9d3"}.bx-brightness-half:before{content:"\e9d4"}.bx-broadcast:before{content:"\e9d5"}.bx-brush:before{content:"\e9d6"}.bx-brush-alt:before{content:"\e9d7"}.bx-bug:before{content:"\e9d8"}.bx-bug-alt:before{content:"\e9d9"}.bx-building:before{content:"\e9da"}.bx-building-house:before{content:"\e9db"}.bx-buildings:before{content:"\e9dc"}.bx-bulb:before{content:"\e9dd"}.bx-bullseye:before{content:"\e9de"}.bx-buoy:before{content:"\e9df"}.bx-bus:before{content:"\e9e0"}.bx-bus-school:before{content:"\e9e1"}.bx-cabinet:before{content:"\e9e2"}.bx-cake:before{content:"\e9e3"}.bx-calculator:before{content:"\e9e4"}.bx-calendar:before{content:"\e9e5"}.bx-calendar-alt:before{content:"\e9e6"}.bx-calendar-check:before{content:"\e9e7"}.bx-calendar-edit:before{content:"\e9e8"}.bx-calendar-event:before{content:"\e9e9"}.bx-calendar-exclamation:before{content:"\e9ea"}.bx-calendar-heart:before{content:"\e9eb"}.bx-calendar-minus:before{content:"\e9ec"}.bx-calendar-plus:before{content:"\e9ed"}.bx-calendar-star:before{content:"\e9ee"}.bx-calendar-week:before{content:"\e9ef"}.bx-calendar-x:before{content:"\e9f0"}.bx-camera:before{content:"\e9f1"}.bx-camera-home:before{content:"\e9f2"}.bx-camera-movie:before{content:"\e9f3"}.bx-camera-off:before{content:"\e9f4"}.bx-capsule:before{content:"\e9f5"}.bx-captions:before{content:"\e9f6"}.bx-car:before{content:"\e9f7"}.bx-card:before{content:"\e9f8"}.bx-caret-down:before{content:"\e9f9"}.bx-caret-down-circle:before{content:"\e9fa"}.bx-caret-down-square:before{content:"\e9fb"}.bx-caret-left:before{content:"\e9fc"}.bx-caret-left-circle:before{content:"\e9fd"}.bx-caret-left-square:before{content:"\e9fe"}.bx-caret-right:before{content:"\e9ff"}.bx-caret-right-circle:before{content:"\ea00"}.bx-caret-right-square:before{content:"\ea01"}.bx-caret-up:before{content:"\ea02"}.bx-caret-up-circle:before{content:"\ea03"}.bx-caret-up-square:before{content:"\ea04"}.bx-carousel:before{content:"\ea05"}.bx-cart:before{content:"\ea06"}.bx-cart-alt:before{content:"\ea07"}.bx-cast:before{content:"\ea08"}.bx-cctv:before{content:"\ea09"}.bx-certification:before{content:"\ea0a"}.bx-chair:before{content:"\ea0b"}.bx-chalkboard:before{content:"\ea0c"}.bx-chart:before{content:"\ea0d"}.bx-chat:before{content:"\ea0e"}.bx-check:before{content:"\ea0f"}.bx-checkbox:before{content:"\ea10"}.bx-checkbox-checked:before{content:"\ea11"}.bx-checkbox-square:before{content:"\ea12"}.bx-check-circle:before{content:"\ea13"}.bx-check-double:before{content:"\ea14"}.bx-check-shield:before{content:"\ea15"}.bx-check-square:before{content:"\ea16"}.bx-chevron-down:before{content:"\ea17"}.bx-chevron-down-circle:before{content:"\ea18"}.bx-chevron-down-square:before{content:"\ea19"}.bx-chevron-left:before{content:"\ea1a"}.bx-chevron-left-circle:before{content:"\ea1b"}.bx-chevron-left-square:before{content:"\ea1c"}.bx-chevron-right:before{content:"\ea1d"}.bx-chevron-right-circle:before{content:"\ea1e"}.bx-chevron-right-square:before{content:"\ea1f"}.bx-chevrons-down:before{content:"\ea20"}.bx-chevrons-left:before{content:"\ea21"}.bx-chevrons-right:before{content:"\ea22"}.bx-chevrons-up:before{content:"\ea23"}.bx-chevron-up:before{content:"\ea24"}.bx-chevron-up-circle:before{content:"\ea25"}.bx-chevron-up-square:before{content:"\ea26"}.bx-chip:before{content:"\ea27"}.bx-church:before{content:"\ea28"}.bx-circle:before{content:"\ea29"}.bx-clinic:before{content:"\ea2a"}.bx-clipboard:before{content:"\ea2b"}.bx-closet:before{content:"\ea2c"}.bx-cloud:before{content:"\ea2d"}.bx-cloud-download:before{content:"\ea2e"}.bx-cloud-drizzle:before{content:"\ea2f"}.bx-cloud-lightning:before{content:"\ea30"}.bx-cloud-light-rain:before{content:"\ea31"}.bx-cloud-rain:before{content:"\ea32"}.bx-cloud-snow:before{content:"\ea33"}.bx-cloud-upload:before{content:"\ea34"}.bx-code:before{content:"\ea35"}.bx-code-alt:before{content:"\ea36"}.bx-code-block:before{content:"\ea37"}.bx-code-curly:before{content:"\ea38"}.bx-coffee:before{content:"\ea39"}.bx-coffee-togo:before{content:"\ea3a"}.bx-cog:before{content:"\ea3b"}.bx-coin:before{content:"\ea3c"}.bx-coin-stack:before{content:"\ea3d"}.bx-collapse:before{content:"\ea3e"}.bx-collection:before{content:"\ea3f"}.bx-color-fill:before{content:"\ea40"}.bx-columns:before{content:"\ea41"}.bx-command:before{content:"\ea42"}.bx-comment:before{content:"\ea43"}.bx-comment-add:before{content:"\ea44"}.bx-comment-check:before{content:"\ea45"}.bx-comment-detail:before{content:"\ea46"}.bx-comment-dots:before{content:"\ea47"}.bx-comment-edit:before{content:"\ea48"}.bx-comment-error:before{content:"\ea49"}.bx-comment-minus:before{content:"\ea4a"}.bx-comment-x:before{content:"\ea4b"}.bx-compass:before{content:"\ea4c"}.bx-confused:before{content:"\ea4d"}.bx-conversation:before{content:"\ea4e"}.bx-cookie:before{content:"\ea4f"}.bx-cool:before{content:"\ea50"}.bx-copy:before{content:"\ea51"}.bx-copy-alt:before{content:"\ea52"}.bx-copyright:before{content:"\ea53"}.bx-credit-card:before{content:"\ea54"}.bx-credit-card-alt:before{content:"\ea55"}.bx-credit-card-front:before{content:"\ea56"}.bx-crop:before{content:"\ea57"}.bx-crosshair:before{content:"\ea58"}.bx-crown:before{content:"\ea59"}.bx-cube:before{content:"\ea5a"}.bx-cube-alt:before{content:"\ea5b"}.bx-cuboid:before{content:"\ea5c"}.bx-current-location:before{content:"\ea5d"}.bx-customize:before{content:"\ea5e"}.bx-cut:before{content:"\ea5f"}.bx-cycling:before{content:"\ea60"}.bx-cylinder:before{content:"\ea61"}.bx-data:before{content:"\ea62"}.bx-desktop:before{content:"\ea63"}.bx-detail:before{content:"\ea64"}.bx-devices:before{content:"\ea65"}.bx-dialpad:before{content:"\ea66"}.bx-dialpad-alt:before{content:"\ea67"}.bx-diamond:before{content:"\ea68"}.bx-dice-1:before{content:"\ea69"}.bx-dice-2:before{content:"\ea6a"}.bx-dice-3:before{content:"\ea6b"}.bx-dice-4:before{content:"\ea6c"}.bx-dice-5:before{content:"\ea6d"}.bx-dice-6:before{content:"\ea6e"}.bx-directions:before{content:"\ea6f"}.bx-disc:before{content:"\ea70"}.bx-dish:before{content:"\ea71"}.bx-dislike:before{content:"\ea72"}.bx-dizzy:before{content:"\ea73"}.bx-dna:before{content:"\ea74"}.bx-dock-bottom:before{content:"\ea75"}.bx-dock-left:before{content:"\ea76"}.bx-dock-right:before{content:"\ea77"}.bx-dock-top:before{content:"\ea78"}.bx-dollar:before{content:"\ea79"}.bx-dollar-circle:before{content:"\ea7a"}.bx-donate-blood:before{content:"\ea7b"}.bx-donate-heart:before{content:"\ea7c"}.bx-door-open:before{content:"\ea7d"}.bx-dots-horizontal:before{content:"\ea7e"}.bx-dots-horizontal-rounded:before{content:"\ea7f"}.bx-dots-vertical:before{content:"\ea80"}.bx-dots-vertical-rounded:before{content:"\ea81"}.bx-doughnut-chart:before{content:"\ea82"}.bx-down-arrow:before{content:"\ea83"}.bx-down-arrow-alt:before{content:"\ea84"}.bx-down-arrow-circle:before{content:"\ea85"}.bx-download:before{content:"\ea86"}.bx-downvote:before{content:"\ea87"}.bx-drink:before{content:"\ea88"}.bx-droplet:before{content:"\ea89"}.bx-dumbbell:before{content:"\ea8a"}.bx-duplicate:before{content:"\ea8b"}.bx-edit:before{content:"\ea8c"}.bx-edit-alt:before{content:"\ea8d"}.bx-envelope:before{content:"\ea8e"}.bx-envelope-open:before{content:"\ea8f"}.bx-equalizer:before{content:"\ea90"}.bx-eraser:before{content:"\ea91"}.bx-error:before{content:"\ea92"}.bx-error-alt:before{content:"\ea93"}.bx-error-circle:before{content:"\ea94"}.bx-euro:before{content:"\ea95"}.bx-exclude:before{content:"\ea96"}.bx-exit:before{content:"\ea97"}.bx-exit-fullscreen:before{content:"\ea98"}.bx-expand:before{content:"\ea99"}.bx-export:before{content:"\ea9a"}.bx-extension:before{content:"\ea9b"}.bx-face:before{content:"\ea9c"}.bx-fast-forward:before{content:"\ea9d"}.bx-fast-forward-circle:before{content:"\ea9e"}.bx-female:before{content:"\ea9f"}.bx-female-sign:before{content:"\eaa0"}.bx-file:before{content:"\eaa1"}.bx-file-blank:before{content:"\eaa2"}.bx-file-find:before{content:"\eaa3"}.bx-film:before{content:"\eaa4"}.bx-filter:before{content:"\eaa5"}.bx-filter-alt:before{content:"\eaa6"}.bx-fingerprint:before{content:"\eaa7"}.bx-first-aid:before{content:"\eaa8"}.bx-first-page:before{content:"\eaa9"}.bx-flag:before{content:"\eaaa"}.bx-folder:before{content:"\eaab"}.bx-folder-minus:before{content:"\eaac"}.bx-folder-open:before{content:"\eaad"}.bx-folder-plus:before{content:"\eaae"}.bx-font:before{content:"\eaaf"}.bx-font-color:before{content:"\eab0"}.bx-font-family:before{content:"\eab1"}.bx-font-size:before{content:"\eab2"}.bx-food-menu:before{content:"\eab3"}.bx-food-tag:before{content:"\eab4"}.bx-football:before{content:"\eab5"}.bx-fridge:before{content:"\eab6"}.bx-fullscreen:before{content:"\eab7"}.bx-game:before{content:"\eab8"}.bx-gas-pump:before{content:"\eab9"}.bx-ghost:before{content:"\eaba"}.bx-gift:before{content:"\eabb"}.bx-git-branch:before{content:"\eabc"}.bx-git-commit:before{content:"\eabd"}.bx-git-compare:before{content:"\eabe"}.bx-git-merge:before{content:"\eabf"}.bx-git-pull-request:before{content:"\eac0"}.bx-git-repo-forked:before{content:"\eac1"}.bx-glasses:before{content:"\eac2"}.bx-glasses-alt:before{content:"\eac3"}.bx-globe:before{content:"\eac4"}.bx-globe-alt:before{content:"\eac5"}.bx-grid:before{content:"\eac6"}.bx-grid-alt:before{content:"\eac7"}.bx-grid-horizontal:before{content:"\eac8"}.bx-grid-small:before{content:"\eac9"}.bx-grid-vertical:before{content:"\eaca"}.bx-group:before{content:"\eacb"}.bx-handicap:before{content:"\eacc"}.bx-happy:before{content:"\eacd"}.bx-happy-alt:before{content:"\eace"}.bx-happy-beaming:before{content:"\eacf"}.bx-happy-heart-eyes:before{content:"\ead0"}.bx-hash:before{content:"\ead1"}.bx-hdd:before{content:"\ead2"}.bx-heading:before{content:"\ead3"}.bx-headphone:before{content:"\ead4"}.bx-health:before{content:"\ead5"}.bx-heart:before{content:"\ead6"}.bx-heart-circle:before{content:"\ead7"}.bx-heart-square:before{content:"\ead8"}.bx-help-circle:before{content:"\ead9"}.bx-hide:before{content:"\eada"}.bx-highlight:before{content:"\eadb"}.bx-history:before{content:"\eadc"}.bx-hive:before{content:"\eadd"}.bx-home:before{content:"\eade"}.bx-home-alt:before{content:"\eadf"}.bx-home-circle:before{content:"\eae0"}.bx-home-heart:before{content:"\eae1"}.bx-home-smile:before{content:"\eae2"}.bx-horizontal-center:before{content:"\eae3"}.bx-hotel:before{content:"\eae4"}.bx-hourglass:before{content:"\eae5"}.bx-id-card:before{content:"\eae6"}.bx-image:before{content:"\eae7"}.bx-image-add:before{content:"\eae8"}.bx-image-alt:before{content:"\eae9"}.bx-images:before{content:"\eaea"}.bx-import:before{content:"\eaeb"}.bx-infinite:before{content:"\eaec"}.bx-info-circle:before{content:"\eaed"}.bx-info-square:before{content:"\eaee"}.bx-intersect:before{content:"\eaef"}.bx-italic:before{content:"\eaf0"}.bx-joystick:before{content:"\eaf1"}.bx-joystick-alt:before{content:"\eaf2"}.bx-joystick-button:before{content:"\eaf3"}.bx-key:before{content:"\eaf4"}.bx-label:before{content:"\eaf5"}.bx-landscape:before{content:"\eaf6"}.bx-laptop:before{content:"\eaf7"}.bx-last-page:before{content:"\eaf8"}.bx-laugh:before{content:"\eaf9"}.bx-layer:before{content:"\eafa"}.bx-layer-minus:before{content:"\eafb"}.bx-layer-plus:before{content:"\eafc"}.bx-layout:before{content:"\eafd"}.bx-left-arrow:before{content:"\eafe"}.bx-left-arrow-alt:before{content:"\eaff"}.bx-left-arrow-circle:before{content:"\eb00"}.bx-left-down-arrow-circle:before{content:"\eb01"}.bx-left-indent:before{content:"\eb02"}.bx-left-top-arrow-circle:before{content:"\eb03"}.bx-like:before{content:"\eb04"}.bx-line-chart:before{content:"\eb05"}.bx-line-chart-down:before{content:"\eb06"}.bx-link:before{content:"\eb07"}.bx-link-alt:before{content:"\eb08"}.bx-link-external:before{content:"\eb09"}.bx-lira:before{content:"\eb0a"}.bx-list-check:before{content:"\eb0b"}.bx-list-minus:before{content:"\eb0c"}.bx-list-ol:before{content:"\eb0d"}.bx-list-plus:before{content:"\eb0e"}.bx-list-ul:before{content:"\eb0f"}.bx-loader:before{content:"\eb10"}.bx-loader-alt:before{content:"\eb11"}.bx-loader-circle:before{content:"\eb12"}.bx-location-plus:before{content:"\eb13"}.bx-lock:before{content:"\eb14"}.bx-lock-alt:before{content:"\eb15"}.bx-lock-open:before{content:"\eb16"}.bx-lock-open-alt:before{content:"\eb17"}.bx-log-in:before{content:"\eb18"}.bx-log-in-circle:before{content:"\eb19"}.bx-log-out:before{content:"\eb1a"}.bx-log-out-circle:before{content:"\eb1b"}.bx-low-vision:before{content:"\eb1c"}.bx-magnet:before{content:"\eb1d"}.bx-mail-send:before{content:"\eb1e"}.bx-male:before{content:"\eb1f"}.bx-male-sign:before{content:"\eb20"}.bx-map:before{content:"\eb21"}.bx-map-alt:before{content:"\eb22"}.bx-map-pin:before{content:"\eb23"}.bx-mask:before{content:"\eb24"}.bx-medal:before{content:"\eb25"}.bx-meh:before{content:"\eb26"}.bx-meh-alt:before{content:"\eb27"}.bx-meh-blank:before{content:"\eb28"}.bx-memory-card:before{content:"\eb29"}.bx-menu:before{content:"\eb2a"}.bx-menu-alt-left:before{content:"\eb2b"}.bx-menu-alt-right:before{content:"\eb2c"}.bx-merge:before{content:"\eb2d"}.bx-message:before{content:"\eb2e"}.bx-message-add:before{content:"\eb2f"}.bx-message-alt:before{content:"\eb30"}.bx-message-alt-add:before{content:"\eb31"}.bx-message-alt-check:before{content:"\eb32"}.bx-message-alt-detail:before{content:"\eb33"}.bx-message-alt-dots:before{content:"\eb34"}.bx-message-alt-edit:before{content:"\eb35"}.bx-message-alt-error:before{content:"\eb36"}.bx-message-alt-minus:before{content:"\eb37"}.bx-message-alt-x:before{content:"\eb38"}.bx-message-check:before{content:"\eb39"}.bx-message-detail:before{content:"\eb3a"}.bx-message-dots:before{content:"\eb3b"}.bx-message-edit:before{content:"\eb3c"}.bx-message-error:before{content:"\eb3d"}.bx-message-minus:before{content:"\eb3e"}.bx-message-rounded:before{content:"\eb3f"}.bx-message-rounded-add:before{content:"\eb40"}.bx-message-rounded-check:before{content:"\eb41"}.bx-message-rounded-detail:before{content:"\eb42"}.bx-message-rounded-dots:before{content:"\eb43"}.bx-message-rounded-edit:before{content:"\eb44"}.bx-message-rounded-error:before{content:"\eb45"}.bx-message-rounded-minus:before{content:"\eb46"}.bx-message-rounded-x:before{content:"\eb47"}.bx-message-square:before{content:"\eb48"}.bx-message-square-add:before{content:"\eb49"}.bx-message-square-check:before{content:"\eb4a"}.bx-message-square-detail:before{content:"\eb4b"}.bx-message-square-dots:before{content:"\eb4c"}.bx-message-square-edit:before{content:"\eb4d"}.bx-message-square-error:before{content:"\eb4e"}.bx-message-square-minus:before{content:"\eb4f"}.bx-message-square-x:before{content:"\eb50"}.bx-message-x:before{content:"\eb51"}.bx-meteor:before{content:"\eb52"}.bx-microchip:before{content:"\eb53"}.bx-microphone:before{content:"\eb54"}.bx-microphone-off:before{content:"\eb55"}.bx-minus:before{content:"\eb56"}.bx-minus-back:before{content:"\eb57"}.bx-minus-circle:before{content:"\eb58"}.bx-minus-front:before{content:"\eb59"}.bx-mobile:before{content:"\eb5a"}.bx-mobile-alt:before{content:"\eb5b"}.bx-mobile-landscape:before{content:"\eb5c"}.bx-mobile-vibration:before{content:"\eb5d"}.bx-money:before{content:"\eb5e"}.bx-moon:before{content:"\eb5f"}.bx-mouse:before{content:"\eb60"}.bx-mouse-alt:before{content:"\eb61"}.bx-move:before{content:"\eb62"}.bx-move-horizontal:before{content:"\eb63"}.bx-move-vertical:before{content:"\eb64"}.bx-movie:before{content:"\eb65"}.bx-music:before{content:"\eb66"}.bx-navigation:before{content:"\eb67"}.bx-network-chart:before{content:"\eb68"}.bx-news:before{content:"\eb69"}.bx-no-entry:before{content:"\eb6a"}.bx-note:before{content:"\eb6b"}.bx-notepad:before{content:"\eb6c"}.bx-notification:before{content:"\eb6d"}.bx-notification-off:before{content:"\eb6e"}.bx-outline:before{content:"\eb6f"}.bx-package:before{content:"\eb70"}.bx-paint:before{content:"\eb71"}.bx-paint-roll:before{content:"\eb72"}.bx-palette:before{content:"\eb73"}.bx-paperclip:before{content:"\eb74"}.bx-paper-plane:before{content:"\eb75"}.bx-paragraph:before{content:"\eb76"}.bx-paste:before{content:"\eb77"}.bx-pause:before{content:"\eb78"}.bx-pause-circle:before{content:"\eb79"}.bx-pen:before{content:"\eb7a"}.bx-pencil:before{content:"\eb7b"}.bx-phone:before{content:"\eb7c"}.bx-phone-call:before{content:"\eb7d"}.bx-phone-incoming:before{content:"\eb7e"}.bx-phone-outgoing:before{content:"\eb7f"}.bx-photo-album:before{content:"\eb80"}.bx-pie-chart:before{content:"\eb81"}.bx-pie-chart-alt:before{content:"\eb82"}.bx-pie-chart-alt-2:before{content:"\eb83"}.bx-pin:before{content:"\eb84"}.bx-planet:before{content:"\eb85"}.bx-play:before{content:"\eb86"}.bx-play-circle:before{content:"\eb87"}.bx-plug:before{content:"\eb88"}.bx-plus:before{content:"\eb89"}.bx-plus-circle:before{content:"\eb8a"}.bx-plus-medical:before{content:"\eb8b"}.bx-pointer:before{content:"\eb8c"}.bx-poll:before{content:"\eb8d"}.bx-polygon:before{content:"\eb8e"}.bx-pound:before{content:"\eb8f"}.bx-power-off:before{content:"\eb90"}.bx-printer:before{content:"\eb91"}.bx-pulse:before{content:"\eb92"}.bx-purchase-tag:before{content:"\eb93"}.bx-purchase-tag-alt:before{content:"\eb94"}.bx-pyramid:before{content:"\eb95"}.bx-question-mark:before{content:"\eb96"}.bx-radar:before{content:"\eb97"}.bx-radio:before{content:"\eb98"}.bx-radio-circle:before{content:"\eb99"}.bx-radio-circle-marked:before{content:"\eb9a"}.bx-receipt:before{content:"\eb9b"}.bx-rectangle:before{content:"\eb9c"}.bx-recycle:before{content:"\eb9d"}.bx-redo:before{content:"\eb9e"}.bx-refresh:before{content:"\eb9f"}.bx-rename:before{content:"\eba0"}.bx-repeat:before{content:"\eba1"}.bx-reply:before{content:"\eba2"}.bx-reply-all:before{content:"\eba3"}.bx-repost:before{content:"\eba4"}.bx-reset:before{content:"\eba5"}.bx-restaurant:before{content:"\eba6"}.bx-revision:before{content:"\eba7"}.bx-rewind:before{content:"\eba8"}.bx-rewind-circle:before{content:"\eba9"}.bx-right-arrow:before{content:"\ebaa"}.bx-right-arrow-alt:before{content:"\ebab"}.bx-right-arrow-circle:before{content:"\ebac"}.bx-right-down-arrow-circle:before{content:"\ebad"}.bx-right-indent:before{content:"\ebae"}.bx-right-top-arrow-circle:before{content:"\ebaf"}.bx-rocket:before{content:"\ebb0"}.bx-rotate-left:before{content:"\ebb1"}.bx-rotate-right:before{content:"\ebb2"}.bx-rss:before{content:"\ebb3"}.bx-ruble:before{content:"\ebb4"}.bx-ruler:before{content:"\ebb5"}.bx-run:before{content:"\ebb6"}.bx-rupee:before{content:"\ebb7"}.bx-sad:before{content:"\ebb8"}.bx-save:before{content:"\ebb9"}.bx-scan:before{content:"\ebba"}.bx-screenshot:before{content:"\ebbb"}.bx-search:before{content:"\ebbc"}.bx-search-alt:before{content:"\ebbd"}.bx-search-alt-2:before{content:"\ebbe"}.bx-selection:before{content:"\ebbf"}.bx-select-multiple:before{content:"\ebc0"}.bx-send:before{content:"\ebc1"}.bx-server:before{content:"\ebc2"}.bx-shape-circle:before{content:"\ebc3"}.bx-shape-polygon:before{content:"\ebc4"}.bx-shape-square:before{content:"\ebc5"}.bx-shape-triangle:before{content:"\ebc6"}.bx-share:before{content:"\ebc7"}.bx-share-alt:before{content:"\ebc8"}.bx-shekel:before{content:"\ebc9"}.bx-shield:before{content:"\ebca"}.bx-shield-alt:before{content:"\ebcb"}.bx-shield-alt-2:before{content:"\ebcc"}.bx-shield-quarter:before{content:"\ebcd"}.bx-shield-x:before{content:"\ebce"}.bx-shocked:before{content:"\ebcf"}.bx-shopping-bag:before{content:"\ebd0"}.bx-show:before{content:"\ebd1"}.bx-show-alt:before{content:"\ebd2"}.bx-shuffle:before{content:"\ebd3"}.bx-sidebar:before{content:"\ebd4"}.bx-sitemap:before{content:"\ebd5"}.bx-skip-next:before{content:"\ebd6"}.bx-skip-next-circle:before{content:"\ebd7"}.bx-skip-previous:before{content:"\ebd8"}.bx-skip-previous-circle:before{content:"\ebd9"}.bx-sleepy:before{content:"\ebda"}.bx-slider:before{content:"\ebdb"}.bx-slider-alt:before{content:"\ebdc"}.bx-slideshow:before{content:"\ebdd"}.bx-smile:before{content:"\ebde"}.bx-sort:before{content:"\ebdf"}.bx-sort-a-z:before{content:"\ebe0"}.bx-sort-down:before{content:"\ebe1"}.bx-sort-up:before{content:"\ebe2"}.bx-sort-z-a:before{content:"\ebe3"}.bx-spa:before{content:"\ebe4"}.bx-space-bar:before{content:"\ebe5"}.bx-spray-can:before{content:"\ebe6"}.bx-spreadsheet:before{content:"\ebe7"}.bx-square:before{content:"\ebe8"}.bx-square-rounded:before{content:"\ebe9"}.bx-star:before{content:"\ebea"}.bx-station:before{content:"\ebeb"}.bx-stats:before{content:"\ebec"}.bx-sticker:before{content:"\ebed"}.bx-stop:before{content:"\ebee"}.bx-stop-circle:before{content:"\ebef"}.bx-stopwatch:before{content:"\ebf0"}.bx-store:before{content:"\ebf1"}.bx-store-alt:before{content:"\ebf2"}.bx-street-view:before{content:"\ebf3"}.bx-strikethrough:before{content:"\ebf4"}.bx-subdirectory-left:before{content:"\ebf5"}.bx-subdirectory-right:before{content:"\ebf6"}.bx-sun:before{content:"\ebf7"}.bx-support:before{content:"\ebf8"}.bx-swim:before{content:"\ebf9"}.bx-sync:before{content:"\ebfa"}.bx-tab:before{content:"\ebfb"}.bx-table:before{content:"\ebfc"}.bx-tachometer:before{content:"\ebfd"}.bx-tag:before{content:"\ebfe"}.bx-target-lock:before{content:"\ebff"}.bx-task:before{content:"\ec00"}.bx-task-x:before{content:"\ec01"}.bx-taxi:before{content:"\ec02"}.bx-tennis-ball:before{content:"\ec03"}.bx-terminal:before{content:"\ec04"}.bx-test-tube:before{content:"\ec05"}.bx-text:before{content:"\ec06"}.bx-time:before{content:"\ec07"}.bx-time-five:before{content:"\ec08"}.bx-timer:before{content:"\ec09"}.bx-tired:before{content:"\ec0a"}.bx-toggle-left:before{content:"\ec0b"}.bx-toggle-right:before{content:"\ec0c"}.bx-tone:before{content:"\ec0d"}.bx-traffic-cone:before{content:"\ec0e"}.bx-train:before{content:"\ec0f"}.bx-transfer:before{content:"\ec10"}.bx-transfer-alt:before{content:"\ec11"}.bx-trash:before{content:"\ec12"}.bx-trash-alt:before{content:"\ec13"}.bx-trending-down:before{content:"\ec14"}.bx-trending-up:before{content:"\ec15"}.bx-trim:before{content:"\ec16"}.bx-trophy:before{content:"\ec17"}.bx-tv:before{content:"\ec18"}.bx-underline:before{content:"\ec19"}.bx-undo:before{content:"\ec1a"}.bx-unite:before{content:"\ec1b"}.bx-unlink:before{content:"\ec1c"}.bx-up-arrow:before{content:"\ec1d"}.bx-up-arrow-alt:before{content:"\ec1e"}.bx-up-arrow-circle:before{content:"\ec1f"}.bx-upload:before{content:"\ec20"}.bx-upside-down:before{content:"\ec21"}.bx-upvote:before{content:"\ec22"}.bx-usb:before{content:"\ec23"}.bx-user:before{content:"\ec24"}.bx-user-check:before{content:"\ec25"}.bx-user-circle:before{content:"\ec26"}.bx-user-minus:before{content:"\ec27"}.bx-user-pin:before{content:"\ec28"}.bx-user-plus:before{content:"\ec29"}.bx-user-voice:before{content:"\ec2a"}.bx-user-x:before{content:"\ec2b"}.bx-vector:before{content:"\ec2c"}.bx-vertical-center:before{content:"\ec2d"}.bx-vial:before{content:"\ec2e"}.bx-video:before{content:"\ec2f"}.bx-video-off:before{content:"\ec30"}.bx-video-plus:before{content:"\ec31"}.bx-video-recording:before{content:"\ec32"}.bx-voicemail:before{content:"\ec33"}.bx-volume:before{content:"\ec34"}.bx-volume-full:before{content:"\ec35"}.bx-volume-low:before{content:"\ec36"}.bx-volume-mute:before{content:"\ec37"}.bx-walk:before{content:"\ec38"}.bx-wallet:before{content:"\ec39"}.bx-wallet-alt:before{content:"\ec3a"}.bx-water:before{content:"\ec3b"}.bx-webcam:before{content:"\ec3c"}.bx-wifi:before{content:"\ec3d"}.bx-wifi-0:before{content:"\ec3e"}.bx-wifi-1:before{content:"\ec3f"}.bx-wifi-2:before{content:"\ec40"}.bx-wifi-off:before{content:"\ec41"}.bx-wind:before{content:"\ec42"}.bx-window:before{content:"\ec43"}.bx-window-alt:before{content:"\ec44"}.bx-window-close:before{content:"\ec45"}.bx-window-open:before{content:"\ec46"}.bx-windows:before{content:"\ec47"}.bx-wine:before{content:"\ec48"}.bx-wink-smile:before{content:"\ec49"}.bx-wink-tongue:before{content:"\ec4a"}.bx-won:before{content:"\ec4b"}.bx-world:before{content:"\ec4c"}.bx-wrench:before{content:"\ec4d"}.bx-x:before{content:"\ec4e"}.bx-x-circle:before{content:"\ec4f"}.bx-yen:before{content:"\ec50"}.bx-zoom-in:before{content:"\ec51"}.bx-zoom-out:before{content:"\ec52"}.bxs-add-to-queue:before{content:"\ec53"}.bxs-adjust:before{content:"\ec54"}.bxs-adjust-alt:before{content:"\ec55"}.bxs-alarm:before{content:"\ec56"}.bxs-alarm-add:before{content:"\ec57"}.bxs-alarm-exclamation:before{content:"\ec58"}.bxs-alarm-off:before{content:"\ec59"}.bxs-alarm-snooze:before{content:"\ec5a"}.bxs-album:before{content:"\ec5b"}.bxs-ambulance:before{content:"\ec5c"}.bxs-analyse:before{content:"\ec5d"}.bxs-angry:before{content:"\ec5e"}.bxs-arch:before{content:"\ec5f"}.bxs-archive:before{content:"\ec60"}.bxs-archive-in:before{content:"\ec61"}.bxs-archive-out:before{content:"\ec62"}.bxs-area:before{content:"\ec63"}.bxs-arrow-from-bottom:before{content:"\ec64"}.bxs-arrow-from-left:before{content:"\ec65"}.bxs-arrow-from-right:before{content:"\ec66"}.bxs-arrow-from-top:before{content:"\ec67"}.bxs-arrow-to-bottom:before{content:"\ec68"}.bxs-arrow-to-left:before{content:"\ec69"}.bxs-arrow-to-right:before{content:"\ec6a"}.bxs-arrow-to-top:before{content:"\ec6b"}.bxs-award:before{content:"\ec6c"}.bxs-baby-carriage:before{content:"\ec6d"}.bxs-backpack:before{content:"\ec6e"}.bxs-badge:before{content:"\ec6f"}.bxs-badge-check:before{content:"\ec70"}.bxs-badge-dollar:before{content:"\ec71"}.bxs-ball:before{content:"\ec72"}.bxs-band-aid:before{content:"\ec73"}.bxs-bank:before{content:"\ec74"}.bxs-bar-chart-alt-2:before{content:"\ec75"}.bxs-bar-chart-square:before{content:"\ec76"}.bxs-barcode:before{content:"\ec77"}.bxs-baseball:before{content:"\ec78"}.bxs-basket:before{content:"\ec79"}.bxs-basketball:before{content:"\ec7a"}.bxs-bath:before{content:"\ec7b"}.bxs-battery:before{content:"\ec7c"}.bxs-battery-charging:before{content:"\ec7d"}.bxs-battery-full:before{content:"\ec7e"}.bxs-battery-low:before{content:"\ec7f"}.bxs-bed:before{content:"\ec80"}.bxs-been-here:before{content:"\ec81"}.bxs-beer:before{content:"\ec82"}.bxs-bell:before{content:"\ec83"}.bxs-bell-minus:before{content:"\ec84"}.bxs-bell-off:before{content:"\ec85"}.bxs-bell-plus:before{content:"\ec86"}.bxs-bell-ring:before{content:"\ec87"}.bxs-bible:before{content:"\ec88"}.bxs-binoculars:before{content:"\ec89"}.bxs-blanket:before{content:"\ec8a"}.bxs-bolt:before{content:"\ec8b"}.bxs-bolt-circle:before{content:"\ec8c"}.bxs-bomb:before{content:"\ec8d"}.bxs-bone:before{content:"\ec8e"}.bxs-bong:before{content:"\ec8f"}.bxs-book:before{content:"\ec90"}.bxs-book-add:before{content:"\ec91"}.bxs-book-alt:before{content:"\ec92"}.bxs-book-bookmark:before{content:"\ec93"}.bxs-book-content:before{content:"\ec94"}.bxs-book-heart:before{content:"\ec95"}.bxs-bookmark:before{content:"\ec96"}.bxs-bookmark-minus:before{content:"\ec97"}.bxs-bookmark-plus:before{content:"\ec98"}.bxs-bookmarks:before{content:"\ec99"}.bxs-bookmark-star:before{content:"\ec9a"}.bxs-book-open:before{content:"\ec9b"}.bxs-book-reader:before{content:"\ec9c"}.bxs-bot:before{content:"\ec9d"}.bxs-bowling-ball:before{content:"\ec9e"}.bxs-box:before{content:"\ec9f"}.bxs-brain:before{content:"\eca0"}.bxs-briefcase:before{content:"\eca1"}.bxs-briefcase-alt:before{content:"\eca2"}.bxs-briefcase-alt-2:before{content:"\eca3"}.bxs-brightness:before{content:"\eca4"}.bxs-brightness-half:before{content:"\eca5"}.bxs-brush:before{content:"\eca6"}.bxs-brush-alt:before{content:"\eca7"}.bxs-bug:before{content:"\eca8"}.bxs-bug-alt:before{content:"\eca9"}.bxs-building:before{content:"\ecaa"}.bxs-building-house:before{content:"\ecab"}.bxs-buildings:before{content:"\ecac"}.bxs-bulb:before{content:"\ecad"}.bxs-bullseye:before{content:"\ecae"}.bxs-buoy:before{content:"\ecaf"}.bxs-bus:before{content:"\ecb0"}.bxs-business:before{content:"\ecb1"}.bxs-bus-school:before{content:"\ecb2"}.bxs-cabinet:before{content:"\ecb3"}.bxs-cake:before{content:"\ecb4"}.bxs-calculator:before{content:"\ecb5"}.bxs-calendar:before{content:"\ecb6"}.bxs-calendar-alt:before{content:"\ecb7"}.bxs-calendar-check:before{content:"\ecb8"}.bxs-calendar-edit:before{content:"\ecb9"}.bxs-calendar-event:before{content:"\ecba"}.bxs-calendar-exclamation:before{content:"\ecbb"}.bxs-calendar-heart:before{content:"\ecbc"}.bxs-calendar-minus:before{content:"\ecbd"}.bxs-calendar-plus:before{content:"\ecbe"}.bxs-calendar-star:before{content:"\ecbf"}.bxs-calendar-week:before{content:"\ecc0"}.bxs-calendar-x:before{content:"\ecc1"}.bxs-camera:before{content:"\ecc2"}.bxs-camera-home:before{content:"\ecc3"}.bxs-camera-movie:before{content:"\ecc4"}.bxs-camera-off:before{content:"\ecc5"}.bxs-camera-plus:before{content:"\ecc6"}.bxs-capsule:before{content:"\ecc7"}.bxs-captions:before{content:"\ecc8"}.bxs-car:before{content:"\ecc9"}.bxs-car-battery:before{content:"\ecca"}.bxs-car-crash:before{content:"\eccb"}.bxs-card:before{content:"\eccc"}.bxs-caret-down-circle:before{content:"\eccd"}.bxs-caret-down-square:before{content:"\ecce"}.bxs-caret-left-circle:before{content:"\eccf"}.bxs-caret-left-square:before{content:"\ecd0"}.bxs-caret-right-circle:before{content:"\ecd1"}.bxs-caret-right-square:before{content:"\ecd2"}.bxs-caret-up-circle:before{content:"\ecd3"}.bxs-caret-up-square:before{content:"\ecd4"}.bxs-car-garage:before{content:"\ecd5"}.bxs-car-mechanic:before{content:"\ecd6"}.bxs-carousel:before{content:"\ecd7"}.bxs-cart:before{content:"\ecd8"}.bxs-cart-add:before{content:"\ecd9"}.bxs-cart-alt:before{content:"\ecda"}.bxs-cart-download:before{content:"\ecdb"}.bxs-car-wash:before{content:"\ecdc"}.bxs-cctv:before{content:"\ecdd"}.bxs-certification:before{content:"\ecde"}.bxs-chalkboard:before{content:"\ecdf"}.bxs-chart:before{content:"\ece0"}.bxs-chat:before{content:"\ece1"}.bxs-checkbox:before{content:"\ece2"}.bxs-checkbox-checked:before{content:"\ece3"}.bxs-check-circle:before{content:"\ece4"}.bxs-check-shield:before{content:"\ece5"}.bxs-check-square:before{content:"\ece6"}.bxs-chess:before{content:"\ece7"}.bxs-chevron-down:before{content:"\ece8"}.bxs-chevron-down-circle:before{content:"\ece9"}.bxs-chevron-down-square:before{content:"\ecea"}.bxs-chevron-left:before{content:"\eceb"}.bxs-chevron-left-circle:before{content:"\ecec"}.bxs-chevron-left-square:before{content:"\eced"}.bxs-chevron-right:before{content:"\ecee"}.bxs-chevron-right-circle:before{content:"\ecef"}.bxs-chevron-right-square:before{content:"\ecf0"}.bxs-chevrons-down:before{content:"\ecf1"}.bxs-chevrons-left:before{content:"\ecf2"}.bxs-chevrons-right:before{content:"\ecf3"}.bxs-chevrons-up:before{content:"\ecf4"}.bxs-chevron-up:before{content:"\ecf5"}.bxs-chevron-up-circle:before{content:"\ecf6"}.bxs-chevron-up-square:before{content:"\ecf7"}.bxs-chip:before{content:"\ecf8"}.bxs-church:before{content:"\ecf9"}.bxs-circle:before{content:"\ecfa"}.bxs-city:before{content:"\ecfb"}.bxs-clinic:before{content:"\ecfc"}.bxs-cloud:before{content:"\ecfd"}.bxs-cloud-download:before{content:"\ecfe"}.bxs-cloud-lightning:before{content:"\ecff"}.bxs-cloud-rain:before{content:"\ed00"}.bxs-cloud-upload:before{content:"\ed01"}.bxs-coffee:before{content:"\ed02"}.bxs-coffee-alt:before{content:"\ed03"}.bxs-coffee-togo:before{content:"\ed04"}.bxs-cog:before{content:"\ed05"}.bxs-coin:before{content:"\ed06"}.bxs-coin-stack:before{content:"\ed07"}.bxs-collection:before{content:"\ed08"}.bxs-color-fill:before{content:"\ed09"}.bxs-comment:before{content:"\ed0a"}.bxs-comment-add:before{content:"\ed0b"}.bxs-comment-check:before{content:"\ed0c"}.bxs-comment-detail:before{content:"\ed0d"}.bxs-comment-dots:before{content:"\ed0e"}.bxs-comment-edit:before{content:"\ed0f"}.bxs-comment-error:before{content:"\ed10"}.bxs-comment-minus:before{content:"\ed11"}.bxs-comment-x:before{content:"\ed12"}.bxs-compass:before{content:"\ed13"}.bxs-component:before{content:"\ed14"}.bxs-confused:before{content:"\ed15"}.bxs-contact:before{content:"\ed16"}.bxs-conversation:before{content:"\ed17"}.bxs-cookie:before{content:"\ed18"}.bxs-cool:before{content:"\ed19"}.bxs-copy:before{content:"\ed1a"}.bxs-copy-alt:before{content:"\ed1b"}.bxs-copyright:before{content:"\ed1c"}.bxs-coupon:before{content:"\ed1d"}.bxs-credit-card:before{content:"\ed1e"}.bxs-credit-card-alt:before{content:"\ed1f"}.bxs-credit-card-front:before{content:"\ed20"}.bxs-crop:before{content:"\ed21"}.bxs-crown:before{content:"\ed22"}.bxs-cube:before{content:"\ed23"}.bxs-cube-alt:before{content:"\ed24"}.bxs-cuboid:before{content:"\ed25"}.bxs-customize:before{content:"\ed26"}.bxs-cylinder:before{content:"\ed27"}.bxs-dashboard:before{content:"\ed28"}.bxs-data:before{content:"\ed29"}.bxs-detail:before{content:"\ed2a"}.bxs-devices:before{content:"\ed2b"}.bxs-diamond:before{content:"\ed2c"}.bxs-dice-1:before{content:"\ed2d"}.bxs-dice-2:before{content:"\ed2e"}.bxs-dice-3:before{content:"\ed2f"}.bxs-dice-4:before{content:"\ed30"}.bxs-dice-5:before{content:"\ed31"}.bxs-dice-6:before{content:"\ed32"}.bxs-direction-left:before{content:"\ed33"}.bxs-direction-right:before{content:"\ed34"}.bxs-directions:before{content:"\ed35"}.bxs-disc:before{content:"\ed36"}.bxs-discount:before{content:"\ed37"}.bxs-dish:before{content:"\ed38"}.bxs-dislike:before{content:"\ed39"}.bxs-dizzy:before{content:"\ed3a"}.bxs-dock-bottom:before{content:"\ed3b"}.bxs-dock-left:before{content:"\ed3c"}.bxs-dock-right:before{content:"\ed3d"}.bxs-dock-top:before{content:"\ed3e"}.bxs-dollar-circle:before{content:"\ed3f"}.bxs-donate-blood:before{content:"\ed40"}.bxs-donate-heart:before{content:"\ed41"}.bxs-door-open:before{content:"\ed42"}.bxs-doughnut-chart:before{content:"\ed43"}.bxs-down-arrow:before{content:"\ed44"}.bxs-down-arrow-alt:before{content:"\ed45"}.bxs-down-arrow-circle:before{content:"\ed46"}.bxs-down-arrow-square:before{content:"\ed47"}.bxs-download:before{content:"\ed48"}.bxs-downvote:before{content:"\ed49"}.bxs-drink:before{content:"\ed4a"}.bxs-droplet:before{content:"\ed4b"}.bxs-droplet-half:before{content:"\ed4c"}.bxs-dryer:before{content:"\ed4d"}.bxs-duplicate:before{content:"\ed4e"}.bxs-edit:before{content:"\ed4f"}.bxs-edit-alt:before{content:"\ed50"}.bxs-edit-location:before{content:"\ed51"}.bxs-eject:before{content:"\ed52"}.bxs-envelope:before{content:"\ed53"}.bxs-envelope-open:before{content:"\ed54"}.bxs-eraser:before{content:"\ed55"}.bxs-error:before{content:"\ed56"}.bxs-error-alt:before{content:"\ed57"}.bxs-error-circle:before{content:"\ed58"}.bxs-ev-station:before{content:"\ed59"}.bxs-exit:before{content:"\ed5a"}.bxs-extension:before{content:"\ed5b"}.bxs-eyedropper:before{content:"\ed5c"}.bxs-face:before{content:"\ed5d"}.bxs-factory:before{content:"\ed5e"}.bxs-fast-forward-circle:before{content:"\ed5f"}.bxs-file:before{content:"\ed60"}.bxs-file-archive:before{content:"\ed61"}.bxs-file-blank:before{content:"\ed62"}.bxs-file-css:before{content:"\ed63"}.bxs-file-doc:before{content:"\ed64"}.bxs-file-export:before{content:"\ed65"}.bxs-file-find:before{content:"\ed66"}.bxs-file-gif:before{content:"\ed67"}.bxs-file-html:before{content:"\ed68"}.bxs-file-image:before{content:"\ed69"}.bxs-file-import:before{content:"\ed6a"}.bxs-file-jpg:before{content:"\ed6b"}.bxs-file-js:before{content:"\ed6c"}.bxs-file-json:before{content:"\ed6d"}.bxs-file-md:before{content:"\ed6e"}.bxs-file-pdf:before{content:"\ed6f"}.bxs-file-plus:before{content:"\ed70"}.bxs-file-png:before{content:"\ed71"}.bxs-file-txt:before{content:"\ed72"}.bxs-film:before{content:"\ed73"}.bxs-filter-alt:before{content:"\ed74"}.bxs-first-aid:before{content:"\ed75"}.bxs-flag:before{content:"\ed76"}.bxs-flag-alt:before{content:"\ed77"}.bxs-flag-checkered:before{content:"\ed78"}.bxs-flame:before{content:"\ed79"}.bxs-flask:before{content:"\ed7a"}.bxs-florist:before{content:"\ed7b"}.bxs-folder:before{content:"\ed7c"}.bxs-folder-minus:before{content:"\ed7d"}.bxs-folder-open:before{content:"\ed7e"}.bxs-folder-plus:before{content:"\ed7f"}.bxs-food-menu:before{content:"\ed80"}.bxs-fridge:before{content:"\ed81"}.bxs-game:before{content:"\ed82"}.bxs-gas-pump:before{content:"\ed83"}.bxs-ghost:before{content:"\ed84"}.bxs-gift:before{content:"\ed85"}.bxs-graduation:before{content:"\ed86"}.bxs-grid:before{content:"\ed87"}.bxs-grid-alt:before{content:"\ed88"}.bxs-group:before{content:"\ed89"}.bxs-guitar-amp:before{content:"\ed8a"}.bxs-hand-down:before{content:"\ed8b"}.bxs-hand-left:before{content:"\ed8c"}.bxs-hand-right:before{content:"\ed8d"}.bxs-hand-up:before{content:"\ed8e"}.bxs-happy:before{content:"\ed8f"}.bxs-happy-alt:before{content:"\ed90"}.bxs-happy-beaming:before{content:"\ed91"}.bxs-happy-heart-eyes:before{content:"\ed92"}.bxs-hdd:before{content:"\ed93"}.bxs-heart:before{content:"\ed94"}.bxs-heart-circle:before{content:"\ed95"}.bxs-heart-square:before{content:"\ed96"}.bxs-help-circle:before{content:"\ed97"}.bxs-hide:before{content:"\ed98"}.bxs-home:before{content:"\ed99"}.bxs-home-circle:before{content:"\ed9a"}.bxs-home-heart:before{content:"\ed9b"}.bxs-home-smile:before{content:"\ed9c"}.bxs-hot:before{content:"\ed9d"}.bxs-hotel:before{content:"\ed9e"}.bxs-hourglass:before{content:"\ed9f"}.bxs-hourglass-bottom:before{content:"\eda0"}.bxs-hourglass-top:before{content:"\eda1"}.bxs-id-card:before{content:"\eda2"}.bxs-image:before{content:"\eda3"}.bxs-image-add:before{content:"\eda4"}.bxs-image-alt:before{content:"\eda5"}.bxs-inbox:before{content:"\eda6"}.bxs-info-circle:before{content:"\eda7"}.bxs-info-square:before{content:"\eda8"}.bxs-institution:before{content:"\eda9"}.bxs-joystick:before{content:"\edaa"}.bxs-joystick-alt:before{content:"\edab"}.bxs-joystick-button:before{content:"\edac"}.bxs-key:before{content:"\edad"}.bxs-keyboard:before{content:"\edae"}.bxs-label:before{content:"\edaf"}.bxs-landmark:before{content:"\edb0"}.bxs-landscape:before{content:"\edb1"}.bxs-laugh:before{content:"\edb2"}.bxs-layer:before{content:"\edb3"}.bxs-layer-minus:before{content:"\edb4"}.bxs-layer-plus:before{content:"\edb5"}.bxs-layout:before{content:"\edb6"}.bxs-left-arrow:before{content:"\edb7"}.bxs-left-arrow-alt:before{content:"\edb8"}.bxs-left-arrow-circle:before{content:"\edb9"}.bxs-left-arrow-square:before{content:"\edba"}.bxs-left-down-arrow-circle:before{content:"\edbb"}.bxs-left-top-arrow-circle:before{content:"\edbc"}.bxs-like:before{content:"\edbd"}.bxs-location-plus:before{content:"\edbe"}.bxs-lock:before{content:"\edbf"}.bxs-lock-alt:before{content:"\edc0"}.bxs-lock-open:before{content:"\edc1"}.bxs-lock-open-alt:before{content:"\edc2"}.bxs-log-in:before{content:"\edc3"}.bxs-log-in-circle:before{content:"\edc4"}.bxs-log-out:before{content:"\edc5"}.bxs-log-out-circle:before{content:"\edc6"}.bxs-low-vision:before{content:"\edc7"}.bxs-magic-wand:before{content:"\edc8"}.bxs-magnet:before{content:"\edc9"}.bxs-map:before{content:"\edca"}.bxs-map-alt:before{content:"\edcb"}.bxs-map-pin:before{content:"\edcc"}.bxs-mask:before{content:"\edcd"}.bxs-medal:before{content:"\edce"}.bxs-megaphone:before{content:"\edcf"}.bxs-meh:before{content:"\edd0"}.bxs-meh-alt:before{content:"\edd1"}.bxs-meh-blank:before{content:"\edd2"}.bxs-memory-card:before{content:"\edd3"}.bxs-message:before{content:"\edd4"}.bxs-message-add:before{content:"\edd5"}.bxs-message-alt:before{content:"\edd6"}.bxs-message-alt-add:before{content:"\edd7"}.bxs-message-alt-check:before{content:"\edd8"}.bxs-message-alt-detail:before{content:"\edd9"}.bxs-message-alt-dots:before{content:"\edda"}.bxs-message-alt-edit:before{content:"\eddb"}.bxs-message-alt-error:before{content:"\eddc"}.bxs-message-alt-minus:before{content:"\eddd"}.bxs-message-alt-x:before{content:"\edde"}.bxs-message-check:before{content:"\eddf"}.bxs-message-detail:before{content:"\ede0"}.bxs-message-dots:before{content:"\ede1"}.bxs-message-edit:before{content:"\ede2"}.bxs-message-error:before{content:"\ede3"}.bxs-message-minus:before{content:"\ede4"}.bxs-message-rounded:before{content:"\ede5"}.bxs-message-rounded-add:before{content:"\ede6"}.bxs-message-rounded-check:before{content:"\ede7"}.bxs-message-rounded-detail:before{content:"\ede8"}.bxs-message-rounded-dots:before{content:"\ede9"}.bxs-message-rounded-edit:before{content:"\edea"}.bxs-message-rounded-error:before{content:"\edeb"}.bxs-message-rounded-minus:before{content:"\edec"}.bxs-message-rounded-x:before{content:"\eded"}.bxs-message-square:before{content:"\edee"}.bxs-message-square-add:before{content:"\edef"}.bxs-message-square-check:before{content:"\edf0"}.bxs-message-square-detail:before{content:"\edf1"}.bxs-message-square-dots:before{content:"\edf2"}.bxs-message-square-edit:before{content:"\edf3"}.bxs-message-square-error:before{content:"\edf4"}.bxs-message-square-minus:before{content:"\edf5"}.bxs-message-square-x:before{content:"\edf6"}.bxs-message-x:before{content:"\edf7"}.bxs-meteor:before{content:"\edf8"}.bxs-microchip:before{content:"\edf9"}.bxs-microphone:before{content:"\edfa"}.bxs-microphone-alt:before{content:"\edfb"}.bxs-microphone-off:before{content:"\edfc"}.bxs-minus-circle:before{content:"\edfd"}.bxs-minus-square:before{content:"\edfe"}.bxs-mobile:before{content:"\edff"}.bxs-mobile-vibration:before{content:"\ee00"}.bxs-moon:before{content:"\ee01"}.bxs-mouse:before{content:"\ee02"}.bxs-mouse-alt:before{content:"\ee03"}.bxs-movie:before{content:"\ee04"}.bxs-music:before{content:"\ee05"}.bxs-navigation:before{content:"\ee06"}.bxs-network-chart:before{content:"\ee07"}.bxs-news:before{content:"\ee08"}.bxs-no-entry:before{content:"\ee09"}.bxs-note:before{content:"\ee0a"}.bxs-notepad:before{content:"\ee0b"}.bxs-notification:before{content:"\ee0c"}.bxs-notification-off:before{content:"\ee0d"}.bxs-offer:before{content:"\ee0e"}.bxs-package:before{content:"\ee0f"}.bxs-paint:before{content:"\ee10"}.bxs-paint-roll:before{content:"\ee11"}.bxs-palette:before{content:"\ee12"}.bxs-paper-plane:before{content:"\ee13"}.bxs-parking:before{content:"\ee14"}.bxs-paste:before{content:"\ee15"}.bxs-pen:before{content:"\ee16"}.bxs-pencil:before{content:"\ee17"}.bxs-phone:before{content:"\ee18"}.bxs-phone-call:before{content:"\ee19"}.bxs-phone-incoming:before{content:"\ee1a"}.bxs-phone-outgoing:before{content:"\ee1b"}.bxs-photo-album:before{content:"\ee1c"}.bxs-piano:before{content:"\ee1d"}.bxs-pie-chart:before{content:"\ee1e"}.bxs-pie-chart-alt:before{content:"\ee1f"}.bxs-pie-chart-alt-2:before{content:"\ee20"}.bxs-pin:before{content:"\ee21"}.bxs-pizza:before{content:"\ee22"}.bxs-plane:before{content:"\ee23"}.bxs-plane-alt:before{content:"\ee24"}.bxs-plane-land:before{content:"\ee25"}.bxs-planet:before{content:"\ee26"}.bxs-plane-take-off:before{content:"\ee27"}.bxs-playlist:before{content:"\ee28"}.bxs-plug:before{content:"\ee29"}.bxs-plus-circle:before{content:"\ee2a"}.bxs-plus-square:before{content:"\ee2b"}.bxs-pointer:before{content:"\ee2c"}.bxs-polygon:before{content:"\ee2d"}.bxs-printer:before{content:"\ee2e"}.bxs-purchase-tag:before{content:"\ee2f"}.bxs-purchase-tag-alt:before{content:"\ee30"}.bxs-pyramid:before{content:"\ee31"}.bxs-quote-alt-left:before{content:"\ee32"}.bxs-quote-alt-right:before{content:"\ee33"}.bxs-quote-left:before{content:"\ee34"}.bxs-quote-right:before{content:"\ee35"}.bxs-quote-single-left:before{content:"\ee36"}.bxs-quote-single-right:before{content:"\ee37"}.bxs-radiation:before{content:"\ee38"}.bxs-radio:before{content:"\ee39"}.bxs-receipt:before{content:"\ee3a"}.bxs-rectangle:before{content:"\ee3b"}.bxs-rename:before{content:"\ee3c"}.bxs-report:before{content:"\ee3d"}.bxs-rewind-circle:before{content:"\ee3e"}.bxs-right-arrow:before{content:"\ee3f"}.bxs-right-arrow-alt:before{content:"\ee40"}.bxs-right-arrow-circle:before{content:"\ee41"}.bxs-right-arrow-square:before{content:"\ee42"}.bxs-right-down-arrow-circle:before{content:"\ee43"}.bxs-right-top-arrow-circle:before{content:"\ee44"}.bxs-rocket:before{content:"\ee45"}.bxs-ruler:before{content:"\ee46"}.bxs-sad:before{content:"\ee47"}.bxs-save:before{content:"\ee48"}.bxs-school:before{content:"\ee49"}.bxs-search:before{content:"\ee4a"}.bxs-search-alt-2:before{content:"\ee4b"}.bxs-select-multiple:before{content:"\ee4c"}.bxs-send:before{content:"\ee4d"}.bxs-server:before{content:"\ee4e"}.bxs-shapes:before{content:"\ee4f"}.bxs-share:before{content:"\ee50"}.bxs-share-alt:before{content:"\ee51"}.bxs-shield:before{content:"\ee52"}.bxs-shield-alt-2:before{content:"\ee53"}.bxs-shield-x:before{content:"\ee54"}.bxs-ship:before{content:"\ee55"}.bxs-shocked:before{content:"\ee56"}.bxs-shopping-bag:before{content:"\ee57"}.bxs-shopping-bag-alt:before{content:"\ee58"}.bxs-shopping-bags:before{content:"\ee59"}.bxs-show:before{content:"\ee5a"}.bxs-skip-next-circle:before{content:"\ee5b"}.bxs-skip-previous-circle:before{content:"\ee5c"}.bxs-skull:before{content:"\ee5d"}.bxs-sleepy:before{content:"\ee5e"}.bxs-slideshow:before{content:"\ee5f"}.bxs-smile:before{content:"\ee60"}.bxs-sort-alt:before{content:"\ee61"}.bxs-spa:before{content:"\ee62"}.bxs-spray-can:before{content:"\ee63"}.bxs-spreadsheet:before{content:"\ee64"}.bxs-square:before{content:"\ee65"}.bxs-square-rounded:before{content:"\ee66"}.bxs-star:before{content:"\ee67"}.bxs-star-half:before{content:"\ee68"}.bxs-sticker:before{content:"\ee69"}.bxs-stopwatch:before{content:"\ee6a"}.bxs-store:before{content:"\ee6b"}.bxs-store-alt:before{content:"\ee6c"}.bxs-sun:before{content:"\ee6d"}.bxs-tachometer:before{content:"\ee6e"}.bxs-tag:before{content:"\ee6f"}.bxs-tag-x:before{content:"\ee70"}.bxs-taxi:before{content:"\ee71"}.bxs-tennis-ball:before{content:"\ee72"}.bxs-terminal:before{content:"\ee73"}.bxs-thermometer:before{content:"\ee74"}.bxs-time:before{content:"\ee75"}.bxs-time-five:before{content:"\ee76"}.bxs-timer:before{content:"\ee77"}.bxs-tired:before{content:"\ee78"}.bxs-toggle-left:before{content:"\ee79"}.bxs-toggle-right:before{content:"\ee7a"}.bxs-tone:before{content:"\ee7b"}.bxs-torch:before{content:"\ee7c"}.bxs-to-top:before{content:"\ee7d"}.bxs-traffic:before{content:"\ee7e"}.bxs-traffic-barrier:before{content:"\ee7f"}.bxs-traffic-cone:before{content:"\ee80"}.bxs-train:before{content:"\ee81"}.bxs-trash:before{content:"\ee82"}.bxs-trash-alt:before{content:"\ee83"}.bxs-tree:before{content:"\ee84"}.bxs-trophy:before{content:"\ee85"}.bxs-truck:before{content:"\ee86"}.bxs-t-shirt:before{content:"\ee87"}.bxs-up-arrow:before{content:"\ee88"}.bxs-up-arrow-alt:before{content:"\ee89"}.bxs-up-arrow-circle:before{content:"\ee8a"}.bxs-up-arrow-square:before{content:"\ee8b"}.bxs-upside-down:before{content:"\ee8c"}.bxs-upvote:before{content:"\ee8d"}.bxs-user:before{content:"\ee8e"}.bxs-user-badge:before{content:"\ee8f"}.bxs-user-check:before{content:"\ee90"}.bxs-user-circle:before{content:"\ee91"}.bxs-user-detail:before{content:"\ee92"}.bxs-user-minus:before{content:"\ee93"}.bxs-user-pin:before{content:"\ee94"}.bxs-user-plus:before{content:"\ee95"}.bxs-user-rectangle:before{content:"\ee96"}.bxs-user-voice:before{content:"\ee97"}.bxs-user-x:before{content:"\ee98"}.bxs-vector:before{content:"\ee99"}.bxs-vial:before{content:"\ee9a"}.bxs-video:before{content:"\ee9b"}.bxs-video-off:before{content:"\ee9c"}.bxs-video-plus:before{content:"\ee9d"}.bxs-video-recording:before{content:"\ee9e"}.bxs-videos:before{content:"\ee9f"}.bxs-volume:before{content:"\eea0"}.bxs-volume-full:before{content:"\eea1"}.bxs-volume-low:before{content:"\eea2"}.bxs-volume-mute:before{content:"\eea3"}.bxs-wallet:before{content:"\eea4"}.bxs-wallet-alt:before{content:"\eea5"}.bxs-washer:before{content:"\eea6"}.bxs-watch:before{content:"\eea7"}.bxs-watch-alt:before{content:"\eea8"}.bxs-webcam:before{content:"\eea9"}.bxs-widget:before{content:"\eeaa"}.bxs-window-alt:before{content:"\eeab"}.bxs-wine:before{content:"\eeac"}.bxs-wink-smile:before{content:"\eead"}.bxs-wink-tongue:before{content:"\eeae"}.bxs-wrench:before{content:"\eeaf"}.bxs-x-circle:before{content:"\eeb0"}.bxs-x-square:before{content:"\eeb1"}.bxs-yin-yang:before{content:"\eeb2"}.bxs-zap:before{content:"\eeb3"}.bxs-zoom-in:before{content:"\eeb4"}.bxs-zoom-out:before{content:"\eeb5"}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/Content/Frontend/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/Content/Frontend/assets/fonts/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/Content/Frontend/assets/fonts/slick.eot);
    src: url(/Content/Frontend/assets/fonts/slick.eot?#iefix) format('embedded-opentype'), url(/Content/Frontend/assets/fonts/slick.woff) format('woff'), url(/Content/Frontend/assets/fonts/slick.ttf) format('truetype'), url(/Content/Frontend/assets/fonts/slick.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*
@File: Restaurant Template Style

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Home One CSS
** - Home Two CSS
** - Home Three CSS
** - About CSS
** - Service Details CSS
** - Blog Details CSS
** - Cart CSS
** - Checkout CSS
** - Coming Soon CSS
** - FAQ CSS
** - Terms and Conditions CSS
** - 404 CSS
** - Contact CSS
** - Book A Table CSS
** - Preloader CSS
** - Back to Top CSS
*/
/*-- Default CSS --*/
body {
    font-family: "Roboto", sans-serif;
    color: #a5a4a9;
    background-color: #ffffff;
    font-size: 15px;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.3;
    font-family: "Oswald", serif;
    color: #0b0320;
}

p {
  line-height: 1.7;
}

a {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}

button:focus {
  outline: 0;
}

.btn.focus, .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*-- End Default CSS --*/
/*----- Home One CSS -----*/
/*-- Navbar --*/
.main-nav {
  background: transparent;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.main-nav nav .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.main-nav nav .navbar-nav .nav-link:focus, .main-nav nav .navbar-nav .nav-link:hover {
  color: #e1c240;
}

.main-nav nav .navbar-nav .nav-item:hover a {
  color: #e1c240;
}

    .main-nav nav .navbar-nav .nav-item a {
        font-weight: 800;
        font-size: 15px;
        color: #0b0320;
        font-family: "Oswald", sans-serif;
        text-transform: unset;
        text-transform: uppercase;
    }

.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a:focus, .main-nav nav .navbar-nav .nav-item a.active {
  color: #e1c240;
}

.main-nav nav .navbar-nav .nav-item a:hover i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  color: #e1c240;
}

.main-nav nav .navbar-nav .nav-item a i {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 2px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid #0b032026;
  position: relative;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover {
  padding-left: 10px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover:before {
  opacity: 1;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #e1c240;
  text-transform: unset;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 1px;
  left: 0;
  top: 20px;
  background-color: #e1c240;
  opacity: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #0b0320;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #e1c240;
}

.main-nav nav .side-nav {
  position: relative;
}

.main-nav nav .side-nav .nav-cart {
  width: 40px;
  height: 40px;
  line-height: 34px;
  border-radius: 50%;
  border: 1px solid #0b0320;
  color: #0b0320;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  position: relative;
}

.main-nav nav .side-nav .nav-cart:hover {
  color: #ffffff;
  background-color: #0b0320;
}

.main-nav nav .side-nav .nav-cart span {
  display: inline-block;
  color: #ffffff;
  background-color: #0b0320;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  position: absolute;
  top: -3px;
  right: -5px;
  font-weight: 500;
}

.main-nav nav .side-nav .nav-tel {
  color: #0b0320;
  border-radius: 50px;
  padding: 12px 15px 11px 15px;
  background-color: #e1c240;
  font-size: 14px;
  position: relative;
  margin-left: 15px;
  display: inline-block;
}

.main-nav nav .side-nav .nav-tel i {
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  top: 3px;
}

.main-nav nav .side-nav .nav-tel:hover {
  color: #ffffff;
  background-color: #0b0320;
}

.main-nav .dropdown-toggle::after {
  display: none;
}

.menu-shrink {
  background-color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd8c;
          box-shadow: 0px 0px 20px 0px #dddddd8c;
}

/*-- End Navbar --*/
/*-- Banner --*/
.banner-area {
  height: 900px;
  position: relative;
}

.banner-area .banner-shape img {
  position: absolute;
  z-index: -1;
}

.banner-area .banner-shape img:nth-child(1) {
  bottom: 125px;
  left: 165px;
}

.banner-area .banner-shape img:nth-child(2) {
  top: 130px;
  left: 170px;
  margin-left: auto;
  margin-right: auto;
}

.banner-area .banner-shape img:nth-child(3) {
  bottom: 30px;
  left: 0;
  right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.banner-area .banner-shape img:nth-child(4) {
  top: 275px;
  right: 0;
  max-width: 140px;
}

.banner-area .banner-content h1 {
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 20px;
}

.banner-area .banner-content p {
  margin-bottom: 30px;
}

.banner-area .banner-content form {
  position: relative;
}

.banner-area .banner-content form ::-webkit-input-placeholder {
  color: #a5a4a9;
}

.banner-area .banner-content form :-ms-input-placeholder {
  color: #a5a4a9;
}

.banner-area .banner-content form ::-ms-input-placeholder {
  color: #a5a4a9;
}

.banner-area .banner-content form ::placeholder {
  color: #a5a4a9;
}

.banner-area .banner-content form .form-control {
  font-size: 16px;
  padding-left: 25px;
  border: 0;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd5c;
          box-shadow: 0px 0px 20px 0px #dddddd5c;
  height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.banner-area .banner-content form .form-control:focus {
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd5c;
          box-shadow: 0px 0px 20px 0px #dddddd5c;
  border: 0;
}

.banner-area .banner-content form .banner-form-btn {
  font-weight: 500;
  font-size: 15px;
  color: #0b0320;
  border-radius: 50px;
  background-color: #e1c240;
  padding: 12px 32px;
  position: absolute;
  top: 10px;
  right: 12px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.banner-area .banner-content form .banner-form-btn:hover {
  color: #ffffff;
  background-color: #0b0320;
}

.banner-area .owl-theme .owl-nav {
  margin-top: -5px;
  position: relative;
  right: 0;
  left: 0;
}

.banner-area .banner-slider .owl-prev {
  font-size: 55px !important;
  color: #e1c240 !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.banner-area .banner-slider .owl-prev:hover {
  color: #0b0320 !important;
  background-color: transparent !important;
}

.banner-area .banner-slider .owl-next {
  font-size: 55px !important;
  color: #e1c240 !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.banner-area .banner-slider .owl-next:hover {
  color: #0b0320 !important;
  background-color: transparent !important;
}

/*-- End Banner --*/
/*-- Feature --*/
.section-title {
  margin-bottom: 50px;
  text-align: center;
  margin-top: -8px;
}

.section-title .sub-title {
  font-weight: 500;
  font-size: 16px;
  color: #e1c240;
  display: block;
  margin-bottom: 8px;
}

.section-title h2 {
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 16px;
}

.section-title p {
  max-width: 580px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.feature-item {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.feature-item img {
  width: 100%;
  border-radius: 25px;
}

.feature-item:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.feature-item:hover .feature-inner ul li a.icon {
  background-color: #0b0320;
}

.feature-item .feature-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  background-color: #ffffff;
  max-width: 310px;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.feature-item .feature-inner ul {
  margin: 0;
  padding: 0;
  position: relative;
}

.feature-item .feature-inner ul li {
  list-style-type: none;
  display: inline-block;
}

.feature-item .feature-inner ul li img {
  position: relative;
  top: -2px;
}

.feature-item .feature-inner ul li span {
  display: block;
  font-weight: 500;
  font-size: 18px;
  margin-left: 12px;
}

    .feature-item .feature-inner ul li span a {
        color: #0b0320;
    }

        .feature-item .feature-inner ul li span a:hover {
            background: none;
            color: #e1c240;
        }

        .feature-item .feature-inner ul li a.icon {
            display: block;
            width: 40px;
            height: 40px;
            line-height: 46px;
            border-radius: 50%;
            text-align: center;
            font-size: 23px;
            color: #ffffff;
            background-color: #e1c240;
            position: absolute;
            right: 7px;
            top: -7px;
        }

/*-- End Feature --*/
/*-- Service --*/
.service-area {
  background-color: #fffdf9;
}

.service-area .service-item {
  text-align: center;
  padding: 32px 20px 30px;
  border-radius: 25px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: relative;
}

.service-area .service-item a {
  display: block;
}

.service-area .service-item:hover {
  background-color: #e1c240;
}

.service-area .service-item:hover .service-shape {
  opacity: 1;
}

.service-area .service-item:hover h3 {
  color: #ffffff;
}

.service-area .service-item:hover p {
  color: #ffffff;
}

.service-area .service-item i {
  margin-bottom: 10px;
  width: 80px !important;
  height: 80px;
  font-size: 64px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: #000;
}

.service-area .service-item .service-shape {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  opacity: 0;
  width: 100% !important;
  height: 100% !important;
  margin-bottom: 0;
}

.service-area .service-item h3 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  color: #0b0320;
}

.service-area .service-item p {
  margin-bottom: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  color: #a5a4a9;
}

.service-area .service-slider {
  margin-bottom: -9px;
}

.service-area .service-slider .center {
  background-color: #e1c240;
  border-radius: 25px;
}

.service-area .service-slider .center .service-shape {
  opacity: 1;
}

.service-area .service-slider .center h3 {
  color: #ffffff;
}

.service-area .service-slider .center p {
  color: #ffffff;
}

.service-area .service-slider .owl-prev {
  height: 40px;
  width: 40px;
  line-height: 45px !important;
  border-radius: 50% !important;
  text-align: center;
  color: #ffffff !important;
  background-color: #ffe7a2 !important;
  font-size: 25px !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 45%;
  left: -55px;
  opacity: 0;
}

.service-area .service-slider .owl-prev:hover {
  background-color: #e1c240 !important;
}

.service-area .service-slider .owl-next {
  height: 40px;
  width: 40px;
  line-height: 45px !important;
  border-radius: 50% !important;
  text-align: center;
  color: #ffffff !important;
  background-color: #ffe7a2 !important;
  font-size: 25px !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 45%;
  right: -55px;
  opacity: 0;
}

.service-area .service-slider .owl-next:hover {
  background-color: #e1c240 !important;
}

.service-area .service-slider:hover .owl-prev {
  opacity: 1;
  left: -48px;
}

.service-area .service-slider:hover .owl-next {
  opacity: 1;
  right: -48px;
}

/*-- End Service --*/
/*-- Restant--*/
.restant-area {
  padding-top: 150px;
  position: relative;
  padding-bottom: 130px;
}

.restant-area .restant-shape img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 350px;
}

.restant-area .restant-content {
  max-width: 600px;
  padding-left: 20px;
}

.restant-area .restant-content .section-title {
  text-align: left;
  margin-bottom: 35px;
}

.restant-area .restant-content .section-title p {
  max-width: 100%;
  margin-left: 0;
  margin-bottom: 10px;
}

.restant-area .restant-img {
  text-align: center;
  position: relative;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.restant-area .restant-img img:nth-child(1) {
  position: relative;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.restant-area .restant-img img:nth-child(2) {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
  -webkit-animation: restant-amination 10s infinite linear;
          animation: restant-amination 10s infinite linear;
}

.restant-area .restant-img img:nth-child(3) {
  position: absolute;
  top: 175px;
  right: -50px;
  max-width: 260px;
  -webkit-animation: restant-amination 10s infinite linear;
          animation: restant-amination 10s infinite linear;
}

.restant-area .restant-img img:nth-child(4) {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 260px;
  bottom: -100px;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation: restant-amination 10s infinite linear;
          animation: restant-amination 10s infinite linear;
}

.restant-area .restant-img img:nth-child(5) {
  position: absolute;
  top: 160px;
  left: -65px;
  max-width: 275px;
  -webkit-animation: restant-amination 10s infinite linear;
          animation: restant-amination 10s infinite linear;
}

.cmn-btn {
  font-weight: 500;
  font-size: 15px;
  color: #0b0320;
  background-color: #e1c240;
  padding: 12px 30px;
  border-radius: 50px;
  display: inline-block;
}

.cmn-btn:hover {
  background-color: #0b0320;
  color: #ffffff;
}

@-webkit-keyframes restant-amination {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  70% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes restant-amination {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  70% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

/*-- End Restant --*/
/*-- Collection --*/
.collection-area .more-collection {
  text-align: center;
}

.collection-area .more-collection a {
  display: inline-block;
  font-weight: 500;
  color: #0b0320;
  font-size: 18px;
  border-bottom: 1px solid #0b0320;
}

.collection-area .more-collection a:hover {
  color: #e1c240;
  border-bottom: 1px solid #e1c240;
}

.collection-item {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd82;
          box-shadow: 0px 0px 20px 0px #dddddd82;
  border-radius: 10px 10px 0px 0px;
}

.collection-item:hover .collection-top ul {
  opacity: 1;
  bottom: 0;
}

.collection-item:hover .collection-top .add-cart {
  right: 10px;
}

.collection-item:hover .collection-top .add-cart a {
  opacity: 1;
}

.collection-item .collection-top {
  position: relative;
}

.collection-item .collection-top img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.collection-item .collection-top ul {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  opacity: 0;
  padding: 4px 15px;
  border-radius: 8px 8px 0 0;
  max-width: 128px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 6px 15px 0px #dddddd40;
          box-shadow: 0px 6px 15px 0px #dddddd40;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.collection-item .collection-top ul li {
  list-style-type: none;
  display: inline-block;
}

.collection-item .collection-top ul li i {
  color: #ddd;
  display: block;
}

.collection-item .collection-top ul li .checked {
  color: #ffc107;
}

.collection-item .collection-top .add-cart {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: -15px;
}

.collection-item .collection-top .add-cart a {
  display: block;
  color: #0b0320;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 4px 12px 8px;
  font-size: 13px;
  opacity: 0;
}

.collection-item .collection-top .add-cart a i {
  display: inline-block;
  color: #e1c240;
  font-size: 22px;
  position: relative;
  top: 4px;
  margin-right: 3px;
}

.collection-item .collection-top .add-cart a:hover {
  color: #ffffff;
  background-color: #0b0320;
}

.collection-item .collection-bottom {
  padding: 15px 20px 17px;
}

.collection-item .collection-bottom h3 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
}

.collection-item .collection-bottom ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.collection-item .collection-bottom ul li {
  list-style-type: none;
  display: inline-block;
}

.collection-item .collection-bottom ul li:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.collection-item .collection-bottom ul li:last-child {
  text-align: right;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}

.collection-item .collection-bottom ul li span {
  display: block;
  font-weight: 500;
  font-size: 20px;
  color: #fe3333;
  position: relative;
  top: 4px;
}

.collection-item .collection-bottom ul li .minus, .collection-item .collection-bottom ul li .plus {
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  background-color: #fbdb7d;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
  vertical-align: middle;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border-radius: 10px;
  top: 0;
}

.collection-item .collection-bottom ul li .minus:hover, .collection-item .collection-bottom ul li .plus:hover {
  background-color: #e1c240;
}

.collection-item .collection-bottom ul li .form-control {
  height: 25px;
  width: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  border: 0;
  color: #e1c240;
  display: inline-block;
  vertical-align: middle;
  margin-left: -4px;
  margin-right: -4px;
}

.collection-item .collection-bottom ul li .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

#Container .mix {
  display: none;
}

.sorting-menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 40px;
}

.sorting-menu ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 15px;
  color: #0b0320;
  cursor: pointer;
  border-radius: 50px;
  padding: 10px 20px;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  font-weight: 500;
  background-color: #f5f5f5;
  margin-bottom: 7px;
}

.sorting-menu ul li:hover, .sorting-menu ul li.active {
  color: #ffffff;
  background-color: #e1c240;
}

/*-- End Collection --*/
/*-- Menu --*/
.menu-area {
  background-color: #fffdf9;
}

.menu-item {
  text-align: center;
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 45px 30px 42px;
  border-radius: 18px;
  position: relative;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border: 1px solid #e1c240;
}

.menu-item:hover, .menu-item.active {
  background-color: #e1c240;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.menu-item:hover .menu-shape, .menu-item.active .menu-shape {
  opacity: 1;
}

.menu-item:hover h3, .menu-item.active h3 {
  color: #ffffff;
}

.menu-item img {
  margin-bottom: 22px;
}

.menu-item .menu-shape {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  margin-bottom: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  width: 100%;
  height: 100%;
}

.menu-item h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

/*-- End Menu --*/
/*-- Reservation --*/
.reservation-area {
  background-color: #0b0320;
  border-radius: 0 0 85px 0;
  position: relative;
}

.reservation-area .reservation-shape img {
  position: absolute;
  top: 0;
  left: 0;
}

.reservation-area .row {
  position: relative;
}

.reservation-area .reservation-item {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.reservation-area .reservation-item .section-title {
  text-align: left;
  margin-bottom: 40px;
}

.reservation-area .reservation-item .section-title h2 {
  color: #ffffff;
}

.reservation-area .reservation-item .section-title p {
  margin-left: 0;
  color: #ffffff;
}

.reservation-area .reservation-item ul {
  margin: 0;
  padding: 10px 11px 10px 20px;
  background-color: #ffffff;
  border-radius: 50px;
  text-align: center;
}

.reservation-area .reservation-item ul li {
  list-style-type: none;
  display: inline-block;
}

.reservation-area .reservation-item ul li .form-control {
  width: 165px;
  font-size: 13px;
  border: 1px solid #0b0320;
}

.reservation-area .reservation-item ul li .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #0b0320;
}

.reservation-area .reservation-item ul li:first-child {
  padding-right: 10px;
  position: relative;
  margin-right: 5px;
}

.reservation-area .reservation-item ul li:first-child:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 45px;
  right: 0;
  top: -6px;
  background-color: #e1c240;
}

.reservation-area .reservation-item ul li:last-child .cmn-btn {
  padding: 12px 22px;
  margin-left: 7px;
}

.reservation-area .reservation-img {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  top: -225px;
}

/*-- End Reservation --*/
/*-- Chef --*/
.chef-area {
  padding-top: 190px;
}

.chef-item {
  margin-bottom: 30px;
  text-align: center;
}

.chef-item:hover .chef-bottom ul li:nth-child(1), .chef-item.active .chef-bottom ul li:nth-child(1) {
  bottom: 0;
  opacity: 1;
  z-index: 1;
}

.chef-item:hover .chef-bottom ul li:nth-child(2), .chef-item.active .chef-bottom ul li:nth-child(2) {
  bottom: 0;
  opacity: 1;
  z-index: 1;
}

.chef-item:hover .chef-bottom ul li:nth-child(3), .chef-item.active .chef-bottom ul li:nth-child(3) {
  bottom: 0;
  opacity: 1;
  z-index: 1;
}

.chef-item .chef-top {
  position: relative;
  border-radius: 10px 10px 0 0;
}

.chef-item .chef-top img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.chef-item .chef-top .chef-inner {
  background-color: #0b0320bf;
  border-radius: 10px 10px 0 0;
  padding: 10px 10px 12px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.chef-item .chef-top .chef-inner h3 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 5px;
}

.chef-item .chef-top .chef-inner span {
  display: block;
  font-size: 14px;
  color: #ffffff;
}

.chef-item .chef-bottom ul {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.chef-item .chef-bottom ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.chef-item .chef-bottom ul li:nth-child(1) {
  position: relative;
  bottom: -10px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.chef-item .chef-bottom ul li:nth-child(2) {
  position: relative;
  bottom: -10px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: .7s all ease;
  transition: .7s all ease;
}

.chef-item .chef-bottom ul li:nth-child(3) {
  position: relative;
  bottom: -10px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: .9s all ease;
  transition: .9s all ease;
}

.chef-item .chef-bottom ul li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  background-color: #0b0320;
  font-size: 18px;
}

.chef-item .chef-bottom ul li a:hover {
  background-color: #e1c240;
}

/*-- End Chef --*/
/*-- Review --*/
.review-area {
  position: relative;
}

.review-area .slick-prev {
  left: 0;
}

.review-area .slick-prev:before {
  display: none;
}

.review-area .slick-prev i {
  color: #e1c240;
  display: block;
  font-size: 35px;
  position: absolute;
  bottom: -98px;
  left: 240px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.review-area .slick-prev i:hover {
  color: #0b0320;
}

.review-area .slick-next {
  right: 0;
}

.review-area .slick-next:before {
  display: none;
}

.review-area .slick-next i {
  color: #e1c240;
  display: block;
  font-size: 35px;
  position: absolute;
  bottom: -98px;
  right: 240px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.review-area .slick-next i:hover {
  color: #0b0320;
}

.review-area .review-img {
  position: relative;
}

.review-area .review-img img:nth-child(1) {
  position: relative;
}

.review-area .review-img img:nth-child(2) {
  position: absolute;
  top: 60px;
  right: 0;
}

.review-area .review-item {
  text-align: center;
  max-width: 560px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.review-area .review-item .section-title {
  margin-bottom: 30px;
}

.review-area .review-item .slider-nav {
  margin-bottom: 40px;
}

.review-area .review-item .slider-nav .slick-center img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  margin-top: 12px;
  margin-bottom: 12px;
}

.review-area .review-item .slider-nav img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  max-width: 75px;
  border-radius: 50%;
}

.review-area .review-item .slider-nav img:focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.review-area .review-item .slider-for h3 {
  font-weight: 500;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
}

.review-area .review-item .slider-for p {
  margin-bottom: 0;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/*-- End Review --*/
/*-- Blog --*/
.blog-item {
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd8c;
          box-shadow: 0px 0px 20px 0px #dddddd8c;
  border-radius: 65px 65px 0 0;
}

.blog-item:hover .blog-bottom .cmn-btn {
  right: 0;
}

.blog-item .blog-top {
  position: relative;
}

.blog-item .blog-top a {
  display: block;
}

.blog-item .blog-top span {
  display: inline-block;
  font-size: 14px;
  color: #0b0320;
  background-color: #e1c240;
  padding: 5px 12px;
  border-radius: 6px;
  position: absolute;
  right: 15px;
  bottom: -15px;
}

.blog-item .blog-top img {
  border-radius: 12px 12px 0 0;
  width: 100%;
}

.blog-item .blog-bottom {
  padding: 35px 15px 50px 30px;
  position: relative;
}

.blog-item .blog-bottom h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.blog-item .blog-bottom h3 a {
  display: block;
  color: #0b0320;
}

.blog-item .blog-bottom h3 a:hover {
  color: #e1c240;
}

.blog-item .blog-bottom p {
  color: #848487;
  margin-bottom: 0;
}

.blog-item .blog-bottom .cmn-btn {
  position: absolute;
  right: 15px;
  bottom: -20px;
}

.blog-area .read-blog-btn {
  text-align: center;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  color: #0b0320;
  border-bottom: 1px solid #0b0320;
}

.blog-area .read-blog-btn:hover {
  color: #e1c240;
  border-bottom: 1px solid #e1c240;
}

/*-- End Blog --*/
/*-- Subscribe --*/
.subscribe-area {
  background-color: #0b0320;
  border-radius: 0 0 75px 0;
  position: relative;
}

.subscribe-area .subscribe-shape img {
  position: absolute;
  top: 0;
  left: 0;
}

.subscribe-item {
  padding-top: 100px;
  padding-bottom: 100px;
}

.subscribe-item .section-title {
  text-align: left;
  margin-bottom: 35px;
}

.subscribe-item .section-title h2 {
  color: #ffffff;
}

.subscribe-item .section-title p {
  color: #ffffff;
  margin-left: 0;
}

.subscribe-item .newsletter-form {
  position: relative;
  margin-bottom: 30px;
}

.subscribe-item .newsletter-form .form-control {
  height: 70px;
  padding: 10px 15px 10px 30px;
  border-radius: 50px;
  background-color: #ffffff;
  border: 0;
  font-size: 16px;
}

.subscribe-item .newsletter-form .form-control ::-webkit-input-placeholder {
  color: #a5a4a9;
}

.subscribe-item .newsletter-form .form-control :-ms-input-placeholder {
  color: #a5a4a9;
}

.subscribe-item .newsletter-form .form-control ::-ms-input-placeholder {
  color: #a5a4a9;
}

.subscribe-item .newsletter-form .form-control ::placeholder {
  color: #a5a4a9;
}

.subscribe-item .newsletter-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

.subscribe-item .newsletter-form .cmn-btn {
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  padding: 12px 40px;
}

.subscribe-item .newsletter-form .validation-danger {
  font-size: 14px;
  color: #ffffff;
  margin-top: 10px;
}

.subscribe-item .social-link ul {
  margin: 0;
  padding: 0;
}

.subscribe-item .social-link ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 12px;
}

.subscribe-item .social-link ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 46px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  background-color: #1a1c3b;
}

.subscribe-item .social-link ul li a:hover {
  background-color: #e1c240;
}

.subscribe-img {
  text-align: center;
}

/*-- End Subscribe --*/
/*-- Footer --*/
.footer-item {
  margin-bottom: 30px;
}

.footer-item .footer-logo a {
  display: block;
  margin-bottom: 25px;
}

.footer-item .footer-logo p {
  color: #0b0320;
  margin-bottom: 25px;
}

.footer-item .footer-logo ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-logo ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}

    .footer-item .social-link {
       display: none;
    }

    .footer-item .footer-logo ul li a {
        display: block;
        width: 35px;
        height: 35px;
        line-height: 39px;
        border-radius: 50%;
        text-align: center;
        font-size: 18px;
        color: #ffffff;
        background-color: #e1c240;
        margin-bottom: 0;
    }

    .footer-item .footer-logo ul li a:hover {
        background-color: #1a1c3b;
    }

    .footer-item .footer-logo ul li img {
        width: 16px;
        margin-bottom: 5px;
    }

.footer-item .footer-service h3 {
  font-weight: 500;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
}

.footer-item .footer-service ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-service ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
  color: #00011e;
  position: relative;
  padding-left: 28px;
}

.footer-item .footer-service ul li i {
  display: inline-block;
  font-size: 20px;
  margin-right: 3px;
  position: absolute;
  top: 3px;
  left: 0;
}

.footer-item .footer-service ul li a {
  display: block;
  color: #00011e;
}

.footer-item .footer-service ul li a:hover {
  margin-left: 10px;
  color: #e1c240;
}

.footer-item .footer-service ul li:last-child {
  margin-bottom: 0;
}

/*-- End Footer --*/
/*-- Copyright --*/
.copyright-area {
  background-color: #0b0320;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 35px 35px 0 0;
}

.copyright-area .copyright-item {
  text-align: center;
}

.copyright-area .copyright-item p {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 0;
}

.copyright-area .copyright-item p a {
  display: inline-block;
  color: #e1c240;
  font-weight: 500;
}

.copyright-area .copyright-item p a:hover {
  color: #ffffff;
}

/*-- End Copyright --*/
/*----- End Home One CSS -----*/
/*----- Home Two CSS -----*/
/*-- Navbar --*/
.main-nav-two .nav-two-logo-one {
  display: block;
}

.main-nav-two .nav-two-logo-two {
  display: none;
}

.main-nav-two nav .navbar-nav .nav-item a {
  color: #ffffff;
}

.main-nav-two nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #0b0320;
}

.main-nav-two nav .side-nav .nav-cart {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.main-nav-two nav .side-nav .nav-cart:hover {
  color: #ffffff;
  background-color: #0b0320;
  border: 1px solid #0b0320;
}

.main-nav-two nav .side-nav .nav-cart span {
  color: #0b0320;
  background-color: #ffffff;
}

.main-nav-two nav .side-nav .modal-btn {
  width: 42px;
  height: 42px;
  line-height: 48px;
  background-color: #e1c240;
  border-radius: 50%;
  padding: 0;
  font-size: 28px;
  margin-left: 15px;
  position: relative;
  top: -7px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.main-nav-two nav .side-nav .modal-btn:hover {
  color: #ffffff;
  background-color: #0b0320;
}

.main-nav-two.menu-shrink .nav-two-logo-one {
  display: none;
}

.main-nav-two.menu-shrink .nav-two-logo-two {
  display: block;
}

.main-nav-two.menu-shrink nav .navbar-nav .nav-item:hover a {
  color: #0b0320;
}

.main-nav-two.menu-shrink nav .navbar-nav .nav-item a {
  color: #0b0320;
}

.main-nav-two.menu-shrink nav .navbar-nav .nav-item a:focus, .main-nav-two.menu-shrink nav .navbar-nav .nav-item a:hover, .main-nav-two.menu-shrink nav .navbar-nav .nav-item a.active {
  color: #e1c240;
}

.main-nav-two.menu-shrink nav .side-nav .nav-cart {
  border: 1px solid #e1c240;
  color: #0b0320;
  background-color: #e1c240;
}

.main-nav-two.menu-shrink nav .side-nav .nav-cart:hover {
  color: #ffffff;
  background-color: #0b0320;
  border: 1px solid #0b0320;
}

.main-nav-two.menu-shrink nav .side-nav .nav-cart span {
  color: #e1c240;
  background-color: #0b0320;
}

#myModalRight {
  z-index: 99999;
}

#myModalRight .modal-content .modal-header img {
  max-width: 120px;
}

#myModalRight .modal-content .modal-header .close {
  position: relative;
  top: 3px;
}

#myModalRight .modal-content .modal-body {
  padding: 40px 30px 50px;
}

#myModalRight .modal-content .modal-body h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #0b0320;
}

#myModalRight .modal-content .modal-body p {
  color: #a5a4a9;
  font-size: 14px;
  margin-bottom: 20px;
}

#myModalRight .modal-content .modal-body .image-area {
  margin-bottom: 10px;
}

#myModalRight .modal-content .modal-body .image-area .col-lg-4 {
  padding-right: 5px;
  margin-right: -5px;
}

#myModalRight .modal-content .modal-body .image-area a {
  display: block;
  margin-bottom: 15px;
}

#myModalRight .modal-content .modal-body .modal-item {
  margin-bottom: 30px;
}

#myModalRight .modal-content .modal-body .social-area {
  text-align: center;
}

#myModalRight .modal-content .modal-body .social-area h3 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #0b0320;
}

#myModalRight .modal-content .modal-body .social-area ul {
  margin: 0;
  padding: 0;
}

#myModalRight .modal-content .modal-body .social-area ul li {
  list-style-type: none;
  display: inline-block;
}

#myModalRight .modal-content .modal-body .social-area ul li a {
  display: block;
  color: #0b0320;
  border: 1px solid #0b0320;
  width: 32px;
  height: 32px;
  line-height: 34px;
  border-radius: 50%;
  margin-right: 3px;
  margin-left: 3px;
  font-size: 16px;
  text-align: center;
}

#myModalRight .modal-content .modal-body .social-area ul li a:hover {
  color: #ffffff;
  background-color: #0b0320;
}

.modal.modal-right .modal-dialog {
  max-width: 380px;
  min-height: 100vh;
}

.modal.modal-right.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal.modal-right .modal-content {
  height: 100vh;
  overflow-y: auto;
  border-radius: 0;
}

.modal.modal-left .modal-dialog {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  margin: 0 auto 0 0;
}

.modal.modal-right .modal-dialog {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  margin: 0 0 0 auto;
}

/*-- End Navbar --*/
/*-- Banner --*/
.banner-area-two {
  background-image: url(/Content/Frontend/assets/img/home-two/banner/1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.banner-area-two:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #0b0320;
  opacity: .60;
}

.banner-area-two .banner-shape img {
  position: absolute;
}

.banner-area-two .banner-shape img:nth-child(1) {
  bottom: 60px;
  left: 70px;
  max-width: 120px;
}

.banner-area-two .banner-shape img:nth-child(2) {
  top: 100px;
  left: 100px;
  max-width: 120px;
}

.banner-area-two .banner-shape img:nth-child(3) {
  top: 245px;
  left: 680px;
  max-width: 120px;
}

.banner-area-two .banner-content {
  position: relative;
  padding-top: 230px;
  padding-bottom: 200px;
}

.banner-area-two .banner-content h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 65px;
  margin-bottom: 20px;
  max-width: 700px;
}

.banner-area-two .banner-content p {
  color: #ffffff;
  margin-bottom: 35px;
  max-width: 575px;
  margin-left: 0;
}

.banner-area-two .banner-content .banner-btn-wrap .cmn-btn {
  margin-right: 18px;
}

.banner-area-two .banner-content .banner-btn-wrap .banner-btn-two {
  font-weight: 500;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50px;
  display: inline-block;
  padding: 11px 30px;
}

.banner-area-two .banner-content .banner-btn-wrap .banner-btn-two:hover {
  background-color: #ffffff;
  color: #0b0320;
}

.banner-area-two .banner-img {
  position: absolute;
  bottom: 0;
  right: 80px;
}

.banner-area-two .banner-img img {
  max-width: 415px;
}

/*-- End Banner --*/
/*-- Food Image --*/
.food-img-area {
  margin-top: -55px;
}

.food-img-area .food-img-item {
  text-align: center;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-bottom: 30px;
}

.food-img-area .food-img-item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.food-img-area .food-img-item img {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

/*-- End Food Image --*/
/*-- About --*/
.about-area {
  position: relative;
}

.about-area .about-shape img {
  position: absolute;
}

.about-area .about-shape img:nth-child(1) {
  right: 0;
  top: 95px;
  max-width: 780px;
  z-index: -1;
}

.about-area .about-shape img:nth-child(2) {
  right: 98px;
  top: 92px;
}

.about-area .about-shape img:nth-child(3) {
  right: 255px;
  top: 138px;
}

.about-area .about-shape img:nth-child(4) {
  right: 450px;
  top: 108px;
}

.about-area .about-shape img:nth-child(5) {
  right: 650px;
  top: 88px;
}

.about-area .about-img {
  position: relative;
  text-align: right;
}

.about-area .about-img img:nth-child(1) {
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-area .about-img img:nth-child(2) {
  position: relative;
  max-width: 335px;
  right: 50px;
}

.about-area .about-content {
  max-width: 620px;
  margin-top: 100px;
  padding-left: 40px;
}

.about-area .about-content .section-title {
  text-align: left;
  margin-bottom: 35px;
}

.about-area .about-content .section-title h2 {
  margin-bottom: 25px;
}

.about-area .about-content .section-title p {
  margin-left: 0;
  margin-bottom: 10px;
}

.service-area-two {
  background-color: unset;
}

.collection-area-two {
  background-color: #fffdf9;
}

/*-- End About --*/
/*-- Download --*/
.download-area .download-content {
  margin-bottom: 30px;
}

.download-area .download-content .section-title {
  text-align: left;
}

.download-area .download-content ul {
  margin: 0;
  padding: 0;
}

.download-area .download-content ul li {
  list-style-type: none;
  display: block;
  padding: 20px 20px 20px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd52;
          box-shadow: 0px 0px 20px 0px #dddddd52;
  margin-bottom: 30px;
  max-width: 350px;
  font-weight: 500;
  font-size: 20px;
  color: #0b0320;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border: 1px solid transparent;
}

.download-area .download-content ul li:hover {
  margin-left: 15px;
  border: 1px solid #e1c240;
}

.download-area .download-content ul li:last-child {
  margin-bottom: 0;
}

.download-area .download-content ul li span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: #e1c240;
  color: #0b0320;
  display: inline-block;
  font-weight: 600;
  font-size: 25px;
  margin-right: 15px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd52;
          box-shadow: 0px 0px 20px 0px #dddddd52;
}

.download-area .download-content .app-wrap {
  margin-top: 50px;
}

.download-area .download-content .app-wrap a {
  display: inline-block;
  margin-right: 20px;
  max-width: 180px;
}

.download-area .download-content .app-wrap a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.download-area .download-img {
  margin-bottom: 30px;
  text-align: center;
}

.download-area .download-img img {
  -webkit-animation: download-animation 3s infinite linear;
          animation: download-animation 3s infinite linear;
}

@-webkit-keyframes download-animation {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes download-animation {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

/*-- End Download --*/
/*-- Join --*/
.join-area {
  background-color: #0b0320;
  margin-top: 130px;
}

.join-area .join-img {
  position: relative;
  text-align: center;
}

.join-area .join-img img {
  position: absolute;
  left: 0;
  top: -132px;
  max-width: 490px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.join-area .join-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.join-area .join-content .section-title {
  margin-bottom: 30px;
  text-align: left;
}

.join-area .join-content .section-title h2 {
  color: #e1c240;
  margin-bottom: 22px;
}

.join-area .join-content .section-title p {
  color: #ffffff;
  margin-left: 0;
}

.join-area .join-content .cmn-btn {
  border: 1px solid #e1c240;
}

.join-area .join-content .cmn-btn:hover {
  border: 1px solid #ffffff;
}

.chef-area-two {
  padding-top: 100px;
}

/*-- End Join --*/
/*-- Review --*/
.review-area-two {
  background-color: #0b0320;
  position: relative;
}

.review-area-two .review-shape img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 200px;
  -webkit-animation: review-animation 8s infinite linear;
          animation: review-animation 8s infinite linear;
}

.review-area-two .review-img {
  text-align: center;
}

.review-area-two .review-img img {
  border-radius: 42px;
}

.review-area-two .review-item {
  padding-top: 100px;
  padding-bottom: 150px;
}

.review-area-two .review-item .section-title h2 {
  color: #e1c240;
}

.review-area-two .review-item .section-title p {
  color: #ffffff;
}

.review-area-two .review-item .slider-for h3 {
  color: #e1c240;
}

.review-area-two .review-item .slider-for p {
  color: #ffffff;
}

.review-area-two .slick-prev i {
  left: 230px;
}

.review-area-two .slick-prev i:hover {
  color: #ffffff;
}

.review-area-two .slick-next i {
  right: 230px;
}

.review-area-two .slick-next i:hover {
  color: #ffffff;
}

@-webkit-keyframes review-animation {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  10% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes review-animation {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  10% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

/*-- End Review --*/
/*-- Footer --*/
.footer-area-two {
  background-color: #0b0320;
  border-radius: 45px 45px 0 0;
  border-bottom: 1px solid #8788988c;
}

.footer-area-two .footer-item .footer-logo p {
  color: #ffffff;
}

.footer-area-two .footer-item .footer-service h3 {
  color: #e1c240;
}

.footer-area-two .footer-item .footer-service ul li {
  color: #ffffff;
}

.footer-area-two .footer-item .footer-service ul li a {
  color: #ffffff;
}

.footer-area-two .footer-item .footer-service ul li a:hover {
  color: #e1c240;
}

/*-- End Footer --*/
/*-- Copyright --*/
.copyright-area-two {
  border-radius: 0;
}

/*-- End Copyright --*/
/*----- End Home Two CSS -----*/
/*----- Home Three CSS -----*/
/*-- Banner --*/
.banner-area-three {
  background-image: url(/Content/Frontend/assets/img/banner-main.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.banner-area-three:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #ffffff;
  opacity: .35;
}

.banner-area-three .banner-shape img {
  position: absolute;
}

    .banner-area-three .banner-shape img:nth-child(1) {
        bottom: 25px;
        left: 100px;
        max-width: 150px;
    }

.banner-area-three .banner-shape img:nth-child(2) {
  top: 85px;
  left: 45px;
  max-width: 120px;
}

.banner-area-three .banner-shape img:nth-child(3) {
  bottom: 0;
  right: 20px;
  max-width: 120px;
}

.banner-area-three .banner-content {
  position: relative;
  padding-top: 250px;
  padding-bottom: 250px;
}

.banner-area-three .banner-content h1 {
  color: #fff;
  font-weight: 700;
  font-size: 65px;
  margin-bottom: 20px;
  max-width: 700px;
}

.banner-area-three .banner-content p {
  color: #444444;
  margin-bottom: 35px;
  max-width: 575px;
  margin-left: 0;
}

.banner-area-three .banner-content .banner-btn-wrap .cmn-btn {
  margin-right: 18px;
}

.banner-area-three .banner-content .banner-btn-wrap .banner-btn-two {
  font-weight: 500;
  color: #444444;
  border: 1px solid   #444444;
  border-radius: 50px;
  display: inline-block;
  padding: 11px 30px;
}

.banner-area-three .banner-content .banner-btn-wrap .banner-btn-two:hover {
  background-color: #0b0320;
  border: 1px solid #0b0320;
  color: #ffffff;
}

.banner-area-three .banner-img {
  position: absolute;
  bottom: 140px;
  right: 120px;
}

.banner-area-three .banner-img img {
  max-width: 505px;
  border-radius: 12px;
}

/*-- End Banner --*/
/*-- About --*/
.about-area-two {
  position: relative;
}

.about-area-two .about-shape img {
  position: absolute;
  bottom: 60px;
  right: 65px;
  max-width: 250px;
  -webkit-animation: review-animation 8s infinite linear;
          animation: review-animation 8s infinite linear;
}

.about-area-two .about-img {
  margin-bottom: 80px;
  position: relative;
  text-align: center;
}

.about-area-two .about-img img:nth-child(1) {
  border-radius: 10px;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  top: 28px;
  position: relative;
}

.about-area-two .about-img img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
}

.about-area-two .about-img .video-wrap {
  position: absolute;
  bottom: 0;
  right: -35px;
}

.about-area-two .about-img .video-wrap a {
  z-index: 10;
  display: block;
  width: 100px;
  height: 100px;
  line-height: 110px;
  border-radius: 50%;
  position: relative;
  font-size: 60px;
  text-align: center;
  color: #ffffff;
}

.about-area-two .about-img .video-wrap a:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background-color: #0b0320;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

.about-area-two .about-img .video-wrap a:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background-color: #0b0320;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.about-area-two .about-img .video-wrap a:hover {
  color: #ffffff;
}

.about-area-two .about-img .video-wrap a:hover:before {
  background-color: #e1c240;
}

.about-area-two .about-img .video-wrap a:hover:after {
  background-color: #e1c240;
}

.about-area-two .about-content {
  margin-bottom: 30px;
  padding-left: 60px;
}

.about-area-two .about-content .section-title {
  text-align: left;
  margin-bottom: 32px;
}

.about-area-two .about-content .section-title p {
  margin-bottom: 10px;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*-- End About --*/
/*-- Service --*/
.service-area-three {
  background-color: #0b0320;
}

.service-area-three .service-item .section-title {
  text-align: left;
}

.service-area-three .service-item .section-title h2 {
  color: #ffffff;
}

.service-area-three .service-item .section-title p {
  color: #ffffff;
  margin-left: 0;
}

.service-area-three .service-item .accordion {
  padding-left: 0;
  margin-bottom: 0;
}

.service-area-three .service-item .accordion a {
  padding: 13px 15px;
  border-radius: 8px;
  background-color: #ffffff;
  width: 100%;
  font-weight: 500;
  display: block;
  cursor: pointer;
  font-size: 15px;
  color: #ffffff;
  color: #0b0320;
}

.service-area-three .service-item .accordion a:after {
  position: absolute;
  content: '+';
  width: 15px;
  height: 2px;
  right: 12px;
  top: 10px;
  font-size: 20px;
  color: #0b0320;
  background-color: transparent;
}

.service-area-three .service-item .accordion a span {
  display: inline-block;
  font-weight: 600;
  color: #0b0320;
  font-size: 15px;
  margin-right: 10px;
}

.service-area-three .service-item .accordion .active:after {
  content: 'x';
  top: 11px;
  font-size: 17px;
}

.service-area-three .service-item .accordion p {
  display: none;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 15px;
  padding: 15px 8px 5px 10px;
}

.service-area-three .service-item .accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 30px;
}

.service-area-three .service-img {
  margin-bottom: 30px;
  text-align: center;
}

.service-area-three .service-img img {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation: service-two-animation 10s infinite linear;
          animation: service-two-animation 10s infinite linear;
}

@-webkit-keyframes service-two-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes service-two-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.join-area-two {
  margin-top: 132px;
}

/*-- End Service --*/
/*-- Footer --*/
.footer-item .footer-logo .footer-subscribe {
  position: relative;
}

.footer-item .footer-logo .footer-subscribe .form-control {
  height: 45px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd7d;
          box-shadow: 0px 0px 20px 0px #dddddd7d;
  border: 0;
  padding-left: 20px;
  font-size: 15px;
}

.footer-item .footer-logo .footer-subscribe ::-webkit-input-placeholder {
  color: #b2b2b2;
}

.footer-item .footer-logo .footer-subscribe :-ms-input-placeholder {
  color: #b2b2b2;
}

.footer-item .footer-logo .footer-subscribe ::-ms-input-placeholder {
  color: #b2b2b2;
}

.footer-item .footer-logo .footer-subscribe ::placeholder {
  color: #b2b2b2;
}

.footer-item .footer-logo .footer-subscribe .footer-btn {
  width: 35px;
  height: 35px;
  line-height: 37px;
  font-size: 18px;
  border-radius: 50%;
  color: #0b0320;
  background-color: #e1c240;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 5px;
  right: 6px;
  padding: 0;
}

.footer-item .footer-logo .footer-subscribe .footer-btn:hover {
  color: #ffffff;
  background-color: #0b0320;
}

/*-- End Footer --*/
/*----- End Home Three CSS -----*/
/*----- About CSS -----*/
/*-- Navbar --*/
.main-nav-three {
  background-color: #ffffff;
}

/*-- End Navbar --*/
/*-- Page Title --*/
.page-title-img-one {
  background-image: url(/Content/Frontend/assets/img/page-title.jpg);
}

.page-title-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 135px;
}

.page-title-item {
  padding-left: 40px;
  position: relative;
}

.page-title-item:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 100px;
  left: 0;
  top: 0;
  border-radius: 50px;
  background-color: #e1c240;
}

.page-title-item h1 {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 10px;
}

.page-title-item ul {
  margin: 0;
  padding: 0;
}

.page-title-item ul li {
  list-style-type: none;
  display: inline-block;
  color: #e1c240;
}

.page-title-item ul li i {
  display: inline-block;
  font-size: 25px;
  position: relative;
  top: 6px;
  color: #ffffff;
}

.page-title-item ul li a {
  display: inline-block;
  color: #ffffff;
}

.page-title-item ul li a:hover {
  color: #e1c240;
}

/*-- End Page Title --*/
/*-- Story --*/
.story-area {
  text-align: center;
  position: relative;
}

.story-area .story-shape img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 135px;
}

.story-area .story-head {
  margin-bottom: 50px;
}

.story-area .story-head h2 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 25px;
  margin-top: -10px;
}

.story-area .story-head p {
  max-width: 825px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.story-area .story-item {
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.story-area .story-item:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.story-area .story-item:hover h3 {
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  color: #ffffff;
  background-color: #e1c240;
}

.story-area .story-item img {
  width: 100%;
  border-radius: 12px;
}

.story-area .story-item h3 {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  background-color: #ffffff;
  border-radius: 10px;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

/*-- End Story --*/
/*-- Download --*/
.download-area-two {
  background-color: #0b0320;
  position: relative;
  border-radius: 0 0 80px 0;
}

.download-area-two .download-shape img {
  position: absolute;
}

.download-area-two .download-shape img:nth-child(1) {
  left: 0;
  top: 0;
}

.download-area-two .download-shape img:nth-child(2) {
  left: 100px;
  bottom: 20px;
  -webkit-animation: download-one 10s infinite linear;
          animation: download-one 10s infinite linear;
}

.download-area-two .download-item {
  margin-bottom: 30px;
}

.download-area-two .download-item h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 40px;
}

.download-area-two .download-item ul {
  margin: 0;
  padding: 0;
}

.download-area-two .download-item ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
}

.download-area-two .download-item ul li:last-child {
  margin-right: 0;
}

.download-area-two .download-item ul li a {
  display: block;
  max-width: 180px;
}

.download-area-two .download-item ul li a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.download-area-two .download-img {
  position: relative;
}

.download-area-two .download-img img {
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

@-webkit-keyframes download-one {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(0, -100px);
            transform: translate(0, -100px);
  }
  70% {
    -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes download-one {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(0, -100px);
            transform: translate(0, -100px);
  }
  70% {
    -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.footer-item .footer-logo .footer-subscriber-two .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*-- End Download --*/
/*-- Service --*/
.service-area-four .service-item {
  border: 1px solid #e1c240;
  margin-bottom: 30px;
}

/*-- End Service --*/
/*----- End About CSS -----*/
/*----- Service Details CSS -----*/
/*-- Page Title --*/
.page-title-area-two {
  background-color: #0b0320;
  position: relative;
}

.page-title-area-two:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #e1c240;
  -webkit-clip-path: polygon(70% 0, 100% 0%, 100% 100%, 40% 100%);
          clip-path: polygon(70% 0, 100% 0%, 100% 100%, 40% 100%);
}

.page-title-area-two .page-title-plate ul {
  margin: 0;
  padding: 0;
  margin-left: 75px;
}

.page-title-area-two .page-title-plate ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.page-title-area-two .page-title-plate ul li img {
  display: inline-block;
  max-width: 130px;
}

.page-title-area-two .page-title-plate ul li:nth-child(1) {
  z-index: 4;
}

.page-title-area-two .page-title-plate ul li:nth-child(2) {
  left: -25px;
  top: 0;
  z-index: 3;
}

.page-title-area-two .page-title-plate ul li:nth-child(3) {
  left: -55px;
  top: 0;
  z-index: 2;
}

.page-title-area-two .page-title-plate ul li:nth-child(4) {
  left: -85px;
  top: 0;
}

/*-- End Page Title --*/
/*-- Service Details --*/
.service-details-area .service-details-item {
  margin-bottom: 30px;
}

.service-details-area .service-details-item .service-details-more h3 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 30px;
}

.service-details-area .service-details-item .service-details-more ul {
  margin: 0;
  padding: 0;
}

.service-details-area .service-details-item .service-details-more ul li {
  list-style-type: none;
  display: block;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd8a;
          box-shadow: 0px 0px 20px 0px #dddddd8a;
  margin-bottom: 20px;
  position: relative;
  border-radius: 10px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.service-details-area .service-details-item .service-details-more ul li:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.service-details-area .service-details-item .service-details-more ul li:hover a {
  color: #ffffff;
  background-color: #e1c240;
}

.service-details-area .service-details-item .service-details-more ul li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #0b0320;
  padding: 15px 20px 15px;
  border-radius: 10px;
}

.service-details-area .service-details-item .service-details-more ul li a i {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 17px;
  font-weight: 700;
}

.service-details-area .service-details-item .service-details-order {
  text-align: center;
  background-color: #0b0320;
  border-radius: 10px;
  padding: 30px 10px 0;
  position: relative;
  margin-top: 30px;
}

.service-details-area .service-details-item .service-details-order h3 {
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}

.service-details-area .service-details-item .service-details-order span {
  display: block;
  color: #ffffff;
  margin-bottom: 30px;
}

.service-details-area .service-details-item .service-details-order .offer-off {
  background-color: #e1c240;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  padding-top: 8px;
  position: absolute;
  bottom: 135px;
  right: 40px;
}

.service-details-area .service-details-item .service-details-order .offer-off span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #0b0320;
  margin-bottom: 0;
}

.service-details-area .service-details-item .service-details-fresh h2 {
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 15px;
}

.service-details-area .service-details-item .service-details-fresh p {
  margin-bottom: 25px;
}

.service-details-area .service-details-item .service-details-fresh img {
  margin-bottom: 25px;
  border-radius: 18px;
}

.service-details-area .service-details-item .service-details-fresh .service-details-p {
  margin-top: -15px;
}

/*-- End Service Details --*/
/*----- End Service Details CSS -----*/
/*----- Blog Details CSS -----*/
/*-- Page Title --*/
.page-title-img-two {
    background-image: url(/Content/Frontend/assets/img/bg-breadcrumb.jpg);
    position: relative;
}

.page-title-img-two:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #0b0320;
  -webkit-clip-path: polygon(0 0, 60% 0%, 40% 100%, 0% 100%);
          clip-path: polygon(0 0, 60% 0%, 40% 100%, 0% 100%);
  opacity: .90;
}

/*-- End Page Title --*/
/*-- Service Details --*/
.blog-details-more {
  padding-bottom: 20px;
}

.blog-details-tags h3 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 30px;
}

.blog-details-tags ul {
  margin: 0;
  padding: 0;
}

.blog-details-tags ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}

.blog-details-tags ul li a {
  display: block;
  font-size: 12px;
  color: #696969;
  background-color: #f0f0f0;
  border-radius: 30px;
  padding: 7px 16px;
}

.blog-details-tags ul li a:hover {
  color: #ffffff;
  background-color: #0b0320;
}

.blog-details-nav ul {
  margin: 0;
  padding: 0;
}

.blog-details-nav ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 12px;
}

.blog-details-nav ul li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #0b0320;
  border: 1px solid #0b0320;
  padding: 9px 25px;
  border-radius: 50px;
}

.blog-details-nav ul li a:hover {
  border: 1px solid #e1c240;
  background-color: #e1c240;
  color: #0b0320;
}

/*-- End Service Details --*/
/*----- End Blog Details CSS -----*/
/*----- Cart CSS -----*/
/*-- Table --*/
.cart-wrap {
  text-align: center;
}

.cart-wrap .table {
  margin: 0;
}

.cart-wrap .table .thead {
  background-color: #e1c240;
}

.cart-wrap .table .thead tr .table-head {
  color: #ffffff;
  font-size: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.cart-wrap .table tr .table-item img {
  width: 50px;
}

.cart-wrap .table tr td {
  font-size: 15px;
  color: #0b0320;
}

.cart-wrap .table tr td a {
  color: #0b0320;
  display: block;
  font-weight: 700;
}

.cart-wrap .table tr td a:hover {
  color: #e1c240;
}

.cart-wrap .table td, .cart-wrap .table th {
  border: 1px solid #dee2e6;
  vertical-align: middle;
}

.cart-wrap .shop-back {
  margin-bottom: 20px;
}

.cart-wrap .shop-back a {
  display: block;
  color: #0b0320;
  font-weight: 500;
  margin-top: 20px;
  font-size: 15px;
}

.cart-wrap .shop-back a:hover {
  color: #e1c240;
}

.cart-wrap .total-shopping h2 {
  color: #0b0320;
  font-size: 35px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  display: inline-block;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 700;
}

.cart-wrap .total-shopping h3 {
  color: #0b0320;
  font-size: 20px;
}

.cart-wrap .total-shopping h3 span {
  display: inline-block;
  margin-left: 70px;
}

.cart-wrap .total-shopping a {
  margin-top: 20px;
  display: inline-block;
  color: #ffffff;
  background-color: #e1c240;
  font-size: 17px;
  padding: 15px 60px;
}

.cart-wrap .total-shopping a:hover {
  background-color: #0b0320;
}

/*-- End Table --*/
/*----- End Cart CSS -----*/
/*----- Checkout CSS -----*/
/*-- Checkout --*/
.checkout-area .cmn-btn {
  padding: 12px 45px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.checkout-item {
  border: 1px solid #dddddd40;
  margin-bottom: 30px;
}

.checkout-item h2 {
  text-align: center;
  font-size: 35px;
  margin-bottom: 50px;
  background-color: #e1c240;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  color: #ffffff;
}

.checkout-item .checkout-one {
  max-width: 515px;
  margin: auto;
  padding-bottom: 20px;
}

.checkout-item .checkout-one label {
  color: #0b0320;
  font-size: 15px;
  margin-right: 10px;
  position: relative;
  top: 2px;
  font-weight: 500;
}

.checkout-item .checkout-one .form-group {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.checkout-item .checkout-one .form-group .form-control {
  display: inline-block;
  width: 78%;
  background-color: #dddddd40;
  border: 1px solid transparent;
  border-radius: 0;
  height: 45px;
  font-size: 15px;
}

.checkout-item .checkout-one .form-group .form-control:focus {
  border: 1px solid #e1c240;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkout-item .checkout-two {
  max-width: 460px;
  margin: auto;
  padding-bottom: 45px;
}

.checkout-item .checkout-two h3 {
  margin: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.checkout-item .checkout-two p {
  font-size: 15px;
  margin-bottom: 10px;
}

.checkout-item .checkout-two .form-check {
  margin-top: 15px;
  margin-bottom: 15px;
}

.checkout-item .checkout-two .form-check span {
  display: inline-block;
  color: #797979;
  font-size: 16px;
}

.checkout-item .checkout-two .form-check span a {
  color: #797979;
}

.checkout-item .checkout-two .form-check span a:hover {
  color: #0b0320;
}

.checkout-item .checkout-two .form-check .form-check-input {
  margin-top: 5px;
  width: 14px;
  height: 14px;
}

.checkout-item .checkout-two .text-center {
  position: relative;
}

.checkout-item .checkout-two .text-center:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  top: 14px;
  background-color: #ddd;
}

.checkout-item .checkout-two .text-center span {
  display: inline-block;
  color: #0b0320;
  font-size: 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.checkout-item .checkout-two ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.checkout-item .checkout-two ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
}

.checkout-item .checkout-two ul li a {
  border: 1px solid transparent;
  display: block;
}

.checkout-item .checkout-two ul li a:hover {
  border: 1px solid #e1c240;
}

/*-- End Checkout --*/
/*----- End Checkout CSS -----*/
/*----- Coming Soon CSS -----*/
/*-- Coming --*/
.coming-item {
  height: 100vh;
  text-align: center;
}

.coming-item h1 {
  font-size: 75px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 20px;
}

.coming-item p {
  margin-bottom: 40px;
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
}

.coming-item .coming-wrap {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.coming-item .coming-wrap .coming-inner {
  text-align: center;
  background-color: #efefef;
  padding-top: 15px;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

.coming-item .coming-wrap .coming-inner h3 {
  font-size: 40px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 5px;
}

.coming-item .coming-wrap .coming-inner p {
  font-size: 16px;
  margin-bottom: 0;
}

.coming-item ul {
  margin: 0;
  padding: 0;
}

.coming-item ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
}

.coming-item ul li a {
  display: block;
  color: #ffffff;
  background-color: #e1c240;
  width: 35px;
  height: 35px;
  line-height: 39px;
  border-radius: 50%;
  font-size: 16px;
}

.coming-item ul li a:hover {
  background-color: #0b0320;
}

/*-- End Coming --*/
/*----- End Coming Soon CSS -----*/
/*----- FAQ CSS -----*/
/*-- FAQ --*/
.faq-area .faq-head h2 {
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 30px;
  margin-top: -7px;
}

.faq-area .faq-wrap {
  margin-bottom: 50px;
}

.faq-area .faq-wrap:last-child {
  margin-bottom: 30px;
}

.faq-area .accordion {
  padding-left: 0;
  margin: 0;
  padding: 0;
}

.faq-area .accordion p {
  font-size: 15px;
  display: none;
  padding: 20px 45px 15px 20px;
  margin-bottom: 0;
}

.faq-area .accordion a {
  color: #232323;
  font-size: 17px;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  padding: 15px 0 15px 18px;
  border: 1px solid #232323;
  border-radius: 8px 8px 0 0;
}

.faq-area .accordion a:hover {
  color: #0b0320;
}

.faq-area .accordion a:after {
  position: absolute;
  right: 20px;
  content: "+";
  top: 10px;
  color: #232323;
  font-size: 25px;
  font-weight: 700;
}

.faq-area .accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 30px;
}

.faq-area .accordion li:first-child {
  border-top: 0;
}

.faq-area .accordion li:last-child {
  margin-bottom: 0;
}

.faq-area .accordion li a.active {
  color: #ffffff;
  background-color: #0b0320;
  border: 1px solid #0b0320;
}

.faq-area .accordion li a.active:after {
  content: "-";
  font-size: 25px;
  color: #ffffff;
}

/*-- End FAQ --*/
/*----- End FAQ CSS -----*/
/*----- Terms & Conditions CSS -----*/
/*-- Terms --*/
.privacy-area {
  padding-bottom: 50px;
}

.privacy-item {
  margin-bottom: 50px;
}

.privacy-item h2 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

.privacy-item p {
  margin-bottom: 0;
}

.privacy-item ul {
  margin: 0;
  padding: 0;
}

.privacy-item ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 18px;
}

.privacy-item ul li i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  bottom: -2px;
}

.privacy-item ul li:last-child {
  margin-bottom: 0;
}

/*-- End Terms --*/
/*----- End Terms & Conditions CSS -----*/
/*----- 404 CSS -----*/
/*-- 404 --*/
.error-item {
  height: 700px;
  text-align: center;
  margin-top: 25px;
}

.error-item h1 {
  font-size: 130px;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: "Roboto", sans-serif;
}

.error-item p {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 35px;
}

.error-item span {
  display: block;
}

.error-item a {
  display: inline-block;
  color: #ffffff;
  background-color: #e1c240;
  border-radius: 10px;
  padding: 16px 40px;
  margin-top: 70px;
  font-size: 18px;
}

.error-item a:hover {
  background-color: #0b0320;
}

/*-- End 404 --*/
/*----- End 404 CSS -----*/
/*----- Contact CSS -----*/
/*-- Banner --*/
.page-title-img-three {
  background-image: url(/Content/Frontend/assets/img/contact-bg.jpg);
  position: relative;
}

.page-title-img-three:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .70;
  background-color: #0b0320;
}

/*-- End Banner --*/
/*-- Location --*/
.contact-location-area {
  background-color: #fffdf9;
}

.contact-location-area .location-item {
  text-align: center;
  background-color: #ffffff;
  padding: 40px 20px 40px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
}

.contact-location-area .location-item:hover, .contact-location-area .location-item.active {
  background-color: #e1c240;
}

.contact-location-area .location-item:hover img, .contact-location-area .location-item.active img {
  opacity: 1;
}

.contact-location-area .location-item:hover i, .contact-location-area .location-item.active i {
  color: #ffffff;
  background-color: #0b0320;
}

.contact-location-area .location-item:hover ul li, .contact-location-area .location-item.active ul li {
  color: #ffffff;
}

.contact-location-area .location-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: -1;
}

.contact-location-area .location-item i {
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  text-align: center;
  display: block;
  font-size: 33px;
  color: #0b0320;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  background-color: #e1c240;
}

.contact-location-area .location-item ul {
  margin: 0;
  padding: 0;
}

.contact-location-area .location-item ul li {
  list-style-type: none;
  display: block;
  color: #0b0320;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-bottom: 5px;
}

.contact-location-area .location-item ul li:last-child {
  margin-bottom: 0;
}

.contact-location-area .location-item ul li a {
  display: block;
  color: #0b0320;
}

.contact-location-area .location-item ul li a:hover {
  color: #ffffff;
}

/*-- End Location --*/
/*-- Form --*/
.contact-form-area {
  background-image: url(/Content/Frontend/assets/img/contact-form-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.contact-form-area .contact-item {
  background-color: #ffffff9e;
  padding: 70px 50px;
  border-radius: 15px;
}

.contact-form-area .contact-item #contactForm {
  margin-bottom: 40px;
}

.contact-form-area .contact-item #contactForm .form-group {
  margin-bottom: 20px;
}

.contact-form-area .contact-item #contactForm .form-group .form-control {
  height: 55px;
  border-radius: 30px;
  padding-left: 30px;
  border: 0;
  background-color: #ffffff;
  font-size: 15px;
}

.contact-form-area .contact-item #contactForm .form-group .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-form-area .contact-item #contactForm .form-group ::-webkit-input-placeholder {
  color: #b2b2b2;
}

.contact-form-area .contact-item #contactForm .form-group :-ms-input-placeholder {
  color: #b2b2b2;
}

.contact-form-area .contact-item #contactForm .form-group ::-ms-input-placeholder {
  color: #b2b2b2;
}

.contact-form-area .contact-item #contactForm .form-group ::placeholder {
  color: #b2b2b2;
}

.contact-form-area .contact-item #contactForm .form-group textarea {
  height: auto !important;
  padding-top: 10px;
}

.contact-form-area .contact-item #contactForm .cmn-btn {
  opacity: 1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-top: 10px;
}

.contact-form-area .contact-item .contact-social span {
  display: block;
  font-size: 16px;
  color: #0b0320;
  margin-bottom: 15px;
}

.contact-form-area .contact-item .contact-social ul {
  margin: 0;
  padding: 0;
}

.contact-form-area .contact-item .contact-social ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}

.contact-form-area .contact-item .contact-social ul li:last-child {
  margin-right: 0;
}

.contact-form-area .contact-item .contact-social ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  background-color: #0b0320;
  font-size: 20px;
}

.contact-form-area .contact-item .contact-social ul li a:hover {
  background-color: #e1c240;
}

.contact-form-area .contact-item .list-unstyled {
  color: #dc3545;
  margin-bottom: 0;
  margin-top: 10px;
}

.contact-form-area .contact-item .text-danger {
  color: #dc3545;
  margin-top: 14px;
  margin-bottom: 0;
}

.contact-form-area .contact-item .text-success {
  color: #28a745;
  margin-top: 14px;
  margin-bottom: 0;
}

.contact-form-area .contact-img {
  text-align: center;
  position: relative;
}

.contact-form-area .contact-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 43px;
  margin-left: auto;
  margin-right: auto;
}

/*-- End Form --*/
/*----- End Contact CSS -----*/
/*----- Book A Table CSS -----*/
/*-- Book --*/
.book-table-area .book-table-wrap {
  background-color: #f5f5f5;
  padding: 60px 80px 65px;
  border-radius: 10px;
}

.book-table-area .form-group {
  margin-bottom: 30px;
}

.book-table-area .form-group .form-control {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding-left: 25px;
  font-size: 15px;
}

.book-table-area .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e1c240;
}

.book-table-area .form-group textarea {
  height: auto !important;
  padding-top: 15px;
}

.book-table-area .cmn-btn {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

/*-- End Book --*/
/*----- End Book A Table CSS -----*/
/*----- Preloader CSS -----*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #0b0320;
}

.spinner {
  width: 50px;
  height: 50px;
  margin: 100px auto;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
          animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

/*----- End Preloader CSS -----*/
/*----- Back to Top CSS ------*/
#toTop {
  position: fixed;
  bottom: 30px;
  right: 0;
  cursor: pointer;
  display: none;
  z-index: 10;
}

.back-to-top-btn i {
  background: #e1c240;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  border-radius: 50%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-right: 28px;
  -webkit-box-shadow: 0px 0px 14px 0px #e1c240;
          box-shadow: 0px 0px 14px 0px #e1c240;
}

.back-to-top-btn i:hover {
  background-color: #0b0320;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 14px 0px #0b0320;
          box-shadow: 0px 0px 14px 0px #0b0320;
}


.photo-item .feature-item img {
    min-height: 307px;
}
/*----- End Back to Top CSS -----*/
#button-contact-fm {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 99999;
}

@media (max-width: 768px) {

    #button-contact-fm {
        right: 8px;
        left: auto;
        bottom: 95px;
    }
}
    /*phone*/
    #button-contact-fm .button-contact {
        position: relative;
        margin-top: -5px;
    }

        #button-contact-fm .button-contact .button-effect-fm {
            position: relative;
            visibility: visible;
            background-color: transparent;
            width: 90px;
            height: 90px;
            cursor: pointer;
            z-index: 11;
            -webkit-backface-visibility: hidden;
            -webkit-transform: translateZ(0);
            transition: visibility .5s;
            left: 0;
            bottom: 0;
            display: block;
        }

.button-effect-fm-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: button-effect-fm-circle-fill 2.3s infinite ease-in-out;
    animation: button-effect-fm-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

.button-effect-fm-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: button-effect-fm-circle-fill 1s infinite ease-in-out;
}

    .button-effect-fm-img-circle a {
        display: block;
        line-height: 37px;
    }

    .button-effect-fm-img-circle img {
        max-height: 25px;
        max-width: 27px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
    }

@-webkit-keyframes button-effect-fm-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

#zalo-fm .button-effect-fm-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}

#zalo-fm .button-effect-fm-img-circle {
    background-color: #2196F3;
}

#facebook-fm .button-effect-fm-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}

#facebook-fm .button-effect-fm-img-circle {
    background-color: #2196F3;
}


#google-bussiness-fm .button-effect-fm-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, .7);
}

#google-bussiness-fm .button-effect-fm-img-circle {
    background-color: #2196f3;
}

#tiktok-fm.button-effect-fm-circle-fill {
    box-shadow: 0 0 0 0 #1fd744;
    background-color: rgb(35 217 72 / 70%);
}

#tiktok-fm .button-effect-fm-img-circle {
    background: #1cd741;
}

#button-contact-container #phone-fm {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

#button-contact-container #zalo-fm {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#button-contact-container #facebook-fm {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all;
}

/*# sourceMappingURL=style.css.map */
@media only screen and (max-width: 767px) {
  /*-- Default CSS --*/
  body {
    font-size: 14px;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  /*-- End Default CSS --*/
  /*----- Home One CSS -----*/
  /*-- Navbar --*/
  .main-nav nav .navbar-nav .nav-item a {
    font-size: 14px;
  }
  .main-nav nav .side-nav {
    display: none;
  }
  .mean-container .mean-bar {
    background-color: #0b0320;
  }
  .mobile-nav.mean-container .mean-nav ul li a.active {
    color: #e1c240;
  }
  .mean-container .mean-nav .navbar-nav {
    height: 350px;
  }
  .mean-container a.meanmenu-reveal span {
    position: relative;
    top: 8px;
    margin-top: -6px;
  }
  /*-- End Navbar --*/
  /*-- Banner --*/
  .banner-area {
    height: 100%;
    padding-top: 125px;
    padding-bottom: 100px;
  }
  .banner-area .banner-shape img:nth-child(1) {
    display: none;
  }
  .banner-area .banner-shape img:nth-child(2) {
    display: none;
  }
  .banner-area .banner-shape img:nth-child(4) {
    display: none;
  }
  .banner-area .banner-content {
    text-align: center;
  }
  .banner-area .banner-content h1 {
    font-size: 35px;
  }
  .banner-area .banner-content form .form-control {
    font-size: 14px;
    padding-left: 20px;
    height: 60px;
  }
  .banner-area .banner-content form .banner-form-btn {
    padding: 12px 14px;
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 14px;
  }
  .banner-area .banner-slider {
    display: none;
  }
  /*-- End Banner --*/
  /*-- Feature --*/
  .section-title {
    margin-bottom: 35px;
    margin-top: -4px;
  }
  .section-title .sub-title {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .section-title h2 {
    font-size: 25px;
    margin-bottom: 12px;
  }
  .feature-area .section-title {
    text-align: center;
  }
  .feature-area .section-title p {
    margin-left: auto;
  }
  .feature-item .feature-inner {
    bottom: 15px;
    max-width: 265px;
  }
  .feature-item .feature-inner ul li img {
    top: -1px;
  }
  .feature-item .feature-inner ul li span {
    font-size: 16px;
    margin-left: 8px;
  }
  .feature-item .feature-inner ul li a {
    width: 35px;
    height: 35px;
    line-height: 40px;
    font-size: 21px;
  }
  /*-- End Feature --*/
  /*-- Service --*/
  .service-area .service-item {
    padding: 32px 15px 30px;
  }
  .service-area .service-slider .owl-prev {
    display: none !important;
  }
  .service-area .service-slider .owl-next {
    display: none !important;
  }
  /*-- End Service --*/
  /*-- Restant--*/
  .restant-area {
    display: none;
    padding-top: 95px;
    padding-bottom: 50px;
  }
  .restant-area .restant-shape img {
    max-width: 175px;
  }
  .restant-area .restant-content {
    padding-left: 0;
    text-align: center;
    max-width: 100%;
  }
  .restant-area .restant-content .section-title {
    margin-bottom: 25px;
    text-align: center;
  }
  .restant-area .restant-content .section-title p {
    margin-left: auto;
  }
  .restant-area .restant-img {
    margin-bottom: 75px;
  }
  .restant-area .restant-img img:nth-child(1) {
    max-width: 285px;
  }
  .restant-area .restant-img img:nth-child(2) {
    top: -45px;
    max-width: 185px;
  }
  .restant-area .restant-img img:nth-child(3) {
    display: none;
  }
  .restant-area .restant-img img:nth-child(4) {
    max-width: 190px;
    bottom: -85px;
  }
  .restant-area .restant-img img:nth-child(5) {
    display: none;
  }
  .cmn-btn {
    font-size: 14px;
  }
  /*-- End Restant --*/
  /*-- Collection --*/
  .collection-area .more-collection a {
    font-size: 15px;
  }
  .collection-item .collection-bottom {
    padding: 15px 15px 17px;
  }
  .collection-item .collection-bottom h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .collection-item .collection-bottom ul {
    vertical-align: middle;
  }
  .collection-item .collection-bottom ul li span {
    font-size: 22px;
  }
  .collection-item .collection-bottom ul li .minus, .collection-item .collection-bottom ul li .plus {
    width: 30px;
    height: 30px;
    line-height: 31px;
    font-size: 20px;
  }
  .collection-item .collection-bottom ul li .form-control {
    width: 40px;
  }
  .sorting-menu ul {
    margin-bottom: 30px;
  }
  .sorting-menu ul li {
    font-size: 14px;
    padding: 7px 20px;
    margin-left: 2px;
    margin-right: 2px;
  }
  /*-- End Collection --*/
  /*-- Menu --*/
  .menu-item {
    padding: 35px 25px 32px;
    border: 1px solid #e1c240;
  }
  .menu-item img {
    margin-bottom: 22px;
  }
  /*-- End Menu --*/
  /*-- Reservation --*/
  .reservation-area {
    border-radius: 0 0 20px 0;
  }
  .reservation-area .reservation-item {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .reservation-area .reservation-item .section-title {
    text-align: center;
    margin-bottom: 35px;
  }
  .reservation-area .reservation-item .section-title p {
    margin-left: auto;
  }
  .reservation-area .reservation-item ul {
    padding: 20px 10px 10px 10px;
    border-radius: 5px;
  }
  .reservation-area .reservation-item ul li {
    margin-bottom: 10px;
    display: block;
  }
  .reservation-area .reservation-item ul li .form-control {
    width: 100%;
  }
  .reservation-area .reservation-item ul li:first-child {
    padding-right: 0;
    margin-right: 0;
  }
  .reservation-area .reservation-item ul li:first-child:before {
    display: none;
  }
  .reservation-area .reservation-img {
    position: relative;
    top: 0;
    padding-bottom: 40px;
  }
  /*-- End Reservation --*/
  /*-- Chef --*/
  .chef-area {
    padding-top: 50px;
  }
  .chef-item .chef-bottom ul li:nth-child(1) {
    opacity: 1;
    z-index: 1;
    bottom: 0;
  }
  .chef-item .chef-bottom ul li:nth-child(2) {
    opacity: 1;
    z-index: 1;
    bottom: 0;
  }
  .chef-item .chef-bottom ul li:nth-child(3) {
    bottom: -10px;
    opacity: 1;
    z-index: 1;
    bottom: 0;
  }
  /*-- End Chef --*/
  /*-- Review --*/
  .review-area .slick-prev i {
    left: 110px;
  }
  .review-area .slick-next i {
    right: 110px;
  }
  .review-area .review-img img:nth-child(2) {
    top: 12px;
  }
  .review-area .review-item {
    padding-top: 30px;
    padding-bottom: 33px;
  }
  .review-area .review-item .slider-nav {
    margin-bottom: 25px;
  }
  .review-area .review-item .slider-for p {
    padding-left: 5px;
    padding-right: 5px;
  }
  /*-- End Review --*/
  /*-- Blog --*/
  .blog-item .blog-bottom {
    padding: 28px 8px 45px 15px;
  }
  .blog-item .blog-bottom h3 {
    font-size: 20px;
  }
  .blog-area .read-blog-btn {
    font-size: 15px;
  }
  /*-- End Blog --*/
  /*-- Subscribe --*/
  .subscribe-area {
    border-radius: 0 0 20px 0;
  }
  .subscribe-item {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .subscribe-item .section-title {
    text-align: center;
  }
  .subscribe-item .section-title p {
    margin-left: auto;
  }
  .subscribe-item .newsletter-form .form-control {
    height: 55px;
    padding: 5px 15px 5px 15px;
    font-size: 15px;
  }
  .subscribe-item .newsletter-form .cmn-btn {
    right: 8px;
    top: 6px;
    padding: 10px 25px;
  }
  .subscribe-item .social-link ul {
    text-align: center;
  }
  .subscribe-img {
    padding-bottom: 40px;
  }
  /*-- End Subscribe --*/
  /*-- Footer --*/
  .footer-item .footer-service h3 {
    margin-bottom: 20px;
  }
  /*-- End Footer --*/
  /*-- Copyright --*/
  .copyright-area {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px 20px 0 0;
  }
  /*-- End Copyright --*/
  /*----- End Home One CSS -----*/
  /*----- Home Two CSS -----*/
  /*-- Navbar --*/
  #myModalRight {
    display: none;
  }
  /*-- End Navbar --*/
  /*-- Banner --*/
  .banner-area-two .banner-shape img:nth-child(3) {
    left: 0;
  }
  .banner-area-two .banner-content {
    padding-top: 115px;
    padding-bottom: 70px;
    text-align: center;
  }
  .banner-area-two .banner-content h1 {
    font-size: 30px;
  }
  .banner-area-two .banner-content p {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-area-two .banner-content .banner-btn-wrap .cmn-btn {
    margin-right: 10px;
  }
  .banner-area-two .banner-content .banner-btn-wrap .banner-btn-two {
    padding: 11px 20px;
  }
  .banner-area-two .banner-img {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
  }
  .banner-area-two .banner-img img {
    max-width: 100%;
  }
  /*-- End Banner --*/
  /*-- Food Image --*/
  .food-img-area {
    margin-top: 50px;
  }
  /*-- End Food Image --*/
  /*-- About --*/
  .about-area .about-shape {
    display: none;
  }
  .about-area .about-img {
    position: relative;
    text-align: center;
  }
  .about-area .about-img img:nth-child(1) {
    display: none;
  }
  .about-area .about-img img:nth-child(2) {
    max-width: 100%;
    right: 0;
  }
  .about-area .about-content {
    margin-top: 31px;
    padding-left: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .about-area .about-content .section-title {
    text-align: center;
    margin-bottom: 25px;
  }
  .about-area .about-content .section-title h2 {
    margin-bottom: 20px;
  }
  .about-area .about-content .section-title p {
    margin-left: auto;
  }
  /*-- End About --*/
  /*-- Download --*/
  .download-area .download-content .section-title {
    text-align: center;
  }
  .download-area .download-content ul li {
    padding: 10px 15px 10px;
    font-size: 17px;
  }
  .download-area .download-content ul li:hover {
    margin-left: 0;
  }
  .download-area .download-content ul li span {
    width: 45px;
    height: 45px;
    line-height: 47px;
    font-size: 20px;
    margin-right: 10px;
  }
  .download-area .download-content .app-wrap {
    margin-top: 30px;
  }
  .download-area .download-content .app-wrap a {
    margin-right: 10px;
    max-width: 130px;
  }
  /*-- End Download --*/
  /*-- Join --*/
  .join-area {
    margin-top: 50px;
  }
  .join-area .join-img img {
    position: relative;
    top: -60px;
    max-width: 100%;
  }
  .join-area .join-content {
    padding-top: 0px;
    padding-bottom: 50px;
    margin-top: -30px;
    text-align: center;
  }
  .join-area .join-content .section-title {
    text-align: center;
  }
  .join-area .join-content .section-title p {
    margin-left: auto;
    margin-right: auto;
  }
  .chef-area-two {
    padding-top: 50px;
  }
  /*-- End Join --*/
  /*-- Review --*/
  .review-area-two {
    padding-top: 50px;
  }
  .review-area-two .review-shape img {
    max-width: 100px;
  }
  .review-area-two .review-img {
    text-align: center;
  }
  .review-area-two .review-img img {
    border-radius: 42px;
  }
  .review-area-two .review-item {
    padding-top: 30px;
    padding-bottom: 94px;
  }
  .review-area-two .slick-prev i {
    left: 90px;
    bottom: -120px;
  }
  .review-area-two .slick-next i {
    right: 90px;
    bottom: -120px;
  }
  /*-- End Review --*/
  /*-- Footer --*/
  .footer-area-two {
    border-radius: 20px 20px 0 0;
  }
  /*-- End Footer --*/
  /*-- Copyright --*/
  .copyright-area-two {
    border-radius: 0;
  }
  /*-- End Copyright --*/
  /*----- End Home Two CSS -----*/
  /*----- Home Three CSS -----*/
  /*-- Banner --*/
  .banner-area-three .banner-shape img:nth-child(1) {
    display: none;
  }
  .banner-area-three .banner-shape img:nth-child(2) {
    top: 74px;
    max-width: 62px;
  }
  .banner-area-three .banner-shape img:nth-child(3) {
    bottom: 0;
    right: 0;
    max-width: 90px;
  }
  .banner-area-three .banner-content {
    padding-top: 115px;
    padding-bottom: 40px;
    text-align: center;
  }
  .banner-area-three .banner-content h1 {
    font-size: 28px;
  }
  .banner-area-three .banner-content p {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-area-three .banner-content .banner-btn-wrap .cmn-btn {
    margin-right: 10px;
  }
  .banner-area-three .banner-content .banner-btn-wrap .banner-btn-two {
    padding: 11px 20px;
  }
  .banner-area-three .banner-img {
    position: relative;
    bottom: 0;
    right: 0;
    text-align: center;
    padding-bottom: 80px;
  }
  .banner-area-three .banner-img img {
    max-width: 100%;
  }
  /*-- End Banner --*/
  /*-- About --*/
    .about-area-two .about-shape  {
       display:block none;
    }

  .about-area-two .about-shape img {
    bottom: 0;
    right: 0;
    max-width: 180px;
  }
  .about-area-two .about-img {
    margin-bottom: 75px;
    text-align: center;
  }
  .about-area-two .about-img img:nth-child(1) {
    max-width: 100%;
    top: 0;
  }
  .about-area-two .about-img img:nth-child(2) {
    display: none;
  }
  .about-area-two .about-img .video-wrap {
    bottom: -45px;
    right: 0;
    left: 0;
  }
  .about-area-two .about-img .video-wrap a {
    margin-left: auto;
    margin-right: auto;
  }
  .about-area-two .about-content {
    padding-left: 0;
    text-align: center;
  }
  .about-area-two .about-content .section-title {
    text-align: center;
    margin-bottom: 30px;
  }
  /*-- End About --*/
  /*-- Service --*/
  .service-area-three .service-item .accordion a {
    font-size: 14px;
  }
  .service-area-three .service-item .accordion a span {
    font-size: 14px;
  }
  .service-area-three .service-img img {
    max-width: 100%;
  }
  .join-area-two {
    margin-top: 60px;
  }
  /*-- End Service --*/
  /*----- End Home Three CSS -----*/
  /*----- About CSS -----*/
  /*-- Page Title --*/
  .page-title-area {
    padding-top: 150px;
    padding-bottom: 110px;
  }
  .page-title-item {
    padding-left: 30px;
  }
  .page-title-item:before {
    width: 5px;
    height: 77px;
  }
  .page-title-item h2 {
    font-size: 30px;
    margin-bottom: 6px;
  }
  /*-- End Page Title --*/
  /*-- Story --*/
  .story-area .story-shape img {
    max-width: 75px;
  }
  .story-area .story-head {
    margin-bottom: 35px;
  }
  .story-area .story-head h2 {
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: -6px;
  }
  .story-area .story-item h3 {
    font-size: 16px;
    max-width: 245px;
    padding: 12px;
    bottom: 20px;
  }
  /*-- End Story --*/
  /*-- Download --*/
  .download-area-two {
    border-radius: 0 0 20px 0;
  }
  .download-area-two .download-item {
    text-align: center;
  }
  .download-area-two .download-item h2 {
    font-size: 25px;
    margin-bottom: 35px;
  }
  .download-area-two .download-item ul li {
    margin-right: 15px;
  }
  .download-area-two .download-item ul li a {
    max-width: 130px;
  }
  .download-area-two .download-img {
    margin-bottom: 30px;
    text-align: center;
  }
  .download-area-two .download-img img {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    max-width: 100%;
  }
  /*-- End Download --*/
  /*----- End About CSS -----*/
  /*----- Service Details CSS -----*/
  /*-- Page Title --*/
  .page-title-area-two:before {
    display: none;
  }
  .page-title-area-two .page-title-plate {
    display: none;
  }
  /*-- End Page Title --*/
  /*-- Service Details --*/
  .service-details-area .service-details-item .service-details-more h3 {
    margin-bottom: 25px;
  }
  .service-details-area .service-details-item .service-details-more ul li a {
    font-size: 14px;
  }
  .service-details-area .service-details-item .service-details-fresh {
    text-align: center;
  }
  .service-details-area .service-details-item .service-details-fresh h2 {
    font-size: 25px;
  }
  /*-- End Service Details --*/
  /*----- End Service Details CSS -----*/
  /*----- Blog Details CSS -----*/
  /*-- Page Title --*/
  .page-title-img-two:before {
    -webkit-clip-path: polygon(0 0, 79% 0%, 55% 100%, 0% 100%);
            clip-path: polygon(0 0, 79% 0%, 55% 100%, 0% 100%);
  }
  /*-- End Page Title --*/
  /*-- Service Details --*/
  .blog-details-more {
    padding-bottom: 20px;
  }
  .blog-details-nav ul li a {
    font-size: 14px;
  }
  /*-- End Service Details --*/
  /*----- End Blog Details CSS -----*/
  /*----- Cart CSS -----*/
  /*-- Table --*/
  .cart-wrap {
    text-align: center;
  }
  .cart-wrap .table .thead tr .table-head {
    font-size: 13px;
    padding-right: 4px;
    padding-left: 4px;
  }
  .cart-wrap .table tr td {
    font-size: 14px;
  }
  .cart-wrap .shop-back {
    margin-bottom: 15px;
  }
  .cart-wrap .shop-back a {
    margin-top: 15px;
  }
  .cart-wrap .total-shopping h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .cart-wrap .total-shopping h3 {
    font-size: 18px;
  }
  .cart-wrap .total-shopping a {
    font-size: 14px;
    padding: 14px 25px;
  }
  /*-- End Table --*/
  /*----- End Cart CSS -----*/
  /*----- Checkout CSS -----*/
  /*-- Checkout --*/
  .checkout-item h2 {
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 14px;
    margin-bottom: 30px;
  }
  .checkout-item .checkout-one {
    max-width: 100%;
    padding: 0 10px;
  }
  .checkout-item .checkout-one label {
    font-size: 14px;
    margin-right: 7px;
  }
  .checkout-item .checkout-one .form-group .form-control {
    width: 64%;
  }
  .checkout-item .checkout-two {
    max-width: 100%;
    padding: 0 10px 30px;
  }
  .checkout-item .checkout-two h3 {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .checkout-item .checkout-two p {
    font-size: 14px;
  }
  .checkout-item .checkout-two .form-check span {
    font-size: 14px;
  }
  .checkout-item .checkout-two .form-check .form-check-input {
    margin-top: 3px;
  }
  /*-- End Checkout --*/
  /*----- End Checkout CSS -----*/
  /*----- Coming Soon CSS -----*/
  /*-- Coming --*/
  .coming-item {
    height: 100vh;
  }
  .coming-item h1 {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .coming-item .coming-wrap {
    margin-bottom: 20px;
  }
  .coming-item .coming-wrap .coming-inner h3 {
    font-size: 35px;
  }
  .coming-item .coming-wrap .coming-inner p {
    font-size: 14px;
  }
  /*-- End Coming --*/
  /*----- End Coming Soon CSS -----*/
  /*----- FAQ CSS -----*/
  /*-- FAQ --*/
  .faq-area .faq-head h2 {
    margin-bottom: 30px;
    font-size: 25px;
  }
  .faq-area .accordion p {
    font-size: 14px;
    padding: 12px 12px 12px 18px;
  }
  .faq-area .accordion a {
    font-size: 15px;
  }
  /*-- End FAQ --*/
  /*----- End FAQ CSS -----*/
  /*----- Terms & Conditions CSS -----*/
  /*-- Terms --*/
  .privacy-area {
    padding-bottom: 0;
  }
  .privacy-item {
    margin-bottom: 50px;
  }
  .privacy-item h2 {
    font-size: 22px;
  }
  /*-- End Terms --*/
  /*----- End Terms & Conditions CSS -----*/
  /*----- 404 CSS -----*/
  /*-- 404 --*/
  .error-item {
    height: 480px;
  }
  .error-item h1 {
    font-size: 80px;
    margin-bottom: 0;
  }
  .error-item p {
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .error-item a {
    padding: 13px 25px;
    margin-top: 30px;
    font-size: 14px;
  }
  /*-- End 404 --*/
  /*----- End 404 CSS -----*/
  /*----- Contact CSS -----*/
  /*-- Location --*/
  .contact-location-area .location-item {
    padding: 40px 15px 40px;
    border: 1px solid #e1c240;
  }
  /*-- End Location --*/
  /*-- Form --*/
  .contact-form-area .contact-item {
    padding: 30px 15px;
  }
  .contact-form-area .contact-item #contactForm {
    margin-bottom: 20px;
  }
  .contact-form-area .contact-item #contactForm .form-group .form-control {
    height: 50px;
    padding-left: 25px;
    font-size: 14px;
  }
  .contact-form-area .contact-item .text-danger {
    font-size: 16px;
  }
  .contact-form-area .contact-item .text-success {
    font-size: 16px;
  }
  .contact-form-area .contact-img img {
    position: relative;
    left: 0;
    right: 0;
    top: 50px;
  }
  .book-table-area .book-table-wrap {
    padding: 30px 10px 35px;
  }

 .footer-item .footer-logo a {
    text-align: center;
}
  /*-- End Form --*/
  /*----- End Contact CSS -----*/
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-area .service-item h3 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*-- Default CSS --*/
  body {
    font-size: 14px;
  }
  .ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pt-100 {
    padding-top: 70px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .pb-100 {
    padding-bottom: 70px;
  }
  /*-- End Default CSS --*/
  /*----- Home One CSS -----*/
  /*-- Navbar --*/
  .main-nav nav .navbar-nav .nav-item a {
    font-size: 14px;
  }
  .main-nav nav .side-nav {
    display: none;
  }
  .mean-container .mean-bar {
    background-color: #0b0320;
  }
  .mobile-nav.mean-container .mean-nav ul li a.active {
    color: #e1c240;
  }
  .mean-container .mean-nav .navbar-nav {
    height: 350px;
    overflow-y: scroll;
  }
  .mean-container a.meanmenu-reveal span {
    position: relative;
    top: 8px;
    margin-top: -6px;
  }
  /*-- End Navbar --*/
  /*-- Banner --*/
  .banner-area {
    height: 100%;
    padding-top: 110px;
    padding-bottom: 70px;
  }
  .banner-area .banner-shape img:nth-child(1) {
    display: none;
  }
  .banner-area .banner-shape img:nth-child(2) {
    display: none;
  }
  .banner-area .banner-shape img:nth-child(4) {
    display: none;
  }
  .banner-area .banner-content {
    text-align: center;
  }
  .banner-area .banner-content h1 {
    font-size: 35px;
  }
  .banner-area .banner-content form .form-control {
    font-size: 14px;
    padding-left: 20px;
    height: 60px;
  }
  .banner-area .banner-content form .banner-form-btn {
    padding: 12px 14px;
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 14px;
  }
  .banner-area .banner-slider {
    display: none;
  }
  /*-- End Banner --*/
  /*-- Feature --*/
  .section-title {
    margin-bottom: 40px;
    margin-top: -2px;
  }
  .section-title .sub-title {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .section-title h2 {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .feature-area .section-title {
    text-align: center;
  }
  .feature-area .section-title p {
    margin-left: auto;
  }
  .feature-item .feature-inner {
    bottom: 15px;
    max-width: 265px;
  }
  .feature-item .feature-inner ul li img {
    top: -1px;
  }
  .feature-item .feature-inner ul li span {
    font-size: 16px;
    margin-left: 8px;
  }
  .feature-item .feature-inner ul li a {
    width: 35px;
    height: 35px;
    line-height: 40px;
    font-size: 21px;
  }
  /*-- End Feature --*/
  /*-- Service --*/
  .service-area .service-slider .owl-prev {
    display: none !important;
  }
  .service-area .service-slider .owl-next {
    display: none !important;
  }
  /*-- End Service --*/
  /*-- Restant--*/
  .restant-area {
    padding-top: 115px;
    padding-bottom: 70px;
  }
  .restant-area .restant-shape img {
    max-width: 100px;
  }
  .restant-area .restant-content {
    padding-left: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .restant-area .restant-content .section-title {
    margin-bottom: 25px;
    text-align: center;
  }
  .restant-area .restant-content .section-title p {
    margin-left: auto;
  }
  .restant-area .restant-img {
    margin-bottom: 75px;
  }
  .restant-area .restant-img img:nth-child(1) {
    max-width: 100%;
  }
  .restant-area .restant-img img:nth-child(2) {
    top: -45px;
    max-width: 210px;
  }
  .restant-area .restant-img img:nth-child(3) {
    top: 260px;
    right: -36px;
    max-width: 195px;
  }
  .restant-area .restant-img img:nth-child(4) {
    max-width: 220px;
    bottom: -85px;
  }
  .restant-area .restant-img img:nth-child(5) {
    top: 245px;
    max-width: 230px;
  }
  .cmn-btn {
    font-size: 14px;
  }
  /*-- End Restant --*/
  /*-- Collection --*/
  .collection-area .more-collection a {
    font-size: 15px;
  }
  .collection-item .collection-bottom {
    padding: 15px 15px 17px;
  }
  .collection-item .collection-bottom h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .collection-item .collection-bottom ul {
    vertical-align: middle;
  }
  .collection-item .collection-bottom ul li span {
    font-size: 22px;
  }
  .collection-item .collection-bottom ul li .minus, .collection-item .collection-bottom ul li .plus {
    width: 30px;
    height: 30px;
    line-height: 31px;
    font-size: 20px;
  }
  .collection-item .collection-bottom ul li .form-control {
    width: 40px;
  }
  .sorting-menu ul {
    margin-bottom: 30px;
  }
  .sorting-menu ul li {
    font-size: 14px;
    padding: 7px 20px;
    margin-left: 2px;
    margin-right: 2px;
  }
  /*-- End Collection --*/
  /*-- Reservation --*/
  .reservation-area {
    border-radius: 0 0 20px 0;
  }
  .reservation-area .reservation-item {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .reservation-area .reservation-item .section-title {
    text-align: center;
    margin-bottom: 35px;
  }
  .reservation-area .reservation-item .section-title p {
    margin-left: auto;
  }
  .reservation-area .reservation-img {
    position: relative;
    top: 0;
    padding-bottom: 60px;
  }
  /*-- End Reservation --*/
  /*-- Chef --*/
  .chef-area {
    padding-top: 70px;
  }
  .chef-item .chef-bottom ul li:nth-child(1) {
    opacity: 1;
    z-index: 1;
    bottom: 0;
  }
  .chef-item .chef-bottom ul li:nth-child(2) {
    opacity: 1;
    z-index: 1;
    bottom: 0;
  }
  .chef-item .chef-bottom ul li:nth-child(3) {
    bottom: -10px;
    opacity: 1;
    z-index: 1;
    bottom: 0;
  }
  /*-- End Chef --*/
  /*-- Review --*/
  .review-area .slick-prev i {
    left: 230px;
  }
  .review-area .slick-next i {
    right: 230px;
  }
  .review-area .review-img img:nth-child(2) {
    top: 12px;
    right: 25px;
  }
  .review-area .review-item {
    padding-top: 30px;
    padding-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
  }
  .review-area .review-item .slider-nav {
    margin-bottom: 25px;
  }
  .review-area .review-item .slider-for p {
    padding-left: 5px;
    padding-right: 5px;
  }
  /*-- End Review --*/
  /*-- Subscribe --*/
  .subscribe-area {
    border-radius: 0 0 20px 0;
  }
  .subscribe-item {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .subscribe-item .section-title {
    text-align: center;
  }
  .subscribe-item .section-title p {
    margin-left: auto;
  }
  .subscribe-item .newsletter-form .form-control {
    height: 55px;
    padding: 5px 15px 5px 30px;
    font-size: 15px;
  }
  .subscribe-item .newsletter-form .cmn-btn {
    right: 8px;
    top: 6px;
    padding: 10px 25px;
  }
  .subscribe-item .social-link ul {
    text-align: center;
  }
  .subscribe-img {
    padding-bottom: 60px;
  }
  /*-- End Subscribe --*/
  /*-- Footer --*/
  .footer-item .footer-service h3 {
    margin-bottom: 20px;
  }
  /*-- End Footer --*/
  /*-- Copyright --*/
  .copyright-area {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px 20px 0 0;
  }
  /*-- End Copyright --*/
  /*----- End Home One CSS -----*/
  /*----- Home Two CSS -----*/
  /*-- Navbar --*/
  #myModalRight {
    display: none;
  }
  /*-- End Navbar --*/
  /*-- Banner --*/
  .banner-area-two .banner-shape img:nth-child(3) {
    left: 0;
  }
  .banner-area-two .banner-content {
    padding-top: 115px;
    padding-bottom: 70px;
    text-align: center;
  }
  .banner-area-two .banner-content h1 {
    font-size: 42px;
  }
  .banner-area-two .banner-content p {
    margin-bottom: 30px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-area-two .banner-img {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
  }
  .banner-area-two .banner-img img {
    max-width: 100%;
  }
  /*-- End Banner --*/
  /*-- Food Image --*/
  .food-img-area {
    margin-top: 70px;
  }
  /*-- End Food Image --*/
  /*-- About --*/
  .about-area .about-shape {
    display: none;
  }
  .about-area .about-img img:nth-child(2) {
    max-width: 100%;
  }
  .about-area .about-content {
    margin-top: 31px;
    padding-left: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .about-area .about-content .section-title {
    text-align: center;
    margin-bottom: 25px;
  }
  .about-area .about-content .section-title h2 {
    margin-bottom: 20px;
  }
  .about-area .about-content .section-title p {
    margin-left: auto;
  }
  /*-- End About --*/
  /*-- Download --*/
  .download-area .download-content .section-title {
    text-align: center;
  }
  .download-area .download-content ul li {
    padding: 10px 15px 10px;
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
  }
  .download-area .download-content ul li:hover {
    margin-left: 0;
  }
  .download-area .download-content ul li span {
    width: 45px;
    height: 45px;
    line-height: 47px;
    font-size: 20px;
    margin-right: 10px;
  }
  .download-area .download-content .app-wrap {
    margin-top: 30px;
    text-align: center;
  }
  .download-area .download-content .app-wrap a {
    margin-right: 10px;
    max-width: 130px;
  }
  .download-area .download-img {
    text-align: center;
  }
  /*-- End Download --*/
  /*-- Join --*/
  .join-area {
    margin-top: 60px;
  }
  .join-area .join-img img {
    position: relative;
    top: -60px;
    max-width: 100%;
  }
  .join-area .join-content {
    padding-top: 0px;
    padding-bottom: 50px;
    margin-top: -30px;
    text-align: center;
  }
  .join-area .join-content .section-title {
    text-align: center;
  }
  .join-area .join-content .section-title p {
    margin-left: auto;
    margin-right: auto;
  }
  .chef-area-two {
    padding-top: 70px;
  }
  /*-- End Join --*/
  /*-- Review --*/
  .review-area-two {
    padding-top: 70px;
  }
  .review-area-two .review-shape img {
    max-width: 100px;
  }
  .review-area-two .review-img {
    text-align: center;
  }
  .review-area-two .review-img img {
    border-radius: 42px;
  }
  .review-area-two .review-item {
    padding-top: 30px;
    padding-bottom: 135px;
  }
  .review-area-two .slick-prev i {
    left: 215px;
    bottom: -120px;
  }
  .review-area-two .slick-next i {
    right: 215px;
    bottom: -120px;
  }
  /*-- End Review --*/
  /*-- Footer --*/
  .footer-area-two {
    border-radius: 20px 20px 0 0;
  }
  /*-- End Footer --*/
  /*-- Copyright --*/
  .copyright-area-two {
    border-radius: 0;
  }
  /*-- End Copyright --*/
  /*----- End Home Two CSS -----*/
  /*----- Home Three CSS -----*/
  /*-- Banner --*/
  .banner-area-three .banner-shape img:nth-child(1) {
    display: none;
  }
  .banner-area-three .banner-shape img:nth-child(2) {
    top: 74px;
    max-width: 62px;
  }
  .banner-area-three .banner-shape img:nth-child(3) {
    bottom: 0;
    right: 0;
    max-width: 90px;
  }
  .banner-area-three .banner-content {
    padding-top: 150px;
    padding-bottom: 80px;
    text-align: center;
  }
  .banner-area-three .banner-content h1 {
    font-size: 38px;
  }
  .banner-area-three .banner-content p {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-area-three .banner-content .banner-btn-wrap .cmn-btn {
    margin-right: 10px;
  }
  .banner-area-three .banner-content .banner-btn-wrap .banner-btn-two {
    padding: 11px 20px;
  }
  .banner-area-three .banner-img {
    position: relative;
    bottom: 0;
    right: 0;
    text-align: center;
    padding-bottom: 80px;
  }
  .banner-area-three .banner-img img {
    max-width: 100%;
  }
  /*-- End Banner --*/
  /*-- About --*/
  .about-area-two .about-shape img {
    bottom: 0;
    right: 0;
    max-width: 130px;
  }
  .about-area-two .about-img {
    margin-bottom: 75px;
    text-align: center;
  }
  .about-area-two .about-img img:nth-child(1) {
    max-width: 100%;
    top: 0;
  }
  .about-area-two .about-img img:nth-child(2) {
    display: none;
  }
  .about-area-two .about-img .video-wrap {
    bottom: -45px;
    right: 0;
    left: 0;
  }
  .about-area-two .about-img .video-wrap a {
    margin-left: auto;
    margin-right: auto;
  }
  .about-area-two .about-content {
    padding-left: 0;
    text-align: center;
  }
  .about-area-two .about-content .section-title {
    text-align: center;
    margin-bottom: 30px;
  }
  /*-- End About --*/
  /*-- Service --*/
  .service-area-three .service-item .accordion a {
    font-size: 14px;
  }
  .service-area-three .service-item .accordion a span {
    font-size: 14px;
  }
  .service-area-three .service-img img {
    max-width: 100%;
  }
  .join-area-two {
    margin-top: 60px;
  }
  /*-- End Service --*/
  /*----- End Home Three CSS -----*/
  /*----- About CSS -----*/
  /*-- Page Title --*/
  .page-title-area {
    padding-top: 150px;
    padding-bottom: 110px;
  }
  .page-title-item {
    padding-left: 30px;
  }
  .page-title-item:before {
    width: 5px;
    height: 77px;
  }
  .page-title-item h2 {
    font-size: 30px;
    margin-bottom: 6px;
  }
  /*-- End Page Title --*/
  /*-- Story --*/
  .story-area .story-shape img {
    max-width: 75px;
  }
  .story-area .story-head {
    margin-bottom: 35px;
  }
  .story-area .story-head h2 {
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: -8px;
  }
  .story-area .story-item h3 {
    font-size: 16px;
    max-width: 245px;
    padding: 12px;
    bottom: 20px;
  }
  /*-- End Story --*/
  /*-- Download --*/
  .download-area-two {
    border-radius: 0 0 20px 0;
  }
  .download-area-two .download-item {
    text-align: center;
  }
  .download-area-two .download-item h2 {
    font-size: 25px;
    margin-bottom: 35px;
  }
  .download-area-two .download-item ul li {
    margin-right: 15px;
  }
  .download-area-two .download-item ul li a {
    max-width: 130px;
  }
  .download-area-two .download-img {
    margin-bottom: 30px;
    text-align: center;
  }
  .download-area-two .download-img img {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    max-width: 100%;
  }
  /*-- End Download --*/
  /*----- End About CSS -----*/
  /*----- Service Details CSS -----*/
  /*-- Page Title --*/
  .page-title-area-two:before {
    display: none;
  }
  .page-title-area-two .page-title-plate {
    display: none;
  }
  /*-- End Page Title --*/
  /*-- Service Details --*/
  .service-details-area .service-details-item .service-details-more h3 {
    margin-bottom: 25px;
  }
  .service-details-area .service-details-item .service-details-more ul li a {
    font-size: 14px;
  }
  .service-details-area .service-details-item .service-details-fresh {
    text-align: center;
  }
  .service-details-area .service-details-item .service-details-fresh h2 {
    font-size: 25px;
  }
  /*-- End Service Details --*/
  /*----- End Service Details CSS -----*/
  /*----- Blog Details CSS -----*/
  /*-- Service Details --*/
  .blog-details-more {
    padding-bottom: 20px;
  }
  .blog-details-nav ul li a {
    font-size: 14px;
  }
  /*-- End Service Details --*/
  /*----- End Blog Details CSS -----*/
  /*----- Checkout CSS -----*/
  /*-- Checkout --*/
  .checkout-item h2 {
    font-size: 30px;
  }
  .checkout-item .checkout-one {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-item .checkout-two {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  /*-- End Checkout --*/
  /*----- End Checkout CSS -----*/
  /*----- Coming Soon CSS -----*/
  /*-- Coming --*/
  .coming-item {
    height: 100vh;
  }
  .coming-item h1 {
    font-size: 35px;
    margin-bottom: 12px;
  }
  .coming-item .coming-wrap {
    margin-bottom: 20px;
  }
  .coming-item .coming-wrap .coming-inner h3 {
    font-size: 35px;
  }
  .coming-item .coming-wrap .coming-inner p {
    font-size: 14px;
  }
  /*-- End Coming --*/
  /*----- End Coming Soon CSS -----*/
  /*----- FAQ CSS -----*/
  /*-- FAQ --*/
  .faq-area .faq-head h2 {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .faq-area .accordion p {
    font-size: 14px;
    padding: 12px 12px 12px 18px;
  }
  .faq-area .accordion a {
    font-size: 15px;
  }
  /*-- End FAQ --*/
  /*----- End FAQ CSS -----*/
  /*----- Terms & Conditions CSS -----*/
  /*-- Terms --*/
  .privacy-area {
    padding-bottom: 20px;
  }
  .privacy-item {
    margin-bottom: 50px;
  }
  .privacy-item h2 {
    font-size: 22px;
  }
  /*-- End Terms --*/
  /*----- End Terms & Conditions CSS -----*/
  /*----- 404 CSS -----*/
  /*-- 404 --*/
  .error-item {
    height: 480px;
  }
  .error-item h1 {
    font-size: 80px;
    margin-bottom: 0;
  }
  .error-item p {
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .error-item a {
    padding: 13px 25px;
    margin-top: 30px;
    font-size: 14px;
  }
  /*-- End 404 --*/
  /*----- End 404 CSS -----*/
  /*----- Contact CSS -----*/
  /*-- Location --*/
  .contact-location-area .location-item {
    padding: 40px 15px 40px;
    border: 1px solid #e1c240;
  }
  /*-- End Location --*/
  /*-- Form --*/
  .contact-form-area .contact-item {
    padding: 30px 15px;
  }
  .contact-form-area .contact-item #contactForm {
    margin-bottom: 20px;
  }
  .contact-form-area .contact-item #contactForm .form-group .form-control {
    height: 50px;
    padding-left: 25px;
    font-size: 14px;
  }
  .contact-form-area .contact-item .text-danger {
    font-size: 18px;
  }
  .contact-form-area .contact-item .text-success {
    font-size: 18px;
  }
  .contact-form-area .contact-img img {
    position: relative;
    left: 0;
    right: 0;
    top: 70px;
  }
  .book-table-area .book-table-wrap {
    padding: 40px 30px 45px;
  }
  /*-- End Form --*/
  /*----- End Contact CSS -----*/
  .reservation-area .reservation-item ul {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-nav nav .navbar-nav .nav-item a {
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .main-nav nav .side-nav .nav-tel {
    margin-left: 10px;
  }
  .feature-item .feature-inner {
    max-width: 265px;
  }
  .service-area .service-slider .owl-prev {
    display: none;
  }
  .service-area .service-slider .owl-next {
    display: none;
  }
  .collection-item .collection-bottom {
    padding: 15px 10px 17px;
  }
  .collection-item .collection-bottom h3 {
    font-size: 16px;
  }
  .reservation-area .reservation-item ul li:last-child .cmn-btn {
    margin-top: 10px;
    margin-left: 0;
  }
  .review-area .slick-prev i {
    left: 185px;
  }
  .review-area .slick-next i {
    right: 185px;
  }
  .banner-area-two .banner-img img {
    max-width: 350px;
  }
  .join-area .join-img img {
    top: -95px;
  }
  .banner-area-three .banner-img img {
    max-width: 340px;
  }
  .service-area-three .service-item .accordion a {
    font-size: 14px;
  }
  .checkout-item .checkout-one {
    padding-left: 10px;
    padding-right: 10px;
  }
  .checkout-item .checkout-two {
    padding-left: 10px;
    padding-right: 10px;
  }
  .checkout-item .checkout-one .form-group .form-control {
    width: 75%;
  }
  .banner-area .banner-content h1 {
    font-size: 50px;
  }
  .banner-area .banner-shape img:nth-child(4) {
    display: none;
  }
  .reservation-area .reservation-item ul {
    padding: 20px 11px 20px 20px;
  }
}

@media only screen and (min-width: 1800px) {
  .banner-area-three .banner-img img {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
    .main-nav .container {
        max-width: 1200px;
    }
}
/*# sourceMappingURL=responsive.css.map */
