* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
html,body,address,blockquote,div,dl,form,h1,h2,h3,h4,h5,h6,ol,p,pre,table,ul,dd,dt,li,tbody,td,tfoot,th,thead,tr,button,del,ins,map,object,a,abbr,acronym,b,bdo,big,br,cite,code,dfn,em,i,img,kbd,q,samp,small,span,strong,sub,sup,tt,var,legend,
fieldset,p, aside, header, footer, section, article {
	border: medium none;
	margin: 0;
	padding: 0;
}

:focus
{
	outline: none !important;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: 600;
}
h1
{
	font-size: 36px;
}
h2
{
	font-size: 30px;
}
h3
{
	font-size: 24px;
}
h4
{
	font-size: 18px;
}

img,fieldset 
{
	border: 0 none;
}

a
{
	border: none;
	outline: none;
}

input[type="submit"], select
{
	-webkit-appearance:none;
}
img
{
	border: none;
	height: auto;
	max-width: 100%;
	outline: none;
	vertical-align: middle;
}
iframe
{
    vertical-align: middle;
}
a
{
    color: #b9282c;
}
a:hover
{
	text-decoration: none;
}

.clear
{
	clear: both;
}
ul::after
{
	clear: both;
	content: "";
	display: block;
}
ul
{
	list-style:none;
}
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body
{
	font-family: 'Proxima Nova Rg';
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 34px;
	color: #000;
    background: url(../images/body_bg.jpg);
}
.curly_font
{
	font-family: 'Sacramento', cursive;
}
.heading_font, h1, h2, h3, h4, h5
{
    font-family: 'Cormorant', serif;
}
.header .navbar 
{
	padding: 0;
}
.header .navbar .navbar-nav li.menu-item
{
    margin-left: 10px;
}
.header .navbar .navbar-nav li.menu-item:first-child
{
    margin-left: 0px;
}
.header .navbar .navbar-nav li.menu-item a
{
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    padding: 16px 10px;
}
.header .navbar .navbar-nav li.menu-item.current-menu-item a
{
    color: #b9282c;
    position: relative;
}
.header .navbar .navbar-nav li.menu-item a:hover
{
    color: #b9282c;
}
.header .navbar .navbar-nav li.menu-item.current-menu-item a:after
{
    content: "";
    background: #b9282c;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 6px;
}
.header .navbar .navbar-nav
{
    align-items: center;
}
.header
{
    box-shadow: 0 5px 10px rgba(0,0,0,0.05);
    position: static;
	left:0;
	top:-100px;
	width: 100%;
	z-index: 999;
	transition: 0.5s ease-in all;
	-moz-transition: 0.5s ease-in all;
	-webkit-transition: 0.5s ease-in all;
	-ms-transition: 0.5s ease-in all;
	-o-transition: 0.5s ease-in all;
    padding: 20px 0;
}
.header.sticky
{
	position: fixed;
    background: #fff;
	top:0;
	-webkit-transform: translateZ(0);
    padding: 5px 0;
}
.navbar-collapse
{
	justify-content: flex-end;
	-moz-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
}
.menu-modal, .contact_text.social_media p br, .skip-link
{
    display: none;
}
.tp-simpleresponsive >ul li
{
	left:0;
}
.tp-bannershadow.tp-shadow2
{
	display: none !important;
}
.big_container
{
    width: 100%;
    max-width: 1400px;
}
.banner_contact_area
{
    background: #b9282c;
    padding: 35px 0;
}
.banner_area .carousel p
{
    font-size: 44px;
}
.banner_area .carousel h1
{
    font-size: 60px;
    margin-top: 20px;
}
.banner_area .carousel .carousel-item img
{
    max-height: 700px;
    object-fit: cover;
    min-height: 360px;
}
.banner_area .carousel-caption
{
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    padding: 60px 30px;
}
.carousel-indicators li
{
    width: 40px;
    height: 6px;
    border-radius: 5px;
    cursor: pointer;
}
.carousel-indicators
{
    bottom: 30px;
}
.contact_text
{
    color: #fff;
    display: flex;
    line-height: 28px;
    align-items: center;
}
.icon_rounded
{
    display: inline-block;
    width: 58px;
    height: 58px;
    color: #b9282c;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 58px;
    box-shadow: 0 8px 10px rgba(0,0,0,0.2);
}
.contact_text p
{
    margin-left: 15px;
}
.social_media .icon_rounded {
    margin-left: 20px;
}
.curly_heading
{
    font-size: 36px;
    color: #b9282c;
}
.curly_heading span
{
    display: block;
    width: 93px;
    height: 2px;
    background: #b9282c;
}
.curly_heading span + span
{
    width: 73px;
    margin-top: 5px;
}
.big_heading_font
{
    font-size: 48px;
    line-height: 61px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.section_padding
{
    padding: 100px 0;
    position: relative;
}
.about_area p
{
    margin-top: 12px;
}
.jerry_debbie
{
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    border-radius: 10px;
}
.about_right_side h2
{
    font-size: 28px;
    margin-top: 40px;
    line-height: 34px;
}
.timing_box
{
    border-radius: 10px;
    background: #303030;
    margin-top: 15px;
    color: #fff;
    padding: 15px;
}
.timing_box table
{
    width: 100%;
    border: 1px dashed #969696;
}
.timing_box table tr td
{
    padding: 5px 15px;
}
.timing_box table tr td:last-child
{
    text-align: right;
}
.about_area .carousel
{
    border-radius: 10px;
    overflow: hidden;
    margin-top: 35px;
}
.absolute_image1
{
    position: absolute;
    right: 0;
    bottom: 0;
}
.absolute_image2
{
    position: absolute;
    left: 0;
    bottom: 0;
}
.absolute_image3
{
    position: absolute;
    right: 0;
    top: 0;
}
.menu_area
{
    background: url(../images/grey_bg.jpg);
}
.red_border_btn
{
    border: 2px solid #b9282c;
    color: #b9282c;
    font-weight: bold;
    padding: 9px 32px;
    display: inline-block;
    margin-top: 50px;
    border-radius: 10px;
}
.red_border_btn:hover
{
    background: #b9282c;
    color: #fff;
}
.border-tabs
{
    border: none;
    justify-content: flex-end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    margin-top: 35px;
}
.border-tabs li.nav-item
{
    margin: 0;
}
.border-tabs li.nav-item a
{
    border-radius: 0;
    border: none;
    border-bottom: 2px solid transparent;
    font-size: 22px;
    font-family: 'Cormorant', serif;
    font-weight: normal;
    color: #000;
}
.border-tabs li.nav-item a.active
{
    color: #b9282c;
    background: none;
    border-color: #b9282c;
}
.menu_box
{
    border-radius: 10px;
    background: #fff;
    padding: 15px 15px 15px 120px;
    position: relative;
    min-height: 120px;
    margin-top: 30px;
}
.menu_box img
{
    width: 90px;
    height: 90px;
    object-fit: cover;
    position: absolute;
    left: 15px;
    top: 15px;
    border-radius: 10px;
}
.menu_box h3 .menu_price
{
    position: absolute;
    right: 0;
    font-family: 'Proxima Nova Rg';
    font-size: 18px;
}
.menu_box h3
{
    position: relative;
    padding-right: 100px;
}
.testimonials_area
{
    background: #303030;
}
.white_curly_font
{
    color: #fff;
}
.white_curly_font span
{
    background: #fff;
}
.owl-theme .owl-nav
{
    display: none !important;
}
.owl-theme .owl-dots
{
    display: block !important;
}
.owl-theme .owl-dots .owl-dot span
{
    width: 40px;
    height: 6px;
    background: #fff;
    opacity: 0.5;
}
.owl-theme .owl-dots .owl-dot.active span
{
    opacity: 1;
    background: #fff;
}
.gallery_area .owl-theme .owl-dots .owl-dot span
{
    background: #000;
}
.gallery_area .owl-theme .owl-dots .owl-dot.active span
{
    background: #000;
}

.client_pic_name img
{
    width: 96px !important;
    height: 96px;
    border-radius: 100%;
}
.testimonials_outer
{
    position: relative;
    padding-right: 210px;
}
.client_pic_name
{
    position: absolute;
    right: 0;
    top: 0;
    width: 130px;
    text-align: center;
}
.testimonials_outer p
{
    font-size: 34px;
    color: #fff;
    line-height: 46px;
    margin: 30px 0;
}
.client_pic_name h5
{
    color: #fff;
    margin-top: 2px;
}
.client_pic_name span 
{
    display: inline-block;
    border: 2px solid #b9282c;
    border-radius: 100%;
    width: 128px;
    height: 128px;
    padding: 14px;
}
.testimonials_area .owl-theme .owl-dots
{
    text-align: left;
    padding-top: 20px;
}
.join_us p + p
{
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 30px;
}
.join_class_question span
{
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: #bc1d2d;
}
.join_class_question p
{
    font-size: 16px;
    margin-top: 55px;
}
.footer
{
    background: #303030;
    padding: 90px 0 0;
    color: #cfcfcf;
}
.social_media .icon_rounded {
    margin-left: 7px;
}
.contact_text.social_media.smedia
{
    margin-bottom:20px;
}
.navbar-brand img {
    height: 50px !important;
}
#container ul.products, .woocommerce div.product, .woocommerce-cart .post-inner, .woocommerce-checkout .post-inner, .woocommerce-lost-password .post-inner
{
    padding:0 20px;
}
#container ul.products li
{
    width:100%;
    margin-right:0 !important;
}
.comment-form .form-submit input.submitm, .woocommerce-message .button, .coupon .button, .woocommerce .cart .button, .checkout-button, .woocommerce form.login input[type="submit"], .checkout_coupon input[type="submit"], input#place_order, .woocommerce-lost-password .post-inner .form-row .button
{
    font-size:16px;
}
#coupon_code {
    max-width: 130px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last
{
    width:100% !important;
}
#rev_slider_1_1_wrapper {
    height: 400px !important;
}
.tp-bullets.simplebullets.round .bullet {
    width: 30px !important;
    }
.footer h3
{
    margin-top: 30px;
    color: #f9f9f9;
    margin-bottom: 10px;
}
.footer p
{
    font-size: 16px;
    line-height: 28px;
}
.copyright_area
{
    border-top: 2px solid rgba(255,255,255,0.1);
    padding: 15px 0;
    font-size: 16px;
    margin-top: 50px;
}
.accepting_icon a
{
    font-size: 20px;
    color: #cfcfcf;
    display: inline-block;
    margin-right: 10px;
}
.accepting_icon a:hover
{
    color: #fff;
}
.contact_us p
{
    position: relative;
    padding-left: 22px;
    line-height: 20px;
    margin-bottom: 13px;
}
.contact_us p i
{
    position: absolute;
    left: 0;
    top: 2px;
}
.gallery_area.section_padding
{
    padding-top: 0;
}
.gallery_heading_area
{
    background: #b9282c;
    padding: 100px 0 200px;
}
.wave
{
    position: absolute;
    left:0;
    top:0;
}
.wave2
{
    right:0;
    left: inherit;
}
.curly_heading.center_line span
{
    display: table;
    margin: 5px auto;
}
.curly_heading.center_line span:first-of-type
{
    margin-top:20px;
}
.big_heading_font_white
{
    color: #fff;
}
.gallery_area .container.big_container
{
    margin-top: -160px;
}
.gallery_box
{
    position: relative;
    margin-bottom: 30px;
}
.gallery_caption
{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    color: #fff;
    padding: 30px;
}


.tp-bullets.simplebullets.round .bullet
{
    width: 40px !important;
    height: 6px !important;
    border-radius: 5px !important;
    background: #fff !important;
    opacity: 0.5 !important;
}
.tp-bullets.simplebullets.round .bullet.selected
{
    opacity: 1 !important;
}
.menu_area .tab-content .col-lg-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -o-flex: 0 0 100%;
}
.curly_heading.page-title
{
	background: #b9282c;
    color: #fff;
    text-align: center;
    padding: 30px 0 20px;
    margin-bottom: 30px;
}
.about_right_side2 img
{
    height: 90px;
    width: auto;
    margin-right: 15px;
    margin-top: 18px;
}
.amazing-place
{
    border-top: 1px solid #e4e4e4;
    padding-top: 30px;
    margin-top: 40px;
    padding-bottom: 40px;
}
.amazing-place h1.big_heading_font
{
    font-size: 28px;
    margin: 10px 0;
}
.about_right_side2 h4 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 35px;
}
.contact_text.social_media.smedia
{
    color: #000;
}
.social_media.smedia .icon_rounded {
    border: 1px solid;
}
.page-title span.figure-image {
    text-align: center;
    width: 100%;
    height: auto;
}
.inner-testimonials .testimonials_outer p
{
    color: #000;
    font-family: 'Cormorant', serif !important;
    font-size: 26px;
    line-height: 34px;
}
.inner-testimonials .client_pic_name h5
{
    color: #000;
    margin: 10px 0;
}
.inner-testimonials
{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    padding: 20px;
    margin-bottom: 30px;
    min-height: 245px;
}

.inner-testimonials .testimonials_outer
{
    padding-left: 30px;
}
.inner-testimonials .testimonials_outer:after
{
    content: "\f10d";
    font-family: fontawesome;
    position: absolute;
    left: 0;
    top: 0;
}
#sidebar
{
    display: none;
}
#container .woocommerce-breadcrumb
{
    background: #b9282c;
    padding: 0 10px;
    color: #e6b6b6;
}
#container .woocommerce-breadcrumb a
{
    color: #fff;
}
#container ul.products, .woocommerce div.product, .woocommerce-cart .post-inner, .woocommerce-checkout .post-inner, .woocommerce-lost-password .post-inner
{
    margin: 0 auto 40px !important;
    max-width: 1170px;
}
#container ul.products li {
    width: 30%;
    margin: 0 3.33% 30px 0;
    clear: none;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    padding: 15px 15px 30px;
    border-radius: 10px;
}
#container h1.page-title, #container ul.products li a[rel=nofollow]
{
    display: none;
}
#container .woocommerce-result-count
{
    float: none;
    text-align: center;
}
#container ul.products li img
{
    border-radius: 15px;
    margin:0;
}
#container ul.products li h3
{
    font-size: 24px;
}
#container ul.products li .price
{
    font-size: 20px;
}
#container ul.products li a:after
{
    content: "View Details";
    background: #b9282c;
    color: #fff;
    border-radius: 10px;
    padding: 4px 20px;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}
#container ul.products li a:hover:after
{
	background: #9e191c;
}
.woocommerce div.product h1
{
    margin-bottom: 12px;
}
.woocommerce div.product {
    padding-top: 20px;
}
.woocommerce div.product table.variations tr td {
    display: block;
}
.woocommerce div.product table.variations tr td select
{
    border-radius: 10px;
    padding: 0 10px;
}
.woocommerce div.product form.cart div.quantity input
{
    border: 1px solid #dcd7ca;
    border-radius: 10px;
}
.woocommerce div.product button.single_add_to_cart_button
{
    border-radius: 10px;
    background: #b9282c !important;
}
.woocommerce-tabs .panel
{
    border: 1px solid #ccc;
    margin: 0 !important;
    padding: 20px !important;
}
.woocommerce-tabs .tabs
{
    margin: 0 !important;
}
.woocommerce-tabs .tabs:before
{
	display: none !important;
}
.woocommerce-tabs .panel p
{
    margin-bottom: 20px;
}
.woocommerce p.stars a:hover
{
	color: #b9282c;
}
.comment-form textarea, .comment-form input[type=text], .woocommerce .quantity .qty, #coupon_code, .woocommerce form.login input[type="text"], .woocommerce form.login input[type="password"], form.checkout.woocommerce-checkout input[type="text"], form.checkout.woocommerce-checkout input[type="email"], form.checkout.woocommerce-checkout input[type="tel"]
, .create-account input[type=password], .woocommerce-shipping-fields .input-text, .woocommerce-lost-password .post-inner input[type="text"] {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #dcd7ca;
    padding: 10px;
}
.comment-form .form-submit input.submitm, .woocommerce-message .button, .coupon .button, .woocommerce .cart .button, .checkout-button, .woocommerce form.login input[type="submit"], .checkout_coupon input[type="submit"], input#place_order,
.woocommerce-lost-password .post-inner .form-row .button {
    border-radius: 10px !important;
    background: #b9282c !important;
    color: #fff !important;
}
.comment-form .form-submit input.submit:hover, .woocommerce-message .button:hover, .coupon .button:hover, .woocommerce .cart .button:hover, .checkout-button:hover, .woocommerce form.login input[type="submit"]:hover, .checkout_coupon input[type="submit"]:hover
, input#place_order:hover, .woocommerce-lost-password .post-inner .form-row .button:hover {
    background: #9e191c !important;
}
.woocommerce-cart header.entry-header, .woocommerce-checkout header.entry-header, .woocommerce-lost-password header.entry-header
{
    margin: 20px 0;
}
.woocommerce-cart .post-inner .shop_table
{
    background: #fff;
}
.woocommerce-cart table.cart img
{
    width: 100px !important;
}
#coupon_code
{
    max-width: 200px;
}
.cart_totals h2
{
    margin-bottom: 20px;
}
.woocommerce form.login
{
    background: #fff;
}
label.inline[for="rememberme"] {
    margin-left: 20px;
    vertical-align: middle;
    margin-top: 0px;
}

.woocommerce-checkout #coupon_code
{
	max-width: 100%;
}
form.checkout.woocommerce-checkout .col-1, form.checkout.woocommerce-checkout .col-2
{
    max-width: 100%;
}

.create-account input
{
    margin: 10px 10px 0 0px !important;
}
div#order_review {
    background: #fff;
}
h3#order_review_heading {
    margin-bottom: 15px;
}
div#customer_details {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    padding-top: 26px;
    padding-bottom: 20px;
}
.woocommerce-lost-password .post-inner
{
    max-width: 400px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 20px;
    text-align: center;
}
textarea#order_comments {
    resize: none;
}
.woocommerce-lost-password .post-inner p {
    line-height: 25px;
    margin-bottom: 20px;
}
.woocommerce-lost-password .post-inner .form-row {
    width: 100%;
}

.rl-gallery-container {
    margin: 40px 0 60px;
}
.rl-gallery-item img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}
.rl-gallery-item .rl-gallery:not(.rl-hidden-text) .rl-gallery-link:after
{
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
span.rl-gallery-item-title {
    font-family: 'Cormorant', serif;
    font-size: 24px !important;
    line-height: 35px;
    margin-bottom: 10px;
}
#swipebox-bottom-bar {
    bottom: 0 !important;
    transform: none !important;
}
.menu_area .tab-content .row 
{
    margin: 0;
}
.mprm-view-list .mprm-row
{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    margin-bottom: 25px;
}
.mprm-view-list .mprm-row .mprm-left-side
{
    width: 20%;
}
.mprm-view-list .mprm-row .mprm-right-side
{
    width: 76%;
}
.mprm-view-list .mprm-row .mprm-left-side img
{
    height: 160px;
    object-fit: cover;
}
.gallery_area.section_padding
{
    padding: 0;
}
#FSContact1 {
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    margin: 50px auto 60px;
    padding: 20px 20px 20px 28px;
    border-radius: 10px;
}
.woocommerce-tabs .panel
{
    background:#fff;
}
#FSContact1 form input[type="text"], #FSContact1 form textarea {
    border: 1px solid #dcd7ca;
    border-radius: 10px;
    padding: 5px 10px;
    width: 100%;
    max-width: 100% !important;
    resize: none;
}
#FSContact1 input[type="checkbox"] + label {
    vertical-align: text-bottom;
    margin-left: 10px;
}
#fscf_captcha_code1 {
    width: 200px !important;
}
.comment-form input#submit {
    background: #b9282c !important;
    color: #fff !important;
}
#fscf_submit_div1 input[type=submit] {
    background: #b9282c !important;
    color: #fff !important;
    width: 100%;
    border-radius: 10px;
    border: none;
    font-size: 18px;
    padding: 10px;
    margin: 20px 0 !important;
}
.comment-form input#submit:hover, #fscf_submit_div1 input[type=submit]:hover
{
    background: #8a181b !important;
}
.woocommerce div.product form.cart div.quantity input
{
    padding: 3px;
}
.woocommerce-cart header.entry-header, .woocommerce-checkout header.entry-header, .woocommerce-lost-password header.entry-header {
    margin: 0;
}

/** start responsive **/
@media screen and (max-width:1199px)
{
    .header .navbar .navbar-nav li.nav-item
    {
        margin-left: 10px;
    }
    #container ul.products li
{
    width:49%;
    margin:0 2% 30px 0;
}
#container ul.products li:nth-child(2n)
{
    margin-right:0;
}
    .icon_rounded
    {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .header .navbar .navbar-nav li.menu-item a
    {
    	font-size: 14px;
    	padding: 16px 5px;
	}
	.header .navbar .navbar-nav li.menu-item
	{
    	margin-left: 5px;
	}
}
@media screen and (max-width:991px)
{
    
    .navbar-toggler
    {
        background-color: #b9282c;
    }
    .navbar-toggler-icon
    {
        position: relative;
    }
    .navbar-toggler-icon::after
    {
        position: absolute;
        right: 5px;
        top: 3px;
        content: "\f0c9";
        font-family: fontawesome;
        color: #fff;
        font-size: 24px;
    }
    .header
    {
        position: relative;
        top:0;
    }
    .navbar-collapse
    {
        position: absolute;
        top: 100%;
        background: #2c2c2c;
        left: 0;
        width: 100%;
        padding: 20px 0;
    }
    .header .navbar .navbar-nav li.menu-item a
    {
        color: #fff;
    }
    .header .navbar .navbar-nav li.menu-item.current-item a::after
    {
        bottom:0;
    }
    .social_media, .about_right_side, .join-right
    {
        margin-top: 20px;
    }
    .border-tabs
    {
        justify-content: cenetr;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: cenetr;
        -o-justify-content: center;
    }
    .copyright_area .text-right
    {
        text-align: left !important;
    }
    .header .navbar .navbar-nav li.menu-item
    {
    	margin-bottom: 15px;
    }
    .header .navbar .navbar-nav li.menu-item:last-child
    {
    	margin-bottom: 0px;
    }

}
@media screen and (max-width:767px)
{
    .banner_area .carousel p
    {
        font-size: 30px;
    }
    .banner_area .carousel h1
    {
        font-size: 36px;
        margin-top: 5px;
    }
    .big_heading_font
    {
        font-size: 36px;
        line-height: 48px;
    }
    .testimonials_outer p
    {
        font-size: 24px;
        line-height: 32px;
    }
}
@media screen and (max-width:575px)
{
    body
    {
        min-width: 320px;
    }
    .testimonials_outer, .menu_box h3
    {
        padding-right: 0;
    }
    .client_pic_name, .menu_box h3 .menu_price
    {
        position: inherit;
    }
    .navbar-brand img
    {
        height: 50px;
    }
    .social_media .icon_rounded
    {
        margin-left: 12px;
    }
    .section_padding
    {
        padding: 60px 0;
    }
    .menu_box h3 .menu_price
    {
        display: block;
    }
    .menu_box
    {
        padding-top: 15px;
    }
    .menu_box p
    {
        line-height: 23px;
        margin-top: 12px;
    }
}
