/****** Theme Reset Style ******/
/*************** 
TailorTag Theme Variables 
****************/
/***********************
  Global variables
***********************/
/**
*
* Typography
* Author: Mobythemes
* Email: info@mobythemes.com
* Website: mobythemes.com
* Version: 1.0
* Date: Tue Jan 14 2020
* Category: Pages
* Title: Typography styles
*
*/
/*************** 
TailorTag Theme Variables 
****************/
/***********************
  Global variables
***********************/
@import "./hover-min.css";
@import "./animate.min.css";
@import "./slick.css";
@import "./slick-theme.css";
@import "./owl.carousel.min.css";
@import "./owl.theme.default.min.css";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap");
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.hero-heading {
  font-size: 51px;
}

.hd-1,
.hd-2,
.hd-3,
.hd-4,
.hd-5,
.hd-6,
.hd-7,
.hd-8 {
  color: #02c18d;
}

.hero-heading {
  font-size: 26px;
  font-weight: 500;
}

h1,
.h1,
.hd-1 {
  font-size: 72px;
  margin: 0px;
}

h2,
.h2,
.hd-2 {
  font-size: 42px;
  font-weight: 500;
  margin: 0px;
}

h3,
.h3,
.hd-3 {
  font-size: 32px;
  font-weight: 500;
  margin: 0px;
}

h4,
.h4,
.hd-4 {
  color: #02c18d;
  font-size: 18px;
  font-weight: 500;
  margin: 0px;
}

.hd-5,
.hd-6 {
  font-size: 16px;
}

p,
.paragraph {
  font-family: 16px;
}

p {
  font-size: 16px;
  margin-bottom: 0px;
  color: #8a8c93;
}

a {
  color: #02c18d;
}
a:hover {
  color: #8a8c93;
}

.paragraph {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  line-height: 1.3;
}
body a {
  text-decoration: none;
  transition: all ease-in-out 0.4s;
  color: #f4f5f7;
}
body a:hover {
  color: #353742;
  text-decoration: none;
}
body ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  overflow: hidden;
}
body p {
  margin: 0px;
  padding: 0px;
}

/********* Start Margin Style **************/
.m-0 {
  margin: 0;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-100 {
  margin-bottom: 110px;
}

/********* Start Padding Style **************/
.p-0 {
  padding: 0;
}

.p-30 {
  padding: 30px;
}

.pt-30 {
  padding-top: 40px;
}

.pb-30 {
  padding-bottom: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-100 {
  padding-top: 110px;
}

.pb-100 {
  padding-bottom: 110px;
}

.b-0 {
  border: 0 !important;
}

a {
  color: #7f7f7f;
  text-decoration: none;
  outline: none;
  display: block;
}

a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
  color: #fff;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

img {
  width: 100%;
}

textarea {
  border-radius: 0 !important;
}

.form-group {
  margin: 0;
}

textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
input,
.form-control {
  border: 1px solid #ccc;
  height: 50px;
  border-radius: 0;
  background: #fff;
  line-height: 50px;
  box-shadow: none !important;
  padding: 0 20px;
  font-weight: 600;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.form-control::-moz-placeholder {
  color: #909090;
}

.form-control::-webkit-input-placeholder {
  color: #909090;
}

.form-control:focus::-moz-placeholder {
  color: #909090;
}

/****** Global Elements ******/
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(2, 193, 141, 0.8);
  opacity: 0.9;
}

.cover-image {
  min-height: 190px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.green {
  color: #02c18d;
}

/**************************************** Start Sticky ************************************************/
.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}

/**************************************** Start Back To To ************************************************/
#button {
  display: inline-block;
  background: rgba(2, 193, 141, 0.8);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button i {
  font-weight: 900;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

/**************************************** Start Stylesheet ************************************************/
.main-heading {
  padding-bottom: 40px;
  overflow: hidden;
}
.main-heading span {
  color: #02c18d;
}
.main-heading h2 {
  margin-bottom: 15px;
  padding: 0px;
  font-family: "Inter", sans-serif;
  font-size: 41px;
  font-weight: 900;
  text-transform: uppercase;
}
.main-heading p {
  margin-bottom: 16px;
  font-size: 20px;
}

/***** Button Style *****/
.btn {
  padding: 10px 30px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: #fff;
  background: #02c18d;
  display: block;
  border-radius: 40px;
}
.btn:hover {
  color: #fff;
  background-color: #353742;
}
.btn.btn-outline-dark {
  background: none;
  color: #02c18d;
}
.btn.hvr-sweep-to-right:before {
  background: #02c18d;
}
.btn .hvr-back-pulse:active,
.btn .hvr-back-pulse:focus,
.btn .hvr-back-pulse:hover {
  background: #02c18d;
}

/***** Top Bar Style *****/
.top-bar {
  padding: 10px 0px 10px 30px;
  background-color: #353742;
}
.top-bar p {
  color: #fff;
  padding: 8px 0px;
  font-size: 14px;
}
.top-bar .btn {
  border-radius: 5px;
  padding: 5px 30px;
}
.top-bar .btn:hover {
  color: #02c18d;
}

.social-list {
  padding: 9px 0px;
  float: right;
}
.social-list li {
  float: left;
  margin-left: 20px;
}
.social-list li li:first-child {
  margin-left: 0px;
}
.social-list li a {
  font-size: 14px;
  color: #fff;
  transition: all 0.2s linear;
  transition-delay: 0.1s;
}
.social-list li a:hover {
  color: #02c18d;
}

/******* Start Header *******/
.main-header {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #02c18d;
  background-color: #fff;
}
.main-header .navbar {
  padding: 0px;
}
.main-header .logo-holder {
  padding: 0px;
}
.main-header .navbar-nav .nav-item {
  margin-left: 30px;
}
.main-header .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  color: #8a8c93;
  font-weight: 600;
}
.main-header .call-us {
  overflow: hidden;
}
.main-header .call-us i {
  font-size: 36px;
  font-weight: 400;
  float: left;
  color: #02c18d;
  margin-right: 15px;
}
.main-header .call-us .call-us-info {
  overflow: hidden;
  display: block;
}
.main-header .call-us .call-us-info a {
  color: #353742;
  font-weight: 800;
}
.main-header .call-us .call-us-info p {
  color: #8a8c93;
  font-size: 14px;
}

/******* Start Banner ********/
.banner-holder {
  position: relative;
  overflow: hidden;
}
.banner-holder .banner-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-holder .banner-caption .title {
  overflow: hidden;
}
.banner-holder .banner-caption .title h4 {
  font-size: 21px;
  color: #02c18d;
  font-weight: 500;
  text-align: left;
}
.banner-holder .banner-caption .title .eye-icon {
  width: 110px;
  height: 110px;
  line-height: 110px;
  display: block;
  text-align: center;
  border-radius: 50%;
  background-color: #02c18d;
  position: absolute;
  right: 0;
  top: -20px;
}
.banner-holder .banner-caption h2 {
  font-size: 90px;
  font-weight: 900;
  margin-bottom: 30px;
}
.banner-holder .overlay {
  background-color: #fff;
  opacity: 0.6;
}
.banner-holder .slick-slide img {
  display: initial;
}

/******* Start Introducing ********/
.intro-holder {
  background-color: #f4f5f7;
}
.intro-holder .intro-img-holder .intro-bd {
  border-right: 15px solid #02c18d;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 7px;
  right: 0;
}
.intro-holder .intro-img-holder .intro-img {
  position: relative;
  float: right;
}
.intro-holder .intro-img-holder .intro-img .intro-iner-img {
  position: absolute;
  right: -12%;
  bottom: -70px;
  border: 23px solid #f4f5f7;
  border-radius: 5px;
}
.intro-holder .intro-img-holder .intro-img .pations-holder {
  position: absolute;
  top: 40px;
  left: -70px;
  border-radius: 50%;
  padding: 35px;
  width: 150px;
  height: 150px;
  line-height: normal;
  animation: fa-spin 5s ease infinite;
}
.intro-holder .intro-img-holder .intro-img .pations-holder strong {
  color: #02c18d;
}
.intro-holder .intro-info .main-heading h2 {
  font-size: 41px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  margin-bottom: 30px;
}
.intro-holder .intro-info .main-heading h2 span {
  color: #02c18d;
}
.intro-holder .intro-info .main-heading p {
  font-size: 21px;
  color: #8a8c93;
}
.intro-holder .intro-info .intro-list {
  margin-bottom: 20px;
}
.intro-holder .intro-info .intro-list li {
  font-size: 18px;
  color: #8a8c93;
  margin-bottom: 20px;
}
.intro-holder .intro-info .intro-list li i {
  margin-right: 20px;
  color: #02c18d;
  font-size: 21px;
}
.intro-holder .appointment-holder {
  overflow: hidden;
  float: left;
  margin-right: 50px;
}
.intro-holder .appointment-holder .appointment-iner p {
  margin-bottom: 15px;
  font-size: 20px;
}
.intro-holder .appointment-holder .appointment-iner h4 a {
  color: #353742;
  font-size: 23px;
}
.intro-holder .appointment-holder .appointment-iner .author-holder {
  overflow: hidden;
  padding-top: 20px;
}
.intro-holder .appointment-holder .appointment-iner .author-holder img {
  width: auto;
}
.intro-holder .pations-holder {
  padding: 15px;
  overflow: hidden;
  background-color: #fff;
  width: 40%;
}
.intro-holder .pations-holder i {
  color: #02c18d;
  font-size: 70px;
  display: block;
}
.intro-holder .pations-holder strong {
  font-size: 40px;
  color: #353742;
}
.intro-holder .pations-holder p {
  font-size: 16px;
}

/******* Start Certified ********/
.certified-holder .main-heading h2 {
  margin-bottom: 20px;
}
.certified-holder .main-heading p {
  font-size: 20px;
  margin-bottom: 20px;
}
.certified-holder .certified-box {
  position: relative;
  display: block;
}
.certified-holder .icon-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.certified-holder .icon-box .eye-box {
  position: relative;
  width: 110px;
  height: 110px;
  background: #02c18d;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation: fa-spin 5s ease infinite;
}
.certified-holder .clearfix {
  position: relative;
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}
.certified-holder .clearfix img {
  margin: 0 10px 15px;
}

/******* Start Services ********/
.service-holder {
  background-color: #353742;
}
.service-holder .main-heading h2 {
  color: #fff;
}
.service-holder .service-holder {
  overflow: hidden;
}
.service-holder .service-holder .card {
  border: 0;
}
.service-holder .service-holder .card .card-head {
  position: relative;
}
.service-holder .service-holder .card .card-head .overlay {
  display: none;
}
.service-holder .service-holder .card .card-body {
  padding: 50px 30px;
  border-bottom: 15px solid #353742;
  border-radius: 3px;
}
.service-holder .service-holder .card .card-body .count {
  position: absolute;
  bottom: -4px;
  right: -8px;
  font-size: 75px;
  font-weight: 900;
  color: #f4f5f7;
}
.service-holder .service-holder h5 {
  font-size: 21px;
  margin-bottom: 15px;
  font-weight: 600;
}
.service-holder .service-holder:hover .sercive-icon {
  background-color: #353742;
}
.service-holder .service-holder:hover .sercive-icon i {
  color: #fff;
  animation: fa-spin 5s ease infinite;
}
.service-holder .service-holder:hover .card-body {
  border-bottom: 15px solid #02c18d;
  transition: all 0.5s;
  border-radius: 3px;
}
.service-holder .service-holder:hover .card-body .count {
  color: #02c18d;
  transition: all 0.5s;
}
.service-holder .service-holder:hover .card-head .overlay {
  display: block;
  transition: all 0.5s;
}
.service-holder .sercive-icon {
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  background-color: #02c18d;
  position: absolute;
  bottom: 0;
  left: 30px;
  padding: 10px 0;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.service-holder .sercive-icon i {
  font-size: 51px;
  color: #fff;
}

/******** Start Chouse Us *******/
.chose-us-holder {
  background-color: #f4f5f7;
}
.chose-us-holder .chose-video {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.chose-us-holder .chose-video .btn {
  position: absolute;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.chose-us-holder .chose-video .btn i {
  color: #fff;
  font-size: 50px;
}
.chose-us-holder .chose-video:hover .btn {
  background-color: #353742;
}
.chose-us-holder .chose-video .overlay {
  opacity: 0.7;
}
.chose-us-holder .chose-video .btn-close {
  background-color: #02c18d;
  color: #fff;
  font-size: 17px;
  border: 0;
  border-radius: 50%;
}
.chose-us-holder .nav-tabs {
  border-bottom: 0;
  margin-bottom: 20px;
}
.chose-us-holder .nav-tabs .nav-item {
  margin-left: 30px;
}
.chose-us-holder .nav-tabs .nav-item:first-child {
  margin-left: 0;
}
.chose-us-holder .nav-tabs .nav-item .nav-link {
  border-top: 4px solid #02c18d;
  padding: 15px 25px;
  border-radius: 5px;
}
.chose-us-holder .nav-tabs .nav-item .nav-link.active {
  background-color: #02c18d;
  color: #fff;
}
.chose-us-holder .tab-content > .active {
  font-size: 20px;
  color: #8a8c93;
}
.chose-us-holder .service-img img {
  float: left;
  width: auto;
}
.chose-us-holder .service-img .intro-list {
  padding: 30px;
}
.chose-us-holder .service-img .intro-list li {
  margin-bottom: 20px;
}
.chose-us-holder .service-img .intro-list li i {
  color: #02c18d;
  margin-right: 15px;
}

/******** Start Customer Talking about Us *******/
.cstmr-talking {
  position: relative;
  overflow: hidden;
}
.cstmr-talking .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.cstmr-talking .cstmr-review .card {
  background-color: #f4f5f7;
  border-bottom: 5px solid #f4f5f7;
  border-radius: 5px 5px 75px 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cstmr-talking .cstmr-review .card .card-body i {
  font-size: 60px;
  color: lavender;
  margin-bottom: 20px;
}
.cstmr-talking .cstmr-review .card .card-body p {
  font-size: 20px;
  color: #353742;
  font-weight: 600;
}
.cstmr-talking .cstmr-review .card:hover {
  border-bottom: 5px solid #02c18d;
  background-color: #fff;
}
.cstmr-talking .cstmr-review .card:hover i {
  color: #02c18d;
  transition: all 0.4s linear;
}
.cstmr-talking .cstmr-review .card:hover .cstmr-img {
  border-color: #02c18d;
  transition: all 0.4s linear;
}
.cstmr-talking .cstmr-review .card .cstmr-img {
  border: 5px solid #f4f5f7;
  border-radius: 50%;
  width: 80px;
  position: absolute;
  bottom: -40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cstmr-talking .cstmr-review .card .cstmr-img img {
  border-radius: 50%;
}

/******** Start brands *******/
.company-logos {
  background-image: url(../images/partner-area-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.company-logos .brand-slide li {
  margin-left: 40px;
  float: left;
}
.company-logos .brand-slide li:first-child {
  margin-left: 0;
}
.company-logos .brand-slide li img {
  width: auto;
}

/******** Start Doctor Educations *******/
.education-holder {
  position: relative;
  overflow: hidden;
}
.education-holder .edu-info {
  padding: 10px;
  text-align: center;
  margin-bottom: 15px;
  background-color: #fff;
}
.education-holder .edu-info h3 {
  font-size: 16px;
  margin-bottom: 15px;
  padding: 10px 5px;
  background-color: #f4f5f7;
  border-radius: 10px;
}
.education-holder .edu-info p {
  font-size: 15px;
  color: #8a8c93;
  line-height: 40px;
  text-align: left;
}
.education-holder .edu-info:hover {
  box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
}
.education-holder .edu-info:hover h3 {
  background-color: #02c18d;
  color: #fff;
  transition: all 0.5s;
}
.education-holder .main-heading h2 {
  font-size: 35px;
}
.education-holder .service-img {
  position: absolute;
  top: -110px;
}
.education-holder .shape-2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.03;
  z-index: -1;
}

/******** Start News Update *******/
.news-holder .card:hover {
  box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
}
.news-holder .card:hover .card-head .overlay {
  display: block;
  transition: all 0.5s;
}
.news-holder .card .card-body {
  padding: 35px 30px;
  box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.05);
  position: relative;
}
.news-holder .card .card-body .news-date {
  position: absolute;
  left: 30px;
  top: -22px;
  width: 95px;
  padding: 10px 5px;
  text-align: center;
  background-color: #02c18d;
  color: #fff;
  border-radius: 40px;
}
.news-holder .card .card-body .card-title {
  font-size: 24px;
}
.news-holder .card .card-body .card-text {
  font-size: 18px;
}
.news-holder .card .card-head {
  position: relative;
}
.news-holder .card .card-head .overlay {
  display: none;
}

/******** Start Slogan *******/
.slogan-holder {
  position: relative;
  overflow: hidden;
}
.slogan-holder .icon-holder {
  position: absolute;
  left: 0;
  top: -140px;
  right: 0;
  text-align: center;
  z-index: 10;
}
.slogan-holder .icon-holder img {
  width: auto;
}
.slogan-holder .slogan-iner {
  position: relative;
}
.slogan-holder .slogan-iner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 193, 141, 0.7);
  z-index: 1;
}
.slogan-holder .slogan-iner .slogan-info {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  z-index: 2;
}
.slogan-holder .slogan-iner .slogan-info h2 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
  margin-bottom: 25px;
}
.slogan-holder .slogan-iner .slogan-info .btn {
  background-color: #353742;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}
.slogan-holder .slogan-iner.style-2::before {
  background-color: rgba(56, 58, 69, 0.7);
}

/******** Start NewsLetter *******/
.newsletter-holder {
  background-color: #2b2d36;
}
.newsletter-holder .social-list {
  float: left;
}
.newsletter-holder .social-list li {
  background-color: #353742;
  color: white;
  height: 50px;
  width: 50px;
  border: 1px solid #353742;
  background: #353742;
  border-radius: 50%;
}
.newsletter-holder .social-list li a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  transition: all 0.2s linear;
  transition-delay: 0.1s;
}
.newsletter-holder .social-list li:hover {
  background-color: #02c18d;
  color: #fff;
  border-color: #fff;
  transition: all 0.5s;
}
.newsletter-holder .main-heading {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin-top: 20px;
}
.newsletter-holder .main-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.newsletter-holder .subscribe-box .form-control {
  display: block;
  width: 100%;
  height: 60px;
  background: #353742;
  border: 0 solid;
  color: #a5a7b3;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  border-radius: 40px;
  transition: all 0.5s ease;
  font-family: "Inter", sans-serif;
}

.main-footer {
  background-color: #353742;
  position: relative;
  overflow: hidden;
}
.main-footer .ft-logo {
  margin-bottom: 20px;
}
.main-footer p {
  font-size: 18px;
  margin-bottom: 15px;
}
.main-footer .ft-heading h3 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.main-footer .ft-heading ul {
  display: inline-block;
}
.main-footer .ft-heading ul li {
  margin-bottom: 15px;
}
.main-footer .ft-heading ul li a {
  color: #a5a7b3;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.2s linear;
  transition-delay: 0.1s;
  font-family: "Inter", sans-serif;
}
.main-footer .ft-heading .news-ft-list li {
  margin-bottom: 10px;
}
.main-footer .ft-heading .news-ft-list li .news-ft {
  overflow: hidden;
}
.main-footer .ft-heading .news-ft-list li .news-ft .news-img {
  width: 32%;
  float: left;
  margin-right: 10px;
}
.main-footer .ft-heading .news-ft-list li .news-ft .news-details {
  overflow: hidden;
}
.main-footer .ft-heading .news-ft-list li .news-ft .news-details span {
  color: #02c18d;
  font-size: 14px;
  margin-bottom: 10px;
}
.main-footer .ft-heading .news-ft-list li .news-ft .news-details h3 {
  font-size: 16px;
  color: #8a8c93;
}
.main-footer .ft-heading .contact-list li {
  border-bottom: 1px solid #02c18d;
  padding: 10px 0;
  font-size: 16px;
  color: #8a8c93;
}
.main-footer .ft-heading .contact-list li i {
  color: #02c18d;
  margin-right: 10px;
  float: left;
}
.main-footer .ft-heading .contact-list li a {
  color: #8a8c93;
  font-size: 16px;
}
.main-footer .ft-heading .contact-list li p {
  overflow: hidden;
}
.main-footer .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.1;
}

.footer-end {
  border-top: 1px solid #8a8c93;
  background-color: #353742;
}
.footer-end span {
  color: #02c18d;
}