.select2-container--default .select2-selection--single {
    direction: rtl;
}

.select2-results__option[aria-selected] {
    text-align: right;
}

.table {
    width: auto !important;
}

table.dataTable {
    margin: 0px !important;
}

.grid-list .img-box>img {
    height: auto;
}

.menu-btn {
    left: auto;
    right: 10px;
}

.menu-brand {
    right: 20px;
}

.menu-top-logo>.container>.menu-brand {
    right: 20px;
}

.cart_header {
    right: auto;
    top: 4px;
    position: absolute;
    left: 10px;
}

.tabby-card {
    font-family: system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
    color: #292929;
    padding-bottom: 32px;
    max-width: 400px;
    min-width: 300px;
    position: relative;
}

.tabby-card--rtl {
    direction: rtl;
    text-align: right;
}

.tabby-card-wide {
    max-width: inherit;
}

.tabby-card__logo {
    width: 45px;
    height: 18px;
    flex-shrink: 0;
}

.subtitle {
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 18px;
    color: #acacb6;
}

.styles__line--67c96 .styles__item--55e73 .styles__ellipse--4c3fe .styles__ellipse__section-4--519 {
    background: #0fad51 !important;
}

.success-box {
    background-color: #0c87c4;
}

.customSwalBtn {
    background-color: #1bba03 !important;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    display: inline;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
}

.table-logos img {
    width: 150px;
}

.extra-field {
    background-color: #0c87c4 !important;
    border-color: #0c87c4 !important;
    /*font-size: 14px !important;*/
}

.red-box {
    background-color: rgb(139 0 0) !important;
}

.cart_icon {
    animation: shake 3s;
    /*animation-iteration-count: infinite;*/
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

div#social-links {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    display: inline;
}

div#social-links ul {
    display: inline;
}

div#social-links ul li {
    display: inline-block;
}

div#social-links ul li a,
.share_icon {
    padding: 5px;
    border: 0px;
    font-size: 30px;
    cursor: pointer;
    color: #000000;
    display: inline;
}

div.stars {
    display: inline-block;
}

input.star {
    display: none;
}

label.star {
    float: right;
    padding: 10px;
    font-size: 36px;
    color: #444;
    transition: all .2s;
}

input.star:checked~label.star:before {
    content: '\f005';
    color: #FD4;
    transition: all .25s;
}

input.star-5:checked~label.star:before {
    color: #FE7;
    text-shadow: 0 0 20px #952;
}

input.star-1:checked~label.star:before {
    color: #F62;
}

label.star:hover {
    transform: rotate(-15deg) scale(1.3);
}

label.star:before {
    content: '\f006';
    font-family: FontAwesome;
}

.checked {
    color: orange;
}


/* Three column layout */

.side {
    float: left;
    width: 15%;
}

.middle {
    margin-top: 10px;
    float: left;
    width: 70%;
}


/* Place text to the right */

.right {
    text-align: right;
}


/* Clear floats after the columns */

.row:after {
    content: "";
    display: table;
    clear: both;
}


/* The bar container */

.bar-container {
    width: 100%;
    border-radius: 15px;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
}


/* Individual bars */

.bar-5 {
    height: 18px;
    background-color: #ff9800;
    border-radius: 15px;
}

.bar-4 {
    height: 18px;
    background-color: #ff9800;
    border-radius: 15px;
}

.bar-3 {
    height: 18px;
    background-color: #ff9800;
    border-radius: 15px;
}

.bar-2 {
    height: 18px;
    background-color: #ff9800;
    border-radius: 15px;
}

.bar-1 {
    height: 18px;
    background-color: #ff9800;
    border-radius: 15px;
}

.description {
    text-align: center;
    width: 100%;
}

.clientImage {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.clientImage span {
    margin-left: 10px;
}

.clientImage img {
    width: 40px;
    border-radius: 15px;
    margin: 3px;
}

.reviewSection {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.reviewItem {
    width: 100%;
    margin-bottom: 5px;
    padding: 10px;
    cursor: pointer;
    border-radius: 10px;
    background-color: #fafafa;
    border: 1px solid #fafafa;
    transition: all .2s linear;
}

.reviewItem:hover {
    border-color: #004767;
    transform: scale(1.01);
    background-color: #fafafa;
    box-shadow: 0 0px 5px 0px #004767;
}

.top {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.top ul {
    display: flex;
    list-style: none;
}

.top ul li {
    padding-left: 4px;
}

article p {
    font-size: 15px;
    font-weight: 100;
    margin-bottom: 1rem;
    font-family: system-ui;
}

@media screen and (max-width:700px) {
    .container {
        height: auto;
    }
    .description {
        width: 90%;
    }
}

@media screen and (max-width:375px) {
    .reviewSection {
        padding: 0;
    }
    .reviewItem {
        width: 100%;
    }
    .clientImage {
        margin-bottom: 0.6rem;
    }
}

.share-options.active {
    transform: scale(1);
}

.title {
    opacity: 0;
    transition: .5s;
    transition-delay: 0s;
    font-size: 20px;
    text-transform: capitalize;
    border-bottom: 1px solid #fff;
    width: fit-content;
    padding: 0 20px 3px 0;
}

.social-media {
    opacity: 0;
    transition: .5s;
    transition-delay: 0s;
    width: 250px;
    height: 120px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

.social-media-btn {
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #000;
    color: #000000;
    line-height: 50px;
    font-size: 25px;
    cursor: pointer;
    margin: 0 5px;
    text-align: center;
}

.social-media-btn:nth-child(1) {
    background: #FFA654;
}

.social-media-btn:nth-child(2) {
    background: #25D366;
}

.social-media-btn:nth-child(3) {
    background: #E4405F;
}

.social-media-btn:nth-child(4) {
    background: #1DA1F2;
}

.social-media-btn:nth-child(5) {
    background: #1877F2;
}

.social-media-btn:nth-child(6) {
    background: #0A66C2;
}

.link-container {
    opacity: 0;
    transition: .5s;
    transition-delay: 0s;
    width: 100%;
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 40px;
    background-color: #fff;
    overflow: hidden;
    padding: 0 10px;
}

.link {
    width: 80%;
    height: 100%;
    line-height: 40px;
    color: #000;
}

.copy-btn {
    position: absolute;
    right: 0;
    cursor: pointer;
    background: #000;
    color: #fff;
    border: none;
    height: 100%;
    width: 30%;
    text-transform: capitalize;
    font-size: 16px;
}

.share-options.active .title,
.share-options.active .social-media,
.share-options.active .link-container {
    opacity: 1;
    transition: .5s;
    transition-delay: .5s;
}

#snackbar {
    visibility: hidden;
    /* Hidden by default. Visible on click */
    min-width: 250px;
    /* Set a default minimum width */
    margin-left: -125px;
    /* Divide value of min-width by 2 */
    background-color: #333;
    /* Black background color */
    color: #fff;
    /* White text color */
    text-align: center;
    /* Centered text */
    border-radius: 2px;
    /* Rounded borders */
    padding: 16px;
    /* Padding */
    position: fixed;
    /* Sit on top of the screen */
    z-index: 1;
    /* Add a z-index if needed */
    left: 50%;
    /* Center the snackbar */
    bottom: 30px;
    /* 30px from the bottom */
}


/* Show the snackbar when clicking on a button (class added with JavaScript) */

#snackbar.show {
    visibility: visible;
    /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}


/* Animations to fade the snackbar in and out */


/*@-webkit-keyframes fadein {*/


/*  from {bottom: 0; opacity: 0;}*/


/*  to {bottom: 30px; opacity: 1;}*/


/*}*/


/*@keyframes fadein {*/


/*  from {bottom: 0; opacity: 0;}*/


/*  to {bottom: 30px; opacity: 1;}*/


/*}*/

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

.shareContainer {
    text-align: center;
    padding: 30px 10px;
}

.timerDiv {
    text-align: center;
    padding: 30px 10px;
    background: #0D1A29;
    border-radius: 8px;
    width: 100%;
    height: fit-content;
    position: relative;
    font-weight: bold;
    -webkit-animation: index .5s .5s linear both;
    z-index: 2;
}

.flipcounHoursHr {
    position: absolute;
    top: 35%;
    left: 0;
    background-color: #222 !important;
    margin: 0px !important;
    width: 100%;
    height: 1px !important;
    border: 0 important;
    z-index: 1;
}

#timer {
    font-size: 3em;
    font-weight: 100;
    color: white;
    text-shadow: 0 0 20px #48C8FF;
}

#timer div {
    display: inline-block;
    min-width: 90px;
}

#timer div span {
    color: #B1CDF1;
    display: block;
    font-size: .35em;
    font-weight: 400;
}

.flipcount {
    position: relative;
    float: center;
    margin: 10px important;
    padding: 5px 10px !important;
    border-radius: 8px;
    width: fit-content;
    height: 100%;
    font-weight: bold;
    -webkit-animation: index .5s .5s linear both;
    z-index: 2;
    background: #222;
}

.flipcounthr {
    position: absolute;
    color: #fff important;
    left: 0;
    top: 45%;
    background-color: #222 !important;
    margin: 0px !important;
    width: 100%;
    height: 1px !important;
    border: 0 important;
    background: #000 important;
    z-index: 10 important;
    /*opacity: 0;*/
}

.backButton {
    display: inline;
    margin: 5px;
    background-color: #e31c1c !important;
}


/*
*
* =================================================================
* SKIN
* =================================================================
*
* Populate this file with the CSS of your custom design.
* Include this file into the <head> area of your pages, after the style.css and any other css file.
*
*/


/* @import url('https://fonts.googleapis.com/css?family=Montserrat:500,600,700,800'); */

@font-face {
    font-family: 'AlmaraiR';
    src: url("../fonts/Almarai-Regular.ttf");
}

@font-face {
    font-family: 'Monda';
    src: url("../fonts/En/Monda-Regular.ttf");
}


/*
-------------------------------------------------------------------
CUSTOM
-------------------------------------------------------------------
*/

body,
header,
input[type],
button,
textarea,
select,
option {
    font-family: 'AlmaraiR', sans-serif !important;
    direction: rtl;
}

.En {
    direction: ltr !important;
    font-family: 'Monda', 'AlmaraiR', sans-serif !important;
}

p {
    text-align: justify;
}

.color-main {
    color: #004767 !important;
}

.color-second {
    color: #004767 !important;
}

.color-red {
    color: red !important;
}

.color-white {
    color: white !important;
}

.backgroun-whaite {
    background-color: white !important;
}

.backgroun-color-2 {
    background-color: rgb(228, 237, 243);
    padding: 2pc;
}

.red-box {
    background-color: darkred !important;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-justify {
    text-align: justify !important;
}

.btn-broder {
    background-color: transparent !important;
    color: #004767;
}


/*---------*/

.text-xs {
    font-size: 12px !important;
    line-height: 16px;
}

.text-s {
    line-height: 20px;
}

.text-l {
    line-height: 38px;
}

.text-xl {
    line-height: 60px;
    font-size: 60px !important;
}

.padding-10 {
    padding: 10px;
}

.btn-posters {
    float: left;
    position: absolute;
    left: 10pc;
    bottom: 0;
}


/** ===================*/

.whatsapp-btn {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-btn:hover {
    opacity: 0.8;
}

.whatsapp-btn>i {
    /*margin-top:16px;*/
    transform: rotate(-55deg);
    font-weight: bold;
    top: 15px;
    right: 14px;
    position: absolute;
}


/*---------*/

.courses_registered .album-title>a {
    float: left;
}

.courses_registered .grid-item h4 {
    position: absolute;
    top: 10px;
    background-color: rgba(0, 71, 103, 0.8);
    padding: 0 10px;
    color: #FFF;
    right: 10px;
}

.courses_registered .album-box img {
    height: 250px;
    width: 100%;
}


/*---------*/

.category-list>.row>div>a {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 1pc;
    margin-bottom: 1pc;
    border: 1px solid #3081c8;
}

.category-list .icon-box-top:hover {
    border: 2px solid #FFF;
    color: #3081c8;
}

.category-list .icon-box-top:hover i {
    color: #FFF;
}

.category-list .icon-box-top i {
    font-size: 60px;
    color: #3081c8;
}

.category-list .icon-box-top h3 {
    margin: 10px 0;
}

.form-box input[type],
.form-box textarea,
.form-box select {
    color: #004767;
    background-color: #FFF !important;
    padding-right: 1pc;
    padding-left: 1pc;
}

.marker {
    background-color: #feffa5;
}


/*---*/

.pull-left {
    float: left!important
}

.link-table .btn {
    padding: 0 10px;
}


/*----*/

.logo-nav {}

.logo-nav>span {
    line-height: 1.6;
}

.logo-nav>span>small {
    display: block;
    font-size: 0.72pc;
}


/*----*/

.trainee_lesson .tab-nav {
    padding-top: 1pc;
    padding-right: 0;
}

.trainee_lesson .tab-nav li a {
    text-align: right;
}

.trainee_lesson .panel {
    padding-left: 1pc;
    text-align: justify;
}


/*----*/

.grid-list .img-box>img {
    height: 200px;
    width: 100%;
}


/*----*/

.border {
    padding-top: 1pc;
    padding-bottom: 1pc;
    border: 1px solid #ddd;
}


/*--------*/

.courses-items .cnt-box-info .extra-field {
    display: block;
    width: 100%;
    font-weight: 600;
    letter-spacing: .5px;
    color: rgb(255, 255, 255);
    padding: 5px 15px;
    bottom: 0px;
    margin: 10px 0 0 0;
    text-align: center;
    border-radius: 0;
}

.courses-items .cnt-box.boxed .caption {
    padding: 30px 30px 60px;
}


/*
-------------------------------------------------------------------
  input
-------------------------------------------------------------------
*/

.error-box p {
    color: #FFF;
}

.success-box {
    /*background: #004767 ;*/
    background-color: #0c87c4;
}

.glide__slide {
    /*max-height: 300px !important;*/
}


/*
-------------------------------------------------------------------
  USER
-------------------------------------------------------------------
*/


/*---------*/

.user-li {
    background-color: #004767;
}

.user-li>a {
    padding: 0 50px !important;
}

.user-li>a::before {
    /*right: 10px;
  left:  auto;

      text-transform: none;
      font-family: "Icons";
      content: "\67";
      position: absolute;*/
}

.user-li>ul {}

.user-li>ul>li {}


/*
-------------------------------------------------------------------
RTL
-------------------------------------------------------------------
*/

.menu-top-logo>.container>.menu-brand {
    right: auto;
}

.menu-top-logo .menu-right {
    right: 50%;
}

body>nav .menu-brand {
    float: right;
}

body>nav .menu-brand a {
    text-decoration: none;
}

body>nav .menu-brand>a span,
body>nav .menu-brand>a img {
    display: inline-block;
    vertical-align: middle;
    /*padding: 0 5px;*/
    font-size: 18px;
}


/*---*/

.menu-cnt>ul>li.dropdown>a,
.menu-cnt>ul>li.mega-dropdown>a {
    padding-left: 40px;
    padding-right: auto;
}

.menu-cnt>ul>li.dropdown>a::after {
    left: 10px;
    right: auto;
}

.menu-btn {
    right: auto;
    left: 30px;
}

.timeline>div.inverted .panel {
    margin-right: 30%;
    margin-left: 0;
}

.timeline .panel:last-child,
.timeline .panel {
    padding: 30px 0 30px 30px;
}

.timeline .badge {
    background-color: transparent;
}


/*---*/

.box-steps-vertical>.step-item::before {
    right: 14px;
    left: auto;
}

.box-steps-vertical>.step-item>.content {
    padding: 0 60px 0 0;
}


/*---*/

ul.icon-list li {
    padding-left: auto;
    padding-right: 30px;
}

.icon-circle li::before,
.icon-circle span::before,
.icon-line li::before,
.icon-line span::before {
    left: auto;
    right: 0;
}

.icon-list-horizontal.icon-list li {
    margin-left: 25px;
}

.icon-list li>i {
    left: auto;
    right: 0;
}


/*---*/

.menu-inner-image.menu-inner li>a {
    padding-right: 90px;
    padding-left: 0 !important;
}

.menu-inner-image li img {
    left: auto !important;
    right: 0 !important;
}


/*--*/

.section-map>.container {
    left: auto;
    right: calc(50% - 30px);
}


/*--*/

.cnt-box-side>.caption {
    padding-left: 0;
    padding-right: 30px;
}

.form-box .form-checkbox label {
    margin-right: 15px;
}

.table-border tbody tr td:first-child,
.table-border thead tr:first-child th:first-child {
    border-left: 1px solid rgb(188, 206, 216);
}


/*--*/

.table-grid.table-border.align-left tbody tr td:first-child {
    padding-right: 0;
    padding-left: 30px;
}


/*

# COLORS
===================================================================

*/

body,
p,
a,
.btn-text,
.input-text,
.input-select,
.input-textarea,
.cnt-box-blog-side .btn-text:not(:hover):after,
.cnt-box-blog-top .btn-text:not(:hover):after,
.icon-list span,
.icon-list span a,
.social-links a i,
a,
.glide__arrow,
.search-bar input[type=submit],
.menu-cnt>ul>li a,
.media-box.media-box-down .caption p {
    color: rgb(64, 77, 96);
}

body>nav,
footer,
.progress-bar>div,
.progress-bar>div span,
.shop-menu-cnt .shop-menu,
i.scroll-top-btn,
.tab-nav li a:before,
.tab-nav li a:after,
.btn:not(.btn-border):hover,
section .cnt-box.boxed.light .caption,
.img-box-caption span,
.cnt-box-badge .badge,
.cnt-box-blog-side .blog-date,
.menu-fixed.scroll-menu,
.cnt-box-blog-top .blog-date,
.dropdown ul:not(.icon-list) li:hover>a,
.menu-cnt>ul>li:hover>a,
.lan-menu>li:hover>a,
.glide__bullets>button:hover,
.glide__bullets>button.glide__bullet--active,
main>section.section-base.section-color.light,
.section-color.light .input-text,
.section-color.light .input-select,
.section-color.light .input-textarea,
.counter i,
.cnt-box-side-icon.boxed.light>i,
.cnt-box-top-icon.boxed.light>i,
.media-box-half,
.album-box .caption,
.album-box .img-box,
.icon-box i,
.media-box.media-box-reveal .caption,
.media-box-full:before,
.list-nav a.list-archive:hover,
.header-base h2,
.list-tags a,
.img-box:before,
.menu-mini,
.menu-side,
.btn-video:empty:hover,
.tweets_txt {
    background-color: #004767;
}

.boxed-area.light,
.media-box-full .caption {
    background-color: #004767 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.cnt-call .caption .btn-text,
.section-color .icon-box i,
.counter .value span,
.breadcrumb li a,
.step-item>span,
.cnt-pricing-table .price span,
.cnt-pricing-table .top-area p,
.album-title span,
.text-list-bold li>b:first-child,
.text-list-line li b,
.list-nav a,
.menu-inner-image li a span,
.controls-bottom-right .glide__arrow,
.icon-list-blog a,
.quote,
.table-time th,
.form-box p,
.countdown-vertical [data-time]>div>span,
.countdown-horizontal [data-time]>div>span:last-child,
.media-box.media-box-down .caption h2,
.menu-inner .menu-btn,
.menu-inner>div>span {
    color: #004767;
}

.light .dropdown ul li:not(:hover)>a,
.text-color-1 {
    color: #004767 !important;
}

.btn:hover,
.input-text:focus,
.input-select:focus,
.input-textarea:focus,
.search-bar input[type=text]:focus,
.glide__bullets>button,
.accordion-list>li,
.table-time td,
.table-time th {
    border-color: #004767;
}

.tab-nav li:not(.active):not(:hover) a,
.btn.btn-border:hover,
.btn.btn-border.active {
    color: #004767;
    border-color: #004767;
}

.tab-nav li.active a,
.tab-nav li:hover a,
.btn:not(.btn-border).active,
.icon-links-button:not(.social-colors):not(.social-colors-hover) a:hover {
    background-color: #004767;
    border-color: #004767;
}

@media (max-width: 991.98px) {
    nav .menu-cnt>ul>li>a,
    nav .menu-cnt>ul>li.nav-label>a span,
    .menu-cnt .menu-right,
    body nav .lan-menu>li>a,
    .lan-menu li a,
    .lan-menu .dropdown>ul>li>a,
    body .lan-menu>li:hover>a,
    body nav:not(.menu-transparent) .lan-menu>li:hover>a {
        color: #004767;
    }
    nav.light .menu-cnt a {
        color: #004767 !important;
    }
    .search-box-menu {
        border-color: #004767;
    }
}

 ::placeholder {
    color: rgb(75, 134, 161);
}

.light .shop-menu .shop-cart .cart-item .cart-content,
.btn-video:after,
.menu-cnt>ul>li:hover>a,
.icon-list li>i,
.icon-links:not(.social-colors) a i,
.btn.btn-border,
.title p,
.accordion-list>li>a:before,
nav:not(.menu-transparent) .menu-cnt>ul>li:hover>a,
.cnt-box-info .cnt-info>div>span:last-child,
.btn-text:after,
.menu-cnt>ul>li.nav-label>a,
.cnt-box-top-icon>i,
.cnt-box-side-icon>im.btn-border:hover,
.icon-links a:hover i,
.icon-links-popup:hover>i,
.breadcrumb li:not(:last-child):hover a,
.pagination li:not(.page):hover a,
.search-bar input[type=submit]:hover,
.accordion-list>li:hover>a,
.btn-text:hover,
.menu-inner li:hover>a,
.menu-inner li.active>a,
.menu-inner .dropdown ul>li:hover>a,
.album-title>a:hover,
.glide__arrow:hover,
.mega-menu .icon-list li a:hover,
nav.active .menu-btn,
.menu-transparent .menu-cnt>ul>li:hover>a,
.list-nav a:hover,
.counter .value [data-to],
body>header h2,
.breadcrumb li:last-child a,
.cnt-box-side .extra-field,
.cnt-box-team .caption,
.timeline .badge span,
.cnt-pricing-table .price,
.cnt-pricing-table>ul>li:before,
.media-box .extra-field,
.album-title>a:before,
.accordion-list>li.active>a,
.media-box.media-box-reveal .caption h3,
.cnt-box-top .extra-field,
.list-nav a:first-child:before,
.list-nav a:last-child:before,
.cnt-box-testimonials-bubble .thumb-bar span:last-child,
.cnt-box-side-icon>i,
.countdown-vertical [data-time]>div>span:first-child,
.countdown-horizontal [data-time]>div>span:first-child,
.social-feed a {
    color: #004767
}

footer.light a,
.cnt-box.light .extra-field,
nav.light .menu-cnt>ul>li:hover>a,
.section-home-slider [data-to],
.section-home-slider h2,
.light .title p,
body>header.light h2,
.boxed-area.light .text-list-bold li b,
.text-color-2 {
    color: #004767 !important;
}

.cnt-box-blog-side .blog-date span:last-child,
.progress-bar>div>div,
footer .icon-list li:before,
.shop-menu .cart-buttons a:hover,
.cnt-box-blog-top .blog-date span:last-child,
.btn-video:empty,
.dropdown ul:not(.icon-list) li:hover>a,
.cnt-box-info .extra-field,
.menu-cnt>ul>li:hover>a,
.lan-menu>li:hover>a,
.dropdown>ul:before,
.shop-menu-cnt .cart-count,
.light .icon-box i,
.light .counter i,
.section-color.light .btn:not(.btn-border):hover,
.breadcrumb li a:after,
.menu-inner li:before,
.text-list-base li>div,
.text-list-image .content>div,
.text-list-side li>div,
.text-line:before,
.icon-line li:before,
.icon-line span:before,
.icon-circle li:before,
.media-box-reveal .caption h3:before,
.arrows-inner-right .glide__arrow,
.light .breadcrumb li a:after,
.list-tags a:hover {
    background-color: #004767
}

.btn,
.icon-links-grid a:hover,
.icon-links-button a,
.pagination li.page:hover a,
.pagination li.page.active a,
.list-nav a.list-archive {
    background-color: #004767;
    border-color: #004767;
}

.light .glide__bullets>button.glide__bullet--active,
.section-home-slider .glide__arrow {
    background-color: #004767 !important;
    border-color: #004767 !important;
}

.shop-menu,
.menu-cnt>ul li ul li:hover+li>a,
nav .menu-right .custom-area,
.input-text,
.input-select,
.input-textarea,
.light .glide__bullets>button,
.light .text-list-line li hr,
.media-box-half .extra-field+p,
.album-box .caption,
.media-box-reveal .caption,
.cnt-box-top .extra-field,
.icon-links-grid a,
.cnt-box-testimonials-bubble>p,
.light .table-border td {
    border-color: #004767
}

.cnt-call,
.comment-list li,
.timeline .panel,
.header-base,
main>section.section-base.section-color,
.section-color .input-text,
.section-color .input-select,
.section-color .input-textarea {
    background-color: rgb(228, 237, 243);
}

.menu-cnt>ul>li>a,
.menu-cnt,
nav .lan-menu>li>a,
i.scroll-top-btn,
.cart-item h5,
.shop-menu p,
.shop-menu .cart-buttons a,
.icon-box i,
.counter i,
.media-box .caption h2,
.media-box .caption p,
footer .text-list-line li b,
.light .text-list-line li b,
.icon-links-grid a:hover i,
.icon-links.icon-links-button a i,
nav .icon-links:not(.social-colors) a i,
.menu-btn {
    color: #FFF;
}

.section-home-slider h2 span,
footer.light ul li>a,
.section-color.light .input-text,
.section-color.light .input-select,
.section-color.light .input-textarea,
.social-colors.icon-links-grid a:hover i {
    color: #FFF !important;
}

@media (max-width: 991.98px) {
    .light .dropdown ul li:hover>a,
    .light .shop-menu .cart-buttons a {
        color: #FFF !important;
    }
}

.menu-cnt>ul>li:hover>a,
.lan-menu>li:hover>a {
    background-color: transparent;
}

.menu-cnt>ul>li>a:first-child {
    background-color: transparent;
}

.cnt-box.boxed .caption,
.cnt-box-side-icon.boxed>i,
.cnt-box-top-icon.boxed>i,
.boxed-area,
.cnt-box-top-icon.boxed,
.cnt-box-testimonials-bubble>p,
.section-color .icon-box i {
    background-color: rgb(255, 255, 255);
}

.light .glide__bullets>button {
    background: none !important;
}

.bg-color,
body main>section.bg-color,
.menu-top-logo>.container:before {
    background-color: rgba(255, 255, 255, 0.25);
}


/*

# CUSTOM
===================================================================

*/

.btn-video:empty {
    width: 80px;
    height: 80px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;
    transition: all .5s;
    cursor: pointer;
}

.btn-video:empty:before {
    width: 78px;
    height: 78px;
    margin-right: -40px;
    top: 0;
    color: #FFF;
}

.btn-video:empty:after {
    width: 50px;
    height: 80px;
    font-size: 37px;
    line-height: 80px;
    margin-right: -22px;
    color: #FFF;
}

.text-line {
    position: relative;
    z-index: 9;
}

.text-line:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 4px;
    border-radius: 3px;
    z-index: -1;
}

.table-time th {
    font-weight: 700;
}

.icon-list-blog li {
    padding-right: 30px;
}

.icon-list-blog i {
    font-size: 18px;
}

.icon-list-blog a {
    font-weight: 600;
}

.controls-left {
    margin-bottom: 0;
}

.controls-left .glide__bullets {
    right: -282px;
    bottom: 0;
    justify-content: flex-start;
}

.events-list .caption .extra-field {
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
    padding-right: 30px;
    line-height: 35px;
}

.events-list .caption .extra-field:before {
    font-family: "Icons";
    content: "\6e";
    text-transform: none;
    position: absolute;
    font-size: 19px;
    line-height: 32px;
    font-weight: 400;
    width: 30px;
    right: 0;
    top: 1px;
    transition: all .5s;
}

.margin-top-35,
.box-sign.margin-top-35 {
    margin-top: 35px;
}

.button-pag-right {
    text-align: left;
    margin-top: -30px;
}

.pagination-top-right {
    position: relative;
}

.pagination-top-right .list-pagination {
    padding: 0;
}

.pagination-top-right .pagination {
    position: absolute;
    top: -100px;
    left: 10px;
}

.pagination-top-right .pagination li:not(.page) {
    display: none;
}

h3+.pagination-top-right .pagination {
    top: -65px;
}

hr.space-25 {
    max-height: 25px;
}

hr.space-45 {
    height: 45px;
}

.slide-image {
    margin-bottom: -30px;
}

.block-image {
    position: absolute;
    max-height: 600px;
    top: -50px;
}

.table-grid.table-border.table-10 tbody tr td {
    padding: 10px;
}

.table-grid.table-border.align-left.table-10 tbody tr td:not(:first-child) {
    padding-right: 30px;
}

.table-logos img {
    /*
  width: 160px;
      */
    width: 250px;
    margin: 0 auto 0 auto;
    background-color: #FFF;
    padding: 10px;
}

.table-logos p {
    font-weight: 600;
    font-size: 13px;
    line-height: 23px;
}

.table-logos.table-10 img {
    max-width: 125px;
    width: 100%;
    margin: 0 auto;
}

.width-190 {
    min-width: 190px;
}

.width-650 {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
}

.text-style-1 {
    font-weight: 600;
    font-size: 18px;
    opacity: .7;
    margin-top: 15px;
}

.gap-40,
.gap-40>div {
    grid-gap: 40px;
}

.gap-18,
.gap-18>div {
    grid-gap: 18px;
}

.tab-top-right {
    position: relative;
}

.tab-top-right .tab-nav {
    position: absolute;
    left: 0;
    top: -95px;
}

.nav-label {
    position: absolute;
    left: -15px;
}

.menu-cnt>ul>li.nav-label>a {
    font-weight: 600;
    font-size: 14px;
    padding-left: 0;
}

.menu-cnt>ul>li.nav-label>a span {
    font-weight: 700;
    padding-left: 5px;
    color: #FFF;
    font-size: 13px;
}

.section-overflow-top {
    overflow: visible;
}

.section-overflow-top>.container {
    padding-top: 0;
}

.section-overflow-top>.container>div:first-child,
.section-overflow-top>.container>table:first-child {
    transform: translateY(-90px);
}

.section-overflow-top>.container>.cnt-box-side>.img-box,
.section-overflow-top>.container>.cnt-box-side>.caption {
    width: 50%;
}

.section-overflow-top>.container>.cnt-box-side>.caption {
    padding: 60px 30px;
}

.section-overflow-top>.container>.cnt-box-side .caption h2 {
    font-size: 28px;
    font-weight: 700;
}

.section-overflow-top .logo-area {
    padding: 30px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.boxed-area {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.grid-list.boxed-area {
    padding: 0;
    border-radius: 3px;
    box-shadow: none;
    background: none !important;
}

.grid-list.boxed-area>div {
    grid-gap: 15px;
}

.grid-list.boxed-area .grid-item {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.section-home-slider h1 {
    position: absolute;
    z-index: 2;
    max-width: 400px;
    margin-top: 30px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.18823529411764706);
    text-transform: uppercase;
    transition: all .6s;
}

.section-home-slider .slider {
    margin-bottom: 45px;
}

main>section.section-base.section-home-slider {
    background-color: rgb(19, 48, 74);
}

.section-home-slider .slider li>.img-box {
    margin: 15px 15px 15px 150px;
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.16);
}

.section-home-slider .slider li>.img-box:before {
    opacity: 1;
    z-index: 1;
    background: linear-gradient(to right, rgb(30, 48, 57) 0%, rgba(0, 0, 0, 0) 60%);
    border-radius: 0;
}

.section-home-slider .glide__arrow,
.arrows-inner-right .glide__arrow {
    right: 0;
    bottom: -45px;
    top: auto;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: all .5s;
    text-align: center;
}

.section-home-slider .glide__arrow:hover,
.arrows-inner-right .glide__arrow:hover {
    transform: scale(.95);
}

.section-home-slider .glide__arrow--right {
    left: 75px;
}

.section-home-slider .glide__arrow:before,
.arrows-inner-right .glide__arrow:before {
    line-height: 50px;
    width: 50px;
    font-size: 33px;
    margin-right: 1px;
    color: #FFF;
}

.section-home-slider .glide__arrow--right:before {
    margin-right: -1px;
}

.section-home-slider .glide__bullets {
    bottom: -40px;
    padding-left: 10px;
    justify-content: flex-end;
}

.section-home-slider .col-lg-5 {
    padding-top: 10px;
}

.section-home-slider h2 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 800;
    font-size: 28px;
}

.section-home-slider h2+p {
    margin: 39px 0 18px 0;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .section-home-slider h2+p {
        margin: 23px 0 0px 0;
    }
}

.section-home-slider [data-to] {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: .5px;
}

.section-home-slider .counter h3 {
    margin: 0;
    font-weight: 500;
    text-transform: none;
    font-size: 16px;
}

.section-home-slider+section {
    overflow: visible;
}

.section-home-slider+section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    top: 0;
    right: 0;
    left: 0;
}

.arrows-inner-right .glide__arrow {
    right: auto;
    left: 93px;
    bottom: 30px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.arrows-inner-right .glide__arrow--right {
    left: 30px;
}

.box-sign {
    margin-top: 60px;
    padding: 36px 15px 0 120px;
    position: relative;
}

.box-sign.no-margin {
    margin-top: 0;
}

.box-sign img {
    position: absolute;
    right: 0;
    top: 0;
}

.box-sign b {
    font-weight: 800;
    font-size: 16px;
}

.box-sign span {
    display: block;
    line-height: 15px;
}

@media (min-width: 994px) and (max-width: 1200px) {
    .section-home-one p {
        font-size: 13px;
    }
    .section-home-one li h1 {
        font-size: 37px;
        line-height: 49px;
    }
    .section-home-one .slide-image {
        margin-top: 85px;
    }
}


/*

# LAYOUT & TYPOGRAPHY
===================================================================

*/

body,
textarea {
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
}

button,
.input-text,
.input-select,
.input-textarea {
    font-family: 'Montserrat', sans-serif;
}

h1,
h2 {
    font-weight: 900;
}

h1 {
    font-size: 45px;
    line-height: 65px;
}

h1+p,
h2+p,
h3+p,
h4+p,
h2+h4,
h1+h4,
h2+ul.icon-list,
h3+ul.icon-list,
p+h3,
p+.btn,
p+h4,
h4+.btn,
h4+.btn-text,
h4+input,
h4+select,
h4+textarea,
p+ul.icon-list,
p+.btn-text,
p+table,
p+pre,
p+img,
p+.row,
p+.img-box,
p+.media-box,
p+.cnt-box,
p+.icon-links,
p+ul.icon-list,
.container>.row+.row,
.container>div+p,
p+.text-list,
.container>div+.btn,
.table+.btn,
.table+.btn-text,
h4+div,
h4+ul,
h4+ul.icon-list,
h4+a,
.slimScrollDiv+.btn,
h3+.grid-list,
h3+.slider,
.text-list+.btn,
.text-list+.btn-text {
    margin-top: 30px;
}

h3+h1 {
    margin-top: 10px;
}

[class*=col-lg-]>h3,
.boxed-area>h3,
.container>h3 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 21px;
}

.container>h2 {
    line-height: 37px;
}

.widget>h3 {
    font-size: 18px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 576px) {
    .controls-top-right {
        margin-bottom: 0;
    }
    .controls-top-right .glide__bullets {
        bottom: auto;
        top: -65px;
        left: -5px;
        right: auto;
        justify-content: flex-end;
    }
}

@media (min-width: 767px) {
    .controls-bottom-right .glide__bullets {
        top: auto;
        bottom: -50px;
        left: -5px;
        right: auto;
        justify-content: flex-end;
    }
    .controls-bottom-right .glide__arrow {
        bottom: -60px;
        top: auto;
    }
    .controls-bottom-right .glide__arrow--right {
        left: -10px;
    }
    .controls-bottom-right .glide__arrow--left {
        right: auto;
        left: 15px;
    }
    .controls-bottom-right[data-options*="arrows"] .glide__bullets {
        left: 55px;
    }
    .controls-bottom-right .glide__arrow:hover:before {
        margin: 0;
    }
}

[class*=col-lg]>img {
    border-radius: 3px;
}

.text-xs {
    line-height: 22px;
    opacity: .8;
}


/*

# NAV MENU
===================================================================

*/

.menu-side-collapse .tab-nav li a:before {
    display: none;
}

@media (min-width: 992px) {
    .menu-side .dropdown>ul,
    .menu-side .dropdown .mega-menu,
    .menu-side .dropdown-submenu>ul {
        margin: 0;
    }
}

.mega-menu h5 {
    margin-bottom: 15px;
}

.menu-cnt>ul>li.dropdown .mega-menu a {
    border: none;
}

.menu-side .bottom-area p {
    color: #FFF;
    line-height: 22px;
}

.menu-side .menu-cnt>ul>li.dropdown>a:after {
    opacity: .7;
}

body>nav.menu-subtitle .search-box-menu.active>input {
    top: 90px;
}

body>nav.menu-subtitle>.container {
    min-height: 70px;
}

.menu-subtitle .menu-cnt li a span {
    position: relative;
    text-transform: none;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 500;
    letter-spacing: .2px;
    bottom: 30px;
}

.menu-subtitle .menu-brand {
    padding: 15px 0;
}

@media (min-width: 992px) {
    .menu-classic .menu-cnt>ul>li>a,
    .menu-classic>.container .menu-right,
    .menu-classic>.container .lan-menu li.dropdown>a,
    .shop-menu-cnt>i,
    .menu-big-box .menu-cnt>ul>li>a,
    .lan-menu>li>a,
    .menu-icon .menu-cnt>ul>li>a,
    .menu-icon>.container .menu-right,
    .menu-icon>.container .lan-menu li.dropdown>a {
        height: 65px;
        line-height: 65px;
    }
}

body>nav .menu-brand,
.menu-big-box .menu-right {
    height: 65px;
}

.menu-classic .search-box-menu>i {
    width: 30px;
    font-size: 15px;
}

.menu-classic .shop-menu-cnt>i:before {
    font-size: 16px;
}

.menu-classic.align-right>.container .menu-right {
    margin-right: 10px;
}

nav .search-btn {
    margin: 0;
}

.shop-menu-cnt>i:before {
    font-size: 20px;
}

@keyframes anima-menu-down {
    0% {
        opacity: 0;
        top: -100%;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

@media (min-width: 992px) {
    .menu-top-logo .menu-cnt>ul {
        margin: 0 -15px;
    }
    .dropdown>ul,
    .dropdown .mega-menu,
    .dropdown-submenu>ul {
        margin: 0 15px;
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    }
    .dropdown-submenu>ul {
        margin: 0;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .menu-subtitle .menu-right {
        display: none;
    }
}

.menu-fixed.scroll-menu {
    opacity: 1;
    top: 0;
    transition: opacity .5s, top .5s;
    animation: anima-menu-down 2s;
}

.menu-fixed.scroll-menu.menu-top-logo {
    padding-top: 0;
}

.menu-fixed.scroll-menu.menu-top-logo .menu-brand,
.menu-fixed.scroll-menu.menu-top-logo .menu-right {
    display: none;
}

.menu-cnt>ul>li a {
    font-weight: 600;
}

.menu-cnt>ul>li>a,
.lan-menu a {
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}

.menu-cnt>ul>li a {
    transition: all .3s;
}

.menu-cnt>ul>li.dropdown>a:after {
    transition: none !important;
    opacity: 1;
}

.dropdown>ul:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 100%;
    z-index: 9;
}

.menu-cnt>ul>li.dropdown ul a {
    border-top: 1px solid rgba(9, 59, 86, 0.12);
}

.menu-transparent .menu-cnt>ul>li.dropdown a {
    border-top: none;
}

.shop-menu {
    border-top-style: solid;
    border-top-width: 2px;
}

.shop-menu-cnt .cart-count {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
}

.cart-item h5 {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .3px;
}

.shop-menu-cnt .cart-total span {
    padding-right: 30px;
    font-weight: 600;
}

.shop-cart {
    padding: 30px 0 15px 0;
}

.shop-menu .cart-buttons {
    padding: 0;
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
}

.shop-menu .cart-buttons a {
    width: 50%;
    text-align: center;
    padding: 15px;
    background: rgba(0, 0, 0, 0.45);
    margin: 0;
}

.shop-menu .cart-buttons a:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.shop-menu .cart-buttons a:hover {
    opacity: 1;
}

.cart-quantity {
    opacity: .65;
}

nav .custom-area {
    text-align: left;
    font-size: 12px;
    line-height: 21px;
    border-left: 1px solid #fff;
    padding-left: 45px;
}

.menu-right>*:last-child,
.menu-right>.lan-menu:last-child>li>a {
    padding-left: 0;
}

.lan-menu>.dropdown>ul {
    margin: 0;
    min-width: 75px;
}

.menu-mini {
    height: 39px;
    color: rgb(255, 255, 255);
}

.menu-big-box .menu-box {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
}

.menu-fixed.menu-big-box:not(.menu-transparent)+header {
    margin-top: 105px;
    padding-top: 90px;
}

nav.menu-fixed.menu-transparent:not(.scroll-menu) {
    margin-top: 10px;
}

@media (min-width: 992px) {
    .menu-icon-top .menu-cnt>ul>li>a,
    .menu-icon-top>.container .menu-right {
        height: 80px;
        line-height: 45px;
    }
    .menu-icon-top>.container .lan-menu li.dropdown>a {
        height: 80px;
        line-height: 80px;
    }
}

.menu-fixed.menu-icon-top:not(.menu-transparent)+header,
.menu-fixed.menu-icon-top:not(.menu-transparent)+main {
    margin-top: 80px;
}

.menu-icon-top .menu-cnt>ul>li.dropdown a {
    padding-left: 15px;
}

.menu-icon-top .menu-cnt>ul>li.dropdown a:after {
    display: none;
}


/*

# HEADERS
===================================================================

*/

body>.header-base .breadcrumb {
    position: static;
    justify-content: flex-start;
    margin-top: 15px;
}

body>.header-base h1 {
    text-transform: none;
    font-size: 35px;
    max-width: 800px;
}

@media (min-width: 767px) {
    body>.header-base h2 {
        position: absolute;
        left: 30px;
        top: 13px;
        text-transform: none;
        font-weight: 600;
        color: rgb(255, 255, 255);
        padding: 3px 15px;
        border-radius: 3px;
        font-size: 12px;
    }
}

.header-base>.container {
    margin-top: 0 !important;
}

.menu-transparent.menu-fixed+.header-base>.container {
    padding-top: 60px;
}

.menu-transparent.menu-fixed+.header-base h2 {
    top: 70px;
}

body>nav.menu-transparent+header:not(.header-base) {
    padding-top: 80px;
}

.header-base {
    height: auto;
}

body>.header-base {
    padding: 60px 0;
}

body>header.header-base h1 {
    margin-bottom: 0;
}

body>header {
    height: 250px;
}

body>header h1 {
    text-transform: uppercase;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 10px;
    font-weight: 900;
}

body>header h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    font-size: 14px;
}

body>header ol.breadcrumb,
.header-base .breadcrumb {
    justify-content: flex-end;
    position: absolute;
    left: 30px;
    top: 50%;
    margin: -13px 0 0 0;
}

.breadcrumb li a {
    font-weight: 600;
}

.breadcrumb li a:after {
    width: 2px;
}

.breadcrumb li:last-child a {
    font-weight: 700;
}


/*

# FOOTER
===================================================================

*/

.footer-bar {
    border-color: rgba(255, 255, 255, 0.15);
}

footer .logo {
    margin-bottom: 15px;
    max-width: 250px;
}

footer h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
}

footer p,
footer .icon-list li {
    opacity: .8;
}

footer .icon-list li {
    margin-bottom: 1px;
}

footer .icon-links-grid a {
    width: 45px;
    height: 34px;
}

footer .icon-links-grid a i {
    font-size: 16px;
}

footer .col-lg-4:last-child {
    background: rgba(0, 0, 0, 0.11);
    padding: 30px;
    border-radius: 3px;
}


/*

# COMPONENTS
===================================================================
*/

.tweets_txt>span {
    opacity: .5;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
}

.tweets_txt {
    white-space: pre-wrap;
    padding: 15px;
    border-radius: 3px;
    margin-top: 0px;
    color: rgb(255, 255, 255);
    line-height: 23px;
}

.img-box.btn-video {
    background: rgb(0, 0, 0);
}

.col-lg-6>p+.icon-line {
    margin-top: 20px;
}

.col-lg-6>p+.icon-line li {
    margin-bottom: 2px;
}

.quote {
    background: rgba(228, 237, 243, 0.59) !important;
    margin: 30px 0;
}

.list-tags a {
    color: rgb(255, 255, 255);
}

.cnt-box-blog-top.boxed .caption h2 {
    margin-top: 0;
}

.list-nav {
    margin-top: 10px;
    max-height: 37px;
}

.list-nav a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.list-nav a.list-archive {
    width: 45px;
    height: 45px;
    min-width: 45px;
    line-height: 45px;
    font-size: 21px;
    border-radius: 50%;
    text-align: center;
    color: rgb(255, 255, 255);
    transform: translateY(-9px);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    border: none;
}

.media-box.media-box-full .caption h2 {
    font-size: 17px;
}

.media-box.media-box-full .extra-field {
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.media-box-full {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.media-box-full .caption {
    opacity: 0;
    text-align: right;
}

.media-box-full:hover:before {
    transform: scale(0) rotate(180deg);
    opacity: 0;
}

.media-box-full:hover .caption {
    opacity: 1;
}

.media-box-full:before {
    content: "+";
    position: absolute;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 2;
    font-weight: 400;
    font-size: 41px;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    bottom: 15px;
    right: 15px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    transition: all .5s;
}

.cnt-box-top .extra-field {
    padding-top: 15px;
    border-top-style: solid;
    border-top-width: 1px;
    display: block;
}

.media-box-reveal .caption .extra-field {
    position: absolute;
    right: 45px;
    color: rgb(228, 237, 243);
    padding: 0 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.media-box-reveal .caption p {
    margin-top: 30px;
    opacity: .8;
}

.media-box-reveal .caption {
    max-height: 250px;
    bottom: 30px;
    right: 30px;
    width: 500px;
    max-width: calc(100% - 60px);
    display: inline-block;
    background: none;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.media-box.media-box-reveal .caption h2 {
    margin-bottom: 10px;
    font-weight: 700;
}

.grid-item .media-box-reveal .caption h2 {
    text-transform: none;
    font-weight: 600;
}

.media-box-reveal .caption h3 {
    font-weight: 600;
    font-size: 14px;
    padding-right: 80px;
    position: relative;
    text-align: left;
    max-width: 250px;
}

.media-box-reveal .caption h3:before {
    content: "";
    position: absolute;
    right: -30px;
    top: 50%;
    width: 45px;
    height: 1px;
}

.media-box-half img {
    opacity: .20;
}

.media-box .caption h2,
.media-box .extra-field {
    font-weight: 600;
}

.media-box-half .extra-field+p {
    border-top-style: solid;
    border-top-width: 1px;
    margin-top: 15px;
    padding-top: 15px;
}

.cnt-pricing-table {
    border: none;
    padding: 30px 15px;
    text-align: right;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    background-color: #FFF;
}

.cnt-pricing-table .bottom-area {
    padding-bottom: 15px 30px;
}

.cnt-pricing-table .price span {
    font-weight: 700;
}

.cnt-pricing-table .top-area p {
    font-weight: 600;
}

.cnt-pricing-table>ul>li {
    padding-right: 60px;
}

.cnt-pricing-table>ul>li:before {
    content: "+";
    position: absolute;
    right: 30px;
}

.progress-circle h4 {
    text-transform: uppercase;
    font-size: 14px;
}

.progress-circle .counter {
    font-weight: 700;
    color: rgb(10, 70, 103);
}

.timeline .panel {
    border-bottom: 1px solid rgb(205, 216, 224);
    border-left: 1px solid rgb(205, 216, 224);
}

.timeline>div:last-child .panel {
    border-bottom: none;
}

.timeline div.inverted .panel:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-left: none;
    border-right: 1px solid rgb(205, 216, 224);
    border-radius: 0;
}

.timeline .panel {
    padding: 0 0 30px 0;
    background: none;
}

.timeline .panel p {
    margin-top: 15px;
}

.timeline .panel,
.timeline div.inverted .panel,
.timeline div.inverted .panel:last-child,
.timeline .panel:last-child {
    width: 70%;
    border-radius: 0;
    /*padding: 30px 30px 30px 0;*/
}

.timeline div.inverted .panel:last-child {
    padding-right: 30px;
}

.timeline>div .badge {
    width: 30%;
    right: 70%;
    padding-right: 30px;
}

.timeline>div.inverted .badge {
    right: 0;
    left: auto;
    padding-right: 0;
}

.timeline>div:hover,
.timeline>div.inverted:hover {
    transform: none;
}

.timeline>div {
    margin-bottom: 0;
}

.timeline .badge {
    margin-top: -2px;
    /*background: rgb(255, 255, 255);*/
}

.timeline .badge span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}

.timeline .badge p {
    font-weight: 700;
    font-size: 25px;
    margin: 30px 0 0 0;
    transition: color .5s;
}

.timeline-title {
    font-size: 20px;
}

.menu-inner>div>span {
    text-transform: uppercase;
    font-weight: 700;
}

.menu-inner li>a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

.maso-list .menu-inner li>a {
    font-size: 14px;
}

.menu-inner-vertical li>a {
    border-radius: 0;
    border-bottom: 1px solid rgba(10, 70, 103, 0.25);
}

.menu-inner .dropdown ul>li>a {
    font-size: 13px;
}

.menu-inner-vertical li.dropdown>ul {
    margin: 0;
}

.menu-inner .dropdown ul>li:hover>a {
    background: none;
}

.light.menu-inner-vertical li>a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.menu-inner-vertical li:last-child>a {
    border-bottom: none;
}

.menu-inner-vertical .dropdown>ul:before {
    display: none;
}

.menu-inner:not(.menu-inner-vertical) .dropdown ul {
    margin: -2px 0 0 0;
    border-radius: 0;
    border: none;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.menu-inner:not(.menu-inner-vertical) .dropdown ul ul {
    margin-top: 0;
}

.menu-inner-image.menu-inner li>a {
    text-transform: none;
    font-size: 14px;
    height: 75px;
    overflow: hidden;
    line-height: 25px;
    padding-left: 90px;
    border: none;
}

.menu-inner-image li {
    padding-right: 0;
    border-bottom: 1px solid rgba(10, 70, 103, 0.25);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.menu-inner-image li:last-child {
    border: none;
    margin-bottom: 0;
}

.menu-inner-image li a span {
    font-weight: 600;
    text-transform: none;
    opacity: .75;
    margin-bottom: 7px;
}

.menu-inner-image li:before {
    right: 0;
    bottom: -1px;
}

.menu-inner-image li:hover:before {
    width: calc(100%);
}

.menu-inner-image li img {
    right: auto;
    left: 0;
    max-height: 65px;
    max-width: 65px;
    height: 65px;
}

.cnt-box-team .caption {
    font-size: 14px;
    font-weight: 600;
    height: 120px;
    border-top: 1px solid rgba(10, 70, 103, 0.25);
}

.cnt-box-team {
    padding-bottom: 120px;
}

.cnt-box-team:hover .caption {
    height: 240px;
}

.cnt-box-team .caption h2 {
    text-transform: uppercase;
    font-size: 15px;
}

.cnt-box-team:not(:hover) .icon-links {
    opacity: 0;
}

.cnt-box-team.cnt-box .caption p {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
}

.counter h3,
.countdown h3 {
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 14px;
}

.counter .value,
.countdown-vertical [data-time]>div>span:first-child,
.countdown-horizontal [data-time]>div>span:first-child {
    font-weight: 900;
}

.counter.counter-horizontal.counter-icon>i {
    margin-left: 20px;
}

.counter-horizontal.counter-icon {
    height: 50px;
}

.countdown-vertical [data-time]>div>span,
.countdown-horizontal [data-time]>div>span:last-child {
    font-weight: 600;
}

.form-inline textarea,
.form-inline select,
.form-inline input {
    height: 58px;
}

.form-box.form-inline .form-checkbox {
    position: absolute;
    left: 15px;
    top: -55px;
    width: calc(33.333% - 45px);
    font-size: 11px;
    line-height: 19px;
    opacity: .8;
    letter-spacing: .3px;
}

.progress-bar>h4 {
    margin-bottom: 0;
    margin-top: -5px;
    text-transform: uppercase;
    font-size: 14px;
}

.progress-bar>div {
    height: 1px;
    margin-top: 13px;
}

.progress-bar>div>div {
    height: 5px;
    transform: translateY(-2px);
}

.progress-bar>div span {
    font-size: 11px;
    line-height: 25px;
}

.cnt-call {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    background: rgb(255, 255, 255);
}

.cnt-call .caption {
    width: calc(70% - 30px);
    text-align: right;
}

.cnt-call .caption .btn,
.cnt-call .caption .btn-text {
    position: absolute;
    left: 60px;
    top: 50%;
    margin-top: -25px;
    width: calc(30% - 60px);
}

.cnt-call .caption .btn-text {
    width: auto;
    margin-top: -11px;
    text-transform: uppercase;
    font-weight: 900;
}

.cnt-call .caption h3 {
    font-weight: 900;
    font-size: 22px;
}

.cnt-call>i {
    display: block;
    text-align: right;
}

.text-list-line li hr {
    margin-top: 19px;
}

.cnt-box-blog-side .icon-list,
.cnt-box-blog-top .icon-list {
    margin-right: -30px;
    padding-right: 27px;
    padding-bottom: 10px;
    margin-top: 15px;
    border-bottom: 1px solid rgba(10, 70, 103, 0.18);
}

.cnt-box .btn-text:after,
.cnt-box .btn-text:after {
    opacity: 1;
    animation: none;
    left: -35px;
}

.cnt-box-blog-side,
.cnt-box-blog-top {
    transition: all .5s;
}

.cnt-box-blog-side:hover,
.cnt-box-blog-top:hover {
    transform: scale(.95);
}

.cnt-box-blog-side .blog-date,
.cnt-box-blog-top .blog-date {
    margin: 15px;
    border-radius: 3px;
    overflow: hidden;
    font-weight: 700;
}

.cnt-box-blog-side .blog-date span:last-child,
.cnt-box-blog-top .blog-date span:last-child {
    font-weight: 600;
    font-size: 11px;
}

.cnt-box-blog-side .icon-list a,
.cnt-box-blog-top .icon-list a {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

.cnt-box-blog-side .blog-date span:first-child,
.cnt-box-blog-top .blog-date span:first-child {
    padding: 10px 0 10px 0;
}

.icon-box {
    transition: transform .5s;
}

.icon-box:hover {
    transform: scale(.95)
}

.icon-box i,
.icon-box-left i,
.icon-box-right i,
.counter i,
.counter-horizontal.counter-icon>i {
    width: 50px;
    height: 50px;
    min-width: 50px;
    line-height: 50px;
    padding: 0;
    border-radius: 3px;
    font-size: 22px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.icon-box-top i {
    margin-bottom: 15px;
}

.light .icon-box i,
.light .counter i {
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.icon-box-left .caption {
    padding-right: 20px;
}

.icon-box-left {
    align-items: flex-start;
}

.icon-box h3 {
    margin: 2px 0 8px 0;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 16px;
}

.icon-box p {
    line-height: 25px;
    opacity: .8;
}

.icon-links.icon-lg i {
    font-size: 19px;
}

.cnt-box .extra-field {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.cnt-box-side .extra-field {
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid rgba(10, 70, 103, 0.25);
    padding-bottom: 15px;
    display: block;
    margin-top: -10px;
}

.cnt-box-testimonials .testimonial-info {
    font-weight: 600;
}

.cnt-box-testimonials-bubble>p:after {
    border-right-color: #FFF;
}

.cnt-box-testimonials-bubble>p:before {
    position: absolute;
    bottom: -17px;
    right: 61px;
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.66);
    transform: rotate(-45deg);
    width: 1px;
    height: 18px;
    filter: blur(2px);
}

.cnt-box-testimonials-bubble .thumb-bar span {
    font-weight: 700;
    line-height: 19px;
}

.cnt-box-testimonials-bubble .thumb-bar span:last-child {
    font-weight: 600;
}

.cnt-box-testimonials>img,
.cnt-box-testimonials-bubble .thumb-bar img {
    max-width: 50px !important;
    max-height: 50px !important;
}

.cnt-box-testimonials-bubble .thumb-bar img {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

@keyframes btn-text-anima {
    0% {
        left: -30px;
        opacity: 0;
    }
    60% {
        left: -40px;
        opacity: 1;
    }
    100% {
        left: -45px;
        opacity: 0;
    }
}

.btn {
    font-weight: 600;
}

.btn:hover {
    box-shadow: 0 12px 24px -10px rgba(21, 59, 93, 0.46);
    transform: scale(.95);
}

button.btn-xs,
button.btn-sm {
    line-height: 30px;
}

.btn-xs {
    font-size: 14px;
}

.btn-text {
    font-weight: 600;
    position: relative;
}

.btn-text:hover:after,
.btn-text.active:after {
    animation: btn-text-anima 1s linear infinite;
}

.btn-text:after {
    font-family: "Icons";
    content: "\68";
    position: absolute;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    left: -45px;
    top: 1px;
    text-transform: none;
    opacity: 0;
    transition: all .5s;
}

.btn-text.active {
    margin-left: 35px;
}

.cnt-box.boxed,
.cnt-box-testimonials-bubble>p {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    transition: all .5s;
}

.cnt-box-testimonials-bubble>p {
    border-left-width: 1px;
    border-left-style: solid;
}

.cnt-box:hover .img-box img,
.cnt-box:hover .img-box:before {
    opacity: 1;
}

.cnt-box .img-box:before {
    z-index: 3;
    background: rgba(0, 0, 0, 0.15);
    transition: all .5s !important;
}

.cnt-box .caption p {
    font-size: 14px;
}

.cnt-box .caption h2 {
    font-weight: 700;
    line-height: 35px;
    min-height: 5pc;
}

.cnt-box.boxed:hover,
.media-box-full:hover {
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.title {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 30px;
}

.title p {
    text-transform: uppercase;
    font-weight: 700;
    margin: -2px 0 2px 0;
}

.title h2 {
    font-size: 28px;
    line-height: 40px;
}

.img-box-caption span {
    display: inline-block;
    width: auto;
    margin: 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 11px;
    border-radius: 3px;
    left: -100%;
    opacity: 0;
    transition: all .5s;
}

.img-box-caption:hover span {
    left: 0%;
    opacity: 1;
}

.cnt-box-info .cnt-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
}

.cnt-box-info .cnt-info>div {
    display: flex;
    flex-direction: column;
    border-left: 1px solid rgb(196, 201, 202);
}

.cnt-box-info .cnt-info>div:last-child {
    border: none;
}

.cnt-box-info .cnt-info>div>span:first-child {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
}

.cnt-box-info .cnt-info>div>span:last-child {
    font-size: 13px;
    font-weight: 600;
    line-height: 13px;
    margin-top: 7px;
}

.cnt-box-info .caption p {
    margin-top: 15px;
}

.cnt-box-info .extra-field {
    position: absolute;
    z-index: 1;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 11px;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    padding: 0 15px;
}

.input-text,
.input-select,
.input-textarea {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-radius: 0;
    padding: 15px 0;
}

.input-text-btn .btn {
    margin: 0 0 0 10px;
    border-radius: 3px;
}

.text-list-base li>h3,
.text-list-image .content>h3,
.text-list-side h3 {
    font-size: 16px;
}

.text-list-base li>div,
.text-list-image .content>div,
.text-list-side li>div {
    padding: 0 10px;
    border-radius: 3px;
    font-size: 10px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 600;
    height: 25px;
    white-space: nowrap;
    color: rgb(255, 255, 255);
}

.text-list-side li h3 {
    padding-right: 60px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    min-width: 190px;
    border-left: 1px solid rgba(10, 70, 103, 0.19);
}

.text-list-side p {
    margin-left: 0;
    margin-top: -5px;
}

.text-list-side li>div {
    right: 0;
    left: auto;
    top: 5px;
    position: absolute;
}

.text-list-base li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(10, 70, 103, 0.19);
}


/*

# CONTAINERS
===================================================================
*/

.collapse-button>a {
    font-weight: 600;
}

.section-full-width>.container>.google-map {
    height: 450px;
}

.section-map-right>.container {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.album-title>a {
    font-weight: 600;
}

.album-title span {
    font-size: 28px;
    line-height: 40px;
    font-weight: 900;
    text-transform: uppercase;
}

.album-box .caption {
    right: 30px;
    border-left-style: solid;
    border-left-width: 2px;
    padding: 5px 15px;
    min-width: 50%;
    border-radius: 3px;
    transition: all .5s;
}

.album-box:hover .caption {
    border-left-width: 8px;
}

.album-box .img-box:before {
    display: none;
}

.album-box img {
    opacity: .7;
}

.album-box:hover .img-box img {
    opacity: 1;
}

.album-box .caption h3 {
    color: #004767;
    font-size: 14px;
    text-transform: uppercase;
}

.step-item>.content>h3 {
    margin-bottom: 15px;
    font-size: 16px;
}

.step-item:before {
    background-color: rgba(19, 48, 74, 0.22);
}

.step-item>span {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    border: 1px solid rgb(214, 226, 234);
    font-weight: 700;
}

.pagination li a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.pagination li.page a {
    border: 1px solid rgb(230, 230, 230);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    background-color: #FFF;
}

.glide[data-options*=focusAt] .glide__slide>div {
    transition: all .8s;
}

.glide[data-options*=focusAt] .glide__slide:not(.glide__slide--active)>div {
    transform: scale(.8);
    opacity: .8;
}

.glide[data-options*=focusAt] .glide__slide:not(.glide__slide--active)>div .img-box {
    box-shadow: none;
}

.section-block-full>.container>.row>.col:first-child {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    margin: 0 15px;
}

.section-block>.container>.row>.col:first-child:after {
    content: '';
    border: 25px solid rgba(0, 0, 0, 0.12);
    border-top-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    left: -50px;
    right: auto;
    top: 50%;
    margin-top: -24px;
    position: absolute;
    z-index: 0;
    filter: blur(1px);
}

.section-block-full.section-block-right>.container>.row>.col:first-child:after {
    left: auto;
    right: -50px;
    transform: rotate(180deg);
}

.section-block-full>.container>.row>.col {
    max-width: calc(50% - 30px);
}

.section-block-right>.container>.row>.col:last-child {
    text-align: right;
    justify-content: flex-start;
}

.section-block-right>.container>.row>.col:last-child>div {
    width: 100%;
}

.col>#chart {
    margin-right: -30px;
    margin-top: -76px;
    max-height: 305px;
}

.table-grid td,
.table-border td,
.table-border th {
    border-color: rgb(188, 206, 216);
}

.table-grid td>h3 {
    font-size: 18px;
    font-weight: 900;
}

.glide__bullets>button {
    border-radius: 15px;
    background: none;
    border-style: solid;
    border-width: 1px;
}

.glide__bullets>button.glide__bullet--active {
    width: 28px;
}

.accordion-list>li>a {
    font-weight: 600;
}

.accordion-list>li:last-child {
    border: none;
}

.accordion-list>li:first-child {
    border-top: none;
}

.accordion-list>li>a:before {
    opacity: 1;
}

.tab-nav li a {
    font-weight: 700;
    font-size: 14px;
    padding: 5px 15px;
    border: none;
    text-transform: uppercase;
    position: relative;
}

.tab-nav li a:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    top: 50%;
    right: -30px;
}

.tab-nav li:first-child a:before,
.tab-vertical li a:before {
    display: none;
}


/*

# RESPONSIVE
===================================================================

Large devices (desktops, less than 1200px)
-------------------------------------------------------------------
*/

@media (max-width: 1199.98px) {
    .row-fit-lg>div>.slider,
    .row-fit-lg>div>.slider .glide__track,
    .row-fit-lg>div>.slider .glide__track *,
    .row-fit-lg>div>.img-box {
        height: 100%;
    }
    .row-fit-lg>div>.slider .glide__slides li>*>* {
        height: auto;
    }
    .menu-classic .menu-right {
        display: none;
    }
    .col-lg-4 .text-list-bold li {
        display: block;
    }
    .col-lg-4 .text-list-bold li p {
        margin-right: 0;
    }
    .col-lg-4 .boxed-area .text-list-line li {
        display: block;
        height: auto;
    }
    .col-lg-4 .boxed-area .text-list-line li p {
        margin-right: 0;
    }
    .col-lg-4 .boxed-area .text-list-line hr {
        display: none;
    }
}


/*
Medium devices (tablets, less than 992px)
-------------------------------------------------------------------
*/

@media (max-width: 991.98px) {
    .arrows-inner-right .media-box-reveal .caption {
        width: 420px;
    }
    .col-lg-4 .text-list-bold li {
        display: flex;
    }
    .col-lg-4 .text-list-bold li p {
        margin-right: 10px;
    }
    .menu-subtitle .menu-cnt .menu-right {
        height: auto;
    }
    .menu-subtitle .menu-cnt li a span {
        color: rgb(63, 79, 88);
        bottom: 27px;
    }
    .form-box.form-inline .form-checkbox {
        position: static;
        margin-top: 0;
        width: 100%;
    }
    .form-box [class*=col-lg-]+[class*=col-lg-] {
        margin-top: 30px !important;
    }
    .block-image {
        top: auto;
    }
    body>.menu-subtitle {
        height: 70px;
    }
    .menu-classic.align-right>.container .menu-right {
        margin-right: 0;
    }
    .menu-classic .menu-right {
        display: block;
    }
    body>nav {
        height: 65px;
    }
    .menu-fixed.menu-top-logo:not(.menu-transparent)+header,
    .menu-fixed.menu-top-logo:not(.menu-transparent)+main {
        margin-top: 65px;
    }
    .dropdown-submenu>a:after,
    .menu-cnt>ul>li.dropdown>a:after {
        left: 30px;
    }
    .nav-label {
        position: static;
        left: -15px;
    }
    .menu-cnt>ul>li.dropdown a,
    .nav-label a,
    .menu-transparent .menu-cnt>ul>li.dropdown a {
        border-top: 1px solid rgba(9, 59, 86, 0.12);
    }
    nav .custom-area {
        text-align: right;
        border-left: none;
        margin: 0 30px;
    }
    .menu-right>* {
        margin: 10px 30px;
    }
    nav .search-btn {
        margin: 0 30px;
    }
    .search-box-menu {
        border-top: none;
        border-right: none;
        border-left: none;
        border-radius: 0;
        line-height: 30px;
    }
    .search-box-menu>input[type=text] {
        line-height: 35px;
        height: 35px;
    }
    nav .dropdown>ul:before {
        display: none;
    }
    .lan-menu>li>a {
        line-height: 65px;
    }
    .lan-menu .dropdown.active {
        display: flex;
    }
    .lan-menu>.dropdown.active>ul {
        display: flex;
    }
    .lan-menu>.dropdown.active>ul li a {
        line-height: 65px;
        height: 65px;
        padding-left: 0;
    }
    .menu-fixed.scroll-menu.menu-top-logo .menu-brand {
        display: block;
    }
    body>nav .menu-brand {
        padding: 15px 0;
    }
    footer h3+p,
    footer h3+p+div,
    footer h3+div,
    footer h3+p+.icon-links,
    footer h3+ul.icon-list {
        margin-top: 15px;
    }
    footer .col-lg-4+.col-lg-4,
    footer [class*=col-]:not([class*=col-sm])+[class*=col-]:not([class*=col-sm]) {
        margin-top: 45px;
    }
    .section-home-slider .counter>div {
        display: flex;
        margin-top: -15px;
    }
    .section-home-slider .counter:first-child {
        margin-top: 30px;
        padding-right: 15px;
        border-right: 1px solid rgba(255, 255, 255, 0.23);
        margin-bottom: 20px;
    }
    .section-home-slider [data-to] {
        font-size: 27px;
        line-height: 45px;
    }
    .section-home-slider .counter h3 {
        font-size: 19px;
        padding-left: 30px;
        line-height: 55px;
    }
    footer .col-lg-4:last-child {
        margin: 0 15px;
        max-width: calc(100% - 30px);
        overflow: hidden;
    }
    nav.menu-fixed.menu-transparent:not(.scroll-menu) {
        margin-top: 0;
    }
    .tab-top-right .tab-nav {
        position: relative;
        top: auto;
    }
    body>header ol.breadcrumb,
    .header-base .breadcrumb {
        justify-content: flex-start;
        position: relative;
        left: auto;
        top: 0;
        margin: 10px 0 0 0;
    }
    .list-nav a {
        text-indent: -9995px;
    }
    .list-nav a:before,
    .list-nav .list-archive {
        text-indent: 0;
    }
}


/*
Small devices (landscape phones, less than 768px)
-------------------------------------------------------------------
*/

@media (max-width: 767.98px) {
    .section-home-slider .counter>div {
        display: block;
        margin-top: -15px;
    }
    .section-home-slider .counter h3 {
        line-height: 25px;
        padding-top: 5px;
    }
    body>.header-base h2 {
        background: none;
        margin-top: 15px;
    }
    .media-box-reveal {
        min-height: 300px;
    }
    .cnt-box .caption h2 {
        line-height: 30px;
        font-size: 19px;
    }
    .tab-nav li a:before {
        display: none;
    }
    .tab-nav li a {
        text-align: right;
    }
    .section-block-full.section-block-right>.container>.row>.col:first-child:after {
        display: none;
    }
    .section-block>.container>.row>.col:last-child {
        display: none;
    }
    .block-image {
        bottom: 0;
    }
    .table-border.table-full-sm tbody tr:last-child td:not(:last-child) {
        border-color: rgb(188, 206, 216);
    }
    .table-logos.table-full-sm img {
        margin: 15px auto;
    }
    .pagination-top-right .pagination {
        position: static;
        margin: 30px -5px;
    }
    .section-home-slider .slider li>.img-box {
        margin: 15px 15px 15px 100px;
    }
    .arrows-inner-right .glide__arrow {
        display: none;
    }
    body>header h1,
    body>.header-base h1 {
        font-size: 36px;
        line-height: 50px;
    }
    .section-map-right>.container {
        box-shadow: none;
    }
    .section-map>.container {
        padding-right: 30px;
        padding-left: 30px;
    }
    .pricing-table-big {
        margin-top: 0;
        height: 100%;
    }
}


/*
Extra small devices (portrait phones, less than 576px)
-------------------------------------------------------------------
*/

@media (max-width: 575.98px) {
    .list-nav:not(.align-center-md) a.list-archive {
        margin-left: 45px;
        margin-right: 45px;
    }
    .media-box-reveal .caption {
        width: auto;
        right: 0;
        left: 0;
        bottom: 0;
        max-width: 100%;
        max-height: 100%;
    }
    .media-box.media-box-reveal .caption h2 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .media-box.media-box-reveal .extra-field {
        display: none;
    }
    .media-box.media-box-reveal h3 {
        padding-right: 25px;
        text-align: right;
    }
    h1 {
        font-size: 33px;
        line-height: 45px;
    }
    body>header h1,
    body>.header-base h1 {
        font-size: 35px;
        line-height: 45px;
    }
    [class*=col-lg-]>h3,
    .boxed-area>h3,
    .container>h3 {
        font-size: 18px;
    }
    .controls-out .glide__bullets {
        justify-content: flex-start;
        bottom: -45px;
    }
    .controls-out {
        margin-bottom: 45px;
    }
    .table-10.table-6-md.table-grid.table-border tbody td:nth-child(2n+1) {
        padding-right: 10px;
    }
    .table-grid.table-border.table-10.table-logos td,
    .table-grid.table-border.table-10.table-logos tbody td:nth-child(2n+1) {
        padding: 20px;
    }
    .cnt-call {
        padding: 30px;
    }
    .cnt-call .caption {
        width: auto;
    }
    .cnt-call .caption .btn,
    .cnt-call .caption .btn-text {
        position: relative;
        margin: 15px 0 0 0;
        left: 0;
        top: auto;
        width: auto;
    }
    .col-lg-4 .text-list-bold li {
        display: block;
    }
    .col-lg-4 .text-list-bold li p {
        margin-right: 0;
    }
    .section-home-slider .slider {
        margin: 0 0 100px 0;
        max-width: 100%;
    }
    .section-home-slider h1 {
        position: relative;
        font-size: 38px;
        line-height: 48px;
        margin: 0;
    }
    .section-home-slider .glide__arrow {
        right: 0;
        bottom: -59px;
    }
    .section-home-slider .glide__arrow--right {
        right: 65px;
    }
    .section-home-slider .slider li>.img-box {
        margin: -77px 0 0 0;
    }
    .section-block-full>.container>.row>.col,
    .section-block-full>.container>.row>.col:first-child {
        max-width: calc(100% - 30px);
    }
    .timeline .panel,
    .timeline div.inverted .panel,
    .timeline div.inverted .panel:last-child,
    .timeline .panel:last-child {
        width: 100%;
        margin-right: 0;
        border: none;
    }
    .timeline>div .badge {
        width: 100%;
        position: static;
        padding: 0;
    }
    .timeline div.inverted .panel:last-child {
        padding-right: 0;
    }
    .text-list-side li {
        display: block;
    }
    .text-list-side p {
        margin: 15px 0 0 0;
    }
    .text-list-side li>div {
        top: -1px;
    }
    .text-list-side li h3 {
        border-left: none;
    }
    .icon-list-horizontal.icon-list li {
        margin-bottom: 10px;
    }
    .cnt-box .icon-list-horizontal.icon-list li.icon-links {
        padding-right: 0;
    }
}

@media (max-width: 425px) {
    .col-lg-4 .text-list-line li {
        display: block;
        height: auto;
    }
    .col-lg-4 .text-list-line li p {
        margin-right: 0;
    }
    .col-lg-4 .text-list-line hr {
        display: none;
    }
    .section-block>.block-media,
    .section-block>.block-media>div,
    .section-block>.container>.row>.col:last-child {
        height: 300px;
    }
    body>header h1,
    body>.header-base h1 {
        font-size: 25px;
        line-height: 35px;
    }
    body,
    textarea,
    .cnt-box .caption p {
        font-size: 13px;
    }
    .text-list {
        font-size: 14px;
    }
}

.alert {
    padding: 20px;
    background-color: #4d8850;
    color: white;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.fa-stack[data-count]:after {
    position: absolute;
    right: 0%;
    top: 0%;
    content: attr(data-count);
    font-size: 40%;
    padding: .6em;
    border-radius: 999px;
    line-height: .75em;
    color: white;
    color: #004767;
    text-align: center;
    min-width: 2em;
    font-weight: bold;
    background: white;
    border-style: solid;
}

.fa-circle {
    color: transparent;
}

.fa-inverse {
    color: white !important;
}

.red-cart {
    color: #004767;
    background: white;
}

@media (max-width: 991.98px) {
    .closebtn {
        margin-left: 15px;
        color: white;
        font-weight: bold;
        float: right;
        font-size: 22px;
        line-height: 20px;
        cursor: pointer;
        transition: 0.3s;
    }
    .fa-stack[data-count]:after {
        position: absolute;
        right: 0%;
        top: 0%;
        content: attr(data-count);
        font-size: 40%;
        padding: .6em;
        border-radius: 999px;
        line-height: .75em;
        color: #004767;
        text-align: center;
        min-width: 2em;
        font-weight: bold;
        border-style: solid;
    }
    .fa-circle {
        color: white;
    }
    .fa-inverse {
        color: #004767 !important;
    }
    .red-cart {
        color: #004767;
        background: white;
    }
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 0px;
}

.table {
    width: auto !important;
}

table.dataTable {
    margin: 0px !important;
}

.grid-list .img-box>img {
    height: auto;
}

.menu-btn {
    left: auto;
    right: 10px;
}

.menu-brand {
    right: 20px;
}

.menu-top-logo>.container>.menu-brand {
    right: 20px;
}

.cart_header {
    right: auto;
    top: 4px;
    position: absolute;
    left: 10px;
}

.tabby-card {
    font-family: system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
    color: #292929;
    padding-bottom: 32px;
    max-width: 400px;
    min-width: 300px;
    position: relative;
}

.tabby-card--rtl {
    direction: rtl;
    text-align: right;
}

.tabby-card-wide {
    max-width: inherit;
}

.tabby-card__logo {
    width: 45px;
    height: 18px;
    flex-shrink: 0;
}

.subtitle {
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 18px;
    color: #acacb6;
}

.styles__line--67c96 .styles__item--55e73 .styles__ellipse--4c3fe .styles__ellipse__section-4--519 {
    background: #0fad51 !important;
}

.success-box {
    background-color: #0c87c4;
}

.table-logos img {
    width: 150px;
}

.extra-field {
    background-color: #0c87c4 !important;
    border-color: #0c87c4 !important;
    /*font-size: 14px !important;*/
}

.red-box {
    background-color: rgb(139 0 0) !important;
}

.cart_icon {
    animation: shake 3s;
    /*animation-iteration-count: infinite;*/
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.newColor,
.light {
    background: #004767 !important;
    background: linear-gradient(50deg, #004767 10%, #004767 100%) !important;
    /*background: #004767  !important;*/
    margin-top: 0px !important;
}

.menu-cnt>ul,
.menu-inner>ul {
    margin-left: 0px !important;
}

.btn,
.icon-links-grid a:hover,
.icon-links-button a,
.pagination li.page:hover a,
.pagination li.page.active a,
.list-nav a.list-archive {
    background: #004767 !important;
    background: linear-gradient(50deg, #004767 10%, #004767 100%) !important;
    color: white !important;
    border-color: #004767;
}

.caption h3 {
    color: #004767;
}

.loginbtn {
    background: #1bba03 !important;
    border: 0;
    border-radius: 10px !important;
    box-shadow: none;
    line-height: unset !important;
    color: #fff;
    width: fit-content;
    display: inline;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    height: auto !important;
    padding-top: 0px !important;
    /*padding: 5px !important;*/
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.loginmbtn {
    background: #f77810 !important;
}

.btn+.btn {
    margin-top: 5px;
}

.section-home-slider .glide__arrow {
    background: #004767 !important;
    background: linear-gradient(50deg, #004767 10%, #004767 100%) !important;
}

.category-list>.row>div>a {
    border: 1px solid #ffffff;
}

.category-list .icon-box-top i {
    color: #ffffff;
}

.customSwalBtn {
    background: #1bba03 !important;
}

.backButton {
    background: #e31c1c !important;
}

footer.light a {
    color: #fff !important;
}

figure a img {
    height: auto !important;
    width: auto !important;
}

.user-li {
    background-color: #1bba03;
}

.greenBg {
    background-color: #1bba03 !important;
}

.registerNow {
    position: relative;
    background: #1bba03 !important;
    direction: rtl;
    font-weight: 600;
    text-align: center;
    border-radius: 20px;
    letter-spacing: .5px;
    color: rgb(255, 255, 255);
    padding: 5px 15px;
}

.share-btn {
    position: absolute;
    z-index: 1000;
    /* bottom: 2% !important; */
    top: 5px;
    left: 5%;
    border: none;
    background: #fff;
    color: #000000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 30px;
    padding-top: 2.5px;
    padding-right: 5px;
    cursor: pointer;
}

.share-options {
    position: absolute;
    top: 6%;
    z-index: 1000;
    width: auto;
    height: auto;
    transform-origin: bottom left;
    transform: scale(0);
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #ffffff;
    color: #fff;
    padding: 20px;
    font-family: 'roboto';
    transition: .5s;
}

.carousel {
    direction: ltr;
}

.carousel-inner {
    padding-top: 1em;
}

.card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #004767;
    width: 8vh;
    height: 8vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .carousel-item,
    .carousel-item3,
    .carousel-item2,
    .carousel-item1,
    .carousel-item4,
    .carousel-item6,
    .carousel-item7,
    .carousel-item5 {
        margin-right: 0;
        flex: 0 0 25%;
        display: block;
    }
    .carousel-inner,
    .carousel-inner3,
    .carousel-inner2,
    .carousel-partner,
    .carousel-inner1,
    .carousel-inner4,
    .carousel-inner6,
    .carousel-inner7,
    .carousel-inner5 {
        display: flex;
    }
}

@media (min-width: 768px) {
    .carousel-item-partner {
        margin-right: 0;
        flex: 0 0 20%;
        display: block;
    }
}

.carousel-inner3,
.carousel-inner2,
.carousel-inner1,
.carousel-partner,
.carousel-inner4,
.carousel-inner6,
.carousel-inner7,
.carousel-inner5 {
    padding-top: 10px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.card .img-wrapper {
    max-width: 100%;
    /* height: 18em; */
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.card img {
    /* max-height: 100%; */
}

@media (max-width: 767px) {
    .card .img-wrapper {
        /* height: 17em; */
    }
}

hr {
    margin: 0;
    color: transparent;
    background-color: transparent;
    border: 0;
    opacity: unset;
}

#headerPopup {
    width: 75%;
    margin: 0 auto;
}

#headerVideoLink {
    display: none;
}

#headerPopup iframe {
    width: 100%;
    margin: 0 auto;
}

.closeBtn {
    position: absolute;
    cursor: pointer;
    top: 5px;
    z-index: 999999;
}

.video_popup {
    z-index: 100;
}

.section-video>.container {
    z-index: 0;
}

.titleStyle {
    background: black;
    text-align: center;
    color: white;
    margin: 0px 5px;
    border-radius: 20px;
}

.slider {
    margin-top: 0px !important;
}

.section-home-slider .slider li>.img-box {
    margin: 15px 15px 15px 15px !important;
}

@media (min-width: 992px) {
    .counterStyle {
        border-radius: 20px;
        background-color: #e2eeee;
        padding: 5px;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .section-home-slider .slider li>.img-box {
        margin: 15px 15px 15px 15px;
    }
}

@media (max-width: 767.98px) {
    .section-home-slider .slider li>.img-box {
        margin: 15px 15px 15px 15px;
    }
}

@media (max-width: 991.98px) {
    [class*=col-lg-]+[class*=col-lg-] {
        margin-top: 0px;
    }
    .spaceBetween {
        justify-content: space-between;
        display: flex !important;
    }
}

.inline {
    display: inline;
}

.inlineBlock {
    display: inline-block;
}

.carousel-partner-image {
    width: 100px !important;
}

.sectionTitleStyle {
    background: #ffffff;
    border: 1px solid#004767;
    text-align: center;
    color: #004767;
    margin: 0px 5px;
    border-radius: 20px;
}

.cnt-box .caption h2 {
    font-weight: 700;
    line-height: 25px;
    min-height: 0pc;
}

.cnt-box .caption h2 {
    font-size: 15px;
}

.section-color {
    background-color: #e2eeee !important;
}

.backgroun-color-2 {
    background-color: #e2eeee;
}

.cnt-call,
.comment-list li,
.timeline .panel,
.header-base,
main>section.section-base.section-color,
.section-color .input-text,
.section-color .input-select,
.section-color .input-textarea {
    background-color: #e2eeee;
}

h1,
h2,
h3,
h4,
h5,
h6,
.cnt-call .caption .btn-text,
.section-color .icon-box i,
.counter .value span,
.breadcrumb li a,
.step-item>span,
.cnt-pricing-table .price span,
.cnt-pricing-table .top-area p,
.album-title span,
.text-list-bold li>b:first-child,
.text-list-line li b,
.list-nav a,
.menu-inner-image li a span,
.controls-bottom-right .glide__arrow,
.icon-list-blog a,
.quote,
.table-time th,
.form-box p,
.countdown-vertical [data-time]>div>span,
.countdown-horizontal [data-time]>div>span:last-child,
.media-box.media-box-down .caption h2,
.menu-inner .menu-btn,
.menu-inner>div>span {
    color: #0c87c4;
}

footer .icon-links-grid a {
    display: inline;
}

footer .icon-links a img {
    width: 50px;
    max-width: 70px;
}

.icon-links {
    display: block;
}

.h3,
h3 {
    font-size: medium;
}

.carousel-buttons {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-next {
    margin-right: -50px !important;
}

.carousel-control-prev {
    margin-left: -50px !important;
}

.light .shop-menu .shop-cart .cart-item .cart-content,
.btn-video:after,
.menu-cnt>ul>li:hover>a,
.icon-list li>i,
.icon-links:not(.social-colors) a i,
.btn.btn-border,
.title p,
.accordion-list>li>a:before,
nav:not(.menu-transparent) .menu-cnt>ul>li:hover>a,
.cnt-box-info .cnt-info>div>span:last-child,
.btn-text:after,
.menu-cnt>ul>li.nav-label>a,
.cnt-box-top-icon>i,
.cnt-box-side-icon>im.btn-border:hover,
.icon-links a:hover i,
.icon-links-popup:hover>i,
.breadcrumb li:not(:last-child):hover a,
.pagination li:not(.page):hover a,
.search-bar input[type=submit]:hover,
.accordion-list>li:hover>a,
.btn-text:hover,
.menu-inner li:hover>a,
.menu-inner li.active>a,
.menu-inner .dropdown ul>li:hover>a,
.album-title>a:hover,
.glide__arrow:hover,
.mega-menu .icon-list li a:hover,
nav.active .menu-btn,
.menu-transparent .menu-cnt>ul>li:hover>a,
.list-nav a:hover,
.counter .value [data-to],
body>header h2,
.breadcrumb li:last-child a,
.cnt-box-side .extra-field,
.cnt-box-team .caption,
.timeline .badge span,
.cnt-pricing-table .price,
.cnt-pricing-table>ul>li:before,
.media-box .extra-field,
.album-title>a:before,
.accordion-list>li.active>a,
.media-box.media-box-reveal .caption h3,
.cnt-box-top .extra-field,
.list-nav a:first-child:before,
.list-nav a:last-child:before,
.cnt-box-testimonials-bubble .thumb-bar span:last-child,
.cnt-box-side-icon>i,
.countdown-vertical [data-time]>div>span:first-child,
.countdown-horizontal [data-time]>div>span:first-child,
.social-feed a {
    color: #0c87c4;
}

.swal2-modal h2 {
    font-family: 'AlmaraiR', sans-serif !important;
}

.placeholder {
    background-color: white;
}

.big_button {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 10px;
    font-size: 20px;
}

.but_trans {
    background-color: white;
    border: 1px solid #004767;
}

.but_color {
    background-color: #004767;
    border: 1px solid #004767;
    color: #ffffff;
}


/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.bg-color {
    background-color: #0c87c4;
    padding: 0px 10px !important;
    color: white;
    margin-right: auto;
}

.newTextColor {
    color: #004767;
}

.swal-wide {
    width: 850px !important;
}

body,
html {
    overflow-x: hidden;
}

.caption {
    color: #004767;
}

.circle_icon {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    font-size: 48px !important;
    line-height: 90px;
    display: inline-block;
    color: #fff !important;
}

.grid-item {
    text-align: center;
}

@media (max-width: 425px) {
    .text-list-line li {
        display: flex !important;
    }
}

.dpx {
    /* display:flex; */
    align-items: center;
    justify-content: space-around;
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 13.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 40px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 10;
}

.option-input:hover {
    background: #9faab7;
}

.option-input:checked {
    background: #27bb31;
}

.option-input:checked::before {
    width: 40px;
    height: 40px;
    display: flex;
    content: '\f00c';
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-family: 'Font Awesome 5 Free';
}

.option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #004767;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

.option-input.radio {
    border-radius: 50%;
}

.option-input.radio::after {
    border-radius: 50%;
}

@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}

.disabled2 {
    font-size: 40px;
    cursor: not-allowed !important;
    pointer-events: none;
    background: rgb(247, 225, 225);
}

.disabled2::before {
    width: 40px;
    height: 40px;
    display: flex;
    content: '\f05e';
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-family: 'Font Awesome 5 Free';
}

.card:hover {
    /* border-color: gray;
    background-color: #fafafa;
    box-shadow: 0 0px 5px 0px gray; */
}

.footerstyle {
    background: rgba(0, 0, 0, 0.11);
    padding: 30px;
    border-radius: 3px;
}

@media (max-width: 991.98px) {
    footer .col-lg-4:last-child {
        margin: auto;
        max-width: 100%;
        overflow: hidden;
    }
}

.cnt-box.boxed {
    height: 100%;
}

.carousel-item .card {
    flex-direction: column;
    height: 100%;
}

.grid-item {
    height: 100%;
}

.carousel-item .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 768px) {
    .carousel-item .card {
        width: 90%;
        /* Make sure cards are properly sized on small screens */
    }
}

.wallet-container {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    transform: scale(0.9);
    transform-origin: top center;
}

.wallet-balance {
    font-size: 20px;
    font-weight: bold;
    height: 30%;
    padding-right: 50px;
    color: #ffffff;
    background-color: #004767;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    display: grid;
    justify-content: right;
    align-items: right;
    z-index: 1;
    overflow: hidden;
}

.wallet-balance::before {
    content: "";
    height: 200px;
    width: 200px;
    background-color: #004767;
    border-radius: 50%;
    position: absolute;
    top: -60px;
    left: -100px;
    z-index: 2;
}

.transaction-list {
    display: flex;
    position: relative;
    margin-top: 1.5rem;
    flex-direction: column;
}

.transaction-item {
    cursor: default;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e2eeee;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.02), 0 10px 10px rgba(0, 0, 0, 0.0);
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 15px;
}

.transaction-item:last-child {
    border-bottom: none;
}

.transaction-date {
    font-size: 14px;
    color: #6c757d;
}

.transaction-amount {
    font-size: 18px;
    color: #28a745;
}

.cashbackUsed {
    padding: 4px;
    border-radius: 15px;
    background-color: rgb(148, 244, 125);
}

.cashbackSuspand {
    padding: 4px;
    border-radius: 15px;
    background-color: rgb(232, 241, 60);
}

.cashbackNotUsed {
    padding: 4px;
    border-radius: 15px;
    background-color: rgb(248, 160, 175);
}

.cashbackExpire {
    padding: 4px;
    border-radius: 15px;
    background-color: rgb(243, 198, 164);
}

.festival_but {
    position: fixed;
    width: fit-content;
    height: 60px;
    bottom: 10px;
    left: 10px;
    background-color: #004767;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    border: none;
    cursor: pointer;
    padding: 5px 15px;
    text-align: center;
}

@keyframes glowing {
    /* 0% {
        background-color: #0c87c4;
        box-shadow: 0 0 3px #004767 ;
    } */
    50% {
        background-color: #004767;
        box-shadow: 0 0 10px #0c87c4;
    }
    100% {
        background-color: #0c87c4;
        box-shadow: 0 0 3px #004767;
    }
}

.festival_but {
    animation: glowing 1300ms infinite;
}

.circle_icon2 {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    font-size: 35px !important;
    line-height: 60px;
    display: inline-block;
    color: #fff !important;
}

@media (min-width: 768px) {
    .carousel-item,
    .carousel-item3,
    .carousel-item2,
    .carousel-item1,
    .carousel-item4,
    .carousel-item6,
    .carousel-item7,
    .carousel-item5 {
        margin-right: 0;
        flex: 0 0 25%;
        display: block;
    }
    .carousel-inner,
    .carousel-inner3,
    .carousel-inner2,
    .carousel-partner,
    .carousel-inner1,
    .carousel-inner4,
    .carousel-inner6,
    .carousel-inner7,
    .carousel-inner5 {
        display: flex;
    }
}

@media (min-width: 768px) {
    .carousel-item-partner {
        margin-right: 0;
        flex: 0 0 20%;
        display: block;
    }
}

.carousel-inner3,
.carousel-inner2,
.carousel-inner1,
.carousel-partner,
.carousel-inner4,
.carousel-inner6,
.carousel-inner7,
.carousel-inner5 {
    padding-top: 10px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.icon-links>a:last-child {
    border: none;
}

footer .icon-links-grid a {
    border: none;
}

.icon-links-grid a:hover {
    background: transparent !important;
    color: white !important;
}

.section-color2 {
    background-color: #004767 !important;
}

.section-white-text {
    color: #ffffff !important;
}

.text-right {
    text-align: right;
}

.counterSection {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
}

.counterNumbers {
    color: white;
    font-size: 22px;
}

.counterText {
    color: white;
    font-size: 17px;
}

.counterIcon {
    color: #ffffff;
    font-size: 30px;
}

table td {
    text-align: center;
}

.inline {
    display: inline;
}

.registrationSection {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    background: #FFF;
    border-radius: 3px;
}

.input-text {
    border: 1px solid gray;
    border-radius: 15px;
    padding: 5px;
    margin: 5px;
}

.green {
    background: green !important;
}

.section-home-slider .slider li>.img-box {
    margin: 0px !important;
}

.img-box img {
    width: 100%;
}

.carousel-text {
    text-align: center;
    z-index: 10;
    position: absolute;
    display: table;
    width: 100%;
    color: #fff;
    height: 30px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.input-text-btn .input-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    margin: 0;
}

@media (max-width: 768px) {
    .carousel-item .card {
        width: 100%;
    }
}

.cashbackDiv {
    padding: 5px;
    background: #fbf7af;
    border-radius: 15px;
    font-size: 13px;
}

.bs-wizard {
    margin-top: 40px;
    background-color: #ffffff;
    border-radius: 15px;
}


/*Form Wizard*/

.bs-wizard {
    border-bottom: solid 1px #d1cdcd;
    padding: 0 0 10px 0;
    display: flex !important;
    padding: 25px;
    padding-bottom: 50px;
}

.bs-wizard>.bs-wizard-step {
    padding: 0;
    position: relative;
    margin: 0 !important;
}

.bs-wizard>.bs-wizard-step+.bs-wizard-step {}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 16px;
    margin-bottom: 5px;
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #fbe8aa;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #fbbd19;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard>.bs-wizard-step>.progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
    width: 0px;
    box-shadow: none;
    background: #fbe8aa;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
    width: 0%;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
    width: 0%;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
    background-color: #f5f5f5;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard>.bs-wizard-step>.progress {
    right: 50%;
    width: 100%;
}


/* .bs-wizard > .bs-wizard-step:last-child  > .progress {width: 100%;right: 50%;} */

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

.circle {
    position: absolute;
    top: 10px;
    right: 2px;
    width: 40px;
    height: 40px;
    background-color: #0c87c4;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

.above-text {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.hover-text {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #004767;
    color: white;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.card:hover .hover-text {
    opacity: 1;
}

.caption2 {
    color: #ffffff;
    text-align: right;
    padding: 5px;
}

.transColor {
    background-color: transparent;
    box-shadow: none;
}

.blackColor {
    color: #000000;
}

@media (min-width: 769px) {
    .timeline2 {
        width: 100%;
        position: relative;
        max-width: 800px;
        margin: auto;
    }
    .timeline2::after {
        content: '';
        position: absolute;
        width: 2px;
        background: repeating-linear-gradient(to bottom, transparent 0px, /* Space before the dashed line */
        transparent 0px, /* Gap before the line starts */
        #ccc 15px, #ccc 25px, transparent 25px, transparent 35px);
        top: 30px;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        /* Moves the line to the left for better spacing */
    }
    .timeline2-item {
        display: flex;
        z-index: 1;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 40px;
        position: relative;
    }
    .timeline2-item:nth-child(odd) {
        flex-direction: row-reverse;
    }
    .content-box {
        width: 40%;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        text-align: center;
        position: relative;
    }
    .time-line-circle {
        width: 70px;
        height: 70px;
        text-align: center;
        border: #000000 2px solid;
        color: #ffffff;
        background-color: #ffffff;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
}

.timeline2-dev {
    display: flex;
    justify-content: center;
    padding: 20px;
}

@media (max-width: 768px) {
    .timeline2 {
        position: relative;
        max-width: 100%;
        width: 100%;
        padding: 10px;
    }
    .timeline2::after {
        content: '';
        position: absolute;
        width: 2px;
        z-index: 0px;
        height: calc(100% - 20px);
        /* Ensures the line ends at the next circle */
        background: repeating-linear-gradient(to bottom, transparent 0px, /* Space before the dashed line */
        transparent 0px, /* Gap before the line starts */
        #ccc 15px, #ccc 25px, transparent 25px, transparent 35px);
        top: 30px;
        bottom: 30px;
        left: 50%;
        /* Moves the line to the left for better spacing */
    }
    .timeline2-item {
        z-index: 1;
        display: flex;
        flex-direction: column;
        position: relative;
        margin-bottom: 20px;
    }
    .time-line-circle {
        width: 70px;
        height: 70px;
        text-align: center;
        color: #ffffff;
        border: #000000 2px solid;
        background-color: #ffffff;
        border-radius: 50%;
        position: relative;
        align-self: center;
        margin-bottom: 20px;
    }
    .content-box {
        background: #fff;
        border-radius: 8px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        text-align: start;
    }
    .content-box h3 {
        background: #ccc;
        color: white;
        padding: 10px;
        margin: 0;
        border-radius: 5px 5px 0 0;
    }
}

.timeline-icon {
    line-height: 20px;
    font-size: 20px;
    color: #ffffff;
}

.timeline-circle2 {
    position: absolute;
    top: 15px;
    right: 13px;
    width: 40px;
    height: 40px;
    background-color: #004767;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

.timeline-content-title {
    background-color: #004767;
    color: #ffffff;
    padding: 15px;
    text-align: right;
    font-size: 20px;
    width: 100%;
}


/*END Form Wizard*/

@media (min-width: 768px) {
    .carousel-item,
    .carousel-item3,
    .carousel-item2,
    .carousel-item1,
    .carousel-item4,
    .carousel-item6,
    .carousel-item7,
    .carousel-item5 {
        margin-right: 0;
        flex: 0 0 25%;
        display: block;
    }
    .carousel-inner,
    .carousel-inner3,
    .carousel-inner2,
    .carousel-partner,
    .carousel-inner1,
    .carousel-inner4,
    .carousel-inner7,
    .carousel-inner6,
    .carousel-inner5 {
        display: flex;
    }
}

@media (min-width: 768px) {
    .carousel-item-partner {
        margin-right: 0;
        flex: 0 0 20%;
        display: block;
    }
}

.carousel-inner3,
.carousel-inner2,
.carousel-inner1,
.carousel-partner,
.carousel-inner4,
.carousel-inner6,
.carousel-inner7,
.carousel-inner5 {
    padding-top: 10px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.title-style-container {
    margin-bottom: 1.5em;
    padding-top: 1.5em;
    transform: none !important;
}

.title-style {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.title-style2 {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.title-style b {
    background-color: #ffffff;
    display: block;
    flex: 1;
    color: #ffffff;
    height: 2px;
    opacity: .1;
}

.title-style2 b {
    background-color: #004767;
    display: block;
    flex: 1;
    color: #004767;
    height: 2px;
    opacity: .1;
}

.title-style .section-title-main {
    color: #ffffff;
}

.grid-list .color-white {
    color: black !important;
}

.black-color {
    color: black;
}

.secondry-color {
    background: #0c87c4;
}

.w100 {
    width: 100%;
}