@import url('https://fonts.googleapis.com/css2?family=Antic+Slab&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300;400;500;600;700;800;900&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@200;300;400;500;600;700;800&family=Play:wght@400;700&family=Teko:wght@400;500;600;700&display=swap');
*{
 margin: 0;
 padding: 0;
 font-family: 'Frank Ruhl Libre', serif;
 font-family: 'Antic Slab', serif;
 font-family: 'Encode Sans', sans-serif;
 font-family: 'Play', sans-serif;
}
:root{
     --red:#ED1C24;
     --skin:#FFF4EE;
     --grey:#BB8378;
    --crim:#EDE9D0;
}
h3{
  font-family: 'Encode Sans', sans-serif;
    font-weight:700;
    font-size: 18px;
    color:var(--grey);
    position: relative;
    
}
#top{
  display: none;
  background-color: var(--crim);
}
.top-info ul{
  /* display:flex; */
  list-style: none;
}

.top-info ul li {
  margin:10px 0px 0px 0px;
  border-right: 1px solid #cfcfd0;
  display: inline-block;
  position: relative;
}
.top-info ul li i {
  color: #fbb908;
  font-size: 30px;
  height: 50px;
  left: 0;
  line-height: 50px;
  margin-top: -19px;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 50px;
}
.footer-text iframe{
  padding-top: 10px;
}
.top-info p {
  margin-right: 15px;
  padding-left: 46px;
  text-align: left;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 0px ;
}
.logo{
  padding-top: 20px;
}
.top-info p span {
  color: #676767;
  display: block;
  font-size: 12px;
}
.top-icon{
  text-decoration: none;
  color: var(--red);
}
.logo-01{
  background: var(--skin);
}
.top-icon:hover{
  color: red;
}
.social-icon{
  padding-left: 0px;
}
.social-icon li{
  text-decoration: none;
  display: inline;    
}
marquee:hover{
  color: #ffb212;
}
.nav-link:hover{
  color: red !important;
}
.dropdown-item:hover{
  color: #ffb212;
}
.social-icon{
  padding-left: 0px;
}
.social-icon li{
  text-decoration: none;
  display: inline;    
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #ffb212;
  outline: 0;
  box-shadow: 0 0 0 0.025rem #ffb4125e;
}

#nav{
 
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.nav-link{
 font-family: 'Frank Ruhl Libre', serif;
  font-weight: 600 !important;
  color: #000 !important;
  font-size: 15px !important

}

.sun{
  position: relative;
  display: inline-block;
}
.top-logo{
  background: #fff !important;
}
.sun::before{
   position: absolute;
   content: " ";
   height: 3px;
   width: 10% !important;
   bottom: 5px;
   left: 50%;
   background-color: #71B7CC;
    opacity: 0;
   transition: all 500ms ease-in;
}
.sun::after{
   position: absolute;
   content: " ";
   height: 3px;
   width: 10%;
   bottom: 5px;
   left: 50%;
   background-color: #71B7CC;
   opacity: 0;
   transition: all 500ms ease-in;
}
.sun:hover::before{
 bottom: 30px;
 /* box-shadow: 1px 1px 10px 5px #71B7CC; */
 opacity: 1;
 left: 0%;
 width: 100% !important;

}
.sun:hover::after{
 bottom: 2px;
 opacity: 1;
 left: 0%;
 width: 100%;
}
.nav-link{
  font-weight: 400;
}
/* about text ++++++++++++++++++++++++++++++++++++ */
.about{
  padding: 20px 0px;
  background:#fff;
}
.about-text{
  padding: 20px 10px;
  text-align:justify;


}
.about-text img{
  width: 15%;
}
.about-text h1{
  margin-bottom: 0px;
  color: #000;
  font-size: 33px;
 font-family: 'Frank Ruhl Libre', serif;

  position: relative;
  font-weight: 600;
}

.about-text-100 h3{
  margin-bottom: 0px;
  color: #000;
  font-size: 33px;
 font-family: 'Frank Ruhl Libre', serif;

  position: relative;
  font-weight: 600;
}

.about-text h3{
  margin-bottom: 0px;
  color: #000;
  font-size: 18px;
 font-family: 'Frank Ruhl Libre', serif;

  position: relative;
  font-weight: 600;
}
.about-text h1::after{
  position: absolute;
  top: 130%;
  width: 60px;
  border-bottom: 3px solid #3F2305;
  right: 0px;
  content: '';
  z-index: 1;

}
.about-text h1::before{
  position: absolute;
  top: 130%;
  width: 60px;
  border-bottom: 3px solid #3F2305;
  left: 0px;
  content: '';
  z-index: 1;
  
}
.about-text h1 span::after{
  position: absolute;
    content: " ";
    /* background: #AAD145; */
    background-image: radial-gradient(#23becc, #AAD145, #b3eb26);
    height: 10px;
    width: 10px;
    border-radius: 15px;
    bottom: -3px;
    animation-name: animate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    z-index: 9;
}
.about-text h1::before{
  position: absolute;
  top: 130%;
  width: 60px;
  border-bottom: 3px solid #3F2305;
  left: 0px;
  content: '';
  z-index: 1;
  
}
.about-text h1 span::after{
  position: absolute;
    content: " ";
    /* background: #AAD145; */
    background-image: radial-gradient(#23becc, #AAD145, #b3eb26);
    height: 10px;
    width: 10px;
    border-radius: 15px;
    bottom: -3px;
    animation-name: animate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    z-index: 9;
}
.vis h1 span::after{
  position: absolute;
    content: " ";
    /* background: #AAD145; */
    background-image: radial-gradient(#23becc, #AAD145, #b3eb26);
    height: 10px;
    width: 10px;
    border-radius: 15px;
    bottom: -3px;
    animation-name: animate-02;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    z-index: 9;
}
.vis h1 span::before{
  bottom: -2px;
    right:90px !important;
    position: absolute;
    content: " ";
    background: #32B6C3;
    width: 100px;
    height: 2px;
}
.hiiii h1 span::after{
  position: absolute;
    content: " ";
    /* background: #AAD145; */
    background-image: radial-gradient(#23becc, #AAD145, #b3eb26);
    height: 10px;
    width: 10px;
    border-radius: 15px;
    bottom: -3px;
    animation-name: animate-03;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    z-index: 9;
}
.hiiii h1 span::before{
  bottom: -2px;
    right: 55px !important;
    position: absolute;
    content: " ";
    background: #32B6C3;
    width: 100px;
    height: 2px;
}
.pp h1 span::after{
  position: absolute;
    content: " ";
    /* background: #AAD145; */
    background-image: radial-gradient(#23becc, #AAD145, #b3eb26);
    height: 10px;
    width: 10px;
    border-radius: 15px;
    bottom: -8px !important;
    animation-name: animate-02;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    z-index: 9;
}
.pp h1 span::before{
  bottom: -10px !important;
    right: 20px !important;
    position: absolute;
    content: " ";
    background: #32B6C3;
    width: 70px !important;
    height: 2px;
}
.about-text h1 span::before{
  bottom: -9px ;
    right: 20px;
    position: absolute;
    content: " ";
    background: #32B6C3;
    width: 100px;
    height: 2px;
}
.about-text h1 span{
  margin-bottom: 0px;
  font-size: 33px;
  position: relative;
  font-weight: 600;
  color: var(--red);
}.about-text h3 span{
  margin-bottom: 0px;
  font-size: 16px;
  position: relative;
  font-weight: 600;
  color: var(--red);
}
.about-text-100 h3 span{
  margin-bottom: 0px;
  font-size: 33px;
  position: relative;
  font-weight: 600;
  color: var(--red);
}
.about-text h6{
  position: relative;
  padding-top: 7px;
  font-size: 14px;
}
.about-text h6::before{
  position: absolute;
  top: -46px;
  width: 3px;
  border-bottom: 60px solid #3F2305;
  right: 0px;
  content: '';
  z-index: 1;
}
.about-text h6::after{
  position: absolute;
  top: -46px;
  width: 3px;
  border-bottom: 60px solid #3F2305;
  left: 0px;
  content: '';
  z-index: 1;
}
.about-text h3{
 font-family: 'Frank Ruhl Libre', serif !important;

  position: relative;
}

@keyframes animate-01{
  0%, 50% {
      left: 41%;
  }
  100% {
      left: 90%;
  }
}
@keyframes animate{
  0%, 100% {
    left: -100px;
}
50% {
    left: 80%;
  }
}
@keyframes animate-02{
  0%, 100% {
    left: -60px;
}
50% {
    left: 90%;
  }
}
@keyframes animate-03{
  0%, 100% {
    left: 0px;
}
50% {
    left: 70%;
  }
}
.product-slide{
  /* padding: 40px 0px; */
}
.product-slide a{
    text-decoration: none;
}
.galley{
  padding: 40px 0px;
}
.galley a img{
  border-radius: 50px 0px;
  border: 1px solid #ddd;
}
.galley a{
  /* border: 1px solid #ddd; */
  text-decoration: none;
  padding-top: 20px;
}
.qwqw h4{
  font-size: 16px !important;
}
#rrr{
  padding: 50px 0px;
}
.ser-text{
  padding: 0px 10px 10px 0px;
  text-align:justify;


}
.ser-text h1{
  font-size: 25px;
  color: #000;
  font-family: 'Frank Ruhl Libre', serif;
  font-weight: 700;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top:0 !important;
  padding-bottom:0 !important;
}
.abt-img{
  transition: .5s;
  overflow: hidden;
  /* box-shadow: #bb837855 -5px 5px, #bb837856 -10px 10px, #bb837853 -15px 15px; */
  border-radius: 0px 25px 25px 0px;
}
.abt-img img{
  /* transform: scale(.9); */
  transition: .5s;
  border-radius: 0px 25px 25px 0px;

  overflow: hidden;
  /* border-radius: 25px; */
  /* padding: 10px; */
}
#erer{
  border-radius: 0px 25px 25px 0px;

  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.abt-img:hover img{
  transform: scale(1.1);
}
.about-text h2{
  padding: 0px 0px;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Antic Slab', serif;
  color: #000;
  position: relative;
}
.about-text h2::after{
  position:absolute;
  content: '';
  width: 60px;
  height: 3px;
  background-color: var(--yellow);
  top: 50%;
  right:-10px;
}
.about-text h2::before{
  position:absolute;
  content: '';
  width: 60px;
  height: 3px;
  background-color: var(--yellow);
  top: 50%;
  left:-10px;
}
.bn632-hover {
  /* width: 120px; */
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 8px 20px;
  cursor: pointer;
  margin: 20px;
  /* height: 40px; */
  text-align:center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.service-imgg img{
  border-radius: 50px 0px;
  margin-top: 30px;
}

.bn632-hover:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.bn632-hover:focus {
  outline: none;
}
.service a{
  text-decoration: none !important;
}
.bn632-hover.bn19 {
  background-image: linear-gradient(
    to right,
    #f5ce62,
    #e43603,
    #fa7199,
    #e85a19
  );
  box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
}
.mission-text{
  transition: .5s;
  border-left: 1px solid var(--red);
  border-bottom: 1px solid var(--red);
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  padding:5px 10px 10px 10px
}
.mission-text:hover {
  border-right: 1px solid var(--red);
  border-top: 1px solid var(--red);
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-10px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.mission-img{
  transform: translateY(30px);
  transition: .5s;
  border-top: 8px  solid var(--grey);
  border-left: 0px  solid var(--grey);
  border-right: 0px  solid var(--grey);
  border-bottom: 8px  solid var(--grey);
  border-radius: 50%;

}
.VISION{
  margin-top:160px;
}
.vis-img img{
  border-radius: 50%;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.value{
  margin-top: 50px;
}
.mission-img img{
  transition: .9s;
  transform: scale(.9);
  border-radius: 50%;
}
.mission-img:hover img{
  transform: scale(1) rotate(-90deg);
}
.mission-text h2{
  padding-top: 10px;
  color: #000;
  font-size: 19px;
  font-weight: 600;
  position: relative;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 65rem !important;
  transform: translateX(-20%) !important;
}
.mission{
  padding: 0px 0px;
  /* background:var(--crim); */
  margin-bottom: 20px;
}
.contact{
  background: url(../images/contact/bg-01.png);
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-form {
  transition: .5s;
  border:  1px dashed var(--red);
  margin: 6px 0px;
  border-radius: 25px;
  background: #0000007a;
  width: 100%;
  /* height: 100%; */

}
.contact-form input::placeholder{
  color: #fff;
}
.contact-01{
  background: var(--crim);

}
.con-img{
  padding-top:10px;
}
.contact-form label{
  color: #fff;
  font-size: 23px ;
  position: relative;
  font-weight: 600;
}
.contact-form label::after{
  position:absolute;
  content: '';
  background: var(--red);
  width: 30px;
  height: 4px;
  top: 50%;
  right: -40px;
}
.contact-form label::before{
  position:absolute;
  content: '';
  background: var(--red);
  width: 30px;
  height: 4px;
  top: 50%;
  left: -40px;
}
.contact-form form{
  transition: .5s;
  padding:20px 10px 10px 10px;
}
.contact-form form input:hover{
  transform: scale(1);
  border: 1px solid #00000093;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.contact-form form input{
  border-radius: 15px;
  transform: scale(.9);
  transition: .5s;
  color: #fff;
  border: 1px solid #dddddd0c;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
  background: transparent;
  width: 100%;
  height: 40px;
  padding: 10px ;
  margin-top: 10px;
}
.contact-form form textarea:hover{
  transform: scale(1);
  border: 1px solid #00000093;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.contact-form form textarea{
  border-radius: 15px;
  transform: scale(.9);
  transition: .5s;
  color: #fff;
  border: 1px solid #dddddd0c;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
  background: transparent;
  width: 100%;
  height: 70px;
  padding: 10px ;
  margin-top: 10px;
}
.contact-form form textarea::placeholder{
  color: #fff;
}

footer{
  background: var(--crim);
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 15rem;
  padding: 20px;
  margin: 0;
  font-size: 13px;
  color: #212529;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border:none !important;
  border-radius: 0.25rem;
 
}
.dropdown-item {
  /* border-bottom: 1px solid var(--red) !important; */
  display: block;
  width: 100%;
  padding: 14px 10px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
 
}
.dropdown-item i{
  padding-right: 10px;
  color: var(--red);
  transition: .5s;
}
.dropdown-item:hover i{
  transform: translateX(10px );
}
.nav-item:hover .abbt{
  display: block;
}
.nav-link i{
  padding-left: 15px;
  /* transitaboution: .5s; */
}
.nav-link:hover i {
  transform: rotate(90deg);

}



.footer-text h4{
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0px;
  position: relative;



}
.footer-text{
  padding: 30px 0px ;
}
.footer-text h4::before{
  content: '';
  position: absolute;
  width: 70px;
  height: 2px;
  background-color: #008aff;
  top: 110%;
  left: -10px;
}
.footer-text p{
  line-height: 1;
  justify-content: center;
  padding-top: 6px;
}
.footer-text p a{
  text-decoration: none;
  color: #000;
}
.footer-text ul{
  list-style: none;
  margin-top: 8px;
  margin-left: 0px !important;
  padding-left: 0px !important;
}
.foot{
  border-top:1px solid var(--grey) ;
  border-bottom:1px solid var(--grey) ;
 
}
.footer-text ul li a{
  text-decoration:none;
 
  color: #111111d5;
}
.footer-text ul li a i{
  margin-right: 10px;
  color: red !important;
  
  color: #111111d5;
}

.footer-text h6{
  margin: 10px 0px;
  font-size: 16px;
}
.icon i:hover{
  color: #088178;
}
.icon i{
  font-size: 20px;
  font-weight: 600;
  margin-left: 6px;
  
}
.last-text p a{ 
  text-decoration: none;
  color: #F6B30E;

}




.card-button {
  --c: #fff;
 /* text color */
  background: linear-gradient(90deg, #0000 33%, #fff5, #0000 67%) var(--_p,100%)/300% no-repeat,
    var(--red);
 /* background color */
 padding: 10px 35px;
  color: #0000;
  border: none;
  transform: perspective(500px) rotateY(calc(20deg*var(--_i,-1)));
  text-shadow: calc(var(--_i,-1)* 0.08em) -.01em 0   var(--c),
    calc(var(--_i,-1)*-0.08em)  .01em 2px #0004;
  outline-offset: .1em;
  transition: 0.3s;
}

.about-text h4 {
  background: #ffffff9e;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin:90px 0px;
  padding: 10px 0px;
  text-shadow: 1px -1px 1px #000;
}
.banner-about {
  background: linear-gradient(to top,#00000082,#00000090) ,url(../images/contact/bg-01.png);
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
  
}
.banner-about-02 {
  background: linear-gradient(to top,#00000082,#00000090) ,url(../images/contact/bgggggg.png);
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
  
}
.con-text h3{
	padding-top: 40px;
	font-size: 30px;
	padding-bottom: 20px
	
}
.con-text button{
	margin-top: 30px;
}
.form_main {
	width:100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: rgb(255, 255, 255);
	padding: 30px 30px 30px 30px;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.062);
	position: relative;
	overflow: hidden;
  }
  
  .form_main::before {
	position: absolute;
	content: "";
	width: 100%;
	min-height: 300px;
	background-color: rgb(209, 193, 255);
	transform: rotate(45deg);
	left: -180px;
	bottom: 30px;
	z-index: 1;
	border-radius: 30px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.082);
  }
  
  .heading {
	font-size: 2em;
	color: #2e2e2e;
	font-weight: 700;
	margin: 5px 0 10px 0;
	z-index: 2;
  }
  
  .inputContainer {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
  }
  #ram{
	padding: 50px 0px ;
  }
  
  .inputIcon {
	position: absolute;
	left: 3px;
  }
  
  .inputField {
	width: 100%;
	height: 30px;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid rgb(173, 173, 173);
	margin: 15px 0;
	color: black;
	font-size: .8em;
	font-weight: 500;
	box-sizing: border-box;
	padding-left: 30px;
  }
  .zip {
	width: 100%;
	height: 100px !important;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid rgb(173, 173, 173);
	margin: 10px 0;
	color: black;
	font-size: .8em;
	font-weight: 500;
	box-sizing: border-box;
	padding-left: 30px;
  }
  
  .inputField:focus {
	outline: none;
	border-bottom: 2px solid rgb(199, 114, 255);
  }
  
  .inputField::placeholder {
	color: rgb(80, 80, 80);
	font-size: 1em;
	font-weight: 500;
  }
  
  #button {
	z-index: 2;
	position: relative;
	width: 100%;
	border: none;
	background-color: rgb(162, 104, 255);
	height: 30px;
	color: white;
	font-size: .8em;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 10px;
	cursor: pointer;
  }
  
  #button:hover {
	background-color: rgb(126, 84, 255);
  }
  
  .forgotLink {
	z-index: 2;
	font-size: .7em;
	font-weight: 500;
	color: rgb(44, 24, 128);
	text-decoration: none;
	padding: 8px 15px;
	border-radius: 20px;
  }
  
  .address ul{
    padding: 30px  20px 20px 20px !important;
    list-style: none;
  }
  .address ul li{
    padding: 10px 0px 10px 0px !important;
    font-size: 17px;
    border-bottom: 1px solid #000;
    color: #000;
  }
  .address ul li i{
    font-size: 23px;
    margin-right: 10px;
    color: rgb(197, 16, 16);

  }
  .address ul li a i{
    font-size: 23px;
    margin-right: 10px;
    color: rgb(187, 7, 7);
  }

.address ul li a{
    text-decoration: none;
    font-size: 17px;
    color: #000;
}
.address ul li strong{
    color: #000 !important;
    font-size: 23px !important ;
    position: relative;
}

.container-01{
    width: 100%;
    /* height: 600px; */
    max-width: 99%;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.03);
    border: 0.1px solid rgba(128, 128, 128, 0.178);
	/* border-top-right-radius: 150px ;
	border-top-left-radius: 150px; */
    /* margin: 30px 0px; */

}
.socail-media {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	gap: 20px;
	list-style: none;
  }
  
  .socail-media li a {
	width: 50px;
	height: 50px;
	background-color: #5b9d15;
	display: flex;
	overflow: hidden;
	align-items: center;
	align-content: center;
	justify-content: center;
	position: relative;
	z-index: 9;
	border: 1px solid #5b9d15;
  }
  .last-con{
	/* background: #8080804d; */
	padding: 50px 0px;
	position:relative;
  }
  
  .socail-media li a svg {
	width: 24px;
	height: 24px;
	-o-object-fit: contain;
	object-fit: contain;
	filter: invert(100%) sepia(0%) saturate(7455%) hue-rotate(57deg) brightness(108%) contrast(105%);
  }
  
  .socail-media li a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-clip-path: polygon(0 0, 100% 0, 0 0, 0 100%);
	clip-path: polygon(0 0, 100% 0, 0 0, 0 100%);
	background-color: #fff;
	z-index: -1;
	top: 0;
	left: 0;
	opacity: 0;
  }
  
  .socail-media li a:hover::after {
	animation: sideClip 0.5s linear;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	opacity: 1;
  }
  
  .socail-media li a:hover svg {
	animation: fadeInLeft 0.3s linear both;
	filter: invert(52%) sepia(85%) saturate(2286%) hue-rotate(54deg) brightness(92%) contrast(84%);
  }
  
  @keyframes sideClip {
	0% {
	  clip-path: polygon(0 0, 100% 0, 0 0, 0 100%);
	}
  
	50% {
	  clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
	}
  
	100% {
	  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
  }
  
  @keyframes fadeInLeft {
	from {
	  opacity: 0;
	  transform: translate3d(-100%, 0, 0);
	}
  
	to {
	  opacity: 1;
	  transform: none;
	}
  }
  
.add-text{
    background: var(--red);
     padding: 30px 0px; 

  }
  .add-text h5{
     color: #fff;
     font-size: 18px;
     font-weight: 700;
      font-family: 'Montserrat', sans-serif;
      position: relative;
      /* padding-bottom: 10px;    */
  }
  .add-text h5::before{
    content: '';
    width: 50px;
    border-bottom: 3px solid #000;
    position: absolute;
    top: 100%;
    left: 45%;

  }
  .navbar-brand {
    font-size:44px;
    color: var(--red);
    font-weight: 800;
  }
  .last-img{
    padding: 20px;
	box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
	border-top-left-radius: 150px;
	border-bottom-right-radius: 150px;
	border: 1px solid #000;
	transition: .7s;
	overflow: hidden;
	position: relative;
  }
  .last-img img{
	border-top-left-radius: 150px;
	border-bottom-right-radius: 150px;
	padding: 10px;
	transition: .8s;
	z-index: 1;
  }
  .last-img:hover img{
	transform:scale(1.1);
  }
  .last-con::before{
	position:absolute;
	content: '';
	background:url(../images/contact/logo-01.png) !important;
	width: 100px ;
	height: 100px;
	/* background-: url(../images/contact/logo-removebg-preview.png); */
	animation-name: animate-01;
	animation-duration: 14s;
	animation-iteration-count: infinite;
	z-index: 1;
	bottom: 0;
	right: 50px;
	opacity: .3;
   
  }
  .last-con::after{
	position:absolute;
	content: '';
	background:url(../images/contact//logo-01.png) !important;
	width: 100px ;
	height: 100px;
	/* background-: url(../images/contact/logo-removebg-preview.png); */
	animation-name: animate-01;
	animation-duration: 14s;
	animation-iteration-count: infinite;
	z-index: 0;
	opacity: .3;
	left: 50px;
   
  }
  @keyframes animate-01 {
	0%,100%{
	 
	  top:50%;
	 
	}

	
	50%{
	  
	  top:90%;
	 
	}
  }
  .contact-head{
	padding-bottom: 50px;
  }


  @media screen and (max-width:1300px) {
    .top-info{
      display: none;
    }
    
  }

  @media screen and (max-width:993px) {
   .top-icon{
      display: none;;
   }
   .about-text h2 {
    padding: 10px 0px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Antic Slab', serif;
    color: #000;
    position: relative;
}
   .logo-brand{
    text-align: center;
   }
   .logo{
    padding: 6px 0px;
    width: 40%;
   }
   .about-text {
    padding: 0px 10px;
    text-align: justify;
}
.about-text h3 {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: var(--grey);
    position: relative;
}
.about-text h1 {
  margin-bottom: 0px;
  color: #000;
  font-size: 30px;
  position: relative;
  font-weight: 600;
  padding-top: 0px;
}
.footer-text {
  padding: 0px 0px;
}
.about-text p {
  position: relative;
  padding-top: 10px;
  font-size: 12px;
}
.why-text h1 {
  font-size: 28px !important;
  font-family: 'Frank Ruhl Libre', serif;
}
.sote_infinite {
  width: 160px !important;
  position: relative;
  top: 0px;
  left: 0%;
}
.why-text {
  padding: 0px !important;
}
.last-text p{
  font-size: 12px !important;
}
.why-icon-text p {
  text-align: justify;
  font-size: 9px !important;
  font-weight: 400;
}.why-icon-text h6 {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 16px !important;
  font-weight: 600;
}
.dropdown-item img{
  display: none;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 12rem !important;
  transform: translateX(0%) !important;
}
.dropdown-item {
  /* border-bottom: 1px solid var(--red) !important; */
  display: block;
  width: 100%;
  padding: 0px 10px !important;
}
.pset,.vis{
  display: none;
}
.why-text p{
  font-size: 12px;
}
   .navbar-toggler {
    margin: 5px 0px;
   }
   .social-icon{
    display: none;
   }
   .ps-3 {
    padding-left: 0rem!important;
}
.about-text h4 {
  background: #ffffff9e;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin: 15px 0px;
  padding: -1px 0px;
  text-shadow: 5px 5px 5px #000;
}
.about-text h6::after{
  display: none;
}
.about-text h6::before {
  display: none;
}
.about-text h1::after{
  display: none;
}
.about-text h1 span::after {
  display: none;
}
.about-text h1 span::before{
  display: none;
}
.about-text h1::before {
  display: none;
}
.about-text h6 {
  position: relative;
  padding-top: 0px;
  font-size: 11px;
}
.mb-2 {
    margin-bottom: 0rem!important;
}
.mt-2 {
    margin-top: 0rem!important;
}
.py-3 {
  padding-top: 0rem!important;
  padding-bottom: 0rem!important;
}
.py-2 {
  padding-top: 0rem!important;
  padding-bottom: 0rem!important;
}

.me-5 {
  margin-right: 0rem!important;
}
}

  
  /* ********************************* slider end */
  .cursor {
    position: fixed;
    width: 30px;
    height: 30px;
    border: 1px solid red;
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: .1s;
  }
  
  .cursor2 {
    position: fixed;
    width: 8px;
    height: 8px;
    border: 1px solid red;
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
  }
  .body-icons{
    position:fixed;
    z-index: 1;
    left: 10px;
    bottom: 50px;

  }
  .body-icons-01{
    position:fixed;
    z-index: 1;
    left: 10px;
    bottom: 100px;
   
  }
  .body-icons-02{
    position:fixed;
    z-index: 1;
    left: 10px;
    bottom: 150px;
   
  }
  
.Btn-03 {
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: .4s;
    cursor: pointer;
    position: relative;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    overflow: hidden;
  }
  .Btn-05 {
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: .4s;
    cursor: pointer;
    position: relative;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    overflow: hidden;
  }
  .Btn-04 {
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: .4s;
    cursor: pointer;
    position: relative;
    background: #00E676;
    background:  -moz-linear-gradient(45deg, #E5FFCC 0%, #1EBEA5 25%, #00E676 50%, #D0E9EA 75%, #EDF8F5 100%);
   
    background: -webkit-linear-gradient(45deg, #E5FFCC 0%, #1EBEA5 25%, #00E676 50%, #D0E9EA 75%, #EDF8F5 100%,);
    background: linear-gradient(45deg, #E5FFCC 0%, #1EBEA5 25%, #00E676 50%, #D0E9EA 75%, #EDF8F5 100%,);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    overflow: hidden;
  }
  
  .svgIcon {
    transition-duration: .3s;
  }
  .btn-04 img {
    transition-duration: .3s;
  }
  .btn-05 img {
    transition-duration: .3s;
  }
  
  .svgIcon path {
    fill: white;
  }
  
  .text {
    position: absolute;
    color: rgb(255, 255, 255);
    width: 120px;
    font-weight: 600;
    opacity: 0;
    transition-duration: .4s;
  }
  
  .Btn-03:hover {
    width: 110px;
    transition-duration: .4s;
    border-radius: 30px;
  }
  
  .Btn-03:hover .text {
    opacity: 1;
    transition-duration: .4s;
  }
  .Btn-04:hover {
    width: 110px;
    transition-duration: .4s;
    border-radius: 30px;
  }
  
  .Btn-04:hover .text {
    opacity: 1;
    transition-duration: .4s;
  }
  .Btn-05:hover {
    width: 110px;
    transition-duration: .4s;
    border-radius: 30px;
  }
  
  .Btn-05:hover .text {
    opacity: 1;
    transition-duration: .4s;
  }

  
  .Btn-03:hover .svgIcon{
    opacity: 0;
    transition-duration: .3s;
  }
  
 
  .Btn-04:hover img {
    opacity: 0;
    transition-duration: .3s;
  }
  
  .Btn-05:hover img {
    opacity: 0;
    transition-duration: .3s;
  }
  
  .button-05 {
    width: 45px;
    height: 45px;
    background-color: #3b5998;
    border: none;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.185),
   0px 3px 3px rgba(255, 255, 255, 0.178) inset,
   0px -3px 3px rgba(0, 0, 0, 0.281) inset;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding-bottom: 3px;
  }
  
  .button-05::before {
    background-color: transparent;
    content: "f";
    font-size: 1.6em;
    font-weight: 700;
    color: white;
    z-index: 5;
    transition: all .3s;
    font-family: Whitney, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  }
  
  .button-05::after {
    content: "acebook";
    background-color: transparent;
    font-size: 0;
    opacity: 0;
    font-weight: 700;
    color: white;
    z-index: 5;
    transition: all .3s;
    transform: translateX(60px);
    font-family: Whitney, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  }
  
  .button-05:hover {
    width: 160px;
    border-radius: 30px;
  }
  
  .button-05:hover::after {
    opacity: 1;
    font-size: 1.6em;
    transform: translateX(0px);
  }
  
  .button-05:hover .shine {
    transform: translate(-70px ,10px);
  }
  .button-06 {
    width: 45px;
    height: 45px;
    background-color: #29ad17;
    border: none;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.185),
   0px 3px 3px rgba(255, 255, 255, 0.178) inset,
   0px -3px 3px rgba(0, 0, 0, 0.281) inset;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding-bottom: 3px;
  }
  
  .button-06::before {
    background-color: transparent;
    content: "W";
    font-size: 1.6em;
    font-weight: 700;
    color: white;
    z-index: 5;
    transition: all .3s;
    font-family: Whitney, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  }
  
  .button-06::after {
    content: "hatsapp";
    background-color: transparent;
    font-size: 0;
    opacity: 0;
    font-weight: 700;
    color: white;
    z-index: 5;
    transition: all .3s;
    transform: translateX(60px);
    font-family: Whitney, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  }
  
  .button-06:hover {
    width: 160px;
    border-radius: 30px;
  }
  
  .button-06:hover::after {
    opacity: 1;
    font-size: 1.6em;
    transform: translateX(0px);
  }
  
  .button-06:hover .shine {
    transform: translate(-70px ,10px);
  }
    /* sidebar end */


.sidebar-enquiry{
    position: fixed;
    bottom: 10px;
    right: -26px;
    background:rgba(103, 101, 101, 0.855);
    padding: 30px;
    width: 30%;
    z-index: 999;
    transform: translateX(433px);
    transition: 1.5s;
  }
  .sidebar-enquiry span{
    position: absolute;
    right: 427px;
    bottom: 200px;
    color: #fff;
    background:var(--golden);
    padding: 10px 20px;
    transform: rotate(270deg);
  }
  .sidebar-enquiry:hover{
    transform: translateX(0px);
  }
  .sidebar-enquiry input,
  .sidebar-enquiry textarea{
    margin-bottom: 10px;
    border-radius: 0;
  }
  .sidebar-enquiry button{
    background:#0daf1b;
    color: #fff;
    border: none;
    outline: none;
    padding: 10px 20px;
    text-transform: uppercase;
  }
  @media screen and (max-width:1000px){
    .sidebar-enquiry{
        display: none;
    }
  
  }
.why-img img{
  transition: .5s;
  border-top: 7px solid #1AA590;
  border-bottom: 7px solid #fff;
  background-color:#fff;
  border-radius: 50%;
  padding: 50px;

}
.aa h2{
  color:#F68E1F !important ;
}
.bb h2{
  color:#B89714 !important;
}
.cc h2{
  color:#A54E5E !important ;
}
.aa img{
  border-top: 7px solid #F68E1F
}
.bb img{
  border-top: 7px solid #B89714;
}
.cc img{
  border-top: 7px solid #A54E5E;
}
.why-img{
  width: 100%;
  height:100%;
  border-radius: 50%;
}
.why-text{
  padding: 5px 20px;
}
.why-text h2{
  font-size: 27px;
  font-weight: 600;
  color: #1AA590;
}
.why-box{
  transition: .5s;
  padding: 20px 0px 20px 0px;
}
.why-box:hover .why-img img{
  border-top: 7px solid #fff;
  border-bottom: 7px solid #1AA590;
  background-color:#fff;
  border-radius: 50%;
  padding: 50px;

}
.why-box:hover .aa img{
  border-top: 7px solid #fff;
  border-bottom: 7px solid #F68E1F
}
.why-box:hover .bb img{
  border-top: 7px solid #fff;
  border-bottom: 7px solid #B89714;
}
.why-box:hover .cc img{
  border-top: 7px solid #fff;
  border-bottom: 7px solid #A54E5E;
}
.why-box:hover{
  transform: translateY(-10px);
}




/* seervice++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.service-area a, i, .btn, button, img, span, .navbar-nav .nav-link:before, .dropdown-item, .nav-link.dropdown-toggle::after, .owl-item, .contact-bg, .service-item, .service-description, .featured-item .featured-icon i, .featured-item, .featured-icon, .featured-item.bottom-icon span, .price-table, .price-table:hover .price-value, .portfolio-filter button, .service-image:before, .service-image a.popup, .portfolio-hover, .portfolio-icon, .portfolio-title, .post, .post-date, .post .post-desc, .sidebar-links li a, .footer-list li a:before, .team-member:hover .team-social-icon, .team-description{
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.service-area .service-image:hover:before {
  transform: translateX(0);
}
.service-area .service-image{
  position: relative;
  overflow: hidden;
  border: 8px solid var(--crim);
}
.service-area .service-image img{
      transform: translate3d(-5px,0px,0px);
      width: calc(100% + 10px);
      display: block;
      height: auto;
}
.service-area .overlay {
  position: absolute;
  bottom: 10px;
  left: 8px;
  right: 10px;
  top: 10px;
  background-color: rgba(0, 0, 0, 0.712);
  overflow: hidden;
  width: 0%;
  height: 90%;
  transition: .5s ease;
}
.service-area{
  background-color: #e4e4e4d8;
  padding: 50px 0px;
}
    

.popup-gallery h3{
  transition: .5s;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding-top: 10px;

}
.popup-gallery h3 i{
  padding-right: 10px;
  color: var(--red);
  transition: .5s;
}
.popup-gallery:hover h3{
  transform: translateX(10px);
}
.popup-gallery:hover h3 i{
  transform: translateX(10px);
}
.popup-gallery h3::before{
  position:absolute;
  content: '';
  width: 200px;
  height: 3px;
  background: var(--grey);
  top: 120%;
  left: 0px;
}
.service-image:hover .overlay {
  width: 95%;
}
.service-area .text-01 {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.service-area .text-01 a i{
    color: var(--yellow);
}
.service-area .text-01 a{
    text-decoration: none;
    color: #fff;
}

.service-area .service-image:hover img {
  transform: translate3d(0px, 0px, 0px)  scale(1.2);
  position: relative;
}

/* ***********************count start ************************** */

.black-sec {
  background:url(../images/headr/bg.png) !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  background-size: contain !important;
  padding: 40px 0px 0px 0px;
}

.black-sec i {
  color: #000;
  font-size: 20px;
  font-family: 'Frank Ruhl Libre', serif;

}
.gallery-car a{
  text-decoration: none;

}
.black-sec span {
  padding-top:10px ;
  color: #000;
  font-size: 25px;
  font-family: 'Frank Ruhl Libre', serif;

}

.black-sec p {
  color: #000;
  font-size: 18px;
  font-weight:600;
  font-family: 'Frank Ruhl Libre', serif;

}
.sec-img{
  width: 80px;
  height: 80px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  padding: 18px;
}
.line {
  display: inline-block;
  width: 2px;
  height: 40px;
  background: #f64b3c;
  margin-bottom: -6px;
  margin-top: 0px;
}
/* count end ******************** */

.social-icon{
  padding-right: 20px ;
}
.social-icon a{
  margin-right: 16px;
  color: #000;
  font-size: 17px;
  text-decoration: none;

}


.listar-map-button {
  width: 100%;
  position: absolute;
  display: table;
  right: 0;
  top: 0;
  height: 200px;
  line-height: 164px;
  white-space: nowrap;
  font-size: 0;
}

.listar-map-button {
  right: auto;
  /***
    box-shadow: 0 0 65px rgba(0,0,0,.07) inset, 0 0 35px rgba(0,0,0,.05) inset;**/
}

.listar-map-button-text span {
  background-color: #fff;
  color: #252525;
  text-shadow: none;
}

.listar-page-header-content .listar-map-button-text span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  height: 44px;
  line-height: 1.6;
  padding: 10px 25px;
  box-shadow: 0 0 300px rgba(0, 0, 0, 0.65), 0 0 30px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  background-color: rgba(35, 40, 45, 0.9);
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

header .footer-wave {
  max-width: 102%;
  width: 100%;
  height: 187.8px;
  left: 0;
  z-index: 1;
  bottom: -67px;
  background: url(https://1.bp.blogspot.com/-NYl6L8pz8B4/XoIVXwfhlNI/AAAAAAAAU3k/nxJKiLT706Mb7jUFiM5vdCsOSNnFAh0yQCLcBGAsYHQ/s1600/hero-wave.png)
    repeat-x;
  animation: wave 10s cubic-bezier(0.44, 0.66, 0.67, 0.37) infinite;
}

@keyframes wave {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 1440px;
  }
}

.listar-feature-item-wrapper {
  margin-bottom: 120px;
  padding-left: 27px;
  padding-right: 27px;
}

.listar-feature-item {
  height: calc(100% - 20px);
}

.listar-feature-item.listar-feature-has-link
  ~ .listar-feature-fix-bottom-padding.listar-fix-feature-arrow-button-height {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
}

.listar-feature-item a {
  position: absolute;
  top: -12px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% + 4px);
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-with-image .listar-feature-item a:before {
  content: "";
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -74px;
  width: 148px;
  height: 148px;
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-item a:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 26%;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  z-index: 10;
  animation: ripple 0.7s linear infinite;
  box-shadow: 5px 5px 10px rgba(163, 177, 198, 0.6),
    -5px -5px 10px rgba(255, 255, 255, 0.5);
}


@keyframes ripple {
  0% {
        box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3), 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.01);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03), 0 0 0 8em rgba(163, 177, 198, 0.01);
  }
}



.listar-feature-item .listar-feature-item-inner {
  padding: 50px 30px;
  border-radius: 6px;
  z-index: 5;
  position: relative;
  height: 100%;
}

.listar-feature-item .listar-feature-item-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.listar-feature-item .listar-feature-item-inner:before {
  border: 0;
  box-shadow: 120px 0px 150px rgba(80, 80, 80, 0.15),
    10px 0px 10px rgba(80, 80, 80, 0.02);
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(40%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=1);
}

.listar-feature-item .listar-feature-item-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: -45px;
  width: 100%;
  height: 100%;
}

.listar-feature-right-border {
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  top: -12px;
  left: 26%;
  overflow: hidden;
}

.listar-feature-items {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.listar-feature-right-border:before,
.listar-hovering-features
  .listar-feature-item
  a:hover
  ~ .listar-feature-item-inner
  .listar-feature-right-border:before {
  border: 11px solid #2f53bf;
}

.listar-feature-right-border:before,
.listar-hovering-features
  .listar-feature-item
  a:hover
  ~ .listar-feature-item-inner
  .listar-feature-right-border:before,
.listar-hovering-features-grey
  .listar-feature-item
  a:hover
  ~ .listar-feature-item-inner
  .listar-feature-right-border:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border: 11px solid #258bd5;
  border-radius: 800px;
  left: -39%;
}

.listar-feature-item .listar-feature-block-content-wrapper {
  position: relative;
  display: block;
  text-decoration: none;
  margin: -30px;
  padding: 30px;
  height: calc(100% + 100px);
}

.listar-features-design-2 .listar-feature-item-wrapper {
  margin-bottom: 120px;
  padding-left: 27px;
  padding-right: 27px;
}

.listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
  content: "";
  background-color: #fff;
  z-index: 6;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
}

.listar-feature-icon-wrapper {
  width: 148px;
  height: 148px;
  line-height: 148px;
  border-radius: 500px;
  position: relative;
  background-color: #fff;
  box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.06);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 35%;
  vertical-align: middle;
  margin-left: -74px;
  top: -66px;
  margin-top: -74px;
}

.listar-feature-icon-inner {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 500px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
  background: #fff;
}

.listar-feature-icon-inner div {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: left;
}

.listar-feature-icon-inner img {
  position: relative;
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  height: 55px;
}

.listar-feature-item img,
.listar-feature-item i {
  position: relative;
  display: inline-block;
  border-bottom: 0;
  font-size: 40px;
  top: 0;
  padding: 0;
  color: #258bd5;
}

.listar-feature-with-image .listar-feature-content-wrapper {
  top: 0;
}
.listar-feature-content-wrapper {
  position: relative;
  margin-top: -15.5px;
}

.listar-feature-item .listar-feature-item-title {
  padding-top: 0;
  margin: 0 0 30px;
  text-align: center;
  line-height: 1.5;
}

.listar-feature-item
  .listar-feature-item-title.listar-feature-counter-added
  > span {
  margin-left: 25px;
  border-radius: 0 50px 50px 0;
}

.listar-feature-item .listar-feature-item-title > span {
  box-shadow: 15px 20px 30px rgba(80, 80, 80, 0.12),
    5px 0px 40px rgba(80, 80, 80, 0.1);
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  background-color: #fff;
}

.listar-feature-item .listar-feature-item-title > span span {
  box-shadow: 15px 15px 30px rgba(80, 80, 80, 0.2),
    5px 0px 80px rgba(80, 80, 80, 0.15);
  padding: 10px 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 30px;
  white-space: nowrap;
  position: absolute;
  top: -3px;
  left: -40px;
  border-radius: 50px;
  background-color: #fff;
}

.listar-feature-item .listar-feature-item-title span {
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  text-shadow: none;
  border-radius: 50px;
  color: #252525;
  font-size: 18px;
}

.listar-feature-item-excerpt {
  padding: 0 20px;
}

.listar-feature-item-excerpt {
  color: #252525;
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.pset {
  padding-top: 140px;
  padding-bottom: 10px;
}
.aboutUs_infinite:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0%;
  width: 6px;
  height: 6px;
  background:var(--red);
  border-radius: 100px;
  transform: translateY(-50%);
  -webkit-animation: linear infinite alternate;
  -webkit-animation-name: run !important;
  -webkit-animation-duration: 10s;
}

.hihihiii {
  font-size: 20px;
  font-weight: 500;
  height: 4px;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  width: 250px;
  position: relative;
  top: 0px;
  left:40% !important;
  background: linear-gradient(to right, #336fbf, #48bfc4);
}
.hihihiii:before {
  position: absolute;
  content: "";
  left: 0%;
  top: 0%;
  width: 6px;
  height: 6px;
  background:var(--red);
  border-radius: 100px;
  transform: translateY(-50%);
  -webkit-animation: linear infinite alternate;
  -webkit-animation-name: run !important;
  -webkit-animation-duration: 10s;
}
.sote_infinite {
  width: 250px;
  position: relative;
  top: 0px;
  left:0%;
}
.aboutUs_infinite {
  font-size: 20px;
  font-weight: 500;
  height: 4px;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  background: linear-gradient(to right, #336fbf, #48bfc4);
}
@keyframes run{
  0% {
    left: 0;
}
50% {
    left: 100%;
}
100% {
    left: 0;
}
}
.why-icon-text p {
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
}
.why-icon-text {
  padding-left: 20px;
}
.why-icon {
  padding: 15px 0px 10px;
}
.why-text h1{
  font-size: 30px;
 font-family: 'Frank Ruhl Libre', serif;

}
.why-text{
  padding-top: 40px;
}
.why-text h1 span{
  font-size: 30px;
 font-family: 'Frank Ruhl Libre', serif;
 color: var(--red);

}
.why-icon-text h6{
 font-family: 'Frank Ruhl Libre', serif;
  font-size: 20px;
  font-weight: 600;
}

.listar-map-button-text span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  height: 44px;
  line-height: 1.6;
  padding: 10px 25px;
  box-shadow: 0 0 31px rgba(0, 0, 0, 0.65), 0 0 4px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  background-color: rgba(35, 40, 45, 0.9);
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.listar-map-button-text span {
  background-color: #fff;
  color: #252525;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.listar-map-button-text span:after {
  border: 12px solid #fff;
}

.listar-map-button-text span:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  width: calc(100% + 28px);
  height: calc(100% + 28px);
  border-radius: 36px;
}

.listar-map-button:hover .listar-map-button-text span {
  padding: 10px 43px 10px 51px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.listar-feature-with-image .listar-feature-item a:before {
  content: "";
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -74px;
  width: 148px;
  height: 148px;
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
  margin-left: -99px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  box-shadow: 10px 10px 40px rgba(80, 80, 80, 0.15),
    15px 15px 30px rgba(80, 80, 80, 0.05), 0 0 120px rgba(80, 80, 80, 0.6);
  bottom: -30px;
  background-image: url("https://image.flaticon.com/icons/svg/2316/2316674.svg");
  background-size: 40%;
  color: #555;
  line-height: 52px;
}