

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

/* #Primary
================================================== */
.container{
  max-width: 1440px;
}

@media screen and (max-width: 1500px){
  .container{
    max-width: 1300px;
  } 
}
@media screen and (max-width: 1360px){
  .container{
    max-width: 1140px;
  }
}
body{
     font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #212112;

	background-color: #fff;
	overflow-x: hidden;
    transition: all 200ms linear;
}
::selection {
	color: #fff;
	background-color: #602785;
}
::-moz-selection {
	color: #fff;
	background-color: #602785;
}
p{
	font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: #3C3C3C;
  margin-bottom: 20px;
  text-align: justify;
  margin-top: 0;
}
ul{
	margin-bottom: 0;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Playfair Display", serif;
}
/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 5px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
	position: fixed;
}
.start-header.scroll-on .navbar-brand img{
	height: 64px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 120px;
	width: auto;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}.navbar{
	padding-right: 10px !important;
	padding-left: 10px !important;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
	font-size: 18px;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #602785 !important;

}
.section-space-medium-bottom {
  padding-bottom: 100px;
}
.section-space-top {
  padding-top: 120px;
}
.p-relative {
  position: relative;
}

.consulting-firm-section .shape-1 {
  position: absolute;
  bottom: 153px;
  right: 0;
}

.consulting-firm-section:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 71%;
  height: 82%;
  background: #f8f8f8;
}

.wptb-radial-progress {
  display: inline-block;
  background: #fff;
  box-shadow: 0px 4px 20px 0px #BFBFBF40;
  padding: 25px 20px 40px 20px;
  border-radius: 10px;
  position: absolute;
  bottom: -20px;
  left: -70px;
}

.wptb-radial-progress h6 {
  font-size: 18px;
  margin-bottom: 15px;
}

.flags span {
  font-size: 12px;
  margin-left: 60px;
  color: #000;
}

.flags img {
  position: absolute;
  left: 0;
  top: 0;
}

.flags img.two {
  left: 10px;
  z-index: 1;
}
.cart-side{
	margin-left: 50px !important;
  border-left: 1px solid #ccc;
  padding-left: 50px !important;
}
.cartsec::after{
	display: none !important;
}
.flags img.three {
  left: 24px;
  z-index: 1;
}

.con-firm-icon {
  position: absolute;
  top: -30px;
  right: 0px;
  background: #602785;
  width: 107px;
  height: 107px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Radial Progress */

svg.radial-progress {
  height:auto;
  max-width: 85px;
  padding:0;
  transform:rotate(-90deg);
  width:100%;
  background: transparent;
  border-radius: 50%;
}

.wptb-radial-progress .wptb-item--inner svg.radial-progress circle {
  fill: transparent;
  stroke: rgba(#0170bb, 0.05);
  stroke-width: 7px;
}

.wptb-radial-progress .wptb-item--inner svg.radial-progress circle.bar--animated {
  stroke-dasharray: 219.91148575129;
  stroke: #0170bb;
  stroke-dashoffset: 219.91148575129;
  stroke-width: 7px;
  stroke-linecap: round;
}

.wptb-radial-progress .wptb-item--inner svg.radial-progress text {
  fill: var(--color-1);
  text-anchor: middle;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Cormorant", serif;
}

/* Radial Progress End*/
.con-firm-icon i {
  font-size: 36px;
  color: #000;
  background: #fff;
  border: 5px solid #fff;
  border-radius: 50%;
  padding: 5px;
}
.section-title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: capitalize;
}
.section-sub-title {
  font-family: var(--rubik-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--theme-color);font-family: "Cormorant", serif;
  margin-bottom: 10px;
}
.nav-item.active .nav-link{
	color: #777 !important;
}
.title-box p{

  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #5E6770;
  margin-bottom: 20px;
  text-align: justify;
  margin-top: 0

}

.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}

/* 13 */
.btn-13 {
  background-color: #0b76c0;
background-image:linear-gradient(to right, #046ebc 0% , #38a9dc 100%);
  border: none;
  z-index: 1;
  font-family: "Cormorant", serif;
  width: auto;
  font-size: 20px;
  padding: 10px 30px;
  height: auto;
}
.btn-13:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
   background-color: #4dccc6;
background-image: linear-gradient(to right, #38a9dc 0% , #046ebc 100%);
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  transition: all 0.3s ease;
}
.btn-13:hover {
  color: #fff;
}
.btn-13:hover:after {
  top: 0;
  height: 100%;
}
.btn-13:active {
  top: 2px;
}
.icon-box-area p{
	font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #5E6770;
  margin-bottom: 20px;
  text-align: justify;
  margin-top: 0
}
.con-firm-content .icon-box-area .icon-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}.con-firm-content .content-area {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
}
.nav-link {
	position: relative;
	padding: 25px 0 !important;
	display: inline-block;
}
.icon-box h4 a{
	font-family: "Cormorant", serif;
  color: #000;
  margin-top: 0px;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 700;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 25%;
	width: 50%;
	height: 2px;
	content: '';
	background: #602785;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
	background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}
h1{
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
	color: #212112;
	text-align: center;
}


h1 span{
	display: inline-block;
    transition: all 300ms linear;
	opacity: 1;
	transform: translate(0);
}
body.hero-anime h1 span:nth-child(1){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(2){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(3){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(4){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(5){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(6){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(7){
	opacity: 0;
	transform: translateY(-40px);
}
body.hero-anime h1 span:nth-child(8){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(9){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(10){
	opacity: 0;
	transform: translateY(-20px);
}
h1 span:nth-child(1){
    transition-delay: 1000ms;
}
h1 span:nth-child(2){
    transition-delay: 700ms;
}
h1 span:nth-child(3){
    transition-delay: 900ms;
}
h1 span:nth-child(4){
    transition-delay: 800ms;
}
h1 span:nth-child(5){
    transition-delay: 1000ms;
}
h1 span:nth-child(6){
    transition-delay: 700ms;
}
h1 span:nth-child(7){
    transition-delay: 900ms;
}
h1 span:nth-child(8){
    transition-delay: 800ms;
}
h1 span:nth-child(9){
    transition-delay: 600ms;
}
h1 span:nth-child(10){
    transition-delay: 700ms;
}
body.hero-anime h1 span:nth-child(11){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(12){
	opacity: 0;
	transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(13){
	opacity: 0;
	transform: translateY(20px);
}
body.hero-anime h1 span:nth-child(14){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(15){
	opacity: 0;
	transform: translateY(50px);
}
h1 span:nth-child(11){
    transition-delay: 1300ms;
}
h1 span:nth-child(12){
    transition-delay: 1500ms;
}
h1 span:nth-child(13){
    transition-delay: 1400ms;
}
h1 span:nth-child(14){
    transition-delay: 1200ms;
}
h1 span:nth-child(15){
    transition-delay: 1450ms;
}
#switch,
#circle {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
#switch {
	width: 60px;
	height: 8px;
	border: 2px solid #602785;
	border-radius: 27px;
	background: #000;
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}
body.hero-anime #switch{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1900ms;
}
#circle {
	position: absolute;
	top: -11px;
	left: -13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #000;
}
.switched {
	border-color: #000 !important;
	background: #602785 !important;
}
.switched #circle {
	left: 43px;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	background: #fff;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(129,103,169,.6);
}

body.dark{
	color: #fff;
	background-color: #1f2029;
}
body.dark .navbar-brand img{
  filter: brightness(100%);
}
body.dark h1{
	color: #fff;
}
body.dark h1 span{
    transition-delay: 0ms !important;
}
body.dark p{
	color: #fff;
    transition-delay: 0ms !important;
}
body.dark .bg-light {
	background-color: #14151a !important;
}
body.dark .start-header {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link{
	color: #fff !important;
}
body.dark .nav-item.active .nav-link{
	color: #999 !important;
}
body.dark .dropdown-menu {
	color: #fff;
	background-color: #1f2029;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
	color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
	border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after, 
body.dark .navbar-light .navbar-toggler-icon:before{
	background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}



/* #Media
================================================== */

@media (max-width: 767px) { 
	h1{
		font-size: 38px;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
}



:after,
:before,
*{
    box-sizing: border-box;
}
.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}
.shapefic{
	position: absolute;
  z-index: 999999999 !important;
  animation: jumpping 4s infinite linear;
  bottom: 0;
}
.shapefic2{
	position: absolute;
  z-index: 999999999 !important;
  animation: spin 15s linear infinite;
  bottom: 70%;
  right: 5%;
  filter: brightness(0) invert(1);
  opacity: 0.2;
}.hero-slider .slide-inner::after {
  position: absolute;
  left: 0;
  bottom: -70px;
  width: 100%;
  height: 492px;
  z-index: 1;
  opacity: 0.3;
  content: "";
  background-image: url(../images/hero-shape3-3.png);
  background-position: bottom center;
  background-repeat: repeat-x;
  animation: cloudMove 60s linear 0s infinite;
}
 .hero-style .container {
    position: relative;
    z-index: 99999999999999999;
  }
@keyframes cloudMove {
  0% {
    background-position: -1920px 100%;
  }
  100% {
    background-position: 0 100%;
  }
}
.shapefic4{
		position: absolute;
  z-index: 999999999 !important;
  animation: grassMove 40s linear 0s infinite;
  bottom: 0%;
  opacity: 0.2;
}@keyframes grassMove {
  0% {
    background-position: 1920px top;
  }
  100% {
    background-position: 0 top;
  }
}
@keyframes sliderEffect3Grass {
  0% {
    background-position: -1920px top;
  }
  100% {
    background-position: 0px top;
  }
}
.shapefic3{
	position: absolute;
  z-index: 999999999 !important;
  animation: jumpping 15s linear infinite;
  bottom: 70%;
  left: 0%;
  filter: brightness(0) invert(1);
  opacity: 0.2;
}
@keyframes spin {
  0% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  100% {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#fff;
  transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
  }
}
.swiper-pagination {
  text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:90px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 44%;
    transform: translateX(-50%);
}
}
@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 85vh;
  transition:all .4s ease;
}

.banner-container {
  max-width: 710px;
}

.banner-sub-title {
  padding: 15px 30px;
  background: #602785;
  display: inline-block;
  font-size: 14px;
  color: #fff;
}

.banner-title {
  font-size: 100px;
  line-height: 110px;
  color: #fff;
   font-family: "Cormorant", serif;
  margin: 30px 0;
}

.banner-container .icon-box {
  font-size: 60px;
  color: #fff;
  position: absolute;
  top: 0px;
  right: 20px;
  transition: all 900ms ease;
}

.banner-container:hover .icon-box {
  right: 0;
  transform: rotate(30deg);
}

.banner-section .shape-1 {
  position: absolute;
  top: 30px;
  left: 10px;
  animation: shake 30s linear infinite;
}
@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style{
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 0px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  margin: 0 0 20px;
  text-transform: capitalize;
  transition:all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition:all .4s ease;
  text-align: left;
  font-family: "Playfair Display", serif;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}

.hero-slider .slide-inner::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #0000004a, #5d217f);
}


/*Topbar*/
.header-top-bar {
  padding: 9px 50px 12px;
  border-radius: 0px 0px 27.5px 27.5px;
  background-color: #602785;
}
 .float-lg-right {
    float: right !important;
  }
  .header-top-bar .top-right ul.social-link li:not(:last-child) {
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
}
ul.social-link li {
  display: inline-block;
}
.social-link li a{
	color: #fff !important;
	text-decoration: none;
}
.mailenvelope{
	margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #fff;
}button{
 border: none;
  background-color: #602785;
  font-size: 20px;
  padding:7px 40px 10px;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  color: #fff;
  font-family: "Playfair Display", serif;
}
button:before{
  content:"";
  position :absolute;
  width:24px;
  height:24px;
  top:-5px;
    left:-5px;
  border-top:2px solid #602785;
  border-left:2px solid #602785;
  transition:all 0.25s;
}
button:hover:before ,button:hover:after{
  width:103%;
  height:114%;
}
button:after{
  content:"";
  position :absolute;
  width:24px;
  height:24px;
  bottom:-5px;
    right:-5px;
  border-bottom:2px solid #602785;
  border-right:2px solid #602785;
  transition:all 0.30s;
}
.hero-slider button{
	background-color: #fff;
	color: #3C3C3C;
}
.hero-slider button:after{
 border-bottom:2px solid #fff;
  border-right:2px solid #fff;
}
.hero-slider button:before{
	border-top:2px solid #fff;
  border-left:2px solid #fff;
}


/*About Section*/

.about-section{
	padding:80px 0 10px;
}
.section-title span.sub-title {
  margin-bottom: 5px;
  color: #000;
  font-weight: 500;
}
.section-title h2{
	color: #5e2280;
	margin-bottom: 20px;
	font-size: 40px;
}
.sub-title {
  font-size: 20px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.sub-title i {
  font-size: 25px;
  -webkit-margin-end: 14px;
  margin-inline-end: 10px;
  color: #602785;
}
ul.check-style-one li:not(:last-child) {
  margin-bottom: 15px;
}
ul.check-style-one li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: 400 18px "Montserrat", sans-serif;
}
.about-one_image-box {
  min-height: 550px;
  max-width: 630px;
}
.z-1 {
  z-index: 1;
}
.p-r {
  position: relative;
}
.mb-50 {
  margin-bottom: 50px;
}
.about-one_image-box .shape.shape {
  left: -20px;
  bottom: 60px;width: 293px;
  height: 293px;
  background-color: rgba(42, 125, 46, 0.12);
  border-radius: 50%;
}
.about-one_image-box .shape {
  position: absolute;
}

.about-one_image-box .shape.shape span {
  width: 293px;
  height: 293px;
  background-color: rgba(42, 125, 46, 0.12);
  border-radius: 50%;
}
.about-one_image-box .about-img-one {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.about-one_image-box .about-img-two {
  position: absolute;
  right: 35px;
  bottom: 0;
  z-index: 1;
  border-radius: 20px;
}
.about-one_image-box .about-img-three {
  position: absolute;
  left: 0px;
  bottom: 15px;
}

.about-one_image-box .experience-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 60px;
  top: 25px;
  max-width: 265px;
  color: #602785;
}

.about-one_image-box .experience-item h2.number {
  font-weight: 600;
  font-size: 65px;
  line-height: 79px;
}
.about-one_image-box .experience-item h4 {
  -ms-flex-preferred-size: min-content;
  flex-basis: min-content;
  -webkit-margin-start: 20px;
  margin-inline-start: 20px;
}
.about-one_image-box .shape.shape span {
  width: 293px;
  height: 293px;
  background-color: rgba(42, 125, 46, 0.12);
  border-radius: 50%;
}
.check-style-one{
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 30px;
}
.fa-check{
	color: #5e2280;
	font-weight: 600;
}
.about-content-box{
	margin-top: -30px;
}
.jump {
  animation: jumpping 4s infinite linear;
}

@keyframes jumpping {
  0%,
  100% {
    transform:translate3d(0, 0, 0)
  }
  40% {
    transform:translate3d(0, var(--jump-y, 20px), var(--jump-x, 0))
  }
}
.spin {
 animation: shake 30s linear infinite;
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
/**/
/*===================================
 text-moving-sec 
 ====================================*/
.text-moving-sec {
  position: relative;
  z-index: 11;
  padding: 0px 0 60px;
}
.text-moving-sec .text-moving {
  position: relative;
  left: -10%;
  width: 120%;
  z-index: -1;
}
.text-moving-sec .text-moving .track {
  animation: marquee 200s linear infinite;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.text-moving-sec .text-moving h1 {
  white-space: nowrap;
  will-change: transform;
  animation: marquee 20s linear infinite;
  margin-bottom: 0;
}
.text-moving-sec .text-moving h1 span {
  font-size: 78px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
  margin: 0 20px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #16171A;
  font-family: "DM Sans" sans-serif;
}
@media (max-width: 991px) {
  .text-moving-sec .text-moving h1 span {
    font-size: 70px;
    margin: 0 20px;
  }
}
@media (max-width: 991px) {
  .text-moving-sec .text-moving h1 span {
    font-size: 50px;
  }
}
.text-moving-sec .text-moving h1 span:nth-child(even) {
  background: -webkit-linear-gradient(transparent, transparent), url("../images/about-2.webp") no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0;
}

/*===================================
 work-area
 ====================================*/
.work-area {
  padding:60px 0 40px;
  position: relative;
  z-index: 1;background: #ebffeb;
}
.work-area .shape-1 {
  position: absolute;
  left: 120px;
  top: 70px;
}
@media (max-width: 991px) {
  .work-area .shape-1 {
    left: 50px;
    top: 30px;
  }
}
@media (max-width: 767px) {
  .work-area .shape-1 {
    max-width: 30px;
    left: 20px;
    top: 20px;
  }
}
.work-area .shape-1 img {
  animation: bounceTopToBottom 6s infinite;
}
.work-area .shape-2 {
  position: absolute;
  right: 80px;
  bottom: 70px;
}
@media (max-width: 991px) {
  .work-area .shape-2 {
    right: 50px;
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .work-area .shape-2 {
    max-width: 30px;
    right: 20px;
    bottom: 20px;
  }
}
.work-area .shape-2 img {
  animation: bounceTopToBottom 6s infinite;
}
.work-area .work-wrap {
  position: relative;
  z-index: 1;
}
.work-area .work-wrap .icon {
  position: relative;
  z-index: 1;
  background: #FFF;
  border: 2px dashed #005b2d;
  width: 150px;
  height: 150px;
  line-height: 150px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s;
  margin: 0 auto;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.work-area .work-wrap .icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  content: "";
  background: rgba(26, 145, 32, 0.1);
  border-radius: 50%;
  z-index: -1;
  transition: all 0.3s;
}
.work-area .work-wrap .icon img{
	height: 60px;
	transition: 0.5s ease;
}
.work-area .work-wrap .work-item:hover .icon img{
	filter: brightness(0) invert(1);
	transition: 0.5s ease;
}
.work-area .work-wrap .icon i {
  font-size: 50px;
  color: #005b2d;
  transition: all 0.3s;
}
.work-area .work-wrap .icon .count {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #005b2d;
  transition: all 0.3s;
}
.work-area .work-wrap .icon .count span {
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  transition: all 0.3s;
}
.work-area .work-wrap .work-text {
  background: none;
  position: relative;
  padding: 40px 15px;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .work-area .work-wrap .work-text {
    padding-top: 50px;
  }
}
.work-area .work-wrap .work-text h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
  position: relative;
  z-index: 11;
}
.work-area .work-wrap .work-text h3 a {
  color: #16171A;
}
.work-area .work-wrap .work-text h3 a:hover {
  color: #005b2d;
}
.work-area .work-wrap .work-text p {
  margin-bottom: 0;
  position: relative;
  font-size: 16px;
  text-align: center;
  z-index: 11;
}
.work-area .work-wrap .work-text .shape {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}
@media (max-width: 991px) {
  .work-area .work-wrap .work-text .shape {
    display: none;
  }
}
.work-area .work-wrap .work-item {
  padding-top: 30px;
}
.work-area .work-wrap .work-item:hover .work-text .shape, .work-area .work-wrap .work-item.active .work-text .shape {
  opacity: 1;
  visibility: visible;
}
.work-area .work-wrap .work-item:hover .icon, .work-area .work-wrap .work-item.active .icon {
  background: #005b2d;
}
.work-area .work-wrap .work-item:hover .icon i, .work-area .work-wrap .work-item.active .icon i {
  color: #fff;
}
.work-area .work-wrap .work-item:hover .icon .count, .work-area .work-wrap .work-item.active .icon .count {
  background-color: #FFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}
.work-area .work-wrap .work-item:hover .icon .count span, .work-area .work-wrap .work-item.active .icon .count span {
  color: #005b2d;
}
@media (max-width: 991px) {
  .work-area .work-wrap .row {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .work-area .work-wrap .icon-main-wrap {
    max-width: 300px;
    margin: 0 auto;
  }
}
.work-area .work-wrap .col:nth-child(odd) {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .work-area .work-wrap .col:nth-child(odd) {
    margin-top: 0;
  }
}
.work-area .work-wrap .col:nth-child(odd) .work-text {
  padding-top: 10px;
}
.work-area .work-wrap .col:nth-child(odd) .work-text .shape {
  top: 43%;
  z-index: 1;
}
.work-area .work-wrap .col:nth-child(even) {
  position: relative;
}
.work-area .work-wrap .col:nth-child(even) .work-text {
  margin-top: 50px;
  z-index: 1;
}
@media (max-width: 991px) {
  .work-area .work-wrap .col:nth-child(even) .work-text {
    margin-top: 0;
    padding-top: 20px;
  }
}
.work-area .work-wrap .col:nth-child(even):before {
  position: absolute;
  left: -30px;
  top: 62%;
  content: "";
  background: url(../images/right-arrow.png);
  width: 34px;
  height: 34px;
  animation: bounceLeftToRight 3s infinite;
}
@media (max-width: 1199px) {
  .work-area .work-wrap .col:nth-child(even):before {
    display: none;
  }
}
@keyframes bounceLeftToRight {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10%);
  }
}

.work-area .work-wrap .col:nth-child(even):after {
  position: absolute;
  right: -30px;
  top: 62%;
  content: "";
  background: url(../images/right-arrow.png);
  width: 34px;
  height: 34px;
  animation: bounceLeftToRight 3s infinite;
}
@media (max-width: 1199px) {
  .work-area .work-wrap .col:nth-child(even):after {
    display: none;
  }
}
.work-area .work-wrap .col:nth-child(1) .icon-main-wrap {
  position: relative;
}
.work-area .work-wrap .col:nth-child(1) .icon-main-wrap .shape {
  position: absolute;
  top: -30px;
  left: 50px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .work-area .work-wrap .col:nth-child(1) .icon-main-wrap .shape {
    top: -30px;
    left: 0px;
  }
}
.work-area .work-wrap .col:nth-child(2) .icon-main-wrap {
  position: relative;
}
.work-area .work-wrap .col:nth-child(2) .icon-main-wrap .shape {
  position: absolute;
  top: -30px;
  left: 30px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .work-area .work-wrap .col:nth-child(2) .icon-main-wrap .shape {
    top: -30px;
    left: 0px;
  }
}
.work-area .work-wrap .col:nth-child(3) .icon-main-wrap {
  position: relative;
}
.work-area .work-wrap .col:nth-child(3) .icon-main-wrap .shape {
  position: absolute;
  top: -95px;
  left: 40px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .work-area .work-wrap .col:nth-child(3) .icon-main-wrap .shape {
    top: -95px;
    left: 0px;
  }
}
.work-area .work-wrap .line-1 {
  position: absolute;
  left: 11%;
  top: 150px;
  width: 45%;
  height: 100%;
  border-top: 2px dashed #005b2d;
  transform: rotate(340deg);
  z-index: -1;
}
@media (max-width: 991px) {
  .work-area .work-wrap .line-1 {
    display: none;
  }
}
.work-area .work-wrap .line-2 {
  position: absolute;
  right: 11%;
  top: 150px;
  width: 45%;
  height: 100%;
  border-top: 2px dashed #005b2d;
  transform: rotate(-340deg);
  z-index: -1;
}
@media (max-width: 991px) {
  .work-area .work-wrap .line-2 {
    display: none;
  }
}
.work-area .section-title h2, .work-area .sub-title i{
	color: #005b2d;
}



.product-item {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 40px;
}

.product-item:hover .product-thumb .sec-img,
.product-list-item:hover .product-thumb .sec-img {
    opacity: 1;
    visibility: visible;
}


/*------ custom tooltip start -------*/
.tooltip {
    opacity: 1;
}

.tooltip {
    font-size: 13px;
    color: #fff;
    background-color: #CC2121;
}

.tooltip.bs-tooltip-top .tooltip-arrow:before {
    border-top-color: #CC2121;
}

.tooltip.bs-tooltip-start .tooltip-arrow:before {
    border-left-color: #CC2121;
}


.product-item:hover .button-group a,
.product-list-item:hover .button-group a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.product-item:hover .box-cart,
.product-list-item:hover .box-cart {
    bottom: 15px;
    opacity: 1;
    visibility: visible;
}

.product-thumb {
    position: relative;
    border: 1px solid #dfdede;
}

.product-thumb img {
    width: 100%;
    padding: 20px;
}

.product-thumb .sec-img {
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.product-caption {
    padding-top: 18px;
    text-align: center;
}
figure{
	margin-bottom: 0;
}
.product-caption .product-name {
    padding-bottom: 6px;
    margin-bottom: 5px;
    text-align: center;
}

.product-caption .product-name a {
    font-size: 24px;
    color: #000;
    line-height: 1.6;
    font-family: "Playfair Display", serif;
}

.product-caption .product-name a:hover {
    color: #5e2280;
    text-decoration: none;
}

.product-identity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.button-group {
    right:45px;
    top: 15px;
    position: absolute;
}

.button-group a {
    width: 38px;
    height: 38px;
    display: block;
    font-size: 15px;
    line-height: 42px;
    color: #111;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 10px;
    background-color: #5e2280;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;  color: #fff;
    visibility: hidden;
}

.button-group a span {
    display: block;  color: #fff;
}

.button-group a:hover {
    color: #fff;
}

.box-cart {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.product-label {
    background: #CC2121;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    left: 20px;
    line-height: 22px;
    min-width: 46px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
}

.product-label.discount {
    background-color: #111;
}

.product-label:nth-child(1) {
    top: 20px;
}

.product-label:nth-child(2) {
    top: 50px;
}

.ratings {
    color: #f9bd22;
    font-size: 14px;
}

.ratings span {
    margin-right: 5px;
}

.ratings span:last-child {
    margin-right: 0;
}

.price-box {
    line-height: 1;
}

.price-regular {
    font-size: 20px;
    line-height: 1;
    color: #111;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.price-old {
    font-size: 19px;
    color: #999;
    padding-left: 5px;
    font-family: "Roboto", sans-serif;
}
.product-page{
	padding: 50px 0 40px;
}


/*Footer*/

.footer-area {
    padding: 85px 0 70px;
    background: #5c2785;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.footer-contact-info {
    background: #005b2d;
    padding: 50px 50px 50px;
    position: relative;
    margin-top: -126px;
    z-index: 1;
}

p.footer-desc {
    font-size: 16px;
    line-height: 26px;
    color: #8e939f;
    font-weight: 300;
    margin-top: 29px;
}

.footer-title2 h3 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    position: relative;
    margin-top: 24px;
    margin-bottom: 34px;
}

.footer-title2 h3:before {
    position: absolute;
    content: "";
    left: 0;
    top: 34px;
    width: 30px;
    height: 2px;
    background-color: #fff;
}
.footer-area a, .footer-area p{
	color: #fff !important;
	text-decoration: none !important;
}

.footer-didget-icon {
    float: left;
    margin-right: 10px;
}

.footer-didget-icon span i {
    color: #fff;
    padding-top: 7px;
}

.footer-widget-contact p {
    font-size: 16px;
    color: #8e939f;
    font-weight: 300;
    overflow: hidden;
}
.footer-logo img{
	height: 100px;
}
.footer-widget-social-icon ul li {
    display: inline-block;
   
   
}
.footer-area{
	margin-top: 40px;
}
.footer-widget-social-icon ul li a {
    display: inline-block;
   
    text-align: center;
    color: #8F939E;
    font-size: 17px;
    margin-right: 10px;
}



.footer-widget-content.style-left {
    position: relative;
    margin-left: 50px;
}

.footer-widget-titel h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 35px;
}

.footer-widget-titel h4:before {
    position: absolute;
    content: "";
    left: 0;
    top: 36px;
    width: 30px;
    height: 2px;
    background-color: #fff;
}

.footer-widget-menu ul li a {
    display: inline-block;
    transition: 0.5s;
    font-size: 17px;
    color: #8e939f;
    font-weight: 400;
   margin-bottom: 14px;
}

.footer-widget-menu ul li a:hover{
    color:#fff;
}

/*recent post image*/

.recent-post-item {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.recent-post-item.upper {
    margin-top: 43px;
}

.recent-post-image {
    width: 80px;
    height: 80px;
}

.recent-post-text {
    flex: 1;
}

.recent-post-text h6 {
    margin: 0;
    max-inline-size: 20ch;
}

.recent-post-text a {
    transition: .5s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    font-family:"Cinzel", serif;
}

.recent-post-text span {
    padding: 2px 0 0;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #8e939f;
    font-weight: 300;
    font-family: "Archivo";
}

/*footer all hover*/
ul.footer-menu li a:hover {
    color: #FF3C00;
}

.follow-company-icon a:hover:before {
    transform: scale(1);
}

.recent-post-text a:hover {
    color: #FF3C00;
}

/* footer bootm  area*/
.footer-bottom-area {
    background: #005b2d;
    padding: 17px 0 15px;
}

.footer-bottom-content-copy p {
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin: 0;
}

.footer-bottom-content.right {
    text-align: right;
}

.footer-bottom-menu ul li {
    display: inline-block;
    margin-right: 24px;
}

.footer-bottom-menu ul li a {
    display: inline-block;
    transition: 0.5s;
    font-size: 17px;
    color: #8e939f;
    font-weight: 400;
    font-family:"Cinzel", serif;
}

.footer-bottom-menu ul li a:hover{
    color:#fff;
}


.newsletter-area {
    background: #000154;
    padding: 24px 0 23px;
}

.newsletter-title h1 {
    font-size: 34px;
    color: #ffffff;
    font-weight: 700;
    font-family:"Cinzel", serif;
    margin-bottom: -2px;
}

.newsletter-title p {
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Archivo";
}

.subscribe_form {
    position: relative;
    text-align: right;
}

.subscribe_form input {
    height: 60px;
    background-color: #ffffff;
    outline: 0;
    border: none;
    width: 88%;
    float: right;
    border-radius: 0;
}

.subscribe_form button {
    transition: all 0.4s ease 0s;
    border: medium none;
    background: #171717;
    position: absolute;
    right: 0;
    top: 0px;
    display: inline-block;
    z-index: 1;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    font-family:"Cinzel", serif;
    border-radius: 0;
    text-transform: uppercase;
    width: 142px;
    height: 60px;
    margin: 0;
}

.subscribe_form button:hover {
    color: #fff !important;
}

.subscribe_form button.btn:after {
    background: #0163A2;
}






.footer-bottom-content.right {
    text-align: right;
}

.footer-bottom-menu ul li {
    display: inline-block;
    margin-right: 24px;
}

.footer-bottom-menu ul li a {
    display: inline-block;
    transition: 0.5s;
    font-size: 17px;
    color: #8e939f;
    font-weight: 400;
    font-family:"Cinzel", serif;
}

.footer-bottom-menu ul li a:hover{
    color:#fff;
}


.footer-widget-menu ul{
	padding-left: 15px;
}
.footer-widget-menu ul li{
	list-style: disclosure-closed;
}
.footer-widget-menu ul li::marker{
	color: #fff;
}
.pl-202{
	margin-left: -20px;
}

.banner-section {
  padding: 50px 0px;
   
  background: #602785;
  text-align: center;
}

.tm-breadcrumb-title {
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
.tm-breadcrumb ul {
	padding-left: 0;
	margin-bottom: 0;
	font-size: 0;
}
.tm-breadcrumb ul li {
	display: inline-block;
	list-style: none;
	font-size: 18px;
	color: #fff;
}
.tm-breadcrumb ul li a {
	color: #fff;
}
.tm-breadcrumb ul li a::after {
	content: "▪";
	padding: 0 10px;
}
.contactsection{
	padding: 80px 0;
}.tm-contact-block {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 30px 30px;
	overflow: hidden;
	min-height: 300px;
	border-radius: 3px;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;

}
.tm-button{
	background-color: #602785;
	color: #fff;
	border: 1px solid #8c6e48;
	padding: 10px 20px;
	border-radius: 3px;
	transition: 0.5s ease;
	cursor: pointer;
}
.tm-button:hover{
	background-color: #fff;
	color: #8c6e48;
	border: 1px solid #8c6e48;
	padding: 10px 20px;
	transition: 0.5s ease;
	border-radius: 3px;
}
.p-50{
	padding: 50px 0px;
}
.sub-title {
  font-size: 22px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.sub-title i {
  font-size: 40px;
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
  vertical-align: middle;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-40 {
  margin-bottom: 40px;
}

.service-style1.reverse, .service-style1, .mt-n4{
  position: relative;
    z-index: 9 !important;
}

.service-style1.reverse{
  width: 70%;
    margin-left: auto;
}
.service-style1{
  width: 70%;
  margin-right: auto;
}
.servicewhyus{
  padding: 40px 0 70px;
}

.servicewhyus .sec-title2{
  margin-bottom: 40px;
}
.servicesec{
  padding: 70px 0 60px;
  background: url('../images/service-bg.webp');
  position: relative;
}
.servicesec .sec-title2{
  margin-bottom: 30px;
}

.services-eight__single {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 10px;
  padding: 1px 50px 32px;
  margin-top: 25px;
  box-shadow: 2px 4px 30px 0px rgba(96, 39, 133, 0.33);
  transition: all 500ms ease;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .services-eight__single {
    padding: 1px 20px 32px;
  }
}
.services-eight__single::after {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 93px;
  width: 93px;
  content: "";
  z-index: -1;
  background-color: #602785;
  transition: all 500ms ease;
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 93 93" xmlns="http://www.w3.org/2000/svg"><path d="M53.7656 64.3846C44.5389 92.7651 3 92.3621 0 93H83C88.5229 93 93 88.5228 93 83V22.8923V0C82.1861 47.9899 65.9651 26.86 53.7656 64.3846Z"/></svg>');
  mask-repeat: no-repeat;
  mask-position: top right;
  mask-size: cover;
}
.services-eight__single::before {
  background-color: #602785;
  position: absolute;
  top: 0;
  height: 0;
  left: 0;
  right: 0;
  content: "";
  transition: all 500ms ease;
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
}
.services-eight__single:hover::before {
  opacity: 1;
  height: 100%;
}
.services-eight__single__image {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
  margin-top: -25px;
}
.services-eight__single__image img {
  width: 100%;
  height: auto;
}
.services-eight__single__middle {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-top: -13px;
  margin-bottom: 21px;
}
.services-eight__single__middle::after {
  position: absolute;
  left: 78px;
  bottom: 6px;
  width: calc(100% - 78px);
  height: 1px;
  content: "";
  background-color: #2d6597;
  transition: all 400ms ease;
}
.services-eight__single:hover .services-eight__single__middle::after {
  background-color: #fff;
}
.services-eight__single__icon {
  width: 78px;
  height: 88px;
  background-color: #602785;
  border-radius: 0 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  color: #fff;
  transition: all 400ms ease;
}
.services-eight__single__icon span {
  position: relative;
  top: 2px;
  display: inline-block;
  transition: all 0.5s ease;
}
.services-eight__single:hover .services-eight__single__icon {
  background-color: #fff;
  color: #2d6597;
}
.services-eight__single:hover .services-eight__single__icon img{
  filter: brightness(0%);
}
.services-eight__single:hover .services-eight__single__icon span {
  transform: rotateY(180deg);
}
.services-eight__single__title {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 0;
  position: relative;
  top: -20px;
}
.services-eight__single__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.services-eight__single__title a:hover {
  background-size: 100% 1px;
}
.services-eight__single:hover .services-eight__single__title {
  color: #fff;
}
.services-eight__single__text {
  line-height: 30px;
  font-weight: 600;
  margin: 0;
  transition: all 400ms ease;
}
.services-eight__single:hover .services-eight__single__text {
  color: #fff;
}
.services-eight__single__icon img {
  width: auto;
  height: 60px;
}
.why-choose-us-section{
  padding:  25px 0px 50px;
}

/*--------------------------------------------------------------
# Contact Info
--------------------------------------------------------------*/
.contact-info {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 3;
}

.contact-info__single {
  position: relative;
  display: block;
  border: 1px solid #5c2785;
  padding: 30px 50px 10px;
  margin-bottom: 80px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;min-height: 195px;
}

.contact-info__single:hover {
  border: 1px solid #0d7939;
}

.contact-info__title {
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  margin-bottom: 13px;
}

.contact-info__text {
  color: #3C3C3C  ;
}

.contact-info__text a {
  color: #602785;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-info__text a:hover {
  color: #5c2785;
}

.contact-info__btn-box {
  position: absolute;
  bottom: -50px;
  right: -1px;
}

.contact-info__btn-box:before {
  content: "";
  position: absolute;
  right: 0px;
  top: -30px;
  width: 1px;
  height: 30px;
  background-color: #5c2785;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-info__single:hover .contact-info__btn-box:before {
  background-color:#5c2785;
}

.contact-info__btn {
  position: relative;
  display: block;
}

.contact-info__btn:before {
  content: "";
  position: absolute;
  top: -14px;
  left: -15px;
  right: 1px;
  height: 1px;
  z-index: 2;
  background-color: #fff;
}

.contact-info__btn:after {
  content: "";
  position: absolute;
  top: -18px;
  left: -4px;
  height: 31px;
  width: 1px;
  z-index: 2;
  background-color: #643387;
  transform: rotate(-45deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-info__single:hover .contact-info__btn:after {
  background-color: var(--#602785);
}
a{
	text-decoration: none !important;
}
.contact-info__btn a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 12px;
  background-color: #643387;
  width: 160px;
  height: 36px;
  padding-left: 43px;
  padding-right: 34px;
  text-align: center;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 16% 100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;width: 100%;
}

.contact-info__single:hover .contact-info__btn a {
  background-color: #0d7939;
  color: #fff;
}
.contact-info__text a{
	color: #3C3C3C;
}
.contact-info__icon {
  position: absolute;
  right: 39px;
  bottom: 13px;
}
/*--------------------------------------------------------------
# Contact Page Form
--------------------------------------------------------------*/
.contact-page-form {
  position: relative;
  display: block;
  padding: 0px 0 60px;
  z-index: 1;
}

.contact-page-form__shape-1 {
  position: absolute;
  bottom: -105px;
  right: 0;
  mix-blend-mode: luminosity;
  opacity: 0.05;
  z-index: -1;
}

.contact-page-form__shape-1 img {
  width: auto;
}

.contact-page-form .container {
  max-width: 800px;
}

.contact-page-form .section-title__tagline::before {
  left: 50%;
  transform: translateX(-50%);
}

.contact-page-form__form-box {
  position: relative;
  margin-top: 40px;
  display: block;
}

.contact-page-form__form-box .row {
  --bs-gutter-x: 20px;
}

.contact-page-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-page-form__input-box input[type="text"],
.contact-page-form__input-box input[type="email"] {
  height: 55px;
  width: 100%;
  border: none;
  background-color: #eff1f5;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 15px;
  color: #000;
  display: block;
  font-weight: 500;
}

.contact-page-form__input-box textarea {
  font-size: 15px;
  color: #000;
  height: 168px;
  width: 100%;
  background-color: #eff1f5;
  padding: 15px 30px 30px;
  border: none;
  outline: none;
  margin-bottom: 0px;
  font-weight: 500;
}

.contact-page-form__input-box.text-message-box {
  height: 168px;
}
.contact-page-form__btn-box{
	text-align: center;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.contact-page-google-map {
  position: relative;
  display: block;
  z-index: 1;
}

.contact-page-google-map:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  max-width: 1170px;
  width: 100%;
  height: 60px;
  background-color: #fff;
  z-index: 1;
}

.google-map__two {
  position: relative;
  display: block;
  border: none;
  height: 660px;
  width: 100%;
  mix-blend-mode: luminosity;
}


.contact-info__icon span {
  position: relative;
  display: inline-block;
  font-size: 62px;
  color: var(--#602785);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.contact-info__single:hover .contact-info__icon span {
  transform: scale(.9);
}


.cartsec2{
	display: none !important;
}
.mkl-322{
	margin-left: 35px;
}
.mkl-322 h4::before{
	left: 30px;
}
.tm-contact-block {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px 30px;
  overflow: hidden;
  min-height: 320px;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
@media screen and (max-width:767px){
  .tm-contact-block{
    min-height: auto;
  }
}
.tm-contact-block h5 {
  margin-bottom: 10px;
}

.tm-contact-block p {
  margin-bottom: 0;
}

.tm-contact-block p a {
  color: #444444;
}

.tm-contact-block p a:hover {
  color: #e31d26;
}

.tm-contact-block:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 25px rgba(227, 29, 38, 0.3);
  box-shadow:0 10px 25px rgba(227, 29, 38, 0.3);
}
.tm-contact-block:hover>.tm-contact-icon{
    background: #e31d26;
    color:#fff;
}
.tm-contact-icon {
  display: inline-block;
  height: 93px;
  width: 93px;
  line-height: 89px;
  font-size: 40px;
  text-align: center;
  border-radius: 999px;
  border: 1px solid #e31d26;
  margin-bottom: 25px;
  color: #e31d26;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.tm-contact-formwrapper {
  padding: 30px;
  margin-top: 50px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tm-contact-formwrapper h5 {
  margin-bottom: 20px;
  margin-top: -4px;
}
.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.review .mb-20{
	margin-bottom: 20px;
}.review .mb-30{
	margin-bottom: 30px;
}
.rating > .half:before { 
  content: "\f089";
  position: absolute;
}
.review{
	padding-bottom: 80px;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 

.tm-contact-map #google-map {
  height: 100%;
  width: 100%;
}
.review .form-control{
	height: 50px;
  padding: 0 15px;border: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.review textarea {
  padding: 10px 15px !important;height: 120px !important;
}
@media screen and (max-width: 767px){
	.about-section, .text-moving-sec{
		overflow: hidden;
	}.review {
  padding-bottom: 45px;margin-top: -25px;
}
	  .text-moving-sec .text-moving h1 span {
    font-size: 24px;
  }
  .navbar-brand img {
  height: 80px;
}
.navbar-light .navbar-toggler::before, .navbar-light .navbar-toggler::after{
	display: none;
}
.navbar-light .navbar-toggler{
	font-family: none;
}
.nav-link{
	padding: 10px 0 !important;
}
  .nav-item::before{
  	display: none;
  }
  .cartsec{
  	display: none;
  }
  .section-title h2 {
  margin-bottom: 10px;
  font-size: 30px;
}
.product-page {
  padding: 15px 0 20px;
}
.sub-title {
  font-size: 17px;
  }
  .sub-title i {
  font-size: 26px;
  margin-inline-end: 8px;
}
.product-item{
	margin-bottom: 20px;
}

.work-area {
  padding: 15px 0 0px;
  }.about-section {
  padding: 50px 0 10px;
}.about-one_image-box .about-img-three {
  position: absolute;
  left: 262px;
  bottom: -88px;
}
.about-one_image-box .experience-item{
	display: none;
}
.about-section .mb-50 {
  margin-bottom: 30px;
}
.text-moving-sec{
	padding: 0px 0 40px;
}
.footer-contact-info{
	padding: 25px 25px 25px;margin-bottom: 30px;
}
.footer-title2 h3{
	margin-top: 0;
}
.footer-widget-content.style-left{
	margin-left: 10px;
}
.mkl-3{
		margin-left: 30px;
		margin-top: 10px;
}
.mkl-3 
.footer-widget-titel h4::before{
	left: 27px;top: 46px;
}
.mkl-3h{
	margin-left: 10px;
}.footer-area {
  margin-top: 40px;
  padding-bottom: 30px !important;
}
.check-style-one{
	display: none;
}
.banner-section {
  padding: 30px 0px;
  }.why-choose-us-section {
  padding: 0px 0px 20px;
}.contact-info{
	padding: 50px 0 20px;
}
.contact-info__single{
	min-height: auto;
	padding: 20px 30px 0px;
}
.contact-page-form{
	padding: 0;
}
.contact-page-google-map{
	margin-bottom: 80px;
}
.header-top-bar{
	display: block !important;
}
.top-left{
	text-align: center;
    margin-bottom: 5px;
}
.header-top-bar {
  padding: 4px 50px 8px;
  }
  .cartsec2:hover .nav-link {
  color: #fff !important;
}
.social-link .lii{
	display: none !important;
}
.cartsec2{display: inline-block !important;}
.top-right{
	float: none !important;
	text-align: center;
}
.cartsec2 a{
	padding: 0 !important;
}
.top-right .social-link{
	padding-left: 0;
}.login-register-wrapper {
  padding: 30px 0 50px !important;
}
.product-details-des{
	margin-left: 30px;
  margin-top: 30px;
}  .product-details-des .product-name {
    font-size: 30px !important;
    padding-bottom: 6px;
  }
    .shop-main-wrapper {
    padding: 40px 0 10px;
  }
  .tm-breadcrumb-title{
  	font-size: 26px;
  }
  .tm-breadcrumb ul li{
  	font-size: 16px;
  }
	
}

.fixedbtn img{
	position: fixed;
  z-index: 999999999 !important;
  bottom: 20px;
  height: 50px;
  right: 20px;
}