@charset "utf-8";
/*
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
  Life Coach, Psychologist and Speaker Template
–––––––––––––––––––––––––––––––––––––––––––––––––

    - File           : style.css
    - Desc           : Theme Template - Stylesheet
    - Version        : 1.0.0
    - Date           : 02-04-2017
    - Author         : CODASTROID
    - Author URI     : https://themeforest.net/user/codastroid
    - Email          : codastroid@gmail.com

––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
*/


/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––>>> Components  <<<–––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.alert-dismissable .close,
.alert-dismissible .close {
    top: 1px;
}
.block-quote {
    position: relative;
    font-size: 15px;
    background-color: #e8e8e8;
    border-left-color: #7bc144;
    margin: 20px 0 30px 20px;
    padding: 30px 30px 40px 30px;
}
.block-quote:after {
    font-size: 20px;
    bottom: 10px;
    color: #7bc144;
    content: "\f10e";
    font-family: fontawesome;
    position: absolute;
    right: 30px;
}

/* List Styles */
.list-styled {
    list-style-type: disc;
    padding-left: 20px;
    list-style-position: inside;
}

/* Fix Bootstrap Media */
.media-object {
    max-width: none;
}

/* Rating Stars */
.rating {
    color: #ff3100;
    font-size: 16px;
}
.rating .rating-stars {
    white-space: nowrap;
    display: inline-table;
}
.rating .fa {
    display: table-cell;
    padding: 2px;
}

/* Social Icons */
.social-icons__item .fa {
    font-size: 15px;
    margin: 0;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
    color: #F5F5F5;
    background-color: rgba(49, 69, 85, 0.25);
}
.social-icons__item .fa:hover {
    background-color: rgba(49, 69, 85, 0.4);
}
.social-icons--colored .social-icons__item i.fa-facebook {
    background-color: #3b5998;
}
.social-icons--colored .social-icons__item i.fa-facebook:hover {
    background-color: #344e86;
}
.social-icons--colored .social-icons__item i.fa-twitter {
    background-color: #1da1f2;
}
.social-icons--colored .social-icons__item i.fa-twitter:hover {
    background-color: #0d95e8;
}
.social-icons--colored .social-icons__item i.fa-google-plus {
    background-color: #dd4b39;
}
.social-icons--colored .social-icons__item i.fa-google-plus:hover {
    background-color: #d73925;
}
.social-icons--colored .social-icons__item i.fa-linkedin {
    background-color: #0077b5;
}
.social-icons--colored .social-icons__item i.fa-linkedin:hover {
    background-color: #00669c;
}
.social-icons--colored .social-icons__item i.fa-pinterest {
    background-color: #cc2222;
}
.social-icons--colored .social-icons__item i.fa-pinterest:hover {
    background-color: #b61e1e;
}

/* Pagination */
.page-pagination {
    font-size: 13px;
}
.page-pagination li {
    display: inline;
}
.page-pagination a.page-numbers,
.page-pagination .page-numbers.current {
    display: inline-block;
    margin: 0 2px;
    padding: 0 13px;
    line-height: 32px;
    height: 36px;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: all 200ms ease-in-out;
}
.page-pagination a.page-numbers {
    border-color: #d3d9dd;
    color: #576366;
}
.page-pagination .page-numbers.current,
.page-pagination a.page-numbers:hover {
    border-color: #7bc144;
    background-color: #7bc144;
    color: #fff;
}

/* Owl Carousel */
.owl-controls-1 .owl-nav {
    margin-top: 0;
}
.owl-controls-1 .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    font-size: 24px;
    margin: 0;
    padding: 10px 10px;
    text-align: center;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    transition: all 400ms linear 0ms;
}
.owl-controls-1 .owl-nav [class*=owl-]:hover {
    background: rgba(0, 0, 0, 0.5);
}
.owl-controls-1 .owl-nav .owl-prev {
    left: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.owl-controls-1 .owl-nav .owl-next {
    right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
@media only screen and (max-width: 767px) {
    .owl-controls-2 {
        display: none;
    }
}
.owl-controls-2 .owl-nav {
    margin-top: -25px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 5;
}
.owl-controls-2 .owl-nav [class*=owl-] {
    color: rgba(238, 238, 238, 0.7);
    padding: 4px 7px;
    background: transparent !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    line-height: 31px;
    font-size: 24px;
}

/* Breadcrumb */
.breadcrumb {
    background-color: transparent;
    font-size: 15px;
}
.breadcrumb-area h1 {
    color: #fff;
}
.breadcrumb > li + li:before {
    color: #f1f1f1;
}
.breadcrumb > li a {
    color: #f1f1f1;
}
.breadcrumb > li a:hover,
.breadcrumb > .active {
    color: #fff;
}


/* Styled List */
.styled-list {
    position: relative;
    padding-left: 20px;
}
.styled-list li {
    position: relative;
    line-height: 24px;
    margin-bottom: 10px;
    padding-left: 25px;
}
.styled-list li:before {
    content: "\f18e";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 3px;
    color: #7bc144;
    font-size: 17px;
    line-height: 18px;
}

/* Tabs Area */
.tabs-area .nav-tabs {
    border-bottom: 2px solid #7bc144;
}
.tabs-area .nav-tabs > li {
    margin-bottom: -2px;
}
.tabs-area .nav > li > a {
    padding: 13px 25px;
    font-size: 14px;
    border: none;
}
.tabs-area .nav-tabs > li > a:hover {
    border: 0;
}
.tabs-area .nav > li > a:hover,
.tabs-area .nav > li > a:focus {
    background-color: transparent;
    color: #7bc144;
}
.tabs-area .nav-tabs > li.active > a,
.tabs-area .nav-tabs > li.active > a:hover,
.tabs-area .nav-tabs > li.active > a:focus {
    background-color: #7bc144;
    border: none;
    color: #fff;
}
.tabs-area .tab-content > .tab-pane {
    background-color: #F5F5F5;
}
.fa-check {
    color: #4caf50;
}
.fa-times {
    color: #f50;
}

.form-control.input-error {
    border-color: #c00 !important;
}

.border-bottom {
    border-bottom: 1px solid #e7e7e7;
}

.line {
    display: inline-block;
    width: 50px;
    height: 3px;
    border-radius: 99px;
}

.gmap {
    position: relative;
}
.gmap iframe {
    height: 440px;
}
.gmap.embed-responsive iframe {
    height: 100%;
}
.gmap.locked > iframe {
    pointer-events: none;
}
.gmap .gmap-lock {
    position: absolute;
    background-color: #fff;
    border: 2px solid #fff;
    color: #666666;
    border-radius: 2px;
    text-align: center;
    font-size: 16px;
    right: 10px;
    bottom: 92px;
    width: 28px;
    height: 28px;
    line-height: 24px;
    overflow: hidden;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgba(0,0,0,0.298039) 0px 1px 4px -1px;
}
.gmap.locked .gmap-lock {
    color: #4285f4;
}

.lh-14 {
    line-height: 1.4;
}


/*Bootstrap Accordion Start*/
.panel-group .panel {
    border: 0;
    margin-bottom: 0;
}
.panel-group .panel + .panel {
    margin-top: 10px;
}
.panel-group .panel-body {
    padding: 20px 15px;
}
.panel-group .panel-heading {
    padding: 0;
}
.panel-group .panel-title a,
.panel-group .panel-title a:focus {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 10px 0 10px 22px;
    background-color: #7c4199;
    color: #313131;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    border-radius: 4px;
    border: 0;
    text-shadow: 0px 0px 1px #eee;
    text-align: bold;
}
.panel-group .panel-title a.collapsed,
.panel-group .panel-title a.collapsed:focus {
    background-color: #fff;
    color: #313131;
}
.panel-group .panel-title a:before {
    content: '\f055';
    font-family: fontawesome;
    margin-right: 10px;
    font-size: 16px;
}
.panel-group .panel-title a[aria-expanded="true"]:before {
    content: '\f056';
}
.panel-group .collapse {
    padding: 0;
}
.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: 0;
}

.entry-date {
    top: 15px;
    left: 15px;
    position: absolute;
    z-index: 10;
    width: 60px;
}
.entry-date > h4,
.entry-date > h6 {
    color: #fcfcfc;
    font-size: 22px;
    text-align: center;
    padding: 5px;
    border-radius: 3px 3px 0 0;
    margin-bottom: 0;
}
.entry-date > h6 {
    font-size: 14px;
    border-radius: 0 0 3px 3px;
}

.opening-hours {
    padding-top: 1px;
    margin-top: 30px;
}
.opening-hours li {
    padding: 9px 0;
    overflow: hidden;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.79);
}
.opening-hours li:first-child {
    border-top: 1px dashed rgba(255, 255, 255, 0.79);
}

/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––>>> Preloader  <<<––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.loader-cube {
  left: 50%;
  top: 50%;
  position: absolute;
  margin-top: -30px;
  margin-left: -30px;
  width: 40px;
  height: 40px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.loader-cube .loader-cube__item {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.loader-cube .loader-cube__item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7c4199;
  -webkit-animation: loaderAnim 2.4s infinite linear both;
  animation: loaderAnim 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.loader-cube .loader-cube__item2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.loader-cube .loader-cube__item3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.loader-cube .loader-cube__item4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.loader-cube .loader-cube__item2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.loader-cube .loader-cube__item3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.loader-cube .loader-cube__item4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes loaderAnim {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes loaderAnim {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––>>> Topbar Area  <<<–––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.topbar {
    height: 50px;
    color: #f1f1f1;
}
.topbar a {
    color: #7bc144;
}
.topbar .topbar-info {
    padding-top: 13px;
}
.topbar .social-icons {
    padding-top: 10px;
}
.topbar .social-icons .fa {
    text-align: center;
}
.topbar .social-icons > li {
    display: inline-block;
    padding-right: 3px;
    padding-left: 3px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––>>> Header  <<<–––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.header-menu {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 15px 0;
}
.header-menu .logo a {
    display: inline-block;
    padding: 6px 0;
}
.header-menu .logo a img {
    height: 50px;
}
.header-menu .menu {
    border-width: 3px 0;
    border-style: solid;
    border-color: #7bc144;
    height: 27px;
    position: absolute;
    right: 20px;
    top: 32px;
    width: 40px;
    background: none;
}
.header-menu .menu:after {
    content: '';
    position: absolute;
    top: 9px;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: #7bc144;
}
.header-menu ul {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
}
.header-menu ul li {
    float: left;
    position: relative;
}
.header-menu .navigation ul li a {
    text-decoration: none;
    text-transform: uppercase;
}
.header-menu .navigation > ul > li > a {
    display: block;
    padding: 20px 16px;
    color: #323232;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    outline: none;
}
.header-menu .navigation > ul > li:last-child a {
    padding-right: 0;
}
.header-menu .navigation .sub-nav {
    left: 0;
    border-top: 15px solid transparent;
    position: absolute;
    top: 120%;
    width: 200px;
    z-index: 3;
    background-clip: padding-box;
    padding: 0;
    transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
    -webkit-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
    -moz-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
    -ms-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
    -o-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
    opacity: 0;
    visibility: hidden;
    background-color: #7c4199;
}
.header-menu .navigation .sub-nav .sub-nav {
    background: #006fba;
}
.header-menu .navigation .sub-nav li {
    display: block;
    float: none;
    margin: 0;
    border-bottom: 1px solid rgba(255, 238, 238, 0.35);
    padding-bottom: 0;
    position: relative;
}
.header-menu .navigation li:hover .sub-nav {
    opacity: 1;
    top: 100%;
    transition: top 0.3s ease 0s;
    visibility: visible;
}
.header-menu .navigation li.sub-menu .sub-nav {
    border: none;
    opacity: 0;
    top: 0;
    transition: top 0.3s ease 0s;
    visibility: visible;
    left: auto;
    right: 110%;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}
.header-menu .navigation li.sub-menu:hover .sub-nav {
    visibility: visible;
    opacity: 1;
    right: 100%;
    transition: all 0.3s ease 0s;
}
.header-menu .navigation .sub-nav li:last-child {
    border-bottom: 0;
}
.header-menu .navigation .sub-nav li a {
    padding: 8px 20px;
    display: block;
    color: #fff;
}
@media (max-width: 991px) {
    .header-menu {
        padding: 0;
    }
    .header-menu ul,
    .header-menu ul li {
        float: none !important;
    }
    .header-menu .logo a {
        padding: 20px 0px !important;
    }
    .header-menu .navigation {
        display: none;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 9;
        background: #7bc144;
    }
    .header-menu .navigation ul li {
        border-bottom: 1px solid #fff
    }
    .header-menu .navigation > ul > li > a,
    .header-menu .navigation > ul > li:last-child a {
        padding: 10px 15px;
        color: #fff;
    }
    .header-menu .navigation .sub-nav,
    .header-menu .navigation li.sub-menu .sub-nav,
    .header-menu .navigation li.sub-menu:hover .sub-nav {
        position: static;
        opacity: 1;
        visibility: visible;
        width: 100%;
        border-top: none;
        transition: inherit;
        -webkit-transition: inherit;
        padding: 0;
    }
    .header-menu .navigation ul li i {
        color: #fff;
        font-size: 15px;
        position: absolute;
        right: 15px;
        top: 15px;
        cursor: pointer;
        pointer-events: none;
    }
    .header-menu .navigation ul li ul {
        display: none;
    }
    .header-menu .navigation .on > .fa-plus:before {
        content: '\f068';
        font-family: 'FontAwesome';
    }
}

/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––>>> Hero Area  <<<–––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.hero-area {
    position: relative;
    color: #fff;
}
.hero-slider-item,
.hero-wrapper {
    position: relative;
    min-height: 655px;
}
.hero-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
}
.hero-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 60px 0;
    color: #fff;
}
.hero-content .container {
    height: 100%;
}
.hero-content h1 {
    opacity: 0.9;
}
.hero-content h4 {
    opacity: 0.8;
}

/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––>>> About Us Area  <<<––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 992px) {
    .about-us-area .about-us-column {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.about-us-area .feature-box {
    position: relative;
    padding: 20px 10px 10px 80px;
}
.about-us-area .me-img {
    position: relative;
}
.about-us-area .me-img::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    border: 1px dashed #fff;
    border-radius: 50%;
}
.about-us-area .feature-box .icon-box {
    position: absolute;
    top: 20px;
    left: 15px;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #7bc144;
    color: #fff;
}
.about-us-area .about-services .service-icon {
    width: 80px;
    margin-bottom: 20px;
}
.consultation-form {
    border: 1px solid #ddd;
    padding: 20px 30px 30px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––>>> Features Area  <<<––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.features-area .feature-single {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}
.features-area .feature-single .feature-icon i {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.features-area .feature-icon i {
    display: inline-block;
    font-size: 36px;
    height: 60px;
    width: 60px;
    line-height: 58px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 0px 0px 46px #7bc144 inset;
    color: #fff;
    border-radius: 4px;
}
.features-area .feature-single:hover .feature-icon i {
    box-shadow: 0 0px 0px 2px #7bc144 inset;
    color: #7bc144;
}


/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––>>> Services Area  <<<––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.services-area {
    position: relative;
    z-index: 1;
}
.services-area .service-single {
    background-color: #f9f9f9;
    border: 1px solid #f2f2f2;
    border-bottom: 2px solid #e9e9e9;
    margin-bottom: 30px;
    position: relative;
}
.services-area .service-single:after {
    border-bottom: 2px solid #7c4199;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.services-area .service-single:hover:after {
    width: 100%;
}
.services-area .service-single .service-content {
    padding: 20px;
}
.services-area .services-slider .owl-item:not(:last-child) .item {
    margin-right: 25px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––>>> Our Team Area  <<<––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.team-area .single-member {
    margin: 0 auto 30px;
    background-color: #fff;
}
.single-member .single-member-content {
    padding: 15px;
}
.single-member .single-member-header {
    position: relative;
}
.single-member .single-member-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 62, 80, 0.68);
    transition: all 0.5s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.single-member:hover .single-member-overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.single-member .social-icons__item .fa {
    background-color: #7bc144;
}

/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––––>>> Coach Benifits Area  <<<–––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 992px) {
    .coach-benifits-area .coach-benifits-column {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}


/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––>>> Doctors Grid Area  <<<––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.doctors-grid .doctor-single {
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
}
.doctors-grid .doctor-single .doctor-department i {
    display: inline-block;
    background: #7bc144;
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #fff;
    font-size: 30px;
    height: 54px;
    width: 54px;
    line-height: 54px;
    outline: 1px dashed #fff !important;
    outline-offset: -4px !important;
    text-align: center;
    border-radius: 3px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––––>>> Doctor Details Area  <<<–––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.doctor-details-area a:hover {
    color: #7c4199;
}
.doctor-details-area .doctor-info {
    text-align: left;
}
.doctor-details-area .doctor-info td {
    padding: 15px 0;
}
.doctor-details-area .doctor-info td:first-child {
    padding-right: 20px;
}
.doctor-details-area .doctor-info ul li {
    position: relative;
    padding-left: 15px ;
}
.doctor-details-area .doctor-info ul li+li {
    margin-top: 15px; 
}
.doctor-details-area .doctor-info ul li:before {
    font-size: 16px !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    display: block;
    position: absolute;
    color: #7bc144;
    left: 0;
    top: 1px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––>>> Testimonials Area  <<<––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.testimonials-area .testimonial-panel {
    position: relative;
    padding: 25px 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
}
.testimonials-area .testimonial-meta {
    position: relative;
    padding-left: 80px;
    padding-bottom: 20px;
}
.testimonial-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: #fff;
}
.testimonial-img img {
    border-radius: 50%;
}
.testimonials-area-1 .owl-dots {
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.testimonials-area-3 {
    position: relative;
    z-index: 1;
}
.testimonials-area-5 .testimonial-content {
    position: relative;
    margin-bottom: 30px;
}
.testimonials-area-5 .testimonial-content::first-letter {
    margin-left: 30px;
}
.testimonials-area-5 .testimonial-content::after {
    content: "\f10d";
    font: normal normal normal 18px/1 FontAwesome;
    position: absolute;
    left: 0px;
    top: 4px;
    color: #7bc144;
}
.testimonial-slider .testimonial-thumb img,
.testimonials-area-5 .testimonial-img img {
    border: 3px solid #fff;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.40);
    border-radius: 50%;
}
.testimonial-list {
    margin-top: 30px;
}
.testimonial-section-inner {
    display: block;
    vertical-align: middle;
}
.testimonial-list {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    text-align: center;
}
.testimonial-list .owl-dots .owl-dot.active span,
.testimonial-list .owl-dots .owl-dot:hover span {
    background: #ffffff;
}
.testimonial-author {
    margin: 0 auto 30px;
    width: 100px;
}
.testimonial-author img {
    border: 3px solid #7bc144;
    border-radius: 50%;
    height: auto;
    width: 100px;
}
.testimonials-area-4 .testimonial-author img {
    border: 3px solid rgba(255, 255, 255, 0.7);
}
.single-testimonial p {
    padding: 0 15px;
    color: #eee;
    font-size: 14px;
}
.single-testimonial > h5 {
    color: #fff;
    margin-top: 30px;
    text-transform: uppercase;
}
.single-testimonial h6 {
    margin-top: 10px;
    color: #00BCD4;
    text-transform: uppercase;
}
.testimonials-area-4 .owl-dots {
    padding-top: 30px;
}
.testimonials-area-5 .testimonial-panel {
    border: 1px solid #eef0fd;
    background-color: #eef0fd;
}
.testimonials-area-5 .testimonial-img {
    background-color: transparent;
}

.testimonials-slider-area {
    position: relative;
    z-index: 1;
}
.testimonials-slider-area:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0E1D40;
    opacity: .6;
    z-index: -1;
}
.testimonials-slider-area .testimonial-slider .item{
  padding-right: 15px;
  padding-left: 15px;
  color: #FFF;
}
.testimonials-slider-area .testimonial-single {
  position: relative;
  color: #333;
  margin: 20px 0px 0px 0px;
  line-height: 30px;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 4px;
}
.testimonials-slider-area .testimonial-text {
  position: relative;
}
.testimonials-slider-area .testimonial-text::first-letter {
  margin-left: 40px;
}
.testimonials-slider-area .testimonial-text::after {
  content: "\f10d";
  font: normal normal normal 18px/1 FontAwesome;
  font-style: italic;
  position: absolute;
  left: 6px;
  top: 6px;
}
.testimonials-slider-area .testimonial-info {
  position: relative;
  padding: 15px 0 10px 80px;
}
.testimonials-slider-area .testimonial-thumb{
  position: absolute;
  top: 10px;
  left: 0;
  width: 60px;
  height: 60px;
}
.testimonials-slider-area .testimonial-thumb img{
  border-radius: 999px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––––––>>> Latest News Area  <<<––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.latest-news-area .entry-details {
    margin-bottom: 25px;
    position: relative;
}
.entry-details .entry-content {
    position: absolute;
    padding: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .01) 0, rgba(0, 0, 0, .13) 13%, rgba(0, 0, 0, .49) 44%, rgba(0, 0, 0, .6) 58%, rgba(0, 0, 0, .64) 99%, rgba(0, 0, 0, .57) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#05000000', endColorstr='#91000000', GradientType=0);
}
.entry-details .entry-content a {
    color: #fff;
}
.entry-details .entry-content a:hover {
    color: #7bc144;
}

/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––>>> Workshops Area  <<<–––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.workshops-area .workshop-footer {
    padding-left: 80px;
}


/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––>>> Footer Area  <<<–––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.main-footer {
    background-color: #0a1b01;
    color: #eee;
}
.main-footer h2 {
    color: #333333;
    margin: 0 0 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-weight: 400;
    position: relative;
}
.main-footer h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #7bc144;
}
.main-footer .sub-footer {
    background-color: rgba(3, 7, 16, 0.5);
    padding: 25px 0;
}
.main-footer .sub-footer .copyright {
    margin: 0;
    text-align: center;
}
.main-footer .footer-widgets .widget .social-icons__item .fa {
    background-color: rgba(255, 255, 255, 0.32);
}
.main-footer .footer-widgets .widget.get-in-touch h6 {
    color: #f1f1f1;
    margin-bottom: 0px;
}
.main-footer .footer-widgets .widget.get-in-touch h6 span {
    color: #7bc144;
    margin-right: 5px;
}
.main-footer .footer-widgets .widget.get-in-touch h6.first-par {
    margin-bottom: 10px;
}
.main-footer .instagram-widget img {
    width: 100%;
}
.main-footer .subscribe-form .form-control {
    border-color: #7bc144;
}


/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––––>>> Our Skills Area  <<<––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.skills-list li:not(:last-child) {
    margin-bottom: 30px;
}
.skills-list .skill-progress {
    display: block;
    width: 100%;
    height: 5px;
    position: relative;
    background-color: #dfdfdf;
}
.skills-list li:last-child .skill-progress {
    margin-bottom: 0;
}
.skills-list .skill-percentage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    -webkit-transition: width .6s ease;
    -moz-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.skills-list .skill-percentage span {
    position: absolute;
    opacity: 0;
    right: -18px;
    bottom: 12px;
    width: 42px;
    height: 24px;
    font-size: 12px;
    font-weight: bold;
    line-height: 23px;
    text-align: center;
    border-radius: 3px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    -webkit-transition: opacity 2s ease;
    -moz-transition: opacity 2s ease;
    -o-transition: opacity 2s ease;
    transition: opacity 2s ease;
}
.skills-list .skill-percentage span:after {
    position: absolute;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-width: 6px 4px 0 4px;
    border-style: solid;
    border-color: rgba(0,0,0,.5) transparent transparent transparent;
    bottom: -6px;
    left: 50%;
    margin-left: -4px;
}


/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––>>> Blog Page  <<<–––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.recent-posts .recent-post .post-meta {
    font-size: 12px;
    color: #717f86;
}
.recent-posts .recent-post .media-left img {
    width: 80px;
    height: 80px;
}
.blog-area .entry-media {
    position: relative;
}
.blog-area .entry-summary {
    color: #717f86;
}
.blog-area .entry-meta {
    color: #7bc144;
}
.blog-area .entry .entry-info {
    color: #b5b5b5;
}

.blog-quote-section {
  font-size: 16px;
  border-left: 0;
  padding: 60px 80px;
  position: relative;
  margin: 0;
}
.blog-quote-section:before,
.blog-quote-section:after {
  font-family: "FontAwesome";
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  position: absolute;
}
.blog-grid .blog-quote-section:before,
.blog-grid .blog-quote-section:after {
  font-size: 20px;
}
.blog-quote-section:before {
  content: '\f10d';
  left: 30px;
  top: 20px;
}
.blog-quote-section:after {
  content: '\f10e';
  bottom: 15px;
  right: 45px;
}

.blog-single .post-author {
    padding-left: 160px;
}
.blog-single .post-author .post-author-img {
    width: 140px;
}
.entry-next-pre {
    border-bottom: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
    margin-bottom: 50px;
    padding: 15px 0;
}
.entry-next-pre-left {
    line-height: 1;
}
.entry-next-pre-left .prev-link {
    border-right: 1px solid #d5d5d5;
}
.entry-next-pre-right {
    line-height: 1;
    text-align: right;
}
.entry-social-share li {
    margin-right: 6px;
}
.entry-social-share li a i {
    font-size: 14px;
    color: #a5a9b2;
}
.entry-social-share a i:hover {
    color: #414653;
}
.comment {
    position: relative;
    padding-left: 90px;
    padding-bottom: 30px;
}
.comment:last-child {
    padding-bottom: 0;
}
.comment-replys {
    padding-top: 30px;
}
.comment-content {
    position: relative;
}
.comment-avatar {
    position: absolute;
    width: 70px;
    top: 0;
    left: 0;
    z-index: 1;
}
.comment-avatar:after {
    display: block;
    content: "";
    position: absolute;
    background-color: #7bc144;
    height: 2px;
    width: 20px;
    top: 34px;
    left: 70px;
    z-index: -1;
}
.comment-avatar img {
    width: 70px;
    height: 70px;
    border-radius: 4px;
    border: solid 2px #7bc144;
}
.comment-content {
    position: relative;
    background-color: #eee;
    border-radius: 2px;
    padding: 20px;
    border-left: solid 2px #7bc144;
}
.comment-meta {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 30px;
}
.comment-meta a {
    color: #999;
}
.sidebar-list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #d3d3d3;
}
.sidebar-list li a {
    display: block;
    font-weight: 300;
    padding-left: 20px;
    position: relative;
}
.sidebar-list li a:after {
    content: "\f0da";
    font-family: "FontAwesome";
    font-size: 15px;
    line-height: 17px;
    position: absolute;
    left: 2px;
    top: 3px;
}
.tags-list a {
    background-color: #fff;
    color: #999;
    border: 1px solid #ddd;
    padding: 4px 10px;
    border-radius: 2px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    text-decoration: none;
}
.tags-list a:hover {
    background-color: #7bc144;
    color: #fff;
    border: 1px solid #7bc144;
}
.search-form .field-search {
    position: relative;
}
.search-form .field-search input {
    padding-right: 20px;
}
.search-form .field-search .btn-search {
    position: absolute;
    top: 13px;
    right: 15px;
    color: #aaa;
}
/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––>>> 404 Page  <<<–––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.not-found-content h1 {
    color: #7bc144;
    font-size: 240px;
    font-weight: 100;
    line-height: 1;
    margin: 0 0 7px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––>>> Pricing Tables Area  <<<–––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.pricing-area .pricing-table {
    border: 1px solid #ddd;
}
.pricing-area .pricing-table:first-child {
    border-right: 0;
}
.pricing-area .pricing-table:last-child {
    border-left: 0;
}
.pricing-table .plan-title-box {
    position: relative;
    text-align: center;
    background-color: #222;
    color: #fff;
    z-index: 1;
}
.pricing-table.recommended .plan-title-box {
    background-color: #7bc144;
}
.pricing-table .plan-title-box:after {
    content: '';
    position: absolute;
    display: block;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background: inherit;
    z-index: -1;
}
.pricing-table .features-list {
    border-top: 1px solid #ddd;
}
.pricing-table .features-list > li {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
}

.pricing-area-2 .pricing-box {
    border: 4px solid #ddd;
}
.pricing-area-2 .pricing-box.recommended {
    border: 4px solid #7c4199;
}
.pricing-area-2 .pricing-block {
    background-color: #ddd;
}
.pricing-area-2 .recommended .pricing-block {
    background-color: #7c4199;
    color: #fff;
}
.pricing-area-2 .check-list {
    display: inline-block;
}
.check-list li {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 4px 0px 4px 25px;
    margin-bottom: 8px;
    text-align: left;
    font-size: 14px;
}
.check-list li:before{
    content:'\f00d';
    font-family: 'FontAwesome';
    position:absolute;
    left:0px;
    top:4px;
    line-height:24px;
    color:#aaa;  
}
.check-list li.check:before {
    content: '\f00c';
    color: #91b623;
}

/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––>>> Faqs Area  <<<–––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.faq-area a:hover {
    color: #7bc144;
}
.faq-area .panel-title {
    font-size: 15px;
    color: #000000;
}
.faq-area .panel-heading,
.faq-area .panel-default {
    background: transparent;
    border: none;
    box-shadow: none;
}
.faq-area .panel-heading {
    padding: 0;
}
.faq-area .panel-heading a {
    padding: 10px 15px;
}
.faq-area .panel {
    margin-bottom: 10px;
}
.faq-area .panel-title .fa-question {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    background-color: #7bc144;
    text-align: center;
    color: #fff;
    margin-right: 10px;
}
.faq-area .panel-title a {
    display: block;
    position: relative;
}
.faq-area .panel-title a .caret-icon {
    position: absolute;
    top: 4px;
    right: 10px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––––>>> Video Area  <<<––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.video-wrapper {
  position: relative;
}
.video-wrapper .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.video-wrapper .video-control {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.video-wrapper .video-control > img {
  width: 100%;
}
.video-wrapper .video-player {
  width: 80px;
  height: 80px;
  background-color: rgba(0,0,0,.5);
  border-radius: 50%;
  padding: 8px;
}



/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––––>>> Contact US Area  <<<––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.contact-us-area .contact-box {
    position: relative;
    background-color: #f1f1f1;
    border-radius: 4px;
    padding: 20px 20px 20px 80px;
}
.contact-us-area .contact-icon {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 35px;
    color: #7bc144;
}
.contact-us-area .contact-form .form-control {
    background-color: #fff;
}
.contact-us-area .contact-response {
    font-size: 14px;
    text-align: center;
    padding-top: 15px;
}


/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––––>>> Comming Soon Page  <<<––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.coming-soon-page .overlay {
    background-color: #000;
}
.coming-soon-page .countdwon-list li {
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-right: -1px;
}
.coming-soon-page .countdwon-list li h1 {
    line-height: 1;
    margin-bottom: 10px;
    width: 104px;
    text-align: center;
}
.coming-soon-page .coming-title {
    font-size: 55px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––>>> Education Area  <<<–––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.education-area {
  background-color: #f0f4f7;
}
.timeline {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.timeline:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 18px;
  height: 100%;
  width: 4px;
  border-radius: 4px;
  background: rgb(215, 228, 237);
  left: 50%;
  margin-left: -2px;
}
.timeline-block {
  position: relative;
}
.timeline-block:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #7bc144;
  top: 20px;
  right: 50%;
  margin-right: -6px;
  -webkit-box-shadow: 0 0 0 5px rgba(123, 193, 68, 0.35);
  box-shadow: 0 0 0 5px rgba(123, 193, 68, 0.35);
}
.timeline-block:nth-child(odd) .timeline-block-wrapper {
  padding-right: 30px;
}
.timeline-block:nth-child(even) .timeline-block-wrapper {
  padding-left: 30px;
}
.timeline-block .timeline-content {
  position: relative;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 4px;
}
.timeline-content::before {
  content: "";
  position: absolute;
  top: 16px;
  height: 0px;
  width: 0px;
  border-width: 7px;
  border-style: solid;
}
.timeline-block:nth-child(odd) .timeline-content::before {
  border-color: transparent transparent transparent white;
  left: 100%;
}
.timeline-block:nth-child(even) .timeline-content::before {
  border-color: transparent white transparent transparent;
  right: 100%;
}
.timeline-date {
  position: absolute;
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  background-color: rgba(6, 36, 51, 0.7);
  font-weight: bold;
  border-radius: 3px;
  top: 10px;
}
.timeline-block:nth-child(odd) .timeline-date {
  left: 50%;
  margin-left: 20px;
}
.timeline-block:nth-child(even) .timeline-date {
  right: 50%;
  margin-right: 20px;
}
.timeline-date::before {
  content: "";
  position: absolute;
  top: 10px;
  height: 0px;
  width: 0px;
  border-width: 5px;
  border-style: solid;
}
.timeline-block:nth-child(odd) .timeline-date::before {
  border-color: transparent rgba(6, 36, 51, 0.7) transparent transparent;
  right: 100%;
}
.timeline-block:nth-child(even) .timeline-date::before {
  border-color: transparent transparent transparent rgba(6, 36, 51, 0.7);
  left: 100%;
}
@media only screen and (max-width: 991px) {
  .timeline {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .timeline:before {
    left: 8px;
    margin-left: -2px;
  }
  .timeline-block:before {
    right: auto;
    left: 0;
    margin-right: 0;
  }
  .timeline-block:nth-child(odd) .timeline-block-wrapper {
    padding-right: 0;
    padding-left: 30px;
  }
  .timeline-block .timeline-content {
    padding: 55px 20px 15px 20px;
  }
  .timeline-block:nth-child(odd) .timeline-content::before {
    border-color: transparent white transparent transparent;
    left: auto;
    right: 100%;
  }
  .timeline-date {
    font-size: 12px;
    background-color: #2ed87b;
    padding: 2px 10px;
    right: auto;
    top: 20px;
  }
  .timeline-block:nth-child(odd) .timeline-date,
  .timeline-block:nth-child(even) .timeline-date {
    right: auto;
    left: 50px;
    margin-left: 0;
    margin-right: 0;
  }
  .timeline-date::before {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
  }
}


/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––>>> Stories Area  <<<–––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.story-block {
    position:relative;
    border-radius:3px;
    margin-bottom: 80px;
}
.story-block .story-info {
    position:relative;
    margin-top:-80px;
    padding-left:115px;
    padding-top:45px;
    min-height:100px;
    margin-bottom:25px;
}
.story-block .story-info .info-thumb{
    position:absolute;
    left:0px;
    top:0px;
    width:100px;    
}
.story-block .story-info .info-thumb img{
    display:block;
    width:100%;
    border-radius: 999px;
}

