.Slider-left-box .row {
    align-items: center;
}

.slide-shadow {
  background-color: #2A2C30;
  width: 65%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  height: 100%;
  z-index: 999999;
  top: 0;
  clip-path: polygon(74% 0%, 106% 100%, 100% 100%, 0 100%, 0 0);
}
.inner_carousel.container.position-relative {
  z-index: 9999999;
}
.slide-inner-shadow-one {
  background-color: #4B3941;
  height: 100%;
  width: 61%;
  display: block;
  position: absolute;
  clip-path: polygon(0 0, 100% 0%, 61% 100%, 0% 100%);
}
.slide-inner-shadow-two {
  background-color: var(--color-primary);
  height: 92%;
  width: 66%;
  display: block;
  position: absolute;
  right: 0;
  clip-path: polygon(32% 0, 100% 0%, 100% 100%, 0% 100%);
  top: 30px;
}
.Slider-left-box {
  padding: 19em 0 12em 0;
}
.slide-tagline {
  color: white;
  font-weight: 600;
  font-family: var(--primary-font);
  font-size: 16px;
  letter-spacing: 1px;
  padding: 5px 20px;
  border-radius: 6px;
  position: relative;
  background-color: var(--color-primary);
  display: inline-block;
}
.slide-tagline-shadow,  {
  display: block;
  width: 100%;
  filter: url(#goo);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
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: 48px;
  font-weight: 800;
  color: white;
}
.slide-text {
  color: white;
  font-weight: 400;
  font-size: 16px;
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.slider-box {
  text-align: left;
}
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 {
  max-width: 58px;
  position: absolute;
  top: 61%;
  margin-top: 0;
  /* left: 0; */
  right: 8em;
  z-index: 1;
  transform: translateY(-50%);
  bottom: 5em;
  margin: 0 auto;
}
#slider button.owl-prev {
  margin-bottom: 10px;
}
.custom-slider-dots.owl-dots {
  position: absolute;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  /* left: 55px; */
  z-index: 9;
  /* display: block !important; */
  bottom: 12em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#slider .owl-dots button.owl-dot {
  display: block !important;
  margin-bottom: 10px;
  background-color: white !important;
  border-radius: 50%;
}
#slider .owl-dots button.owl-dot.active {
  width: 24px !important;
  /* padding: 10px; */
  border-radius: 5px;
  height: 8px !important;
  background-color: var(--color-primary) !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;
}
.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;
}
.header-git-block i {
  background-color: var(--color-primary);
  padding: 13px;
  color: white;
  border-radius: 6px;
  margin-right: 10px;
  font-size: 21px;
}
.slide_btn a.theme_button {
  background-color: white;
  color: #000000;
}
.slide_btn a.theme_button:hover {
  background-color: var(--color-primary);
  color: white;
}
/* --------- Records --------- */
#records .owl-carousel .owl-stage-outer {
  padding: 12px 0;
}
.records-box h6 {
  color: white;
  font-weight: 600;
  display: block;
  margin-top: 2px;
}
.slide-call-record .row {
  align-items: center;
}
.slide-call-record {
  position: absolute;
  bottom: 2em;
  z-index: 1;
  left: 0;
  right: 0;
}
span.phone-txt {
  display: block;
  color: white;
  font-weight: 500;
}
a.header-contact-text {
  font-weight: 700;
  font-size: 25px;
  color: white;
}
#records {
  background-color: var(--color-primary);
  padding: 32px 26px 20px 31px;
}     
.count-box-number.box-count {
  font-weight: 800;
  font-size: 40px;
  color: white;
}
.Slider-left-box {
  padding: 19em 0 19em 0;
}
/* --------- 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 .section_main_head .section-text {
  color: white;
}
.services-head {
  max-width: 46%;
  margin: 0 auto;
}
.bold-text {
  font-size: 84px;
  -webkit-text-stroke: 1px #DEC3C3;
  -webkit-text-fill-color: transparent;
  color: white;
  position: absolute;
  font-weight: 700;
  position: absolute;
  top: 33%;
  transform: translateY(-50%);
}
#services {
  background-color: var(--color-secondry);
  border-radius: 100px;
  margin-top: -6em;
}
#services .tab_list {
  direction: rtl;
}
 #style-3::-webkit-scrollbar-track
 {
   background-color: rgba(217, 217, 217, 0.1);
   border-radius: 10px;
 }
#style-3::-webkit-scrollbar {
  width: 11px;
  background-color: rgba(217, 217, 217, 0.1);
  border-radius: 10px;
}
 
#style-3::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
  border-radius: 10px;
}
#services ul.nav.nav-tabs {
  max-width: 95%;
}
.service-tab-block {
  width: 20%;
}
.service-content-block {
  width: 80%;
}
.services-row .nav-tabs li.nav-item, .pricing_plans-row .nav-tabs li.nav-item {
  display: block !important;
  margin-bottom: 10px;
}
.services-row .nav-tabs .nav-link span {
  display: block;
  text-align: center;
}
.services-row  ul.nav.nav-tabs.justify-content-center, .pricing_plans-row  ul.nav.nav-tabs.justify-content-center {
    margin: 0;
    display: block;
}
.services-row .nav-tabs .nav-link, .pricing_plans-row .nav-tabs .nav-link {
  background-color: white;
  display: block;
  font-size: 16px;
  color: #000000;
  padding: 19px 31px;
  border: none;
  border-radius: 10px;
  font-family: var(--primary-font);
  font-weight: 600;
  position: relative;
  margin: 0;
  text-align: center;
}
.services-row .nav-tabs .nav-link img {
  margin-bottom: 10px;
  width: 45px;
}
.services-row .nav-tabs .nav-link.active, .pricing_plans-row .nav-tabs .nav-link.active {
  background-color: var(--color-primary);
  color: white;
  border: none;
}
.services-row .nav-tabs, .pricing_plans-row .nav-tabs {
    border: none;
    border-bottom: none;
}
.service_tab_content .tab-pane, .plan_tab_content .tab-pane {
  position: relative;
}
.services-back-bg, .plans-back-bg {
  background-color: white;
  display: block;
  width: 91%;
  height: 90%;
  position: absolute;
  bottom: 0;
  margin: 0 0 0 auto;
  left: 0;
  right: 0;
}
.service-item {
  position: relative;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}
#services .owl-carousel .owl-stage-outer {
  padding: 20px 0;
}
.service-title-box {
  padding-top: 1em;
}
.service-meta-image {
  position: absolute;
  background-color: var(--color-primary);
  padding: 10px;
  bottom: 0;
  left: 20px;
}
.service-image {
  position: relative;
}
.service-item h5 a {
  color: #000000;
  font-weight: 700;
  font-size: 26px;
}
.services-image1 img, .services-image2 img {
  border-radius: 10px;
  margin-bottom: 10px;
}
.service-box-text {
  color: #000000;
  font-size: 16px;
  line-height: 30px;
}
.compare-price {
  font-family: var(--ternary-font);
  color: #8B757F;
  font-size: 18px;
  text-decoration: line-through;
  margin-left: 5px;
}
.service-btn {
  margin-top: 1em;
}
.service-btn a.theme_button {
  padding: 11px 35px;
  background-color: transparent;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
  border-radius: 2px;
}
.service-text {
  color: #5D666F;
}
.service-inner {
  align-items: center;
}
.testimonial-client {
  border-radius: 50%;
}
.services-counter-nav-inner, .projects-counter-nav-inner {
    max-width: 125px;
    margin: 0 auto;
    position: relative;
}
.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);
}
#services button.owl-prev, #services button.owl-next, #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;
}
/* --------- About Us --------- */
#about-us span.colored_word {
  color: var(--color-primary);
  position: relative;
}
#about-us span.colored_word svg {
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: -3px;
  width: 100%;
}
#about-us .colored_word:after{
  display: none;
}
#about-us span.colored_word svg path {
  fill: var(--color-primary);
}
#about-us .reviews-text {
  padding-left: 0;
  color: black;
}
.about-image-1 > img {
}
.about-image-2 {
  text-align: left;
}
.about-image-2 img:nth-child(2) {
  position: absolute;
  bottom: -3em;
  right: 3em;
  border-radius: 0;
}
.about-image-2 img:nth-child(2) {
  position: absolute;
  bottom: -2em;
  right: 3em;
}
.about-image-2 img:first-child {
  position: absolute;
  margin-top: 0;
  z-index: 9;
  /* border-radius: 0px 0px 0px 60px; */
  right: 0;
  top: 20%;
}
.review-yer-text {
  font-size: 21px;
  color: white;
  font-weight: 500;
}
.about-head{
  position: relative;
}
.about-exp-text {
  font-weight: 400;
  color: white;
  font-size: 16px;
}
.about-head-outer ul li i {
  background-color: rgb(224 10 10 / 30%);
  color: var(--color-primary);
  font-size: 9px;
  padding: 4px 4px;
  border-radius: 50%;
  margin-right: 10px;
}
#about-us .bold-text, #projects .bold-text, #features .bold-text, #team .bold-text, #latest-news .bold-text, #testimonials .bold-text, #latest-news .bold-text, #contact-section .bold-text {
  -webkit-text-stroke: 1px #D4D4D4;
  -webkit-text-fill-color: transparent;
  font-size: 109px;
  top: 0;
  transform: unset;
}
#about-us  .section_main_head h3 {
  padding-top: 15px;
}
#about-us .section-text {
  margin: 1em 0;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
}
.about-head-outer ul li {
  list-style: none;
  padding-bottom: 1em;
  font-size: 16px;
  color: #1C2539;
  font-family: var(--primary-font);
  padding-left: 0;
}
.about-head-outer ul {
  margin: 0;
}
.button_author_block {
  margin-top: 14px;
}
.customer-images {
  position: relative;
  margin-right: 10px;
}
.reviews-number {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 24px;
  font-family: var(--primary-font);
  letter-spacing: 0.02px;
}
.reviews-text {
  color: black;
  font-weight: 400;
  font-family: var(--primary-font);
  font-size: 17px;
}
.author-box img:nth-child(2) {
  position: relative;
  z-index: 9;
}
.customer-images img:first-child {
  margin-left: 0;
}
.author-box img {
  position: relative;
  margin-left: -20px;
}
.about-image1 {
  position: relative;
}
.icon-box-1 {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--color-primary);
  border-radius: 50%;
  width: 216px;
  height: 146px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 38px 39px;
  z-index: 9;
}
.about-head-outer {
  padding-left: 30px;
}
.box-year {
  color: white;
  font-weight: 700;
  font-size: 35px;
  display: block;
  margin-bottom: 5px;
}
#about-us .section_main_head .primary_text, #about-us .section_main_head .primary_text p{
  color: var(--color-primary);
}
.about-head.section_main_head .second_text, .about-head.section_main_head .second_text p{
  color: #6b6b6b;
}
.about-svg-1 {
  position: absolute;
  left: 0;
}
.about-svg-2 {
  position: absolute;
  bottom: 5em;
  right: 0;
}
.about-svg-3 {
  position: absolute;
  right: 0;
  top: 5em;
}
.media{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
/*-------------- 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;
}
/*-------------- Why Choose Us ------------------*/
a.video_icon {
  background-color: var(--color-primary);
  padding: 21px 21px;
  width: 68px;
  height: 68px;
  display: inline-block;
  color: white;
  border-radius: 50%;
  font-size: 26px;
}
.video-block {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}
.why-choose-us-media {
  background-color: rgba(30, 30, 30, 1);
  padding: 10px;
  width: 72px;
  height: 66px;
  text-align: center;
  border-radius: 8px;
  margin-right: 10px;
}
.why-choose-us-boxes h5 {
  color: rgba(0, 0, 0, 1);
  font-weight: 600;
  font-size: 18px;
}
#why-choose-us .row {
  align-items: center;
}
#why-choose-us {
  background-color: rgba(243, 243, 243, 1);
}
.why-choose-us-boxes.row {
  margin-top: 2em;
}
/*-------------- Gallery ------------------*/
.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;
}
.gallery_image_box 
 img {
    width: 100%;
}
.gallery_image_box img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.gallery_image_box {
  margin-bottom: 20px;
}
.gallery_image_box:nth-child(4) {
  width: 27.333333%;
}
.gallery_image_box:nth-child(5) {
  width: 39.333333%;
}
.gallery-inner {
  height: 100%;
  position: relative;
}
/* --------- Team --------- */
.team-box {
  position: relative;
}
.team-head {
    position: relative;
}
#team h3 span{
  display: block;
}
#team .bold-text, #latest-news .bold-text, #testimonials .bold-text {
  left: 0;
  right: 0;
  top: 0;
}
.team_leftbox 
 .media-body.team-box-inner {
  text-align: right;
  margin-right: 15px;
}
.team_rightbox 
 .media-body.team-box-inner {
  margin-left: 15px;
}
.team_leftbox {
    background: linear-gradient(90deg, #FFFFFF 18.83%, #FFC8E0 100%);
    padding: 6em 8em;
    border-radius: 0px 150px 150px 0px;
    /* padding-right: 6em !important; */
    position: relative;
    right: 1em;
}
.team_rightbox {
  background: linear-gradient(90deg, #FFFFFF 18.83%, #FFC8E0 100%);
  border-radius: 0px 150px 150px 0px;
  transform: rotate(-180deg);
  padding: 6em 8em;
  position: relative;
  left: 1em;
}
#team .middle-image {
  bottom: -5em;
  top: unset;
  transform: unset;
}
#team {
  background-color: rgba(243, 243, 243, 1);
}
.team_leftbox 
 .team-items {
  padding-right: 3em;
}
.team_rightbox  .team-items {
    transform: rotate(180deg);
    position: relative;
    top: 25px;
    padding-left: 2em;
}
.team_leftbox .team_outer:nth-child(2) {
  position: relative;
  left: -16px;
}
.team_leftbox .team_outer:nth-child(3) {
    position: relative;
    left: -32px;
}

.team_rightbox .team_outer:nth-child(2) {
  position: relative;
  right: -16px;
}
.team_rightbox .team_outer:nth-child(3) {
    position: relative;
    right: -32px;
}
.team-btn a.theme_button {
  padding: 16px 32px;
}
.team_head  a {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
}
.team_img img {
  border-radius: 10px;
  width: 100%;
}
.team-desig {
  color: rgba(0, 0, 0, 1);
  font-weight: 500;
  font-size: 16px;
}
.team-btn.text-center {
  margin-top: 69px;
}
.team_head{
  padding-top: 0;
}
.team_outer:hover .team_head  a{
  color: var(--color-primary);
}
.team_outer:hover .social-menu .share .share-ball{
  background-color: var(--color-primary);
}
.team-box-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social-menu {
  position: absolute;
  z-index: 999;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.social-menu .share .share-ball {
  height: 37px;
  width: 40px;
  text-align: center;
  line-height: 35px;
  background-color: rgba(42, 44, 48, 1);
  border-radius: 2px;
  color: white;
  display: inline-block;
  border-radius: 10px;
}
.social-menu .submenu {
   list-style-type: none;
   padding: 0;
   margin: 0;
}
.social-menu .submenu li {
   transition: all ease-in-out 0.5s;
   position: absolute;
   top: 0;
   left: 0;
   z-index: -1;
   opacity: 0;
}
.social-menu .submenu li a {
  background-color: var(--color-primary);
  padding: 5px 8px;
  width: 40px;
  height: 32px;
  display: inline-block;
  border-radius: 10px;
  color: white;
  text-align: center;
  outline: none;
  border: none;
}
.social-menu .submenu li a i {
  padding: 0;
}
.social-menu .submenu li a:hover i.fa {
   color: #fff;
}
.social-menu .submenu li:nth-child(1) {
   transform: rotateX(45deg);
}
.social-menu .submenu li:nth-child(2) {
   transform: rotateX(90deg);
}
.social-menu .submenu li:nth-child(3) {
   transform: rotateX(5deg);
}
.social-menu .submenu li:nth-child(4) {
   transform: rotateX(180deg);
}
.social-menu.bottomRight {
  bottom: 8px;
  right: 18px;
}
.social-menu .share:hover .share-ball{
  background-color: white;
}
.social-menu .share:hover.top .submenu li:nth-child(1) {
   opacity: 1;
   top: -37px;
   transition-delay: 0.08s;
   transform: rotateY(0deg);
}
.social-menu .share:hover.top .submenu li:nth-child(2) {
   opacity: 1;
   top: -73px;
   transition-delay: 0.16s;
   transform: rotateY(0deg);
}
.social-menu .share:hover.top .submenu li:nth-child(3) {
   opacity: 1;
   top: -108px;
   transition-delay: 0.24s;
   transform: rotateY(0deg);
}
.social-menu .share:hover.top .submenu li:nth-child(4) {
  opacity: 1;
  top: -144px;
  transition-delay: 0.32s;
  transform: rotateY(0deg);
}
.social-menu .share:hover.top .submenu li:nth-child(5) {
   opacity: 1;
   top: -188px;
   transition-delay: 0.4s;
   transform: rotateY(0deg);
}
.team-box-inner {
  padding-top: 14px;
}
.team-shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.team-shape2 {
  position: absolute;
  left: 4em;
  bottom: -6em;
}
.team-shape3 {
  position: absolute;
  bottom: 13em;
  left: -3em;
}
/* ----------- Latest News ------------- */
.post-date {
  display: flex;
  align-items: center;
}
.post-image-block img {
  width: 100%;
}
.news_block {
  padding: 16px 0 0 0;
}
.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: #000000;
  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;
}
.blog-box .entry-date {
  color: black;
}
.entry-comments a {
  color: black;
}
.entry-comments {
  margin-left: 14px;
}
.entry-date i, .entry-comments i {
  color: black;
  padding-right: 4px;
}
.blog-box h5 a {
  color: #000000;
  font-weight: 800;
  display: block;
  margin-top: 10px;
  font-size: 18px;
}
/*---------------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;
}
/* ----------- Testimonials ------------- */
#testimonials .owl-dots {
  margin-top: 1em;
}
.testimonials-heading {
  color: #222222;
  font-weight: 600;
  font-size: 20px;
}
.testimonial_box {
  position: relative;
}
.testimonial_box {
  margin-right: 21px;
}
.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 {
  width: auto !important;
  height: auto;
  border-radius: 10px;
  position: relative;
  z-index: 99;
}
.testimonial-block.testimonial_outer {
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(243, 243, 243, 1);
  border: 1px solid #eeeeee;
  position: relative;
}
.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: 18px;
  position: relative;
  color: rgba(0, 0, 0, 1);
  font-weight: 600;
}
.testimonials_image {
  margin-right: 10px;
}
.t-desig {
  font-size: 16px;
  display: block;
  color: rgba(0, 0, 0, 1);
  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: #000000;
  font-weight: 400;
}
.testimonial-block .media {
  display: inline-flex;
  align-items: end;
  margin-top: -8%;
}
.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;
}
.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;
}
/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-dots, .owl-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.owl-carousel .owl-dots button.owl-dot, .owl-dots button.owl-dot {
  background-color: black!important;
  /* border: 2px solid black; */
  margin-right: 16px;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 4px !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);
}
.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: 41%;
  left: -60px;
  transform: translateY(-54%);
}
button.owl-next {
  position: absolute;
  top: 41%;
  right: -60px;
  transform: translateY(-54%);
}
.owl-carousel .owl-nav i, .owl-nav i {
  font-size: 14px;
  padding: 11px 15px;
  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: 21px;
}
.owl-nav {
  text-align: center;
  margin-top: 20px;
}
.owl-carousel .owl-nav i:hover, .owl-nav i:hover {
  color: white;
  background-color: var(--color-secondry);
  transition: .3s ease;
  opacity: 1;
}
#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_section .section_main_head .section-tagline:before, #newsletter_section .section_main_head .section-tagline {
  background-color: white;
}
#newsletter_section .section_main_head .section-tagline {
  color: #000000;
}
.newsletter-container {
  border-radius: 20px;
  max-width: 89%;
  margin: 0 auto;
}
.newsletter-container  h4 {
  color: white;
  font-size: 17px;
}
#newsletter_section .section_main_head h3 {
  color: white;
  font-size: 32px;
}
#newsletter_section .section_main_head .section-text, #newsletter_section .section_main_head .section-text p {
  max-width: 100%;
  color: rgba(255, 255, 255, 1);
}
.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: rgba(0, 0, 0, 1);
  padding: 10px 24px;
  font-family: var(--primary-font);
  border-radius: 6px;
  border: none;
  width: 64%;
  margin-right: 10px;
  font-size: 15px;
}
.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: #898F95;
}
.newsletter_shortcode  p {
  margin-bottom: 0;
}
.newsletter-container .row {
  align-items: center;
}
.newsletter_shortcode input[type="submit"] {
  padding: 14px 20px;
  /* position: absolute; */
  /* right: 0; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  color: white;
  background-color: #000000;
  border-radius: 4px;
  box-shadow: none;
}
.newsletter_shortcode form {
  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_form h5 {
  color: white;
  font-size: 18px;
  /* writing-mode: initial; */
  background-color: var(--color-primary);
  padding: 7px 20px;
  display: inline-block;
  font-size: 15px;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 020px;
  border-bottom-left-radius: 20px;
  transform: rotate(270deg) translateX(10%);
  position: absolute;
  left: -66px;
  top: 50%;
}
#newsletter_section {
  position: relative;
  background-color: var(--color-primary);
  padding: 60px 0;
}
/*-----------------------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%;
}
.blog-box:hover h5 a{
    color: var(--color-primary);
}
span.rpwwt-post-title:hover {
  color: var(--color-primary);
}