@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Alata&family=Alex+Brush&family=Allison&family=Gothic+A1&family=Jost:ital,wght@0,100..900;1,100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=News+Cycle:wght@400;700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
body {
	font-family: "Noto Sans", serif;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}
a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.section-title1 {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 28px;
	font-size: 32px;
	color: #fff;
}
.section-title1 img {
	margin-right: 10px;
}
/******** Menu css ********/
.wrapper-menu {
	border-top: solid 6px #e60000;
	margin-top: 17px;
	float: left;
	width: 100%;
}
.baner-menu-section {
	width: 100%;
	float: left;
}
.wrapper-menu ul.navbar-nav li a {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	margin-left: 4px;
}
.nav-item.buy-now a {
	background: #302018;
	border-radius: 10px;
	padding: 5px 22px !important;
}
.wrapper-menu.fixed ul.navbar-nav li.buy-now a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-left: 23px;
	background: #ffa725;
}
.wrapper-menu ul.navbar-nav {
	margin-left: auto;
}
.add-banner-wr .col-md-3 {
	padding: 0px;
}
.add-banner-wr {
	background-size: cover;
}
 @media (max-width:991px) {
.container {
	max-width: 100%;
}
.menu-bar ul.menu {
	position: fixed;
	width: 255px;
	left: 0;
	text-align: left;
	background: #ffffff;
	z-index: 2;
	padding: 0px 0px;
	z-index: 999;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
	transition: all .4s;
	box-shadow: 5px 0 5px -5px #333;
}
.nav_area ul li a img {
	padding-right: 10px;
	max-width: 41px;
	margin-top: -10px;
}
.menu-bar ul.menu.open {
	left: 0;
	overflow-y: scroll;
	padding-bottom: 26px;
}
.header .row {
	align-items: center;
}
.toggle {
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	margin: 0;
	text-align: center;
	display: block;
	position: absolute;
	right: 0px;
	top: -59px;
	z-index: 9999;
	background: #e60000;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 50%;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 39px !important;
	font-size: 14px;
	color: #000;
	padding: 0px 14px;
	display: inline-block;
	width: 100%;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #000;
	top: 6px;
	width: 40px;
	text-align: center;
	height: 30px;
}
nav.nav_area ul li {
	display: block;
	position: relative;
	border: 0;
}
nav.nav_area ul li {
	border-bottom: solid 1px #d5d5d5;
}
.menu-logo-mobile-view {
	padding: 12px;
}
.menu-logo-mobile-view a {
	display: inline-block;
	max-width: 95%;
}
ul.sub-menu {
	/*	display: none;*/
	position: relative;
	background: transparent;
	padding: 0;
}
ul li .sub-menu li a {
	line-height: 14px;
}
.header .container {
	position: initial;
}
ul.sub-menu span.arrow {
	right: 10px;
	text-align: right;
}
span.arrow.close-icon i:before {
	content: '\f106';
}
ul.sub-menu li.menu-item-has-children span.arrow.close-icon i:before {
	content: "\f106";
}
.home-slider.owl-carousel .owl-item img {
	height: 300px;
}
.top-bar img {
	max-width: 25px;
	vertical-align: middle;
}
.select-drop {
	margin: 20px auto 0;
}
.menu-bar {
	position: initial;
	background: transparent;
}
}
 @media (min-width: 992px) {
label.toggle {
	display: none;
}
.menu-bar {
	width: 100%;
}
.nav_area > ul > li {
	display: inline-block;
}
li.menu-item-has-children.language::after {
	content: "";
	position: absolute;
	border-right: solid 1px #fff;
	right: -4px;
	height: 14px;
	top: 5px;
}
li.menu-item-has-children.language {
	position: relative;
}
li.menu-item-has-children.language-chan {
	padding-right: 0px;
}
.nav_area ul li a {
	color: #0d0d0d;
	font-size: 16px !important;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
}
.nav_area ul li > a {
	background: url(../images/default-arrow.png) no-repeat 9px 48%;
	background-size: 16px;
	padding: 11px;
	display: block;
	padding-left: 34px;
	font-size: 16px;
	padding-right: 15px;
	line-height: 27px;
	position: relative;
	overflow: hidden;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	border-bottom: 0 !important;
}
span.arrow {
	display: none;
	padding-left: 0px;
	color: #ffffff;
	margin-left: 6px;
	position: absolute;
	top: 13px;
	font-size: 11px;
}
.nav_area > ul > li ul.sub-menu {
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	display: none;
}
ul.sub-menu {
	min-width: 100%;
}
ul.sub-menu {
	position: absolute;
	background: #333;
	z-index: 555;
	text-align: left;
}
.nav_area ul li:hover > .full-width-sub-menu > ul.sub-menu {
	display: block;
}
ul.sub-menu {
	position: absolute;
	z-index: 555;
	text-align: left;
	-webkit-box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
	box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
}
.nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	overflow: visible;
	z-index: 20;
	-webkit-transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	-o-transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15), -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
}
	 /*三级菜单增加*/
	 ul.sub-menu li{
		 position: relative;
	 }
ul.sub-menu li ul.sub-menu {
	position: absolute; /**三级菜单增加*/
	left: 0;
	top: 100%;
	width: 100%;
}
.nav_area > ul > li ul.sub-menu li a:hover {
	width: 100%;
	color: #fff;
}
.nav_area > ul > li ul.sub-menu li a {
	color: #ffffff;
	position: relative;
	letter-spacing: 0px;
	font-weight: 500;
}
ul.sub-menu li a {
	line-height: 20px;
	padding: 13px 17px;
	font-size: 14px;
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: padding .2s ease-out;
	-o-transition: padding .2s ease-out;
	transition: padding .2s ease-out;
	width: 100%;
	border-bottom: solid 1px #6d85b9;
}
ul.sub-menu li.menu-item-has-children .arrow {
	color: #fff;
	padding-left: 0;
}
}
.top-logo.logo-mobile {
	display: none;
}
.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu {
	background: #50418a;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0;
	margin-top: 0px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a {
	font-size: 15px;
	padding-left: 11px;
	padding-right: 7px;
	margin-left: 0px;
	line-height: 28px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a:hover {
	background: #3b2a7b;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu .dropdown-toggle::after {
	position: absolute;
	right: 10px;
	top: 14px;
}
.wrapper-menu nav#nav {
	padding-bottom: 0px;
}
.wrapper-menu ul.navbar-nav > li > a {
	padding-bottom: 12px;
}
.logo {
	padding-top: 13px;
}
.logo a {
	display: inline-block;
	max-width: 100%;
}
.header-section {
	float: left;
	width: 100%;
	position: relative;
	z-index: 333;
}
.wrapper-menu ul.menu li.active-hover > a {
	background: #333 url(../images/active-arrow.png) no-repeat 9px 48%;
	background-size: 16px;
	color: #fff;
}
.wrapper-menu ul.menu li.active-hover span.arrow {
	color: #ff7600;
}
.full-width-sub-menu {
	position: absolute;
	width: 100%;
	left: 0;
	top: 39px;
}
nav.nav_area {
	position: relative;
}
.wrapper-menu .full-width-sub-menu .sub-menu li {
	display: inline-block;
}
/******** Menu css End ********/
.footer-row {
	border-top: solid 6px #d6d7d5;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
}
.slider-section-home {
	float: left;
	width: 100%;
}
.item-row-wrapper {
	display: flex;
}
.item-row-wrapper .item-left-div {
	width: 34%;
}
.item-left-div .slider-item-text {
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.container-full-div:After {
	content: "";
	width: 100%;
	left: 0px;
	height: 400px;
	background: #8f1b11;
	display: inline-block;
	position: absolute;
	top: 44px;
	z-index: -1;
}
.container-full-div {
	position: relative;
}
.mask {
	overflow: hidden;
	width: 100%;
	right: 0;
	height: 400px;
	position: absolute;
	top: 44px;
}
.circle {
	position: absolute;
	width: 512px;
	height: 370px;
	margin: 0 auto;
	overflow: visible;
	z-index: 10;
	mix-blend-mode: multiply;
}
.circle:after {
	content: '';
	position: absolute;
	left: -63%;
	top: -545px;
	border-radius: 100%;
	width: 485px;
	height: 494px;
	border: 500px solid rgba(180,0,0,1);
	box-sizing: content-box;
	mix-blend-mode: multiply;
}
.item-right-div {
	position: relative;
	display: inline-grid;
	width: 77%;
}
.container-full-div .row {
	margin: 0;
}
.slider-home-top {
	float: left;
	width: 100%;
	margin-top: 14px;
}
.item-row-wrapper .item-left-div .slider-item-text {
	position: relative;
	margin-right: -140px;
	z-index: 333;
}
.item-row-wrapper .item-left-div .slider-item-text-title {
	font-size: 32px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: 500;
}
.item-row-wrapper .item-left-div p {
	font-size: 17px;
	color: #fff;
	line-height: 26px;
}
.item-left-div .slider-item-text .read-more-btn a {
	color: #fff;
	font-size: 16px;
	position: relative;
	font-weight: 600;
}
.item-left-div .slider-item-text .read-more-btn a:After {
	content: "";
	width: 100%;
	height: 3px;
	background: #fff;
	display: inline-block;
	position: absolute;
	bottom: -7px;
	left: 0;
}
#sliderhome .owl-nav {
	display: none;
}
#sliderhome .owl-dots button span {
	width: 13px;
	height: 13px;
	background: #e0e0e0;
	border: solid 1px #cacaca;
	margin: 0px 7px;
}
#sliderhome .owl-dots button.active span {
	background: #d32d20;
	border: solid 1px #d32d20;
}
#sliderhome .owl-dots button {
	outline: none;
}
#sliderhome .owl-dots {
	margin-top: 14px;
}
.footer-section .footer-row {
	display: flex;
	width: 100%;
}
.copy-right {
	text-align: right;
	font-size: 13px;
	color: #000;
}
.footer-menu a {
	font-size: 13px;
	color: #000;
	font-weight: 600;
}
.slider-banner-home {
	padding-top: 64%;
	background: no-repeat center center / cover;
}

/****** HOME  SLIDER  Animation CSS ******/
@-webkit-keyframes fadeInUp {
0% {
-webkit-transform:translate3d(0, 100%, 0);
opacity:0;
transform:translate3d(0, 100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
 @keyframes fadeInUp {
0% {
-webkit-transform:translate3d(0, 100%, 0);
opacity:0;
transform:translate3d(0, 100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
 @-webkit-keyframes fadeInDown {
0% {
-webkit-transform:translate3d(0, -100%, 0);
opacity:0;
transform:translate3d(0, -100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
 @keyframes fadeInDown {
0% {
-webkit-transform:translate3d(0, -100%, 0);
opacity:0;
transform:translate3d(0, -100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
 @-webkit-keyframes fadeInLeft {
0% {
-webkit-transform:translate3d(-100%, 0, 0);
opacity:0;
transform:translate3d(-100%, 0, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
@keyframes fadeInLeft {
0% {
-webkit-transform:translate3d(-100%, 0, 0);
opacity:0;
transform:translate3d(-100%, 0, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
#sliderhome .owl-item.active .slider-item-text .slider-item-text-title {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInLeft;
	animation-delay: 0.3s;
}
#sliderhome .owl-item.active .slider-item-text {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInLeft;
	animation-delay: 0.3s;
}
#sliderhome .owl-item.active .slider-item-text .read-more-btn {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInLeft;
	animation-delay: 0.3s;
}
/****** HOME  SLIDER  Animation CSS END ******/
.notice-section .notice-bg {
	background: #e0e0e0;
}
.notice-section {
	float: left;
	width: 100%;
	padding-bottom: 50px;
	padding-top: 20px;
}
.notice-section .notice-bg a {
	padding: 45px 25px;
	width: 100%;
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	position: relative;
	display: flex;
	align-items: center;
	text-decoration: none;
}
.notice-section .notice-bg i {
	color: #666666;
	margin-right: 14px;
	font-size: 19px;
}
.notice-section .notice-bg span {
	float: right;
	position: absolute;
	right: 26px;
	filter: brightness(0.5);
}
.notice-section .active-hover {
	background: #b40000;
	background: linear-gradient(90deg, #b40000 0, #8c0000 100%);
}
.notice-section .active-hover:hover span {
	filter: initial;
}
.notice-section .notice-bg:hover a {
	color: #fff;
}
.notice-section .notice-bg:hover i {
	color: #fff;
}
/******** Page No 2 css ********/
.content-section {
	padding: 40px 0px;
	float: left;
	width: 100%;
}
.location-heading {
	margin-bottom: 20px;
}
.footer-section {
	float: left;
	width: 100%;
}
.location-heading .location-heading-title {
	font-size: 30px;
	color: #000000;
	padding-bottom: 6px;
}
.location-heading p {
	font-size: 22px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 18px;
	padding-top: 10px;
}
.location-details-wrapper {
	position: relative;
	margin-bottom: 90px;
}
.location-details-wrapper::after {
	content: "";
	position: absolute;
	width: 80%;
	right: 15px;
	top: 0;
	height: 230px;
	background: #e0e0e0;
	margin: auto;
}
.location-details-info {
	padding-top: 35px;
	position: relative;
	z-index: 33;
}
.location-details-info .location-details-text {
	font-size: 24px;
	color: #000000;
	font-weight: 700;
	padding-bottom: 15px;
}
.location-details-info p {
	font-size: 17px;
	color: #000000;
	margin-bottom: 15px;
	line-height: 24px;
	font-weight: 500;
}
.location-details-info span {
	display: inline-block;
	font-size: 17px;
	color: #000000;
	font-weight: bold;
}
.location-img {
	position: relative;
	z-index: 33;
}
.location-img img {
	width: 100%;
}
.location-details-info span.notice-text {
	border-bottom: solid 4px #d16057;
	padding-bottom: 2px;
}
.more-btn a {
	display: inline-block;
	text-decoration: none;
	border-bottom: solid 4px #d16057;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}
/****** index 3 ******/
.heading-title {
	font-size: 40px;
	color: #000000;
	font-weight: 300;
	margin-bottom: 15px;
}
#accordion {
	padding-top: 23px;
	padding-bottom: 15px;
}
.card {
	border: none;
	border-radius: 0px;
	border-bottom: solid 1px #58595b;
}
.card-header:first-child {
	border-radius: 0px;
}
.card-header {
	background: none;
	padding: 14px 0px;
	border-top: solid 1px #58595b;
	border-bottom: none;
	position: relative;
}
.accordion .card-header:after {
	font-family: 'FontAwesome';
	content: "\f068";
	float: right;
	color: #e60000;
	font-size: 19px;
}
.accordion .card-header.collapsed:after {
	content: "\f067";
}
.accordion a.card-title {
	color: #000000 !important;
	font-size: 19px;
	line-height: 37px;
	font-weight: 600;
}
.accordion-section #accordion a {
	font-weight: bold;
	font-size: 17px;
}
.card-body {
	padding: 0px;
	padding-bottom: 21px;
}
.card-body ul li {
	padding-bottom: 9px;
	padding-left: 25px;
	position: relative;
	font-size: 15px;
}
.card-body ul li::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	left: 7px;
	top: 8px;
	background: #c3c3c3;
	border-radius: 50%;
}
/****** index 4 ******/
.content-section.wrapper {
	padding-bottom: 23px;
}
.aboutus-details-text {
	font-size: 17px;
	width: 54%;
	padding-bottom: 40px;
	color: #000000;
	font-weight: 500;
	line-height: 30px;
}
.aboutus-img {
	text-align: right;
	position: relative;
}
.aboutus-img::after {
	content: "";
	position: absolute;
	left: 279px;
	bottom: 0;
	width: 105px;
	height: 100px;
	background: #d32d1f;
}
.aboutus-details-text-box {
	width: 75%;
	padding: 89px 115px 85px 34px;
	background: antiquewhite;
	background-color: rgba(204,204,204,0.3);
	margin-top: -50px;
	position: relative;
	z-index: 33;
}
.aboutus-details-text-box p {
	text-align: justify;
	font-size: 17px;
	color: #000000;
	margin-bottom: 22px;
	line-height: 29px;
}
.aboutus-details-text-box span {
	display: inline-block;
}
.aboutus-details-text-box span a {
	display: inline-block;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	border-bottom: solid 4px #d16057;
	text-decoration: none;
}
.aboutus-imgs {
	margin-top: -48px;
	position: relative;
	z-index: 33;
}
.aboutus-imgs::after {
	content: "";
	position: absolute;
	right: 279px;
	bottom: 0;
	width: 105px;
	height: 100px;
	background: #d32d1f;
}
.aboutus-details-text-box.two {
	padding-bottom: 20px;
}
.footer-menu a i {
	margin-right: 5px;
	color: #8f1b11;
	font-size: 16px;
	vertical-align: middle;
}
.nav_area > ul > li ul.sub-menu li a {
	background: url(../images/sub-menu-item.png) no-repeat 25px 48%;
	background-size: 16px;
	position: relative;
	background-color: #333;
	color: #fff;
	padding: 15px;
	padding-left: 42px;
	overflow: initial;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	font-size: 14px !important;
}
.nav_area > ul > li ul.sub-menu li a:hover {
	background: url(../images/red-arrow.png) no-repeat 24px 48%;
	background-size: 16px;
	background-color: #333;
	color: #e60000;
}
.heading-title2 {
	font-size: 40px;
	color: #000000;
	font-weight: 300;
	margin-bottom: 19px;
}









/****** Mobile Layout ******/
@media only screen and (max-width: 767px) {
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.footer-section .footer-row {
	display: inline-block;
	text-align: center;
}
.copy-right {
	text-align: center;
	padding-top: 14px;
	padding-bottom: 6px;
}
.full-width-sub-menu {
	position: relative;
	display: none;
	top: 0;
}
.location-details-wrapper::after {
	display: none;
}
.location-details-wrapper {
	margin-bottom: 31px;
	border-bottom: solid 1px #c9c9c9;
	padding-bottom: 24px;
}
.heading-title2 {
	font-size: 31px;
	margin-bottom: 15px;
}
.accordion a.card-title {
	color: #000000 !important;
	font-size: 19px;
	line-height: 33px;
	font-weight: 600;
	padding-right: 36px;
	display: inline-block;
}
.accordion .card-header:after {
	font-size: 19px;
	position: absolute;
	top: 23px;
	right: 8px;
}
.card-body ul li {
	padding-bottom: 9px;
	padding-left: 19px;
	position: relative;
	font-size: 16px;
	line-height: 29px;
	color: #333;
}
.aboutus-details-text {
	width: 100%;
}
.aboutus-img::after {
	right: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: #d32d1f;
	left: 0;
}
.aboutus-details-text-box {
	width: 100%;
	padding: 24px;
	margin-top: 0;
}
.aboutus-imgs::after {
	right: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: #d32d1f;
}
.aboutus-imgs {
	margin-top: 0;
}
.item-right-div {
	display: none;
}
.item-row-wrapper .item-left-div .slider-item-text {
	margin-right: 0;
}
.item-row-wrapper .item-left-div {
	width: 100%;
	padding-top: 34px;
	padding-bottom: 43px;
}
.item-row-wrapper .item-left-div .slider-item-text-title {
	font-size: 23px;
	margin-bottom: 19px;
}
.header-section .logo a {
	max-width: 159px;
}
.container-full-div:After {
	height: 100%;
	top: 0;
}
.wrapper-menu .full-width-sub-menu .sub-menu li {
	width: 100%;
}
.nav_area > ul > li ul.sub-menu li a {
	color: #000;
	padding: 0px;
	background: none;
	padding-left: 15px;
}
.wrapper-menu ul.menu li.active-hover > a {
	background: #f3f3f3;
	background-size: 16px;
	color: #000;
}
}


/****** Tablet Layout ******/
@media only screen and (min-width: 768px) and (max-width: 991px) {
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.accordion a.card-title {
	font-size: 19px;
	line-height: 33px;
	padding-right: 36px;
	display: inline-block;
}
.accordion .card-header:after {
	font-size: 19px;
	position: absolute;
	top: 23px;
	right: 8px;
}
.container-full-div:After {
	height: 100%;
	top: 0;
}
.wrapper-menu .full-width-sub-menu .sub-menu li {
	width: 100%;
}
.nav_area > ul > li ul.sub-menu li a {
	color: #000;
	padding: 0px;
	background: none;
	padding-left: 15px;
}
.wrapper-menu ul.menu li.active-hover > a {
	background: #f3f3f3;
	background-size: 16px;
	color: #000;
}
.full-width-sub-menu {
	display: none;
	position: relative;
	top: 0;
}
.item-row-wrapper .item-left-div .slider-item-text-title {
	font-size: 22px;
	margin-bottom: 20px;
}
#circle {
	width: 532px;
	height: 204px;
}
#circle:after {
	content: '';
	position: absolute;
	left: -84%;
	top: -568px;
	border-radius: 100%;
	width: 434px;
	height: 494px;
}
#mask {
	top: 0;
}
}
