body {
    padding: 50px 0 0 0; 
    margin: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}

.primary-text-color{ color:black;}
.font-30{ font-size:30px;}
.font-54{ font-size:48px;} 
.font-15{font-size: 15px;}
.font-12{font-size: 12px;}
.font-46{font-size: 46px;}
.font-44{font-size: 44px;}
.line-height-30{line-height: 30px}

/* Home page css start */
.about-footer-hr{
    margin:80px 0 75px 0;
    border-width: 5px;
    border-color: black;
}

.index-footer-hr {
    margin:80px 0 70px 0;
    border-width: 5px;
    border-color: black;
}

.portfolio-footer-hr {
    margin:45px 0 60px 0;   
    border-width: 5px;
    border-color: black;
}

.products-footer-hr {
     margin:75px 0 60px 0;   
    border-width: 5px;
    border-color: black;
}

.services-footer-hr {
    margin: 20px 0 60px 0;
    border-width: 5px;
    border-color: black;
}

.blogs-footer-hr {
    margin: 60px 0 75px 0;
    border-width: 5px;
    border-color: black;
}

.nav li a:focus, 
.nav li a:hover{
    background-color: transparent !important;
}

.home-heading {
    line-height:50px;
    font-weight: 600;
}

.vertical-navbar a {
    font-weight: 600;
}

.banner-small-text {
    word-spacing: 10px;
    letter-spacing: 1px;
    color: gray;
}

.portfolio-1 {
    background-color: #06d2b3;
    min-height: 300px !important;
    line-height: 30px;
}

.portfolio-2 {
    background-color: #eb2d48;
    min-height: 300px !important;
    line-height: 30px;
}
 
.portfolio-3 {
    background-color:#ebaa2d;
    min-height: 300px !important;
    line-height: 30px;
}

.portfolio-4 {
    background-color: #00b9da;
    min-height: 300px !important;
    line-height: 30px;
}

.team-member-1 { 
    opacity: 0.7;
    position: absolute;
    top: 41%;
    left: -19%;
    right: 30%;
}

.testimonials-wrapper .carousel.slide {
    background-color: #00b9da;
    font-size: 14px;
}

.testimonials-wrapper .carousel-indicators li {
        width: 10px;
    height: 10px;
    border-radius: 50%;
}


.address-hr {
    border-color:#00b9da;
    border-width: 1px;
}

.sticky {
    position: sticky;
        top: 5%;
}

.sticky .nav-link:hover,
.footer-nav .nav-link:hover{
    color:#eb2d48;
    border-bottom: 2px solid #06d2b3;
}

.sticky .nav-link,
.footer-nav .nav-link{
    border-bottom: 2px solid transparent;
}

.sticky .nav-link,
.footer-nav .nav-link{
    display: inline-block;
    color: #333333;
}

.portfolio-more-btn:hover {
    color:#eb2d48;
    cursor: pointer;
}
/* Home page css end */ 




/*About Us css start*/
.about-heading {
    line-height: 65px;
    font-weight: 600;
}

.about-us-heading {
    position: absolute;
    top: 61%; 
}
/*About Us css end*/



/*Responsiveness navbar*/
    .navbar-inverse .navbar-nav>li>a {
        color: black !important; 
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: black !important;
    }

   .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
        background-color: transparent !important;
    }

    .navbar-inverse .navbar-toggle:hover ,
    .navbar-inverse .navbar-toggle:focus{
        background-color: white !important;
    }

    .mob-header li:hover a{
        color: #eb2d48 !important;
        border-bottom: 2px solid #06d2b3;
    }

      .mob-header li a{
        border-bottom: 2px solid transparent;
    }


    .mob-header .container-fluid .navbar-collapse, 
    .mob-header .container-fluid .navbar-header, 
    .mob-header .container .navbar-collapse, 
    .mob-header .container .navbar-header {
        margin-right: 0px;
        margin-left: 0px;
    }

    .mob-header .navbar-toggle {
        margin-top: 13% !important
    }
/*home page responsive start*/
    @media (min-width: 768px) {
        .portfolio-wrapper .col-lg-5{
            flex: 0 0 47.666667%;
            max-width: 47.666667%;
        }

        .our-product-mob {
            display: none;
        }

        .our-product-web {
            display: block;
        }

        .service-page-mob-info {
            display: none;
        }

        .service-page-web-info {
            display: block;
        }
    }

     @media (max-width: 768px) {
        .mob-mt-60 {margin-top: 60px;}
        .mob-mt-30 {margin-top: 30px;}

        .mob-m-0{
            margin: 0!important;
        }

        .home-heading {
            font-size: 32px;
            line-height: 40px;
        }

        h2.font-weight-bold {
            font-size: 24px;
        }

        .our-product-mob {
            display: block;
        }

        .our-product-web {
            display: none;
        }

        body {
            padding: 12px 0 0 0;
        }

        .services-page-wrapper {
            padding-top: 0 !important;
            margin-top: 0 !important; 
        }

        .service-page-mob-info {
            display: block;
        }

        .service-page-web-info {
            display: none;
        }

        .services-footer-hr {
            margin: 40px 0 60px 0;
        }
    }
/*home page responsive end*/


.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    vertical-align: middle;
    margin-top: 20%;
}