@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body {
	font-family: "Lato", 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;
}
.container {
	max-width: 1300px;
}
.section-row {
	text-align: center;
	padding: 0px 299px;
}
.section-row .section-title {
	font-size: 35px;
	margin-bottom: 4px;
	color: #000;
	font-weight: bold;
}
p {
	font-size: 16px;
	line-height: 28px;
	color: #333;
}
.theme-btn a {
	background: #8a2be2;
	color: #fff;
	padding: 10px 37px;
	border-radius: 100px;
	border: none;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.theme-btn a:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #b462ff 30%, #8a2be2);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.theme-btn a:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #b462ff 30%, #8a2be2);
}
.theme-btn a:hover {
	color: #fff;
}
.form-group button {
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.form-group button:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #b462ff 30%, #8a2be2);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.form-group button:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #b462ff 30%, #8a2be2);
}
/*----------------------------------------*/
/*              Menu css
/*----------------------------------------*/
.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: 268px;
	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: 29px;
}
.header .row {
	align-items: center;
}
.toggle {
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	margin: 0;
	text-align: center;
	display: block;
	position: absolute;
	right: 8px;
	top: 15px;
	z-index: 9999;
	background: #3f246a;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 50%;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 46px !important;
	font-size: 16px;
	color: #000;
	padding: 0px 14px;
	display: inline-block;
	width: 100%;
	text-decoration: none;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #525252;
	top: 10px;
	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 #e2e8f0;
}
.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%;
	text-align: right;
}
.nav_area > ul > li {
	display: inline-block;
	position: relative;
	padding-left: 31px;
}
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: #ffffff;
	font-size: 15px;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 27px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 13px;
}
.nav_area ul li a img {
	max-width: 15px;
	vertical-align: sub;
	margin-right: 3px;
}
span.arrow {
	padding-left: 0px;
	color: #ffffff;
	margin-left: 3px;
	position: absolute;
	top: 15px;
	font-size: 12px;
}
.nav_area > ul > li ul.sub-menu {
	display: block;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	display: none;
}
ul.sub-menu {
	min-width: 195px;
}
ul.sub-menu {
	position: absolute;
	background: #fff;
	z-index: 555;
	text-align: left;
}
.nav_area ul li:hover ul.sub-menu {
	display: block;
}
ul.sub-menu {
	position: absolute;
	background: #fff;
	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 {
	/* transform: scaleY(1) translateZ(0); */
	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 ul.sub-menu {
	left: 100%;
	top: 0px;
	width: 100%;
}
.nav_area > ul > li ul.sub-menu li a:hover {
	width: 100%;
	padding-left: 18px;
	background: #007642;
	color: #fff;
}
.nav_area > ul > li ul.sub-menu li a {
	position: relative;
	letter-spacing: 0px;
	font-weight: 400;
}
ul.sub-menu li a {
	color: #000;
	line-height: 20px;
	padding: 10px 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 #007642;
}
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 {
	text-align: center;
	margin-top: 7px;
}
.logo a {
	display: inline-block;
}
.mobile-menu.wrapper-menu {
	padding-top: 21px;
}
/***** Menu css End *****/
.mobile-view-header {
	display: none;
}
.header-logo {
	text-align: center;
}
.header-menu li {
	display: inline-block;
	margin-right: 46px;
}
.header-menu li a {
	font-size: 18px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.header-menu.right {
	text-align: right;
}
.header-menu.right li:last-child {
	margin-right: 0px;
}
.header-logo a {
	font-size: 23px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.section-title-logo {
	margin-bottom: 40px;
	margin-top: 40px;
	padding: 0px 44px;
}
.about-content-title1 span {
	font-size: 30px;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}
.about-content-title1 {
	margin-bottom: 13px;
}
.section-row-wrapper {
	padding-top: 50px;
	padding-bottom: 55px;
}
.our-services-section {
	background: #faf3fe;
	padding-top: 11px;
	padding-bottom: 49px;
}
.about-section {
	padding-bottom: 57px;
	padding-top: 55px;
}
.about-img {
	text-align: center;
}
.small-title span {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
	color: #000;
}
ul.services-list {
	margin-top: 8px;
}
ul.services-list li {
	margin-bottom: 4px;
}
ul.services-list li a {
	color: #000;
	text-decoration: none;
}
.row.services-row {
	margin-bottom: 30px;
	margin-top: 30px;
}
.form-group {
	margin-bottom: 18px;
}
.form-group .input-div {
	width: 100%;
	height: 48px;
	padding: 8px;
	border: solid 1px #e1e1e1;
	color: #999999;
	font-size: 16px;
	outline: 0;
}
.form-group .input-div:focus {
	border: solid 1px #8a2be2;
}
.about-img img {
	width: 100%;
	border-radius: 20px;
}
.form-group textarea.input-div {
	height: 130px;
}
.form-group button {
	background: #8a2be2;
	color: #fff;
	padding: 10px 37px;
	border-radius: 100px;
	border: none;
	font-size: 16px;
}
.contact-box {
	text-align: left;
}
.contact-box1 p {
	font-size: 28px;
	margin-bottom: 12px;
	line-height: initial;
}
.contact-box1 {
	margin-bottom: 29px;
}
.contact-box span {
	color: #555;
}
.contact-box a {
	color: #000;
	text-decoration: none;
}
.contact-box a:hover {
	text-decoration: underline;
}
.address {
	margin-top: 10px;
}
.social-icons {
	margin-top: 15px;
}
.social-icons a {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #8b36d0;
	color: white;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	margin-right: 8px;
	font-size: 14px;
	transition: 0.3s;
}
.social-icons a:hover {
	background-color: #a44ce6;
}
.footer-section {
	background: #f8f2fd;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: solid 2px #e3e3e3;
}
.copyright-text {
	color: #000;
	font-size: 15px;
}
.besign-by {
	text-align: right;
}
.besign-by a {
	color: #000;
	font-size: 15px;
}
.contact-us-section {
	padding-bottom: 55px;
}
.banner-bg {
	background-image: url(../images/banner-img.jpg);
	background-position: center;
	background-size: cover;
	border-radius: 20px;
}
.banner-title {
	font-size: 55px;
	color: #fff;
	font-weight: bold;
}
.banner-info p {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
}
.headerrow {
	border-bottom: solid 1px #e3e3e3;
	padding-bottom: 20px;
	padding-top: 20px;
	margin: 0px;
}
.header-menu li a.active-hover {
	color: #8a2be2;
}
/*----------------------------------------*/
/*          Details Page CSS
/*----------------------------------------*/

.banner-section {
	position: relative;
}
.banner-wrapper img {
	width: 100%;
}
.banner-text-info {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
}
.banner-text span {
	display: inline-block;
	text-transform: uppercase;
	color: #f8f2fd;
	font-size: 12px;
	padding-bottom: 78px;
	width: 100%;
}
.banner-text .banner-title {
	font-size: 50px;
	color: #f8f2fd;
	font-weight: bold;
	line-height: normal;
}
.content-section {
	padding: 35px 0px 70px;
}
.content-details-rowone {
	padding-bottom: 15px;
}
/* .content-details-rowone p {
	padding-bottom: 40px;
} */
.content-details-rowtwo {
	padding-bottom: 60px;
}
.about-content-text ul.conttext li {
	position: relative;
	padding-left: 8px;
	font-size: 16px;
	line-height: 28px;
	color: #333;
	text-align: justify;
}
.about-content-text ul.conttext li::after {
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	left: 0px;
	top: 13px;
	background: #333;
	border-radius: 50%;
}
.banner-section-home {
	margin-top: 20px;
}
.banner-wrapper {
	height: 650px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 50px;
}
.banner-info {
	text-align: center;
}
.services-r .row.services-row:first-child {
	margin-top: 0;
}
.copyright-text a {
	color: #ff612b;
	text-decoration: none;
}
.banner-img-o img {
	width: 100%;
}


/******* Mobile Layout *******/
@media only screen and (max-width: 767px) {
.section-row {
	padding: 0px 0px;
}
.services-r .about-content-text {
	margin-top: 21px;
}
.services-r .row.services-row:nth-child(2n) .col-md-6:first-child {
	order: 2;
}
.about-content-title1 span {
	font-size: 25px;
}
.section-row .section-title {
	font-size: 32px;
	margin-bottom: 8px;
	line-height: 41px;
}
.contact-form {
	margin-top: 39px;
}
.copyright-text {
	text-align: center;
	margin-bottom: 13px;
}
.besign-by {
	text-align: center;
}
.footer-section {
	padding-top: 20px;
	padding-bottom: 20px;
}
.contact-box1 p {
	font-size: 19px;
	margin-bottom: 12px;
	line-height: initial;
}
.our-services-section {
	padding-bottom: 16px;
}
.desktop-view-header {
	display: none;
}
.mobile-view-header {
	display: block;
}
.mobile-menu.wrapper-menu {
	padding-top: 0;
}
.header-logo {
	text-align: left;
	max-width: 71%;
}
.header-logo a {
	font-size: 28px;
	margin-top: 13px;
	display: inline-block;
}
.row.header-row {
	border-bottom: solid 1px #e3e3e3;
	padding-bottom: 13px;
}
.banner-wrapper {
	padding: 52px 16px;
	height: auto;
}
.banner-title {
	font-size: 37px;
	margin-bottom: 12px;
}
.about-section {
	padding-top: 0;
}
.section-title-logo {
	margin-bottom: 16px;
	margin-top: 17px;
	padding: 0px 7px;
}
.section-row-wrapper {
	padding-bottom: 26px;
}
.toggle i.fa {
	font-weight: 500;
}
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);
}
.banner-text span {
	font-size: 13px;
	width: 100%;
	padding-bottom: 0px;
}
.banner-text .banner-title {
	font-size: 25px;
	line-height: normal;
}
.content-details-rowone p {
	padding-bottom: 0;
}
.about-content-title1 span br {
	display: none;
}
ul.conttext {
	margin-bottom: 49px;
}
}

/******* Tablet Layout *******/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.toggle i.fa {
	font-weight: 500;
}
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);
}
.section-row {
	padding: 0px 54px;
}
.desktop-view-header {
	display: none;
}
.mobile-view-header {
	display: block;
}
.header-logo {
	text-align: left;
}
.row.header-row {
	border-bottom: solid 1px #e3e3e3;
	padding-bottom: 13px;
}
.header-logo a {
	font-size: 28px;
	margin-top: 13px;
	display: inline-block;
}
}

/******** Medium Layout ********/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.section-row {
	padding: 0px 153px;
}
}
