body{
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #212112;
	overflow-x: hidden;
}
@font-face {
  font-family: 'Times New Roman';
  src: url('Times New Roman/times new roman bold italic.ttf');
}
.container{
  max-width: 1440px;
}
@media screen and (max-width: 1600px){
  .container {
  max-width: 1250px;
}
}
@media screen and (max-width: 1500px){
  .container{
  max-width: 1140px;
}
}
@media screen and (max-width: 1200px){
  .container{
  max-width: 960px;
}
}
h1,h2,h3,h4,h5,h6{
	font-family: "Abhaya Libre", serif;
}
.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: 5px 0;position: fixed;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 50px;
	-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: 70px;
	width: auto;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}.carousel-control-next {
  right: 0;
  width: 60px;
  background: #000;
  height: 60px;
  top: 40%;
  right: 20px;
  border-radius: 31px;
}
.carousel-control-prev{
	width: 60px;
  background: #000;
  height: 60px;
  top: 40%;
  left: 20px;
  border-radius: 31px;
}
.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-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: #330d73 !important;
	font-weight: 500;
    transition: all 200ms linear;font-family: "Abhaya Libre", serif;font-size: 21px;
}


.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #330e73;
	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;
}


.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;
}

.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: rgb(51, 14, 115);
}

@media screen and (min-width:767px){
  .navbar-nav{
    padding: 8px 55px 8px 40px !important;
  background: #fff;
  border-radius: 28px;
  }
  .nav-link{
    color: #330e73 !important;
  }.nav-item:after{
    display: none;
  }
}
@media (max-width: 767px) { 
	
	.nav-item:after{
		display: none;
	}

	
	.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;
	}
  .contatcbt .card {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 30px 30px;
    transition: 0.5s ease;
    min-height: 380px !important;
    margin: 20px 0px 20px !important;
  }
	
}

/* #Link to page
================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
  filter: brightness(10%);
	transition: all 250ms linear;
}

.topbar {
	background: #330e73;
	padding: 5px 0
}

.topbar ul li {
	display: inline-block;
	color: #fff;
	margin-right: 20px
}

.topbar ul li a {
	font-size: 14px;
	padding-left: 5px;
	color: #fff !important
}

ul {
	padding: 0;
	margin: 0
}
.carousel-indicators li{
	background-color: rgb(238, 42, 129);
}
.social {
	float: right
}


.topbar ul {
	float: left
}

.pbl-0 {
	padding: 0
}


.social {
	padding-right: 0px;
	float:right !important;
}

a {
	text-decoration: none !important
}


@media screen and (max-width:1199px){
	.nav-link{
		font-size: 17px;
	}
	.navbar-brand img {
  height: 50px;
}
}


@media screen and (max-width:767px){
	.topbar{
		display: none;
	}
	.carousel-control-next, .carousel-control-prev{
		display: none;
	}
}



footer{
  background:#330e73;
  background-size: cover;
  padding: 60px 0 40px;background-position: center;
}

footer h4{
  font-size: 30px;
  margin-top: -0.22em;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}

footer ul{
  padding: 0;
  margin: 0;
}
footer ul li{
  list-style: none;margin-bottom:15px;
  color: #fff;
}
footer ul li a{
  list-style: none;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #212112;
  color: #fff !important;
  
}

footer ul li i{
  padding-right: 10px;color: #fff !important;
  color: #330e73 !important;color: #fff !important;
}
.media-text{
  margin-bottom: 0;
}
.copyright-text {
  margin-bottom: 0;
  color: #fff;
} .copyright-text a{
  color: #fff !important;
}
.copyright-text a:hover{
  color: #fff !important;
}
.copyright{
background: #000000 !important;
padding: 10px 0;
text-align: center;
}

.gallery-box{
  margin-bottom: 30px;
}

@media screen and (max-width:767px){
  .sec-title2 {
  font-size: 30px;
}
.single-img{
  margin-bottom: 20px;
}.service {
  padding: 60px 0 30px;
}
footer ul li a{
  font-size: 15px;
  line-height: 25px;
}footer h4 {
  font-size: 25px;
  margin-bottom: 0;
  margin-top: 10px;
}
footer{
  padding: 28px 0 30px;
}footer ul li {
  list-style: none;
  margin-bottom: 5px;
}
}
.about1 .about-one__smimage{
  position: absolute;
}
.about-one--three .about-one__bigimagebg {
  position: absolute;
  width: auto;
  max-width: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
  z-index: 1;
}
.about1 {
  padding: 70px 0 ;background: #e5e1ea;
  position: relative;
}
@media (max-width: 767px) {
  .about1 {
    padding: 80px 0;
  }
}
.about1 .about-one__content {
  position: relative;
  max-width: 100%;
  margin: 0;
}
@media (min-width: 1200px) {
  .about1 .about-one__content {
    padding: 0 48px 0 0;
  }
}
@media (max-width: 991px) {
  .about1 .about-one__content {
    margin-bottom: 36px;
  }
}
.about1 .about-one__content__list {
  margin: -2px 0 0;
}
.about1 .about-one__image {
  padding: 12px 0 0 3px;
  margin: 0;
}
@media (min-width: 1400px) {
  .about1 .about-one__image {
    margin-left: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about1 .about-one__image {
    margin-left: 70px;
  }
}
.about1 .about-one__bigimage {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 309.000000"><g transform="translate(0.000000,309.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M867 3080 c-84 -21 -135 -67 -206 -187 -23 -39 -74 -101 -113 -139 -162 -155 -179 -179 -203 -269 -19 -75 -19 -222 0 -385 36 -301 12 -396 -167 -664 -97 -144 -132 -217 -152 -318 -22 -109 -21 -261 3 -337 40 -130 101 -169 311 -201 209 -32 247 -54 348 -203 116 -170 168 -207 302 -215 101 -6 196 19 377 97 182 78 241 94 338 95 124 1 204 -37 400 -193 50 -40 124 -89 164 -109 73 -36 77 -37 190 -37 110 0 119 2 182 32 169 83 264 276 226 459 -8 38 -45 136 -81 217 -80 178 -90 216 -84 315 6 98 30 153 143 322 114 171 138 224 143 326 3 50 0 96 -8 119 -19 58 -73 111 -138 136 -54 20 -67 21 -274 14 -191 -6 -222 -5 -268 10 -107 36 -170 142 -155 262 8 69 30 129 93 268 63 136 76 188 70 273 -9 117 -79 221 -184 273 -41 20 -64 24 -139 24 -120 0 -167 -23 -305 -151 -156 -144 -255 -183 -348 -135 -44 23 -83 63 -146 153 -50 72 -91 108 -147 132 -48 20 -126 27 -172 16z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 309.000000"><g transform="translate(0.000000,309.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M867 3080 c-84 -21 -135 -67 -206 -187 -23 -39 -74 -101 -113 -139 -162 -155 -179 -179 -203 -269 -19 -75 -19 -222 0 -385 36 -301 12 -396 -167 -664 -97 -144 -132 -217 -152 -318 -22 -109 -21 -261 3 -337 40 -130 101 -169 311 -201 209 -32 247 -54 348 -203 116 -170 168 -207 302 -215 101 -6 196 19 377 97 182 78 241 94 338 95 124 1 204 -37 400 -193 50 -40 124 -89 164 -109 73 -36 77 -37 190 -37 110 0 119 2 182 32 169 83 264 276 226 459 -8 38 -45 136 -81 217 -80 178 -90 216 -84 315 6 98 30 153 143 322 114 171 138 224 143 326 3 50 0 96 -8 119 -19 58 -73 111 -138 136 -54 20 -67 21 -274 14 -191 -6 -222 -5 -268 10 -107 36 -170 142 -155 262 8 69 30 129 93 268 63 136 76 188 70 273 -9 117 -79 221 -184 273 -41 20 -64 24 -139 24 -120 0 -167 -23 -305 -151 -156 -144 -255 -183 -348 -135 -44 23 -83 63 -146 153 -50 72 -91 108 -147 132 -48 20 -126 27 -172 16z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: relative;
  z-index: 2;
  width: auto;
  max-width: 100%;
  border-radius: 0;
}
.about1 .about-one__bigimagebg {
  position: absolute;
  width: auto;
  max-width: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
  z-index: 1;
}
.about1 .about-one__smimage {
  right: auto;
  left: -50px;
  width: 328px;
  height: 328px;
  border: 6px solid #fff;
  overflow: hidden;
  top: 10%;
  bottom: 0;
  margin: auto 0;
  padding: 0;
  z-index: 3;
  border-radius: 50%;
  animation: about3Effect 1.5s linear infinite alternate;
}
@media (min-width: 1400px) {
  .about1 .about-one__smimage {
    left: -67px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about1 .about-one__smimage {
    
    left: 0;
    top: -0%;
  }
}
@media (max-width: 767px) {
  .about1 .about-one__smimage {
    display: none;
  }
}
@keyframes about3Effect {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(15px);
  }
}
.about1 .about-one__smimage img {
  object-fit: cover;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  border: none;
}

.about2 .about-one__content__qualitwrap__col {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}.about2 .about-one__content__qualitwrap__icon {
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #330e73;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 37px;
  color: #fff;
  transition: all 0.5s ease;
}.about-one__content__qualitwrap__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 11px;
}.about2 .about-one__content__qualitwrap__title {
  margin-bottom: 0;
  padding-left: 16px;
}
.sec-title{
  padding-bottom: 10px;
}
.about2 .about-one__content__qualitwrap {
  background-color: transparent;

  padding: 0 2px 0 0;

}
.about-one__content__qualitwrap {
  position: relative;

  background-color: rgb(51, 14, 115)

  border-radius: 4px;

  padding: 15px 220px 13px 20px;

  margin-bottom: 32px;

}



.about-us {
  padding: 70px 0px;
  position: relative;
  background-color: #fff;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 991px) {
  .about-us {
    padding: 100px 0px;
  }
}
@media (max-width: 767px) {
  .about-us {
    padding: 80px 0px;
  }
}
.about-us .sec-title {
  padding-bottom: 20px;
}
.about-us__top__text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 175%;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.about-us__feature {
  margin-top: 35px;
  padding-top: 40px;
  border-top: 1px solid var(--wallox-border-color, #E4DACC);
  display: flex;
  gap: 20px;
  margin-bottom: 33px;
}
.about-us__feature__icon {
  max-width: 80px;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #330e73;
  background-color: #330e734a;
  border-radius: 6px;
  transition: all 0.4s ease-in-out;
}
.sec-title__tagline {
 color: #330e73;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  margin-left: 10px;
  margin-top: 10px;
}
.sec-title__title {
  color:  #2E2A20;
  font-style: normal;
  font-weight: 800;
  font-size: 45px;
  line-height: 1.2666666667;
  letter-spacing: -0.02em;
}@keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.about-us__feature__title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 144%;
  margin-bottom: 3px;
  padding-bottom: 0;
  color: #000;
  text-transform: capitalize;
}
.about-us__feature__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #000;
}
.about-us__feature:hover .about-us__feature__icon {
  background-color: #330e73;
  color: #fff;
}
.about-us__left {
  position: relative;
}
.about-us__thumb {
  position: relative;
  z-index: 1;
  margin-left: 47px;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .about-us__thumb {
    margin-right: 100px;
  }
}
@media (max-width: 767px) {
  .about-us__thumb {
    margin-right: 40px;
  }
}
@media (max-width: 575px) {
  .about-us__thumb {
    margin-right: 0px;
    margin-left: 0;
  }
}
.about-us__thumb img {
  
}
@media (max-width: 1199px) {
  .about-us__thumb img {
    object-fit: cover;
    width: 100%;
  }
}
.about-us__thumb__small {
  position: absolute;
  right: 0;
  bottom: 40%;
  border-radius: 20px;
  border: 12px solid #fff;
  filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.1));
}
.about-us__thumb__small img {

}
@media (max-width: 991px) {
  .about-us__thumb__small {
    right: -70px;
  }
}
@media (max-width: 575px) {
  .about-us__thumb__small {
    right: -20px;
  }
}
.about-us__thumb__box {
  width: 80px;
  height: 226px;
  background-color: #330e734a;
  position: absolute;
  left: -30px;
  top: 30px;
  border-radius: 87.5px;
  z-index: -1;
  animation: topToBottom 3s ease-in-out infinite;
}
.about-us__thumb::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 191px;
  left: -50px;
  top: 20px;
  z-index: -1;
  border: 3px solid #330e73;
  border-radius: 87.5px;
  background-color: transparent;
  animation: topToBottom 3s ease-in-out infinite;
}
.about-us__thumb::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 280px;
  right: 50px;
  bottom: 30px;
  z-index: -1;
  border: 3px solid #330e73;
  border-radius: 87.5px;
  background-color: transparent;
  animation: topToBottom 3s ease-in-out infinite;
  animation-delay: 1s;
}
.about-us__funfact {animation: topToBottom 3s ease-in-out infinite;
  position: absolute;
  bottom: 0;
  background: #330e73;
  z-index: 1;
  padding: 30px;
  bottom: 50px;
}
@media (max-width: 575px) {
  .about-us__funfact {
    position: relative;
    margin-top: 30px;
    bottom: 0;
  }
}
.about-us__funfact__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  z-index: -1;
}
.about-us__funfact__icon {
  font-size: 50px;
  text-align: center;
  color: #fff;
  line-height: 0;
  margin-bottom: 22px;
}
.about-us__funfact__number {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 117%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 5px;
}
.about-us__funfact__text {
  margin-top: -5px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 188%;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: capitalize;
  text-align: center;
}
.about-us__funfact::after {
  content: "";
  position: absolute;
  bottom: -29.555px;
  left: 0;
  height: 30px;
  width: 47.5555px;
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  background-color: #000;
  z-index: -3;
}
@media (max-width: 575px) {
  .about-us__funfact::after {
    display: none;
  }
}
.about-us__bottom {
  display: flex;
  align-items: center;
  gap: 15px;
}
.about-us__bottom__text {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  color: #330e73;
  padding: 5px 10px;
  border-radius: 100px;
  border: 1px solid #330e73;
}
@keyframes squareMover {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@keyframes messageMove {
  0%, 100% {
    transform: translateX(0);
  }
  25%, 75% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(10px);
  }
}
@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes topAniLong {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes svgRotate {
  8% {
    -webkit-transform: perspective(500px) rotateX(0deg);
    transform: perspective(500px) rotateX(0deg);
  }
  100% {
    -webkit-transform: perspective(500px) rotateX(360deg);
    transform: perspective(500px) rotateX(360deg);
  }
}
@keyframes topToBottom {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(16px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes topToBottom {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(16px);
  }
  100% {
    transform: translateY(0px);
  }
}
.about-us__bottom__thumb {
  display: flex;
  align-items: center;
}
.about-us__bottom__thumb__item {
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -20px;
}
.about-us__bottom__thumb__item:first-child {
  margin-left: 0;
}
.about-us__bottom__thumb__item--two {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
}
.about-us__bottom__thumb__item__funfact {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #000;
}
.about-us__shape {
  position: absolute;
  top: 15%;
  left: 0;
  animation: topToBottom 3s ease-in-out infinite;
}
@media (max-width: 991px) {
  .about-us__shape {
    display: none;
  }
}
.about-us__shape-two {
  position: absolute;
  bottom: 10%;
  right: 0;
  animation: rotated 18s ease-in-out infinite;
}
@media (max-width: 991px) {
  .about-us__shape-two {
    display: none;
  }
}



.btnn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: #000;
  color: #fff;
  font-family: var(--wallox-font, "Plus Jakarta Sans", sans-serif);
  padding: 15px 24px;
  transition: 500ms;
  background-color: #330E73 !important;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  text-transform: capitalize;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  text-align: center;
}

.btnn::before {
  content: "";
  background-color: #330E73 !important;
  border-radius: 100px;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.2s transform ease-out;
  will-change: transform;
  z-index: -1;
}
.btnn--base {
  background: #330E73;
  color: #fff;
}
.btnn--base::before {
 background-color: #330E73 !important;}

.btnn--border {
 background-color: #330E73 !important;  border: #330e73;
}


.about2 .about-one__content__qualitwrap__icon img{
  height: 40px;
}
.banner-section{
  background: #330e73;
  padding: 50px 0 40px;
}
.banner-section h2{
  color: #fff !important;
  font-size: 43px;
}
@media screen and (max-width:1200px){
  .about-us__thumb__small{
    right: -36px;
  }
  .about-us__top__text{
    font-size: 16px;
  }
  footer ul li a{
    font-size: 16px;
  }
}
.p-relative{
  display: block !important;
}
.p-relative .about-one__content__qualitwrap__title{
 padding-left: 0;
  font-size: 26px;
  color: #330e73;
  padding-bottom: 2px;
  border-bottom: 4px double #330e73;
  margin-bottom: 10px;
  width: fit-content;
}

@media screen and (max-width:991px){
  .about-us__left{
    margin-bottom: 40px;
  }  .about-us, .about1 {
    padding: 50px 0px;
  }  .about-us__thumb img {
    object-fit: cover;
   
  }
  footer h4 {
  font-size: 24px;
}
}

@media screen and (max-width:767px){
    .about-us__thumb img {
    object-fit: cover;
    width: 70%;
  }
  .about-us__thumb__small img{
    width: 100%;
  } .about-us__thumb__small {
    right: 0;
    
  }  .about-us, .about1 {
    padding: 36px 0px;
  }
.about-one__content__qualitwrap__title{
  font-size: 20px;
}  footer h4 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 30px;
  }  footer ul li {
    list-style: none;
    margin-bottom: 12px;
  }
    .about-us{
    padding: 90px 0px 40px;
  }
  .sec-title__title{
    font-size: 36px;
  }.about-us .sec-title {
  padding-bottom: 5px;
}
}
.page-header {
  background-image: url('../images/banner.webp');
  position: relative;
  padding: 50px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3;
}
.page-header .container {
  position: relative;
  z-index: 10;
  text-align: center;
}
.page-header__title {
  margin: 0;

    margin-bottom: 0px;

  font-style: normal;

  font-weight: 700;

  font-size: 45px;

  line-height: 57px;

  text-transform: capitalize;

  margin-bottom: 20px;

  padding-bottom: 0;

  color: #fff;
}
.wallox-breadcrumb__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.wallox-breadcrumb__list li {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.wallox-breadcrumb__list li a {
  color: inherit;
  display: inline-flex;
  line-height: 1em;
}
.wallox-breadcrumb__list li i {
  margin-right: 10px;
  font-size: 14px;
}

.wallox-breadcrumb__list li span {
  color: var(--wallox-base, #fff);
}

.contact-one {
  padding: 50px 0px;
}
.gutter-y-30 {
  --bs-gutter-y: 30px;
}
.contact-one__item {
  background: #e7e7e7  !important;
  display: flex;
  gap: 20px;
  align-items: start;
  padding: 20px 20px 37px 20px;
  border: 1px solid var(--wallox-border-color, #E4DACC);
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
}
.contact-one__item__icon {
  max-width: 84px;
  width: 100%;
  height: 84px;
  border-radius: 50%;
  background: #fff;
  border: 10px solid var(--wallox-border-color, #fff) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #DF9E42;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 1;
  border: none !important;
}
.contact-one__item__icon img {
  width: auto;
  height: 55px;
}
.contact-one__item__icon {
  max-width: 84px;
  width: 100%;
  height: 84px;
  border-radius: 50%;
 background-color: #330E73 !important;
	border: 10px solid var(--wallox-border-color, #E4DACC);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #DF9E42;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 1;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-maps-and-flags::before {
  content: "\e902";
}
.contact-one__item__icon::after {
  content: "";
  position: absolute;
  top: 0%;
  height: 0;
  width: 0;
  left: 50%;
 background-color: #330E73 !important;  border-radius: 50%;
  transition: all 0.4s ease;
  z-index: -1;
}
.contact-one__item__title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 80%;
  margin-bottom: 11px;
  padding-bottom: 0;
  text-transform: capitalize;
  color: var(--wallox-text-dark, #2E2A20);
  text-shadow: 0 0 0.1px currentColor;
}
.contact-one__item__call, .contact-one__item__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 0;
  color: #000 !important;
  padding-bottom: 0;
  display: block;
}
.contact-one__item + .contact-one__item {
  margin-top: 50px;
}
.contact-one__item__icon {
  max-width: 84px;
  width: 100%;
  height: 84px;
  border-radius: 50%;
  background: #fff;
  border: 10px solid #E7E7E7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 1;
}
.contact-one__item__icon::after {
  content: "";
  position: absolute;
  top: 0%;
  height: 0;
  width: 0;
  left: 50%;
  background-color: #DF9E42;
  border-radius: 50%;
  transition: all 0.4s ease;
  z-index: -1;
}
.contact-one__item__icon {
  font-size: 30px;
  color: #DF9E42;
}
.contact-one__item__title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 80%;
  margin-bottom: 11px;
  padding-bottom: 0;
  text-transform: capitalize;
  color: var(--wallox-text-dark, #2E2A20);
  text-shadow: 0 0 0.1px currentColor;
}
.contact-one__item__call {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.contact-one__item__call, .contact-one__item__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 0;
  color: #000;
  padding-bottom: 0;
  display: block;
}

.contact-one__item {
  background: #F4EDE4;
  display: flex;
  gap: 20px;
  align-items: start;
  padding:20px 20px 37px 20px;
  border: 1px solid  #e7e7e7 !important;
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
}
.contact-one__item__icon {
  max-width: 84px;
  width: 100%;
  height: 84px;
  border-radius: 50%;
  background: #fff;
  border: 10px solid #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #DF9E42;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 1;
      border-radius: 20px;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-message::before {
  content: "\e921";
}
.contact-one__item__icon {
  max-width: 84px;
  width: 100%;
  height: 84px;
  border-radius: 50%;
  background: #fff;
  border: 10px solid var(--wallox-border-color, #E4DACC);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #DF9E42;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 1;
}

.icon-message::before {
  content: "\e921";

}
*, ::after, ::before {
  box-sizing: border-box;

}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;

  font-style: normal;

  font-weight: normal;

  font-variant: normal;

  text-transform: none;

  line-height: 1;

}
.contact-one__item__icon {
  font-size: 30px;

  color:var(--wallox-base, #330E73);

}
.contact-one__item__title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 80%;
  margin-bottom: 11px;
  padding-bottom: 0;
  text-transform: capitalize;
  color: var(--wallox-text-dark, #000);
  text-shadow: 0 0 0.1px currentColor;
}

.contact-one__inner {
  position: relative;
  background:  #E7E7E7;
  padding: 30px;
  overflow: hidden;
  border-radius: 20px;
}
.contact-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.15;
}
.real-image {
  visibility: hidden;
  position: relative;
  width: auto;
  height: 100%;
  overflow: hidden;
}
.real-image img {
  height: auto;
  width: 100%;
  object-fit: cover;
  transform-origin: bottom;
}
.contact-one__form__thumb img {
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}
.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}
.form-one__control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
  margin: 10px auto;
}
.contact-one__form input[type="file"], .contact-one__form input[type="file"] {
  border-radius: 10px;
  border: none;
  background-color: #fff;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  display: block;
  margin: 10px 0;
  padding: 22px 12px 44px !important;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 30px 12px !important;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin: 10px auto;
}
.contact-one__form input[type="text"], .contact-one__form input[type="email"] {
  border-radius: 10px;
  height: 60px;
  width: 100%;
  border: none;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  display: block;
}
.form-one .bootstrap-select > .dropdown-toggle, .form-one input[type="text"], .form-one input[type="email"], .form-one textarea {
  display: block;
  width: 100%;
  height: 58px;
  background-color: #F4EDE4;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border: none;
  outline: none;
  padding-left: 30px;
  padding-right: 30px;
}
.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}
.contact-one__form input[type="text"], .contact-one__form input[type="email"] {
  border-radius: 10px;
  height: 60px;
  width: 100%;
  border: none;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  display: block;
}
.form-one .bootstrap-select > .dropdown-toggle, .form-one input[type="text"], .form-one input[type="email"], .form-one textarea {
  display: block;
  width: 100%;
  height: 58px;
  background-color: #F4EDE4;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border: none;
  outline: none;
  padding-left: 30px;
  padding-right: 30px;
}
.contact-one__form input[type="text"], .contact-one__form input[type="email"] {
  border-radius: 10px;
  height: 60px;
  width: 100%;
  border: none;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  display: block;
}
.form-one .bootstrap-select > .dropdown-toggle, .form-one input[type="text"], .form-one input[type="email"], .form-one textarea {
  display: block;
  width: 100%;
  height: 58px;
  background-color: #F4EDE4;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border: none;
  outline: none;
  padding-left: 30px;
  padding-right: 30px;
}
.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}
.contact-one__form input[type="text"], .contact-one__form input[type="email"] {
  border-radius: 10px;
  height: 60px;
  width: 100%;
  border: none;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  display: block;
}
.form-one .bootstrap-select > .dropdown-toggle, .form-one input[type="text"], .form-one input[type="email"], .form-one textarea {
  display: block;
  width: 100%;
  height: 58px;
  background-color: #F4EDE4;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border: none;
  outline: none;
  padding-left: 30px;
  padding-right: 30px;
} 
.form-one__control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}
.form-on
.contact-one__form textarea {
  border-radius: 10px;
  height: 150px;
  width: 100%;
  border: none;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  display: block;
}
.form-one__control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}
.contact-one .wallox-btn__submite {
  border-radius: 10px;
  color: var(--wallox-white, #330e73);
}
.wallox-btn--base::before {
  background-color: var(--wallox-text-dark, #2E2A20);
}
.contact-one .wallox-btn::before {
  border-radius: 10px;
}
.contact-one .wallox-btn__submite i {
  margin-left: 20px;
  font-size: 14px;
} 
.contact-one .wallox-btn__submite:hover i {
 color: #fff !important;
} 
.icon-right-arrow::before {
  content: "\e909";
} 
.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}
a:hover{
color: #fff;
}
.contact-one__form input[type="text"], .contact-one__form input[type="email"] {
  border-radius: 10px;
  height: 60px;
  width: 100%;
  border: none;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  display: block;
}
.form-one__control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}
.contact-one__form textarea {
  border-radius: 10px;
  height: 150px;
  width: 100%;
  border: none;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  display: block;
}
.form-one textarea {
  height: 195px;
  padding-top: 20px;
}
.form-one__control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}.contact-one .wallox-btn::before {
  border-radius: 10px;
}
.contact-one .wallox-btn__submite i {
  margin-left: 20px;
  font-size: 14px;
}
.icon-right-arrow::before {
  content: "\e909";
}
.form-one__group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin: 0;
}
.contact-one__form input[type="text"], .contact-one__form input[type="email"], .contact-one__form input[type="date"], .contact-one__form select {
  border-radius: 10px;
  height: 60px;
  width: 100%;
  border: none;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  display: block;
}
.form-one__control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.contact-one .wallox-btn__submite {
  border-radius: 10px;
  color: #fff;
}
.contact-one__form .wallox-btn__submite {
  display: flex;
  align-items: center;
}
.wallox-btn--base {
  background: #DF9E42;
  color: #fff;
}
.wallox-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--wallox-text-dark, #2E2A20);
  color: #fff;
  font-family: var(--wallox-font, "Plus Jakarta Sans", sans-serif);
  padding: 15px 24px;
  transition: 500ms;
  background-color: #330e73;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  text-transform: capitalize;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.contact-one .wallox-btn__submite {
  border-radius: 10px;
  color: #fff;
}
.wallox-btn:hover {
 
  transform: scale(1.05);
  will-change: transform;
} 
p{
	text-align:justify;
}
.copyright-text{
text-align:center;
}

[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}
.contact-one__item__text a {
  color: #000;
}
.contact-one__item__content{
  margin: 15px 0px ;
}
.contact-one__form input[type="datetime-local"], .contact-one__form input[type="birthdaytime"] {
  border-radius: 10px;
  height: 60px;
  width: 100%;
  border: none;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  display: block;
}
.contatcbt{
  padding:70px 0 20px;
}
.contatcbt .card{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px 30px;
  transition: 0.5s ease;
  min-height: 324px !important;
}
.roundimgbox{
  background-color: #330e73;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin: auto;
  padding: 10px;
}
.roundimgbox img{
  height: 60px;
  text-align: center;
  margin-left: 12px;
  margin-top: 10px;
}
.contatcbt a h4{
  margin-top: 20px;
  font-size: 30px;
  color: #000;
  text-align: center;
}
.contatcbt a p{
  text-align: center; color: #000;
  margin-bottom: 0;
}
.contatcbt .card:hover{
  transition: 0.5s ease;
  box-shadow: 0 0 10px rgba(51, 14, 115, 0.63);
}
.mb-2{
  margin-bottom: 20px !important;
}
.ourproducts .card{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 15px ;
  transition: 0.5s ease;  margin-bottom: 20px;
}
.ourproducts .btnn{
  margin-top: 0;float: right;
}
.ourproducts  h1{
  font-size: 26px;
  color: #330e73;
  margin-bottom: 10px;
}
#btn2{
  display: none;
}
.mt-0 .col-md-6{
  margin-bottom: 30px;
}
.mt-0{
  padding-top: 0;
}
@media screen and (max-width:1500px){
  .ourproducts  h1 {
  font-size: 24px;
}
}
@media screen and (max-width:1400px){
  .ourproducts  h1 {
  font-size: 21px;
}
}
@media screen and (max-width:767px){
  .contatcbt .card{
    margin-bottom: 20px;
  }.contatcbt{
  padding:40px 0 0px;
}
 .product-pg .card{
    margin-bottom: 20px;
  }.product-pg{
  padding:40px 0 0px;
}
.contact-one__list{
  margin-bottom: 20px;
}.mt-0 .col-md-6 {
  margin-bottom: 20px;
}
.ourproducts .card{
  padding: 20px 10px;
  margin-bottom: 20px;
 
}
#btn1{
  display:none;
}
#btn2{
  display: block;
}
.ourproducts  h1 {
  font-size: 24px;text-align: center;
}  .ourproducts {
    padding: 40px 0px 25px;
  }
.ourproducts p{
  text-align: center;
}
}
@media (max-width: 1199px) {
  .contatcbt .card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px 30px;
  transition: 0.5s ease;
  min-height: 380px !important;
}
 .product-pg .card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 15px 15px;
  transition: 0.5s ease;
  min-height: 380px !important;
}
} 
.product-pg{
padding: 50px 0px ;
}
.product-pg .card {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 30px 30px;
    transition: 0.5s ease;
    min-height: 380px !important;
    margin: 20px 0px 20px !important;
  }
  .product-pg .card{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px 30px;
  transition: 0.5s ease;
  min-height: 324px !important;
}
.product-pg a h4{
  margin-top: 20px;
  font-size: 30px;
  color: #000;
  text-align: center;
}
.product-pg a p{
  text-align: center; color: #000;
  margin-bottom: 0;
}
.product-pg .card:hover{
  transition: 0.5s ease;
  box-shadow: 0 0 10px rgba(51, 14, 115, 0.63);
}
.nav-item:hover .nav-link {
  color: #340f73 !important;
}
.nav-item::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #340f73;
  opacity: 0;
  transition: all 200ms linear;
}
.nav-item:hover::after {
  bottom: 0;
  opacity: 1;
}
.nav-item {
  position: relative;
  transition: all 200ms linear;
}
.nav-item:hover .nav-link {
  color: #330e73 !important;
}
.nav-item:hover::after {
  bottom: 0;
  opacity: 1;
}

.navbar-nav {
  list-style: none;
}
.navbar-nav ::after {
 position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #330e73;
  opacity: 0;
  transition: all 200ms linear;
}
.navbar-nav :hover::after {
  bottom: 0;
  opacity: 1;
}
.navbar-nav .active::after {
  bottom: 0;
  opacity: 1;
}
.txt-b {
  color: #330e73 !important;
}
.why-choose-card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px 30px !important;
  transition: 0.5s ease;
  margin-bottom: 20px;
}
.f-25{
font-size:29px !important;
}
.text-brown{
  color: #941A14 !important;
}
.about-us__right a:hover {
  color: #fff;
}
.about-one__content a:hover {
  color: #fff;
}
.m-10{
  margin: 10px ;
}
.min-height-415{
  min-height: 415px !important;
}