/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */


@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
body {
    font-family: "Roboto", sans-serif;
}
a:hover{
    text-decoration: none;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
h6, .h6 {
    font-size: 0.977rem;
}
.primary-bg {
    background: #0948b3 !important;
}
.gradient-bg {
    background: linear-gradient(75deg, #073482, #014cda) !important;
}
.gray-light-bg {
    background: #fafafa !important;
}
.p-3 {
    padding: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pb-0, .py-0 {
    padding-bottom: 0 !important;
}
.pb-1, .py-1 {
    padding-bottom: 0.25rem !important;
}
.pr-2, .px-2 {
    padding-right: 0.5rem !important;
}
.pt-3, .py-3 {
    padding-top: 1rem !important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}
.ptb-60 {
    padding: 60px 0;
}
.ml-2, .mx-2 {
    margin-left: 0.5rem !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
.w-50 {
    width: 50% !important;
}
.w-100 {
    width: 100% !important;
}
/**
    Header
 */
@media (min-width: 576px){
    header .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 768px){
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
header .col-md-6 {
    width: 100%;
}
header .navbar:before,header .navbar:after {
    display: none;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
#main-menu {
    margin-top: 70px;
}
@media (max-width: 1200px) and (min-width:992px) {
    #main-menu {
        margin-top: 93px;
    }
}
@media (max-width: 992px) and (min-width:768px) {
    #main-menu {
        margin-top: 93px;
    }
}
@media (max-width: 768px) {
    #main-menu {
        margin-top: 73px;
    }
}
@media (max-width: 545px) {
    #main-menu {
        margin-top: 73px;
    }
}
header .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
header .no-gutters {
    margin-right: 0;
    margin-left: 0;
}
header .no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
header small,header .small {
    font-size: 85%;
    font-weight: 400;
}
header .u-header__promo-text {
    display: block;
    color: #8392a5;
}
.header-main {
    position: relative;
    display: block;
}
header .main-header-menu-wrap {
    display: block !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: slideInU;
    animation-name: slideInU;
}
header .bg-transparent {
    background-color: transparent !important;
}
header .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
header .hs-menu-initialized {
    position: relative;
    z-index: 10;
}
header .navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
@media (min-width: 768px){
    .p-md-3 {
        padding: 1rem !important;
    }
    header .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media (min-width: 992px){
    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
}
header .header-nav {
    padding: 0;
    border: 0;
    margin: 0;
}
header .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    float: none;
    height: initial;
    padding-left: 0;
    padding-right: 0;
}
header .img-fluid {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
header .btn {
    display: inline-block;
    font-weight: 400;
    color: #2a2e36;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
header .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
header .btn {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: 0.838rem;
    font-weight: 600;
    padding: .65em 1.995em;
    line-height: 1.75em;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
@media (min-width: 768px){
    header .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
header .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.bg-transparent button.navbar-toggler span {
    color: #fff;
}
header .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: initial !important;
    padding: 0;
    margin: 0;
    overflow: initial !important;
}
header .collapse:not(.show) {
    display: none;
}
@media (min-width: 768px){
    header .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        height: initial !important;
        padding: 0;
        margin: 0;
        overflow: initial !important;
    }
}

header .title-with-icon-link {
    display: block;
    padding: 18px 15px;
    color: #464646;
}
header .title-with-icon-link:hover {
    background: #fafafa;
    border-radius: 0.375rem;
}
header .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    float: initial;
}
header .ml-auto,header .mx-auto {
    margin-left: auto !important;
}
header ul:last-child {
    margin: 0;
}
@media (min-width: 768px){
    header .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.hs-has-sub-menu {
    overflow: hidden;
    position: relative;
}
header .nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
header .custom-nav-link {
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #737373;
    position: relative;
}
header .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 768px){
    header .navbar-expand-md .main-navbar-nav .header-nav-last-item {
        text-align: right;
        padding-left: 1rem;
        padding-right: 0;
    }
    header .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    header .navbar-expand-md .main-navbar-nav .custom-nav-link {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        padding-right: 0.875rem;
        padding-left: 0.875rem;
    }
}
.bg-transparent .header-nav a.custom-nav-link, .gradient-bg .header-nav a.custom-nav-link {
    color: #fff !important;
    opacity: 0.8;
    line-height: 1.75em;
}
.main-link-toggle::after {
    display: inline-block;
    font-family: "themify";
    font-size: 50%;
    content: "\e64b";
    margin-left: .4rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative;
    top: -1px;
}
.main-sub-menu {
    padding-left: 0;
    list-style: none;
}
.main-sub-menu {
    max-width: 1200px;
}
@media (min-width: 768px){
    header .navbar-expand-md .main-navbar-nav .main-sub-menu {
        border-radius: 10px;
        -webkit-box-shadow: 0 12px 20px 0 rgba(23, 28, 33, 0.16);
        box-shadow: 0 12px 20px 0 rgba(23, 28, 33, 0.16);
    }
}
@media (max-width: 992px) and (min-width: 320px){
    header .navbar-expand-md .main-navbar-nav .custom-nav-link {
        padding-right: 0.4rem;
        padding-left: 0.4rem;
    }
}
header .btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
header .btn {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: 0.838rem;
    font-weight: 600;
    padding: .65em 1.995em;
    line-height: 1.75em;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
header .btn-light {
    background-color: #e5e9f2;
    border-color: #cdd5e6;
    color: #8392a5;
}
header .btn-brand-03:hover,header .btn-brand-03:focus {
    background-color: #f4590b;
    border-color: #f4590b;
    color: #fff;
}
header .btn-brand-03 {
    background-color: #f67a3c;
    border-color: #f67a3c;
    color: #fff;
}
header .header-nav-last-item .btn {
    padding: 10px 20px;
    font-size: 12px;
	border-radius: 30px;
    line-height: 1.75em;
}
.bg-transparent .header-nav a.custom-nav-link:hover, .gradient-bg .header-nav a.custom-nav-link:hover {
    opacity: 1;
}
.color-primary {
    color: #0948b3 !important;
}
.color-accent {
    color: #f67a3c !important;
}
.instagram-color {
    color: #C13584;
}
.u-header__promo-title {
    display: block;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    font-size: 0.85rem;
    line-height: 1.3rem;
}
.title-with-icon-link:hover .u-header__promo-title {
    color: #0948b3;
}
.menu-item-wrap.p-4 {
    padding-left: 35px !important;
}
header .text-success {
    color: #28a745 !important;
}
.hs-mega-menu-opened a.custom-nav-link:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(-50%, 0) rotate(-315deg);
    transform: translate(-50%, 0) rotate(-315deg);
    border-radius: 3px;
    background-color: #fff;
}
.main-link-toggle::after {
    display: inline-block;
    font-family: "themify";
    font-size: 50%;
    content: "\e64b";
    margin-left: .4rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative;
    top: -1px;
}
header .menu-item-icon {
    margin-right: 0.75rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.5rem;
    flex: 0 0 2.5rem;
}
header .rounded-circle {
    border-radius: 50% !important;
}
header .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
header .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: initial;
}
.menu-titile-icon {
    width: 100%;
    max-width: 2.5rem;
    padding: 7px;
}
[image-overlay] {
    position: relative;
}
.u-header__product-banner {
    background-color: #fafafa;
    border-radius: 0 0 10px 10px;
}
[image-overlay]:before {
    position: absolute;
    content: '';
    background: linear-gradient(75deg, #073482, #014cda) !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[image-overlay="8"]:before, [data-overly-top="8"]:before, [data-overly-bottom="8"]:before, [data-overlay-gradient="8"]:before {
    opacity: 0.8;
}
.custom-radius-bottom, .u-header__product-banner:before {
    border-radius: 0 0 10px 10px;
}
.bg-image .background-image-wraper {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    opacity: 0;
}
.bg-image .background-image-wraper:not([class*='col-']) {
    width: 100%;
}
.u-header__product-banner-content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.position-relative {
    position: relative !important;
}
[image-overlay] *:not(.container):not(.background-image-wraper) {
    z-index: 2;
}
.main-header-menu-wrap .navbar-toggler.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #1062fe;
}
@media (max-width: 767px) and (min-width: 320px){
    header .header-nav {
        padding: 0.5rem 0;
    }
}
@media (max-width: 767px) and (min-width: 320px){
    header .main-navbar-nav {
        padding-bottom: 15px;
    }
}
@media (max-width: 767.98px){
    header .navbar-expand-md .custom-nav-link, .navbar-expand-md .sub-menu-nav-link {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
    header .navbar-expand-md .main-link-toggle::after, .navbar-expand-md .sub-link-toggle::after {
        margin-left: auto;
    }
}
@media (max-width: 767px){
    .bg-transparent .header-nav #navBar.navbar-collapse .navbar-nav .nav-link, .gradient-bg .header-nav #navBar.navbar-collapse .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .bg-transparent .header-nav #navBar.navbar-collapse, .gradient-bg .header-nav #navBar.navbar-collapse {
        background: linear-gradient(75deg, #0948b3 10%, #1062fe) !important;
    }
    .bg-transparent .header-nav #navBar.navbar-collapse, .gradient-bg .header-nav #navBar.navbar-collapse {
        padding: 0 15px 15px 15px;
    }
}
@media (max-width: 768px) {
    header .img-fluid {
        display: block;
    }
    .header-nav-last-item {
        margin-top: 10px !important;
    }
    .center4{
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width: 991px){
    header .navbar-collapse {
        border: 0;
        box-shadow: 0 0 0 0 rgba(255,255,255,.1);
    }
    header .collapse.in {
        margin-bottom: 0px;
    }
}
@media (max-width: 767px) and (min-width: 320px){
    .main-sub-menu {
        height: 220px;
        overflow-y: scroll;
    }
}
.hs-mobile-state .hs-sub-menu, .hs-mobile-state .hs-mega-menu {
    position: static;
    visibility: visible;
}
@media (max-width: 767px) and (min-width: 320px){
    .hs-mega-menu.hs-position-center {
        -webkit-transform: none !important;
        transform: none !important;
    }
}
@media (max-width: 767px) and (min-width: 320px){
    .hs-mega-menu.main-sub-menu {
        width: auto !important;
    }
}
@media (max-width: 767.98px){
    .navbar-expand-md .main-sub-menu {
        min-width: 100% !important;
    }
    .navbar-expand-md .main-sub-menu:not(.u-header__promo) {
        border-left: 2px solid #0948b3;
    }
}
/**
Footer
 */
.footer-bottom .col-md-6 {
    width: 100%;
}
footer .col-sm-6 {
    width: 50%;
}
@media (max-width: 768px) {
    .center5 {
        text-align: center !important;
    }
}
@media (max-width: 575px) {
    footer h6 {
        font-size:90%;
    }
}
footer .mt-0,footer .my-0 {
    margin-top: 0 !important;
}
@media (max-width: 992px) and (min-width: 320px){
    .ptb-60 {
        padding: 30px 0;
    }
}
@media (min-width: 576px){
    footer .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 768px){
    .footer-bottom .text-md-right {
        text-align: right !important;
    }
    footer .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .footer-bottom .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    footer .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important;
    }
}
footer a {
    font-weight: normal;
    color: #c0ccda;
}
footer ul {
    padding:0;
    list-style: none;
}
footer .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    float: none;
    height: initial;
    padding-left: initial;
    padding-right: initial;
}
footer .img-fluid {
    max-width: 100%;
    height: auto;
}
footer .navbar-brand>img {
    display: initial;
}
footer p {
    font-size: 14px;
}
.footer-1.gradient-bg p, .footer-1.gradient-bg h6 {
    color: #fff;
    opacity: 0.8;
}
.footer-bottom .list-inline {
    margin-left: 0;
}
.footer-bottom ul:last-child {
    margin: 0;
}
footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
footer .mt-2,footer .my-2 {
    margin-top: 0.5rem !important;
}
footer .mb-2,footer .my-2 {
    margin-bottom: 0.5rem !important;
}
footer .social-list-default>li {
    padding: 0;
}
footer ul:last-child {
    margin: 0;
}
footer ul li:not(:hover) {
    opacity: 0.8;
}
footer .list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
footer .social-list-default li:not(:hover) {
    opacity: 0.8;
}
footer .social-list-default .list-inline-item:not(:last-child) {
    margin-right: .3rem;
}
footer .social-list-default li a {
    display: block;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
    overflow: hidden;
    height: 32px;
    width: 32px;
    line-height: 32px;
    border-radius: 4px;
    font-size: 1rem;
}
footer ul:not([class*='menu']) li > a {
    font-weight: 400;
    font-size: 13px;
    display: block;
}
footer .social-hover-2 li:hover a {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    color: #fff !important;
    border-radius: 100%;
}
footer .footer-1.gradient-bg ul li a {
    color: #fff;
    opacity: 0.8;
}
footer ul:not([class*='menu']) li > a:hover {
    text-decoration: none;
}
footer ul:not([class*='menu']) li > a:hover {
    opacity: 1;
    color: inherit;
}
.background-color.social-hover-2 li a.whatsapp {
    background: #25d366;
    color: #fff !important;
}
.social-hover-2 li:hover a.youtube {
    background: #ff0000;
    color: #fff !important;
}
.background-color.social-hover-2 li a.youtube {
    background: #ff0000;
    color: #fff !important;
}
.social-hover-2 li:hover a.linkedin {
    background: #0077b5;
    color: #fff !important;
}
.background-color.social-hover-2 li a.linkedin {
    background: #0077b5;
    color: #fff !important;
}
.social-hover-2 li:hover a.dribbble {
    background: #ea4c89;
    color: #fff !important;
}
.background-color.social-hover-2 li a.dribbble {
    background: #ea4c89;
    color: #fff !important;
}
.footer-1.gradient-bg ul li a:hover {
    color: #fff;
    opacity: 1;
}
.social-list-default li:not(.bg-brand-01):not(.bg-brand-02):not(.bg-brand-03) a {
    color: #2a2e36;
}
footer ul:not(.list-inline):not(.slides) > li {
    line-height: 30px !important;
}
.footer-1.gradient-bg ul li a {
    color: #fff;
    opacity: 0.8;
}

.small-text {
    font-size: 13px;
}
.terms-policy-wrap ul li a {
    color: #2a2e36;
}
.footer-bottom .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-bottom .align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.footer-bottom .list-inline-item {
    padding:0;
}
.text-left {
    text-align: left !important;
}
@media (min-width: 768px) {
	footer .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    footer .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .text-md-right {
        text-align: right !important;
    }
}
@media (min-width: 992px){
	footer .col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
    footer .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    footer .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .text-lg-right {
        text-align: right !important;
    }
}

/**
Scroll Button
 */
.text-white {
    color: #fff !important;
}
.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    top: 100%;
    right: 50px;
    font-size: 16px;
    border-radius: 4px;
    z-index: 99;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    border: none;
}
.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top.open {
    top: 90%;
}
.navbar-main {
    font-family: "Roboto", sans-serif;
    background-color: #798cad;
    font-size: 14px;
}
.intl-tel-input .country-list {
    z-index: 999;
}

/**
Language Box
 */

#lang-box-btn {
    position: fixed;
    background: #f67a3c;
    z-index: 99999999999;
    right: 0;
    top: 150px;
    display: block;
    color: white;
    padding: 5px 10px;
    box-shadow: 1px 1px 5px 1px #f67a3c;
    transition: .2s all;
}
#lang-box-btn:hover {
    cursor: pointer;
    padding:5px 15px;
}
.languages-box {
    display: flex;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 999999;
    background: rgb(10 10 10 / 85%);
    overflow: auto;
}
.languages-box li {
    display: inline-block;
    width: 25%;
    float: left;
    text-align: center;
}
.langs {
    padding-top: 215px;
}
.langs ul {
    padding: 0;
}
.langs li.active a{
    background: #093888 !important;
    border: 2px solid #0948b3 !important;
    font-weight: bold;
}
.languages-box li a {
    color: white;
}
.langs li a {
    border: 2px solid #fff;
    padding: 10px;
    display: inline-block;
    margin-bottom: 20px;
    width: 75%;
}
.langs li a:hover {
    background: #0a3888;
}
@media screen and (max-width: 768px){
    .languages-box li {
        width: 33.33%;
    }
}

@media screen and (max-width: 576px) {
    .languages-box li {
        width: 50%;
    }
}
.panel-primary>.panel-heading {
    background: #093888 !important;
}
.modal-title {
    color: white;
}
.form-control,#registration .field {
    border-radius: 0 !important;
}
/**
Wp
 */
.whatsapp2 {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 20px;
    z-index: 999999;
}
.whatsapp2 img {
    width: 150px;
}

/**
  Campaign Styles
*/
.campaign {
    background: #0948b3;
    color: white;
    padding: 10px 0px;
    opacity: 0.8;
}
.campaign a {
    color:white;
    font-size:14px;
}
.free-text {
    position:absolute;
    margin-left:15px;
    color:#83ffe8;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}
.campaign-clock {
    font-size: 22px;
    position: relative;
    top: 3px;
    color: #83ffe8;
}

/**
  Lang
*/
.change-curr-lang {
	background: #0a3888e0;
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    top: 0;
    padding: 50px;
    overflow-y: scroll;
}
.change-curr-lang::-webkit-scrollbar {
  width: 0px;
}
.change-curr-lang .lang-item, .change-curr-lang .currency-item {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    margin-bottom: 2rem;
    transition: .2s all;
	text-decoration: none;
}
.change-curr-lang .lang-item-active, .change-curr-lang .currency-item-active {
    background: white;
    color: #0a3888!important;
    font-weight: bold;
}
.change-curr-lang .lang-item:hover, .change-curr-lang .currency-item:hover {
    background: white;
    color: #0a3888!important;
}
#open-lang-curr {
	position: fixed;
    top: 150px;
    right: 0;
    background: #f67a3c;
    color: white;
    padding: 5px 10px;
    box-shadow: 0px 0px 7px 0px #848484;
	z-index: 99999;
	transition:.2s
}
#open-lang-curr:hover {
	padding:5px 12px;	
}
.change-curr-lang .apply-btn {
	background: white;
    border: 0;
    padding: 10px 20px;
    color: #0a3888;
    box-shadow: 0 2px 10px 0 #000;
    font-weight: bold;
    text-transform: uppercase;
    transition: .2s all;
	outline:0
}
.change-curr-lang .apply-btn:hover {
    box-shadow: 0 2px 10px 0 #c9d0e6;
}
/**
  End Lang
*/