/* Template Name: Starty - Multipurpose HTML Template
   Author: Shreethemes
   Version: 1.0.0
   Created: August 2021
   File Description: Main Css file of the template
*/


/*********************************/


/*         INDEX                 */


/*================================
 *     01.  Variables            *
 *     02.  Bootstrap Custom     *
 *     03.  Components           *
 *     04.  General              *
 *     05.  Helper               *
 *     06.  Menu                 *
 *     07.  Home / Landing       *
 *     08.  Features / Services  *
 *     09.  C.T.A                *
 *     10.  Team                 *
 *     11.  Testimonial          *
 *     12.  Portfolio            *
 *     13.  Blog                 *
 *     14.  Pricing              *
 *     15.  Countdown            *
 *     16.  Contact              *
 *     17.  Footer               *
 ================================*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@media (min-width: 1400px) {
    .container {
        max-width: 1140px !important;
    }
}

.row>* {
    position: relative;
}

h1,
.h1 {
    font-size: 36px !important;
}

h2,
.h2 {
    font-size: 32px !important;
}

h3,
.h3 {
    font-size: 28px !important;
}

h4,
.h4 {
    font-size: 20px !important;
}

h5,
.h5 {
    font-size: 18px !important;
}

h6,
.h6 {
    font-size: 15px !important;
}

.display-1 {
    font-size: 72px !important;
}

.display-2 {
    font-size: 64px !important;
}

.display-3 {
    font-size: 56px !important;
}

.display-4 {
    font-size: 48px !important;
}

.display-5 {
    font-size: 44px !important;
}

.display-6 {
    font-size: 40px !important;
}

.bg-primary {
    background-color: #d60000 !important;
    color: #FFF !important;
}

.bg-soft-primary {
    background-color: rgba(50, 116, 240, 0.1) !important;
    border: 1px solid rgba(50, 116, 240, 0.1) !important;
    color: #d60000 !important;
}

.bg-soft-primary .border {
    border-color: #d60000 !important;
}

.text-primary {
    color: #d60000 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #1a64ee !important;
}

.bg-secondary {
    background-color: #90a1b3 !important;
}

.bg-soft-secondary {
    background-color: rgba(144, 161, 179, 0.1) !important;
    border: 1px solid rgba(144, 161, 179, 0.1) !important;
    color: #90a1b3 !important;
}

.bg-soft-secondary .border {
    border-color: #90a1b3 !important;
}

.text-secondary {
    color: #90a1b3 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #8194a9 !important;
}

.bg-success {
    background-color: #8dc351 !important;
}

.bg-soft-success {
    background-color: rgba(141, 195, 81, 0.1) !important;
    border: 1px solid rgba(141, 195, 81, 0.1) !important;
    color: #8dc351 !important;
}

.bg-soft-success .border {
    border-color: #8dc351 !important;
}

.text-success {
    color: #8dc351 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #80ba40 !important;
}

.bg-warning {
    background-color: #f1af2d !important;
}

.bg-soft-warning {
    background-color: rgba(241, 175, 45, 0.1) !important;
    border: 1px solid rgba(241, 175, 45, 0.1) !important;
    color: #f1af2d !important;
}

.bg-soft-warning .border {
    border-color: #f1af2d !important;
}

.text-warning {
    color: #f1af2d !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #efa615 !important;
}

.bg-info {
    background-color: #09a5be !important;
}

.bg-soft-info {
    background-color: rgba(9, 165, 190, 0.1) !important;
    border: 1px solid rgba(9, 165, 190, 0.1) !important;
    color: #09a5be !important;
}

.bg-soft-info .border {
    border-color: #09a5be !important;
}

.text-info {
    color: #09a5be !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #0890a6 !important;
}

.bg-danger {
    background-color: #d60000 !important;
}

.bg-soft-danger {
    background-color: rgba(232, 65, 66, 0.1) !important;
    border: 1px solid rgba(232, 65, 66, 0.1) !important;
    color: #d60000 !important;
}

.bg-soft-danger .border {
    border-color: #d60000 !important;
}

.text-danger {
    color: #d60000 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #d60000 !important;
}

.bg-dark {
    background-color: #3c4858 !important;
}

.bg-soft-dark {
    background-color: rgba(60, 72, 88, 0.1) !important;
    border: 1px solid rgba(60, 72, 88, 0.1) !important;
    color: #3c4858 !important;
}

.bg-soft-dark .border {
    border-color: #3c4858 !important;
}

.text-dark {
    color: #3c4858 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #323c49 !important;
}

.bg-muted {
    background-color: #8c98a4 !important;
}

.bg-soft-muted {
    background-color: rgba(140, 152, 164, 0.1) !important;
    border: 1px solid rgba(140, 152, 164, 0.1) !important;
    color: #8c98a4 !important;
}

.bg-soft-muted .border {
    border-color: #8c98a4 !important;
}

.text-muted {
    color: #8c98a4 !important;
}

a.text-muted:hover,
a.text-muted:focus {
    color: #7e8b99 !important;
}

.bg-light {
    background-color: #f7f8fa !important;
}

.bg-soft-light {
    background-color: rgba(247, 248, 250, 0.1) !important;
    border: 1px solid rgba(247, 248, 250, 0.1) !important;
    color: #f7f8fa !important;
}

.bg-soft-light .border {
    border-color: #f7f8fa !important;
}

.text-light {
    color: #f7f8fa !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #e7eaf0 !important;
}

.bg-blue {
    background-color: #d60000 !important;
}

.bg-soft-blue {
    background-color: rgba(50, 116, 240, 0.1) !important;
    border: 1px solid rgba(50, 116, 240, 0.1) !important;
    color: #d60000 !important;
}

.bg-soft-blue .border {
    border-color: #d60000 !important;
}

.text-blue {
    color: #d60000 !important;
}

a.text-blue:hover,
a.text-blue:focus {
    color: #1a64ee !important;
}

.bg-footer {
    background-color: #d60000 !important;
}

.bg-soft-footer {
    background-color: rgba(30, 39, 62, 0.1) !important;
    border: 1px solid rgba(30, 39, 62, 0.1) !important;
    color: #1e273e !important;
}

.bg-soft-footer .border {
    border-color: #1e273e !important;
}

.text-footer {
    color: #1e273e !important;
}

a.text-footer:hover,
a.text-footer:focus {
    color: #161c2d !important;
}

.bg-light,
.bg-soft-light {
    color: #3c4858 !important;
}

a {
    transition: all 0.5s ease;
}

.d-flex .flex-1 {
    flex: 1;
}

.bg-black {
    background: #161c2d !important;
}

.bg-white-blur {
    backdrop-filter: blur(12px);
    background-color: rgba(255, 255, 255, 0.8);
}

video:focus {
    outline: none;
}

.list-inline-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 5px;
}

.opacity-05 {
    opacity: 0.05;
}

.opacity-075 {
    opacity: 0.075;
}

.opacity-1 {
    opacity: 0.1;
}

.opacity-2 {
    opacity: 0.2;
}

.opacity-3 {
    opacity: 0.3;
}

.opacity-4 {
    opacity: 0.4;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-6 {
    opacity: 0.6;
}

.opacity-7 {
    opacity: 0.7;
}

.opacity-8 {
    opacity: 0.8;
}

.opacity-9 {
    opacity: 0.9;
}

.rounded {
    border-radius: 6px !important;
}

.rounded-top {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.rounded-left {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.rounded-bottom {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.rounded-right {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.rounded-md {
    border-radius: 10px !important;
}

.rounded-lg {
    border-radius: 30px !important;
}

.border {
    border-color: #e9ecef !important;
}

.border-top {
    border-top-color: #e9ecef !important;
}

.border-bottom {
    border-bottom-color: #e9ecef !important;
}

.border-left {
    border-left-color: #e9ecef !important;
}

.border-right {
    border-right-color: #e9ecef !important;
}

.small,
small {
    font-size: 90%;
}

.card {
    background: transparent;
}

.card .card-body {
    padding: 1.5rem;
}

.position-middle-bottom {
    position: absolute;
    bottom: 15px;
    left: 12px;
    right: 12px;
    text-align: center;
}

@media (max-width: 767px) {
    .pt-sm-150 {
        padding-top: 200px;
    }
}

@media (max-width: 768px) {
    .display-1 {
        font-size: 56px !important;
    }
    .display-2 {
        font-size: 50px !important;
    }
    .display-3 {
        font-size: 42px !important;
    }
    .display-4 {
        font-size: 36px !important;
    }
    .display-5 {
        font-size: 32px !important;
    }
    .display-6 {
        font-size: 28px !important;
    }
}

.btn-primary {
    background-color: #d60000 !important;
    border: 1px solid #d60000 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(50, 116, 240, 0.3);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus {
    background-color: #1058df !important;
    border-color: #1058df !important;
    color: #ffffff !important;
}

.btn-soft-primary {
    background-color: rgba(50, 116, 240, 0.1) !important;
    border: 1px solid rgba(50, 116, 240, 0.1) !important;
    color: #d60000 !important;
    box-shadow: 0 3px 5px 0 rgba(50, 116, 240, 0.3);
}

.btn-soft-primary:hover,
.btn-soft-primary:focus,
.btn-soft-primary:active,
.btn-soft-primary.active,
.btn-soft-primary.focus {
    background-color: #d60000 !important;
    border-color: #d60000 !important;
    color: #ffffff !important;
}

.btn-outline-primary {
    border: 1px solid #d60000;
    color: #d60000;
    background-color: transparent;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #d60000;
    border-color: #d60000;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(50, 116, 240, 0.3);
}

.btn-secondary {
    background-color: #90a1b3 !important;
    border: 1px solid #90a1b3 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(144, 161, 179, 0.3);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.focus {
    background-color: #72879e !important;
    border-color: #72879e !important;
    color: #ffffff !important;
}

.btn-soft-secondary {
    background-color: rgba(144, 161, 179, 0.1) !important;
    border: 1px solid rgba(144, 161, 179, 0.1) !important;
    color: #90a1b3 !important;
    box-shadow: 0 3px 5px 0 rgba(144, 161, 179, 0.3);
}

.btn-soft-secondary:hover,
.btn-soft-secondary:focus,
.btn-soft-secondary:active,
.btn-soft-secondary.active,
.btn-soft-secondary.focus {
    background-color: #90a1b3 !important;
    border-color: #90a1b3 !important;
    color: #ffffff !important;
}

.btn-outline-secondary {
    border: 1px solid #90a1b3;
    color: #90a1b3;
    background-color: transparent;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    background-color: #90a1b3;
    border-color: #90a1b3;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(144, 161, 179, 0.3);
}

.btn-success {
    background-color: #8dc351 !important;
    border: 1px solid #8dc351 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(141, 195, 81, 0.3);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus {
    background-color: #73a73a !important;
    border-color: #73a73a !important;
    color: #ffffff !important;
}

.btn-soft-success {
    background-color: rgba(141, 195, 81, 0.1) !important;
    border: 1px solid rgba(141, 195, 81, 0.1) !important;
    color: #8dc351 !important;
    box-shadow: 0 3px 5px 0 rgba(141, 195, 81, 0.3);
}

.btn-soft-success:hover,
.btn-soft-success:focus,
.btn-soft-success:active,
.btn-soft-success.active,
.btn-soft-success.focus {
    background-color: #8dc351 !important;
    border-color: #8dc351 !important;
    color: #ffffff !important;
}

.btn-outline-success {
    border: 1px solid #8dc351;
    color: #8dc351;
    background-color: transparent;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:not(:disabled):not(.disabled):active {
    background-color: #8dc351;
    border-color: #8dc351;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(141, 195, 81, 0.3);
}

.btn-warning {
    background-color: #f1af2d !important;
    border: 1px solid #f1af2d !important;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(241, 175, 45, 0.3);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus {
    background-color: #dc970f !important;
    border-color: #dc970f !important;
    color: #ffffff !important;
}

.btn-soft-warning {
    background-color: rgba(241, 175, 45, 0.1) !important;
    border: 1px solid rgba(241, 175, 45, 0.1) !important;
    color: #f1af2d !important;
    box-shadow: 0 3px 5px 0 rgba(241, 175, 45, 0.3);
}

.btn-soft-warning:hover,
.btn-soft-warning:focus,
.btn-soft-warning:active,
.btn-soft-warning.active,
.btn-soft-warning.focus {
    background-color: #f1af2d !important;
    border-color: #f1af2d !important;
    color: #ffffff !important;
}

.btn-outline-warning {
    border: 1px solid #f1af2d;
    color: #f1af2d;
    background-color: transparent;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:not(:disabled):not(.disabled):active {
    background-color: #f1af2d;
    border-color: #f1af2d;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(241, 175, 45, 0.3);
}

.btn-info {
    background-color: #09a5be !important;
    border: 1px solid #09a5be !important;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(9, 165, 190, 0.3);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus {
    background-color: #077b8d !important;
    border-color: #077b8d !important;
    color: #ffffff !important;
}

.btn-soft-info {
    background-color: rgba(9, 165, 190, 0.1) !important;
    border: 1px solid rgba(9, 165, 190, 0.1) !important;
    color: #09a5be !important;
    box-shadow: 0 3px 5px 0 rgba(9, 165, 190, 0.3);
}

.btn-soft-info:hover,
.btn-soft-info:focus,
.btn-soft-info:active,
.btn-soft-info.active,
.btn-soft-info.focus {
    background-color: #09a5be !important;
    border-color: #09a5be !important;
    color: #ffffff !important;
}

.btn-outline-info {
    border: 1px solid #09a5be;
    color: #09a5be;
    background-color: transparent;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:not(:disabled):not(.disabled):active {
    background-color: #09a5be;
    border-color: #09a5be;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(9, 165, 190, 0.3);
}

.btn-danger {
    background-color: #e84142 !important;
    border: 1px solid #e84142 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(232, 65, 66, 0.3);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus {
    background-color: #db1b1c !important;
    border-color: #db1b1c !important;
    color: #ffffff !important;
}

.btn-soft-danger {
    background-color: rgba(232, 65, 66, 0.1) !important;
    border: 1px solid rgba(232, 65, 66, 0.1) !important;
    color: #e84142 !important;
    box-shadow: 0 3px 5px 0 rgba(232, 65, 66, 0.3);
}

.btn-soft-danger:hover,
.btn-soft-danger:focus,
.btn-soft-danger:active,
.btn-soft-danger.active,
.btn-soft-danger.focus {
    background-color: #e84142 !important;
    border-color: #e84142 !important;
    color: #ffffff !important;
}

.btn-outline-danger {
    border: 1px solid #e84142;
    color: #e84142;
    background-color: transparent;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:not(:disabled):not(.disabled):active {
    background-color: #e84142;
    border-color: #e84142;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(232, 65, 66, 0.3);
}

.btn-dark {
    background-color: #3c4858 !important;
    border: 1px solid #3c4858 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus {
    background-color: #272f3a !important;
    border-color: #272f3a !important;
    color: #ffffff !important;
}

.btn-soft-dark {
    background-color: rgba(60, 72, 88, 0.1) !important;
    border: 1px solid rgba(60, 72, 88, 0.1) !important;
    color: #3c4858 !important;
    box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}

.btn-soft-dark:hover,
.btn-soft-dark:focus,
.btn-soft-dark:active,
.btn-soft-dark.active,
.btn-soft-dark.focus {
    background-color: #3c4858 !important;
    border-color: #3c4858 !important;
    color: #ffffff !important;
}

.btn-outline-dark {
    border: 1px solid #3c4858;
    color: #3c4858;
    background-color: transparent;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active {
    background-color: #3c4858;
    border-color: #3c4858;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}

.btn-muted {
    background-color: #8c98a4 !important;
    border: 1px solid #8c98a4 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(140, 152, 164, 0.3);
}

.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active,
.btn-muted.focus {
    background-color: #707f8d !important;
    border-color: #707f8d !important;
    color: #ffffff !important;
}

.btn-soft-muted {
    background-color: rgba(140, 152, 164, 0.1) !important;
    border: 1px solid rgba(140, 152, 164, 0.1) !important;
    color: #8c98a4 !important;
    box-shadow: 0 3px 5px 0 rgba(140, 152, 164, 0.3);
}

.btn-soft-muted:hover,
.btn-soft-muted:focus,
.btn-soft-muted:active,
.btn-soft-muted.active,
.btn-soft-muted.focus {
    background-color: #8c98a4 !important;
    border-color: #8c98a4 !important;
    color: #ffffff !important;
}

.btn-outline-muted {
    border: 1px solid #8c98a4;
    color: #8c98a4;
    background-color: transparent;
}

.btn-outline-muted:hover,
.btn-outline-muted:focus,
.btn-outline-muted:active,
.btn-outline-muted.active,
.btn-outline-muted.focus,
.btn-outline-muted:not(:disabled):not(.disabled):active {
    background-color: #8c98a4;
    border-color: #8c98a4;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(140, 152, 164, 0.3);
}

.btn-light {
    background-color: #f7f8fa !important;
    border: 1px solid #f7f8fa !important;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(247, 248, 250, 0.3);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.focus {
    background-color: #d8dde6 !important;
    border-color: #d8dde6 !important;
    color: #ffffff !important;
}

.btn-soft-light {
    background-color: rgba(247, 248, 250, 0.1) !important;
    border: 1px solid rgba(247, 248, 250, 0.1) !important;
    color: #f7f8fa !important;
    box-shadow: 0 3px 5px 0 rgba(247, 248, 250, 0.3);
}

.btn-soft-light:hover,
.btn-soft-light:focus,
.btn-soft-light:active,
.btn-soft-light.active,
.btn-soft-light.focus {
    background-color: #f7f8fa !important;
    border-color: #f7f8fa !important;
    color: #ffffff !important;
}

.btn-outline-light {
    border: 1px solid #f7f8fa;
    color: #f7f8fa;
    background-color: transparent;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active {
    background-color: #f7f8fa;
    border-color: #f7f8fa;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(247, 248, 250, 0.3);
}

.btn-blue {
    background-color: #d60000 !important;
    border: 1px solid #d60000 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(50, 116, 240, 0.3);
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.btn-blue.focus {
    background-color: #1058df !important;
    border-color: #1058df !important;
    color: #ffffff !important;
}

.btn-soft-blue {
    background-color: rgba(50, 116, 240, 0.1) !important;
    border: 1px solid rgba(50, 116, 240, 0.1) !important;
    color: #d60000 !important;
    box-shadow: 0 3px 5px 0 rgba(50, 116, 240, 0.3);
}

.btn-soft-blue:hover,
.btn-soft-blue:focus,
.btn-soft-blue:active,
.btn-soft-blue.active,
.btn-soft-blue.focus {
    background-color: #d60000 !important;
    border-color: #d60000 !important;
    color: #ffffff !important;
}

.btn-outline-blue {
    border: 1px solid #d60000;
    color: #d60000;
    background-color: transparent;
}

.btn-outline-blue:hover,
.btn-outline-blue:focus,
.btn-outline-blue:active,
.btn-outline-blue.active,
.btn-outline-blue.focus,
.btn-outline-blue:not(:disabled):not(.disabled):active {
    background-color: #d60000;
    border-color: #d60000;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(50, 116, 240, 0.3);
}

.btn-footer {
    background-color: #1e273e !important;
    border: 1px solid #1e273e !important;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(30, 39, 62, 0.3);
}

.btn-footer:hover,
.btn-footer:focus,
.btn-footer:active,
.btn-footer.active,
.btn-footer.focus {
    background-color: #0e111c !important;
    border-color: #0e111c !important;
    color: #ffffff !important;
}

.btn-soft-footer {
    background-color: rgba(30, 39, 62, 0.1) !important;
    border: 1px solid rgba(30, 39, 62, 0.1) !important;
    color: #1e273e !important;
    box-shadow: 0 3px 5px 0 rgba(30, 39, 62, 0.3);
}

.btn-soft-footer:hover,
.btn-soft-footer:focus,
.btn-soft-footer:active,
.btn-soft-footer.active,
.btn-soft-footer.focus {
    background-color: #1e273e !important;
    border-color: #1e273e !important;
    color: #ffffff !important;
}

.btn-outline-footer {
    border: 1px solid #1e273e;
    color: #1e273e;
    background-color: transparent;
}

.btn-outline-footer:hover,
.btn-outline-footer:focus,
.btn-outline-footer:active,
.btn-outline-footer.active,
.btn-outline-footer.focus,
.btn-outline-footer:not(:disabled):not(.disabled):active {
    background-color: #1e273e;
    border-color: #1e273e;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(30, 39, 62, 0.3);
}

.btn {
    padding: 10px 20px;
    outline: none;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    font-weight: 500;
    border-radius: 5px;
}

.btn:focus {
    box-shadow: none !important;
}

.btn.btn-sm {
    padding: 7px 16px;
    font-size: 10px;
}

.btn.btn-lg {
    padding: 14px 30px;
    font-size: 16px;
}

.btn.searchbtn {
    padding: 6px 20px;
}

.btn.btn-pills {
    border-radius: 30px;
}

.btn.btn-pills-0 {
    border-radius: 0;
}

.btn.btn-font-sm {
    font-size: 14px;
}

.btn.btn-light {
    color: #3c4858 !important;
    border: 1px solid #dee2e6 !important;
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light:active,
.btn.btn-light.active,
.btn.btn-light.focus {
    background-color: #3c4858 !important;
    border: 1px solid #3c4858 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}

.btn.btn-soft-light {
    color: rgba(60, 72, 88, 0.5) !important;
    border: 1px solid #dee2e6 !important;
}

.btn.btn-soft-light:hover,
.btn.btn-soft-light:focus,
.btn.btn-soft-light:active,
.btn.btn-soft-light.active,
.btn.btn-soft-light.focus {
    color: #3c4858 !important;
}

.btn.btn-outline-light {
    border: 1px solid #dee2e6 !important;
    color: #3c4858 !important;
    background-color: transparent;
}

.btn.btn-outline-light:hover,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light.active,
.btn.btn-outline-light.focus {
    background-color: #f7f8fa !important;
}

.btn.btn-icon {
    height: 44px;
    width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.btn.btn-icon .icons {
    height: 16px;
    width: 16px;
    font-size: 16px;
}

.btn.btn-icon.btn-lg {
    height: 54px;
    width: 54px;
}

.btn.btn-icon.btn-lg .icons {
    height: 18px;
    width: 18px;
    font-size: 18px;
}

.btn.btn-icon.btn-sm {
    height: 31px;
    width: 31px;
}

button:not(:disabled) {
    outline: none;
}

.shadow {
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
}

.shadow-md {
    box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
}

.text-shadow-dark-lg {
    text-shadow: 0 10px 25px rgba(60, 72, 88, 0.8);
    letter-spacing: 3px;
}

.badge {
    letter-spacing: 0.5px;
    padding: 4px 8px;
    font-weight: 500;
    line-height: 11px;
}

.badge.badge-link:hover {
    color: #ffffff !important;
}

.badge:hover {
    color: #ffffff;
}

.dropdown-primary .dropdown-menu .dropdown-item:hover,
.dropdown-primary .dropdown-menu .dropdown-item.active,
.dropdown-primary .dropdown-menu .dropdown-item:active,
.dropdown-primary .dropdown-menu .dropdown-item.focus,
.dropdown-primary .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #d60000 !important;
}

.dropdown-secondary .dropdown-menu .dropdown-item:hover,
.dropdown-secondary .dropdown-menu .dropdown-item.active,
.dropdown-secondary .dropdown-menu .dropdown-item:active,
.dropdown-secondary .dropdown-menu .dropdown-item.focus,
.dropdown-secondary .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #90a1b3 !important;
}

.dropdown-success .dropdown-menu .dropdown-item:hover,
.dropdown-success .dropdown-menu .dropdown-item.active,
.dropdown-success .dropdown-menu .dropdown-item:active,
.dropdown-success .dropdown-menu .dropdown-item.focus,
.dropdown-success .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #8dc351 !important;
}

.dropdown-warning .dropdown-menu .dropdown-item:hover,
.dropdown-warning .dropdown-menu .dropdown-item.active,
.dropdown-warning .dropdown-menu .dropdown-item:active,
.dropdown-warning .dropdown-menu .dropdown-item.focus,
.dropdown-warning .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #f1af2d !important;
}

.dropdown-info .dropdown-menu .dropdown-item:hover,
.dropdown-info .dropdown-menu .dropdown-item.active,
.dropdown-info .dropdown-menu .dropdown-item:active,
.dropdown-info .dropdown-menu .dropdown-item.focus,
.dropdown-info .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #09a5be !important;
}

.dropdown-danger .dropdown-menu .dropdown-item:hover,
.dropdown-danger .dropdown-menu .dropdown-item.active,
.dropdown-danger .dropdown-menu .dropdown-item:active,
.dropdown-danger .dropdown-menu .dropdown-item.focus,
.dropdown-danger .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #e84142 !important;
}

.dropdown-dark .dropdown-menu .dropdown-item:hover,
.dropdown-dark .dropdown-menu .dropdown-item.active,
.dropdown-dark .dropdown-menu .dropdown-item:active,
.dropdown-dark .dropdown-menu .dropdown-item.focus,
.dropdown-dark .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #3c4858 !important;
}

.dropdown-muted .dropdown-menu .dropdown-item:hover,
.dropdown-muted .dropdown-menu .dropdown-item.active,
.dropdown-muted .dropdown-menu .dropdown-item:active,
.dropdown-muted .dropdown-menu .dropdown-item.focus,
.dropdown-muted .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #8c98a4 !important;
}

.dropdown-light .dropdown-menu .dropdown-item:hover,
.dropdown-light .dropdown-menu .dropdown-item.active,
.dropdown-light .dropdown-menu .dropdown-item:active,
.dropdown-light .dropdown-menu .dropdown-item.focus,
.dropdown-light .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #f7f8fa !important;
}

.dropdown-blue .dropdown-menu .dropdown-item:hover,
.dropdown-blue .dropdown-menu .dropdown-item.active,
.dropdown-blue .dropdown-menu .dropdown-item:active,
.dropdown-blue .dropdown-menu .dropdown-item.focus,
.dropdown-blue .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #d60000 !important;
}

.dropdown-footer .dropdown-menu .dropdown-item:hover,
.dropdown-footer .dropdown-menu .dropdown-item.active,
.dropdown-footer .dropdown-menu .dropdown-item:active,
.dropdown-footer .dropdown-menu .dropdown-item.focus,
.dropdown-footer .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #1e273e !important;
}

.btn-group .dropdown-toggle:after {
    content: "";
    position: relative;
    right: -4px;
    top: -2px;
    border: solid #ffffff;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    margin-left: 0;
    vertical-align: 0;
}

.btn-group .dropdown-menu {
    margin-top: 10px;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

.btn-group .dropdown-menu:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 45px;
    box-sizing: border-box;
    border: 7px solid #495057;
    border-radius: 0.5px;
    border-color: transparent transparent #ffffff #ffffff;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: -2px 2px 2px -1px rgba(22, 28, 45, 0.15);
}

.alert-primary {
    background-color: rgba(50, 116, 240, 0.9);
    color: #ffffff;
    border-color: #d60000;
}

.alert-primary .alert-link {
    color: #093280;
}

.alert-outline-primary {
    background-color: #ffffff;
    color: #d60000;
    border-color: #d60000;
}

.alert-secondary {
    background-color: rgba(144, 161, 179, 0.9);
    color: #ffffff;
    border-color: #90a1b3;
}

.alert-secondary .alert-link {
    color: #455565;
}

.alert-outline-secondary {
    background-color: #ffffff;
    color: #90a1b3;
    border-color: #90a1b3;
}

.alert-success {
    background-color: rgba(141, 195, 81, 0.9);
    color: #ffffff;
    border-color: #8dc351;
}

.alert-success .alert-link {
    color: #3f5b20;
}

.alert-outline-success {
    background-color: #ffffff;
    color: #8dc351;
    border-color: #8dc351;
}

.alert-warning {
    background-color: rgba(241, 175, 45, 0.9);
    color: #ffffff;
    border-color: #f1af2d;
}

.alert-warning .alert-link {
    color: #7d5608;
}

.alert-outline-warning {
    background-color: #ffffff;
    color: #f1af2d;
    border-color: #f1af2d;
}

.alert-info {
    background-color: rgba(9, 165, 190, 0.9);
    color: #ffffff;
    border-color: #09a5be;
}

.alert-info .alert-link {
    color: #02262c;
}

.alert-outline-info {
    background-color: #ffffff;
    color: #09a5be;
    border-color: #09a5be;
}

.alert-danger {
    background-color: rgba(232, 65, 66, 0.9);
    color: #ffffff;
    border-color: #e84142;
}

.alert-danger .alert-link {
    color: #801010;
}

.alert-outline-danger {
    background-color: #ffffff;
    color: #e84142;
    border-color: #e84142;
}

.alert-dark {
    background-color: rgba(60, 72, 88, 0.9);
    color: #ffffff;
    border-color: #3c4858;
}

.alert-dark .alert-link {
    color: black;
}

.alert-outline-dark {
    background-color: #ffffff;
    color: #3c4858;
    border-color: #3c4858;
}

.alert-muted {
    background-color: rgba(140, 152, 164, 0.9);
    color: #ffffff;
    border-color: #8c98a4;
}

.alert-muted .alert-link {
    color: #434c54;
}

.alert-outline-muted {
    background-color: #ffffff;
    color: #8c98a4;
    border-color: #8c98a4;
}

.alert-light {
    background-color: rgba(247, 248, 250, 0.9);
    color: #ffffff;
    border-color: #f7f8fa;
}

.alert-light .alert-link {
    color: #99a6bf;
}

.alert-outline-light {
    background-color: #ffffff;
    color: #f7f8fa;
    border-color: #f7f8fa;
}

.alert-blue {
    background-color: rgba(50, 116, 240, 0.9);
    color: #ffffff;
    border-color: #d60000;
}

.alert-blue .alert-link {
    color: #093280;
}

.alert-outline-blue {
    background-color: #ffffff;
    color: #d60000;
    border-color: #d60000;
}

.alert-footer {
    background-color: rgba(30, 39, 62, 0.9);
    color: #ffffff;
    border-color: #1e273e;
}

.alert-footer .alert-link {
    color: black;
}

.alert-outline-footer {
    background-color: #ffffff;
    color: #1e273e;
    border-color: #1e273e;
}

.alert {
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 13px;
}

.alert.alert-light {
    background-color: white;
    color: #3c4858;
    border-color: #e9ecef;
}

.alert.alert-dismissible {
    padding-right: 30px;
}

.alert.alert-dismissible .btn-close {
    top: 10px;
    right: 10px;
    padding: 0px;
}

.alert.alert-pills {
    border-radius: 30px;
    display: inline-block;
}

.alert.alert-pills .content {
    font-weight: 500;
}

.breadcrumb {
    letter-spacing: 0.5px;
    padding: 8px 24px;
    display: block;
}

.breadcrumb.breadcrumb-muted .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.5);
}

.breadcrumb.breadcrumb-muted .breadcrumb-item a:hover {
    color: #ffffff !important;
}

.breadcrumb.breadcrumb-muted .breadcrumb-item:after {
    color: rgba(255, 255, 255, 0.5);
}

.breadcrumb.breadcrumb-muted .breadcrumb-item.active {
    color: #ffffff !important;
}

.breadcrumb .breadcrumb-item {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    padding-left: 0;
    display: inline-block;
}

.breadcrumb .breadcrumb-item a {
    color: #3c4858;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #d60000;
}

.breadcrumb .breadcrumb-item.active {
    color: #d60000;
}

.breadcrumb .breadcrumb-item:before {
    content: "";
}

.breadcrumb .breadcrumb-item:after {
    content: "\F0142" !important;
    font-size: 15px;
    color: #3c4858;
    font-family: 'Material Design Icons';
    padding-left: 5px;
}

.breadcrumb .breadcrumb-item:last-child:after {
    display: none;
}

.pagination .page-item .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    color: #3c4858;
    padding: 0;
    width: 36px;
    height: 36px;
    margin: auto 8px;
    background: #f8f9fa;
    transition: all 0.5s ease;
    font-size: 14px;
}

.pagination .page-item .page-link.active,
.pagination .page-item .page-link:hover {
    background: #d60000;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
}

.avatar.avatar-ex-sm {
    max-height: 25px;
}

.avatar.avatar-md-sm {
    height: 45px;
    width: 45px;
}

.avatar.avatar-small {
    height: 65px;
    width: 65px;
}

.avatar.avatar-md-md {
    height: 80px;
    width: 80px;
}

.avatar.avatar-medium {
    height: 110px;
    width: 110px;
}

.avatar.avatar-large {
    height: 140px;
    width: 140px;
}

.avatar.avatar-ex-large {
    height: 180px;
    width: 180px;
}

.accordion .accordion-item {
    overflow: hidden;
}

.accordion .accordion-item .accordion-button {
    font-weight: 500;
    text-align: left;
    padding-right: 32px;
}

.accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.accordion .accordion-item .accordion-button:after {
    content: '-';
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #d60000;
    position: absolute;
    right: 20px;
    transition: all 0.5s ease;
}

.accordion .accordion-item .accordion-button.collapsed {
    background-color: #ffffff;
    transition: all 0.5s;
}

.accordion .accordion-item .accordion-button.collapsed:after {
    content: '+';
    width: 20px;
    height: 20px;
    right: 10px;
    line-height: 20px;
    color: #3c4858;
}

.accordion .accordion-item .accordion-button:after {
    background-image: none;
}

.accordion .accordion-item .accordion-button:not(.collapsed) {
    color: #d60000;
    box-shadow: none;
}

.accordion .accordion-item .accordion-body {
    padding: 0 20px 20px;
}

.nav-pills {
    margin-bottom: 15px;
    background: #f4f5f8;
}

.nav-pills .nav-link {
    color: #495057 !important;
    padding: 5px;
    transition: all 0.5s ease;
}

.nav-pills .nav-link.nav-link-alt {
    color: #ffffff !important;
}

.nav-pills .nav-link.nav-link-alt.active {
    background: #3c4858 !important;
}

.nav-pills .nav-link.active {
    background: #d60000;
    color: #ffffff !important;
}

.nav-pills .nav-link.active .tab-para {
    color: rgba(255, 255, 255, 0.5) !important;
}

.progress-box .progress {
    height: 4px;
    overflow: visible;
}

.progress-box .progress .progress-bar {
    border-radius: 6px;
    animation: animate-positive 3s;
    overflow: visible !important;
}

.progress-box .progress .progress-value {
    position: absolute;
    top: -32px;
    right: 0;
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

.blockquote {
    font-size: 18px;
    max-width: 700px;
    position: relative;
    padding: 24px;
}

.form-label,
.form-check-label {
    font-weight: 500;
    font-size: 15px;
}

.form-control {
    border: 1px solid #dee2e6;
    font-size: 13px;
    line-height: 32px;
    background-color: #ffffff;
    border-radius: 6px;
}

.form-control:focus {
    border-color: #d60000;
    box-shadow: none;
}

.form-control[readonly] {
    background-color: #ffffff;
}

.form-control:disabled {
    background-color: #dee2e6;
}

.form-check-input:focus {
    border-color: #d60000;
    box-shadow: none;
}

.form-check-input.form-check-input:checked {
    background-color: #d60000;
    border-color: #d60000;
}

.subcribe-form .btn {
    padding: 10px 20px;
}

.subcribe-form input {
    padding: 12px 20px;
    width: 100%;
    color: #3c4858 !important;
    border: none;
    outline: none !important;
    padding-right: 160px;
    background-color: rgba(255, 255, 255, 0.8);
}

.subcribe-form button {
    position: absolute;
    top: 1.5px;
    right: 2px;
    outline: none !important;
}

.subcribe-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
}

.table-responsive .table td,
.table-responsive .table th {
    vertical-align: middle;
}

.table-responsive .table.table-nowrap th,
.table-responsive .table.table-nowrap td {
    white-space: nowrap;
}

.table-responsive .table-center th {
    vertical-align: middle !important;
}

.table-responsive .table-center tbody tr:hover {
    color: #3c4858;
    background-color: #f8f9fa;
}

.table-responsive .table-center.invoice-tb th,
.table-responsive .table-center.invoice-tb td {
    text-align: end;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(45deg, #ffffff, #ffffff);
    z-index: 9999999;
}

#preloader #status {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#preloader #status .spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

#preloader #status .spinner .double-bounce1,
#preloader #status .spinner .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #d60000;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

#preloader #status .spinner .double-bounce2 {
    animation-delay: -1.0s;
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}

.social-icon li a {
    color: #3c4858;
    border: 1px solid #3c4858;
    display: inline-block;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
}

.social-icon li a .fea-social {
    stroke-width: 2;
}

.social-icon li a:hover {
    background-color: #d60000;
    border-color: #d60000 !important;
    color: #ffffff !important;
}

.social-icon li a:hover .fea-social {
    fill: #d60000;
}

.social-icon.social li a {
    color: #8890a4;
    border-color: #8890a4;
}

.social-icon.foot-social-icon li a {
    color: #8890a4;
    border-color: #232d48;
}

.social-icon.team-social li a {
    color: rgba(255, 255, 255, 0.4);
    border-color: rgba(255, 255, 255, 0.4);
}

.social-icon.tagline-social li a {
    border: none;
    height: auto;
    width: auto;
    padding-left: 8px;
}

.social-icon.tagline-social li a i {
    color: #ffffff;
}

.social-icon.tagline-social li a i:hover {
    color: #ffffff !important;
}

.social-icon.tagline-social li a:hover {
    background: transparent;
}

.social-icon.tagline-social.social-white li a i {
    color: #ffffff;
}

.social-icon.tagline-social.social-dark li a i {
    color: #3c4858;
}

.dropcaps {
    float: left;
    line-height: 1;
    font-weight: bold;
}

.back-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #8d8d8d;
    color: #ffffff !important;
    font-size: 16px;
    text-align: center;
    z-index: 99;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    transition: all 0.5s ease;
}

.back-to-top:hover {
    background-color: #151515 !important;
}

.back-to-home {
    position: fixed;
    top: 4%;
    right: 2%;
    z-index: 1;
}

.sticky-bar {
    position: sticky;
    top: 80px;
}

.fea {
    stroke-width: 1.8;
}

.fea.icon-sm {
    height: 16px;
    width: 16px;
}

.fea.icon-ex-md {
    height: 20px;
    width: 20px;
}

.fea.icon-m-md {
    height: 28px;
    width: 28px;
}

.fea.icon-md {
    height: 35px;
    width: 35px;
}

.fea.icon-lg {
    height: 42px;
    width: 42px;
}

.fea.icon-ex-lg {
    height: 52px;
    width: 52px;
}

[class^=uil-]:before,
[class*=" uil-"]:before {
    margin: 0;
}

.uim-svg {
    vertical-align: 0 !important;
}

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden !important;
    font-size: 15px !important;
    color: #3c4858;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
    font-weight: 500;
}

::selection {
    background: rgba(50, 116, 240, 0.9);
    color: #ffffff;
}

a {
    text-decoration: none !important;
}

p {
    line-height: 1.6;
}

.fw-medium {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600;
}

.section {
    padding: 100px 0;
    position: relative;
}

@media (max-width: 768px) {
    .section {
        padding: 60px 0;
    }
}

.section-two {
    padding: 60px 0;
    position: relative;
}

.bg-overlay {
    background-color: rgba(22, 28, 45, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-gradient-primary {
    background: linear-gradient(to left, #1058df 0%, #614092 100%);
}

.bg-linear-gradient {
    background: linear-gradient(to bottom, rgba(22, 28, 45, 0.8) 0%, rgba(60, 72, 88, 0.3) 25%, rgba(60, 72, 88, 0.3) 35%, rgba(22, 28, 45, 0.8) 100%);
}

.bg-gradient-overlay {
    background: linear-gradient(to bottom, rgba(22, 28, 45, 0.5) 0%, rgba(22, 28, 45, 0.6) 25%, rgba(22, 28, 45, 0.7) 50%, rgba(22, 28, 45, 0.8) 100%);
}

.bg-gradient-white-overlay {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%);
}

.bg-gradient-overlay-white {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 5%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0.7) 15%, rgba(255, 255, 255, 0.9) 20%, white 25%, white 30%, white 35%, white 40%, white 45%, white 50%, white 55%, white 60%, white 65%, white 70%, white 75%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.7) 85%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0.3) 95%, rgba(255, 255, 255, 0.1) 100%);
}

.bg-gradient-overlay-dark {
    background-image: linear-gradient(to left, rgba(22, 28, 45, 0.1) 0%, rgba(22, 28, 45, 0.3) 5%, rgba(22, 28, 45, 0.5) 10%, rgba(22, 28, 45, 0.7) 15%, rgba(22, 28, 45, 0.9) 20%, #161c2d 25%, #161c2d 30%, #161c2d 35%, #161c2d 40%, #161c2d 45%, #161c2d 50%, #161c2d 55%, #161c2d 60%, #161c2d 65%, #161c2d 70%, #161c2d 75%, rgba(22, 28, 45, 0.9) 80%, rgba(22, 28, 45, 0.7) 85%, rgba(22, 28, 45, 0.5) 90%, rgba(22, 28, 45, 0.3) 95%, rgba(22, 28, 45, 0.1) 100%);
}

.bg-overlay-white {
    background-color: rgba(255, 255, 255, 0.5);
}

.card {
    border: none;
}

.card .card-img {
    position: relative;
}

.card .card-img .card-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(to bottom, transparent 0%, transparent 25%, transparent 35%, rgba(22, 28, 45, 0.9) 100%);
    transition: all 0.5s ease;
}

.card:hover .card-img .card-overlay {
    opacity: 1;
}

.features-absolute {
    position: relative;
    z-index: 2;
    transition: all 0.5s ease;
}

.features-absolute {
    margin: -200px 0 0px;
}

@media (max-width: 768px) {
    .features-absolute {
        margin: -140px 0 0;
    }
}

.title-heading {
    line-height: 26px;
}

.title-heading .heading {
    font-size: 45px !important;
    letter-spacing: 1px;
}

.title-heading .heading.page-heading {
    font-size: 36px !important;
}

@media (max-width: 768px) {
    .title-heading .heading.page-heading {
        font-size: 30px !important;
    }
}

@media (max-width: 768px) {
    .title-heading .heading {
        font-size: 36px !important;
    }
}

.title-heading .para-desc {
    font-size: 16px;
}

.section-title .title {
    font-size: 28px !important;
}

@media (max-width: 768px) {
    .section-title .title {
        font-size: 24px !important;
    }
}

.para-desc {
    max-width: 600px;
}

.mt-100 {
    margin-top: 100px;
}

.shape {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: -2px;
    left: 0;
}

.shape>svg {
    transform: scale(2);
    width: 100%;
    height: auto;
    transform-origin: top center;
}

.shape.seo-hero {
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    height: 250px;
    background: #ffffff;
}

@media (max-width: 768px) {
    .shape.seo-hero {
        height: 140px;
    }
}

@media (max-width: 425px) {
    .shape.seo-hero {
        height: 60px;
    }
}

@media (max-width: 425px) {
    .shape {
        bottom: -4px;
    }
}

.home-shape-arrow {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 25px;
    z-index: 1;
    left: 0;
}

.home-shape-arrow i {
    background: #f7f8fa;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    border-radius: 30px;
}

.home-shape-arrow .arrow-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: inline-block;
}

.ribbon.ribbon-primary span {
    background-color: #d60000 !important;
}

.ribbon.ribbon-primary span:before {
    border-left-color: #1058df;
    border-top-color: #1058df;
}

.ribbon.ribbon-primary span:after {
    border-right-color: #1058df;
    border-top-color: #1058df;
}

.ribbon.ribbon-secondary span {
    background-color: #90a1b3 !important;
}

.ribbon.ribbon-secondary span:before {
    border-left-color: #72879e;
    border-top-color: #72879e;
}

.ribbon.ribbon-secondary span:after {
    border-right-color: #72879e;
    border-top-color: #72879e;
}

.ribbon.ribbon-success span {
    background-color: #8dc351 !important;
}

.ribbon.ribbon-success span:before {
    border-left-color: #73a73a;
    border-top-color: #73a73a;
}

.ribbon.ribbon-success span:after {
    border-right-color: #73a73a;
    border-top-color: #73a73a;
}

.ribbon.ribbon-warning span {
    background-color: #f1af2d !important;
}

.ribbon.ribbon-warning span:before {
    border-left-color: #dc970f;
    border-top-color: #dc970f;
}

.ribbon.ribbon-warning span:after {
    border-right-color: #dc970f;
    border-top-color: #dc970f;
}

.ribbon.ribbon-info span {
    background-color: #09a5be !important;
}

.ribbon.ribbon-info span:before {
    border-left-color: #077b8d;
    border-top-color: #077b8d;
}

.ribbon.ribbon-info span:after {
    border-right-color: #077b8d;
    border-top-color: #077b8d;
}

.ribbon.ribbon-danger span {
    background-color: #e84142 !important;
}

.ribbon.ribbon-danger span:before {
    border-left-color: #db1b1c;
    border-top-color: #db1b1c;
}

.ribbon.ribbon-danger span:after {
    border-right-color: #db1b1c;
    border-top-color: #db1b1c;
}

.ribbon.ribbon-dark span {
    background-color: #3c4858 !important;
}

.ribbon.ribbon-dark span:before {
    border-left-color: #272f3a;
    border-top-color: #272f3a;
}

.ribbon.ribbon-dark span:after {
    border-right-color: #272f3a;
    border-top-color: #272f3a;
}

.ribbon.ribbon-muted span {
    background-color: #8c98a4 !important;
}

.ribbon.ribbon-muted span:before {
    border-left-color: #707f8d;
    border-top-color: #707f8d;
}

.ribbon.ribbon-muted span:after {
    border-right-color: #707f8d;
    border-top-color: #707f8d;
}

.ribbon.ribbon-light span {
    background-color: #f7f8fa !important;
}

.ribbon.ribbon-light span:before {
    border-left-color: #d8dde6;
    border-top-color: #d8dde6;
}

.ribbon.ribbon-light span:after {
    border-right-color: #d8dde6;
    border-top-color: #d8dde6;
}

.ribbon.ribbon-blue span {
    background-color: #d60000 !important;
}

.ribbon.ribbon-blue span:before {
    border-left-color: #1058df;
    border-top-color: #1058df;
}

.ribbon.ribbon-blue span:after {
    border-right-color: #1058df;
    border-top-color: #1058df;
}

.ribbon.ribbon-footer span {
    background-color: #1e273e !important;
}

.ribbon.ribbon-footer span:before {
    border-left-color: #0e111c;
    border-top-color: #0e111c;
}

.ribbon.ribbon-footer span:after {
    border-right-color: #0e111c;
    border-top-color: #0e111c;
}

.ribbon {
    position: absolute;
    top: -5px;
    width: 75px;
    height: 75px;
    z-index: 2;
}

.ribbon.ribbon-right {
    right: -5px;
}

.ribbon.ribbon-right span {
    right: -22px;
    transform: rotate(45deg);
}

.ribbon.ribbon-left {
    left: -5px;
}

.ribbon.ribbon-left span {
    left: -22px;
    transform: rotate(-45deg);
}

.ribbon span {
    position: absolute;
    top: 17px;
    width: 100px;
    color: #ffffff;
}

.ribbon span:before,
.ribbon span:after {
    content: "";
    position: absolute;
    top: 100%;
    z-index: -1;
    border: 3px solid transparent;
}

.ribbon span:before {
    left: 0;
}

.ribbon span:after {
    right: 0;
}

.text-slider {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

.text-slider>ul {
    white-space: nowrap;
}

.text-slider .move-text {
    animation: moveSlideshow 12s linear infinite;
}

@keyframes moveSlideshow {
    100% {
        transform: translateX(-45%);
    }
}

.mover {
    animation: mover 1s infinite alternate;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(10px);
    }
}

.feature-posts-placeholder {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 66.6%;
}

@media (max-width: 425px) {
    .feature-posts-placeholder {
        height: 80%;
    }
}

@media (max-width: 768px) {
    .img-fluid-responsive img {
        max-width: 550px;
    }
}

@media (max-width: 767px) {
    .img-fluid-responsive img {
        max-width: 100%;
        height: auto;
    }
}

@media (min-width: 768px) {
    .margin-top-100 {
        margin-top: 100px;
    }
}

@media (max-width: 768px) {
    .mt-60 {
        margin-top: 60px;
    }
}

#topnav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: transparent;
    border: 0;
    transition: all .5s ease;
    font-family: "Poppins", sans-serif;
}

#topnav .logo {
    float: left;
    color: #3c4858 !important;
}

#topnav .logo .l-dark {
    display: none;
}

#topnav .logo .l-light {
    display: inline-block;
}

#topnav .logo:focus {
    outline: none;
}

#topnav .has-submenu {
    position: relative;
}

#topnav .has-submenu .submenu.megamenu .menu-list-icon {
    font-size: 16px !important;
}

#topnav .has-submenu .submenu .submenu-arrow {
    border: solid #3c4858;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    transition: all 0.3s ease;
    position: absolute;
    right: 20px;
    top: 14px;
}

#topnav .has-submenu .submenu .has-submenu:hover .submenu-arrow {
    border-color: #d60000;
}

#topnav .has-submenu.active a {
    color: #ffffff;
}

#topnav .has-submenu.active .submenu li.active>a {
    color: #d60000 !important;
}

#topnav .has-submenu.active.active .menu-arrow {
    border-color: #d60000;
}

#topnav .navbar-toggle {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 30px 0 26px 10px;
    height: 18px;
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #3c4858;
    display: block;
    margin-bottom: 5px;
    transition: transform .5s ease;
}

#topnav .navbar-toggle span:last-child {
    margin-bottom: 0;
}

#topnav .buy-button {
    float: right;
    line-height: 68px;
    padding-bottom: 6px;
}

#topnav .buy-button>li {
    line-height: initial;
}

#topnav .buy-button .nav-light-icon-dark {
    display: none;
}

#topnav .buy-button .nav-light-icon-white {
    display: inline-block;
}

#topnav .buy-button .dropdown .dropdown-toggle:after,
#topnav .buy-menu-btn .dropdown .dropdown-toggle:after {
    display: none;
}

#topnav .navbar-toggle.open span {
    position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
    top: 6px;
    transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
    visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
    width: 100%;
    top: 6px;
    transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
    background-color: #d60000;
}

#topnav .navbar-toggle:hover,
#topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu>li>a:hover,
#topnav .navbar-toggle:focus {
    background-color: transparent;
}

#topnav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#topnav .navigation-menu>li {
    float: left;
    display: block;
    position: relative;
    margin: 0 10px;
}

#topnav .navigation-menu>li:hover>a,
#topnav .navigation-menu>li.active>a {
    color: #d60000 !important;
}

#topnav .navigation-menu>li>a {
    display: block;
    color: #3c4858;
    font-size: 13px;
    background-color: transparent !important;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    transition: all 0.5s;
    padding-left: 10px;
    padding-right: 10px;
}

#topnav .navigation-menu>li>a:hover,
#topnav .navigation-menu>li>a:active {
    color: #d60000;
}

#topnav .navigation-menu>li .submenu.megamenu li .megamenu-head {
    padding: 10px 20px;
    white-space: nowrap;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #3c4858 !important;
}

#topnav .navigation-menu.nav-right>li:last-child {
    margin-right: 0;
}

#topnav .navigation-menu.nav-right>li:last-child a {
    padding-right: 0;
}

#topnav .navigation-menu.nav-left>li:first-child {
    margin-left: 0;
}

#topnav .navigation-menu .has-submenu .menu-arrow {
    border: solid #3c4858;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    position: absolute;
    transition: all 0.5s;
    right: -1px;
    top: 30px;
}

#topnav .menu-extras {
    float: right;
}

#topnav.scroll {
    background-color: #ffffff;
    border: none;
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

#topnav.scroll .navigation-menu>li>a {
    color: #3c4858;
}

#topnav.scroll .navigation-menu>li>.menu-arrow {
    border-color: #3c4858;
}

#topnav.scroll .navigation-menu>li:hover>a,
#topnav.scroll .navigation-menu>li.active>a {
    color: #d60000;
}

#topnav.scroll .navigation-menu>li:hover>.menu-arrow,
#topnav.scroll .navigation-menu>li.active>.menu-arrow {
    border-color: #d60000;
}

#topnav.defaultscroll.dark-menubar .logo {
    line-height: 70px;
}

#topnav.defaultscroll.scroll .logo {
    line-height: 62px;
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
    line-height: 62px;
}

#topnav.nav-sticky {
    backdrop-filter: blur(12px);
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

#topnav.nav-sticky .navigation-menu.nav-light>li>a {
    color: #3c4858;
}

#topnav.nav-sticky .navigation-menu.nav-light>li.active>a {
    color: #d60000 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light>li:hover>.menu-arrow,
#topnav.nav-sticky .navigation-menu.nav-light>li.active>.menu-arrow {
    border-color: #d60000 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light>li:hover>a,
#topnav.nav-sticky .navigation-menu.nav-light>li.active>a {
    color: #d60000 !important;
}

#topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
    border-color: #3c4858;
}

#topnav.nav-sticky.tagline-height {
    top: 0 !important;
}

#topnav.nav-sticky .buy-button .nav-light-icon-dark {
    display: inline-block;
}

#topnav.nav-sticky .buy-button .nav-light-icon-white {
    display: none;
}

#topnav.nav-sticky .logo .l-dark {
    display: inline-block;
}

#topnav.nav-sticky .logo .l-light {
    display: none;
}

.logo {
    font-weight: 600;
    font-size: 24px;
    margin-right: 15px;
    padding: 0 5px 6px 0;
    letter-spacing: 1px;
    line-height: 68px;
}

@media (min-width: 1025px) {
    #topnav .navigation-menu>li .submenu.megamenu {
        width: 1116px !important;
    }
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
    #topnav .navigation-menu>li .submenu.megamenu {
        width: 936px !important;
    }
}

@media (min-width: 992px) {
    #topnav .navigation-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #topnav .navigation-menu>.has-submenu .submenu .has-submenu:hover .submenu-arrow {
        right: 16px;
    }
    #topnav .navigation-menu>.has-submenu .menu-arrow {
        display: none;
    }
    #topnav .navigation-menu>.has-submenu:hover .menu-arrow {
        top: 33px !important;
    }
    #topnav .navigation-menu>.has-submenu.active .menu-arrow {
        top: 30px;
    }
    #topnav .navigation-menu>li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        padding: 15px 0;
        list-style: none;
        min-width: 180px;
        visibility: hidden;
        opacity: 0;
        margin-top: 10px;
        transition: all .2s ease;
        border-radius: 6px;
        background-color: #ffffff;
        box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    }
    #topnav .navigation-menu>li .submenu li {
        position: relative;
    }
    #topnav .navigation-menu>li .submenu li a {
        display: block;
        padding: 10px 20px;
        clear: both;
        white-space: nowrap;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        font-weight: 600;
        color: #3c4858 !important;
        transition: all 0.3s;
    }
    #topnav .navigation-menu>li .submenu li a:hover {
        color: #d60000 !important;
    }
    #topnav .navigation-menu>li .submenu li ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
    #topnav .navigation-menu>li .submenu.megamenu {
        white-space: nowrap;
        left: 50%;
        transform: translateX(-50%);
        position: fixed;
        top: auto;
        display: flex;
    }
    #topnav .navigation-menu>li .submenu.megamenu>li {
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
        width: 20%;
    }
    #topnav .navigation-menu>li .submenu.megamenu>li .submenu {
        left: 100%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px;
    }
    #topnav .navigation-menu>li .submenu>li .submenu {
        left: 101%;
        top: 0;
        margin-left: 10px;
        margin-top: -1px;
    }
    #topnav .navigation-menu>li>a {
        padding-top: 25px;
        padding-bottom: 25px;
        min-height: 62px;
    }
    #topnav .navigation-menu>li:hover>.menu-arrow {
        border-color: #d60000;
    }
    #topnav .navigation-menu>li:hover>a,
    #topnav .navigation-menu>li.active>a {
        color: #d60000 !important;
    }
    #topnav .navigation-menu>li:last-child .submenu {
        left: auto;
        right: 0;
    }
    #topnav .navigation-menu>li:last-child .submenu:before {
        left: auto;
        right: 10px;
    }
    #topnav .navigation-menu>li:last-child .submenu>li.has-submenu .submenu {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 10px;
    }
    #topnav .navigation-menu.nav-light>li>a {
        color: rgba(255, 255, 255, 0.5);
    }
    #topnav .navigation-menu.nav-light>li.active>a {
        color: #ffffff !important;
    }
    #topnav .navigation-menu.nav-light>li:hover>.menu-arrow {
        border-color: #ffffff !important;
    }
    #topnav .navigation-menu.nav-light>li:hover>a {
        color: #ffffff !important;
    }
    #topnav .navigation-menu.nav-light .has-submenu .menu-arrow {
        border-color: rgba(255, 255, 255, 0.5);
    }
    #topnav .navigation-menu.nav-light .has-submenu.active .menu-arrow {
        border-color: #ffffff !important;
    }
    #topnav .navigation-menu.nav-right {
        justify-content: flex-end !important;
    }
    #topnav .navigation-menu.nav-left {
        justify-content: flex-start !important;
    }
    #topnav .navigation-menu.nav-left>li.last-elements .submenu {
        left: 0 !important;
        right: auto !important;
    }
    #topnav .navigation-menu.nav-left>li.last-elements .submenu:before {
        left: 45px !important;
        right: auto !important;
    }
    #topnav .buy-button {
        padding-left: 15px;
        margin-left: 15px;
    }
    #topnav .navbar-toggle {
        display: none;
    }
    #topnav #navigation {
        display: block !important;
    }
    #topnav.scroll {
        top: 0;
    }
    #topnav.scroll .navigation-menu>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #topnav.scroll-active .navigation-menu>li>a {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media (max-width: 991px) {
    #topnav {
        background-color: #ffffff;
        box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
        min-height: 74px;
    }
    #topnav .logo {
        padding: 3px 0;
    }
    #topnav .logo .l-dark {
        display: inline-block !important;
    }
    #topnav .logo .l-light {
        display: none !important;
    }
    #topnav .container {
        width: auto;
    }
    #topnav #navigation {
        max-height: 400px;
    }
    #topnav .navigation-menu {
        float: none;
    }
    #topnav .navigation-menu>li {
        float: none;
    }
    #topnav .navigation-menu>li .submenu {
        display: none;
        list-style: none;
        padding-left: 20px;
        margin: 0;
    }
    #topnav .navigation-menu>li .submenu li a {
        display: block;
        position: relative;
        padding: 7px 15px;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 0.04em;
        font-weight: 600;
        color: #3c4858 !important;
        transition: all 0.3s;
    }
    #topnav .navigation-menu>li .submenu.megamenu li .megamenu-head {
        padding: 7px 15px;
    }
    #topnav .navigation-menu>li .submenu.open {
        display: block;
    }
    #topnav .navigation-menu>li .submenu .submenu {
        display: none;
        list-style: none;
    }
    #topnav .navigation-menu>li .submenu .submenu.open {
        display: block;
    }
    #topnav .navigation-menu>li .submenu.megamenu>li>ul {
        list-style: none;
        padding-left: 0;
    }
    #topnav .navigation-menu>li .submenu.megamenu>li>ul>li>span {
        display: block;
        position: relative;
        padding: 10px 15px;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 2px;
        color: #8c98a4;
    }
    #topnav .navigation-menu>li>a {
        color: #3c4858;
        padding: 10px 20px;
    }
    #topnav .navigation-menu>li>a:after {
        position: absolute;
        right: 15px;
    }
    #topnav .navigation-menu .has-submenu .menu-arrow {
        right: 16px;
        top: 16px;
    }
    #topnav .navigation-menu>li>a:hover,
    #topnav .navigation-menu>li .submenu li a:hover,
    #topnav .navigation-menu>li.has-submenu.open>a {
        color: #d60000;
    }
    #topnav .menu-extras .menu-item {
        border-color: #8c98a4;
    }
    #topnav .navbar-header {
        float: left;
    }
    #topnav .buy-button .nav-light-icon-dark {
        display: inline-block !important;
    }
    #topnav .buy-button .nav-light-icon-white {
        display: none;
    }
    #topnav .has-submenu .submenu .submenu-arrow {
        transform: rotate(45deg);
        position: absolute;
        right: 20px;
        top: 12px;
    }
    #topnav .has-submenu.active a {
        color: #d60000;
    }
    #topnav.nav-sticky {
        background-color: #ffffff !important;
    }
    #navigation {
        position: absolute;
        top: 74px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #f1f3f6;
        border-bottom: 1px solid #f1f3f6;
        background-color: #ffffff;
    }
    #navigation.open {
        display: block;
        overflow-y: auto;
    }
}

@media (max-width: 768px) {
    #topnav .buy-button {
        padding: 3px 0;
    }
}

@media (min-width: 768px) {
    #topnav .navigation-menu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }
    #topnav .navigation-menu>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-toggle {
        display: block;
    }
}

@media (max-width: 425px) {
    #topnav .navigation-menu>li {
        margin: 0;
    }
    #topnav .navigation-menu>li>a {
        padding: 10px 15px;
    }
    #topnav .navbar-toggle .lines {
        margin-right: 0 !important;
    }
}

@media (max-width: 375px) {
    #topnav .buy-button .search-icon {
        padding-left: 15px;
    }
    #topnav .buy-menu-btn {
        display: block !important;
        margin: 0 10px;
        padding: 10px 20px;
    }
    #topnav .buy-menu-btn .dropdown .dropdown-menu.show {
        transform: translate3d(0px, -54px, 0px) !important;
    }
}

.tagline {
    position: absolute;
    width: 100%;
    z-index: 99;
    font-size: 14px;
    padding: 13px 0;
    height: 48px;
}

@media screen and (max-width: 575px) {
    .tagline {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .tagline-height {
        top: 0px !important;
    }
}

@media (min-width: 576px) {
    .tagline-height {
        top: 48px !important;
    }
}

.bg-home {
    height: 100vh;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-half-260 {
    padding: 260px 0;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-half-170 {
    padding: 170px 0;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-half-80 {
    padding: 80px 0;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-half {
    padding: 184px 0 90px;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-auth-home {
    padding: 142px 0;
    background-size: cover;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-circle-gradiant {
    background: radial-gradient(circle at 50% 50%, rgba(50, 116, 240, 0.1) 0%, rgba(50, 116, 240, 0.1) 33.333%, rgba(50, 116, 240, 0.3) 33.333%, rgba(50, 116, 240, 0.3) 66.666%, rgba(50, 116, 240, 0.5) 66.666%, rgba(50, 116, 240, 0.5) 99.999%);
}

@keyframes animate-left-to-right {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}

.home-dashboard img {
    position: relative;
    top: 60px;
    z-index: 1;
}

@media (min-width: 768px) {
    .home-dashboard.onepage-hero {
        overflow: hidden;
    }
}

.saas-background {
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(50, 116, 240, 0.2) 100%);
}

.zoom-image {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.image-wrap {
    width: 100%;
    animation: move 30s ease;
    position: absolute;
}

@keyframes move {
    0% {
        transform-origin: bottom;
        transform: scale(1);
    }
    100% {
        transform: scale(1.4);
    }
}

.text-type-element:after {
    content: "";
    position: absolute;
    height: 12px;
    width: 100%;
    background-color: rgba(50, 116, 240, 0.15);
    right: 0;
    left: 0;
    bottom: 12px;
    z-index: 0;
    transition: all 0.5s ease;
}

.home-slider .carousel-control-next,
.home-slider .carousel-control-prev {
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 30px;
    border: 1px solid #ced4da;
}

.home-slider .carousel-control-next-icon,
.home-slider .carousel-control-prev-icon {
    width: 30%;
}

.home-slider .carousel-fade .carousel-control-next,
.home-slider .carousel-fade .carousel-control-prev {
    width: 80px;
    height: 80px;
    border: none;
}

@media (max-width: 425px) {
    .home-slider .carousel-fade .carousel-control-next,
    .home-slider .carousel-fade .carousel-control-prev {
        width: 40px;
        height: 40px;
    }
}

.home-slider .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 30px !important;
    border: none;
    background: rgba(50, 116, 240, 0.5);
}

.home-slider .carousel-indicators .active {
    opacity: 1;
    background: #d60000;
    width: 14px !important;
}

.bg-animation-left:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 85%;
    height: 100%;
    background: rgba(50, 116, 240, 0.7);
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}

@media (max-width: 767px) {
    .bg-animation-left:after {
        width: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}

.bg-animation-left.dark-left:after {
    background: rgba(60, 72, 88, 0.6);
}

.bg-animation-left.crypto-home:after {
    background: #d60000;
    width: 80%;
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
}

.seo-home {
    background: radial-gradient(circle at 50% -50%, rgba(107, 107, 107, 0.08) 0, rgba(107, 107, 107, 0.08) 33.333%, rgba(72, 72, 72, 0.08) 33.333%, rgba(72, 72, 72, 0.08) 66.666%, rgba(36, 36, 36, 0.08) 66.666%, rgba(36, 36, 36, 0.08) 99.999%), radial-gradient(circle at 0% 0%, rgba(184, 184, 184, 0.08) 0, rgba(184, 184, 184, 0.08) 33.333%, rgba(96, 96, 96, 0.08) 33.333%, rgba(96, 96, 96, 0.08) 66.666%, rgba(7, 7, 7, 0.08) 66.666%, rgba(7, 7, 7, 0.08) 99.999%), linear-gradient(45deg, #f1af2d, #d60000);
}

.shape-before .shape-img {
    position: absolute;
    top: -50px;
    left: -35px;
    z-index: -1;
    height: auto;
    overflow: hidden;
}

.swiper-slider-hero .swiper-container,
.swiper-slider-hero .swiper-slide .slide-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.swiper-slider-hero .swiper-container .swiper-button-prev,
.swiper-slider-hero .swiper-container .swiper-button-next {
    background: transparent;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: -30px;
    top: 98% !important;
}

.swiper-slider-hero .swiper-container .swiper-button-prev:before,
.swiper-slider-hero .swiper-container .swiper-button-next:before {
    font-family: "Material Design Icons";
    font-weight: 900;
    color: #ffffff;
}

.swiper-slider-hero .swiper-container .swiper-button-prev:hover,
.swiper-slider-hero .swiper-container .swiper-button-next:hover {
    background: #d60000;
    border-color: #d60000 !important;
}

.swiper-slider-hero .swiper-container .swiper-button-prev:focus,
.swiper-slider-hero .swiper-container .swiper-button-next:focus {
    outline: none;
}

.swiper-slider-hero .swiper-container .swiper-button-prev {
    left: 10px;
}

.swiper-slider-hero .swiper-container .swiper-button-prev:before {
    content: "\f0141";
}

.swiper-slider-hero .swiper-container .swiper-button-next {
    right: 10px;
}

.swiper-slider-hero .swiper-container .swiper-button-next:before {
    content: "\f0142";
}

.swiper-slider-hero .swiper-pagination-bullet {
    color: #f8f9fa;
    background: transparent;
}

.swiper-slider-hero .swiper-pagination-bullet-active {
    color: #ffffff;
}

.swiper-slider-hero .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-slider-hero .swiper-pagination-custom,
.swiper-slider-hero .swiper-pagination-fraction {
    bottom: 45px;
}

.swiper-slider-hero .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 13px;
}

.coming-soon,
.maintenance,
.gradient-text {
    background: linear-gradient(to right, #d60000 0%, #e84142 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.coming-soon {
    font-size: 100px !important;
}

@media (max-width: 768px) {
    .coming-soon {
        font-size: 72px !important;
    }
}

@media (max-width: 425px) {
    .coming-soon {
        font-size: 42px !important;
    }
}

@media (min-width: 769px) {
    .bg-studio:after {
        content: "";
        position: absolute;
        right: 0px;
        top: 0px;
        width: 50%;
        height: 100%;
        background: #ffffff none repeat scroll 0 0;
        z-index: 2;
    }
}

@media (max-width: 768px) {
    .bg-half {
        padding: 169px 0 50px;
    }
}

@media (max-width: 767px) {
    .bg-home,
    .bg-half-170,
    .bg-half-260,
    .bg-marketing,
    .swiper-slider-hero .swiper-container .swiper-slide {
        padding: 150px 0;
        height: auto;
    }
}

.features.feature-primary .title:hover {
    color: #d60000 !important;
}

.features.feature-primary .icon {
    color: #d60000 !important;
}

.features.feature-primary .link {
    color: #d60000 !important;
}

.features.feature-primary .fea-icon {
    background-color: #d60000;
}

.features.feature-primary .fea-icon.bg-soft {
    background-color: rgba(50, 116, 240, 0.1);
    color: #d60000;
}

.features.feature-primary.feature-bg:hover {
    background: #d60000;
}

.features.feature-primary.feature-bg:hover .fea-icon {
    color: #d60000 !important;
}

.features.feature-secondary .title:hover {
    color: #90a1b3 !important;
}

.features.feature-secondary .icon {
    color: #90a1b3 !important;
}

.features.feature-secondary .link {
    color: #90a1b3 !important;
}

.features.feature-secondary .fea-icon {
    background-color: #90a1b3;
}

.features.feature-secondary .fea-icon.bg-soft {
    background-color: rgba(144, 161, 179, 0.1);
    color: #90a1b3;
}

.features.feature-secondary.feature-bg:hover {
    background: #90a1b3;
}

.features.feature-secondary.feature-bg:hover .fea-icon {
    color: #90a1b3 !important;
}

.features.feature-success .title:hover {
    color: #8dc351 !important;
}

.features.feature-success .icon {
    color: #8dc351 !important;
}

.features.feature-success .link {
    color: #8dc351 !important;
}

.features.feature-success .fea-icon {
    background-color: #8dc351;
}

.features.feature-success .fea-icon.bg-soft {
    background-color: rgba(141, 195, 81, 0.1);
    color: #8dc351;
}

.features.feature-success.feature-bg:hover {
    background: #8dc351;
}

.features.feature-success.feature-bg:hover .fea-icon {
    color: #8dc351 !important;
}

.features.feature-warning .title:hover {
    color: #f1af2d !important;
}

.features.feature-warning .icon {
    color: #f1af2d !important;
}

.features.feature-warning .link {
    color: #f1af2d !important;
}

.features.feature-warning .fea-icon {
    background-color: #f1af2d;
}

.features.feature-warning .fea-icon.bg-soft {
    background-color: rgba(241, 175, 45, 0.1);
    color: #f1af2d;
}

.features.feature-warning.feature-bg:hover {
    background: #f1af2d;
}

.features.feature-warning.feature-bg:hover .fea-icon {
    color: #f1af2d !important;
}

.features.feature-info .title:hover {
    color: #09a5be !important;
}

.features.feature-info .icon {
    color: #09a5be !important;
}

.features.feature-info .link {
    color: #09a5be !important;
}

.features.feature-info .fea-icon {
    background-color: #09a5be;
}

.features.feature-info .fea-icon.bg-soft {
    background-color: rgba(9, 165, 190, 0.1);
    color: #09a5be;
}

.features.feature-info.feature-bg:hover {
    background: #09a5be;
}

.features.feature-info.feature-bg:hover .fea-icon {
    color: #09a5be !important;
}

.features.feature-danger .title:hover {
    color: #e84142 !important;
}

.features.feature-danger .icon {
    color: #e84142 !important;
}

.features.feature-danger .link {
    color: #e84142 !important;
}

.features.feature-danger .fea-icon {
    background-color: #e84142;
}

.features.feature-danger .fea-icon.bg-soft {
    background-color: rgba(232, 65, 66, 0.1);
    color: #e84142;
}

.features.feature-danger.feature-bg:hover {
    background: #e84142;
}

.features.feature-danger.feature-bg:hover .fea-icon {
    color: #e84142 !important;
}

.features.feature-dark .title:hover {
    color: #3c4858 !important;
}

.features.feature-dark .icon {
    color: #3c4858 !important;
}

.features.feature-dark .link {
    color: #3c4858 !important;
}

.features.feature-dark .fea-icon {
    background-color: #3c4858;
}

.features.feature-dark .fea-icon.bg-soft {
    background-color: rgba(60, 72, 88, 0.1);
    color: #3c4858;
}

.features.feature-dark.feature-bg:hover {
    background: #3c4858;
}

.features.feature-dark.feature-bg:hover .fea-icon {
    color: #3c4858 !important;
}

.features.feature-muted .title:hover {
    color: #8c98a4 !important;
}

.features.feature-muted .icon {
    color: #8c98a4 !important;
}

.features.feature-muted .link {
    color: #8c98a4 !important;
}

.features.feature-muted .fea-icon {
    background-color: #8c98a4;
}

.features.feature-muted .fea-icon.bg-soft {
    background-color: rgba(140, 152, 164, 0.1);
    color: #8c98a4;
}

.features.feature-muted.feature-bg:hover {
    background: #8c98a4;
}

.features.feature-muted.feature-bg:hover .fea-icon {
    color: #8c98a4 !important;
}

.features.feature-light .title:hover {
    color: #f7f8fa !important;
}

.features.feature-light .icon {
    color: #f7f8fa !important;
}

.features.feature-light .link {
    color: #f7f8fa !important;
}

.features.feature-light .fea-icon {
    background-color: #f7f8fa;
}

.features.feature-light .fea-icon.bg-soft {
    background-color: rgba(247, 248, 250, 0.1);
    color: #f7f8fa;
}

.features.feature-light.feature-bg:hover {
    background: #f7f8fa;
}

.features.feature-light.feature-bg:hover .fea-icon {
    color: #f7f8fa !important;
}

.features.feature-blue .title:hover {
    color: #d60000 !important;
}

.features.feature-blue .icon {
    color: #d60000 !important;
}

.features.feature-blue .link {
    color: #d60000 !important;
}

.features.feature-blue .fea-icon {
    background-color: #d60000;
}

.features.feature-blue .fea-icon.bg-soft {
    background-color: rgba(50, 116, 240, 0.1);
    color: #d60000;
}

.features.feature-blue.feature-bg:hover {
    background: #d60000;
}

.features.feature-blue.feature-bg:hover .fea-icon {
    color: #d60000 !important;
}

.features.feature-footer .title:hover {
    color: #1e273e !important;
}

.features.feature-footer .icon {
    color: #1e273e !important;
}

.features.feature-footer .link {
    color: #1e273e !important;
}

.features.feature-footer .fea-icon {
    background-color: #1e273e;
}

.features.feature-footer .fea-icon.bg-soft {
    background-color: rgba(30, 39, 62, 0.1);
    color: #1e273e;
}

.features.feature-footer.feature-bg:hover {
    background: #1e273e;
}

.features.feature-footer.feature-bg:hover .fea-icon {
    color: #1e273e !important;
}

.features {
    transition: all 0.5s ease;
}

.features .title {
    transition: all 0.5s ease;
}

.features .fea-icon {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
}

.features .fea-icon i {
    font-size: 24px;
}

.features.feature-bg:hover .title {
    color: #ffffff !important;
}

.features.feature-bg:hover .para {
    color: rgba(255, 255, 255, 0.5) !important;
}

.features.feature-bg:hover .fea-icon {
    background: #ffffff !important;
}

.features.features-classic:hover {
    box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
}

.features.features-modern .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease;
}

.features.features-modern .content {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    transform: scale(1.2);
    transition: all 0.5s ease;
    opacity: 0;
    border: 1px dashed #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.features.features-modern:hover .content {
    transform: scale(1);
    opacity: 1;
}

.features.features-modern:hover .overlay {
    background-color: rgba(60, 72, 88, 0.7);
}

.process-bar:after {
    display: block;
    width: 50%;
    position: absolute;
    content: '';
    border-width: 0 0 1px 0;
    border: 1px #e9ecef dashed;
    top: 15%;
    left: 75%;
}

@media (max-width: 767px) {
    .process-bar:after {
        display: none;
    }
}

.app-feature-shape:after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    width: 35rem;
    height: 35rem;
    border-radius: 50%;
    background: #f7f8fa;
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

@media (max-width: 768px) {
    .app-feature-shape:after {
        width: 25rem;
        height: 25rem;
    }
}

.bg-cta {
    padding: 150px 0;
}

@media (max-width: 768px) {
    .bg-cta {
        padding: 100px 0;
    }
}

.play-btn {
    height: 78px;
    width: 78px;
    font-size: 30px;
    line-height: 76px;
    border-radius: 50%;
    display: inline-block;
    color: #ffffff;
}

.play-icon {
    position: absolute;
    bottom: 50%;
    right: 0;
    left: 0;
    transform: translateY(50%);
    text-align: center;
}

.play-icon i {
    height: 75px;
    -webkit-text-stroke: 2px #d60000;
    -webkit-text-fill-color: transparent;
    width: 75px;
    font-size: 25px;
    line-height: 75px;
    display: inline-block;
}

.play-icon i:hover {
    -webkit-text-stroke: 2px #d60000;
    -webkit-text-fill-color: #d60000;
}

.watch-video .play-icon-circle i {
    height: 70px;
    width: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 45px rgba(50, 116, 240, 0.9) !important;
}

.team.team-primary .name:hover {
    color: #d60000 !important;
}

.team.team-primary .team-image .overlay {
    background: rgba(50, 116, 240, 0.8);
}

.team.team-primary .team-social li a:hover {
    background-color: #d60000;
    border-color: #d60000 !important;
}

.team.team-primary .team-social li a:hover .fea-social {
    fill: #d60000;
}

.team.team-secondary .name:hover {
    color: #90a1b3 !important;
}

.team.team-secondary .team-image .overlay {
    background: rgba(144, 161, 179, 0.8);
}

.team.team-secondary .team-social li a:hover {
    background-color: #90a1b3;
    border-color: #90a1b3 !important;
}

.team.team-secondary .team-social li a:hover .fea-social {
    fill: #90a1b3;
}

.team.team-success .name:hover {
    color: #8dc351 !important;
}

.team.team-success .team-image .overlay {
    background: rgba(141, 195, 81, 0.8);
}

.team.team-success .team-social li a:hover {
    background-color: #8dc351;
    border-color: #8dc351 !important;
}

.team.team-success .team-social li a:hover .fea-social {
    fill: #8dc351;
}

.team.team-warning .name:hover {
    color: #f1af2d !important;
}

.team.team-warning .team-image .overlay {
    background: rgba(241, 175, 45, 0.8);
}

.team.team-warning .team-social li a:hover {
    background-color: #f1af2d;
    border-color: #f1af2d !important;
}

.team.team-warning .team-social li a:hover .fea-social {
    fill: #f1af2d;
}

.team.team-info .name:hover {
    color: #09a5be !important;
}

.team.team-info .team-image .overlay {
    background: rgba(9, 165, 190, 0.8);
}

.team.team-info .team-social li a:hover {
    background-color: #09a5be;
    border-color: #09a5be !important;
}

.team.team-info .team-social li a:hover .fea-social {
    fill: #09a5be;
}

.team.team-danger .name:hover {
    color: #e84142 !important;
}

.team.team-danger .team-image .overlay {
    background: rgba(232, 65, 66, 0.8);
}

.team.team-danger .team-social li a:hover {
    background-color: #e84142;
    border-color: #e84142 !important;
}

.team.team-danger .team-social li a:hover .fea-social {
    fill: #e84142;
}

.team.team-dark .name:hover {
    color: #3c4858 !important;
}

.team.team-dark .team-image .overlay {
    background: rgba(60, 72, 88, 0.8);
}

.team.team-dark .team-social li a:hover {
    background-color: #3c4858;
    border-color: #3c4858 !important;
}

.team.team-dark .team-social li a:hover .fea-social {
    fill: #3c4858;
}

.team.team-muted .name:hover {
    color: #8c98a4 !important;
}

.team.team-muted .team-image .overlay {
    background: rgba(140, 152, 164, 0.8);
}

.team.team-muted .team-social li a:hover {
    background-color: #8c98a4;
    border-color: #8c98a4 !important;
}

.team.team-muted .team-social li a:hover .fea-social {
    fill: #8c98a4;
}

.team.team-light .name:hover {
    color: #f7f8fa !important;
}

.team.team-light .team-image .overlay {
    background: rgba(247, 248, 250, 0.8);
}

.team.team-light .team-social li a:hover {
    background-color: #f7f8fa;
    border-color: #f7f8fa !important;
}

.team.team-light .team-social li a:hover .fea-social {
    fill: #f7f8fa;
}

.team.team-blue .name:hover {
    color: #d60000 !important;
}

.team.team-blue .team-image .overlay {
    background: rgba(50, 116, 240, 0.8);
}

.team.team-blue .team-social li a:hover {
    background-color: #d60000;
    border-color: #d60000 !important;
}

.team.team-blue .team-social li a:hover .fea-social {
    fill: #d60000;
}

.team.team-footer .name:hover {
    color: #1e273e !important;
}

.team.team-footer .team-image .overlay {
    background: rgba(30, 39, 62, 0.8);
}

.team.team-footer .team-social li a:hover {
    background-color: #1e273e;
    border-color: #1e273e !important;
}

.team.team-footer .team-social li a:hover .fea-social {
    fill: #1e273e;
}

.team .team-content,
.team .team-social {
    position: absolute;
    transition: all 0.5s ease;
    opacity: 0;
}

.team .team-content {
    bottom: 50px;
    left: 16px;
}

.team .team-social {
    top: 15px;
    right: -50px;
}

.team.team-two .team-image .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease;
    opacity: 0;
}

.team:hover .team-content,
.team:hover .team-social {
    opacity: 1;
}

.team:hover .team-social {
    right: 15px;
}

.team:hover .team-content {
    bottom: 12px;
}

.team:hover.team-two .team-image .overlay {
    opacity: 1;
}

.client-testi {
    cursor: e-resize;
}

.tns-nav {
    text-align: center;
    margin-top: 10px;
}

.tns-nav button {
    border-radius: 30px;
    background: rgba(50, 116, 240, 0.5) !important;
    transition: all 0.5s ease;
    border: none;
    margin: 0 5px;
    padding: 3px;
    border: 1px solid #ffffff;
}

.tns-nav button.tns-nav-active {
    background: #d60000 !important;
    padding: 3px 5px;
    border-color: #d60000;
}

.tns-controls button[data-controls="prev"],
.tns-controls button[data-controls="next"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff;
    color: #3c4858;
    border: none;
    transition: all 0.5s ease;
    z-index: 1;
    box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
}

.tns-controls button[data-controls="prev"]:hover,
.tns-controls button[data-controls="next"]:hover {
    background: #d60000;
    color: #ffffff;
}

.tns-controls button[data-controls="prev"] {
    left: 0;
}

.tns-controls button[data-controls="next"] {
    right: 0;
}

.portfolio.portfolio-primary .title:hover,
.portfolio.portfolio-primary .lightbox-icon a:hover {
    color: #d60000 !important;
}

.portfolio.portfolio-primary .btn-icon {
    background-color: #d60000 !important;
}

.portfolio.portfolio-secondary .title:hover,
.portfolio.portfolio-secondary .lightbox-icon a:hover {
    color: #90a1b3 !important;
}

.portfolio.portfolio-secondary .btn-icon {
    background-color: #90a1b3 !important;
}

.portfolio.portfolio-success .title:hover,
.portfolio.portfolio-success .lightbox-icon a:hover {
    color: #8dc351 !important;
}

.portfolio.portfolio-success .btn-icon {
    background-color: #8dc351 !important;
}

.portfolio.portfolio-warning .title:hover,
.portfolio.portfolio-warning .lightbox-icon a:hover {
    color: #f1af2d !important;
}

.portfolio.portfolio-warning .btn-icon {
    background-color: #f1af2d !important;
}

.portfolio.portfolio-info .title:hover,
.portfolio.portfolio-info .lightbox-icon a:hover {
    color: #09a5be !important;
}

.portfolio.portfolio-info .btn-icon {
    background-color: #09a5be !important;
}

.portfolio.portfolio-danger .title:hover,
.portfolio.portfolio-danger .lightbox-icon a:hover {
    color: #e84142 !important;
}

.portfolio.portfolio-danger .btn-icon {
    background-color: #e84142 !important;
}

.portfolio.portfolio-dark .title:hover,
.portfolio.portfolio-dark .lightbox-icon a:hover {
    color: #3c4858 !important;
}

.portfolio.portfolio-dark .btn-icon {
    background-color: #3c4858 !important;
}

.portfolio.portfolio-muted .title:hover,
.portfolio.portfolio-muted .lightbox-icon a:hover {
    color: #8c98a4 !important;
}

.portfolio.portfolio-muted .btn-icon {
    background-color: #8c98a4 !important;
}

.portfolio.portfolio-light .title:hover,
.portfolio.portfolio-light .lightbox-icon a:hover {
    color: #f7f8fa !important;
}

.portfolio.portfolio-light .btn-icon {
    background-color: #f7f8fa !important;
}

.portfolio.portfolio-blue .title:hover,
.portfolio.portfolio-blue .lightbox-icon a:hover {
    color: #d60000 !important;
}

.portfolio.portfolio-blue .btn-icon {
    background-color: #d60000 !important;
}

.portfolio.portfolio-footer .title:hover,
.portfolio.portfolio-footer .lightbox-icon a:hover {
    color: #1e273e !important;
}

.portfolio.portfolio-footer .btn-icon {
    background-color: #1e273e !important;
}

.container-filter li {
    margin: 0px 15px 10px !important;
    font-size: 14px;
    letter-spacing: 0.8px;
    cursor: pointer;
    transition: all 0.5s ease;
    color: #8c98a4 !important;
    border-bottom: 1px solid transparent;
    font-weight: 500;
}

.container-filter li.active,
.container-filter li:hover {
    color: #3c4858 !important;
    border-bottom-color: #3c4858;
}

.spacing {
    padding: 7px;
}

.portfolio {
    transition: all 0.5s ease;
}

.portfolio.portfolio-classic .pop-icon {
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    transition: all 0.5s ease;
    opacity: 0;
}

.portfolio.portfolio-classic .pop-icon .btn-icon {
    color: #ffffff;
}

.portfolio.portfolio-classic:hover .pop-icon {
    top: 50%;
    opacity: 1;
}

.portfolio.portfolio-creative .lightbox-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    transform: scale(0);
    transition: all 0.5s ease;
}

.portfolio.portfolio-creative img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.portfolio.portfolio-creative .content {
    position: absolute;
    bottom: 5px;
    left: 5px;
    opacity: 0;
    transition: all 0.5s ease;
}

.portfolio.portfolio-creative:hover img {
    transform: scale(1);
}

.portfolio.portfolio-creative:hover .lightbox-icon {
    transform: scale(1.5);
}

.portfolio.portfolio-creative:hover .content {
    opacity: 1;
}

.portfolio.portfolio-modern .content {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    transition: all 0.5s ease;
    background-color: #ffffff;
    opacity: 0;
}

.portfolio.portfolio-modern:hover {
    transform: translateY(-5px);
}

.portfolio.portfolio-modern:hover .content {
    bottom: 20px;
    opacity: 1;
}

.portfolio.portfolio-masonry .content {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    transform: scale(0);
    transition: all 0.5s ease;
}

.portfolio.portfolio-masonry:hover .content {
    transform: scale(1);
}

.portfolio .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease;
}

.portfolio:hover .overlay {
    backdrop-filter: blur(6px);
    background-color: rgba(255, 255, 255, 0.8);
}

.tobii__btn svg {
    height: 30px;
    width: auto;
}

.tobii__counter {
    font-size: 16px;
}

.tobii-zoom {
    display: block !important;
}

.tobii-zoom__icon {
    display: none;
}

#grid {
    padding: 0 !important;
}

.shop-advertise .ad-image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    height: 280px;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .shop-advertise .ad-image {
        height: 200px;
        right: -10px;
    }
}

@media (max-width: 425px) {
    .shop-advertise .ad-image {
        height: 150px;
        right: 8px;
    }
}

.shop-advertise:hover .ad-image {
    transform: translateY(-50%) scale(1.05);
}

.shop-list .shop-image .shop-icons,
.shop-list .shop-image .qty-icons,
.shop-list .shop-image .overlay-work {
    position: absolute;
    opacity: 0;
    transition: all 0.5s ease;
}

.shop-list .shop-image .product-image {
    transition: all 0.5s ease;
}

.shop-list .shop-image .overlay-work {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.shop-list .shop-image .overlay-work .out-stock {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.shop-list .shop-image .shop-icons {
    top: 15px;
    left: 15px;
    z-index: 2;
}

.shop-list .shop-image .qty-icons {
    bottom: 15px;
    text-align: center;
    right: 0;
    left: 0;
    z-index: 2;
    transform: translateY(100px);
}

.shop-list .shop-image:hover .shop-icons,
.shop-list .shop-image:hover .qty-icons,
.shop-list .shop-image:hover .overlay-work {
    opacity: 1;
}

.shop-list .shop-image:hover .product-image {
    opacity: 0;
}

.shop-list .shop-image:hover .qty-icons {
    transform: translateY(0);
}

.shop-list .shop-icons .btn.btn-icon,
.shop-list .qty-icons .btn.btn-icon {
    width: 38px;
    height: 38px;
}

.shop-list .content .product-name {
    transition: all 0.5s ease;
}

.shop-list .content .product-name:hover {
    color: #d60000 !important;
}

.shop-list .label {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
}

.shop-list .qty-btn {
    pointer-events: none;
    width: 65px !important;
    padding-left: 16px !important;
}

@media (max-width: 1024px) {
    .shop-list .qty-btn {
        padding-left: 0;
    }
}

.blog.blog-primary .title:hover,
.blog.blog-primary .link:hover {
    color: #d60000 !important;
}

.blog.blog-secondary .title:hover,
.blog.blog-secondary .link:hover {
    color: #90a1b3 !important;
}

.blog.blog-success .title:hover,
.blog.blog-success .link:hover {
    color: #8dc351 !important;
}

.blog.blog-warning .title:hover,
.blog.blog-warning .link:hover {
    color: #f1af2d !important;
}

.blog.blog-info .title:hover,
.blog.blog-info .link:hover {
    color: #09a5be !important;
}

.blog.blog-danger .title:hover,
.blog.blog-danger .link:hover {
    color: #e84142 !important;
}

.blog.blog-dark .title:hover,
.blog.blog-dark .link:hover {
    color: #3c4858 !important;
}

.blog.blog-muted .title:hover,
.blog.blog-muted .link:hover {
    color: #8c98a4 !important;
}

.blog.blog-light .title:hover,
.blog.blog-light .link:hover {
    color: #f7f8fa !important;
}

.blog.blog-blue .title:hover,
.blog.blog-blue .link:hover {
    color: #d60000 !important;
}

.blog.blog-footer .title:hover,
.blog.blog-footer .link:hover {
    color: #1e273e !important;
}

.blog {
    transition: all 0.5s ease;
}

.blog.blog-image .content {
    position: absolute;
    bottom: -30px;
    left: 0;
    transition: all 0.5s ease;
}

.blog.blog-image .content .author {
    opacity: 0;
    transition: all 0.5s ease;
}

.blog.blog-image:hover .content {
    bottom: 24px;
}

.blog.blog-image:hover .content .author {
    opacity: 1;
}

.blog .image .blog-tag {
    position: absolute;
    bottom: -30px;
    left: 24px;
    transition: all 0.5s ease;
    opacity: 0;
}

.blog:hover {
    box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
}

.blog:hover .image .blog-tag {
    bottom: 20px;
    opacity: 1;
}

.blog.causes .causes-content {
    position: relative;
    margin: -15px 15px 0;
}

.blog.causes:hover {
    box-shadow: none !important;
}

.sidebar .widget .title:hover {
    color: #d60000 !important;
}

.sidebar .widget .widget-search form {
    position: relative;
}

.sidebar .widget .widget-search input[type="text"],
.sidebar .widget .searchform input[type="text"] {
    box-shadow: none;
    padding: 12px 15px;
    height: 45px;
    font-size: 14px;
    display: block;
    width: 100%;
    outline: none !important;
    padding-right: 45px;
}

.sidebar .widget .widget-search input[type="submit"],
.sidebar .widget .searchform input[type="submit"] {
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: 0;
    width: 40px;
    height: 40px;
}

.sidebar .widget .widget-search .searchform:after {
    content: "\F0349";
    position: absolute;
    font-family: "Material Design Icons";
    right: 16px;
    top: 15px;
    font-size: 20px;
    line-height: 20px;
    pointer-events: none;
}

.sidebar .widget .widget-title {
    font-weight: 500;
}

.sidebar .widget .tagcloud>a {
    background: #f8f9fa;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 1px;
    margin: 5px;
    padding: 6px 10px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.sidebar .widget .tagcloud>a:hover {
    background: #d60000;
    color: #ffffff !important;
}

.divider-main {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.divider-main.divider {
    height: 2px;
    width: 70%;
    background: linear-gradient(90deg, transparent, #e9ecef, transparent);
}

.pricing.pricing-primary {
    color: #3c4858;
}

.pricing.pricing-secondary {
    color: #3c4858;
}

.pricing.pricing-success {
    color: #3c4858;
}

.pricing.pricing-warning {
    color: #3c4858;
}

.pricing.pricing-info {
    color: #3c4858;
}

.pricing.pricing-danger {
    color: #3c4858;
}

.pricing.pricing-dark {
    color: #3c4858;
}

.pricing.pricing-muted {
    color: #3c4858;
}

.pricing.pricing-light {
    color: #3c4858;
}

.pricing.pricing-blue {
    color: #3c4858;
}

.pricing.pricing-footer {
    color: #3c4858;
}

.pricing {
    transition: all 0.5s ease;
}

.pricing.price-two:hover {
    box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
}


/*====================================*/


/* Countdown(Comingsoon, Maintenance) */


/*====================================*/

#countdown .count-down,
#event-sale .count-down {
    display: inline-block;
    margin: 30px 10px 10px;
    color: #ffffff;
    text-align: center;
}

#countdown .count-down .count-number,
#event-sale .count-down .count-number {
    font-size: 40px;
    line-height: 95px;
}

#countdown .count-down .count-head,
#event-sale .count-down .count-head {
    display: block;
    position: relative;
    transform: translateY(-20px);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

#countdown .count-down .count-number {
    font-size: 40px;
    line-height: 95px;
    border: 4px solid #dee2e6;
    height: 130px;
    width: 130px;
    border-radius: 50%;
}

#event-sale .count-down {
    border: 0;
    color: #ffffff !important;
}

#event-sale .count-down .count-number {
    line-height: 80px;
}

@media (max-width: 767px) {
    #event-sale .count-down .count-number {
        font-size: 30px;
    }
}

#event-sale .count-down .count-head {
    margin-bottom: 0 !important;
    transform: translateY(-15px);
}

@media (max-width: 767px) {
    #event-sale .count-down .count-head {
        font-size: 10px;
    }
}

#maintenance {
    letter-spacing: 1px;
}

#maintenance .indicator {
    font-size: 18px;
}

.form-icon .icons {
    position: absolute;
    top: 13px;
    left: 18px;
}

.map {
    line-height: 0;
}

.map iframe {
    width: 100%;
    height: 400px;
}

.error {
    margin: 8px 0px;
    display: none;
    color: #e84142;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message,
#success_page {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 5px;
}

.error_message {
    background-color: rgba(240, 115, 90, 0.1) !important;
    border: 2px solid rgba(240, 115, 90, 0.1) !important;
    color: #e84142 !important;
    font-size: 14px;
}

.contact-loader {
    display: none;
}

#success_page {
    background-color: rgba(83, 199, 151, 0.1) !important;
    border: 2px solid rgba(83, 199, 151, 0.1) !important;
    color: #8dc351 !important;
}

#success_page p {
    margin-bottom: 0 !important;
}

.qs-datepicker-container {
    background-color: #ffffff;
    border-color: #dee2e6;
}

.qs-datepicker-container .qs-controls {
    background-color: #e9ecef;
}

.qs-datepicker-container .qs-controls .qs-month-year {
    font-weight: 600;
    font-size: 15px;
}

.qs-datepicker-container .qs-controls .qs-month-year:hover {
    border-bottom: 1px solid #e9ecef;
}

.qs-datepicker-container .qs-squares .qs-square {
    font-size: 15px;
    height: 34px;
    width: 34px;
}

.qs-datepicker-container .qs-squares .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover,
.qs-datepicker-container .qs-squares .qs-square.qs-current {
    background: #d60000;
    color: #ffffff;
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 30px;
}

.qs-datepicker-container .qs-squares .qs-day {
    font-weight: 500;
    color: #8c98a4;
}

@media (min-width: 768px) {
    .map.map-height-two iframe {
        height: 551px;
    }
}

.footer {
    position: relative;
    color: #ffffff;
}

.footer .footer-py-60 {
    padding: 60px 0;
}

.footer .footer-py-30 {
    padding: 30px 0;
}

.footer .footer-head {
    letter-spacing: 1px;
    font-weight: 500;
    color: #ffffff;
}

.footer .text-foot {
    color: #ffffff;
}

.footer .footer-subscribe .form-control,
.footer .foot-subscribe .form-control {
    background-color: #ffffff;
    border: 1px solid #27314f;
    color: #000000 !important;
}

.footer .footer-subscribe input,
.footer .foot-subscribe input {
    padding: 9px 20px;
    padding-right: 48px !important;
}

.footer .footer-subscribe input::placeholder,
.footer .foot-subscribe input::placeholder {
    color: #8890a4;
}

.footer .footer-subscribe button,
.footer .foot-subscribe button {
    top: 4px;
    right: 5px;
}

.footer .footer-subscribe button.btn,
.footer .foot-subscribe button.btn {
    height: 44px;
    width: 44px;
}

.footer .footer-subscribe.foot-white .form-control,
.footer .foot-subscribe.foot-white .form-control {
    color: #8890a4;
}

.footer .footer-list {
    margin-bottom: 0;
}

.footer .footer-list li {
    margin-bottom: 10px;
}

.footer .footer-list li a {
    transition: all 0.5s ease;
}

.footer .footer-list li a:hover {
    color: #c2c6d0;
}

.footer .footer-list li:last-child {
    margin-bottom: 0;
}

.footer .footer-border,
.footer .footer-bar {
    border-top: 1px solid #232d48;
}

.footer .footer-border-bottom {
    border-bottom: 1px solid #232d48;
}

.footer .border {
    border-color: #232d48 !important;
}

.footer.footer-light {
    background-color: #ffffff;
}

.footer.footer-light .footer-head {
    color: #3c4858;
}

.footer.footer-light .text-foot {
    color: #8c98a4;
}

.footer.footer-light .footer-subscribe .form-control,
.footer.footer-light .foot-subscribe .form-control {
    background-color: #f7f8fa;
    border: 1px solid #e9ecef;
    color: #f7f8fa;
}

.footer.footer-light .footer-subscribe.foot-white .form-control,
.footer.footer-light .foot-subscribe.foot-white .form-control {
    color: #8890a4;
}

.footer.footer-light .footer-subscribe input::placeholder,
.footer.footer-light .foot-subscribe input::placeholder {
    color: #8890a4;
}

.footer.footer-light .footer-list li a:hover {
    color: #565d70;
}

.footer.footer-light .footer-list li:last-child {
    margin-bottom: 0;
}

.footer.footer-light .footer-border,
.footer.footer-light .footer-bar {
    border-top: 1px solid #e9ecef;
}

.footer.footer-light .footer-border-bottom {
    border-bottom: 1px solid #e9ecef;
}

.footer.footer-light .border {
    border-color: #e9ecef !important;
}

.footer .social-icon.foot-social-icon li a {
    color: #ffffff !important;
    border-color: #ced4da;
    font-size: 18px;
}


/*# sourceMappingURL=style.css.map */