p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.85714em;
}

footer{
    font-family: 'Rosario', sans-serif;
}

a {
    text-decoration: none !important;
}

.section {
    background-color:#ffffff;
    padding:5rem 0;
    position: relative;
}

section::before,
section::after {
    position: absolute;
    content: '';
    pointer-events: none;
}


 svg {
    display: block;
}


.client-logo {
    text-align: center;
}

.footer-logo,
.client-logo img {
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.footer-logo:hover,
.client-logo:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0%); 
    filter: grayscale(0%);
}

.screen-normal {
    position: relative;
}

.absolute-widget {
    position: relative;
    display: block;
    z-index: 11;
    margin-top: -260px;
}

.message-box {
    border-radius: 6px;
    padding:4rem 6rem;
}

.message-box h3 {
    font-weight: 600;
    padding:0;
    margin:0 0 1.1rem;
}

.message-box p {
    font-weight: 500;
    margin:0 0 1.4rem;
    padding:0;
}

.big-title-area {
    padding:12rem 0;
}

.parallax-desc h2 {
    padding:0;
    margin:0 0 1.5rem;
    font-size: 34px;
    font-weight: 300;
    color:#ffffff;
}
.parallax-desc p {
    color: #ffffff;
    font-size: 17px;
    letter-spacing: 0.4px;
    margin: 0 0 1.5rem;
    padding: 0;
}

.footer-copy {
    position: absolute;
    bottom:30px;
    left: auto;
    right: auto;
    text-align: center;
    width: 100%;
}

.foot-link ul li a,
.footer .widget-title {
    color:#111;
}

.footer.lb .footer-social {
    border:0;
    padding-top:0;
    margin-top: 2rem;
}

.footer.lb .footer-social a  {
    color:#111;
    background-color:rgba(0,0,0,0.10);
}
.footer.lb .footer-social i {
    color:#111;
}

.footer-copy {
    display: block;
    margin-top: 2rem;
}
.footer-social {
    display: block;
    padding-top: 4rem;
    margin-top: 4rem;
    border-top:1px solid rgba(255,255,255,0.1);
}
.footer-copy p,
.footer-copy a {
    margin:0;
    padding:0;
}
.foot-link ul li:hover a, .contact-widget .widget-title i{
    color: #f77e10
}



.footer p,
.footer-copy p,
.footer-copy  {
    color: #111111;
}

.footer-social .social-icon {
    height: 40px;
    display: inline-block;
    line-height: 42px;
    width: 40px;
    border-radius: 500px;
    color:#111111 !important;
    margin:0 5px;
    background-color: rgba(255,255,255,0.1);
}
.footer .social-icon:hover {
    background-color: #000000;
    color:#000000 !important;
}

.foot-link ul {
    padding:0;
    list-style: none;
}
.foot-link ul li {
    margin-right: 1rem;
    display: inline-block;
    font-size: 21px;
    line-height: 1;
    margin-right: 1rem;
    padding: 0 0 2rem;
}

.foot-link ul li:after {
    content: "/";
    font-size: 15px;
    padding-left: 1rem;
}

.footer-logo {
    margin-bottom: 2rem
}
.dmtop {
    background-color: #1a1d2f;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color:#111111;
    position: fixed;
    bottom: -100px;
    border-radius: 500px;
    right: 25px;
    text-align: center;
    cursor: pointer;
    overflow: auto;
}

.dmtop:hover,
.dmtop:focus {
    background-color: #000000;
    color:#1a1d2f;
}

a,
.navbar-brand i,
.insta-box .magnifier,
.playbutton i,
.instagram-widget img,
.dropdown-item,
.yamm-fw li a:before,
.yamm-fw li a,
.footer-logo,
 img,
.dmtop,
.footer-social .social-icon {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
/*Responsive*/
@media (max-width: 992px) {

    .onmartop {
        margin-top: 30px;
    }
    .mobmar40 {
        margin:30px 0;
    }
    .padleft30 {
        padding-left: 0;
    }
    .section {
        padding:4rem 0;
    }
    .transparent-header {
        background-color: #090c1e !important;
        padding: 10px 10px !important;
        position: relative !important;
    }
    .header .dropdown-menu {
        min-width: auto;
    }
    .navbar-toggler-right {
        top:17px;
        cursor: pointer;
    }
    .hero h2 {
        font-size: 44px;
    }
    .tagline-v2 h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .tagline-v2 p {
        font-size: 14px;
        line-height: 24px;
    }
    .foot-link ul li {
        font-size: 13px;
        margin-right: 6px;
    }
    .foot-link ul li::after {
        font-size: 11px;
    }
    p {
        font-size: 14px;
        line-height: 1.6;
    }

    .insta-box {
        width: 15%;
        margin-bottom: 10px;
        padding:4px;
    }
}


