/**
 * Template Name: Plateforme IotVibes
 * Template URL:https://iotvibes.online/
 * Author: pulsar-soft.com

 */

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Poppins", sans-serif;
    color: #444444;
}

a {
    color: #00878f;
    text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
}
.second-color{
    color: #e47128 !important;
}
.basic-color{
    color: #00878f  !important;
}
.bg-second-color{
    background-color: #e47128 !important;
}
.bg-basic-color{
    background-color: #00878f  !important;
}
.btn-get-start a {
    background: #00878f;
    color: #fff !important;
    border-radius: 50px;
    margin: 0;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.btn-get-start a:hover {
    background: #62aeb2;
    color: #fff ;
}
.btn-login a {
    background: #fff;
    color: #00878f;
    border-radius: 50px;
    border: 1px solid #00878f;
    margin: 0 0 0 20px;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.btn-login a:hover {
    background: #00878f;
    color: #fff !important;
}
.btn-contact a {
    background: #fff;
    color: #00878f;
    border-radius: 50px;
    margin: 0 0 0 20px;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    border: 2px solid #00878f;
}

.btn-contact a:hover {
    background: #00878f;
    color: #fff;
    border: 2px solid #00878f;
}
.btn-basic{
    background: #00878f  !important;
    border: 0 !important;
    padding: 10px 24px;
    color: #fff !important;
    transition: 0.4s;
    border-radius: 50px;
}
.btn-basic-outline{
    background: #ffffff!important;
    border: 1px solid #00878f !important;
    padding: 10px 24px;
    color: #00878f!important;
    transition: 0.4s;
    border-radius: 50px;
}
#company-div{
    display: none;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #00878f;
    color: #fff;
    transition: all 0.4s;
}

.back-to-top i:hover {
    background: #62aeb2;
    color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    padding: 0;
    font-size: 15px;
    height: 50px;
    transition: all 0.5s;
    background: rgba(26, 24, 22, 0.8);
    color: rgba(255, 255, 255, 0.7);
}

#topbar.topbar-transparent {
    background: transparent;
}

#topbar.topbar-scrolled {
    top: -50px;
}

#topbar i {
    color: #00878f;
}

#topbar i + i {
    margin-left: 15px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    top: 0;
    height: 100px;
    z-index: 997;
    transition: all 0.5s;
    padding: 10px 0;
    background: rgba(26, 24, 22, 0.85);
}

#header.header-transparent {
    background: transparent;
}

#header.header-scrolled {
    top: 0;
    background: rgba(0, 0, 0, 0.7);
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
}

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

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 65px;
}
#header .nav-item img , .mobile-nav .nav-item img{
    height: 30px;
}
#header .nav-item .profile.show {
    background: rgba(0, 0, 0, 0.7);
    transform: translate(0, 4rem) !important;
}
@media (max-width: 992px) {
    #header {
        top: 0;
        background: rgba(26, 24, 22, 0.85);
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
   /* margin: 0;
    padding: 0;*/
    list-style: none;
}

.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.nav-menu a {
    display: block;
    position: relative;
    color: white;
    padding: 9px 14px;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #00878f ;
    text-decoration: none;
}

.nav-menu .btn-get-start a {
    background: #00878f;
    color: #fff;
    border-radius: 50px;
    margin: 0 0 0 20px;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.3s;
}

.nav-menu .btn-get-start a:hover {
    background: #62aeb2;
    color: #fff;
}
.nav-menu .btn-login a {
    background: #fff;
    color: #00878f ;
    border-radius: 50px;
    margin: 0 0 0 20px;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.3s;
}

.nav-menu .btn-login a:hover {
    background: #00878f ;
    color: #fff;
}

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

.nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #433f39;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: #00878f ;
}

.nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }
    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}

/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #fff;
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
   /* bottom: 15px;*/
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #433f39;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
}
.mobile-nav .btn-get-start a{
    margin: 15px !important;
}
.mobile-nav .btn-login a{
    margin: 15px;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #00878f;
    text-decoration: none;
}

.mobile-nav .get-start a {
    background: #00878f;
    color: #fff;
    border-radius: 50px;
    margin: 0 0 0 20px;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.3s;
    display: inline-block;
}

.mobile-nav .get-start a:hover {
    background: #62aeb2;
    color: #fff;
}

.mobile-nav .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\eaa1";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(39, 37, 34, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    background-color: rgba(39, 37, 34, 0.8);
    overflow: hidden;
    padding: 0;
}

#hero .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#hero .carousel-item::before {
    content: '';
    background-color: rgba(12, 11, 10, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

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

#hero .carousel-content {
    text-align: center;
}

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

#hero h2 span {
    color: #00878f;
}

#hero p {
    width: 80%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
}

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

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

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

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

#hero .carousel-control-prev, #hero .carousel-control-next {
    width: 10%;
    opacity: 1;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    background: none;
    font-size: 36px;
    line-height: 1;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 10px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
}

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

#hero .carousel-indicators li {
    cursor: pointer;
}

#hero .btn-menu, #hero .btn-book {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 0 10px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    color: #fff;
    border: 2px solid #e47128;
}

#hero .btn-menu:hover, #hero .btn-book:hover {
    background: #e47128;
    color: #fff;
}

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

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

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
}

.section-bg {
    background-color: white;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    margin: 15px 0 0 0;
    font-size: 32px;
    font-weight: 700;
    color: #62aeb2;
}

.section-title h2 span {
    color: #00878f;
}

.section-title p {
    margin: 15px auto 0 auto;
    font-weight: 300;
}

@media (min-width: 1024px) {
    .section-title p {
        width: 50%;
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 20px 0;
    background-color: #f2f1ef;
    min-height: 40px;
    margin-top: 120px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 70px;
    }
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}

@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px 0;
    }
}

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

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

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

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
}

/*--------------------------------------------------------------
# platform
--------------------------------------------------------------*/
.platform {
    background: #fff;
}

.platform .content {
    padding: 0 80px;
}

.platform .content h3 {
    font-weight: 400;
    font-size: 34px;
    color: #62aeb2;
}

.platform .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}

.platform .content p {
    font-size: 15px;
    color: #848484;
    text-align: justify;
}

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

.platform .content ul li + li {
    margin-top: 15px;
}

.platform .content ul li {
    position: relative;
    padding-left: 26px;
}

.platform .content ul i {
    font-size: 20px;
    color: #00878f;
    position: absolute;
    left: 0;
    top: 2px;
}

.platform .content p:last-child {
    margin-bottom: 0;
}

.platform .video-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 400px;
    position: relative;
}

.platform .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#e47128 50%, rgba(228,113,40,0.3) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.platform .play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.platform .play-btn::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 176, 59, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.platform .play-btn:hover::after {
    border-left: 15px solid #e47128;
    transform: scale(20);
}

.platform .play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

@media (max-width: 1024px) {
    .platform .content, .platform .accordion-list {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .platform .content {
        padding-top: 30px;
    }
    .platform .accordion-list {
        padding-bottom: 30px;
    }
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
/*--------------------------------------------------------------
# Developper
--------------------------------------------------------------*/
.developper {
    background: #fff;
}

.developper .content {
    padding: 0 80px;
}

.developper .content h3 {
    font-weight: 400;
    font-size: 34px;
    color: #62aeb2;
}

.developper .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}

.developper .content p {
    font-size: 15px;
    color: #848484;
    text-align: justify;
}

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

.developper .content ul li + li {
    margin-top: 15px;
}

.developper .content ul li {
    position: relative;
    padding-left: 26px;
}

.developper .content ul i {
    font-size: 20px;
    color: #00878f;
    position: absolute;
    left: 0;
    top: 2px;
}

.developper .content p:last-child {
    margin-bottom: 0;
}

.developper .video-box {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 400px;
    position: relative;
}

.developper .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#e47128 50%, rgba(228,113,40,0.3) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.developper .play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.developper .play-btn::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 176, 59, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.developper .play-btn:hover::after {
    border-left: 15px solid #e47128;
    transform: scale(20);
}

.developper .play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

@media (max-width: 1024px) {
    .developper .content, .developper .accordion-list {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .developper .content {
        padding-top: 30px;
    }
    .developper .accordion-list {
        padding-bottom: 30px;
    }
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
/*--------------------------------------------------------------
# dev-opt
--------------------------------------------------------------*/

.dev-opt .box {
    padding: 15px;
   /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);*/
    transition: all ease-in-out 0.3s;
    height: 100%;
}

.dev-opt .box span {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #62aeb2;
}

.dev-opt .box h4 {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0;
    margin: 20px 0;
    color: #6c665c;
}

.dev-opt .box p {
    color: #aaaaaa;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.dev-opt .box:hover {
    background: #00878f;
    box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.dev-opt .box:hover span, .why-us .box:hover h4, .why-us .box:hover p {
    color: #fff;
}
@media (min-width: 992px){
    .dev-opt{
        padding: 0 80px;
    }
}
/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu #menu-flters {
    padding: 0;
    margin: 0 auto 0 auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
}

.menu #menu-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px 10px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #ffb03b;
    margin: 0 3px 10px 3px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    border: 2px solid #00878f;
    border-radius: 50px;
}

.menu #menu-flters li:hover, .menu #menu-flters li.filter-active {
    color: #fff;
    background: #00878f;
}

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

.menu .menu-content {
    margin-top: 30px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.menu .menu-content::after {
    content: "......................................................................"
    "...................................................................."
    "....................................................................";
    position: absolute;
    left: 20px;
    right: 0;
    top: -4px;
    z-index: 1;
    color: #dad8d4;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.menu .menu-content a {
    padding-right: 10px;
    background: #fff;
    position: relative;
    z-index: 3;
    font-weight: 700;
    color: #ff9b08;
}

.menu .menu-content span {
    background: #fff;
    position: relative;
    z-index: 3;
    padding: 0 10px;
    font-weight: 600;
}

.menu .menu-ingredients {
    font-style: italic;
    font-size: 14px;
    font-family: "Comic Neue", sans-serif;
    color: #948c81;
}

/*--------------------------------------------------------------
# Why-us
--------------------------------------------------------------*/
.why-us {
    overflow: hidden;
    background-color: #ffffff;

}
.why-us .content p {
    font-size: 15px;
    color: #848484;
    text-align: justify;
}

.why-us .nav-tabs {
    border: 0;
}

.why-us .nav-link {
    border: 0;
    padding: 12px 15px 12px 0;
    transition: 0.3s;
    color: #433f39;
    border-radius: 0;
    border-right: 2px solid #e8e7e4;
    font-weight: 600;
    font-size: 15px;
}

.why-us .nav-link:hover {
    color: #00878f;
}

.why-us .nav-link.active {
    color: #00878f;
    border-color: #00878f;
}

.why-us .tab-pane.active {
    -webkit-animation: fadeIn 0.5s ease-out;
    animation: fadeIn 0.5s ease-out;
}

.why-us .details h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #433f39;
}

.why-us .details p {
    color: #777777;
}

.why-us .details p:last-child {
    margin-bottom: 0;
}
.why-us i{
    font-size: 1.5rem !important;
}
@media (min-width: 992px){
    .why-us {
        padding: 80px;
    }
}
@media (max-width: 992px) {

    .why-us .nav-link {
        border: 0;
        padding: 15px;
    }
    .why-us .nav-link.active {
        color: #fff;
        background: #00878f;
    }
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events {
   /* background: url(../public/img/events-bg.jpg) center center no-repeat;*/
    background-size: cover;
    position: relative;
}

.events::before {
    content: '';
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.events .section-title h2 {
    color: #848484;
}

.events .container {
    position: relative;
}

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

.events .events-carousel {
    background: rgba(98 ,174 ,178 ,0.1);
    padding: 30px;
}
.events .event-item .content{
    display: block;
    margin: auto;
}
.events .event-item {
    color: #fff;
}

.events .event-item h3 {
    font-weight: 600;
    font-size: 26px;
    color: #62aeb2;
}
.events .event-item p {
    color: #848484;
}

.events .event-item .price {
    font-size: 26px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}

.events .event-item .price span {
    border-bottom: 2px solid #00878f;
}

.events .event-item ul {
    list-style: none;
    padding: 0;
}

.events .event-item ul li {
    padding-bottom: 10px;
}

.events .event-item ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #00878f;
}

.events .event-item p:last-child {
    margin-bottom: 0;
}

.events .owl-nav, .events .owl-dots {
    margin-top: 5px;
    text-align: center;
}

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

.events .owl-dot.active {
    background-color: #00878f !important;
}

@media (min-width: 992px) {
    .events .testimonial-item p {
        width: 80%;
    }
}
/*--------------------------------------------------------------
# Applications
--------------------------------------------------------------*/
.applications {
    background: url(../public/img/events-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    color: #ffffff;
}

.applications::before{
    content: '';
    background-color: rgba(12, 11, 10, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.blender{
    padding: 15px;
    background: rgba(110, 105, 100 ,0.8);
}
.applications .section-title h2 {
    color: #fff;
}

.applications .container {
    position: relative;
}
.applications .nav-link.active {
    color: #00878f;
    border-color: #00878f;
    background:transparent;
}
.applications .nav-link {
    border: 0;
    padding: 12px 15px 12px 0;
    transition: 0.3s;
    color: #ffffff;
    border-radius: 0;
    border-right: 2px solid #e8e7e4;
    font-weight: 600;
    font-size: 15px;
}

.applications .nav-link:hover {
    color: #00878f;
}

.applications .nav-link.active {
    color: #00878f;
    border-color: #00878f;
    background:transparent;
}

.applications .tab-pane.active {
    -webkit-animation: fadeIn 0.5s ease-out;
    animation: fadeIn 0.5s ease-out;
}
.applications .nav-tabs{
    border-bottom: none !important;
}
@media (min-width: 1024px) {
    .applications {
        background-attachment: fixed;
    }
}

/*--------------------------------------------------------------
# get start
--------------------------------------------------------------*/
.get-start .php-email-form {
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
    padding: 30px;
    background: #fff;
}

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

.get-start .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

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

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

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

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

.get-start .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;
}

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

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

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

.get-start .php-email-form button[type="submit"] {
    background: #00878f;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.get-start .php-email-form button[type="submit"]:hover {
    background: #62aeb2;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
    padding-bottom: 0;
}

.gallery .gallery-item {
    overflow: hidden;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

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

.gallery .gallery-item:hover img {
    transform: scale(1.1);
}

/*--------------------------------------------------------------
# Guide
--------------------------------------------------------------*/


.guide {
    background: url(../public/img/events-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    color: #ffffff;
}


.guide::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(12, 11, 10, 0.8);

}

.guide .container {
    position: relative;
    z-index: 10;
}

.guide .member {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.guide .member .pic {
    overflow: hidden;
}

.guide .member .member-info {
    position: absolute;
    bottom: -80px;
    left: 20px;
    right: 20px;
    background: #fff;
    padding: 20px 0;
    color: #433f39;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.guide .member h4 {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 16px;
    color: #6c665c;
    position: relative;
    padding-bottom: 10px;
    font-family: "Poppins", sans-serif;
}

.guide .member h4::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #62aeb2;
    bottom: 0;
    left: calc(50% - 25px);
}

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

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

.guide .member .social a {
    transition: color 0.3s;
    color: #7a7368;
}

.guide .member .social a:hover {
    color: #00878f;
}

.guide .member .social i {
    font-size: 16px;
    margin: 0 2px;
}

@media (min-width: 1024px) {
    .guide {
        background-attachment: fixed;
    }
}
/*************************************/
/*process-box*/
body{
    background: #eee;
}
.process-box{
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057;
}
.process-left:after{
    content: "";
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0px #00000036;
    z-index: 1;
}
.process-right:after{
    content: "";
    border-top: 15px solid #ffffff00;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff00;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0px #0000001a;
    z-index: 1;
}
.process-step{
    background: #00878f;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    height: 100%;
    padding-top: 8px;
    position: relative;
    top: -26px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -6px 8px 0px 0px #00000014;
}
.process-point-right{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #00878f;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 40px;
    left: -63px;
}
.process-point-right:before{
    content: "";
    height: 150px;
    width: 7px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(
        36deg);
    position: relative;
    left: -50px;
    top: 2px;
}

.process-point-left{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #00878f;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 40px;
    right: -63px;
}
.process-point-left:before {
    content: "";
    height: 150px;
    width: 7px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(
        -38deg);
    position: relative;
    left: 50px;
    top: 2px;

}

.process-last:before{
    display: none;
}
.process-box p{
    z-index: 9;
}
.process-step p{
    font-size: 20px;
}
.process-step h2{
    font-size: 39px;
}
.process-step:after{
    content: "";
    border-top: 8px solid #dfa14500;
    border-bottom: 8px solid #dfa145;
    border-left: 8px solid #dfa14500;
    border-right: 8px solid #dfa145;
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
}
.process-step:before{
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid #dfa145;
    border-left: 8px solid #dfa145;
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
}
.process-line-l{
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    right: -153px;
    top: 64px;
    z-index: 9;
}
.process-line-r{
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    left: -153px;
    top: 63px;
    z-index: 9;
}
/*************************************/

@media (max-width: 992px) {
    .guide .member {
        margin-bottom: 110px;
    }
    .process-line-l, .process-line-r{
        display: none;
    }
}
@media (max-width: 1200px) {
    .guide .member {
        margin-bottom: 110px;
    }

    .process-point-left {
        background: #ffffff;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 8px solid #00878f;
        box-shadow: 0 0 0px 4px #5c5c5c;
        margin: auto 0;
        position: absolute;
        bottom: 40px;
        /* right: -63px; */
        /* bottom: 0; */
        left: 97%;
        transform: translateX(400%);
    }
    .process-point-left:before {
        content: "";
        height: 150px;
        width: 8px;
        background: #5c5c5c;
        display: inline-grid;
        /* transform: rotate(
    -38deg); */
        position: relative;
        left: 0;
        top: 18px;
    }
    .process-point-right {
        background: #ffffff;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 8px solid #00878f;
        box-shadow: 0 0 0px 4px #5c5c5c;
        /* margin: auto 0; */
        position: relative;
        top: 60px;
        left: -50%;
        transform: translateX(400%);
    }
    .process-point-right:before {
        content: "";
        height: 150px;
        width: 8px;
        background: #5c5c5c;
        display: inline-grid;
        /* transform: rotate(
    36deg); */
        position: relative;
        left: 50%;
        top: 18px;
    }
}

@media (min-width: 1024px) {


}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.contact .info {
    background: #fff;
}

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

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #433f39;
    font-family: "Poppins", sans-serif;
}

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

.contact .info:hover i {
    background: #00878f;
    color: #fff;
}

.contact .php-email-form {
    width: 100%;

    padding: 30px;
    background: #fff;
}

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

.contact .php-email-form .validate {
    display: none;
    color: #e47128;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #e47128;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.contact .image{
    background-image: url(../public/img/contact.png);
    background-size: cover;
    background-attachment: initial;
    background-position: center;
}
.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #62aeb2;
    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 #62aeb2;
    border: 3px solid #62aeb2;
    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: none;
    border-bottom: 1px solid #a9a9a9;
}

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

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

.contact .php-email-form button[type="submit"] {
    background: #00878f;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

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

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

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #35322d;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 30px 0;
}
#footer .logo img{
    width: 20% !important;
}

#footer h3 {
    font-size: 36px;
    font-weight: 700;
    color: #00878f;
    position: relative;
    padding: 0;
    margin: 0 0 15px 0;
}

#footer p {
    font-size: 15px;
    font-style: italic;
    padding: 0;
    margin: 0 0 40px 0;
}

#footer .social-links, #footer .menu-links {
    margin: 0 0 40px 0;
}

#footer .social-links a{
    font-size: 18px;
    display: inline-block;
    background: #46423b;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
#footer .menu-links a{
    font-size: 18px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 5px;
    margin-right: 4px;
    text-align: center;
}
#footer .menu-links a:hover{
    background: #00878f;

    border-radius: 10px;
}

#footer .social-links a:hover{
    background: #00878f;
}

#footer .copyright {
    margin: 0 0 5px 0;
}

#footer .credits {
    font-size: 13px;
}
