@charset "utf-8";

/* CSS Document */

@import url('https://fonts.font.im/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.font.im/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');*/
body {
	font-family: 'Roboto', sans-serif;
}
ul {
	padding: 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
}
li {
	list-style: none;
}
.top-right {
	text-align: right;
}
.top-right ul li {
	display: inline-block;
}
.top-right-language {
	text-align: right;
	padding-top: 15px;
}
.top-right-language ul {
	display: inline-flex;
}
.top-right-language ul li {
	display: inline-block;
}
.top-right ul li.toprr {
	border-right: solid 1px #3f8113;
	padding-right: 8px;
	margin-right: 3px;
	line-height: 13px;
}
.top-right ul li {
	display: inline-block;
}
.top-right ul li.toprr a {
	text-decoration: none;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
.top-right ul li a {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.wrapper-menu {
	/*position: absolute;*/
	top: 0px;
	width: 100%;
}
.top-banner {
	background: url(../images/bg.png);
	background-size: cover;
	/* padding-top: 61px; */
	padding-bottom: 0;
}
.top-banner-text h3 {
	font-size: 54px;
	color: #fff;
	font-weight: 800;
}
.top-banner-text p {
	font-size: 17px;
	color: #fff;
	line-height: 27px;
}
.top-banner .wrapper-btn a {
	border: solid 2px #fff;
	padding: 7px 15px;
	display: inline-block;
	text-decoration: none;
}
.top-banner .wrapper-btn a {
	border: solid 2px #fff;
	padding: 8px 38px;
	display: inline-block;
	border-radius: 50px;
	background: #fff;
	font-weight: bold;
	color: #ffa500;
	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;
}
.logo-gta {
	padding: 7px 0px;
	border-bottom: solid 5px #d98a2e;
	padding-bottom: 0;
}
.menu-bar {
	text-align: right;
}
.wrapper-menu.fixed {
	background: #50418a;
	z-index: 9999;
	position: fixed !important;
}
.wrapper-menu {
	/* position: absolute !important; */
	background: #fd9b00;
	background: none;
	padding-top: 9px;
}
.home-logo-top {
	margin-top: 10px;
}
li.menu-item-has-children.cont {
	padding-right: 0px;
}
.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;
}
.top-wrapper-bg {
/* background: url(../images/top-banner.jpg); */
}
.add-banner-wr .col-md-3 {
	padding: 0px;
}
.add-banner-wr {
    /* background: url(../images/bg2.jpg); */
    background-size: cove margin-bottom: 49px;
}
.post-img-wrapper .post-img-row {
	position: relative;
	overflow: hidden;
}
.img-box:hover .post-img-wrapper .post-img-row img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.post-img-wrapper .post-img-row img {
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}
.img-box {
	margin-bottom: 31px;
	border: solid 1px #cccccc;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.img-box:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
 @media (max-width:991px) {
.container {
	max-width: 100%;
}
.menu-bar ul.menu {
	position: fixed;
	width: 60%;
	left: 0;
	text-align: left;
	background: #ef7817;
	z-index: 2;
	padding: 15px 10px;
	z-index: 99999;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
}
.menu-bar ul.menu.open {
	left: 0;
}
.header .row {
	align-items: center;
}
.toggle {
	color: #ffffff;
	cursor: pointer;
	font-size: 22px;
	margin: 0;
	text-align: right;
	display: block;
	position: absolute;
	right: 15px;
	top: 13px;
	z-index: 9999;
	background: #ef7817;
	width: 42px;
	text-align: center;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 40px;
	font-size: 14px;
	color: #fff;
}
nav.nav_area ul li {
	display: block;
	position: relative;
	border: 0;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #fff;
	top: 10px;
	width: 40px;
	text-align: center;
	height: 30px;
}
ul.sub-menu {
	display: none;
	position: relative;
	background: transparent;
	padding: 0;
	margin-left: 10px;
}
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;
}
 @media (min-width: 992px) .menu-bar {
 background: #8fba52;
 width: 100%;
 z-index: 9;
 float: left;
 width: 100%;
 padding-top: 9px;
 padding-bottom: 9px;
}
.nav_area>ul>li {
	display: inline-block;
	padding: 0 2px;
}
.nav_area ul li a {
	color: #000000;
	/* font-size: 12px; */
	font-size: 14px;
	display: inline-block;
	font-weight: 700;
	padding: 7px 0px;
	text-decoration: none;
	padding-bottom: 10px;
}
span.arrow {
	display: inline-block;
	padding-left: 5px;
	color: #e76424;
}
.nav_area>ul>li ul.sub-menu {
	transform-origin: 50% 0;
	transform: scaleY(0) translateZ(0);
	transition: transform 0.3s, opacity 0.3s;
	display: block;
}
ul.sub-menu {
	min-width: 150px;
}
ul.sub-menu {
	position: absolute;
	background: #003681;
	z-index: 555;
	text-align: left;
}
.nav_area ul li:hover ul.sub-menu {
	display: block;
}
ul.sub-menu {
	position: absolute;
	background: #e76424;
	z-index: 555;
	text-align: left;
}
.nav_area>ul>li:hover>ul.sub-menu, .nav_area ul.sub-menu>li:hover>ul.sub-menu {
	transform: scaleY(1) translateZ(0);
}
ul.sub-menu li ul.sub-menu {
	left: 100%;
	top: 0px;
	width: 100%;
}
ul.sub-menu li a {
	color: #fff;
	line-height: 20px;
	padding: 7px 10px 7px 10px;
	font-size: 14px;
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: normal;
	width: 100%;
	-moz-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}
ul.sub-menu li.menu-item-has-children .arrow {
	color: #fff;
	padding-left: 0;
	position: absolute;
	right: 11px;
	top: 2px;
}
}
.top-logo.logo-mobile {
	display: none;
}
.mobile-menu.wrapper-menu {
	z-index: 9999;
}
.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;
}
.banner-wrapper {
	padding: 0px;
	position: relative;
	width: 100%;
	float: left;
}
.banner-img-wrapper img {
	width: 100%;
	float: left;
}
.banner-wrapper-row {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 170px;
}
.banner-wrapper-row .page-title h3 {
	color: #fff;
	font-size: 45px;
	font-weight: bold;
	line-height: 50px;
	text-transform: uppercase;
}
.banner-wrapper-row .page-title p {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0px;
}
#sliderhome {
	float: left;
	width: 100%;
}
#sliderhome .owl-dots {
	bottom: 32px;
	position: absolute;
	margin: 0px auto;
	width: 100%;
	text-align: center;
}
#sliderhome .owl-dots button.active span {
	background-color: #e76424;
}
#sliderhome .owl-dots button span {
	background-color: #ffffff;
	margin-right: 8px;
}
#sliderhome .owl-nav {
	margin-top: 0;
}
#sliderhome .owl-dots button {
	outline: 0;
}
#sliderhome .owl-nav button {
	background-color: rgba(255, 255, 255, 0.6);
	width: 45px;
	height: 45px;
	color: #000;
	font-size: 30px;
	outline: 0;
}
#sliderhome .owl-nav button:hover {
	background-color: #e76424;
	color: #fff;
}
#sliderhome .owl-nav button.owl-prev {
	position: absolute;
	left: 0px;
	top: 50%;
}
#sliderhome .owl-nav button.owl-next {
	position: absolute;
	right: 0px;
	top: 50%;
}
.about-wrapper {
	background: url(../images/about-bg-home.jpg);
	background-size: 100% 100%;
	float: left;
	width: 100%;
	background-position: center;
	padding-top: 60px;
	padding-bottom: 40px;
}
.about-wrapper-videos {
	position: relative;
}
.about-wrapper-videos iframe {
	width: 100%;
	height: 301px;
	z-index: 666666;
	position: relative;
}
.about-wrapper-info p {
	color: #fff;
	font-size: 16px;
}
.shop-solution-wrapper {
	background: url(../images/Shop-Solution-bg_new.jpg);
	background-size: 100% 100%;
	float: left;
	width: 100%;
	background-position: center;
	padding-top: 60px;
	padding-bottom: 40px;
}
.shop-solution-wrapper-info h3 {
	color: #ff9900;
	font-size: 34px;
	font-weight: normal;
}
.shop-solution-list ul li {
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px;
}
.footer-wrapper-info h3 {
	position: relative;
	font-size: 22px;
	color: #000000;
	font-weight: 500;
	margin-bottom: 13px;
}
.footer-wrapper-info {
	float: left;
	width: 100%;
}
.about-wrapper-videos:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 93%;
	background: #e76424;
	display: inline-block;
	top: -19px;
	/* z-index: 3333; */
	z-index: -1;
	right: -16px;
}
/****** Footer Css ******/

.footer-wrapper {
	float: left;
	width: 100%;
	background: #dbdcdc;
	padding-top: 35px;
	padding-bottom: 35px;
}
.footer-wrapper-info ul li a {
	text-decoration: none;
	color: #333333;
	font-size: 16px;
	-moz-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}
.footer-wrapper-info h3:before {
	content: "";
	border-bottom: solid 3px #d98a2e;
	width: 37px;
	display: inline-block;
	position: absolute;
	bottom: -11px;
}
.footer-wrapper-info h3 {
	position: relative;
	font-size: 18px;
	color: #000000;
	font-weight: 500;
	margin-bottom: 26px;
}
.footer-wrapper-info h4 {
	font-size: 18px;
}
.footer-wrapper-info ul {
	margin-bottom: 6px;
}
.footer-wrapper .col-md-3 {
	max-width: 20%;
	flex: 0 0 20%;
}
.footer-wrapper-copyright {
	float: left;
	width: 100%;
	text-align: center;
	background: #d98a2e;
}
.footer-wrapper-copyright .copyright-text {
	font-size: 14px;
	color: #000;
	margin-top: 8px;
	margin-bottom: 8px;
}
.copyright-text a {
	color: #000;
}
.about-wrapper-info-title {
	margin-bottom: 12px;
}
.about-wrapper-info-title h3 {
	color: #fff;
	font-size: 33px;
	background: url(../images/title-bg.png);
	display: inline-block;
	padding: 14px 23px;
	background-size: 100% 100%;
	padding-right: 67px;
}
.facilities-wrapper {
	background: url(../images/facilities-bg.jpg);
	float: left;
	width: 100%;
	padding-bottom: 40px;
	padding-top: 30px;
}
.facilities-wrapper .container {
	max-width: 100%;
}
.section-title-wrapper {
	width: 100%;
	text-align: center;
	margin-top: 31px;
	margin-bottom: 16px;
}
.explore-more-wrapper-btn {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.explore-more-wrapper-btn a {
	background: #e76424;
	padding: 12px 23px;
	color: #fff;
	border-radius: 50px;
	text-decoration: none;
}
.explore-more-wrapper-btn a:hover {
	background: #d74d09;
}
.image-grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.image-grid__item {
	display: flex;
	flex-direction: column;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 100%;
	align-items: stretch;
	justify-content: center;
	position: relative;
	height: 387px;
	margin-bottom: 14px;
	transition: transform 0.14s ease-in, text-shadow 0.1s ease-in;
}
.image-grid__item:before {
	content: "";
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: none;
	border-radius: 3px;
	box-shadow: 0 10px 24px 0px rgba(0, 0, 0, 0.06), 0 8px 20px -2px rgba(0, 0, 0, 0.1), 0 6px 10px -6px rgba(0, 0, 0, 0.2);
	transition: visibility 0.1s ease-out, opacity 0.1s ease-out;
	opacity: 0;
}
.image-grid__item:hover:before {
	visibility: visible;
	opacity: 1;
}
.grid-item {
	display: flex;
	position: relative;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 1;
	align-items: stretch;
	justify-content: center;
	text-decoration: none;
	color: #eeeeee;
	overflow: hidden;
	border-radius: 16px;
}
.grid-item:hover .grid-item__image {
	transform: scale(1.2);
}
.grid-item:hover .grid-item__hover {
	visibility: visible;
	opacity: 1;
}
.grid-item:hover .grid-item__name {
	visibility: visible;
	/*transform: scale(1);*/
	opacity: 1;
}
.grid-item__image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
	transform: scale(1);
	will-change: transform;
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 0;
}
.grid-item__hover {
	display: block;
	position: absolute;
	border-radius: 0;
	transition: visibility 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	background: url(../images/overlay-img.png);
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 0;
	display: inline-block;
	background-size: 100% 100%;
	height: 100%;
}
.grid-item__name {
	transform: scale(01);
	transform-origin: center center;
	transition: visibility 0.14s ease-out, opacity 0.14s ease-out, transform 0.24s ease;
	text-align: center;
	position: absolute;
	bottom: 26px;
	width: 100%;
}
.grid-item__name .view-details-btn {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
}
.grid-item__name h3 {
	font-size: 21px;
	color: #fff;
	position: relative;
}
.image-grid__item a.grid-item:hover .grid-item__name {
	top: 50%;
}
.image-grid__item a.grid-item:hover .grid-item__name h3:after {
	content: "";
	position: absolute;
	border-bottom: solid 1px #fff;
	width: 100%;
	bottom: -6px;
	max-width: 191px;
	margin: 0px auto;
	left: 0;
	right: 0;
}
.footer-wrapper-info ul li a:hover {
	padding-left: 7px;
	color: #e76424;
}
.arrow-wrapper {
	position: absolute;
	bottom: -29px;
	width: 100%;
	text-align: center;
	z-index: 6666;
}
.arrow-wrapper i.fa {
	display: inline-block;
	width: 39px;
	height: 39px;
	color: #fff;
	font-size: 42px;
	background: #e76424;
	border-radius: 50px;
	cursor: pointer;
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
}
.top-right-language ul li.language-icon {
	margin-right: 7px;
	margin-top: -4px;
	color: #666666;
	font-size: 16px;
}
.top-right-language ul li.language-icon img {
	margin-right: 4px;
	max-width: 28px;
}
.shop-solution-wrapper-img {
	position: relative;
	overflow: hidden;
}
/* .shop-solution-wrapper-img:hover img {
    -webkit-transform: rotate(3deg) scale(1.1, 1.1);
    -ms-transform: rotate(3deg) scale(1.1, 1.1);
    transform: rotate(3deg) scale(1.1, 1.1);
}

.shop-solution-wrapper-img img {
    -webkit-transition: all .5s;
    transition: all .5s;
} */


/******** index-2 ********/

.banner-wrapper {
	padding: 0px;
	position: relative;
}
.banner-img-wrapper div {
	width: 100%;
	float: left;
}
.banner-wrapper-row-info {
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 31px;
}
.banner-wrapper-row-info .page-title h3 {
	color: #fff;
	font-size: 52px;
	text-transform: uppercase;
}
.events-gallery-row {
	padding-top: 55px;
	padding-bottom: 30px;
}
.sliser-video-info {
	padding-top: 45px;
}
.events-title {
	width: 100%;
	float: left;
}
.events-title h3 {
	font-size: 34px;
	color: #000000;
	font-weight: bold;
	position: relative;
	margin-bottom: 44px;
}
.events-title h3::before {
	content: "";
	border-bottom: solid 1px #cccccc;
	width: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: -20px;
}
.news-text-info {
	width: 100%;
	float: left;
}
.news-text-info h4 {
	font-size: 28px;
	color: #000000;
	margin-bottom: 3px;
}
.news-text-info h5 {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 14px;
}
.news-text-info h5 img.img-fluid {
	margin-top: -6px;
	padding-right: 8px;
}
.news-text-info p {
	font-size: 18px;
	color: #000000;
	margin-bottom: 0px;
	padding-top: 7px;
}
.owl-item.synced.active .item-slider-images:after {
	background: #000;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	display: inline-block;
	left: 0px;
	content: "";
	opacity: 0.5;
}
.sliser-video-row {
	width: 100%;
	float: left;
	margin-bottom: 40px;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 35px;
}
#sync1 .owl-nav button.owl-prev {
	position: absolute;
	left: -62px;
	top: 45%;
}
#sync1 .owl-nav button.owl-next {
	position: absolute;
	Right: -62px;
	top: 45%;
}
#sync1 .owl-nav button.owl-prev img {
	width: 80%;
}
#sync1 .owl-nav button.owl-next img {
	width: 80%;
}
#sync1 .owl-nav button span {
	font-size: 52px;
	line-height: 29px;
	width: 35px;
	display: inline-block;
	border-radius: 50px !important;
	background: #e97c80;
	color: #fff;
	height: 35px;
}
#sync1 .owl-nav button {
	outline: 0;
}
#sync1 .owl-nav button i.fa {
	width: 40px;
	height: 40px;
	border: solid 2px #96b686;
	line-height: 37px;
	border-radius: 100%;
	color: #96b686;
	font-size: 22px;
}
#sync1 .owl-nav button i.fa:hover {
	background: #96b686;
	color: #fff;
	border: solid 2px #b0d69d;
}
#sync2 .owl-nav button {
	outline: 0;
}
#sync2 .owl-nav button.owl-prev {
	position: absolute;
	left: -41px;
	top: 31%;
}
#sync2 .owl-nav button.owl-next {
	position: absolute;
	Right: -41px;
	top: 31%;
}
#sync2 .owl-nav button.owl-prev img {
	width: 80%;
}
#sync2 .owl-nav button.owl-next img {
	width: 80%;
}
.back-btn {
	text-align: right;
	width: 100%;
	float: left;
	padding-bottom: 10px;
	padding-right: 70px;
}
.back-btn a {
	font-size: 28px;
	color: #d98a2e;
	text-decoration: none;
}
.back-btn a img {
	padding-right: 10px;
	margin-top: -10px;
}
.water-img {
	position: absolute;
	max-width: 573px;
	top: 474px;
}
.flower-img {
	position: absolute;
	top: 148px;
	right: 0px;
	max-width: 496px;
}
.water-bg .container {
	position: relative;
	z-index: 3333;
}
/*>>>>>>>> index-3 >>>>>>>>*/

.news-details {
	padding-bottom: 22px;
}
.details-btn {
	margin-top: 26px;
}
.details-btn a {
	background-color: #eeb82b;
	padding: 9px 21px;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	border-radius: 6px;
}
.details-btn a:hover {
	background-color: #ff6633;
	color: #fff;
}
.new-details-row .news-text-info h5 {
	margin-bottom: 4px;
}
.new-details-row {
	padding-top: 30px;
	position: relative;
}
.new-details-row::after {
	content: "";
	border-bottom: dashed 2px #cccccc;
	padding-bottom: 33px;
	width: 100%;
	margin-left: 15px;
}
.events-title.details h3 {
	margin-bottom: 30px;
}
ul.pagination {
	padding-top: 22px;
	text-align: right;
	width: 100%;
	float: left;
	display: inline-block;
}
ul.pagination li.page-item {
	display: inline-block;
}
ul.pagination li.page-item a.active {
	background: #d98a2e;
	color: #fff;
}
ul.pagination li.page-item a:hover {
	background: #d98a2e;
	color: #fff;
}
li.page-item.img-iconss a.page-link:hover {
	background: none;
}
ul.pagination li.page-item a {
	color: #000;
	font-size: 18px;
	width: 33px;
	height: 33px;
	line-height: 18px;
	font-family: 'Lato', sans-serif;
}
ul.pagination li.page-item a {
	background: none;
	border: none;
}
ul.pagination li.img-iconss a {
	width: auto;
	height: auto;
}
/*>>>>>>>>>>>> index-4 >>>>>>>>>>*/

.product-info {
	padding-top: 35px;
}
.product-info h4 {
	color: #e76424;
}
.product-page-img {
	width: 94%;
	float: left;
	margin-left: 25px;
	padding-bottom: 35px;
}
.product-page-img img {
	margin-top: 25px;
	border: solid 1px #b7b7b7;
}
/*>>>>>>>>>>>> index-5 >>>>>>>>>>*/

.productrow {
	padding-bottom: 55px;
}
.product-img-box {
	background-color: #fff;
	border: solid 1px #b7b7b7;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
	margin-top: 30px;
}
.product-img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
	overflow: hidden;
}
.product-img>div {
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}
.product-img:hover>div {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.product-title {
	padding: 15px 19px;
}
.product-title p {
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.bottom-img {
	line-height: 6px;
	width: 85%;
}
/*>>>>>>>>>>>> index-6 >>>>>>>>>>*/

.services-section {
	background-image: linear-gradient(rgba(246 230 206 / 65%), rgba(246 230 230 / 65%)), url(../images/services-back-img.jpg);
	background-size: 100% 100%;
	width: 100%;
	float: left;
	padding-top: 43px;
	padding-bottom: 20px;
}
.services-detalies {
	width: 100%;
	float: left;
}
.services-detalies h3 {
	text-align: center;
	font-size: 35px;
	color: #000000;
	margin-bottom: 25px;
}
.services-detalies p {
	font-size: 17px;
	color: #000000;
	margin-bottom: 33px;
}
.our-product-info {
	width: 100%;
	float: left;
}
.our-product-info h3 {
	font-size: 40px;
	color: #fe9900;
	margin-bottom: 0px;
}
.our-product-info p {
	font-size: 20px;
	text-align: justify;
	padding-top: 15px;
	color: #fff;
}
.services-btn {
	margin-top: 18px;
	display: inline-block;
}
.services-btn a {
	background-color: #e76424;
	padding: 12px 25px;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	border-radius: 50px;
	font-weight: 500;
}
.services-section-3 {
	background-image: linear-gradient(rgba(83 81 82 / 85%), rgba(83 81 82 / 85%)), url(../images/services-back-img-2.jpg);
	background-size: 100% 100%;
	width: 100%;
	float: left;
	padding: 50px 0px;
}
.our-services-product-wrapper {
	background-image: url(../images/our-services-back-img.jpg);
	background-size: cover;
	padding: 60px 0px;
	width: 100%;
	float: left;
}
.our-services-product-box {
	text-align: center;
	position: relative;
}
.our-services-imgss {
	border-radius: 100%;
	overflow: hidden;
	position: relative;
}
.our-services-imgss::before {
	content: "";
	position: absolute;
	background-color: #fe9900;
	width: 100%;
	height: 100%;
	left: 0;
	right: 10px;
}
.our-services-imgss img.img-fluid {
	position: relative;
}
.our-services-imgss::after {
	content: "";
	position: absolute;
	background-color: rgb(0 0 0 / 25%);
	width: 100%;
	height: 100%;
	left: 0px;
}
.our-services-title {
	position: absolute;
	top: 38%;
	width: 70%;
	margin: auto;
	left: 0px;
	right: 0px;
}
.our-services-title h3 {
	margin-bottom: 0px;
	color: #fff;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 400;
}
.row.rtrt {
	width: 68%;
	margin: auto;
}
/*>>>>>>>>>>>> index-7 >>>>>>>>>>*/

.team-management {
	width: 100%;
	float: left;
	margin-top: 23px;
}
.management-details-info {
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
}
.management-details {
	margin-left: 14px;
}
.management-details p {
	margin-bottom: 0px;
	font-size: 20px;
	padding-left: 25px;
	color: #000000;
}
.management-details p:before {
	content: "";
	background: url(../images/icon-img.png);
	display: inline-block;
	width: 24px;
	height: 20px;
	vertical-align: top;
	background-size: cover;
	position: absolute;
	left: 16px;
	margin-top: 5px;
}
.team-management-box h3 {
	font-size: 16px;
	margin-bottom: 0px;
	color: #e76424;
	line-height: 20px;
	margin-top: -19px;
}
.team-management-box.box3 {
	line-height: 163px;
}
.team-managemen-row {
	padding-top: 30px;
	padding-bottom: 20px;
}
.news-imgs {
	position: relative;
	overflow: hidden;
}
.news-imgs:hover>div {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.news-imgs>div {
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}
.our-services-imgss img.img-fluid {
	position: relative;
}
.our-services-imgss:hover img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.our-services-imgss img {
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}
.left-side-bar-section {
	float: left;
	width: 100%;
}
.left-side-bar-section .left-side-bar {
	float: left;
	width: 100%;
	margin-bottom: 14px;
}
.left-side-bar-section .left-side-bar ul li a {
	font-size: 17px;
	color: #000;
	margin-bottom: 5px;
	display: inline-block;
	width: 100%;
	text-decoration: none;
	-moz-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}
.left-side-bar-section .left-side-bar ul li a:hover {
	color: #e76424;
	padding-left: 6px;
}
.left-side-bar-section .left-side-bar .sub-menu-left-side-bar-title {
	position: relative;
	float: left;
	width: 100%;
}
.left-side-bar-section .left-side-bar .sub-menu-left-side-bar-title h3 {
	font-weight: normal;
	font-size: 28px;
	color: #000;
}
.left-side-bar-section .left-side-bar .sub-menu-left-side-bar-title h3 a {
	font-weight: normal;
	font-size: 28px;
	color: #000;
	text-decoration: none;
	width: 100%;
	display: inline-block;
}
.left-side-bar-section .left-side-bar .sub-menu-left-side-bar-title h3 a:hover {
	color: #e76424;
}
.left-side-bar-section .left-side-bar .sub-menu-left-side-bar-title i.fa {
	position: absolute;
	right: 0px;
	top: 10px;
	font-size: 18px;
	color: #666666;
}
.left-side-bar-section .left-side-bar {
	float: left;
	width: 100%;
	margin-bottom: 9px;
	border-bottom: solid 1px #cccccc;
	padding-bottom: 7px;
}
.container-bg-wrapper {
	/* background: url(../images/container-bg.jpg); */
	background: url(../images/container-bg-orange.jpg) top center repeat-y;
	background-size: 100% 100%;
	float: left;
	width: 100%;
	background-position: center;
}
.social-icon-wrapper {
	display: inline-block;
	position: absolute;
	top: 638px;
	left: 0px;
	z-index: 9999;
}
.social-icon-wrapper ul li a {
	margin-left: -5px;
	-moz-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	margin-bottom: 2px;
	display: inline-block;
}
.social-icon-wrapper ul li a:hover {
	margin-left: 0px;
}
.nav_area>ul>li ul.sub-menu li {
	position: relative;
}
ul.sub-menu li a:hover {
	background: #d14c0b;
	padding-left: 15px;
}
.shop-solution-wrapper .container {
	max-width: 100%;
}
.our-products-section-wrapper {
	float: left;
	width: 100%;
	background-image: url(../images/service-bg-new.jpg);
	background-size: cover;
	padding-top: 55px;
	padding-bottom: 55px;
}
.our-products-box-info h3 {
	font-size: 39px;
	color: #fe9900;
	margin-bottom: 23px;
}
.our-products-box-info p {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}
.our-products-box-info .explore-more-wrapper-btn {
	text-align: left;
	margin-top: 31px;
}




/******* Mobile Layout *******/
@media only screen and (max-width: 767px) {
.shop-solution-wrapper-info table tbody tr {
	display: inline-grid;
	width: 100%;
}
.our-products-box-info {
	margin-bottom: 54px;
}
.our-services-imgss img.img-fluid {
	width: 100%;
}
.team-managemen-row .col-md-3 {
	max-width: 50%;
}
.productrow {
	padding-bottom: 18px;
}
.banner-wrapper-row {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 33px;
	padding: 0px 45px;
}
.banner-wrapper-row .page-title h3 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 27px;
	text-transform: uppercase;
}
.social-icon-wrapper {
	display: none;
}
.image-grid__item {
	height: 165px;
}
.grid-item__name {
	display: none;
}
.about-wrapper-videos:after {
	top: -12px;
	right: -11px;
}
#sync1 .owl-nav button.owl-prev {
	left: -48px;
}
#sync1 .owl-nav button.owl-next {
	Right: -48px;
}
.news-text-info p {
	font-size: 17px;
}
.news-text-info h4 {
	font-size: 24px;
}
.news-imgs>div {
	width: 100%;
}
.facilities-box-s {
/* max-width: 50%; */
}
.footer-wrapper .col-md-3 {
	max-width: 50%;
	flex: 0 0 50%;
}
.shop-solution-wrapper-img {
	margin-bottom: 23px;
}
.shop-solution-wrapper-info h3 {
	font-size: 27px;
	margin-bottom: 27px;
}
.about-wrapper-info {
	margin-bottom: 41px;
}
.about-wrapper-info-title h3 {
	font-size: 24px;
	padding: 14px 19px;
	padding-right: 44px;
}
.about-wrapper-videos iframe {
	height: 189px;
	object-fit: fill;
}
.shop-solution-wrapper {
	background-size: cover;
	background-position: center;
	padding-top: 60px;
	padding-bottom: 0px;
}
.top-right-language {
	text-align: center;
	padding-top: 15px;
}
.home-logo-top {
	width: 100%;
	text-align: center;
	margin-top: 4px;
}
#sliderhome .owl-nav button {
	width: 36px;
	height: 36px;
	color: #000;
	font-size: 26px;
	top: 35% !important;
}
.sliser-video-row {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 23px;
}
.banner-img-wrapper img {
	height: 197px;
	object-fit: cover;
}
.banner-wrapper-row-info .page-title h3 {
	font-size: 34px;
}
.banner-wrapper-row-info .page-title {
	text-align: center;
}
.events-title.details {
	margin-top: 28px;
}
.events-title h3 {
	font-size: 26px;
}
ul.pagination {
	text-align: center;
}
ul.pagination li.page-item a {
	color: #000;
	font-size: 15px;
	width: 28px;
	height: 25px;
	line-height: 27px;
	font-family: 'Lato', sans-serif;
	padding: 0px;
	text-align: center;
}
.product-page-img {
	width: 100%;
	float: left;
	margin-left: 0px;
	padding-bottom: 35px;
}
.product-img>div {
	width: 100%;
}
.our-services-product-box {
	margin-bottom: 40px;
}
.row.rtrt {
	width: 100%;
	margin: auto;
}
.row.rtrt .col-md-6 {
	padding-left: 0px;
	padding-right: 0;
}
.services-section {
	background-size: cover;
}
.container-bg-wrapper {
	background-size: cover;
}
.team-managemen-row {
	text-align: center;
}
.team-managemen-row .team-management-box {
	margin-bottom: 25px;
}
}


/******** Tablet Layout ********/

@media only screen and (min-width: 768px) and (max-width: 991px) {
.shop-solution-wrapper-info table tbody tr a {
    display: inline-flex;
}
.shop-solution-wrapper-info table tbody tr a img {
    max-width: 38px;
    height: 38px; 
}
.shop-solution-wrapper-info h3 {
    margin-bottom: 27px;
}	
	
	
.image-grid__item {
	height: 239px;
}
.about-wrapper-info-title h3 {
	font-size: 30px;
}
.about-wrapper-videos iframe {
	height: 242px;
	z-index: 66666;
}
.banner-wrapper-row {
	top: 74px;
	padding: 0px 50px;
}
.banner-wrapper-row .page-title h3 {
	font-size: 34px;
}
.top-right-language {
	margin-right: 72px;
}
.our-services-title h3 {
	font-size: 25px;
}
}
 @-webkit-keyframes pulse {
 0% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
 50% {
 -webkit-transform: translate(0, 10px);
 transform: translate(0, 10px);
}
 100% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
}
 @keyframes pulse {
 0% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
 50% {
 -webkit-transform: translate(0, 10px);
 transform: translate(0, 10px);
}
 100% {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
}
 @media only screen and (min-width: 1600px) and (max-width: 2500px) {
.nav_area>ul>li {
	padding: 0 13px;
}
.nav_area ul li a {
	/* font-size: 15px; */
	font-size: 17px;
}
.image-grid__item {
	height: 550px;
}
.grid-item__name {
	bottom: 39px;
}
.grid-item__name h3 {
	font-size: 32px;
}
}
.sidemenu li>a {
	font-size: 28px;
	line-height: 16px;
	color: #000;
	font-family: 'Oswald', sans-serif;
	display: flex;
	padding: 15px 10px;
	justify-content: space-between;
	align-items: center;
	font-weight: normal;
	text-decoration: none;
	padding-left: 0px;
	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;
}
.sidemenu li>i.fa {
	position: absolute;
	right: 0px;
	top: 18px;
	font-size: 18px;
	color: #666666;
	cursor: pointer;
}
ul.sidemenu li {
	position: relative;
	border-bottom: solid 1px #666666;
}
.submenu-side ul li:last-child {
	border-bottom: none;
}
.sidemenu li ul li a {
	font-size: 17px;
	font-weight: normal;
	-moz-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}
.sidemenu li>a:hover {
	color: #e76424;
	padding-left: 6px;
}
.facilities-wrapper .facilities-box-s {
	padding: 0px 9px;
}
@media only screen and (min-width: 1600px) and (max-width: 1640px) {
.nav_area ul li a {
	font-size: 15px;/* font-size: 17px; */
}
}
@media only screen and (min-width: 971px) and (max-width: 1250px) {
.nav_area ul li a {
	font-size: 12px;
}
}
 @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
.image-grid__item {
	height: 303px;
}
}
