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  : 32px;
    line-height: 38px;
    font-weight: bold;
    color      : #343a40;
}

h3 {
    font-size  : 26px;
    line-height: 32px;
    font-weight: bold;
}

h4 {
    font-size  : 22px;
    line-height: 28px;
    font-weight: bold;
}

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             : #000000;
}

a:hover {
    color          : #000000;
    outline        : none;
    text-decoration: none;
}

.text-blue {
    color: #3f4092;
}

.text-black {
    color: #000;
}

.text-blue-40 {
    color: #407ec9 !important;
}

.bg-yellow-ff {
    background-color: #FFC629 !important;
}

/*  ===================     Banner    ==================  */

.fixed-top {
    background        : #000000;
    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);
    }
}


header {
    background: #000;
}

header a,
header i,
header .flaticon-call:before {
    font-size  : 26px;
    line-height: 32px;
    color      : #ffc629;
}

header a:hover {
    color: #dec25f;
}

header .navbar-nav li {
    position: relative;
    z-index : 1;
}

header .navbar-nav li a:hover {
    color: #ffe164 !important;
}

.banner {
    background         : url(../images/banner.jpg) no-repeat;
    background-size    : cover;
    background-position: center;
    position           : relative;
}

.banner a.phone {
    background  : #FFC629;
    position    : relative;
    z-index     : 1;
    font-size   : 47px;
    line-height : 53px;
    padding-left: 85px !important;
}

.banner a.phone:before {
    position  : absolute;
    content   : "\f095";
    font      : normal normal normal 47px/55px FontAwesome;
    left      : 0px;
    background: #daa000;
    top       : 0;
    width     : 70px;
    height    : 100%;
    padding   : 8px;
    color     : #000;
}

.banner strong,
.banner span {
    color: #407EC9;
}

.banner a.cta {
    border-bottom: 3px solid #037f46;
    position     : relative;
    z-index      : 1;
    font-size    : 28px;
    line-height  : 34px;
    transform    : translateY(-7px);
    top          : -7px;
}

.step-outer .list-group .list-group-item:before {
    position              : absolute;
    content               : "\f00c";
    font                  : normal normal normal 14px/1 FontAwesome;
    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                 : #407EC9;
}

.step-outer .single-review {
    background: #407EC9;
    min-height: 92px;
}

/* ================== star plugin ================== */

.back-stars {
    left: 0;
}

.back-stars {
    display : flex;
    color   : #bbb6b6;
    position: relative;
}

.back-stars i {
    margin: 0 5px;
}

#Jamie-Morgan60 .back-stars .front-stars {
    width: 95% !important;
}

.front-stars {
    display       : flex;
    color         : #ffffff;
    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;
}

/* =================== 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: #407ec9;
}

.help a {
    font-size  : 18px;
    line-height: 24px;
    max-width  : 192px;
}

/* =======================end help========================================= */

.content img {
    border-radius: 7px;
    border       : 2px solid #407ec9;
    margin-bottom: 1rem;
}

/* =======================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   : 34px;
    line-height : 40px;
    display     : inline-block;
    margin      : auto;
    position    : relative;
    padding-left: 85px !important;
}

.call-us a:before {
    position  : absolute;
    content   : "\f095";
    font      : normal normal normal 34px/45px FontAwesome;
    left      : 0px;
    background: #daa000;
    top       : 0;
    width     : 70px;
    height    : 100%;
    padding   : 8px;
}

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


/* ==============   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 #407ec9;
    background: none !important;
}

.gallery .home-demo .owl-dots {
    text-align: center;
}

.gallery .home-demo .owl-dot {
    border       : 1px solid #c3c3c1;
    border-radius: 50%;
    padding      : 4px !important;
    background   : #d2d2d2;
    margin       : 0 5px !important;
}

.gallery .home-demo .owl-dot.active {
    width           : 35px !important;
    border-radius   : 4px;
    background-color: #FFC629 !important;
    border          : 1px solid #FFC629 !important;
}

button:focus {
    outline: none;
}

.owl-review .owl-nav {
    display: none
}

.owl-review .owl-dots .owl-dot {
    border       : 1px solid #c3c3c1;
    border-radius: 50% !important;
    padding      : 4px !important;
    background   : #d2d2d2 !important;
    margin       : 0 5px !important;
}

.owl-review .owl-dots .owl-dot.active {
    width        : 35px !important;
    border-radius: 4px !important;
    background   : #FFC629 !important;
    border       : 1px solid #FFC629 !important;
}

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




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