/*===========================
  Section Title One CSS
===========================*/
.section-title-one {
  text-align: center;
  max-width: 750px;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-one {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .section-title-one {
    margin-bottom: 35px;
  }
}
.section-title-one h2 {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-one h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .section-title-one h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}

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

/*======================================
  header Area CSS
========================================*/
.header-eight {
position: relative;
padding: 100px 0;
background: var(--primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-eight {
  padding: 90px 0;
}
}
@media (max-width: 767px) {
.header-eight {
  padding: 80px 0;
}
}
.header-eight .header-image img {
width: 100%;
border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.header-eight .header-image {
  margin-top: 40px;
}
}
.header-eight .header-content {
border-radius: 0;
position: relative;
z-index: 1;
text-align: left;
}
.header-eight .header-content h1 {
font-weight: 700;
color: var(--white);
text-shadow: 0px 3px 8px #00000017;
text-transform: capitalize;
}
.header-eight .header-content h1 span {
display: block;
}
.header-eight .header-content h2 {
font-weight: 600;
color: var(--white);
text-shadow: 0px 3px 8px #00000017;
text-transform: capitalize;
}
.header-eight .header-content h2 span {
display: block;
}
.header-eight .header-content h5 {
font-weight: 500;
line-height:35px;
color: var(--caution);
text-shadow: 0px 3px 8px #00000017;
text-transform: capitalize;
opacity: 0.9;
}
.header-eight .header-content p {
margin-top: 30px;
color: var(--white);
opacity: 0.7;
}
.header-eight .button {
margin-top: 40px;
}
.header-eight .primary-btn {
margin-right: 12px;
background-color: var(--white);
color: var(--primary);
border: 1px solid transparent;
}
.header-eight .primary-btn:hover {
background-color: transparent;
color: var(--white);
border-color: var(--white);
}
.header-eight .video-button {
display: inline-flex;
align-items: center;
}
@media (max-width: 767px) {
.header-eight .video-button {
  margin-top: 20px;
}
}
.header-eight .video-button .text {
display: inline-block;
margin-left: 15px;
color: var(--white);
font-weight: 600;
}
.header-eight .video-button .icon-btn {
background: var(--white);
color: var(--primary);
}
/* ===== Buttons Css ===== */
.header-five .primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.header-five .active.primary-btn, .header-five .primary-btn:hover, .header-five .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.header-five .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

.header-five .primary-btn-outline {
  border-color: var(--primary);
  color: var(--primary);
}
.header-five .active.primary-btn-outline, .header-five .primary-btn-outline:hover, .header-five .primary-btn-outline:focus {
  background: var(--primary-dark);
  color: var(--white);
}
.header-five .deactive.primary-btn-outline {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}

/*===== HEADER FIVE =====*/
.header-five {
  position: relative;
}
.header-five .header-hero {
  height: 850px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-five .header-hero {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .header-five .header-hero {
    height: 650px;
  }
}
.header-five .header-hero::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(rgba(232, 237, 255, 0.9), rgba(239, 254, 255, 0.9) 10%, rgba(254, 255, 244, 0.3) 48%, rgba(255, 255, 255, 0.12));
  background: -o-linear-gradient(rgba(232, 237, 255, 0.9), rgba(239, 254, 255, 0.9) 10%, rgba(254, 255, 244, 0.3) 48%, rgba(255, 255, 255, 0.12));
  background: linear-gradient(rgba(232, 237, 255, 0.9), rgba(239, 254, 255, 0.9) 10%, rgba(254, 255, 244, 0.3) 48%, rgba(255, 255, 255, 0.12));
}
.header-five .header-content {
  padding-top: 195px;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-five .header-content {
    padding-top: 130px;
  }
}
@media (max-width: 767px) {
  .header-five .header-content {
    padding-top: 120px;
  }
}
.header-five .header-title {
  font-size: 44px;
  line-height: 55px;
  color: var(--black);
  font-weight: 600;
}
@media (max-width: 767px) {
  .header-five .header-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.header-five .text {
  font-size: 20px;
  line-height: 32px;
  color: var(--black);
  margin-top: 16px;
}
@media (max-width: 767px) {
  .header-five .text {
    font-size: 16px;
    line-height: 24px;
  }
}
.header-five .header-btn {
  margin-top: 22px;
}
.header-five .header-btn li {
  display: inline-block;
  margin: 10px 10px 0;
}
.header-five .header-shape {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
}
.header-five .header-shape img {
  width: 100%;
}
/* ===== Buttons Css ===== */
.header-nine .primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.header-nine .active.primary-btn, .header-nine .primary-btn:hover, .header-nine .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.header-nine .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

.header-nine .primary-btn-outline {
  border-color: var(--primary);
  color: var(--primary);
}
.header-nine .active.primary-btn-outline, .header-nine .primary-btn-outline:hover, .header-nine .primary-btn-outline:focus {
  background: var(--primary-dark);
  color: var(--white);
}
.header-nine .deactive.primary-btn-outline {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}

/*======================================
    header Area CSS
========================================*/
.header-nine {
  position: relative;
  background-color: var(--white);
  padding: 50px 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nine {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .header-nine {
    padding: 50px 0;
  }
}
.header-nine .main__circle {
  top: -98px;
  right: calc(50% - 1145px);
  width: 1000px;
  height: 1000px;
  background: var(--primary);
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-nine .main__circle {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .header-nine .header-content {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nine .header-content {
    padding: 0px 110px;
  }
}
.header-nine .header-content h6 {
  display: inline-block;
  margin-bottom: 20px;
  font-size:18px;
  
}
.header-nine .header-content h1 {
  text-transform: capitalize;
  overflow: hidden;
  margin-bottom: 30px;
  font-weight:700;
}
.header-nine .header-content h1 .color2 {
  color: var(--primary);
}
.header-nine .header-content p {
  color: var(--dark-3);
}
@media (max-width: 767px) {
  .header-nine .header-content p {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .header-nine .header-content p {
    padding-right: 60px;
  }
}
.header-nine .button {
  margin-top: 20px;
  display: flex;
}
@media (max-width: 767px) {
  .header-nine .button {
    display: block;
  }
}
.header-nine .primary-btn {
  margin-right: 12px;
}
.header-nine .video {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header-nine .video {
    display: block;
    margin-top: 15px;
  }
}
.header-nine .video-text {
  display: inline-block;
  margin-left: 15px;
}
.header-nine .header-image {
  box-shadow: none;
  z-index: 2;
  position: relative;
}
.header-nine .header-image .shape {
  position: absolute;
  right: -30px;
  top: -30px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-nine .header-image {
    display: none;
  }
}
.header-nine .header-image img {
  width: 640px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .header-nine .header-image {
    margin-left: 40px;
  }
}
.list-style .list-style-one ul li {
  font-size: 16px;
  line-height: 24px;
  margin-top: 13px;
  color: var(--black);
}
.list-style .list-style-one ul li span {
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  line-height: 25px;
  margin-right: 13px;
}

/*===========================
Features Four CSS 
===========================*/
.features-four {
  /* background-color: var(--light-2); */
  padding-top: 40px;
  padding-bottom: 120px;
  color: var(--black);
}
.features-four .section-title {
  padding-bottom: 10px;
}
.features-four .title {
  font-size: 30px;
  font-weight: 600;
  color: var(--black);
  line-height: 55px;
}
@media (max-width: 767px) {
  .features-four .title {
    font-size: 30px;
    line-height: 35px;
  }
}

.features-style-four {
  margin-top: 40px;
}
@media only screen and (min-width: 1400px) {
  .features-style-four {
    padding-right: 95px;
  }
}
.features-style-four .features-icon {
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
  max-width: 120px;
  width: 100%;
  height: 105px;
}
.features-style-four .features-icon i {
  font-size: 70px;
  line-height: 70px;
  color: var(--primary);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 767px) {
  .features-style-four .features-icon i {
    font-size: 60px;
    line-height: 60px;
  }
}
.features-style-four .features-icon:before {
  position: absolute;
  content: "";
  top: 0;
  left: 5%;
  background-color: var(--primary);
  height: 75px;
  width: 75px;
  border-radius: 5px 5px 5px 60%;
  opacity: 0.1;
}
.features-style-four .features-content {
  padding-left: 16px;
}
@media (max-width: 767px) {
  .features-style-four .features-content {
    padding-top: 15px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features-style-four .features-content {
    padding-top: 0;
    padding-left: 15px;
  }
}
.features-style-four .features-title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  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;
}
.features-style-four .text {
  color: var(--black);
  margin-top: 16px;
}

/*===========================
about-04 css
===========================*/
.about-four {
  background-color: var(--light-2);
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
}

.about-feature-four {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .about-feature-four {
    padding: 0;
  }
}
.about-feature-four .about-feature-image img {
  width: 100%;
}
.about-feature-four .about-feature-content .feature-title {
  margin-bottom: 16px;
}
.about-feature-four .about-feature-content .text {
  margin-top: 8px;
}

.about-feature-items-four {
  margin-top: 40px;
}
.about-feature-items-four .feature-items-icon {
  max-width: 100px;
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 40px;
  border-radius: 50%;
  background-color: var(--white);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  color: var(--primary);
}
.about-feature-items-four .feature-items-content {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .about-feature-items-four .feature-items-content {
    padding-left: 0;
    padding-top: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-feature-items-four .feature-items-content {
    padding-left: 30px;
    padding-top: 0;
  }
}
.about-feature-items-four .feature-items-content .text {
  margin-top: 16px;
}

.feature-four-image {
  padding-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-four-image {
    padding: 0;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .feature-four-image {
    padding: 0;
    margin-top: 40px;
  }
}
.feature-four-image img {
  border-radius: 5px;
}
/*===========================
teams css 
===========================*/

.team-style-five {
  position: relative;
  margin-top: 50px;
}
.team-style-five .team-image {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}
.team-style-five .team-image img {
  width: 100%;
  -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;
}
.team-style-five:hover .team-image img {
  -webkit-transform: scale(1.2) rotate(2deg);
  -moz-transform: scale(1.2) rotate(2deg);
  -ms-transform: scale(1.2) rotate(2deg);
  -o-transform: scale(1.2) rotate(2deg);
  transform: scale(1.2) rotate(2deg);
}
.team-style-five .team-content {
  border-radius: 8px;
  position: relative;
  /* background-color: var(--white); */
  padding: 0px 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-style-five .team-content {
    padding: 0;
    padding-top: 30px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .team-style-five .team-content {
    padding: 0;
    padding-top: 30px;
    text-align: center;
  }
}
.team-style-five .team-content .name {
  font-size: 22px;
  font-weight: 600;
  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 only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-style-five .team-content .name {
    font-size: 20px;
  }
}
.team-style-five .team-content p {
  font-size: 15px;
  margin: 12px 0 16px 0;
}
.team-style-five .team-content .sub-title {
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-3);
  margin-top: 2px;
  display: block;
}
.team-style-five .team-content .social {
  margin-top: 20px;
}
.team-style-five .team-content .social li {
  display: inline-block;
  margin-right: 6px;
}
.team-style-five .team-content .social li:last-child {
  margin: 0;
}
.team-style-five .team-content .social li a {
  font-size: 15px;
  color: var(--gray-1);
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid var(--gray-4);
  border-radius: 50%;
  -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;
}
.team-style-five .team-content .social li a:hover {
  background-color: var(--primary);
  color: var(--white);
  border-color: transparent;
}
/*======================================
Team CSS
========================================*/
.team-style-seven {
  /* background-color: var(--light-2); */
  padding: 40px 0;
}
.team-style-seven .single-team {
  margin-top: 30px;
  position: relative;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  background: transparent;
}
.team-style-seven .single-team .shapes {
  position: relative;
}
.team-style-seven .single-team .shapes .shape1 {
  height: 50px;
  width: 50px;
  position: absolute;
  left: 0;
  top: 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.team-style-seven .single-team .shapes .shape2 {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
  bottom: 3px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.team-style-seven .single-team:hover .shapes .shape1 {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.team-style-seven .single-team:hover .shapes .shape2 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.team-style-seven .single-team .info-head {
  background: transparent;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 20px;
}
.team-style-seven .single-team:hover .info-head {
  border-color: transparent;
}
.team-style-seven .single-team:hover .info-head:before {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.team-style-seven .single-team .image {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  overflow: hidden;
}
.team-style-seven .single-team .image img {
  height: 100%;
  width: 100%;
}
.team-style-seven .single-team .info-box {
  text-align: center;
}
.team-style-seven .single-team .info-box .name {
  display: block;
  font-size: 18px;
  color: var(--black);
  margin-bottom: 3px;
  text-transform: capitalize;
}
.team-style-seven .single-team .info-box .name a {
  font-weight: 600;
  font-size: 16px;
}
.team-style-seven .single-team .info-box .name a:hover {
  color: var(--primary);
}
.team-style-seven .single-team .info-box .designation {
  color: var(--dark-3);
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.team-style-seven .single-team .social-links {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: 15px;
}
.team-style-seven .single-team .social-links .social {
  border: 1px solid var(--gray-4);
  padding: 12px 30px;
  border-radius: 30px;
}
.team-style-seven .single-team .social-links .social li {
  display: inline-block;
  margin-right: 15px;
}
.team-style-seven .single-team .social-links .social li:last-child {
  margin-right: 0px;
}
.team-style-seven .single-team .social-links .social li a {
  color: var(--dark-3);
  display: block;
  font-size: 16px;
}
.team-style-seven .single-team .social-links .social li a:hover {
  color: var(--primary);
}
/*===========================
about-05 css
===========================*/
.about-five {background-color: var(--white);padding-top: 120px;padding-bottom: 90px;}

.about-five-content .small-title {
text-transform: none;
color: var(--primary);
position: relative;
padding-left: 30px;
font-size:20px;
}
.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: 10px;
font-size:30px;
}
.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-five{
  margin-top: 0px;
  padding-top: 50px;
  padding-left: 0;
}
.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;
}
/*===========================
services css 
===========================*/
.services-three {
position: relative;
padding-top: 80px;
padding-bottom: 80px;
}
.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: 26px;
font-weight: 600;
line-height: 44px;
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;
}
}
/* ===== Buttons Css ===== */
.newsletter-area .subscribe-text .light-rounded-buttons .primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.newsletter-area .subscribe-text .light-rounded-buttons .active.primary-btn, .newsletter-area .subscribe-text .light-rounded-buttons .primary-btn:hover, .newsletter-area .subscribe-text .light-rounded-buttons .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.newsletter-area .subscribe-text .light-rounded-buttons .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

/*===== call action four =====*/
.newsletter-area {
  background-color: var(--primary);
  text-align: center;
  padding: 100px 0;
}
.newsletter-area .section-title {
  max-width: 560px;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .newsletter-area .section-title {
    margin-bottom: 30px;
  }
}
.newsletter-area .section-title span {
  color: var(--white);
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .newsletter-area .section-title span {
    margin-bottom: 10px;
  }
}
.newsletter-area .section-title h2 {
  color: var(--white);
}
@media (max-width: 767px) {
  .newsletter-area .section-title h2 {
    font-size: 25px;
  }
}
.newsletter-area .section-title h3 {
  font-size: 62px;
  font-weight: 800;
  text-transform: uppercase;
  position: absolute;
  top: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: var(--light-1);
  z-index: -1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: var(--white) !important;
  opacity: 0.2 !important;
}
@media (max-width: 767px) {
  .newsletter-area .section-title h3 {
    font-size: 35px;
    top: -10px;
  }
}
.newsletter-area .subscribe-text {
  text-align: center;
  background: var(--white);
  display: inline-block;
  padding: 30px 30px;
  border-radius: 10px;
  box-shadow: var(--shadow-6);
}
@media (max-width: 767px) {
  .newsletter-area .subscribe-text {
    padding: 20px;
  }
}
.newsletter-area .subscribe-text form {
  display: flex;
  text-align: center;
}
@media (max-width: 767px) {
  .newsletter-area .subscribe-text form {
    display: block;
  }
}
.newsletter-area .subscribe-text input {
  height: 46px;
  width: 100%;
  border: none;
  background-color: var(--white);
  border-radius: 5px;
  padding: 0px 30px;
  display: block;
  text-align: center;
  display: inline-block;
  border: 1px solid var(--light-1);
  background: transparent;
  color: var(--dark);
  font-weight: 500;
  text-align: left;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .newsletter-area .subscribe-text .light-rounded-buttons {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .newsletter-area .subscribe-text .light-rounded-buttons .primary-btn {
    width: 100%;
  }
}
/*============================
  Section Title Six CSS
==============================*/
.section-title-six {
  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) {
  .section-title-six {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .section-title-six {
    margin-bottom: 35px;
  }
}
.section-title-six h3 {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
  color: var(--primary);
  text-transform: capitalize;
  position: relative;
  line-height: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-six h3 {
    font-size: 15px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .section-title-six h3 {
    font-size: 15px;
    margin-bottom: 14px;
  }
}
.section-title-six h3::before {
  position: absolute;
  content: "";
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 15px;
  background-color: var(--primary);
  border-radius: 8px;
}
.section-title-six h3::after {
  position: absolute;
  content: "";
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 15px;
  background-color: var(--primary);
  border-radius: 8px;
}
.section-title-six h2 {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-six h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .section-title-six h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
.section-title-six p {
  color: var(--dark-3);
}

/*===========================
  Section Title Four CSS
===========================*/
.section-title-four {
  text-align: center;
  max-width: 900px;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-four {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .section-title-four {
    margin-bottom: 35px;
  }
}
.section-title-four span {
  text-transform: normal;
  color: var(--primary);
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .section-title-four span {
    margin-bottom: 15px;
  }
}
.section-title-four h2 {
  margin-bottom: 15px;
  font-size:28px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-four h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .section-title-four h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
.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.95;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-four h3 {
    font-size: 3.3rem;
    line-height: 3.5rem;
    top: -18px;
  }
}
@media (max-width: 767px) {
  .section-title-four h3 {
    font-size: 2.7rem;
    line-height: 3.2rem;
    top: -17px;
  }
}
.section-title-four p {
  color: var(--dark-3);
  font-size:1.2rem;
  text-align:center;
}


/*===========================
  Section Title Four Alt CSS
===========================*/
.section-title-four-alt {
  text-align: left;
  margin: auto;
  /* margin-bottom: 50px; */
  position: relative;
  z-index: 5;
  margin-top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-four-alt {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .section-title-four-alt {
    margin-bottom: 35px;
  }
}
.section-title-four-alt span {
  font-family: 'Kalam', cursive;
  text-transform: normal;
  color: var(--primary);
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .section-title-four-alt span {
    margin-bottom: 15px;
  }
}
.section-title-four-alt h2 {
  margin-bottom: 15px;
  font-size:26px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-four-alt h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .section-title-four-alt h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
.section-title-four-alt h3 {
  font-family: 'Caveat', cursive;
  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.95;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-four-alt h3 {
    font-size: 3.3rem;
    line-height: 3.5rem;
    top: -18px;
  }
}
@media (max-width: 767px) {
  .section-title-four-alt h3 {
    font-size: 2.7rem;
    line-height: 3.2rem;
    top: -17px;
  }
}
.section-title-four-alt p {
  font-size:1.1rem;
  text-align:left;
}

/*===== SLIDER THREE =====*/
.slider-three {
  background-color: var(--light-2);
  padding-top: 112px;
  padding-bottom: 130px;
}
.slider-three .section-title .title {
  font-size: 44px;
  line-height: 55px;
  font-weight: 600;
  color: var(--black);
}
@media (max-width: 767px) {
  .slider-three .section-title .title {
    font-size: 28px;
    line-height: 32px;
  }
}
.slider-three .section-title .text {
  color: var(--dark-3);
  margin-top: 24px;
}
.slider-three .slider-items-wrapper {
  position: relative;
}
.slider-three .slider-items-wrapper .tns-nav {
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.slider-three .slider-items-wrapper .tns-nav button {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: var(--primary);
  opacity: 0.5;
  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-three .slider-items-wrapper .tns-nav button.tns-nav-active {
  width: 20px;
  opacity: 1;
  border-radius: 5px;
}
.slider-three .single-items-one {
  margin-top: 40px;
}
.slider-three .single-items-one img {
  width: 100%;
  box-shadow: var(--shadow-2);
  border-radius: 10px;
}

/*===== 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;
}

/*===== VIDEO ONE =====*/
.video-one {
  padding-top: 60px;
  padding-bottom: 50px;
}
.video-one .video-title h5 {
  font-weight: 600;
  color: var(--primary);
}
.video-one .video-title h2 {
  font-weight: 700;
  color: var(--black);
  margin-top: 10px;
}
.video-one .video-title .text-lg {
  margin-top: 24px;
  color: var(--dark-3);
}
.video-one .video-content {
  position: relative;
  margin-top: 60px;
  border-radius: 8px;
  overflow: hidden;
}
.video-one .video-content img {
  border-radius: 8px;
}
.video-one .video-content a {
  width: 88px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--primary);
  color: var(--white);
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -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;
  padding-left: 3px;
}
@media (max-width: 767px) {
  .video-one .video-content a {
    width: 68px;
    height: 68px;
    line-height: 68px;
    font-size: 46px;
  }
}
.video-one .video-content a:hover {
  background-color: var(--white);
  color: var(--primary);
}

/*===== VIDEO TWO =====*/
.video-two {
  background-color: var(--primary);
  position: relative;
  z-index: 9;
  padding-bottom: 50px;
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-two {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .video-two {
    padding-top: 60px;
  }
}
.video-two .section-title {
  margin-bottom: 140px;
  padding: 0 265px;
}
.video-two .section-title span {
  font-weight: 600;
}
.video-two .section-title h2 {
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-two .section-title {
    padding: 0 50px;
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .video-two .section-title {
    padding: 0 30px;
    margin-bottom: 100px;
  }
  .video-two .section-title h2 {
    font-size: 20px;
  }
}
.video-two .section-title span {
  display: block;
  margin-bottom: 12px;
  color: var(--primary);
}
@media (max-width: 767px) {
  .video-two .section-title span {
    margin-bottom: 10px;
  }
}
.video-two .section-title p {
  margin-top: 15px;
}
.video-two::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 200px;
  width: 100%;
  background-color: var(--white);
  z-index: -1;
}
.video-two .inner-content-head {
  padding: 30px;
  border: 1px solid #eeeeee40;
  border-radius: 30px;
  background: #ffffff24;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-two .inner-content-head {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .video-two .inner-content-head {
    padding: 0;
    border: none;
  }
}
.video-two .inner-content {
  background-color: var(--white);
  padding: 100px 0;
  height: 100%;
  border-radius: 15px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.09);
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-two .inner-content {
    padding: 50px 30px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .video-two .inner-content {
    padding: 50px 0;
  }
}
.video-two .inner-content .shape1 {
  height: 120px;
  width: 120px;
  position: absolute;
  right: -60px;
  bottom: 58px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-two .inner-content .shape1 {
    width: 90px;
    height: 80px;
    right: -50px;
    bottom: 90px;
  }
}
@media (max-width: 767px) {
  .video-two .inner-content .shape1 {
    width: 80px;
    height: 80px;
    right: -50px;
    bottom: 20px;
  }
}
.video-two .inner-content .shape2 {
  width: 30px;
  position: absolute;
  left: 20px;
  top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-two .inner-content .shape2 {
    width: 25px;
  }
}
@media (max-width: 767px) {
  .video-two .inner-content .shape2 {
    width: 20px;
  }
}
.video-two .intro-video-play {
  position: relative;
  z-index: 9;
}
.video-two .intro-video-play .play-thumb a {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 83px;
  background: var(--primary);
  border-radius: 50%;
  padding-left: 5px;
  font-size: 22px;
  color: var(--white);
  transform: translateX(-50%);
  -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;
}
.video-two .intro-video-play .play-thumb a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid var(--primary);
  border-radius: 50%;
  -webkit-animation: pulse-border-2 1.5s linear infinite;
  -moz-animation: pulse-border-2 1.5s linear infinite;
  -o-animation: pulse-border-2 1.5s linear infinite;
  animation: pulse-border-2 1.5s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-two .intro-video-play .play-thumb a {
    height: 70px;
    width: 70px;
    font-size: 20px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .video-two .intro-video-play .play-thumb a {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 18px;
  }
}
.video-two .intro-video-play .play-thumb a:hover {
  background-color: var(--primary-dark);
  color: var(--white);
}
@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
/*===========================
  about-07 css
===========================*/
.about-seven {
  position: relative;
  padding: 100px 0;
}
.about-seven .about-left {
  padding-right: 100px;
}
.about-seven .about-left p {
  margin-bottom: 25px;
}
.about-seven .about-left .section-title {
  padding: 0;
  margin-bottom: 40px;
}
.about-seven .about-left .section-title span {
  position: relative;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: block;
  color: var(--primary);
}
.about-seven .about-left .section-title h2 {
  margin: 0;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.about-seven .about-left .section-title h2::before {
  display: none;
}
.about-seven .about-left .author img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  float: left;
  margin-right: 15px;
}
.about-seven .about-left .author .content {
  margin-top: 40px;
}
.about-seven .about-left .author .content h5 {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  top: 22px;
}
.about-seven .about-left .author .content h5 a {
  display: inline-block;
  margin-left: 5px;
  font-weight: 500;
  text-transform: capitalize;
}
.about-seven .about-right {
  position: relative;
}
.about-seven .about-right img {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
/* ===== Buttons Css ===== */
.header-thirteen .header-content-wrapper .rounded-buttons .primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.header-thirteen .header-content-wrapper .rounded-buttons .active.primary-btn, .header-thirteen .header-content-wrapper .rounded-buttons .primary-btn:hover, .header-thirteen .header-content-wrapper .rounded-buttons .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.header-thirteen .header-content-wrapper .rounded-buttons .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

/*======================================
    header Area CSS
========================================*/
.header-thirteen {
  padding-top: 80px;
  position: relative;
  height: 870px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1400px) {
  .header-thirteen {
    height: 870px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-thirteen {
    height: 700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-thirteen {
    height: 650px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-thirteen {
    height: auto;
    padding-top: 100px;
  }
}
.header-thirteen .header-content-wrapper h5 {
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 10px;
}
.header-thirteen .header-content-wrapper h1 {
  font-weight: bold;
  font-size: 50px;
  line-height: 65px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-thirteen .header-content-wrapper h1 {
    font-size: 45px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .header-thirteen .header-content-wrapper h1 {
    font-size: 40px;
    line-height: 52px;
  }
}
.header-thirteen .header-content-wrapper p {
  color: var(--dark-3);
  margin-bottom: 30px;
}
.header-thirteen .header-img {
  position: absolute;
  right: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48%;
  text-align: right;
  margin: 60px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-thirteen .header-img {
    position: relative;
    width: 100%;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.header-thirteen .header-img.header-img-2 {
  top: 50%;
}
.header-thirteen .header-img .header-img-right {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-thirteen .header-img .header-img-right {
    position: static;
  }
}
@media (max-width: 767px) {
  .header-thirteen .header-img .header-img-right {
    position: static;
  }
}
.header-thirteen .header-img img.dot-shape {
  position: absolute;
  left: -60px;
  bottom: 60px;
  z-index: -1;
}
.header-thirteen .header-img .image {
  width: 100%;
}
.header-thirteen .header-img .video-btn {
  position: absolute;
  left: -40px;
  top: 50%;
  -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), (max-width: 767px) {
  .header-thirteen .header-img .video-btn {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.header-thirteen .header-img .video-btn a {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--primary);
  -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;
  box-shadow: var(--shadow-4);
}
.header-thirteen .header-img .video-btn a:hover {
  box-shadow: var(--shadow-6);
}

/*============================
  Section Title Seven CSS
==============================*/
.section-title-seven {
  text-align: center;
  max-width: 650px;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-seven {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .section-title-seven {
    margin-bottom: 35px;
  }
}
.section-title-seven span {
  text-transform: uppercase;
  color: var(--primary);
  display: inline-block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
}
.section-title-seven h5 {
  font-weight: 600;
  margin-bottom: 7px;
  color: var(--primary);
  text-transform: uppercase;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .section-title-seven h5 {
    font-size: 0.8rem;
  }
}
.section-title-seven h2 {
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 15px;
}
.section-title-seven h2::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 3px;
  width: 50px;
  background-color: var(--primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-seven h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .section-title-seven h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
.section-title-seven p {
  color: var(--black);
}

/*============================
  Section Title Three CSS
==============================*/
.section-title-three {
  text-align: center;
  max-width: 550px;
  margin: auto;
  margin-bottom: 10px;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-three {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .section-title-three {
    margin-bottom: 35px;
  }
}
.section-title-three h5 {
  font-weight: 600;
  margin-bottom: 7px;
  color: var(--primary);
  text-transform: uppercase;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .section-title-three h5 {
    font-size: 0.8rem;
  }
}
.section-title-three h2 {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-three h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .section-title-three h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
.section-title-three p {
  text-align:center;
  /* color: var(--dark-3); */
}

/* ===== Buttons Css ===== */
.features-style-one .primary-btn-outline {
  border-color: var(--primary);
  color: var(--primary);
}
.features-style-one .active.primary-btn-outline, .features-style-one .primary-btn-outline:hover, .features-style-one .primary-btn-outline:focus {
  background: var(--primary-dark);
  color: var(--white);
}
.features-style-one .deactive.primary-btn-outline {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}

/*===========================
  Features One CSS 
===========================*/
.features-one {
  background-color: var(--light-2);
  padding-top: 60px;
  padding-bottom: 60px;
}
.features-one .section-title {
  padding-bottom: 10px;
}
.features-one .title {
  font-size: 44px;
  font-weight: 600;
  color: var(--black);
  line-height: 55px;
}
@media (max-width: 767px) {
  .features-one .title {
    font-size: 30px;
    line-height: 35px;
  }
}
.features-one .text {
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-3);
  margin-top: 24px;
}

.features-style-one {
  background-color: var(--white);
  padding: 40px 20px;
  margin-top: 40px;
  box-shadow: var(--shadow-2);
  border-radius: 4px;
  transition: all 0.3s;
}
.features-style-one:hover {
  box-shadow: var(--shadow-4);
}
.features-style-one .features-icon {
  position: relative;
  display: inline-block;
  z-index: 1;
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 40px;
  color: var(--primary);
  border: 2px solid rgba(187, 187, 187, 0.192);
  border-radius: 50%;
  -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) {
  .features-style-one .features-icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 35px;
  }
}
.features-style-one:hover .features-icon {
  border-color: transparent;
  color: var(--white);
  background-color: var(--primary);
}
.features-style-one .features-content {
  margin-top: 24px;
}
.features-style-one .features-title {
  font-size: 26px;
  line-height: 35px;
  font-weight: 600;
  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), (max-width: 767px) {
  .features-style-one .features-title {
    font-size: 22px;
  }
}
.features-style-one .text {
  color: var(--dark-3);
  margin-top: 16px;
}
.features-style-one .features-btn {
  margin-top: 32px;
}

/*===========================
  Section Title Two CSS
===========================*/
.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) {
  .section-title-two {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .section-title-two {
    margin-bottom: 35px;
  }
}
.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;
}
.section-title-two h2 {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-two h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .section-title-two h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
.section-title-two p {
  color: var(--dark);
}
/*===========================
  Section Title Five CSS
===========================*/
.section-title-five {
  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) {
  .section-title-five {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .section-title-five {
    margin-bottom: 35px;
  }
}
.section-title-five h6 {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
  color: var(--primary);
  border: 2px solid var(--primary);
  border-radius: 30px;
  padding: 8px 30px;
}
.section-title-five h2 {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-five h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .section-title-five h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
.section-title-five p {
  color: var(--dark);
}

/* ===== Buttons Css ===== */
.contact-form .single-form .input-form .primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.contact-form .single-form .input-form .active.primary-btn, .contact-form .single-form .input-form .primary-btn:hover, .contact-form .single-form .input-form .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.contact-form .single-form .input-form .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

/*===========================
    contact-01 css 
===========================*/
.contact-area {
  padding-top: 50px;
  padding-bottom: 100px;
}
.contact-area .mt-15 {
  margin-top: 15px;
}
.contact-area .section-title .title {
  font-size: 28px;
  font-weight: 600;
  line-height: 55px;
}
@media (max-width: 767px) {
  .contact-area .section-title .title {
    font-size: 24px;
    line-height: 35px;
  }
}

.contact-form .single-form label {
  font-size: 12px;
  color: var(--dark-2);
  line-height: 18px;
  margin-left: 44px;
}
.contact-form .single-form .input-form {
  position: relative;
}
.contact-form .single-form .input-form i {
  font-size: 24px;
  position: absolute;
  top: 10px;
  left: 10px;
  color: var(--dark-3);
}
.contact-form .single-form .input-form textarea, .contact-form .single-form .input-form input {
  width: 100%;
  height: 44px;
  padding-left: 45px;
  padding-right: 30px;
  color: var(--dark-3);
  font-size: 16px;
  border: 0;
  border-bottom: 1px solid var(--gray-4);
  font-weight: 500;
}
.contact-form .single-form .input-form textarea::placeholder, .contact-form .single-form .input-form input::placeholder {
  opacity: 1;
  color: var(--dark-3);
}
.contact-form .single-form .input-form textarea {
  padding-top: 10px;
}
.form-input .help-block {
  margin-top: 2px;
}
.form-input .help-block .list-unstyled li {
  font-size: 12px;
  line-height: 16px;
  color: var(--error);
}
.form-input label {
  font-size: 14px;
  line-height: 18px;
  color: var(--dark-1);
  margin-bottom: 8px;
  display: inline-block;
}
.form-input .input-items {
  position: relative;
}
.form-input .input-items input, .form-input .input-items textarea {
  width: 100%;
  height: 44px;
  border: 2px solid;
  padding-left: 44px;
  padding-right: 12px;
  position: relative;
  font-size: 16px;
}
.form-input .input-items textarea {
  padding-top: 8px;
  height: 130px;
  resize: none;
}
.form-input .input-items i {
  position: absolute;
  top: 11px;
  left: 13px;
  font-size: 20px;
  z-index: 9;
}
.form-input .input-items.default input, .form-input .input-items.default textarea {
  border-color: var(--gray-4);
  color: var(--dark-3);
}
.form-input .input-items.default input:focus, .form-input .input-items.default textarea:focus {
  border-color: var(--primary);
}
.form-input .input-items.default input::placeholder, .form-input .input-items.default textarea::placeholder {
  color: var(--dark-3);
  opacity: 1;
}
.form-input .input-items.default i {
  color: var(--dark-3);
}
.form-input .input-items.active input, .form-input .input-items.active textarea {
  border-color: var(--primary-dark);
  color: var(--black);
}
.form-input .input-items.active input::placeholder, .form-input .input-items.active textarea::placeholder {
  color: var(--black);
  opacity: 1;
}
.form-input .input-items.active i {
  color: var(--primary-dark);
}
.form-input .input-items.error input, .form-input .input-items.error textarea {
  border-color: var(--error);
  color: var(--error);
}
.form-input .input-items.error input::placeholder, .form-input .input-items.error textarea::placeholder {
  color: var(--error);
  opacity: 1;
}
.form-input .input-items.error i {
  color: var(--error);
}
.form-input .input-items.success input, .form-input .input-items.success textarea {
  border-color: var(--success);
  color: var(--success);
}
.form-input .input-items.success input::placeholder, .form-input .input-items.success textarea::placeholder {
  color: var(--success);
  opacity: 1;
}
.form-input .input-items.success i {
  color: var(--success);
}
.form-input .input-items.disabled input, .form-input .input-items.disabled textarea {
  border-color: var(--dark-2);
  color: var(--dark-3);
  background: none;
}
.form-input .input-items.disabled input::placeholder, .form-input .input-items.disabled textarea::placeholder {
  color: var(--dark-3);
  opacity: 1;
}
.form-input .input-items.disabled i {
  color: var(--dark-3);
}

.form-style-four .form-input label {
  padding-left: 44px;
  margin-bottom: 0;
}
.form-style-four .form-input .input-items input, .form-style-four .form-input .input-items textarea {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.contact-info ul li .single-info {
  position: relative;
  margin-top: 19px;
}
.contact-info ul li .single-info .info-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.contact-info ul li .single-info .info-icon i {
  color: var(--dark-3);
  font-size: 18px;
  line-height: 24px;
}
.contact-info ul li .single-info .info-content {
  padding-left: 30px;
}
.contact-info ul li .single-info .info-content .text {
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-2);
  font-weight: 500;
}
.contact-info .social li {
  display: inline-block;
  margin-right: 12px;
}
.contact-info .social li a {
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 38px;
  border: 1px solid rgba(0, 0, 0, 0.096);
  text-align: center;
  border-radius: 5px;
  color: var(--dark-3);
  -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;
}
.contact-info .social li a:hover {
  color: var(--white);
  background-color: var(--primary);
  border-color: transparent;
}
/* ===== Buttons Css ===== */
.contact-wrapper-form .standard-buttons .primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.contact-wrapper-form .standard-buttons .active.primary-btn, .contact-wrapper-form .standard-buttons .primary-btn:hover, .contact-wrapper-form .standard-buttons .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.contact-wrapper-form .standard-buttons .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

/*===== CONTACT FOUR STYLE =====*/
.contact-area-four {
  background-color: var(--light-2);
  padding-top: 60px;
  padding-bottom: 70px;
}

.contact-map-four iframe {
  width: 100%;
  height: 550px;
}
@media (max-width: 767px) {
  .contact-map-four iframe {
    height: 350px;
  }
}

.contact-info-four {
  padding-top: 30px;
}
.contact-info-four .single-contact-info {
  margin-top: 30px;
}
.contact-info-four .single-contact-info .contact-info-icon i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: var(--white);
  border-radius: 50%;
}
.contact-info-four .single-contact-info .contact-info-content {
  padding-left: 20px;
}
.contact-info-four .single-contact-info .contact-info-content .text {
  color: var(--black);
}
.contact-info-four .single-contact-info.contact-color-1 .contact-info-icon i {
  background-color: var(--black);
}
.contact-info-four .single-contact-info.contact-color-2 .contact-info-icon i {
  background-color: var(--error);
}
.contact-info-four .single-contact-info.contact-color-3 .contact-info-icon i {
  background-color: var(--primary-dark);
}

.contact-wrapper-form {
  padding-top: 115px;
}
.contact-wrapper-form .contact-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--black);
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .contact-wrapper-form .contact-title {
    font-size: 26px;
  }
}
.contact-wrapper-form .contact-title i {
  color: var(--black);
  margin-right: 8px;
}
.contact-wrapper-form .contact-title span {
  font-weight: 400;
}
.contact-wrapper-form .form-input {
  margin-top: 25px;
}
.contact-wrapper-form .form-input .help-block {
  margin-top: 2px;
}
.contact-wrapper-form .form-input label {
  font-size: 12px;
  line-height: 18px;
  color: var(--dark-3);
  margin-bottom: 8px;
  display: inline-block;
}
.contact-wrapper-form .form-input .input-items {
  position: relative;
}
.contact-wrapper-form .form-input .input-items input, .contact-wrapper-form .form-input .input-items textarea {
  width: 100%;
  height: 44px;
  border: 2px solid;
  padding-left: 44px;
  padding-right: 12px;
  position: relative;
  font-size: 16px;
}
.contact-wrapper-form .form-input .input-items textarea {
  padding-top: 8px;
  height: 130px;
  resize: none;
}
.contact-wrapper-form .form-input .input-items i {
  position: absolute;
  top: 11px;
  left: 13px;
  font-size: 20px;
  z-index: 9;
}
.contact-wrapper-form .form-input .input-items.default input, .contact-wrapper-form .form-input .input-items.default textarea {
  border-color: var(--gray-3);
  color: var(--dark-3);
}
.contact-wrapper-form .form-input .input-items.default input:focus, .contact-wrapper-form .form-input .input-items.default textarea:focus {
  border-color: var(--primary);
}
.contact-wrapper-form .form-input .input-items.default input::placeholder, .contact-wrapper-form .form-input .input-items.default textarea::placeholder {
  color: var(--dark-3);
  opacity: 1;
}
.contact-wrapper-form .form-input .input-items.default i {
  color: var(--dark-3);
}
.contact-wrapper-form .form-input .input-items.active input, .contact-wrapper-form .form-input .input-items.active textarea {
  border-color: var(--primary-dark);
  color: var(--black);
}
.contact-wrapper-form .form-input .input-items.active input::placeholder, .contact-wrapper-form .form-input .input-items.active textarea::placeholder {
  color: var(--black);
  opacity: 1;
}
.contact-wrapper-form .form-input .input-items.active i {
  color: var(--primary-dark);
}
.contact-wrapper-form .form-input .input-items.error input, .contact-wrapper-form .form-input .input-items.error textarea {
  border-color: var(--error);
  color: var(--error);
}
.contact-wrapper-form .form-input .input-items.error input::placeholder, .contact-wrapper-form .form-input .input-items.error textarea::placeholder {
  color: var(--error);
  opacity: 1;
}
.contact-wrapper-form .form-input .input-items.error i {
  color: var(--error);
}
.contact-wrapper-form .form-input .input-items.success input, .contact-wrapper-form .form-input .input-items.success textarea {
  border-color: var(--success);
  color: var(--success);
}
.contact-wrapper-form .form-input .input-items.success input::placeholder, .contact-wrapper-form .form-input .input-items.success textarea::placeholder {
  color: var(--success);
  opacity: 1;
}
.contact-wrapper-form .form-input .input-items.success i {
  color: var(--success);
}
.contact-wrapper-form .form-input .input-items.disabled input, .contact-wrapper-form .form-input .input-items.disabled textarea {
  border-color: var(--gray-3);
  color: var(--dark-3);
  background: none;
}
.contact-wrapper-form .form-input .input-items.disabled input::placeholder, .contact-wrapper-form .form-input .input-items.disabled textarea::placeholder {
  color: var(--dark-3);
  opacity: 1;
}
.contact-wrapper-form .form-input .input-items.disabled i {
  color: var(--dark-3);
}
.contact-wrapper-form .form-style-two .form-input .input-items input, .contact-wrapper-form .form-style-two .form-input .input-items textarea {
  border-radius: 5px;
  padding-left: 12px;
  padding-right: 44px;
}
.contact-wrapper-form .form-style-two .form-input .input-items i {
  left: auto;
  right: 13px;
}
/*===========================
  teams css 
===========================*/
.team-area {
  margin-bottom: 70px;
}

.team-style-four {
  position: relative;
  margin-top: 30px;
  box-shadow: var(--shadow-1);
  border-radius: 5px; 
  overflow: hidden;
}
.team-style-four .team-image img {
  width: 100%;
}
.team-style-four .team-content {
  padding: 25px 30px;
  border-radius: 8px;
  position: relative;
  background-color: var(--white);
}
.team-style-four .team-content .name {
  font-size: 18px;
  font-weight: 600;
  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 only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-style-four .team-content .name {
    font-size: 18px;
  }
}
.team-style-four .team-content p {
  font-size: 16px;
  margin: 18px 0 12px 0;
}
.team-style-four .team-content .sub-title {
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-3);
  margin-top: 2px;
  display: block;
}
.team-style-four .team-content .social {
  margin-top: 20px;
}
.team-style-four .team-content .social li {
  display: inline-block;
  margin-right: 12px;
}
.team-style-four .team-content .social li:last-child {
  margin: 0;
}
.team-style-four .team-content .social li a {
  font-size: 18px;
  color: var(--primary);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.team-style-four .team-content .social li a:hover {
  color: var(--primary-dark);
}
/*===========================
  teams css 
===========================*/
.team-style-one {
  position: relative;
  margin-top: 30px;
  box-shadow: var(--shadow-2);
  border-radius: 8px;
  overflow: hidden;
  -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;
}
.team-style-one:hover {
  box-shadow: var(--shadow-4);
}
.team-style-one .team-image img {
  width: 100%;
}
.team-style-one .team-content {
  padding: 20px 15px;
  width: 100%;
  background-color: var(--white);
}
.team-style-one .team-content .name {
  font-size: 20px;
  font-weight: 600;
  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 only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-style-one .team-content .name {
    font-size: 20px;
  }
}
.team-style-one .team-content .sub-title {
  font-size: 15px;
  line-height: 24px;
  color: var(--dark-3);
  margin-top: 2px;
  display: block;
}
.team-style-one .team-content .social {
  margin-top: 12px;
}
.team-style-one .team-content .social li {
  display: inline-block;
  margin: 0 4px;
}
.team-style-one .team-content .social li a {
  font-size: 16px;
  color: var(--gray-1);
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid var(--gray-4);
  border-radius: 50%;
  -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;
}
.team-style-one .team-content .social li a:hover {
  background-color: var(--primary);
  color: var(--white);
  border-color: transparent;
}
/*===========================
  card-01 css
===========================*/
.single-card {
  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;
}
.single-card:hover {
  box-shadow: var(--shadow-4);
}
.single-card .card-image img {
  width: 100%;
  height: 100%;
}
.single-card .card-content {
  padding: 16px;
}
.single-card .card-content .card-title {
  margin-bottom: 0;
}
.single-card .card-content .card-title a {
  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;
}
.single-card .card-content .card-title a:hover {
  color: var(--primary);
}
.single-card .card-content .text {
  color: var(--dark-3);
  margin-top: 8px;
}
/*===== portfolio TWO =====*/
.portfolio-two {
  padding-top: 60px;
  padding-bottom: 60px;
}
.portfolio-two .portfolio-menu button {
  border: none;
  background: none;
  font-size: 16px;
  font-weight: 700;
  color: var(--dark-3);
  line-height: 48px;
  padding: 0 30px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  display: inline-block;
  z-index: 5;
  -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;
  cursor: pointer;
  margin: 0 2px;
  text-transform: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-two .portfolio-menu button {
    font-size: 14px;
    padding: 0 26px;
  }
}
@media (max-width: 767px) {
  .portfolio-two .portfolio-menu button {
    font-size: 14px;
    padding: 0 22px;
    line-height: 42px;
  }
}
.portfolio-two .portfolio-menu button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary);
  z-index: -1;
  opacity: 0;
  -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;
}
.portfolio-two .portfolio-menu button:hover, .portfolio-two .portfolio-menu button.active {
  color: var(--white);
}
.portfolio-two .portfolio-menu button:hover::before, .portfolio-two .portfolio-menu button.active::before {
  opacity: 1;
}
.portfolio-two .hide {
  display: none;
}
.portfolio-two .show {
  display: block;
}

.portfolio-style-two {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-top: 30px;
}
.portfolio-style-two .portfolio-image img {
  width: 100%;
  -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;
}
.portfolio-style-two .portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  border-radius: 8px;
}
.portfolio-style-two .portfolio-content {
  padding: 16px;
}
.portfolio-style-two .portfolio-icon {
  position: relative;
  display: inline-block;
  margin: 0 20px;
}
.portfolio-style-two .portfolio-icon a {
  font-size: 48px;
  color: var(--primary);
  position: relative;
  z-index: 5;
  line-height: 50px;
}
.portfolio-style-two .portfolio-text {
  padding-top: 24px;
}
@media (max-width: 767px) {
  .portfolio-style-two .portfolio-text {
    padding-top: 10px;
  }
}
.portfolio-style-two .portfolio-title a {
  color: var(--black);
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-style-two .portfolio-title a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .portfolio-style-two .portfolio-title a {
    font-size: 18px;
  }
}
.portfolio-style-two .text {
  color: var(--black);
  margin-top: 8px;
}
.portfolio-style-two:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}
/* ===== Buttons Css ===== */
.contact-wrapper-form .standard-buttons .primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.contact-wrapper-form .standard-buttons .active.primary-btn, .contact-wrapper-form .standard-buttons .primary-btn:hover, .contact-wrapper-form .standard-buttons .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.contact-wrapper-form .standard-buttons .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

/*===== CONTACT FOUR STYLE =====*/
.contact-area-four {
  background-color: var(--light-2);
  padding-top: 120px;
  padding-bottom: 120px;
}

.contact-map-four iframe {
  width: 100%;
  height: 550px;
}
@media (max-width: 767px) {
  .contact-map-four iframe {
    height: 350px;
  }
}

.contact-info-four {
  padding-top: 30px;
}
.contact-info-four .single-contact-info {
  margin-top: 30px;
}
.contact-info-four .single-contact-info .contact-info-icon i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: var(--white);
  border-radius: 50%;
}
.contact-info-four .single-contact-info .contact-info-content {
  padding-left: 20px;
}
.contact-info-four .single-contact-info .contact-info-content .text {
  color: var(--black);
}
.contact-info-four .single-contact-info.contact-color-1 .contact-info-icon i {
  background-color: var(--black);
}
.contact-info-four .single-contact-info.contact-color-2 .contact-info-icon i {
  background-color: var(--error);
}
.contact-info-four .single-contact-info.contact-color-3 .contact-info-icon i {
  background-color: var(--primary-dark);
}

.contact-wrapper-form {
  padding-top: 115px;
}
.contact-wrapper-form .contact-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--black);
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .contact-wrapper-form .contact-title {
    font-size: 26px;
  }
}
.contact-wrapper-form .contact-title i {
  color: var(--black);
  margin-right: 8px;
}
.contact-wrapper-form .contact-title span {
  font-weight: 400;
}
.contact-wrapper-form .form-input {
  margin-top: 25px;
}
.contact-wrapper-form .form-input .help-block {
  margin-top: 2px;
}
.contact-wrapper-form .form-input label {
  font-size: 12px;
  line-height: 18px;
  color: var(--dark-3);
  margin-bottom: 8px;
  display: inline-block;
}
.contact-wrapper-form .form-input .input-items {
  position: relative;
}
.contact-wrapper-form .form-input .input-items input, .contact-wrapper-form .form-input .input-items textarea {
  width: 100%;
  height: 44px;
  border: 2px solid;
  padding-left: 44px;
  padding-right: 12px;
  position: relative;
  font-size: 16px;
}
.contact-wrapper-form .form-input .input-items textarea {
  padding-top: 8px;
  height: 130px;
  resize: none;
}
.contact-wrapper-form .form-input .input-items i {
  position: absolute;
  top: 11px;
  left: 13px;
  font-size: 20px;
  z-index: 9;
}
.contact-wrapper-form .form-input .input-items.default input, .contact-wrapper-form .form-input .input-items.default textarea {
  border-color: var(--gray-3);
  color: var(--dark-3);
}
.contact-wrapper-form .form-input .input-items.default input:focus, .contact-wrapper-form .form-input .input-items.default textarea:focus {
  border-color: var(--primary);
}
.contact-wrapper-form .form-input .input-items.default input::placeholder, .contact-wrapper-form .form-input .input-items.default textarea::placeholder {
  color: var(--dark-3);
  opacity: 1;
}
.contact-wrapper-form .form-input .input-items.default i {
  color: var(--dark-3);
}
.contact-wrapper-form .form-input .input-items.active input, .contact-wrapper-form .form-input .input-items.active textarea {
  border-color: var(--primary-dark);
  color: var(--black);
}
.contact-wrapper-form .form-input .input-items.active input::placeholder, .contact-wrapper-form .form-input .input-items.active textarea::placeholder {
  color: var(--black);
  opacity: 1;
}
.contact-wrapper-form .form-input .input-items.active i {
  color: var(--primary-dark);
}
.contact-wrapper-form .form-input .input-items.error input, .contact-wrapper-form .form-input .input-items.error textarea {
  border-color: var(--error);
  color: var(--error);
}
.contact-wrapper-form .form-input .input-items.error input::placeholder, .contact-wrapper-form .form-input .input-items.error textarea::placeholder {
  color: var(--error);
  opacity: 1;
}
.contact-wrapper-form .form-input .input-items.error i {
  color: var(--error);
}
.contact-wrapper-form .form-input .input-items.success input, .contact-wrapper-form .form-input .input-items.success textarea {
  border-color: var(--success);
  color: var(--success);
}
.contact-wrapper-form .form-input .input-items.success input::placeholder, .contact-wrapper-form .form-input .input-items.success textarea::placeholder {
  color: var(--success);
  opacity: 1;
}
.contact-wrapper-form .form-input .input-items.success i {
  color: var(--success);
}
.contact-wrapper-form .form-input .input-items.disabled input, .contact-wrapper-form .form-input .input-items.disabled textarea {
  border-color: var(--gray-3);
  color: var(--dark-3);
  background: none;
}
.contact-wrapper-form .form-input .input-items.disabled input::placeholder, .contact-wrapper-form .form-input .input-items.disabled textarea::placeholder {
  color: var(--dark-3);
  opacity: 1;
}
.contact-wrapper-form .form-input .input-items.disabled i {
  color: var(--dark-3);
}
.contact-wrapper-form .form-style-two .form-input .input-items input, .contact-wrapper-form .form-style-two .form-input .input-items textarea {
  border-radius: 5px;
  padding-left: 12px;
  padding-right: 44px;
}
.contact-wrapper-form .form-style-two .form-input .input-items i {
  left: auto;
  right: 13px;
}
/* ===== Buttons Css ===== */
.contact-us .form-main .form .primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.contact-us .form-main .form .active.primary-btn, .contact-us .form-main .form .primary-btn:hover, .contact-us .form-main .form .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.contact-us .form-main .form .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

/*======================================
	Contact CSS
========================================*/
.contact-us {
  position: relative;
  background-color: var(--light-2);
  padding: 100px 0;
}
.contact-us .inner-title {
  font-weight: 600;
  border-bottom: 1px dashed var(--primary);
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.contact-us .inner-content {
  padding: 50px;
  border-radius: 5px;
  overflow: hidden;
  background-color: var(--white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .contact-us .inner-content {
    padding: 30px;
  }
}
.contact-us .single-head {
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .contact-us .contact-info {
    margin-top: 40px;
  }
}
.contact-us .single-info {
  text-align: left;
  margin-bottom: 30px;
  padding-left: 70px;
  position: relative;
}
.contact-us .single-info:last-child {
  margin: 0;
}
.contact-us .single-info i {
  font-size: 22px;
  display: inline-block;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  display: block;
  text-align: center;
  background: var(--primary);
  color: var(--white);
  line-height: 50px;
  border-radius: 5px;
}
.contact-us .single-info ul {
  display: inline-block;
}
.contact-us .single-info ul span {
  display: block;
  margin-bottom: 7px;
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--black);
}
.contact-us .single-info ul li {
  font-weight: 500;
  display: inline-block;
  font-size: 15px;
  color: var(--dark-3);
  display: block;
  margin-bottom: 4px;
}
.contact-us .single-info ul li:last-child {
  margin-bottom: 0;
}
.contact-us .single-info ul li a {
  font-weight: 500;
  display: inline-block;
  font-size: 15px;
  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;
}
.contact-us .single-info ul li a:hover {
  color: var(--primary);
}
.contact-us .single-info .title {
  margin-bottom: 10px;
  font-weight: 500;
  color: var(--white);
  font-size: 18px;
}
.contact-us .single-info .title span {
  display: block;
  font-size: 14px;
  margin-top: 8px;
  font-weight: 500;
}
.contact-us .form-main {
  margin-right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .contact-us .form-main {
    margin: 0;
  }
}
.contact-us .form-main .form .form-group {
  margin-bottom: 15px;
  display: block;
}
.contact-us .form-main .form .form-group textarea,
.contact-us .form-main .form .form-group input {
  height: 55px;
  line-height: 55px;
  width: 100%;
  border: 1px solid var(--gray-4);
  padding: 0px 20px;
  color: var(--black);
  border-radius: 0px;
  font-weight: 400;
  border-radius: 5px;
}
.contact-us .form-main .form .form-group textarea:focus,
.contact-us .form-main .form .form-group input:focus {
  border-color: var(--primary);
}
.contact-us .form-main .form .form-group textarea {
  height: 180px;
}
.map-section {
  background-color: var(--white);
}
.map-section .map-container {
  box-shadow: --shadow-2;
  padding: 20px;
  border-radius: 7px;
}

/*===== SLIDER SIX =====*/
.slider-six {
  background-color: var(--primary);
  padding: 100px 0;
}
.slider-six .section-title .title {
  font-size: 44px;
  font-weight: 600;
  line-height: 55px;
  color: var(--white);
}
@media (max-width: 767px) {
  .slider-six .section-title .title {
    font-size: 32px;
    line-height: 40px;
  }
}
.slider-six .single-items-two {
  margin-top: 30px;
}
.slider-six .single-items-two .items-image img {
  width: 100%;
  border-radius: 10px;
}
.slider-six .single-items-two .items-content {
  margin-top: 16px;
}
.slider-six .single-items-two .items-content .items-title a {
  font-size: 24px;
  line-height: 30px;
  color: var(--white);
  font-weight: 600;
}
@media (max-width: 767px) {
  .slider-six .single-items-two .items-content .items-title a {
    font-size: 20px;
    line-height: 28px;
  }
}
.slider-six .single-items-two .items-content .text {
  color: var(--white);
  opacity: 0.7;
  margin-top: 8px;
}
.slider-six .slider-items-two-wrapper {
  position: relative;
}
.slider-six .slider-items-two-wrapper .tns-nav {
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.slider-six .slider-items-two-wrapper .tns-nav button {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: var(--white);
  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-six .slider-items-two-wrapper .tns-nav button.tns-nav-active {
  width: 20px;
  opacity: 1;
  border-radius: 5px;
}
.slider-six .slider-items-two-wrapper .tns-controls {
  position: absolute;
  right: 20px;
  top: -45px;
  display: flex;
  align-items: center;
  border: 1px solid var(--white);
  border-radius: 30px;
}
.slider-six .slider-items-two-wrapper .tns-controls button {
  font-size: 28px;
  color: var(--white);
  opacity: 1;
  background: none;
  border: none;
  border-right: 1px solid var(--white);
  padding: 0px 15px;
  -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-six .slider-items-two-wrapper .tns-controls button:first-child {
  border-radius: 30px 0 0 30px;
}
.slider-six .slider-items-two-wrapper .tns-controls button:last-child {
  border: none;
  border-radius: 0 30px 30px 0;
}
.slider-six .slider-items-two-wrapper .tns-controls button:hover {
  opacity: 1;
  background-color: var(--white);
  color: var(--primary);
}
/* ===== 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;
}