.Slider-left-box .row {
  align-items: center;
}
#slide-search input.search-field {
  background-color: white;
  padding: 8px 10px;
  border: none;
  border-radius: 10px;
  width: 100%;
  color: #000000;
  font-size: 14px;
}
#slide-search button.search-submit {
  position: absolute;
  right: 10px;
  z-index: 999;
  top: 6px;
  border: none;
  background-color: var(--color-primary);
  border-radius: 6px;
  color: white;
  font-size: 12px;
  padding: 2px 9px;
}
#slide-search {
  margin-top: 20px;
}
#slide-search form.search-form.serach-page {
  position: relative;
}
#slider .owl-dots {
	counter-reset:dots;
}
#slider .owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
  display: inline-block;
  margin: 0;
  width: 30px;
  text-align: center;
  padding: 4px;
  font-size: 31px;
  color: rgb(255 255 255 / 40%);
}
#slider .owl-dot {
  position: relative;
  width: auto !important;
  height: auto !important;
}
#slider .active:before, #slider .owl-dot:hover:before {
  color: white;
}
#slider .owl-dots {
  counter-reset: dots;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  display: block;
  max-width: 50px;
}
.slide-tagline.section-tagline {
  background-color: var(--color-primary);
  padding: 6px 21px;
  color: white;
  font-weight: 700;
  /* font-size: 14px; */
  border-radius: 6px;
}
.slide-tagline {
  color: white;
  font-weight: 400;
  font-size: 16px;
  padding: 0px 0;
  position: relative;
  display: inline-block;
}

button.owl-dot:last-child {
  margin-right: 00;
}
div#slider img {
  width: 100%;
}
.slide_nav a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  background-color: var(--color-primary);
  color: white;
  padding: 14px 9px;
  font-weight: 800;
  letter-spacing: 8px;
  font-size: 12px;
}
#slider .slidesmalltext {
  color: #141B22;
  font-weight: 400;
}
a.theme_button.slide-btn {
  margin-right: 15px;
}
#slider h1, #slider h2 {
  position: relative;
  font-size: 41px;
  font-weight: 700;
  color: white;
  background: linear-gradient(90deg, #128DFC 0%, #2DFFC0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 0;
}
.slide-text {
  color: #FFFFFFB2;
  font-weight: 500;
  font-size: 20px;
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.slider-box {
  text-align: left;
  max-width: 50%;
  margin-left: 7em;
}
div#slider {
  overflow: hidden;
}
#slider button.owl-prev, #slider button.owl-next {
  position: unset;
  top: 50%;
  right: 0;
  left: unset;
  transform: unset;
}
.custom-slider-nav.owl-nav {
  position: absolute;
  margin-top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  bottom: 3em;
  margin: 0 auto;
}
#slider button.owl-prev {
  margin-right: 15px;
}
.custom-slider-dots.owl-dots {
  position: absolute;
  z-index: 9;
  bottom: 3em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#slider .owl-dots button.owl-dot {
  display: block !important;
  margin-bottom: 0px;
  background-color: white !important;
  border-radius: 50%;
  background-color: transparent !important;
}
#slider .owl-dots button.owl-dot.active {
  background-color: transparent !important;
}
.slide-carousel-image {
  background-size: cover;
}
.welcome-text {
  font-size: 70px;
  -webkit-text-stroke: 1px rgb(255 255 255 / 40%);
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 38px;
  font-weight: 600;
  z-index: 9999999;
  max-width: 100%;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  white-space: nowrap;
  writing-mode: vertical-rl;
}
#slider .owl-dot.active span {
  background-color: white;
  width: 85px;
  height: 2px;
  display: inline-block;
  position: absolute;
  left: -90px;
  top: 50%;
  transform: translateY(-50%);
}
.slide-svg-2, .slide-svg-7, .slide-svg-1, .services-svg-1, .services-svg-2, .services-svg-3, .about-svg-1, .about-svg-2, .project-shape-image4, .project-shape-image1, .features-svg-2, .slide-shape-image-1, .slide-shape-image-2, .slide-shape-image-3, .slide-shape-image-4, .slide-shape-image-5, .slide-shape-image-6{
  animation-name: float_up_down;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float_up_down;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float_up_down;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float_up_down;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float_left_right;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@keyframes float_up_down{
  0%{
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
  50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
/*.about-svg-3 {
  animation-name: rotateme2;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme2;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme2;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme2;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme2;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}*/
@keyframes rotateme2{
  0%{
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
    opacity: 1;
  }
}
/* .slide-tagline-shadow {
  display: block;
  width: 100%;
  filter: url(#goo);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
} */
.header_btn {
  margin-right: 2em;
}
span.phone-txt {
  display: block;
}
.main-carousel .socialbox i {
  color: #222222;
  padding: 10px;
  font-size: 18px;
}
.main-carousel .top_social {
  width: 100%;
  text-align: center;
}
section.main-carousel {
  align-items: end;
  margin: 0;
  padding: 0;
}
.slider-social-box {
  text-align: center;
}
.social-line {
  background-color: var(--color-primary);
  height: 246px;
  width: 2px;
  display: inline-block;
  position: relative;
  bottom: -8px;
}
.main-carousel .socialbox i {
  color: #797979;
  padding: 0;
  font-size: 18px;
  /* transform: rotate(270deg); */
  margin-bottom: 16px;
}
.main-carousel .socialbox a {
  display: block;
}
.main-carousel .socialbox i:hover{
  color: var(--color-primary);
}
.slider-social-box {
  width: 5%;
}
.slider-main-block {
  width: 95%;
  padding: 0;
}
#slider button {
    position: unset;
    transform: unset;
}
.slide-shape-image-1 {
  position: absolute;
  right: 88px;
  top: -33px;
}
.slide-shape-image-1 img{
  width: 70px;
  width: 70px;
}
.slide-shape-image-2 img{
  width: 43px;
  width: 43px;
}
.slide-shape-image-3 img{
  width: 78px;
  width: 78px;
}
.slide-shape-image-4 img{
  width: 79px;
  width: 79px;
}
.slide-shape-image-5 img{
  width: 43px;
  width: 43px;
}
.slide-shape-image-6 img{
  width: 123px;
  width: 61px;
}
.slide-shape-image-2 {
  position: absolute;
  left: 39px;
  bottom: 9px;
}
.slide-shape-image-1, .slide-shape-image-2, .slide-shape-image-3, .slide-shape-image-4, .slide-shape-image-5 {
  max-width: 9%;
}
.slide-shape-image-1 {
  position: absolute;
  right: 88px;
  top: -9em;
}
.slide-bottom-shape {
  background-color: #3B356D;
  height: 35px;
  clip-path: polygon(0 0, 100% 113%, 100% 100%, 0% 100%);
  position: absolute;
  bottom: 0;
  z-index: 9;
  width: 100%;
}
.slide-shape-image-3 {
  position: absolute;
  left: 50%;
  bottom: -9em;
}
.slide-shape-image-5 {
  position: absolute;
  right: 0;
  top: 0em;
}
.slide-shape-image-4 {
  position: absolute;
  right: 0;
  top: 67%;
}
.slide-shape-image-6 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
/* --------- Records --------- */
#records .owl-carousel .owl-stage-outer {
  padding: 12px 0;
}
.record-blocks-inner {
  background-color: #221F3C;
  padding: 73px 30px;
  border-radius: 155px;
}
.records-box h6 {
  color: #FFFFFFB2;
  font-weight: 500;
  display: block;
  margin-top: 8px;
  font-size: 14px;
}
.owl-item.active .records-info:after {
  content: '';
  background-color: #FFFFFF4D;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  display: block;
  top: 0;
}
.owl-item.cloned.active .records-info:after, .owl-item.active:last-child .records-info:after {
  background-color: transparent;
}
.owl-item.active:last-child .records-info:after{
  background-color: transparent;
}
.owl-item.active:last-child .records-info:after{
  display: none;
} 
.slide-call-record .row {
  align-items: center;
}
span.phone-txt {
  display: block;
  color: white;
  font-weight: 500;
}
.count-box-number.box-count {
  font-weight: 700;
  font-size: 40px;
  color: white;
}
.record_detail img {
  margin-bottom: 28px !important;
}
/* --------- Features --------- */
#features .owl-nav {
  margin-top: 0;
}
#features {
  background-color: #EAEAEA;
}
.features-box {
  box-shadow: 0px 0px 15px 0px #0000001F;
  background-color: white;
  padding: 40px 40px;
  border-radius: 10px;
  border-bottom: 7px solid transparent;
}
.features_img_inner2 {
  height: 100px;
  width: 100px;
  background-color: rgb(44 21 91 / 10%);
  display: inline-block;
  padding: 25px;
  border-radius: 50%;
}
.features_p {
  color: black;
}
.features-body h5 a, .features-body h5 {
  color: black;
}
.features-box:hover .features_img_inner2{
  background-color: var(--color-primary);
}
.features-box:hover {
  border-color: var(--color-primary);
}
/* --------- About Us --------- */
.about-head{
  position: relative;
}
.about-head-outer h4 {
  color: white;
}
#about-us  .section_main_head h3 {
  padding-top: 15px;
  font-weight: 800;
}
#about-us .section-text {
  margin: 1em 0 1em 0;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFFB2;
}
.about-head {
  max-width: 70%;
  margin: 0 auto;
}
.media{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.progress {
  height: 42px;
  background-color: #221F3C;
  border-radius: 10px;
  box-shadow: none;
  margin-bottom: 30px;
  overflow: visible;
}
.progress .progress-bar {
  box-shadow: none;
  position: relative;
  border-radius: 10px;
  animation: animate-positive 2s;
  background: linear-gradient(90deg, #E69A27 0%, #805616 100%);
}
.progress-block2 .progress .progress-bar{
  background: linear-gradient(90deg, #BF6EA2 0%, #59334B 102.34%);
}
.progress-block3 .progress .progress-bar{
  background: linear-gradient(90deg, #D2A985 0%, #6C5744 100%);
}
.progress-block4 .progress .progress-bar{
  background: linear-gradient(90deg, #A898AE 0%, #463F48 100%);
}
.progress-block5 .progress .progress-bar{
  background: linear-gradient(90deg, #B0273B 0%, #4A1019 100%);
}
.progress-block6 .progress .progress-bar{
  background: linear-gradient(90deg, #576C91 2%, #1A202B 100%);
}
.progress-block7 .progress .progress-bar{
  background: linear-gradient(90deg, #84AC7E 0%, #364633 100%);
}
.progress-block8 .progress .progress-bar{
  background: linear-gradient(90deg, #2CA6A1 0%, #11403E 100%);
}
.progress-bar-block {
  padding: 0 50px;
}
.box-ep-box:before {
  content: "";
  border: 1px solid #FFFFFF4D;
  left: 3%;
  top: 0;
  width: 46%;
  height: 100%;
  position: absolute;
  border-radius: 20px;
}
.box-ep-box:after {
  content: "";
  border: 1px solid #FFFFFF4D;
  width: 46%;
  top: 0;
  right: 3%;
  height: 100%;
  position: absolute;
  border-radius: 20px;
}
.box-ep-box .row {
  padding: 37px;
  padding-bottom: 4px;
}
.box-ep-box{
  position: relative;
}
.progress .progress-title {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: 7px;
  left: 15px;
}
.progress .progress-value {
  width: 45px;
  height: 33px;
  /* line-height: 35px; */
  /* background: #f5f5f5; */
  border-radius: 50px;
  /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); */
  font-size: 14px;
  font-weight: bold;
  color: white;
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
  right: 10px;
}
.progress.yellow .progress-value{ color: #ffcc00; }
.progress.blue .progress-value{ color: #7049ba; }
.progress.green .progress-value{ color: #5fad56; }

/* --------- Brands --------- */
#our-brands .section_main_head h3 {
  position: relative;
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  padding-top: 0;
}
#our-brands .row {
  align-items: center;
}
/* --------- Services --------- */
#services {
  background-color: #221F3C;
}

#services .section_main_head h3 {
  color: white;
}
.services-box {
  background-color: #722BF5;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 4px 64px 0px #00000012;
}
.services_img_inner2 {
  border: 1px solid white;
  padding: 15px 7px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
}
.services-body h5 {
  color: white;
  margin-top: 8px;
  font-weight: 700;
}
.service-box2 .services-box{
  background-color: #30AD88;
}
.service-box3 .services-box{
  background-color: #128DFC;
}
.service-box4 .services-box{
  background-color: #FFBC00;
}
.service-box5 .services-box{
  background-color: #B0273B;
}
.read-more-link a {
  color: white;
}
.services_steps {
  color: #FFFFFF;
  -webkit-text-stroke: 1px #FFFFFF1A;
  -webkit-text-fill-color: transparent;
  font-size: 63px;
  font-weight: 900;
}
#services .services-box:hover{
  background-color: #FFFFFF33;
  border-color: white;
}
.services-box:hover .services_img_inner2{
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.services_p {
  color: white;
}
.fullWidth.section_main_head {
  max-width: 48%;
  margin: 0 auto;
}
.services-readmore a {
  color: #797979;
}
.services-readmore a:hover {
  color: var(--color-primary);
}
/* --------- Contact Us --------- */
#contact_us .section_main_head h3 {
  color: white;
}
#contact_us a.theme_button {
  background-color: white;
  color: var(--color-primary);
}
/* --------- Projects --------- */
#projects .nav-tabs .nav-link {
  color: #FFFFFFB2;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 30px;
}
#projects .nav-tabs .nav-link.active {
  background-color: transparent;
  border: none;
  border-bottom: 3px solid var(--color-primary);
  color: var(--color-primary);
  font-weight: 700;
}
ul.nav.nav-tabs {
  text-align: center;
  margin: 0;
  justify-content: center;
  border-bottom: 1px solid #FFFFFF4D;
  margin-bottom: 3em;
}
.grid-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(378px, 1fr));
  grid-auto-rows: 335px;
  grid-auto-flow: dense;
  padding: 0;
}
#latest-news .box {
  background: var(--color-primary);
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
#latest-news .box:before{
  content: '';
  background: #fff;
  width: 200px;
  opacity: 0.6;
  transform: skew(-20deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  box-shadow: 0 0 100px #fff;
  transition: all 0.6s ease;
}
#latest-news .box:hover:before{
  opacity: 1;
  left: 200%;
}
#latest-news .box img{
  width: 100%;
  height: auto;
  transition: all 0.6s ease;
}
#latest-news .box:hover img{ 
  opacity: 0.4;
  filter: grayscale(100%);
}
 #latest-news .box .box-content {
  color: #fff;
  width: 100%;
  padding: 28px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#latest-news .box .title{
  transform: rotateX(90deg);
  transform-origin: bottom center;
  transition: all 0.6s ease;
}
#latest-news .box:hover .title{ transform: rotateX(0); }
 #latest-news .box .project-excerpt {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  display: block;
  transform: rotateX(-90deg);
  transform-origin: top center;
  transition: all 0.6s ease;
}
#latest-news .box .title a {
  color: white;
  font-size: 18px;
}
#latest-news .box:hover .project-excerpt{ transform: rotateX(0); }

/* --------- Why Choose Us --------- */
#why_choose_us .why_choose_us_img_inner2 img {
  display: inline-block !important;
}
.why_choose_us_img_inner2 {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 14px;
}
.why_choose_us h5 a, .why_choose_us h5 {
  font-size: 18px;
  font-weight: 700;
  color: white;
}
.why_choose_us_p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 6px;
  color: #FFFFFFB2;
}
.why_choose_us h5 {
  padding-bottom: 0;
  padding-top: 0;
}
.why-choose-us-image img {
  border-radius: 30px;
  width: 100%;
}
.why_choose_us .media {
    border: 1px solid #FFFFFF66;
    padding: 24px;
    border-radius: 20px;
}
.why_choose_us .media:hover {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

/*------------------ How it Works --------------------*/
#how-it-works {
  background-color: #F2F2F2;
  padding-bottom: 0;
}
.how-it-works-container {
  padding-top: 10em;
}
.how-it-works-box {
  border-right: 1px solid rgb(186 186 186 / 30%);
}
#how-it-works .card span {
  font-size: 43px;
  -webkit-text-stroke: 1px rgb(255 255 255 / 40%);
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 34px;
}
.how-it-works-box-inner h5 {
  color: white;
  font-weight: 700;
  font-size: 18px;
}
.how-it-works-box-text {
  color: #ECE7DF;
}
.how-it-readmore-link a {
  color: white;
}
.how-it-works-box-inner {
  padding: 86px 29px 29px 29px;
}
#how-it-works .card {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
  border-radius: 0px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: transparent;
  transition: all 0.3s ease 0s;
  transform: translateY(31%);
}
#how-it-works .card .focus-content {
  display: block;
  opacity: 0;
}
#how-it-works .how-it-works-box:hover .card {
  transform: translateY(0);
  background-color: rgb(211 147 50 / 90%);
}
#how-it-works .how-it-works-box:hover .focus-content {
  opacity: 1;
}
#how-it-works .card * {
  transition: 0.3s ease all;
}

/* #how-it-works .card:hover img, .card:focus-within img {
  margin-top: -80px;
} */

#how-it-works .card:hover h3, .card:focus-within h3 {
  padding: 8px 12px 0;
}
.how-it-works-box:hover .how-it-works-box-full-text {
  opacity: 1;
  transition: all 0.3s ease 0s;
  /* transform: translateY(100%); */
  position: unset;
  top: 0;
}
/*------ Pricing Plans ------------*/
.shape-title-box::before {
  content: "";
  display: block;
  padding-top: 86%;
  padding-top: 0;
  background-color: #722BF5;
  clip-path: polygon(100% 0, 100% 71%, 53% 100%, 0 73%, 0 0);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}
.plan-price::before {
  content: "";
  display: block;
  padding-top: 86%;
  padding-top: 0;
  background-color: #6520E4;
  clip-path: polygon(100% 0, 100% 71%, 53% 100%, 0 73%, 0 0);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}
.plan-info {
  position: relative;
  width: 100%;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #626B7D;
}
.plan-details {
  position: relative;
  padding-bottom: 30px;
}
.plan-title-block {
  position: relative;
  z-index: 9;
  padding-top: 18px;
}
.plan_price .plan-cur {
  color: black;
  font-size: 16px;
  padding-top: 5px;
  padding-right: 3px;
}
.plan_price {
  color: white;
  font-size: 23px;
  font-weight: 800;
  margin-top: 15px;
  position: relative;
}
.plan_package {
  font-size: 17px;
  color: white;
  margin-left: 5px;
  padding-top: 0px;
  font-weight: 700;
}
.plan-info h5 {
  color: white;
  font-size: 22px;
  font-weight: 800;
}
.plan-text {
  background-color: #7834FF33;
  padding: 10px;
}
.plan-price {
  padding: 11px 0 18px 0;
  max-width: 61%;
  margin: 0 auto;
}
.plan-title-box.shape-title-box {
  padding-bottom: 60px;
}
.plan-features ul {
  margin: 0;
}
.plan-features li {
  font-size: 16px;
  margin-bottom: 12px;
  list-style: none;
  color: #FFFFFFB2;
  position: relative;
}
.plan-info a.theme_button {
  border: 1px solid #FFFFFFB2;
  background-color: transparent;
  color: #FFFFFFB2;
}
.plan-features {
  text-align: center;
  padding: 18px 10px;
}
.plan-features .theme_button {
  padding: 10px 25px;
  color: white;
  border-radius: 15px;
  font-size: 14px;
  border-radius: 28px;
  background: #1E1E1E;
  display: block;
  text-align: center;
}
.plan-info.recommended_box {
  background-color: var(--color-primary);
  position: relative;
  top: -35px;
}
.plan-info:hover a.theme_button {
  background-color: var(--color-primary);
  color: white;
}
.plan-info.recommended_box h5 {
  background-color: #E5CA9F;
  color: white;
}
.plan-info.recommended_box .plan_price, .plan-info.recommended_box .plan_package, .plan-info.recommended_box .plan-features li{
  color: white;
}
.plan-info.recommended_box .plan-details .plan-features li i {
  border-color: white;
  color: white;
}
.plan-info.recommended_box .plan-btn a.theme_button {
  display: block;
  background-color: #222222;
}
.plan-info.recommended_box .plan-features li.active-feature-list, .plan-info.recommended_box .plan-features li.active-feature-list i{
  color: white;
}
.plan-info.recommended_box .plan-btn a.theme_button:hover {
  display: block;
  background-color: white;
  color: #222222;
}
.plan-info.recommended_box .plan-details {
  padding: 65px 30px;
}
.plan-details:hover .shape-title-box::before{
  background-color: #2DFFC0;
}
.plan-details:hover .plan-price::before{
  background-color: #00CA8D;
}
.plan-info .plan-details:hover h5{
  color: black;
}
/* ----------- Testimonials ------------- */
.testimonial-data.quote_box i {
  color: #2DFFC0;
  font-size: 38px;
}
#testimonials .section_main_head h3 {
  color: white;
}
.rating-score > .rating-score-item, .rating-input > label {
  display: inline-block;
}
.rating-score > .rating-score-item:after, .rating-input > label:after {
  font-family: "FontAwesome";
  font-size: 15px;
  color: #FC9800;
  letter-spacing: 1px;
}
.rating-score[data-rating="1"] > .rating-score-item:nth-child(-n + 1):after, .rating-score[data-rating="2"] > .rating-score-item:nth-child(-n + 2):after, .rating-score[data-rating="3"] > .rating-score-item:nth-child(-n + 3):after, .rating-score[data-rating="4"] > .rating-score-item:nth-child(-n + 4):after, .rating-score[data-rating="5"] > .rating-score-item:nth-child(-n + 5):after, .rating-score[data-rating="0.5"] > .rating-score-item:nth-child(-n + 0):after, .rating-score[data-rating="1.5"] > .rating-score-item:nth-child(-n + 1):after, .rating-score[data-rating="2.5"] > .rating-score-item:nth-child(-n + 2):after, .rating-score[data-rating="3.5"] > .rating-score-item:nth-child(-n + 3):after, .rating-score[data-rating="4.5"] > .rating-score-item:nth-child(-n + 4):after, .rating-input > input:checked ~ label:after, .rating-input:hover > input + label:hover:after, .rating-input:hover > input + label:hover ~ input + label:after {
  content: "\f005";
}
.rating-score[data-rating="0.5"] > .rating-score-item:nth-child(1):after, .rating-score[data-rating="1.5"] > .rating-score-item:nth-child(2):after, .rating-score[data-rating="2.5"] > .rating-score-item:nth-child(3):after, .rating-score[data-rating="3.5"] > .rating-score-item:nth-child(4):after, .rating-score[data-rating="4.5"] > .rating-score-item:nth-child(5):after {
  content: "\f123";
}
.rating-score > .rating-score-item:after, .rating-input > label:after, .rating-input:hover > input + label:after {
  content: "\f006";
}
.rating-score {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 15px;
  padding: 0;
  margin-left: 0;
}
.rating-input {
  border: none;
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.rating-input > input {
  display: none;
}
#testimonials .owl-dots {
  margin-top: 3em;
}
.testimonials-heading {
  color: #222222;
  font-weight: 600;
  font-size: 20px;
}
.testimonial_box {
  position: relative;
}
.testimonial-image-quote i {
  color: rgba(0, 0, 0, 0.08);
  font-size: 50px;
  position: absolute;
  top: -2%;
  right: 6px;
}
.testimonial_outer > img {
  margin-bottom: 30px !important;
  display: block;
}
.owl-carousel .owl-item .testimonials_image img, .testimonials_image img {
  position: relative;
  z-index: 99;
}
.testimonial_outer {
  position: relative;
  background-color: #221F3C;
  border-radius: 10px;
}
.testimonials-info {
  margin-top: 20px;
  padding-right: 43px;
}
.testimonial_outer:hover {
  background-color: #FFFFFF33;
}
.testimonial_box {
  border: 1px solid rgb(255 255 255 / 3%);
}
.testimonial-title {
  position: relative;
  display: block;
  margin: 0 !important;
  padding-bottom: 3px;
}
.testimonial-title a {
  font-size: 22px;
  position: relative;
  color: var(--color-primary);
  font-weight: 700;
}
.t-desig {
  font-size: 16px;
  display: block;
  color: white;
  font-weight: 400;
}
.testimonials-info p{
  margin-bottom: 0;
}
.custom-testimonials-nav.owl-nav {
  position: relative;
}
.testimonials-info p {
  font-size: 16px;
  margin-bottom: 10px !important;
  color: #FFFFFFB2;
  font-weight: 400;
}
.testimonial-block .media {
  align-items: center;
}
.custom-testimonials-dots.owl-dots {
  position: relative;
  margin-top: 4em;
}
.testimonial_box{
  transition: all .6s ease;
}
.testimonials-info {
  margin-top: 20px;
}
#testimonials .owl-carousel .owl-stage-outer {
  padding-top: 34px;
}
.testimonial-image-quote {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonial-data.quote_box {
  position: relative;
  z-index: 99;
}
.shape-testimonial-image, .shape-title-box, .plan-price, .shape-blog-image{
  display: block;
  width: 100%;
  filter: url('#goo');
}
.shape-testimonial-image::before {
  content: "";
  display: block;
  background: var(--b, white);
  padding-top: 101%;
  clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
}
.shape-blog-image::before {
  content: "";
  display: block;
  background: var(--b, white);
  padding-top: 101%;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 11% 100%);
}

#navigation-thumbs {
  max-width: 400px;
  margin: 41px auto 0 auto;
}
.testimonials-carousel-nav img {
  width: 85px;
  height: 83px;
  border-radius: 50%;
  /* margin: 19px; */
  transform: scale(0.7);
}
.slick-slide.slick-current.slick-center img {
  border: 8px solid #128DFC;
  transform: scale(1);
}
/*------------------ Projects --------------------*/
.custom-projects-nav.owl-nav {
  text-align: right;
}
.custom-projects-nav.owl-nav button.owl-prev {
  margin-right: 10px;
}
#projects button.owl-prev, #projects button.owl-next{
  transform: unset;
  position: unset;
}
#services-counter, #projects-counter {
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: black;
  font-family: var(--primary-font);
  font-weight: 500;
}
.active-slide-count{
  color: var(--color-primary);
}
.service-image img {
  width: 100%;
}
.tab-active-image {
  display: none;
}
.nav-link.active .tab-image {
  display: none;
}
.nav-link.active .tab-active-image {
  display: block;
}
/* --------- Projects --------- */
.projects-meta-type {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin: 14px 0 7px 0;
}
.projects-image img {
  border-radius: 10px;
}
.projects-title-box h5 a {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 700;
}
.projects-title-box h5 {
  padding-top: 0;
}
.projects-text {
  color: #C8D3DD;
  font-size: 18px;
  line-height: 33.66px;
  margin-bottom: 0px;
}
.project-nav {
  margin: 0 0 0  auto;
}
.owl-carousel .owl-item .projects-image img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}

/*-------------- Image Box ------------------*/
.image_box-image {
  background-color: var(--color-primary);
  display: inline-block;
  width: 65px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.image_box-box-content h5 {
  font-weight: 700;
  font-size: 18px;
  padding-top: 17px;
  display: block;
}
.image_box-box-content .section-text {
  color: #000000;
  font-size: 16px;
}
#image-box {
  background-color: #F3F3F3;
  padding-bottom: 10em;
}
.image-box-inner {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}

/*---------------------- Gallery ------------------------*/x
.gallery_image_box i {
  text-align: center;
  background-color: var(--color-primary);
  color: white;
  font-size: 18px;
  transition: all 0.3s ease 0s;
  padding: 16px 18px;
  border-radius: 50%;
}
.gallery_icon {
  display: none;
}
.gallery_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(18 141 252 / 70%);
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.gallery_image_box:hover .gallery_icon, .projects_image_box:hover .gallery_icon {
  display: flex;
  transition: all 0.3s ease 0s;
}
.gallery_icon-inner {
  background-color: #00000080;
  padding: 10px 26px;
  border-radius: 67px;
}
.gallery_icon-inner a {
  padding: 0 1px;
}
.gallery_icon-inner i {
  color: white;
  font-size: 18px;
}
/* Main CSS */
#work-gallery {
  /* background-color: #F2F2F2; */
  /* padding-bottom: 0; */
}
.grid-wrapper {
  display: grid;
  grid-gap: 23px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-auto-rows: 270px;
  grid-auto-flow: dense;
  padding: 0;
}
.grid-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-wrapper div img, .grid-wrapper div a {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.grid-wrapper .wide {
  grid-column: span 2;
}
.grid-wrapper .tall {
  grid-row: span 2;
}
.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery_image_box  img {
  width: 100%;
}
.gallery-wrapper.container {
  max-width: 1468px;
}
/* --------- Team --------- */
#team .section_main_head h3 {
  color: white;
}
.team_outer {
  border-radius: 20px;
}
.socialbox a {
  padding: 2px 4px;
  text-align: center;
}
#footer-contact {
  padding: 0;
}
.social-icons .socialbox {
  transform: unset;
  position: unset;
}
.social-profiles a:last-child i {
  padding-right: 0;
}
.team_head  a {
  color: white;
  font-size: 18px;
  font-weight: 700;
}
.team-box-inner span {
  color: #FFFFFFB2;
  display: block;
  margin-top: 11px;
}
.team-box-inner.box-content {
  text-align: center;
  margin-top: 10px;
}
#team .owl-dots {
  margin-top: 20px;
}
.team_img img{
  border-radius: 20px;
}
ul.social-profiles li a {
  color: white;
  font-size: 12px;
}
h5.team_head {
  padding-bottom: 0;
}
ul.social-profiles li {
  display: inline-block;
  padding: 7px 10px;
}
.team-box-inner span {
  color: #FFFFFFB2;
}
ul.social-profiles.icon {
  margin: 0;
}
/* ----------- Latest News ------------- */
.left-post-column .blog-box .post_img {
  width: 117px;
  margin-right: 18px;
}
.post-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post-image-block img {
  width: 100%;
}
.entry-author a {
  color: #797979;
}
.blog-box {
  position: relative;
}
.post_img {
  position: relative;
}
.news-box span.news_date {
  display: block;
  font-family: var(--primary-font);
  font-size: 21px;
  font-weight: 700;
}
.news-row {
  margin-top: 14px;
}
.post-meta {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.metabox span{
  display: inline-block;
}
.metabox span i {
  color: var(--color-primary);
}
.news-text {
  margin: 10px 0;
  font-size: 16px;
  color: #797979;
  font-weight: 400;
}
.post-image-block {
  position: relative;
}
.blog-box ul.post-categories a {
  background-color: transparent;
  color: #1C2539;
}
.author-post a {
  color: var(--color-primary);
  text-transform: capitalize;
}
.news-box-3 .post_img, .news-box-4 .post_img {
  display: none;
}
.entry-date i, .entry-comments i {
  padding-right: 4px;
}
.blog-box h5 a {
  color: white;
  font-weight: 700;
  display: block;
  margin-top: 20px;
  font-size: 22px;
}
.post-excerpt {
  margin: 14px 0;
}
.post-excerpt p {
  color: #FFFFFFB2;
}
.entry-author a, .entry-date, .post-date a, .by-text-news {
  color: #FFFFFFB2;
  font-size: 14px;
  text-transform: capitalize;
}
.entry-author a, .entry-date, .post-date a, .by-text-news {
  color: white;
  font-size: 14px;
  text-transform: capitalize;
}
.blog-box span.entry-author {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.news-box-3 .blog-box:nth-child(2) {
  border-bottom: none;
  margin-top: 38px !important;
}
.news-box-3 .blog-box:nth-child(2) {
  border-bottom: none;
}
.news-box-3 .blog-box {
  margin-bottom: 17px !important;
  padding-bottom: 48px;
  border-bottom: 1px solid #FFFFFF4D;
}
.right-post-column .post-content {
  padding-top: 1em;
}
.right-post-column .blog-box h5 a {
  margin-top: 14px;x
}
.post-link a {
  color: #222222;
}
.post-link a:hover {
  color: var(--color-primary);
}
.right-post-column .news-text {
  margin: 18px 0 10px 0;
}
/*---------------Contact Us ---------------*/
#contact_us_form_section {
  background-color: #221F3C;
}
.contact_us-contact p {
  margin-bottom: 0;
  color: #FFFFFFB2;
  font-weight: 600;
  line-height: 1;
}
.contact_us-git-block .media {
  background-color: #292649;
  margin-bottom: 21px;
  padding: 10px 25px;
  border-radius: 12px;
  align-items: center;
  max-width: 70%;
}
a.contact_us-contact-text {
  color: white;
  font-weight: 600;
}
.contact_us-git-block {
  display: block;
}
.contact_us-contact i {
  color: white;
  margin-right: 17px;
  margin-top: 8px;
  font-size: 22px;
}
#contact-section .header-git-block i {
  background-color: #000000;
}
#contact-section .section_main_head h3 {
  color: white;
  font-weight: 700;
  font-size: 31px;
}
#contact-section a.theme_button {
  padding: 14px 37px;
}
#contact-section .section_main_head .section-text, #contact-section .section_main_head .section-text p{
  max-width: 100%;
}
.wpcf7-date {
    position: relative;
}
#contact_us_form_section label {
  width: 100%;
}
#contact_us_form_section input[type="text"], input[type="number"], #contact_us_form_section input[type="email"], #contact_us_form_section input[type="phno"], #contact_us_form_section input[type="password"], #contact_us_form_section textarea {
  background-color: transparent;
  border: 1px solid #FFFFFF4D;
  border-radius: 24px;
  padding: 8px 18px;
  width: 100%;
  color: white;
}
#contact_us_form_section textarea {
  height: 115px;
}
#contact_us_form_section label {
  width: 100%;
  color: #FFFFFFB2;
}
.wpcf7-date::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}
.wpcf7-date:before {
  content: "\f073";
  font-weight: 900;
  color: #4B3941;
  /* background: none; */
  display: block;
  font-family: "Font Awesome 5 Free";
  width: 15px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: -21px;
  z-index: 99;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    overflow: visible;
}
.contac_form .wpcf7-date:before {
    top: 0;
}
.contact-us-bg {
  display: block;
  width: 100%;
  filter: url(#goo);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.contact-us-bg:after {
  content: '';
  content: "";
  display: block;
  clip-path: polygon(0 0, 98% 0, 100% 100%, 0% 100%);
  background-color: var(--color-primary);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  /* z-index: 99999; */
  margin: 0 auto;
}
.contact-row {
  margin: 0;
  position: relative;
  margin-bottom: -10em;
}
.contact-row .row {
  z-index: 99;
  position: relative;
  margin: 0;
  padding: 3em;
}

/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-dots, .owl-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  align-items: center;
}
#testimonials .owl-carousel .owl-dots button.owl-dot, #testimonials .owl-dots button.owl-dot {
  background-color: white !important;
  border-radius: 50%;
  padding: 9px;
}
#testimonials .owl-carousel .owl-dots button.owl-dot.active, #testimonials .owl-dots button.owl-dot.active {
  background-color: var(--color-primary) !important;
  
}
.owl-carousel .owl-dots button.owl-dot, .owl-dots button.owl-dot {
  background-color: black!important;
  margin-right: 16px;
  outline: none;
  border: none;
  border-radius: 50%;
  padding: 5px !important;
  height: 2px!important;
  width: 2px !important;
  display: inline-block;
  border: none;
}
.owl-carousel button.owl-dot.active, button.owl-dot.active {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary);
  padding: 8px !important;
}
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  height: auto;
}
button.owl-prev, button.owl-next {
  position: unset;
  transform: unset;
  border: none;
  padding: 0;
  outline: none;
  width: auto !important;
  background-color: transparent;
  z-index: 9999;
  position: relative;
}
button.owl-prev {
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
}
button.owl-next {
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
}
.owl-carousel .owl-nav i, .owl-nav i {
  font-size: 14px;
  padding: 14px 17px;
  color: white;
  border: none;
  background-color: var(--color-primary);
  border: none;
  transition: .3s ease;
  border-radius: 0;
  opacity: 1;
  border-radius: 0;
  box-shadow: 0px 0px 7px 0px #0000001C;
  border-radius: 50%;
}
.owl-nav {
  text-align: center;
  margin-top: 20px;
}
.owl-carousel .owl-nav i:hover, .owl-nav i:hover {
  color: black;
  background-color: rgb(44 21 91 / 10%);
  transition: .3s ease;
  opacity: 1;
}
#slider .owl-carousel .owl-nav i:hover, #slider .owl-nav i:hover {
  color: black;
  background-color: white;
}
#slider .owl-dots button.owl-dot:last-child {
  margin: 0;
}
#latest-news .owl-nav{
  text-align: center;
}
.custom-nav {
  text-align: left;
  position: relative;
}

/*---------------Newsletter ---------------*/
.newsletter-container {
  background-color: #221F3C;
  padding: 0;
}
.newsletter_head {
  max-width: 60%;
  margin: 0 auto;
}
#newsletter_section .section_main_head h3 {
  color: white;
}
.newsletter_form {
  margin-top: 20px;
}
.newsletter_shortcode textarea {
  height: 152px;
}
.newsletter_shortcode input[type="text"], .newsletter_shortcode input[type="tel"], .newsletter_shortcode input[type="email"], .newsletter_shortcode input[type="phno"], .newsletter_shortcode input[type="password"], .newsletter_shortcode textarea {
  background-color: transparent;
  border: none;
  color: #FFFFFFB2;
  padding: 10px 24px;
  font-family: var(--primary-font);
  border-radius: 51px;
  border: none;
  width: 100%;
  margin-right: 0;
  font-size: 15px;
  border: none;
  border: 1px solid #FFFFFF4D;
}
.newsletter_shortcode input[type="text"]::placeholder, .newsletter_shortcode input[type="tel"]::placeholder, .newsletter_shortcode input[type="email"]::placeholder, .newsletter_shortcode input[type="phno"]::placeholder, .newsletter_shortcode input[type="password"]::placeholder, .newsletter_shortcode textarea::placeholder{
  color: #FFFFFFB2;
}
.newsletter_shortcode  p {
  margin-bottom: 0;
}
.newsletter-container .row {
  align-items: center;
}
.newsletter_shortcode input[type="submit"] {
  margin-top: 18px;
}
.newsletter_shortcode input[type="submit"]:hover {
  background-color: black;
  color: white;
}

.newsletter_shortcode form {
  position: relative;
}
#newsletter_section {
  position: relative;
}
.newsletter_social a {
  background-color: #f8ad6b;
  padding: 6px 8px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
}
.newsletter_shortcode  label {
  color: #30494f;
  font-weight: 600;
}
#newsletter_section {
  position: relative;
}
/*-----------------------faq--------------------------*/
#our-faq{
  padding: 40px;
}
#our-faq .section_main_head h6 {
  color: #12161C;
  margin-bottom: 16px;
}
#accordionfaq button.accordion-button {
  font-size: 20px;
  color: #1C2539;
  font-weight: 400;
  padding: 16px 0px 16px 25px;
  border: none;
  margin-bottom: 0;
  width: 100%;
  display: block;
  box-shadow: none;
  text-transform: capitalize;
  font-family: var(--primary-font);
}
#accordionfaq button.accordion-button:after {
  content: "";
  position: relative;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  font-size: 19px;
  background-image: none;
  top: 4px;
  color: #554983;
  border: 1px solid #554983;
  padding: 0px 4px 4px 3px;
  border-radius: 50%;
}
#accordionfaq button.accordion-button[aria-expanded="true"]:after {
  content: "\f068";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 1px;
  /* background-color: #455A64; */
  color: #1C2539;
  font-family: "Font Awesome 5 Free";
  border: none;
  font-size: 14px;
  background-color: transparent;
}
#accordionfaq button.accordion-button[aria-expanded="false"]:after {
  content: "\f067";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  top: 1px;
  /* background-color: var(--color-primary); */
  color: #292D32;
  /* border: none; */
  border-color: transparent;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  background-color: transparent;
}
.accordion-item {
  margin-bottom: 15px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 0px;
}
.accordion-body {
  padding-bottom: 0;
  padding-top: 0;
  padding: 0;
}
.accordion-collapse{
  padding: 0px;
}
h4.accordion-header button{
  padding: 12px 12px;
  background-color: var(--color-fe5970) !important;
  border-radius: 7px;
}
.accordion-header {
  padding: 0;
}
.accordion-button:focus{
  box-shadow: none;
}
#accordionfaq button.accordion-button:not(.collapsed) {
}
.accordion-body p {
  font-size: 14px;
  color: #1C2539;
  font-size: 14px;
  margin: 0;
}
#our-faq {
  padding: 40px 0 40px 70px;
}
.faq-container {
  max-width: 76%;
}
.faq-box {
  padding: 8em 5em 8em 0em;
}
.faq-box .section-text {
  color: #030303;
}
.faq-image img {
  height: 100%;
  width: 100%;
}
.faq-box {
  padding: 8em 5em 8em 0em;
  padding-left: 6em;
}
#accordionfaq button.accordion-button:after {
  position: absolute !important;
  left: 0;
  top: 54% !important;
  transform: translateY(-50%) !important;
  padding: 0;
}
.post_img img {
  width: 100%;
  border-radius: 20px;
}
span.rpwwt-post-title:hover {
  color: var(--color-primary);
}
.post-content svg {
  margin-right: 6px;
}
.blog_inner_box  .news_block {
  padding-top: 1em;
}
#testimonials.testimonial_page_template {
  background-color: transparent;
}
button.owl-dot:last-child {
  margin-right: 0 !important;
}
#team a.theme_button {
  background-color: white;
  color: black;
}
#team a.theme_button:hover {
  background-color: var(--color-primary);
  color: black;
}
#why_choose_us .image-hover-effect .box {
    border-radius: 32px;
}
.why_choose_us_box1 {
    background-color: #b0273b;
    border: none;
}
.why_choose_us_box2 {
    background-color: #ffbc00;
    border: none;
}
.why_choose_us_box3 {
    background-color: #128dfc;
    border: none;
}
.why_choose_us_box4 {
    background-color: #30ad88;
    border: none;
}
.why_choose_us_box5 {
    background-color: #722bf5;
    border: none;
}
.why_choose_us_box6 {
    background-color: #4988c0;
    border: none;
}