

@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@300;400;500;600;700;800&display=swap');
/* 1. Theme default css */

@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&display=swap');

body {
	font-family: 'Yantramanav', sans-serif;
	font-weight: 400;
	color: #565969 !important;
	font-size: 17px;
	
	
}
.img{
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.img, img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.nav-up {
	
	transition: all 0.9s ease-out 0s;
}



a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
a:hover
 {
	text-decoration: none;
}




h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Merienda', sans-serif;
	color: #242f51;
	margin-top: 0px;
	font-style: normal;
	font-weight: 900;
	text-transform: normal;
	color:#000
}

h1 {
	font-size: 40px;
	
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	line-height: 24px;
	margin-bottom: 15px;
	-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);
}



.logo img {
	/*width: 87px;
	 height: 66px; */
	position: absolute;
	top: 0px;
	
}
/* button style */




/* scrollUp */
#scrollUp {
	background: #da231b;
	height: 45px;
	width: 45px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 22px;
	line-height: 45px;
	transition: .3s;
}
	#scrollUp:hover {
		background: #b78c48;
	}
/* 2. header */
.header-top {
	background: none;
	position: relative;
	z-index: 9;
	/* border-bottom: 1px solid rgb(255 255 255 / 29%); */
	background: #feb326;
	color: #FFF;
}
.header-top a:hover{
	opacity:0.9;
	color:inherit
}
	.header-top:before {
		background: #fb0101;
		content: "";
		width: 80%;
		left: 0;
		height: 100%;
		position: absolute;
		z-index: -1;
		border-top: 22px solid transparent;
		border-bottom: 25px solid #fb0101;
		border-right: 19px solid #feb326;
		top: 0;
	}

.header-cta ul li {
	display: inline-block;
	margin-left: 35px;
	font-weight: 700;
	font-size: 18px;
}
.header-cta ul li:first-child{margin-left: 0;}
.header-cta ul li i {
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 2px;
    color: #FFF;
}

.main-menu ul li {
	display: inline-block;
	margin: 22px 0;
	position: relative;
}
	
	.main-menu ul li a {
		display: block;
		color: #ffffff;
		font-weight: 600;
		padding: 8px 20px;
		position: relative;
		font-size:23px;
		border-radius: 37px;
		background: transparent;
		transition: .5s !important;
		position: relative;
		font-family: 'Merienda', sans-serif
	}

	
		


.main-menu ul li:first-child {
	margin-left: 0;
}
.menu-area .menu-tigger {
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 40px;
	margin-top: 27px;
}


.header-social a {
	font-size: 14px;
	display: inline-block;
	margin-left: 5px;
	height: 27px;
	width: 27px;
	background: #ffffff;
	text-align: center;
	line-height: 31px;
	border-radius: 50%;
	color: #000;
}
	.header-social a:hover {
		color: #fff;
		background: transparent linear-gradient(90deg, #f07d00 0%, #f3525a 100%) 0% 0% no-repeat padding-box;
	}


.responsive {display: none;}
#mobile-menu {
	display: block;
}




.slider-content {
	position: relative;
	z-index: 2;
	
	padding: 40px 0;
	border-radius: 6px;
	text-align:center
}




.slider-btn{
    display: inline-block;
    position: relative;
}

.second-header {
	border: none;
	padding-bottom:10px;
	padding-top: 9px;
}
.second-menu {
	position: relative;
	z-index: 9;
	padding:0px 0;
}


.second-menu .main-menu ul li:first-child{margin-left: 0;}
.second-menu .main-menu ul li a::before{content: none;}


/* breadcrumb */
.breadcrumb-area {
	min-height:160px;
	background-position: center;
	background-size: cover;
    position: relative;
}
	.breadcrumb-area:before {
		content: "";
		background: rgb(0 0 0 / 56%);
		position: absolute;
		width: 100%;
		height: 100%;
	}
.breadcrumb {
	display: inline-block;
	-ms-flex-wrap: wrap;
	flex-wrap: unset;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: unset;
	border-radius: 0;
}
.breadcrumb li {display: inline-block;}
.breadcrumb li a {
	font-size: 16px;
	color: #ddd;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
	color: #ddd;
	content: ">";
}
.breadcrumb-title h1 {
	font-size: 45px;
	margin-bottom: 25px;
	line-height: 1.4;
	color: #fff;
}
.breadcrumb-title p {
	margin-bottom: 0;
	padding: 0 40px;
	color: #fff;
	font-size: 16px;
}
.breadcrumb > .active {
	color: #ef8724;
	font-weight: 500;
}
/* 3. slider */

.slider-bg {
	min-height: 668px;
	background-position: center bottom;
	background-size: cover;
	position: relative;
	z-index: 1;
	
}
.slider-active .slider-bg::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* background: linear-gradient(319deg,rgb(53 170 18 / 52%) 0,rgb(37 71 240 / 95%) 100%) 0 0; */
	content: '';
	z-index: -3;
	background-color: #000;
	
	opacity: 0.5;
	display:none
}


.slider-content h1 {
	font-size: 80px;
	color: #fff;
	letter-spacing: 1.8px;
	line-height: 1.4;
	margin-bottom: 40px;
	
	
	font-weight: 900;
}

	.slider-content h1 span {
		color: #fec726;
		font-size: 35px
	}

.p-relative{position: relative;}

/* 4. about */

.s-about-content p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 500;
	line-height: 28px;
}

/* 11. team */
.team-active .slick-dots{
    text-align: center;
}
.team-active {
	position: relative;
}

	.team-active .slick-arrow {
		position: absolute;
		top: 40%;
		left: -40px;
		border: none;
		background: none;
		padding: 0;
		font-size:30px;
		color: #343845;
		z-index: 9;
		cursor: pointer;
		transition: .3s;
	}

		.team-active .slick-arrow:hover {
			color: #FFF;
		}

	.team-active .slick-next {
		left: inherit;
		right: -40px;
	}

.footer-widget .tag-cloud-link, .footer-widget p {
	color: #fff;
}

.footer-bg {
    background: url(/img/footerbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	position:relative;
	z-index:2
}
	.footer-bg:before {
		content: "";
		background: #000;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		opacity:0.5
		
		
	}



.f-widget-title h5 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 30px;
	padding-bottom: 25px;
	position: relative;
}

.f-widget-title h5::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 60px;
    background: url('../img/circle_right.png') no-repeat;
}
.footer-link ul li i {
	color: #ffffff;
	margin-right: 5px;
	font-size: 12px;
}
.footer-link ul li a {
	color: #ddd;
	
	display: inline-block;
	
}

	.footer-link ul li a:hover {
		
		color: #f07d00;
	}
	.footer-dishes li a{
		padding-left:33px;
		position:relative
	}
		.footer-dishes li a:before {
			content: "\f192";
			position: absolute;
			left: 0;
			font-weight: 100;
			font-family: 'Font Awesome 5 Free';
			color: #feb326 !important
		}

.footer-link ul li {
	margin-bottom: 10px;
}
.footer-link ul li:last-child{margin-bottom: 0;}

.copyright-wrap {
	background: rgb(24 15 16 / 49%);
	padding: 10px 0;
	color: #fff;
	font-size: 14px;
	position: relative;
	border-top: 1px solid #ffffff26;
}
.f-contact i {
	width: 40px;
	color: #feb326 !important;
	text-align: center;
	border-radius: 50%;
	float: left;
	font-size: 19px;
	line-height: 22px;
	font-size: 20px !important;
}
.f-contact span {
    float: left;
    color: #ddd;
    margin-left: 8px;
}
.f-contact li {
    float: left;
    margin-bottom:10px !important;
    width: 100%;
}




@media(max-width:768px){
	.breadcrumb-title h1 {
		font-size: 28px;
	
	}
	h1 {
		font-size: 30px
	}

	h2 {
		font-size: 25px
	}
	
}

@media(max-width:500px){
	
	.logo img{max-width:150px}
	.mean-container a.meanmenu-reveal {
		margin-top: 2px;
		margin-right: 10px;
	}
	
	
	
}
@media(min-width:768px){
	
	.breadcrumb-area {
		min-height: 250px;
		
	}
	h2{font-size:38px}
	.pb-sm-80{
		padding-bottom:80px
	}
	.pt-sm-95{padding-top:95px}
	.pb-sm-100 {
		padding-bottom: 100px
	}
}

.main-menu {
	position: relative;
	
	width:100%; 
	

	
}




@media(max-width:991px){
	.main-menu {
	
		border: 0;
	}
}
.bg-offwhite {
	background: #f1f4ff
}









a{color:inherit}







.responsive-images160 {
	padding-bottom: 160%
}


.responsive-images42 {
	padding-bottom: 42%
}


.responsive-images105 {
	padding-bottom: 103%
}




.responsive-images105, .responsive-images136, .responsive-images20, .responsive-images42, .responsive-images48, .responsive-images50, .responsive-images54, .responsive-images59, .responsive-images65, .responsive-images72, .responsive-images75, .responsive-images80, .responsive-images90, .responsive-images96, .responsive-images76, .responsive-images160, .responsive-images86, .responsive-images60, .responsive-images86, .responsive-images115 {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0;
	text-align: left;
	background: #e0e0e0 url(/img/loader-logo.png) no-repeat center center
}

	.responsive-images105 img, .responsive-images136 img, .responsive-images20 img, .responsive-images42 img, .responsive-images48 img, .responsive-images50 img, .responsive-images54 img, .responsive-images59 img, .responsive-images65 img, .responsive-images72 img, .responsive-images75 img, .responsive-images80 img, .responsive-images90 img, .responsive-images96 img, .responsive-images76 img, .responsive-images160 img, .responsive-images86 img, .responsive-images60 img, .responsive-images115 img {
		position: absolute !important;
		object-fit: cover;
		width: 100%;
		height: 100%;
		object-position: top;
		top: 0
	}

		.responsive-images100 img:after, .responsive-images105 img:after, .responsive-images112 img:after, .responsive-images136 img:after, .responsive-images20 img:after, .responsive-images42 img:after, .responsive-images48 img:after, .responsive-images50 img:after, .responsive-images54 img:after, .responsive-images59 img:after, .responsive-images65 img:after, .responsive-images72 img:after, .responsive-images75 img:after, .responsive-images80 img:after, .responsive-images83 img:after, .responsive-images90 img:after, .responsive-images96 img:after, .responsive-images76 img:after, .responsive-images160 img:after, .responsive-images86 img:after, .responsive-images60 img:after, .responsive-images115 img:after {
			content: "";
			position: absolute;
			background: #e0e0e0;
			width: 42px;
			height: 23px;
			top: 0;
			left: 0;
			z-index: 0;
		}


.text-orange {
	color: #f48211
}

.diagonal-panel:after, .diagonal-panel:before {
	color: inherit;
	content: "";
	height: 5rem;
	left: 0;
	position: absolute;
	width: 100%;
	
}



.bg-top-feature {
	background: url(/img/redbg.jpg) no-repeat center top;
	position: absolute;
	width: 100%;
	height: 100%;
	height: 73%;
}
	.bg-top-feature:after {
		background: url(/img/maskbgtop.png) no-repeat;
		content: "";
		width: 100%;
		height: 99px;
		position: absolute;
		bottom: -37px;
	}


.header2 {
	/*position: absolute;*/
	width: 100%;
	/* background: #ccc; */
	z-index: 10;
	
}
.single-slider .container:before {
	content: "";
	position: absolute;
	background: rgb(2 7 34 / 52%);
	height: 100%;
	width: 100%;
	z-index: 1;
	top: 0;
	left: 0;
}
.mean-container a.meanmenu-reveal span {
	background: #fff;
	
}
@media (max-width: 767px){ .menu-area {
	padding: 0px 0 !important ;
	
}
	.single-slider {
		background-position-x: center
	}
	.section-title h2 {
		font-size: 22px !important;
		letter-spacing: 0px !important;
		font-weight: 700 !important;
	}

}
@media (max-width: 767px){ .logo {
	
	padding: 6px 10px !important;
	
}}
.logo {
	width: 128px;
	height: 128px;
	position: relative;
	margin-top: -37px;
	z-index:100
}
	
.logo-area {
	position: relative
}












header {
	
	height: 40px;
	position: relative;
	top: 0;
	transition: top 0.2s ease-in-out;
	width: 100%;
	
}


.nav-down {
	transition: all 0.6s ease-out 0s;
}




.main-menu .active {
	color: #feb326
}

.text-danger {
	color: #fb0101 !important;
}


.we-offer {
	
	
	padding: 20px;
	text-align: center;
	position:relative;
	z-index:2
}
	.we-offer:before {
		position: absolute;
		left: 0;
		top: 0;
		height: 340px;
		background-color: #e5e7ed;
		width: 100%;
		border-radius: 20px;
		content: "";
		transition: all .3s ease;
		z-index: -1
	}

	
	.we-offer:after {
		position: absolute;
		left: 0;
		top: 0;
		height: 0;
		background: #fb0101;
		width: 100%;
		border-radius: 20px;
		content: "";
		transition: all .3s ease;
		z-index: -1
	}
.our-specials .we-offer:after {
	background: #000 !important
}
	.we-offer:hover:after {
		
		height: 340px
	}
	.we-offer:hover h3, .we-offer:hover h4 {
		color: #FFF
	}


	.we-offer:hover img {
		transform: scale(1.1);
	}
	.we-offer h3 {
		padding: 16px 0 20px 0
	}
.specials {
	padding: 16px 0 20px 0;
	min-height: 65px;
}
.we-offer h4 {
	font-size: 20px;
	margin-bottom: 5px;
	transition: .3s;
	max-height: 48px;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 24px !important;
	-webkit-box-orient: vertical
}
	.border-radius-23{
		border-radius:23px
	}

	
.dish-menu-home figure {
	width: 100px;
	height: 100px;
	margin-bottom: 0px !important;
	margin: auto;
}
.dish-menu-home figure img {
	width: 100%;
	height: 100%;
	object-fit:cover;
	
}

	
.blog .we-offer:before {
	bottom: 23px !important;
	top: inherit;

	height: 250px;
}
.blog .we-offer:after {
	position: absolute;
	left: 0;
	top: inherit;
	bottom:23px;
	height: 0;
	background: #fb0101;
	width: 100%;
	border-radius: 20px;
	content: "";
	transition: all .3s ease;
	z-index: -1
}
	.blog .we-offer:hover:after {
		height: 250px
	}
	.blog .we-offer:hover h4{color:#FFF}
.blog .we-offer h4{margin:30px 0}
.team-active   .slick-slide {
	
	margin:0 5px 20px;
	
}
.team-active .slick-dots {
	text-align: center;
	display:none !important
}
@media(max-width:575px){
	
.team-active .team-info{padding:5px}
	.we-offer:before {
		
		height: 230px;
		
	}
	.we-offer:hover:after {
		height: 230px;
	}
.team-active .we-offer h4{
	font-size:14px
}
	.team-info {
		
		margin-right: 17px;
		
		min-height: 60px;
	}
	.our-specials  .col-md-4{
		padding:0
	}
	
	.our-specials .we-offer:before {
		
		height: 227px;
		
	}
	.our-specials .specials {
		padding: 2px 0 9px 0;
		min-height: 40px;
	}
}
.delivery h2{
	font-size:65px
}
.delivery:before {
	position: absolute;
	content: "";
	width: 900px;
	height: 340px;
	border-radius: 191px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	right: 0;
	top: 30%;
	background: #fb0101
}

@media (max-width: 1400px) {
	.delivery:before {
		width: 660px;
	}
}
@media (max-width: 991px) {
	.delivery:before {
		display:none
	}
}

@media(max-width:500px){
	
}

.menu-card table td{
	font-size:21px;
	font-weight:600
}
.menu-description {
	font-size: 13px;
	display: block;
	font-weight: normal;
	
	font-weight: 500;
	color: #717171;
}
.table-2 td, .table-2 th {
	border-bottom: 1px dotted;
	padding-left: 0;
	padding-right: 5px;
	font-weight: 600;
	
	border-top:none
}
.table-2{
	margin-bottom:0
}
.table-2 tr td:first-child{
	min-width:150px
}
.table-2 tr:last-child td {
	border:none !important
}
	.table-2 td:last-child {
		text-align:end
	}
.size {
	background: #000;
	color: #FFF;
	padding: 0 10px;
	border-radius: 4px;
}
	.size span {
		color: #ff460b
	}
.menu-price {
	color: #fff;
	background: #fb0101;
	display: inline-block;
	line-height: 29px;
	border-radius: 4px;
	padding: 0 7px;
}
.left1, .right {
	position: relative;
	/* height: 24px; */
	min-width: 150px;
	background: #fb0101;
	float: left;
	font-size: inherit !important;
	color: #FFF !important;
	padding: 6px 11px 6px 16px;
	border-radius: 100px 0 0 100px;
	margin-bottom: 0 !important
}
.menu-card img{height:150px; width:150px; border-radius:100px; margin:auto}
.menu-card figure {
	
	text-align:center;
	margin-bottom:20px
}

.left1:after {
	content: '';
	line-height: 0;
	font-size: 0;
	width: 0;
	height: 0;
	border-top: 31px solid #fb0101;
	border-bottom: 18px solid transparent;
	border-left: 0px solid transparent;
	border-right: 18px solid transparent;
	position: absolute;
	top: 0;
	right: -18px;
}

.right {
	margin-left: 60px;
	width: 100px;
}

	.right:before {
		content: '';
		line-height: 0;
		font-size: 0;
		width: 0;
		height: 0;
		border-top: 50px solid transparent;
		border-bottom: 100px solid #000;
		border-left: 50px solid transparent;
		border-right: 0px solid #000;
		position: absolute;
		top: -50px;
		left: -50px;
	}

.left1:before {
	background: #fb0101;
	transform: skew(-31deg);
	content: "";
	height: 100px;
	width: 6px;
	position: absolute;
	right: -18px;
	z-index: 1;
	height: 75%;
	top: 5px;
}
@media(max-width:500px){
	.breadcrumb-title{
		padding-top:140px !important
	}
}
@media(min-width:991px){
	.mtm-lg-150{
		margin-top:-150px
	}
}

/*Captcha*/
.submit__generated {
	display: inline-block;
	span

{
	display: inline-block;
	width: 35px;
	height: 35px;
	vertical-align: center;
	line-height: 35px;
	font-weight: bold;
	font-size: 16px;
	color: rgba(0,0,0,0.9);
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 4px;
}

&.valid:after,
&.unvalid:after {
	font-family: FontAwesome;
	font-size: 18px;
	margin-left: 10px;
}

&.valid {
	&:after

{
	content: "\f00c";
	color: #2ecc71;
}

.submit__input {
	border: 1px solid #2ecc71;
	color: #2ecc71 !important;
}

}

&.unvalid {
	&:after

{
	content: "\f00d";
	color: #e74c3c;
}

.submit__input {
	border: 1px solid #e74c3c;
	color: #e74c3c;
}

}

.submit__input {
	position: relative;
	outline: 0;
	height: 35px;
	width: 35px;
	border-radius: 4px;
	border: 1px solid #42A0DD;
	color: #42A0DD;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	top: -2px;
}

}




i.fa-refresh {
	margin: 4px 0 0px 5px;
	padding: 5px;
	font-size: 18px;
	color: rgba(0,0,0,0.2);
	cursor: pointer;
	transform-origin: center center;
	transition: transform 0.2s ease-out, color 0.2s ease-out;
	&:hover

{
	color: rgba(0,0,0,0.4);
	transform: rotate(180deg);
}

}

span.submit__error,
span.submit__error--empty {
	color: #e74c3c;
	position: absolute;
	margin-top: 0px;
	margin-left: 100px;
}





.submit {
	display: block;
	margin: 50px 0;
	padding: 7px 15px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	outline: none;
	border: 0;
	background-color: #42A0DD;
	background-clip: padding-box;
	border-radius: 3px;
	
	opacity: 1;
	transition: transform 0.2s ease-out, opacity 0.2s ease-out;
	&:hover

{
	background-color: #3498db;
}

&:active,
&.enter-press,
&.overlay {
	margin: 55px 0 46px 0;
	box-shadow: none;
}

}


.submit__overlay {
	height: 50px;
	width: 110px;
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	margin-top: -90px;
	margin-left: -5px;
}









img {
	text-indent: -99999px;
}
.btn-black{
	background:#000;
	color:#FFF
}
.btn-black:hover {
	
	color: #999
}
.row > [class*=col-]:nth-child(even) .menu-card .card-body {
	background: #fff9ed
}
.widget {
	padding: 35px 25px 35px 25px;
	box-shadow: 3px 4px 15px #00000026;
	overflow: hidden;
}
.widget__post ul li {
	margin-bottom: 20px;
	overflow: hidden;
}

	.widget__post ul li:last-child {
		margin-bottom: 0;
	}

.widget__post-thumb {
	float: left;
	display: block;
	margin-right: 20px;
}

.widget__post-content {
	overflow: hidden;
	display: block;
}

	.widget__post-content h6 {
		margin-bottom: 1px;
		padding-right: 15px;
		font-weight: 500;
		font-family: inherit;
	}

		.widget__post-content h6:hover a {
			color: #f3525a;
		}
.widget li img {
	width: 100px;
	height: 70px;
	object-fit: cover;
}
.widget-title {
	margin-bottom: 40px;
}
.details__content h2 {
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 20px;
	padding-right: 0;
}
@media (max-width: 991px) {
	.logo img {
		width: 108px;
		position: relative;
		top: 0;
		left: 0;
	}
}
.contact-field input {
	width: 100%;
	border: none;
	background: #fff;
	padding: 10px 18px;
	transition: .3s;
	border: 2px solid #fb0101;
	border-radius: 5px;
}
.contact-field textarea {
	width: 100%;
	border: none;
	background: #fff;
	padding: 10px 18px;
	transition: .3s;
	border: 2px solid #fb0101;
	border-radius: 5px;
}
.footer-link .f-contact.contact a, .f-contact.contact span {
	color: inherit;
}

.f-contact span {
	float: left;
	color: #ddd;
	margin-left: 8px;
}
.slider-active .slick-next {
	right: 70px;
	left: auto;
}
@media (min-width: 1200px) and (max-width: 1500px) {
	.slider-active .slick-next {
		right: 20px;
		left: auto;
	}
	.slider-active .slick-arrow {
		left: 20px;
	}
}





.slider-active .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 70px;
	height: 60px;
	width: 60px;
	color: #f3525a;
	font-size: 18px;
	line-height: 65px;
	border: none;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	z-index: 9;
	cursor: pointer;
	padding: 0;
	box-shadow: 4px 2px 0 0 transparent;
	transition: .5s;
}
@media(max-width:991px){
	.slider-content h1 {
		font-size: 60px;
		
	}
	.s-about-content p {
		
		font-size: 16px;
		font-weight: 400;
		line-height: 23px;
		margin-top: 20px;
	}
}

@media(max-width:500px){
	.slider-content h1 {
		font-size: 25px !important;
		
	}

		.slider-content h1 span {
		
			font-size: 20px !important;
		}
	.slider-bg {
		min-height: 430px !important;
		padding-top:30px
		
	}
	.slider-section h1 {
		padding-top: 0px;
	}
}
.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}
.testimonial-active:before {
	content: "\f10e";
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'Font Awesome 5 Free';
	transform: rotate(181deg);
	color: #da231b;
	font-size: 24px;
}
.testimonial-active:after {
	content: "\f10e";
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: 'Font Awesome 5 Free';
	color: #da231b;
	font-size: 24px;
}
.p-5 {
	padding: 3rem !important;
}
.testimonial-active .slick-slide {
	position: relative;
}

.testimonial-active .testi-img {
	float: left;
	margin-bottom: 20px;
	position: absolute;
	left: 0;
	top: 80px;
}

.testimonial-active .ta-info {
	overflow: hidden;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
}

	.testimonial-active .ta-info span {
		color: #f3525a;
		font-size: 14px;
	}

	.testimonial-active .ta-info h6 {
		font-size: 24px;
		margin-bottom: 5px;
		color: #2A2E48;
	}

.testimonial-active p {
	font-size: 18px;
	line-height: 28px;
	margin:0
}

.testimonial-active .com-icon {
	position: absolute;
	right: 50px;
	top: 45px;
}

.testimonial-active .slick-dots {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0%;
}

	.testimonial-active .slick-dots li {
		display: inline-block;
		margin: 0 0px;
	}

		.testimonial-active .slick-dots li button {
			text-indent: -99999px;
			border: none;
			padding: 0;
			margin-left: 10px;
			border-radius: 50%;
			z-index: 1;
			cursor: pointer;
			background: no-repeat;
			transition: .3s;
			background: #ff0000;
			height: 10px;
			width: 10px;
		}

	.testimonial-active .slick-dots .slick-active button {
		width: 30px;
		border-radius: 5px;
	}
.pattern-layer .pattern-3 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.bg-white{
	background:#FFF
}
.testimonial {
	box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.1)
}