*
{
margin: 0;
padding: 0;

}





@font-face 
{
    font-family: montserrat;
    src: url('Montserrat/static/Montserrat-Light.ttf');
}



body {
    font-family: montserrat;
    overflow-x: hidden;
}

@media(max-width: 768px){
    .para-banner
    {
        background-image: url("images/nic-y-c-It0vaZdSDDw-unsplash.jpg");
        min-height: 200px;
        background-attachment: scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

/*--------------------para-plegic-------------*/
@media (min-width: 769px){
    .para-banner
    {
        background-image: url("images/nic-y-c-It0vaZdSDDw-unsplash.jpg");
        min-height: 200px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.para-services
{
    
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

/*----------------------NAV-------------------------*/

#nav-bar
{
    position: sticky;
    top: 0;
    z-index: 10;
    
    
}
    
.navbar
{
    
    background-color: rgba(255, 255, 255, 0.3);
    background-blend-mode: lighten;
    padding: 0 !important;
}

.navbar-brand img
{
    height: 40px;
    padding-left: 40px;

}

.navbar-nav li
{
    padding: 0 10px;
}

.navbar-nav li a{
color: black !important;
font-weight: 400;
float: right;
text-align: right !important;
/* text-shadow: 1px 1px 2px black; */
font-family:montserrat;
font-size: 25px;

}

.fa-bars
{
    color: #fff;
    font-size: 30px !important;
}

.navbar-toggler
{
outline: none !important;

}

.nav li a
{
    font-weight: 300;
    text-shadow: 1px 1px 2px black;
}

.navbar-nav li a.special {
    background-color: white;
    
    
    color: black !important;
    padding: 3px 18px;
    margin-top: 5px;
    border-radius: 10px;
    font-weight: 400;
}

.navbar{
    transition: all 0.5s;
}

.navbar-scrolled{
    background-color: #e8e0d1;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

@media (min-width: 1000px)
{
    .dropdown:hover .dropdown-menu
    {
        display: block;
        opacity: 1;
        transition: all 0.2s;
    }
}


.dropdown-menu
{
    display: block;
    margin-top: 40px;
    opacity: 0;
    width: 10px;
    border: none;
    background-color: rgba(255,255,255,0.5);
    
}

.dropdown-menu li a
{
    font-size: 15px;
}

.dropdown-menu li a:hover
{
    border: none;
    background-color: rgba(255,255,255,0.3);

}



/*-----------------------Banner----------------------*/
#banner
{
    
    background-color: rgba(255, 255, 255, 0.2);
    background-blend-mode: lighten;
    width: 100%;
    color: #fff;
    padding-top: 5%;
    height: 330px;
}


.promo-title
{
    font-size: 40px;
    font-weight: 600;
    margin-top: 100px;
    
}

.play-btn
{
    width: 45px;
    margin: 20px;
}

#banner a 
{
    color: #fff;
    text-decoration: none;
}

.bottom-img
{
    width: 100%;
}

.logo-img
{
    width: 200px;
    height: 200px;
}

.top-description
{
    padding-top: 20px;
    font-family: montserrat;
    text-shadow: 1px 1px 2px rgba(8, 7, 7, 0.3);
    font-size: 20px;

}







/*--------------------------------MAIN SERVICES SECTION-------------------------*/





/*-------------------------------Service boxes-------------------------------*/
#services
{
    /* background: #f8f9fa; */
    background: #f8f9fa;
    padding-bottom: 100px;
    padding-top: 50px;

    background-size: cover;
}

.title
{
    font-size: 40px;
    font-weight: 600;
    margin-top: 20px;
    padding-left: 15px;
    padding-bottom: 15px;
    font-family: montserrat;
}

#services img
{
    width: 100px;
    border-radius: 50%;
}

.text-box
{
    background-color: rgba(160, 159, 159, 0.9);
    box-shadow: 0 3px 10px rgba(0,0,0,0.4);
    padding: 50px;
    
    transition: all 0.5s;

}

.services-text
{
    padding-left: 20px;
    padding-bottom: 20px;
    font-family: montserrat;
    font-size: 23px;
}

@keyframes appear {
    from {
        opacity: 0;
        transform: translateY(140px);
    }
    to{
        opacity: 1;
        transform: translateY(0px);
    }
}

.services-animated
{
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}




/*------------------------Social media section-------------------*/
#social-media
{
    background: #f5f2eb;
    padding: 100px 0;

}

#social-media p
{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}

.social-icons img
{
    width: 60px;
    transition: 0.5s;
}

.social-icons a:hover img
{
    transform: translateY(-10px);
}

/*------------footer section---------------*/
#footer
{
    background-image: linear-gradient(to right, #9ead93 ,#e8e0d1);
    color: black;
    font-size: 20px;

}

.footer-img
{
    width: 100%;
}
#footer .dir-btn{
    margin-top: 5px;
    margin-bottom: 20px;
}

.footer-box
{
    padding: 40px;
}

.footer-box img
{
    width: 120px;
    margin-bottom: 20px;
}

.footer-box .fa{
    margin-right: 8px;
    font-size: 25px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 7px;
    border-radius: 2px;
    background-image: linear-gradient(to right, #91928cc1, #d9e7705c);
}
.footer-box .form-control
{
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin-top: 25px;
    max-width: 250px;
}

.footer-box .btn-primary
{
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin-top: 30px;
    background-image: linear-gradient(to right, #bd725b, #9f6048);
    border-radius: 50px;
}

.footer-box .form-control
{
    border-radius: 50px;
}

hr
{
    background-color: #fff;
}

.copyright
{
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: center;
}

.priv-btn
{
    box-shadow: none;
    border: none;
    text-decoration: none;
    color: black;
    padding: 10px;
    font-size: 18px;
}
.messaging-disclaimer{
    font-size: 10px;
    padding-top: 30px;

}
