

body {
    color:#343a40;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 22px;
    overflow-X: hidden;
}
h1 {
    font-size:46px;
    line-height: 52px;
}
h2 {
    font-size:38px;
    line-height:44px;
}
h3 {
    font-size:26px;
    line-height:32px;
    font-weight: bold;
}
h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
}

h5 {

}

h6 {
}

a {
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: #0761f5;
}
a:hover,
a:focus,
a:active {
    color: #022961;
    outline: none;
    text-decoration: none;
}



.text-blue{
    color: #3f4092;
}
/*  ================================================== Banner =======================================================  */
.fixed-top{
    background: #ffe164;
    box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.18);
    animation-name: slideInDown;
    animation-duration: 2s;
}
@keyframes slideInDown{
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.sticky_phone , .logo_sticky{
    display: none;
}

.sticky_phone a , .sticky_phone i:before{
    font-size: 26px;
    line-height: 32px;
}
header{
    background: #ffe164;
}
header .navbar-nav li{
    position: relative;
    z-index: 1;
}
header .navbar-nav li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #28a745;
    transition: all 0.4s;
    transform: scale(0.5, 1);
    z-index: -1;
    border-radius: .25rem!important;
}

header .navbar-nav li:hover:before{
    opacity: 1;
    transform: scale(1, 1);
}
header .navbar-nav li:hover a{
    color: #fff !important;
}
.banner {
    background: #ffe164;
    position: relative;
    /*min-height: 100vh;*/
}
.banner:before{
    position: absolute;
    content: " ";
    background-image: url(../images/nosel-1.png);
    background-repeat: no-repeat;

    width: 513px;
    height:272px;
    left: 0px;
    top: 113px;
}
.banner:after{
    position: absolute;
    content: " ";
    background-image: url(../images/nosel-2.png);
    background-repeat: no-repeat;

    width: 528px;
    height:268px;
    right: -100px;
    bottom: 250px;
}

.banner a.phone{
    background: #028847;
    /*border-bottom: 3px solid #dfdfda;*/
    position: relative;
    z-index: 1;
    font-size: 47px;
    line-height: 53px;
    padding-left: 85px !important;
}
.banner a.phone:before{
    position: absolute;
    content: "\f100";
    font-family: Flaticon;
    left: 0px;
    background: #2c9254;
    top: 0;
    width: 70px;
    height: 100%;
    padding: 8px;
    color: #fff;
}
.banner a.cta{
    border-bottom: 3px solid #037f46;
    position: relative;
    z-index: 1;
    font-size: 28px;
    line-height: 34px;
    transform: translateY(-7px);
    top: -7px;
}

.banner .card{
    /*top: 50px;*/
    top: 0px;
    z-index: 1;
}
.banner .card:before , .banner .card:after{
    position: absolute;
    content: "";
    bottom: 0;
    width: 30%;
    height: 16%;
    opacity: 0.30;
    z-index: -1;
}
.banner .card:before{
    transform: skewX(20deg);
    box-shadow: -12px -15px 20px 0 #000;
    left: 8px;
}
.banner .card:after{
    right: 8px;
    transform: skewX(-20deg);
    box-shadow: 12px -15px 20px 0 #000;
}

.banner .card .card-body ul li:before{
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    top: 4px;
    left: 0;
    text-decoration: inherit;
    font-size: 20px;
    padding-right: 1.5em;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    color: #ffda40;
}

/* ================== star plugin ================== */
.star-rating{
    display: flex;
    align-items: center;
    font-size: 2em;
    justify-content: flex-end;
}

.star-rating {
    justify-content: center;
}
.back-stars {
    left: 0;
}
.back-stars {
    display: flex;
    color: #bbb6b6;
    position: relative;
    /*left: -25px;*/
    /* text-shadow: 4px 4px 10px #bbb6b6; */
}
.back-stars i {
    margin: 0 5px;
}
#Jamie-Morgan60 .back-stars .front-stars {
    width: 95% !important;
}
.front-stars {
    display: flex;
    color: #ffc426;
    overflow: hidden;
    position: absolute;
    /* text-shadow: 2px 2px 5px #d29b09; */
    top: 0;
}
/* =============== end star plugin =============== */

.banner .single-review{
    background: #ffd966;
}
.banner .single-review p{
    font-size: 16px;
    line-height: 22px;
}

/* ================================================ points ========================================= */
.points{
}
.points .col-xl-4:before{
    position: absolute;
    content: "";
    top: 0;
    left: -50px;
    background: #66696c;
    width: 100px;
    height: 2px;
}
.points .col-xl-4:nth-child(2):before{
    background: none;
}
.points p{
    font-size: 16px;
    line-height: 22px;
}
/* ========================================= end points ================================================ */


/* ==================================== help ========================================================== */
.help{
    background: #eeeeee;
    position: relative;
    z-index: 1;
    padding-top: 130px !important;
}
.help:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    border-top: 100px solid #ffffff;
    border-right: 4545px solid transparent;
    z-index: -1;
}
.help .col-xl-5.bg-yellow{
    background: #ffe164;
}
.help a{
    font-size: 18px;
    line-height: 24px;
}
/* =======================end help========================================= */


/* =====================content======================== */
.content img{
    box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.18);
}
/* =====================end content======================== */



/* =======================call========================================= */
.call-us{
    position: relative;
    z-index: 1;
    padding-top: 130px !important;
    background: #eeeeee;
}
.call-us:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    border-top: 100px solid #ffffff;
    border-right: 4545px solid transparent;
    z-index: -1;
}

.call-us p{
    font-size: 24px;
    line-height: 30px;
}
.call-us a{
    font-size: 47px;
    line-height: 53px;
    display: inline-block;
    margin: auto;
    position: relative;
    padding-left: 85px !important;
}
.call-us a:before{
    position: absolute;
    content: "\f100";
    font-family: Flaticon;
    left: 0px;
    background: #078247;
    top: 0;
    width: 70px;
    height: 100%;
    padding: 8px;
}

/* =======================end call========================================= */

/* =======================location========================================= */
.location .col-xl-3{
    border-right: 1px solid #eceef0;
}
.location .col-xl-3:last-child{
    border: none;
}
/* =======================end location========================================= */

/* =======================gallery========================================= */
.gallery{
    background: #eeeeee;
    position: relative;
    z-index: 1;
    padding-top: 130px !important;
}
.gallery:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    border-top: 100px solid #ffffff;
    border-right: 4545px solid transparent;
    z-index: -1;
}
.home-demo .item{
    border: 2px solid #d8d8d8;
    background: none !important;
}
.gallery .home-demo .owl-dots{
    text-align: center;
}
.gallery .home-demo .owl-dot{
    border: 1px solid #ffce00;
    border-radius: 50%;
    padding: 4px !important;
    background: #ffce00;
    margin: 0 5px !important;
}
.gallery .home-demo .owl-dot.active{
    width: 35px !important;
    border-radius: 4px;
}

/* =======================end gallery========================================= */

/* ============================ reviews ============================= */
.reviews .card .card-body {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    z-index: 1;
}
.reviews .card .card-body:before {
    position: absolute;
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    bottom: 45px;
    right: 20px;
    text-decoration: inherit;
    font-size: 90px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    color: #f4f4f4;
    z-index: -1;
}
.reviews .home-demo .owl-dots{
    text-align: center;
}
.reviews .home-demo .owl-dot{
    border: 1px solid #28a745;
    border-radius: 50%;
    padding: 4px !important;
    background: #28a745;
    margin: 0 5px !important;
}
.reviews .home-demo .owl-dot.active{
    width: 30px !important;
    border-radius: 4px;
}
.reviews .comment-admin , .reviews .comment-user{
    position: relative;
}
.reviews .comment-user{
    background: #f5f3f3 !important;
}
.reviews .comment-admin:before , .reviews .comment-user:before{
    position: absolute;
    content: "";
}
.reviews .comment-admin:before{
    position: absolute;
    content: "";
    top: 50%;
    left: -11px;
    border-top: 15px solid transparent;
    border-right: 20px solid #f8f9fa;
    border-bottom: 15px solid transparent;
    transform: translate(-50% , -50%);
}
.reviews .comment-user:before{

    top: 50%;
    right: -31px;
    border-top: 15px solid transparent;
    border-left: 20px solid #f5f3f3;
    border-bottom: 15px solid transparent;
    transform: translate(-50% , -50%);
}


/* ============================ end reviews ============================= */

/* ================================ brands ===================================== */
.brands ul li{
    transition: all 1.5s;
}
.brands ul li:hover{
    transform: scale(1.2,1.2);
}
/* ================================ end brands ===================================== */


/* =======================social========================================= */
.social{
    position: relative;
    top: 102px;
    z-index: 999;
}
.social .card{
    box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.18);
    min-height: 176px;
}
/* =======================end social========================================= */


/* ==============================================contact us page===================================================== */
.contact-detail input[type="text"], .contact-detail input[type="email"], .contact-detail textarea ,
.reviews input[type="text"], .reviews input[type="email"], .reviews textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 46px;
    padding: 0px 15px;
    color: #000000;
    border: 1px solid #e0e0e0;
    font-size: 15px;
    background: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-detail a{
    font-size: 34px;
    line-height: 40px;
}
/* ==============================================end contact us page===================================================== */


/* =================================Blog page===================================== */
.blog .blog-category{
    position: fixed;
    top: 226px;
    right: 10px;
    z-index: 9999;
}
.blog .blog-category ul li{
    font-size: 16px;
    line-height: 22px;
}
.blog .blog-category .list-group-item.active {
    background-color: #ffe164;
    border-color: #ffe164;
}
.blog .blog-info{
    padding-left: 70px;
}
.blog .date{
    position: absolute;
    top: 0;
    left: 0;
}
.blog .date span{
    position: relative;
}
.blog .date span:before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: #f9f9f9;
    width: 100%;
    height: 2px;
}
.blog .blog-info ul li img{
    width: 25px;
    height: 25px;
}
.blog .blog-info ul li.read-more{
    text-decoration: underline;
}
/* =================================End Blog page===================================== */

/* =============================== Blog detail page ============================== */
.blog-detail{

}
.blog-detail .blog-detail-category .list-group-item.active {
    background-color: #ffe164;
    border-color: #ffe164;
}
.audi-date-comment {
    margin: 5px 0;
    text-align: left;
}
.audi-date-comment ul li {
    display: inline;
    list-style: outside none none;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    position: relative;
}
.blog-date {
    color: #ffb802;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}
.comment-txt {
    font-size: 16px;
    line-height: 22px;
    margin: 5px 0;
}
.blog-detail input[type="text"], .blog-detail input[type="email"], .blog-detail textarea  {
    position: relative;
    display: block;
    width: 100%;
    line-height: 46px;
    padding: 0px 15px;
    color: #000000;
    border: 1px solid #e0e0e0;
    font-size: 15px;
    background: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

/* =============================== end Blog detail page ============================== */


/* =============================== terms page ============================== */
ul.content-ln{
    padding-left: 20px;
}
/* =============================== end terms page ============================== */




/*  ---------------------   FOOTER START    ---------------------  */
footer{
    background: #31373d;
    position: relative;
    z-index: 1;
    padding-top: 130px !important;
    padding-bottom: 50px !important;
}

footer:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    border-top: 80px solid #ffffff;
    border-right: 4545px solid transparent;
    z-index: -1;
}

/*  ---------------------   FOOTER END    ---------------------  */
