@charset "utf-8";
:root {
  --primary-color: #ED1C24;
  --yellow-color: #ffcc00;
  
  --pinterest-color: #cc2222;
  --pinterest-hover: #b61e1e;
  
  --linkedin-color: #0077b5;
  --linkedin-hover: #00669c;
  
  --twitter-color: #1da1f2;
  --twitter-hover: #0d95e8;
  
  --instagram-color: #3f729b;
  --instagram-hover: #325b7c;
  
  
  --facebook-color: #3b5998;
  --facebook-hover: #344e86;
  
  --youtube-color: #FF0000;
  --youtube-hover: #c00;
}

/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––>>> Components  <<<–––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
blockquote,
.block-quote{
    position: relative;
    font-size: 15px;
    background-color: #e8e8e8;
    border-left-color: var(--primary-color);
    margin: 20px 0 30px 20px;
    padding: 30px 30px 40px 30px;
}
blockquote:after,
.block-quote:after {
    font-size: 20px;
    bottom: 10px;
    color: var(--primary-color);
    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: 25px;
    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: var(--facebook-color);
}
.social-icons--colored .social-icons__item i.fa-facebook:hover {
    background-color: var(--facebook-hover);
}
.social-icons--colored .social-icons__item i.fa-instagram {
        background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
}
.social-icons--colored .social-icons__item i.fa-instagram:hover {
    background: radial-gradient(circle at 33% 100%, #e5b854 4%, #b72f23 30%, #cb2172 62%, #8f29ab 85%, #3c49b9);
}
.social-icons--colored .social-icons__item i.fa-twitter {
    background-color: var(--twitter-color);
}
.social-icons--colored .social-icons__item i.fa-twitter:hover {
    background-color: var(--twitter-hover);
}
.social-icons--colored .social-icons__item i.fa-youtube-play {
    background-color: var(--youtube-color);
}
.social-icons--colored .social-icons__item i.fa-youtube-play:hover {
    background-color: var(--youtube-hover);
}
.social-icons--colored .social-icons__item i.fa-linkedin {
    background-color: var(--linkedin-color);
}
.social-icons--colored .social-icons__item i.fa-linkedin:hover {
    background-color: var(--linkedin-color);
}
.social-icons--colored .social-icons__item i.fa-pinterest {
    background-color: var(--linkedin-hover);
}
.social-icons--colored .social-icons__item i.fa-pinterest:hover {
    background-color: var(--linkedin-hover);
}

/* Colored Scoial Icons */
.colored-social .social-icons__item i.fa-facebook {
    color: var(--facebook-color);
}
.colored-social .social-icons__item i.fa-facebook:hover {
    color: var(--facebook-hover);
}
.colored-social .social-icons__item i.fa-instagram {
    color: var(--instagram-color);
}
.colored-social .social-icons__item i.fa-instagram:hover {
    color: var(--instagram-hover);
}
.colored-social .social-icons__item i.fa-twitter {
    color: var(--twitter-color);
}
.colored-social .social-icons__item i.fa-twitter:hover {
    color: var(--twitter-hover);
}
.colored-social .social-icons__item i.fa-youtube-play {
    color: var(--youtube-color);
}
.colored-social .social-icons__item i.fa-youtube-play:hover {
    color: var(--youtube-hover);
}
.colored-social .social-icons__item i.fa-linkedin {
    color: var(--linkedin-color);
}
.colored-social .social-icons__item i.fa-linkedin:hover {
    color: var(--linkedin-color);
}
.colored-social .social-icons__item i.fa-pinterest {
    color: var(--pinterest-color);
}
.colored-social .social-icons__item i.fa-pinterest:hover {
    color: var(--pinterest-hover);
}


/* 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: #ffcc00;
    background-color: #ffcc00;
    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: var(--primary-color);
    font-size: 17px;
    line-height: 18px;
}

/* Tabs Area */
.tabs-area .nav-tabs {
    border-bottom: 2px solid #ffcc00;
}
.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: #ffcc00;
}
.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: #ffcc00;
    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: #ed1c24;
    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: #ed1c24;
  -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;
  }
}
.alert-dismissable .close,
.alert-dismissible .close {
    top: 1px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––>>> Topbar Area  <<<–––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.topbar {
    height: 24px;
    color: var(--primary-color);
}
.topbar a {
    color: var(--primary-color);
}
.topbar .topbar-info {
    padding-top: 0px;
}
.topbar .social-icons {
    padding-top: 0px;
}
.topbar .social-icons .fa {
    text-align: center;
}
.topbar .social-icons > li {
    display: inline-block;
    padding-right: 3px;
    padding-left: 3px;
}
.topbar .social-icons .social-icons__item .fa{
    font-size: 14px;
    height: 20px;
    width: 15px;
    line-height: 24px;
    background-color: transparent;

} 

/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––>>> 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: #ffcc00;
    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: #ffcc00;
}
.header-menu ul {
    float: left;
    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 10px;
    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: #ed1c24;
}
.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: #ffcc00;
    }
    .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: 545px;
}*/
.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%);
    }
    .testimonial-body .testimonial-pheight{    
        max-height: 166px;
    overflow: hidden;
    }
    .testimonial-body .testimonial-pheight:hover{    
     max-height: 166px;
    overflow-y: scroll;
    }
    .header-menu .navigation .sub-nav{
        width: 491px;

    }
    .header-menu .navigation .sub-nav li{
        display: inline-block;
        width: 49%;
    }
    .header-menu .navigation .sub-nav li:hover{
        background-image: linear-gradient(135deg,#b00,#8d0000);
    }
    
    .header-menu ul{
        float: right;
    }  

}

.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: #ffcc00;
    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;
    background: #fff;
    padding: 5rem 1rem;
    border-radius: 10px;
    transition: .5s;
    border-radius: 50px 0;
    border: 2px solid #ed1c24;
}
.features-area .feature-single:hover{
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 7%), 0 1px 2px 0 rgb(0 0 0 / 5%);
    transition: .5s;
    border-radius: 0 50px;
    background: #fff0f1;
}
.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 #ed1c24 inset;
    color: #fff;
    border-radius: 4px;
}
.features-area .feature-single:hover .feature-icon i {
    box-shadow: 0 0px 0px 2px #ffcc00 inset;
    color: #ed1c24;
}


/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––>>> Services Area  <<<––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */

.services-area {
    position: relative;
    z-index: 1;
}
.services-area .service-single {
    background: #fff;
    border-bottom: 2px solid #e9e9e9;
    margin-bottom: 30px;
    position: relative;
    -webkit-box-shadow: 0px 0px 4px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 0px 4px rgb(0 0 0 / 30%);
}
.services-area .service-single:after {
    border-bottom: 2px solid #ed1c24;
    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{
    box-shadow: 0 15px 30px 0 rgb(234 29 36 / 24%);
    transition: all .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;
}

.services-area .service-single .service-thumb{
  /*  padding: 24px;
    border-radius: 100%;
    width: 100px;
    margin: 0 auto;
    background: #ed1c24;
    position: relative;
    */
}

.services-area .service-single h4{
line-height: 1.7;
    height: 48px;
    text-shadow: 0 2px 1px rgb(0 0 0 / 40%);
}

.services-area .service-single .service-thumb::before{
    /*animation: spin 9s infinite linear;
    -webkit-animation: spin 9s infinite linear;
    -moz-animation: spin 9s infinite linear;
    position: absolute;
    left: -7px;
    top: -7px;
    bottom: -7px;
    right: -7px;
    border: 1px dashed #ed1c24;
    content: '';
    border-radius: 100%;
    */

}
    
.service-single img.fool1 {
    position: absolute;
    top: 0;
    left: 0;
}
.service-single img.fool2 {
    position: absolute;
    top: 0;
    right: 0;
}  

.service-single img.fool3 {
    position: absolute;
    bottom: 0;
    left: 0;
}  
.service-single img.fool4 {
    position: absolute;
    bottom: 0;
    right: 0;
}   

@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}   

/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––>>> 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: #ffcc00;
}

/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––––>>> 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%);
    }
    .max-650 {
        max-width: 650px;
        margin: 0 auto;
    }
}


/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––>>> 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: #ffcc00;
    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: #ed1c24;
}
.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: #ffcc00;
    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: #ffcc00;
}
.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 #ffcc00;
    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: #ffcc00;
}

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


/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––>>> Footer Area  <<<–––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.main-footer {
    background-color: #0a1b01;
    color: #eee;
}
.main-footer h4 {
    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 h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #ffcc00;
}
.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: #ffcc00;
    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: #ffcc00;
}


/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––––>>> 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: #9c9c9c;
}
.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: #ED1C24;
}
.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: #ffcc00;
    height: 2px;
    width: 20px;
    top: 34px;
    left: 70px;
    z-index: -1;
}
.comment-avatar img {
    width: 70px;
    height: 70px;
    border-radius: 4px;
    border: solid 2px #ffcc00;
}
.comment-content {
    position: relative;
    background-color: #eee;
    border-radius: 2px;
    padding: 20px;
    border-left: solid 2px #ffcc00;
}
.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: #ffcc00;
    color: #fff;
    border: 1px solid #ffcc00;
}
.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: #ffcc00;
    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: #ffcc00;
}
.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 #ed1c24;
}
.pricing-area-2 .pricing-block {
    background-color: #ddd;
}
.pricing-area-2 .recommended .pricing-block {
    background-color: #ed1c24;
    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: #ffcc00;
}
.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: #ffcc00;
    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;
    max-height: 128px;
}
.contact-us-area .contact-icon {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 35px;
    color: #ED1C24;
}
.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: #ffcc00;
  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;
}

/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––>>> By ME  <<<–––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */

.old-ticket-boxshadow{
    -webkit-box-shadow: 1px 1px 6px rgb(20 20 20 / 40%);
    -moz-box-shadow: 1px 1px 6px rgba(20, 20, 20, 0.4);
    box-shadow: 0px 0px 5px rgb(20 20 20 / 30%);
}

.ticket-boxshadow{
    -webkit-box-shadow: 0 10px 20px 0 rgb(236 50 0 / 69%) !important;
    box-shadow: 0 10px 20px 0 rgb(236 50 0 / 30%) !important;
}

.border-rb{
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.border-tl{
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}

#partners .partner-item{
    border-right: 1px solid #e5e5e5;
    padding: 0 10px;
    text-align: center;
}
#partners .partner-item img{
width: 155px;
height: 30px;
margin: 0 auto;
}

.scolor-one{
        background: #8a9cc2;
    color: #fff !important;
}

.scolor-two{
    background: #0091aa;
    color: #fff !important;
}

.scolor-three{
    background: #85b32c;
    color: #fff !important;
}

.scolor-four{
    background: #966344;
    color: #fff !important;
}

.scolor-five{
    background: #d2293d;
    color: #fff !important;
}

.scolor-six{
    background: #ff930b;
    color: #fff !important;
}

.scolor-seven{
    background: #d2a477;
    color: #fff !important;
}

.scolor-eight{
    background: #d7cc80;
    color: #fff !important;
}

.scolor-nine{
    background: #7aa288;
    color: #fff !important;
}

.scolor-ten{
   background: #b56441;
    color: #fff !important;
}

.scolor-eleven{
    background: #36a597;
    color: #fff !important;
}

.scolor-twelve{
        background: #ff7c2d;
    color: #fff !important;
}

.scolor-thirteen{
        background:#ec636a;
    color: #fff !important;
}

.scolor-fourteen{
        background: #808e9b;
    color: #fff !important;
}

.scolor-fifteen{
        background: #65605c;
    color: #fff !important;
}

.scolor-sixteen{
    background: #963023;
    color: #fff !important;
}
.badges-highlight{
    background-color: #ffcc00;
    padding: 30px 5px 20px;
    border-radius: 8px;
    margin-bottom: 1.5rem!important;
    display: flex;

}
.badges-highlight h3 {
        text-transform: uppercase;
    text-shadow: 0 1px #fff;
}

.badges-rightinbox{
    margin-left: 1rem!important;
    padding: 0.5rem!important;
}
.badges-leftinbox{
        padding: 0.5rem!important;
       margin-right: auto!important;
}
.badges-highlight .badge{
    font-size: 100%;
    margin-right: 0.25rem;
    margin-bottom: 10px;
    text-shadow: 0 1px #4f4f4f;
}
.badge{
    display: inline-block;
    padding: 0.5em 2em;
    font-size: 75%;
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.badge-primary{
    background-color: #ed1c24 !important;
}
.shadow-one {
    box-shadow: 0 2px 1px 0 rgb(0 0 0 / 30%);
}
.shadow-one:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 7%), 0 1px 2px 0 rgb(0 0 0 / 5%) !important;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 7%), 0 1px 2px 0 rgb(0 0 0 / 5%) !important;
    transition: all .4s ease-in-out;
}

li.menu-button{
    margin-top: 1.4rem;
}
li.menu-button a{
      line-height: 17px;
    padding: 10px 20px !important;
    letter-spacing: 0px; 
    color: #ed1c24; 
}
li.menu-button a:hover{
  color: #fff !important;   
}
.usefullinks a{
    color: #fff;
}
.usefullinks a:hover{
       text-decoration: underline;
}
.title-overlay-color{
    content: "";
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.navbar-fixed-top{
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);
    box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);

}

.owl-carousel.owl-loaded{
    overflow: hidden;
}

.blog-post h1.entry-title{
    line-height: 1.2;  
}
.single-post header.main-header{
        border-bottom: 1px solid #f1f1f1;
}      
.single-post blog-post .entry-content h2
.single-post blog-post .entry-content h3,
.single-post blog-post .entry-content h4{
    margin-bottom: 2rem;
}
.single-post .blog-post .entry-header h1,
.single-post .blog-post .entry-content,
.single-post .blog-post .entry-content h1,
.single-post .blog-post .entry-content h2,
.single-post .blog-post .entry-content h3,
.single-post .blog-post .entry-content h4,
.single-post .blog-post .entry-content p{

font-family: 'Mukta', Arial,sans-serif !important;

}
.single-post .blog-post .entry-content p{
    font-size: 18px;
    font-weight: 300;
}
.single-post .blog-post .entry-content blockquote,
.single-post .blog-post .entry-content blockquote p{
    font-size: 18px;
    font-weight: 500;
}
.single-post .blog-post .entry-content b, 
.single-post .blog-post .entry-content strong{
font-weight: 500;
}
.single-post .blog-post .entry-content ul,
.single-post .blog-post .entry-content .styled-list{
font-size: 17px;
}
.post-author-img img{
border-radius: 80px;
border-width: 3px
}
.z-depth-1{
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    -webkit-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
}

.z-depth-1:hover{
-webkit-box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}
.white-border{
        border: 1px solid #fff;
}      

.contact-form{
    background: #fecb00;
    padding: 40px 20px;
}

.contact-form .wpcf7{
    border: 1px solid #fff;
    padding: 20px;
}
#breadcrumbs.breadcrumb{
font-weight: normal;
}
#breadcrumbs.breadcrumb a{
color:#cda400;
}

#breadcrumbs.breadcrumb .breadcrumb_last{
    color: #e0e0e0;
}