@charset "UTF-8";
/** banner-section **/
.banner-section {
  position: relative;
  overflow: hidden;
}

.banner-carousel .slide-item {
  position: relative;
  padding: 141px 0px 214px 0px;
  border-radius: 0px 10px 10px 10px;
  overflow: hidden;
}

.banner-carousel .slide-item:before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #1fa138, rgba(255, 255, 255, 0.05));
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.banner-carousel .content-box {
  position: relative;
  display: block;
  z-index: 5;
  max-width: 650px;
}

.banner-carousel .slide-item .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 8000ms linear;
  -moz-transition: all 8000ms linear;
  -ms-transition: all 8000ms linear;
  -o-transition: all 8000ms linear;
  transition: all 8000ms linear;
}

.banner-carousel .active .slide-item .bg-layer {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.banner-carousel .content-box h2 {
  font-size: 55px;
  line-height: 70px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 21px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.banner-carousel .content-box p {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 50px;
  font-weight: 500;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box .btn-box {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.banner-section .social-links {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.banner-section .social-links li {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.banner-section .social-links li:last-child {
  margin-bottom: 0px !important;
}

.banner-section .social-links li a {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background: #E7E7E7;
  color: #575757;
  text-align: center;
  border-radius: 50%;
}

.banner-section .social-links li a:hover {
  color: #fff;
}

/** banner-style-two **/
.banner-style-two {
  background: #142458;
}

.banner-style-two .outer-container {
  position: relative;
  max-width: 1550px;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.banner-style-two .content-box {
  position: relative;
  display: block;
  max-width: 600px;
}

.banner-style-two .content-box h2 {
  display: block;
  font-size: 55px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
}

.banner-style-two .content-box p {
  display: block;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 45px;
  max-width: 550px;
}

.banner-style-two .image-box {
  position: relative;
  display: block;
  padding-left: 237px;
  margin-left: -42px;
  margin-bottom: -90px;
}

.banner-style-two .image-box .image-2 {
  position: absolute;
  left: 0px;
  bottom: 52px;
  border: 7px solid #fff;
  border-radius: 5px 5px 40px 5px;
}

.banner-style-two .image-box .image-2 img {
  width: 100%;
  border-radius: 0px 0px 30px 0px;
}

.banner-style-two .image-box .image-1 {
  position: relative;
  display: block;
  border-radius: 5px 5px 40px 5px;
}

.banner-style-two .image-box .image-1 img {
  border-radius: 5px 5px 40px 5px;
  width: 100%;
}

.banner-style-two .image-box .curve-text {
  position: absolute;
  left: -60px;
  top: 98px;
  display: inline-block;
  width: 128px;
  height: 128px;
  line-height: 128px;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}

.banner-style-two .image-box .curve-text:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 63px;
  bottom: 10px;
  z-index: 1;
}

.banner-style-two .image-box .curve-text .shape {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-style-two .image-box .curve-text .curved-circle {
  position: absolute;
  left: 65px;
  top: 3px;
  font-size: 13.6px;
  line-height: 20px;
  font-family: var(--title-font);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.banner-style-two .image-box .curve-text .border-line {
  position: absolute;
  left: -8px;
  top: -8px;
  width: 144px;
  height: 144px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.banner-style-two .image-box .curve-text .border-line:before {
  position: absolute;
  content: "";
  border: 2px solid #fff;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  left: 39px;
  top: 39px;
  z-index: 1;
}

.banner-style-two .pattern-layer {
  position: absolute;
  left: 0px;
  top: -140px;
  width: 684px;
  height: 719px;
  background-repeat: no-repeat;
}

/** rtl-css **/
.rtl .banner-carousel .content-box {
  text-align: right;
}

/** responsive-css **/
@media only screen and (max-width: 1200px) {
  .banner-section {
    padding: 0px;
  }
  .banner-section .social-links {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .banner-style-two .content-box {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .banner-style-two .content-box p {
    max-width: 100%;
  }
  .banner-style-two .image-box {
    margin: 0px;
  }
  .banner-style-two .image-box .curve-text {
    left: 7px;
  }
  .banner-style-two {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-carousel .content-box h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .banner-carousel .slide-item {
    padding: 100px 0px 170px 0px;
  }
  .banner-style-two .image-box {
    padding: 0px;
  }
  .banner-style-two .image-box .image-2 {
    position: relative;
    bottom: 0px;
    margin-top: 30px;
  }
  .banner-style-two .content-box h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
/** appointment-section **/
.appointment-section {
  position: relative;
}

.appointment-section .inner-container {
  position: relative;
  display: block;
  width: 100%;
  z-index: 2;
  margin-top: -72px;
}

.appointment-section h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
  background: #1fa138;
  padding: 19px 30px 21px 50px;
  border-radius: 10px 10px 0px 0px;
}

.appointment-section .inner-box {
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 5px 45px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
}

.appointment-section .inner-box .form-inner {
  position: relative;
  padding: 48px;
}

.appointment-section .form-inner .form-group {
  position: relative;
  margin-bottom: 25px;
}

.appointment-section .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.appointment-section .form-inner .form-group input[type=text],
.appointment-section .form-inner .form-group input[type=email],
.appointment-section .form-inner .form-group .nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #D9D9D9;
  color: rgba(87, 87, 87, 0.6);
  font-size: 16px;
  padding: 10px 25px;
  border-radius: 6px;
  transition: all 500ms ease;
}

.appointment-section .form-inner .form-group .theme-btn {
  width: 100%;
}

.appointment-section .schedule-box {
  position: relative;
  padding: 40px 48px 49px 48px;
}

.appointment-section .schedule-box .list-item li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}

.appointment-section .schedule-box .list-item li:last-child {
  margin-bottom: 0px;
}

.appointment-section .schedule-box .list-item li .day {
  position: relative;
  display: inline-block;
  margin-right: 28px;
  min-width: 36px;
}

.appointment-section .schedule-box .list-item li .line {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px dashed rgba(87, 87, 87, 0.6);
}

.appointment-section .schedule-box .list-item li .time {
  position: relative;
  display: inline-block;
  float: right;
  margin-left: 20px;
  min-width: 110px;
}

.appointment-section .schedule-box .list-item li span {
  font-size: 16px;
  line-height: 24px;
  color: #0F0F0F;
  font-weight: 500;
}

.appointment-section .pattern-layer {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 491px;
  height: 480px;
  background-repeat: no-repeat;
}

/** appointment-style-two **/
.appointment-style-two {
  position: relative;
}

.appointment-style-two .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: calc(100% - 154px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.appointment-style-two .bg-layer:before {
  position: absolute;
  content: "";
  background: #142458;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.8;
}

.appointment-style-two .video-btn a {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 26px;
}

.appointment-style-two .video-btn a:before,
.appointment-style-two .video-btn a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.appointment-style-two .video-btn a:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.appointment-style-two .inner-box h2 {
  display: block;
  font-size: 43px;
  line-height: 63px;
  color: #fff;
  font-weight: 700;
}

.appointment-style-two .lower-content {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 5px 45px 0px rgba(0, 0, 0, 0.1);
}

.appointment-style-two .lower-content .image-box {
  position: relative;
  display: block;
  border-radius: 5px;
  margin-right: -15px;
}

.appointment-style-two .lower-content .image-box img {
  width: 100%;
  border-radius: 5px;
}

.appointment-style-two .lower-content .form-inner {
  position: relative;
  display: block;
  padding: 55px 55px 55px 40px;
}

.appointment-style-two .lower-content .form-inner .sec-title h2 {
  font-size: 31px;
  line-height: 38px;
}

.appointment-style-two .lower-content .form-inner .form-group {
  position: relative;
  display: block;
  margin-bottom: 28px;
}

.appointment-style-two .lower-content .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.appointment-style-two .lower-content .form-inner .form-group input[type=text],
.appointment-style-two .lower-content .form-inner .form-group input[type=email],
.appointment-style-two .lower-content .form-inner .form-group textarea,
.appointment-style-two .lower-content .form-inner .form-group .nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
  border-bottom: 1px solid #D9D9D9;
  font-size: 16px;
  color: #575757;
  padding: 10px 0px;
  transition: all 500ms ease;
}

.appointment-style-two .lower-content .form-inner .form-group .nice-select {
  border: none;
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0px;
}

.appointment-style-two .lower-content .form-inner .form-group .icon {
  position: absolute;
  top: 10px;
  right: 23px;
  font-size: 20px;
  z-index: 1;
}

.appointment-style-two .lower-content .form-inner .theme-btn {
  width: 100%;
}

/** rtl-css **/
.rtl .appointment-section .schedule-box .list-item li .day {
  margin-right: 0px;
  margin-left: 28px;
}

.rtl .appointment-section .schedule-box .list-item li .time {
  margin-left: 0px;
  margin-right: 20px;
}

.rtl .appointment-style-two .lower-content .form-inner .form-group .icon {
  right: inherit;
  left: 23px;
}

/** responsive-css **/
@media only screen and (max-width: 991px) {
  .appointment-section .inner-box .form-inner {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .appointment-style-two .inner-box h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .appointment-style-two .inner-box h2 br {
    display: none;
  }
  .appointment-style-two.contact-page {
    padding: 0px 0px 70px 0px;
  }
}
@media only screen and (max-width: 599px) {
  .appointment-section .inner-box .form-inner,
.appointment-section .schedule-box,
.appointment-style-two .lower-content .form-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/** about-section **/
.about-section {
  position: relative;
}

.image_block_one .image-box {
  position: relative;
  display: block;
  margin-right: -30px;
}

.image_block_one .image-box:before {
  position: absolute;
  content: "";
  width: 350px;
  height: 30px;
  right: 50px;
  bottom: 0px;
  border-bottom-left-radius: 10px;
}

.image_block_one .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.image_block_one .image-box .image:before {
  position: absolute;
  top: 0;
  left: -85%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.image_block_one .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.image_block_one .image-box .image img {
  width: 100%;
  border-radius: 5px;
}

.image_block_one .image-box .experience-box {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 170px;
  text-align: center;
  border-radius: 5px;
  padding: 24px 15px 27px 15px;
  z-index: 1;
}

.image_block_one .image-box .experience-box h2 {
  display: block;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}

.image_block_one .image-box .experience-box span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.content_block_one .content-box {
  position: relative;
  display: block;
}

.content_block_one .content-box .inner-box {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0px 10px 10px 0px;
  box-shadow: 0px 5px 45px 0px rgba(0, 0, 0, 0.1);
  border-left: 4px solid #142458;
}

.content_block_one .content-box .inner-box .text-box {
  position: relative;
  padding: 47px 30px 43px 73px;
}

.content_block_one .content-box .inner-box .text-box h5 {
  display: block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
}

.content_block_one .content-box .inner-box .text-box .icon-box {
  position: absolute;
  display: inline-block;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 76px;
  height: 76px;
  line-height: 60px;
  border: 10px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  color: #fff;
}

.content_block_one .content-box .inner-box .image {
  position: relative;
  display: block;
  min-width: 280px;
}

.content_block_one .content-box .inner-box .image img {
  width: 100%;
}

.content_block_one .content-box .list-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content_block_one .content-box .list-inner .list-item li {
  position: relative;
  display: block;
  padding-left: 57px;
  margin-bottom: 27px;
}

.content_block_one .content-box .list-inner .list-item li:last-child {
  margin-bottom: 0px;
}

.content_block_one .content-box .list-inner .list-item li .icon {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: -6px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #142458;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
}

.content_block_one .content-box .list-inner .list-item li h5 {
  display: block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
}

.content_block_one .content-box .lower-box {
  position: relative;
  display: flex;
  align-items: center;
}

.content_block_one .content-box .lower-box .author-box h6 {
  display: block;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}

.content_block_one .content-box .lower-box .author-box .designation {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
}

/** about-style-two **/
.about-style-two {
  position: relative;
}

.image_block_three .image-box {
  position: relative;
  display: block;
  padding-right: 190px;
  padding-bottom: 203px;
  margin-right: 2px;
}

.image_block_three .image-box img {
  width: 100%;
  border-radius: 5px 5px 5px 30px;
}

.image_block_three .image-box .image {
  border-radius: 5px 5px 5px 30px;
}

.image_block_three .image-box .image-2 {
  position: absolute;
  right: -20px;
  bottom: 0px;
  border: 20px solid #fff;
  border-bottom: none;
}

.image_block_three .image-box .image-3 {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.content_block_three .content-box {
  position: relative;
  display: block;
}

.content_block_three .content-box .inner-box {
  position: relative;
  display: block;
  padding-left: 86px;
  padding-bottom: 40px;
  border-bottom: 1px solid #D9D9D9;
}

.content_block_three .content-box .inner-box .icon-box {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 28px;
  text-align: center;
  border-radius: 50%;
  background: rgba(249, 45, 71, 0.1);
}

.content_block_three .content-box .inner-box h5 {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
}

.content_block_three .content-box .inner-box h5:before {
  position: absolute;
  content: "\e917";
  font-family: "icomoon";
  font-size: 16px;
  right: 75px;
  bottom: -6px;
}

.content_block_three .content-box .list-style-one li {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}

.content_block_three .content-box .lower-content {
  position: relative;
  display: flex;
  align-items: center;
}

.content_block_three .content-box .lower-content .support-box {
  position: relative;
  display: block;
  padding: 0px 0px 0px 70px;
}

.content_block_three .content-box .lower-content .support-box .icon-box {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  color: #fff;
}

.content_block_three .content-box .lower-content .support-box p {
  font-size: 14px;
  line-height: 20px;
}

.content_block_three .content-box .lower-content .support-box p span {
  color: var(--title-color);
}

.content_block_three .content-box .lower-content .support-box a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 35px;
  font-weight: 700;
  color: var(--title-color);
}

/** rtl-css **/
.rtl .content_block_one .content-box {
  margin-left: 0px;
  margin-right: 80px;
}

.rtl .content_block_one .content-box .inner-box {
  border-left: none;
  border-right: 4px solid #142458;
  border-radius: 10px 0px 0px 10px;
}

.rtl .content_block_one .content-box .inner-box .text-box .icon-box {
  left: inherit;
  right: -24px;
}

.rtl .content_block_one .content-box .list-inner .list-item li {
  padding-left: 0px;
  padding-right: 57px;
}

.rtl .content_block_one .content-box .list-inner .list-item li .icon {
  left: inherit;
  right: 0px;
}

.rtl .content_block_one .content-box .lower-box .btn-box {
  margin-right: 0px;
  margin-left: 40px;
}

.rtl .content_block_one .content-box .inner-box .text-box {
  padding-left: 30px;
  padding-right: 73px;
}

.rtl .content_block_three .content-box {
  margin-left: 0px;
  margin-right: 70px;
}

.rtl .content_block_three .content-box .inner-box {
  padding-left: 0px;
  padding-right: 86px;
}

.rtl .content_block_three .content-box .inner-box .icon-box {
  left: inherit;
  right: 0px;
}

.rtl .content_block_three .content-box .inner-box h5:before {
  right: inherit;
  left: 75px;
}

.rtl .content_block_three .content-box .lower-content .btn-box {
  margin-right: 0px;
  margin-left: 40px;
}

.rtl .content_block_three .content-box .lower-content .support-box {
  padding-left: 0px;
  padding-right: 70px;
}

.rtl .content_block_three .content-box .lower-content .support-box .icon-box {
  left: inherit;
  right: 0px;
}

/** responsive-css **/
@media only screen and (max-width: 991px) {
  .content_block_one .content-box,
.content_block_three .content-box {
    margin: 30px 0px 0px 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .about-section,
.about-style-two {
    padding: 70px 0px;
  }
  .content_block_three .content-box .inner-box h5:before {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .content_block_one .content-box .inner-box {
    display: block;
  }
  .content_block_one .content-box .inner-box .text-box .icon-box {
    left: 0px;
  }
  .content_block_one .content-box .inner-box .text-box {
    padding-left: 80px;
  }
  .rtl .content_block_one .content-box .inner-box .text-box {
    padding-right: 80px;
  }
  .content_block_one .content-box .list-inner {
    display: block;
  }
  .content_block_one .content-box .list-inner .list-style-one {
    margin-bottom: 30px;
  }
  .rtl .content_block_one .content-box .inner-box .text-box .icon-box {
    right: 0px;
  }
  .content_block_three .content-box .list-style-one li {
    width: 100%;
  }
  .content_block_three .content-box .lower-content {
    display: block;
  }
  .content_block_three .content-box .lower-content .btn-box {
    margin: 0px 0px 20px 0px !important;
  }
}
@media only screen and (max-width: 499px) {
  .content_block_one .content-box .lower-box {
    display: block;
  }
  .content_block_one .content-box .lower-box .btn-box {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .rtl .content_block_one .content-box .lower-box .btn-box {
    margin-left: 0px;
  }
  .image_block_three .image-box {
    padding: 0px;
  }
  .image_block_three .image-box .image-2 {
    position: relative;
    right: 0px;
    margin: 30px 0px;
  }
  .image_block_three .image-box .image-3 {
    position: relative;
  }
}
.icon-box svg * {
  fill: #ffffff;
}

svg#logo {
  width: 100%;
}
svg#logo .green {
  fill: #1fa138;
}
svg#logo .text {
  fill: #000000;
}

header .logo-box svg#logo {
  max-height: 100px;
  width: 100%;
}

footer .footer-logo svg#logo .green, footer .footer-logo svg#logo .text {
  fill: #ffffff;
}

.mobile-menu svg#logo .text {
  fill: #ffffff;
}

header.header-style-two:not(.fixed-header) svg#logo .green, header.header-style-two:not(.fixed-header) svg#logo .text {
  fill: #ffffff;
}

.main-footer .widget-title:before {
  background: #ffffff;
}

.footer-bottom a {
  display: inline-block;
  color: #BBB9BA;
}
.footer-bottom a:hover {
  color: #F0BA05;
}

.main-footer .logo-widget .info-list li a:hover {
  color: #F0BA05 !important;
}

.main-footer .links-widget .links-list li a:hover {
  color: #F0BA05;
}

/* Preloader */
.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background: #1fa138;
}

.preloader-close {
  position: fixed;
  z-index: 99999999;
  font-size: 14px;
  background: #fff;
  color: #F0BA05;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  right: 30px;
  top: 30px;
  font-weight: 400;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
  font-family: "Encode Sans";
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  color: #ffffff;
}

.handle-preloader .animation-preloader .spinner {
  border: 3px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.5);
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 36px;
    letter-spacing: 6px;
  }
}
/** default-sidebar **/
.default-sidebar {
  position: relative;
}

.default-sidebar .sidebar-widget {
  position: relative;
  display: block;
  background: rgba(25, 36, 88, 0.05);
  border-radius: 5px;
  padding: 40px 40px 45px 40px;
}

.default-sidebar .widget-title {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.default-sidebar .widget-title h4 {
  display: block;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.default-sidebar .search-widget .search-form .form-group {
  position: relative;
  margin-bottom: 0px;
}

.default-sidebar .search-widget .search-form .form-group input[type=search] {
  position: relative;
  display: block;
  width: 100%;
  height: 66px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  font-size: 16px;
  color: #575757;
  padding: 10px 80px 10px 25px;
}

.default-sidebar .search-widget .search-form .form-group button[type=submit] {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  border-radius: 0px 5px 5px 0px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}

.default-sidebar .category-widget .category-list li {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.default-sidebar .category-widget .category-list li:last-child {
  margin-bottom: 0px;
}

.default-sidebar .category-widget .category-list li a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: var(--title-color);
  background: #fff;
  padding: 19px 28px;
  border-radius: 5px;
}

.default-sidebar .category-widget .category-list li a:hover,
.default-sidebar .category-widget .category-list li a.current {
  color: #fff;
}

.default-sidebar .category-widget .category-list li a i {
  position: relative;
  margin-right: 8px;
  top: 0px;
}

.default-sidebar .contact-widget .inner-box {
  position: relative;
  display: block;
  width: 100%;
  padding: 60px 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  overflow: hidden;
}

.default-sidebar .contact-widget .inner-box:before {
  position: absolute;
  content: "";
  background: #142458;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  opacity: 0.75;
}

.default-sidebar .contact-widget .inner-box .icon-box {
  position: relative;
  display: block;
  font-size: 58px;
  color: #fff;
  margin-bottom: 26px;
}

.default-sidebar .contact-widget .inner-box h4 {
  display: block;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 25px;
  margin-bottom: 35px;
}

.default-sidebar .contact-widget .inner-box h4:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100px;
  height: 1px;
  left: 50%;
  bottom: 0px;
  margin-left: -50px;
}

.default-sidebar .contact-widget .inner-box .phone a {
  position: relative;
  display: inline-block;
  font-size: 32px;
  line-height: 35px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 2px;
}

.default-sidebar .contact-widget .inner-box .phone a:hover {
  text-decoration: underline;
}

.default-sidebar .contact-widget .inner-box .email a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 35px;
}

.default-sidebar .contact-widget .inner-box .email a:hover {
  text-decoration: underline;
}

.default-sidebar .post-widget .post {
  position: relative;
  display: block;
  padding: 0px 0px 0px 100px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #D9D9D9;
  min-height: 125px;
}

.default-sidebar .post-widget .post:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.default-sidebar .post-widget .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 78px;
  height: 78px;
  border-radius: 5px;
}

.default-sidebar .post-widget .post .post-thumb img {
  width: 100%;
  border-radius: 5px;
}

.default-sidebar .post-widget .post .post-info {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.default-sidebar .post-widget .post .post-info li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  padding-left: 18px;
  margin-right: 8px;
}

.default-sidebar .post-widget .post .post-info li:last-child {
  margin: 0px !important;
}

.default-sidebar .post-widget .post .post-info li i {
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: 12px;
}

.default-sidebar .post-widget .post .post-info li a {
  display: inline-block;
  color: var(--text-color);
}

.default-sidebar .post-widget .post h5 {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
}

.default-sidebar .post-widget .post h5 a {
  display: inline-block;
  color: var(--title-color);
}

.default-sidebar .post-widget {
  padding-bottom: 0px;
}

.default-sidebar .tags-widget .tags-list li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.default-sidebar .tags-widget .tags-list li a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  color: var(--title-color);
  text-transform: uppercase;
  background: #fff;
  padding: 8px 16px;
  border-radius: 5px;
}

.default-sidebar .tags-widget .tags-list li a:hover {
  color: #fff;
  background: #142458;
}

.default-sidebar .tags-widget {
  padding-bottom: 35px;
}

/** rtl-css **/
.rtl .default-sidebar .category-widget .category-list li a i {
  margin-right: 0px;
  margin-left: 8px;
}

/** responsive-css **/
@media only screen and (max-width: 991px) {
  .appointment-section .inner-box .form-inner {
    margin-bottom: 30px;
  }
  .blog-list-content {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 499px) {
  .default-sidebar .sidebar-widget {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.xs-sidebar-group .content-inner .info-box .info li .icon {
  color: #1fa138;
}

/** main-menu **/
.main-menu {
  float: left;
}

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}

.main-menu .navigation {
  margin: 0px;
}

.main-menu .navigation > li {
  position: inherit;
  float: left;
  z-index: 2;
  margin: 0px 16px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li:last-child {
  margin-right: 0px !important;
}

.main-menu .navigation > li:first-child {
  margin-left: 0px !important;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  padding: 38px 0px;
  font-weight: 500;
  font-family: var(--text-font);
  opacity: 1;
  color: #0F0F0F;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.light-home .main-menu .navigation > li > a {
  color: #fff;
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu {
  position: absolute;
  left: inherit;
  top: 100%;
  width: 250px;
  margin-top: 15px;
  z-index: 100;
  display: none;
  background: #1fa138;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a {
  position: relative;
  display: block;
  padding: 10px 25px;
  line-height: 30px;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  font-family: var(--text-font);
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-menu .navigation > li > .megamenu li > a {
  padding-left: 0px;
}

.main-menu .navigation > li > .megamenu h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover {
  padding-left: 35px;
}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 10px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0%;
  margin-top: 15px;
  background: rgb(2, 2, 2);
  width: 250px;
  z-index: 100;
  display: none;
  border-radius: 0px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 25px;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  font-family: var(--text-font);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
  padding-left: 35px;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 12px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
  top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0%;
  margin-top: 0px;
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: -32px;
  top: 66px;
  width: 34px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #3b3b3b;
  cursor: pointer;
  display: none;
  z-index: 5;
  transition: all 500ms ease;
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  background: #1fa138;
  display: none;
}

.mobile-menu .nav-logo img {
  max-width: 160px;
}

.menu-area .mobile-nav-toggler .icon-bar {
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
  margin-bottom: 0px;
}

/** megamenu-style **/
.main-menu .navigation > li.dropdown > .megamenu {
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
  margin-bottom: 10px;
}

.sticky-header .main-menu .navigation > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #000;
}

.sticky-header .main-menu .navigation > li.dropdown > a:before {
  top: 27px;
}

.sticky-header .main-menu:before {
  top: 15px;
}

/** mobile-menu **/
.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 50px 25px;
  text-align: left;
  padding-bottom: 100px;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  right: 100%;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #141417;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li ul li > a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  border-left: 5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a:before {
  height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  color: #ffffff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu {
  display: none;
}

.mobile-menu .social-links {
  position: relative;
  padding: 0px 25px;
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

div#mCSB_1_container {
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
  color: rgba(255, 255, 255, 0.8);
}

.mobile-menu .contact-info ul li:last-child {
  margin-bottom: 0px;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
  color: #F0BA05 !important;
}

.main-menu .navigation > li > ul > li > a:hover {
  background-color: #F0BA05;
  color: #ffffff;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: var(--theme-color);
}

/** news-section **/
.news-section {
  position: relative;
}

.news-block-one .inner-box {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.news-block-one .inner-box .image-box {
  position: relative;
  display: block;
}

.news-block-one .inner-box .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-one .inner-box .image-box .image img {
  width: 100%;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image img {
  transform: scale(1.05);
}

.news-block-one .inner-box .image-box .category {
  position: absolute;
  left: 40px;
  bottom: 35px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
  padding: 9px 15px;
  border-radius: 5px;
  text-transform: uppercase;
  z-index: 1;
}

.news-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 55px 40px;
  transition: all 500ms ease;
}

.news-block-one .inner-box .lower-content .post-info {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.news-block-one .inner-box .lower-content .post-info li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding-left: 28px;
  margin-right: 16px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child {
  margin: 0px !important;
}

.news-block-one .inner-box .lower-content .post-info li i {
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: 16px;
}

.news-block-one .inner-box .lower-content .post-info li a {
  display: inline-block;
  color: var(--text-color);
}

.news-block-one .inner-box .lower-content h4 {
  display: block;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 19px;
}

.news-block-one .inner-box .lower-content h4 a {
  display: inline-block;
  color: var(--title-color);
}

.news-block-one .inner-box .lower-content h4 a:hover {
  color: #F0BA05;
}

.news-block-one .inner-box .lower-content p {
  margin-bottom: 35px;
}

.news-block-one .inner-box .lower-content .link a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding-left: 23px;
}

.news-block-one .inner-box .lower-content .link a i {
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 16px;
  color: #142458;
}

.news-block-one .inner-box .lower-content .link a span {
  position: relative;
  display: inline-block;
}

.news-block-one .inner-box .lower-content .link a span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 3px;
}

.blog-list-content .news-block-one .inner-box:hover {
  box-shadow: 0px 5px 45px 0px rgba(0, 0, 0, 0.1);
}

.blog-list-content .news-block-one .inner-box:hover .lower-content {
  border-color: #fff;
}

.news-block-one .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 25px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}

.news-block-one .inner-box .lower-content h3 a {
  display: inline-block;
  color: var(--title-color);
}

.news-block-one .inner-box .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: var(--title-color);
  padding: 14px 40px;
  border-radius: 5px;
}

.news-block-one .inner-box .btn-box a:hover {
  color: #fff;
}

.blog-list-content .news-block-one .inner-box {
  margin-bottom: 60px;
}

/** rtl-css **/
.rtl .news-block-one .inner-box .lower-content .post-info li {
  margin-right: 0px;
  margin-left: 16px;
}

/** responsive-css **/
@media only screen and (max-width: 767px) {
  .news-section {
    padding: 65px 0px 40px 0px;
  }
  .blog-grid,
.sidebar-page-container {
    padding: 70px 0px;
  }
}
@media only screen and (max-width: 499px) {
  .news-block-one .inner-box .lower-content .post-info {
    display: block;
  }
  .news-block-one .inner-box .lower-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.news-block-one .inner-box .image-box .category {
  background: #F0BA05;
}

.news-block-one .inner-box .lower-content .post-info li i {
  color: #F0BA05;
}

.news-block-one .inner-box .lower-content .post-info li a:hover {
  color: var(--theme-color);
}

.news-block-one .inner-box .lower-content .link a {
  color: #F0BA05;
}
.news-block-one .inner-box .lower-content .link a span:before {
  background: #F0BA05;
}

/** cta-section **/
.cta-section {
  position: relative;
  background: linear-gradient(#1fa138, #1fa138);
}
.cta-section .theme-btn.btn-one:hover {
  border-color: #ffffff;
}

.cta-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.15;
}

.cta-section h2 {
  display: block;
  font-size: 43px;
  line-height: 72px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 43px;
}

.cta-section .lower-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-section .lower-box .support-box {
  position: relative;
  display: block;
  padding: 0px 0px 0px 56px;
  text-align: left;
}

.cta-section .lower-box .support-box .icon-box {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 15px;
  font-size: 36px;
}

.cta-section .lower-box .support-box span {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0px;
}

.cta-section .lower-box .support-box a {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 42px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

/** rtl-css **/
.rtl .cta-section .lower-box .support-box {
  margin-right: 0px;
  margin-left: 50px;
  padding-left: 0px;
  padding-right: 56px;
}

.rtl .cta-section .lower-box .support-box .icon-box {
  left: inherit;
  right: 0px;
}

.rtl .cta-section .lower-box .support-box {
  text-align: right;
}

/** responsive-css **/
@media only screen and (max-width: 991px) {
  .cta-section h2 br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .cta-section {
    padding: 70px 0px;
  }
  .cta-section h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .cta-section .lower-box {
    position: relative;
    display: block;
    text-align: left;
  }
  .rtl .cta-section .lower-box {
    text-align: right;
  }
  .cta-section .lower-box .support-box {
    margin: 0px 0px 30px 0px !important;
  }
  .cta-section h2 {
    text-align: left;
  }
  .rtl .cta-section h2 {
    text-align: right;
  }
}
.cta-section .lower-box .support-box a:hover {
  color: #F0BA05;
}

.cta-section .lower-box .support-box .icon-box {
  color: #ffffff;
}

body .testimonial-section {
  background: none;
  background-color: rgba(31, 161, 56, 0.15);
}
body .testimonial-section .owl-theme .owl-nav [class*=owl-] {
  background-color: #1fa138;
}

.testimonial-block-one .inner-box .rating li {
  color: #fabb05;
}

.testimonial-block-one .inner-box .author-box .thumb-box {
  border: 1px solid #1fa138;
}

.three-item-carousel.reviews .owl-stage {
  display: flex;
}
.three-item-carousel.reviews .owl-stage .owl-item {
  height: auto;
}
.three-item-carousel.reviews .owl-stage .owl-item .testimonial-block-one {
  height: 100%;
}
.three-item-carousel.reviews .owl-stage .owl-item .testimonial-block-one .inner-box {
  height: 100%;
  padding-bottom: 75px;
}
.three-item-carousel.reviews .owl-stage .owl-item .testimonial-block-one .inner-box .author-box {
  position: absolute;
  bottom: 15px;
}

/** page-title **/
.page-title {
  position: relative;
  background-color: #142458;
  padding: 102px 0px;
  overflow: hidden;
}

.page-title .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.page-title h1 {
  position: relative;
  display: block;
  font-size: 55px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
}

.page-title h1 {
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35), 0 6px 18px rgba(0, 0, 0, 0.45), 0 12px 30px rgba(0, 0, 0, 0.35);
}

.page-title .bread-crumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-title .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding-right: 9px;
  margin-right: 8px;
}

.page-title .bread-crumb li:last-child {
  padding: 0px !important;
  margin: 0px !important;
}

.page-title .bread-crumb li a {
  display: inline-block;
  color: #fff;
}

.page-title .bread-crumb li:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 1px;
  height: 14px;
  top: 5px;
  right: 0px;
}

.page-title .bread-crumb li:last-child:before {
  display: none;
}

/** rtl-css **/
.rtl .page-title .bread-crumb li {
  padding-right: 0px;
  padding-left: 9px;
  margin-right: 0px;
  margin-left: 8px;
}

.rtl .page-title .bread-crumb li:before {
  right: inherit;
  left: 0px;
}

/** responsive-css **/
@media only screen and (max-width: 767px) {
  .page-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .page-title {
    padding: 90px 0px;
  }
}
.header-style-two .header-lower .logo-box {
  background: #1fa138;
}

.header-style-two .menu-right-content .support-box .icon-box {
  background: #1fa138;
}

.header-top .top-inner p span {
  color: #F0BA05;
}

.header-top .top-inner .info-list li i {
  color: #F0BA05;
}

/** blog-details-content **/
.blog-details-content {
  position: relative;
}

.news-block-one .inner-box blockquote {
  position: relative;
  display: block;
  border-radius: 5px;
  padding: 53px 55px 40px 55px;
  margin: 0px;
  margin-bottom: 45px;
  text-align: center;
  margin-top: 45px;
}

.news-block-one .inner-box blockquote .quote-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.news-block-one .inner-box blockquote h5 {
  display: block;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 32px;
}

.news-block-one .inner-box blockquote .name {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-family: var(--title-font);
  color: #fff;
  font-weight: 700;
  padding-left: 25px;
}

.news-block-one .inner-box blockquote .name:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 19px;
  height: 3px;
  left: 0px;
  top: 11px;
  border-radius: 5px;
}

.news-block-one .inner-box .three-column {
  position: relative;
  display: block;
  margin: 0px 7.5px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 40px;
}

.news-block-one .inner-box .three-column .image-column {
  padding: 0px 7.5px;
}

.news-block-one .inner-box .three-column .image {
  position: relative;
  display: block;
  border-radius: 5px;
  margin-bottom: 30px;
}

.news-block-one .inner-box .three-column .image img {
  width: 100%;
  border-radius: 5px;
}

.blog-details-content .post-share-option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-details-content .post-share-option .tags-list {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-details-content .post-share-option .tags-list li {
  margin-right: 10px;
}

.blog-details-content .post-share-option .tags-list li:last-child {
  margin: 0px !important;
}

.blog-details-content .post-share-option .tags-list li a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--title-color);
  padding: 8px 15px;
  border-radius: 5px;
  background: rgba(20, 26, 88, 0.05);
}

.blog-details-content .post-share-option .tags-list li a:hover {
  color: #fff;
}

.blog-details-content .post-share-option .social-links {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-details-content .post-share-option .social-links li {
  margin-right: 10px;
}

.blog-details-content .post-share-option .social-links li:last-child {
  margin: 0px !important;
}

.blog-details-content .post-share-option .social-links li a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  background: rgba(20, 26, 88, 0.05);
  font-size: 18px;
  color: var(--title-color);
}

.blog-details-content .post-share-option .social-links li a:hover {
  color: #fff;
}

.group-title {
  position: relative;
  display: block;
}

.group-title h3 {
  font-size: 25px;
  line-height: 38px;
  font-weight: 700;
}

.blog-details-content .comment-box .comment {
  position: relative;
  display: block;
  padding: 0px 0px 40px 110px;
  margin-bottom: 40px;
  border-bottom: 1px solid #D9D9D9;
  min-height: 188px;
}

.blog-details-content .comment-box .comment:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.blog-details-content .comment-box .comment .thumb-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  background: #EBEBEB;
  padding: 10px;
  border-radius: 50%;
}

.blog-details-content .comment-box .comment .thumb-box img {
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .comment-box .comment h5 {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.blog-details-content .comment-box .comment p {
  display: block;
  margin-bottom: 20px;
}

.blog-details-content .comment-box .comment .date {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  padding-left: 18px;
}

.blog-details-content .comment-box .comment .date i {
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: 12px;
}

.blog-details-content .comment-box .comment .reply-btn {
  position: absolute;
  right: 0px;
  bottom: 45px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}

.blog-details-content .comment-form .form-inner {
  position: relative;
  margin: 0px 5px;
}

.blog-details-content .comment-form .form-inner .form-group {
  position: relative;
  padding: 0px 10px;
  margin-bottom: 20px;
}

.blog-details-content .comment-form .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.blog-details-content .comment-form .form-inner .form-group input[type=text],
.blog-details-content .comment-form .form-inner .form-group input[type=email],
.blog-details-content .comment-form .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  background: rgba(20, 36, 88, 0.05);
  border: 1px solid transparent;
  font-size: 16px;
  color: #575757;
  padding: 10px 30px;
  border-radius: 5px;
  transition: all 500ms ease;
}

.blog-details-content .comment-form .form-inner .form-group textarea {
  height: 150px;
  resize: none;
  padding-top: 15px;
  margin-bottom: 15px;
}

/** rtl-css **/
.rtl .blog-details-content .post-share-option .social-links li,
.rtl .blog-details-content .post-share-option .tags-list li {
  margin-right: 0px;
  margin-left: 10px;
}

.rtl .default-sidebar .post-widget .post {
  padding-left: 0px;
  padding-right: 100px;
}

.rtl .default-sidebar .post-widget .post .post-thumb {
  left: inherit;
  right: 0px;
}

.rtl .blog-details-content .comment-box .comment {
  padding-left: 0px;
  padding-right: 110px;
}

.rtl .blog-details-content .comment-box .comment .thumb-box {
  left: inherit;
  right: 0px;
}

.rtl .blog-details-content .comment-box .comment .reply-btn {
  right: inherit;
  left: 0px;
}

.rtl .default-sidebar .tags-widget .tags-list li {
  float: right;
  margin-right: 0px;
  margin-left: 10px;
}

/** responsive-css **/
@media only screen and (max-width: 991px) {
  .blog-details-content {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .news-block-one .inner-box blockquote {
    padding-left: 30px;
    padding-right: 30px;
  }
  .blog-details-content .post-share-option {
    position: relative;
    display: block;
  }
  .blog-details-content .post-share-option .tags-list {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 499px) {
  .default-sidebar .post-widget .post {
    padding-left: 0px;
  }
  .default-sidebar .post-widget .post .post-thumb {
    position: relative;
    margin-bottom: 20px;
  }
  .rtl .default-sidebar .post-widget .post {
    padding-right: 0px;
  }
}
.list-opening-times .ot-row {
  display: flex;
  align-items: center;
}
.list-opening-times .ot-row .title {
  font-weight: 700;
}
.list-opening-times .ot-row i {
  font-size: 4rem;
  margin-right: 1rem;
  color: #F0BA05;
}

.note-opening-times .ot-row {
  display: flex;
  align-items: center;
}
.note-opening-times .ot-row .title {
  color: #000000;
  font-weight: 700;
}
.note-opening-times .ot-row i {
  font-size: 4rem;
  margin-right: 1rem;
  color: #000000;
}

/*
.opening-hours-alert {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9999;

  padding: 14px 22px;
  border-radius: 50px;

  background: $color-highlight;
  color: #000;

  font-weight: 700;

  a {
    color: #ffffff;
    &:hover {

      color: $color-highlight;
    }
  }

  &:hover {
    color: $color-highlight;
    background-color: #ffffff;
  }

  animation: attention 3s infinite;
}

@keyframes attention {
  0%, 85%, 100% {
    transform: translateY(0);
  }

  90% {
    transform: translateY(-8px);
  }

  95% {
    transform: translateY(0);
  }
}
*/
.changed-times .theme-btn {
  position: relative;
  animation: changedTimesPulse 2.5s infinite, changedTimesWiggle 4s infinite;
}

@keyframes changedTimesWiggle {
  0%, 85%, 100% {
    transform: scale(1);
  }
  88% {
    transform: scale(1.04) rotate(-2deg);
  }
  91% {
    transform: scale(1.04) rotate(2deg);
  }
  94% {
    transform: scale(1.04) rotate(-1deg);
  }
  97% {
    transform: scale(1);
  }
}
/* encode-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Encode Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/encode-sans-v23-latin/encode-sans-v23-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* encode-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Encode Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/encode-sans-v23-latin/encode-sans-v23-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* encode-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Encode Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/encode-sans-v23-latin/encode-sans-v23-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* encode-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Encode Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../Fonts/encode-sans-v23-latin/encode-sans-v23-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* encode-sans-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Encode Sans";
  font-style: normal;
  font-weight: 900;
  src: url("../Fonts/encode-sans-v23-latin/encode-sans-v23-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.ce-bodytext ul {
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
  list-style: none;
}
.ce-bodytext ul li {
  position: relative;
  margin-bottom: 0;
  padding-left: 2rem;
}
.ce-bodytext ul li::before {
  content: "✔";
  position: absolute;
  top: 0.3em;
  left: 0;
  font-size: 1rem;
  line-height: 1;
  color: #1fa138;
}
.ce-bodytext ul li:last-child {
  margin-bottom: 0;
}

div.note-opening-times {
  background-color: #F0BA05;
  padding: 0.75rem;
  font-size: 0.9rem;
  line-height: normal;
  margin-bottom: 1rem;
}
div.note-opening-times p {
  margin-bottom: 0;
  color: #000000;
}
div.note-opening-times a {
  font-weight: 700;
  color: #000000;
}

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/
/***

====================================================================
  Reset
====================================================================

 ***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

/***

====================================================================
  Global Settings
====================================================================

 ***/
:root {
  --theme-color: #F92D47;
  --secondary-color: #50AEB1;
  --text-color: #575757;
  --title-color: #0F0F0F;
  --text-font: "Plus Jakarta Sans", sans-serif;
  --title-font: "Libre Baskerville", serif;
}

body {
  font-size: 16px;
  color: var(--text-color);
  line-height: 28px;
  font-weight: 400;
  background: #ffffff;
  font-family: var(--text-font);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}
.large-container {
  max-width: 1550px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid {
  padding: 0px;
}

.auto-container {
  position: static;
  max-width: 1320px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  max-width: 680px;
  margin: 0 auto;
}

.boxed_wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  color: #1fa138;
}
a:hover {
  text-decoration: none;
  outline: none;
}

input, button, select, textarea {
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  background: transparent;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

ul, li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

input {
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p {
  position: relative;
  font-family: var(--text-font);
  color: var(--text-color);
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-family: "Encode Sans";
  font-weight: 600;
  color: var(--title-color);
  margin: 0px;
  transition: all 500ms ease;
}

h2 {
  margin-bottom: 1rem;
}

h3 {
  margin-bottom: 1rem;
}

p {
  margin-bottom: 1rem;
}

.centred {
  text-align: center;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

figure {
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.row {
  --bs-gutter-x: 30px;
}

/** button **/
.theme-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 19px 34px;
  font-family: var(--text-font);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
  border: 2px solid;
}

.theme-btn:hover {
  color: #fff;
}

.theme-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: scale(0, 0);
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn:hover:before {
  transform: scale(1, 1);
}

.theme-btn.btn-three {
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 17px 34px;
}

.parallax-bg {
  position: absolute;
  left: 0px;
  top: -30%;
  width: 100%;
  height: 130%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/** styled-pagination */
.pagination {
  position: relative;
  display: block;
}

.pagination li {
  position: relative;
  display: inline-block;
  margin: 0px 3px;
}

.pagination li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  height: 54px;
  width: 54px;
  line-height: 54px;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  text-align: center;
  color: var(--title-color);
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current {
  color: #fff;
  background: #142458;
  border-color: #142458;
}

.sec-pad {
  padding: 142px 0px 150px 0px;
}

.mr-0 {
  margin: 0px !important;
}

/** scroll-to-top **/
.scroll-to-top {
  position: fixed;
  right: 0px;
  bottom: 100px;
  transform: rotate(90deg);
  z-index: 99;
}

.scroll-to-top .visible {
  visibility: visible !important;
  opacity: 1 !important;
}

.scroll-to-top .scroll-top-inner {
  opacity: 0;
  visibility: hidden;
}

.scroll-to-top .scroll-top-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.scroll-to-top .scroll-bar {
  width: 50px;
  height: 2px;
  margin-right: 10px;
  position: relative;
}

.scroll-to-top .scroll-bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #1fa138;
  opacity: 0.3;
}

.scroll-to-top .scroll-bar .bar-inner {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: currentColor;
}

.scroll-to-top .scroll-bar-text {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: #1fa138;
  transition: all 500ms ease;
}

.light-home .scroll-to-top .scroll-bar-text {
  color: var(--secondary-color);
}

.scroll-to-top .scroll-bar-text:hover {
  transform: scale(1.1);
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.sec-title {
  position: relative;
  display: block;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 43px;
  line-height: 58px;
  font-weight: 700;
  margin: 0px;
}

.sec-title.light h2 {
  color: #fff !important;
}

.sec-title p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

/***

====================================================================
                        Home-Page-One
====================================================================

***/
/** main-header **/
.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/** main-header **/
.main-header .outer-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header .header-lower .outer-box {
  padding-left: 85px;
}

.main-header .logo-box {
  padding: 15px 0px;
}

.main-header .menu-right-content {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header .menu-right-content .support-box {
  position: relative;
  display: block;
  padding: 0px 0px 0px 47px;
  margin-right: 45px;
}

.main-header .menu-right-content .support-box .icon-box {
  position: absolute;
  left: 0px;
  top: 11px;
  font-size: 32px;
}

.main-header .menu-right-content .support-box p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.main-header .menu-right-content .support-box a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 34px;
  color: #0F0F0F;
  font-weight: 700;
}

.main-header .header-lower {
  position: relative;
  padding: 0px 130px;
}

.main-header .nav-toggler {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 130px;
  height: 130px;
  font-size: 42px;
  color: #fff;
  line-height: 100px;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

/** xs-sidebar **/
.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0;
  position: fixed;
  height: 100%;
  width: 20%;
  transform: scaleX(0);
  transform-origin: left center;
  cursor: url(../Images/Dummy/icons/cross-out.png), pointer;
  z-index: 9999999;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.65s 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.xs-sidebar-group.isActive .xs-overlay {
  transform: scaleX(1);
  transition-delay: 0.03s;
}

.xs-sidebar-group .xs-overlay-2 {
  left: 20%;
  transition-delay: 0.06s;
}

.xs-sidebar-group .xs-overlay-3 {
  left: 40%;
  transition-delay: 0.09s;
}

.xs-sidebar-group .xs-overlay-4 {
  left: 60%;
  transition-delay: 0.12s;
}

.xs-sidebar-group .xs-overlay-5 {
  left: 80%;
  transition-delay: 0.15s;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 50px;
  right: 35px;
  z-index: 1;
}

.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 460px;
  z-index: 999999999;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  transition: all 900ms ease;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
}

.sidebar-textwidget {
  padding: 50px 40px 50px 40px;
}

.xs-sidebar-group .close-side-widget {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #0e132d;
  color: #0e132d;
  border-radius: 50%;
  font-weight: 400;
  font-size: 20px;
  transition: all 500ms ease;
}

.sidebar-widget-container {
  position: relative;
  opacity: 0;
  visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  opacity: 1;
  visibility: visible;
}

.xs-bg-black {
  background-color: #1fa138;
}

.xs-sidebar-group .logo {
  position: relative;
  display: block;
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e0e0e0;
}

.xs-sidebar-group h3 {
  position: relative;
  display: block;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 28px;
}

.xs-sidebar-group .content-inner .text {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 35px;
}

.xs-sidebar-group .content-inner p {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  font-family: "Barlow", sans-serif;
  color: #444444;
  margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .info-box {
  position: relative;
  display: block;
  margin-bottom: 48px;
}

.xs-sidebar-group .content-inner .info-box .info li {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 25px;
  font-family: "Barlow", sans-serif;
  color: #444;
  padding-left: 47px;
  margin-bottom: 25px;
}

.xs-sidebar-group .content-inner .info-box .info li:last-child {
  margin-bottom: 0px !important;
}

.xs-sidebar-group .content-inner .info-box .info li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 30px;
}

.xs-sidebar-group .content-inner .info-box .info li:first-child .icon {
  top: 7px;
}

.xs-sidebar-group .content-inner .info-box .info li:nth-child(3) .icon {
  left: 8px;
}

.xs-sidebar-group .subscribe-inner .form-group {
  position: relative;
  margin-bottom: 0px;
}

.xs-sidebar-group .subscribe-inner .form-group input[type=email] {
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  border: 1px solid #e3dfdf;
  background: #f8f8f8;
  border-radius: 5px;
  padding: 10px 30px;
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  color: #444;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .info-box .info li a {
  display: inline-block;
  color: #444;
}

.xs-sidebar-group .content-inner .info-box .info li a:hover {
  text-decoration: underline;
}

.main-header .outer-box {
  position: relative;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
  display: none !important;
}

.owl-nav button {
  background: transparent;
}

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-bob-x {
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/** rtl-switcher **/
.demo-rtl {
  position: fixed;
  top: 390px;
  left: 10px;
  z-index: 9999;
}

button.rtl {
  background: var(--theme-color);
  display: block;
  text-indent: inherit;
  font-size: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  margin: 0px;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
}

.light-home button.rtl {
  background: var(--secondary-color);
}

.demo-ltr {
  position: fixed;
  top: 390px;
  left: auto;
  right: 10px;
  z-index: 9999;
}

button.ltr {
  background: var(--theme-color);
  display: block;
  text-indent: inherit;
  font-size: 12px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0px;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: rgb(0, 0, 0);
  transition: all 500ms ease;
}

.light-home button.ltr {
  background: var(--secondary-color);
}

.boxed_wrapper.ltr .demo-rtl {
  display: block;
}

.boxed_wrapper.ltr .demo-ltr {
  display: none;
}

.boxed_wrapper.rtl .demo-rtl {
  display: none;
}

.boxed_wrapper.rtl .demo-ltr {
  display: block;
}

.list-style-one {
  position: relative;
  display: block;
}

.list-style-one li {
  position: relative;
  display: block;
  padding-left: 24px;
  margin-bottom: 8px;
}

.list-style-one li:last-child {
  margin-bottom: 0px;
}

.list-style-one li:before {
  position: absolute;
  content: "";
  border: 2px solid #0F0F0F;
  border-radius: 50%;
  left: 0px;
  top: 7px;
  width: 12px;
  height: 12px;
}

.accordion-box .block .acc-content {
  display: none;
}

.accordion-box .block .acc-content.current {
  display: block;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.list-style-two li {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: var(--title-color);
  padding-left: 17px;
  margin-bottom: 20px;
}

.list-style-two li:last-child {
  margin-bottom: 0px;
}

.list-style-two li:before {
  position: absolute;
  content: "";
  background: #111111;
  width: 5px;
  height: 5px;
  left: 0px;
  top: 9px;
  border-radius: 50%;
}

.header-style-five {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.031372549);
}

.pt_0 {
  padding-top: 0px !important;
}

.nice-select:before {
  position: absolute;
  content: "\e902";
  font-family: "icomoon";
  font-size: 12px;
  top: 10px;
  right: 25px;
}

.nav-style-one .owl-nav button {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: #fff;
  text-align: center;
  border: 1px solid rgba(80, 174, 177, 0.3);
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  color: var(--title-color);
  transition: all 500ms ease;
}

.nav-style-one .owl-nav button:hover {
  color: #fff;
}

.nav-style-one .owl-nav button.owl-prev {
  margin-right: 10px;
}

/** main-footer **/
.main-footer {
  position: relative;
  background: #202020;
}

.main-footer .widget-section {
  position: relative;
  padding: 100px 0px 110px 0px;
}

.main-footer .logo-widget .footer-logo {
  position: relative;
  display: block;
  margin-bottom: 35px;
}

.main-footer .logo-widget p {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 35px;
}

.main-footer .logo-widget .info-list li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 700;
  padding-left: 33px;
  margin-bottom: 13px;
}

.main-footer .logo-widget .info-list li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.75);
}

.main-footer .logo-widget .info-list li a.phone {
  font-size: 20px;
  line-height: 35px;
  color: #fff;
}

.main-footer .logo-widget .info-list li i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 18px;
}

.main-footer .logo-widget .info-list li span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #EBEBEB;
}

.main-footer .widget-title {
  position: relative;
  display: block;
  margin-bottom: 35px;
  padding-bottom: 13px;
}

.main-footer .widget-title:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0px;
  bottom: 0px;
}

.main-footer .widget-title h4 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
}

.main-footer .links-widget .links-list li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 22px;
}

.main-footer .links-widget .links-list li:last-child {
  margin-bottom: 0px;
}

.main-footer .links-widget .links-list li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.75);
}

.main-footer .schedule-widget .widget-content {
  position: relative;
  display: block;
  background: #242424;
  border-radius: 5px;
  padding: 5px 20px;
}

.main-footer .schedule-widget .schedule-list li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.main-footer .schedule-widget .schedule-list li:last-child {
  margin-bottom: 0px;
}

.main-footer .schedule-widget .schedule-list li .day {
  position: relative;
  display: inline-block;
  margin-right: 28px;
  min-width: 36px;
}

.main-footer .schedule-widget .schedule-list li .line {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px dashed rgba(255, 255, 255, 0.6);
}

.main-footer .schedule-widget .schedule-list li .time {
  position: relative;
  display: inline-block;
  float: right;
  margin-left: 20px;
  min-width: 110px;
}

.main-footer .schedule-widget .schedule-list li span {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
}

.main-footer .pattern-layer {
  position: absolute;
  left: 0px;
  top: 40px;
  width: 446px;
  height: 480px;
  background-repeat: no-repeat;
}

.footer-bottom {
  position: relative;
  background: #1A1A1A;
  padding: 35px 0px;
}

.footer-bottom .bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom .bottom-inner p {
  font-size: 14px;
  line-height: 30px;
  color: #BBB9BA;
}

.footer-bottom .bottom-inner .social-links {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-bottom .bottom-inner .social-links li {
  margin-right: 10px;
}

.footer-bottom .bottom-inner .social-links li:last-child {
  margin: 0px !important;
}

.footer-bottom .bottom-inner .social-links li a {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  text-align: center;
}

.footer-bottom .bottom-inner .social-links li a:hover {
  color: #fff;
}

/** header-style-two **/
.header-style-two {
  position: relative;
}

.header-top {
  position: relative;
  width: 100%;
  background: rgba(31, 161, 56, 0.15);
  padding: 20px 0px;
}

.header-style-two .outer-container {
  position: relative;
  max-width: 1550px;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.header-top .top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 380px;
}

.header-top .top-inner p {
  font-size: 14px;
  line-height: 20px;
  color: var(--title-color);
}

.header-top .top-inner .info-list {
  position: relative;
  display: flex;
  align-items: center;
}

.header-top .top-inner .info-list li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: var(--title-color);
  padding-left: 26px;
  margin-right: 40px;
}

.header-top .top-inner .info-list li:last-child {
  margin: 0px !important;
}

.header-top .top-inner .info-list li i {
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 16px;
}

.header-style-two .header-lower {
  padding: 0px;
}

.header-style-two .header-lower .logo-box {
  position: absolute;
  padding: 38px 72px 39px 72px;
  left: 0px;
  top: -76px;
  border-bottom-right-radius: 50px;
}

.header-style-two .header-lower .outer-box {
  padding-left: 380px;
}

.header-style-two .menu-right-content .support-box .icon-box {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  font-size: 25px;
  color: #fff;
  text-align: center;
  top: 0px;
}

.header-style-two .menu-right-content .support-box {
  padding-left: 70px;
  margin: 0px !important;
}

.google-map-section {
  position: relative;
  height: 560px;
}

.google-map-section iframe {
  position: relative;
  width: 100%;
  height: 560px;
}

.theme-btn.btn-two {
  background: #1fa138;
}
.theme-btn.btn-two:before, .theme-btn.btn-two:hover {
  background: #F0BA05;
  color: #000000;
}

.theme-btn.btn-one {
  background: #F0BA05;
  color: #000000;
}
.theme-btn.btn-one:hover {
  background: #1fa138;
  color: #ffffff;
}

.theme-btn:before {
  background: #1fa138;
}

.main-header .menu-right-content .support-box .icon-box {
  color: #1fa138;
}

.main-header.header-style-two .menu-right-content .support-box .icon-box {
  color: #ffffff;
}

.main-header .menu-right-content .support-box p span {
  color: #1fa138;
}

.main-header .menu-right-content .support-box a:hover {
  color: #1fa138;
}

.main-header .nav-toggler {
  background: #1fa138;
}

.main-header .nav-toggler:hover {
  background: #F0BA05;
}

.image_block_one .image-box .experience-box {
  background: #1fa138;
}

.image_block_one .image-box:before {
  background: #1fa138;
}

.content_block_one .content-box .inner-box .text-box .icon-box {
  background: #1fa138;
}

/*# sourceMappingURL=layout.css.map */
