/* .about_title h1 {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 10px;
}

.about_title h1 span {
  font-weight: bold;
  color: #bbe700;
} */

a.hire-btn {
  font-weight: bold;
  color: #000;
  border-bottom: 4px solid orange;
  padding-bottom: 5px;
}

.about-contact {
  font-size: 18px;
}

.tabs-section {
  overflow: hidden;
  padding: 60px 0px;
  background: url(../images/background-service.jpg);
  position: relative;
}

.tabs-section:after {
  content: "";
  background: rgb(255 255 255 / 97%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.navbar{
  padding: 0.5rem 0;
}
.tabs-section .container {
  position: relative;
  z-index: 1;
}

.tabs-section .feature-img {
  max-height: 255px;
  overflow: hidden;
  border-radius: 10px;
  border: 3px solid #fff;
}

.tabs-section .nav-tabs {
  border: 0;
}

.tabs-section .nav-link {
  border: 0;
  padding: 20px;
  transition: 0.3s;
  border-radius: 0;
  border: 1px solid #ccc;
  font-weight: 600;
  font-size: 15px;
  /* display: flex; */
  align-items: center;
  text-transform: uppercase;
}

.tabs-section .nav-link span {
  margin-left: 20px;
}

.tabs-section .nav-link:hover {
  color: #cddc39;
  border-right-color: #cddc39;
  border-right-width: 3px;
}

.nav-tabs .nav-item {
  margin-bottom: 15px;
}

.tabs-section .nav-link span {
  margin-left: 20px;
  font-size: 22px;
  line-height: normal;
  font-weight: 500;
}

.tab-content h2 {
  font-size: 32px;
}

.nav-tabs .nav-item img {
  width: 72px;
}

.nav-tabs .nav-item:last-child {
  margin-bottom: 1px;
  border-bottom: 1px solid #ccc;
}

.tabs-section .nav-link.active {
  border-right-color: #cddc39;
  border-right-width: 3px;
  border-bottom: 1px solid #ccc;
}

.tabs-section .nav-link.active .tabs-section .nav-link:hover {
  border-right: 4px solid #cddc39;
}

.tabs-section .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.tabs-section .details h3 {
  font-size: 26px;
  color: #cddc39;
}

.tabs-section .details p {
  color: #aaaaaa;
}

/* Testimonials */
body .testimonial {
  padding: 100px 0;
}

body .testimonial .row .tabs {
  all: unset;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
}

body .testimonial .row .tabs li {
  all: unset;
  display: block;
  position: relative;
}

body .testimonial .row .tabs li.active::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-color: #CEFF00;
  border-radius: 50%;
}

body .testimonial .row .tabs li.active::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #CEFF00;
  border-radius: 50%;
}

body .testimonial .row .tabs li:nth-child(1) {
  align-self: flex-end;
}

body .testimonial .row .tabs li:nth-child(1)::before {
  left: 64%;
  bottom: -50px;
}

body .testimonial .row .tabs li:nth-child(1)::after {
  left: 97%;
  bottom: -81px;
}

body .testimonial .row .tabs li:nth-child(1) figure img {
  margin-left: auto;
}

body .testimonial .row .tabs li:nth-child(2) {
  align-self: flex-start;
}

body .testimonial .row .tabs li:nth-child(2)::before {
  right: -65px;
  top: 50%;
}

body .testimonial .row .tabs li:nth-child(2)::after {
  bottom: 101px;
  border-radius: 50%;
  right: -120px;
}

body .testimonial .row .tabs li:nth-child(2) figure img {
  margin-right: auto;
  max-width: 300px;
  width: 100%;
  margin-top: -50px;
}

body .testimonial .row .tabs li:nth-child(3) {
  align-self: flex-end;
}

body .testimonial .row .tabs li:nth-child(3)::before {
  right: -10px;
  top: -66%;
}

body .testimonial .row .tabs li:nth-child(3)::after {
  top: -130px;
  border-radius: 50%;
  right: -46px;
}

body .testimonial .row .tabs li:nth-child(3) figure img {
  margin-left: auto;
  margin-top: -50px;
}

body .testimonial .row .tabs li:nth-child(3):focus {
  border: 10px solid red;
}

body .testimonial .row .tabs li figure {
  position: relative;
}

body .testimonial .row .tabs li figure img {
  display: block;
}

body .testimonial .row .tabs li figure::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 4px solid #dff9d9;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

body .testimonial .row .tabs li figure:hover::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

body .testimonial .row .tabs.carousel-indicators li.active figure::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

body .testimonial .row .carousel>h3 {
  font-size: 20px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  margin-bottom: 0;
}

body .testimonial .row .carousel h1 {
  line-height: 1.225;
  margin-top: 23px;
  font-weight: 700;
  margin-bottom: 0;
}

body .testimonial .row .carousel .carousel-indicators {
  all: unset;
  padding-top: 43px;
  display: flex;
  list-style: none;
}

body .testimonial .row .carousel .carousel-indicators li {
  background: #000;
  background-clip: padding-box;
  height: 2px;
}

body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper {
  margin-top: 42px;
}

body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper p {
  font-size: 18px;
  line-height: 1.72222;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}

body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
  color: #000;
  font-weight: 700;
  margin-top: 37px;
  font-size: 20px;
  line-height: 1.45;
  text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
  body .testimonial .row .tabs {
    margin-right: 25px;
  }
}

/* Clients */
.clients .owl-item {
  text-align: center;
  background: #efefef;
}

.clients .owl-item svg {}

.clients .owl-next,
.clients .owl-prev {
  height: 54px;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 1000;
  cursor: pointer;
  color: transparent;
  transform: translate(0px, -50%);
}

.clients .owl-prev {
  left: 0;
}

.clients .owl-next {
  right: 0;
}

@media(min-width:768px) {
  .clients .owl-item img {
    width: 70%;
    margin: 0 auto;
  }
}

/* FORM */
#app>form {
  display: grid;
}

#app>form>* {
  grid-area: 1/1;
}

fieldset {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
}

p {
  margin: 0 0 0.5em;
  margin-bottom: 2em;
  line-height: 1.8;
}

legend {
  margin: 0 0 0.5em;
  padding: 0;
  font-weight: bold;
}

label {
  display: block;
  overflow: hidden;
}

.radio {
  display: block;
  margin: 0.1em 0;
  justify-content: start;
  padding: 0.1em;
  cursor: pointer;
}

.radio>span {
  font-weight: bold;
  font-size: var(--font-size-large);
  display: grid;
  grid-template-columns: 6vw auto;
  grid-template-rows: auto;
  grid-template-areas: "radio label";
  grid-column-gap: 0.25em;
  transition-property: transform;
}

.radio>span:before,
.radio>span:after {
  content: "";
  height: 1em;
  width: 1em;
  border-radius: 50%;
  border: 1px solid black;
  align-self: center;
  justify-self: center;
  grid-area: radio;
}

.radio>span:after {
  transition: -webkit-clip-path 0.6s var(--easing);
  transition: clip-path 0.6s var(--easing);
  transition: clip-path 0.6s var(--easing), -webkit-clip-path 0.6s var(--easing);
  border: none;
  width: 0.8em;
  height: 0.8em;
  background: black;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}

.radio>input[type=radio] {
  position: absolute;
  opacity: 0;
}

.radio>input[type=radio]:checked~span:after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.radio>span {
  -webkit-animation-name: clip-in;
  animation-name: clip-in;
  --duration: calc(0.8s + var(--i) * 0.3s);
  --delay: 0.2s;
}

@-webkit-keyframes clip-in {
  from {
    transform: translateY(110%);
  }
}

@keyframes clip-in {
  from {
    transform: translateY(110%);
  }
}

/* Hover effect */
.radio-group:hover>.radio>span,
.radio-group:focus>.radio>span {
  color: var(--color-bg);
  text-shadow: var(--stroke-shadow);
}

.radio-group:hover>.radio:hover>span,
.radio-group:focus>.radio:hover>span {
  color: black;
  text-shadow: none;
}

label.email:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: black;
  bottom: 0;
  left: 0;
}

input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  font-size: var(--font-size-large);
  font-weight: bold;
}

input[type=email]:focus {
  outline: none;
}

input[type=email]::-moz-placeholder {
  color: var(--color-bg);
  text-shadow: var(--stroke-shadow);
}

input[type=email]:-ms-input-placeholder {
  color: var(--color-bg);
  text-shadow: var(--stroke-shadow);
}

input[type=email]::placeholder {
  color: var(--color-bg);
  text-shadow: var(--stroke-shadow);
}

#app:before {
  position: absolute;
  bottom: 120%;
  font-family: monospace;
  content: 'data-state="'attr(data-state) '"';
  font-size: 1em;
  opacity: 0.5;
  text-align: center;
}

#app [data-group] {
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  --delay: calc(var(--duration) * 0.5);
}

#app[data-state=talk] [data-group=talk],
#app[data-state=email] [data-group=email] {
  opacity: 1;
  pointer-events: auto;
  --delay: calc(var(--duration) * 0.7);
}

#app .radio>span {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  transition-property: transform;
  transform: translateY(100%);
  --duration: calc(0.8s + var(--i) * 0.3s);
}

#app .email>input {
  transition-property: transform;
}

#app .email:after {
  transform-origin: left center;
  transform: scaleX(0);
  transition-property: transform;
}

#app[data-state=talk] .radio>span {
  transform: translateY(0);
}

#app[data-state=talk] .email>input {
  transform: translateY(100%);
}

#app[data-state=email] .radio>span {
  transform: translateY(-100%);
}

#app[data-state=email] .email>input {
  --delay: calc(var(--duration));
}

#app[data-state=email] .email:after {
  transform: none;
  --delay: calc(var(--duration));
}

.back {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
}

.back:focus {
  outline: none;
}

/* check container */
input[type=checkbox] {
  display: none;
}

.checkmark {
  background: url(assets/images/check.svg) no-repeat;
}

input[type=checkbox]+label {
  display: inline-block;
  position: relative;
  padding: 15px;
  width: 100%;
  background: #eeeeee;
  font-family: Arial, Helvetica, sans-serif;
  color: #444;
  cursor: pointer;
  text-align: center;
}

input[type=checkbox]+label:hover {
  background: #e4e4e4;
}

input[type=checkbox]:checked+label {
  background: #CEFF00;
  color: #332121;
  animation: btn-color 0.5s ease-in-out;
}

/* .label-name {

  position: absolute;

  left: 34px;

  top: 16px;

  -webkit-transition-property: left;

  -webkit-transition-duration: 1s;

}



input[type=checkbox]:checked +label span.label-name {

  position: absolute;

  left: 16px;

  top: 16px;

} */
input[type=checkbox]:checked+label div.checkmark {
  display: block;
  fill: #f0f0f0;
}

.checkmark {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 4px;
  right: 8px;
  display: none;
  stroke-width: 4;
  fill: #f0f0f0;
  stroke-miterlimit: 10;
  animation: scale 0.5s ease-in-out;
}

@keyframes scale {
  0% {
    transform: none;
  }

  50% {
    transform: scale3d(1.2, 1.2, 1);
  }

  100% {
    transform: none;
  }
}

@keyframes btn-color {
  0% {
    background: #88d3a6;
  }

  50% {
    background: #5dc386;
  }

  100% {
    background: #3ea868;
  }
}

.section-form input,
.section-form textarea {
  border-width: 0 0 1px 0;
  width: 100%;
  font-size: 32px;
  background: none;
  border-style: dashed;
}

.wpcf7-form-control-wrap {
  display: block;
}

.section-form .form-gr {
  margin-bottom: 30px;
}

.section-form label {
  font-weight: 600;
  background: none;
}

.btn.btn-send {
  border: 3px solid rgb(251 82 7);
  padding: 10px 50px;
  border-radius: 0;
  color: #332121;
  line-height: normal;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  width: auto;
  border-radius: 24px;
}

.btn.btn-send:hover {
  border-color: #d7c41c;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.gray-bg {
  background: #222327;
  color: #f9f9f9;
  padding: 60px 0;
}

.gray-bg p {
  color: #f9f9f9;
  margin-bottom: 0;
}

.follow {
  margin-top: 10px;
  font-weight: bold;
}

h1 {
  font-size: 63px;
  text-transform: uppercase;
}

h2 {
  font-size: 52px;
}

span.wpcf7-form-control.wpcf7-checkbox {
  margin-left: 15px;
}

.section-form {
  background: #f5e0d3 url(../images/bg-form.svg) no-repeat;
  padding: 80px 0;
  background-position: -30px 10px;
}

.portfolios {
  background: #f6f7ef;
}

hr {
  border-top: 1px solid rgb(0 0 0 / 23%);
}



/* Slider style */



/*** 
=============================================
    Banner Style4 Area Css
=============================================
***/
.banner-style4-area {
  position: relative;
  display: block;


  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;

}

.banner-style4-area .outer-container {
  position: relative;
  display: block;
  max-width: 1700px;
  padding: 0 10px;
  margin: 0 auto;
}

.banner-style4-area .inner {
  position: relative;
  display: block;
  padding-top: 97px;
}

.banner-style4-area .big-title {
  position: relative;
  display: block;
  padding-bottom: 15px;

  font-size: 100px;
  line-height: 105px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.banner-style4-area .active .big-title {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
}

.banner-style4-area .text {
  position: relative;
  display: block;
  padding-bottom: 20px;

  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  font-family: 'Muli', sans-serif;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.banner-style4-area .active .text {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 2000ms;
}

.banner-style4-area .button {
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.banner-style4-area .active .button {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 2500ms;
}





.banner-style4-area .button a {
  position: relative;
  display: inline-block;
  color: #f4c433;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}

.banner-style4-area .button a span:before {
  position: relative;
  display: inline-block;
  transform: rotate(180deg);
  padding-left: 10px;
  top: 1px;
}

.banner-style4-area .button a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: url(../images/icon/button-arrow.png);
  width: 164px;
  height: 6px;
}

.banner-style4-area .image-box {
  position: relative;
  display: block;
  width: 630px;
  height: auto;
  z-index: 1;
  opacity: 0;
  transition: all 1000ms ease;
  transform: translateX(50px);
  border-radius: 50%;
}

.banner-style4-area .active .image-box {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1000ms;
}

.banner-style4-area .image-box:before {
  position: absolute;
  top: -45px;
  left: -45px;
  bottom: -45px;
  right: -45px;
  background: url(../images/slides/slide-round-image-bg.png);
  content: "";
  z-index: -1;
}

.banner-style4-area .image-box img {
  width: auto;
}

.banner-style4-area .mouse-btn-down {
  position: absolute;
  left: 10px;
  bottom: -120px;
  cursor: pointer;
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  z-index: 20;
  font-family: 'Poppins', sans-serif;
}

.banner-style4-area .mouse-btn-down i {
  position: relative;
  display: inline-block;
  background: #ffffff;
  width: 30px;
  height: 50px;
  color: #c72a30;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  border-radius: 20px;
  margin-right: 15px;
}


.banner-carousel-style4.owl-carousel .owl-stage-outer {}

.banner-carousel-style4.owl-theme .owl-nav {
  position: absolute;
  top: 200px;
  right: 0px;
  bottom: 0px;
  margin: 0;display: none;
}

.banner-carousel-style4.owl-carousel .owl-nav [class*="owl-"] {
  position: relative;
  display: block;
  background: transparent;
  width: 60px;
  height: 60px;
  border: 0px solid #e8e8e8;
  line-height: 66px;
  margin: 10px 0;
  padding: 0;
  transition: all 700ms ease 100ms;
  border-radius: 50%;
  text-align: center;
}

.banner-carousel-style4.owl-carousel .owl-nav [class*="owl-"] i:before {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
  transition: all 700ms ease 200ms;
}

.banner-carousel-style4.owl-carousel .owl-nav [class*="owl-"]:hover i:before {
  color: #fbe033;
}

.banner-carousel-style4.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: #dc4933;
}




@media only screen and (min-width: 992px) and (max-width: 1199px) {

  /*** Banner Style4 Area Css ***/
  .banner-style4-area .inner {
    padding-top: 0;
  }

  .banner-style4-area .big-title {
    font-size: 50px;
    line-height: 60px;
    padding-bottom: 15px;
  }

  .banner-style4-area .image-box {
    width: 630px;
    margin-top: 50px;
  }
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

  /*** Banner Style4 Area Css ***/
  .banner-style4-area {
    padding-top: 165px;
    padding-bottom: 265px;
    margin-top: 0px;
  }

  .banner-style4-area .inner {
    padding-top: 0;
  }

  .banner-style4-area .big-title {
    font-size: 50px;
    line-height: 60px;
    padding-bottom: 15px;
  }

  .banner-style4-area .image-box {
    width: 630px;
    margin-top: 50px;
  }

}



.section-title-wrap {
  width: 100%;
  padding-bottom: 10px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  text-align: left;
}

.section-title-wrap.big h2,
.section-title-wrap h2 {
  font-size: 90px;
  line-height: 90px;
  font-weight: 900;
  color: #101014;
  text-shadow: 0 8px #dbdbdc;
  text-transform: uppercase;
  letter-spacing: 10px;
  padding-bottom: 5px;
}

.section-title-wrap .section-title {
  font-size: 65px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 3px;
}

.section-title-wrap.hav-icon .section-title-two {
  position: relative;
}

.section-title-wrap.hav-icon .section-title-two:after {
  content: "";
  display: inline-block;
  background-image: url(../images/title-after1.png);
  background-repeat: no-repeat;
  background-size: 21px;
  width: 21px;
  height: 30px;
  position: absolute;
  bottom: 7px;
  margin-left: 15px;
}

.section-title-wrap.hav-sep .sec-title:after {
  content: "";
  background: url(../images/title-underline1.png);
  background-repeat: repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 2px 19px;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  width: 100px;
  height: 50px;
  display: block;
  left: 0;
  bottom: 0;
  margin-left: 0;
  margin-top: 10px;
}

.section-title-wrap.hav-sep.hav-animation .sec-title:after {
  background-repeat: repeat-x;
}

.section-title-wrap.hav-sep.hav-animation .sec-title:after {
  animation: move 15s linear infinite;
  -webkit-animation: move 15s linear infinite;
  animation-play-state: running;
}

.section-title-wrap.centererd .sec-title{
  text-align: center;
}
 
.section-title-wrap.hav-sep.centererd .sec-title:after{
  margin: 0 auto;
}

@-webkit-keyframes move {
  from {
    background-position: 2px 19px;
  }

  to {
    background-position: 500px 19px;
  }
}

@keyframe move {
  from {
    background-position: 2px 19px;
  }

  to {
    background-position: 500px 19px;
  }
}


.banner-wrap {
  height: 100%;
  padding: 25px 150px;
}
.banner-wrap h2 {
  font-size: 28px;
  line-height: 48px;
  font-weight: 600;
}
.banner-wrap .segva-link {
  padding-top: 0;
}
.banner-caption {
  /* width: 660px; */
  position: relative;
  z-index: 5;
}
.segva-slider-caption p.slider-category.animated {
  color: #232323;
}
.segva-slider-caption p {
  font-size:20px;
  line-height: 34px;
  margin: 0;
}

span.segva-separator {
  background-image: url(../images/separator-imgg.png);
  background-repeat: no-repeat;
  width: 46px;
  display: inline-block;
  background-size: 100%;
  height: 8px;
  margin: 0 8px;
}
.segva-slider-caption h2 {
  font-size: 180px;
  line-height: 180px;
  color: #101014;
  font-weight: 800;
  text-shadow: 1px 10px rgb(227 140 86 / 50%);
  letter-spacing: 25px;
  text-transform: uppercase;
}
.segva-slider-caption h2.slider-caption-title-two {
  content: "";
  display: inline-block;
  background-image: url(../images/banner-title-after@2x.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 30px;
  padding-right: 55px;
  padding-bottom: 0;
}
.caption-wrap .segva-border-link {
  padding-top: 30px;
}
.segva-border-link a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  position: relative;
}
.caption-wrap .segva-border-link a.segva-link {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  color: #101014;
  padding: 0 5px;
  font-size: 18px;
}
.caption-wrap .segva-border-link a.segva-link:after {
  content: "";
  background: rgb(51, 51, 51, 0.25);
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 6px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}

.segva-slider-caption {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}



.segva-services-wrap .service-item {
  padding: 35px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}

.segva-services-wrap .service-title {
  font-size: 30px;
  color: #101014;
  font-weight: 600;
  text-transform: uppercase;
}

.segva-services-wrap .service-item span.segva-separator {
  margin: 5px 0 15px;
}

span.segva-separator {
  background-image: url(../images/separator-imgg.png);
  background-repeat: no-repeat;
  width: 46px;
  display: inline-block;
  background-size: 100%;
  height: 8px;
  margin: 0 8px;
}

.segva-services-wrap .service-item p {
  font-size: 18px;
  color: #444444;
  padding-bottom: 10px;
  line-height: 1.6;
  text-align: justify;
}

.segva-services-wrap .service-item .segva-image {
  margin-top: 5px;
  filter: grayscale(100%);
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}

.segva-services-wrap .segva-read-more-btn {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 0;
  bottom: 0;
  vertical-align: middle;
  text-align: center;
  background: #333333;
  color: #ffffff;
  padding: 28px 25px 25px;
}

.footer_social{
  display: flex;
    flex-wrap: wrap;
}

ul.footer_social li{
 
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 16px;
}

ul.footer_social li a {
  border-radius: 12px;
  border: 2px solid #ff5e16;
  /* padding: 20px 10px; */
  width: 48px;
  height: 48px;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.footer-title{
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 2px;
  margin-bottom: 8px;
  color: #fff;
}

p.copyright {
  margin-top: 28px;
  color: #ccc;
}

.segva-link-wrap {
  padding-top: 20px;
}

.segva-link-wrap .segva-link {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  color: #101014;
  padding: 0 4px;
}
.segva-link-wrap .segva-link:after {
  content: "";
  background: rgb(51, 51, 51, 0.25);
  display: block;
  position: absolute;
  width: 100%;
  height: 7px;
  left: 0;
  bottom: 4px;
  -webkit-transition: all ease .6s;
  -ms-transition: all ease .6s;
  transition: all ease .6s;
}
.segva-link-wrap .segva-link:hover:after {
  width: 0;
  -webkit-transition: all ease .6s;
  -ms-transition: all ease .6s;
  transition: all ease .6s;
}