body {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow Condensed';
    src: url('../fonts/BarlowCondensed-Medium.eot');
    src: url('../fonts/BarlowCondensed-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BarlowCondensed-Medium.woff2') format('woff2'),
        url('../fonts/BarlowCondensed-Medium.woff') format('woff'),
        url('../fonts/BarlowCondensed-Medium.ttf') format('truetype'),
        url('../fonts/BarlowCondensed-Medium.svg#BarlowCondensed-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow Condensed';
    src: url('../fonts/BarlowCondensed-SemiBold.eot');
    src: url('../fonts/BarlowCondensed-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BarlowCondensed-SemiBold.woff2') format('woff2'),
        url('../fonts/BarlowCondensed-SemiBold.woff') format('woff'),
        url('../fonts/BarlowCondensed-SemiBold.ttf') format('truetype'),
        url('../fonts/BarlowCondensed-SemiBold.svg#BarlowCondensed-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow Condensed';
    src: url('../fonts/BarlowCondensed-Bold.eot');
    src: url('../fonts/BarlowCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BarlowCondensed-Bold.woff2') format('woff2'),
        url('../fonts/BarlowCondensed-Bold.woff') format('woff'),
        url('../fonts/BarlowCondensed-Bold.ttf') format('truetype'),
        url('../fonts/BarlowCondensed-Bold.svg#BarlowCondensed-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Sang Guru';
    src: url('../fonts/SangGuru-ZV828.eot');
    src: url('../fonts/SangGuru-ZV828.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SangGuru-ZV828.woff2') format('woff2'),
         url('../fonts/SangGuru-ZV828.woff') format('woff'),
         url('../fonts/SangGuru-ZV828.ttf')  format('truetype'),
         url('../fonts/SangGuru-ZV828.svg#Sang Guru') format('svg');
	font-display: swap;
}
@font-face {
    font-family: 'Bangers';
    src: url('../fonts/Bangers-Regular.eot');
    src: url('../fonts/Bangers-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Bangers-Regular.woff2') format('woff2'),
        url('../fonts/Bangers-Regular.woff') format('woff'),
        url('../fonts/Bangers-Regular.ttf') format('truetype'),
        url('../fonts/Bangers-Regular.svg#Bangers-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 8px 0;
	background: #fff;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header:before {
	position: absolute;
	content: "";
	border-right: 1px solid #ddd;
	left: 70px;
	top: 0;
	bottom: 0;
}
.darkHeader {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.logo {
	text-align: center;
}
.logo img {
	width: 140px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
/*
.darkHeader .logo img {
	width: 125px;
}
*/
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header_menu ul li {
	display: inline-block;
	position: relative;
	margin-right: 15px;
}
.header_menu ul li a {
	display: block;
	color: #111;
	font-style: normal;
	font-size: 19px;
	font-family: 'Barlow Condensed';
	text-decoration: none;
	position: relative;
	z-index: 99;
	padding: 15px 0;
	font-weight: 600;
	text-transform: uppercase;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_menu ul li a:hover, .header_menu ul li.active a {
	color: #ff0719;
}
.header_right_contact {
	font-family: 'Barlow Condensed';
	font-size: 19px;
	font-weight: 600;
	color: #111;
}
.header_right_contact a {
	color: #d00312;
}
.header_social {
	margin-left: 20px;
}
.header_social a {
	margin-left: 3px;
}
.header_social img {
	width: 25px;
}
.home_banner_section {
	margin-top: 85px;
}
.home_about_section {
	padding: 100px 0 50px;
	background: url("../images/about_bg.png") no-repeat;
	background-position: 40% 20%;
}
.home_about_img {
	padding-right: 20px;
}
.home_about_img img {
	border-radius: 10px;
}
.home_about_img3 {
	position: absolute;
	left: 0;
	bottom: -100px;
}
.home_about_section_subheading {
	font-family: 'Sang Guru';
	color: #111;
	font-size: 25px;
	margin-bottom: 10px;
}
.home_about_section_heading {
	font-family: 'Barlow Condensed';
	font-weight: 600;
	font-size: 35px;
	color: #111;
	line-height: 1.1;
}
.home_about_section_heading strong {
	font-weight: 600;
	color: #d0000f;
}
.home_about_section_text {
	color: #666;
	margin-top: 20px;
}
.home_about_section_btn {
	background: #fedc00;
	display: inline-block;
	color: #111;
	font-weight: 500;
	padding: 11px 25px;
	margin-top: 20px;
	border-radius: 30px;
}
.common_btn {
	overflow: hidden;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.common_btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #d0000f;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.common_btn:hover, .common_btn:focus, .common_btn:active {
	color: #fff;
}
.common_btn:hover:before, .common_btn:focus:before, .common_btn:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.home_choose_section {
	background: url("../images/choose_bg1.png") no-repeat top right;
	padding: 75px 0;
}
.home_choose_section:before {
	background: url("../images/choose_bg2.png") no-repeat;
	background-position: 2% 95%;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.home_choose_section:after {
	background: url("../images/choose_bg3.png") no-repeat;
	background-position: 6% 22%;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.home_choose_section_heading {
	font-family: 'Barlow Condensed';
	font-weight: 600;
	font-size: 42px;
	color: #111;
	line-height: 1.1;
}
.home_choose_block {
	margin-top: 45px;
}
.home_choose_block_inner {
	background: url("../images/choose_box_bg1.jpg") #c22a27 no-repeat center top;
	background-size: cover;
	padding: 30px 20px;
	border-radius: 6px;
	overflow: hidden;
	min-height: 100%;
}
.home_choose_block:nth-child(even) .home_choose_block_inner {
	background: url("../images/choose_box_bg2.jpg") #fec400 no-repeat center top;
	background-size: cover;
}
.home_choose_block_inner img {
	width: 45px;
}
.home_choose_block_heading {
	font-family: 'Barlow Condensed';
	font-weight: 600;
	font-size: 24px;
	color: #111;
	line-height: 1.1;
	margin-top: 15px;
}
.home_choose_block_text {
	font-size: 15px;
	margin-top: 15px;
}
.home_menu_section {
	background: url("../images/menu_bg.jpg") #eee repeat;
	padding: 75px 0;
}
#myTab {
	padding: 0;
	margin: 40px 0 0;
	border: none !important;
}
#myTab .nav-item {
	margin: 0 5px;
}
#myTab .nav-link {
	width: 120px;
	padding: 18px 0 16px;
	border: 2px solid #222;
	font-size: 17px;
	border-radius: 5px;
	font-family: 'Barlow Condensed';
	font-weight: 600;
	text-transform: uppercase;
	color: #111;
	position: relative;
}
#myTab .nav-link:before {
	position: absolute;
	content: "";
	height: 25px;
	bottom: -25px;
	background: #b82420;
	left: -2px;
	right: -2px;
	opacity: 0;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
#myTab .nav-link img {
	width: 40px;
	display: block;
	margin: 0 auto 10px;
}
#myTab .nav-item.show .nav-link, #myTab .nav-link.active {
	background: #b82420;
	border-color: #b82420;
	color: #fff;
}
#myTab .nav-item.show .nav-link img, #myTab .nav-link.active img {
	filter: brightness(0) invert(1);
}
#myTab .nav-item.show .nav-link:before, #myTab .nav-link.active:before {
	opacity: 1;
}
.menu_item_box {
	margin-top: 30px;
}
.menu_item_box_inner {
	background: #fff;
	box-shadow: 0px 6px 13.76px 2.24px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	min-height: 100%;
	padding: 30px 15px;
	text-align: center;
}
.menu_item_box_inner img {
	width: 110px;
	border-radius: 50%;
}
.menu_item_box_heading {
	font-family: 'Barlow Condensed';
	font-weight: 600;
	text-transform: uppercase;
	color: #111;
	font-size: 22px;
	margin-top: 15px;
}
.menu_item_box_text {
	font-size: 15px;
	color: #666;
	margin-top: 5px;
}
.menu_item_box_btn {
	display: inline-block;
	background: #111;
	color: #fedc00 !important;
	padding: 9px 18px;
	border-radius: 30px;
	font-weight: 500;
	font-size: 15px;
	margin-top: 15px;
}
.home_cta_heading {
	font-family: 'Barlow Condensed';
	font-weight: 600;
	color: #111;
	font-size: 25px;
	line-height: 1.1;
	margin-top: 60px;
}
.home_cta_btn1 {
	display: inline-block;
	background: #d0000f;
	color: #fff;
	border-radius: 30px;
	font-weight: 500;
	font-size: 15px;
	padding: 10px 20px;
	margin: 20px 10px 0 0;
}
.home_cta_btn2 {
	display: inline-block;
	background: #fedc00;
	color: #111;
	border-radius: 30px;
	font-weight: 500;
	font-size: 15px;
	padding: 10px 20px;
	margin-top: 20px;
}
.home_offer_section {
	background: #c2010f;
	padding: 30px 0 0;
}
.home_offer_section img {
	position: relative;
	z-index: 9;
}
.home_testimonial_section {
	padding: 75px 0;
}
.home_area_section {
	background: url("../images/area_bg.jpg") #f5c811 no-repeat center;
	background-size: cover;
	padding: 75px 0;
}
.home_area_list ul {
	padding: 0;
	margin: 30px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.home_area_list ul li {
	list-style: none;
	width: 20%;
	padding: 8px;
}
.home_area_list ul li a {
	background: url("../images/map_pin.png") #fff5ce no-repeat center left 15px;
	background-size: 20px;
	display: block;
	border-radius: 30px;
	text-transform: uppercase;
	color: #111;
	font-weight: 500;
	font-size: 15px;
	padding: 12px 15px 11px 42px;
}
.footer {
	background: url("../images/footer_bg.jpg") #181619 no-repeat;
	background-size: cover;
	padding: 55px 0 45px;
}
.footer_logo img {
	width: 100px;
	filter: brightness(0) invert(1);
}
.footer_about {
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}
.footer_btn {
	display: inline-block;
	background: #c2010f;
	color: #f5c811;
	font-weight: 500;
	font-size: 15px;
	padding: 10px 25px;
	border-radius: 30px;
	margin-top: 20px;
}
.footer_btn2 {
	display: inline-block;
	background: url("../images/uber_btn.jpg") #74c330 no-repeat center;
	background-size: 135px;
	color: #f5c811;
	padding: 21px 60px;
	border-radius: 30px;
	margin-top: 20px;
	vertical-align: top;
}
.footer_top_heading {
	font-family: 'Barlow Condensed';
    font-size: 24px;
	color: #fff;
	line-height: 1.1;
	text-transform: uppercase;
}
.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 22px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.footer_menu ul li {
    position: relative;
    margin-top: 4px;
	font-size: 15px;
	width: 50%;
}
.footer_menu ul li a {
	color: #ddd;
	font-style: normal;
	text-decoration: none;
	position: relative;
	z-index: 99;
	font-size: 15px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
	color: #c2010f;
}
.footer_contact_info ul {
	list-style-type: none;
	padding: 0;
    margin: 25px 0 0;
}
.footer_contact_info ul li {
	color: #eee;
	position: relative;
	padding-left: 26px;
	font-size: 15px;
	margin-top: 10px;
}
.footer_contact_info ul li a {
	color: #eee;
}
.footer_contact_info ul li img {
	position: absolute;
	top: 3px;
	left: 0;
	width: 16px;
}
.footer_copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	color: #ddd;
	padding-top: 15px;
}
.footer_copyright a {
	color: #ddd;
}
#back-to-top {
	background: #c2010f;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
	text-transform: uppercase;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.slide_track {
	animation:40s linear infinite scroll;
	display:flex;
/*	width:calc(185px * 36);*/
	position: absolute;
	top: 41%;
	left: 0;
	font-family: 'Bangers';
	color: #fedc00;
	font-size: 110px;
	line-height: 1;
	white-space: nowrap;
}
.slide_track span {
	margin: 0 30px;
}
@keyframes scroll {
  0% {
    transform:translateX(0%)
  }
  100% {
    transform:translateX(calc(-185px * 6))
  }
}
.home_offer_before {
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translate(-50%, 0);
	font-family: 'Bangers';
	color: rgba(255, 255, 255, 0.1);
	font-size: 90px;
	line-height: 1;
	white-space: nowrap;
}
.home_offer_after {
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translate(-50%, 0);
	font-family: 'Bangers';
	color: rgba(255, 255, 255, 0.1);
	font-size: 90px;
	line-height: 1;
	white-space: nowrap;
}
.home_offer_before span, .home_offer_after span {
	margin: 0 20px;
}
.ms-slide-info {
	position: absolute !important;
	top: 50%;
	left: 9%;
	width: auto !important;
	max-width: 450px;
	transform: translate(0, -50%);
	text-align: center;
	margin-top: 0 !important;
}
.banner_heading {
	font-family: 'Barlow Condensed';
    font-size: 50px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}
.banner_subheading {
	font-family: 'Sang Guru';
	color: #fff;
	font-size: 45px;
	margin-top: 15px;
}
.banner_btn {
	background: #fedc00;
	display: inline-block;
	border: 2px solid #fff;
	color: #111;
	font-family: 'Barlow Condensed';
	font-weight: 500;
	font-size: 19px;
	padding: 8px 30px;
	margin-top: 10px;
	border-radius: 30px;
	text-transform: uppercase;
}
.ms-skin-default .ms-bullet {
	width: 10px !important;
	height: 10px !important;
	background: #fff !important;
	border-radius: 50%;
}
.ms-skin-default .ms-bullet-selected {
	background: #fedc00 !important;
}
.ms-bullets.ms-dir-h {
	bottom: 30px !important;
	right: auto !important;
	left: 23%;
}
.ms-bullets.ms-dir-h .ms-bullets-count {
	right: auto !important;
}
.ms-nav-prev {
	background: url("../images/prev_icon.png") no-repeat center !important;
	background-size: 30px !important;
}
.ms-nav-next {
	background: url("../images/next_icon.png") no-repeat center !important;
	background-size: 30px !important;
}
.home_testimonial_slide {
	margin-top: 40px;
}
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    /*background: url("../images/banner.jpg") #eee no-repeat center !important;*/
    background-size: cover !important;
    max-width: 100% !important;
    padding: 220px 0 130px !important;
    margin: 0 0 50px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
    color: #fff;
	position: relative;
    font-size: 40px;
	font-weight: 500;
	font-family: 'Barlow Condensed';
    text-transform: uppercase;
    z-index: 99;
	margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
	color: #f5c811;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a {
	color: #f5c811;
}
.page {
	margin-top: 0 !important;
}
.rmp-menu-title-image {
	height: auto;
}
.rmp-menu-additional-content {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	color: #111 !important;
	padding-top: 20px !important;
	font-size: 14px !important;
	text-align: left !important;
	margin-top: 30px;
}
.rmp-menu-additional-content a {
	color: #b82420 !important;
	font-weight: 500;
}
.menu_page_header_img img {
	width: 60px;
	filter: brightness(0) saturate(100%) invert(79%) sepia(43%) saturate(1383%) hue-rotate(355deg) brightness(105%) contrast(110%);
}
.menu_page_heading {
	font-family: 'Sang Guru';
	color: #111;
	font-size: 33px;
	margin-top: 8px;
}
.menu_page_block {
	margin-top: 30px;
}
.menu_page_block_inner {
	background: url("../images/menu_bg.jpg") #eee repeat;
	border: 1px solid #eee;
/* 	border-top: 3px solid #fedc00; */
	border-radius: 10px;
	min-height: 100%;
	padding: 30px 20px;
	text-align: center;
	overflow: hidden;
}
.menu_page_block_img img {
	width: 110px;
	border-radius: 50%;
	border: 3px solid #fedc00;
	margin-bottom: 15px;
}
.menu_page_block_heading {
	font-family: 'Barlow Condensed';
	color: #111;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 1.1;
}
.menu_page_block_desc {
	color: #666;
	font-size: 15px;
	margin: 15px 0 0;
}
.menu_page_block_price {
	color: #d00312;
	font-size: 15px;
	margin: 10px 0 0;
}
.menu_page_block_price strong {
	font-weight: 500;
	font-size: 18px;
}
.trading_page_table {
	background: url("../images/time_bg.jpg") no-repeat;
	background-size: cover;
	border-radius: 10px;
	padding: 20px;
	border-top: 3px solid #f5c811;
}
.trading_page_table .table tr td {
	background: none;
	font-size: 16px;
	color: #fff;
}
.trading_page_table .table tr td:last-child {
	text-align: right;
	color: #f5c811;
	font-weight: 500;
}
.inner_page_heading {
	color: #111;
	font-family: 'Barlow Condensed';
	font-weight: 600;
	font-size: 30px;
	line-height: 35px;
	position: relative;
	text-transform: uppercase;
	padding-bottom: 12px;
}
.inner_page_heading strong {
	color: #d00312;
	font-weight: 600;
}
.inner_page_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 30px;
	border-bottom: 4px solid #fedc00;
}
.contact_page_info {
	position:relative;
	padding-left:47px;
	color:#666;
	margin-top:25px;
}
.contact_page_info a {
	color:#666;
}
.contact_page_info strong {
	color:#222;
	font-weight: 500;
	font-size:18px;
}
.contact_page_info img {
	position:absolute;
	top:7px;
	left:0;
	width:35px;
}
.contact_form {
	margin-top: 10px;
}
.contact_form p {
	margin-bottom: 0 !important;
}
.contact_form input {
    margin-top: 15px;
    min-height: 45px;
	border-radius: 4px;
    border: 1px solid #ccc !important;
    width: 100%;
}
.contact_form textarea {
    margin-top: 15px;
    height: 150px;
	border-radius: 4px;
    border: 1px solid #ccc !important;
	resize: none;
}
.contact_form .contact_btn input {
    min-height: 45px;
    border: none !important;
    width: auto;
    background: #fedc00 !important;
    border-radius: 30px;
	color: #111 !important;
    font-size: 16px;
    font-weight: 500;
}
.contact_map {
	margin-top: 60px;
}
.contact_map iframe, #post-13 {
	margin-bottom: 0 !important;
}
.inner_page_text {
	color: #666;
	margin-top: 20px;
}
.inner_page_img img {
	border-radius: 10px;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_cta_btn1 {
	background: #d00312;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.footer_cta_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 10px 12px 0;
}
.footer_cta_btn3 {
	background: url("../images/uber_btn.jpg") #74c330 no-repeat center;
	background-size: 135px;
	width: 50%;
	float: left;
	padding: 22px 0;
}
.thankyou_text {
	color: #666;
}
.thankyou_btn {
	background: #fedc00;
	display: inline-block;
	color: #111;
	font-weight: 500;
	padding: 10px 22px;
	margin-top: 20px;
	border-radius: 30px;
}
.error_container {
	display: flex;
	min-height: 100vh;
	align-items: center;
	text-align: center;
}
.error_container img {
	margin-bottom: 20px;
}



/*=========== Responsive ===========*/

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.header_right_contact, .header_menu {
  display: none;
}
.header {
  padding: 5px 0;
}
.logo img {
  width: 100px;
}
.rmp_menu_trigger {
  width: 60px !important;
  top: 2px !important;
}
.header::before {
  left: 60px;
}
.header_social img {
  width: 22px;
}
.ms-view, .ms-slide {
   min-height: 300px !important;
}
.ms-slide-bgcont img {
   object-fit: cover;
}
.home_banner_section {
  margin-top: 60px;
}
.banner_heading {
  font-size: 30px;
}
.banner_subheading {
  font-size: 25px;
  margin-top: 15px;
}
.banner_btn {
  font-size: 18px;
  padding: 6px 25px;
}
.ms-slide-info {
  left: 5%;
  right: 5%;
  max-width: 100%;
}
.ms-bullets.ms-dir-h {
  bottom: 10px !important;
  right: 50% !important;
  left: auto;
}
.ms-bullets.ms-dir-h .ms-bullets-count {
  right: -50% !important;
}
.home_about_img {
  padding-right: 12px;
  margin-bottom: 30px;
}
.home_about_img3 {
  left: 10%;
  bottom: -50px;
  width: 115px;
}
.home_about_section_heading {
  font-size: 25px;
}
.home_about_section_subheading {
  font-size: 20px;
}
.home_about_section_btn {
  padding: 10px 20px;
  font-size: 15px;
}
.home_about_section {
  padding: 40px 0;
  background-position: 85% 3%;
}
.home_choose_section {
  padding: 40px 0;
  background-size: 100px;
}
.home_choose_section_heading {
  font-size: 28px;
}
.home_choose_block {
  margin-top: 25px;
}
.home_menu_section, .home_testimonial_section, .home_area_section {
  padding: 40px 0;
}
#myTab .nav-link {
  width: 100px;
  font-size: 15px;
}
#myTab .nav-item {
  margin: 0 5px 25px;
}
#myTab .nav-link::before {
  height: 10px;
  bottom: -11px;
}
#myTab {
  margin: 30px 0 0;
}
.menu_item_box_inner {
  padding: 25px 15px;
}
.menu_item_box {
  margin-top: 20px;
}
.home_offer_section img {
  width: 235px;
}
.slide_track {
  font-size: 65px;
}
.home_offer_after {
  bottom: 10%;
  font-size: 55px;
}
.home_offer_before {
  top: 10%;
  font-size: 55px;
}
.home_area_list ul li {
  width: 100%;
  padding: 3px;
}
.footer_top_heading, .footer_map {
  margin-top: 30px;
}
.footer_copyright {
  margin-top: 0;
}
.footer {
  padding: 40px 0 60px;
}
.menu_page_block_inner {
  padding: 20px 15px;
}
.menu_page_block {
  margin-top: 20px;
}
.menu_page_heading {
  font-size: 24px;
}
.trading_page_table {
  padding: 20px 10px;
}
.page .entry-title, .blog_page_title {
  font-size: 30px;
}
.page .entry-header, .blog_page_header {
  padding: 135px 0 80px !important;
  margin: 0 0 40px !important;
}
.inner_page_heading {
  font-size: 26px;
  line-height: 31px;
}
.contact_right {
  margin-top: 40px;
}
.inner_page_img {
  margin-bottom: 25px;
}
#back-to-top {
  bottom: 55px;
}
}

@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.home_about_img3 {
  left: 15%;
  bottom: -80px;
  width: 150px;
}
.home_area_list ul li {
  width: 50%;
  padding: 3px;
}
.menu_page_block, .menu_item_box {
  width: 50%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.ms-slide-info {
  max-width: 315px;
}
.home_about_section {
  background-position: 45% 15%;
}
.home_offer_section img {
  width: 300px;
}
.home_area_list ul li {
  width: 33%;
}
.contact_right {
  margin-top: 0;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.header_right_contact {
  font-size: 17px;
}
.header_menu ul li a {
  font-size: 17px;
}
.header_menu ul li {
  margin-right: 0;
  margin-left: 15px;
}
.header_menu {
  padding-left: 55px;
}
.ms-slide-info {
  left: 8%;
  max-width: 400px;
}
.home_about_img3 {
  left: 10%;
  width: 150px;
}
.home_area_list ul li {
  width: 25%;
}
.menu_page_block_inner {
  padding: 25px 15px;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {
.ms-slide-info {
  left: 16%;
}
}

@media screen and (min-width: 2048px) {
.ms-slide-info {
  left: 18%;
}
}

@media screen and (min-width: 2550px) {
.ms-slide-info {
  left: 24%;
}
} 

