@font-face {
    font-family: 'Comfortaa';
    src: url('../assets/images/fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Comfortaa', sans-serif;
    overflow-x: hidden;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

a,
a:focus,
a:hover {
    text-decoration: none !important;
}

/*===== NAVBAR =====*/

.navbar-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-nav {
    margin-left: auto;
}

.sticky {
    position: fixed;
    z-index: 99;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sticky .navbar {
    padding: 20px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sticky .navbar {
        padding: 10px 0;
    }
}

@media (max-width: 767px) {
    .sticky .navbar {
        padding: 10px 0;
    }
}

.sticky .navbar .navbar-nav .nav-item a {
    color: #162447;
    text-transform: uppercase;
}

.sticky .navbar .navbar-nav .nav-item a::before {
    color: #162447;
}

.sticky .navbar .navbar-toggler .toggler-icon {
    background: #162447;
}

.navbar {
    padding: 0;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 20px 0;
}
.navbar {
    padding: 0.5rem 0rem !important;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar {
        padding: 17px 0;
    }
}

@media (max-width: 767px) {
    .navbar {
        padding: 17px 0;
    }
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    max-width: 180px;
}

.navbar-toggler {
    padding: 0;
}

.navbar-toggler:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.navbar-toggler .toggler-icon {
    width: 30px;
    outline: none;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}
.navbar-collapse {
    border-radius: 0px 0px 30px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 5px 12px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(22, 36, 71, 0.1);
        -moz-box-shadow: 0px 15px 20px 0px rgba(22, 36, 71, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(22, 36, 71, 0.1);
        padding: 5px 12px;
    }
}

.navbar-nav .nav-item {
    position: relative;
    margin-left: 40px;
}

.navbar-nav .nav-item a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 10px 0;
    position: relative;
    z-index: 1;
}
.navbar-nav .nav-item a::before {
    content: '';
    position: absolute;
    height: 3.5px;
    width: 0;
    border-radius: 16px;
    background: #2A2743;
    bottom: 5px;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sticky .navbar-nav .nav-item a::before {
    content: '';
    position: absolute;
    height: 3.5px;
    width: 0;
    border-radius: 16px;
    background: #31B699;
    bottom: 5px;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item a::before {
        background: #162447;
        top: auto;
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item a::before {
        background: #162447;
        top: auto;
        bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item a {
        display: inline-block;
        padding: 6px 0px;
        color: #162447;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item a {
        display: inline-block;
        padding: 6px 0px;
        color: #162447;
    }
}

.navbar-nav .nav-item a:hover::before,
.navbar-nav .nav-item a.active::before {
    width: 100%;
}

.navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item:hover .sub-menu {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item:hover .sub-menu {
        top: 0;
    }
}

.navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
    }
}

.navbar-nav .nav-item .sub-menu li {
    display: block;
}

.navbar-nav .nav-item .sub-menu li a {
    display: block;
    padding: 8px 20px;
    color: #222;
}

.navbar-nav .nav-item .sub-menu li a.active,
.navbar-nav .nav-item .sub-menu li a.active-nav,
.navbar-nav .nav-item .sub-menu li a:hover {
    padding-left: 25px;
    color: #5864FF;
}

.navbar-nav .sub-nav-toggler {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        color: #222;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        color: #222;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px;
    }
}

.navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px;
}
.navbar-nav li:last-child {
    background-color: #162447;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 30px;
}
.sticky .navbar-nav li:last-child {
    background-color: #31B699;
}
@media (max-width: 992px) {
    .navbar-nav .nav-item {
        padding: 17px;
        margin-left: 0px;
        font-size: 20px;
    }
    .navbar-nav li:nth-child(1){
        padding-top: 0px;
    }
    .navbar-nav li {
        border-bottom: 2px solid rgba(0, 0, 0, 0.06);;
    }
    .hoverable-apply {
        color: white !important;
    }
    .navbar-collapse {
        padding: 25px;
    }
    .navbar-nav li:nth-child(4){
        border-bottom: none;
    }
}

.hero-section {
    position: relative;
    z-index: 1;
    padding: 160px 0 50px;
    background-image: url("../assets/images/hero-bg.svg");
    background-position: top center;
    background-repeat: no-repeat;
}
.hero-section .hero-content {
    margin-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section .hero-content {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .hero-section .hero-content {
        margin-bottom: 0px;
    }
}

.hero-section .hero-content h1 {
    font-size: 60px;
    margin-bottom: 35px;
    color: #fff;
    font-family: Msm;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-section .hero-content h1 {
        font-size: 52px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-section .hero-content h1 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .hero-section .hero-content h1 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .hero-section .hero-content h1 {
        font-size: 45px;
    }
}

.hero-section .hero-content p {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-family: 'Comfortaa', sans-serif;
}

@media only screen and (min-width: 1400px) {
    .hero-section .hero-content p {
        padding-right: 120px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-section .hero-content p {
        padding-right: 70px;
    }
}

.hero-section .hero-content .main-btn {
    border-color: #fff;
    color: #fff;
}

.hero-section .hero-content .main-btn::after {
    background: rgba(255, 255, 255, 0.15);
}

.hero-section .hero-content .scroll-bottom {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #5864FF;
    color: #5864FF;
    left: 15px;
    bottom: 0;
    z-index: 9;
}


.hero-section .hero-img {
    max-width: 300px;
    margin: 0 auto;
    background: #FFF;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section .hero-img {
        padding-top: 30px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .hero-section .hero-img {
        padding-top: 30px;
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section .hero-img img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .hero-section .hero-img img {
        width: 100%;
    }
}

.hero-section .hero-shape .shape {
    position: absolute;
    z-index: -1;
}

.hero-section .hero-shape .shape.shape-1 {
    top: -285px;
    right: -300px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-section .hero-shape .shape.shape-1 {
        top: -420px;
        right: -550px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-section .hero-shape .shape.shape-1 {
        top: -400px;
        right: -550px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section .hero-shape .shape.shape-1 {
        display: none;
    }
}

@media (max-width: 767px) {
    .hero-section .hero-shape .shape.shape-1 {
        display: none;
    }
}
.main-btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 18px 38px;
    font-size: 18px;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    transition: all .4s ease-in-out;
    border: none;
    background: #5864FF;
    overflow: hidden;
}

.align-btn {
    text-align: left;
}

.main-btn:hover {
    color: #162447 !important;
    background-color: #fff !important;
}

.main-btn.border-btn {
    border: 2px solid #5864FF;
    background: transparent;
    color: #5864FF;
}
.hero-section .hero-content .main-btn {
    border-color: #fff;
    color: #fff;
}

.hero-section .hero-content .main-btn::after {
    background: rgba(255, 255, 255, 0.15);
}
.box-style .content a.main-btn {
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.box-style .content a.main-btn.border-btn {
    color: #5B657E;
}

.box-style .content a.main-btn.border-btn:hover {
    color: #5864FF;
}

.box-style .content a.main-btn.border-btn:hover::after {
    background: rgba(88, 100, 255, 0.2);
}
.box-style.color-2 .content .main-btn:hover {
    color: #fff;
}

@media (max-width: 1200px) {
    .navbar-nav .nav-item a {
        font-size: 18px;
    }
}
@media (max-width: 992px) {
    .hero-section .hero-content h1 {
        text-align: center;
    }
    .hero-section .hero-content p {
        text-align: center;
    }
    .hero-section .hero-content .align-btn {
        text-align: center;
    }
}

/* Promotions */
.bg-services {
    background-image: url(../assets/images/bg-service-home7.png);
    background-position: 0 225px;
    background-repeat: no-repeat;
    overflow-x: hidden;
}
@media screen and (max-width: 992px){
    .bg-services {
        margin-top: 0px;
    }
}

.servicesContainer {
    padding: 0 0 75px;
}

.subHeading {
    font-family: Psm;
    font-size: 14px;
    font-weight: 700;
    color: #243e73;
    position: relative;
    display: inline-block;
    padding-left: 21px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.subHeading_simple {
    font-family: Psm;
    font-size: 14px;
    font-weight: 700;
    color: #243e73;
    position: relative;
    display: inline-block;
    padding-left: 21px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.subHeading:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #243e73;
    top: 3.5px;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.subHeading:after,
.subHeading:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #243e73;
    top: 3.5px;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.subHeading:after {
    left: auto;
    right: -21px;
}
.subHeadingApply {
    font-family: Psm;
    font-size: 14px;
    font-weight: 700;
    color: #243e73;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.subHeadingApply:after,
.subHeadingApply:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #243e73;
    top: 3.5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.subHeadingApply:before {
    left: -21px;
}

.subHeadingApply:after {
    left: auto;
    right: -21px;
}

.mainHeading {
    font-size: 36px;
    margin-bottom: 40px;
    line-height: 50px;
    margin: 0 0 20px;
    color: #1a1b1e;
    font-family: Psm;
}

.card {
    /* padding: 50px 27px; */
    border: none !important;
    padding: 40px 27px 35px;
    position: relative;
    border-radius: 15px !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, .15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, .15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, .15);
}

.box-title {
    font-family: Msm;
    margin-bottom: 12px;
    font-size: 18px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.cardDown {
    /* padding: 50px 27px; */
    margin-top: 50px;
    border: none !important;
    padding: 40px 27px 35px;
    position: relative;
    border-radius: 15px !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, .15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, .15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, .15);
}

.icon-main {
    width: 70px;
    height: 70px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-bottom: 25px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #31B699;
    background-image: -moz-linear-gradient(145deg, #5669ff, #31B699);
    background-image: -webkit-linear-gradient( 145deg, #5669ff, #31B699);
    background-image: linear-gradient( 145deg, #5669ff, #31B699);
    box-shadow: 8px 8px 30px 0px rgb(92, 38, 217 / 30%);
    -webkit-box-shadow: 8px 8px 30px 0px rgb(92, 38, 217 / 30%);
    -moz-box-shadow: 8px 8px 30px 0px rgb(92, 38, 217, .3);
}

.iconServices {
    margin-top: 18px;
}

.bg-top {
    background-image: url(../assets/images/bg1-box-1.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.bg-bottom {
    background-image: url(../assets/images/bg2-box-1.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.bg1-bottom {
    background-image: url(../assets/images/bg2-box3-1.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}

.bg1-top {
    background-image: url(../assets/images/bg1-box2-1.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.card:hover,
.cardDown:hover {
    /* padding: 50px 27px; */
    background-color: #5669ff;
    background-image: -moz-linear-gradient(145deg, #5669ff, #ccc);
    background-image: -webkit-linear-gradient( 145deg, #5669ff, #ccc);
    background-image: linear-gradient( 145deg, #5669ff, #ccc);
    box-shadow: 8px 8px 30px 0px rgb(1 96 231 / 30%);
    -webkit-box-shadow: 8px 8px 30px 0px rgb(1 96 231 / 30%);
    -moz-box-shadow: 8px 8px 30px 0px rgba(1, 96, 231, .3);
}

.card:hover .box-title,
.cardDown:hover .box-title {
    color: #fff;
}

.card:hover p,
.cardDown:hover p {
    color: #fff;
}

.card:hover .icon-main,
.cardDown:hover .icon-main {
    color: #5669ff;
    background-color: transparent;
    background-image: none;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

.card,
.cardDown p {
    font-family: 'Comfortaa', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
}

@media screen and (max-width: 768px) {
    .cardDown {
        margin-top: 50px;
        margin-bottom: 50px;
        padding: 40px 27px 35px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .card {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
/* Footer */
.footer {
    padding: 30px 0;
    background: #FFF;
    border-top: 10px solid;
    border-image: linear-gradient(to right, #5669ff, #ccc);
    border-image-slice: 1;
}

.footer .links, .footer .socials {
    list-style-type: none !important;
    padding-left: 5px;
}
.footer a, .footer a:hover{
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer {
        padding-top: 250px;
    }
}


.footer .widget-wrapper .footer-widget .desc {
    margin-bottom: 20px !important;
    padding-top: 20px;

}
@media only screen and (min-width: 1400px) {
    .footer .widget-wrapper .footer-widget .desc {
        padding-right: 100px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .footer .widget-wrapper .footer-widget .desc {
        padding-right: 50px;
    }
}

.footer .widget-wrapper .footer-widget .socials {
    display: flex;
    align-items: center;
}

.footer .widget-wrapper .footer-widget .socials li {
    margin-right: 20px;
}

.footer .widget-wrapper .footer-widget .socials li:last-child {
    margin-right: 0;
}

.footer .widget-wrapper .footer-widget .socials li a:hover {
    opacity: 60%;
}

.bg-black{
    background:#000;
}
.footer .widget-wrapper .footer-widget h3 {
    margin-bottom: 20px;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    font-family:  'Comfortaa', sans-serif;
}

.footer .widget-wrapper .footer-widget ul.links li {
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0;
}

.footer .widget-wrapper .footer-widget ul.links li a {
    text-transform: lowercase;
    font-family: 'Comfortaa', sans-serif;
    font-size: 15px;
    font-weight: lighter;
    color:#000;
    cursor:pointer;
}

.footer .widget-wrapper .footer-widget ul.links li a:hover {
    color:#000000;
}

.footer .widget-wrapper .footer-widget ul.links li a:hover {
    padding-left: 8px;
}




.hero-section .contact-content {
    margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section .contact-content {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .hero-section .contact-content {
        margin-bottom: 0px;
    }
}

.hero-section .contact-content h5 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #2A2743;
    opacity: 60%;
    font-weight: 3000;
    font-family:  'Comfortaa', sans-serif;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-section .contact-content h5 {
        /*font-size: 30px;*/
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-section .contact-content h5 {
        /*font-size: 42px;*/
    }
}

@media (max-width: 767px) {
    .hero-section .contact-content h5 {
        /*font-size: 36px;*/
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .hero-section .contact-content h5 {
        /*font-size: 45px;*/
    }
}

.hero-section .contact-content p {
    margin-bottom: 40px;
    font-size: 50px;
    line-height: 1.3;
    color: #fff;
    font-family:  'Comfortaa', sans-serif;
}

@media only screen and (min-width: 1400px) {
    .hero-section .contact-content p {
        padding-right: 120px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-section .contact-content p {
        padding-right: 70px;
    }
}

.contact-card {
    background-color: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.about-card-content {
    background-color: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.about-card {
    background-color: transparent;
    border-radius: 20px;
    padding: 20px;
}

.about-content h1 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #2A2743;
    opacity: 60%;
    font-weight: 3000;
    font-family:  'Comfortaa', sans-serif;
}

.about-card p {
    font-size: 14px;
    color: black;
    font-family: 'Comfortaa', sans-serif;
    text-align: center;
    border: 2px solid #cfd8dc;
    padding: 15px;
}
.about-card:hover {
    transform: scale(1.1);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

.hoverable {
    display:inline-block;
    backface-visibility: hidden;
    vertical-align: middle;
    position:relative;
    box-shadow: 0 0 1px rgba(0,0,0,0);
    tranform: translateZ(0);
    transition-duration: .3s;
    transition-property:transform;
}
.hoverable-apply {
    display:inline-block;
    backface-visibility: hidden;
    vertical-align: middle;
    position:relative;
    box-shadow: 0 0 1px rgba(0,0,0,0);
    tranform: translateZ(0);
    transition-duration: .3s;
    transition-property:transform;
}
.navbar-nav li:last-child a::before {
    content: '';
    position: absolute;
    height: 0px;
    width: 0;
    bottom: 0px;
}

.sticky .navbar-nav li:last-child a::before {
    content: '';
    position: absolute;
    height: 0px;
    width: 0;
    bottom: 0px;
}
.navbar-nav li:last-child:hover {
    background-color: #243e73;
}
.sticky .navbar-nav li:last-child:hover{
    background-color: #52d5b6;
}
.navbar-nav li:last-child:hover:before {
    width: 0;
}



.hoverable:before{
    position:absolute;
    pointer-events: none;
    z-index:-1;
    content: '';
    top: 100%;
    left: 5%;
    height:10px;
    width:90%;
    opacity:0;
    background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 80%);
    /* W3C */
    transition-duration: 0.3s;
    transition-property: transform, opacity;
}

.hoverable:hover, .hoverable:active, .hoverable:focus{
    transform: translateY(-5px);
}
.hoverable:hover:before, .hoverable:active:before, .hoverable:focus:before{
    opacity: 1;
    transform: translateY(-5px);
}
.promotionsTitle {
    font-size: 60px;
    margin-bottom: 35px;
    color: #fff;
    font-family: Msm;
}
.categoryCard {
    padding: 10px 20px;
    cursor: pointer;
    margin-bottom: 5px;
    background: white;
    backdrop-filter: blur( 2.5px );
    border: 1px solid #5669ff;
    -webkit-backdrop-filter: blur( 2.5px );
    border-radius: 40px;
}
.categorySearch {
    margin: 50px 0;
    position: relative;
}

.categorySearch input {
    border-radius: 30px;
    min-height: 50px;
    background: #FFF;
}

.categorySearch .categorySearch--append button {
    background: #5669ff;
    color: #FFF;
    padding: 5px 15px;
    border-radius: 30px;
    position: absolute;
    right:8px;
    top:8px;
    border:0;
}

.categorieWrapper {
    display: flex;
    flex-wrap: wrap;
    gap:10px;
}
.categoryCard:hover {
    background-color: white;
}
.categoryCard:hover > .categoryIcon{
    color: #243e73;
}
.categoryName {
    width: 100%;
    color:  white;
    font-family: Msm;
    font-size: 14px;
    cursor: pointer;
}
.categoryName:hover {
    color: white;
}
.categoryIcon {
    color: #5669ff;
    display: flex;
    min-height: 25px;
    align-items: center;
    gap:10px;
    justify-content: center;
    font-size: 16px;
}
p {
    margin-bottom: 0rem !important;
}
.categoryTitle {
    font-family: Psm;
    min-width: 100px;
    font-size: 14px;
    color: white;
    cursor: pointer;
}
.card-promotions {
    /* padding: 50px 27px; */
    background-color: white;
    border-radius: 20px;
    border: none !important;
    position: relative;
    /*min-height: 27rem;*/
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, .15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, .15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, .15);
}
.promotionsContent {
    padding: 40px;
}
.promotionsContent h4 {
    font-family: Psm;
    color: black;
    font-size: 20px;
}
.promotionsContent .category-name {
    color: black;
    opacity: 70%;
    font-family: 'Comfortaa', sans-serif;
    font-size: 14px;
}
.promotionsContent .partner-name {
    margin-top: 20px;
    color: black;
    font-family: 'Comfortaa', sans-serif;
    font-size: 13px;
    font-weight: bold;
}
.partner-address {
    margin-top: 20px;
    color: black;
    font-family: 'Comfortaa', sans-serif;
}
.fa-map-marker-alt{
    color: white;
    margin-right: 10px;
    font-size: 14px;
    background-color: #5669ff;
    padding: 8px;
    border-radius: 50%;
}

.xp-stars {
    color:#D3B20CFF;
    font-size: 16px;
    margin-bottom: 5px;
}
.fa-long-arrow-alt-right {
    margin-left: 15px;
    animation: arrow-right .7s alternate infinite ease-in-out;
    transform-origin: center;
    transform-box: fill-box;
}
@keyframes arrow-right  {
   from {
       transform: translateX(-2px);
   }
    to {
        transform: translateX(10px);
    }
}
@media (max-width: 573px){
    .categoryIcon {
        font-size: 30px;
        padding: 14px;
    }
    .categoryName {
        font-size: 14px;
    }
}
@media (max-width: 459px){
    .categoryIcon {
        font-size: 24px;
        padding: 3px
    }
    .categoryName {
        font-size: 10px;
    }
}
@media (max-width: 360px){
    .categoryIcon {
        font-size: 20px;
        padding: 0px
    }
    .categoryName {
        font-size: 9px;
    }
    .promotionsTitle {
        font-size: 45px;
    }
}
@media (max-width: 1200px){
    .categoryName {
        text-shadow: 1px 2px black;
    }
}

@media (max-width: 992px)
{
    .card-img-top {
        height: 250px !important;
    }
}
.promotionContent {
    padding: 20px;
    background-color: white;
    border-radius: 20px;
    border: none !important;
    position: relative;
    /*min-height: 27rem;*/
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, .15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, .15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, .15);
}
.promotionTitle {
    font-family: Psm;
    font-size: 30px;
    /*margin-bottom: 70px;*/
}

.promotionSubtitle {
    font-size: 15px;
    color: #444;
    margin: 10px 0 20px;
    line-height: 1.6;
}

.generalPageTitle {
    font-size: 30px;
    margin-bottom: 70px;
}
@media (max-width: 992px){
    .promotionTitle {
        font-size: 20px;
    }
}
.promotionCategory-name {
    font-size: 25px;
    margin-bottom: 30px !important;
    opacity: 75%;
}
.promotionPartener-logo {
    width:75px; height: 75px; border-radius: 50%;display: inline;
}
.promotionPartener-name {
    display: inline;
}
.promotionPartener-adress {
    margin-bottom: 40px !important;
}
.promotionsLine {
    background-color: #7e7e7e;
}
/*.cardPromotion img {*/
/*    height: 100% !important;*/
/*    width: 100% !important;*/
/*}*/
.cardPromotion {
    background-color: white;
    position: relative;
    border-radius: 20px;
    /*min-height: 27rem;*/
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, .15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, .15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, .15);
}
.no-padding {
    padding: 0px !important;
}
.p-about {
    color: white;
}

.cardAbout {
    background-color: #ffffff;
    position: relative;
    padding: 10px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:20px;
    justify-content: center;
    /*min-height: 27rem;*/
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, .15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, .15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, .15);
    position: relative;
}

.p-20 {
    padding: 15px;
}
.icon-about {
    font-size: 30px;
    background-color: white;
    padding: 20px;
    border: 2px solid #5d6ffc;
    color: #5d6ffc;
    border-radius: 50%;
}
.cardAbout p {
    font-family: Psm;
    font-weight: 400;
    font-size: 20px;
}
.volunteer-about {
    padding: 15px 25px;
    color: white;
    background-color: #243e73;
    border-radius: 40px;
    font-size: 18px;
    font-family:  'Comfortaa', sans-serif;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.volunteer-about:hover {
    color: white;
    background-color: #52d5b6;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 992px){
    .img-prom {
        max-height: 400px;
    }
}
.cardOurTeam {
    background-color: white;
    position: relative;
    border-radius: 20px;
    padding: 5px;

    /*min-height: 27rem;*/
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, .15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, .15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, .15);
}
.cardOurTeam img {
    width: 50px;
    height: 50px;
    border: 2px solid #243e73;
    border-radius: 50%;
    display: inline;
    margin-right: 10px;
    margin-bottom: 10px;
}
.cardOurTeam h1 {
    font-family: 'Comfortaa', sans-serif;
    font-size: 20px;
}
