/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.main {
    padding-top: 30px;
}

.tableheading {
    background-color: #741918;
    color: white;
}

body {
    font-family: "Open Sans", sans-serif;
    /* color: #444444; */
    color: #121212;
}

a {
    color: #ffc451;
    text-decoration: none;
}

a:hover {
    color: #ffd584;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

.btn-read-more {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 7px 15px;
    border-radius: 5px;
    transition: 0.3s;
    line-height: 1;
    color: #cc4020;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    /* margin-top: 6px; */
    border: 2px solid #cc4020;
}

.btn-read-more:hover {
    background: #cc4020;
    color: #fff;
    text-decoration: none;
}

.bgc {
    padding: 10px 0;
    background-color: #741918;
    color: #fff;
    /*  margin-top: -20px; */
    margin-bottom: 10px;
    font-size: 22px;
    text-align: center;
    border-radius: 10px;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 7px;
    bottom: 7px;
    z-index: 996;
    background: #741918;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #ffffff;
    line-height: 0;
}

.back-to-top:hover {
    background: #151515;
}

.back-to-top:hover i {
    color: #ffffff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #151515;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 0px);
    left: calc(50% - 30px);
    border: 6px solid #ffc451;
    border-top-color: #151515;
    border-bottom-color: #151515;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

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

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/*--------------------------------------------------------------
#  Get Startet Button
--------------------------------------------------------------*/

.get-started-btn {
    color: #fff;
    border-radius: 4px;
    padding: 7px 25px 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
    border: 2px solid #ffc451;
}

.get-started-btn:hover {
    background: #ffbb38;
    color: #343a40;
}

@media (max-width: 992px) {
    .get-started-btn {
        padding: 7px 20px 8px 20px;
        margin-right: 15px;
    }
}

#topbar {
    background: #741918;
    /* #545454 */
    padding: 10px 0;
    font-size: 14px;
}

#topbar .contact-info i {
    font-style: normal;
    margin-right: 30px;
    color: #ffffff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
}

#topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
}

#topbar .contact-info i a:hover {
    color: #ffffff;
}

#topbar .social-links a {
    color: #ffffff;
    line-height: 0;
    transition: 0.3s;
    margin-left: 30px;
}

#topbar .social-links a:hover {
    color: white;
}


/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/

#header {
    height: 56px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
    font-size: 26px;
    padding: 0 0 0 8px;
    margin: 11px 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    border-left: 8px solid #ffc451;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #545454;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: -10px;
    max-height: 47px;
}

.scrolled-offset {
    margin-top: 70px;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


/* #header {
    background: #0c0b0b82;
    transition: all 0.5s;
    z-index: 997;
    padding: 6px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
}

#header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
}

#header .logo a {
    color: #0f394c;
}

#header .logo img {
    max-height: 38px;
}

#header .logo a span {
    color: #ffc451;
}

#header.header-scrolled,
#header.header-inner-pages {
    background: rgba(0, 0, 0, 0.8);
}

#header.header-scrolled,
#header.header-inner-pages {
    background: rgba(0, 0, 0, 0.8);
} */


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 15px;
    font-family: "Dosis", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: rgb(10, 10, 10);
    white-space: nowrap;
    transition: 0.3s;
    text-transform: uppercase;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #cf1605;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    /* padding: 10px 0; */
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 7px 18px;
    font-size: 12px;
    text-transform: none;
    font-weight: 500;
    color: #151515;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #fff;
    background-color: #151515;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}


/**
* Desktop Navigation 
*/


/* .navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 22px;
    font-family: "Dosis", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    text-transform: uppercase;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 2px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #ffc451;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #151515;
    font-weight: 400;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    background-color: #ffc451;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
} */


/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
    color: rgb(0, 0, 0);
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(252, 252, 252);
    /* rgba(0, 0, 0, 0.9); */
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 0px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #151515;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #ffc451;
    background-color: #151515;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
    color: #151515;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #ffc451;
    background-color: #151515;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    height: 85vh;
    background-color: rgba(4, 12, 21, 0.8);
    overflow: hidden;
    position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#hero .carousel-item {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

#hero .carousel-item::before {
    content: "";
    /* background-color: rgba(4, 12, 21, 0.5); */
}

#hero .carousel-container {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 82px;
    left: 50px;
    right: 50px;
}

#hero h2 {
    color: #fff;
    margin: 0;
    font-size: 48px;
    font-weight: 700;
}

#hero p {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    color: #fff;
    margin-top: 10px;
}

@media (min-width: 1200px) {
    #hero p {
        width: 50%;
    }
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    /*  background: rgba(255, 255, 255, 0.2); */
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 0.6;
    transition: 0.3s;
}

#hero .carousel-indicators li.active {
    opacity: 1;
    background: #ffc451;
    ;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #ed502e;
    margin-top: 15px;
}

#hero .btn-get-started:hover {
    background: #ef6445;
}

@media (max-width: 992px) {
    #hero {
        height: 85vh;
    }
    #hero .carousel-container {
        text-align: center;
        top: 74px;
    }
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 30px;
    }
}

@media (min-width: 1024px) {
    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

@media (max-height: 500px) {
    #hero {
        height: 120vh;
    }
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/


/* #hero {
    width: 100%;
    height: 100vh;
    background: url("../img/hero-bg.jpg") top center;
    background-size: cover;
    position: relative;
}

#hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .container {
    position: relative;
    padding-top: 74px;
    text-align: center;
}

#hero h1 {
    margin: 0;
    font-size: 56px;
    font-weight: 700;
    line-height: 64px;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

#hero h1 span {
    color: #ffc451;
}

#hero h2 {
    color: rgba(255, 255, 255, 0.9);
    margin: 10px 0 0 0;
    font-size: 24px;
}

#hero .icon-box {
    padding: 30px 20px;
    transition: ease-in-out 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 100%;
    text-align: center;
}

#hero .icon-box i {
    font-size: 32px;
    line-height: 1;
    color: #ffc451;
}

#hero .icon-box h3 {
    font-weight: 700;
    margin: 10px 0 0 0;
    padding: 0;
    line-height: 1;
    font-size: 20px;
    line-height: 26px;
}

#hero .icon-box h3 a {
    color: #fff;
    transition: ease-in-out 0.3s;
}

#hero .icon-box h3 a:hover {
    color: #ffc451;
}

#hero .icon-box:hover {
    border-color: #ffc451;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #hero {
        height: auto;
    }
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #hero h2 {
        font-size: 20px;
        line-height: 24px;
    }
} */


/*===========================================================================*/


/*BLOG POST*/


/*===========================================================================*/

.blog-post {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}

.post-box {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
}

.post-box .frame {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.post-box .frameimg {
    width: 100%;
    transform: scale(1.3);
    transition: all 0.5s ease-in;
}

.post-box .frame:hover img {
    transform: scale(1);
}

.post-box .frame:hover:before,
.post-box .frame:hover:after {
    opacity: 1;
    width: 38%;
}

.post-box .frame:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    transform: rotate(15deg) scale(1.5);
    transition: all 0.5s ease-in;
    z-index: 99;
    opacity: 0;
}

.post-box .frame:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 0%;
    transform: rotate(15deg) scale(1.5);
    transition: all 0.5s ease-in;
    z-index: 99;
    opacity: 0;
}

.post-box .frame strong.date {
    width: 65px;
    height: 75px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px 0 0 10px;
    text-transform: uppercase;
    font: 400 24px/24px 'Muli', sans-serif;
    color: #fff;
    z-index: 99;
}

.post-box .frame img {
    display: block;
    width: 100%;
}

.post-box .text-box {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    /* padding: 20px 100px 20px 30px; */
    padding: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 28px 0 0 -60px;
    position: relative;
    z-index: 99;
}

.post-box .text-box ul {
    padding: 0;
    margin: 0 0 25px 0;
    list-style: none;
    overflow: hidden;
}

.post-box .text-box ul li {
    float: left;
    padding: 15px 36px 0 0;
    position: relative;
}

.post-box .text-box ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 2px;
}

.post-box .text-box span {
    font: 400 14px/14px 'Muli', sans-serif;
    color: #242c43;
    float: left;
}

.post-box .text-box ul li a {
    text-decoration: none;
    float: left;
    font: 400 14px/14px 'Muli', sans-serif;
}

.post-box .text-box ul li a .fa {
    padding: 0 7px 0 0;
}

.post-box .text-box h2 {
    font: 400 28px/26px 'Yanone Kaffeesatz', sans-serif;
    color: #222;
    text-transform: uppercase;
    display: block;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
}

.post-box .text-box h2 a {
    color: #222;
    font-size: 15px;
    font-weight: bold;
}

.post-box .text-box h2 a:hover {
    text-decoration: none;
}

.post-box .text-box p {
    font: 400 14px/24px 'Muli', sans-serif;
    color: #777;
    margin: 0 0 25px 0;
}

.post-box .text-box a.btn-more {
    font: 700 14px/14px "Yanone Kaffeesatz ", sans-serif;
    padding: 14px 30px;
}

.post-box .text-box a.btn-more:before {
    height: 16px;
}

.post-box .text-box a.btn-more:after {
    width: 16px;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    /* padding: 60px 0; */
    padding: 30px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #b4e0ff;
}

.section-title {
    font: 400 30px/30px 'Dancing Script', cursive;
    text-align: center;
    padding-bottom: 30px;
    color: #741918;
}

.section-title-white {
    text-align: center;
    padding-bottom: 30px;
    color: #fcfcfc;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #006fbe;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p {
    margin-bottom: 0;
}


/* padding: 60px 0; */


/* section {
    
    padding: 30px 0;
    overflow: hidden;
}

.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-family: "Poppins", sans-serif;
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #ffde9e;
    margin: 4px 10px;
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #151515;
} */


/* GALLERY */

.full_gallery .frame {
    float: left;
    width: 100%;
    padding: 0px 7px 7px 0;
    position: relative;
    height: 411px;
    overflow: hidden;
}

.full_gallery .frame img {
    display: block;
    width: 100%;
    height: 100%;
}

.full_gallery .container-fluid {
    padding: 0;
}

.full_gallery .container-fluid .col-md-4 {
    padding: 0;
}

.full_gallery .frame .caption {
    position: absolute;
    left: -200%;
    right: 0;
    top: 0;
    height: 100%;
    margin: auto;
    width: 100%;
}

.full_gallery .frame:hover .caption {
    left: 0;
}

.full_gallery .frame .caption:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.full_gallery .frame a.link {
    display: block;
    margin: 0 auto 30px;
    text-align: center;
    width: 45px;
    height: 45px;
    border: 1px solid #ccc;
    color: #222;
    font-size: 18px;
    line-height: 41px;
    background: #fff;
    position: relative;
}

.full_gallery .frame a.link:hover {
    background: #333;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
}

.full_gallery .frame .caption .holder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 90px;
}

.full_gallery .frame h2 {
    font: 22px/24px 'Muli', sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: block;
    position: relative;
    margin: 0;
    letter-spacing: 1.07px;
}

.full_gallery .frame h2 a {
    color: #fff;
}

#wrapper .padd-right {
    padding-right: 0;
}

#wrapper .padd-btm {
    padding-bottom: 0;
}

.full_gallery a.btn-more {
    background: #222;
}

.full_gallery .btn-row {
    margin: 67px 0 0 0;
}

.gallery .frame {
    height: auto;
    padding: 0;
    margin: 0 0 30px 0;
}

.gallery .frame .caption::before {
    width: 97%;
    height: 94%;
    right: 0;
    bottom: 0;
    margin: auto;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about .content h3 {
    font-weight: 700;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    text-align: justify;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding: 0 0 8px 26px;
    position: relative;
}

.about .content ul i {
    position: absolute;
    font-size: 20px;
    left: 0;
    top: -3px;
    color: #ffc451;
}

.about .content p:last-child {
    margin-bottom: 0;
    text-align: justify;
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/

.clients {
    padding-top: 30px;
}

.clients .clients-wrap {
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
}

.clients .client-logo {
    padding: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
    background: #fff;
    height: 140px;
}

.clients .client-logo:hover img {
    transform: scale(1.1);
}

.clients img {
    transition: all 0.4s ease-in-out;
}


/* .clients {
    padding-top: 20px;
}

.clients .swiper-slide img {
    opacity: 1;
    transition: 0.3s;
}

.clients .swiper-slide img:hover {
    filter: none;
    opacity: 1;
}

.clients .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffc451;
} */


/*--------------------------------------------------------------
# Activities
--------------------------------------------------------------*/

.activities {
    padding-top: 20px;
}

.activities .swiper-slide img {
    /* opacity: 0.5; */
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    /* filter: grayscale(100); */
}

.activities .swiper-slide img:hover {
    filter: none;
    opacity: 1;
}

.activities .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.activities .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    background-color: #ddd;
}

.activities .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffc451;
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.features {
    padding-top: 20px;
}

.features .icon-box {
    padding-left: 15px;
}

.features .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
}

.features .icon-box i {
    font-size: 48px;
    float: left;
    color: #ffc451;
}

.features .icon-box p {
    font-size: 15px;
    color: #848484;
    margin-left: 60px;
}

.features .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.counts {
    background: url("../media/bg-counts.jpg") center center no-repeat;
    background-size: cover;
    padding: 80px 0 60px 0;
    position: relative;
}

.counts::before {
    content: "";
    position: absolute;
    background: rgba(17, 17, 17, 0.4);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.counts .title {
    position: relative;
    color: #fff;
    margin-bottom: 40px;
}

.counts .title h3 {
    font-size: 36px;
    font-weight: 700;
}

.counts .counters span {
    font-size: 48px;
    display: block;
    font-weight: 700;
    color: #ffc451;
}

.counts .counters span::after {
    content: '+';
    margin-left: 5px;
}

.counts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    color: #fff;
    text-align: center !important;
}

@media (min-width: 1200px) {
    .counts {
        background-attachment: fixed;
    }
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/


/* .counts {
    padding: 70px 0 60px;
}

.counts .count-box {
    display: flex;
    align-items: center;
    padding: 30px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.counts .count-box i {
    font-size: 42px;
    line-height: 0;
    margin-right: 20px;
    color: #4154f1;
}

.counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #0b198f;
}

.counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
} */


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services .tab-pane {
    background: #741918;
    border-radius: 15px;
    padding: 20px 30px;
    color: #fff;
    text-align: justify;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .95) !important;
}

.nav-pills .nav-link {
    color: #741918;
    border: 1px solid;
    border-radius: 15px;
    margin: 0 3px 3px 0;
}

.services .nav-link.active,
.nav-item:hover {
    color: #ffc451;
    background-color: #741918;
    border-radius: 15px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .55) !important;
}

.nav-pills .nav-pills .show>.nav-link {
    color: #050505;
    background-color: #741918;
    border-radius: 15px;
}


/* not active */


/* .services.nav-pills .nav-item .nav-link:not(.active) {
    color: rgba(255, 0, 0, 0.5);
} */


/* .services.nav-pills .pill-2 .nav-link:not(.active) {
    background-color: rgba(0, 250, 0, 0.5);
}

.services.nav-pills .pill-3 .nav-link:not(.active) {
    background-color: rgba(0, 0, 250, 0.5);
    color: white;
} */


/* active (faded) */


/* .services.nav-pills .nav-item .nav-link {
    background-color: rgba(255, 0, 0, 0.2);
    color: white;
}
 */


/* .services.nav-pills .pill-2 .nav-link {
    background-color: rgba(0, 250, 0, 0.2);
}

.services.nav-pills .pill-3 .nav-link {
    background-color: rgba(0, 0, 250, 0.2);
    color: white;
} */

.services .icon-box1 {
    margin-bottom: 20px;
    padding: 20px 30px;
    border-radius: 15px;
    background: #2e495c;
    color: #fdfffb;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.52);
}

.services .icon-box {
    margin-bottom: 20px;
    padding: 30px 20px;
    border-radius: 15px;
    /* background: #2e495c;
    color: #fdfffb; */
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.52);
}

.services .services-img {
    width: 50px;
    border-radius: 4%;
    border: 5px solid rgb(255 255 255);
    margin: 0 auto;
}

.services .icon-box .hover {
    color: #00336d;
}

.services .icon-box i {
    float: left;
    color: #ffc233;
    font-size: 40px;
    line-height: 0;
}

.services .icon-box h4 {
    /* margin-left: 70px; */
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    margin-top: -41px;
}

.services .icon-box h4 a {
    color: #05579e;
    transition: 0.3s;
    font-size: 26px;
}

.services .icon-box h4 a:hover {
    color: #0880e8;
}

.services .icon-box p {
    margin: 9px 8px;
    margin-bottom: 9px;
    line-height: 21px;
    font-size: 14px;
    margin-bottom: 0;
    text-align: justify;
}


/*--------------------------------------------------------------
# facilities
--------------------------------------------------------------*/

.facilities .card {
    border-radius: 16px;
    /* margin: 0 0 50px 50px; */
    width: 300px;
    height: 260px;
    /*  max-width: 100%;
    min-height: 500px; */
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    /* background-image: url(https://source.unsplash.com/collection/905011/1000x1000); */
    background-size: cover;
    border: 1px solid white;
    /* margin: 0 0 50px 0;*/
}

.facilities .cardpad {
    justify-content: center;
    padding: 6px;
}

.facilities .info {
    position: relative;
    width: 100%;
    height: 100%;
    /* height: 310px; */
    background-color: #fff;
    transform: translateY(100%) translateY(-38px) translateZ(0);
    transition: transform 0.5s ease-out;
    /*background-color: rgb(0, 0, 0, 55%);*/
    background-color: rgba(255, 255, 255, 0.94);
}

.facilities .info:before {
    z-index: -1;
    display: block;
    position: absolute;
    content: ' ';
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
    /* background-image: url(https://source.unsplash.com/collection/905011/1000x1000); */
    filter: blur(10px);
    background-size: cover;
    opacity: 0.25;
    transform: translateY(-100%) translateY(88px) translateZ(0);
    transition: transform 0.5s ease-out;
}


/* .facilities .card:hover .info,
.facilities .card:hover .info:before {
    transform: translateY(0) translateZ(0);
} */

.facilities .card .info .title {
    margin: 0;
    padding: 10px 15px;
    font-size: 17px;
    line-height: 1;
    color: rgba(4, 30, 64, 0.87);
}

.facilities .card .info .description {
    margin: 0;
    padding: 0 25px 0px;
    font-family: "Dosis", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    color: rgba(1, 9, 25, 0.87);
    height: 181px;
    text-align: justify;
    overflow: auto;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services .icon-box {
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 65px 20px 26px;
    transition: all ease-in-out 0.3s;
    background: #fff;
}

.services .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #ffc451;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.3s;
}

.services .icon-box .icon i {
    color: #151515;
    font-size: 28px;
    transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
}

.services .icon-box h4 a {
    color: #151515;
    transition: ease-in-out 0.3s;
}

.services .icon-box h4 a:hover {
    color: #ffc451;
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.services .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/

.cta {
    background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg.jpg") fixed center center;
    background-size: cover;
    padding: 60px 0;
}

.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.cta p {
    color: #fff;
}

.cta .cta-btn {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 4px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
}

.cta .cta-btn:hover {
    background: #ffc451;
    border-color: #ffc451;
    color: #151515;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #151515;
    background: #ffc451;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(21, 21, 21, 0.6);
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(21, 21, 21, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap img {
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    margin: 0 5px 0 0;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #ffc451;
}

.portfolio .portfolio-wrap:hover::before {
    opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
    transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/

.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #ffc451;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffc451;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(21, 21, 21, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.counts .content {
    padding: 30px 0;
}

.counts .content h3 {
    font-weight: 700;
    font-size: 34px;
    color: #151515;
}

.counts .content p {
    margin-bottom: 0;
}

.counts .content .count-box {
    padding: 20px 0;
    width: 100%;
}

.counts .content .count-box i {
    display: block;
    font-size: 36px;
    color: #ffc451;
    float: left;
}

.counts .content .count-box span {
    font-size: 36px;
    line-height: 30px;
    display: block;
    font-weight: 700;
    color: #151515;
    margin-left: 50px;
}

.counts .content .count-box p {
    padding: 15px 0 0 0;
    margin: 0 0 0 50px;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #3b3b3b;
}

.counts .content .count-box a {
    font-weight: 600;
    display: block;
    margin-top: 20px;
    color: #3b3b3b;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    transition: ease-in-out 0.3s;
}

.counts .content .count-box a:hover {
    color: #626262;
}

.counts .image {
    background: url("../img/counts-img.jpg") center center no-repeat;
    background-size: cover;
    min-height: 400px;
}

@media (max-width: 991px) {
    .counts .image {
        text-align: center;
    }
    .counts .image img {
        max-width: 80%;
    }
}

@media (max-width: 667px) {
    .counts .image img {
        max-width: 100%;
    }
}


/*--------------------------------------------------------------
# Testimonials owl-carousel
--------------------------------------------------------------*/


/* Testimonial Background Image */

.owltestimonial_bg {
    background: url('../media/bg-testimonial.jpg') top center no-repeat fixed;
    background-size: cover;
    position: relative;
    padding: 70px 0;
    text-align: justify;
    z-index: 0;
}

.owltestimonial_bg:after,
.countdown_bg:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.55);
    height: 100%;
    width: 100%;
    right: auto;
    left: 0;
    z-index: -1;
    top: 0;
}

.countdown_bg h3 {
    font-size: 40px;
    margin-bottom: 25px;
    color: #FFF;
    font-weight: 700;
    position: relative;
}

.countdown_bg h3:after {
    content: "";
    background: #ffffff;
    height: 3px;
    width: 40px;
    bottom: 0;
    margin: 20px auto;
    display: block
}

.countdown_bg span {
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.countdown_bg i {
    color: #FFF;
    font-size: 50px;
}

.counter-main {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 35px 30px 18px;
    border-radius: 4px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-bottom: 15px;
}

.counter-main:hover {
    border: 1px solid #ffe57b;
}

.counter-content {
    color: #fff;
    text-align: left;
}


/*--------------*/

.demo {
    background: #3d3d3d;
}

.owltestimonial .pic {
    width: 22%;
    padding: 20px 0;
    margin: 0 6% 0 2%;
    float: left;
    position: relative;
    z-index: 1;
}

.owltestimonial .pic:before,
.owltestimonial .pic:after {
    content: "";
    width: 130px;
    /* height: 150px; */
    background: #ffc451;
    position: absolute;
    z-index: -1;
}

.owltestimonial .pic:before {
    top: 6px;
    right: -14px;
}

.owltestimonial .pic:after {
    bottom: 6px;
    left: -14px;
}

.owltestimonial .pic img {
    width: 100%;
    height: auto;
    border: 3px solid rgba(255, 195, 53, 0.87);
    border-radius: 7%;
}

.owltestimonial .owltestimonial-content {
    width: 70%;
    float: right;
}

.owltestimonial .title {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #ffc451;
    margin: 0;
    text-transform: uppercase;
    padding-top: 65px;
    padding-left: 15px;
    font-weight: 500;
}

.owltestimonial .post {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 25px;
    padding-left: 15px;
}

.owltestimonial .description {
    font-size: 16px;
    color: #fff;
    padding: 0 15px;
    margin: 0;
    position: relative;
}

.owltestimonial .description:before,
.owltestimonial .description:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 17px;
    color: rgba(255, 195, 53, 0.87);
    position: relative;
}

.owltestimonial .description:before {
    /* content: "\f10d"; */
    margin-right: 5px;
    top: 0;
    left: 0;
}

.owltestimonial .description:after {
    /* content: "\f10e"; */
    margin-left: 5px;
    position: relative;
    bottom: 0;
    right: 0;
}

.owl-theme .owl-controls {
    margin-top: 0;
}

.owl-theme .owl-controls .owl-page span {
    background: #fff;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #ffc451;
}


/*--------------------------------------------------------------
# Testimonials Swiper
--------------------------------------------------------------*/

.testimonials {
    padding: 80px 0;
    background: url("../img/testimonials-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.testimonials::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.testimonials .section-header {
    margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    text-align: center;
    color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
    width: 100px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
}

.testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #fff;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #ddd;
    margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: rgba(255, 255, 255, 0.6);
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
    color: #eee;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffc451;
    opacity: 1;
}

@media (min-width: 1024px) {
    .testimonials {
        background-attachment: fixed;
    }
}

@media (min-width: 992px) {
    .testimonials .testimonial-item p {
        width: 80%;
    }
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team {
    background: #fff;
    padding: 60px 0;
}

.team .member {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
    position: relative;
    overflow: hidden;
}

.team .member .social {
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    opacity: 0;
    transition: ease-in-out 0.3s;
    text-align: center;
}

.team .member .social a {
    transition: color 0.3s;
    color: #151515;
    margin: 0 3px;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.8);
    transition: ease-in-out 0.3s;
    color: #484848;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.team .member .social a:hover {
    color: #151515;
    background: #ffc451;
}

.team .member .social i {
    font-size: 18px;
    line-height: 0;
}

.team .member .member-info {
    padding: 25px 15px;
}

.team .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #151515;
}

.team .member .member-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #aaaaaa;
}

.team .member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #777777;
}

.team .member:hover .social {
    opacity: 1;
    bottom: 15px;
}


/***********************************
contact-form
***********************************/


/* 
#contact {
    background-color: rgb(73, 84, 105);
}

.btn-submit,
.btn-submit:hover,
.btn-submit:focus {
    background-color: transparent;
    border-radius: 60px;
    color: #ffc451;
    font-weight: 400;
    border: 1px solid #ffc451;
    font-size: 14px;
    padding: 6px 20px;
}

.form-control {
    background-color: transparent;
    border-radius: 0px;
    color: #ffc451 !important;
    border-color: #ffc451;
}

.form-control:focus {
    border-color: #ffc451;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.contact-form input.form-control {
    color: #fff;
}

.validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#sendmessage {
    color: green;
    border: 1px solid green;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
    display: block;
}

.loction-info p {
    margin-bottom: 25px;
}

.loction-info p i {
    color: #ffc451;
}

 */


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact {
    background-color: #f9faf7;
}

.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(4, 36, 68, 0.6);
    padding: 30px 0 32px 0;
    border-radius: 4px;
    background-color: white;
}

.contact .info-box i {
    font-size: 32px;
    color: #e03a3c;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #f8d4d5;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(4, 36, 68, 0.6);
    padding: 30px;
    border-radius: 4px;
    background-color: white;
    /* margin-top: 25px; */
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
    margin-bottom: 25px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #111111;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
    background: #e03a3c;
    border: 0;
    padding: 10px 32px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
    background: #e35052;
}

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

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Trainers
--------------------------------------------------------------*/

.trainers {
    display: grid;
    justify-content: center;
    align-content: center;
}

.trainers .member-col {
    justify-content: center;
    margin-bottom: 24px;
}

.trainers .member {
    text-align: center;
    color: #ffffff;
    margin-bottom: 2px;
    background: #731918;
    border: 1px solid #731918;
    border-radius: 0px 0px 30px 30px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .75) !important;
}

.trainers .member img {
    margin: -1px -1px 12px -1px;
    border-radius: 0px 0px 30px 30px;
}

.trainers .member :hover img {
    transform: scale(1.1);
}

.trainers img {
    transition: all 0.4s ease-in-out;
}

.trainers .member .member-content {
    padding: 0 20px 12px 20px;
}

.trainers .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

.trainers .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

.trainers .member p {
    padding-top: 10px;
    font-size: 14px;
    font-style: italic;
    color: #aaaaaa;
}

.trainers .member .social {
    margin-top: 15px;
}

.trainers .member .social a {
    color: #7e9486;
    transition: 0.3s;
}

.trainers .member .social a:hover {
    color: #5fcf80;
}

.trainers .member .social i {
    font-size: 18px;
    margin: 0 2px;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/


/* .contact .info {
    width: 100%;
    background: #fff;
}

.contact .info i {
    font-size: 20px;
    background: #ffc451;
    color: #151515;
    float: left;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #151515;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #484848;
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px;
}

.contact .php-email-form {
    width: 100%;
    background: #fff;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #ffc451;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
    background: #ffc451;
    border: 0;
    padding: 10px 24px;
    color: #151515;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
    background: #ffcd6b;
}

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

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} */


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    /* padding: 15px 0; */
    /* background: #126d88; */
    min-height: 360px;
    /* margin-top: 56px; */
    color: white;
}

.breadcrumbs h2 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #2f2f2f;
    content: "/";
}

@media (max-width: 992px) {
    .breadcrumbs {
        /* margin-top: 50px; */
        padding: 5px 0;
    }
    .breadcrumbs h2 {
        font-size: 17px;
        font-weight: 400;
        margin-bottom: 0px;
    }
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
        font-size: 14px;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
}


/*--------------------------------------------------------------
# Recent Photos
--------------------------------------------------------------*/

.recent-photos {
    overflow: hidden;
    padding-bottom: 2px;
    background-color: #f9faf7;
}

.recent-photos .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.recent-photos .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #006fbe;
}

.recent-photos .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #006fbe;
}

.recent-photos .owl-nav,
.recent-photos .owl-dots {
    margin-top: 25px;
    text-align: center;
}

.recent-photos .owl-item {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.recent-photos .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #95d3ff !important;
}

.recent-photos .owl-dot.active {
    background-color: #006fbe !important;
}

.recent-photos .gallery-carousel .owl-stage-outer {
    overflow: visible;
}

.recent-photos .gallery-carousel .center {
    border: 6px solid #006fbe;
    margin: -10px;
    box-sizing: content-box;
    padding: 4px;
    background: #fff;
    z-index: 1;
}


/*--------------------------------------------------------------
# Sub page
--------------------------------------------------------------*/

.page p {
    font-size: 16px;
    line-height: 35px;
    text-align: justify;
}

.page pre {
    font-size: 20px;
    color: #212529;
}

.page h4 {
    margin-top: 47px;
    text-align: center;
    color: orangered;
    text-decoration: underline;
}

.page .section-title {
    padding-bottom: 10px;
}

.page li {
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 10px;
}

.page .img-thumbnail {
    height: 243px;
    width: 100%;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: black;
    padding: 0 0 0px 0;
    color: #fff;
    font-size: 14px;
}

.bg-f {
    background-image: url("../img/footer.jpg");
    background-attachment: scroll;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* margin-top: -30px; */
}

.bg-f::before {
    background: #010101f6;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.7;
}

#footer .footer-top {
    background: #741918;
    border-bottom: 1px solid #222222;
    padding: 40px 0 10px 0;
}

#footer .footer-top h3 {
    text-align: center;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 28px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

#footer .footer-top .footer-info h3 span {
    color: #ffc451;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #fff;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #292929;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #ffc451;
    color: #151515;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #ffc451;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 7px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: #ffc451;
}

#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #ffc451;
    color: #151515;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
    background: #ffcd6b;
}

#footer .copyright {
    text-align: center;
    padding-top: 15px;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

.imgabout {
    background-color: #fff;
    /* border: 2px solid #2e495c; */
    border-radius: 25px 25px;
    max-width: 100%;
    height: auto;
    /* box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .95) !important; */
}

.imgborder {
    height: 250px;
    border-radius: 30px 30px 30px 30px;
    /* border: 1px solid; */
}

.page .card-body {
    padding: 10px;
}

.page .card-body b {
    font-size: 17px;
}

.page .card-body div {
    font-size: 12px;
}

.circle-icon {
    height: 100px;
    width: 100px;
    margin: auto;
    background-color: rgb(190, 74, 74);
    border-radius: 50%;
    display: block;
    position: relative;
    z-index: 2;
    /*    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in; */
    transition: all 0.3s ease-in;
}

.circle-icon::before {
    position: absolute;
    content: '';
    width: 85%;
    height: 2px;
    top: 50%;
    right: 105%;
    margin-top: -1px;
    background-color: #d6d9e3;
}


/* .aboutinfo>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
} */

.aboutinfo ul li {
    /* text-align: -webkit-center; */
    width: 20%;
}

.circle-icon::after {
    position: absolute;
    content: '';
    width: 85%;
    height: 2px;
    top: 50%;
    left: 105%;
    margin-top: -1px;
    background-color: #d6d9e3;
}

.circle-icon i {
    color: #86bc42;
    line-height: 100px;
    /* -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in; */
    transition: all 0.3s ease-in;
}