﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    width: 40%;
    white-space: normal;
    /* text-align: center;*/
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
    text-decoration: none !important;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 0px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


/*-------------- CUSTOM STYLES --------------*/
.a-center {
    text-align: center;
}

.navbar-brand-img-width {
    width: 21%;
}

.navbar-brand-title {
    color: #000092;
    font-size: 24px;
    font-weight: 700;
}

.navbar-brand-subtitle {
    color: #e85a50;
    font-size: 18px;
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link {
    /*color: rgba(0,0,0,.5);*/
    color: #676763;
}

.dropdown-menu {
    margin-top: 0;
    min-width: 0rem;
    background-color: #8e8d89;
    color: #fff;
}

.navbar-nav > li > ul {
    width: max-content;
}

.navbar-nav > li > a {
    font-size: 16px;
    font-weight: 500;
}

.dropdown-menu > li:hover {
    background-color: #e85a50;
    transition: all 0.4s;
}

.dropdown-menu > li > a {
    font-size: 16px;
    font-weight: 600;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #e98074;
}

.carousel-section {
    text-align: center;
}

.homepage-section {
    margin-top: 5rem;
    margin-bottom: 4rem;
}

.services-cards {
    margin-bottom: 2rem;
}

.section-header {
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.section-header-style {
    color: #8e8d89;
    font-size: 38px;
}

.company-section {
    padding-bottom: 10px;
    padding-top: 10px;
}

.h2-heading {
    font-size: 2rem;
}

.h3-heading {
    font-size: 1.75rem;
}

.mb-6 {
    margin-bottom: 4rem !important;
}

.mb-7 {
    margin-bottom: 5rem !important;
}

.mb-8 {
    margin-bottom: 6rem !important;
}

.pt-6 {
    padding-top: 6rem !important;
}

.pt-7 {
    padding-top: 7rem !important;
}

.pt-8 {
    padding-top: 8rem !important;
}

.pb-6 {
    padding-bottom: 6rem !important;
}

.pb-7 {
    padding-bottom: 7rem !important;
}

.pb-8 {
    padding-bottom: 8rem !important;
}

.detail-text {
    font-size: 20px;
    font-weight: 400;
}

.bg-color-3 {
    /*background-color: #f4fafc !important;
    border-color: #f4fafc !important;*/
    background-color: #f3f3f3 !important;
    border-color: #f3f3f3 !important;
}

.icon {
    border-radius: 50px;
}

.icon {
    text-decoration: none;
    background: #fff;
    color: #000;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 42px;
    -webkit-box-shadow: 0 10px 15px rgba(0,0,0,.3);
    box-shadow: 0 10px 15px rgba(0,0,0,.3);
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.icon-dark:hover {
    color: #b38549;
    transition: all 0.4s;
}

.icon-dark {
    text-decoration: none;
    background: #394050;
    color: #fff;
    display: inline-block;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 42px;
    -webkit-box-shadow: 0 10px 15px rgba(0,0,0,.3);
    box-shadow: 0 10px 15px rgba(0,0,0,.3);
}

.parallax {
    height: 300px;
    color: #fff;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.width100 {
    width: 100%;
}

.width33 {
    width: 33%;
}

.height250 {
    height: 300px;
}

/*-------------- CONTACT US PAGE STYLES --------------*/
.address-box {
    margin-top: 60px;
    text-align: left;
    color: #555;
}

.form-box {
    margin-top: 60px;
}


/*-------------- ABOUT US PAGE STYLES --------------*/
#About_Hero {
    position: relative;
    overflow: hidden;
    height: 75vh;
    min-height: 500px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

    #About_Hero .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(18,31,43);
        background: -o-linear-gradient(330deg, rgba(18,31,43,.9) 0%, rgba(18,31,43,0.4) 100%);
        background: linear-gradient(120deg, rgba(18,31,43,.9) 0%, rgba(18,31,43,0.4) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#121f2b",endColorstr="#121f2b",GradientType=1);
    }

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18,31,43,.6);
}

#About_Hero .h1 {
    font-size: 50px;
}

#About_Text {
    font-size: 30px;
    font-weight: 300;
}

    #About_Text .med-text {
        font-size: 20px;
        text-align: left;
        color: #676763;
    }

.about-heading {
    text-align: center;
    color: #e85a50;
    margin-bottom: 20px;
    font-size: 27px;
    text-transform: capitalize;
}

.about-sub-heading {
    font-size: 1.75rem;
    text-align: left;
    color: #777;
}



/*--------------  SERVICE PAGE STYLES --------------*/
.service-heading {
    text-align: center;
    color: #e85a50;
    margin-bottom: 20px;
    font-size: 27px;
    text-transform: capitalize;
}

#Service_Text .med-text {
    font-size: 20px;
    text-align: left;
    color: #676763;
    font-weight: 300;
}

.service-sub-heading {
    text-align: center;
    color: #777;
    font-weight: 400;
}

.service-h4-heading {
    color: #555;
    font-size: 18px;
}


/*-------------- DESKTOP VIEW SETTINGS --------------*/
@media (min-width: 576px) {
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

/*-------------- MOBILE VIEW SETTINGS --------------*/
@media (max-width: 575.98px) {
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    a.navbar-brand {
        width: 95%;
    }

    .navbar-brand-img-width {
        width: 23%;
    }

    .navbar-brand-title {
        font-size: 18px;
    }

    .carousel-section {
        margin-top: 70px;
    }

    .h2-heading {
        font-size: 24px;
    }

    .h3-heading {
        font-size: 19px;
    }

    .detail-text {
        font-size: 18px;
    }

    .about-heading {
        text-align: justify;
        font-size: 19px;
    }

    .about-sub-heading {
        font-size: 19px;
    }

    #About_Text .med-text {
        font-size: 16px;
    }

    .service-heading {
        text-align: justify;
    }

    #Service_Text .med-text {
        font-size: 16px;
    }

    .service-sub-heading {
        text-align: justify;
    }

    .service-h4-heading {
        color: #555;
        font-size: 14px;
    }

    .width33 {
        width: 100%;
    }

    .height250 {
        height: 600px;
    }
}
