/* ===== Buttons Css ===== */
.about-eight .content .light-rounded-buttons .primary-btn-outline {
  border-color: var(--primary);
  color: var(--primary);
}
.about-eight .content .light-rounded-buttons .active.primary-btn-outline, .about-eight .content .light-rounded-buttons .primary-btn-outline:hover, .about-eight .content .light-rounded-buttons .primary-btn-outline:focus {
  background: var(--primary-dark);
  color: var(--white);
}
.about-eight .content .light-rounded-buttons .deactive.primary-btn-outline {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}

/*======================================
  About Eight CSS
========================================*/
.about-eight {
  position: relative;
  background-color: var(--light-2);
  z-index: 2;
  padding-top: 120px;
  padding-bottom: 90px;
}
.about-eight img {
  width: 100%;
}
.about-eight .section-title-two {
  text-align: center;
  max-width: 550px;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-eight .section-title-two {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .about-eight .section-title-two {
    margin-bottom: 30px;
  }
}
.about-eight .section-title-two span {
  text-transform: capitalize;
  color: var(--white);
  background: var(--primary);
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 15px;
  border-radius: 4px;
}
.about-eight .section-title-two h2 {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-eight .section-title-two h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .about-eight .section-title-two h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
.about-eight .section-title-two p {
  color: var(--dark-3);
}
.about-eight .content {
  text-align: left;
}
.about-eight .content .icon {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  display: block;
  background: var(--primary);
  color: var(--white);
  border-radius: 10px;
  font-size: 30px;
  margin-bottom: 30px;
}
.about-eight .content p {
  margin: 20px 0;
  color: var(--dark-3);
}
.about-eight .content .light-rounded-buttons {
  padding-top: 20px;
}

/* ===== Buttons Css ===== */
.header-eleven .header-text .light-rounded-buttons .primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.header-eleven .header-text .light-rounded-buttons .active.primary-btn, .header-eleven .header-text .light-rounded-buttons .primary-btn:hover, .header-eleven .header-text .light-rounded-buttons .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.header-eleven .header-text .light-rounded-buttons .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

/*======================================
    header Area CSS
========================================*/
.header-eleven {
  background-color: var(--primary);
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-eleven {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .header-eleven {
    padding: 80px 0;
  }
}
.header-eleven .shape {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 500px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-eleven .shape {
    height: 100px;
  }
}
.header-eleven .header-inner {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 3;
}
.header-eleven .header-text h1 {
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--white);
}
.header-eleven .header-text h1 span {
  font-weight: 300;
}
.header-eleven .header-text p {
  color: var(--white);
  opacity: 0.7;
}
.header-eleven .header-text .light-rounded-buttons {
  margin-top: 30px;
}
.header-eleven .header-text .light-rounded-buttons .primary-btn {
  background-color: var(--white);
  color: var(--primary);
}
.header-eleven .mobile-screen {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-eleven .mobile-screen {
    display: none;
  }
}

/*===========================
about-05 css
===========================*/
.about-five {
  background-color: var(--white);
  padding-top: 120px;
  padding-bottom: 90px;
}

.about-five-content .small-title {
  position: relative;
  padding-left: 30px;
}
.about-five-content .small-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  background-color: var(--primary);
  height: 2px;
  width: 20px;
  margin-top: -1px;
}
.about-five-content .main-title {
  margin-top: 20px;
}
.about-five-content .about-five-tab {
  margin-top: 40px;
}
.about-five-content .about-five-tab nav {
  border: none;
  background-color: var(--light-2);
  padding: 15px;
  border-radius: 5px;
}
.about-five-content .about-five-tab nav .nav-tabs {
  border: none;
}
.about-five-content .about-five-tab nav button {
  border: none;
  color: var(--dark-1);
  font-weight: 600;
  padding: 0;
  margin-right: 20px;
  position: relative;
  background-color: var(--white);
  padding: 10px 18px;
  border-radius: 4px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .about-five-content .about-five-tab nav button {
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .about-five-content .about-five-tab nav button:last-child {
    margin: 0;
  }
}
.about-five-content .about-five-tab nav button:hover {
  color: var(--primary);
}
.about-five-content .about-five-tab nav button.active {
  background-color: var(--primary);
  color: var(--white);
}
.about-five-content .about-five-tab nav button:last-child {
  margin-right: 0;
}
.about-five-content .about-five-tab .tab-content {
  border: none;
  padding-top: 30px;
}
.about-five-content .about-five-tab .tab-content p {
  margin-bottom: 20px;
}
.about-five-content .about-five-tab .tab-content p:last-child {
  margin: 0;
}

.about-image-five {
  padding-left: 60px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-five {
    margin-top: 70px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .about-image-five {
    margin-top: 60px;
    padding-left: 0;
  }
}
.about-image-five .shape {
  position: absolute;
  left: 30px;
  top: -30px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-five .shape {
    left: 0;
  }
}
.about-image-five::before {
  position: absolute;
  content: "";
  height: 75%;
  width: 200px;
  right: -40px;
  bottom: -40px;
  background-color: var(--primary);
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-five::before {
    right: -15px;
    bottom: -15px;
  }
}
@media (max-width: 767px) {
  .about-image-five::before {
    display: none;
  }
}
.about-image-five img {
  width: 100%;
  z-index: 2;
}

/* ===== Buttons Css ===== */
.mini-card-style-three .card-content .card-btn .primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.mini-card-style-three .card-content .card-btn .active.primary-btn, .mini-card-style-three .card-content .card-btn .primary-btn:hover, .mini-card-style-three .card-content .card-btn .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.mini-card-style-three .card-content .card-btn .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

/*===========================
  card-11 css 
===========================*/
.mini-card-style-three {
  box-shadow: var(--shadow-1);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.mini-card-style-three:hover {
  box-shadow: var(--shadow-4);
}
.mini-card-style-three .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .mini-card-style-three .card-image img {
    height: 210px;
  }
}
.mini-card-style-three .card-content {
  padding: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mini-card-style-three .card-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.mini-card-style-three .card-content .card-title {
  margin-bottom: 0;
}
.mini-card-style-three .card-content .card-title a {
  font-size: 20px;
  line-height: 30px;
  color: var(--black);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .mini-card-style-three .card-content .card-title a {
    font-size: 18px;
  }
}
.mini-card-style-three .card-content .card-title a:hover {
  color: var(--primary);
}
.mini-card-style-three .card-content .text {
  color: var(--dark-3);
  font-size: 14px;
  line-height: 24px;
  margin-top: 8px;
}
.mini-card-style-three .card-content .card-btn {
  margin-top: 24px;
}
/*======================================
  About Us CSS
========================================*/
.about-section {
  background: var(--light-3);
  padding: 90px 0;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .about-section {
    padding: 120px 0;
  }
}
.about-section .section-title {
  margin-bottom: 30px;
}
.about-section .section-title span {
  font-size: 20px;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 10px;
}
.about-section .section-title h2 {
  font-size: 45px;
  line-height: 55px;
}
@media (max-width: 767px) {
  .about-section .section-title h2 {
    font-size: 38px;
    line-height: 45px;
  }
}
.about-section .about-img-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  width: 46%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .about-img-wrapper {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .about-section .about-img-wrapper {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    margin-bottom: 50px;
  }
}
.about-section .about-img-wrapper img {
  width: 100%;
}
.about-section .about-img-wrapper .about-experience {
  width: 300px;
  border-radius: 27px;
  background: linear-gradient(to top left, var(--primary) 0%, var(--primary-dark) 100%);
  border: 5px solid #eff2f9;
  padding: 40px 20px;
  position: absolute;
  right: -40px;
  bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .about-section .about-img-wrapper .about-experience {
    right: 40px;
  }
}
.about-section .about-img-wrapper .about-experience h3 {
  color: var(--white);
  margin-bottom: 15px;
}
.about-section .about-img-wrapper .about-experience p {
  color: var(--white);
}
.about-section .about-content-wrapper .about-content > p {
  margin-bottom: 45px;
}
.about-section .about-content-wrapper .about-content .counter-up {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about-section .about-content-wrapper .about-content .counter-up {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-section .about-content-wrapper .about-content .counter-up {
    display: flex;
  }
}
.about-section .about-content-wrapper .about-content .counter-up .counter {
  margin-right: 10px;
}
.about-section .about-content-wrapper .about-content .counter-up .counter:last-child {
  margin-right: 0;
}
.about-section .about-content-wrapper .about-content .counter-up .counter span {
  font-size: 40px;
  font-weight: 600;
  color: var(--primary);
  display: block;
  margin-bottom: 8px;
}
.about-section .about-content-wrapper .about-content .counter-up .counter h4 {
  font-weight: 500;
  margin-bottom: 10px;
}

/*===========================
services css 
===========================*/
.services-six {
padding-top: 100px;
padding-bottom: 100px;
position: relative;
/* Section Title Six */
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.services-six {
  padding-top: 60px;
  padding-bottom: 60px;
}
}
.services-six .section-title-four {
text-align: center;
max-width: 550px;
margin: auto;
margin-bottom: 50px;
position: relative;
z-index: 5;
margin-top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.services-six .section-title-four {
  margin-bottom: 45px;
}
}
@media (max-width: 767px) {
.services-six .section-title-four {
  margin-bottom: 35px;
}
}
.services-six .section-title-four span {
text-transform: uppercase;
color: var(--primary);
display: inline-block;
margin-bottom: 16px;
font-size: 14px;
font-weight: 600;
}
@media (max-width: 767px) {
.services-six .section-title-four span {
  margin-bottom: 15px;
}
}
.services-six .section-title-four h2 {
margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.services-six .section-title-four h2 {
  font-size: 2rem;
  line-height: 2.8rem;
}
}
@media (max-width: 767px) {
.services-six .section-title-four h2 {
  font-size: 1.5rem;
  line-height: 1.9rem;
}
}
.services-six .section-title-four h3 {
font-size: 3.8rem;
line-height: 3.8rem;
font-weight: 800;
text-transform: uppercase;
position: absolute;
top: -18px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
color: var(--gray-3);
z-index: -1;
-webkit-text-stroke-width: 1px;
-webkit-text-fill-color: transparent;
-webkit-text-stroke-color: var(--gray-3);
opacity: 0.5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.services-six .section-title-four h3 {
  font-size: 3.3rem;
  line-height: 3.5rem;
  top: -18px;
}
}
@media (max-width: 767px) {
.services-six .section-title-four h3 {
  font-size: 2.7rem;
  line-height: 3.2rem;
  top: -17px;
}
}
.services-six .section-title-four p {
color: var(--dark-3);
}
.services-six .single-service {
padding: 20px;
padding-bottom: 50px;
background-color: var(--white);
box-shadow: var(--shadow-2);
border: none;
border-radius: 10px;
transition: all 0.4s ease-in-out;
overflow: hidden;
position: relative;
margin-top: 30px;
text-align: center;
-webkit-transition: all 0.4s ease-out 0s;
-moz-transition: all 0.4s ease-out 0s;
-ms-transition: all 0.4s ease-out 0s;
-o-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
}
.services-six .single-service:hover {
box-shadow: var(--shadow-4);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.services-six .single-service {
  padding: 25px;
  padding-bottom: 30px;
}
}
@media (max-width: 767px) {
.services-six .single-service {
  padding: 20px;
  padding-bottom: 30px;
}
}
.services-six .single-service::before {
position: absolute;
content: "";
left: 0;
bottom: 0;
height: 4px;
width: 0%;
background-color: var(--primary);
transition: all 0.4s ease-in-out;
}
.services-six .single-service:hover::before {
width: 100%;
}
.services-six .single-service img {
margin-bottom: 30px;
width: 100%;
border-radius: 8px;
}
.services-six .single-service h3 {
color: var(--black);
font-weight: 600;
}
.services-six .single-service p {
color: var(--dark-3);
margin-top: 15px;
}
.services-six .single-service .more {
color: var(--black);
font-weight: 600;
margin-top: 30px;
display: inline-block;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.services-six .single-service .more i {
display: inline-block;
margin-left: 5px;
font-size: 15px;
position: relative;
top: 2px;
}
.services-six .single-service .more:hover {
letter-spacing: 1px;
color: var(--primary);
}

/*===========================
card-13 css 
===========================*/
.mini-card-style-six {
border-radius: 8px;
overflow: hidden;
margin-top: 30px;
}
.mini-card-style-six .card-image img {
width: 100%;
height: 100%;
}
.mini-card-style-six .card-content {
padding: 16px;
position: relative;
padding-left: 0;
padding-right: 0;
}
.mini-card-style-six .card-content .card-title {
margin-bottom: 0;
}
.mini-card-style-six .card-content .card-title a {
font-size: 20px;
line-height: 30px;
color: var(--black);
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
.mini-card-style-six .card-content .card-title a {
  font-size: 18px;
}
}
.mini-card-style-six .card-content .card-title a:hover {
color: var(--primary);
}
.mini-card-style-six .card-content .text {
color: var(--dark-3);
font-size: 14px;
line-height: 24px;
margin-top: 8px;
}
.mini-card-style-six .card-content .card-icon {
position: absolute;
top: -20px;
right: 8px;
}
.mini-card-style-six .card-content .card-icon i {
width: 40px;
line-height: 40px;
height: 40px;
text-align: center;
color: var(--white);
background-color: var(--primary);
border-radius: 50%;
font-size: 24px;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.mini-card-style-six .card-content .card-icon:hover i {
background-color: var(--white);
color: var(--primary);
box-shadow: 0 2px 4px 0 rgba(var(--black), 0.16);
}
/* ===== Buttons Css ===== */
.services-seven .single-service .light-rounded-buttons .primary-btn {
background: var(--primary);
color: var(--white);
box-shadow: var(--shadow-2);
}
.services-seven .single-service .light-rounded-buttons .active.primary-btn, .services-seven .single-service .light-rounded-buttons .primary-btn:hover, .services-seven .single-service .light-rounded-buttons .primary-btn:focus {
background: var(--primary-dark);
color: var(--white);
box-shadow: var(--shadow-4);
}
.services-seven .single-service .light-rounded-buttons .deactive.primary-btn {
background: var(--gray-4);
color: var(--dark-3);
pointer-events: none;
}

/*===========================
services css 
===========================*/
.services-seven {
padding-top: 100px;
padding-bottom: 100px;
position: relative;
/* Section Title Six */
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.services-seven {
  padding-top: 60px;
  padding-bottom: 60px;
}
}
.services-seven .section-title-four {
text-align: center;
max-width: 550px;
margin: auto;
margin-bottom: 50px;
position: relative;
z-index: 5;
margin-top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.services-seven .section-title-four {
  margin-bottom: 45px;
}
}
@media (max-width: 767px) {
.services-seven .section-title-four {
  margin-bottom: 35px;
}
}
.services-seven .section-title-four span {
text-transform: uppercase;
color: var(--primary);
display: inline-block;
margin-bottom: 16px;
font-size: 14px;
font-weight: 600;
}
@media (max-width: 767px) {
.services-seven .section-title-four span {
  margin-bottom: 15px;
}
}
.services-seven .section-title-four h2 {
margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.services-seven .section-title-four h2 {
  font-size: 2rem;
  line-height: 2.8rem;
}
}
@media (max-width: 767px) {
.services-seven .section-title-four h2 {
  font-size: 1.5rem;
  line-height: 1.9rem;
}
}
.services-seven .section-title-four h3 {
font-size: 3.8rem;
line-height: 3.8rem;
font-weight: 800;
text-transform: uppercase;
position: absolute;
top: -18px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
color: var(--gray-3);
z-index: -1;
-webkit-text-stroke-width: 1px;
-webkit-text-fill-color: transparent;
-webkit-text-stroke-color: var(--gray-3);
opacity: 0.5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.services-seven .section-title-four h3 {
  font-size: 3.3rem;
  line-height: 3.5rem;
  top: -18px;
}
}
@media (max-width: 767px) {
.services-seven .section-title-four h3 {
  font-size: 2.7rem;
  line-height: 3.2rem;
  top: -17px;
}
}
.services-seven .section-title-four p {
color: var(--dark-3);
}
.services-seven .single-service {
position: relative;
text-align: left;
padding: 50px;
box-shadow: var(--shadow-2);
border-radius: 5px;
border: 1px solid var(--light-3);
background-color: var(--white);
overflow: hidden;
margin-top: 30px;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.services-seven .single-service {
  padding: 40px;
}
}
@media (max-width: 767px) {
.services-seven .single-service {
  padding: 35px;
}
}
.services-seven .single-service::before {
position: absolute;
left: 0;
bottom: 0;
height: 4px;
width: 0%;
content: "";
background-color: var(--primary);
transition: all 0.4s ease-in-out;
}
.services-seven .single-service:hover {
box-shadow: var(--shadow-4);
}
.services-seven .single-service:hover::before {
width: 100%;
}
.services-seven .single-service .serial {
font-size: 45px;
display: block;
margin-bottom: 7px;
-webkit-text-stroke-width: 1px;
-webkit-text-fill-color: transparent;
-webkit-text-stroke-color: var(--primary);
font-weight: 800;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.services-seven .single-service:hover .serial {
-webkit-text-stroke-color: transparent;
-webkit-text-fill-color: var(--primary);
}
.services-seven .single-service h3 {
color: var(--black);
font-weight: 600;
}
.services-seven .single-service p {
color: var(--dark-3);
margin-top: 25px;
}
.services-seven .single-service .light-rounded-buttons {
margin-top: 25px;
}/*===========================
services css 
===========================*/
.services-three {
position: relative;
background-color: var(--light-2);
padding-top: 70px;
padding-bottom: 70px;
}
.services-three .image {
border-radius: 8px;
overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.services-three .image {
  margin-top: 35px;
}
}
@media (max-width: 767px) {
.services-three .image {
  margin-top: 30px;
}
}
.services-three .services-content .sub-title {
color: var(--primary);
font-weight: 600;
text-transform: uppercase;
font-size: 18px;
}
.services-three .services-content .services-title {
font-size: 40px;
font-weight: 700;
line-height: 55px;
color: var(--black);
margin-top: 16px;
text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.services-three .services-content .services-title {
  font-size: 35px;
  line-height: 48px;
}
}
@media (max-width: 767px) {
.services-three .services-content .services-title {
  font-size: 30px;
  line-height: 42px;
}
}
.services-three .services-content .text {
color: var(--dark-3);
line-height: 25px;
margin-top: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.services-three .services-content .text {
  font-size: 18px;
}
}
@media (max-width: 767px) {
.services-three .services-content .text {
  font-size: 16px;
  line-height: 24px;
}
}

/*===== BLOG STYLE ELEVEN =====*/
.blog-style-nine {
  margin-top: 30px;
}
.blog-style-nine .blog-image img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.blog-style-nine .blog-content {
  border: 1px solid var(--gray-3);
  border-top: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 16px 16px 28px;
}
.blog-style-nine .blog-content .blog-title a {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  color: var(--black);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-style-nine .blog-content .blog-title a {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .blog-style-nine .blog-content .blog-title a {
    font-size: 24px;
    line-height: 35px;
  }
}
.blog-style-nine .blog-content .blog-title a:hover {
  color: var(--primary);
}
.blog-style-nine .blog-content .text {
  color: var(--dark-3);
  margin-top: 16px;
}
.blog-style-nine .blog-content span {
  font-size: 14px;
  line-height: 20px;
  color: var(--dark-3);
  margin-right: 10px;
}
.blog-style-nine .blog-content .blog-date {
  margin-top: 15px;
}
.blog-style-nine .blog-content .rounded-buttons {
  margin-top: 15px;
}
/*===== SLIDER SEVEN =====*/
.slider-seven {
  background-color: var(--light-2);
  padding-top: 100px;
  padding-bottom: 100px;
}
.slider-seven .single-items-three {
  margin-top: 30px;
}
.slider-seven .single-items-three .items-image img {
  width: 100%;
  border-radius: 10px;
}
.slider-seven .single-items-three .items-content {
  margin-top: 16px;
  position: relative;
}
.slider-seven .single-items-three .items-content .items-title {
  padding-right: 30px;
}
.slider-seven .single-items-three .items-content .items-title a {
  font-size: 24px;
  line-height: 30px;
  color: var(--black);
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .slider-seven .single-items-three .items-content .items-title a {
    font-size: 20px;
    line-height: 28px;
  }
}
.slider-seven .single-items-three .items-content .items-title a:hover {
  color: var(--primary);
}
.slider-seven .single-items-three .items-content i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  color: var(--dark-3);
}
.slider-seven .slider-items-three-wrapper {
  position: relative;
  margin: 0;
}
.slider-seven .slider-items-three-wrapper .tns-nav {
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.slider-seven .slider-items-three-wrapper .tns-nav button {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: var(--primary);
  opacity: 0.3;
  border: 0;
  margin: 0 5px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.slider-seven .slider-items-three-wrapper .tns-nav button.tns-nav-active {
  width: 20px;
  opacity: 1;
  border-radius: 5px;
}
.slider-seven .slider-items-three-wrapper .tns-nav button:hover {
  opacity: 1;
}
.slider-seven .slider-items-three-wrapper .tns-controls {
  z-index: 2;
}
.slider-seven .slider-items-three-wrapper .tns-controls button {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  left: -25px;
  font-size: 27px;
  line-height: 30px;
  color: var(--dark-3);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: var(--primary);
  z-index: 9;
  color: var(--white);
  padding: 8px 12px;
  border-radius: 6px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-seven .slider-items-three-wrapper .tns-controls button {
    font-size: 24px;
    left: -24px;
  }
}
.slider-seven .slider-items-three-wrapper .tns-controls button:hover {
  color: var(--white);
  background-color: var(--dark-1);
}
.slider-seven .slider-items-three-wrapper .tns-controls button[data-controls=next] {
  left: auto;
  right: 0px;
}