/*=== Landing Page Style Sheet===*/

@import url("//fonts.googleapis.com/css?family=Muli:300,400,600,700,800,900");
@import url('//fonts.cdnfonts.com/css/mark-pro');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap');

/*----------- Commen------- */

body,
html {
    line-height: 1.6;
    overflow-x: hidden;
    color: #263547;
}

p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

body > .content-wrapper > section p {
    font-family: 'Barlow', sans-serif;
}

.container {
    max-width: 1200px;
}

body > .content-wrapper > section {
    padding: 3% 0;
}

section img {
    max-width: 100%;
    border: none;
}

section video {
    max-width: 100%;
}

/* --------Heading Style --------- */

h2.heading-second {
    font-size: 50px;
    line-height: 48px;
    font-weight: 700;
    color: inherit;
    font-family: 'Barlow', sans-serif;
}

/* --------- Color Style --------- */

.white-color {
    color: #fff;
}

.red-color {
    color: #EA4235 !important;
}

.blue-color {
    color: #1664F6 !important;
}

.green-color {
    color: #60BF73;
}

.redesh-color {
    color: #BF7060;
}

.yellow-color {
    color: #ECC56F;
}

.black-color {
    color: #263547;
}


/*  */

.background-red {
    background: #EA4235;
}

.background-black {
    background: #263547;
}

.background-blue {
    background: #2770FA;
}

.phon-box {
    border-left: 1.5px solid #70707047;
    padding-top: 14px;
}


/*------ Header -------*/

header {
    background-color: #F5F7FA;
}

.header-topbar {
    border-bottom: 1.5px solid #70707047;
    padding: 6px 0 10px 0;
}

.header-topbar svg {
    width: 18px;
    height: 18px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}

.header-topbar .col-lg-3:first-of-type svg path {
    fill: #EA4235;
}

.header-topbar a {
    text-decoration: none;
    color: #263547;
    vertical-align: middle;
    font-size: 14px;
    font-family: 'Mark Pro', sans-serif;
}

.header-topbar .list-inline li a {
    padding: 0 10px;
}

.header-bottom .phone-box a {
    font-size: 24px;
    color: #263547;
    text-decoration: none;
    font-weight: bold;
}

a.nav-link {
    font-size: 18px;
    color: #263547 !important;
    padding: 0 20px !important;
    font-family: 'Mark Pro', sans-serif;
}

.header-bottom .phone-box svg {
    margin-right: 0 !important;
    width: 38px;
    padding: 0 !important;
    display: block;
    margin-bottom: 7px;
}

.header-bottom nav {
    padding: 0 1rem;
}

li.nav-item a:hover {
    color: #ea4235 !important;
}


.about_sbox {
    background-color: #343a40;
    color: #fff;
}


/* ----- SearchBox Popup --------- */

.openBtn {
    background: #f1f1f100;
    border: none;
    margin-top: 20px;
    font-size: 20px;
    cursor: pointer;
    outline: none;
}

.openBtn:hover {
    background: #f1f1f100;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: #bbb;
}


/* --------------- End of SeacrhBox ------- */


.btn-call-to-action a {
    padding: 8px 10px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Mark Pro', sans-serif
}

.btn-call-to-action a {
    width: 49%;
}

.btn-call-to-action svg {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

a.btn-contact:first-child {
    margin-right: 1%;
}

/* ----Main Banner----- */

.main-banner {
    padding: 6% 0 13% 0;
    background-color: #F5F7FA;
    position: relative;
}

.bg-image.main-banner {
    background-size: cover;
}

.bg-image.main-banner:before {
    content: ' ';
    background: rgba(0, 0, 0, .31);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.main-banner .banner-left-box h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 10px;
    color: #263547;
    font-family: 'Raleway', sans-serif;
}


.main-banner .banner-left-box p {
    margin: 10px 0;
    color: #5E6A78;
    font-size: 20px;
    font-family: 'Mark Pro', sans-serif;
}


.bg-image.main-banner .banner-left-box > h1,
.bg-image.main-banner .banner-left-box > h2,
.bg-image.main-banner .banner-left-box > h3,
.bg-image.main-banner .banner-left-box > p {
    color: #ffffff;
    text-shadow: 0 0 6px #000000;
}

.main-banner .services .inner-box {
    background: #fff;
    text-align: center;
}

.main-banner .banner-content {
    background-color: #0058FF;
    color: #fff;
    position: relative;
    margin-top: 20px;
    text-align: center;
    padding: 22px 20px;
}

.main-banner .banner-content h2 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    line-height: 60px;
    font-family: 'Raleway', sans-serif;
    text-shadow: none;
}

.main-banner .services {
    width: 95%;
    margin: 0 auto;
    margin-top: -60px;
}

.main-banner .services img {
    width: 100%;
}

.main-banner .services .inner-box h4 {
    padding: 10px 4px;
    margin-bottom: 0;
    color: #EA4235;
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/* -----Get Free Quote---- */

.banner-free-qoute {
    background: #263547;
    padding: 20px 30px;
    color: #fff;
}

.banner-free-qoute p {
    color: #5E6A78;
    font-family: 'Mark Pro', sans-serif;
}

.form-content h2 {
    color: #fff;
    font-size: 32px;
    font-family: 'Mark Pro', sans-serif;
}

.banner-free-qoute p {
    margin: 0;
}

.banner-free-qoute > .btn {
    display: block;
    width: 100%;
    border-radius: 0;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Mark Pro', sans-serif;
}


.banner-free-qoute > .form-group {
    margin: 0;
}


.banner-free-qoute .form-group.captcha label {
    margin: 0;
    font-size: 14px;
    line-height: 1.2em;
}

.banner-free-qoute > .form-group > .form-control {
    background-color: transparent;
    height: auto;
    padding: 15px 0;
    font-family: 'Mark Pro', sans-serif;
    color: #fff;
    box-shadow: none;
    border-radius: 0;
    border: 0 !important;
    border-bottom: 1px solid #a3a3a3 !important;
}

.banner-free-qoute > .form-group > .form-control::placeholder {
    color: #5E6A78;
}

.banner-free-qoute .form-group.captcha {
    margin: 15px 0;

}

.banner-free-qoute .form-group .captcha input {
    color: #444 !important;
}


/*.banner-free-qoute .form-control:focus {
    background-color: #6c6b6b;
}*/

.form-check {
    padding: 10px 0;
}

.banner-free-qoute textarea {
    resize: none;
}

.services .service-box {
    padding: 18px;
    margin-bottom: 20px;
    color: #fff;
    background-color: #ea4235;
}

.services .service-box .service-text {
    max-height: 150px;
    overflow-y: auto;
}

.services .service-box svg {
    margin-bottom: 20px;
}

.services .service-box p {
    color: #fff;
    font-family: 'Mark Pro', sans-serif;
}

.services .service-box h3 {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    text-align: center;

}

.services .service-box .service-text::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

.services .service-box .service-text::-webkit-scrollbar {
    width: 0.3rem;
    height: 0.3rem;
}

.services .service-box .service-text::-webkit-scrollbar-corner {
    background-color: transparent;
}

.services .service-box .service-text::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 0;
}

.services .service-box .service-text:hover::-webkit-scrollbar-thumb,
.services .service-box .service-text::-webkit-scrollbar-thumb:active {
    background-color: #a9a9a9;
}

.services .service-box .service-text::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 0;
}

.services .service-box .service-text:hover::-webkit-scrollbar-track,
.services .service-box .service-text::-webkit-scrollbar-track:active {
    background-color: #e7e7e7;
    border-radius: 0;
}

/* ----End Of Main Banner----- */

.service-meta {
    background: #F6F6F6;
    position: absolute;
    top: 0;
    padding: 12px;
    width: 30%;
    left: 15px;
    text-align: center;
}

.service-meta p {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
}

.service-meta h1 {
    font-weight: 900;
    font-size: 50px;
    margin: 0;
    font-family: 'Mark Pro', sans-serif;
}

/* --- benefits ------ */

.benefits {
    background: #F5F7FA;
}

.content p {
    margin-bottom: 5px;
    font-family: 'Barlow', sans-serif;
}

/* --------- WorkTogather  ---------- */

a.btn-contact-us svg {
    width: 24px;
    height: 24px;
    color: #fff;
    margin-top: -6px;
    padding: 0 !important;
    display: inline-block;
}

a.btn-contact-us {
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    font-family: 'Mark Pro', sans-serif;
}


/* -------------  Testimonial   ----------- */

.testimonial {
    padding: 5% 0 !important;
}

.testimonial img {
    width: 100%;
}

.testimonial .carousel-caption {
    position: unset;
}

.carousel-caption .col-md-9 {
    align-self: center !important;
}

.slider-controls {
    position: absolute;
    top: 17px;
    right: 0;
    z-index: 999;
}

.dropdown-toggle::after {
    color: #EA4235 !important;
    vertical-align: middle;
}

.slider-content svg {
    width: 200px;
}

.slider-content p {
    margin-bottom: 5px;
}

.slider-content p:last-of-type {
    font-size: 16px !important;
}

.slider-content h4.testimonial-author {
    font-family: 'Raleway', sans-serif;
}

.slider-content h3 {
    font-size: 36px;
    font-weight: 700;
    margin-top: 10px;
    font-family: 'Barlow', sans-serif;
}

.slider-controls a {
    width: 70px;
    display: inline-block;
}

.slider-controls svg {
    width: 16px;
    height: 16px;
    fill: #EA4235;
}

.card {
    margin: 0 auto;
    border: none;
}

.card .carousel-item {
    min-height: 190px;
}

.card .carousel-caption {
    padding: 0;
    right: 15px;
    left: 15px;
    top: 15px;
    color: #3d3d3d;
    border: 0;
    min-height: 175px;
}

.card .carousel-caption .slider-content {
    padding: 15px;
}

.card .carousel-caption .slider-content h4 {
    font-family: 'Barlow', sans-serif;
    font-size: 24px;
}

.card .carousel-caption .slider-content p {
    font-family: 'Barlow', sans-serif;
}

.card .carousel-caption {
    display: flex;
}

.card .carousel-caption {
    text-align: left;
}

.card .carousel-control-prev,
.card .carousel-control-next {
    color: #3d3d3d !important;
    opacity: 1 !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
    color: #ea4235;
    font-size: 44px;
    background-color: #f5f7fa;
    border-radius: 100px;
    height: 55px;
    box-shadow: 0 0 20px 0 #f5f4f4;
    width: 55px;
    line-height: 43px;
}

.carousel-control-next,
.carousel-control-prev {
    position: unset;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    opacity: 0.85;
}

.carousel-control-prev {
    left: 28%;
    top: 110%;
}

.carousel-control-next {
    right: 30%;
    top: 110%;
}

.midline {
    width: 60px;
    border-top: 1px solid #d43025;
}

.carousel-caption h2 {
    font-size: 14px;
}

.carousel-caption h2 span {
    color: #cd3a54;
}


/* <-------  Footer  ------> */

footer .footer-top {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 25px 0;
    height: auto;
    overflow: hidden;
    background-color: #263548;
    background: -webkit-linear-gradient(125deg, #EA4235 50%, #263548 50%);
    background: linear-gradient(125deg, #EA4235 50%, #263548 50%);

}

.footer-top .footer-heading {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    line-height: 55px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Barlow', sans-serif;
}

.footer-top a.btn-footer {
    font-family: 'Barlow', sans-serif;
    border: 2px solid #fff;
    display: inline-block;
    font-size: 50px;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
    padding: 10px 30px;
    font-weight: bold;
    color: #fff;
}

.footer-bottom {
    color: #fff;
    background: #2770FA;
}

.footer-bottom p,
.footer-bottom a {
    color: #fff;
}

.footer-bottom .footer-logo {
    display: inline-block;
}

.footer-bottom .footer-logo img {
    max-width: 300px;
}

.footer-bottom .footer-inner {
    padding: 3% 0;
}

.footer-bottom li a {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.footer-bottom ul {
    padding: 0;
    list-style: none;
}

.footer-bottom h4 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.footer-bottom .useful-links li a {
    color: #fff;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.footer-bottom .useful-links ul {
    padding-left: 20px;
    list-style: disc;
}

.footer-bottom .useful-links h4 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.footer-copyright {
    background-color: #263547;
    padding: 10px 0;
}

.footer-copyright p {
    font-family: 'Montserrat', sans-serif;
    color: #fff !important;
}

.footer-copyright {
    padding: 15px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    header a.nav-link {
        padding: 0 10px !important;
    }

    .header-bottom .phone-box a {
        font-size: 19px;
    }

    .services .service-box h3 {
        width: 220px;
        margin: 0 auto;
    }

    .main-banner .banner-content {
        padding: 13% 5%;
    }

    .main-banner .services {
        margin-top: -44px !important;
    }

    .footer-top .footer-heading {
        font-size: 44px;
    }
}

@media only screen and (min-width: 992px) {
    .header-topbar .list-inline {
        float: right;
    }

    .header-topbar .list-inline li a {
        padding: 0 10px;
    }

    .header-topbar .list-inline li:last-child a {
        padding-right: 0;
    }

    .header-bottom .phone-box {
        border-left: 1px solid #707070;
    }

    .header-bottom .phone-box .col-xs-9 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .footer-top a.btn-footer svg {
        width: 40px;
    }

    .btn-center {
        width: 500px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-top .footer-heading {
        font-size: 32px !important;
    }

    .footer-top a.btn-footer {
        font-size: 32px;
    }

    .footer-bottom h4 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 991px) {

    .navbar-collapse {
        position: absolute;
        top: 100%;
        background: rgb(255, 255, 255);
        z-index: 9999;
        right: 0;
        width: 100%;
    }

    .btn-call-to-action a {
        font-size: 14px;
        padding: 12px 0;
    }

    header .navbar-nav {
        text-align: center;
    }

    /* ---- Header ---- */
    .header-topbar {
        display: none;
    }

    .header-searchbox {
        display: none;
    }

    .free-quote-wrapper {
        display: none;
    }

    /* Footer  */
    .footer-top .footer-heading {
        font-size: 36px;
        line-height: 42px;
    }

    .footer-top a.btn-footer {
        font-size: 32px;
        margin: 0 auto;
        padding: 0 20px;
        width: 90%;
        display: block;
        margin-top: 20px !important;
    }

    .footer-bottom h4 {
        margin: 10px 0;
    }

    /* ----Banner ------- */
    .main-banner h1 {
        font-size: 38px;
        line-height: 46px;
        margin-bottom: 8px;
    }

    .main-banner .banner-content {
        margin-top: 20px;
    }

    .banner-free-qoute {
        margin-top: 20px;
    }

    .iamge-box-inner {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    a.btn-contact-us {
        margin-bottom: 30px;
        display: block;
        text-align: center;
    }

    /* ---------Testimonial--------- */
    /* .slider-controls {
        position: relative;
        top: 15px;
        left: 0;
        margin-bottom: 40px;
        width: 200px;
    }
    .slider-controls a {
        width: 33%;
        display: inline-block;
        position: unset;
    }
    .slider-controls .carousel-control-prev-icon,
    .carousel-control-next-icon {
        height: 50px;
        line-height: 40px;
        width: 50px;
    }
    .slider-controls svg {
        width: 12px;
    } */
}

@media only screen and (min-width: 768px) {
    .testimonials-mobile {
        display: none;
    }

    .footer-top a.btn-footer {
        float: right;
    }

    .footer-top .btn-footer svg {
        height: 55px;
    }
}

@media only screen and (max-width: 767px) {

    .main-banner {
        padding-bottom: 6%;
    }

    header {
        background-color: #fff;
    }

    .main-banner .banner-content h2 {
        font-size: 25px;
        line-height: inherit;
    }

    .main-banner .banner-content {
        padding: 15px;
        margin-bottom: 15px;
    }

    .main-banner .services {
        position: unset;
        width: 100%;
        margin: 0 auto;
        margin-top: -45px;
    }

    .card .carousel-item .carousel-caption {
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    }

    section.testimonial .carousel-inner {
        overflow: visible;
    }

    .main-banner .services .inner-box h4 {
        padding: 4px 4px;
        font-size: 15px;
    }

    .card .carousel-caption .slider-content {
        margin: 0 15px;
    }

    .footer-top .footer-heading {
        font-size: 26px;
        line-height: 32px;
    }

    .footer-top a.btn-footer {
        margin-left: 0 !important;
        width: 100%;
        font-size: 26px;
        padding: 10px 15px;
    }

    .footer-top a.btn-footer svg {
        height: 28px;
        width: 28px;
    }

    .slider-content p {
        margin-top: 15px;
    }

    #carouselExampleControls {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .header-bottom nav {
        padding: 0;
    }

    .header-bottom nav .navbar-brand img {
        max-width: 250px;
    }

    .services .service-box .service-text {
        max-height: none;
    }

    h2.heading-second {
        font-size: 32px;
        line-height: 36px;
    }

    .footer-top .footer-heading {
        font-size: 22px;
    }

    .footer-top a.btn-footer {
        font-size: 22px;
    }

    .slider-content h3 {
        font-size: 32px;
    }

    .slider-content svg {
        width: 170px;
    }
}

@media only screen and (max-width: 480px) {
    .btn-call-to-action a {
        width: 48%;
    }

    .footer-top {
        background-position: unset;
    }

    .footer-top .footer-heading {
        font-size: 28px;
        text-align: center;
    }

    .footer-top a.btn-footer {
        margin-top: 15px;
        font-size: 28px;
    }

    .footer-top .row .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 330px) {
    .btn-call-to-action a:first-child {
        margin-bottom: 10px;
    }

    .btn-call-to-action a {
        width: 100%;
    }
}


.social-links {

}

.social-links .sprite {
    display: inline-block;
    margin: 0 6px 0 0;
    width: 20px;
    height: 20px;
    border-color: #ccc;
    border-style: hidden;
    border-width: 1px;
    overflow: hidden;
    border-radius: 4px;
    background-image: url(../../images/social-icons.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position-x: -2px;
    vertical-align: middle;
}

.social-links a {
    text-decoration: none;
    color: #fff;
    margin-bottom: 6px;
}

.social-links .title {
    color: #fff;
}

.social-links .sprite .fa {
    display: none;
}

.sprite.facebook {
    background-position: -6px -5px;
    background-size: 34px;
}

.sprite.twitter {
    background-position: -4px -36px;
    background-size: 30px;
}

.sprite.zillow {
    background-position: -2px -53px !important;
    background-size: 24px;
}

.sprite.linkedin {
    background-position: -4px -101px;
    background-size: 30px;
}

.sprite.pinterest {
    background-position: -5px -133px;
    background-size: 30px;
}

.sprite.youtube {
    background-position: -5px -172px;
    background-size: 31px;
}

.sprite.instagram {
    background-position-y: -157px;
}

.sprite.yelp {
    background-position-y: -183px;
}

.sprite.flicker {
    background-position-y: -279px;
}

.sprite.share {
    background-position-y: -333px;
}

.sprite.skype {
    background-position-y: -370px;
}

.sprite.whatsapp {
    background-position-y: -406px;
}

.sprite.drop-box {
    background-position-y: -442px;
}

.sprite.angies {
    background-position-y: -337px;
}

.sprite.gmail {
    background-position-y: -516px;
}

.sprite.behance {
    background-position-y: -553px;
}

.sprite.google-map {
    background-position: -1px -416px;
}

.sprite.vimeo {
    background-position-y: -627px;
}

.sprite.tumblr {
    background-position-y: -663px;
}

.sprite.reddit {
    background-position-y: -700px;
}

.sprite.stumbleupon {
    background-position-y: -736px;
}

.sprite.amazone {
    background-position-y: -773px;
}

.sprite.picasa {
    background-position-y: -810px;
}

.sprite.bbb {
    background-position-y: -600px;
}

.sprite.blogger {
    background-position-y: -882px;
}

.sprite.feed {
    background-position-y: -920px;
}

.sprite.badoo {
    background-position-y: -956px;
}

.sprite.digg {
    background-position-y: -993px;
}

.sprite.foursquare {
    background-position-y: -726px;
}

.sprite.houzz {
    background-position-y: -751px;
}

iframe {
    width: 100%;
    min-height: 350px;
}

@media only screen and (max-width: 767px) {
    iframe {
        min-height: 200px;
    }
}

.slick-prev:before, .slick-next:before {
    color: #EA4235;
}

.sticky-header .header-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.sticky-header .content-wrapper {
    padding-top: 120px;
}

.lazyload {

}