﻿/*About Us*/
@media (max-width:1279.98px) {
    .bg-grad .bg-about {
        background: rgba(28, 145, 208, 1)
    }

    .bg-grad .bg-stats {
        background: rgba(0, 40, 111, 1)
    }
}

@media (min-width:768px) {
    .bg-grad {
        background: rgb(28, 145, 208);
        background: linear-gradient(90deg, #FF7A30 50%, rgba(0, 40, 111, 1) 50%);
    }

    .bg-intro {
        background-image: url(../images/bg-stats-home.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .bg-testimonials {
        background-image: url(../images/pic-testimonials.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center
    }
}

/*Testiomnials*/
@media (min-width:1280px) {
    .bg-testimonials {
        background-image: url(../images/pic-testimonials.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center
    }
}

.hlf-panel {
    padding: 0px 0;
    position: relative;
}

.hlf-panel {
    padding: 0px 0;
    position: relative;
}

.hlf-panel .container {
    position: static;
}

.hlf-panel-rht .hlf-bg {
    position: absolute;
    width: 50%;
    top: 0;
    opacity: .20;
    right: 0;
}

.hlf-panel-lft .hlf-bg {
    display: none
}

@media (min-width:991.98px) {
    .hlf-panel-lft .hlf-bg {
        position: absolute;
        width: 47%;
        top: 0;
        left: 0;
        display: block
    }
}

@media (min-width:1500px) {
    .hlf-panel-lft .hlf-bg {
        position: absolute;
        width: 30%;
        top: 0;
        left: 0;
    }
}

@media (min-width:1700px) {
    .hlf-panel-lft .hlf-bg {
        position: absolute;
        width: 36%;
        top: 0;
        left: 0;
    }
}

/*Services Offered*/
@media (min-width:768px) {
    .services-offered .col {
        border-right: 1px solid #badef1;
        transition: all ease-in-out 0.3s;
        position: relative;
        overflow: hidden
    }

    .services-offered .col:last-child {
        border-right: 0px solid #badef1
    }
}

.services-offered .col:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(186, 222, 241, 0.25);
    display: block;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 1, 1, 1)
}

.services-offered .col:hover:before,
.services-offered .col:hover .btn:before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.services-offered .col .btn {
    margin-bottom: 1.5rem !important;
    transition: all ease-in-out 0.3s
}

.services-offered .col:hover .btn {
    color: #fff
}

.services-offered .col a {
    color: inherit;
    text-decoration: none
}

@media (max-width:767.98px) {
    .services-offered .col {
        border-bottom: 1px solid #badef1;
        transition: all ease-in-out 0.3s;
        position: relative;
        overflow: hidden
    }

    .services-offered .col:last-child {
        border-bottom: 0px solid #badef1
    }
}

/*Stats*/
.stats {
    margin: 0;
    padding: 0;
}

.stats .col span {
    font-size: 1.813rem;
    font-weight: 700;
    text-align: left;
    line-height: .90;
    color: var(--bs-white)
}

.stats .col p {
    font-size: 1rem;
    margin-bottom: 0px !important;
    font-weight: 400;
    color: var(--bs-white)
}

.stats .icon {
    width: 80px;
    padding-right: 15px
}

@media (min-width:1280px) {
    .stats .col span {
        font-size: 2.813rem;
        font-weight: 700;
        text-align: left;
        line-height: .90;
        color: var(--bs-white)
    }

    .stats .col:nth-child(1),
    .stats .col:nth-child(2) {
        margin-top: 0rem;
    }

    .stats .col:nth-child(3),
    .stats .col:nth-child(4) {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .stats .col:nth-child(5),
    .stats .col:nth-child(6) {
        margin-bottom: 0rem;
    }
}

/*Events*/
@media (min-width:1280px) {
    .events .swiper {
        width: 99%
    }
}

.event-hm .date {
    color: #414141
}

.event-hm .btn-sm {
    font-size: 1.1rem !important;
    line-height: 0;
    padding-top: 6px;
    padding-bottom: 5px;
    --bs-btn-padding-y: 0;
    --bs-btn-padding-x: 0.75rem;
}

.event-hm .btn-sm .bi {
    line-height: 0;
}

.event-hm .btn-outline-primary {
    color: #009c41
}

.event-hm .btn-outline-primary:hover {
    color: #fff
}

/*Article*/
.article {
    background: #e8f4fa;
}

.article .swiper-slide {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 20px;
}

.article .swiper-slide a {
    color: inherit;
    text-decoration: none
}

@media (min-width:1280px) {
    .article:before {
        content: '';
        background: #e8f4fa;
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 700%;
        height: 100%;
        display: block;
        z-index: -1
    }
}

@media (max-width:1280px) {
    .article.h-100 {
        height: auto !important
    }

    .article .swiper-slide {
        border-bottom: 0px solid #d4d4d4;
    }
}

/*map*/
.mapBox {
    position: relative;
    z-index: 0;
    float: none;
    margin: 0px auto;
    max-width: 1372px;
    overflow: hidden
}

.mapPoint {
    position: absolute;
    z-index: 103;
    width: 2.1978%;
    height: 3.84615%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.mapPoint img {
    width: 100%;
    max-width: 20px !important;
}

.pointBs1 {
    top: 36.9231%;
    left: 18.5%;
}

.pointBs2 {
    top: 27%;
    left: 45.2%;
}

.pointBs3 {
    top: 37%;
    left: 46.3%;
}

.pointBs4 {
    top: 33%;
    left: 48%;
}

.pointBs5 {
    top: 32.355%;
    left: 49.5%;
}

.pointBs6 {
    top: 28.355%;
    left: 50.5%;
}

.pointBs7 {
    top: 48.355%;
    left: 68.5%;
}

.pointBs8 {
    top: 46.5%;
    left: 71.5%;
}

.pointBs9 {
    top: 59%;
    left: 74%;
}

.pointBs10 {
    top: 63%;
    left: 75.5%;
}

.pointBs11 {
    top: 53%;
    left: 76.5%;
}

.pointBs12 {
    top: 52%;
    left: 73.7%;
}

.pointBs13 {
    top: 42%;
    left: 74.7%;
}

.pointBs14 {
    top: 47%;
    left: 78.7%;
}

.pointBs15 {
    top: 54%;
    left: 80.5%;
}

.pointBs16 {
    top: 63%;
    left: 79.7%;
}

.pointBs17 {
    top: 39%;
    left: 84.7%;
}

.pointBs18 {
    top: 75%;
    left: 83%;
}

.pointBs19 {
    top: 39%;
    left: 81.5%;
}

/*.mapPoint:hover::before {content: " "; position: absolute; left: 50%; bottom: 0%; margin-bottom: -20px; margin-left: -20px;opacity: 0.1;width: 40px;height: 40px;background: #1c91d0;-webkit-border-radius: 50%;-moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;border-radius: 50%;-webkit-animation: pulse 1.3s linear infinite;-moz-animation: pulse 1.3s linear infinite;-ms-animation: pulse 1.3s linear infinite;-o-animation: pulse 1.3s linear infinite;animation: pulse 1.3s linear infinite;}*/

/*ul.maplist {padding: 0;margin: 0 0px 5px 0px;list-style: none;width: 100%;}
ul.maplist li {padding: 0px 15px;margin: 0px;list-style: none;line-height: normal;display: inline-block;border-right: 0px solid #ccc;position: relative;}
ul.maplist li:first-child {padding: 0px 15px 0px 15px;}
ul.maplist li:last-child {border-right:0px solid #ccc}
ul.maplist li:before {content:'\F309'; position:absolute; display:block; top:-3px; left:0px; font-family: "bootstrap-icons"; color:#000; font-size:1.7rem; margin-left:-17px;}
ul.maplist li:first-child:before {display:none}
@media(max-width:767px) {
ul.maplist li:first-child:before {display:inline-block;}
ul.maplist li {padding: 0px 0px 0px 10px !important;border: 0px !important;position: relative;width:47%; text-align:left;}
ul.maplist li:before {content:'\F309'; position:absolute; display:block; top:-3px left:0px; font-family: "bootstrap-icons"; color:#000; font-size:1.7rem; margin-left:-17px;}
}*/

/*cookie*/
.cookie-popup {
    display: none;
    position: fixed;
    left: 0;
    z-index: 1050;
    width: 100%;
    background-color: rgba(0, 0, 0, .08);
    color: #000;
    line-height: initial;
    box-sizing: initial
}

.cookie-popup a {
    color: #2fb3e0
}

.cookie-popup-inner {
    display: block;
    width: auto;
    float: none;
    margin: auto;
    text-align: center
}

.cookie-popup-accept-cookies,
.cookie-popup-left,
.cookie-popup-right {
    display: inline-block;
    vertical-align: middle
}

.cookie-popup-left {
    padding: 15px
}

.cookie-popup-headline {
    font-size: 15px;
    line-height: 17pt
}

.cookie-popup-sub-headline {
    font-size: 12px
}

.cookie-popup-right {
    padding: 10px 15px;
    text-align: left
}

.cookie-popup-accept-cookies {
    position: relative;
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 8px;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    min-width: 100px;
    line-height: 1.5;
    text-decoration: none;
    color: #000;
    background-color: #c7c7c7;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .12) rgba(0, 0, 0, .15)
}

a.cookie-popup-accept-cookies:hover {
    bottom: 0;
    text-decoration: none;
    background: #2fb3e0;
    color: #fff
}

.cookie-popup-accept-cookies:active {
    bottom: 0;
    color: initial
}

.cookie-popup-learn-more {
    display: block;
    clear: both;
    font-size: 14px;
    margin-top: 5px;
    margin-right: 5px;
    text-decoration: none;
    color: #000;
    opacity: .75
}

.cookie-popup-learn-more:hover {
    opacity: 1;
    text-decoration: none
}

.cookie-popup-learn-more:active,
.cookie-popup-learn-more:focus {
    text-decoration: none
}

.cookie-popup-lower {
    padding: 15px;
    font-size: 14px
}

.cookie-popup.position-bottom {
    bottom: 0
}

.cookie-popup.position-top {
    top: 0;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.cookie-popup.position-bottomleft,
.cookie-popup.position-bottomright,
.cookie-popup.position-topleft,
.cookie-popup.position-topright {
    width: 300px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .3);
    border-radius: 2px
}

.cookie-popup.position-bottomright {
    right: 10px;
    bottom: 10px;
    left: inherit
}

.cookie-popup.position-bottomleft .cookie-popup-right,
.cookie-popup.position-bottomright .cookie-popup-right,
.cookie-popup.position-topleft .cookie-popup-right,
.cookie-popup.position-topright .cookie-popup-right {
    width: initial
}

.cookie-popup.position-bottomleft {
    left: 10px;
    bottom: 10px;
    right: inherit
}

.cookie-popup.position-topright {
    right: 10px;
    top: 10px;
    left: inherit
}

.cookie-popup.position-topleft {
    left: 10px;
    top: 10px
}

.theme-light .cookie-popup {
    background-color: #fafafa;
    color: #000
}

.theme-light .cookie-popup-accept-cookies {
    background-color: #c7c7c7;
    color: #000
}

.theme-light .cookie-popup-learn-more {
    color: #000
}

.theme-dark .cookie-popup {
    background-color: #333131;
    color: #fff
}

.theme-dark .cookie-popup-accept-cookies {
    background-color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    color: #fff;
    padding: .25rem .5rem;
    font-size: .875rem;
    text-align: center;
    vertical-align: middle
}

.theme-dark .cookie-popup-accept-cookies:hover {
    background: #fff;
    border-color: #fff;
    color: #000
}

.theme-dark .cookie-popup-learn-more {
    color: #fff
}

@media (max-width:767px) {
    .cookie-popup-left {
        display: block;
        vertical-align: middle;
        padding: 15px
    }

    .cookie-popup-right {
        display: block;
        vertical-align: middle;
        padding: 10px 15px;
        text-align: center
    }
}