@charset "UTF-8";
/*-----------------------------------------------------------------------------------
 *
 * Theme Name: Lovecare - Senior Care and Medical HTML Template
 * Description: Senior Care and Medical HTML Template
 * Author: Chitrakoot Web
 * Version: 1.0
 *
 * ----------------------------------------------------------------------------------- */
/* ----------------------------------
 *
 * Table of contents
 *
 * 01. Common styles
 * 02. Navigation
 * 03. Section heading
 * 04. Main banner area
 * 05. Page title
 * 06. Cards
 * 07. Testimonial
 * 08. Story video
 * 09. Portfolio
 * 10. Pagination
 * 11. Owl carousel
 * 12. Accordion style
 * 13. Tabs
 * 14. Services
 * 15. Pages
 * 16. Elements
 * 17. Blog
 * 18. Others
 * 19. Footer
 *
 * ---------------------------------- */
/* ===================================
 *   Common styles
 *==================================== */
/* loader */
#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  transition: 0.3s ease opacity;
  text-align: center;
  width: 100%;
  height: 100%; }
  #preloader:before {
    content: "";
    width: 80px;
    height: 80px;
    border: 3px solid #056c5f;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
  #preloader:after {
    content: "";
    width: 80px;
    height: 80px;
    border: 3px solid #056c5f;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 1s; }

@keyframes LoaderCicle {
  0% {
    width: 0;
    height: 0;
    opacity: 0; }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1; }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1; }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0; } }
/* theme color and basic options */
a:hover, a:active {
  color: #f8a683;
  text-decoration: none; }

.white-hover:hover {
  color: #fff !important; }

.min-height-500 {
  min-height: 500px; }

.map-h400 {
  height: 400px;
  width: 100%; }

.map-h500 {
  height: 500px;
  width: 100%; }

.text-animation, .text-animations {
  line-height: 1.4; }

.theme-overlay-primary[data-overlay-dark]:before {
  background: #056c5f; }

.text-primary {
  color: #056c5f !important; }

.text-secondary {
  color: #f8a683 !important; }

.bg-primary {
  background: #056c5f !important; }

.bg-secondary {
  background: #f8a683 !important; }

.border-secondary {
  border-color: #f8a683 !important; }

.height-400 {
  height: 400px; }

/* rounded class */
.rounded-top-10px {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

@media screen and (min-width: 992px) {
  .vw-lg-50 {
    width: 50vw; } }
/* animation */
.shape-01 img {
  position: absolute;
  bottom: 8%;
  right: 6%;
  opacity: 0.10;
  animation: animation1 5s linear infinite; }

@keyframes animation1 {
  0% {
    transform: scale(0.8); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.8); } }
.shape-02 img {
  position: absolute;
  top: 8%;
  left: 6%;
  visibility: visible;
  animation: animation2 24s linear infinite; }

@keyframes animation2 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.shape-03 img {
  position: absolute;
  bottom: 6%;
  right: 6%;
  visibility: visible;
  opacity: 0.6;
  animation: animation3 5s linear infinite; }

@keyframes animation3 {
  0% {
    transform: scale(0.9); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.9); } }
.shape-04 img {
  position: absolute;
  top: 6%;
  left: 4%;
  visibility: visible;
  opacity: 0.4;
  animation: animation4 5s linear infinite; }

@keyframes animation4 {
  0% {
    transform: translate(0px, 0px); }
  65% {
    transform: translate(0, 30px); }
  100% {
    transform: translate(0px, 0px); } }
/* overlap column */
.overlap-column {
  margin-bottom: 3rem; }
  .overlap-column > [class*="col-"]:first-child {
    position: relative;
    left: 2rem; }
  .overlap-column > [class*="col-"]:last-child {
    position: relative;
    left: -2rem;
    top: 3rem; }

@media screen and (max-width: 991px) {
  .overlap-column {
    margin-bottom: 0; }
    .overlap-column > [class*="col-"]:first-child {
      left: 0; } }
/*curve*/
.curve-top {
  position: absolute;
  right: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  top: -25px; }

.curve-bottom {
  position: absolute;
  right: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  bottom: -25px; }

.why-choose-curve-top {
  position: absolute;
  right: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
  top: -15px; }

.why-choose-curve-bottom {
  position: absolute;
  right: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
  bottom: -15px; }

/* scroll to top */
.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 50%;
  background: #000;
  border: 1px solid #2a2a2a;
  width: 35px;
  height: 35px;
  line-height: 30px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all 0.3s ease; }
  .scroll-to-top i {
    color: #fff; }
  .scroll-to-top:hover {
    color: #1e2022;
    background: #fff; }
    .scroll-to-top:hover i {
      color: #1e2022; }
  .scroll-to-top:visited {
    color: #1e2022;
    text-decoration: none; }

/* button style */
.butn {
  position: relative;
  display: inline-block;
  padding: 14px 30px;
  background-color: #f8a683;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 10px;
  transition: all 0.3s linear;
  border: 0;
  z-index: 1; }
  .butn:before {
    position: absolute;
    left: 45%;
    bottom: 0px;
    right: 45%;
    height: 50%;
    border-radius: 8px;
    background: #056c5f;
    opacity: 0;
    content: "";
    z-index: -1;
    transition: all 200ms linear;
    transition-delay: 0.1s; }
  .butn.white:before {
    background: #ffffff; }
  .butn:hover:before {
    opacity: 1;
    left: 0;
    height: 100%;
    right: 0;
    transition: all 400ms linear;
    transition-delay: 0.1s; }
  .butn span {
    z-index: 9;
    position: relative; }
  .butn:hover, .butn:focus, .butn:active {
    color: #fff; }
  .butn.white:hover, .butn.white:focus, .butn.white:active {
    color: #056c5f; }
  .butn.md {
    padding: 12px 30px; }
  .butn.sm {
    padding: 9px 20px !important;
    font-size: 15px; }

@media screen and (max-width: 767px) {
  .butn {
    padding: 12px 30px;
    line-height: 20px;
    font-size: 14px; } }
/*link-btn*/
.read-more {
  color: #282b2d;
  font-weight: 600;
  font-size: 16px; }
  .read-more:before {
    content: '\f0a9';
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    padding-right: 8px;
    font-weight: 600;
    color: #f8a683;
    vertical-align: middle; }

/*list-style1*/
.list-style1 {
  list-style: none;
  margin-bottom: 35px;
  padding: 0; }
  .list-style1 li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    border-bottom: 2px dotted #ededed; }
    .list-style1 li:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }

/* list-style2 */
.list-style2 {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list-style2 li {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #ededed;
    border-radius: 10px; }
    .list-style2 li:last-child {
      margin-bottom: 0; }
    .list-style2 li a {
      display: block;
      padding: 15px 50px 15px 20px;
      background: #ffffff;
      position: relative;
      font-size: 16px;
      font-weight: 600;
      transition: all 0.6s ease 0s;
      border-radius: 10px; }
    .list-style2 li.active a {
      background: #056c5f;
      color: #ffffff; }
      .list-style2 li.active a:before {
        background: #f8a683; }
    .list-style2 li a:hover {
      background: #056c5f;
      color: #ffffff; }
      .list-style2 li a:hover:before {
        background: #f8a683; }
    .list-style2 li a:before {
      content: '\f30b';
      font-weight: 600;
      font-family: Font Awesome\ 5 Free;
      position: absolute;
      height: 100%;
      width: 50px;
      right: -1px;
      background: rgba(237, 237, 237, 0.6);
      top: 0;
      font-size: 20px;
      text-align: center;
      line-height: 55px;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      transition: all 0.1s ease 0s; }

/*list-style3*/
.list-style3 {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list-style3 li {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #ededed;
    border-radius: 10px; }
    .list-style3 li:last-child {
      margin-bottom: 0; }
    .list-style3 li a {
      display: block;
      padding: 15px 50px 15px 20px;
      background: #ffffff;
      position: relative;
      font-size: 16px;
      font-weight: 600;
      border-radius: 10px;
      transition: all 0.4s ease 0s; }
      .list-style3 li a:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f30b";
        vertical-align: middle;
        padding-right: 10px;
        position: relative;
        font-weight: 600; }
    .list-style3 li span {
      position: absolute;
      right: -2px;
      top: 0;
      text-align: center;
      display: block;
      font-weight: 600;
      background-color: #f8a683;
      height: 100%;
      width: 50px;
      color: #ffffff;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      line-height: 50px;
      transition: all 0.4s ease 0s; }
    .list-style3 li a:hover {
      background: #056c5f;
      color: #ffffff; }
    .list-style3 li:hover span {
      background-color: #f8a683;
      color: #ffffff; }

/* social-icon-style1 */
.social-icon-style-01 {
  margin-bottom: 0;
  list-style: none;
  padding: 0; }
  .social-icon-style-01 li {
    display: inline-block;
    margin-right: 5px; }
    .social-icon-style-01 li a {
      text-align: center;
      height: 40px;
      width: 40px;
      line-height: 40px;
      font-size: 15px;
      display: inline-block;
      background: #f8a683;
      color: #ffffff;
      border-radius: 50px; }
    .social-icon-style-01 li:last-child {
      margin-right: 0; }
    .social-icon-style-01 li a:hover {
      color: #ffffff;
      background-color: #056c5f; }

/*==============================
 *    Navigation
 *    ================================ */
/* top bar  */
.top-bar-info {
  display: inline-block;
  vertical-align: middle; }
  .top-bar-info ul {
    margin-bottom: 0; }
  .top-bar-info li {
    font-weight: 500;
    color: #fff;
    list-style-type: none;
    font-size: 14px;
    padding: 0 5px 0;
    display: inline-block;
    margin-bottom: 0; }

.top-bar {
  display: block;
  position: relative;
  z-index: 999;
  padding: 7px 0; }

.top-bar-info li i {
  font-size: 16px;
  color: #fff;
  margin-right: 8px;
  margin-top: 0;
  display: inline-block;
  vertical-align: text-bottom; }

.top-social-icon {
  padding: 0;
  float: right;
  margin: 0; }
  .top-social-icon li {
    font-size: 14px;
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0 7px; }
    .top-social-icon li:last-child {
      padding-right: 0; }
      .top-social-icon li:last-child a {
        padding-right: 0; }
    .top-social-icon li a {
      color: #fff;
      line-height: 28px;
      -webkit-transition-duration: .3s;
      transition-duration: .3s;
      padding: 0 3px; }
      .top-social-icon li a:hover {
        color: rgba(255, 255, 255, 0.65); }

/* menu area light */
.navbar-nav li.current > a, .navbar-nav li.active > a {
  color: #f8a683; }

.attr-nav > ul > li > a.butn {
  color: #fff; }

.navbar > ul > li.current > a:after {
  border-color: transparent #f8a683 #f8a683 transparent; }

.menu_area-light .navbar-nav li.current > a, .menu_area-light .navbar-nav li.active > a {
  color: #f8a683; }
.menu_area-light .navbar > ul > li.current > a:after {
  border-color: transparent #f8a683 #f8a683 transparent; }
.menu_area-light.scrollHeader .navbar-nav li.current > a {
  color: #f8a683; }
  .menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
    color: #f8a683; }
.menu_area-light.scrollHeader .navbar-nav li.active > a {
  color: #f8a683; }
.menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #f8a683 #f8a683 transparent; }

@media screen and (min-width: 992px) {
  .menu_area-light .navbar ul ul li.active > a, .menu_area-light .navbar-nav li.has-sub a:hover {
    color: #f8a683; }
  .menu_area-light .navbar > ul > li.has-sub > a:hover:after {
    border-color: transparent #f8a683 #f8a683 transparent; }
  .menu_area-light.scrollHeader .navbar > ul > li.has-sub > a:hover:after {
    border-color: transparent #f8a683 #f8a683 transparent; } }
@media screen and (max-width: 991px) {
  .header-style1 .navbar-toggler {
    background: #f8a683; }
    .header-style1 .navbar-toggler:after {
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff; }
    .header-style1 .navbar-toggler:before {
      background: #fff; }
    .header-style1 .navbar-toggler.menu-opened:after, .header-style1 .navbar-toggler.menu-opened:before {
      background: #fff; } }
/* header style 2 */
.header-style2 .navbar-nav li.current > a {
  color: #f8a683; }
.header-style2 .navbar > ul > li.current > a:after {
  border-color: transparent #f8a683 #f8a683 transparent; }
.header-style2.scrollHeader .navbar-nav li.current > a, .header-style2.scrollHeader .navbar-nav li.active > a {
  color: #f8a683; }
  .header-style2.scrollHeader .navbar-nav li.current > a:hover, .header-style2.scrollHeader .navbar-nav li.active > a:hover {
    color: #f8a683; }
.header-style2.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #f8a683 #f8a683 transparent; }
.header-style2 .navbar ul ul li.active > a {
  color: #f8a683; }

/* ===================================
 *  Section heading
 *==================================== */
.section-heading {
  position: relative;
  text-align: center;
  margin-bottom: 50px; }
  .section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
    position: relative;
    margin-bottom: 0;
    position: relative;
    line-height: 50px;
    font-size: 40px;
    width: 50%;
    margin: 0 auto;
    text-transform: capitalize; }

.subtitle {
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  padding-left: 70px;
  text-transform: uppercase;
  font-weight: 600;
  color: #056c5f;
  letter-spacing: 2px; }
  .subtitle:before {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #f8a683;
    left: 0;
    top: 6px; }
  .subtitle:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 14px;
    height: 2px;
    opacity: 1;
    width: 40px;
    opacity: .5;
    background: #f8a683; }

@media screen and (max-width: 1199px) {
  .section-heading .subtitle {
    margin-bottom: 25px; }
  .section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
    font-size: 35px; } }
@media screen and (max-width: 991px) {
  .section-heading {
    margin-bottom: 40px; }
    .section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
      font-size: 33px;
      width: 80%; }
    .section-heading .subtitle {
      margin-bottom: 20px; } }
@media screen and (max-width: 767px) {
  .section-heading {
    margin-bottom: 30px; }
    .section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
      width: 100%; }
    .section-heading .subtitle {
      margin-bottom: 15px; } }
@media screen and (max-width: 575px) {
  .section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
    font-size: 24px;
    line-height: 35px;
    width: 100%; } }
/* ===================================
 *   Main banner area
 *==================================== */
.main-banner {
  position: relative;
  z-index: 99; }
  .main-banner .slider-fade {
    overflow: hidden;
    position: relative;
    z-index: 99; }
  .main-banner:before {
    position: absolute;
    left: 0;
    height: 80%;
    width: 100%;
    z-index: -1;
    content: "";
    background-image: url(../img/bg/bg-01.jpg);
    opacity: 0.5; }

.slider-fade .caption h1 {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff; }
.slider-fade .owl-item {
  height: 700px;
  position: relative; }
.slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center; }
  .slider-fade .item .caption {
    width: 100%;
    padding: 0 15px;
    z-index: 9;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%); }
.slider-fade .owl-dots {
  position: absolute;
  bottom: 30px;
  right: 50px;
  margin: 0 !important;
  font-weight: 700; }
.slider-fade.owl-theme .owl-dots {
  counter-reset: dots;
  font-size: 2.5rem;
  color: #fff; }
  .slider-fade.owl-theme .owl-dots .owl-dot {
    position: relative; }
    .slider-fade.owl-theme .owl-dots .owl-dot:before {
      counter-increment: dots;
      content: counter(dots,decimal-leading-zero);
      position: absolute;
      right: 0; }
    .slider-fade.owl-theme .owl-dots .owl-dot span {
      background: #fff;
      opacity: 0.3;
      height: 60px;
      width: 60px;
      border-radius: 10px;
      margin-left: 20px; }
    .slider-fade.owl-theme .owl-dots .owl-dot.active span {
      background: #f8a683;
      opacity: 1; }
.slider-fade .caption h1 {
  animation-delay: 900ms; }
.slider-fade .caption p {
  animation-delay: 1300ms; }
.slider-fade .caption a {
  animation-delay: 1900ms; }

@media screen and (max-width: 1199px) {
  .slider-fade .caption h1 {
    font-size: 50px; } }
@media screen and (max-width: 991px) {
  .main-banner:before {
    display: none; }

  .slider-fade .caption h1 {
    font-size: 46px; }
  .slider-fade.owl-theme .owl-dots .owl-dot span {
    height: 55px;
    width: 50px; }
  .slider-fade.owl-theme .owl-dots .owl-dot:before {
    right: -5px; } }
@media screen and (max-width: 767px) {
  .slider-fade .caption h1 {
    font-size: 42px;
    margin-bottom: 20px; } }
@media screen and (max-width: 575px) {
  .slider-fade .caption h1 {
    font-size: 34px; }
  .slider-fade .owl-dots {
    bottom: 20px; } }
/* ===================================
*  Page Title
*==================================== */
.page-title-section {
  padding: 150px 0 130px;
  text-align: left; }
  .page-title-section.style2 {
    padding: 190px 0 90px 0; }

.page-title-bg {
  position: relative;
  z-index: 99; }
  .page-title-bg:before {
    position: absolute;
    left: 0;
    height: 80%;
    width: 100%;
    z-index: -1;
    content: "";
    background-image: url(../img/bg/bg-01.jpg);
    opacity: 0.5; }

.breadcrumb {
  display: block;
  position: relative;
  margin: 0;
  z-index: 1; }
  .breadcrumb ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    .breadcrumb ul li {
      display: inline-block;
      vertical-align: middle;
      line-height: 1; }
      .breadcrumb ul li a {
        font-size: 18px;
        color: #ffffff;
        vertical-align: middle;
        font-weight: 600; }
      .breadcrumb ul li:last-child a {
        opacity: 0.75; }
      .breadcrumb ul li:after {
        content: '|';
        font-size: 18px;
        font-weight: 700;
        color: #ffffff;
        font-family: Font Awesome\ 5 Free;
        padding: 0 10px 0 10px; }
      .breadcrumb ul li:last-child:after {
        content: none; }

.page-title-inner {
  max-width: 430px;
  text-align: center;
  position: relative;
  margin: 0 auto; }
  .page-title-inner:before {
    content: "";
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    left: -15px;
    top: -15px;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 10px; }

.page-title-inner-content {
  padding: 35px 25px;
  position: relative;
  z-index: 5;
  background: #f8a683;
  border-radius: 10px; }

.page-title h1 {
  font-size: 38px;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
  margin-bottom: 20px;
  color: #fff; }

@media screen and (max-width: 1199px) {
  .page-title-section {
    padding: 140px 0 120px; }
    .page-title-section.style2 {
      padding: 180px 0 75px 0; }
    .page-title-section h1 {
      font-size: 40px; } }
@media screen and (max-width: 991px) {
  .page-title-section {
    padding: 120px 0 75px; }
    .page-title-section.style2 {
      padding: 150px 0 60px 0; }
    .page-title-section h1 {
      font-size: 36px;
      margin-bottom: 30px; } }
@media screen and (max-width: 767px) {
  .page-title-section h1 {
    font-size: 32px;
    margin-bottom: 25px; }

  .breadcrumb ul li a {
    font-size: 16px; } }
@media screen and (max-width: 575px) {
  .page-title-section {
    padding: 95px 0 85px;
    border-radius: 0; }
    .page-title-section.style2 {
      padding: 125px 0 45px 0; }
    .page-title-section h1 {
      font-size: 28px;
      margin-bottom: 15px; }

  .page-title-inner:before {
    left: -7px;
    top: -7px; } }
/* ===================================
 *   Cards
 *==================================== 
/* card-style1 */
.card-style1 {
  transition: 0.4s;
  padding: 15px;
  border: 1px solid #ededed;
  border-radius: 10px; }
  .card-style1 .service-image {
    position: relative;
    z-index: 1; }
    .card-style1 .service-image img {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    .card-style1 .service-image:after {
      content: "";
      background-image: url(../img/services/service-shape.png);
      background-repeat: no-repeat;
      background-position: bottom left;
      background-size: 100%;
      position: absolute;
      left: 0;
      bottom: -1px;
      height: 100%;
      width: 100%; }
  .card-style1 .card-body {
    padding: 0 15px 10px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: -50px; }
    .card-style1 .card-body .service-icon {
      width: 80px;
      padding: 15px;
      display: inline-block;
      margin: 0 auto 20px;
      background-color: #056c5f;
      border-radius: 10px; }

@media screen and (max-width: 991px) {
  .card-style1 .card-body {
    padding: 0 5px 10px; } }
@media screen and (max-width: 575px) {
  .card-style1 .card-body {
    padding: 0 3px 10px; } }
/*card-style2*/
.card-style2 {
  border: 1px solid #ededed;
  border-radius: 10px;
  position: relative;
  z-index: 1; }
  .card-style2 .card-body {
    padding: 30px 25px; }
    .card-style2 .card-body .date {
      position: relative;
      display: block;
      width: 50px;
      height: 50px;
      text-align: center;
      border-radius: 10px;
      background: #056c5f; }
      .card-style2 .card-body .date h2 {
        color: #ffffff;
        font-size: 28px;
        line-height: 50px;
        font-weight: 600;
        margin-bottom: 0; }
  .card-style2 .card-footer {
    background: none;
    border-top: 2px dotted #ededed;
    padding: 15px 0 0 0;
    margin: 15px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }

@media screen and (max-width: 575px) {
  .card-style2 .card-body .date {
    width: 40px;
    height: 40px; }
    .card-style2 .card-body .date h2 {
      font-size: 18px;
      line-height: 40px; } }
/*card-style3*/
.card-style3 {
  border-radius: 10px;
  padding: 15px;
  border: 1px solid #ededed;
  z-index: 99;
  position: relative; }
  .card-style3:hover .team-img img {
    transform: scale(1.2); }
  .card-style3 .team-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px; }
    .card-style3 .team-img img {
      width: 100%;
      height: 100%;
      transition: all 0.8s; }
    .card-style3 .team-img .social-icons {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #ffffff;
      z-index: 20;
      text-decoration: none;
      opacity: 0;
      padding: 10px;
      margin-top: 100px;
      background: #fbf7f3;
      border-radius: 10px;
      min-width: 200px;
      text-align: center;
      transition: all 0.6s ease-in-out;
      margin-bottom: 0; }
  .card-style3:hover .social-icons {
    margin-top: 0;
    opacity: 1; }
  .card-style3 .team-img .social-icons li {
    display: inline-block;
    font-size: 16px;
    padding-right: 5px; }
    .card-style3 .team-img .social-icons li a {
      display: block;
      width: 35px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      background-color: #ffffff;
      box-shadow: 0px 0px 20px 0px rgba(2, 44, 125, 0.07);
      font-size: 14px;
      color: #056c5f;
      border-radius: 50%; }
    .card-style3 .team-img .social-icons li:hover a {
      background-color: #f8a683;
      color: #fff; }
    .card-style3 .team-img .social-icons li:last-child {
      padding-right: 0; }
  .card-style3 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all 0.6s ease-in-out;
    z-index: 15; }
  .card-style3:hover .overlay {
    background: rgba(5, 108, 95, 0.8); }
  .card-style3 .card-body {
    padding: 40px 20px 10px;
    position: relative;
    border-radius: 10px;
    z-index: 99;
    transition: all .3s;
    text-align: center;
    background: #ffffff; }
    .card-style3 .card-body:before {
      content: '\f067';
      font-family: Font Awesome\ 5 Free;
      font-weight: 600;
      font-size: 15px;
      width: 45px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      background-color: #056c5f;
      display: inline-block;
      color: #fff;
      position: absolute;
      top: -25px;
      left: 0;
      right: 0;
      margin: auto;
      border-radius: 10px;
      transition: all .3s; }
  .card-style3:hover .card-body:before {
    content: '\f068';
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    transition: all .3s;
    background-color: #f8a683; }

/* card-style4 */
.card-style4 {
  border: 1px solid #ededed;
  border-radius: 10px; }
  .card-style4 .card-body {
    padding: 30px 25px; }
    .card-style4 .card-body .blog-meta {
      list-style: none;
      margin: 0 0 20px;
      position: relative;
      padding: 0 0 15px 0; }
      .card-style4 .card-body .blog-meta li {
        display: inline-block;
        cursor: pointer;
        margin: 3px;
        margin-right: 15px;
        border-right: 1px solid #ededed;
        padding-right: 15px; }
        .card-style4 .card-body .blog-meta li:last-child {
          border-right: 0;
          padding-right: 0;
          margin-right: 0; }
      .card-style4 .card-body .blog-meta:before {
        background: #ededed;
        bottom: -1px;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%; }
    .card-style4 .card-body .author-slogan {
      position: relative;
      display: block;
      overflow: hidden;
      background: #f3663f;
      text-align: center;
      padding: 40px;
      border: 1px solid #ededed;
      margin: 30px 0;
      z-index: 1;
      border-radius: 10px; }
      .card-style4 .card-body .author-slogan:before {
        font-family: 'themify';
        content: "\e67e";
        position: absolute;
        top: 22px;
        left: 0;
        right: 0;
        color: #ffffff;
        font-size: 90px;
        opacity: 0.4;
        line-height: 100px;
        z-index: -1; }
    .card-style4 .card-body .separator-line {
      margin-top: 25px;
      padding-top: 25px;
      border-top: 1px dashed #ddd;
      text-align: left; }
    .card-style4 .card-body .blog-tag {
      margin: 0;
      padding: 0;
      list-style: none; }
      .card-style4 .card-body .blog-tag li {
        display: inline-block; }
        .card-style4 .card-body .blog-tag li a {
          font-size: 14px;
          font-weight: 500;
          padding: 8px 10px;
          font-weight: 500;
          border-radius: 10px;
          display: inline-block;
          margin: 5px 5px 5px 0;
          color: #282b2d;
          border: 1px solid #ededed; }
          .card-style4 .card-body .blog-tag li a:hover {
            background: #f8a683;
            color: #ffffff !important;
            border: 1px solid #f8a683; }
    .card-style4 .card-body .social-icon {
      text-align: right;
      margin: 0;
      padding: 0; }
    .card-style4 .card-body .author-social-icon {
      padding: 0;
      margin: 0; }
      .card-style4 .card-body .author-social-icon li {
        display: inline-block;
        margin: 0 10px;
        font-size: 16px; }
        .card-style4 .card-body .author-social-icon li:first-child {
          margin-left: 0; }
        .card-style4 .card-body .author-social-icon li:last-child {
          margin-right: 0; }

/* card-style5 */
.card-style5 {
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.3s ease-in-out 0s;
  background: #fff;
  border: 1px solid #ededed;
  padding: 15px;
  position: relative; }
  .card-style5 .image-box {
    position: relative; }
    .card-style5 .image-box .blog-date {
      position: absolute;
      left: 20px;
      top: 20px;
      z-index: 1;
      color: #ffffff;
      border-radius: 10px;
      padding: 10px;
      font-weight: 600;
      line-height: 1;
      background-color: #056c5f;
      text-transform: capitalize;
      font-size: 16px; }
      .card-style5 .image-box .blog-date span {
        position: relative;
        color: #ffffff;
        font-weight: 700;
        font-size: 28px;
        display: block;
        text-align: center;
        margin-bottom: 10px; }
  .card-style5 .card-body {
    padding: 40px 15px 15px;
    position: relative;
    text-align: center; }
    .card-style5 .card-body .blog-info {
      padding: 10px 15px;
      text-align: center;
      background: #ffffff;
      border-radius: 10px;
      border: 1px solid #ededed;
      margin: -70px 0 30px 0;
      max-width: 360px; }
      .card-style5 .card-body .blog-info li {
        margin-right: 15px;
        display: inline-block;
        padding-right: 15px;
        vertical-align: middle;
        font-weight: 500;
        border-right: 2px solid #ededed; }
        .card-style5 .card-body .blog-info li:last-child {
          padding-right: 0;
          margin-right: 0;
          border: none; }

@media screen and (max-width: 575px) {
  .card-style5 .image-box .blog-date {
    padding: 8px 10px;
    font-size: 10px; }
    .card-style5 .image-box .blog-date span {
      font-size: 23px; } }
/* ===================================
 *   Testimonial section
 *==================================== */
/* testimonial */
.testimonial-wrapper {
  padding: 60px 0 0px;
  text-align: center;
  position: relative; }

.testimonial-inner-content {
  padding: 40px 30px 25px;
  border: 1px solid #ededed;
  border-radius: 10px;
  text-align: center;
  position: relative;
  z-index: 99;
  background-color: #ffffff; }

.testimonial-wrapper .testimonial-quote img {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  max-width: 105px; }

@media screen and (max-width: 1199px) {
  .testimonial-inner-content {
    padding: 30px 22px 25px; } }
@media screen and (max-width: 575px) {
  .testimonial-inner-content {
    padding: 30px 20px 15px; } }
/* ===================================
 *   Story video
 *==================================== */
.story-video {
  height: 100%; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100; }

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (min-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%; } }
@media (max-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%; } }
.video_btn {
  background: #056c5f;
  height: 80px;
  width: 80px;
  display: inline-block;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  animation: pulseBig infinite 1s linear;
  margin-bottom: 35px; }
  .video_btn i {
    color: #fff; }
  .video_btn.small {
    width: 50px;
    height: 50px;
    line-height: 50px; }
    .video_btn.small:after {
      height: 50px;
      width: 50px; }
    .video_btn.small:before {
      height: 65px;
      width: 65px; }

@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 #ffffff; }
  50% {
    box-shadow: 0 0 0 20px rgba(1, 93, 199, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0); } }
@media screen and (max-width: 1199px) {
  .video_btn {
    height: 75px;
    width: 75px;
    line-height: 75px; }
    .video_btn:after {
      height: 75px;
      width: 75px; }
    .video_btn:before {
      height: 90px;
      width: 90px; } }
@media screen and (max-width: 991px) {
  .video_btn {
    height: 70px;
    width: 70px;
    line-height: 70px; }
    .video_btn:after {
      height: 70px;
      width: 70px; }
    .video_btn:before {
      height: 85px;
      width: 85px; }

  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2); } } }
@media screen and (max-width: 767px) {
  .video_btn {
    height: 60px;
    width: 60px;
    line-height: 60px; }
    .video_btn:after {
      height: 60px;
      width: 60px; }
    .video_btn:before {
      height: 75px;
      width: 75px; } }
/* ===================================
 *   Portfolio
 *==================================== */
.filtering {
  margin-bottom: 50px; }
  .filtering span {
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 5px;
    padding: 6px 15px;
    background: transparent;
    color: #282b2d;
    border-radius: 10px;
    border: 1px solid #ededed; }
    .filtering span:last-child {
      margin: 0; }
  .filtering .active {
    color: #ffffff;
    background: #056c5f;
    border: 2px solid #056c5f; }

@media screen and (max-width: 767px) {
  .filtering {
    margin-bottom: 40px; }
    .filtering span {
      margin-bottom: 10px; } }
@media screen and (max-width: 575px) {
  .filtering {
    margin-bottom: 30px; }
    .filtering span {
      padding: 6px 8px;
      margin-right: 5px;
      font-size: 13px; } }
/*portfolio-style-01*/
.portfolio-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px; }
  .portfolio-image:before {
    content: "";
    position: absolute;
    background: #056c5f;
    opacity: 0;
    visibility: hidden;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transform: scale(0.1);
    transition: all 0.4s ease-out 0s;
    z-index: 1;
    border-radius: 10px; }
  .portfolio-image img {
    transition: all 0.4s ease-out 0s; }

.portfolio-style-01:hover .portfolio-image img {
  transform: scale(1.1); }

.portfolio-content {
  padding: 0;
  position: absolute;
  text-align: center;
  z-index: 5;
  left: 0;
  right: 0;
  top: 30%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30%) scale(0); }
  .portfolio-content .portfolio-link {
    background: #e5aa8f;
    width: 55px;
    height: 55px;
    display: inline-block;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    animation: pulseBig infinite 1s linear;
    margin-bottom: 35px; }
  .portfolio-content .portfolio-title {
    color: #ffffff;
    font-size: 24px; }
    .portfolio-content .portfolio-title:hover {
      color: #f8a683; }

.portfolio-style-01:hover .portfolio-image:before {
  opacity: 0.85;
  visibility: visible;
  transform: scale(1); }
.portfolio-style-01:hover .portfolio-content {
  opacity: 1;
  visibility: visible;
  transform: scale(1); }

@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 #ffffff; }
  50% {
    box-shadow: 0 0 0 20px rgba(1, 93, 199, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0); } }
/* portfolio details */
.portfolio-info-wrapper {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 350px;
  background-color: #056c5f;
  padding: 40px 30px;
  border-bottom-right-radius: 10px; }

.project-info-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0; }
  .project-info-list li {
    margin-bottom: 15px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px; }
    .project-info-list li:last-child {
      margin-bottom: 0;
      border-bottom: 0;
      padding-bottom: 0; }
    .project-info-list li .project-label {
      font-weight: 500;
      display: inline-block;
      margin-right: 25px;
      position: relative;
      width: 115px;
      vertical-align: top; }
      .project-info-list li .project-label:after {
        content: ":";
        font-size: 18px;
        font-weight: 500;
        position: absolute;
        top: -1px;
        right: 0; }
    .project-info-list li.project-rating {
      display: flex; }

.rating {
  padding: 0;
  list-style: none; }
  .rating li {
    display: inline-block;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
    .rating li i {
      color: #fc0;
      line-height: 1; }

@media screen and (max-width: 991px) {
  .portfolio-info-wrapper {
    position: relative;
    width: 100%;
    padding: 30px 25px; } }
@media screen and (max-width: 575px) {
  .project-info-list li .project-label {
    margin-right: 15px;
    width: 100px; } }
/* ===================================
 *   Pagination
 *==================================== */
.pagination {
  border-radius: 0;
  padding: 0;
  margin: 0; }
  .pagination ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0; }
  .pagination li {
    display: inline;
    border-radius: 10px; }
  .pagination a {
    float: left;
    font-size: 16px;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid #ededed;
    background: #fff;
    color: #575a7b; }
    .pagination a:hover {
      background-color: #056c5f;
      border: 1px solid #056c5f;
      color: #ffffff; }
  .pagination .active a {
    background-color: #056c5f;
    color: #ffffff;
    border: 1px solid #056c5f;
    cursor: default; }

@media screen and (max-width: 575px) {
  .pagination a {
    padding: 0 16px;
    font-size: 14px; } }
/* ===================================
 *   Owl carousel
 *==================================== */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #f8a683;
  opacity: 1; }

.owl-nav i, .owl-nav span {
  color: #056c5f;
  font-size: 28px; }

.owl-carousel .owl-item img {
  width: auto;
  display: inline-block; }

.owl-theme .owl-dots .owl-dot span {
  background: #056c5f;
  opacity: 0.3;
  height: 12px;
  width: 12px;
  border-radius: 0.25rem;
  margin-left: 4px; }

/* ===================================
 *   Accordion style
 *==================================== */
/*accordion-style*/
.accordion .card {
  background: transparent;
  box-shadow: none;
  margin-bottom: 20px;
  border: 0;
  border-radius: 0; }
  .accordion .card:last-child {
    margin-bottom: 0; }
.accordion .card-header {
  border: 0;
  padding: 0;
  background: none; }
.accordion .accordion-collapse {
  border: none; }
.accordion .accordion-button {
  color: #ffffff;
  font-size: 18px;
  position: relative;
  display: block;
  width: 100%;
  white-space: normal;
  box-shadow: none;
  line-height: 30px;
  font-weight: 500;
  padding: 15px 0 15px 20px;
  text-decoration: none;
  background: #056c5f;
  border: 1px solid #056c5f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }
  .accordion .accordion-button:hover {
    text-decoration: none; }
  .accordion .accordion-button.collapsed {
    background: #056c5f;
    color: #fafafa;
    border: 1px solid #056c5f;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
    .accordion .accordion-button.collapsed:after {
      background: #056c5f;
      border-left: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 0;
      content: '\f063';
      font-family: Font Awesome\ 5 Free;
      font-weight: 600;
      top: 0;
      left: inherit;
      right: 0;
      font-size: 16px;
      line-height: 60px;
      height: 60px;
      width: 60px;
      text-align: center;
      color: #fff;
      padding-left: 0;
      transform: none;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px; }
  .accordion .accordion-button:after {
    background: none;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    content: '\f062';
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    top: 0;
    left: inherit;
    right: 0;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    transform: none;
    width: 60px;
    position: absolute;
    color: #ffffff;
    text-align: center; }
.accordion .card-body {
  font-size: 16px;
  padding: 20px;
  line-height: 30px;
  border: 1px solid #ededed;
  border-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #f9f9f9; }

@media screen and (max-width: 767px) {
  .accordion .card-body {
    font-size: 15px;
    padding: 15px; } }
@media screen and (max-width: 575px) {
  .accordion .accordion-button {
    padding: 10px 60px 10px 10px;
    font-size: 16px; }
    .accordion .accordion-button:after, .accordion .accordion-button.collapsed:after {
      height: 100%;
      width: 50px;
      line-height: 50px; } }
/* ===================================
 *   Tabs
 *==================================== */
ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
  padding-left: 0; }

.resp-tabs-list li {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 8px 15px;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer;
  min-width: 180px; }
  .resp-tabs-list li:last-child {
    margin-right: 0; }
  .resp-tabs-list li i {
    font-size: 28px;
    margin-bottom: 8px;
    color: #6f6f6f; }

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left; }

.resp-tab-content {
  display: none;
  padding: 40px 0 40px 0; }

.resp-tabs-list li.resp-tab-active {
  background: #00baee;
  background: linear-gradient(-45deg, #00baee, #8089ff);
  padding: 15px 20px 13px 20px;
  color: #00baee; }
  .resp-tabs-list li.resp-tab-active i {
    color: #fff; }

.resp-content-active, .resp-accordion-active {
  display: block; }

.resp-tab-content {
  float: left;
  width: 100%; }

h2.resp-accordion {
  background: #fff !important;
  cursor: pointer;
  display: none;
  font-size: 16px;
  border: 1px solid #ededed;
  border-top: 0px solid #ededed;
  margin: 0px;
  padding: 15px 21px;
  float: left;
  width: 100%; }
h2.resp-tab-active {
  border-bottom: 0px solid #e4e4e4 !important;
  background: #27ae60 !important;
  color: #fff; }
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #e4e4e4 !important;
  background: #00baee; }

.resp-arrow {
  border-color: transparent #232323 #232323 transparent;
  border-style: solid;
  border-width: 0 1px 1px 0;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 4px; }

h2.resp-tab-active span.resp-arrow {
  border-color: #fff transparent transparent #fff;
  border-style: solid;
  border-width: 1px 0 0 1px;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 7px; }

.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%; }
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none; }
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #2380fb !important;
  float: left;
  width: 70%;
  min-height: 250px;
  clear: none; }
.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word; }
.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 11px !important;
  border-top: 1px solid;
  border: 1px solid #2380fb !important;
  border-left: 4px solid #2380fb !important;
  margin-bottom: 4px !important;
  border-right: 1px #FFF solid !important; }

.resp-arrow {
  border-color: transparent #232323 #232323 transparent;
  border-style: solid;
  border-width: 0 1px 1px 0;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 4px; }

h2.resp-tab-active span.resp-arrow {
  border-color: #fff transparent transparent #fff;
  border-style: solid;
  border-width: 1px 0 0 1px;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 10px; }

.resp-tab-content-active {
  display: block;
  border-color: 1px solid #ececec !important; }

h2.resp-accordion:first-child {
  border-top: 1px solid #ededed; }
h2.resp-accordion.resp-tab-active {
  border-color: #27ae60 !important; }

/* change the breakpoint to set the accordion */
@media screen and (max-width: 767px) {
  ul.resp-tabs-list {
    display: none; }

  h2.resp-accordion {
    display: block; }
    h2.resp-accordion i {
      margin-right: 8px;
      font-size: 18px; }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1; }
  .resp-vtabs .resp-tabs-container {
    border: none !important;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none; }

  .resp-accordion-closed {
    display: none !important; }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #ededed !important; }

  .resp-tab-content {
    background-color: #fff; } }
/* tab-style1 */
.tab-style1 ul.resp-tabs-list {
  float: left;
  width: 100%; }
.tab-style1 .resp-tabs-list li {
  padding: 15px 25px 13px 25px !important;
  margin: 0 !important;
  cursor: pointer;
  float: left;
  background: #fff !important;
  border: 1px solid #ededed;
  min-width: auto; }
.tab-style1 .resp-tabs-container {
  padding: 0px;
  background-color: transparent;
  border: none !important;
  float: left;
  width: 100%;
  min-height: auto;
  clear: none; }
.tab-style1 .resp-tab-content {
  border: none;
  word-wrap: break-word;
  padding: 0;
  padding-top: 15px; }
.tab-style1 li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: 0 !important;
  padding: 15px 25px !important;
  border: none !important;
  display: inline-block;
  background: #056c5f !important;
  color: white; }

@media screen and (max-width: 991px) {
  .tab-style1 .resp-tabs-container {
    padding-left: 0;
    width: 100%; }
  .tab-style1 .resp-tabs-list li {
    padding: 10px 25px 8px 25px !important; }
  .tab-style1 li.resp-tab-active {
    padding: 10px 25px !important; } }
@media screen and (max-width: 767px) {
  .tab-style1 h2.resp-tab-active {
    background: #056c5f !important; }
  .tab-style1 h2.resp-accordion.resp-tab-active {
    border-color: #056c5f !important; }
  .tab-style1 ul.resp-tabs-list {
    display: none; }
  .tab-style1 .resp-tab-content {
    border: 1px solid #ededed !important;
    padding: 20px; }
  .tab-style1.resp-vtabs .resp-tab-content:last-child {
    border-color: #ededed !important; }

  .tab-style2 h2.resp-accordion {
    border-color: #ededed !important; } }
/* ===================================
 *   Services
 *==================================== */
/* service-detail left-panel */
.service-details-sidebar .widget {
  position: relative;
  margin-bottom: 30px; }
  .service-details-sidebar .widget .widget-title {
    background: #056c5f;
    padding: 15px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  .service-details-sidebar .widget .title {
    display: block;
    position: relative;
    padding-left: 70px;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 2px; }
    .service-details-sidebar .widget .title:before {
      content: "";
      position: absolute;
      height: 6px;
      width: 6px;
      border-radius: 50%;
      background: #ffffff;
      left: 0;
      top: 10px; }
    .service-details-sidebar .widget .title:after {
      content: '';
      position: absolute;
      top: 12px;
      left: 14px;
      height: 2px;
      width: 40px;
      background: #ffffff; }
  .service-details-sidebar .widget .widget-body {
    padding: 25px;
    border: 1px solid #ededed;
    border-top: 0;
    background: #ffffff;
    word-break: break-word;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
.service-details-sidebar .widget-address .address-info {
  margin: 0;
  padding: 0;
  list-style: none; }
  .service-details-sidebar .widget-address .address-info li {
    border-bottom: 2px dotted #ededed;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px; }
    .service-details-sidebar .widget-address .address-info li:last-child {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0; }

/*widget-brochure*/
.service-details-sidebar .widget .widget-brochure {
  margin-bottom: 0;
  padding: 0;
  list-style: none; }
  .service-details-sidebar .widget .widget-brochure li {
    position: relative;
    margin-bottom: 12px;
    display: inline-block;
    border: 1px solid #ededed;
    width: 100%;
    border-radius: 10px;
    background: #fff; }
    .service-details-sidebar .widget .widget-brochure li a {
      position: relative;
      display: block;
      padding: 16px 15px 16px 75px;
      font-size: 15px;
      font-weight: 600; }
      .service-details-sidebar .widget .widget-brochure li a i {
        position: absolute;
        left: 0;
        top: 0;
        width: 60px;
        height: 100%;
        line-height: 3;
        text-align: center;
        font-size: 20px;
        background: #056c5f;
        color: #ffffff;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px; }
    .service-details-sidebar .widget .widget-brochure li:last-child {
      margin-bottom: 0; }
.service-details-sidebar .widget-info .icon-boxs {
  text-align: center;
  margin: 0 auto 25px;
  width: 80px;
  height: 80px;
  border-radius: 50%; }
  .service-details-sidebar .widget-info .icon-boxs i {
    line-height: 80px; }

/* ===================================
 *   Pages
 *==================================== */
/* about-style1 */
.about-style1 .exp-no {
  font-size: 53px; }
.about-style1 .about-shape1 {
  width: 190px;
  height: 140px;
  background: #24c373;
  border-radius: 10px;
  position: absolute;
  bottom: -13%;
  right: 50px;
  transform: rotate(53deg); }
.about-style1 .about-shape2 {
  width: 180px;
  height: 160px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  position: absolute;
  bottom: -8%;
  right: 55px;
  transform: rotate(53deg); }
.about-style1 .about-list {
  display: inline-block;
  padding: 15px;
  border-radius: 5px;
  transition: 0.4s; }
  .about-style1 .about-list.active, .about-style1 .about-list:hover {
    box-shadow: 6px 5px 25px 0px rgba(0, 0, 0, 0.08);
    background-color: #FFFFFF; }

.about-counter-wrapper {
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(208, 208, 208, 0.44);
  max-width: 80%;
  margin-top: -110px;
  position: relative;
  display: block;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  z-index: 999; }

.about-icon {
  color: #fff;
  background: #f8a683;
  border-radius: 10px;
  width: 55px;
  height: 55px;
  line-height: 60px;
  text-align: center;
  margin-top: 10px; }

@media screen and (max-width: 575px) {
  .about-style1 .about-shape1 {
    right: 150px; }
  .about-style1 .about-shape2 {
    right: 160px; }

  .about-counter-wrapper {
    padding: 18px;
    max-width: 90%; }

  .about-icon {
    width: 45px;
    height: 45px;
    line-height: 50px; } }
.about-content-info {
  margin-bottom: 30px; }
  .about-content-info:last-child {
    margin-bottom: 0; }
  .about-content-info .icon {
    position: relative; }
    .about-content-info .icon:before {
      content: '';
      width: 26px;
      height: 26px;
      background-color: #ffffff;
      border-radius: 50%;
      top: 0px;
      position: absolute;
      box-shadow: 0 0 10px 0 rgba(248, 166, 131, 0.4); }
    .about-content-info .icon:after {
      content: '';
      width: 10px;
      height: 10px;
      background-color: #f8a683;
      border-radius: 50%;
      top: 8px;
      position: absolute;
      left: 8px;
      right: 0; }

.about-avatar-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin-left: -26px;
  margin-top: 8px;
  border-radius: 50px; }

@media screen and (max-width: 767px) {
  .about-content-info {
    width: 100%;
    margin-bottom: 25px; } }
/* contactus page */
.contact-info-wrapper {
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #ededed;
  height: 100%;
  border-radius: 10px; }

/*event-detail page*/
.event-detail .event-timer {
  background: #f9f9f9 none repeat scroll 0 0;
  border-radius: 10px;
  margin-top: -60px;
  overflow: hidden;
  padding: 30px 35px;
  position: relative;
  z-index: 2; }
.event-detail .countdown li {
  border-right: 1px solid #ededed;
  display: inline-block;
  padding: 0 20px;
  text-align: center; }
  .event-detail .countdown li:first-child {
    padding-left: 0; }
  .event-detail .countdown li:last-child {
    padding-right: 0; }
  .event-detail .countdown li span {
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    position: relative;
    color: #282b2d; }
  .event-detail .countdown li p.timeRefDays, .event-detail .countdown li p.timeRefHours, .event-detail .countdown li p.timeRefMinutes, .event-detail .countdown li p.timeRefSeconds {
    font-size: 16px;
    font-weight: 500;
    color: #575a7b;
    margin: 0;
    padding: 0;
    text-transform: capitalize; }

.event-seprator {
  border-bottom: 2px dotted #ededed;
  padding-bottom: 20px;
  margin-bottom: 20px; }

@media screen and (max-width: 1199px) {
  .event-detail .event-timer {
    padding: 30px 30px; }
  .event-detail .countdown li {
    padding: 0 17px; }
    .event-detail .countdown li span {
      font-size: 25px; }
    .event-detail .countdown li p.timeRefDays, .event-detail .countdown li p.timeRefHours, .event-detail .countdown li p.timeRefMinutes, .event-detail .countdown li p.timeRefSeconds {
      font-size: 13px; } }
@media screen and (max-width: 991px) {
  .event-detail .event-timer {
    padding: 30px; } }
@media screen and (max-width: 767px) {
  .event-detail .countdown li span {
    font-size: 26px; } }
@media screen and (max-width: 575px) {
  .event-detail .event-timer {
    padding: 20px;
    margin-top: 0; }
  .event-detail .countdown li {
    padding: 0 5px; }
    .event-detail .countdown li span {
      font-size: 18px; } }
/* event-detail sidebar */
.event-detail-sidebar .widget {
  position: relative;
  margin-bottom: 30px; }
  .event-detail-sidebar .widget .widget-title {
    background: #056c5f;
    padding: 15px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  .event-detail-sidebar .widget .title {
    display: block;
    position: relative;
    padding-left: 70px;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #ffffff; }
    .event-detail-sidebar .widget .title:before {
      content: "";
      position: absolute;
      height: 6px;
      width: 6px;
      border-radius: 50%;
      background: #ffffff;
      left: 0;
      top: 10px; }
    .event-detail-sidebar .widget .title:after {
      content: '';
      position: absolute;
      top: 12px;
      left: 14px;
      height: 2px;
      width: 40px;
      background: #ffffff; }
  .event-detail-sidebar .widget .widget-body {
    padding: 25px;
    border: 1px solid #ededed;
    border-top: 0;
    background: #ffffff;
    word-break: break-word;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }

/* search bar */
.search-bar {
  position: relative; }

.event-detail-sidebar .widget .search-bar input[type="search"] {
  display: block;
  width: 100%;
  padding: 15px 50px 15px 20px;
  font-size: 15px;
  color: #4b4342;
  border: 1px solid #ededed;
  background: none;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 0; }
.event-detail-sidebar .widget .search-bar .btn-newsletter {
  position: absolute;
  color: #056c5f;
  right: 25px;
  top: 15px;
  padding: 0px;
  font-size: 18px;
  z-index: 3;
  outline: none; }

/*event-list*/
.event-detail-sidebar .event-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .event-detail-sidebar .event-list li {
    position: relative;
    padding-left: 0;
    font-weight: 500;
    color: #002147;
    border-bottom: 2px dotted #ededed;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .event-detail-sidebar .event-list li i {
      font-size: 14px;
      color: #ffbc51; }
    .event-detail-sidebar .event-list li:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }

/* event-tags */
.event-detail-sidebar .widget-tag .event-tags {
  margin: 0;
  padding: 0; }
  .event-detail-sidebar .widget-tag .event-tags li {
    display: inline-block; }
    .event-detail-sidebar .widget-tag .event-tags li a {
      font-size: 15px;
      font-weight: 500;
      padding: 8px 12px;
      font-weight: 500;
      margin: 5px 5px 5px 0;
      display: inline-block;
      background: #ffffff;
      border-radius: 10px;
      color: #282b2d;
      border: 1px solid #ededed; }
      .event-detail-sidebar .widget-tag .event-tags li a:hover {
        background: #f8a683;
        color: #ffffff !important;
        border: 1px solid #f8a683; }

/*donate now page*/
.donate-form .select-amount {
  position: relative;
  margin: 0px -10px; }
.donate-form .select-box {
  position: relative;
  float: left;
  width: 25%;
  padding: 0px 10px;
  text-align: center;
  margin: 0px 0px 25px; }
  .donate-form .select-box input[type="radio"] {
    left: 0px;
    top: 0px;
    visibility: hidden;
    position: absolute;
    opacity: 0; }
  .donate-form .select-box label {
    display: block;
    line-height: 24px;
    padding: 12px 10px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #25283a;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    border-radius: 10px;
    transition: all 500ms ease;
    margin-bottom: 0; }
  .donate-form .select-box input[type="radio"]:checked + label {
    background: #056c5f;
    border-color: #056c5f;
    color: #ffffff; }
.donate-form .input-box {
  position: relative;
  width: 100%; }
.donate-form input[type="text"] {
  display: block;
  width: 100%;
  line-height: 24px;
  height: 50px;
  font-size: 15px;
  border: 1px solid #e0e0e0;
  padding: 12px 20px;
  background-color: #ffffff;
  color: #222222;
  border-radius: 10px;
  transition: all 500ms ease;
  margin-bottom: 25px; }
.donate-form .radio-block {
  position: relative;
  display: inline-block;
  margin-right: 30px; }
  .donate-form .radio-block input {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    cursor: pointer; }
  .donate-form .radio-block label {
    position: relative;
    display: block;
    padding-left: 32px;
    line-height: 24px;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
    margin-bottom: 0; }
  .donate-form .radio-block input:checked + label:before {
    background: #056c5f;
    border-color: #056c5f;
    content: '\f00c'; }
  .donate-form .radio-block label:before {
    content: '';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    color: #ffffff;
    font-size: 10px;
    text-align: center;
    font-weight: 900;
    border: 1px solid #e0e0e0;
    border-radius: 5px; }

@media screen and (max-width: 767px) {
  .donate-form input[type="text"], .donate-form .select-box {
    margin-bottom: 20px; } }
@media screen and (max-width: 575px) {
  .donate-form .select-box {
    width: 50%; } }
/*404 page*/
.error-wrapper {
  position: absolute;
  padding: 60px 50px; }

.error-circle-content {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  margin: 0 auto; }

.error-wrapper h1 {
  font-weight: 500;
  font-size: 180px;
  line-height: 1;
  margin-bottom: 0;
  text-align: center;
  color: #056c5f; }

@media screen and (max-width: 1399px) {
  .error-wrapper h1 {
    font-size: 130px; }

  .error-circle-content {
    width: 290px;
    height: 290px; } }
@media screen and (max-width: 1199px) {
  .error-wrapper {
    padding: 30px; }

  .error-circle-content {
    width: 270px;
    height: 270px; } }
@media screen and (max-width: 991px) {
  .error-wrapper {
    padding: 25px; }
    .error-wrapper h1 {
      font-size: 120px; }

  .error-circle-content {
    width: 260px;
    height: 260px; } }
@media screen and (max-width: 767px) {
  .error-wrapper h1 {
    font-size: 100px; }

  .error-circle-content {
    width: 240px;
    height: 240px; } }
@media screen and (max-width: 575px) {
  .error-wrapper h1 {
    font-size: 90px; }

  .error-circle-content {
    width: 220px;
    height: 220px; } }
/* comigsoon page */
.coming-soon .coming-soon-content {
  text-align: center;
  padding: 60px 50px;
  position: relative; }
.coming-soon .countdown {
  padding: 0; }
  .coming-soon .countdown li {
    background: #056c5f;
    display: inline-block;
    text-align: center;
    min-width: 150px;
    border-radius: 10px;
    position: relative;
    padding: 15px 10px; }
    .coming-soon .countdown li:last-child {
      margin-right: 0; }
    .coming-soon .countdown li span {
      font-size: 50px;
      font-weight: 600;
      text-align: center;
      color: #ffffff;
      line-height: normal;
      position: relative; }
      .coming-soon .countdown li span:before {
        content: "";
        height: 1px;
        position: absolute;
        width: 100%; }
    .coming-soon .countdown li p.timeRefDays, .coming-soon .countdown li p.timeRefHours, .coming-soon .countdown li p.timeRefMinutes, .coming-soon .countdown li p.timeRefSeconds {
      font-size: 16px;
      font-weight: 500;
      color: #ffffff;
      margin: 0;
      padding: 0;
      text-transform: capitalize; }

@media screen and (max-width: 1199px) {
  .coming-soon .coming-soon-content {
    padding: 50px 40px; }
  .coming-soon .countdown li {
    min-width: 120px; }
    .coming-soon .countdown li span {
      font-size: 46px; } }
@media screen and (max-width: 991px) {
  .coming-soon .countdown li span {
    font-size: 40px; } }
@media screen and (max-width: 767px) {
  .coming-soon .coming-soon-content {
    padding: 40px 30px; }
  .coming-soon .countdown li {
    min-width: 180px;
    margin-top: 5px; } }
@media screen and (max-width: 575px) {
  .coming-soon .coming-soon-content {
    padding: 30px 25px; }
  .coming-soon .countdown li {
    min-width: 48%; }
    .coming-soon .countdown li span {
      font-size: 34px; } }
/* quform */
.form-group {
  margin-bottom: 1rem; }
  .form-group label {
    margin-bottom: .5rem; }

.form-control:focus {
  border-color: #056c5f; }

.form-check-input:checked {
  border-color: #056c5f;
  background-color: #056c5f; }
.form-check-input:focus {
  box-shadow: none; }

.quform-input {
  position: relative; }
  .quform-input .quform-errors-wrap {
    position: absolute;
    right: 8px;
    top: 0;
    line-height: normal;
    z-index: 1; }
  .quform-input .form-control {
    border-radius: 10px; }

.quform-element > label {
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px; }
  .quform-element > label .quform-required {
    color: #cc0101;
    font-size: 10px; }

.quform-inner input {
  width: 100%; }

.quform-elements .quform-element textarea {
  margin-bottom: 0;
  padding: 8px 15px;
  vertical-align: top; }
.quform-elements .quform-element select {
  margin-bottom: 0;
  padding: 8px 35px 8px 15px; }

.quform-errors {
  padding: 0;
  margin: 0;
  line-height: normal; }
  .quform-errors > .quform-error {
    padding: 0;
    background: none;
    border: none;
    float: none;
    color: #f5543f;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal; }

.quform-outer-no-js .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal; }
.quform-outer-no-js .quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem; }

.quform-has-error input, .quform-has-error textarea, .quform-has-error select, .quform-has-error input[type=file], .quform-has-error .custom-file-label {
  border-color: #f5543f; }

.quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem; }

.quform-submit-inner {
  float: none; }

.quform-loading-wrap {
  float: none; }
  .quform-loading-wrap .quform-loading {
    display: inline-block; }

.light-validation .quform-errors > .quform-error {
  color: #fff; }

/* newsletter */
.newsletter-rounded .quform-elements {
  position: relative; }
.newsletter-rounded .quform-submit-inner {
  position: absolute;
  right: 0px;
  top: 2px;
  width: auto; }
.newsletter-rounded .quform-loading-wrap {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0; }
.newsletter-rounded input {
  border: 2px solid rgba(255, 255, 255, 0.1);
  height: 50px;
  min-height: auto;
  padding: 0.5rem 4rem 0.5rem 1.5rem;
  background: #ffffff; }
.newsletter-rounded .quform-has-error input, .newsletter-rounded .quform-has-error textarea, .newsletter-rounded .quform-has-error select {
  border-color: #f5543f; }
.newsletter-rounded .quform-input .quform-errors-wrap {
  right: 15px; }
.newsletter-rounded i {
  font-size: 1.5rem;
  line-height: 2rem; }

/* ===================================
 *    Elements
 *==================================== */
/* modal */
.modal-backdrop {
  z-index: 99999; }

.modal {
  z-index: 999999; }

/* fonts-icon page */
.icon-gallery .d-table {
  margin-top: 30px; }
.icon-gallery .d-table-cell {
  width: 125px;
  height: 125px;
  text-align: center;
  margin-bottom: 25px;
  border: 1px solid rgba(0, 0, 0, 0.075);
  vertical-align: middle;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  padding: 10px;
  background: #fff; }
.icon-gallery i {
  display: block;
  margin-bottom: 15px;
  font-size: 28px;
  color: #056c5f; }

/* copy elements */
pre[class*="language-"] {
  max-height: 45vh;
  height: 100%;
  margin: 35px 0 15px 0;
  padding-top: 0; }

.html-code {
  background-color: #fbfbfb;
  position: relative;
  box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #ededed; }
  .html-code:before {
    color: #c8dfab;
    content: "•••";
    font-size: 30px;
    left: 24px;
    letter-spacing: 4px;
    line-height: 12px;
    position: absolute;
    top: 24px; }

.copy-element {
  position: absolute;
  top: 0;
  right: 85px;
  transition: opacity 0.3s ease-in-out; }

.source-element {
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 0.3s ease-in-out; }

.html-code .copy-element {
  top: 15px;
  right: 30px; }
.html-code:hover .copy-element, .html-code:hover .source-element {
  opacity: 1; }

.box-hover:hover .copy-element, .box-hover:hover .source-element {
  opacity: 1; }

.copy-element > a, .source-element > a {
  background: #dde1e6;
  color: #777 !important;
  display: inline-block;
  border-radius: 10px;
  padding: 5px 15px;
  font-size: 14px;
  text-transform: capitalize;
  cursor: pointer !important;
  font-weight: 600; }

.copy-element > a:hover, .source-element > a:hover {
  background: #056c5f;
  color: #fff !important; }

.copy-clipboard {
  cursor: pointer;
  padding: 5px 15px; }

.white-popup-block {
  background-color: #fbfbfb;
  position: relative;
  max-width: 650px;
  box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
  padding: 60px 30px 30px 30px;
  border-radius: 5px;
  margin: 40px auto;
  border: 1px solid #ededed; }
  .white-popup-block.popup-copy.mfp-hide {
    display: block !important;
    height: 0;
    position: absolute;
    z-index: -1;
    padding: 0;
    opacity: 0;
    margin: 0; }
  .white-popup-block:before {
    color: rgba(248, 166, 131, 0.2);
    content: "•••";
    font-size: 30px;
    left: 24px;
    letter-spacing: 4px;
    line-height: 12px;
    position: absolute;
    top: 24px; }
  .white-popup-block:hover .copy-element {
    opacity: 1; }
  .white-popup-block .copy-element {
    top: 45px;
    right: 30px; }

.box-hover {
  position: relative; }
  .box-hover .container {
    position: relative; }

.inner-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  margin-bottom: 35px;
  padding-bottom: 20px; }
  .inner-title h2 {
    position: relative;
    font-weight: 600;
    color: #056c5f;
    padding-left: 70px;
    line-height: 1;
    letter-spacing: 2px; }
    .inner-title h2:before {
      content: "";
      position: absolute;
      height: 6px;
      width: 6px;
      border-radius: 50%;
      background: #f8a683;
      left: 0;
      top: 8px; }
    .inner-title h2:after {
      content: '';
      position: absolute;
      top: 10px;
      left: 14px;
      height: 2px;
      opacity: 1;
      width: 40px;
      opacity: .5;
      background: #f8a683; }

@media screen and (max-width: 767px) {
  .elements-block .inner-title {
    margin-bottom: 65px; }

  .copy-element, .source-element {
    top: 65px; } }
/* ===================================
 *   Blog
 *==================================== */
/* blog sidebar */
.blog-sidebar .widget {
  position: relative;
  margin-bottom: 30px; }
  .blog-sidebar .widget .widget-title {
    background: #056c5f;
    padding: 15px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  .blog-sidebar .widget .title {
    display: block;
    position: relative;
    padding-left: 70px;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #ffffff; }
    .blog-sidebar .widget .title:before {
      content: "";
      position: absolute;
      height: 6px;
      width: 6px;
      border-radius: 50%;
      background: #ffffff;
      left: 0;
      top: 10px; }
    .blog-sidebar .widget .title:after {
      content: '';
      position: absolute;
      top: 12px;
      left: 14px;
      height: 2px;
      width: 40px;
      background: #ffffff; }
  .blog-sidebar .widget .widget-body {
    padding: 25px;
    border: 1px solid #ededed;
    border-top: 0;
    background: #ffffff;
    word-break: break-word;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }

/* search bar */
.search-bar {
  position: relative; }

.blog-sidebar .widget .search-bar input[type="search"] {
  display: block;
  width: 100%;
  padding: 15px 50px 15px 20px;
  font-size: 15px;
  color: #4b4342;
  border: 1px solid #ededed;
  background: none;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 0; }
.blog-sidebar .widget .search-bar .btn-newsletter {
  position: absolute;
  color: #056c5f;
  right: 25px;
  top: 15px;
  padding: 0px;
  font-size: 18px;
  z-index: 3;
  outline: none; }

/*client review*/
.blog-sidebar .widget .client-carousel .seprator {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 25px; }
  .blog-sidebar .widget .client-carousel .seprator:before {
    position: absolute;
    content: '';
    left: -70px;
    top: 12px;
    background: #ededed;
    width: 50px;
    height: 2px; }
  .blog-sidebar .widget .client-carousel .seprator:after {
    position: absolute;
    content: '';
    right: -70px;
    top: 12px;
    background: #ededed;
    width: 50px;
    height: 2px; }

/* blog-tags */
.blog-sidebar .widget-tag .blog-tags {
  margin: 0;
  padding: 0; }
  .blog-sidebar .widget-tag .blog-tags li {
    display: inline-block; }
    .blog-sidebar .widget-tag .blog-tags li a {
      font-size: 15px;
      font-weight: 500;
      padding: 8px 12px;
      font-weight: 500;
      margin: 5px 5px 5px 0;
      display: inline-block;
      background: #ffffff;
      border-radius: 10px;
      color: #282b2d;
      border: 1px solid #ededed; }
      .blog-sidebar .widget-tag .blog-tags li a:hover {
        background: #f8a683;
        color: #ffffff !important;
        border: 1px solid #f8a683; }

/* blog-sidebar-banner */
.blog-sidebar .banner-wrapper img {
  margin-top: 0;
  clip-path: polygon(0 0, 100% 0, 102% 87%, 0% 100%); }
.blog-sidebar .banner-wrapper .icon-boxs i {
  position: absolute;
  top: -60px;
  text-align: center;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  font-size: 36px;
  border-radius: 50%;
  background: #8fbb43;
  line-height: 80px; }

@media screen and (max-width: 767px) {
  .blog-sidebar .widget .widget-title {
    font-size: 18px; } }
/* ===================================
 *    Others
 *==================================== */
/*aboutus section*/
.about-icon-list {
  color: #056c5f;
  font-size: 12px;
  background: #d6ebe8;
  border-radius: 30px;
  padding: 6px;
  margin-top: 2px; }

/* appointment section */
.form-wrapper {
  position: relative;
  margin-bottom: -50px;
  background: transparent;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #ededed;
  z-index: 9; }

@media screen and (max-width: 991px) {
  .form-wrapper {
    margin-bottom: 0; } }
/* appointment section address list */
.address-list {
  margin: 0;
  padding: 0; }
  .address-list li {
    position: relative;
    list-style-type: none;
    margin-bottom: 15px;
    display: flex; }
    .address-list li:last-child {
      margin-bottom: 0; }
    .address-list li a {
      color: #ffffff; }

/*counter section*/
.counter-style1 {
  padding: 25px 20px;
  font-weight: 400;
  border-radius: 10px;
  background-color: #FFF;
  border: 1px solid #ededed;
  height: 100%; }
  .counter-style1 .counter-text {
    line-height: 1;
    font-size: 3rem;
    position: relative;
    font-weight: 700;
    z-index: 2;
    padding: 0 0 0 20px;
    margin: 1.4rem 0; }
    .counter-style1 .counter-text:before {
      position: absolute;
      content: "";
      top: -5px;
      left: 0;
      height: 70px;
      width: 70px;
      background: #F8E3CE;
      color: #f8a683;
      z-index: -1;
      border-radius: 10px; }
  .counter-style1 span:after {
    content: '+'; }

@media screen and (max-width: 575px) {
  .counter-style1 {
    padding: 20px 15px; } }
/*why-choose-us section*/
.why-choose-icon {
  border-radius: 50%;
  background: #ffffff;
  padding: 15px;
  height: 90px;
  width: 90px; }

@media screen and (max-width: 767px) {
  .why-choose-icon {
    width: 75px;
    height: 75px; } }
/*pricing section*/
.pricing-block {
  position: relative;
  z-index: 99;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 10px;
  margin-top: 20px; }
  .pricing-block .pricing-head {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    margin-top: -15px; }
    .pricing-block .pricing-head h4 {
      position: relative;
      background-color: #056c5f;
      padding: 15px 45px;
      font-size: 20px;
      font-weight: 700;
      color: #ffffff;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
      margin-bottom: 30px; }
    .pricing-block .pricing-head:before {
      left: 1px;
      clip-path: polygon(100% 0, 0% 100%, 100% 100%);
      position: absolute;
      content: '';
      height: 15px;
      width: 10px;
      background-color: #056c5f;
      top: 0; }
    .pricing-block .pricing-head:after {
      position: absolute;
      content: '';
      height: 15px;
      width: 10px;
      background-color: #056c5f;
      top: 0;
      right: 1px;
      clip-path: polygon(0 0, 0% 100%, 100% 100%); }

@media screen and (max-width: 991px) {
  .pricing-block .pricing-head h4 {
    padding: 15px 30px; } }
/* page navigation */
.page-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border: 1px solid #ededed;
  border-radius: 10px; }

.prev-page, .next-page {
  position: relative;
  width: 50%;
  max-width: 350px;
  margin: 10px; }

.prev-page:before, .next-page:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(34, 35, 40, 0);
  transform: scale(1.04, 1.12);
  transition: .3s ease-in-out;
  pointer-events: none; }

.prev-page .page-info > a, .next-page .page-info > a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 16px 20px;
  min-height: 110px;
  transition: 0.8s; }

.prev-page .page-info .image-prev, .prev-page .page-info .image-next {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  transition: inherit;
  border-radius: 10px;
  overflow: hidden; }

.next-page .page-info .image-prev, .next-page .page-info .image-next {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  transition: inherit;
  border-radius: 10px;
  overflow: hidden; }

.prev-page .page-info .prev-title, .prev-page .page-info .next-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s; }

.next-page .page-info .prev-title, .next-page .page-info .next-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s; }

.prev-page .page-info .prev-title:empty, .prev-page .page-info .next-title:empty {
  display: none; }

.next-page .page-info .prev-title:empty, .next-page .page-info .next-title:empty {
  display: none; }

.prev-page:hover:before, .next-page:hover:before {
  background-color: white;
  transform: scale(1);
  box-shadow: 0px 10px 60px 0px rgba(208, 208, 208, 0.44); }

.prev-page a {
  justify-content: flex-start;
  text-align: left; }
  .prev-page a:hover .image-prev:after {
    visibility: visible;
    opacity: 1; }
  .prev-page a:hover .image-prev:before {
    visibility: visible;
    opacity: 1;
    margin-left: 0; }
.prev-page .image-prev {
  margin-right: 20px; }
  .prev-page .image-prev:after {
    background-color: #056c5f; }

.next-page .image-next:after {
  background-color: #056c5f; }

.prev-page .image-prev:before {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-left: 20px;
  content: "\e64a";
  font-family: 'themify';
  font-size: 21px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out; }
.prev-page .image-prev:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out; }

.next-page {
  margin-left: auto; }
  .next-page a {
    justify-content: flex-end;
    text-align: right; }
    .next-page a:hover .image-next:after {
      visibility: visible;
      opacity: 1; }
    .next-page a:hover .image-next:before {
      visibility: visible;
      opacity: 1;
      margin-right: 0; }
  .next-page .image-next {
    margin-left: 20px; }
    .next-page .image-next:before {
      display: block;
      position: absolute;
      z-index: 2;
      left: 0;
      right: 0;
      margin-right: 20px;
      content: "\e64a";
      font-family: 'themify';
      font-size: 21px;
      line-height: 70px;
      color: #fff;
      text-align: center;
      opacity: 0;
      visibility: hidden;
      transition: .3s ease-in-out;
      transform: scaleX(-1); }
    .next-page .image-next:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      transition: .3s ease-in-out; }
  .next-page .next-title {
    text-align: right; }

.prev-link-page-info > span, .next-link-page-info > span {
  display: block; }

.prev-link-page-info .date-details, .next-link-page-info .date-details {
  font-size: 14px;
  letter-spacing: .025em;
  line-height: 20px;
  margin-bottom: -2px; }

.prev-link-page-info .date-details > div, .prev-link-page-info .date-details > span {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 500; }

.next-link-page-info .date-details > div, .next-link-page-info .date-details > span {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 500; }

.prev-link-page-info .date-details:only-child, .next-link-page-info .date-details:only-child {
  margin-top: 0; }

@media (max-width: 767px) {
  .prev-page, .next-page {
    width: calc(100% - 20px);
    max-width: unset; }

  .prev-page + .next-page {
    margin-top: 0; }

  .page-navigation {
    flex-direction: column; } }
@media (max-width: 575px) {
  .prev-page .page-info > a, .next-page .page-info > a {
    padding: 10px; }

  .prev-page .page-info .prev-title, .prev-page .page-info .next-title {
    max-width: 168px; }

  .next-page .page-info .prev-title, .next-page .page-info .next-title {
    max-width: 168px; } }
/* popup gallery */
.lg-backdrop {
  z-index: 99999; }

.lg-outer {
  z-index: 999999; }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #f3663f; }

.lg-progress-bar .lg-progress {
  background-color: #f3663f; }

.lg-backdrop.in {
  opacity: 0.85; }

/* search page */
.search-form_input {
  color: #f3663f; }

.search-frame h4 a:hover {
  color: #f3663f; }
.search-frame .search_list .match {
  color: #f3663f; }
.search-frame .search_list li:before {
  color: #f3663f; }
.search-frame .search_list li + li {
  border-top: 3px solid #f3663f; }
.search-frame .search {
  color: #f3663f; }

/* ===================================
 *   Footer
 *==================================== */
footer {
  padding: 90px 0 0;
  background: #212529; }
  footer .newsletter-form input {
    border: none; }

.footer-logo {
  max-width: 214px;
  width: 100%;
  display: inline-block; }
  .footer-logo > a {
    display: inline-block; }

@media screen and (max-width: 767px) {
  footer {
    padding-top: 60px; } }
.footer-style {
  margin-top: -100px; }

/* footer bar */
.footer-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center; }

@media screen and (max-width: 767px) {
  .footer-bar {
    margin-top: 60px; } }
.separator {
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  padding-left: 70px;
  text-transform: uppercase;
  font-weight: 600;
  color: #056c5f;
  line-height: 1;
  letter-spacing: 2px; }
  .separator:before {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #ffffff;
    left: 0;
    top: 6px; }
  .separator:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 14px;
    height: 2px;
    opacity: 1;
    width: 50px;
    background: #ffffff; }

/* footer-list-style */
.footer-list-style {
  margin: 0;
  padding: 0; }
  .footer-list-style li {
    position: relative;
    list-style-type: none;
    color: #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px dotted rgba(102, 102, 102, 0.3); }
    .footer-list-style li a {
      color: #ffffff; }
      .footer-list-style li a:after {
        content: '\f105';
        font-weight: 700;
        font-family: Font Awesome\ 5 Free;
        color: #ffffff;
        position: absolute;
        right: 0;
        vertical-align: middle; }
    .footer-list-style li:last-child {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
    .footer-list-style li a:hover {
      color: #f8a683; }
      .footer-list-style li a:hover:after {
        color: #f8a683; }

/* footer-social-style */
.footer-social-style {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none; }
  .footer-social-style li {
    text-align: center;
    margin-right: 10px;
    display: inline-block; }
    .footer-social-style li:last-child {
      margin-right: 0; }
    .footer-social-style li a {
      color: #ffffff;
      height: 40px;
      width: 40px;
      border-radius: 50%;
      line-height: 40px;
      display: inline-block;
      font-size: 15px;
      background: #313232; }
      .footer-social-style li a:hover {
        color: #ffffff;
        background-color: #f8a683; }

/*# sourceMappingURL=styles.css.map */
