@import url(https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap);

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    --orange_color:#ff3300;
    --orange_color2:#F15A24;
    --blu_color:#00294c;
    --purple_color: #d86ecc;
    --blulight_color: #0099cc;
    --greenlight_color: #8ed973;
    --orangelight_color: #ffc66c;
    --blunavy_color:#5e84a0;
    --orange_color3: #eb6608;
    --white_color: #fff;
    --black-color: #000;
    --blulight2_color: #0097d2;
    --bs-card-color: aliceblue;
    /* 00843a*/
}

html {
    scroll-behavior: smooth;
}

section {
    background-color: #ffffff;
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #232323;
    position: relative;
    font-family: Jost;
}

.btn {
    border-width: 2px;
}

.display-1 {
    font-family: 'Lato', serif;
    font-size: 4.6rem;
    line-height: 1.1;
}
.display-1 > .mbr-iconfont {
    font-size: 5.75rem;
}
.display-2 {
    font-family: 'Lato', serif;
    font-size: 3rem;
    line-height: 1.1;
}
.display-2 > .mbr-iconfont {
    font-size: 3.75rem;
}
.display-4 {
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
    line-height: 1.5;
}
.display-41{
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
    line-height: 1.5;
    color: var(--blulight2_color);
    font-weight: bold;
}
.display-4 > .mbr-iconfont {
    font-size: 1.375rem;
}
.display-5 {
    font-family: 'Lato', sans-serif;
    font-size: 2rem;
    line-height: 1.5;
}
.display-5 > .mbr-iconfont {
    font-size: 2.5rem;
}
.display-7 {
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
}
.display-7 > .mbr-iconfont {
    font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
    .display-1 {
        font-size: 3.68rem;
    }
}
@media (max-width: 768px) {
    .display-1 {
        font-size: 3.22rem;
        font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-2 {
        font-size: 2.4rem;
        font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-4 {
        font-size: 0.88rem;
        font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-5 {
        font-size: 1.6rem;
        font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-7 {
        font-size: 0.96rem;
        font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
    }
}
/* Buttons */
.btn {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}
.btn-sm {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}
.btn-md {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}
.btn-lg {
    padding: 1rem 2.6rem;
    border-radius: 4px;
}
.bg-primary {
    background-color: #6592e6 !important;
}
.bg-success {
    background-color: #40b0bf !important;
}
.bg-info {
    background-color: #0097d2 !important;
}
.bg-warning {
    background-color: #ffe161 !important;
}
.bg-danger {
    background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
    background-color: #6592e6 !important;
    border-color: #6592e6 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
    color: #ffffff !important;
    background-color: #2260d2 !important;
    border-color: #2260d2 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #ffffff !important;
    background-color: #2260d2 !important;
    border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
    background-color: #ff6666 !important;
    border-color: #ff6666 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
    color: #ffffff !important;
    background-color: #ff0f0f !important;
    border-color: #ff0f0f !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #ffffff !important;
    background-color: #ff0f0f !important;
    border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
    background-color: #0097d2 !important;
    border-color: #0097d2 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
    color: #ffffff !important;
    background-color: #00597b !important;
    border-color: #00597b !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
    color: #ffffff !important;
    background-color: #00597b !important;
    border-color: #00597b !important;
}
.btn-success,
.btn-success:active {
    background-color: #40b0bf !important;
    border-color: #40b0bf !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
    color: #ffffff !important;
    background-color: #2a747e !important;
    border-color: #2a747e !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #ffffff !important;
    background-color: #2a747e !important;
    border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
    background-color: #ffe161 !important;
    border-color: #ffe161 !important;
    color: #614f00 !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
    color: #0a0800 !important;
    background-color: #ffd10a !important;
    border-color: #ffd10a !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #614f00 !important;
    background-color: #ffd10a !important;
    border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
    background-color: #ff9966 !important;
    border-color: #ff9966 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
    color: #ffffff !important;
    background-color: #ff5f0f !important;
    border-color: #ff5f0f !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #ffffff !important;
    background-color: #ff5f0f !important;
    border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
    background-color: #fafafa !important;
    border-color: #fafafa !important;
    color: #7a7a7a !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
    color: #4f4f4f !important;
    background-color: #cfcfcf !important;
    border-color: #cfcfcf !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
    color: #7a7a7a !important;
    background-color: #cfcfcf !important;
    border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
    background-color: #232323 !important;
    border-color: #232323 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
    background-color: transparent !important;
    border-color: #6592e6;
    color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
    color: #2260d2 !important;
    background-color: transparent!important;
    border-color: #2260d2 !important;
    box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
    color: #ffffff !important;
    background-color: #6592e6 !important;
    border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
    background-color: transparent !important;
    border-color: #ff6666;
    color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
    color: #ff0f0f !important;
    background-color: transparent!important;
    border-color: #ff0f0f !important;
    box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
    color: #ffffff !important;
    background-color: #ff6666 !important;
    border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
    background-color: transparent !important;
    border-color: #0097d2;
    color: #0097d2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
    color: #00597b !important;
    background-color: transparent!important;
    border-color: #00597b !important;
    box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
    color: #ffffff !important;
    background-color: #0097d2 !important;
    border-color: #0097d2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
    background-color: transparent !important;
    border-color: #40b0bf;
    color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
    color: #2a747e !important;
    background-color: transparent!important;
    border-color: #2a747e !important;
    box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
    color: #ffffff !important;
    background-color: #40b0bf !important;
    border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
    background-color: transparent !important;
    border-color: #ffe161;
    color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
    color: #ffd10a !important;
    background-color: transparent!important;
    border-color: #ffd10a !important;
    box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
    color: #614f00 !important;
    background-color: #ffe161 !important;
    border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
    background-color: transparent !important;
    border-color: #ff9966;
    color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
    color: #ff5f0f !important;
    background-color: transparent!important;
    border-color: #ff5f0f !important;
    box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
    color: #ffffff !important;
    background-color: #ff9966 !important;
    border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
    background-color: transparent !important;
    border-color: #232323;
    color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
    color: #000000 !important;
    background-color: transparent!important;
    border-color: #000000 !important;
    box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
    color: #ffffff !important;
    background-color: #232323 !important;
    border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
    background-color: transparent !important;
    border-color: #fafafa;
    color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
    color: #cfcfcf !important;
    background-color: transparent!important;
    border-color: #cfcfcf !important;
    box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
    color: #7a7a7a !important;
    background-color: #fafafa !important;
    border-color: #fafafa !important;
}
.text-primary {
    color: #6592e6 !important;
}
.text-secondary {
    color: #ff6666 !important;
}
.text-success {
    color: #40b0bf !important;
}
.text-info {
    color: #0097d2 !important;
}
.text-warning {
    color: #ffe161 !important;
}
.text-danger {
    color: #ff9966 !important;
}
.text-white {
    color: #fafafa !important;
}
.text-black {
    color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
    color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
    color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
    color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
    color: #004e6c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
    color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
    color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
    color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
    color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
    position: relative;
    background-image: transparent;
    background-size: 10000px 2px;
    background-repeat: no-repeat;
    background-position: 0px 1.2em;
    background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):hover {
    transition: background-position 2s ease-in-out;
    background-image: linear-gradient(currentColor 50%, currentColor 50%);
    background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
    color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
    color: #232323;
}
.alert-success {
    background-color: #70c770;
}
.alert-info {
    background-color: #0097d2;
}
.alert-warning {
    background-color: #ffe161;
}
.alert-danger {
    background-color: #ff9966;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 70px;
    transition: all 0.5s;
    z-index: 997;
    background:aliceblue;
}

#header.header-fixed {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    line-height: 0;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #635551;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}

.scrolled-offset {
    margin-top: 70px;
}

#main {
    z-index: 3;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: var(--orange_color);
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: var(--black-color);
}

.navbar .getstarted,
.navbar .getstarted:focus {
    background: #F15A24;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    color: #fff;
    background: #ff6b3b;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: var(--white_color);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: var(--white_color);
    background: var(--blunavy_color);
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
    color: #000;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(43, 37, 35, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    /*bottom: 15px;*/
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: aliceblue;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #473d3a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #F15A24;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #F15A24;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

/*--------------------------------------------------------------
# Home page section 1
--------------------------------------------------------------*/
.hps1 {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-color: #fafafa;
}
.hps1 .carousel {
    height: 520px;
}
.hps1 .carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hps1 .carousel-item,
.hps1 .carousel-inner {
    height: 100%;
}


.hps1 .mobi-mbri-arrow-next {
    margin-left: 5px;
}
.hps1 .mobi-mbri-arrow-prev {
    margin-right: 5px;
}
.hps1 .carousel-control:hover {
    background: #1b1b1b;
    color: #fff;
    opacity: 1;
}
.hps1 .item-wrapper {
    width: 100%;
}
@media (max-width: 767px) {
    .hps1 .container .carousel-control {
        margin-bottom: 0;
    }
    .hps1 .content-slider-wrap {
        width: 100% !important;
    }
}
.hps1 .container .carousel-indicators {
    margin-bottom: 3px;
}
.hps1 .carousel-control {
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -1.5rem;
    font-size: 22px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.3s;
}
.hps1 .carousel-control.carousel-control-prev {
    left: 0;
    margin-left: 2.5rem;
}
.hps1 .carousel-control.carousel-control-next {
    right: 0;
    margin-right: 2.5rem;
}
@media (max-width: 767px) {
    .hps1 .carousel-control {
        top: auto;
        bottom: 1rem;
    }
}
.hps1 .carousel-indicators {
    position: absolute;
    bottom: 0;
    margin-bottom: 1.5rem !important;
}
.hps1 .carousel-indicators li {
    max-width: 15px;
    height: 15px;
    width: 15px;
    max-height: 15px;
    margin: 3px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0.5;
    transition: all 0.3s;
}
.hps1 .carousel-indicators li.active,
.hps1 .carousel-indicators li:hover {
    opacity: 0.9;
}
.hps1 .carousel-indicators li::after,
.hps1 .carousel-indicators li::before {
    content: none;
}
.hps1 .carousel-indicators.ie-fix {
    left: 50%;
    display: block;
    width: 60%;
    margin-left: -30%;
    text-align: center;
}
@media (max-width: 768px) {
    .hps1 .carousel-indicators {
        display: none !important;
    }
}
.hps1 .logo-home {
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    font-family: 'Lato', sans-serif;
    text-align: center;
    letter-spacing: 0.25em;
    font-size: 3em;
    line-height: 0.75em;
}
.hps1 .sottotitolo-logo-home {
    letter-spacing: 0.25em;
    font-size: 0.5em;
    line-height: 1.5em;
}
.hps1 .logo-mouse-home {
    width: 40px !important;
    height: 40px !important;
    display: block;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
}
.hps1 .scroll-mouse-home {
    scroll-behavior: smooth;
}
.hps1 .nascondi {
    display: none;
}
.hps1 .box-numero-telefono {
    float: right;
    display: block;
    padding: 1em 3em 1em 1em;
    z-index: 500;
    background-color: #ffffff;
    position: fixed;
    right: 0;
    margin-top: 10px;
    border-radius: 1em 0em 0em 1em;
    -webkit-box-shadow: -5px -1px 15px -3px rgba(0, 0, 0, 0.32);
    box-shadow: -5px -1px 15px -3px rgba(0, 0, 0, 0.32);
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    line-height: 1;
    color: #0097d2;
}
.hps1 .icona-tel-urgenze {
    display: block;
    float: left;
    margin-right: 1em;
    height: 40px !important;
    width: 40px !important;
}
.hps1 .tel-urgenze {
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    line-height: 1;
    color: #0097d2;
}
.hps1 .tel-urgenze:hover {
    text-decoration: underline;
}
@media (max-width: 767px) {
    .hps1 .carousel img {
        height: 320px;
    }

    .hps1 .logo-home {
        top: 180px;
    }

    .hps1 .box-numero-telefono {
        display: none;
    }

    .hps1 .carousel {
        height: 320px;
    }
}

.mbr-section-title {
    color: var(--blulight2_color);
    text-align: center;
    margin-top: 2.5rem;
}

.hps2 .boxwho{
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 0.5rem;
    border-radius: 1.5rem;
    background-color: aliceblue;
}

.hps3 img,
.hps3 .item-img {
    width: 100%;
}
.hps3 .item:focus,
.hps3 span:focus {
    outline: none;
}
.hps3 .item {
    cursor: pointer;
    margin-bottom: 2rem;
}
.hps3 .item-wrapper {
    position: relative;
    border-radius: 4px;
    background: #fafafa;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
}
@media (min-width: 992px) {
    .hps3 .item-wrapper .item-content {
        padding: 2rem;
    }
}
@media (max-width: 991px) {
    .hps3 .item-wrapper .item-content {
        padding: 1rem;
    }
}
.hps3 .mbr-section-btn {
    margin-top: auto !important;
}
.hps3 .mbr-section-title {
    color: #0097d2;
    text-align: center;
}
.hps3 .bottoni-home-foto {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent !important;
    border: 1px solid transparent;
    padding: 0.6rem 1.2rem;
    border-width: 2px;
    border-color: #ffffff;
    border-radius: 100px;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
    width: max-content;
}
.hps3 .bottoni-home-foto:hover {
    color: #006f9b;
    border-color: #006f9b;
}
@media only screen and (max-width: 600px) {
    .hps3 {
        padding-top: 0rem;
        padding-bottom: 3rem;
    }
    .hps3 .bottoni-home-foto {
        padding: 0.3rem 1.0rem;
        border-width: 2px;
        font-size: 1.3rem;
        line-height: 1;
        text-align: center;
        word-break: normal;
    }
}

.footer1{
    /*background-image: url("../images/footer.jpeg");*/
    background-repeat: no-repeat;
    background-size: cover;

}
.footer1cont{
    opacity: 0.9;
    background-color: rgb(0, 151, 210);
}
.afooter{
    text-decoration: none;
    color: var(--white_color);
}
.afooter:hover {
    text-decoration: none;
    color: var(--black-color);
}

.arecensioni{
    text-decoration: none;
    color: var(--blulight2_color);
}
.arecensioni:hover {
    text-decoration: none;
    color: var(--black-color);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: .375rem;
    background-color: #fff;
    background-clip: border-box;
}

.card-profile-image {
    position: relative;
    margin-bottom: 1.5rem;
}

.card-profile-image img {
    position: absolute;
    left: 50%;
    max-width: 180px;
    transition: all .15s ease;
    transform: translate(-50%, -30%);
    border-radius: .375rem;
}

.card-profile-image img:hover {
    transform: translate(-50%, -33%);
}

.profile-text{
    margin-top: 0.5rem;
}

.rounded-circle {
    border-radius: 50% !important;
}

@media (max-width: 991px) {
    .profile-text{
        margin-top: 3.5rem;
    }
    .card-profile-image {
        margin-bottom: 8.5rem;
    }
}



@media (min-width: 768px) {
    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
}

@media (min-width: 1200px) {
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
}

/*--------------------------------------------------------------
# Trattamenti
--------------------------------------------------------------*/

.sect_tratt {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #ffffff;
}
.sect_tratt .content-wrapper {
    background: #fafafa;
}
@media (max-width: 991px) {
    .sect_tratt .content-wrapper .row {
        flex-direction: column-reverse;
    }
    .sect_tratt .content-wrapper .image-wrapper {
        margin-bottom: 2rem;
    }

}
@media (max-width: 767px) {
    .sect_tratt .content-wrapper {
        padding: 1rem;
    }

}
@media (min-width: 768px) and (max-width: 991px) {
    .sect_tratt .content-wrapper {
        padding: 2rem;
    }
}
@media (min-width: 992px) {
    .sect_tratt .content-wrapper {
        padding: 1rem 3rem;
    }
    .sect_tratt .content-wrapper .text-wrapper {
        padding-right: 2rem;
    }
}
.sect_tratt .image-wrapper img {
    width: 100%;
    object-fit: cover;
}
.sect_tratt .card-title {
    color: #0097d2;
    font-weight: 400;
}

.mbr-text{
    font-weight: 400;
}

.alink{
    text-decoration: none;
    color: var(--blulight2_color);
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
}
.alink:hover {
    text-decoration: none;
    color: var(--black-color);
}

/*--------------------------------------------------------------
# Contatti
--------------------------------------------------------------*/
.contatti .box-numero-telefono {
    display: block;
    padding: 1em 3em 1em 1em;
    z-index: 500;
    background-color: #ffffff;
    margin-top: 10px;
    border-radius: 1em 1em 1em 1em;
    -webkit-box-shadow: -5px -1px 15px -3px rgba(0, 0, 0, 0.32);
    box-shadow: -5px -1px 15px -3px rgba(0, 0, 0, 0.32);
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    line-height: 2;
    color: #0097d2;
    text-align: center;
}
.contatti .icona-tel-urgenze {
    display: block;
    float: left;
    margin-right: 1em;
    height: 40px !important;
    width: 40px !important;
}
.contatti .tel-urgenze {
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    line-height: 1;
    color: #0097d2;
}
.contatti .tel-urgenze:hover {
    text-decoration: underline;
}

#contact .get-started-icon {
    font-size: 24px;
    background: var(--blu_color);
    padding: 14px;
    color: #fff;
    border-radius: 50px;
    position: relative;
    z-index: 5;
    box-shadow: 10px 2px 15px rgba(0, 0, 0, 0.1);
}

#contact .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    transition: 0.5s;
    margin-left: -10px;
    padding: 8px 26px 8px 26px;
    color: #fff;
    background: #584b48;
    border-radius: 0 50px 50px 0;
    position: relative;
    z-index: 4;
}

#contact .btn-get-started:hover {
    background:  var(--blu_color);
}

.contact .info-box {
    color: #313030;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px;
}

.contact .info-box i {
    font-size: 32px;
    color:  var(--blu_color);
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #ffded4;
    float: left;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #656262;
    font-weight: 700;
    margin: 10px 0 10px 68px;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin: 0 0 0 68px;
}

@media (max-width: 769px) {
    .desk {
        display: none;
    }
}
@media (min-width: 770px) {
    .mob {
        display: none;
    }
}

.contact .php-email-form {
    /*box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);*/
    padding: 30px;
    background-color: transparent;
    font-family: 'Lato', sans-serif;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message2 {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}



.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #F15A24;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form input[type=checkbox] {
    width: 16px !important;
    height: 16px !important;
    padding: 0;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
    background: var(--blulight2_color);
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    font-family: 'Lato', sans-serif;
}

.contact .php-email-form button[type=submit]:hover {
    background: #ff7e54;
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btnsubmit{
    background: var(--blulight2_color);
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}
.form-box {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: .375rem;
    background-color: #fff;
    background-clip: border-box;
}

.google-map {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 */
    height: 0;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.who-box{
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: var(--white_color);
}

/************ HP reserved *************************************/
.btn-index{
    font-family: 'Lato', serif;
    font-size: 1.5rem;
    line-height: 1.1;
}
.btnscale-index{
    font-family: 'Lato', serif;
    font-size: 1.0rem;
}
