/* font */
@font-face {
    font-family: Quicksand-Regular;
    src: url('../fonts/Quicksand-Regular.ttf');
}

@font-face {
    font-family: Quicksand-Medium;
    src: url('../fonts/Quicksand-Medium.ttf');
}

@font-face {
    font-family: Quicksand-Bold;
    src: url('../fonts/Quicksand-Bold.ttf');
}

html {
    position: relative;
    height: 100%;
}

body {
    font-family: Quicksand-Regular;
    width: 100%;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background: #f1f1f14d;
    color: #354250;
    font-size: 15px;
    position: relative;
    padding-bottom: 60px;
}

.nopadding {
    padding: 0px !important;
}

.sec-pad {
    padding: 30px 10px;
}

a, a:hover {
    color: inherit;
}

p {
    font-size: 15px;
    color: #354250;
}

.semi-bold {
    font-family: Quicksand-Medium;
}

.bold {
    font-family: Quicksand-Bold;
}

.theme-color {
    color: #1475bc;
}



select + i.fa {
    float: right;
    margin-top: -27px;
    margin-right: 1px;
    pointer-events: none;
    background-color: #fff;
    padding-right: 15px;
    font-size: 18px;
    color: #b0b0b0;
}

.form-control {
    font-size: 15px;
    border: 1px solid #c2c2c2;
    padding: .5rem .75rem;
}

    .form-control:focus {
        box-shadow: none;
        outline: 0;
        border-color: #1475bc;
    }

.theme-btn {
    background-color: #1475bc;
    color: #fff;
    font-size: 17px;
    padding: 10px 60px;
    transition: all ease 2s;
}

    .theme-btn:hover {
        border-radius: 50px;
    }

.btn:focus {
    box-shadow: none;
    outline: 0;
}

.theme-btn.small-btn {
    padding: 5px 40px;
    font-size: 15px;
}

.theme-btn.gray {
    background-color: #b0b0b0;
}

.mini-box {
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 20px #0000002e;
    padding: 18px 5px 8px;
    position: relative;
    overflow: hidden;
}

    .mini-box:before {
        content: '';
        width: 100%;
        height: 8px;
        background-color: #1475bb;
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
    }

    .mini-box.pink:before {
        background-color: #f79595;
    }

    .mini-box.green:before {
        background-color: #44c4a1;
    }

    .mini-box.blue:before {
        background-color: #27a2db;
    }

    .mini-box p {
        margin-bottom: 0px;
        font-size: 13px;
        font-family: Quicksand-Medium;
    }

        .mini-box p span {
            font-size: 25px;
            font-family: Quicksand-Bold;
        }

.icon-img {
    height: 35px;
    margin-bottom: 10px;
}

video:focus {
    box-shadow: none;
    outline: 0;
}

.headline {
    font-size: 30px;
    text-shadow: 2px 2px 5px #0000004a;
    font-family: Quicksand-Bold;
    color: #1475bc;
}

.blue-box {
    background-color: #1475bc;
    border-radius: 8px;
    padding: 20px 30px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 25px 0px #0076f43b;
    position: relative;
    overflow: hidden;
}

    .blue-box p {
        color: #fff;
        margin-bottom: 2px;
    }

    .blue-box .circle {
        position: absolute;
        background-color: #fff;
        border-radius: 50%;
        opacity: .1;
    }

        .blue-box .circle.one {
            height: 40px;
            width: 40px;
            top: -12px;
            left: 1px;
        }

        .blue-box .circle.two {
            height: 150px;
            width: 150px;
            top: -35px;
            right: -40px;
        }

        .blue-box .circle.three {
            height: 100px;
            width: 100px;
            bottom: -25px;
            left: 25px;
        }

.star li {
    list-style: none;
    display: inline-block;
}

    .star li .star-box {
        background-color: #dedae9;
        padding: 5px;
        margin-bottom: 0px;
        position: relative;
        overflow: hidden;
    }

        .star li .star-box.active {
            background-color: #00b77c;
        }

        .star li .star-box.half:before {
            content: '';
            height: 25px;
            width: 50%;
            background-color: #00b77c;
            display: block;
            position: absolute;
            top: 0px;
            left: 0px;
            z-index: 0;
        }

        .star li .star-box span {
            color: #fff;
            position: relative;
            z-index: 1;
        }

.underline {
    text-decoration: underline;
}

.fa-star.green {
    color: #00b77c;
    font-size: 18px;
}

.review-box {
    width: 24%;
    margin-right: 5px;
    background-color: #f8f9fb;
    padding: 12px;
    display: inline-block;
}

    .review-box p {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .review-box h6.title {
        font-size: 15px;
    }

    .review-box .star li .star-box {
        padding: 4px;
    }

        .review-box .star li .star-box span {
            font-size: 12px;
        }

footer {
    background-color: #07498C;
    padding: 18px 0px 15px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
}

    footer p {
        color: #d8d8d8;
        margin-bottom: 0px;
    }

.review-section {
    position: relative;
    overflow: hidden;
}

    .review-section:before {
        content: '';
        width: 100%;
        height: 0px;
        box-shadow: 0px 0px 100px 30px #0000004d;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: -1;
    }

.logo-img {
    height: 90px;
    width: auto;
}

.social li {
    list-style: none;
    display: inline-block;
    font-size: 40px;
    margin: 0px 10px;
}

.border-box {
    border: 1px solid #00aeef;
    padding: 35px 60px;
}

.sign-img {
    max-height: 85px;
    width: auto;
}

.hero-bg {
    background-image: linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url(../images/header_car.jpg);
    background-image: -webkit-linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url(../images/header_car.jpg);
    background-image: -moz-linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url(../images/header_car.jpg);
    background-image: -ms-linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url(../images/header_car.jpg);
    background-image: -o-linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url(../images/header_car.jpg);
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background-attachment: fixed;
    background-clip: border-box, border-box;
    background-color: rgba(0, 0, 0, 0);
    background-origin: padding-box, padding-box;
    background-position: 0 0%, center center;
    background-repeat: no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    color: #fff;
    min-height: 740px;
}

.white-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 30px;
    box-shadow: 0px 0px 25px 0px #0076f43b;
}
