﻿.section-title::after, .section-title::before {
    position: absolute;
    content: "";
    height: 5px;
    bottom: 0
}

:root {
    --primary: #06A3DA;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E
}

.footer-logo {
    height: 80px;
    width: auto;
    display: block;
    margin: 0 auto
}

.logoo {
    background: #fff;
    width: 340px;
    padding: 10px 0 !important
}

.section-title::before {
    width: 150px;
    left: 0;
    background: var(--primary);
    border-radius: 2px
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px
}

.section-title::after {
    width: 6px;
    background: #fff;
    -webkit-animation: 5s linear infinite section-title-run;
    animation: 5s linear infinite section-title-run
}

.section-title.text-center::after {
    -webkit-animation: 5s linear infinite section-title-run-center;
    animation: 5s linear infinite section-title-run-center
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
    -webkit-animation: 5s linear infinite section-title-run-sm;
    animation: 5s linear infinite section-title-run-sm
}

@-webkit-keyframes section-title-run {
    0%,100% {
        left: 0
    }

    50% {
        left: 145px
    }
}

@-webkit-keyframes section-title-run-center {
    0%,100% {
        left: 50%;
        margin-left: -75px
    }

    50% {
        left: 50%;
        margin-left: 45px
    }
}

@-webkit-keyframes section-title-run-sm {
    0%,100% {
        left: 0
    }

    50% {
        left: 85px
    }
}

@media (max-width:1200px) {
    .logoo {
        width: 315px
    }

    .footer-logo {
        height: 80px
    }
}

@media (min-width:991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1
    }
}

@media (min-width:767.98px) {
    .footer-about {
        margin-bottom: -75px
    }
}

@media (max-width:768px) {
    .footer-logo {
        height: 60px
    }
}

@media (max-width:576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important
    }

    .logo img {
        height: 65px
    }

    .logoo {
        width: 270px !important
    }

    .footer-logo {
        height: 80px
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99
}

.bg-header {
    background: linear-gradient(rgba(9,30,62,.7),rgba(9,30,62,.7)) 0 0/cover,url(../img/carousel-1.jpg) center center/cover no-repeat
}

.link-animated a {
    transition: .5s
}

    .link-animated a:hover {
        padding-left: 10px
    }
