@font-face {
    font-family: 'GillSans';
    src: url('fonts/GillSans.woff2') format('woff2'), url('fonts/GillSans.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'GillSans';
    src: url('fonts/GillSans-SemiBold.woff2') format('woff2'), url('fonts/GillSans-SemiBold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'GillSans';
    src: url('fonts/GillSans-Bold.woff2') format('woff2'), url('fonts/GillSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'PlayfairDisplay';
    src: url('fonts/PlayfairDisplay-Italic.woff2') format('woff2'), url('fonts/PlayfairDisplay-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

body {
	font-family: 'GillSans';
	overflow-x: hidden;
}
textarea {
	resize: none;
}
p {
	font-size: 16px;
}
a {
	text-decoration: none;
}
a:hover {
	color: initial;
}
.mobile {
	display: none;
}
.playfair {
    font-family: 'PlayfairDisplay' !important;
}
.loader-wrapper {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	position: fixed;
	z-index: 9999;
	text-align: center;
}
.lds-ripple {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	top: 50%;
	transform: translateY(-50%);
}
.lds-ripple div {
	position: absolute;
	border: 4px solid #c2b391;
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
	animation-delay: -0.5s;
}
 @keyframes lds-ripple {
 0% {
	top: 36px;
	left: 36px;
	width: 0;
	height: 0;
	opacity: 1;
}
 100% {
	top: 0px;
	left: 0px;
	width: 72px;
	height: 72px;
	opacity: 0;
}
}
.btn-primary.custom-btn {
	background-color: #000;
	border-color: #000;
}
.pechka-nav .navbar-toggler-icon {
	background-image: url('../images/button-icon.svg');
}
input:focus, .btn:focus {
	box-shadow: none;
	outline: none;
}
.maroon-color {
	background: #A23F4A;
}
.indian-Khaki-color {
	background: #c2b391;
}
.marble-bg {
	background-image: url(../images/marble-bg.jpg);
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.btn {
	background: #D1504B;
	border: 2px solid #D1504B;
	padding: 5px 14px;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
}
.btn:hover {
	border: 2px solid #D1504B;
	color: #D1504B;
	background: none;
}
.btnblank {
	background: transparent;
	border: 2px solid #D1504B;
	color: #D1504B;
}
.btnblank:hover {
	background: #D1504B;
	border: 2px solid #D1504B;
	color: #fff;
}
.btnarrow {
	position: relative;
    padding-right: 60px;
}
.btnarrow:after {
    border: solid #253972;
    border-width: 0 2px 2px 0;
    content: "";
    height: 2px;
    margin-top: -4px;
    padding: 4px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 2px;
}
.btnhoverwhite:hover {
	border-color: #fff;
	color: #fff;
}
.btn img {
	display: inline-block;
	width: 22px;
	margin-right: 5px;
	position: relative;
	top: -2px;
}
header + * {
	margin-top: 110px;
} 
header {
	background: #fff;
	width: 100%;
	padding: 25px 0;
	transition: all ease-in-out 250ms;
}
header .nav li {
	margin-right: 40px;
}
header .nav li a {
	color: #253972;
	font-size: 20px;
	text-transform: capitalize;
}
header .nav li a:hover,
header .nav li.current-menu-item a {
	color: #D1504B;
}
.logo {
	max-width: 270px;
	width: 100%;
	transition: all ease-in-out 250ms;
}
.logo a {
	display: block;
}
.logo img {
	width: 100%;
}
.cart-wrapper {
	display: inline-block;
	width: 28px;
}
.cart-wrapper a {
	display: block;
}
.cart-wrapper img {
	width: 100%;
}
a.call {
	border: 0;
	display: block;
	margin-right: 20px;
}
a.call:hover {
	text-decoration: none;
	background: none;
	border: 0;
	color: #943F4A;
}
header.sticky {
	background: #fff;
}
.homeslider {
	position: relative;
	margin-bottom: 50px;
}
.main-slider img {
	width: 100%;
}
.main-slider .item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	border-radius: 30px;
    overflow: hidden;
}
.main-slider .imgbx {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.main-slider .imgbx::before {
	content: "";
	display: block;
	padding-bottom: 56.25%;
}
.main-slider .imgbx img {
	position: absolute;
	top: 0;
	left: 0;
}
.main-slider .text {
	width: 490px;
	max-width: 100%;
	position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    color: #253972;
    z-index: 9;
    background: #FFEFE3;
    padding: 30px;
	border-radius: 0 0 16px 16px;
}
.main-slider .text::before {
	content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    top: -40px;
    background: url(../images/hero-bail.svg) no-repeat;
    background-size: 100% auto;
}
.main-slider .text h3 {
	font-size: 40px;
	margin-bottom: 30px;
}
.main-slider .text span {
	display: block;
	font-size: 48%;
	margin-top: 20px;
}
.main-slider .phonebx {
	color: #D1504B;
    font-weight: 600;
    margin-left: 20px;
    font-size: 20px;
}
.main-slider .phonebx:hover {
	color: #253972;
}
.main-slider .owl-dots {
	position: absolute;
	bottom: 10px;
}
.main-slider .owl-dots .owl-dot:focus {
	outline: none !important;
}
.main-slider .owl-dots .owl-dot.active {
	border: 0;
}
.main-slider .owl-dots .owl-dot {
	display: inline-block;
	background: none;
	border: 0;/*    padding: 0;*/
}
.main-slider .owl-dots .owl-dot span {
	background: #dac7a2 !important;
}
.main-slider .owl-dots .owl-dot:hover span,
.main-slider .owl-dots .active span {
	background: #D1504B !important;
}
.our-story {
	/*    padding: 100px 0;*/

/*    background: #f3ece1;*/

	color: #9C7F5F;
}
.our-story h4 {
	text-align: center;
	font-weight: 700;
	margin-bottom: 38px;
	font-size: 50px;
	margin-top: 80px;
	color: #6a6650;
}
.our-story h6 {
	font-size: 54px;
	font-weight: 100;
	margin-bottom: 0;
}
.our-story .title {
	margin-bottom: 35px;
	margin-top: 50px;
}
.our-story p {
	margin-bottom: 35px;
	font-weight: 500;
	font-size: 20px;
}
.our-story p strong {
	font-size: 32px;
	font-family: 'town_italic_bold';
}
.our-story .left img {
	margin-bottom: 100px;
}
.our-story .right img {
	margin-bottom: 25px;
}
.our-story .love-icon {
	max-width: 50px;
	margin-left: 10px;
}
.insta-feeds {
}
.insta-feeds h4 {
	text-align: center;
	font-weight: 700;
	margin-bottom: 38px;
	font-size: 50px;
	margin-top: 80px;
	color: #6a6650;
	text-transform: uppercase;
}
.read-more-text {
	display: none;
	cursor: pointer;
}
.read-more-text:focus {
	outline: none !important;
	box-shadow: none;
}
.sticky-offset {
	top: 60px;
	z-index: 1;
	background: url(../images/main-bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#food-nav .nav-item a {
	text-align: center;
}
#food-nav .nav-item {
	border-right: 3px solid rgba(79, 77, 50, 0.4);
	padding-right: 15px;
	width: 24%;
}
#food-nav .nav-item:last-child, #food-nav .nav-item:nth-child(4) {
	border-right: 0;
}
#food-nav .nav-item:last-child, #food-nav .nav-item:nth-child(n+5) {
	margin-top: 10px;
}
.nav-tabs li {
	border-right: 3px solid rgba(79, 77, 50, 0.4);
	padding-right: 15px;
}
.nav-tabs li:last-child {
	border-right: 0;
}
.food-nav a, .food-nav .nav-tabs .nav-link {
	color: #4F4D32;
	font-weight: 700;
	opacity: 1;
	font-size: 19px;
	border-radius: 0;
	padding: 12px 30px;
}
.food-nav a:hover, .nav-tabs .nav-link:hover, .food-nav a.active, .food-nav .nav-tabs .nav-item.show .nav-link, .food-nav .nav-tabs .nav-link.active {
	color: #fff;
	background: #943F4A;
	/* border: 3px solid #943F4A; */

	opacity: 1;
}
.food-nav li span {
	color: #DAC7A2;
	font-weight: 700;
	opacity: 0.8;
	font-size: 30px;
}
.stickynav {
	position: fixed;
	top: 58px;
	z-index: 9;
	width: 100%;
	background: #fff;
	padding: 15px;
}
.food-nav.stickynav .nav-tabs {
	justify-content: center;
}
.food-nav.stickynav .nav-tabs .nav-item {
	padding: 5px 15px;
}
.food-nav .nav-tabs .nav-item {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 4px;
	margin-right: 4px;
}
.menu-tabs.food-nav .nav-tabs {
	box-shadow: 0px 20px 0px -17px rgb(79 77 50 / 40%);
	padding-bottom: 10px;
	justify-content: space-between;
}
#nav-tabContent {
	padding-top: 5px;
}
.menu-tabs.food-nav .nav-tabs li {
	width: 32%;
}
.menu-tabs.food-nav .nav-tabs li a {
	padding: 12px;
}
.food-nav.stickynav a, .food-nav.stickynav .nav-tabs .nav-link {
	font-size: 16px;
	border-width: 2px;
	padding: 8px 15px;
}
.food-section-wrapper {
	padding-top: 50px;
}
.food-nav-heading h4 {
	color: #6a6650;
	font-weight: 700;
	text-align: center;
	font-size: 50px;
	margin-bottom: 33px;
}
.food-nav .navbar {
	padding: 0;
}
.food-nav .nav-tabs, .food-nav .navbar-nav {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	border: 0;
}
.lr-strips {
	position: relative;
}
.lr-strips::after {
	position: absolute;
	content: "";
	background-image: url(../images/left-design1.png);
	left: -25px;
	width: 75px;
	height: 100%;
	top: 0;
	background-size: 100%;
	z-index: 1;
}
.lr-strips::before {
	position: absolute;
	content: "";
	background-image: url(../images/right-design1.png);
	right: -25px;
	width: 75px;
	height: 100%;
	top: 0;
	background-size: 100%;
	z-index: 2;
}
.food-section {
	padding: 12px 0;
}
#food-nav .nav-link {
	font-size: 16px;
}
.sweet-pirog {
	padding-top: 0;
}
.food-section h4, .food-section h5 {
	font-weight: 700;
	font-size: 28px;
}
.food-section h4 {
	font-size: 32px;
	margin: 25px 0;
	color: #fff;
}
.food-header {
	position: relative;
	background-size: cover;
	background-position: center;
}
.food-header img {
	width: 100%;
}
.food-header .text {
	position: absolute;
	max-width: 340px;
	left: 38px;
	top: 30px;
	color: #4F4D32;
	width: 100%;
}
.food-header .text h5 {
	font-size: 27px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.food-header .text p {
	font-size: 19px;
	font-weight: 500;
	line-height: 1.25;
}
.food-section .owl-carousel .owl-item {
	padding: 0 15px;
}
.food-slider {
	margin-top: 25px;
}
.food-slider .title, .food-grid .title {
	margin: 25px 0;
	margin-bottom: 16px;
	height: 45px;
	overflow: hidden;
	margin-bottom: 10px;
}
.food-slider h6, .food-grid h6 {
	font-size: 19px;
	color: #5E1C21;
	font-weight: 600;
}
.food-slider .description, .food-grid .description {
	margin-bottom: 20px;
	overflow: hidden;
	min-height: 150px;
}
.food-slider p, .food-grid p {
	margin: 0px;
	font-size: 14px;
	color: #232323;
	font-family: 'town_italic_bold';
}
.food-grid .text {
	margin: 25px 0;
}
/*

.food-slider .owl-dots{

        position: absolute;

    top: 52%;

}

*/



.food-grid .text img {
	width: 100%;
}
.food-slider.owl-carousel .owl-item img {
	width: 100%;
}
.main-slider .owl-dots, .food-slider .owl-dots {
	margin-top: 25px;
}
.food-slider .owl-dots .owl-dot {
	border: 0;
	background: none;
	outline: none;
}
.food-slider .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	background: #CCB994;
	margin: 5px;
}
.food-slider .owl-dots .owl-dot span:hover, .food-slider .owl-dots .owl-dot.active span {
	background: #943f4a;
}
.food-section.indian-Khaki-color h6, .food-section.indian-Khaki-color h5, .food-section.indian-Khaki-color p, .food-section.marble-bg h6, .food-section.marble-bg h5, .food-section.marble-bg p {
	color: #4F4D32;
}
.food-section.maroon-color h6 {
	color: #5E1C21;
}
.food-slider .btn {
	font-weight: 700;
}
.owl-carousel.food-slider .owl-nav span {
	display: none;
}
.owl-carousel.food-slider .owl-nav button,  .owl-carousel.food-slider .owl-nav div {
	background-image: url(../images/right-arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 26px auto;
	background-color: transparent;
	border: 0;
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 5px;
	position: absolute;
	top: 25%;
	z-index: 0;
}
.owl-carousel.food-slider .owl-nav .owl-next {
	right: -50px;
}
.owl-carousel.food-slider .owl-nav .owl-prev {
	left: -50px;
	transform: rotate(180deg);
}
.owl-carousel.food-slider .owl-nav div:focus {
	outline: none;
}
.add-cart-wrapper .add-cart-btn {
	background: #943F4A;
	color: #fff;
	text-transform: uppercase;
	border-radius: 30px;
	padding: 8px 13px;
	font-size: 13px;
	width: 120px;
	border: 1px solid #943F4A;
	font-weight: 600;
}
.add-cart-wrapper .add-cart-btn:hover {
	background: #fff;
	color: #943F4A;
}
.indian-Khaki-color .add-cart-btn {
	background: #d9c6a4;
	border: 1px solid #d9c6a4;
}
.indian-Khaki-color .add-cart-btn:hover {
	background: #fff;
	color: #d9c6a4;
}
.add-quantity .btn {
	background: none;
	color: #fff;
}
.add-quantity input {
	width: 30px;
	background: none;
	border: 0;
	text-align: center;
	color: #fff;
}
.add-quantity {
	background: #4F4D32;
	border-radius: 30px;
}
.our-story-hero-image {
	background-size: cover;
	background-attachment: fixed;
}
.our-story-hero-image img {
	width: 100%;
}
.our-story-hero-video video {
	width: 100%;
	height: 100%;
}
.social svg {
	max-height: 20px;
	height: auto;
}
.social .st0 {
	fill: #fff;
}
.social a:hover .st0 {
	fill: #fff;
}
.social img {
	max-height: 20px;
	height: auto;
}
.insta-feeds {
	background: #fff;
	padding-bottom: 100px;
}
.gototop {
	display: none;
	padding: 0 25px;
    position: fixed;
    bottom: 70px;
    z-index: 9;
    right: 0;
}
.gototop a, .gotobottom a {
	display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    width: 50px;
    height: 50px;
    background: #D1504B;
    border-radius: 50%;
    line-height: 38px;
}
.gototop a:hover, .gotobottom a:hover {
	text-decoration: none;
}
.gototop a img {
	max-width: 22px;
}
.gototop span {
	display: block;
	margin-bottom: 10px;
}
.gotobottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.gotobottom a img {
	max-width: 20px;
	margin-bottom: 10px;
}
.gototop img, .gotobottom img {
	/* animation: MoveUpDown 2s infinite alternate; */

	position: relative;
	left: 0;
	bottom: 0;
}
 @keyframes MoveUpDown {
 0%, 20%, 50%, 80%, 100% {
 transform: translateY(0);
}
 40% {
 transform: translateY(-6px);
}
 60% {
 transform: translateY(-3px);
}
}
.scroll-down {
	width: 65px;
	position: absolute;
	bottom: 70px;
	left: 0;
	right: 0;
	margin: auto;
	background: #ffffffa6;
	padding: 15px;
	border-radius: 50%;
	z-index: 9;
}
.scroll-down:hover {
	text-decoration: none;
}
.scroll-down img {
	width: 100%;
}
.scroll-down span {
	margin-left: 5px;
	font-size: 12px;
	color: #fff;
	color: #4f4d31;
}
.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
 @keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 transform: translateY(0);
}
 40% {
 transform: translateY(-6px);
}
 60% {
 transform: translateY(-3px);
}
}
.footer {
	background: #253972;
	padding: 70px 0;
	color: #fff;
}
.footer h4 {
	margin-bottom: 42px;
}
.footer .newsbx p {
	margin-bottom: 0;
}
.footer .newsbx .ajax-loader {
	position: absolute;
}
.footer .newsbx .wpcf7-form-control-wrap {
	width: calc(100% - 110px);
    float: left;
}
.footer .newsbx .form-control {
	border-radius: 7px;
    background: #fff;
	font-size: 16px;
    color: #000;
    border: 0;
	width: 100%;
    height: 40px;
    padding: 5px 15px;
	border-radius: 5px 0 0 5px;
}
.footer .newsbx .btn {
	height: 40px;
	font-weight: 400;
	font-size: 15px;
	position: relative;
	border-radius: 0 5px 5px 0;
}
.footer .btn:hover {
	background: #D1504B;
	color: #000;
}
.footer-nav-wrapper {
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.footer .navbar {
	padding: 0;
}
.footer .navbar-nav {
	width: 100%;
}
.footer .navbar-nav li {
	flex: 0 0 50%;
	margin: 10px 0;
}
.footer .navbar-nav a {
	color: #fff;
	font-size: 20px;
}
.footer .navbar-nav a:hover {
	color: #D1504B;
}
.footer .textbx {
	margin-left: -110px;
}
.footer .logobx {
	width: 175px;
	display: inline-block;
}
.footer .addressbx {
	margin: 15px 0;
}
.footer .addressbx p {
	margin: 0;
}
.footer p {
	font-size: 20px;
}
.footer p a {
	color: #fff;
}
.footer p a:hover {
	color: #D1504B;
}
.footer textarea {
	border-radius: 10px;
	background: #c89fa4;
	border: 0;
	height: 84px;
}
.footer .social-wrapper {
	display: flex;
	justify-content: flex-end;
}
.social ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}
.social ul li {
	width: 20px;
	margin: 0 15px;
}
.social ul li a {
	color: #fff;
}
.defaultpage {
	min-height: 500px;
	margin-top: 100px;
}
.wpcf7-response-output {
	margin: 15px 0 !important;
	padding: 0 !important;
	border: none !important;
	font-size: 16px;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.failed .wpcf7-response-output, 
.wpcf7 form.aborted .wpcf7-response-output {
	color: #dc3232;
	overflow: hidden;
    width: 100%;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}
.wpcf7-not-valid-tip {
	position: absolute;
	font-size: 16px !important;
}
.wpcf7-spinner {
	opacity: 1 !important;
	width: 20px !important;
    height: 20px !important;
	position: absolute !important;
	margin: 5px !important;
}
.footer .wpcf7-spinner {
	background-color: #fff !important;
}
.footer .wpcf7-spinner::before {
    background-color: #D1504B !important;
}
.footer .wpcf7-response-output {
    margin: 25px 0 !important;
    line-height: 1;
}
@keyframes spin {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
.scroll-hight {
	height: 40vh;
	width: 100%;
	display: inline-block;
	position: absolute;
	pointer-events: none;
	top: 100vh;
}
.contentbx {
	position: relative;
	padding: 80px 0;
}
.contentbx h1 {
	text-align: center;
	font-weight: 700;
	margin-bottom: 38px;
	font-size: 50px;
	color: #6a6650;
}
.contentbx h2 {
	font-family: 'PlayfairDisplay';
	font-size: 44px;
	font-style: italic;
	color: #253972;
	margin-bottom: 35px;
}
.contentbx h3 {
	font-size: 44px;
	color: #253972;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.contentbx h4 {
	font-size: 22px;
	font-weight: 600;
	color: #D1504B;
	margin-bottom: 10px;
}
.contentbx p, .contentbx ul {
	margin-bottom: 20px;
	font-size: 18px;
	text-align: justify;
}
.contentbx ul {
	padding: 0 0 0 20px;
}
.contentbx ul.numeric {
	list-style: numeric;
}
.contentbx p + h4, .contentbx ul + h4 {
	margin-top: 35px;
}
.contentbx p a,
.contentbx li a {
	color: #D1504B;
}
.imgbx {
	position: relative;
}
.imgbx img {
	width: 100%;
}
.imgoverlay::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,10%);
	/* background-image: linear-gradient(rgba(255,255,255,1%), rgba(0,0,0,10%)); */
}
.page-id-562 header, .page-id-562 .footer, .page-id-562 .chatfood-container, .page-id-562 .sbi-critical-notice, .page-id-564 header, .page-id-564 .footer, .page-id-564 .chatfood-container, .page-id-564 .sbi-critical-notice {
	display: none !important;
}
.page-id-562 .contentbx, .page-id-564 .contentbx {
	margin-top: 0;
}
.page-id-562 .contentbx h1, .page-id-564 .contentbx h1 {
	text-align: left;
}

.lightbg {
	background: #FFEBDC;
}
.probx {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.probx .imgbx {
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 20px;
}
.probx .imgbx .btn {
	width: calc(100% - 20px);
    position: absolute;
    z-index: 9;
    left: 0;
	right: 0;
    bottom: -70px;
	margin: auto;
    padding: 10px 20px;
    background: #fff;
    border-color: #fff;
    text-align: left;
	transition: bottom 200ms ease-in-out;
}
.probx .imgbx .btn:hover {
	color: #D1504B;
    border-color: #D1504B;
}
.probx:hover .btn {
    bottom: 10px;
}
.probx h6 {
    margin: 0 0 10px;
	font-size: 24px;
	font-weight: 400;
    color: #253972;
	text-transform: uppercase;
}
.probx .description {
	margin-top: auto;
}
.probx .pricebx {
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
    color: #FFA255;
	margin-bottom: 0;
}
.popular-slider .owl-nav span {
	display: none;
}
.popular-slider .owl-nav button, .popular-slider .owl-nav div {
	background-image: url(../images/right-arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 26px auto;
	background-color: transparent;
	border: 0;
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 5px;
	position: absolute;
	top: 33%;
	z-index: 0;
}
.popular-slider .owl-nav .owl-next {
	right: -50px;
}
.popular-slider .owl-nav .owl-prev {
	left: -50px;
	transform: rotate(180deg);
}
.popular-slider .owl-nav div:focus {
	outline: none;
}
.popular-slider .owl-dots {
	margin-top: 25px;
}
.popular-slider .owl-dots .owl-dot {
	border: 0;
	background: none;
	outline: none;
}
.popular-slider .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	background: #dac7a2;
	margin: 5px;
}
.popular-slider .owl-dots .owl-dot span:hover, .popular-slider .owl-dots .owl-dot.active span {
	background: #D1504B;
}
.coverimage {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.ourstoryhome {
	text-align: center;
}
.ourstoryhome::before {
	content: "";
	display: block;
	padding-bottom: 50%;
}
.ourstoryhome::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,30%);
}
.ourstoryhome .textbx {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.ourstoryhome .textbx h2 {
	font-size: 56px;
	color: #fff;
	margin-bottom: 20px;
}
.ourstoryhome video {
	width: 100%;
	height: 100%;
	position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.downloadapp .imgbx {
	width: 350px;
	max-width: 100%;
	margin-top: -150px;
	overflow: hidden;
}
.downloadapp h3 {
    font-size: 36px;
    color: #fff;
}
.downloadapp .btn {
    font-size: 20px;
}
.downwrap {
	position: relative;
	background: #afc9ee;
	border-radius: 0 0 25px 25px;
	margin-top: 50px;
}
.downwrap::before {
	content: "";
    width: 177px;
    height: 177px;
    position: absolute;
    bottom: -28px;
    right: -28px;
	z-index: 1;
    background: url(../images/bail-right-bottom.svg) no-repeat;
    background-size: cover;
}
.topimgbx img {
	width: 100%;
}
.tophero .titleicon {    
	width: 60px;
    margin-bottom: 10px;
}
.tophero h3 {
	margin-bottom: 15px;
}
.tophero .textbx {
	position: relative;
}
.tophero .imgbx {
	overflow: hidden;
	border-radius: 16px;
}
.bailleft {
	position: relative;
}
.bailleft::before {
    content: "";
    width: 177px;
    height: 177px;
    position: absolute;
    bottom: -28px;
    left: -28px;
    z-index: 1;
    background-image: url(../images/bail-left-bottom.svg);
	background-repeat: no-repeat;
    background-size: cover;
}
.bailleftmarket::before {
    background-image: url(../images/bail-left-bottom-merket.svg);
}
.promobx .imgbx {
	border-radius: 16px;
    overflow: hidden;
}
.promobx .textbx {
	position: relative;
    width: 100%;
    color: #253972;
    background: #ffb577;
    padding: 30px;
    /* border-radius: 0 0 16px 16px; */
}
.promobx .textbx::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -95px;
    background: url(../images/promo-bail.svg) no-repeat;
    background-size: 100% auto;
}
.promobx h2 {
	font-size: 38px;
	margin-bottom: 10px;
}
.bigbluetext,
.bigbluetext p {
	font-size: 24px;
	color: #253972;
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px !important;
}
.sourcesec .imgbx img {
    border-radius: 16px;
}
.linestop::before,
.linesbottom:after {
    content: "";
    width: 100%;
    height: 22px;
    position: absolute;
    left: 0;
    top: -10px;
	z-index: 1;
    background: url(../images/lines-top.svg) no-repeat center;
    background-size: 95% auto;
}
.linesbottom::after {
    top: auto !important;
    bottom: -10px;
}
.bailtop,
.bailbottom,
.linestop,
.linesbottom {
	position: relative;
}
.bailtop::before,
.bailbottom:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -46px;
	z-index: 1;
    background: url(../images/bail-top.svg) no-repeat;
    background-size: 100% auto;
}
.bailbottom::after {
    top: auto !important;
    bottom: -46px;
	background-position: bottom center;
}
.ourstory .row + .row {
	margin-top: 60px;
}
.ourstory .imgbx {
	overflow: hidden;
	border-radius: 16px;
}
.contactus iframe {
	border-radius: 16px;
	margin-bottom: 15px;
}
.contactus .addressbx p {
	display: flex;
	color: #253972;
}
.contactus .addressbx p a {
	color: #253972;
}
.contactus .addressbx p a:hover {
	text-decoration: underline;
}
.contactus .addressbx .imgbx {
	flex: 0 0 20px;
    margin-right: 15px;
}
.formbx .form-group {
	margin-bottom: 30px;
}
.formbx label {
	font-size: 20px;
	color: #253972;
	margin-bottom: 10px;
}
.formbx .form-control {
	width: 100%;
	height: 60px;
	background-color: #f3f3f3;
	border: none;
	font-size: 20px;
	color: #253972;
}
.formbx .form-control:focus {
	box-shadow: none;
}
.formbx textarea.form-control {
	height: 120px;
}
#sb_instagram #sbi_images {
	margin: 0 -15px;
	float: none !important;
	width: auto !important;
}
#sb_instagram .sbi_photo {
	border-radius: 16px;
} 
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
	padding: 5px 14px !important;
	border: 2px solid #D1504B !important;
	font-size: 22px !important;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: 20px !important;
}
#sb_instagram #sbi_load .sbi_load_btn:hover {
    box-shadow: none !important;
    color: #D1504B;
    background: none !important;
}
