.Slider-left-box .row {
  align-items: center;
}
.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: 500;
  font-family: var(--secondary-font);
  font-size: 18px;
  background-color: var(--color-secondry);
  letter-spacing: 1px;
  padding: 5px 20px;
  border-radius: 6px;
}
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: 58px;
  font-weight: 800;
  color: white;
}
.slide-text {
  color: white;
  font-weight: 400;
  font-size: 16px;
}
.slide-svg-7 {
  position: absolute;
  right: 0;
  bottom: 7px;
}
@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: 50%; */
  margin-top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  /* transform: translateY(-50%); */
  bottom: 5em;
  margin: 0 auto;
}
.custom-slider-dots.owl-dots {
  position: absolute;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  /* left: 55px; */
  z-index: 9;
  /* display: block !important; */
  bottom: 20px;
  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;
}
.colored_word:after {
  content: "";
}
.colored_word {
  position: relative;
}
.colored_word:after {
  content: "";
  background-color: var(--color-primary);
  width: 107%;
  height: 4px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 14px;
}
.slide-carousel-image {
  background-size: cover;
  background-position: center;
}
.welcome-text {
  font-size: 84px;
  font-family: var(--font-opensans);
  text-transform: uppercase;
  /* color: white; */
  -webkit-text-stroke: 1px rgb(255 255 255 / 40%);
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 20px;
  writing-mode: tb-rl;
  transform: rotate(180deg) translateY(-50%);
  /* font-family: var(
  --secondary-font); */
  top: -5%;
}
.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-svg-2 {
  position: absolute;
  right: 0;
  top: 11em;
  display: inline-block;
}
.slide-svg-1 {
  position: absolute;
  bottom: 5em;
  left: 0;
}
.slide-div-4 {
  background: linear-gradient(179.95deg, #e00a0a 0.04%, #1f0101 158.53%);
  width: 267px;
  height: 313px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  right: 0;
  bottom: 0;
}
.slide-div-5 {
  transform: rotate(-49.5deg);
  background: linear-gradient(
    270deg,
    rgb(224 10 10 / 50%) 0%,
    rgb(122 5 5 / 50%) 100%
  );
  width: 375px !important;
  height: 66px !important;
  /* width: 269px; */
  display: inline-block;
  clip-path: polygon(0% 0, 100% 0%, 81% 100%, 0% 100%);
  position: absolute;
  right: 8em;
  bottom: 0;
}
.slide-svg-3 {
  position: absolute;
  right: 0;
  bottom: 18.5em;
}
/* --------- Services --------- */
#services .section_main_head h3 {
  color: var(--color-primary);
}
.services-container-shadow {
  max-width: 93%;
  background-color: #ffefef;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.bold-text {
  font-size: 84px;
  -webkit-text-stroke: 1px #e00a0a40;
  -webkit-text-fill-color: transparent;
  color: white;
  position: absolute;
  font-weight: 700;
  position: absolute;
  top: 33%;
  transform: translateY(-50%);
}
.services-container {
  padding: 7em 0 0em 0;
  position: relative;
}
#services {
  padding-top: 8em;
}
.section-text {
  color: rgb(28 37 57 / 80%);
}
.services-row .nav-tabs li.nav-item,
.pricing_plans-row .nav-tabs li.nav-item {
  display: block !important;
}
.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: var(--color-primary);
  display: block;
  font-size: 16px;
  color: white;
  padding: 14px 31px;
  border: none;
  border-radius: 0;
  font-family: var(--secondary-font);
  font-weight: 600;
  position: relative;
  margin: 0;
}
.services-row .nav-tabs li.nav-item:last-child a,
.pricing_plans-row .nav-tabs li.nav-item:last-child a {
  padding-bottom: 30px;
}
.services-row .nav-tabs .nav-link.active,
.pricing_plans-row .nav-tabs .nav-link.active {
  background-color: white;
  color: #4b3941;
  width: 104%;
  border: none;
}
.services-row .nav-tabs,
.pricing_plans-row .nav-tabs {
  border: none;
  border-bottom: none;
}
.services-row .nav-tabs .nav-link.active:after,
.pricing_plans-row .nav-tabs .nav-link.active:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #4b3941;
  font-size: 13px;
  position: absolute;
  right: 26px;
}
.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;
  /* z-index: 9; */
  background-color: white;
  padding: 20px;
  box-shadow: 0px 4px 22px 0px #eba4a440;
  margin: 3px;
}
#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: #000;
  font-weight: 600;
  font-size: 22px;
}
.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: #6e6f72;
}
.service-item:hover h5 a {
  color: var(--color-primary);
}
.service-item:hover .service-btn a.theme_button {
  background-color: var(--color-primary);
  color: white;
}
.testimonial-client {
  border-radius: 50%;
}

.services-svg-1 {
  position: absolute;
  top: 30em;
  left: -7em;
}
.services-svg-2 {
  position: absolute;
  right: -4em;
  top: 1em;
}
.services-svg-3 {
  position: absolute;
  right: -4em;
  top: 25.7em;
}
#services .slide-div-5 {
  right: unset;
  left: -17em;
  top: 20em;
  background: linear-gradient(270deg, rgb(224 10 10) 0%, rgb(122 5 5) 100%);
}
.services-counter-nav-inner,
.projects-counter-nav-inner {
  max-width: 125px;
  margin: 0 auto;
  position: relative;
}
.custom-services-nav.owl-nav,
.custom-projects-nav.owl-nav {
  display: flex;
  justify-content: space-between;
}
#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(--secondary-font);
  font-weight: 500;
}
.active-slide-count {
  color: var(--color-primary);
}
.service-image img {
  width: 100%;
}
/* --------- 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 {
  text-align: right;
}
.about-image-1 > img {
  border-radius: 0px 100px 0px 0px;
}
.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: relative;
  margin-top: -13em;
  z-index: 9;
  border-radius: 0px 0px 0px 60px;
}
.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 #e00a0a40;
  -webkit-text-fill-color: transparent;
  font-size: 109px;
  top: 0;
  transform: unset;
}
#about-us .section_main_head h6 {
  padding-left: 22px;
}
#about-us .section_main_head h3 {
  padding-top: 40px;
}
#about-us .section-text {
  margin: 1em 0;
  color: #6e6f72;
  font-weight: 400;
  border-left: 4px solid var(--color-primary);
  padding-left: 18px;
}
.about-head-outer ul li {
  list-style: none;
  padding-bottom: 1em;
  font-size: 16px;
  color: #000;
  font-family: var(--secondary-font);
}
.about-head-outer ul {
  margin: 0;
}
.button_author_block {
  margin-top: 37px;
}
.customer-images {
  position: relative;
  margin-right: 10px;
}
.reviews-number {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 24px;
  font-family: var(--secondary-font);
  letter-spacing: 0.02px;
}
.reviews-text {
  color: black;
  font-weight: 400;
  font-family: var(--secondary-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;
  top: 9em;
  left: -2em;
  background-color: var(--color-primary);
  border-radius: 50%;
  width: 198px;
  height: 198px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 29px;
  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;
}
#about-us {
  padding-bottom: 14em;
}
/*-------------- Pricing Plans ------------------*/
span.bold_words {
  font-weight: 600;
}
#pricing-plans .bold-text,
#our-faq .bold-text {
  top: 10%;
  font-size: 140px;
  -webkit-text-stroke: 1px #e00a0a40;
  -webkit-text-fill-color: transparent;
}
#pricing-plans h3 span,
#our-faq h3 span,
#projects h3 span,
#features h3 span,
#team h3 span,
#appointment h3 span,
#latest-news h3 span,
#testimonials h3 span,
#contact-section h3 span {
  color: var(--color-primary);
}
#latest-news h3 span,
#testimonials h3 span {
  display: block;
}
#pricing-plans-faq {
  background-color: #ffefef;
  padding-top: 10em;
}
#pricing-plans-faq .pricing_plans-head h3 {
  color: #d1133d;
}
#pricing-plans-faq .faq-head h3 {
  color: #173359;
}
.plan-item h5 {
  color: #000;
  font-family: var(--secondary-font);
  font-weight: 500;
  font-size: 26px;
}
.plan-price {
  font-family: var(--secondary-font);
  font-size: 53px;
  color: #000;
  display: block;
  margin: 12px 0;
  font-weight: 400;
}
.plan-package {
  color: black;
  display: inline-block;
  margin-top: 10px;
  background-color: #ffd9d9;
  padding: 5px 12px;
  font-size: 16px;
  font-weight: 500;
}
.plan-desc {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-top: 12px;
}
.plan-features ul li i {
  color: var(--color-primary);
  font-size: 10px;
  border-radius: 5px;
  margin-right: 5px;
}
.plan-features ul li i.fas.fa-times {
  color: black;
}
.plan-features ul li {
  list-style: none;
}
.plan-features ul {
  margin: 0;
}
.plan-features ul li {
  list-style: none;
  margin-bottom: 8px;
  color: #000;
  font-weight: 400;
}
.plan-features {
  margin-top: 14px;
}
#pricing-plans {
  padding: 40px 40px 40px 0px;
}
.plan-btn a.theme_button {
  padding: 16px 30px;
  border: 1px solid var(--color-primary);
  background-color: white;
  color: var(--color-primary);
}
.plan-btn {
  margin-top: 24px;
}
/*-----------------------faq--------------------------*/
#our-faq {
  padding: 40px;
}
#our-faq .section_main_head h6 {
  color: #12161c;
  margin-bottom: 16px;
}
#accordionfaq button.accordion-button {
  font-size: 20px;
  color: #000;
  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(--secondary-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 0.25s linear;
  -webkit-transition: -webkit-transform 0.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: #000;
  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: #000;
  /* 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: #000;
  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;
}
.plan-svg-1 {
  position: absolute;
  left: 0;
  top: -3em;
}
.plan-svg-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.plan-block:after {
  content: "";
  background-color: var(--color-primary);
  width: 1px;
  height: 80%;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 56px;
}
#pricing-plans .bold-text {
  top: 8%;
}
#pricing-plans .section_main_head .section-text {
  margin-top: 22px;
}
/* --------- Clients --------- */
#our-clients {
  background-color: var(--color-secondry);
  padding: 70px 0;
  position: relative;
}
.clients-image1 {
  position: absolute;
  left: 0;
  top: 26px;
}
.clients-image2 {
  position: absolute;
  right: 0;
  top: 4em;
}
#our-clients .section_main_head h3 {
  color: white;
}
#our-clients .section_main_head h3 span {
  color: var(--color-primary);
}
#our-clients .bold-text {
  font-size: 114px;
  -webkit-text-stroke: 1px #ffffff40;
  -webkit-text-fill-color: transparent;
  top: 25px;
  transform: unset;
}
.clients-head {
  position: relative;
}
#our-clients .section_main_head h3 span {
  color: var(--color-primary);
  display: block;
}
.partner-images {
  padding: 20px;
}
/* --------- Projects --------- */
#projects .bold-text {
  -webkit-text-stroke: 1px #1c253940;
}
#projects .projects-head h3 {
  color: #d1133d;
}
.projects-title-box {
  background-color: var(--color-secondry);
  height: 100%;
  align-items: center;
  display: flex;
  padding: 7em;
}
.projects-meta-image img {
  width: auto !important;
  margin: 0 !important;
}
.projects-meta-type {
  color: var(--color-primary);
  font-size: 22px;
  font-weight: 600;
  display: block;
  margin: 20px 0 10px 0;
}
.projects-title-box h5 a {
  color: white;
  font-size: 38px;
  font-weight: 700;
}
.projects-title-box h5 {
  padding-top: 0;
}
.projects-text {
  color: white;
  font-size: 18px;
  line-height: 33.66px;
  margin-bottom: 0px;
}
.projects-btn {
  margin-top: 4em;
}
.project-shape-image1 {
  position: absolute;
  top: 23px;
  left: 0;
}
.project-shape-image2 {
  position: absolute;
  right: 0;
  top: -30px;
}
.project-shape-image3 {
  position: absolute;
  left: -37px;
  bottom: -36px;
}
.project-shape-image4 {
  position: absolute;
  right: 5px;
  bottom: 2px;
}
.projects-head .row {
  align-items: center;
}
.projects-counter-nav-inner {
  margin: 0 0 0 auto;
}
#projects {
  padding-top: 0;
}
.owl-carousel .owl-item .projects-image img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
/* --------- Records --------- */
.records-box {
  width: 350px;
  height: 350px;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 47px;
}
.records-box .box-count {
  -webkit-text-stroke: 1px #000;
  -webkit-text-fill-color: transparent;
  font-size: 109px;
  top: 16px;
  font-weight: 600;
}
.records-box h6 {
  color: #000;
  font-weight: 500;
  font-size: 32px;
  display: block;
  margin-top: 11px;
}
.record_detail {
  margin-top: 30px;
}
.record-block2 .records-box span.box-count {
  -webkit-text-stroke: unset;
  -webkit-text-fill-color: unset;
  color: #000;
}
/* --------- features --------- */
.features-head {
  position: relative;
}
.feature-shape {
  position: absolute;
  left: 0;
  top: 0;
}
#features {
  background-color: #f6f6f6;
  padding-top: 13em;
  padding-bottom: 10em;
}
.features-svg-2 {
  position: absolute;
  right: 0;
  top: -4em;
  z-index: 99;
}
.feature-shape-3 {
  background-color: var(--color-secondry);
  width: 208px;
  height: 204px;
  border-radius: 70px 0px 70px 0px;
  position: absolute;
  bottom: -4em;
  left: -2em;
}
.features-image-1 img {
  position: relative;
  z-index: 9;
}
#features .section_main_head .section-text {
  color: #6E6F72;
  line-height: 33.37px;
  font-size: 16px;
}
#features ul.row {
  margin-top: 10px;
}
#features ul li {
  list-style: none;
}
#features ul li i {
  background-color: rgb(224 10 10 / 30%);
  color: var(--color-primary);
  font-size: 14px;
  padding: 3px 7px;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
}
.inner-li {
  padding: 10px 20px;
  background-color: white;
  margin-bottom: 14px;
  border-radius: 10px;
  border: 1px solid #eaeaea;
  font-size: 16px;
  color: #000;
}
#features .bold-text {
  top: 7px;
  -webkit-text-stroke: 1px #1C253940;
}
#features .features-head h3 {
  color: #173359;
}
.features-svg-1 {
  position: absolute;
  right: 0;
  bottom: 0;
}
/* --------- Team --------- */
.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 .bold-text,
#latest-news .bold-text {
  -webkit-text-stroke: 1px #1C253940;
}
#latest-news .news-head h3 {
  color: #173359;
}
#team .team-head h3 {
  color: #173359;
}
.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 {
  padding-top: 11em;
  padding-bottom: 11em;
}
.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: #173359;
  font-size: 18px;
  font-weight: 600;
}
.team_img img {
  border-radius: 0px 40px 0px 0px;
}
.team-box {
  box-shadow: 0px 5px 24px 0px #0000001c;
  padding: 20px;
  border-radius: 0px 40px 0px 40px;
}
.team-desig {
  color: #5d666f;
  font-weight: 400;
  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);
}

.social-menu {
  position: absolute;
  z-index: 999;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.social-menu .share .share-ball {
  height: 33px;
  width: 33px;
  text-align: center;
  line-height: 35px;
  background-color: var(--color-primary);
  border-radius: 2px;
  color: white;
  display: inline-block;
  border-radius: 50%;
}
.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: 33px;
  height: 33px;
  display: inline-block;
  border-radius: 50%;
  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(135deg);
}
.social-menu .submenu li:nth-child(4) {
  transform: rotateX(180deg);
}
.social-menu.bottomRight {
  bottom: -24px;
  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;
}
/*---------------- Appointment ---------------*/
.appointment-box-form {
  background-color: var(--color-secondry);
  padding: 135px 0px 0px 87px;
  border-radius: 0px 90px 0px 80px;
  position: relative;
}
#appointment .bold-text {
  -webkit-text-stroke: 1px #ffffff40;
  -webkit-text-fill-color: transparent;
  font-size: 79px;
  top: 9px;
  transform: unset;
}
.appointment-contact-details {
  background-color: var(--color-primary);
  padding: 60px 50px;
}
#appointment .section_main_head h3 {
  font-size: 38px;
}
#appointment .section-text {
  padding-top: 3em;
  color: white;
  margin-bottom: 6em;
}
.appointment-contact-details i {
  background-color: white;
  padding: 17px;
  border-radius: 50%;
  font-size: 18px;
  margin-right: 10px;
  position: relative;
  top: 6px;
}
.appointment-contact-details .contact-head {
  color: white;
  font-family: var(--secondary-font);
  font-size: 16px;
}
.appointment-contact-text,
.appointment-contact-text:hover {
  color: white;
  font-family: var(--secondary-font);
  font-size: 32px;
  font-weight: 700;
  padding-top: 10px;
  display: block;
}
.appointment-block.media.email-block {
  margin-top: 2em;
}
.appointment-block.media {
  align-items: center;
}
.appointment-contact-details-inner {
  max-width: 65%;
}
.appointment-form-details {
  background-color: #f6f6f6;
  padding: 80px;
  border-radius: 90px 0px 90px 0px;
  margin-top: -10em;
  margin-left: -5em;
  position: relative;
}

.appointment-form-details input[type="text"],
.appointment-form-details input[type="email"],
.appointment-form-details textarea {
  border: 1px solid #d4d7d9;
  background-color: white;
  border-radius: 6px;
  font-weight: 400;
}
.appointment_shortcode {
  margin-top: 14px;
}
.appointment-form-details textarea {
  height: 183px;
}
.appointment-form-details input[type="submit"] {
  padding: 12px 34px;
  display: block;
  width: 100%;
}
.appointment-support-chat {
  padding: 50px 40px;
  position: relative;
}
.chat-head {
  color: var(--color-primary);
  font-family: var(--secondary-font);
  font-size: 18px;
}
.chat-contact-text {
  color: #173359;
  font-family: var(--secondary-font);
  font-size: 27px;
  font-weight: 400;
  display: block;
  padding-top: 6px;
}
.appointment-shape1 {
  position: absolute;
  left: 0;
  top: 0;
}
.appointment-shape2 {
  position: absolute;
  top: -4.5em;
  right: 10em;
}
.appointment-shape3 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* ----------- Latest News ------------- */
.post-image-block img {
  width: 100%;
}
.news_block {
  padding: 25px 0 0 0;
}
.blog-box {
  position: relative;
}
.post_img {
  position: relative;
}
.news-box span.news_date {
  display: block;
  font-family: var(--secondary-font);
  font-size: 21px;
  font-weight: 700;
}
.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: 15px;
  color: #6E6F72;
  font-weight: 400;
}
.post-image-block {
  position: relative;
}
.overlay-block .post-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
}
.post-meta-content {
  display: flex;
  align-items: center;
}
.blog-box ul.post-categories a {
  background-color: transparent;
  color: #1E1E1E;
}
.author-post a {
  color: var(--color-primary);
  text-transform: capitalize;
}
.blog-box .entry-date {
  display: flex;
}
.meta-sep {
  background-color: #173359;
  width: 1px;
  height: 23px;
  margin-left: 17px;
}
.blog-box h5 a {
  font-family: var(--primary-font);
  color: #1E1E1E;
  font-weight: 600;
  display: block;
  margin-top: 10px;
  font-size: 18px;
}
.overlay-block {
}
.overlay-block .entry-author path,
.blog-box.overlay-block .entry-date svg path {
  fill: white;
}
.overlay-block .entry-author,
.blog-box.overlay-block h5 a,
.blog-box.overlay-block ul.post-categories a,
.blog-box.overlay-block .entry-date,
.blog-box.overlay-block .author-post a {
  color: white;
}
.blog-box.overlay-block .author-post a {
  color: var(--color-primary);
}
.blog-box.overlay-block .meta-sep {
  background-color: white;
}
.news-shape1 {
  position: absolute;
  left: 0;
  top: 9em;
}
.news-shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.news-shape2 {
  position: absolute;
  right: 0;
  bottom: 4em;
}

/*---------------Contact Us ---------------*/
#contact-section .contact_us-head h3 {
  color: #173359;
}
#contact-section .bold-text {
  font-size: 92px;
  transform: unset;
  top: 5px;
  -webkit-text-stroke: 1px #1C253940;
}
#contact-section .section-text {
  max-width: 49%;
  color: #6E6F72;
  font-weight: 400;
}
.contact_us_head img.heading-image,
#testimonials img.heading-image {
  margin: 0;
}
#contact-section a.theme_button {
  padding: 14px 37px;
}
.contact-row {
  padding-bottom: 16px;
  border-bottom: 1px solid rgb(93 102 111 / 32%);
  margin-bottom: 2%;
}
.contact-shape1 {
  position: absolute;
  left: 0;
  top: 6em;
}
.contact-shape2 {
  position: absolute;
  left: 20em;
  top: -7em;
}
.contact-shape3 {
  position: absolute;
  right: 0;
  top: 0;
}
#contact-section {
  padding-top: 8em;
  padding-bottom: 6em;
}
.contact-shape4 {
  position: absolute;
  right: 0;
  bottom: 6em;
}

#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;
}
/* ----------- Testimonials ------------- */
span.testimonial-title {
  color: var(--color-primary);
}
#testimonials {
  padding-bottom: 0;
}
#testimonials .bold-text {
  left: 0;
  right: 0;
  top: 0;
  -webkit-text-stroke: 1px #FFFFFF40;
  -webkit-text-fill-color: transparent;
}
.testimonial-div {
  display: flex;
  align-items: center;
}
#testimonials .owl-stage-outer {
  padding-top: 4em;
}
#testimonials .owl-dots {
  position: absolute;
  bottom: 16em;
  /* left: 0; */
  right: 10em;
}
.testimonial-box i {
  color: var(--color-primary);
  font-size: 42px;
}
.testimonial-review-count {
  padding-left: 6%;
  color: white;
  font-size: 30px;
  font-weight: 700;
  font-family: var(--secondary-font);
}
.testimonial-star {
  padding-left: 5%;
}
.testimonial-box .testimonial-star i {
  font-size: 20px;
}
.testimonial_text,
.testimonial_text p {
  color: white;
  font-size: 22px;
  font-weight: 400;
  line-height: 46.1px;
}
.reviews-text {
  color: white;
  font-weight: 400;
  font-family: var(--secondary-font);
  font-size: 17px;
  padding-left: 2%;
}
.testimonials-info p {
  font-weight: 400;
  font-size: 14px;
  font-family: var(--primary-font);
  color: #757575;
}
h5.testimonial-title {
  padding: 0;
  line-height: 1.1;
  position: relative;
  display: block;
}
.testimonial-title a {
  font-size: 34px;
  position: relative;
  color: white;
  font-weight: 600;
}
.t-desig {
  font-size: 20px;
  color: white;
  font-weight: 400;
  display: inline-block;
  padding-top: 9px;
}
.quote_box h3 {
  font-size: 23px;
  color: #1d4d4f;
  font-weight: 600;
}
.owl-carousel .owl-item .quote_box .media img,
.quote_box .media img {
  width: 80px !important;
  height: 80px;
  border-radius: 50%;
}
.testimonials-info p {
  margin-bottom: 0;
}
#testimonials .owl-dots {
  position: absolute;
  bottom: 21em;
  /* left: 0; */
  right: 2em;
}

#testimonials .owl-dots button.owl-dot span {
  /* padding: 5px; */
  /* margin: 6px !important; */
  background-color: white;
  border-radius: 50%;
  background-color: white;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  text-align: center;
  position: relative;
  top: -3px;
  left: -3px;
}
#testimonials .owl-carousel button.owl-dot.active,
#testimonials button.owl-dot.active {
  background-color: transparent !important;
}
#testimonials .owl-carousel .owl-dots button.owl-dot,
#testimonials .owl-dots button.owl-dot {
  padding: 9px !important;
  width: 4px !important;
  height: 4px !important;
  border-radius: 50%;
  margin-right: 11px;
  border: 1px solid transparent;
}
#testimonials .owl-carousel button.owl-dot.active,
#testimonials button.owl-dot.active {
  border: 1px solid white;
}
#testimonials .owl-carousel button.owl-dot.active,
#testimonials button.owl-dot {
  background-color: transparent !important;
}
.testimonial-shape1 {
  position: absolute;
  top: 5em;
  left: 0;
}
.testimonial-shape2 {
  position: absolute;
  right: 18px;
  bottom: 0;
}
/*-------------- 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 12px;
  color: #4b3941;
  border: none;
  background-color: white;
  border: none;
  transition: 0.3s ease;
  border-radius: 0;
  opacity: 1;
  border-radius: 0;
  box-shadow: 0px 0px 7px 0px #0000001c;
  border-radius: 5px;
}
.owl-nav {
  text-align: center;
  margin-top: 20px;
}
.owl-carousel .owl-nav i:hover,
.owl-nav i:hover {
  color: white;
  background-color: var(--color-primary);
  transition: 0.3s ease;
  opacity: 1;
}
#latest-news .owl-nav {
  text-align: center;
}
.custom-nav {
  text-align: left;
  position: relative;
}
