﻿body, h1, h2, h3, h4, h5, h6, p, input, select, button, .form-control, .btn, a, li {
    font-family: 'Roboto', sans-serif;
}

img {
    max-width: 100%;
}

p, li {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: .8px;
}

.size-14 {
    font-size: 14px;
}

.btn {
    letter-spacing: .8px;
    font-size: 16px !important;
    border-radius: 4px !important;
    border: none !important;
    box-shadow: 5px 5px 5px #0000000f;
    padding: 10px 20px !important;
}

header {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 99;
}

    header nav {
        width: 100%;
    }

.navbar-brand img {
    height: 50px;
    width: auto;
}

.register-icon {
    font-size: 36px !important;
}

.plus-header {
    transition-duration: 1s;
}

.plus-sticky {
    box-shadow: 0px 10px 1px #ddd0, 0 10px 20px #eaeaea;
}
.plus-sticky-transparent {
    box-shadow: 0px 10px 1px #ddd0, 0 10px 20px #eaeaea;
}

.intro-section {
    min-height: 100vh;
    min-width: 100%;
    background-image: url('../Images/home_banner.png');
    background-position: right;
    background-size: cover;
    display: table;
}

.intro-block form {
    margin: auto;
    display: inline-block;
}

.height-50 {
    height: 50px;
}

.intro-block {
    display: table-cell;
    text-align: center;
    z-index: 2;
    /*vertical-align: bottom;*/
    vertical-align: middle;
}

    .intro-block h1 {
        letter-spacing: 1px;
        font-weight: 900;
        font-size: 44px;
    }

    .intro-block h5 {
        letter-spacing: .8px;
        font-weight: 400;
        margin: 10px 0 30px;
    }

    .intro-block .form-control {
        height: auto;
        border-radius: 2px;
        padding: 10px 25px 10px 10px;
        /*padding: 10px 15px;*/
        border: none;
        letter-spacing: .8px;
    }

        .intro-block .form-control:focus, .intro-block button:focus {
            outline: none !important;
            box-shadow: none !important;
        }

    .intro-block button {
        line-height: 0;
        /*padding: 8px !important;*/
    }

.overview-section {
    position: relative;
    padding: 60px 0;
}

h2 {
    letter-spacing: .8px;
    font-weight: 600 !important;
    font-size: 30px !important;
}

h5 {
    letter-spacing: .8px;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 32px !important;
    margin: 15px 0 7px;
}

.overbox {
    display: inline-block;
    max-width: 285px;
    box-shadow: 0px 10px 1px #ddd, 0 10px 20px #ccc;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

    .overbox figure {
        overflow: hidden;
        border-radius: 8px 8px 0 0;
        margin-bottom: 0;
    }

    .overbox img {
        width: 100%;
        height: 180px;
        transition: transform .5s;
    }

    .overbox h4 {
        text-align: center;
        padding: 15px 0;
        margin-bottom: 0;
        font-size: 20px;
        letter-spacing: .8px;
    }

    .overbox:hover img {
        transform: scale(1.2);
    }

.feature-section {
    padding: 60px 0;
    position: relative;
}

.tag-section {
    padding: 80px 0;
    position: relative;
    /*background-image: url('../../Images/banner_sample.png');*/
    background-image: url('../Images/banner_2.jpg');
    background-position: bottom;
    background-size: cover;
}

.tag-section_without-banner {
    padding: 80px 0;
    position: relative;
    /*background-image: url('../../Images/banner_sample.png');*/
    background-position: bottom;
    /*background: aliceblue;*/
    color:var(--main-bg-light-color);
    background-size: cover;
}

.overlay-secondry {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
}

.icon-box {
    display: inline-block;
    box-shadow: 0px 10px 1px #ddd, 0 10px 20px #ccc;
    width: 100%;
    padding: 25px;
    transition-duration: .5s;
    margin-bottom: 30px;
    position: relative;
    text-align: center
}

    .icon-box:hover {
        margin-top: -20px;
    }

    .icon-box figure img {
        height: 100px;
    }

.theme-primary-box {
    position: relative;
    padding: 25px;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
}

.overlay-primary {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
}


footer {
    padding: 40px 0;
    position: relative;
}

    footer p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }

.copyright-section {
    padding: 10px 0;
}

@media (max-width:767px) {
    .form-row {
        display: inline-block !important;
    }
}

.color-picker {
    position: fixed;
    background-color: #fff;
    padding: 10px;
    width: 220px;
    transition-duration: 1s;
    right: -220px;
    z-index: 99999;
    box-shadow: -5px 5px 25px #00000033;
    top: 20%;
}
    .color-picker:hover {
        right:0;
        
    }
    .color-picker span {
        position: absolute;
        left: -48px;
        padding: 6px;
        top: 0;
        color: #fff !important;
        background-color: #000;
    }
    .color-boxs label {
        display: flex;
        font-size: 12px;
    }

.color-boxs input {
    padding: 0 !important;
    width: 50px;
    margin: 0 !important;
    height: 50px;
    border: none !important;
    background-color: transparent !important;
}

.liststyle li {
    margin-bottom: 10px;
}
.address_item h6 {
    color: #212529e0 !important;
}