﻿@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');


body {
    font-family: 'Lato', sans-serif;
    font-size: 25px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

@media only screen and (max-width: 1200px) {
    body {
        font-size: 22px;
    }
}







.masthead {
    background-image: url('../images/money.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*################  custom classes ######################*/







.carousel-caption {
    width: 100%;
    z-index: 10;
    color: #fff;
    text-align: center;
    top: 50%;
    left: 0;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}



.custom-ml2 {
    margin-left: 10em;
}

.custom-marg-l {
    margin-left: -5px
}


.services-marg-l {
    margin-left: -5px;
    margin-right: 5px
}

.services-marg-r {
    margin-left: 5px;
    margin-right: -5px;
}

.custom-mar-mid {
    margin-left: 5px;
    margin-right: 5px;
}

.custom-marg-r {
    margin-right: -5px
}

.blue-head {
    color: #080052;
}


.custom-marg-l {
    margin-left: -5px;
}

.custom-mar-mid {
    margin-left: 5px;
    margin-right: 5px;
}

.custom-marg-r {
    margin-right: -5px;
}


section {
    background-color: #EFEFEF;
}


@media only screen and (max-width: 1000px) {
    .custom-marg-l {
        margin-left: 0;
    }

    .custom-mar-mid {
        margin-left: 0;
        margin-right: 0;
    }

    .custom-marg-r {
        margin-right: 0;
    }


    .services-marg-l {
        margin-left: 0;
        margin-right:0;
    }

    .services-marg-r {
        margin-left: 0;
        margin-right: 0;
    }

    .custom-ml2 {
        margin-left: 1em;
    }

}


.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }



.contact-us-header {
    width: 100%;
    height: 700px;
    background-image: url('../images/contact-us-head.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.payroll-header {
    width: 100%;
    height: 700px;
    background-image: url('../images/payroll-head.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



.about-header {
    width: 100%;
    height: 700px;
    background-image: url('../images/about-us-head.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.services-header {
    width: 100%;
    height: 700px;
    background-image: url('../images/services-head.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



.contact-background {
    width: 100%;
    height: 700px;
    background-image: url('../images/footer-img.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.custom-pos {
    z-index: 1;
    margin-top: -6%;
}


.custom-pos2 {
    z-index: 1;
    margin-top: -9%;
}

.custom-shadow {
    box-shadow: 7px 7px 23px -6px rgba(0,0,0,0.63);
}

.header-para {
    font-size: 25px;
    color: white;
    text-shadow: 2px 2px 4px #000000;
}


.header-text {
    color: #ffffff;
    text-shadow: 2px 2px 4px #000000;
}

.header-text-grn {
    color: #1DB954;
}

.center-text-custom {
    margin: auto;
    width: 50%;
    padding: 10px;
}


.contact-center {
    padding-top: 10%;
}


.navbar-custom,
.navbar-custom .navbar-nav > li > .dropdown-menu {
    background-color: black;
    opacity: 0.8;
}

    /* change the brand and text color */
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
        color: #000000;
    }

    .navbar-custom .text-color {
        color: white;
    }

    /* change the link color */
    .navbar-custom .navbar-nav .nav-link,
    .navbar-custom .navbar-nav > li > .dropdown-menu > a.nav-link {
        color: #ffffff;
    }

    /* change the color of active or hovered links*/
    .navbar-custom .nav-item:hover .nav-link,
    .navbar-custom .navbar-nav > li > .dropdown-menu > a:hover {
        color: #0062FF;
    }

.navbar-collapse {
    position: static;
}

    .navbar-custom .navbar-toggler {
        color: #ffffff;
        border-color: #ffffff;
    }

    .navbar-custom .navbar-toggler-icon {
        color: #ffffff;
        border-color: #ffffff;
        background-image: url("..images/chevron.png");
    }


    .nav-item-custom {
        color: white;
    }

.menu {
    color:#ffffff;
}

.menu:hover {
    color: #0062FF;
}

@media (max-width:960px) {
    .submenu {
        margin-left: 50px;
    }
}

@media (min-width:961px) {
    .submenu-lg {
        margin-left: 250px;
    }
}

.services {
    background: rgb(0,0,0);
    background: linear-gradient(239deg, rgba(0,0,0,1) 0%, rgba(38,38,38,1) 25%, rgba(38,38,38,1) 77%, rgba(0,0,0,1) 100%);
}

.custom-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 4px 4px 2px 0 #1DB954;
}


.custom-footer {
    background: #080052;
    padding: 1em;
    color: white;
}


.nav-item-custom a {
    color: white;
}

.custom-footer .li .a:hover {
    color: #0062FF;
}


.collapse-content .fa.fa-heart:hover {
    color: #f44336 !important;
}

.collapse-content .fa.fa-share-alt:hover {
    color: #0d47a1 !important;
}

.button-color1 {
    background-color: #080053;
    border: none;
    color: white;
    padding: .5em 5em;
    transition: width 2s ease;
}

.head-button {
    background-color: #080053;
    border: none;
    color: white;
    /*padding: .4em .5em;*/
    transition: width 2s ease;
}


.button-color-big {
    background-color: #080053;
    border: none;
    color: white;
    padding: .8em 5em;
    width: 100%;
    transition: width 2s ease;
}


@media only screen and (max-width: 1200px) {
    .button-color1 {
        background-color: #080053;
        border: none;
        color: white;
        padding: .3em 3em;
        transition: width 2s ease;
    }

    .head-button {
        background-color: #080053;
        border: none;
        color: white;
        /*padding: .3em 3em;*/
        transition: width 2s ease;
    }
}


.button-color2 {
    background-color: white;
    border: none;
    font-weight: bold;
    color: #080053;
    padding: 1em 4em;
    box-shadow: 8px 7px 36px -6px rgba(0,0,0,0.75);
    transition: width 2s ease;
}


@media only screen and (max-width: 600px) {
    body {
        font-size: 20px;
    }
}

.modal {
    padding: 0 !important;
    // override inline padding-right added from js
}

.modal .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
}
/* most custom styles should be in here*/
.modal .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
    background: #080052;
    color: #fff;
}

.modal .modal-body {
    overflow-y: auto;
}

