.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;
}
.Slider-left-box {
  padding: 9em 0 0em 0;
}
.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: 800;
  color: white;
}
.slide-text {
  color: white;
  font-weight: 400;
  font-size: 15px;
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.slider-box {
  text-align: left;
  max-width: 71%;
}
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 {
  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;
}
/* --------- Records --------- */
#records .owl-carousel .owl-stage-outer {
  padding: 12px 0;
}
#records {
  background-color: var(--color-primary);
}
.records-box h6 {
  color: white;
  font-weight: 600;
  display: block;
  margin-top: 2px;
}
.records-info:after{
  content: '';
}
.records-info:after {
  content: '';
  background-color: white;
  width: 2px;
  height: 100%;
  position: absolute;
  right: 0;
  display: block;
  top: 0;
}
.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: 800;
  font-size: 40px;
  color: white;
}
/* --------- 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;
}
.list-image {
  background-color: var(--color-primary);
  padding: 5px;
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
#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;
}
.list-ep-box .media-body {
  color: #797979;
}
.list-ep-box .media {
  align-items: center;
}
.about-head-outer ul li {
  list-style: none;
  padding-bottom: 2em;
  font-size: 16px;
  color: #797979;
  font-family: var(--primary-font);
  padding-left: 0;
}
.about-head-outer ul {
  margin: 0;
}
.about-image1 {
  position: relative;
}
.icon-box-1 {
  text-align: center;
  border-radius: 0;
  padding: 13px 23px;
  max-width: 200px;
  background-color: #000000;
  border-radius: 9px;
  position: absolute;
  top: 0;
  right: 0;
}
.about-box-body {
  background-color: #EAEAEA;
  padding: 13px 21px;
  border-radius: 10px;
  margin-bottom: 42px;
}
.about-box-text {
  color: black;
}
.about-box-body h3 {
  font-size: 18px;
  font-weight: 800;
  padding-bottom: 5px;
}
.about-head-outer ul li:nth-child(3), .about-head-outer ul li:nth-child(4) {
  padding-bottom: 0;
}
.list-ep-box {
  margin-bottom: 2em;
}
.list-ep-box .row {
  align-items: center;
}
.about-image-1 img, .about-image-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-exp-text {
  color: white;
  font-size: 40px;
  font-weight: 700;
  margin-top: 14px;
  margin-bottom: 14px;
}
.box-year {
  color: white;
  font-weight: 400;
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}
.media{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}

/* --------- 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 .section_main_head h3 {
  color: white;
}
.services-box {
  background-color: #FFFFFF1A;
  padding: 30px;
  border: 1px solid #FFFFFF1A;
  border-radius: 10px;
}
.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;
  max-width: 70%;
  margin-top: 8px;
}
.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-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 .box, #latest-news .box {
  background: rgb(120 52 255 / 80%);
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
#projects .box:before, #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;
}
#projects .box:hover:before, #latest-news .box:hover:before{
  opacity: 1;
  left: 200%;
}
#projects .box img, #latest-news .box img{
  width: 100%;
  height: auto;
  transition: all 0.6s ease;
}
#projects .box:hover img, #latest-news .box:hover img{ 
  opacity: 0.4;
  filter: grayscale(100%);
}
#projects .box .box-content, #latest-news .box .box-content {
  color: #fff;
  width: 100%;
  padding: 28px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#projects {
  background-color: #EAEAEA;
}
.project-excerpt p {
  margin-bottom: 0;
}
#projects .box .title, #latest-news .box .title{
  transform: rotateX(90deg);
  transform-origin: bottom center;
  transition: all 0.6s ease;
}
#projects .box:hover .title, #latest-news .box:hover .title{ transform: rotateX(0); }
#projects .box .project-excerpt, #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;
}
#projects .box .title a, #latest-news .box .title a {
  color: white;
  font-size: 18px;
}
#projects .box:hover .project-excerpt, #latest-news .box:hover .project-excerpt{ transform: rotateX(0); }
#projects .box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: all 0.6s ease;
}
#projects .box:hover .icon{ opacity: 1; }
#projects .box .icon li{
  margin: 0 5px 0 0;
  display: inline-block;
}
#projects .box .icon li a {
  color: #fff;
  background: rgba(255,255,255,0.3);
  font-size: 15px;
  text-align: center;
  line-height: 45px;
  width: 44px;
  height: 44px;
  display: block;
  transition: all 0.6s ease;
  background: transparent;
  font-size: 20px;
  border: 2px solid white;
  border-radius: 50%;
}
#projects .box .icon li a:hover{
  color: black;
  background-color: #fff;
}
#projects .box .icon li  a i{line-height:inherit;}
#projects .row {
  justify-content: center;
}
/* --------- 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: 800;
  color: black;
}
.why_choose_us_p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 6px;
}
.why_choose_us h5 {
  padding-bottom: 0;
  padding-top: 0;
}
.why-choose-us-image img {
  border-radius: 10px;
  width: 100%;
}
/*------------------ 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 ------------*/
#pricing-plan {
  background-color: #EAEAEA;
}
.plan-info {
  position: relative;
  width: 100%;
  background: #FFF;
  text-align: center;
  border-radius: 15px;
}
li.active-feature-list {
  opacity: 0.4;
}
.plan-details {
  padding: 30px 0;
  position: relative;
}
.plan_price .plan-cur {
  color: black;
  font-size: 16px;
  padding-top: 5px;
  padding-right: 3px;
}
.plan_price {
  color: #000000;
  font-size: 53px;
  font-weight: 800;
  margin-top: 32px;
}
.plan_package {
  font-size: 14px;
  color: #222222;
  margin-left: 5px;
  padding-top: 5px;
  font-weight: 700;
}
.plan-info h5 {
  color: #000000;
  font-size: 20px;
  font-weight: 800;
}
.plan-text {
  background-color: #7834FF33;
  padding: 10px;
}
.plan-price {
  padding-bottom: 20px;
}
.plan-features ul {
  margin: 0;
}
.plan-features li {
  font-size: 16px;
  margin-bottom: 12px;
  list-style: none;
  color: #222222;
  position: relative;
}
.plan-features li i {
  font-size: 9px;
  color: #02B614;
  position: relative;
  top: -3px;
  display: inline-block;
  border: 1px solid #02B614;
  border-radius: 50%;
  padding: 2px 3px;
  margin-right: 8px;
}
li.active-feature-list {
  color: #797979;
  opacity: 0.5;
}
.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;
}
#pricing-plan .owl-carousel .owl-stage-outer {
  padding-top: 4em;
  padding-bottom: 10px;
}
.plan-features li.active-feature-list i {
  color: #797979;
  opacity: 1;
  border-color: #797979;
}

.plan-info.recommended_box {
  background-color: var(--color-primary);
  position: relative;
  top: -35px;
}
.plan-info:hover a.theme_button {
  background-color: #000000;
  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;
}
/* ----------- Testimonials ------------- */
#testimonials {
  background-color: #0C001E;
}
#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: white;
  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: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 0;
  padding: 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;
  /* transform: rotateY(180deg); */
}
/*#testimonials {
  background-color: #e5f0dd;
}*/
.testimonial_outer > img {
  margin-bottom: 30px !important;
  display: block;
}
.owl-carousel .owl-item .testimonials_image img, .testimonials_image img {
  width: 70px !important;
  height: 70px;
  border-radius: 50%;
  position: relative;
  z-index: 99;
}
.testimonial_outer {
  position: relative;
  background-color: #FFFFFF1A;
  padding: 30px;
  border-radius: 10px;
}
.testimonial_outer:hover {
  background-color: #FFFFFF33;
}
.testimonial_outer:hover .rating-score > .rating-score-item:after, .rating-input > label:after {
  color: var(--color-primary);
}
.testimonial_box {
  border: 1px solid rgb(255 255 255 / 3%);
}
.testimonial-title {
  position: relative;
  display: block;
  margin: 0 !important;
  padding-bottom: 3px;
  /* padding-top: 0; */
}
.testimonial-title a {
  font-size: 16px;
  position: relative;
  color: white;
  font-weight: 700;
}
.testimonials_image {
  margin-right: 10px;
}
.t-desig {
  font-size: 16px;
  display: block;
  color: white;
  font-weight: 400;
}
.testimonials-info p{
  margin-bottom: 0;
}
.custom-testimonials-nav.owl-nav {
  /* text-align: left; */
  position: relative;
}
.testimonials-info p {
  font-size: 16px;
  margin-bottom: 10px !important;
  color: white;
  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;
}
.testimonials-bg {
  display: block;
  width: 100%;
  filter: url(#goo);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.testimonials-bg:after {
  content: '';
  content: "";
  display: block;
  clip-path: polygon(0 0, 98% 0, 100% 100%, 0% 100%);
  background-color: rgba(243, 243, 243, 1);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  /* z-index: 99999; */
  margin: 0 auto;
}
.testimonial-data.quote_box {
  position: relative;
  z-index: 99;
}

/*------------------ Projects --------------------*/
.custom-projects-nav.owl-nav {
  text-align: right;
}
.custom-projects-nav.owl-nav button.owl-prev {
  margin-right: 10px;
}
.projects-item:hover .projects-title-box h5 a{
  color: var(--color-primary);
}
#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(20 27 34 / 70%);
  align-items: center;
  justify-content: center;
}
.gallery_image_box:hover .gallery_icon {
  display: flex;
  transition: all 0.3s ease 0s;
}
/* Main CSS */
#work-gallery {
  /* background-color: #F2F2F2; */
  /* padding-bottom: 0; */
}
.grid-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 250px;
  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: 6px;
}
.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 {
  background-color: #0C001E;
}
#team .section_main_head h3 {
    color: white;
}
#team  .box {
  background: #7834FF80;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
#team  .box img {
  width: 100% !important;
  height: auto;
  opacity: 1;
  transition: all 0.45s ease;
}
#team  .box:hover img{
  opacity: 0.3;
  filter: grayscale(100%);
}
#team  .box .icon, .social-icons .socialbox{
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  transform: translateX(-50%) translateY(-50%) scale(0); 
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.35s ease;
}
#team  .box:hover .icon, .social-icons .socialbox{ transform: translateX(-50%) translateY(-50%) scale(1); }
#team .box .icon li, .socialbox li{
  margin: 0 4px;
  display: inline-block;
}
.socialbox a {
  padding: 2px 4px;
  text-align: center;
}
#footer-contact {
  padding: 0;
}
.social-icons .socialbox {
  transform: unset;
  position: unset;
}
#team  .box .icon li a, .socialbox a {
  color: black;
  font-size: 16px;
  line-height: 34px;
  height: 35px;
  width: 35px;
  background-color: white;
  display: block;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
#team  .box .icon li a:hover, .socialbox a:hover{
  border-radius: 50%;
  transform: rotate(360deg);
}
#team .box .icon li a:hover{
  color: white;
  background-color: black;;
}
#team  .box .icon li  a i, .socialbox a i{line-height:inherit;}
#team  .box .box-content{
  color: #fff;
  width: 100%;
  padding: 10px 0;
  transform: translateX(-50%) ;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transition: all 0.35s ease;
}
#team  .box:hover .box-content{ bottom: 0; }
#team .box .title{
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, .6);
  margin: 0 0 3px;
}
#team  .box .post{
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: capitalize;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, .6);
}
@media only screen and (max-width:990px){
  #team  .box{ margin: 0 0 30px; }
}
.social-profiles a:last-child i {
  padding-right: 0;
}
.team_head  a {
  color: white;
  font-size: 16px;
  font-weight: 800;
}
h5.team_head {
  padding-bottom: 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;
}
.post-meta-content {
  display: flex;
  align-items: center;
}
.blog-box ul.post-categories a {
  background-color: transparent;
  color: #1C2539;
}
.author-post a {
  color: var(--color-primary);
  text-transform: capitalize;
}
.entry-date i, .entry-comments i {
  padding-right: 4px;
}
.blog-box h5 a {
  color: white;
  font-weight: 700;
  display: block;
  margin-top: 10px;
  font-size: 18px;
}
.entry-author a, .entry-date, .post-date a {
  color: white;
  font-size: 12px;
}
.entry-author a, .entry-date, .post-date a, .by-text-news {
  color: white;
  font-size: 12px;
  text-transform: capitalize;
}
.blog-box span.entry-author {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.news-box {
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 7px;
}
.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-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;
}
.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: 13px 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 {
  border-radius: 20px;
  max-width: 55%;
  margin: 0 auto;
  text-align: center;
}
#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: white;
  border: none;
  color: black;
  padding: 10px 24px;
  font-family: var(--primary-font);
  border-radius: 6px;
  border: none;
  width: 100%;
  margin-right: 0;
  font-size: 15px;
  border: none;
}
.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: black;
}
.newsletter_shortcode  p {
  margin-bottom: 0;
}
.newsletter-container .row {
  align-items: center;
}
.newsletter_shortcode input[type="submit"] {
  border-radius: 6px;
  padding: 15px 35px;
  position: absolute;
  right: 0;
  top: 0;
  transform: unset;
  background-color: black;
}
.newsletter_shortcode input[type="submit"]:hover {
  background-color: #7834FF33;
  color: var(--color-primary);
}

.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;
  background-color: var(--color-primary);
}
/*-----------------------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%;
}
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;
}