@font-face {
  font-family: 'ubuntu';
  src: url('../fonts/ubuntu.ttf') format('truetype');

}
@font-face {
  font-family: 'UbuntuMono';
  src: url('../fonts/UbuntuMono-R.ttf') format('truetype');

}
@font-face {
  font-family: 'UbuntuB';
  src: url('../fonts/Ubuntu-B-2.ttf') format('truetype');

}
@font-face {
  font-family: 'UbuntuL';
  src: url('../fonts/Ubuntu-L-5.ttf') format('truetype');

}
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/mulish-bold.ttf') format('truetype');

}
@font-face {
  font-family: 'UbuntuM';
  src: url('../fonts/Ubuntu-Medium.ttf') format('truetype');

}
body {
  font-family: "ubuntu", sans-serif;
  color: #0D383B;
}

a {
  color: #0D383B;
  text-decoration: none;
  transition: 1s ease
}

a:hover {
  color: #0D383B;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "UbuntuM", sans-serif;
}

.container{max-width: 1330px;}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
.line{
  width: 11%; height: 2px;
  border-left: 35px solid #A0C486;
  background: #0D383B ;
  margin: 20px 0;
}
.about_line{
  width: 25%;
  height: 2px;
  border-left: 25px solid #A0C486;
  background: #ffffff ;
  margin: 20px 0;
}

#drawing {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100%;
  padding-top: 0;
}
#drawing .swiper {
  width: 100%;
  height: 100%;
}

#drawing .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}

#drawing .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#drawing .drawing_center{
  bottom: 3rem;
}
#drawing h6 {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1rem;
  font-size: 1rem;
}
#drawing h2 {
  color: #fff;
  margin-bottom: 4rem;
  font-size: 60px;
  font-weight: 700;
}

#drawing a {
  margin: 0 auto 50px auto;
  color: #ffffff;
  font-size: 18px;

}
#drawing h6 a{
  color: rgba(255, 255, 255, 0.5);
  /*text-align: left;*/
  /*display: block;*/
  font-family: "ubuntu", sans-serif;
  font-size: 18px;
}
#drawing .drawing_line{
  width: 8%;
  height: 3px;
  /*border-left: 20px solid #A0C486;*/
  background: rgba(255, 255, 255, 0.5) ;
  margin: 20px 0;
  transform: rotate(90deg);
  /* text-align: center; */
  margin: 6rem auto 4rem auto;
  animation: moveBox 2s infinite alternate;

}

@keyframes moveBox {
  0% {
    border-left: 0px solid #A0C486;
  }
  100% {
    border-left: 65px solid #A0C486;
  }
}
@media (max-width: 1340px) {

}
@media (max-width: 990px) {

  #drawing .drawing_line{
    margin: 2rem auto;
  }

}
@media (max-width: 767px) {


  #drawing h6 {
    margin-top: 1rem;
    margin-bottom: .1rem;
  }
  #drawing h2 {
    margin-bottom: .5rem;
  }
  #drawing .drawing_line{
    margin: 2rem auto;
  }
  #drawing{
    height: 75vw;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (max-height: 500px) {
  #hero {
   
  }

}

.img{
  transition: 1s ease;
}
.img:hover{
  filter: brightness(0.8);
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #3fbbc0;
  color: #fff;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  z-index: 996;
  transition: all 0.5s;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar i {
  padding-right: 6px;
  line-height: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 5rem;
  position: sticky !important;
  top: 0px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  #header {
    padding: 15px 0;
  }
}

#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: 1s ease
}

#header .logo a {
  color: #555555;
}

#header .logo img {
  max-height: 120px;
}

/**
* Appointment Button
*/
.appointment-{
  text-align: right;
}
.appointment-btn {
  border-radius: 20px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #000;
  color: #000;
}
.appointment- .dropdown-toggle{
    border-radius: 25px;
  border: 1px solid #626262;
  color: #626262;
}
.appointment- .dropdown-toggle img{
  margin:0 .5rem;
  width: 16px;

}
.appointment- .dropdown-menu{border-radius: 20px;}
.appointment- .dropdown-menu .dropdown-item::after{
  top: 50%;
  transform: translateY(-50%);

}
.appointment- .dropdown-toggle::after{
  color: #0B324C;
}
@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  z-index: 999;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 25px 10px 25px;
  font-size: 18px;
  color: #000;
  white-space: nowrap;
  font-weight: 500;
  transition: 1s ease;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar li:hover>a {
  color: #87BC60;
}
.navbar li:hover a::after {
  content: "";
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  background: #87BC60;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .active::after {
  content: "";
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  background: #87BC60;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #87BC60;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 110%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1024px) {
  #header .container-fluid{justify-content: space-between !important;}
  .navbar{
    justify-content: center;
    width: auto;
  }
    .navbar .active::after {
      top: -0.8rem;
      left: 22%;
    }
  .navbar li:hover a::after {
    top: 1rem;
    left: 20%;
  }
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #555555;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  border: 1px solid #626262;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  box-sizing: border-box;
  padding-top: 4px;
}
.mobile-nav-toggle i{display: block;font-style: normal;width: 70%;margin: 7px auto;background: #626262;height: 1px;}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 1024px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
  #navbar .order-last{justify-content: flex-start !important;    order: 2 !important;}
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(60, 60, 60, 0.9);
  transition: 0.3s;
  z-index: 999;
  width: 100%;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #555555;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #87BC60;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #87BC60;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
  padding-bottom: 4rem;
}
#hero .swiper {
  width: 100%;
  height: 100%;
}

#hero .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  width: 100% !important;
}
#hero .swiper-slide picture{width: 100%;}
#hero .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#hero .swiper-slide .container{
  position: absolute;
  left: 5%;
  bottom: 10%;
}
#hero h2 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 60px;
  font-weight: 700;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
}

#hero p {
  /*margin: 0 auto 30px auto;*/
  color: #555555;
  font-size: 1rem;
}
#hero a{
  color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 1rem;
}
#hero a p:nth-of-type(1){
  width: 47px;
  height: 47px;
  border: 1px solid #ffffff;
  border-radius: 25px;
  color: #ffffff;
  text-align: center;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

#hero a p:nth-of-type(2){
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
}
#hero a:hover p:nth-of-type(1){
  background: #A0C486;
}
#hero a:hover p:nth-of-type(2){
  color: #A0C486;
}
#hero .swiper-slide ul{
  padding-left: 0;
  text-align: left;
  margin-bottom: 0;
}
#hero .swiper-slide ul li{
  width: 2rem;
  height: 2rem;
  border: 2px solid #87BC60;
  border-radius: 50%;
  display: inline-block;
  text-align: left;
}
#hero .swiper-slide ul li:nth-of-type(2){
  background: #87BC60;
 }

#hero .swiper-slide li.active {
  opacity: 1;
  background: #87BC60;
}
#hero .swiper-pagination{  bottom: 3rem;}

#hero .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  width: 100%;
}
#hero .swiper-pagination-bullet{
  width: 1rem;
  height: 1rem;
  background: #EBFFFC;
  opacity: 1;

}
#hero .swiper-pagination-bullet:hover{
  background: #A0C486;
}
#hero .swiper-pagination-bullet-active{
  background: #A0C486;
}
@media (max-width: 768px) {
  #hero{
 
  }
  #hero h2 {
    font-size: 1.75rem;
    margin-bottom: .5rem;
  }
}
@media (max-width: 500px) {
  #hero .swiper-slide ul li{
    width: 1rem;
    height: 1rem;
  }
  #hero .swiper-slide ul{
    margin-bottom: 0;
    margin-top: 1rem;
  }
}
@media (max-height: 500px) {
  #hero {
    /*height: 160vh;*/
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7fcfc;
}

.section-title {
  text-align: center;
  padding-bottom: 3rem;
}

.section-title h2 {
  font-size: 1rem;
  text-align: left;
  position: relative;
  color: #A0C486;
  font-family: "UbuntuL", sans-serif;
  font-weight: 300;
  letter-spacing: .2rem;
}


.team-area .section-title p {
  margin-bottom: 0;
  text-align: left;
  line-height: 1.2;
  font-size: 36px;
  letter-spacing: 0px;
  color: #0D383B;
  font-family: "UbuntuM", sans-serif;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #ecf8f9;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

.team-area {
  position: relative;
  padding : 0px 0px 70px;
}
.team-area .section-title {
  position: relative;
  margin-bottom: 0px;
}
.team-area .section-title a{
  color: #0D383B;
  border: 1px solid #0D383B;
  border-radius: 23px;
  padding: 0.65rem 1.5rem;
  display: inline-block;
  margin-bottom: 1rem;
}
.team-area .section-title a:hover{
  background: #A0C486;
  border: 1px solid #A0C486;
}
.team-area .section-title a img{
  width: 1.5rem;
  margin-left: 2rem;
}
.team-area .image-holder-block {
  margin-bottom: 30px;
  border-radius:8px;
  overflow:hidden;
}
.team-area .image-holder-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s ease;
  border-radius: 0 30px 0 0px;
}
.team-area .image-box {
  position: relative;
  overflow: hidden;
}
.team-area .social-links {
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  width: 100%;
  height: 70px;
  /* UI Properties */
  background: #0D383B 0% 0% no-repeat padding-box;
  opacity: 0.95;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  border-left: 8px solid #A0C486;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team-area .social-links .yuan{
  /*width: 25px;*/
  /*height: 25px;*/
  /*border: 1px solid #ffffff;*/
  border-radius: 25px;
  text-align: center;

  width: 32px;
  height: 32px;
  /* UI Properties */
  border: 1px solid #ffffff;
  /*font-size: 14px;*/
}
.team-area .social-links .yuan span{
  width: 5px;
  height: 9px;
  transform: matrix(0, -1, 1, 0, 0, 0);
  background: #FFFFFF 0% 0% no-repeat padding-box;
}
.team-area .image-holder-block:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.team-area .image-holder-block:hover .social-links i{
  background: #fff;
  color: #0D383B;
}
.team-area .social-links  {
  display: flex;
  padding: 25px 15px;
  font-size: 16px;
  color: #ffffff;
  align-items: center;
  justify-content: space-between;
}

.team-area .image-holder-block .image-text {
  background-color:#f6f6f6;
}
.team-area .image-holder-block .image-text h5 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 36px;
  color: #222222;
  padding-top: 20px;
}
.team-area .image-holder-block  p {
  font: normal normal normal 20px Ubuntu;
  margin-bottom: 0;
}
.team-area .social-links i{width: 32px;height: 32px;border-radius: 50%;border: 1px solid #fff;display: flex;align-items: center;justify-content: center;}
/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.team-style-6 {
  padding: 65px 0 70px;
  background: #ffffff;
}

.team-style-6 .single-team {
  text-align: left;
  margin-bottom: 30px;
  transition: all 0.3s ease-out 0s;
  border-radius: 30px 0 30px 0px;
  position: relative;
 
}

.team-style-6 .single-team:hover .image {
  filter: brightness(0.8);
}

.team-style-6 .single-team .image {
  /*max-width: 300px;*/
  /*width: 318px;*/
  /*border-radius: 50%;*/
  overflow: hidden;
  margin: auto;
  /*padding: 0 30px;*/
  border-radius: 30px 0px 0px 0px;
  height: 208px;
  transition: 1s ease;
}
.team-style-6 .section-title a{
  color: #0D383B;
  border: 1px solid #0D383B;
  border-radius: 23px;
  padding: 0.65rem 1.5rem;
  display: inline-block;
  margin-bottom: 1rem;
}
.team-style-6 .section-title a:hover{
  background: #A0C486;
  border: 1px solid #A0C486;
}
.team-style-6 .section-title a img{
  width: 1.5rem;
  margin-left: 2rem;
}
.team-style-6 .single-team .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-style-6 .single-team .info {
  background: #FBFFF8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000001A;
  opacity: 1;
  border-radius: 0px 0px 30px 0px;
  padding: 145px 20px 30px;
  margin-top: -115px;
  transition: all 0.3s ease-out 0s;
  border-bottom: 5px solid transparent;
  /*width: 318px;*/
}

.team-style-6 .single-team .info h6 {
  font-weight: normal;
  margin-bottom: 10px;
  color: #A0C486;
  font-family: "ubuntu", sans-serif;

}

.team-style-6 .single-team .info p:nth-of-type(1) {
  margin-bottom: 20px;
  font-size: 18px;
  height: 80px;
  overflow: hidden;
  font-family: "UbuntuM", sans-serif;
}
.team-style-6 .single-team .info a {
  color: #0D383B;
  font-size: 16px;
  text-align: right;
  margin-bottom: 0;
  display: block;
  transition: 1s ease
}
.team-style-6 .single-team .info a:hover{color: #A0C486;}
.team-style-6 .single-team .info a img{
  width: 1.5rem;
  margin-left: .5rem;
}
.team-style-6 .section-title p {
  margin-bottom: 0;
  text-align: left;
  font-size: 36px;
  letter-spacing: 0px;
  color: #0D383B;
  font-family: "UbuntuM", sans-serif;

}
.team-style-6 .section-title img {
  width: 100%;
}
.about-style-5 {
  position: relative;
  z-index: 1;
  width: 100%;
  /*padding-bottom: 130px;*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-style-5 .about-content-wrapper {
  padding: 50px 50px;
  background: #0D383B 0% 0% no-repeat padding-box;
  border-radius: 0px 40px;
  opacity: 0.88;
  width: 97%;
}
.about-style-5 .about-content-wrapper .section-title{
  color: #ffffff;
  text-align: left;
}
.about-style-5 .about-content-wrapper .section-title h3{
  margin-bottom: 1.5rem;
  font-size: 36px;
}
.about-style-5 .about-content-wrapper .section-title h6{
  color: #A0C486;
  font-weight: 300;
  letter-spacing: .2rem;
  font-family: "UbuntuL", sans-serif;
}
.about-style-5 .section-title p {
 font-size: 18px;
}
.about-style-5 .about-content-wrapper a{
  color: #ffffff;
  border: 1px solid #FFFFFF;
  border-radius: 23px;
  padding: 0.65rem 1.6rem;
  display: inline-block;
  margin-bottom: 1rem;
}
.about-style-5 .about-content-wrapper a img{
  filter: invert(50%) brightness(300%);
  margin-left: 2rem;
}
.about-style-5 .about-content-wrapper a:hover{background: #fff;color: #000;}
.about-style-5 .about-content-wrapper a:hover img{filter: invert(50%) brightness(0%);}
@media (max-width: 767px) {
  .about-style-5 .about-content-wrapper {
    padding: 50px 30px;
  }
}

@media (max-width: 767px) {
  .about-style-5 .about-content-wrapper .section-title h3 {
    font-size: 33px;
  }
}

.featured-area {
  position: relative;
  background: #0D383B;
  padding: 0;
}
.featured-area .image-box {
  position: relative;
  margin: 0px -15px;
  overflow: hidden;
  height: 100%;
}

.featured-area .image-box img {
  float: right;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-area .bx-wrapper {
  margin-bottom: 0px;
  overflow: hidden;
}
.featured-area .content-box {
  position: relative;
  background: #0D383B 0% 0% no-repeat padding-box;
}

.featured-swpier {
  font-size: 18px;
  background-size: cover;
  color: #ffffff;
  margin-top: 3rem;
}
.featured-area .content-box  h6{
  color: #A0C486;
  font-weight: 300;
  letter-spacing: .2rem;
}
.featured-area .content-box p{
  font: normal normal normal 18px Ubuntu;
  letter-spacing: 0px;
  color: #FFFFFF;
  line-height: 1.4;
  width: 85%;
}
.featured-area .content-box p:nth-of-type(1){
  margin-top: -2.5rem;

}
.featured-area .content-box p:nth-of-type(2){
  margin-top: 2rem;
  text-align: right;
  font: italic normal normal 1.1rem UbuntuL;
}
.featured-area .content-box  .dou{
  font: normal normal normal 7rem / 1rem Mulish;
  margin-top: 2rem;
  /*margin-left: -0.5rem;*/
  display: inline-block;
}
.featured-area .content-box  .featured-line{
  width: 23%;
  height: 2px;
  border-left: 35px solid #A0C486;
  background: #ffffff ;
  margin: 20px 0;
}
.featured-area .content-box h2{font-size: 36px;margin-bottom: 30px;}
.featured-area .swiper-pagination{
  text-align: left;
  position: relative !important;
  margin-top: 1rem;
}
.featured-area .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  width: auto;
}
.featured-area .swiper-pagination-bullet{
  width: 20px;
  height: 20px;
  background: #fff;
  opacity: 1;
}
.featured-area  .swiper-pagination-bullet-active{
  background: #A0C486;
}
@media (min-width: 1400px)  {
  #footer .footer-top .footer-info{
    margin-bottom: 3rem;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #ECECEC;
  /*padding: 0 0 30px 0;*/
  color: #555555;
  font-size: 14px;
}

#footer .footer-top {
  background: #ECECEC;
  padding: 60px 0 60px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
  mix-blend-mode: multiply;
  text-align: left;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}

#footer .footer-top .social-links a {
  display: inline-block;
  /*background: #3fbbc0;*/
  text-align: center;
  transition: 0.3s;
  margin-right: 30px;
  color: #272636;
  font-size: 36px;
}
#footer .footer-top .social-links a:hover {
  color: #A0C486;

}

#footer .footer-top h4 {
  position: relative;
  padding-bottom: 6px;
  color: #0D383B;
  font: normal normal bold 18px Ubuntu;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
  margin-top: 30px;
}
#footer .footer-top .footer-links:nth-last-child(1){width: auto;}
#footer .footer-top .footer-links .line{
  width: 160px;
  margin: 0 0 1rem 0;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #3fbbc0;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding-top: 15px;
  display: flex;
  align-items: center;
  font: normal normal normal 18px Ubuntu;
  letter-spacing: 0px;
  color: #0D383B;
}

#footer .footer-top .footer-links ul li p {
  padding-top: 0;
  width: 80px;
  margin-bottom: 0;
}
#footer .footer-top .footer-links ul li a {
  width: calc(100% - 80px);
}
#footer .footer-top .footer-links ul a {
  color: #0D383B;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover{
  color: #A0C486;
}
#footer .footer-top .footer-links ul a p{
  color: #0D383B;
  display: inline-block;
  line-height: 1;
  margin-right: 1.5rem;
}
#footer .copyright {
  text-align: left;
  color: #ffffff;
}
#footer .copyright a{
  text-align: right;
  color: #ffffff;
  text-decoration: underline;
}
#footer .credits {
  padding-top: 10px;
  text-align: right;
  font-size: 13px;
}
#footer .copyright_bg{
  padding: 17px 0px;
  font-size: 18px;
  background: #0D383B 0% 0% no-repeat padding-box;
  font-family: "UbuntuL", sans-serif;
}
@media (max-width: 767px)  {
  #footer .footer-top .footer-info{
    margin-bottom: 3rem;
  }
}
@media (max-width: 1420px)  {
  .navbar a, .navbar a:focus{padding: 10px 10px 10px 20px;}
  .navbar .active::after{left: 50%;}
}
@media (max-width: 1366px)  {
  .container{max-width: 1140px;}
  .team-area .section-title a img,.team-style-6 .section-title a img{margin-left: 0.5rem;}
}
@media (max-width: 1200px)  {
  #header{padding: 10px 2rem;}
  .navbar a, .navbar a:focus {
    padding: 10px 10px 10px 10px;
  }
}
@media (max-width: 1024px)  {
  .container{max-width: 96%;}
  #header{
    padding: 10px 0rem;
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
  }
  .navbar{order: 3 !important;}
  .navbar a, .navbar a:focus{padding: 10px 0px 10px 30px;}
  #footer .footer-top .footer-links{width: auto;}
  #footer .footer-top .col-lg-5{width: auto;}
  #footer .footer-top .footer-links:nth-child(2) ul li a{width: auto;}
  #hero .swiper-slide ul li{width: 1.5rem;height: 1.5rem;}
  .appointment-{margin-right: 1.5rem;}
  .navbar .active::after{display: none;}
  .navbar-mobile .mobile-nav-toggle{border-color: #fff;}
  .navbar-mobile .mobile-nav-toggle i{background: #fff;}
  .navbar-mobile ul{top: 70px;}
  .navbar-mobile a, .navbar-mobile a:focus{font-size: 16px;}
  .navbar-mobile .appointment-{display: none;}
  .navbar-mobile .mobile-nav-toggle i:nth-child(1){display: none;}
  .navbar-mobile .mobile-nav-toggle i:nth-child(2){
    position: absolute;
    content: '';
    width: 18px;
    height: 2px;
    left: 10px;
    background: #fff;
    transform: rotate(45deg) scaleX(1.35);
    transition-delay: .1s;
    top: 11px;
  }
  .navbar-mobile .mobile-nav-toggle i:nth-child(3){
    position: absolute;
    content: '';
    width: 18px;
    height: 2px;
    left: 10px;
    background: #fff;
    transform: rotate(-45deg) scaleX(1.35);
    transition-delay: .1s;
    top: 11px;
  }
  #drawing h2{font-size: 36px;}
  #drawing .drawing_center{bottom: 1rem;}
}
@media (max-width: 820px)  {
  #hero h2{font-size: 36px;}
  .team-area .section-title p{font-size: 24px;}
  .team-style-6 .section-title p{font-size: 24px;}
  .team-area .col-sm-10{width: 50%;}
  #footer .footer-top .col-lg-5{width: 100%;}
  #footer .footer-top .footer-links{width: 50%;}
  .team-area .image-holder-block p{font-size: 18px;}
  .featured-area .content-box h2{font-size: 24px;}
  .team-area .section-title p{margin-bottom: 3rem;}
  .team-style-6 .col-xxl-2{width: 100%;}
}
@media (max-width: 568px)  {
  #hero h2{font-size: 24px;}
  #hero .swiper-slide{height: 400px;}
  #hero .swiper-slide picture{height: 100%;}
  #hero .swiper-pagination{bottom: 0.5rem;}
  .team-area .section-title p{font-size: 22px;}
  .team-style-6 .section-title p{font-size: 22px;}
  .about-style-5 .about-content-wrapper .section-title h3{font-size: 22px;}
  .featured-area .content-box h2{font-size: 22px;}
  .team-area .col-md-4{width: 100%;}
  .section-title h2{font-size: 14px;}
  .team-area .image-holder-block p{font-size: 16px;}
  .about-style-5 .about-content-wrapper .section-title h6{font-size: 14px;}
  .about-style-5 .section-title p{font-size: 14px;}
  .about-style-5 .about-content-wrapper a{font-size: 14px;}
  .about-style-5 .about-content-wrapper a img{margin-left: 1rem;}
  .team-style-6 .single-team .info h6{font-size: 14px;}
  .team-style-6 .single-team .info p:nth-of-type(1){font-size: 16px;}
  .featured-area .content-box h6{font-size: 14px;}
  .featured-area .content-box p{font-size: 16px;}
  #footer .copyright{text-align: left !important;}
  .appointment- .dropdown-toggle{}
  #header .logo img{max-height: 60px;}
  #header{padding-top: 5px;padding-bottom: 5px;padding-left: 0;padding-right: 0;}
  .appointment-{margin-right: 0.5rem;}
  .dropdown-menu li a{font-size: 12px;}
  .navbar .dropdown ul li{min-width: 100%;}
  .team-area .section-title a{float: right;}
  .team-area .section-title{padding-bottom: 1rem;}
  .team-style-6 .section-title p{padding-bottom: 2rem;}
  .section-title{padding-bottom: 1rem;}
}
