/*Website theme global settings*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,300italic,400italic,500,500italic,600,600italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

:root {
    --theme-yellow-color: #FEBB48;
    --theme-blue-color: #062B5B;
    --theme-grediant-linear: linear-gradient(135deg, #1c3e6c 0%,#e80a23 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    --theme-grediant-webkit-linear: -webkit-linear-gradient(-45deg, #1c3e6c 0%,#e80a23 100%); /* Chrome10-25,Safari5.1-6 */
    --theme-grediant-filter-linear: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c3e6c', endColorstr='#e80a23',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    --theme-grediant-moz-linear: -moz-linear-gradient(-45deg, #1c3e6c 0%, #e80a23 100%); /* FF3.6-15 */
}

.bg-theme-red {
    background: var(--theme-yellow-color);
}

.bg-theme-blue {
    background: var(--theme-blue-color);
}

.text-theme-red {
    color: var(--theme-yellow-color);
}

.text-theme-blue {
    color: var(--theme-blue-color);
}

.text-theme-grediant-linear, .text-theme-green-grediant-linear-highlight:hover, .text-theme-green-grediant-linear-highlight:focus {
    background: var(--theme-grediant-webkit-linear);
    background: var(--theme-grediant-linear);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
}

.bg-theme-grediant-linear {
    background: var(--theme-yellow-color); /* Old browsers */
    background: var(--theme-grediant-moz-linear);
    background: var(--theme-grediant-webkit-linear);
    background: var(--theme-grediant-linear);
    filter: var(--theme-grediant-filter-linear);
}

a {
    color: var(--theme-yellow-color);
}

    a:hover, a:focus {
        color: var(--theme-yellow-color);
        outline: none;
        text-decoration: underline;
    }

.btn {
    border-radius: 20px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.btn-theme-red-outline {
    font-weight: 600;
    background: none;
    border-color: var(--theme-yellow-color);
    color: var(--theme-yellow-color);
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.35,0,.25,1);
    transition-timing-function: cubic-bezier(.35,0,.25,1);
    -webkit-transition-property: background-color,color;
    transition-property: background-color,color;
}

    .btn-theme-red-outline:hover, .btn-theme-red-outline:focus {
        background: var(--theme-yellow-color);
        color: #FFF;
    }


.btn-learn-more {
    background: none;
    font-weight: bold;
    color: #FFF;
    border: solid 2px rgba(255,255,255,0.2);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.35,0,.25,1);
    transition-timing-function: cubic-bezier(.35,0,.25,1);
    -webkit-transition-property: background-color,border;
    transition-property: background-color,border;
}

    .btn-learn-more:hover, .btn-learn-more:focus {
        background: var(--theme-yellow-color);
        border: solid 2px var(--theme-yellow-color);
        color: #FFF !important;
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    }

.modal-content {
    border-radius: 20px;
    border: none;
}

.bg-light-grey {
    background: #F2F2F2;
}

.bg-dark-grey {
    background: #414A52;
}

.bg-light-logo {
    background: url(../images/LightLogoBG.jpg);
    background-size: cover;
}



body {
    color: #373a42;
    font-size: 15px;
    font-weight: 500;
    font-family: Raleway,Verdana,Arial,sans-serif;
}

#ContactNavbar {
    font-size: 14px;
    background: #FEBB48;
    color: #FFFFFF;
    padding: 8px;
}

#Navbar {
    background: #FFFFFF;
    transition: all 0.3s;
    position: sticky;
    top: 0px;
    z-index: 100000;
}

.navbar-light .navbar-nav .nav-link {
    color: #373a42;
    padding: 8px 12px;
}

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: #FEBB48;
    }

#Cover {
    min-height: 85vh;
    background-image: url('../images/cover-image.jpg');
    background-size: cover;
    background-position: center center;
    margin-bottom: 0px;
    color: #FFF;
}

#About {
    background: #F6F6F6;
}

    #About .home-grid-container {
        padding: 1rem;
        height: 100%;
    }

        #About .home-grid-container > div {
            background: #FFF;
            padding: 15px;
        }

        #About .home-grid-container i {
            display: block;
            text-align: center;
            font-size: 2.5rem;
            margin-top: 20px;
            color: var(--theme-yellow-color);
        }

        #About .home-grid-container p {
            color: #696b6f;
            font-weight: 500;
        }

#Services {
    background: #FFFFFF;
}

    #Services .service-list {
        list-style: none;
    }

        #Services .service-list li {
            font-size: 20px;
            margin-bottom: 1rem;
        }

            #Services .service-list li::before {
                content: "";
                height: 1em;
                width: 1em;
                margin-top: 5px;
                display: block;
                float: left;
                margin-left: -1.5em;
                background-repeat: no-repeat;
                background-size: 100%;
                text-align: center;
                background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 -46 417.81333 417' preserveAspectRatio='xMidYMid meet' ><path fill='rgb(254, 187, 72)' d='m159.988281 318.582031c-3.988281 4.011719-9.429687 6.25-15.082031 6.25s-11.09375-2.238281-15.082031-6.25l-120.449219-120.46875c-12.5-12.5-12.5-32.769531 0-45.246093l15.082031-15.085938c12.503907-12.5 32.75-12.5 45.25 0l75.199219 75.203125 203.199219-203.203125c12.503906-12.5 32.769531-12.5 45.25 0l15.082031 15.085938c12.5 12.5 12.5 32.765624 0 45.246093zm0 0'/></svg>");
                background-position: center center;
            }

@media (max-width: 768px) {
    .display-4 {
        font-size: 2.4rem;
    }
}



#Contact {
    background-image: url('../images/contact.jpg');
    background-size: cover;
    background-position: top top;
}

    #Contact .contact-form {
        background: #FFFFFF;
        padding: 2rem;
        border-radius: 2rem;
    }

        #Contact .contact-form .form-control {
            background: #F6F6F6;
            border: none;
            font-size: 14px;
            padding: 0.7rem 1.2rem;
            height: auto;
            border-radius: 2rem;
        }

.contact-row > div {
}

.contact-row .content {
    background: #FFFFFF;
    padding: 10px;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

    .contact-row .content i {
        color: var(--theme-yellow-color);
        font-size: 30px;
        height: 80px;
        width: 60px;
        text-align: center;
        line-height: 2.7;
    }

.contact-row > div > i {
    color: var(--theme-yellow-color);
    margin-bottom: 10px;
    border-radius: 15px;
}



.products-grid > div > div {
    height: 100%;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}

    .products-grid > div > div .product-info {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        color: #FFF;
        padding: 20% 0;
        text-align: center;
        background: -moz-linear-gradient(top, rgba(255,94,113,0.8) 0%, rgba(230,7,32,0.8) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,94,113,0.8) 0%,rgba(230,7,32,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,94,113,0.8) 0%,rgba(230,7,32,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccff5e71', endColorstr='#cce60720',GradientType=0 ); /* IE6-9 */
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: cubic-bezier(.35,0,.25,1);
        transition-timing-function: cubic-bezier(.35,0,.25,1);
        -webkit-transition-property: all;
        transition-property: all;
    }


        .products-grid > div > div .product-info i {
            font-size: 30px;
            margin-top: 10px;
        }

    .products-grid > div > div:hover .product-info {
        opacity: 1;
    }

#Team{
	background:#F6F6F6;
}

footer {
    background: #32323D;
    color: #FFFFFF;
}

    footer .footer-logo {
        max-height: 70px;
    }

    footer .link-list {
        list-style: none;
        padding: 0px;
    }

        footer .link-list li {
            display: inline-block;
            padding-left: 2rem;
        }

    footer a {
        color: #FFFFFF;
    }

        footer a:hover {
            color: var(--theme-yellow-color);
        }

    footer .copyright {
        background: #272731;
    }


.white-grediant-1 {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(230,231,232,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(230,231,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(230,231,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e7e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.design-nodes {
    display: inline-block;
    border-radius: 100%;
    height: 110px;
    width: 110px;
    background: #e6e7e8; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #e6e7e8 0%, #ffffff 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #e6e7e8 0%,#ffffff 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #e6e7e8 0%,#ffffff 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e7e8', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

    .design-nodes div {
        position: relative;
        top: 5px;
        border-radius: 100%;
        content: '';
        display: inline-block;
        height: 100px;
        width: 100px;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(left, #ffffff 1%, #f1f2f2 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #ffffff 1%,#f1f2f2 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #ffffff 1%,#f1f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f2f2',GradientType=1 ); /* IE6-9 */
    }

.bg-facebook-color-highlight, .bg-linkedin-color-highlight {
    text-align: center;
    padding: 3px;
}

.facebook-color {
    color: #3C5A99;
}

    .facebook-color:hover, .facebook-color:focus {
        color: #3C5A99;
    }

.bg-facebook-color-highlight:hover, .bg-facebook-color-highlight:focus {
    background: #3C5A99 !important;
}

.linkedin-color {
    color: #4875B4;
}

    .linkedin-color:hover, .linkedin-color:focus {
        color: #4875B4;
    }

.bg-linkedin-color-highlight:hover, .bg-linkedin-color-highlight:focus {
    background: #4875B4 !important;
}

.h-underline::after {
    display: block;
    width: 50px;
    height: 3px;
    margin-top: 15px;
    content: '';
    background-color: var(--theme-yellow-color);
}
