body {
  font-family: 'Poppins', sans-serif;
}
a:hover {
  text-decoration: none;
}
.highslide-viewport-size {
    background-color: #000;
}

b, strong {
    font-weight: 600 !important;
}

iframe {
    border: none !important;
}

#large-screen-header, #small-screen-menu {
  top: 0;
  padding: 5px 0;
  z-index: 10;
  position: fixed;
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: solid 1px transparent;
}
#large-screen-header .logo img {
  max-width: 100%;
  height: 80px;
}
#large-screen-header .logo img.colored {
  display: none;
}
#large-screen-header .logo a {
  position: relative;
  display: block;
}
#large-screen-header .logo a p, #small-screen-menu .logo a p {
  margin: 0;
  color: white;
  top: 50%;
  font-size: 12px;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 79px;
  line-height: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#large-screen-header ul.menu {
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
}
#large-screen-header ul.menu li {
  margin: 0 10px;
}
#large-screen-header ul.menu li a {
  color: white;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
#large-screen-header ul.menu li a:hover {
  opacity: .7;
}
#large-screen-header .lang {
  position: relative;
  display: inline-block;
}
#large-screen-header .lang svg {
  width: 10px;
  height: 7px;
  pointer-events: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-left: 4px;
}
#large-screen-header .lang svg .dropdown__icon {
  fill: none;
  stroke: white;
  stroke-width: 1.5px;
  fill-rule: evenodd;
}
#large-screen-header .lang svg.active {
  -webkit-transform: rotate(180deg) translateY(2px);
          transform: rotate(180deg) translateY(2px);
}
#large-screen-header .lang a.active {
  opacity: 0.8;
}
#large-screen-header .lang a {
  color: white;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
#large-screen-header .lang ul {
  display: none;
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: auto;
  margin-top: 17px;
  padding: 18px 24px;
  background: #fff;
  border: 1px solid #d6e0ee;
  border-radius: 3px;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(36, 36, 59, 0.15);
          box-shadow: 0px 10px 20px -5px rgba(36, 36, 59, 0.15);
  /*left: -72px;*/
  right: 0;
  z-index: 5;
}
#large-screen-header .lang ul a {
  font-weight: 600;
  color: #6c7c93 !important;
  display: block;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
#large-screen-header .lang ul a:hover {
  color: #24243b !important;
}
#large-screen-header .lang ul::after, #large-screen-header .lang ul::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 30px;
  border: 9px solid transparent;
  border-bottom: 10px solid #d6e0ee;
  left: auto;
  right: 16px;
}
#large-screen-header .lang ul::after {
  border-bottom-color: #fff;
  top: -18px;
}
#large-screen-header .get-offer a {
  color: #0a0c0e;
  background-color: #FFF;
  font-size: 14px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 9px 12px;
  letter-spacing: .3px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  font-weight: 500;
}
#large-screen-header .get-offer a:hover {
  background-color: #42464e;
  color: white;
}

#large-screen-header.active {
  background-color: white;
  border-color: #d6e0ee;
}
#large-screen-header.active .logo img {
  display: none;
}
#large-screen-header.active .logo img.colored {
  display: block;
}
#large-screen-header.active .logo p {
  color: #59c373 !important;
}
#large-screen-header.active ul.menu li a {
  color: #24243B;
}
#large-screen-header.active .lang a {
  color: #24243B;
}
#large-screen-header.active .get-offer a {
  background-color: #44c373;
  color: white;
}

#large-screen-header.active .lang svg .dropdown__icon {
  stroke: black;
}

#large-screen-header .get-offer a:hover {
  background-color: #42464e;
  color: white;
}

#slider {
  position: relative;
  height: 800px;
  overflow: hidden;
}

/*#slider .owl-dots {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    text-align: center;*/
/*    display: flex;*/
/*    width: 100%;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

#slider .owl-carousel {
    height: 100%;
}

/*#slider .owl-dots {*/
/*    padding-bottom: 20px;*/
/*}*/


#slider .owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#slider .owl-carousel .owl-nav span {
    display: none;
}

#slider .owl-carousel .owl-nav button.owl-prev {
    background-image: url(../img/left-arrow.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

#slider .owl-carousel .owl-nav button.owl-next {
    background-image: url(../img/right-arrow.png);
    display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
}
 
button:focus {
    outline: none !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}
 
#slider .description {
    display: block !important;
    max-width: 600px;
    margin-bottom: 50px !important;
}
#slider .description img {
    display: none;
}
#slider .item:first-child .content h1 {
    max-width: 525px;
}
#slider .item .content p {
    display: none;
}
#slider .item:first-child .content:first-child p {
    display: block;
}
#slider img.circle {
  margin-top: -290px;
  margin-left: -240px;
}
#slider .scene,
#slider .scene4 {
  position: absolute;
  top: 0; 
  overflow: hidden;
}
#slider img.main-image {
  z-index: -1;
  width: auto;
}

#slider #last{
  margin-left: 0 !important;
  width: 100%;
  object-fit: cover;
}

#slider .scene img,
#slider .scene4 img {
  width: auto;
}
#slider .item {
  overflow: hidden;
  height: 800px;
}
#slider .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#slider .content p {
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 300;
  margin: 0;
  color: white;
}
#slider .content h1 {
  color: white;
  font-size: 48px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 40px;
}
#slider .content a {
  font-size: 16px;
  font-weight: 500;
  color: white;
  border: 2px solid white;
  border-radius: 3px;
  padding: 9px 29px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
#slider .content a:hover {
  background-color: white;
  color: #42464e;
}

#about {
  padding: 155px 0;
  overflow: hidden;
}
#about .left .image-wrapper {
  border-radius: 100%;
  position: relative;
  width: 300px;
  height: 300px;
}
#about .left .image-wrapper::after, #about .left .image-wrapper::before {
  position: absolute;
  content: ' ';
}
#about .left .image-wrapper::before {
  left: -60px;
  right: -60px;
  top: -60px;
  bottom: -60px;
  border-radius: 100%;
  border: 1px solid #f0f0f0;
}
#about .left .image-wrapper::after {
  left: -140px;
  right: -140px;
  top: -140px;
  bottom: -140px;
  border-radius: 100%;
  border: 1px solid #f5f5f5;
}
#about .left img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
#about .right {
  margin-left: 60px;
}
#about .right h1 {
  color: #42464e;
  font-size: 26px;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}
#about .right h1 strong {
  font-weight: 900;
}
#about .right .signature {
  margin-top: 50px;
}
#about .right .info {
  font-weight: 500;
  margin-left: 20px;
}
#about .right .info .position {
  margin: 0;
  font-size: 13px;
  text-align: center;
  color: #7f7f7f;
}
#about .right .info .name {
  color: #42464e;
  font-size: 15px;
  margin-bottom: 7px;
  text-align: center;
}

#services {
  padding: 60px 0;
  background-color: #f6f6f6;
}
#services ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#services ul li {
  margin: 5px;
}
#services ul li a {
  padding-top: 40px;
  font-size: 15px;
  display: block;
  width: 140px;
  height: 140px;
  color: black;
  background-color: white;
  -webkit-box-shadow: 0 2px 7px 0 rgba(27, 27, 27, 0.06);
          box-shadow: 0 2px 7px 0 rgba(27, 27, 27, 0.06);
  text-align: center;
  border-radius: 8px;
  -webkit-transition: -webkit-transform .3s ease,-webkit-box-shadow .3s ease;
  transition: -webkit-transform .3s ease,-webkit-box-shadow .3s ease;
  transition: transform .3s ease,box-shadow .3s ease;
  transition: transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease;
}
#services ul li a:hover {
  -webkit-box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
#services ul li a i {
  display: block;
  font-size: 25px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.3);
}
#services ul li.first-child a {
  position: relative;
  background-color: #44c373;
  color: white;
}
#services ul li.first-child a i {
  color: white;
}
#services ul li.first-child a:hover {
  -webkit-box-shadow: 0 2px 7px 0 rgba(27, 27, 27, 0.06);
          box-shadow: 0 2px 7px 0 rgba(27, 27, 27, 0.06);
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#services ul li.first-child a::before {
  right: 0px;
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #44c373;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  top: 50%;
}

#gallery {
  padding: 60px 0;
  background-color: #f6f6f6;
}
#gallery ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
#gallery ul li {
  position: relative;
  overflow: hidden;
}
#gallery ul li .item{
    height: 228px;
    width: 228px;
}
#gallery ul li img {
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#gallery ul li a {
  color: black;
}
#gallery ul li .overlay {
  padding: 30px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.6) 0px);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#gallery ul li .overlay p {
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 11px 32px;
  cursor: pointer;
  text-align: center;
  color: white;
  border-radius: 24px;
  background: #4ba82e;
  -webkit-box-shadow: rgba(75, 168, 46, 0.3) 0px 4px 8px;
          box-shadow: rgba(75, 168, 46, 0.3) 0px 4px 8px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#gallery ul li .overlay p:hover {
  border-color: #34861c;
  background: #34861c;
}
#gallery ul li:hover .overlay {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#calltoaction {
  position: relative;
  z-index: 1;
  padding: 40px 85px;
  background-image: url("../img/calltoaction.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#calltoaction::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.2);
}
#calltoaction .form-wrapper {
  max-width: 475px;
  padding: 60px;
  background: #fff;
  border-radius: 13px;
}
#calltoaction .form-wrapper h1 {
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
}
#calltoaction .form-wrapper p {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #6c757d;
}
#calltoaction .form-wrapper iframe{
    height: 280px;
}
#calltoaction .form-wrapper form input[type="text"], #calltoaction .form-wrapper form input[type="submit"] {
  display: block;
  width: 100%;
  padding: 16px 32px;
  font-size: 14px;
  color: #495057;
  background-color: #f2f2f2;
  background-clip: padding-box;
  border: none;
  outline: none;
  margin-top: 15px;
}
#calltoaction .form-wrapper form input[type="submit"] {
  background: #44c373;
  font-weight: 900;
  margin-top: 15px;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#calltoaction .form-wrapper form input[type="submit"]:hover {
  background: #229a4e;
}

#blog {
  padding: 60px 0;
}
#blog .row {
  margin-right: 0;
}
#blog .col-lg-3, #blog .col-lg-6 {
  padding: 0 5px;
}
.blog-short .item{
    margin: 0 -10px;
    margin-top: 10px;
}
#blog .item, .blog-short .item {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}
#blog .item .image-wrapper img, .blog-short .item .image-wrapper img {
  width: 100%;
  height: 278px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
     object-position: top;
}
#blog .item a, .blog-short .item a {
  color: inherit;
}
#blog .item .category, .blog-short .item .category {
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 100px;
  line-height: 20px;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.3px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  max-width: calc(100% - 26px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#blog .item .category:hover, .blog-short .item .category:hover {
  background: rgba(0, 0, 0, 0.3);
}
#blog .item .category a, .blog-short .item .category a {
  padding: 4px 12px 4px 12px;
  display: block;
}
#blog .item .post-infos, .blog-short .item .post-infos {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, rgba(146, 137, 132, 0)), color-stop(47%, #000000));
    background: linear-gradient(-180deg, rgba(146, 137, 132, 0) 3%, #000000 47%);
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 22px 17px 13px;
    border-radius: 6px;
    position: absolute;
}
#blog .item .post-infos p, .blog-short .item .post-infos p {
    display: block;
    font-size: 22px;
    line-height: 26px;
    color: white;
    font-weight: 700;
    font-size: 16px;
    word-break: break-word;
    z-index: 15;
    margin-bottom: 0;
}
#blog .item .like-view, .blog-short .item .like-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#blog .item .like-view .like, .blog-short .item .like-view .like {
  padding: 6px 8px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 12px;
}
#blog .item .like-view .like:hover, .blog-short .item .like-view .like:hover {
  background: rgba(255, 255, 255, 0.3);
}
#blog .item .like-view .like.active, .blog-short .item .like-view .like.active {
  background: rgba(255, 255, 255, 0.3);
}
#blog .item .like-view .view, .blog-short .item .like-view .view {
  font-size: 14px;
  font-weight: 700;
  color: white;
  padding: 6px 8px;
}
#blog .item .like-view .view svg, .blog-short .item .like-view .view svg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#blog .item:hover img, .blog-short .item:hover img {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}

.categories #dle-content{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

footer {
  background-color: #2a2a2a;
  padding: 60px 0;
}
footer .top .working-hours {
  color: #a5a5a5;
  margin: 0;
  font-size: 14px;
}
footer .top .number {
  color: white;
  font-size: 22px;
  margin: 0;
  font-weight: bold;
  margin-top: 4px;
}
footer .top .number a {
  color: inherit;
}
footer .top .number span {
  color: #44c373;
}
footer .top .get-offer {
  color: #c7c7c7;
  display: inline-block;
  background: url(../img/underline.png) center bottom repeat-x;
  font-size: 14px;
}
footer .top .get-offer a {
  color: inherit;
}
footer .top .get-offer:hover {
  color: white;
  background: none;
}
footer .top .info a {
  line-height: 16px;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  color: white;
}
footer .top .info i {
  color: #44c373;
  margin-right: 15px;
  font-size: 30px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
footer .top .info img{
    margin-right: 15px;
}
footer .line .col-12 {
  border-bottom: 1px solid #3e3e3e;
  margin-top: 32px;
  margin-bottom: 44px;
}
footer .bottom .menu-items h1 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: white;
}
footer .bottom .menu-items ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .bottom .menu-items ul li a {
  display: block;
  color: #c7c7c7;
  font-size: 13px;
  line-height: 24px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
footer .bottom .menu-items ul li a:hover {
  color: #44c373;
}
footer .bottom .button-wrapper a {
  display: block;
  border: 2px dashed #494949;
  width: 206px;
  height: 54px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 52px;
  border-radius: 5px;
  color: #c7c7c7;
  margin-left: auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
footer .bottom .button-wrapper a i {
  font-size: 20px;
  margin-right: 20px;
  color: white;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
footer .bottom .button-wrapper a:hover {
  border-color: #44c373;
  background-color: #44c373;
  color: white;
}

footer .social-ul {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin-left: 30px;
    margin-top: 20px;
}

footer .social-ul .social-li {
    width: 45px;
    height: 40px;
    background-color: rgb(216, 216, 216, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 15px;
    transition: all 0.25s ease;
}

footer .social-ul .social-li i {
    color: #fff;
    font-size: 17px;
    margin-right: 0 !important;
}

footer .social-ul a {
    border: none !important;
    background-color: none !important;
    width: 60px !important;
    height: 40px !important;
    display: flex;
    margin-left: 0 !important;
}

footer .social-ul a:hover .social-li {
    opacity: 0.8;
}

footer .social-ul a:hover {
    border-color: transparent !important;
    background-color: transparent !important;
    color: white;
}
   
#slider .owl-theme .owl-dots {
    display: none;
}
 
.copyright {
  font-size: 13px;
  color: #c7c7c7;
  background-color: #1c1c1c;
  height: 84px;
}
.copyright a {
   color: #4b4b4b;
}
.copyright a span {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.copyright a:hover span {
  color: #44c373;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.mouse-btn-down {
    position: absolute;
    left: 55px;
    bottom: 5px;
    width: 120px;
    color: #fff;
    font-size: 14px;
    height: 104px;
    cursor: pointer;
    background: url(../img/arrow-down.png) center top no-repeat;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    padding-top: 65px;
}
.mouse-btn-down:before {
    position: absolute;
    content: '';
    background: #fff;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    top: 5px;
    left: 50%;
    margin-left: -2px;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: top-to-down;
    animation-name: top-to-down;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
@keyframes top-to-down {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px)
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(15px);
        transform: rotateX(0deg) translateY(15px)
    }
    to {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px)
    }
}

.modal-dialog {
    width: 500px;
}
.modal-content {
    border-radius: 10px;
    padding-top: 40px;
    position: relative;
}
.modal-header {
    padding: 0 60px 20px 60px;
    border: none;
}
.modal-body {
    padding: 0 60px 60px;
}
.modal-content .close {
    display: block;
    height: 20px;
    opacity: .5;
    position: absolute;
    right: 40px;
    top: 38px;
    width: 20px;
    z-index: 100;
    padding: 0;
    outline: transparent;
}
.modal-content .close::before, .modal-content .close::after {
    background: #282828;
    border-radius: 2px;
    content: '';
    display: block;
    position: absolute;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal-content .close::before {
    left: 0;
    height: 2px;
    margin-top: -1px;
    top: 50%;
    width: 100%;
}
.modal-content .close::after {
    left: 50%;
    height: 100%;
    margin-left: -1px;
    top: 0;
    width: 2px;
}
#contact-static .cs-row .left-side{
     background-color: #4d4c4b;
}
#contact-static .cs-row{
    margin: 0;
    border-radius: 6px;
    box-shadow: 0 15px 55px -5px rgb(9 31 67 / 10%);
    overflow: hidden;
}
#contact-static .right-side .wrapper{
    padding: 20px;
}
#contact-static .right-side h2{
    font-size: 22px;
    color: #301F27;
    margin-top: 30px;
}
#contact-static .left-side .wrapper{
    padding: 45px;
}
#contact-static iframe{
    border: none;
    height: 400px;
}
#contact-static{
    padding-bottom: 60px;
}
#contact-static .left-side h1{
    font-size: 22px;
    color: white;
    font-weight: 600;
    margin-bottom: 20px;
}
#contact-static .left-side .number p, #contact-static .left-side .adress p{
    margin: 0;
    color: white;
    font-size: 15px;
}
#contact-static .left-side .number a{
    color: white;
    border-bottom: 1px solid white;
    font-size: 15px;
    transition: all .3s ease;
}
#contact-static .left-side .number a:hover{
    border-color: transparent;
}
.cs-breadcrumb{
    height: 340px;
    position: relative;
    background-size: cover;
    background-position: center;
}
.cs-breadcrumb::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .9;
    background: #199b37
}
.cs-breadcrumb h1{
    font-size: 42px;
    font-weight: 600;
    color: white;
    margin: 0;
}
.cs-breadcrumb .top, .cs-breadcrumb .bottom{
    position: absolute;
    width: 100%;
}
.cs-breadcrumb .top{
    padding: 30px 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    bottom: 115px;
}
.cs-breadcrumb .bottom{
    padding: 25px 0px 50px;
    bottom: 0;
    display: flex;
    align-items: center;
}
.cs-breadcrumb .right-side{
    padding-left: 32px;
}
.cs-breadcrumb .right-side .breadcrumb-p {
    text-align: center;
    color: white;
    font-size: 14px;
    margin: 0;
}
.cs-breadcrumb .right-side .breadcrumb-p a {
    color: white;
    border-bottom: 1px solid white;
    transition: all .3s ease;
}
.cs-breadcrumb .right-side .breadcrumb-p a:hover {
    border-color: transparent;
    text-decoration: none;
}
.cs-breadcrumb .left-side{
    padding-right: 41px;
    position: relative;
}
.cs-breadcrumb .left-side::after {
    content: "";
    display: block;
    width: 2px;
    height: 62px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 55%;
    right: 0px;
    transform: translateY(-50%);
}
.cs-breadcrumb .left-side, .cs-breadcrumb .right-side{
    transform: translateY(12px);
}
.cs-breadcrumb .left-side a {
    color: #ffffff7a;
    transition: all .3s ease;
    display: block;
}
.cs-breadcrumb .left-side a:hover {
    opacity: 0.8;
}
.cs-breadcrumb .left-side a:hover i {
    transform: translateX(-10px) translateY(2px);
}
.cs-breadcrumb .left-side i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #ffffff7a;
    transform: translateY(2px);
    margin-right: 18px;
    transition: all .3s ease;
}
.page-heading{
    background-color: rgb(250, 250, 250);
    padding: 80px 108px;
    width: 100%;
    margin-bottom: 60px;
}
.page-heading h1{
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.page-heading p{
    margin: 0 auto;
    max-width: 700px;
    text-align: center;
}
#about-static, #gallery-static{
    padding-bottom: 60px;
}
#about-static .content img:first-child{
    display: none;
}
#about-static .content img{
    float: right;
    margin-left: 40px;
    width: 300px !important;
    object-fit: cover;
    height: 300px;
    border-radius: 100%;
}

#about-static .content .highslide {
    height: 300px;
    width: 200px;
    display: block;
    margin-bottom: 30px;
}

#about-static .content .none {
    height: 300px;
    width: 200px;
}

#about-static .content .highslide img {
    display: block !important;
    border-radius: unset;
    height: 100%;
    width: 100% !important;
    object-fit: cover;
}

#about-static .content .quote {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}



#gallery-static .content img:first-child{
    display: none;
}
#gallery-static .content a.highslide img:first-child{
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}
#gallery-static .content a.highslide{
    flex-basis: 33.3333%;
    padding: 15px;
    padding-bottom: 0;
    height: 300px;
}
#about-static .content p{
    margin: 0;
}
@media(max-width: 768px){
    #gallery-static .content a.highslide{
        flex-basis: 50%;
        height: 170px;
    }
    
 
    
    
    
    
    #about .right{
        margin: 0;
        margin-top: 90px;
    }
    #about .right .signature{
        justify-content: center;
    }
    #about .right h1{
        text-align: center;
        margin-top: 20px;
    }
    #about{
        padding-bottom: 40px;
    }
    #contact-static iframe{
        height: 550px;
    }
}


@media(max-width: 430px) {
    #about-static .content .quote {
        justify-content: center;
    }
}


.categories{
    padding-bottom: 60px;
}
.service-short .item {
    padding-top: 40px;
    font-size: 15px;
    height: 140px;
    color: black;
    background-color: white;
    -webkit-box-shadow: 0 2px 7px 0 rgb(27 27 27 / 6%);
    box-shadow: 0 2px 7px 0 rgb(27 27 27 / 6%);
    text-align: center;
    border-radius: 8px;
    -webkit-transition: -webkit-transform .3s ease,-webkit-box-shadow .3s ease;
    transition: -webkit-transform .3s ease,-webkit-box-shadow .3s ease;
    transition: transform .3s ease,box-shadow .3s ease;
    transition: transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease;
}
.service-short .item p{
    margin: 0;
    text-align: center;
}
.service-short .item img{
    display: block;
    margin: 0 auto;
}
.service-short .item:hover {
    -webkit-box-shadow: 0 5px 19px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 5px 19px 0 rgb(0 0 0 / 30%);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
#patient-opinion-static{
    padding-bottom: 60px;
}
#patient-opinion-static img{
    background: white;
}
#patient-opinion-static .fr-dib-delete{display:none !important;}
#patient-opinion-static .content a.highslide img:first-child{
    display: block;
    max-width: 100%;
    object-fit: contain;
    margin: 0 auto;
}
#patient-opinion-static .content a.highslide{
    flex-basis: 33.3333%;
    padding: 15px;
    padding-bottom: 0;
}
@media (max-width: 576px){
    #patient-opinion-static .content a.highslide{
        flex-basis: 50%;
    }
    .cs-breadcrumb .left-side{
        padding-right: 36px;
    }
    .cs-breadcrumb .left-side a {
        font-size: 12px;
    }
    .cs-breadcrumb .left-side i {
        font-size: 13px;
        width: 30px;
        height: 30px;
        line-height: 31px;
        margin-right: 6px;
    }
    .cs-breadcrumb .right-side .breadcrumb-p{
        font-size: 12px;
    }
    
}
#blog .col-lg-3{
    padding-top: 10px;
}
#blog .col-lg-3:nth-child(3), #blog .col-lg-3:nth-child(4){
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.write-wp {
    position: fixed;
    bottom: 0;
    background-color: #67B02D;
    width: 100%;
    z-index: 2;
}
.write-wp a {
    color: white;
    width: 100%;
    display: inline-block;
}
#small-screen-menu .logo a {
    position: relative;
    display: block;
}
#small-screen-menu .logo img {
    max-width: 100%;
    height: 80px;
    padding-left: 15px;
}
#small-screen-menu .logo img.colored{
    display: none;
}
#small-screen-menu .logo a p {
    left: 94px;
}
#small-screen-menu .open-nav {
    padding: 15px;
}
#small-screen-menu .open-nav i {
    font-size: 22px;
    color: white;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}
#small-screen-menu.active{
    background: white;
}
#small-screen-menu.active .logo p {
    color: #59c373 !important;
}
#small-screen-menu.active .logo img:first-child{
    display: none;
}
#small-screen-menu.active .logo img.colored{
    display: block;
}
#small-screen-menu.active .open-nav i{
    color: black;
}
.small-screen-overlay {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    z-index: 98;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.small-screen-menu-nav {
    z-index: 99;
    position: fixed;
    width: 100%;
    top: 0;
}
.small-screen-menu-nav nav {
    position: absolute;
    right: -100%;
    z-index: 9999;
    background: linear-gradient(119deg, #67B02D, rgba(103, 176, 45, 0.8), rgba(103, 176, 45, 0.6));
    height: 100vh;
    width: 80%;
    padding-left: 20px;
    -webkit-transition: all .5s ease;
    transition: all .3s ease;
    padding: 35px;
    padding-top: 90px;
    overflow-y: scroll;
}
.small-screen-menu-nav .close-menu {
    padding: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.small-screen-menu-nav nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.small-screen-menu-nav nav ul li a {
    display: inline-block;
    border-bottom: 1px solid #67B02D;
    font-weight: 600;
    width: 100%;
    position: relative;
    font-size: 18px;
    color: white;
    letter-spacing: 0;
    padding: 10px 0;
}
.small-screen-menu-nav .close-menu i {
    font-size: 25px;
    color: white;
}
.small-screen-menu-nav nav.active {
    right: 0;
}
body.active {
    overflow-y: hidden;
    -webkit-overflow-scrolling: hidden;
    touch-action: none;
    -ms-touch-action: none;
}
.gallery-short img{
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 280px;
    transition: all .1s ease;
}
.gallery-short img:hover{
    opacity: .8;
}

.small-screen-overlay.active {
    visibility: visible;
    opacity: 0.8;
}
@media (max-width: 991px){
    #slider{
        height: auto;
    }
    #slider .item{
        height: auto;
    }
    #slider .scene img,
    #slider .scene4 img {
        height: 810px;
        margin-left: -100px;
        margin-top: -100px;
    }
    #slider img.main-image{
        height: 600px;
        object-fit: cover;
        margin-left: -130px;
    }
    .copyright{
        margin-bottom: 56px;
    }
    #about .right h1{
        font-size: 21px;
    }
    #about .right .info .name{
        font-size: 13px;
    }
    #about .right .info .position{
        font-size: 10px;
    }
}
@media (max-width: 768px){
    #slider{
        height: auto;
    }
    #slider .scene img,
    #slider .scene4 img {
        height: 700px;
        margin-left: -140px;
        margin-top: -70px;
    }
    #slider img.main-image{
        height: 500px;
        object-fit: cover;
        margin-left: -130px;
    }
    #slider .content h1{
        font-size: 28px;
    }
    #slider .content p{
        font-size: 13px;
    }
    
    footer .top .info a{
        font-size: 14px;
    }
}
@media(max-width: 1200px){
    .mouse-btn-down{
        bottom: 30px;
        left: 84px;
    }
}
footer .top .info{
    justify-content: flex-end;
}
footer .bottom .col-lg-3:nth-child(2) li:nth-child(1), footer .bottom .col-lg-3:nth-child(2) li:nth-child(2){
    display: none;
}
@media (max-width: 1200px){
    #gallery ul li .item{
        width: 188px;
        height: 188px;
    }
    #gallery ul li .overlay p{
        padding: 10px;
    }
    #services ul li a{
        width: 120px;
        height: 120px;
        padding-top: 30px;
        font-size: 14px;
    }
}

@media (max-width: 1650px) {
    #slider #last {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    #slider #last {
        height: auto !important;
    }
}



@media (max-width: 991px){
    #blog .col-lg-3:nth-child(3), #blog .col-lg-3:nth-child(4){
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #gallery ul li:last-child{
        display: none;
    }
    #gallery ul li{
        margin: 4px;
    }
    #gallery ul li .item{
        width: 240px;
        height: 240px;
    }
    #services ul li a{
        width: 140px;
        height: 140px;
    }
    #services ul li{
        flex-basis: calc(50% - 10px);
    }
    #services ul li:first-child{
        flex-basis: calc(100% - 10px);
    }
    #services ul li:first-child a{
        margin: 0 auto;
    }
    #services ul li:nth-child(odd) a{
        margin-right: auto;
    }
    #services ul li:nth-child(even) a{
        margin-left: auto;
    }
    #services ul li.first-child a::before{
        bottom: -8px;
        top: unset;
        right: unset;
        left: 49%;
        -webkit-transform: rotate(45deg) translateX(-50%);
        transform: rotate(45deg) translateX(-50%);
    }
    #about-static .content img {
        width: 200px !important;
        height: 200px;
    }
}

@media (max-width: 992px) {
    .full-story-container img{
        max-width: 90%;
        height: auto !important;
        width: auto !important;
    }
    .full-story-container.blog iframe{
        max-width: 90%;
                height: auto !important;
        width: auto !important;
    }
    footer .social-ul {
        justify-content: center;
        margin-left: 0;
        margin-top: 15px;
    }
}
@media (max-width: 768px){
    footer .bottom .menu-items ul li a{
        font-size: 15px;
        line-height: 35px;
    }
    #about{
        padding-top: 40px;
    }
    #calltoaction .form-wrapper h1{
        font-size: 20px;
    }
    #calltoaction .form-wrapper p{
        font-size: 13px;
    }
    .page-heading{
        padding: 80px 28px;
    }
}
@media (max-width: 576px){
    footer .top .info img {
    margin-right: 5px;
}
footer .top .info a {
    font-size: 12px;
}
    #gallery ul li .item{
        width: 160px;
        height: 160px;
    }
    .mouse-btn-down{
        display: none;
    }
    #slider .content a{
        display: none;
    }
    #slider .content h1{
        margin-bottom: 0;
    }
    
    #slider .owl-theme .owl-nav {
        display: none;
    }
    
    #slider #last {
        margin-left: 0 !important;
        height: 500px !important;
    }
 
    
    #slider .content{
        top: 83%;
    }
    #slider .scene img ,
    #slider .scene img {
        margin-top: -120px;
    }
    .modal-dialog{
        width: 360px;
    }
    #calltoaction {
        padding: 20px 10px;
    }
    #calltoaction .form-wrapper{
        padding: 40px;
    }
    #calltoaction .form-wrapper h1{
        font-size: 16px;
    }
}
.small-screen-menu-nav .lang a {
    border: 1px solid #ccc;
    color: white;
    font-size: 16px;
    font-weight: 600;
    width: 39px;
    border-radius: 100%;
    height: 39px;
    line-height: 38px;
    text-align: center;
}
.small-screen-menu-nav .lang a.active {
    color: black;
    background: #f8f8f8;
}

.small-screen-menu-nav .social-iconsAndLang .social-icons a {
    background: #f5f5f5;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.small-screen-menu-nav .social-iconsAndLang .social-icons a i {
    color: #5f576b !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.pagination {
    margin-top: 40px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pagination span {
    background: #0101014a;
}
.pagination span {
    background: #0101014a;
}
.pagination span, .pagination a {
    font-weight: 600;
    color: white;
    border-radius: 100%;
    font-size: 14px;
    margin: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination a {
    background: #67b02db3;
    transition: all .3s ease;
}
.map-row{
    border-radius: 6px;
    box-shadow: 0 15px 55px -5px rgb(9 31 67 / 10%);
    overflow: hidden;
}
#service-full .content img{
    display: none;
}
#service-full .image-wrapper img{
    width: 100%;
    object-fit: cover
}
.highslide-image{
    background-color: white;
}
.highslide-controls {
width: 195px;
height: 40px;
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
margin-right: 15px;
margin-bottom: 10px;
margin-top: 10px;
}
.highslide-controls ul {
position: relative;
left: 15px;
height: 40px;
list-style: none;
margin: 0;
padding: 0;
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
float: left;
padding: 5px 0;
}
.highslide-controls a {
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
display: block;
float: left;
height: 30px;
width: 30px;
outline: none;
}
.highslide-controls a.disabled {
cursor: default;
}
.highslide-controls a span {
/* hide the text for these graphic buttons */
display: none;
}
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
background-position: -120px 0;

}
.highslide-controls .highslide-move a:hover {
background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
background-position: -180px -30px;
}

.table-container {
   margin-top: 20px;
}


.table-container table {
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 0;
    width: 100%;
    empty-cells: hide;
    margin-top: 45px;
}

.table-container table th {
    font-size: 14px;
    letter-spacing: 1.05px;
    color: #fff;
    background: #005693;
    text-transform: uppercase;
    padding: 25px 20px;
    vertical-align: middle;
}

.table-container table td {
    padding: 18px 20px;
    vertical-align: middle;
}

.table-container table th:first-child {
    padding-left: 50px;
}

.table-container table th:last-child{
    padding-right: 50px;
}

.table-container table tr:nth-child(even) td {
    background-color: #f4f4f4;
}

.table-container table tbody td:first-child {
    padding-left: 50px;
}

.about-more {
    padding: 50px;
    background: #fafafa;
    border-radius: 10px;
}

@media (max-width: 768px) {
   .about-more {
       padding: 20px;
   }
}

.full-story-container img:first-child {
    display: none;
}

.full-story-container.blog img:first-child {
    display: block;
}

.full-story-container.blog img {
    width: 600px;
    height: 400px;
    border-radius: 8px;
    object-fit: cover;
    object-position: top;
}

.full-story-container img {
    width: 900px;
    height: 500px;
    object-fit: cover;
}

.full-story-container.blog iframe {
    width: 650px;
    height: 400px;
}

.full-story-container.blog div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.plyr__video-wrapper,.plyr__video-wrapper video{
    height:280px;
}



