.logowhite {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}

.menu_border.darkHeader .logowhite {
	opacity: 1;
}

.menu_border.darkHeader .logogreen {
	opacity: 0;
}

.relative {
	position: relative;
}
.menu_border .food_boss_header_btn:hover {
    background: #ED701C;
    color: #fff !important;
    border: 2px solid #ED701C;
    transition: all ease-in-out 0.5s;
}

.darkHeader .food_boss_header_btn:hover {
	background: #00ccbb;
	color: #fff !important;
	border: 2px solid #00ccbb;
	transition: all ease-in-out 0.5s;
}

.mobile_header {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 1px 0 10px 0;
	z-index: 99999;
	background-color: #fff;
	transition: all ease 0.6s;
}

.mobile_header_wrapper {
	display: flex;
	align-items: center;
}

.mobile_header_logo {
	width: 18%;
	padding: 15px 0;
}

.nav_right_btn {
	margin-left: auto;
}

.mobile_header_list_wrapper {
	position: fixed;
	/*   display: none;*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 9999;
	background-color: transparent;
	transform: scale(0.7);
	transition: all ease 0.1s;
	visibility: hidden;
	padding: 100px 15px 40px 15px;
	backdrop-filter: blur(5px);
}

.mobile_header_list_wrapper_background {
	/*   background-color: #eaebef;*/
	position: fixed;
	/*   display: none;*/
	top: 0;
	opacity: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 999;
	transition: all ease 0.3s;
}

.mobile_header_list_wrapper_background.active {
	height: 100%;
	transition: all ease 0.2s;
	opacity: 1;
}

.mobile_header_list ul li {
	padding: 20px 0;
	width: 90%;
	margin: 0 auto;
	/*border-bottom: 1px solid #A4120E;*/
	border-bottom: 1px solid #fff;
	text-align: center;
	color: #000;
	font-size: 16px;
	line-height: 16px;
}

.mobile_header_list ul li a {
	color: #fff;
}

.mobile_header_list_wrapper.active {
	transform: scale(1);
	opacity: 1;
	transition: all ease 0.6s;
	visibility: visible;
	/* background-color: red;*/
	/*  background-color: #006058 !important;*/
	background-color: #00ccbb85 !important;
}

html.overflow_mobile {
	overflow: hidden;
}

.mobile_header.header_change {
	-webkit-box-shadow: 0px 5px 11px -1px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 5px 11px -1px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 5px 11px -1px rgba(0, 0, 0, 0.20);
}

.mobile_header_list_wrapper_relative {
	position: relative;
	height: 100%;
}

.mobile_header_social_wrapper {
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	text-align: center;
}

.mobile_header_social_wrapper .footer_social_icon {
	width: 30px;
	margin-right: 30px;
}

.mobile_header_social_icon {
	display: inline-block;
	width: 30px;
	margin: 15px 8px;
}

.mobile_header_social_wrapper p {
	color: #c1c1c1;
	font-size: 14px;
}

html.overflow_mobile {
	overflow: hidden !important;
	position: fixed;
	top: 0;
	width: 100%;
}

.bar {
	display: block;
	height: 2px;
	width: 24px;
	background-color: #00CCBB;
	margin: 7px auto;
}

.nav_btn.active .middle {
	width: 0;
}

.nav_btn.active .top {
	-webkit-transform: translateY(11px) rotateZ(45deg);
	-moz-transform: translateY(11px) rotateZ(45deg);
	-ms-transform: translateY(11px) rotateZ(45deg);
	-o-transform: translateY(11px) rotateZ(45deg);
	transform: translateY(11px) rotateZ(45deg);
}

.nav_btn.active .bottom {
	-webkit-transform: translateY(-13px) rotateZ(-45deg);
	-moz-transform: translateY(-13px) rotateZ(-45deg);
	-ms-transform: translateY(-13px) rotateZ(-45deg);
	-o-transform: translateY(-13px) rotateZ(-45deg);
	transform: translateY(-13px) rotateZ(-45deg);
}

.bar {
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}

body {
	font-family: 'interregular';
}

a:hover,
a:focus {
	text-decoration: none;
	color: #00CCBB;
}

.footer_social_icon_food .fa {
	color: #fff;
	transition: all ease-in-out 0.5s;
}

.footer_social_icon_food .fa:hover {
	color: #00CCBB;
	transition: all ease-in-out 0.5s;
}

a {
	transition: all ease-in-out 0.3s;
}

select:focus {
	outline: none;
}

:focus {
	outline: -webkit-focus-ring-color auto 0px;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0;
	padding: 0;
}

h4 {
	margin: 0;
	padding: 0;
}

h5 {
	margin: 0;
	padding: 0;
}

h6 {
	margin: 0;
	padding: 0;
}

.white {
	color: #fff;
}

.black {
	color: #000;
}

#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 99999999;
	background: rgba(255, 255, 255, 0.9);
}

.centerDiv {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.font-11 {
	font-size: 11px;
}

.font-12 {
	font-size: 12px;
}

.font-13 {
	font-size: 13px;
}

.font-14 {
	font-size: 14px;
}

.font-15 {
	font-size: 15px;
}

.font-16 {
	font-size: 16px;
}

.font-17 {
	font-size: 17px;
}

.font-18 {
	font-size: 18px;
}

.font-19 {
	font-size: 19px;
}

.font-20 {
	font-size: 20px;
}

.font-21 {
	font-size: 21px;
}

.font-22 {
	font-size: 22px;
}

.font-23 {
	font-size: 23px;
}

.font-24 {
	font-size: 24px;
}

.font-25 {
	font-size: 24px;
}

.font-26 {
	font-size: 26px;
}

.font-27 {
	font-size: 27px;
}

.font-28 {
	font-size: 28px;
}

.font-29 {
	font-size: 29px;
}

.font-30 {
	font-size: 30px;
}

.font-31 {
	font-size: 31px;
}

.font-32 {
	font-size: 32px;
}

.font-33 {
	font-size: 33px;
}

.font-34 {
	font-size: 34px;
}

.font-35 {
	font-size: 35px;
}

.font-36 {
	font-size: 36px;
}

.font-37 {
	font-size: 37px;
}

.font-38 {
	font-size: 38px;
}

.font-39 {
	font-size: 39px;
}

.font-40 {
	font-size: 40px;
}

.font-41 {
	font-size: 41px;
}

.font-42 {
	font-size: 42px;
}

.font-43 {
	font-size: 43px;
}

.font-44 {
	font-size: 44px;
}

.font-45 {
	font-size: 45px;
}

.font-46 {
	font-size: 46px;
}

.font-47 {
	font-size: 47px;
}

.font-48 {
	font-size: 48px;
}

.font-49 {
	font-size: 49px;
}

.font-50 {
	font-size: 50px;
}

.font-51 {
	font-size: 51px;
}

.font-52 {
	font-size: 52px;
}

.font-53 {
	font-size: 53px;
}

.font-54 {
	font-size: 54px;
}

.font-55 {
	font-size: 55px;
}

.font-56 {
	font-size: 56px;
}

.font-57 {
	font-size: 57px;
}

.font-58 {
	font-size: 58px;
}

.font-59 {
	font-size: 59px;
}

.font-60 {
	font-size: 60px;
}

.font-100 {
	font-size: 100px;
}

.webli {
	display: block;
}

.mobileli {
	display: none;
}

.webmenu .dropdown-content {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 830px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
	transition: all ease-in-out .3s;
	top: 130%;
	border-top: 2px solid #680e13;
	max-width: 100%;
}

.webmenu .dropdown:hover .dropdown-content {
	opacity: 1;
	pointer-events: initial;
	top: 100%;
}

.webmenu .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	font-size: 14px;
	float: left;
	width: 33.33%;
	text-transform: capitalize;
}

.webmenu .dropdown-content a:hover {
	background: #680e13;
	color: #fff;
}

.divcenter {
	display: inline-block;
	vertical-align: middle;
	float: none !important;
	margin: 0 -2px;
}

.webmenu .site-navigation .dropdown-content:before {
	border: 9px solid transparent;
	border-bottom-color: #680e13;
	content: '';
	display: block;
	height: 0;
	left: 50%;
	position: absolute;
	top: -19px;
	width: 0;
}

.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #006057 !important;
	/*color: #ED701C !important;*/
	transition: unset;
}

.nav>li:nth-child(4):hover a {
	background-color: #006E65 !important;
	color: #fff !important;
	transition: all ease-in-out 0.3s;
}

.nav>li:nth-child(8) {
	padding: 0 5px;
}

.menubar .navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0;
}

.menu_heading .nav>li>a:focus {
	text-decoration: none;
	background-color: transparent;
}

.menu_navbar {
	margin: 0;
	border: 0;
	min-height: 0;
}

.menu_active {
	border-bottom: 2px solid #0BAEA9 !important;
	color: #0BAEA9 !important;
}

.menu_active a {
	color: #0BAEA9 !important;
}

.food_boss_header_btn {
	background-color: #ED701C;
	/* Green */
	border: 2px solid #ED701C;
	color: #fff !important;
	padding: 10px 30px !important;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px !important;
	border-radius: 50px;
	margin-top: 5px;
	font-family: 'Rubik', sans-serif;
}


.main_logo {
	margin: 0;
	padding: 0 0 10px 0;
}

.navbar_logo {
	float: left;
}

.header_shadow {
	border-bottom: 1px solid #211f1ff2;
}


/*.header_fixed {
	position: fixed;
	width: 1800px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	background: #fff;
}*/

.menu_fixed_container {
	width: 70%;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}

.menu_border {
	width: 100%;
	margin: 0 auto;
	padding: 1px 0 0 0;
	position: fixed;
	z-index: 9999;
	background: transparent;
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	/*box-shadow: 1px 0px 9px 0px rgba(0, 0, 0, .1);*/
}

.darkHeader {
	transition: all ease-in-out 0.5s;
	width: 100%;
	margin: 0 auto;
	padding: 1px 0 0 0;
	position: fixed;
	z-index: 99999;
	background: #fff;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, .2);
	background-color: #fff;
}

label {
	font-weight: 400;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

.img {
	width: 100%;
}

a {
	text-decoration: none;
	cursor: pointer;
}

.menubar {
	margin: 0;
	line-height: 49px;
}

.nav li a {
	padding: 15px;
}

.menubar li {
	display: inline;
	text-transform: uppercase;
	padding: 7px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.formError {
	opacity: 0.87;
	bottom: 0px !important;
	left: 0px !important;
	right: initial;
	margin-top: -20px !important;
	color: #f61616;
	text-align: left;
}

.menubar li a {
	position: relative;
	padding: 6px 0;
	margin: 0 6px;
	font-size: 1.8em;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
}

.menubar li:hover a,
.menubar li.active a {
	border-bottom: 2px solid #fff;
}

.navbar-brand {
	height: auto;
	padding: 0px;
}

#mainpage_color {
	background-color: #f2f2f2;
}

.menu_heading li a {
	font-size: 15px;
	padding: 22px 10px 22px 10px;
	color: #000;
	transition: all ease-in-out 0.3s;
	/*font-family: 'interregular' !important;*/
	font-family: 'Rubik', sans-serif !important;
}

.notHover img {
	filter: invert(0);
}

.menu_heading li.notHover a {
	padding: 20px 10px 0 10px;
}

.menu_heading li {
	padding: 0 15px;
}

.menu_heading .nav>li>a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #ff3333;
}

.notHover a span {
	display: inline-block;
	height: 30px;
	width: 31px;
	text-align: center;
	border-radius: 100%;
	padding: 3px 6px 29px 6px;
	background: #680e13;
	transition: all ease 0.4s;
}

.notHover a span:hover {
	/*  background: #6a686b;*/
}

.notHover a span {
	transform: scale(1, 1) translateY(-7px);
	-moz-transform: scale(1, 1) translateY(-7px);
	-webkit-transform: scale(1, 1) translateY(-7px);
	-ms-transform: scale(1, 1) translateY(-7px);
}

.call_animation {
	-webkit-animation: dot-pulse-idle 4s cubic-bezier(.19, 1, .22, 1) infinite both;
	animation: dot-pulse-idle 4s cubic-bezier(.19, 1, .22, 1) infinite both;
	border-radius: 50%;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.template_detail_header_img img {
	width: 75%;
}

.template_detail_header_img {
	padding-top: 10px !important;
}

.template_detail_header_img2 {
	padding-top: 10px !important;
}

.template_header2_searchbar {
	width: 100%;
	height: auto;
	display: inline-flex;
	align-items: center;
}

.template_header2_searchbar .templatehome_sec1_location_icon .md-form {
	margin-top: 0;
	margin-bottom: 0;
}

.template_header2_searchbar .template_listing_sec1_location_main {
	padding: 5px 0;
}

.template_header2_searchbar .templatehome_sec1_location_icon {
	width: 100%;
	padding-right: 0;
}

.template_header2_searchbar .templatehome_sec1_location_icon_header2 {
	width: 100%;
	padding-right: 0;
}

.template_header2_searchbar .templatehome_sec1_location_icon_header2 .form-control {
	padding: 20px 20px;
	width: 80%;
}

.template_header2_searchbar .templatehome_sec1_location_icon_header2_2 .form-control {
	padding: 20px 55px;
	width: 100%;
	margin-left: 17px;
}

.swierslidemenumobile {
	display: none;
}

.template_header2_searchbar .template_listing_sec1_location_main_header2 {
	width: 30%;
}

.template_header2_searchbar .templatehome_sec1_location_icon .input-group.md-form.form-sm.form-1 input {
	border: 1px solid #e1e1e1;
	box-shadow: none;
}

.template_header2_searchbar .templatehome_sec1_location_icon .input-group-text {
	top: 7px;
	left: 25px;
}

.webmenuul {
	padding-top: 10px;
}

@media only screen and (max-width: 1600px) {
	.menu_fixed_container {
		width: 76%;
	}
}

@media only screen and (max-width: 1366px) {
	.menu_heading li a {
		font-size: 15px;
	}
	.menu_heading li {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 1280px) {
	.menu_fixed_container {
		width: 90%;
	}
}

@media only screen and (max-width: 1152px) {
	.menu_fixed_container {
		width: 85%;
	}
}

@media only screen and (max-width: 1024px) {
	.swierslidemenumobile {
		display: block;
		z-index: 9999;
		background: rgba(255, 255, 255, 1);
		position: fixed;
	}
	.menu_fixed_container {
		width: 90%;
	}
	.webmenu {
		display: block;
	}
	.mobile_header {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding: 1px 0 10px 0;
		z-index: 99999;
		background-color: #fff;
		transition: all ease 0.6s;
	}
	/*.template_header2_searchbar .template_listing_sec1_location_main_header2{
		width: 65%;
	}
	.template_header2_searchbar .templatehome_sec1_location_icon .input-group-text{
		left: 15px;
	}
	.template_header2_searchbar .templatehome_sec1_location_icon .input-group.md-form.form-sm.form-1 input{
		width: 83%;
	}
	.template_header2_searchbar .templatehome_sec1_location_icon_header2_2 .form-control{
		padding: 20px 35px;
	}*/
	.menu_heading li {
		padding: 0 2px;
	}
	.main_logo {
		padding: 0px 0 5px 0;
	}
	.menu_heading li a {
		font-size: 13px;
		padding: 22px 10px 12px 10px;
	}
	.menu_heading li.notHover a {
		padding: 22px 2px 0 2px;
	}
}

@media only screen and (max-width: 991px) {
	.mobilesocial_icon li {
		padding: 5px 0 0px 0;
		/*display: inline;*/
	}
	.mobilesocial_icon ul {
		text-align: center;
	}
	.menu_fixed_container {
		width: 90%;
	}
	.mobile_header {
		display: block;
	}
	.webmenu {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.template_detail_header_img img {
		width: auto;
	}
	.template_detail_header_img {
		padding-top: 20px !important;
	}
	.template_detail_header_img2 {
		padding-top: 23px !important
	}
	.menu_fixed_container {
		width: 98%;
	}
	.navbar-brand {
		width: 100%;
	}
	.menu_heading li a {
		padding: 22px 5px 12px 5px;
	}
	.menu_heading li a {
		font-size: 13px;
	}
	.notHover_mobile {
		list-style-type: none !important;
	}
	.notHover_mobile a span {
		transform: scale(1.0, 1.0) translateY(23px) translateX(13px);
		-moz-transform: scale(1.0, 1.0) translateY(23px) translateX(13px);
		-webkit-transform: scale(1.0, 1.0) translateY(23px) translateX(13px);
		-ms-transform: scale(1.0, 1.0) translateY(23px) translateX(13px);
	}
	.notHover_mobile_2 a span {
		transform: scale(1.0, 1.0) translateY(23px) translateX(24px);
		-moz-transform: scale(1.0, 1.0) translateY(23px) translateX(24px);
		-webkit-transform: scale(1.0, 1.0) translateY(23px) translateX(24px);
		-ms-transform: scale(1.0, 1.0) translateY(23px) translateX(24px);
	}
	.navbar-brand {
		width: 50%;
	}
	.mobilesocialicon {
		padding-left: 0 !important;
	}
	.mobilesilderproduct {
		display: block;
	}
	#mobileslidergallery {
		display: block;
	}
	#acordiangallry {
		display: none;
	}
	ul.navbar-nav li {
		padding: 43px 0px;
		transition: 0.5s;
	}
	ul.navbar-nav li .sub_menu_lavel1 {
		display: none;
	}
	.darkHeader ul.navbar-nav li {
		padding: 30px 0px;
		transition: all ease-in-out 0.5s;
		position: relative;
	}
	.main_logo {
		width: 55%;
		padding: 10px 0;
		transition: all ease-in-out 0.5s;
	}
	ul.navbar-nav li:hover .sub_menu_lavel1 {
		display: block;
	}
	.sub_menu_lavel2 ul {
		display: none;
	}
	.sub_menu_lavel2:hover ul {
		display: block;
	}
	ul.navbar-nav li .sub_menu_lavel1 {
		position: absolute;
		background: #fff;
		box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.5);
		padding: 0px;
		min-width: 250px;
		margin-top: 25px;
	}
	ul.navbar-nav li .sub_menu_lavel1 li {
		border-bottom: solid 1px #ccc;
		transition: 0.5s;
		padding: 0px;
	}
	ul.navbar-nav li .sub_menu_lavel1 li a {
		padding: 10px 10px;
		width: 100%;
		display: block;
		color: #000;
		font-size: 14px;
		transition: 0.5s;
	}
	ul.navbar-nav li .sub_menu_lavel1 li:hover {
		background-color: #ff0000;
	}
	ul.navbar-nav li .sub_menu_lavel1 li:hover a {
		color: #fff;
		padding-left: 18px;
	}
	.sub_menu_lavel2 ul {
		top: 0;
		left: 100%;
		position: absolute;
		min-width: 200px;
		background: #fff;
	}
	.sub_menu_lavel2 ul li {
		border-bottom: solid 1px #ccc;
		transition: 0.5s;
		padding: 0px;
	}
	.sub_menu_lavel2 ul li a {
		padding: 10px 10px;
		width: 100%;
		display: block;
		color: #000 !important;
		font-size: 14px;
		transition: 0.5s;
	}
	.sub_menu_lavel2 ul li a:hover {
		color: #fff !important;
	}
	.arrow_down {
		font-size: 18px;
		padding-left: 5px;
	}
	.sub_menu_lavel1 {
		display: none;
	}
	.sub_menu_lavel1 li {
		padding: 7px 10px;
		width: 100%;
		display: block;
	}
	.mobile_sub_menu_lavel2 {
		display: none;
	}
	.product_slider_nav_wapper {
		height: 200px;
	}
	.product_slider_nav {
		display: none;
		padding-top: 15px;
	}
	.overlay_nav {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		opacity: 1;
		background-color: rgba(0, 0, 0, 0.61);
		transition: opacity 0.5s;
		left: 0;
	}
	.overlay_nav .text-white {
		color: #fff;
	}
	.request_all {
		margin-top: 0;
		padding: 0 !important;
	}
	.mainupdown {
		-ms-box-orient: horizontal;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex !important;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	#mobiledown {
		order: 2;
		padding: 10px 0;
	}
	#mobileup {
		order: 1;
		padding: 10px 0;
	}
	.darkHeader .main_logo {
		transition: all ease-in-out 0.5s;
	}
	.main_logo {
		transition: all ease-in-out 0.5s;
	}
	.notHover_mobile a span {
		transform: scale(1.0, 1.0) translateY(21px) translateX(128px);
		-moz-transform: scale(1.0, 1.0) translateY(21px) translateX(128px);
		-webkit-transform: scale(1.0, 1.0) translateY(21px) translateX(128px);
		-ms-transform: scale(1.0, 1.0) translateY(21px) translateX(128px);
	}
	.notHover_mobile_2 a span {
		transform: scale(1.0, 1.0) translateY(21px) translateX(200px);
		-moz-transform: scale(1.0, 1.0) translateY(21px) translateX(200px);
		-webkit-transform: scale(1.0, 1.0) translateY(21px) translateX(200px);
		-ms-transform: scale(1.0, 1.0) translateY(21px) translateX(200px);
	}
}

@media only screen and (max-width: 767px) {
	.template_detail_header_img {
		padding-top: 13px !important;
	}
	.template_detail_header_img2 {
		padding-top: 18px !important;
	}
	.menu_fixed_container {
		padding-top: 0px;
	}
	.navbar-default .navbar-toggle {
		border: none;
	}
	.navbar-toggle {
		padding: 16px 10px;
		margin: 0px;
		margin-right: 0px;
		cursor: pointer !important;
	}
	.main_logo {
		transition: all ease-in-out 0.5s;
	}
	.navbar-toggle .icon-bar {
		width: 25px;
		height: 2px;
		border-radius: 0;
		background-color: #1191d0 !important;
		margin: 6px 0px;
		cursor: pointer;
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}
	.navbar-collapse .navbar-right {
		float: none !important;
		margin-right: 0px;
	}
	.menu_heading li a {
		font-size: 15px;
		padding: 10px 7px;
	}
	body {
		overflow-x: hidden;
	}
	.menu_fixed_container {
		width: 100%;
	}
	.navbar_logo {
		float: left;
		width: 100% !important;
	}
	.navbar_logo {
		display: inline-flex;
	}
	.main_logo {}
	.menu_heading li a {
		text-align: left;
		color: #fff;
		padding: 15px 20px !important;
	}
	.menu_active {
		border-bottom: none !important;
	}
	.mobile-menu {
		position: relative;
		float: right;
		width: 100%;
		margin: 0 auto;
		background: #fff;
		height: 95vh;
		transition: all ease-in-out 0.3s;
	}
	.menu_border:after {
		border-bottom: transparent !important;
	}
	.menu_heading li a {
		color: #000;
	}
	.menu_mobile li a {
		color: #000;
	}
	.dropdown-menu {
		padding: 8px 0;
	}
	.navbar-toggle {
		padding: 16px 25px !important;
	}
	.navbar-brand p {
		text-align: left;
		width: 30%;
	}
	.notHover_mobile a span {
		transform: scale(1.0, 1.0) translateY(21px) translateX(20px);
		-moz-transform: scale(1.0, 1.0) translateY(21px) translateX(20px);
		-webkit-transform: scale(1.0, 1.0) translateY(21px) translateX(20px);
		-ms-transform: scale(1.0, 1.0) translateY(21px) translateX(20px);
	}
	.notHover_mobile_2 a span {
		transform: scale(1.0, 1.0) translateY(21px) translateX(35px);
		-moz-transform: scale(1.0, 1.0) translateY(21px) translateX(35px);
		-webkit-transform: scale(1.0, 1.0) translateY(21px) translateX(35px);
		-ms-transform: scale(1.0, 1.0) translateY(21px) translateX(35px);
	}
}

@media only screen and (max-width: 600px) {
	.footer_arrow li {
		width: 30%;
	}
	.mediumpadding img {
		width: 50%;
	}
	.mobilesocial_icon li img {
		width: 175px;
	}
}

.gradientBg {
	/* background: rgb(54,214,202); */
	/* background: linear-gradient(180deg, rgba(47,213,199,1) 0%, rgba(50, 211, 196, 0.92) 60%, rgba(248,127,54,1) 100%); */
	/* background: #262626; */
}

.gradientBg {
	/* background: rgb(54,214,202); */
	/* background: linear-gradient(180deg, rgba(47,213,199,1) 0%, rgba(50, 211, 196, 0.92) 60%, rgba(248,127,54,1) 100%); */
	background: #262626;
}