.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: 43px;
  font-weight: 900;
  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;
}
.slide-container-inner {
  position: absolute;
  bottom: 3.5em;
  left: -23em;
  right: 0;
  z-index: 99;
}
.custom-slider-nav.owl-nav {
  margin-top: 0;
  margin: 0 auto;
}
#slider button.owl-prev {
  margin-right: 6px;
}
.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;
} */
span.phone-txt {
  display: block;
}
.slide_btn a.theme_button {
  background-color: white;
  color: #000000;
}
.slide_btn a.theme_button:hover {
  background-color: var(--color-primary);
  color: white;
}
#slide-counter {
  position: absolute;
  bottom: 2em;
  right: 2em;
  z-index: 9;
  color: white;
  font-weight: 700;
  font-size: 20px;
}
span.active-count {
  font-size: 30px;
}
.shape-banner {
  padding: 7em 0 4em 0;
  background-size: cover;
  padding: 0;
  display: block;
  width: 100%;
  filter: url('#goo');
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 92%);
}
.shape-banner::before {
  content: "";
  border: none;
  display: block;
  background: var(--b, white);
  padding-top: 15%;
  padding-bottom: 10%;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 92%);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: block;
}
header#masthead {
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
/* --------- Main Banner --------- */
#main-banner .section_main_head h3 {
  color: white;
  font-weight: 700;
  font-size: 41px;
  line-height: 60px;
} 
#main-banner span.main-heading-part, #main-banner span.main-heading-part3 {
  color: var(--color-primary);
  font-weight: 300;
}
#main-banner .section-text {
  color: antiquewhite;
  margin-bottom: 22px;
}
.banner-head-outer {
  max-width: 74%;
}
#main-banner {
  padding-bottom: 0;
}
#main-banner .row {
  padding-top: 3em;
}
/* --------- Records --------- */
.record_detail {
  text-align: center;
  background-color: var(--color-primary);
  padding: 33px;
}
.owl-item.active:nth-child(even) .record_detail {
  background-color: var(--color-secondry);
}
li:nth-child(even) {
  color: blue;
}
.records-box h6 {
  color: white;
  font-weight: 600;
  display: block;
  margin-top: 3px;
  font-size: 16px;
  padding-top: 0;
}
#records .owl-carousel .owl-stage-outer {
  border-radius: 20px;
}
div#records {
  /* border-radius: 20px; */
  max-width: 67%;
}
.records-box h6 {
  color: white;
  font-weight: 500;
  display: block;
  margin-top: 2px;
  font-size: 17px;
  padding-top: 0;
}
.count-box-number.box-count {
  font-weight: 700;
  font-size: 37px;
  color: white;
  margin-bottom: 15px;
}
/* #records {
  background-color: black;
} */
.record_detail {
  text-align: center;
}
.owl-carousel .owl-item .records-box img {
  margin: 16px auto !important;
  height: 53px;
}
#records .container {
  z-index: 99;
  position: relative;
} 
#main-banner .section_main_head .section-tagline {
  color: white;
}
div#records {
  /* border-radius: 20px; */
  max-width: 67%;
  margin-top: -30%;
}

/* --------- About Us --------- */
.about-head{
  position: relative;
}
#about-us span.main-heading-part2 {
  color: var(--color-secondry);
  font-weight: 300;
}
.about-head-outer {
  padding-left: 7%;
}
#about-us .section-text {
  color: #626B7D;
  font-weight: 300;
  font-size: 16px;
  margin: 4px 0;
}
.founder-text {
  font-weight: 400;
  color: #626B7D;
}
.about-git-block img {
  width: 50px;
  height: 50px;
}
.about-git-block.media {
  margin-left: 29px;
  align-items: center;
}
.about-git-block .media-body {
  margin-left: 10px;
}
.about-image img {
  border-radius: 250px;
}
.about-image-2 {
  margin-top: 6em;
}
.about-git-block.media {
  margin-left: 29px;
}
.button_author_block {
  margin-top: 14px;
}
.about-image1 {
  position: relative;
}
#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;
}
.media{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
/* --------- Services --------- */
#services  .strategy-heading span {
  font-weight: 300;
}
.services-image {
  background-color: var(--color-secondry);
  padding: 15px;
  border-radius: 15px;
}
.services-image img {
  width: 69px;
}
#services .media-body {
  text-align: left;
  margin-left: 21px;
  padding-right: 10em;
}
/* --------- Brands --------- */
#services {
  background-color: #F5F5F5;
}
.image-box-inner {
  background-color: white;
  padding: 10px;
  border-radius: 20px;
}
#services .image-box-inner h5 a, #services .image-box-inner h5 {
  color: black;
  font-size: 17px;
  font-weight: 700;
}
#services .box-text {
  color: #626B7D;
  font-weight: 300;
  font-size: 15px;
}
.services-box:hover .services-image{
  background-color: var(--color-primary);
}
.services-container {
  max-width: 90%;
  margin: 0 auto;
}
#services span.main-heading-part2, #strategy span.main-heading-part2, #marketing span.main-heading-part2, #marketing span.main-heading-part4, #pricing-plan span.main-heading-part2, #our-brands span.main-heading-part2, #our-brands span.main-heading-part4, #testimonials .main-heading-part1 {
  color: var(--color-secondry);
  font-weight: 300;
}
#services .services-head, #strategy .strategy-head {
  max-width: 40%;
  margin: 0 auto;
}

/* --------- Approach --------- */
#approach span.main-heading-part2 {
  color: var(--color-secondry);
  font-weight: 300;
}
.appraoch-head {
  text-align: right;
}
/* --------- Strategy --------- */
#strategy {
  background-color: #F5F5F5;
}
.strategy-box-inner {
  background-color: white;
  padding: 30px;
  border-radius: 20px;
  height: 100%;
}
.strategy-image {
  display: inline-block;
  border: 1px solid #344CB74D;
  padding: 16px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.strategy-image img {
  width: 47px;
}
.strategy-body h5 {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
}
.strategy-body .box-text {
  color: #626B7D;
  font-weight: 400;
}
.strategy-box:hover .strategy-box-inner {
  background-color: var(--color-secondry);
}
.strategy-box:hover .strategy-image {
  background-color: #2C429F;
  border-color: #2C429F;
}
.strategy-box:hover .strategy-body h5, .strategy-box:hover .strategy-body .box-text{
  color: white;
}
.strategy-box span.colored_word {
  font-weight: 300;
}

/* --------- Marketing --------- */
.marketing-details {
  position: relative;
}
.marketing-div {
  color: #626B7D;
  font-weight: 300;
}
#marketing .list-wrapper i {
  left: 0;
  top: 4px;
  right: unset;
}
#marketing .list-wrapper ul li {
  padding-right: 0;
  padding-left: 30px;
}
.marketing-image img {
  border-radius: 502px;
}
.marketing-image img:first-child {
  max-width: 55%;
}
.marketing-image img:last-child {
  position: absolute;
  right: 109px;
  bottom: -62px;
  max-width: 42%;
}
#marketing .list-wrapper {
  margin-top: 2em;
}
/* --------- Track Record --------- */
.track-records-blocks-inner {
  background-color: var(--color-secondry);
  padding: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  position: relative;
}
#track-records .section-tagline {
  color: white;
}
#track-records .section_main_head h3 {
  color: white;
}
#track-records span.main-heading-part2 {
  font-weight: 300;
}
.track-records-info {
  background-color: var(--color-primary);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.track-records_detail h6, .track-records_detail h6 a {
  color: white;
  font-weight: 600;
}

.track-records-blocks-inner:after {
  content: '';
  background-color: var(--color-secondry);
  position: absolute;
  /* right: 0; */
  /* display: block; */
  width: 100%;
  /* height: 100%; */
  top: 0;
  z-index: -1;
  position: absolute;
  right: -99987px;
  top: 0px;
  width: 99999px;
  bottom: 0;
}
/* --------- 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: 21px;
  font-weight: 700;
}
.projects-title-box-inner p {
  font-size: 16px;
}
.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;
}

/*-------------- Our Facilities ------------------*/
#our-facilities .box-text {
  color: white;
}
#our-facilities .box, #services .box {
  background: transparent;
  /* font-family: 'Raleway', sans-serif; */
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#our-facilities .box:before, #services .box:before {
  content: "";
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  /* border: 2px solid rgba(255, 255, 255, 0.8); */
  box-shadow: 0 0 0 30px transparent;
  transition: all 0.35s;
  z-index: 1;
  padding: 20px;
  border-radius: 10px;
}
#our-facilities .box:hover:before, #services .box:hover:before {
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  background-color: rgb(215 0 6 / 60%);
}
#our-facilities .container, #services .container {
  padding-bottom: 7em;
}

#our-facilities {
  background-color: rgb(16 16 16 / 10%);
  clip-path: polygon(0 0, 100% 13%, 100% 100%, 0 88%);
  padding-top: 8em;
}
.our_facilities-box:hover .image-box-inner h5, .our_facilities-box:hover .image-box-inner h5 a, #services .services-box:hover .image-box-inner  h5, #services .services-box:hover .image-box-inner  h5 a{
  color: var(--color-primary);
}
#our-facilities .box-text{
  margin-top: 10px;
  color: white;
}
#our-facilities .box img{
  width: 100%;
  height: auto;
  transition: all 0.35s;
}
#our-facilities .box .box-content, #services .box .box-content {
  color: #fff;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(-50%) scale(0);
  position: absolute;
  top: 50%;
  left: 25px;
  right: 25px;
  z-index: 2;
  transition: all 0.4s ease;
  padding: 20px;
}
#our-facilities .box:hover .box-content, #services .box:hover .box-content{ 
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

/*-------------- Our Projects ------------------*/
.projects-item-block {
  background-color: white;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.16);
  padding: 30px;
}
.projects-item-block {
  background-color: white;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.16);
  padding: 30px;
  border-radius: 10px;
  margin: 21px;
}
.projects-row {
  width: 121%;
  margin-left: -21%;
  margin-top: 1em;
}
.projects-title-box-block i {
  color: var(--color-primary);
  margin-right: 8px;
}
.projects-meta-date {
  margin-right: 26px;
}
#projects{
  background-color: rgb(16 16 16 / 10%);
  clip-path: polygon(0 0, 100% 13%, 100% 100%, 0 88%);
  padding-top: 13em;
  margin-top: -7em;
  overflow: hidden;
}
#projects .owl-nav {
  padding-left: 19%;
  text-align: left;
}
#projects .owl-nav button.owl-prev {
  margin-right: 7px;
}
/*-------------- How to Work ------------------*/
#how-to-work .section_main_head {
  max-width: 63%;
  margin: 0 auto;
}
.how-to-work-box-inner {
  text-align: center;
}
.how-to-work-image {
  background-color: rgba(215, 0, 6, 0.1);
  display: inline-block;
  padding: 24px;
  width: 127px;
  height: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.how-to-work-image-outer {
  display: flex;
  align-items: end;
  justify-content: center;
}
.box-step-number {
  font-size: 26px;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 900;
  margin-left: 9px;
}
.box-text {
  color: rgba(0, 0, 0, 1);
}
.how-to-work-box-inner .inner-box {
  padding: 0 61px;
}
.how-to-work-image-outer svg {
  position: absolute;
  width: 52%;
  top: 11px;
  margin: 0 auto;
  right: -83px;
  top: 27%;
}
.how-to-work-box:nth-child(2) svg {
  transform: rotate(180deg);
  top: 19%;
}
.how-to-work-box:nth-child(3) svg {
  display: none;
}
.how-to-work-box-inner:hover .how-to-work-image{ 
  background-color: var(--color-primary);
}
.how-to-work-box-inner:hover .inner-box-content h5, .how-to-work-box-inner:hover .box-step-number{ 
  color: var(--color-primary);
}
/*-------------- Why Choose Us ------------------*/

.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: rgb(16 16 16 / 10%);
  clip-path: polygon(0 0, 100% 13%, 100% 100%, 0 88%);
  padding-top: 8em;
  overflow: hidden;
  padding-bottom: 12em;
}
.why-choose-us-boxes.row {
  margin-top: 2em;
}
.why_choose_us-head-outer .section-text {
  border-left: 4px solid var(--color-primary);
  padding-left: 11px;
}
.why_choose_us-image {
  display: inline-block;
  position: relative;
}
.why_choose_us-image img {
  border-radius: 20px;
}
.list-title {
  color: rgba(0, 0, 0, 1);
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 10px;
}
.list-wrapper ul li {
  font-weight: 300;
  color: #626B7D;
  margin-bottom: 7px;
  list-style: none;
  position: relative;
  padding-right: 30px;
  margin-bottom: 19px;
}
.list-wrapper i {
  position: absolute;
  right: 0;
  top: 7px;
  background-color: var(--color-secondry);
  color: white;
  font-size: 9px;
  padding: 4px 4px 3px 4px;
  border-radius: 50%;
}
.approach-image img {
  border-radius: 274px;
}
.approach-image {
  text-align: right;
}
.list-wrapper ul {
  margin: 0;
}
.why-choose-us-right-image img {
  border-radius: 20px;
}
.list-wrapper {
  margin-top: 3em;
}
.list-wrapper .row {
  align-items: end !important;
}

/*-------------- 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 {
  background-color: rgb(16 16 16 / 10%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 88%);
  padding-top: 7em;
  overflow: hidden;
  padding-bottom: 12em;
}
.title-box-content, .news-title-block {
  background-color: white;
  padding: 10px 16px;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  max-width: 92%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#team .team-box:hover .title-box-content, .news-box:hover .news-title-block{
  display: none;
}
#team .box, #team .box{
  text-align: center;
  overflow: hidden;
  position: relative;
  perspective: 800px;
  transition: all 0.3s;
}
#team .box:hover, #latest-news .box:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
#team .box:before, #latest-news .box:before {
  content: "";
  background: rgb(215 0 6 / 60%);
  transform: rotateX(-90deg);
  transform-origin: 50% 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
}
#team .box:hover:before, #latest-news .box:hover:before{
  opacity: 0.9;
  transform: rotateX(0);
}
#team .box img, #latest-news .box img {
  width: 100%;
  height: auto;
  transition: all .8s;
  border-radius: 10px;
}
.title-box-content h5 a {
  color: rgba(0, 0, 0, 1);
}
.title-box-content h5 {
  padding-bottom: 4px;
  padding-top: 0;
}
#team .box .box-content, #latest-news .box .box-content{
  width: 100%;
  transform: translateX(-50%) translateY(0%);
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
#team .box:hover .box-content, #latest-news .box:hover .box-content{  
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
  transition-delay: 0.2s;
}
.team-box,.team-box {
  position: relative;
}
.box-content .team_head a {
  color: white;
}
.box-content .team-desig {
  color: white;
}
.social-profiles li {
  display: inline-block;
  list-style: none;
  text-align: center;
}
.social-profiles li a {
  width: 37px;
  height: 37px;
  background-color: white;
  display: inline-block;
  padding: 6px 11px;
  text-align: center;
  color: black;
  font-size: 15px;
  border-radius: 10px;
  margin-right: 5px;
}
.social-profiles li a:hover {
  background-color: black;
  color: white;
}
ul.submenu.social-profiles {
  margin: 19px 0 0 0;
}
.box-content h5.team_head {
  padding-bottom: 5px;
}
/* ----------- Latest News ------------- */
.new_btn {
  text-align: right;
}
.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: white;
  font-weight: 400;
}
.post-image-block {
  position: relative;
}
.post-date  i {
  color: white;
  margin-right: 6px;
}
span.entry-author {
  margin-right: 37px;
}
.entry-author a {
  color: white;
}
.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: white;
}
.entry-comments a {
  color: black;
}
.entry-comments {
  margin-left: 14px;
}
.entry-date i, .entry-comments i {
  color: white;
  padding-right: 4px;
}
.blog-box h5 a {
  color: #000000;
  font-weight: 800;
  display: block;
  font-size: 18px;
}
.news-title-block {
  padding: 17px 16px;
}
.blog-box .box-content  h5 a {
  color: white;
  font-size: 20px;
}
#team .box .box-content, #latest-news .box .box-content {
  width: 97%;
  text-align: center;
  padding: 34px;
}
#team .box .box-content{
  padding: 13px;
}
.projects_page_template  .projects-item-block {
  margin: 0;
}
#projects.projects_page_template {
  clip-path: unset !important;
  padding: 13px 0 39px 0;
  background-color: transparent;
  margin: 0 !important;
}
/*---------------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 {
  padding-bottom: 5em;
}
#testimonials button.owl-dot span {
  background-color: #626B7D;
  padding: 4px;
  display: inline-block;
  border-radius: 50%;
}
#testimonials .owl-nav {
  margin-top: 50px;
}
#testimonials .owl-carousel .owl-dots button.owl-dot, #testimonials .owl-dots button.owl-dot {
  width: auto !important;
  height: auto !important;
  border-radius: 50%;
  background-color: transparent !important;
  border: 1px solid transparent !important;
  line-height: 0.4;
  margin-right: 9px;
}
#testimonials .owl-carousel button.owl-dot.active, #testimonials button.owl-dot.active {
  border-color: var(--color-secondry) !important;
}
#testimonials button.owl-prev, #testimonials button.owl-next {
  position: unset;
  color: #626B7D;
}
#testimonials .owl-carousel .owl-nav i, #testimonials .owl-nav i {
  color: #626B7D;
  background-color: transparent;
  box-shadow: unset;
}

#testimonials button.owl-dot.active span {
  background-color: var(--color-secondry) !important;
}
#testimonials button.owl-prev {
  position: relative;
  left: -24px;
}
#testimonials .owl-dots {
  margin-top: -45px;
}
#testimonials button.owl-next {
  right: -24px;
  position: relative;
}

.testimonial-rating-box {
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
}
#testimonials .owl-dots button.owl-dot:last-child {
  margin-right: 0;
}
.testimonials-heading {
  color: #222222;
  font-weight: 600;
  font-size: 20px;
}
.testimonial_box {
  position: relative;
}
.testimonial-image-quote i {
  color: #E4E9FF;
  font-size: 50px;
}
/*#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 {
  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: 14px;
  position: relative;
  color: rgba(0, 0, 0, 1);
  font-weight: 600;
}
.t-desig {
  font-size: 14px;
  display: block;
  color: #626B7D;
  font-weight: 700;
}
.testimonials_image {
  /* margin-right: 10px; */
  margin-bottom: 10px;
}
span.company-name {
  font-weight: 400;
}
.testimonials-info p{
  margin-bottom: 0;
}
.custom-testimonials-nav.owl-nav {
  /* text-align: left; */
  position: relative;
}
.testimonials-info p {
  font-size: 14px;
  margin-bottom: 10px !important;
  color: #626B7D;
  font-weight: 300;
}
.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: 6px;
}
#testimonials .owl-carousel .owl-stage-outer {
  padding-top: 34px;
}
.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: 14px;
  color: rgba(231, 231, 231, 1);
  letter-spacing: 7px;
}
.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";
  color: rgba(255, 119, 0, 1);
}
.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: "\f005";
}
.rating-score {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  margin-left: 0;
  background-color: rgba(0, 0, 0, 1);
  padding: 6px 20px;
  border-radius: 10px;
}
.rating-input {
  border: none;
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.rating-input > input {
  display: none;
}
.testimonial_box:hover .rating-score{
  background-color: var(--color-primary);
}
.testimonial_box:hover .testimonial-title a{
  color: var(--color-primary);
}
#why-choose-us {
  background-color: rgb(16 16 16 / 10%);
  clip-path: polygon(0 0, 100% 13%, 100% 100%, 0 88%);
  padding-top: 8em;
  overflow: hidden;
  padding-bottom: 12em;
}
/*-------------- Pricing Plans ---------------*/
#pricing-plan .owl-carousel .owl-stage-outer {
  padding: 41px 0;
}
.plan-info.recommended_box {
  padding: 54px 0;
  margin-top: -25px;
}
.plan-info h5 {
  display: inline-block;
  clip-path: polygon(100% 0%, 100% 38%, 100% 100%, 0 100%, 11% 53%, 0 0);
  background-color: #182767;
  color: white;
  font-size: 19px;
  padding: 14px 32px 14px 32px;
  right: 0;
  text-align: right;
  font-weight: 700;
  margin-bottom: 20px;
}
.plan-heading {
  text-align: right;
  margin-right: -30px;
  margin-bottom: 10px;
}
.plan-features ul {
  margin: 0;
}
#pricing-plan {
  background-color: #F5F5F5;
}
.plan-btn a.theme_button2 {
  padding: 12px 44px;
  background-color: var(--color-secondry);
}
.plan-info {
  background-color: white;
  padding: 30px 0;
  border-radius: 20px;
  text-align: center;
}
.plan_price {
  display: block;
  color: black;
  font-size: 34px;
  font-weight: 700;
  margin-top: 11px;
}
.plan-text {
  font-weight: 700;
  font-size: 18px;
}
span.plan_package {
  color: #626B7D;
  font-weight: 500;
  font-size: 14px;
  display: block;
  margin: 10px 0;
}
.plan-features ul li {
  color: #626B7D;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  list-style: none;
}
.plan-features ul li i {
  margin-right: 11px;
}
.recommended_box a.theme_button2{
  background-color: var(--color-primary);
  color: white;
}
.recommended_box a.theme_button2:hover{
  background-color: #000000;
  color: white;
}
.plan-info.recommended_box {
  background-color: var(--color-secondry);
}
.plan-info.recommended_box h5{
  background-color: var(--color-primary);
}
.plan-info.recommended_box .plan_price, .plan-info.recommended_box span.plan_package, .plan-info.recommended_box .plan-text, .plan-info.recommended_box .plan-features ul li{
  color: white;
}
.plan-features.mt-4 {
  padding-top: 24px;
}
/*-------------- Our Bramd ---------------*/
#our-brands .brands-head {
  text-align: center;
  margin: 0 auto;
  max-width: 57%;
  /* font-size: 34px; */
}
.brand-images {
  box-shadow: 0px 4px 14px 0px #00000012;
  display: inline-block;
  border-radius: 50%;
}
.owl-carousel .owl-item .brand-images img {
  border-radius: 50%;
  width: 120px !important;
  height: 120px;
}
.owl-carousel .owl-item .brand-images img {
  border-radius: 50%;
  width: 120px !important;
  height: 120px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.owl-carousel .owl-item .brand-images:hover img{
  -webkit-filter: unset;
  filter: unset;
}
/*-------------- Goals ---------------*/
.goals-image {
  position: relative;
}
.goals-background {
  background-color: var(--color-primary);
  position: absolute;
  left: 0;
  height: 100%;
  width: 72%;
  top: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
#goals .container {
  z-index: 9;
  position: relative;
  padding-top: 3em;
  padding-bottom: 3em;
}
#goals .section_main_head h3 {
  color: white;
}
#goals span.main-heading-part2, #goals span.main-heading-part4 {
  font-weight: 300;
}
a.video_icon {
  background-color: var(--color-primary);
  padding: 22px 17px;
  width: 68px;
  height: 68px;
  display: inline-block;
  color: white;
  border-radius: 50%;
  font-size: 22px;
}
.video-block-inner:hover {
  border-color: rgb(52 76 183 / 70%);
}
.video-block-inner:hover a.video_icon{
    background-color: var(--color-secondry);
}
.video-block {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}
#track-records {
  overflow: hidden;
}
.video-block-inner {
  border: 8px solid rgb(255 96 41 / 70%);
  display: inline-block;
  border-radius: 50%;
}
.goals-image img {
  box-shadow: 0px 4px 64px 0px #00000012;
  border-radius: 20px;
}
/*-------------- 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 14px;
  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;
}

/*---------------Contact Us ---------------*/
.contact_us_head.position-relative {
  background-color: var(--color-secondry);
  padding: 50px;
  border-top-left-radius: 50px;
  height: 100%;
  display: flex;
  align-items: center;
}
#contact_us_section span.main-heading-part2 {
  font-weight: 300;
}
#contact_us_section .section_main_head .section-tagline:before, #contact_us_section .section_main_head .section-tagline {
  background-color: black;
}
#contact_us_section .section_main_head .section-tagline {
  color: white;
}
.contact_us-container {
}
.contact_us-container  h4 {
  color: white;
  font-size: 17px;
}
#contact_us_section .section_main_head h3 {
  color: white;
  font-size: 32px;
}
#contact_us_section .section_main_head .section-text, #contact_us_section .section_main_head .section-text p {
  max-width: 100%;
  color: rgba(255, 255, 255, 1);
  font-weight: 300;
}
.contact_us_shortcode textarea {
  height: 152px;
}
.contact_us_shortcode input[type="text"], .contact_us_shortcode input[type="tel"], .contact_us_shortcode input[type="email"], .contact_us_shortcode input[type="phno"], .contact_us_shortcode input[type="password"], .contact_us_shortcode textarea {
  background-color: white;
  border: none;
  color: #626B7D;
  padding: 10px 24px;
  font-family: var(--primary-font);
  border-radius: 36px;
  border: none;
  width: 100%;
  font-size: 12px;
}
.contact_us_head:after {
  content: '';
  background-color: var(--color-secondry);
  position: absolute;
  /* right: 0; */
  /* display: block; */
  width: 100%;
  /* height: 100%; */
  top: 0;
  z-index: -1;
  position: absolute;
  right: -99987px;
  top: 0px;
  width: 99999px;
  bottom: 0;
}
.contact_us_shortcode input[type="text"]::placeholder, .contact_us_shortcode input[type="tel"]::placeholder, .contact_us_shortcode input[type="email"]::placeholder, .contact_us_shortcode input[type="phno"]::placeholder, .contact_us_shortcode input[type="password"]::placeholder, .contact_us_shortcode textarea::placeholder{
  color: rgba(0, 0, 0, 0.4);
}
.contact_us_shortcode  p {
  margin-bottom: 0;
}
.contact_us_shortcode form {
  position: relative;
}
.contact_us_shortcode {
  margin-top: 39px;
}
.contact_us_social a {
  background-color: #f8ad6b;
  padding: 6px 8px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
}
.contact_us_shortcode  label {
  color: #30494f;
  font-weight: 600;
}
.contact_us_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%;
}
#contact_us_section {
  position: relative;
  padding: 0;
  overflow: hidden;
}
/*-----------------------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);
}