

@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Federo&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url(https://use.fontawesome.com/releases/v6.6.0/css/all.css);
:root {
 
--clr-white:#ffffff;
--clr-black:#000;
--clr-red: #d32020;
--clr-blue:#0049ff;	
--clr-red_d:#d32020;
--clr-pink:#8b088e;
--clr-grey:#888585;
--clr-yellow:#f7f1e3;
--clr-grey2:#e7e9ed;

--bs-navbar-toggler-focus-width:0px!important;
--bs-border-color:#143555!important;
--bs-navbar-toggler-focus-width:0px!important;
--bs-border-width:0px!important;
}
 .scrolltop {
  scroll-padding-top:140px;
}
a, a:focus, a:hover, a:visited {
  text-decoration: none
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Poppins", sans-serif;
	background-color: var(--clr-white);
  font-size: 14px!important;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}
h1 {
	   font-family: "Federo", sans-serif;
  font-weight: 600;
}
h2 {
	 font-family: "Federo", sans-serif;
  font-weight: 500;
}
h4 {
  font-family: "Poppins", sans-serif;
}
.pa-0 {
  padding: 0px!important;
}


@keyframes kenburns {
  0% {
    transform: scale(1);
    transition: transform 20000ms linear 0s;
  }

  100% {
    transform: scale(1.4);
    transition: transform 20000ms linear 0s;
  }
}

.carousel-caption {
  position: absolute;
  right: 15%;
  top:15%!important;
  left: 6%!important;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left!important;
}

.carousel-item  {
  max-height:550px;
}
.carousel-item img {
  max-height: 550px;
  object-fit: cover;
  object-position: center;
}
.carousel-caption h1 {
  animation-delay: 1s;
  color: var(--clr-black);

}

.carousel-caption p {
  animation-delay: 1.5s;
  color: var(--clr-black);
  font-size: 16px;
}
.carousel-caption a {
    color: var(--clr-red);
    border:solid 1px #000;
    padding: 12px 30px;
    margin-top: 25px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
   
}
.carousel-caption a:hover {
    color: var(--clr-white);
    border:solid 1px;
    padding: 12px 30px;
    margin-top: 25px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    background-color: var(--clr-red_d);
     border-color: var(--clr-red_d);
}
.btn-red {
      color: var(--clr-white);
    padding: 12px 30px;
    margin-top: 25px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    background-color: var(--clr-red_d);
}
.btn-red:hover {
      color: var(--clr-white);
    padding: 12px 30px;
    margin-top: 25px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    background-color: var(--clr-blue);
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--clr-red);
    margin: 5px;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;

  padding: 10px;
}
.carousel-indicators li.active {
  background-color: var(--clr-black);
}

.redcircle {
  background-color: var(--clr-red_d);
  border-radius: 8%;
  padding:20%;
  width: 140px;
  height: 150px;
  padding-top: 20%;
}
.redcircle img {
  width: 100%;
  height: auto;
}
.steps h3 {
  font-size: 40px;
  color: white;
  background-color: white;
  text-shadow: -1px -1px 0 #888585, 1px -1px 0 #888585, -1px 1px 0 #888585, 1px 1px 0 #888585;
  font-weight: 800;
  padding: 8px 0px;
}
.steps h4 {
  font-size: 14px;
  color: #605c5c;
  font-weight: 700;
}
.arrow img {
  width: 100%;
  height: auto;
}
.processmain {
  display: flex;
}
.steps {
  flex-direction: column;
}
/* Support for dark mode */
[data-bs-theme = "dark"] .carousel .carousel-control-next-icon,
[data-bs-theme = "dark"] .carousel .carousel-control-prev-icon {
  filter: none;
}
.carousel-control-next, .carousel-control-prev {
  width: 50px!important;
  background-color: var(--clr-white)!important;
  height: 50px;
  margin-top: 15%;
}
.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='000000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='000000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width:1rem!important;
  height: 1rem!important;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-indicators {
    justify-content: left!important;
    margin-left: 1%!important;
    height: 20px!important;
}
.carousel-indicators [data-bs-target] {
    height: 10px!important;
    width: 10px!important;
    border-radius: 100%;
    background-color: var(--clr-red_d)!important;
}
.featuredproducts {
  background-color: var(--clr-yellow);
  background-image: url(../images/flower_01.png);
  background-position:right 50px ;
  background-repeat: no-repeat;

}


#news-slider{
    margin-top: 20px;
}
.post-slide{
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 0px;
    padding-top: 1px;
  border:solid 1px #cbc9c9;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    margin:0px;

}

.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.pr_img img {
  min-height:150px!important;
  max-height: 400px!important;
  object-fit:cover!important;
  object-position: center!important;
  width: 100%!important;
  height: 100%!important;
}
.owl-item {
  height: 100%!important;
}
.clearfix {
  clear: both;
}
.pr_img  {
  min-height:150px!important;
  max-height: 400px!important;
  object-fit:cover!important;
  object-position: center!important;
   height: 100%!important;
   margin: 0px!important;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.owl-pagination {
  margin-top: 10px;
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color: var(--clr-blue);
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 10px 20px;
 
    font-size: 12px;
    background:var(--clr-red_d);
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 0px;
    text-transform: uppercase;
    text-decoration: none;
}
.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.post-content  {
  text-align: left;
  padding: 20px !important;
    
}
.post-title {
  font-family: "Federo", sans-serif;
  padding: 10px 0px;

}
.post-title  a {
  text-decoration: none;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}

.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: -13%;
  left: 15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}
.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}


  .owl-nav {
    display: none;
  }

  .owl-pagination {
    text-align: center;
}
.owl-page {
	 display: inline-block;
}
 .owl-page span {
      position: relative;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      display: flex;
      background: #fff;
      border: 2px solid ;
	 border-color: var(--clr-blue);
      margin: 0 5px;
    }
 .owl-page .active span {
      box-shadow: none;
 }
.owl-page.active span {
        background: var(--clr-blue)!important;
        box-shadow: none;
        height: 12px;
        width: 12px;
        margin-bottom: -1px;
      }
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}


.testimonial-slider {
	margin: 0px auto;
	width: 100%;
	
	border-radius: 10px;

	position: relative;
	overflow: hidden;
  }
  .testimonial-slider  h1 {
    color: var(--clr-white);
    font-size: 24px;
    text-align: left;
    font-weight: 600;
  }
  .testimonial-list {
	display: flex;
	
  }
  
  .testimonial {
	flex: 1 0 100%;
	text-align: left;
	padding: 20px;
	transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);

  }
  
  .testimonial .bi-quote {
	font-size: 4rem;
	color: var(--clr-black);
	opacity: 0.75;
  }
  .quote {
	color: var(--clr-black);
  }
  .testimonial blockquote {
	font-size:16px;
	margin-inline: 0px;
	font-weight: 400;
	color: var(--clr-black);
    padding-top: 10px;
  }
  
  .user-info {
margin-top: -70px;

	align-items: center;
	justify-content: left;
	gap: 10px;
   	color: var(--clr-black);
  }
  
  .user-info img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
  text-align: center;
  }
  .testimonial-list  {
    background-color: var(--clr-white);
    border-radius: 20px;
    box-shadow: 2px 0px 26px 0px rgba(215,214,214,0.75);
  }
  .user-details {

	flex-direction: column;
	align-items: flex-start;
  }
  
  .user-details .name {
	font-size: 1.15rem;
	font-weight: 500;
	color: var(--dark-cyan);
  }
  
  .user-details .company {
	color: var(--muted-color);
  }
  .testimonial-slider .nav .prev {
    color: var(--clr-red_d)!important;
  } 
  /* button navigation */
  
  .nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	font-size: 1.5rem;
	border-radius: 50%;
	background-color: var(--light-color);
    color: var(--clr-white)!important;
	transition: 0.3s;
	opacity: 0;
	border:0px;
  }

  .testimonial-slider:hover .nav {
	opacity: 1;
  }
  

  
  .nav.prev {
	left: 10px;
   
  }
    .nav.next  i{
      color: var(--clr-black)!important;
    }
       .nav.prev  i{
      color: var(--clr-black)!important;
    }
    .clrblue {
      color: var(--clr-blue)!important;
    }
  .nav.next {
	right: 10px;
  color: var(--clr-red);
  }
  
  /* dot navigation */
  
  .dots-container {
	text-align: center;
  padding: 10px 0px;
  }
  
  .dot {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 5px;
	margin-inline: 5px;
	background-color: var(--clr-red);
	transition: width 0.5s;
	border:0;
  }
  
  .dot.active {
	width: 30px;
	background-color: var(--clr-blue);
  }
  .quote {
	font-size: 30px;
  }
  .testimonialmain {
    background: var(--clr-grey2);
  }
  .flower2 {
    background: url(../images/flower_02.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
  }
    .flower3 {
    background: url(../images/flower_03.png);
    background-position:left;
    background-repeat: no-repeat;
    background-size: contain;

  }
@media (min-width: 200px) and (max-width: 768px) {
.pa-0 {
  padding:0px 15px!important;
}
  .bannerimg{
    min-height: 420px;
    object-fit: cover;
  }

.carousel-control-next, .carousel-control-prev {
  width: 20px !important;
  background-color: var(--clr-white) !important;
  height: 20px;
  margin-top: 45%;
}
  .processmain {
  display: flex;
    flex-direction: column;
}

.redcircle {
  background-color: var(--clr-red_d);
  border-radius: 8%;
  padding: 0%;
  width: 140px;
  height: 140px;
  padding-top: 11%;
  margin: 0px auto;
}
.redcircle img {
  width: 47%;
  height: auto;
}
.arrow img {
  width: 50%;
  height: auto;
    transform: rotate(90deg);
}
.arrow {
  margin: 50px 0px;
}
.testimonial-slider {
  width: 95%;
}
}

.scroller {
  max-width: 100%;
}

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.scroller__inner img {
  width: 300px;
  height: 250px;
  object-fit: cover;
}
.scroller[data-animated="true"] {
  overflow: hidden;
  -webkit-mask: linear-gradient(
    90deg,
    transparent,
    white 20%,
    white 80%,
    transparent
  );
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

/* general styles */



.tag-list {
  margin: 0;
  padding-inline: 0;
  list-style: none;
}

.tag-list li {
  padding: 1rem;
  background: var(--clr-primary-400);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem -0.25rem var(--clr-primary-900);
}

/* for testing purposed to ensure the animation lined up correctly */
.test {
  background: red !important;
}

.footerFeature {
  display: flex;
  justify-content: space-between;
}
.Features h2 {
 font-size: 20px;
 padding-top: 15px;
}
.Features div {
float: left;
}
.Features div i {
  padding: 15px 10px 0px 0px;
}

.dblBorder {
    margin: 0 auto;
    width: 100%;
    padding: 5px;
	  text-align:center;
    
	  border-top: solid 1px #d7d7d7;
    position: relative;
    margin-bottom: 10px;
}


.dblBorder:before {
    content: '';
    border-top: solid 1px #d7d7d7;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -3px;
    left:0;
}
.dblBorder:after {
    content: '';
    border-bottom: solid 0px #d7d7d7;
    width: 100%;
    height: 100%;
    position: absolute;

    left: 0;
}
.text-left {
  text-align: left;
}
.footertext {
  font-size: 14px;
}
footer {
  width: 90%;
  margin: 0px auto;
}
.footerlinks h2 {
 font-size: 22px;

}
.footerlinks ul {
  margin: 0px;
  padding: 0px;
}
.footerlinks ul li{
  margin: 0px;
  padding:5px 0px;
  list-style: none;
}
.footerlinks ul li i{
padding-right: 4px;
font-size: 10px;
}
.footerlinks ul li  a {
  color: var(--clr-black);
  text-decoration: none;
}
.footerlinks ul li  a:hover {
  color: var(--clr-red);
  text-decoration: none;
}
.quick {
  display: flex;
}
.adress i {
  padding-right: 10px;
  display: inline-block;
}
.socialmedia a {
  color: var(--clr-black);
  font-size: 20px;
  padding-right: 12px;
}
.copyright {
  border-top: solid 1px #d7d7d7;
  padding: 15px 0px;
  text-align: center;
  margin-top: 30px;
}
input {
  display: block;
  outline: none;
  border: none;
  height: 2em;
  font-size: 16px;
  margin-bottom: 1px;
  border-bottom: 1px solid #333;
  width: 100%;
}
.input_btn {
  width: 30px;
  height: 20px;
  position: absolute;
  right: 0px;
  border: 0;
  background: none;
  margin-top: 5px;
}

.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 35px !important;
}
.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 12px 12px;
    pointer-events: none;
    margin-top: -15px;
}

input:focus {
  border-bottom: 1px solid #0572ce;
  box-shadow: 0 1px 0 0 #0572ce;
}
#return-to-top i {
  color: var(--clr-red);
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: var(--clr-black);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top {
  position: fixed;
  bottom: 60px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: var(--clr-grey2);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 200px) and (max-width: 768px) {
  .footerFeature {
  display: flex;
  flex-direction: column;
 
}
}