.countfect {
    color: white;

}

.bi-icon {
    font-size: 2rem;
    color: white;
}

.a-link {
    text-decoration: none;
}

.a-link p, h5 {
    color: black;
}


.transit {
    transition: transform 500ms;
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.1);
}

.transit:hover {
    transition: transform 300ms;
    transform: translateY(-20px);
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.3);

}

.btn-circl {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #007bff;
    background: #007bff;
    margin-bottom: 1.5rem;
    transition: .3s all ease;
}

.btn-circl::before {
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 70px;
    height: 70px;
    border: 1px solid #b3d7ff
}

.transit:hover .btn-circl {
    background: transparent;
}

.transit:hover .bi {
    color: #007bff;
}

/* [1] The container */
.img-hover-zoom {
    /*height: 500px; !* [1.1] Set it as per your need *!*/
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
    border-radius: .3em;
    /*border: 5px solid rgba(255, 255, 255, .05);*/
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.4);
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
    transition: transform 2s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
    transform: scale(1.2);
}

/* portfolio foto */

.img-hover-zoom--brightness {
    /*background: #001f42;*/
    /*background: #e6e6e6;*/
    /*height: 400px;*/
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
    border-radius: .3em;
    /*border: 5px solid rgba(255, 255, 255, .05);*/
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.5);
}

/* Brightness-zoom Container */
.img-hover-zoom--brightness img {
    transition: transform 1.5s, filter 1.5s ease-in-out;
    transform-origin: center center;
    filter: brightness(80%);

}

/* The Transformation */
.img-hover-zoom--brightness:hover img {
    filter: brightness(120%);
    transform: scale(1.05);

}


body {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.7;
    position: relative;
}


.site-section {
    padding-top: 7rem;
    padding-bottom: 7rem;

    position: relative;
    z-index: 2;
}

.site-section-s {
    padding-top: 1rem;
    padding-bottom: 1rem;
    /*background: rgba(96, 98, 108, 0.7);*/
    background: #0275d8;
    position: relative;
}

.home-section {
    position: relative;
}

.home-section h1 {
    font-size: 4.5rem;
    color: #fff;
    font-weight: 200;
    letter-spacing: .2rem;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .home-section h1 {
        font-size: 2.5rem;
    }
}

.home-section p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.6);
}

.home-section a {
    font-size: 1.2rem;
    text-transform: none;
}

.home-section a, .home-section a:hover {
    color: #fff;
}

.home-section .btn {
    text-transform: uppercase;
    font-size: .9rem;
    letter-spacing: .2rem;
}

.home-section .scroll-button {
    position: absolute;
    z-index: 5;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #007bff;
    left: 50%;

    transform: translate(-50%, -150%);

    box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.3);
}

.home-section .scroll-button > span {
    position: absolute;
    font-size: 1.5rem;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
}


.img-overlap {
    position: relative;
}

.img-overlap .img-1, .img-overlap .img-2 {
    position: absolute;
    padding: 8%;
    max-width: 330px;
}

@media (max-width: 992px) {
    .img-overlap .img-1, .img-overlap .img-2 {
        padding: 10%;
        max-width: 420px;
        position: relative;
    }
}

.img-overlap .img-1 {
    top: 0;
}

.img-overlap .img-2 {
    bottom: -20%;
    right: -10%;
}

@media (max-width: 992px) {
    .img-overlap .img-2 {
        bottom: 30%;
    }
}


.img-shadow {
    border-radius: 5px;

    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.4);
}

.section-title {
    font-size: 2rem;
    letter-spacing: .1rem;
    text-transform: uppercase;
    font-weight: 300;
}

.section-title-sub {
    font-size: 1rem;
    color: #ced4da;
}

.section-hero, .section-hero > .container > .row {
    height: 100vh;
    min-height: 900px;
}

.section-hero.overlay, .section-hero.overlay-2 {
    position: relative;
}

.section-hero.overlay:before, .section-hero.overlay-2:before {
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(96, 98, 108, 0.7);


    /*background: rgba(128, 128, 138, 0.7);*/
    /*    background: rgba(115, 115, 125, 0.7);*/
}

/*.section-hero.overlay-2:before {*/
/*    background: rgba(125, 131, 132, 0.95); }*/

.section-hero > .container {
    z-index: 2;
    position: relative;
}

.video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.video-container video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
}

.btn:after, .btn:before {
    display: none;
}

.btn:hover, .btn:focus, .btn:active {
    outline: none;

    box-shadow: none !important;
}

.btn.btn-primary:hover {
    background: #3395ff;
    border-color: #3395ff;
}

.btn.btn-outline-white {
    background: transparent;
    border-width: 2px;
    border-color: #fff;
}

.btn.btn-outline-white:hover {
    background: #fff;
    color: #000;
}

.btn-md {
    padding: 12px 20px;
}

.slanted:after, .slanted-gray:after {
    content: "";
    background: #fff;
    height: 200px;

    transform: skewY(-5deg);
    position: absolute;
    left: 0;
    bottom: -100px;
    right: 0;
    z-index: 1;
}

.slanted-gray:after {
    background: #f8f9fa !important;
}


.caption {
    font-size: 1rem;
    display: block;

}


.section-title {
    font-size: 2rem;
}


.site-footer {
    padding: 7rem 0;
    position: relative;
    background: #001f42;
    margin-top: 10rem;
}

@media (max-width: 991.98px) {
    .site-footer {
        padding: 2rem 0;
    }
}

.site-footer.slanted-footer:before {
    content: "";
    background: #001f42;
    height: 200px;
    transform: skewY(-5deg);
    position: absolute;
    left: 0;
    top: -100px;
    right: 0;
    z-index: -1;
}

.site-footer h3 {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    color: #fff;
}

.site-footer a {
    color: #007bff;
}

.site-footer a:hover {
    color: #fff;
}

.site-footer ul li {
    margin-bottom: .5rem;
}

.site-footer ul li a {
    color: #007bff;
}

.site-footer ul li a:hover {
    color: #fff;
}

.site-footer .scroll-top {
    position: absolute;
    z-index: 5;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #007bff;
    left: 50%;
    transform: translate(-50%, -250%);
    box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.3);
}

.site-footer .scroll-top > span {
    position: absolute;
    font-size: 1.5rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff !important;
}

.copyright {
    color: rgba(255, 255, 255, 0.5);
}

.footer-social a, .social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    background: #007bff;
    border-radius: 50%;
    text-decoration: none !important;
}

.footer-social a > span, .social a > span {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
}

.footer-social a:hover, .social a:hover {
    background: #fff;
}

.footer-social a:hover span, .social a:hover span {
    color: #007bff;
}

.social a:hover {
    background: #343a40;
}

.social a:hover span {
    color: #fff;
}

.filters .btn {
    border-color: transparent;
    font-size: .8rem;
    margin: 5px;
    background: rgba(52, 58, 64, 0.05);
    color: #343a40;
    text-transform: uppercase;
}

.filters .btn:hover {
    border-color: transparent;
    background: #007bff;
    color: #fff;
}

.filters .btn.active {
    background: #007bff !important;
    color: #fff;
    border-color: #007bff !important;
    box-shadow: 0 4px 15px -3px rgba(0, 123, 255, 0.5) !important;
}


#overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 7100;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.loader {
    z-index: 7700;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#mapid {

    height: 400px;
}

#map {

    height: 400px;
}


.rounded-circle {
    width: 55px;
    height: 55px;
}

.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #727272;
}

.contact {
    background: white;
    border-radius: 3px;
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.1);

}


.im-bg {
    background-image: url("images/meeting.jpg");
}

figure {

    flex: 0 0 180px;
    margin-bottom: 0;
    background-size: cover;
    background-position: center center;

}

@media (max-width: 1200px) {
    figure {
        height: 200px;
    }
}

@media (min-width: 1200px) {
    figure {
        height: 220px;
    }
}

.card-title a {
    color: black;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.navbar-view {
    background-color: #001f42;
    transition: .3s all ease-out;
}

.links {
    text-decoration: none;
    color: white;
}
