/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #eeeeee;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #eeeeee;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 118px);
    left: calc(50% - 100px);
    border: 16px solid #00000000;
    /* Light grey */
    border-top: 16px solid #f16230;
    /* Dark Green */
    border-radius: 50%;
    width: 200px;
    height: 200px;
    animation: spinloader 2s linear infinite;
}

#preloader img {
    content: "";
    position: fixed;
    top: calc(50% - 60px);
    left: calc(50% - 40px);
    height: 80px;
    width: 80px;
}

@keyframes spinloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    height: 40px;
    transition: all 0.4s;
    animation: fadeIn 700ms ease-in-out 1s both;
    font-size: 30px;
    line-height: 48px;
    width: 48px;
    text-decoration: none;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    color: #fff;
    font-size: 14px;
    background: #111111;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #1b1b1b;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
    color: #012970;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top h4::after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: #012970;
    bottom: 0;
    left: 0;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: white;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #aaaaaa;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #fff;
}

#footer .footer-newsletter {
    font-size: 15px;
}

#footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.226);
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
}

#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 8px;
    width: calc(100% - 140px);
}

#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 30px;
    margin: 3px;
    background: #1635d3;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
}

#footer .footer-newsletter form input[type="submit"]:hover {
    background: #1635d3;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    padding-top: 8px;
    text-align: center;
    font-size: 13px;
    color: #f1f1f1;
}

#footer .credits a {
    color: #0d64d6;
    text-decoration: none;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #2b2b2b;
    text-decoration: none;
}

#footer .footer-top .social-links .twitter {
    background: rgb(19, 181, 221);
}

#footer .footer-top .social-links .facebook {
    background-color: rgb(89, 89, 236);
}

#footer .footer-top .social-links .instagram {
    background: linear-gradient(45deg, #e7c712, #d11c0f, #3516e0);
}

#footer .footer-top .social-links .linkedin {
    background-color: rgb(127, 113, 252);
}

#footer .footer-top .social-links .telegram {
    background-color: rgb(14, 139, 212);
}

#footer .footer-top .social-links .youtube {
    background-color: rgb(218, 16, 16);
}

#footer .footer-top .social-links .blogger {
    background-color: rgb(235, 133, 17);
}

#footer .footer-top .social-links .twitter:hover {
    color: rgb(19, 181, 221);
}

#footer .footer-top .social-links .facebook:hover {
    color: rgb(89, 89, 236);
}

#footer .footer-top .social-links .instagram:hover {
    color: #dd1f68;
}

#footer .footer-top .social-links .linkedin:hover {
    color: rgb(127, 113, 252);
}

#footer .footer-top .social-links .telegram:hover {
    color: rgb(14, 139, 212);
}

#footer .footer-top .social-links .youtube:hover {
    color: rgb(218, 16, 16);
}

#footer .footer-top .social-links .blogger:hover {
    color: rgb(235, 133, 17);
}