:root {
  --white: #ffffff;
  --black: #000000;
  --black2: #111111;
  --black52: #6c6c6c;
  --grey51: #798795;
  --grey52: #5b4834;
  --black53: #222222;
  --redish: #fa5a56;
  --faintred: #f8d194;
  --faintred2: #f6b782;
  --darkred1: #fa7c42;
  --darkred2: #fa5b56;
  --green: #437e65;
  --lightgrey: #f4f4f9;
  --lightgrey2: #f4f4f9;
}
:root {
  --common-font-f: 'Fira Sans', cursive;
  --common-font-fm: "Fira Sans Mid";
  --common-font-fb: "Fira Sans Bold";
  --common-font-feb: 'Fira Sans Extra Bold';
  --common-font-o: "Open Sans", sans-serif;
}
/* ---------- Home Page short title ----------- */
.short_head span {
  font-size: 16px;
  font-family: var(--common-font-fm);
}
/* --------- SLIDER--------- */
#slider {
  max-width: 100%;
  margin: auto;
  padding: 0;
  position: relative;
}
.slider-box span {
    font-size: 18px;
    color: #df0209;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 15px;
    padding-top: 22px;
}
#slider h2 {
  font-size: 40px;
  color: #FFF;
  font-family: var(--common-font-fb);
}
#slider p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 30px;
  color: #FFF;
  font-family: var(--common-font-o);
  font-weight: 500;
  margin-bottom: 0;
}
.slider-box {
  text-align: left;
}
#slider .carousel-caption {
  top: 7%;
  bottom: inherit;
  text-align: left;
  left: 0;
  right: 0;
  margin: 0 !important;
  bottom: 0;
  position: relative !important;
  width: 100%;
  padding-top: 7% !important;
}
#slider .inner_carousel h2 small {
  color: var(--white);
  display: block;
  margin-top: 20px;
  font-size: 20px !important;
  font-style: italic;
}
/*Fade slider*/
#slider .carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
#slider .carousel-fade .carousel-item.active,
#slider .carousel-fade .carousel-item-next.carousel-item-left,
#slider .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
#slider .carousel-fade .carousel-item-next,
#slider .carousel-fade .carousel-item-prev,
#slider .carousel-fade .carousel-item.active,
#slider.carousel-fade .active.carousel-item-left,
#slider .carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
#slider .container {
  position: relative;
}
#slider form {
  padding-top: 5em;
}
#slider form input[type="email"] {
  background-color: var(--white);
  border: none;
  margin-bottom: 0;
}
#slider form input[type="email"]::placeholder {
  font-size: 14px;
  letter-spacing: 0px;
  color: var(--grey51);
  font-family: var(--common-font-o);
  font-weight: 400;
}
#slider form input[type="submit"] {
  font-size: 14px;
  color: var(--white);
  background: linear-gradient(to right, var(--darkred1), var(--darkred2));
  padding: 10px 30px;
  position: absolute;
}
#slider form .wpcf7-form-control-wrap {
  max-width: 100%;
}
#slider img {
  position: relative;
  z-index: 5;
}
#slider .carousel-inner {
  z-index: 5;
}
#slider .slider-text-box {
  align-items: center;
}
/* ---------- Records And Services ----------- */
#partner-services {
  padding: 0;
  margin-top: -46%;
  position: relative;
  z-index: 6;
}
/* ----------- Our Records ------------- */
.records-bg-box {
  padding: 0 20px;
}
#our-records {
  padding: 0;
}
#our-records .record-box i {
  font-size: 35px;
  color: var(--redish);
}
#our-records .record-box h4 {
  font-size: 42px;
  letter-spacing: 1px;
  color: var(--black2);
  font-family: var(--common-font-fb);
  font-weight: 800;
  padding: 0;
}
#our-records .record-info {
  align-items: center;
}
#our-records #records-loop,
#our-services #services-loop,
#testimonial #testimonial-loop,
#our-projects #project-loop,
#our-partners #partners-loop,
#our-team #team-loop,
#how-we-work #process-loop,
#our-blogs #blog-loop,
.middle-content #comments {
  display: none;
}
#our-records .container {
  border-radius: 5px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: var(--white);
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
}
/* ----------- Our Services ------------ */
#our-services .services-head {
  text-align: center;
  padding-bottom: 40px;
}
#our-services .services-head span {
  color: var(--redish);
}
#our-services .services-head p {
  font-size: 22px;
  letter-spacing: 1px;
  color: var(--black2);
  font-family: var(--common-font-fm);
  max-width: 46%;
  margin: 0 auto;
}
#our-services .services-box {
    text-align: center;
    padding-top: 10px;
    width: 19%;
    position: relative;
    float: left;
    background: #f4f4f9;
    margin: 4px;
    padding: 5px;
}
#our-services .services-box .services-img {
  width: 80px;
  height: 80px;
  padding: 22px 19px;
  background-color: var(--white);
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
  border-radius: 50%;
  margin: 0px auto 0 auto;
}
#our-services .services-box .services-img:after,
.how-we-work-content .process_icon:after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--white);
  display: block;
  border-radius: 50%;
  position: relative;
  top: 21px;
  left: 12px;
}
#our-services .services-box h5 a {
  font-size: 18px;
  letter-spacing: 1px;
  color: var(--black2);
  font-family: var(--common-font-fm);
  font-weight: 700;
  display: inline-block;
  padding-top: 20px;
}
#our-services .services-box .services-text {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 18px;
  color: var(--grey51);
  font-family: var(--common-font-o);
  font-weight: 400;
}
#our-services .services-box:hover .services-img {
  background: linear-gradient(to right, var(--darkred1), var(--darkred2));
}
#our-services .services-box i {
  color: var(--black2);
  font-size: 27px;
  vertical-align: text-top;
}
#our-services .services-box:hover i {
  color: var(--white);
}
.owl-carousel .owl-dots button.owl-dot {
  background-color: var(--grey51);
  border: 2px solid var(--grey51);
}
#our-services .owl-dots button.owl-dot.active {
  background-color: var(--redish);
  border: 2px solid var(--redish);
}
/* ---------- Animation ----------- */
.services-lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.services-lds-ripple div {
  position: absolute;
  border: 3px solid gray;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.1, 0.8, 1) infinite;
  left: 36px;
}
#our-services .services-box:hover .services-lds-ripple div {
  border-color: var(--white);
}
.services-lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  100% {
    top: -5px;
    left: -5px;
    width: 100px;
    height: 100px;
    opacity: 1;
  }
}
/* ----------- About Us ------------ */
.about_right_svg,
.how_we_work_right_svg {
  position: absolute;
  right: 0px;
  top: 44%;
  transform: translateY(-50%);
}
.about_right_shape,
.how_we_work_right_shape {
  fill: #df0209;
}
#about-us {
  position: relative;
  padding-bottom: 15%;
  z-index: 9;
  margin-top: -6em;
}
.about-text {
  padding-right: 7%;
  padding-left: 7%;
}
.about_inner {
  background: linear-gradient(to right, #290e4e, #290e4e);
}
.about_inner .container {
  position: relative;
  z-index: 9;
}
#about-us .about-head {
  padding-bottom: 40px;
  text-align: center;
}
#about-us .about-head span {
  font-size: 26px;
  letter-spacing: 1px;
  color: #FFF;
  font-family: var(--common-font-fm);
}
#about-us .about-text h5 {
  font-size: 32px;
  letter-spacing: 1px;
  color: #FFF;
  font-family: var(--common-font-fm);
}
#about-us .about-text h3 {
  font-size: 42px;
  color: #df0209;
  font-family: var(--common-font-feb);
  padding: 10px 0;
}
#about-us .about-text a i {
  padding-right: 10px;
}
.about-image {
  padding-right: 40px;
}
#about-us .about-text .ab_text {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 28px;
  color: var(--grey52);
  font-family: var(--common-font-o);
  font-weight: 600;
}
#about-us .about-text a {
  font-size: 15px;
  color: var(--white);
  background-color: #df0209;
  padding: 25px 40px;
  display: inline-block;
  margin-top: 15px;
  border: 2px solid transparent;
  transition: 1s;
}
#about-us .about-text a:hover {
  background-color: transparent;
  border-color: var(--black2);
  color: var(--black2);
}
#about-us .about-text a:hover i {
  color: var(--black2);
}
#about-us .video-image {
  max-width: 100%;
  position: relative;
}
#about-us .about-content-box {
  align-items: center;
  width: 100%;
}
.play-btn {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  display: block;
  box-shadow: 0px 0px 25px 3px var(--redish);
  background: linear-gradient(to right, #fa5b55, #fa7b43);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
#about-us .video-image i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 23px;
  color: var(--white);
}
/* pulse wave */
.play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, .75);
  top: -30%;
  left: -30%;
  background: rgba(198, 16, 0, 0);
}
@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
/* ------------ Video Popup ----------------- */
/* The Modal (background) */
#about-us .modal-new {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999999999999;
  padding-top: 150px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
/* Modal Content */
#about-us .modal-contents {
  background-color: var(--white);
  margin: auto;
  width: 60%;
  transition: 2s;
  border-radius: 10px;

}
/* The Close Button */
#about-us .close-one {
  float: right;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  width: 30px;
  height: 36px;
  vertical-align: top;
}
/* ---------- Pricing Plan ----------- */
#pricing-plan {
  margin-top: -10%;
  position: relative;
  z-index: 0;
}
.pp_svg_main {
  position: absolute;
  top: 0;
  z-index: -1;
  margin-top: -38em;
}
#pricing-plan .pricing-plan-head {
  text-align: center;
  padding-bottom: 40px;
}
#pricing-plan .pricing-plan-head span {
  color: var(--redish);
}
#pricing-plan .pricing-plan-head p {
  font-size: 22px;
  color: var(--black2);
  font-family: var(--common-font-fm);
  font-weight: 600;
  max-width: 30%;
  margin: 0 auto;
}
#pricing-plan .pricing-tab {
  text-align: center;
  margin-bottom: 40px;
}
#pricing-plan .pricing-tab ul {
  list-style-type: none;
  margin-left: 0;
}
#pricing-plan .pricing-tab ul li {
  display: inline-block;
}
#pricing-plan .pricing-tab ul li a {
  font-size: 16px;
  letter-spacing: 0px;
  color: var(--white);
  font-family: var(--common-font-fm);
  font-weight: 600;
  background-color: var(--black2);
  border-radius: 40px;
  padding: 10px 20px;
  margin: 0 10px;
}
#pricing-plan .pricing-tab ul li .active {
  background: linear-gradient(to right, var(--redish), var(--darkred1));
}
#pricing-plan .pricing-tab ul li span {
  width: 50px;
  height: 13px;
  border-radius: 40px;
  background-color: var(--white);
  display: inline-block;
  margin-left: 20px;
  position: relative;
  top: 5px;
}
#pricing-plan .pricing-tab ul li span:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--black2);
  display: inline-block;
  position: relative;
  top: -7px;
  left: -11px;
}
#pricing-plan .pricing-tab ul li .active span:after {
  left: auto;
  right: -12px;
  background-color: var(--redish);
}
#pricing-plan .tab-content-box {
  background-color: var(--white);
  padding: 35px 25px;
  border: 1px solid var(--lightgrey);
}
#pricing-plan .pricing-tab-content .plan-small-title {
  font-size: 14px;
  color: var(--redish);
  font-family: var(--common-font-o);
  font-weight: 600;
}
#pricing-plan .pricing-tab-content .plan-discount {
  font-size: 12px;
  color: var(--white);
  font-family: var(--common-font-f);
  font-weight: 600;
  padding: 5px 12px 5px 12px;
  border-radius: 30px;
}
#pricing-plan .pricing-tab-content .tab-info:nth-child(odd) .plan-discount {
  background-color: var(--redish);
}
#pricing-plan .pricing-tab-content .tab-info:nth-child(even) .plan-discount {
  background-color: var(--green);
}
#pricing-plan .pricing-tab-content .tab-content-box h5 {
  font-size: 32px;
  color: var(--black2);
  font-family: var(--common-font-o);
  text-align: center;
  margin-bottom: 0;
  margin-top: 8px;
}
#pricing-plan .pricing-tab-content .tab-content-box h3 {
  font-size: 28px;
  color: var(--redish);
  font-weight: 700;
  border-bottom: 1px solid var(--lightgrey2);
  padding-bottom: 10px;
}
#pricing-plan .pricing-tab-content .tab-content-box h3 sub {
  font-size: 26px;
  color: var(--black2);
  bottom: 0 !important; border: none; 
  margin-right: 8px;
}
#pricing-plan .pricing-tab-content .tab-content-box ul {
  list-style-type: none;
  margin-left: 0;
  padding-top: 25px;
}
#pricing-plan .pricing-tab-content .tab-content-box ul li {
  font-size: 14px;
  font-family: var(--common-font-o);
  padding-bottom: 18px;
  color: var(--grey51);
}
#pricing-plan .pricing-tab-content .tab-content-box ul li i {
  color: var(--redish);
  padding-right: 15px;
}
#pricing-plan .pricing-tab-content .tab-info:nth-child(odd) a {
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--black2);
  font-weight: 700;
  border: 2px solid #e6e6e6;
  display: inline-block;
  padding: 9px 20px;
  border-radius: 30px;
  margin-top: 30px;
}
#pricing-plan .pricing-tab-content .tab-info:nth-child(even) a {
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--white);
  font-weight: 700;
  display: inline-block;
  padding: 12px 24px;
  border-radius: 30px;
  background: linear-gradient(to right, var(--darkred2), var(--darkred1));
  margin-top: 30px;
  border: 2px solid transparent;
}
#pricing-plan .pricing-tab-content .plan-button {
  text-align: center;
}
#pricing-plan .pricing-tab-content .plan_dis_tit {
  text-align: center;
  padding-bottom: 30px;
}


#pricing-plan .pricing-tab-content .tab-info:nth-child(odd):hover a {
  background: linear-gradient(to right, var(--darkred2), var(--darkred1));
  color: var(--white);
}
#pricing-plan .pricing-tab-content .tab-info:nth-child(even):hover a {
  background-color: #8a30d6;
  color: var(--white);
}
.pricing_plans_svg_cls {
  fill: var(--lightgrey);
}
/* ------- Hover Effects --------- */
/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-push:hover,
.hvr-push:focus,
.hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* -------- testimonial ----------- */
#testimonial {
  background: linear-gradient(to right, var(--faintred), var(--faintred2));
}
#testimonial .testimonial-head {
  padding-bottom: 50px;
  align-items: center;
  width: 100%;
}
#testimonial .testimonial-head span {
  color: var(--black2);
}
#testimonial .testimonial-head h3 {
  font-size: 22px;
  color: var(--black2);
  font-family: var(--common-font-f);
  font-weight: 700;
  margin-bottom: 0;
  line-height: 38px;
}
#testimonial .testimonial-head a {
  font-size: 14px;
  letter-spacing: 0px;
  color: var(--black2);
  font-family: var(--common-font-f);
  font-weight: 600;
  display: inline-block;
}
#testimonial .testimonial-head a i {
  color: var(--black2);
  display: inline-block;
  padding-left: 20px;
}
#testimonial .testimonials-link {
  text-align: right;
}
#testimonial .testimonials-content img {
  border-radius: 50%;
}
#testimonial .testimonials-info p {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 28px;
  color: var(--grey52);
  font-family: var(--common-font-o);
  font-weight: 600;
  margin-bottom: 30px;
}
#testimonial .testimonials-info h5 {
  margin-bottom: 0;
  padding-top: 20px;
}
#testimonial .testimonials-info h5 a {
  font-size: 20px;
  color: var(--black2);
  font-family: var(--common-font-fb);
}
#testimonial .testimonials-info span {
  font-size: 14px;
  color: var(--grey52);
  font-family: var(--common-font-o);
  font-weight: 600;
  position: relative;
  z-index: 2;
}
#testimonial .owl-carousel .owl-dots button {
  background-color: #c89e6f !important;
  border: none;
}
#testimonial .owl-carousel .owl-dots .active {
  background-color: var(--black2) !important;
  border: none;
}
#testimonial .testimonials-text {
  position: relative;
}
#testimonial .testimonials-text i {
  font-size: 130px;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--black2);
  opacity: 0.1;
  z-index: 1;
}
#testimonial .container {
  position: relative;
  z-index: 5;
}
/* ---------- Project And Partners ---------- */
#projects-partners {
  position: relative;
  z-index: 5;
}
/* ---------- Our Projects ---------- */
#our-projects,
.blog_inner {
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
}
#our-projects .our-projects-head {
  padding-bottom: 40px;
  align-items: center;
}
#our-projects .our-projects-head span {
  color: var(--redish);
}
#our-projects .our-projects-head h3 {
  font-size: 22px;
  color: var(--black2);
  font-family: var(--common-font-f);
  font-weight: 600;
  margin-bottom: 0;
}
#our-projects .our-projects-head a {
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--black2);
  font-family: var(--common-font-f);
  font-weight: 600;
}
#our-projects .our-projects-head a i {
  color: var(--black2);
  padding-left: 20px;
}
#our-projects .our-projects-link {
  text-align: right;
}
#our-projects .project-content {
  background-color: #f7f7f7;
}
#our-projects .project-data {
  padding: 10px 15px;
  align-items: center;
}
#our-projects .date-box span {
  font-size: 14px;
  color: #53565a;
  font-family: var(--common-font-f);
  font-weight: 500;
}
#our-projects .date-box a:hover {
  color: #53565a;
}
#our-projects .project-content small {
  font-size: 14px;
  color: var(--grey51);
  font-family: var(--common-font-o);
  font-weight: 600;
  display: inline-block;
}
#our-projects .project-content h5 {
  margin-bottom: 0;
}
#our-projects .project-content h5 a {
  font-size: 17px;
  color: var(--black2);
  font-family: var(--common-font-f);
  font-weight: 700;
}
#our-projects .project-content:hover {
  background-color: var(--redish);
  padding: 10px;
}
#our-projects .project-content:hover a,
#our-projects .project-content:hover small,
#our-projects .project-content:hover span,
#our-projects .project-content:hover .date-box i {
  color: var(--white);
}
/* ---------- Our Partners ----------- */
#our-partners {
  margin-top: -10%;
}
#our-partners .container {
  padding: 50px 0;
  background-color: var(--white);
  -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  position: relative;
}
/* --------- Our Team ------------ */
.team_right_svg_outer {
  width: 100%;
  display: block;
  float: left;
}
.team_right_svg {
  float: right;
  display: block;
  position: absolute;
  right: 0;
  top: 20em;
  z-index: -1;
}
#our-team {
  z-index: 15;
  position: relative;
}
#our-team .our-team-head {
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  z-index: 15
}
#team_svg_inner {
  fill: var(--lightgrey);
}
#our-team .our-team-head span {
  color: var(--redish);
}
#our-team .our-team-head h3 {
  color: var(--black2);
}
#our-team .team-content {
  background-color: var(--white);
}
#our-team .team-content .team-title {
  padding: 10px 10px 10px 17px;
  position: relative;
}
#our-team .team-content h5 {
  margin-bottom: 0;
}
#our-team .team-content h5 a {
  font-size: 20px;
  letter-spacing: 1px;
  color: var(--black2);
  font-family: var(--common-font-f);
  font-weight: 700;
  display: inline-block;
}
#our-team .team-content span {
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--grey51);
  font-family: var(--common-font-o);
  font-weight: 600;
  display: inline-block;
}
#our-team .team-content i {
  color: var(--redish);
  font-size: 17px;
  position: absolute;
  right: 27px;
  margin-top: -6px;
}
#our-team .owl-carousel .owl-dots button {
  background-color: #c1c8ce !important;
  border-color: #c1c8ce;
}
#our-team .owl-carousel .owl-dots .active {
  background-color: var(--redish) !important;
  border-color: var(--redish) !important;
}
#our-team .team-content:hover {
  background-color: var(--redish);
  padding: 10px;
}
#our-team .team-content:hover .team-title a,
#our-team .team-content:hover .team-title span,
#our-team .team-content:hover .team-title i {
  color: var(--white);
}
/* ---------- How We Work ------------ */
.how_we_work_right_svg {
  top: 39%;
}
.how-we-work-content .process_icon {
  background-color: var(--white);
}
.process-lds-ripple.process_icon {
  background-color: var(--redish);
  border-radius: 50%;
}
.how_we_work_inner {
  background: linear-gradient(to right, #290e4e, #290e4e);
}
#how-we-work .how-we-work-head {
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}
#how-we-work .how-we-work-head span {
  color: var(--redish);
}
#how-we-work {
  position: relative;
}
#how-we-work .how-we-work-head h3 {
  font-size: 22px;
  letter-spacing: 1px;
  color: #FFF;
  font-family: var(--common-font-f);
  font-weight: 600;
  margin-bottom: 0;
}
#how-we-work .how-we-work-content i {
  padding: 20px 20px;
  border-radius: 50%;
  font-size: 27px;
  color: var(--white);
}
#how-we-work .how-we-work-content a {
  font-size: 20px;
  letter-spacing: 1px;
  color: #df0209;
  font-family: var(--common-font-f);
  font-weight: 600;
  display: block;
  padding-top: 15px;
  position: relative;
  z-index: 3;
}
#how-we-work .how-we-work-content p {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 22px;
  color: #FFF;
  font-family: var(--common-font-o);
  font-weight: 600;
  margin-bottom: 0;
  padding-top: 5px;
  position: relative;
  z-index: 3;
}
#how-we-work .how-we-work-content {
  text-align: center;
}
#how-we-work .process-box {
  position: relative;
}
#how-we-work .process-box span {
  font-size: 145px;
  letter-spacing: 7px;
  color: #a59a9a;
  font-family: var(--common-font-f);
  font-weight: 700;
  position: absolute;
  top: 0;
  line-height: 1;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.1;
}
#how-we-work .how-we-work-content:hover .process_icon {
  background: linear-gradient(to right, #fa5c55, #fa7b43);
}
#how-we-work .owl-stage-outer {
  padding-bottom: 35px;
}
/* -------- Animation ----------- */
.process-lds-ripple {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 70px;
}
.how-we-work-content .process_icon:after {
  display: none;
  top: -5px;
  background: linear-gradient(to right, var(--faintred), var(--faintred2));
  left: 0;
  right: 0;
}
.process-lds-ripple div {
  position: absolute;
  border: 3px solid var(--white);
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.1, 0.8, 1) infinite;
  left: 36px;
}
#how-we-work .how-we-work-content:hover .process-lds-ripple div {
  border-color: var(--white);
}
.process-lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -10px;
    left: -5px;
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}

/* ----------- Our Faq --------------- */
#our-faq {
  padding-top: 11%;
}
#our-faq .our-faq-content h3 {
  font-size: 26px;
  letter-spacing: 1px;
  color: var(--black53);
  font-family: var(--common-font-f);
  font-weight: 700;
  margin-bottom: 0;
  max-width: 60%;
}
#our-faq #accordion a.accordion-link {
  color: var(--redish);
}
#our-faq #accordion a.accordion-link.collapsed {
  font-size: 16px;
  color: var(--black53);
  font-family: var(--common-font-f);
  font-weight: 600;
  cursor: pointer;
}
#our-faq #accordion .card-header {
  border: none;
  background-color: transparent;
  padding-left: 0;
}
#our-faq #accordion .card {
  border: none;
}
#our-faq #accordion {
  margin-top: 25px;
}
#our-faq #accordion .card .card-body {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #53565a;
  font-family: var(--common-font-o);
  font-weight: 600;
}
#our-faq #accordion .card i {
  position: absolute;
  right: 27px;
  color: var(--redish);
  width: 35px;
  height: 35px;
  background-color: #fdecea;
  border-radius: 50%;
  padding: 10px 11px;
  cursor: pointer;
}


/* ----------- Funcionalidades do SFA Signe --------------- */
#func-signer {
  padding-top: 11%;
}
#func-signer h3 {
  font-size: 22px;
  letter-spacing: 1px;
  color: #df0209;
  font-family: var(--common-font-f);
  font-weight: 700;
  margin-bottom: 0;
  max-width: 100%;
  text-align: center;
  margin-top: 60px;
  width: 100%;
}
#func-signer #accordion a.accordion-link {
  color: #FFF;
  font-weight: bold;

}
#func-signer #accordion a.accordion-link.collapsed {
  font-size: 16px;
  color: var(--black53);
  font-family: var(--common-font-f);
  font-weight: 600;
  cursor: pointer;
}
#func-signer #accordion .card-header {
  border: none;

}
#func-signer #accordion .card {
  border: none;
  margin-bottom: 12px;
  background-color: transparent;
}
#func-signer #accordion {
  margin-top: 25px;
}
#func-signer #accordion .card .card-body {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #53565a;
  font-family: var(--common-font-o);
  font-weight: 600;
}


/* ---------- Our Skills ------------ */
#our-skills {
  padding-bottom: 0;
}
#our-skills .small-title {
  color: var(--redish);
}
#our-skills .main-title {
  font-size: 22px;
  color: var(--black2);
  font-family: var(--common-font-f);
  font-weight: 700;
}
#our-skills .progress_bar_8 {
  margin-bottom: 46px;
  margin-top: 30px;
}
.progress_bar_8 .vc_single_bar {
  height: 4px;
  margin: 15px 0;
}
.progress_bar_8 .vc_single_bar {
  background-color: #d5ad7a;
  border-radius: 3px;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.1) inset;
  margin-bottom: 11.6667px;
  position: relative;
}
.progress_bar_8 .vc_single_bar span.vc_bar {
  background-color: var(--redish);
  border-radius: 3px;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 1s linear 0s;
  width: 0;
}
#our-skills .vc_label {
  font-size: 16px;
  letter-spacing: 1px;
  color: var(--black2);
  font-family: var(--common-font-fm);
  font-weight: 500;
  position: relative;
  left: 64px;
  top: 10px;
}
.progress_bar_8 .skils-percentage {
  width: 60px;
  height: 60px;
  background-color: var(--redish);
  border-radius: 50%;
  padding: 18px 15px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--white);
  font-family: var(--common-font-f);
  font-weight: 600;
  position: absolute;
  left: -14px;
  top: -32px;
  z-index: 3;
  text-align: center;
}
.progress_bar_8 .vc_single_bar span.vc_bar:after {
  content: "";
  width: 5px;
  height: 15px;
  background-color: var(--redish);
  display: inline-block;
  position: absolute;
  right: 0;
  top: -6px;
  border-radius: 10px;
}
#our-skills .skillRotateImage {
  -webkit-animation: imgrotation 2s linear;
}
@-webkit-keyframes imgrotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
#our-skills .skills-main-box {
  padding-top: 50px;
}
/* -------------- Our Blogs ---------- */
#our-blogs {
  position: relative;
}
#our-blogs .our-blogs-head {
  padding-bottom: 20px;
  align-items: center;
}
#our-blogs .our-blogs-head span {
  color: var(--redish);
}
#our-blogs .our-blogs-head h3 {
  font-size: 22px;
  color: var(--black2);
  font-family: var(--common-font-f);
  font-weight: 700;
}
#our-blogs .our-blogs-head a {
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--black2);
  font-family: var(--common-font-f);
  font-weight: 600;
}
#our-blogs .our-blogs-link {
  text-align: right;
}
#our-blogs .our-blogs-link a i {
  color: var(--redish);
  padding-left: 20px;
}
#our-blogs .blog-info h5 {
  margin: 0;
}
#our-blogs .blog-info h5 a {
  font-size: 14px;
  color: var(--black2);
  font-family: var(--common-font-f);
  font-weight: 700;
}
#our-blogs .blog-info {
  padding: 20px;
}
#our-blogs .blog-content {
  background-color: #f7f7f7;
}
#our-blogs .blog-info i {
  color: #53565a;
}
#our-blogs .blog-info .right_arrow {
  position: absolute;
  right: 1em;
}
#our-blogs .blog-meta span {
  font-size: 12px;
  color: var(--grey51);
  font-family: var(--common-font-o);
  font-weight: 600;
  padding-right: 10px;
  position: relative;
}
#our-blogs .blog-meta a {
  font-size: 13px;
  color: var(--grey51);
  font-family: var(--common-font-o);
  font-weight: 600;
  padding-right: 10px;
}
#our-blogs .blog-meta a:after,
#our-blogs .blog-comments:after {
  content: '';
  height: 10px;
  position: absolute;
  right: 10px;
  background-color: #53565a;
  width: 2px;
  top: 4px;
}
#our-blogs .blog-comments:after {
  right: -3px;
}
.entry-date {
  padding-left: 18px;
}
#our-blogs .blog-content:hover {
  background-color: var(--redish);
}
#our-blogs .blog-content:hover img {
  padding: 10px;
}
#our-blogs .blog-content:hover .blog-meta a:after,
#our-blogs .blog-content:hover .blog-comments:after {
  background-color: var(--white);
}
#our-blogs .blog-content:hover a,
#our-blogs .blog-content:hover span,
#our-blogs .blog-content:hover i {
  color: var(--white);
}
/* ----------- Why Choose Us ---------- */
#why-choose-us {
  margin-top: -7em;
}
#why-choose-us .why-choose-us-head {
  text-align: center;
  padding-bottom: 40px;
}
#why-choose-us .why-choose-us-head span {
  font-size: 16px;
  letter-spacing: 1px;
  color: var(--redish);
  font-family: var(--common-font-f);
  font-weight: 700;
}
#why-choose-us .why-choose-us-head p {
  font-size: 22px;
  letter-spacing: 1px;
  color: var(--black2);
  font-family: var(--common-font-f);
  font-weight: 600;
  max-width: 42%;
  margin: auto;
}
#why-choose-us .why-choose-us-content {
  text-align: center;
}
#why-choose-us .why-choose-us-content i {
  width: 70px;
  height: 70px;
  background-color: var(--white);
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
  border-radius: 50%;
  font-size: 27px;
  padding: 21px 26px;
  color: #c7c7c7;
}
#why-choose-us .why-choose-us-content i:after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--white);
  display: block;
  border-radius: 50%;
  position: relative;
  top: 10px;
  left: 0px;
}
#why-choose-us .why-choose-us-content a {
  font-size: 18px;
  letter-spacing: 1px;
  color: #141414;
  font-family: var(--common-font-f);
  font-weight: 600;
  display: block;
  padding: 15px 0;
  display: block;
  margin-top: 10px;
}
#why-choose-us .why-choose-us-content p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  color: var(--grey51);
  font-family: var(--common-font-o);
  font-weight: 400;
}
#why-choose-us .why-choose-us-content:hover i {
  background: linear-gradient(to right, #fa5b55, #fa7b42);
  color: var(--white);
}
/* -------- Animation ---------- */
.why-lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.why-lds-ripple div {
  position: absolute;
  border: 3px solid gray;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.1, 0.8, 1) infinite;
  left: 36px;
}
#why-choose-us .why-choose-us-content:hover .why-lds-ripple div {
  border-color: var(--white);
}
.why-lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -5px;
    left: -5px;
    width: 100px;
    height: 100px;
    opacity: 0;
  }
}
/* ---------- Services ------------ */
.services-short .services-short-box {
  padding-top: 30px;
}
/* ----------- Project ------------ */
.short-projects .project-content {
  margin-top: 30px;
}
/* -------------- Testimonial Shortcode ----------- */
.all-testimonial {
  padding-top: 30px;
  padding-bottom: 30px !important;
}
.all-testimonial .our_testimonial_outer {
  padding-bottom: 30px;
}
/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-dots {
  text-align: center;
  padding-top: 50px;
}
.owl-carousel .owl-dots button {
  width: 11px;
  height: 11px;
  margin: 0 5px;
  outline: none;
  border: 2px solid #1b1a18;
  border-radius: 50%;
}
.owl-carousel .owl-dots button.owl-dot.active {
  background-color: var(--redish);
  border: 2px solid var(--redish);
}
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  width: auto;
}
#our_partners img {
  width: auto !important;
}
button.owl-next,
button.owl-prev {
  background: #1e202c;
}
button.owl-prev {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 10px 20px;
  outline: none;
}
button.owl-next {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 10px 20px;
  outline: none;
}
.owl-carousel .owl-nav i {
  color: #1b1a18;
  font-size: 15px;
  width: 40px;
  height: 40px;
  padding: 12px 10px;
  border: 1px solid #cbcece;
  background-color: var(--white);
}