body,
html {
    height: 100%;
    margin: 0;
    font: 400 15px/1.8 "Lato", sans-serif;
    color: #777;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.text-pink {
    color: #FF0266;
}

.bg-pink {
    background-color: #FF0266;
    color: #FFF;
}

.bg-cover {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/city.jpg");
    height: 100%;
}

.transparent-header {
    background-color: transparent;
    color: #FFF;
    font-weight: bold;
}

.dark-navbar-collapse {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.help-block-error {
    color: rgba(167, 10, 10, 0.5);
}

*/
/*
* Top header
*/

.header-top .list-inline {
    display: inline-block;
}

.header-top {
    border-top-color: #303030;
    z-index: 103;
    position: relative;
    font-size: 12px;
    font-weight: 300;
    background-color: #343a40;
    color: #ffffff;
}


/* 
* Social icons block
*/

.social-links {
    list-style: none;
    font-size: 0;
    margin-top: 20px;
    padding-left: 0;
}

.social-links li {
    display: inline-block;
    margin: 0 2px 2px 0;
}

.social-links li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    font-size: 18px;
    border: 1px solid #e7e7e7;
    color: #cdcdcd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.social-links li a i {
    line-height: 40px;
}

.social-links li a:hover {
    background-color: transparent;
}

.social-links.animated-effect-1 li a {
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
    position: relative;
    z-index: 1;
}

.social-links.animated-effect-1 li a:hover {
    color: #ffffff !important;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.social-links.animated-effect-1 li a:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    top: 0px;
    left: 0px;
    padding: 0px;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s, background-color 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s, background-color 0.4s;
    transition: transform 0.4s, opacity 0.4s, background-color 0.4s;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
    filter: alpha(opacity=0);
}

.social-links.animated-effect-1 li a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: -webkit-transform 0s, opacity 0.3s, background-color 0.3s;
    -moz-transition: -moz-transform 0s, opacity 0.3s, background-color 0.3s;
    transition: transform 0s, opacity 0.3s, background-color 0.3s;
}

.social-links.animated-effect-1:not(.circle) li a:after {
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
}

.social-links.default li a {
    color: #ffffff;
}

.social-links.default li a:hover {
    background-color: #ffffff;
    color: #777777;
}

.dark .social-links li a {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.dark.social-links li a {
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.dark.social-links li a:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0.8);
}

.header-top .social-links {
    margin: 0;
    display: inline-block;
    margin-top: 2px;
}

.text-white .social-links li a {
    color: #ffffff;
    border-color: #ffffff;
}

.text-white .social-links li a:hover,
.text-white .social-links li a:focus {
    color: #333333;
    background-color: #ffffff;
    border-color: #ffffff;
}

.social-links.large li a {
    width: 60px;
    height: 60px;
    font-size: 24px;
}

.social-links.large li a i {
    line-height: 60px;
}

.social-links.square li a,
.square {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.social-links.circle li a {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.social-links.animated-effect-1 li.twitter a:hover {
    border-color: #55acee;
}

.social-links:not(.animated-effect-1) li.twitter a:hover,
.colored.social-links li.twitter a,
.social-links.animated-effect-1 li.twitter a:after,
.btn.twitter {
    background-color: #55acee;
    border-color: #55acee;
    color: #ffffff;
}

.social-links.animated-effect-1 li.youtube a:hover {
    border-color: #b31217;
}

.social-links:not(.animated-effect-1) li.youtube a:hover,
.colored.social-links li.youtube a,
.social-links.animated-effect-1 li.youtube a:after,
.btn.youtube {
    background-color: #b31217;
    border-color: #b31217;
    color: #ffffff;
}

.social-links.animated-effect-1 li.facebook a:hover {
    border-color: #3b5998;
}

.social-links:not(.animated-effect-1) li.facebook a:hover,
.colored.social-links li.facebook a,
.social-links.animated-effect-1 li.facebook a:after,
.btn.facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #ffffff;
}

.social-links.animated-effect-1 li.instagram a:hover {
    border-color: #517fa4;
}

.social-links:not(.animated-effect-1) li.instagram a:hover,
.colored.social-links li.instagram a,
.social-links.animated-effect-1 li.instagram a:after,
.btn.instagram {
    background-color: #517fa4;
    border-color: #517fa4;
    color: #ffffff;
}

.social-links.small li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
}

.social-links.small li a i {
    line-height: 29px;
}

.header-top .btn-group {
    margin: 3px 0 2px;
}

.header-top .btn-group .btn {
    margin: 0;
    text-decoration: none;
}

@media (max-width: 575px) {
    .header-top-dropdown .dropdown-menu {
        margin-top: 5px;
        width: 100%;
    }
}


/*
 * Custom translucent site header
 */

.site-header {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.site-header a {
    color: #999;
    transition: ease-in-out color .15s;
}

.site-header a:hover {
    color: #fff;
    text-decoration: none;
}


/*
* Section
*/

section {
    position: relative;
    width: 100%;
    height: 100%;
}

section::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #212121;
    opacity: .6;
}

section h1 {
    position: absolute;
    top: 55%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    color: #fff;
    font: normal 300 64px/1 'Josefin Sans', sans-serif;
    text-align: center;
    white-space: nowrap;
}

@media all and (max-width: 768px) {
    section h1 {
        font-size: 2rem;
    }
}

@-moz-document url-prefix() {
    @media all and (max-width: 768px) {
        section h1 {
            font-size: 2rem;
        }
    }
}

section hr {
    padding-bottom: 0;
    color: #FFF;
    background-color: #FFF;
}

#section-cover a {
    padding-top: 80px;
}

#section-cover a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

#section-cover a span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#section-cover a span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

#section-cover a span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.page-cover a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

.page-cover a:hover {
    opacity: .5;
}

.text-subtitle {
    font-size: 2rem;
    margin: 0;
    padding: 0;
}

@media all and (max-width: 768px) {
    .text-subtitle {
        font-size: .7rem;
    }
}

@-moz-document url-prefix() {
    @media all and (max-width: 768px) {
        .text-subtitle {
            font-size: .7rem;
        }
    }
}

.about-container {
    width: 100%;
    color: #FFF;
    padding: 10px;
    background-color: #212121;
}

.services-container {
    margin-top: -50px;
    padding: 0;
}

.service-title {
    color: #000;
}

.recent-container-image::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
}

.recent-container-image {
    background: url('../images/numbers.jpg') center center / cover no-repeat fixed;
    color: #FFF;
    margin: 0;
    background-color: #212121;
    position: relative;
    height: 400px;
}

.recent-container {
    width: 100%;
    height: 400px;
}

.recent-container-text {
    color: #FFF;
    position: relative;
    padding-top: 50px;
}

@media all and (max-width: 768px) {
    .recent-container,
    .recent-container-image {
        height: 500px;
    }
}

@-moz-document url-prefix() {
    @media all and (max-width: 768px) {
        .recent-container, .recent-container-image {
            height: 500px;
        }
    }
}

.pricing-container {
    width: 100%;
}

.pricing::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
}

.pricing {
    color: #FFF;
    margin: 0;
    background-color: #212121;
    position: relative;
}

.contact-text {
    width: 50%;
    margin-left: 25%;
}

@media (max-width: 767px) {
    .contact-text {
        width: 90%;
        margin-left: 5%;
    }
}

.contact-container {
    width: 100%;
}

.contact-container input,
textarea {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #808080;
    width: 100%;
    margin-top: 16px!important;
    margin-bottom: 16px!important;
}

.contact-container input[role=button] {
    cursor: pointer;
    color: #fff;
    background: #F06292;
    text-transform: uppercase;
    margin-top: 16px !important;
    margin-bottom: 16px!important;
}

.contact-container input[role=button]:hover {
    background: #FF0266;
}

.footer {
    width: 100%;
    background: #212121;
    color: #FFF;
}

.facebook:hover {
    background-image: url("../images/facebook-hover.png");
}

.twitter:hover {
    background-image: url("../images/twitter-hover.png");
}

.instagram:hover {
    background-image: url("../images/instagram-hover.png");
}

.filtered-background:before {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
}

.filtered-background:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
}

.filtered-background .container {
    z-index: 2;
    position: relative;
}