::-webkit-scrollbar-track {background-color: #e9edf0;border-left: 1px solid #ededed;}
::-webkit-scrollbar {width: 7px;background-color: #A22D2F;}
::-webkit-scrollbar-thumb {background: #A22D2F;}

.gradient,.about ul li:before,.tp-caption span,.icon-block:hover .counters h3, .icon-block:hover .counters h3 i  {
    background: linear-gradient(to right, #A22D2F 0%, #A22D2F 93%)!important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.slider-btn1,.custom-btn1 {
    background: #A22D2F !important;
    border: 1px solid #A22D2F;
}
.tparrows.tp-leftarrow {
    border-left: 3px solid #423f9c;
}
.tparrows.tp-rightarrow{
    border-right: 3px solid #423f9c;
}
.top-center-logo .navbar-nav .text-black:hover, .top-fixed-nav .navbar-nav .whitecolor:hover, .top-center-logo .navbar-nav .whitecolor:hover,
.breadcrumb .breadcrumb-item a,.breadcrumb .breadcrumb-item.active{
    color: #862359 !important;
}
.navbar-nav .text-black.active:hover, .top-center-logo .navbar-nav .whitecolor.active:hover {
    color: #FFFFFF !important;
}
.side-menu,.hr-line,.feature-box:before,.team-image,.team-image2,.hvr-team:before,.hvr-team2:before,.port-box,.back-top,
.rare-box,.owl-testimonial .owl-dots .owl-dot.active span,.img-hvr:hover .date,.our-team .bg-gradient,.header-appear .side-logo-nav.bg-gradient,
.bg-gradient,.pagination li.active > a,.webcats li a::before,.news_desc ul.rounded li::before,.widget_search .input-group-addon,
.hvr-shutter-out-horizontal:before{
    /*background: linear-gradient(to right, #423f9c 0%, #862359 93%);*/
    background: linear-gradient(to right, #f2f2f2 0%, #f2f2f2 93%);
}
#rev_slider_8_1_forcefullwidth .tp-bullet.selected, #rev_slider_8_1_forcefullwidth .tp-bullet:hover {
    background: linear-gradient(to right, #A22D2F 0%, #A22D2F 93%)!important;
}
.custom-btn2:hover, .custom-btn2:active, .custom-btn2:focus {
    border: 1px solid #423f9c;
    color: #FFFFFF;
}
.cbp-l-grid-mosaic-flat .cbp-caption-activeWrap,.price-box:before {
    /*background: linear-gradient(to right, rgba(66, 63, 156,0.88), rgba(134, 35, 89,0.88) 90%);*/
    background: linear-gradient(to right, rgba(0, 188, 212,0.88), rgba(0, 188, 212,0.88) 90%);
}
.port-box .btn:hover, .port-box .btn:focus,.top-fixed-nav .navbar-nav .nav-item:hover a,.news_desc h3:hover,
.webcats li:hover, .webtags li:hover, .eny_profile h6:hover .single_post .text:hover,
.button-play:hover i, .button-play:focus i ,.portfolio-three .filtering .active{
    color: #423f9c;
}
.price-box .btn:hover, .price-box .btn:focus,.eny_profile .darkcolor:hover, .single_post:hover a{
    color: #423f9c !important;
}
.button-play , .bg-counter-light .icon-counters:hover .img-icon,.portfolio-three .item-img-overlay:before,
.testimonial-wrapp .quoted ,.testimonial-wrapp:hover .testimonial-text{
    background: #423f9c;
}
.address,.back-top::before {
    background: linear-gradient(to right, #A22D2F 0%, #A22D2F 93%);
}
#testimonial-slider .owl-item:nth-child(2n) .testimonial-wrapp .quoted, #testimonial-slider .owl-item:nth-child(2n) .testimonial-wrapp:hover .testimonial-text {
    background: #862359;
}
#our-testimonial .owl-theme .owl-dots .owl-dot.active span, #our-testimonial .owl-theme .owl-dots .owl-dot:hover span {
    background: #423f9c;
    border: 1px solid #423f9c;
}
#our-testimonial .owl-theme .owl-dots .owl-dot span{
    border: 1px solid #423f9c;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

/*section {
  height: 100vh;
  width: 100%;
  display: grid;
  place-items: center;
}*/

.row {
  display: flex;
  flex-wrap: wrap;
}

.column {
  width: 100%;
  padding: 0 1em 1em 1em;
  text-align: center;
}

.column1 {
  width: 100%;
  padding: 0 1em 1em 1em;
  text-align: center;
}
.card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  background: linear-gradient(#ffffff 50%, #A22D2F 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
}

/*h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
}*/
p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.icon-wrapper {
  background-color: #A22D2F;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
}
.card:hover {
  background-position: 0 100%;
}
.card:hover .icon-wrapper {
  background-color: #ffffff;
  color: #A22D2F;
}
.card:hover h3 {
  color: #ffffff;
}
.card:hover p {
  color: #f0f0f0;
}

@media screen and (min-width: 768px) {
  section {
    /*padding: 0 2em;*/
  }
  .column {
    flex: 0 50%;
    max-width: 50%;
  }

  .column1 {
    flex: 0 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 992px) {
  section {
    /*padding: 1em 3em;*/
  }
  .column {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .column1 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}


/*SLIDER IMAGE*/
* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  /*max-width: 1000px;*/
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot1 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot1:hover {
  /*background-color: #717171;*/
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}