﻿   @font-face {
    font-family: 'BrushScript';
    src:url('../fonts/Brush Script MT Regular.woff') format('woff'),
        url('../fonts/Brush Script MT Regular.svg#BrushScript') format('svg'),
        url('../fonts/Brush Script MT Regular.ttf'),
        url('../fonts/Brush Script MT Regular.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Gabelisa';
    src:url('../fonts/Gabelisa.woff') format('woff'),
        url('../fonts/Gabelisa.svg#Gabelisa') format('svg'),
        url('../fonts/Gabelisa.ttf'),
        url('../fonts/Gabelisa.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Fontspring';
    src:url('../fonts/Fontspring-DEMO-balgin-semibold.woff') format('woff'),
        url('../fonts/Fontspring-DEMO-balgin-semibold.svg#Fontspring') format('svg'),
        url('../fonts/Fontspring-DEMO-balgin-semibold.ttf'),
        url('../fonts/Fontspring-DEMO-balgin-semibold.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'FrederickatheGreat';
    src:url('../fonts/FrederickatheGreat.woff') format('woff'),
        url('../fonts/FrederickatheGreat.svg#Fontspring') format('svg'),
        url('../fonts/FrederickatheGreat.ttf'),
        url('../fonts/FrederickatheGreat.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Helvetica';
    src:url('../fonts/Helvetica.woff') format('woff'),
        url('../fonts/Helvetica.svg#Helvetica') format('svg'),
        url('../fonts/Helvetica.ttf'),
        url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Montserrat';
    src:url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.svg#Montserrat') format('svg'),
        url('../fonts/Montserrat-Regular.ttf'),
        url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
  }

  @font-face{
    font-family: "Acumin Variable Concept";
    src: url("Acumin-Variable.eot");
    src: url("Acumin-Variable.eot?#iefix")format("embedded-opentype"),
        url("Acumin-Variable.woff")format("woff"),
        url("Acumin-Variable.woff2")format("woff2"),
        url("Acumin-Variable.ttf")format("truetype"),
        url("Acumin-Variable.svg#Acumin Variable Concept")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
  }
*{
    padding: 0;
    margin: 0;
}
body {
    font-family: "Montserrat", sans-serif;
    color: #252d31;
    font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica", sans-serif;
    font-weight: 500;
    line-height: 1.3
}

a {
    text-decoration: none;
    outline: none
}

p {
    line-height: 1.6
}

html {
    scroll-padding-top: 70px;
    scroll-behavior: smooth
}

.row>* {
    position: relative
}

.text-primary {
    color: #0cc0df !important
}

.bg-primary {
    background-color: #0cc0df !important
}

.bg-soft-primary {
    background-color: rgba(0, 119, 109, .18) !important
}

.text-success {
    color: #34af7a !important
}

.bg-success {
    background-color: #34af7a !important
}

.bg-soft-success {
    background-color: rgba(52, 175, 122, .18) !important
}

.text-info {
    color: #49c6e5 !important
}

.bg-info {
    background-color: #49c6e5 !important
}

.bg-soft-info {
    background-color: rgba(73, 198, 229, .18) !important
}

.text-warning {
    color: #c20e1a !important
}

.bg-warning {
    background-color: #fb8916 !important
}

.bg-soft-warning {
    background-color: rgba(251, 137, 22, .18) !important
}

.text-danger {
    color: #ffe001 !important
}

.bg-danger {
    background-color: #ef4b4b !important
}

.bg-soft-danger {
    background-color: rgba(239, 75, 75, .18) !important
}

.text-light {
    color: #bbbaba !important
}

.bg-light {
    background-color: #bbbaba !important
}

.bg-soft-light {
    background-color: rgba(187, 186, 186, .18) !important
}

.text-dark {
    color: #152c5c !important
}

.bg-dark {
    background-color: #152c5c !important
}

.bg-soft-dark {
    background-color: rgba(21, 44, 92, .18) !important
}

.text-muted {
    color: #000 !important
}
.text-bt {
    padding-bottom: 30px;
}

.bg-muted {
    background-color: #839393 !important
}

.bg-soft-muted {
    background-color: rgba(131, 147, 147, .18) !important
}

.text-white {
    color: #fff !important
}

.bg-white {
    background-color: #fff !important
}

.bg-soft-white {
    background-color: rgba(255, 255, 255, .18) !important
}

.section {
    padding-top: 80px;
    padding-bottom: 40px;
    position: relative
}

.fs-12 {
    font-size: 12px
}

.fs-13 {
    font-size: 13px
}

.fs-14 {
    font-size: 14px
}

.fs-15 {
    font-size: 15px
}

.fs-16 {
    font-size: 16px
}

.fs-17 {
    font-size: 17px
}

.fs-18 {
    font-size: 18px
}

.fs-19 {
    font-size: 19px
}

.fs-20 {
    font-size: 20px
}

.fs-30 {
    font-size: 30px
}

.bg-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(131deg, #0f5650, transparent)
}

.overflow-hidden-x {
    overflow-x: hidden
}

.home-shape-arrow {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0  
}
.d-block .title {
    padding-bottom: 20px;
    text-transform: uppercase;
}

.home-shape-arrow i {
    background: #fff;
    border: 1px solid #0cc0df;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    border-radius: 30px
}

.home-shape-arrow .arrow-icon {
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    text-align: center;
    display: inline-block
}

.heading {
    position: relative;
}

.heading1 {
    position: relative;
    margin-bottom: 20px;
    font-family: "Helvetica", sans-serif;
    font-size: 3.0rem;
}

.heading::before {
    /*content: "";
    position: absolute;
    background-color: rgba(0, 119, 109, .8);
    height: 2px;
    width: 79px;
    left: 50%;
    bottom: -12px;
    z-index: -1;
    transform: translateX(-50%)*/
}

.heading::after {
    /*content: "";
    position: absolute;
    border: 9px solid #fff;
    left: 50%;
    border-bottom: 11px solid #0cc0df;
    bottom: -16px;
    z-index: -1;
    transform: translateX(-50%)*/
}

#back-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    z-index: 999;
    right: 30px;
    background: #0cc0df;
    border-color: transparent;
    border-radius: 50%;
    color: #fff;
    transition: all .5s ease;
    display: none
}

#back-to-top:hover {
    background-color: #fff;
    color: #252d31;
    border: 1px solid
}

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 600
}

.primary-link {
    color: #152c5c;
    transition: all .5s ease
}

.primary-link:hover {
    color: #0cc0df
}

.btn {
    padding: 13px 36px;
    font-size: 14px;
    font-weight: 500;
    transition: all .5s ease;
    position: relative
}

.btn:hover {
    text-shadow: 0px .2px 0px #000
}

.btn:focus {
    box-shadow: none
}

.btn-primary {
    background: #efc12d;
    border-color: #efc12d !important
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open>.dropdown-toggle.btn-primary {
    background: #efc12d;
    border-color: #efc12d;
    box-shadow: 0px 8px 20px -6px rgba(0, 119, 109, .6);
    transform: translateY(-6px)
}

.btn-outline-primary {
    color: #0cc0df;
    border-color: #0cc0df
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary .open>.dropdown-toggle.btn-primary {
    background: #efc12d;
    border-color: #efc12d;
    box-shadow: 0px 8px 20px -6px rgba(239, 193, 45, 1);
    transform: translateY(-6px)
}

.btn-success {
    background: #95b72c;
    border-color: #95b72c !important
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success .open>.dropdown-toggle.btn-primary {
    background: #2f9f6f;
    border-color: #2f9f6f;
    box-shadow: 0px 8px 20px -6px rgba(52, 175, 122, .6);
    transform: translateY(-6px)
}

.btn-outline-success {
    color: #34af7a;
    border-color: #34af7a
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success .open>.dropdown-toggle.btn-primary {
    background: #34af7a;
    border-color: #34af7a;
    box-shadow: 0px 8px 20px -6px rgba(52, 175, 122, .6);
    transform: translateY(-6px)
}

.btn-info {
    background: #49c6e5;
    border-color: #49c6e5 !important
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info .open>.dropdown-toggle.btn-primary {
    background: #37c0e2;
    border-color: #37c0e2;
    box-shadow: 0px 8px 20px -6px rgba(73, 198, 229, .6);
    transform: translateY(-6px)
}

.btn-outline-info {
    color: #49c6e5;
    border-color: #49c6e5
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info .open>.dropdown-toggle.btn-primary {
    background: #49c6e5;
    border-color: #49c6e5;
    box-shadow: 0px 8px 20px -6px rgba(73, 198, 229, .6);
    transform: translateY(-6px)
}

.btn-warning {
    background: #fb8916;
    border-color: #fb8916 !important
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning .open>.dropdown-toggle.btn-primary {
    background: #f87f04;
    border-color: #f87f04;
    box-shadow: 0px 8px 20px -6px rgba(251, 137, 22, .6);
    transform: translateY(-6px)
}

.btn-outline-warning {
    color: #fb8916;
    border-color: #fb8916
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning .open>.dropdown-toggle.btn-primary {
    background: #fb8916;
    border-color: #fb8916;
    box-shadow: 0px 8px 20px -6px rgba(251, 137, 22, .6);
    transform: translateY(-6px)
}

.btn-danger {
    background: #ef4b4b;
    border-color: #ef4b4b !important
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger .open>.dropdown-toggle.btn-primary {
    background: #ed3838;
    border-color: #ed3838;
    box-shadow: 0px 8px 20px -6px rgba(239, 75, 75, .6);
    transform: translateY(-6px)
}

.btn-outline-danger {
    color: #ef4b4b;
    border-color: #ef4b4b
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger .open>.dropdown-toggle.btn-primary {
    background: #ef4b4b;
    border-color: #ef4b4b;
    box-shadow: 0px 8px 20px -6px rgba(239, 75, 75, .6);
    transform: translateY(-6px)
}

.btn-light {
    background: #bbbaba;
    border-color: #bbbaba !important
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.focus,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light .open>.dropdown-toggle.btn-primary {
    background: #b1b0b0;
    border-color: #b1b0b0;
    box-shadow: 0px 8px 20px -6px rgba(187, 186, 186, .6);
    transform: translateY(-6px)
}

.btn-outline-light {
    color: #bbbaba;
    border-color: #bbbaba
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light .open>.dropdown-toggle.btn-primary {
    background: #bbbaba;
    border-color: #bbbaba;
    box-shadow: 0px 8px 20px -6px rgba(187, 186, 186, .6);
    transform: translateY(-6px)
}

.btn-dark {
    background: #152c5c;
    border-color: #152c5c !important
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark .open>.dropdown-toggle.btn-primary {
    background: #11244b;
    border-color: #11244b;
    box-shadow: 0px 8px 20px -6px rgba(21, 44, 92, .6);
    transform: translateY(-6px)
}

.btn-outline-dark {
    color: #152c5c;
    border-color: #152c5c
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark .open>.dropdown-toggle.btn-primary {
    background: #152c5c;
    border-color: #152c5c;
    box-shadow: 0px 8px 20px -6px rgba(21, 44, 92, .6);
    transform: translateY(-6px)
}

.btn-muted {
    background: #839393;
    border-color: #839393 !important
}

.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active,
.btn-muted.focus,
.btn-muted:not(:disabled):not(.disabled):active,
.btn-muted:not(:disabled):not(.disabled):active:focus,
.btn-muted .open>.dropdown-toggle.btn-primary {
    background: #788a8a;
    border-color: #788a8a;
    box-shadow: 0px 8px 20px -6px rgba(131, 147, 147, .6);
    transform: translateY(-6px)
}

.btn-outline-muted {
    color: #839393;
    border-color: #839393
}

.btn-outline-muted:hover,
.btn-outline-muted:focus,
.btn-outline-muted:active,
.btn-outline-muted.active,
.btn-outline-muted.focus,
.btn-outline-muted:not(:disabled):not(.disabled):active,
.btn-outline-muted:not(:disabled):not(.disabled):active:focus,
.btn-outline-muted .open>.dropdown-toggle.btn-primary {
    background: #839393;
    border-color: #839393;
    box-shadow: 0px 8px 20px -6px rgba(131, 147, 147, .6);
    transform: translateY(-6px)
}

.btn-white {
    background: #ffffff;
    border-color: #ffffff !important
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white .open>.dropdown-toggle.btn-primary {
    background: #f5f5f5;
    border-color: #f5f5f5;
    box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, .6);
    transform: translateY(-6px)
}

.btn-outline-white {
    color: #ffffff;
    border-color: #ffffff
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.focus,
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white .open>.dropdown-toggle.btn-primary {
    background: #fff;
    border-color: #fff;
    box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, .6);
    transform: translateY(-6px)
}

.btn.btn-outline-white:focus,
.btn.btn-outline-white:active,
.btn.btn-outline-white:hover,
.btn.btn-outline-white.active,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light:hover,
.btn.btn-outline-light.active {
    color: #152c5c
}

.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary.active,
.btn.btn-outline-dark:focus,
.btn.btn-outline-dark:active,
.btn.btn-outline-dark:hover,
.btn.btn-outline-dark.active,
.btn.btn-outline-success:focus,
.btn.btn-outline-success:active,
.btn.btn-outline-success:hover,
.btn.btn-outline-success.active {
    color: #000 !important
}

.avatar-xs {
    height: 1.5rem;
    width: 1.5rem
}

.avatar-sm {
    height: 3rem;
    width: 3rem
}

.avatar-md {
    height: 4rem;
    width: 4rem
}

.avatar-lg {
    height: 6rem;
    width: 6rem
}

.avatar-xl {
    height: 7.5rem;
    width: 7.5rem
}

.avatar-title {
    background-color: #0cc0df;
    color: #fff;
    display: flex;
    font-weight: 500;
    height: 100%;
    justify-content: center;
    width: 100%
}

.avatar-group {
    padding-left: 12px;
    display: flex;
    flex-wrap: wrap
}

.avatar-group .avatar-group-item {
    margin-left: -12px;
    border: 2px solid #f8f9fa;
    border-radius: 50%;
    transition: all .2s
}

.avatar-group .avatar-group-item:hover {
    position: relative;
    transform: translateY(-2px)
}

.navbar-custom {
    background-color: transparent;
    padding: 18px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all .5s ease-in-out
}

.navbar-custom .navbar-brand {
    margin-right: 0
}

.navbar-custom .navbar-brand .logo-light {
    display: inline-block;
    width: 130px;
    height: 82px;
}

.navbar-custom .navbar-brand .logo-dark {
    display: none
}

.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    color: #000;
    margin: 0 14px;
    transition: all .5s;
    position: relative;
    font-weight: 700;
    letter-spacing: 1px;
}

.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link.active {
    color: #000
}

.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link.active::before {
    width: 100%
}

.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .2s
}

.navbar-custom .navbar-collapse .nav-btn {
    padding: 7px 25px;
    border-radius: 50px;
    font-size: 13px;
    letter-spacing: 1px
}

.navbar-custom .navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #152c5c
}

.navbar-custom .navbar-toggler:focus {
    box-shadow: 0 0 0 1.25px
}

.nav-sticky.navbar-custom {
    margin-top: 0px;
    padding: 18px 0px;
    background-color: #f2f2f2;
    box-shadow: 0px 3px 10px 0px rgba(38, 107, 193, .08)
}

.nav-sticky .navbar-brand .logo-dark {
    display: inline-block;
    width: 100px;
    height: 72px;
}

.nav-sticky .navbar-brand .logo-light {
    display: none
}

.nav-sticky .navbar-nav .nav-item .nav-link {
    color: #000 !important
}

.nav-sticky .navbar-nav .nav-item .nav-link.active {
    color: #0cc0df !important
}

.nav-sticky .navbar-nav .nav-item .nav-link:hover {
    color: #0cc0df !important
}

.nav-sticky .navbar-nav .nav-item .nav-link::before {
    background-color: #0cc0df !important
}

.nav-sticky .nav-btn {
    background-color: #0cc0df;
    color: #fff
}

.modal .modal-dialog .modal-content .modal-close {
    position: absolute;
    top: .75rem;
    right: .75rem;
    z-index: 2
}

.modal .modal-dialog .modal-content .modal-body .modal-title {
    font-weight: 600
}

.modal .modal-dialog .modal-content .modal-footer .footer-text {
    margin-bottom: 2px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px
}

.home {
    background-position: center center;
    background-size: cover;
    padding: 250px 0 380px 0;
    /*height: 100vh;*/
}

.home .home-heading h1 {
    font-size: 75px;
    font-weight: 500;
    font-family: 'Gabelisa';
    line-height: 1.4
}

.home .home-heading h2 {
    font-size: 65px;
    font-weight: 500;
    font-family: 'Helvetica';
    line-height: 80px;
    text-transform: uppercase;
}

.home .home-btn {
    margin-top: 30px
}

.home .home-btn .modal-btn {
    position: relative;
    padding: 13px 52px 13px 30px
}

.home .home-btn .modal-btn span {
    position: absolute;
    align-items: center;
    justify-content: center
}

.home .home-btn .modal-btn span i {
    font-size: 34px
}

.home .home-btn .modal-btn:hover .btn-icon,
.home .home-btn .modal-btn:focus .btn-icon {
    background-color: #fff;
    color: #0cc0df;
    transition: all .9s ease
}

.home .home-modal {
    border: 0;
    background-color: transparent
}

.home .home-modal .btn-close {
    width: 24px;
    height: 24px;
    background-color: rgba(21, 44, 92, .5);
    border-radius: 4px;
    position: relative;
    top: 60px;
    right: 3px;
    z-index: 3
}

.home .home-modal .btn-close:hover,
.home .home-modal .btn-close:focus {
    opacity: .5
}

.home .home-modal video:focus {
    outline: none
}

.home-1 {
    background-image: url("../images/ship.jpg")
}

.home-1 .bg-overlay {
    background: linear-gradient(131deg, #0f5650, transparent)
}

.home-2 {
    background-image: url("../images/home-2.jpg")
}

.team {
    background-position: center;
    background-size: cover;
    padding-top: 0;
}

.home-2 #myVideo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.home-2 .bg-overlay {
    background-color: rgba(37, 45, 49, .6);
    background-image: none
}

.home-3 {
    background-image: url("../images/home-3.png")
}

.home-3 .bg-overlay {
    background-color: rgba(37, 45, 49, .6);
    background-image: none
}

.home-modal {
    border: 0;
    background-color: transparent
}

.home-modal .btn-close {
    width: 24px;
    height: 24px;
    background-color: rgba(21, 44, 92, .5);
    border-radius: 4px;
    position: relative;
    top: 60px;
    right: 3px;
    z-index: 3
}

.home-modal .btn-close:hover,
.home-modal .btn-close:focus {
    opacity: .5
}

.home-modal video:focus {
    outline: none
}

.text-cursor {
    cursor: text
}

.grabbable {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab
}

.grabbable:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing
}

.bottom-img {
    position: relative;
    bottom: -215px;
    width: 100%
}

.bottom-img img {
    width: 100%
}

.home-4 {
    background-color: #0cc0df
}

.home-4 .home-btn .modal-btn .btn-icon {
    color: #0cc0df;
    background-color: #fff
}

.home-4 .shape-1 {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 100%;
    animation: shape-1 1.5s alternate infinite ease
}

.home-4 .shape-2 {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 40%;
    animation: shape-2 2.5s alternate infinite ease
}

.home-4 .shape-3 {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0%;
    animation: shape-3 3.5s alternate infinite ease
}

.home-4 .frame {
    width: 55px;
    height: 55px;
    position: absolute;
    left: 70%;
    animation: frame 3.5s alternate infinite ease
}

@keyframes shape-1 {
    0% {
        top: 80%
    }

    40% {
        height: auto;
        transform: scaleX(1)
    }

    100% {
        top: 0%
    }
}

@keyframes shape-2 {
    0% {
        top: 3%
    }

    40% {
        height: auto;
        transform: scaleX(1)
    }

    100% {
        top: 25%
    }
}

@keyframes shape-3 {
    0% {
        top: 60%
    }

    40% {
        height: auto;
        transform: scaleX(1)
    }

    100% {
        top: 0%
    }
}

@keyframes frame {
    0% {
        top: 0%
    }

    50% {
        top: 3%
    }

    100% {
        top: 0%
    }
}

.home-5 {
    background-color: #0cc0df;
    padding: 244px ​0
}

.home-5 .home-shape {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -2px;
    left: -15px
}

.home-5 .contact-form {
    background-color: rgba(0, 119, 109, .3);
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 20px
}

.home-5 .contact-form .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    font-size: 30px;
    color: #fff
}

.home-5 .input-group-text {
    padding: 12px 15px;
    border: none;
    background-color: rgba(187, 186, 186, .4);
    color: #252d31;
    position: absolute;
    top: 0;
    z-index: 1;
    bottom: 0
}

.home-5 .form-control {
    padding: 12px 20px !important;
    padding-left: 58px !important;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: .25rem
}

.home-6 {
    background-image: url("../images/home-6bg.png");
    clip-path: polygon(0 0, 100% 0, 100% 80%, 64% 90%, 22% 100%, 0 87%)
}

.home-6 .book {
    width: 120px;
    height: 120px;
    position: absolute;
    left: -2%;
    animation: book 1.5s alternate infinite ease
}

.home-6 .drive {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 58%;
    animation: drive 2.5s alternate infinite ease
}

@keyframes book {
    0% {
        top: 31%
    }

    40% {
        transform: scaleX(1)
    }

    100% {
        top: 33%
    }
}

@keyframes drive {
    0% {
        top: 63%
    }

    40% {
        transform: scaleX(1)
    }

    100% {
        top: 74%
    }
}

.features-bg {
    background-position: center;
    background-size: cover;
    padding: 50px 0;
    position: relative;
}

.cta {
    position: relative;
    background: linear-gradient(rgba(37, 45, 49, 0.7), rgba(37, 45, 49, 0.7)), url("../images/cta.jpg") fixed no-repeat;
    color: #fff
}

.wave .cta-heading {
    font-size: 45px;
    font-weight: 500;
    font-family: "Helvetica", sans-serif;
    font-style: italic;
}
.cta .cta-heading {
    font-size: 35px;
    font-weight: 600
}

.cta marquee {
    position: absolute;
    top: 0;
    background-color: rgba(37, 45, 49, .5);
    padding: 6px;
    font-size: 14px
}

.feature {
    margin-top: 50px;
}

.feature .feature-card {
    border: none;
    background: transparent;
    padding: 28px 29px;
    position: relative;
    border-radius: 10px
}

.feature .feature-card:hover {
    color: rgba(0, 119, 109, .9)
}

.feature .feature-card:hover:before {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 119, 109, .2)
}

.feature .feature-card::before {
    content: "";
    height: 80px;
    width: 80px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all .5s ease;
    z-index: -1
}

.feature .feature-heading {
    position: relative;
    font-size: 28px;
    margin-bottom: 4px
}

.recette-heading {
    position: relative;
    font-size: 40px;
    margin-bottom: 10px;
    color: #c20e1a;
}

.instagram-heading {
    position: relative;
    font-size: 40px;
    margin-bottom: 10px;
    color: #c20e1a;
}

.salad-heading {
    position: relative;
    font-size: 40px;
    margin-bottom: 10px;
    color: #95b72c;
    font-family: "Helvetica", sans-serif;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: -2px;
    font-weight: 700;
}

.reviews-heading {
    position: relative;
    font-size: 40px;
}

.recette p {
    font-size: 20px;
    line-height: 1.6;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

.feature .feature-heading::before {
    content: "";
    position: absolute;
    background-color: rgba(0, 119, 109, .4);
    height: 50px;
    width: 50px;
    bottom: -14px;
    border-radius: 100% 38% 100% 51%/45% 49% 100% 100%;
    z-index: -1;
    transform: translateX(-50%);
    height: 38px;
    width: 38px;
    bottom: 0px;
    left: 15px
}

.feature .feature-list {
    margin: 30px 0;
    list-style: none;
    padding: 0
}

.feature .feature-list li {
    position: relative;
    display: flex;
    padding: 15px 25px 15px 15px;
    margin: 0;
    border-bottom: 1px solid rgba(0, 119, 109, .09);
    transition: all .3s ease;
    font-size: 14px;
    color: #839393
}

.feature .feature-list li:hover {
    background: rgba(0, 119, 109, .2);
    border-radius: 8px
}

.feature .feature-list li i {
    margin-right: 8px;
    font-size: 22px;
    line-height: 19px
}

.accordion {
    margin-top: 30px
}

.accordion .accordion-item .accordion-header .accordion-button {
    background: rgba(187, 186, 186, .06);
    font-weight: 500;
    padding: 10px 20px;
    box-shadow: none
}

.accordion .accordion-item .accordion-header .accordion-button:hover {
    color: #0cc0df
}

.accordion .accordion-item .accordion-header .accordion-button:focus {
    border-color: #dee2e6
}

.accordion .accordion-item .accordion-header .accordion-button::after {
    background-image: none;
    content: "󰅀";
    font-family: "Material Design Icons";
    background: transparent;
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

.accordion .accordion-item .accordion-collapse .accordion-body a {
    text-decoration: none;
    font-size: 14px;
    color: #252d31;
    font-weight: 500
}

.accordion .accordion-item .accordion-collapse .accordion-body a:hover {
    color: #0cc0df
}

.accordion .accordion-button:not(.collapsed) {
    color: #0cc0df;
    font-weight: 500;
    border-bottom: 1px solid rgba(187, 186, 186, .5);
    box-shadow: none
}

.accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "󰅀";
    font-family: "Material Design Icons";
    width: 40px;
    height: 40px;
    font-size: 24px;
    background-color: transparent;
    color: #0cc0df;
    align-items: center;
    display: flex;
    justify-content: center
}

.reviews {
    background: rgba(187, 186, 186, .08)
}

.reviews .reviews-box .card-body {
    padding: 30px
}

.reviews .reviews-box .card-body .reviews-card {
    position: relative;
    border-color: rgba(0, 119, 109, .8)
}

.reviews .reviews-box .card-body .reviews-card::before {
    content: "";
    position: absolute;
    top: -54px;
    z-index: -3;
    height: 400px;
    width: 180px;
    align-self: center;
    background-color: rgba(0, 119, 109, .3)
}

.reviews .reviews-box .card-body .reviews-card .card-body {
    padding: 15px
}

.reviews .reviews-box .card-body .reviews-heading {
    position: relative;
    margin: 18px 0
}

.reviews .reviews-box .card-body .reviews-heading::before {
    content: "";
    position: absolute;
    top: 26px;
    height: 5px;
    width: 190px;
    background-color: #0cc0df
}

.reviews .carousel-indicators {
    left: 10%;
    top: 70%
}

.reviews .carousel-indicators button {
    width: 12px;
    height: 12px;
    background-color: rgba(0, 119, 109, .8);
    border-radius: 50%
}

.reviews .reviews-quote-1 {
    width: 40px;
    opacity: .3
}

.recette-sec {
    margin-top: 30px;
}

.recette-sec .shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.wave .wave-shape01 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.recette-sec p {
    font-size: 22px;
    font-family: "Helvetica", sans-serif;
}

.pricing {
    margin-top: 30px;
}

.pricing .pricing-box {
    transition: all .8s;
    border-radius: 80px 0px 30px 30px;
    position: relative
}

.pricing .pricing-box:hover {
    transform: translateY(-10px);
    border: 1px solid #0cc0df !important;
    transition: all .9s
}

.pricing .pricing-box:hover .card {
    transition: all .09s;
    background-color: #fff;
    transition: all .9s
}

.pricing .pricing-box:hover .card .card-body {
    border-bottom: none
}

.pricing .pricing-box:hover .card .card-body h6 {
    color: #fff
}

.pricing .pricing-box:hover .card .card-body h1 {
    color: #c20e1a
}

.pricing .pricing-box:hover .card .card-body h1 sub {
    color: #fff
}

.pricing .pricing-box ul li {
    padding: 8px 0
}

.pricing .pricing-box .pricing-lable {
    position: absolute;
    background-color: #0cc0df;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 90px;
    z-index: 1;
    top: -1px;
    right: 0;
    transform: rotate(-90deg) translateX(-27%)
}

.pricing .pricing-box .pricing-lable::after {
    content: "";
    border-top: 20px solid #0cc0df;
    border-bottom: 20px solid #0cc0df;
    border-left: 16px solid transparent;
    position: absolute;
    left: -15px;
    top: 0
}

.pricing .pricing-box .card {
    border: none;
    border-radius: 40px 9px 0 0;
    background: transparent
}

.pricing .pricing-box .card .card-body {
    padding: 15px;
    border-bottom: 1px solid rgba(131, 147, 147, .352)
}

.pricing .pricing-box .card .card-body h6 {
    color: #0cc0df
}

.pricing .pricing-box .card .card-body h1 sub {
    color: #839393
}

.pricing .active {
    border: 1px solid #fff !important;
    transform: translateY(-10px)
}

.pricing .active .pricing-lable {
    background-color: #fff;
    text-transform: uppercase;
    transition: all .9s;
    color: #c20e1a
}

.pricing .active .pricing-lable::after {
    border-color: #fff;
    border-left: 16px solid transparent;
    transition: all .9s
}

.pricing .active .card {
    background-color: #fff;
    transition: all .9s
}

.pricing .active .card .card-body {
    border-bottom: none
}

.pricing .active .card .card-body h6 {
    color: #fff
}

.pricing .active .card .card-body h2 {
    color: #c20e1a;
    font-family: "Fontspring", sans-serif;
    line-height: 1;
}

.pricing .active .card .card-body h1 sub {
    color: #fff
}

.fw-family {
    font-family: 'Helvetica', sans-serif;
    font-size: 1.7rem;
    font-style: italic;
}

.team #particles-js {
    position: absolute;
    width: 100%;
    height: 100%
}

.team .team-card {
    border-radius: 80px 0px 20px 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.team .team-colred {
    background-color: #c20e1a
}
.team .team-coljau {
    background-color: #f7da13
}

.team .team-colble {
    background-color: #8ad8f9
}

.team .team-colgre {
    background-color: #7ac364
}

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

.team .team-card .team-card-img img {
    transition: .5s ease-in-out;
    border-radius: 80px 0px 0px 0px
}

.team .team-card .team-card-img .team-social-icons {
    position: absolute;
    left: 30px;
    bottom: 0
}

.team .team-card .team-card-img .team-social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.team .team-card .team-card-img .team-social-icons ul li {
    display: inline-block;
    transition: .5s ease-in-out;
    transform: rotateX(90deg);
    transform-origin: bottom
}

.team .team-card .team-card-img .team-social-icons ul li a {
    width: 35px;
    height: 30px;
    font-size: 15px;
    border-radius: 5px 5px 0 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #252d31
}

.team .team-card .team-card-img .team-social-icons ul li a:hover {
    background-color: #0cc0df
}

.team .team-card .team-card-img .team-social-icons ul li:nth-child(odd) {
    transition: .9s ease-in-out
}

.team .team-card .team-card-text-2 {
    padding: 22px
}

.team .team-card .team-card-text-a {
    padding: 0px 22px 50px 22px;
    background-color: #8ad8f9;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}
.team .team-card .team-card-text-b {
    padding: 0px 22px 50px 22px;
    background-color: #c20e1a;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}
.team .team-card .team-card-text-c {
    padding: 0px 22px 50px 22px;
    background-color: #f7da13;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}
.team .team-card .team-card-text-d {
    padding: 0px 22px 50px 22px;
    background-color: #7ac364;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.team .team-card:hover .team-card-img img {
    transform: scale(1.05)
}

.team .team-card:hover .team-card-img .team-social-icons ul li {
    transform: rotateX(0)
}

.contact .contact-form .input-group-text {
    padding: 12px 15px;
    border: none;
    background-color: #0cc0df;
    color: #fff;
    position: absolute;
    top: 0;
    z-index: 1;
    bottom: 0
}

.contact .contact-form .form-control {
    padding: 12px 20px !important;
    padding-left: 58px !important;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: .25rem
}

.bg-account-pages {
    background: #fff;
    background: linear-gradient(180deg, white 0%, #0cc0df 81%);
    display: flex;
    align-items: center
}

.bg-account-pages .home-btn {
    position: absolute;
    top: 15px;
    right: 25px
}

.bg-account-pages .card {
    border: none
}

.bg-account-pages .card .card-body .alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.bg-account-pages .card .card-body form .form-check .form-check-input {
    font-size: 14px
}

.bg-account-pages .card .card-body form .form-check .form-check-label {
    font-size: 13px
}

.bg-account-pages .card .card-body form button {
    padding: 10px 0
}

.bg-account-pages .card .mt-n5 {
    margin-top: -50px
}

.bg-account-pages .card .plan-line {
    font-size: 15px
}

.bg-account-pages .card .plan-line::before {
    content: "";
    border: 1px solid #ebebeb;
    position: absolute;
    width: 26%;
    left: 64%;
    top: 11px
}

.bg-account-pages .card .plan-line::after {
    content: "";
    border: 1px solid #ebebeb;
    position: absolute;
    width: 26%;
    right: 64%;
    top: 11px
}

.bg-account-pages .card .form-control {
    padding: 9px 12px;
    font-size: 14px
}

.btn-social-icon li {
    background-color: #0cc0df;
    border: 1px solid transparent;
    transition: all .6s ease;
    font-size: 18px;
    border-radius: 45px;
    width: 33px;
    height: 33px;
    line-height: 30px
}

.btn-social-icon li:hover {
    background-color: #fff;
    border: 1px solid #bbbaba
}

.btn-social-icon li:hover a {
    color: #0cc0df
}

.btn-social-icon li a {
    color: #fff
}

.footer {
    color: #fff;
    font-size: 15px;
    background-color: #000
}

.footer-alt {
    background-color: #000;
    border-top: 1px solid #ffe001
}

.social-icon .list-inline-item:not(:last-child) {
    margin-right: 5px
}

.social-icon li a {
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    height: 32px;
    text-align: center;
    font-size: 15px;
    width: 32px;
    line-height: 30px;
    transition: all .4s ease;
    border-radius: 7px
}

.social-icon li a:hover {
    background-color: #000;
    color: #ffe001
}

.slider {
    margin-bottom: 30px;
    position: relative;
  }
  .slider .owl-item.active.center .slider-card {
    transform: scale(1.15);
    opacity: 1;
    background: #ff9966; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #ff5e62, #ff9966); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #ff5e62, #ff9966); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
  }
  .slider-card {
    background: #fff;
    padding: 0px 0px;
    /*margin: 50px 15px 90px 15px;*/
    border-radius: 5px;
    box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
    transform: scale(0.9);
    opacity: 0.5;
    transition: all 0.3s;
  }
  .slider-card img {
    border-radius: 5px 5px 0px 0px;
  }
  .owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
  }
  .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
  }
  .owl-dots {
    text-align: center;
  }
  .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #ccc !important;
    margin-left: 3px;
    margin-right: 3px;
    outline: none;
  }
  .owl-dots .owl-dot.active {
    background: #f44336 !important;
  }

 .md-25 {
    font-size: 25px !important;
    color: #ffe001;
  }

  .md-40 {
    font-size: 40px !important;
    color: #444748;
  }

  .chef-hat {
    border-left: 1px solid #444748;
    padding-left: 20px;
    margin-left: 16px;
  }

  .icon-block {
    font-size: 20px !important;
    color: #444748;
  }

.position-relative-example {    
    background-color: red;
  }
.position-relative-example div {
    width: 100%;
 }

 .fixed-btm {   
    z-index: 2;
    top: 100%;
    right: -5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
  }

  .recette-wrap {
    position: relative;
    overflow-x: hidden;
    z-index: 2000;
  }
  .pricing .recette-shape01 {
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
  }
  
  .pricing .recette-shape02 {
    right: 0;
    top: 0;
    position: absolute;
    z-index: -1;
  }

  .bg-rouge {
    --bs-bg-opacity: 1;
    background-color:#c20e1a !important;
    border-radius: 30px 30px 0 0;
    margin-bottom: 0;
    border-color: #c20e1a;
  }
  .bg-red {
    --bs-bg-opacity: 1;
    background-color:#c20e1a !important;
    border-radius: 0 0 30px 30px;
    margin-top: 0;
    border-color: #c20e1a;
    border-bottom: white;
    background-image: url("../images/white-frame.png");
  }

  .position-top {
    margin: -100px 0 0 0;
  }

  .margin-lg-100t {
    margin-top: 70px;
  }

  .padding-lg-110t {
    margin-top: 110px;
  }

  .padding-lg-30l {
    padding-left: 30px;
  }
  .padding-lg-30t {
    padding-top: 30px;
  }

  .home .shape-2 {
    position: absolute;
    top: 700px;
    left: 0;
  }

@media(max-width: 576px) {

    .carousel-indicators {
        display: none
    }
    .bg-account-pages .home-btn {
        display: none
    }

    .bg-account-pages .plan-line::before {
        display: none
    }

    .bg-account-pages .plan-line::after {
        display: none
    }
    .home {
        padding: 100px 0
    }

    .home .modal-btn {
        padding: 13px 75px 13px 30px !important
    }

    .home .home-heading h1 {
        font-size: 65px
    }

    .home .home-heading h2 {
        font-size: 45px;
        font-family: 'Helvetica';
        line-height: 55px;
      }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .reviews-heading {       
        margin-top: 40px;
        text-align: center;
        font-size: 50px;
    }

    .fixed-btm {       
        width: 100%;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        right: 0;
    }
    .recette-heading {
        text-align: center;
        margin-top: 110px;
    }
    .instagram-heading {
        font-size: 24px;
    }
    .heading1 {
        font-size: 2.3rem;
    }
    .text-bt {
        text-align: center;
        font-size: 20px;
    }
    .footer {
        text-align: center;
        font-size: 1.3rem;
    }
    .fw-family {
        font-size: 2.4rem;
    }

    .card-img-top {
        border-top-left-radius: calc(40px);
        border-top-right-radius: calc(0px);
        border: 1px solid #fff !important;
    }

    .home-2 {
        padding: 130px 0
    }
    .bg-red {
        --bs-bg-opacity: 1;
        background-color:#fff !important;
        border-radius: 0 0 30px 30px;
        margin-top: 0;
        border-color: #fff;
        border-bottom: white;
        background-image:none
      }
}

@media(max-width: 768px) {

    .bg-shape {
        background: transparent
    }

    .pricing-bg::before {
        display: none
    }
    .navbar-custom {
        padding: 18px 0px;
        background-color: #fff
    }

    .navbar-custom .navbar-brand {
        margin-left: 14px
    }

    .navbar-custom .navbar-brand .logo-dark {
        display: inline-block !important;
        width: 100px;
        height: 70px;
    }

    .navbar-custom .navbar-brand .logo-light {
        display: none !important
    }

    .navbar-custom .nav-item .nav-link {
        display: inline-block;
        color: #252d31 !important
    }

    .navbar-custom .nav-item .nav-link.active {
        color: #0cc0df
    }

    .navbar-nav .nav-item .nav-link {
        color: #252d31 !important
    }

    .navbar-nav .nav-item .nav-link.active {
        color: #0cc0df !important
    }

    .navbar-nav .nav-item .nav-link:hover {
        color: #0cc0df !important
    }

    .navbar-nav .nav-item .nav-link::before {
        background-color: #0cc0df !important
    }

    .nav-btn {
        background-color: #efc12d !important;
        color: #000 !important;
        font-size: 20px;
        font-weight: 700;
    }
    .salad-heading {
        font-size: 28px;
        line-height: 1.1;
        letter-spacing: -1px;
    }
    .fs-30 {
        font-size: 26px;
    }
    .wave .cta-heading {
        font-size: 65px;
        line-height: 55px;
        margin-bottom: 40px;      
    }
    .bg-red {
        --bs-bg-opacity: 1;
        background-color:#fff !important;
        border-radius: 0 0 30px 30px;
        margin-top: 0;
        border-color: #fff;
        border-bottom: white;
        background-image:none
      }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {  
    .fixed-btm {        
        right: 0;
        webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }    
    .bg-red {
        --bs-bg-opacity: 1;
        background-color:#fff !important;
        border-radius: 0 0 30px 30px;
        margin-top: 0;
        border-color: #fff;
        border-bottom: white;
        background-image:none
      }
}
  
  /* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
  
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    
    /* CSS */
    
}

@media(max-width: 1024px) {
    .features-box .card-body {
        padding: 45px !important
    }
}

@media(max-width: 1200px) {
    .container {
        max-width: 1140px !important
    }
    .home .home-img {
        height: auto;
        max-width: 100%
    }
}

@media (min-width: 1400px){
    .padding-lg-110t {
        margin-top: 140px;
    }
    .bg-red {
        --bs-bg-opacity: 1;
        background-color: #c20e1a !important;
        border-radius: 0 0 30px 30px;
        margin-top: 0;
        border-color: #fff;
        border-bottom: white;
        background-image:url("../images/white-frame-2.png");
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
   
} 

span.reverse {
    unicode-bidi: bidi-override;
    direction: rtl;
  }