
html, body {
    overflow-x: hidden;
}

body {
    font-family: 'Raleway', sans-serif;
    color: #000;
    position: relative;
}

html {
    scroll-behavior: smooth;
}


/*go top arrow*/

/*top scroll button strat*/

#go_top {
    position: fixed;
    right: 20px;
    bottom: 40px;
    cursor: pointer;
    display: none;
    background: #fcb332;
    padding: 13px 10px 8px 10px;
    /*box-shadow: 0px 0px 2px 0px rgba(0,0,0,.3);*/
    clip-path: polygon(15% 0, 86% 0, 100% 14%, 100% 85%, 86% 100%, 14% 100%, 0 86%, 0 14%);
    z-index: 9999;
}

.arrow:before {
    position: absolute;
    left: 50%;
}

.arrow {
    position: relative;
    width: 20px;
    height: 20px;
    top: 50%;
    margin: 0px 0 0 0px;
    -webkit-transform: rotate(-135deg);
    border-left: none;
    border-top: none;
    border-right: 2px #fff solid;
    border-bottom: 2px #fff solid;
}

    .arrow:before {
        content: '';
        width: 10px;
        height: 10px;
        top: 50%;
        margin: -10px 0 0 -10px;
        border-left: none;
        border-top: none;
        border-right: 2px #fff solid;
        border-bottom: 2px #fff solid;
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
        animation-name: arrow;
    }

@keyframes arrow {
    0% {
        opacity: 0;
        transform: translate(-5px, -5px);
    }

    100% {
        opacity: 1;
        transform: translate(5px, 5px);
    }
}
/*go top arrow end*/
.owl-carousel .owl-stage-outer {
    /*margin-top: 28px;*/
}

#job_serch {
    display: block;
    width: 1px;
    background: transparent;
    margin-top: -230px;
}

/*------/ Bg Image /------*/

.bg-image {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}
/*------/ Display Table & Table Cell /------*/

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

/*------/ Owl carousel /------*/

.owl-theme .owl-dots {
    text-align: center;
    margin-top: -35px;
    z-index: 9;
    position: relative;
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 5px;
            background: #fcb332;
            border: 0px solid #fcb332;
            display: block;
            transition: all 0.6s ease-in-out;
            cursor: pointer;
            border-radius: 50%;
            opacity: .4;
        }

        .owl-theme .owl-dots .owl-dot:hover span {
            color: #fff;
            background: #fcb332;
            /*  border: 5px double;*/
            padding: 5px;
            border-radius: 50%;
            /*outline-style: solid;
  outline-color: #fcb332;
  outline-width:  1px;
  outline-offset:2px; */
        }

        .owl-theme .owl-dots .owl-dot.active span {
            color: #fff;
            background: #fcb332;
            /* border: 5px double;*/
            opacity: 1;
            padding: 5px;
            border-radius: 50%;
            /*outline-style: solid;
  outline-color: #fcb332;
  outline-width: 1px;
  outline-offset:2px; */
        }


/*intro*/
.intro .owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 5px;
    background: #ababab;
    border: 0px solid #fcb332;
    display: block;
    transition: all 0.6s ease-in-out;
    cursor: pointer;
    border-radius: 0px;
    border-radius: 50%;
}

.intro .owl-theme .owl-dots .owl-dot:hover span {
    color: #fff;
    background: #fcb332;
    /*  border: 5px double;*/
    padding: 5px;
    outline: none;
    /*outline-style: solid;
  outline-color: #fcb332;
  outline-width:  1px;
  outline-offset:2px;*/
}

.intro .owl-theme .owl-dots .owl-dot.active span {
    color: #fff;
    background: #fcb332;
    /* border: 5px double;*/
    padding: 5px;
    outline: none;
    /* outline-style: solid;
  outline-color: #fcb332;
  outline-width: 1px;
  outline-offset:2px; */
}


.intro .owl-theme .owl-dots {
    position: absolute;
    bottom: 120px;
    right: 50px;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: 10px;
    background: rgb(255, 255, 255,.8);
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 24px;
    color: #e0571d;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.1);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

    .owl-carousel .owl-nav button.owl-next:hover {
        background: #fcb332;
        color: #fff;
    }

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    background: rgb(255, 255, 255,.8);
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 24px;
    color: #e0571d;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.1);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

    .owl-carousel .owl-nav button.owl-prev:hover {
        background: #fcb332;
        color: #fff;
    }

.owl-arrow .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.8rem;
}

    .owl-arrow .owl-nav .owl-prev,
    .owl-arrow .owl-nav .owl-next {
        display: inline-block;
        transition: all 0.6s ease-in-out;
        color: #000000;
    }

        .owl-arrow .owl-nav .owl-prev.disabled,
        .owl-arrow .owl-nav .owl-next.disabled {
            transition: all 0.6s ease-in-out;
            color: #adadad;
        }

/*======================================
//--//-->   INTRO
======================================*/

.intro {
    /*height: 100vh;*/
    position: relative;
    color: #ffffff;
}

    .intro .owl-theme .owl-dots {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
    }

    /*.intro .owl-theme .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.intro .owl-theme .owl-dots .owl-dot span {
  background: #ffffff;
  border: 0px solid #ffffff;
}

.intro .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fcb332;
}

.intro .owl-theme .owl-dots .owl-dot.active span {
  background-color: #fcb332;
}*/



    .intro .intro-item {
        padding-top: 20px;
    }

    .intro .carousel-item-a {
        position: relative;
        height: auto;
    }


.not_home .intro .carousel-item-a {
    max-height: 420px;
}

.intro .carousel-item-a.bg-image {
    background-attachment: scroll;
}

.intro .intro-content {
    position: absolute;
}

.intro .intro-body {
    padding-left: 1rem;
}

.intro .intro-title {
    transition-duration: 9s !important;
    color: #ffffff;
    font-weight: 700;
    font-size: 2.8rem;
    /*text-transform: uppercase;*/
}

/*.intro .intro-title span{
   font-weight: 300!important;
  font-size: 3.8rem;
}*/

.intro .intro-subtitle {
    font-size: 1.5rem;
    font-weight: 300;
}

    .intro .intro-subtitle.intro-price {
        padding-top: 1rem;
        font-size: 1.2rem;
    }


.intro .owl-carousel .owl-item img {
}
/*======================================
//--//-->   FORM INPUT
======================================*/

.form-a label {
    color: #000000;
    position: relative;
}

.form-a select.form-control-lg:not([size]):not([multiple]) {
    height: 3.5rem;
}

.form-a .form-control {
    border-radius: 0;
    font-size: 1.1rem;
    font-weight: 300;
}

    .form-a .form-control.form-control-a {
        height: 3.5rem;
    }

    .form-a .form-control:focus {
        box-shadow: none;
        border-color: #081e5b;
    }

/*======================================
//--//-->   BUTTON
======================================*/

.btn.btn-b {
    border-radius: 0;
    padding: .7rem 2.2rem;
    letter-spacing: .05rem;
    border-radius: 4px;
}



.btn.btn-b {
    background-color: #081e5b;
    color: #fff;
}

    .btn.btn-b:hover {
        background-color: #000000;
        color: #ffffff;
    }



@media (min-width: 576px) {
    .intro .intro-title {
        font-size: 2rem;
    }

    .intro .intro-subtitle.intro-price {
        font-size: 1.3rem;
    }
}

@media (min-width: 768px) {

    .intro .owl-theme .owl-dots {
        right: 20px;
    }

    .intro .intro-body {
        padding-left: 0rem;
    }
}

@media (min-width: 992px) {
    .intro .intro-title {
        font-size: 3rem;
        line-height: 1.2;
        text-shadow: 2px 2px 2px rgba(244,229,172,1) !important;
    }

    .intro .owl-theme .owl-dots {
        right: 150px;
    }

    .intro .intro-body {
        padding-left: 2rem;
    }
}
/*main footer strat*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: url(../images/01headerfooter/bg5.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    /*background: #f5f5f7;*/
    padding: 0rem 8rem;
}

.footer-bottom {
    margin: 0rem 2rem;
}

#footer .footer-top {
    padding: 0px;
}

    #footer .footer-top .footer-info {
        margin-bottom: 15px;
        background: #353535;
        color: #fff;
        border-top: 4px solid #fcb332;
        text-align: center;
        padding: 30px 20px;
    }

        #footer .footer-top .footer-info h3 {
            font-size: 24px;
            margin: 0 0 20px 0;
            padding: 2px 0 2px 0;
            line-height: 1;
            font-weight: 700;
        }

        #footer .footer-top .footer-info p {
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 0;
            font-family: 'Raleway', sans-serif;
        }


    #footer .footer-top .social-links a {
        font-size: 18px;
        display: inline-block;
        color: #fb7f01;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
        background: #d9d9d9;
    }

    #footer .footer-top a {
        color: #b8b8b8;
        transition: 0.3s;
        display: inline-block;
        line-height: 1.1;
    }

        #footer .footer-top a:hover {
            color: #fcb332;
            text-decoration: none;
        }

    #footer .footer-top .social-links a:hover {
        background: #fcb332;
        color: #fff;
        text-decoration: none;
    }

    #footer .footer-top h4 {
        font-size: 16px;
        font-weight: 600;
        color: #b8b8b8;
        position: relative;
        padding-bottom: 12px;
        text-transform: uppercase;
    }

    #footer .footer-top .footer-links {
        margin-bottom: 30px;
    }

        #footer .footer-top .footer-links ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            #footer .footer-top .footer-links ul i {
                padding-right: 2px;
                color: #61ebba;
                font-size: 18px;
                line-height: 1;
            }

            #footer .footer-top .footer-links ul li {
                padding: 8px 0;
                display: flex;
                align-items: center;
            }

                #footer .footer-top .footer-links ul li:first-child {
                    padding-top: 0;
                }

            #footer .footer-top .footer-links ul a {
                color: #b8b8b8;
                transition: 0.3s;
                display: inline-block;
                line-height: 1.1;
            }

                #footer .footer-top .footer-links ul a:hover {
                    color: #fcb332;
                    text-decoration: none;
                }



    #footer .footer-top .footer-newsletter form {
        margin-top: 30px;
        background: #fff;
        padding: 6px 10px 6px 15px;
        position: relative;
        border-radius: 50px;
    }

        #footer .footer-top .footer-newsletter form input[type="email"] {
            border: 0;
            padding: 4px;
            width: calc(100% - 110px);
        }

        #footer .footer-top .footer-newsletter form input[type="submit"] {
            position: absolute;
            top: 0;
            right: -2px;
            bottom: 0;
            border: 0;
            background: none;
            font-size: 16px;
            padding: 0 20px;
            background: #fcb332;
            color: #fff;
            transition: 0.3s;
            border-radius: 50px;
        }

            #footer .footer-top .footer-newsletter form input[type="submit"]:hover {
                background: #ca373c;
            }

#footer .copyright {
    border-top: 1px solid #7f7f7f85;
    text-align: center;
    padding-top: 30px;
    color: #7f7f7f;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

.ab_devider_outer {
    display: block;
    width: 100%;
    height: 2px;
    background-color: rgba(122,122,122,0.08);
}

.ab_devider {
    display: block;
    width: 20%;
    height: 2px;
    background-color: #fcb332;
}

.ftr_nav_outer {
    margin: 0px;
    padding-left: 17px;
    /*margin-top: 20px;*/
}

    .ftr_nav_outer li {
        list-style-type: none;
        position: relative;
    }

        .ftr_nav_outer li a {
            color: #171717;
            text-decoration: none;
            font-weight: 550;
        }


            .ftr_nav_outer li a:hover {
                color: #f1a817 !important;
            }



.eml_field {
    width: 100%;
    outline: none;
    border: none;
    border-bottom: 2px solid rgba(222,222,222,.6);
    background-color: transparent;
    padding: 5px;
}

    .eml_field:focus {
        width: 100%;
        outline: none;
        border: none;
        border-bottom: 2px solid #f1a817;
        background-color: transparent;
        padding: 5px;
    }

/* footer social icons */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

    ul.social-network li {
        display: inline;
        margin: 0 5px;
    }


/* footer social icons */
.social-network a.icoRss:hover {
    background-color: #fcb332;
}

.social-network a.icoFacebook:hover {
    background-color: #fcb332;
}

.social-network a.icoTwitter:hover {
    background-color: #fcb332;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

    .social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
    .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
        color: #fff;
    }

a.socialIcon:hover, .socialHoverClass {
    color: #44BCDD;
}


.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    background-color: #ededed;
    color: #171717;
}

    .social-circle li a i {
        margin: 0;
        line-height: 40px;
        text-align: center;
    }

    .social-circle li a:hover i, .triggeredHover {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms--transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
        z-index: 3;
    }

.social-circle i {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
/*main footer end*/


/*image hover effect*/
/*********************** Demo - 17 *******************/





.ind_btn {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    background: 0 0;
    display: inline-block;
    color: #fff;
    /*height: 50px;*/
    min-width: 170px;
    padding: 15px 20px;
    text-align: center;
    line-height: .9;
    margin-bottom: 15px;
}



    .ind_btn span {
        position: relative;
        z-index: 4;
    }

    .ind_btn:before {
        width: 100%;
        height: 100%;
        background: #fcb332;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        transition: all ease .3s;
        -moz-transition: all ease .3s;
        -webkit-transition: all ease .3s;
        -ms-transition: all ease .3s;
        -o-transition: all ease .3s;
        color: #fcb332 !important;
    }

    .ind_btn:after {
        width: 100%;
        height: 100%;
        background: #fcb332;
        content: '';
        position: absolute;
        left: 6px;
        top: 6px;
        z-index: 1;
        transition: all ease .3s;
        -moz-transition: all ease .3s;
        -webkit-transition: all ease .3s;
        -ms-transition: all ease .3s;
        -o-transition: all ease .3s;
        color: #fcb332 !important;
    }

    .ind_btn:hover {
        color: #fcb332;
    }

.elementor a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
    outline: 0;
}



.ind_btn:hover:before {
    left: 6px;
    top: 6px;
}

.ind_btn:hover:after {
    left: 0;
    top: 0;
    z-index: 3;
}


/*stylish button end*/




/*prealoader*/
#preloader {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(255,255,255,1);
    z-index: 99999999999;
}

.loader, .loader:before, .loader:after {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
}

@keyframes rect-rotate {
    0% {
        transform: rotate(0);
    }

    50%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes fill-rect {
    0%, 50% {
        height: 0px;
    }

    100% {
        height: inherit;
    }
}

.loader.box-rotation {
    transform-origin: center center;
    color: #fcb332;
    width: 70px;
    height: 70px;
    border: 3px solid;
    display: inline-block;
    animation: rect-rotate 2s linear infinite;
}

.loader_inn {
    width: 160px;
    height: 120px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.loader_text {
    margin-top: 20px;
}

.loader.box-rotation::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #fcb332;
    opacity: 0.5;
    animation: fill-rect 2s linear infinite;
}
/** preloader end */

/*why choose suntek start*/
#why_choose {
    background: url(../images/bg21.png);
    background-position: right top;
    background-repeat: no-repeat;
    /*background-size: contain;*/
}

#why_choose2 {
    /*background: linear-gradient(rgba(244, 229, 172, 0), rgba(244, 229, 172, 0)), url(../images/divider.png);*/
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

#why_choose .ind_btn:before {
    background: #fcb332;
}

#why_choose .ind_btn:after {
    background: #fff;
}

#why_choose .owl-theme .owl-dots .owl-dot.active span {
    background-color: #fcb332;
    /* width: 35px;*/
}

#why_choose .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fcb332;
}


/*why choose suntek End*/



/*about company tab start*/

/*svg styling*/

#hero {
    width: 100%;
    background: url("../img/hero-bg.jpg");
    position: relative;
    padding: 0;
    overflow: hidden;
}

    #hero:before {
        content: "";
        background: rgba(2, 5, 161, 0.91);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }


    #hero .animated {
        animation: up-down 2s ease-in-out infinite alternate-reverse both;
    }

.hero-waves {
    display: block;
    width: 100%;
    height: 90px;
    z-index: 5;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.btn-lg {
    padding: 8px 8px;
    font-size: 15px;
}

.wave1 use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave2 use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave3 use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@-webkit-keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

/*manin intro*/
#main_intro {
    /* overflow: hidden;*/
    position: relative;
    /* background-size: contain;*/
}

    #main_intro .content {
        /*border-left: 2px solid #fcb332;*/
        transition: all .3s;
    }

        #main_intro .content img:hover #main_intro .content {
            box-shadow: none;
        }


        #main_intro .content:hover {
            transform: translateY(-10px);
        }


    #main_intro h3 {
        color: #232323;
        margin-top: 20px;
        text-transform: capitalize;
    }

.icon_right_txt {
}

.with-arrow .nav-link.active {
    position: relative;
}

    .with-arrow .nav-link.active::after {
        content: '';
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #fcb332;
        position: absolute;
        bottom: -6px;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        color: #fcb332;
    }

/* lined tabs */

.lined .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
}

    .lined .nav-link:hover {
        border: none;
        border-bottom: 3px solid transparent;
        color: #fcb332;
    }

    .lined .nav-link.active {
        background: none;
        color: #555;
        border-color: #fcb332;
    }

/*about company tab End*/

/*industries start*/

#industries {
    overflow: hidden;
}



    #industries .product-grid3 {
        border: none;
    }

.clients-carousel .product-grid3 {
    box-shadow: none;
}

#industries h2 {
    color: #565656;
}

/*industries end*/




/* Shikoba */


.color_break {
    background-color: #ffb963;
    background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../images/suntek_002.jpg);
    background-size: cover;
    background-size: center;
    color: #fff;
}

    .color_break .cta_l {
        /* background: linear-gradient(rgba(255,135,79,0),rgba(255,135,79,0)), url(../images/suntek_002.png);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;*/
        color: #fff;
        padding: 20px;
        position: relative;
    }


    .color_break .img_back {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }

    .color_break .img_up {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        padding: 110px 50px 50px 50px;
    }






    .color_break p {
        font-size: 24px;
        letter-spacing: 1.3px;
        line-height: 32px;
    }

.clients-carousel .product-grid3 {
    background: transparent;
    border: none !important;
}




#main_banner {
    background: url(../images/03home/Home-1-Banner.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}


    #main_banner .row {
        min-height: 550px;
    }


#search_outer {
    background-image: url('../gfst_images/home_household_storage/bg3.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    position: relative;
}

.search_inn {
    background: #fff;
    box-shadow: 0px 0px 20px 0 rgba(72, 73, 121, 0.15);
    padding: 0px;
    /*border-radius: 20px;*/
    border-radius: 35px;
    padding-right: 6px;
}



.frm_f_outer {
    border: 2px solid transparent;
    padding: 11px 5px 15px 22px;
    position: relative;
}

    .frm_f_outer:before {
        content: "";
        width: 1px;
        height: 0px;
        position: absolute;
        top: 10px;
        left: 0px;
        background: #ededed;
    }

    .frm_f_outer label {
        color: #111;
    }

    .frm_f_outer label {
        margin-bottom: 0px;
    }

    .frm_f_outer .form-control {
        height: calc(.5em + .5rem + 2px) !important;
    }

    .frm_f_outer .form-control {
        background: transparent;
        border: none;
        margin: 0px;
        padding-left: 0px;
    }

    .frm_f_outer:hover {
        /*border: 2px solid #ccc;
       
        background: #f9f8f6;*/
        background-color: #fff;
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        border-radius: 35px;
    }

        .frm_f_outer:hover:before {
            display: none;
        }

    .frm_f_outer .form-control:focus {
        box-shadow: none;
    }

.focused {
    border: 2px solid #ccc !important;
    border-radius: 20px !important;
}

.frm_s_outer {
    display: flex;
    align-items: center;
}

    .frm_s_outer .btn {
        height: 51px;
        border-radius: 35px;
    }

.frm_f_outer .btn-outline-secondary:hover {
    color: #000;
    background-color: transparent !important;
    border-color: none !important;
}

.frm_f_outer .btn-outline-secondary {
    color: #000 !important;
    background-color: transparent;
    border-color: #fff !important;
    padding-left: 0;
}

    .frm_f_outer .btn-outline-secondary ::after, ::before {
        box-sizing: border-box;
    }

    .frm_f_outer .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #000 !important;
        background-color: transparent;
        border-color: #fff !important;
    }


#why_goldfish {
    position: relative;
    overflow: hidden;
    width: 100%;
}



.BS_why_goldfish_l {
    background-image: url('../gfst_images/BS_Goldfishh Business Storage.jpg') !important;
}

/*goldfish storage tech start*/
.goldfishh_storage_tech_back {
    background-image: url('../gfst_images/Storex-Banner-Desktop-Tiny.jpg');
    background-size: cover;
    background-position: center;
}


.why_goldfish_inn {
    border: 3px solid #fcc332;
    padding: 25px 20px;
    /*height: 235px;*/
    background: #00000033;
    top: 52px;
}

.adds_value_easyas {
    width: 78%;
    margin: 0px auto;
}
/*goldfish storage tech end*/

.BS_why_goldfish_r {
    background-image: url('../gfst_images/BS_Goldfishh Household Storage.jpg') !important;    
}

.goldfishh_storage_tech_inn {
    /* border: 3px solid #fcc332; */
    /* padding: 25px 20px; */
    height: 215px;
    /* background: #00000033; */
    /* text-align: right; */
}

.why_warever_inn {
    border: 3px solid #fcc332;
    padding: 35px 15px;
    height: 185px;
    background: #00000033;
}

.why_wazzo_inn {
    border: 3px solid #fcc332;
    padding: 30px 15px;
    height: auto;
    background: #00000033;
}

.why_service_inn {
    border: 3px solid #fcc332;
    padding: 35px 15px;
    height: 185px;
    background: #00000033
}

.why_storage_inn {
    border: 3px solid #fcc332;
    padding: 35px 15px;
    height: 210px;
    background: #00000033;
}

#infrastructure_more_img {
    width: 100%;
    overflow: hidden;
}


/* total width */
.scrollbar::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
}

/* background of the scrollbar except button or resizer */
.scrollbar::-webkit-scrollbar-track {
    background-color: #fff;
}

    .scrollbar::-webkit-scrollbar-track:hover {
        background-color: #f4f4f4;
    }

/* scrollbar itself */
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #fcb332;
    border-radius: 16px;
    border: 5px solid #fff;
}
/*.scrollbar::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border:4px solid #f4f4f4
}*/

/* set button(top and bottom of the scrollbar) */
.scrollbar::-webkit-scrollbar-button {
    display: none;
}

/* div box */

.scrollbar {
    height: 400px;
    width: 100%;
    background: #fff;
    overflow-y: scroll;
    box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
}

.scrollbar_cont {
    padding: 30px;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section {
    padding-bottom: 60px;
    overflow: hidden;
}
/*.section-bg {
    background-color: #fffcf3 !important;
}*/


.section-title {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 5rem;
}

    .section-title h2 {
        margin-bottom: 20px;
        padding-bottom: 0;
        color: #646c55;
    }

    .section-title p {
        margin-bottom: 0;
    }
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .info {
    width: 100%;
}


    .contact .info i {
        font-size: 20px;
        float: left;
        width: 44px;
        height: 44px;
        background: #fcb332;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
        color: #fff;
    }

    .contact .info h2 {
        /*font-size: 25px;*/
        border-bottom: 1px solid #e6e2e2;
    }

    .contact .info h4 {
        padding: 0 0 0 60px;
        /*font-size: 18px;
        font-weight: 500;*/
        margin-bottom: 5px;
        font-family: "Poppins", sans-serif;
    }

    .contact .info p {
        padding: 0 0 0 60px;
        margin-bottom: 0;
        /*font-size: 14px;*/
        color: #333;
    }

    .contact .info .open-hours, .contact .info .email, .contact .info .phone {
        margin-top: 15px;
    }

.contact .php-email-form {
    width: 100%;
}

    .contact .php-email-form .form-group {
        padding-bottom: 8px;
    }

    .contact .php-email-form .validate {
        display: none;
        color: red;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px;
    }

    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .php-email-form .loading {
        display: none;
        text-align: center;
        padding: 15px;
    }

        .contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #cda45e;
            border-top-color: #1a1814;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    .contact .php-email-form input, .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
        background: #fff;
        border-color: #ccc;
        color: #333;
    }

#frmEnquiryfooter .form-control {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    background: #d9d9d9;
    border-color: #ccc;
    color: #333;
}


.contact .php-email-form input::-webkit-input-placeholder, .contact .php-email-form textarea::-webkit-input-placeholder {
    color: #a49b89;
}

.contact .php-email-form input::-moz-placeholder, .contact .php-email-form textarea::-moz-placeholder {
    color: #a49b89;
}

.contact .php-email-form input:-ms-input-placeholder, .contact .php-email-form textarea:-ms-input-placeholder {
    color: #a49b89;
}

.contact .php-email-form input::-ms-input-placeholder, .contact .php-email-form textarea::-ms-input-placeholder {
    color: #a49b89;
}

.contact .php-email-form input::placeholder, .contact .php-email-form textarea::placeholder {
    color: #a49b89;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
    border-color: #cda45e;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 5px 5px;
}

.contact .php-email-form button[type="submit"] {
    background: #fb7f01;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

    .contact .php-email-form button[type="submit"]:hover {
        background: #ea2400;
    }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.map {
    padding: 0;
    margin-bottom: -6px;
}

    .map iframe {
        width: 100%;
        height: 380px;
    }



/*register product*/

#register_product .bt6:after {
    content: '';
    width: 0;
    z-index: -1;
    height: 0;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent #fcb332 transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

#register_product .bt6:before {
    content: '';
    width: 0;
    z-index: -1;
    height: 0;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent transparent transparent #fcb332;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

#register_product .bt6:hover:before {
    border-width: 100px 0 0 100px;
}

#register_product .bt6:hover:after {
    border-width: 0 100px 100px 0;
}

#register_product .price-box {
    box-sizing: border-box;
    background: white;
    padding: 20px 0px;
    border-radius: 40px 0px 40px 0px;
    border-right: 2px solid #fcb332;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.05);
    border-left: 2px solid #fcb332;
    margin-bottom: 20px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    overflow: hidden !important;
}




    #register_product .price-box:hover {
        transform: translateY(-5px);
    }

#register_product .bt6 {
    overflow: hidden;
}

.p_title {
    font-size: 22px;
    line-height: 26px;
}

/*just arrived*/
#just_arrived {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

    #just_arrived .content {
        border-left: 2px solid #fcb332;
    }

    #just_arrived h3 {
        text-transform: capitalize;
        margin-top: 20px;
    }


/*whychoose blackcat*/
#whychoose {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

/*next to img*/
.nexto_img {
    width: 100%;
    height: auto;
    padding-left: 35px;
    padding-right: 35px;
}

@media only screen and (max-width: 992px) {
    .nexto_img {
        width: 100%;
        height: auto;
        padding-left: 0px;
        padding-right: 0px;
    }
}
/*next to lefyt image*/
.nexto_img_l {
    position: relative;
    transition: .3s;
}

    .nexto_img_l::before {
        content: "";
        position: absolute;
        background: #f1f1f1;
        height: 100%;
        width: 100%;
        left: -16px;
        z-index: -1;
        top: -16px;
        border-radius: 4px;
        transition: .3s;
    }

    .nexto_img_l:hover::before {
        background: #fcb332;
        left: -8px;
        top: -8px;
    }



    .nexto_img_l img {
        border-radius: 4px;
    }


/*next to right image*/
.nexto_img_r {
    position: relative;
    transition: .3s;
}

    .nexto_img_r::before {
        content: "";
        position: absolute;
        background: #f1f1f1;
        height: 100%;
        width: 100%;
        right: -16px;
        z-index: -1;
        top: -16px;
        border-radius: 4px;
        transition: .3s;
    }

    .nexto_img_r:hover::before {
        background: #fcb332;
        right: -8px;
        top: -8px;
    }

    .nexto_img_r img {
        border-radius: 4px;
    }


/*ul li style*/
.nexto_img ul li {
    position: relative;
    list-style-type: none;
}

    .nexto_img ul li:before, .nexto_img ul li:before {
        content: '';
        width: 10px;
        height: 10PX;
        border-radius: 50%;
        background-color: #601bda;
        position: absolute;
        left: -25px;
        top: 8px;
    }


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 0;
    background: #f3eeee;
    padding-bottom: 5px;
}

    .breadcrumbs .breadcrumb-hero {
        background: url(../images/contactus.jpg);
        background-size: cover;
        background-position: center;
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
        padding: 20px 0;
        text-align: center;
        color: #fff;
    }

    .breadcrumbs .about-breadcrumb-hero {
        background: url(../images/Goldfishh-AboutUs.jpg);
        background-size: cover;
        background-position: center;
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
        padding: 20px 0;
        text-align: center;
        color: #fff;
    }

    .breadcrumbs .blog-breadcrumb-hero {
        background: url(../images/Goldfishh-Blogs.jpg);
        background-size: cover;
        background-position: center;
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
        padding: 20px 0;
        text-align: center;
        color: #fff;
    }

    .breadcrumbs .contact-breadcrumb-hero {
        background: url(../images/Goldfishh-Contactus.jpg);
        background-size: cover;
        background-position: center;
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
        padding: 20px 0;
        text-align: center;
        color: #fff;
    }

    .breadcrumbs .thankyou-breadcrumb-hero {
        background: url(../images/Goldfishh-Thankyou.jpg);
        background-size: cover;
        background-position: center;
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
        padding: 0px 0;
        text-align: center;
        color: #fff;
    }

    .breadcrumbs .breadcrumb-hero h2 {
        font-size: 32px;
        font-weight: 500;
        color: #fff;
    }

    .breadcrumbs .breadcrumb-hero p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 10px 0;
    }

        .breadcrumbs ol li + li {
            padding-left: 5px;
        }

            .breadcrumbs ol li + li::before {
                display: inline-block;
                padding-right: 5px;
                color: #565e49;
                content: ">";
            }

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.custom-container {
max-width:95% !important;
}

.about .container {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
    background: #fff;
}

.about .count-box {
    width: 100%;
}

    .about .count-box i {
        display: block;
        font-size: 48px;
        color: #fcb332;
        float: left;
    }

    .about .count-box span {
        font-size: 28px;
        line-height: 24px;
        display: block;
        font-weight: 700;
        color: #646c55;
        margin-left: 60px;
    }

    .about .count-box p {
        padding: 5px 0 0 0;
        margin: 0 0 0 60px;
        font-family: "Raleway", sans-serif;
        font-weight: 600;
        font-size: 14px;
        color: #646c55;
    }

    .about .count-box a {
        font-weight: 600;
        display: block;
        margin-top: 20px;
        color: #646c55;
        font-size: 15px;
        font-family: "Poppins", sans-serif;
        transition: ease-in-out 0.3s;
    }

        .about .count-box a:hover {
            color: #8b9578;
        }

.about .content {
    font-size: 15px;
}

    .about .content h3 {
        font-weight: 700;
        font-size: 24px;
        color: #3c4133;
    }

    .about .content ul {
        list-style: none;
        padding: 0;
    }

        .about .content ul li {
            padding-bottom: 10px;
            padding-left: 28px;
            position: relative;
        }

        .about .content ul i {
            font-size: 24px;
            color: #94c045;
            position: absolute;
            left: 0;
            top: -2px;
        }

    .about .content p:last-child {
        margin-bottom: 0;
    }

.about .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#94c045 50%, rgba(148, 192, 69, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

    .about .play-btn::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 100;
        transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .about .play-btn::before {
        content: '';
        position: absolute;
        width: 120px;
        height: 120px;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation: pulsate-btn 2s;
        animation: pulsate-btn 2s;
        -webkit-animation-direction: forwards;
        animation-direction: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: steps;
        animation-timing-function: steps;
        opacity: 1;
        border-radius: 50%;
        border: 5px solid rgba(148, 192, 69, 0.7);
        top: -15%;
        left: -15%;
        background: rgba(198, 16, 0, 0);
    }

    .about .play-btn:hover::after {
        border-left: 15px solid #94c045;
        transform: scale(20);
    }

    .about .play-btn:hover::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border: none;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 200;
        -webkit-animation: none;
        animation: none;
        border-radius: 0;
    }

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# Work Process
--------------------------------------------------------------*/
.work-process .content + .content {
    margin-top: 100px;
}

.work-process .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.work-process .content ul {
    list-style: none;
    padding: 0;
}

    .work-process .content ul li {
        padding-bottom: 10px;
    }

    .work-process .content ul i {
        font-size: 20px;
        padding-right: 4px;
        color: #94c045;
    }

.work-process .content p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills {
    padding-top: 60px;
}

    .skills .content h3 {
        font-weight: 700;
        font-size: 26px;
        color: #3c4133;
        font-family: "Poppins", sans-serif;
    }

    .skills .content ul {
        list-style: none;
        padding: 0;
    }

        .skills .content ul li {
            padding-bottom: 10px;
        }

        .skills .content ul i {
            font-size: 20px;
            padding-right: 4px;
            color: #94c045;
        }

    .skills .content p:last-child {
        margin-bottom: 0;
    }

    .skills .progress {
        height: 50px;
        display: block;
        background: none;
    }

        .skills .progress .skill {
            padding: 0;
            margin: 0 0 6px 0;
            text-transform: uppercase;
            display: block;
            font-weight: 600;
            font-family: "Poppins", sans-serif;
            color: #3c4133;
        }

            .skills .progress .skill .val {
                float: right;
                font-style: normal;
            }

    .skills .progress-bar-wrap {
        background: #e1e4dc;
    }

    .skills .progress-bar {
        width: 1px;
        height: 10px;
        transition: .9s;
        background-color: #94c045;
    }



/*from_blog_sec section*/
#from_blog_sec {
    position: relative;
    width: 100%;
    height: auto;
}


.icon_boxes_con.style1 .ser-box-link {
    left: 50%;
    transform: translateX(-50%);
}

.service_box {
    position: relative;
    z-index: 1;
}

.image-container {
    width: 60%;
    transition: all .5s;
}



/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
    padding: 0 0 40px 0;
}

    .blog .entry {
        padding: 20px;
        margin-bottom: 60px;
        overflow: hidden;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .entry .entry-img {
            max-height: 400px;
            margin: -20px -20px 20px -20px;
            overflow: hidden;
        }

        .blog .entry .entry-title {
            font-size: 20px;
            line-height: 26px;
            font-weight: bold;
            padding: 0;
            margin: 0 0 20px 0;
        }

            .blog .entry .entry-title a {
                color: #3c4133;
                transition: 0.3s;
            }

                .blog .entry .entry-title a:hover {
                    color: #94c045;
                }

        .blog .entry .entry-meta {
            margin-bottom: 15px;
            color: #a3ab95;
        }

            .blog .entry .entry-meta ul {
                display: flex;
                flex-wrap: wrap;
                list-style: none;
                padding: 0;
                margin: 0;
            }

                .blog .entry .entry-meta ul li + li {
                    padding-left: 20px;
                }

            .blog .entry .entry-meta i {
                font-size: 14px;
                padding-right: 4px;
            }

            .blog .entry .entry-meta a {
                color: #8b9578;
                font-size: 14px;
                display: inline-block;
                line-height: 1;
            }

        .blog .entry .entry-content p {
            line-height: 24px;
            font-size: 15px;
        }

        .blog .entry .entry-content ul {
            font-weight: 300;
        }

        .blog .entry .entry-content .read-more {
            -moz-text-align-last: right;
            text-align-last: right;
        }

            .blog .entry .entry-content .read-more a {
                display: inline-block;
                background: #fcb332;
                color: #fff;
                padding: 6px 20px;
                transition: 0.3s;
                font-size: 14px;
            }

                .blog .entry .entry-content .read-more a:hover {
                    background: #fb7f01;
                }

        .blog .entry .entry-content h3 {
            font-size: 22px;
            margin-top: 30px;
            font-weight: bold;
        }

        .blog .entry .entry-content blockquote {
            overflow: hidden;
            background-color: #fafafa;
            padding: 60px;
            position: relative;
            text-align: center;
            margin: 20px 0;
        }

            .blog .entry .entry-content blockquote p {
                color: #444444;
                line-height: 1.6;
                margin-bottom: 0;
                font-style: italic;
                font-weight: 500;
                font-size: 22px;
            }

            .blog .entry .entry-content blockquote .quote-left {
                position: absolute;
                left: 20px;
                top: 20px;
                font-size: 36px;
                color: #e7e7e7;
            }

            .blog .entry .entry-content blockquote .quote-right {
                position: absolute;
                right: 20px;
                bottom: 20px;
                font-size: 36px;
                color: #e7e7e7;
            }

            .blog .entry .entry-content blockquote::after {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 3px;
                background-color: #3c4133;
                margin-top: 20px;
                margin-bottom: 20px;
            }

        .blog .entry .entry-footer {
            padding-top: 10px;
            border-top: 1px solid #e6e6e6;
        }

            .blog .entry .entry-footer i {
                color: #8b9578;
                display: inline;
            }

            .blog .entry .entry-footer a {
                color: #b7bdab;
                transition: 0.3s;
            }

                .blog .entry .entry-footer a:hover {
                    color: #94c045;
                }

            .blog .entry .entry-footer .cats {
                list-style: none;
                display: inline;
                padding: 0 20px 0 0;
                font-size: 14px;
            }

                .blog .entry .entry-footer .cats li {
                    display: inline-block;
                }

            .blog .entry .entry-footer .tags {
                list-style: none;
                display: inline;
                padding: 0;
                font-size: 14px;
            }

                .blog .entry .entry-footer .tags li {
                    display: inline-block;
                }

                    .blog .entry .entry-footer .tags li + li::before {
                        padding-right: 6px;
                        color: #6c757d;
                        content: ",";
                    }

            .blog .entry .entry-footer .share {
                font-size: 16px;
            }

                .blog .entry .entry-footer .share i {
                    padding-left: 5px;
                }

    .blog .entry-single {
        margin-bottom: 30px;
    }

        .blog .entry-single .entry-title {
            font-size: 32px;
            line-height: 38px;
        }

    .blog .blog-author {
        padding: 20px;
        margin-bottom: 30px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .blog-author img {
            width: 120px;
        }

        .blog .blog-author h4 {
            margin-left: 140px;
            font-weight: 600;
            font-size: 22px;
            margin-bottom: 0px;
            padding: 0;
        }

        .blog .blog-author .social-links {
            margin: 0 0 5px 140px;
        }

            .blog .blog-author .social-links a {
                color: #a3ab95;
            }

        .blog .blog-author p {
            margin-left: 140px;
            font-style: italic;
            color: #b7b7b7;
        }

    .blog .blog-comments {
        margin-bottom: 30px;
    }

        .blog .blog-comments .comments-count {
            font-weight: bold;
        }

        .blog .blog-comments .comment {
            margin-top: 30px;
            position: relative;
        }

            .blog .blog-comments .comment .comment-img {
                width: 50px;
            }

            .blog .blog-comments .comment h5 {
                margin-left: 65px;
                font-size: 16px;
                margin-bottom: 2px;
            }

                .blog .blog-comments .comment h5 a {
                    font-weight: bold;
                    color: #444444;
                    transition: 0.3s;
                }

                    .blog .blog-comments .comment h5 a:hover {
                        color: #94c045;
                    }

                .blog .blog-comments .comment h5 .reply {
                    padding-left: 10px;
                    color: #3c4133;
                }

            .blog .blog-comments .comment time {
                margin-left: 65px;
                display: block;
                font-size: 14px;
                color: #a3ab95;
                margin-bottom: 5px;
            }

            .blog .blog-comments .comment p {
                margin-left: 65px;
            }

            .blog .blog-comments .comment.comment-reply {
                padding-left: 40px;
            }

        .blog .blog-comments .reply-form {
            margin-top: 30px;
            padding: 30px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        }

            .blog .blog-comments .reply-form h4 {
                font-weight: bold;
                font-size: 22px;
            }

            .blog .blog-comments .reply-form p {
                font-size: 14px;
            }

            .blog .blog-comments .reply-form input {
                border-radius: 0;
                padding: 20px 10px;
                font-size: 14px;
            }

                .blog .blog-comments .reply-form input:focus {
                    box-shadow: none;
                    border-color: #c0da91;
                }

            .blog .blog-comments .reply-form textarea {
                border-radius: 0;
                padding: 10px 10px;
                font-size: 14px;
            }

                .blog .blog-comments .reply-form textarea:focus {
                    box-shadow: none;
                    border-color: #c0da91;
                }

            .blog .blog-comments .reply-form .form-group {
                margin-bottom: 25px;
            }

            .blog .blog-comments .reply-form .btn-primary {
                border-radius: 0;
                padding: 10px 20px;
                border: 0;
                background-color: #3c4133;
            }

                .blog .blog-comments .reply-form .btn-primary:hover {
                    background-color: #94c045;
                }

    .blog .blog-pagination {
        color: #717a60;
    }

        .blog .blog-pagination ul {
            display: flex;
            padding-left: 0;
            list-style: none;
        }

        .blog .blog-pagination li {
            border: 1px solid white;
            margin: 0 5px;
            transition: 0.3s;
        }

            .blog .blog-pagination li.active {
                background: white;
            }

            .blog .blog-pagination li a {
                color: #aaaaaa;
                padding: 7px 16px;
                display: inline-block;
            }

            .blog .blog-pagination li.active, .blog .blog-pagination li:hover {
                background: #94c045;
                border: 1px solid #94c045;
            }

                .blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
                    color: #fff;
                }

            .blog .blog-pagination li.disabled {
                background: #fff;
                border: 1px solid white;
            }

                .blog .blog-pagination li.disabled i {
                    color: #f1f1f1;
                    padding: 10px 16px;
                    display: inline-block;
                }

    .blog .sidebar {
        padding: 30px;
        margin: 0 0 60px 20px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .sidebar .sidebar-title {
            font-size: 20px;
            font-weight: 700;
            padding: 0 0 0 0;
            margin: 0 0 15px 0;
            color: #3c4133;
            position: relative;
        }

        .blog .sidebar .sidebar-item {
            margin-bottom: 30px;
        }

        .blog .sidebar .search-form form {
            background: #fff;
            border: 1px solid #ddd;
            padding: 3px 10px;
            position: relative;
        }

            .blog .sidebar .search-form form input[type="text"] {
                border: 0;
                padding: 4px;
                width: calc(100% - 40px);
            }

            .blog .sidebar .search-form form button {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 15px;
                margin: -1px;
                background: #3c4133;
                color: #fff;
                transition: 0.3s;
            }

                .blog .sidebar .search-form form button:hover {
                    background: #565e49;
                }

        .blog .sidebar .categories ul {
            list-style: none;
            padding: 0;
        }

            .blog .sidebar .categories ul li + li {
                padding-top: 10px;
            }

            .blog .sidebar .categories ul a {
                color: #7e886b;
            }

                .blog .sidebar .categories ul a:hover {
                    color: #94c045;
                }

                .blog .sidebar .categories ul a span {
                    padding-left: 5px;
                    color: #a3ab95;
                    font-size: 14px;
                }

        .blog .sidebar .recent-posts .post-item + .post-item {
            margin-top: 15px;
        }

        .blog .sidebar .recent-posts img {
            width: 80px;
            float: left;
        }

        .blog .sidebar .recent-posts h4 {
            font-size: 15px;
            margin-left: 95px;
            font-weight: normal;
        }

            .blog .sidebar .recent-posts h4 a {
                color: #070806;
                transition: 0.3s;
            }

                .blog .sidebar .recent-posts h4 a:hover {
                    color: #fcb332f2;
                }

        .blog .sidebar .recent-posts time {
            display: block;
            margin-left: 95px;
            font-style: italic;
            font-size: 14px;
            color: #a3ab95;
        }

        .blog .sidebar .tags {
            margin-bottom: -10px;
        }

            .blog .sidebar .tags ul {
                list-style: none;
                padding: 0;
            }

                .blog .sidebar .tags ul li {
                    display: inline-block;
                }

                .blog .sidebar .tags ul a {
                    color: #7e886b;
                    font-size: 14px;
                    padding: 6px 14px;
                    margin: 0 6px 8px 0;
                    border: 1px solid #edefea;
                    display: inline-block;
                    transition: 0.3s;
                }

                    .blog .sidebar .tags ul a:hover {
                        color: #fff;
                        border: 1px solid #94c045;
                        background: #94c045;
                    }

                    .blog .sidebar .tags ul a span {
                        padding-left: 5px;
                        color: #d5d8ce;
                        font-size: 14px;
                    }





.nav-pills .nav-link {
    color: #555;
}

.text-uppercase {
    letter-spacing: 0.1em;
}


.product-grid3 {
    text-align: center;
    position: relative;
    z-index: 1;
    background: #fff;
    color: #232323;
    padding: 15px;
    border-radius: 4px;
    border: 1px dashed#ffd08a;
}

#main_intro .product-grid3 {
    background: #fff;
    color: #232323;
    border: 0px dashed#ffd08a;
    transition: all .3s;
    border-radius: 4px;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.1);
}

    #main_intro .product-grid3:hover {
        transform: translateY(-10px);
    }

        #main_intro .product-grid3:hover h3 {
            color: #fff;
            text-shadow: none !important;
        }


/*drop text styling*/
.title_backdrop_l, .title_backdrop_c, .title_backdrop_c2, .title_backdrop_ftr_l {
    position: relative;
    display: inline-block;
}

    .title_backdrop_l:before {
        content: attr(data-content);
        position: absolute;
        top: 50%;
        left: 0%;
        color: var(--black);
        font-size: 120px;
        line-height: 110px;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 8px;
        z-index: 99;
        opacity: 0.04;
        transform: translateY(-50%);
    }

    .title_backdrop_l::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -50px;
        width: 40px;
        height: 2px;
        background: #ff5e14;
        z-index: 99;
        opacity: 0.8;
    }

    .title_backdrop_c:before {
        content: attr(data-content);
        position: absolute;
        top: 50%;
        left: 50%;
        color: var(--black);
        font-size: 120px;
        line-height: 110px;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 8px;
        z-index: 99;
        opacity: 0.04;
        transform: translate(-50%,-50%);
    }

    .title_backdrop_c::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -50px;
        width: 40px;
        height: 2px;
        background: #ff5e14;
        z-index: 99;
        opacity: 0.8;
    }

    .title_backdrop_c2::after {
        content: "";
        position: absolute;
        top: 50%;
        left: -50px;
        width: 40px;
        height: 2px;
        background: #ff5e14;
        z-index: 99;
        opacity: 0.8;
    }


    .title_backdrop_ftr_l:before {
        content: attr(data-content);
        position: absolute;
        top: 50%;
        left: 0%;
        color: var(--black);
        font-size: 90px;
        line-height: 60px;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 8px;
        z-index: 99;
        opacity: 0.04;
        transform: translateY(-50%);
    }

    .title_backdrop_ftr_l::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -50px;
        width: 40px;
        height: 2px;
        background: #ff5e14;
        z-index: 99;
        opacity: 0.8;
    }

/*    #main_intro{
    overflow: hidden;
    background: linear-gradient(rgba(255,255,255,.8),rgba(255,255,255,.8)), url(../images/bg6.png);
    background-position: left top;
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
   
}*/
.intro_img_outer {
    position: relative;
}

.intro_back {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 4px;
}

    .intro_back img {
        border-radius: 4px;
    }

.intro_front {
    position: absolute;
    top: 70px;
    right: -70px;
    border-radius: 4px;
}

    .intro_front img {
        border-radius: 4px;
    }

@media only screen and (max-width:992px) {
    .intro_front {
        position: absolute;
        top: 15px;
        right: -15px;
    }
}


/*stylish button*/

.ind_btn {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    background: 0 0;
    display: inline-block;
    color: #fff;
    /*height: 50px;*/
    min-width: 170px;
    padding: 15px 20px;
    text-align: center;
    line-height: .9;
    margin-bottom: 6px;
}



    .ind_btn span {
        position: relative;
        z-index: 4;
    }

    .ind_btn:before {
        width: 100%;
        height: 100%;
        background: #ff5e14;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        transition: all ease .3s;
        -moz-transition: all ease .3s;
        -webkit-transition: all ease .3s;
        -ms-transition: all ease .3s;
        -o-transition: all ease .3s;
        color: #ff5e14 !important;
    }

    .ind_btn:after {
        width: 100%;
        height: 100%;
        background: #f4e5ac;
        content: '';
        position: absolute;
        left: 6px;
        top: 6px;
        z-index: 1;
        transition: all ease .3s;
        -moz-transition: all ease .3s;
        -webkit-transition: all ease .3s;
        -ms-transition: all ease .3s;
        -o-transition: all ease .3s;
        color: #ff5e14 !important;
    }

    .ind_btn:hover {
        color: #ff5e14;
    }

.elementor a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
    outline: 0;
}


.ind_btn:hover:before {
    left: 6px;
    top: 6px;
}

.ind_btn:hover:after {
    left: 0;
    top: 0;
    z-index: 3;
}


/*product detainling */
.icons_cont img {
    width: 150px;
}

#product .icons_cont:hover {
    transition: all .3s;
}


.custom_list_item li {
    margin: 0;
    margin-bottom: 0.8em;
    padding-left: 1.5em;
    position: relative;
    list-style-type: none;
}

    .custom_list_item li:after {
        content: '';
        height: 10px;
        width: 10px;
        background: #fcb332;
        display: block;
        position: absolute;
        transform: rotate(45deg);
        top: 8px;
        left: 0;
    }

#product .icons_cont:hover {
    transform: translateY(-10px);
}

.browse_content_outer {
    position: relative;
}



.line {
    /*background: rgba(255,255,255, 0.15);*/
    background: linear-gradient(to left, transparent, #fcb332, transparent);
    height: 2px;
    width: 50%;
    margin: auto;
    display: inline-block;
    margin-bottom: 15px;
}


/*blog design*/
.blog_single {
    padding: 40px 0;
}

    .blog_single .entry {
        padding: 20px;
        margin-bottom: 60px;
        overflow: hidden;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog_single .entry .entry-img {
            /*max-height: 400px;*/
            margin: -20px -20px 20px -20px;
            /*overflow: hidden;*/
            position: relative;
        }

        .blog_single .entry .entry-title {
            font-size: 20px;
            line-height: 26px;
            font-weight: bold;
            padding: 0;
            margin: 0 0 20px 0;
        }

            .blog_single .entry .entry-title a {
                color: #232323;
                transition: 0.3s;
            }

                .blog_single .entry .entry-title a:hover {
                    color: #fcb332;
                }

        .blog_single .entry .entry-meta {
            color: #2b99f8;
            position: absolute;
            bottom: 0px;
            left: 0px;
            right: 0px;
            padding: 15px;
            background: rgba(202, 55, 60, 0.33);
        }

            .blog_single .entry .entry-meta ul {
                display: flex;
                flex-wrap: wrap;
                list-style: none;
                padding: 0;
                margin: 0;
            }

                .blog_single .entry .entry-meta ul li + li {
                    padding-left: 20px;
                }

            .blog_single .entry .entry-meta i {
                font-size: 14px;
                padding-right: 4px;
            }

            .blog_single .entry .entry-meta a {
                color: #2b99f8;
                font-size: 14px;
                display: inline-block;
                line-height: 1;
            }

        .blog_single .entry .entry-content p {
            line-height: 24px;
            font-size: 15px;
        }

        .blog_single .entry .entry-content .read-more {
            -moz-text-align-last: right;
            text-align-last: right;
        }

            .blog_single .entry .entry-content .read-more a {
                display: inline-block;
                background: #fcb332;
                color: #fff;
                padding: 6px 20px 8px 20px;
                transition: 0.3s;
                font-size: 14px;
                border-radius: 50px;
            }

                .blog_single .entry .entry-content .read-more a:hover {
                    background: #fcb332;
                }

        .blog_single .entry .entry-content h3 {
            font-size: 22px;
            margin-top: 30px;
            font-weight: bold;
        }

        .blog_single .entry .entry-content blockquote {
            overflow: hidden;
            background-color: #fafafa;
            padding: 60px;
            position: relative;
            text-align: center;
            margin: 20px 0;
        }

            .blog_single .entry .entry-content blockquote p {
                color: #444444;
                line-height: 1.6;
                margin-bottom: 0;
                font-style: italic;
                font-weight: 500;
                font-size: 22px;
            }

            .blog_single .entry .entry-content blockquote .quote-left {
                position: absolute;
                left: 20px;
                top: 20px;
                font-size: 36px;
                color: #e7e7e7;
            }

            .blog_single .entry .entry-content blockquote .quote-right {
                position: absolute;
                right: 20px;
                bottom: 20px;
                font-size: 36px;
                color: #e7e7e7;
            }

            .blog_single .entry .entry-content blockquote::after {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 3px;
                background-color: #fcb332;
                margin-top: 20px;
                margin-bottom: 20px;
            }

        .blog_single .entry .entry-footer {
            padding-top: 10px;
            border-top: 1px solid #e6e6e6;
        }

            .blog_single .entry .entry-footer i {
                color: #8ec8fb;
                display: inline;
            }

            .blog_single .entry .entry-footer a {
                color: #007bff;
                transition: 0.3s;
            }

                .blog_single .entry .entry-footer a:hover {
                    color: #fcb332;
                }

            .blog_single .entry .entry-footer .cats {
                list-style: none;
                display: inline;
                padding: 0 20px 0 0;
                font-size: 14px;
            }

                .blog_single .entry .entry-footer .cats li {
                    display: inline-block;
                }

            .blog_single .entry .entry-footer .tags {
                list-style: none;
                display: inline;
                padding: 0;
                font-size: 14px;
            }

                .blog_single .entry .entry-footer .tags li {
                    display: inline-block;
                }

                    .blog_single .entry .entry-footer .tags li + li::before {
                        padding-right: 6px;
                        color: #6c757d;
                        content: ",";
                    }

            .blog_single .entry .entry-footer .share {
                font-size: 16px;
            }

                .blog_single .entry .entry-footer .share i {
                    padding-left: 5px;
                }

    .blog_single .entry-single {
        margin-bottom: 30px;
    }

        .blog_single .entry-single .entry-title {
            font-size: 32px;
            line-height: 38px;
        }

    .blog_single .blog_single-author {
        padding: 20px;
        margin-bottom: 30px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog_single .blog_single-author img {
            width: 120px;
        }

        .blog_single .blog_single-author h4 {
            margin-left: 140px;
            font-weight: 600;
            font-size: 22px;
            margin-bottom: 0px;
            padding: 0;
        }

        .blog_single .blog_single-author .social-links {
            margin: 0 0 5px 140px;
        }

            .blog_single .blog_single-author .social-links a {
                color: #bfe0fd;
            }

        .blog_single .blog_single-author p {
            margin-left: 140px;
            font-style: italic;
            color: #b7b7b7;
        }


    /*blog_single sidebar*/

    .blog_single .sidebar {
        padding: 30px;
        margin: 0 0 60px 20px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog_single .sidebar .sidebar-title {
            font-size: 20px;
            font-weight: 700;
            padding: 0 0 0 0;
            margin: 0 0 15px 0;
            color: #232323;
            position: relative;
        }

        .blog_single .sidebar .sidebar-item {
            margin-bottom: 30px;
        }

        .blog_single .sidebar .search-form form {
            background: #fff;
            border: 1px solid #ddd;
            padding: 3px 10px;
            position: relative;
            border-radius: 50px;
        }

            .blog_single .sidebar .search-form form input[type="text"] {
                border: 0;
                padding: 4px;
                width: calc(100% - 60px);
            }

            .blog_single .sidebar .search-form form button {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 25px;
                margin: -1px;
                border-radius: 50px;
                background: #fcb332;
                color: #fff;
                transition: 0.3s;
            }

                .blog_single .sidebar .search-form form button:hover {
                    background: #2b99f8;
                }

        .blog_single .sidebar .categories ul {
            list-style: none;
            padding: 0;
        }

            .blog_single .sidebar .categories ul li + li {
                padding-top: 10px;
            }

            .blog_single .sidebar .categories ul a {
                color: #0665b7;
                transition: 0.3s;
            }

                .blog_single .sidebar .categories ul a:hover {
                    color: #fcb332;
                }

                .blog_single .sidebar .categories ul a span {
                    padding-left: 5px;
                    color: #8ec8fb;
                    font-size: 14px;
                }

        .blog_single .sidebar .recent-posts .post-item + .post-item {
            margin-top: 15px;
        }

        .blog_single .sidebar .recent-posts img {
            width: 80px;
            height: 80px;
            float: left;
            object-fit: cover;
        }

        .blog_single .sidebar .recent-posts h4 {
            font-size: 14px;
            margin-left: 90px;
            font-weight: bold;
            line-height: 18px;
            text-transform: capitalize !important;
        }

            .blog_single .sidebar .recent-posts h4 a {
                color: #232323;
                transition: 0.3s;
            }

                .blog_single .sidebar .recent-posts h4 a:hover {
                    color: #fcb332;
                }

        .blog_single .sidebar .recent-posts time {
            display: block;
            margin-left: 95px;
            font-style: italic;
            font-size: 14px;
            color: #138df7;
        }

        .blog_single .sidebar .tags {
            margin-bottom: -10px;
        }

            .blog_single .sidebar .tags ul {
                list-style: none;
                padding: 0;
            }

                .blog_single .sidebar .tags ul li {
                    display: inline-block;
                }

                .blog_single .sidebar .tags ul a {
                    color: #fcb332;
                    font-size: 14px;
                    padding: 6px 14px;
                    margin: 0 6px 8px 0;
                    border: 1px solid #ddeefe;
                    border-radius: 50px;
                    display: inline-block;
                    transition: 0.3s;
                }

                    .blog_single .sidebar .tags ul a:hover {
                        color: #fff;
                        border-color: #fcb332;
                        background: #fcb332;
                    }

                    .blog_single .sidebar .tags ul a span {
                        padding-left: 5px;
                        color: white;
                        font-size: 14px;
                    }


h4 i {
    margin-left: 8px;
}


/*custom file upload button*/

.upload-file {
    position: relative;
    border: 2px dashed #ddd;
    color: #9b9b9b;
    background-color: white;
    width: 100%;
    min-height: 115px;
    border-radius: 8px;
    font-size: 11px;
    cursor: pointer;
    white-space: normal;
}

.upload-btn-wrapper {
    position: relative;
}

    .upload-btn-wrapper input[type=file] {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        opacity: 0;
        cursor: pointer;
        min-height: 147px;
    }

.success_tick {
    display: none;
}

    .success_tick i {
        font-size: 22px;
        margin-left: 6px;
        margin-top: 10px;
        color: #00b665;
    }

.font-50 {
    font-size: 30px;
}

.d-block {
    display: block;
}

.btn .upload-file {
    font-size: 13px;
}

.upload-btn {
    display: block;
    font-size: 18px;
    color: #00b665;
}

.career_img {
    object-position: right;
    object-fit: cover;
    height: 760px;
}



.custom_checkbox_outer {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-top: 15px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 550;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    color: #333;
}

    /* Hide the browser's default checkbox */
    .custom_checkbox_outer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.custom_checkbox_outer:hover input ~ .checkmark {
    background-color: #f1f1f1;
}

.whyhome_goldfish_title {
    /*margin-bottom: -100px;
    margin-top: 40px;
    position: absolute;
    left: 42%;
    display: inline-block;
    transform: translateX(-50%);
    z-index: 2;
    color: #fff;*/
    /* margin-bottom: -100px; */
    margin-top: 2%;
    position: absolute;
    /* right: 11%; */
    display: inline-block;
    transform: translateX(-50%);
    z-index: 2;
    color: #fff;
    width: 100%;
}

.why_goldfish_title {
    margin-bottom: -100px;
    margin-top: 50px;
    position: absolute;
    left: 44%;
    display: inline-block;
    transform: translateX(-44%);
    z-index: 2;
    color: #fff;
    width: 100%;
}

.text_black {
    color: #000;
}

.why_warever_title, .why_waffl_title, .why_hylite_title {
    margin-bottom: -100px;
    margin-top: 50px;
    position: absolute;
    left: 44%;
    display: inline-block;
    transform: translateX(-44%);
    z-index: 2;
    color: #fff;
    width: 100%;
}

.why_services_title {
    margin-bottom: -100px;
    margin-top: 34px;
    position: absolute;
    left: 44%;
    display: inline-block;
    transform: translateX(-44%);
    z-index: 2;
    color: #fff;
    width: 100%;
}

#adds_value {
    background-image: url('../gfst_images/home_household_storage/goldfishh storage 1-2-3 process.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.adds_value_inn {
    background: rgb(255 255 255 / 67%);
    padding: 20px;
    border-radius: 25px;
    height: 100%;
}

    .adds_value_inn img {
        /* padding: 1rem; */
        width: 100%;
        height: auto;
        /* margin: 0px auto; */
    }

.single_bdr {
    /*width: 30px;
    height: 3px;*/
    width: 3px;
    height: 30px;
    background: #fcb332;
    display: inline-block;
    position: absolute;
    left: 10%;
}

/*********************** Demo - 16 *******************/
.box16 {
    text-align: left;
    color: #fff;
    position: relative;
    border: 1px solid #fcb332;
}

    .box16 .box-content a {
        color: #fff;
        font-weight: 300;
    }

    .box16 .box-content,
    .box16:after {
        width: 100%;
        position: absolute;
        left: 0;
    }

    .box16:after {
        content: "";
        height: 100%;
        top: 0;
        transition: all 0.5s ease 0s;
    }

    .box16 .post,
    .box16 .title {
        transform: translateY(145px);
        transition: all 0.4s cubic-bezier(0.13, 0.62, 0.81, 0.91) 0s;
    }

    .box16:hover:after {
        /*background: rgba(0,0,0,.4);*/
    }

    .box16:hover a {
        color: #000;
    }

    .box16 img {
        width: 100%;
        height: auto;
        opacity: 1;
    }
    .box16:hover img {
        opacity: 1;
    }

    .box16:hover {
        border: none;
        color: #000;
    }

    .box16 .box-content {
        padding: 20px;
        bottom: 0;
        z-index: 1;
    }

    .box16 .title {
        font-size: 18px;
        font-weight: 700;
        margin: 5px;
        color: #555;
        margin-bottom: 140px;
    }

    .box16 .post {
        display: block;
        padding: 8px 0;
        font-size: 15px;
    }

    .box16 .social li a,
    .box17 .icon li a {
        border-radius: 50%;
        font-size: 20px;
        color: #fff;
    }

    .box16:hover .post,
    .box16:hover .title {
        transform: translateY(90px);
        color: #fff;
    }

    .box16 .social {
        list-style: none;
        padding: 0 0 5px;
        margin: 40px 0 25px;
        opacity: 0;
        position: relative;
        transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
        transition: all 0.6s cubic-bezier(0, 0, 0.58, 1) 0s;
    }

    .box16:hover .social {
        opacity: 1;
        transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0);
    }

    .box16 .social:before {
        content: "";
        width: 50px;
        height: 2px;
        background: #fff;
        margin: 0 auto;
        position: absolute;
        top: -23px;
        left: 0;
        right: 0;
    }

    .box16 .social li {
        display: inline-block;
    }

        .box16 .social li a {
            display: block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            background: #6d3795;
            margin-right: 10px;
            transition: all 0.3s ease 0s;
        }

.box17 .icon li,
.box17 .icon li a {
    display: inline-block;
}

.box16 .social li a:hover {
    background: #bea041;
}

.box16 .social li:last-child a {
    margin-right: 0;
}

@media only screen and (max-width: 990px) {
    .box16 {
        margin-bottom: 30px;
    }
}



/*counter  progressbar */
.progress {
    width: auto;
    height: 127px;
    line-height: 27px;
    background: none;
    box-shadow: none;
    font-size: 30px;
    padding-top: 34px;
    font-family: 'Raleway', sans-serif;
}

.progress-bar {
    /*display: inline-block !important;*/
    text-align: center;
}
.sticky_top_60 {
    position: sticky;
    top: 60px;
}

.search_tab_btn .btn-outline-dark {
    border-radius: 20px;
}

/*--------------------------------------------------------------
# comingsoon
--------------------------------------------------------------*/
#comingsoon {
    position: relative;
    width: 100%;
    padding: 100px 0;
    color: #fff;
    background: url(/Content/Static/images/Goldfishh-platform.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
    /* countdown */
}

    #comingsoon h1 {
        margin: 0 0 10px 0;
        /*font-size: 48px;
        font-weight: 700;
        line-height: 56px;*/
        color: #fff;
    }

    #comingsoon h2 {
        color: #eee;
        margin-bottom: 40px;
        font-size: 22px;
    }

    #comingsoon .countdown {
        margin-bottom: 80px;
    }

        #comingsoon .countdown div {
            text-align: center;
            margin: 10px;
            width: 100px;
            padding: 15px 0;
            background: rgba(255, 255, 255, 0.12);
            border-top: 5px solid #fcb332;
        }

            #comingsoon .countdown div h3 {
                font-weight: 700;
                font-size: 44px;
                margin-bottom: 15px;
                color: #fff;
            }

            #comingsoon .countdown div h4 {
                font-size: 16px;
                font-weight: 600;
                color: #fff;
            }

    #comingsoon a {
        color: #eee;
    }

        #comingsoon a:hover {
            color: #fcb332;
        }

@media (max-width: 575px) {
    #comingsoon .countdown div {
        width: 70px;
        padding: 10px 0;
        margin: 10px 8px;
    }

        #comingsoon .countdown div h3 {
            font-size: 28px;
            margin-bottom: 10px;
        }

        #comingsoon .countdown div h4 {
            font-size: 14px;
            font-weight: 500;
        }
}

#comingsoon .subscribe {
    font-size: 15px;
    text-align: center;
}

    #comingsoon .subscribe h4 {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        position: relative;
        padding-bottom: 12px;
    }

    #comingsoon .subscribe .subscribe-form {
        min-width: 300px;
        margin-top: 10px;
        background: #fff;
        padding: 6px 10px;
        position: relative;
        text-align: left;
    }

        #comingsoon .subscribe .subscribe-form input[type="email"] {
            border: 0;
            padding: 4px 8px;
            width: calc(100% - 100px);
        }

        #comingsoon .subscribe .subscribe-form input[type="submit"] {
            position: absolute;
            top: 0;
            right: -2px;
            bottom: 0;
            border: 0;
            background: none;
            font-size: 16px;
            padding: 0 20px;
            background: #fcb332;
            color: #fff;
            transition: 0.3s;
            box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        }

            #comingsoon .subscribe .subscribe-form input[type="submit"]:hover {
                background: #f50000;
            }

    #comingsoon .subscribe .error-message {
        display: none;
        color: #ed3c0d;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    #comingsoon .subscribe .sent-message {
        display: none;
        color: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    #comingsoon .subscribe .loading {
        display: none;
        text-align: center;
        padding: 15px;
    }

        #comingsoon .subscribe .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading-notify 1s linear infinite;
            animation: animate-loading-notify 1s linear infinite;
        }

@-webkit-keyframes animate-loading-notify {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading-notify {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#comingsoon .social-links {
    margin-top: 10px;
}

    #comingsoon .social-links a {
        font-size: 24px;
        display: inline-block;
        color: rgba(255, 255, 255, 0.8);
        line-height: 1;
        padding-top: 14px;
        margin: 0 10px;
        text-align: center;
        transition: 0.3s;
    }

        #comingsoon .social-links a:hover {
            color: #fff;
        }

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: url("../images/08storex/Storex-3-Parallax.jpg") fixed center center;
    background-size: cover;
    padding: 40px 0;
}

    .cta h3 {
        color: #fff;
        font-size: 28px;
    }

    .cta p {
        color: #fff;
    }

    .cta .cta-btn {
        font-family: "Raleway", sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 0.5px;
        display: inline-block;
        padding: 8px 26px;
        border-radius: 2px;
        transition: 0.5s;
        margin: 10px;
        border-radius: 50px;
        border: 2px solid #f6b024;
        color: #fff;
    }

        .cta .cta-btn:hover {
            background: #f6b024;
        }

@media (max-width: 1024px) {
    .cta {
        background-attachment: scroll;
    }
}

@media (min-width: 769px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

/*--------------------------------------------------------------
# Docex
--------------------------------------------------------------*/

.docex {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 0px;
    /*background: url(../images/08storex/Storex-1Banner.jpg) top center;*/
    background-size: cover;
    background-position: bottom;
    width: 100%;
    overflow: hidden;
    min-height: 550px;
}

.docex_banner {
    /*background-image: url('../images/08storex/DocEx1560Banner-D.jpg');*/
    width: 100%;
    background-image: url('../images/11docex/DocEx1560Banner -D-Tiny.jpg');
    position: relative;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#work-process {
    /*background-image: url('../images/08storex/DOCEX-STORAGE-WAREHOUSE.jpg');*/
    background-image: url('../images/11docex/DOCEX-STORAGE-TINY2.jpg');
    width: 100%;
    position: relative;
    height: 450px;
    background-size: cover;
    background-attachment: fixed;
}

    #work-process h6 {
        margin: 0px;
    }

    #work-process .container {
        background-color: #fff;
        padding: 40px;
    }

.docex .left-container {
    padding: 40px 65px;
}

.docex .hero-container {
    position: absolute;
    bottom: 0;
    top: 15%;
    left: 0px;
    right: 0px;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    flex-direction: column;
    text-align: center;
}

    .docex .hero-container h1 {
        /*width: 600px;*/
        width: 100%;
        text-align: left;
        padding: 30px 30px 30px 70px;
        position: absolute;
        left: 0;
    }

.docex .features .card-body {
    z-index: 10;
    /*background: #ffefd0e3;        
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);*/
    padding: 40px 20px;
    transition: 0.3s;
    transition: ease-in-out 0.4s;
    border-radius: 0px;
    line-height: 10px;
    padding-bottom: 26px;
}

.docex .form-group {
    margin-bottom: 10px;
    height: 67px;
}

.docex .storageinquiry .form-control {
    padding: 3px 5px;
    height: 50px;
    margin-bottom: 4px;
}

.docex .btn-get-started {
    font-family: "Raleway", sans-serif;
    background: #fb7f01;
    border: 0;
    padding: 16px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
    margin-top: 20px;
}

    .docex .btn-get-started:hover {
        background: #fa7c01;
    }

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.why_storage_l {
    background: url(../images/08storex/Storex-2A.jpg);
    background-size: cover;
    background-position: right;
}

.why_storage_r {
    background: url(../images/08storex/Storex-2B.jpg);
    background-size: cover;
    background-position: center;
}

.why_docex_l {
    /*background-image: url('../images/10allservices/DOCEX-A.jpg') !important;*/
    background-image: url('../images/11docex/DOCEX-A-Tiny.jpg');
    background-size: cover;
    background-position: right;
}

.why_docex_r {
    /*background-image: url('../images/10allservices/DOCEX-B.jpg') !important;*/
    background-image: url('../images/11docex/DOCEX-B-Tiny.jpg');
    background-size: cover;
    background-position: center;
}

.Services-top {
    background-image: url('../yonearth_images/01-yonearth-digital.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 680px;
    position: relative;
    overflow: hidden;
}

.Services-top .text-left {
    left: 2.5rem;
}

    /*.Services-top .left-container {
        padding: 12rem 0px;
        background-image: url('../gfst_images/home_household_storage/goldfishh storage main banner-dsk.jpg');
        background-size: cover;
        background-position: center;*/
        /* width: 98%; */
        /*height: auto;
        position: relative;
        overflow: hidden;
    }*/

.BS_Services-top .left-container {
    background-image: url('../gfst_images/BS_Goldfishh Storage Main Banner-DSK.jpg') !important;
}

    .Services-top .hero-container {
        position: absolute;
        bottom: 0;
        top: 15%;
        left: 0px;
        right: 0px;
        display: flex;
        /*justify-content: center;*/
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

        .Services-top .hero-container h1 {
            /*width: 600px;*/
            width: 100%;
            text-align: left;
            padding: 30px 30px 30px 70px;
            position: absolute;
            left: 0;
        }

    .Services-top .features .card-body {
        z-index: 10;
        /*background: #ffefd0e3;        
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);*/
        padding: 40px 20px;
        transition: 0.3s;
        transition: ease-in-out 0.4s;
        border-radius: 0px;
        line-height: 10px;
        padding-bottom: 26px;
    }

    .Services-top .form-group {
        margin-bottom: 10px;
        height: 67px;
    }

    .Services-top .storageinquiry .form-control {
        padding: 3px 5px;
        height: 50px;
        margin-bottom: 4px;
    }

    .Services-top .btn-get-started {
        font-family: "Raleway", sans-serif;
        background: #fb7f01;
        border: 0;
        padding: 16px 30px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
        margin-top: 20px;
    }

        .Services-top .btn-get-started:hover {
            background: #fa7c01;
        }




/*--------------------------------------------------------------
# choosestorex
--------------------------------------------------------------*/
.choosestorex .icon-box {
    text-align: center;
    border: 1px solid #fddea9;
    padding: 20px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    width: 100%;
}

    .choosestorex .icon-box .icon {
        margin: 0 auto;
        width: 64px;
        height: 64px;
        background: #fbf1df;
        border-radius: 50px;
        border: 1px solid #fddea9;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        transition: ease-in-out 0.3s;
    }

        .choosestorex .icon-box .icon i {
            color: #fcb332;
            font-size: 28px;
            transition: ease-in-out 0.3s;
        }

    .choosestorex .icon-box h4 {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 24px;
    }

        .choosestorex .icon-box h4 a {
            color: #353535;
            transition: ease-in-out 0.3s;
        }

    .choosestorex .icon-box p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .choosestorex .icon-box:hover {
        border-color: #fff;
        box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    }

.services .icon-box:hover h4 a, .services .icon-box:hover .icon i {
    color: #8fc04e;
}

.choosestorex .icon-box:hover .icon {
    border-color: #8fc04e;
}

/*--------------------------------------------------------------
# how it work
--------------------------------------------------------------*/
.itwork .member {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    margin-right: 15px;
}

.member-img img {
    height: 100%;
    width: 100%;
}

.itwork .member .member-img {
    position: relative;
    overflow: hidden;
}


.itwork .member .member-info {
    padding: 15px 15px;
}

    .itwork .member .member-info h4 {
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 18px;
        color: #150517;
    }

    .itwork .member .member-info span {
        display: block;
        font-size: 13px;
    }

    .itwork .member .member-info p {
        font-style: italic;
        font-size: 14px;
        line-height: 26px;
        color: #777777;
    }



/*--------------------------------------------------------------
# how it work
--------------------------------------------------------------*/
.Feedback .member {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

    .Feedback .member .member-img {
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }


    .Feedback .member .member-info {
        padding: 25px 25px 0px 25px;
    }

        .Feedback .member .member-info h6 {
            margin-bottom: 0px;
            color: #150517;
        }

        .Feedback .member .member-info span {
            display: block;
            font-size: 13px;
            font-weight: 400;
            color: #aaaaaa;
            margin-bottom: 8px;
        }

        .Feedback .member .member-info p {
            /* font-style: italic; */
            font-size: 14px;
            line-height: 26px;
            color: #777777;
            text-align: center;
        }

#waffl_banner {
    background: url(../images/06waffl/Waffl-banner.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

    #waffl_banner .row {
        min-height: 550px;
    }

#allservices_banner {
    background: url(../images/10allservices/All-Services-Banner.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

    #allservices_banner .row {
        min-height: 550px;
    }

#hylite_banner1 {
    background: url(../images/07hylite/Hylite-parallax.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    /*padding:100px;*/
}

    #hylite_banner1 .container {
        min-height: 300px;
    }

    #hylite_banner1 .section-title h3 {
        color: #fff;
    }

#services2_banner {
    /*background-image: url('../images/05waazo/Everyware-Banner-Desktop.jpg');*/
    background-image: url('../images/05waazo/Everyware-Banner-Desktop-Tiny.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}


    #services2_banner .row {
        min-height: 550px;
    }

.services2_goldfish_l {
    background: url(../images/05waazo/Waazo-2A.jpg);
    background-size: cover;
    background-position: right;
}

.services2_goldfish_r {
    background: url(../images/05waazo/Waazo-2B.jpg);
    background-size: cover;
    background-position: center;
}



.services2faq .faq-list {
    padding: 0 100px;
}

    .services2faq .faq-list ul {
        padding: 0;
        list-style: none;
    }

    .services2faq .faq-list li + li {
        margin-top: 15px;
    }

    .services2faq .faq-list li {
        padding: 13px 27px;
        background: #fff;
        border-radius: 0px;
        position: relative;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    }


#wazzo_banner1 {
    /*background: url(../images/05waazo/Waazo-3-Parallax.jpg);*/
    background-image: url('../images/05waazo/Everyware-Parallax.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

    #wazzo_banner1 h3 {
        color: #fff;
    }

    #wazzo_banner1 .container {
        min-height: 400px;
    }

#waazoCampaignBanner {
    /*background-image: url(../images/05waazo/Everyware-Banner-Desktop.jpg);*/
    background-image: url('../images/05waazo/Everyware-Banner-Desktop-Tiny.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 680px;
    position: relative;
    overflow: hidden;
}

#wafflpower {
    background: url(../images/06waffl/Waffl-Parallax.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.Waffl_l {
    background: url(../images/06waffl/Waffl-2A.jpg);
    background-size: cover;
    background-position: right;
}

.Waffl_r {
    background: url(../images/06waffl/Waffl-2B.jpg);
    background-size: cover;
    background-position: center;
}

.services_l {
    background: url(../images/10allservices/Services-A.jpg);
    background-size: cover;
    background-position: right;
}

.services_r {
    background: url(../images/10allservices/Services-B.jpg);
    background-size: cover;
    background-position: center;
}

#wafflpower h3 {
    color: #fff;
}

#wafflpower .container {
    min-height: 450px;
}

#Warever_banner {
    background: url(../images/04warever/Warever1-Banner.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

    #Warever_banner .row {
        min-height: 550px;
    }



.Warever_goldfish_l {
    /*background: url(../images/04warever/Warever-3B.jpg);*/
    background: url('../images/04warever/Warever-3A-l.jpg');
    background-size: cover;
    background-position: right;
}

.Warever_goldfish_r {
    /*background: url(../images/04warever/Warever-3A.jpg);*/
    background: url('../images/04warever/Warever-3B-r.jpg');
    background-size: cover;
    background-position: center;
}

.hylite_goldfish_l {
    background: url(../images/07hylite/Hylite-2A.jpg);
    background-size: cover;
    background-position: right;
}

.hylite_goldfish_r {
    background: url(../images/07hylite/Hylite-2B.jpg);
    background-size: cover;
    background-position: center;
}

.hylite_goldfish_inn {
    border: 3px solid #fcc332;
    padding: 35px 15px;
    height: 210px;
    background: #00000033;
}

#hylite_banner {
    background: url(../images/07hylite/Hylite-Banner.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}


    #hylite_banner .row {
        min-height: 550px;
    }

#demaond_supply {
    /*background: url(../images/04warever/Warever-3-Parallax.jpg);*/
    background: url('../images/04warever/Warever-Parallax-tiny.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 110px;
    padding-bottom: 180px;
}

    #demaond_supply h3 {
        color: #fff;
    }

    #demaond_supply p {
        color: #fff;
    }



/*--------------------------------------------------------------
# storage Services
--------------------------------------------------------------*/
.storageservice .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    width: 100%;
}

    .storageservice .icon-box::before {
        content: '';
        position: absolute;
        background: #fcb33203;
        right: -60px;
        top: -40px;
        width: 100px;
        height: 100px;
        border-radius: 50px;
        transition: all 0.3s;
        z-index: -1;
    }

    .storageservice .icon-box:hover::before {
        /*background: #fcb332;*/
        background: #fcb3322e;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 0px;
    }

.storageservice .icon {
    margin: 0 auto 20px auto;
    padding-top: 10px;
    /* display: inline-block; */
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #fcb332;
    transition: all 0.3s ease-in-out;
}

    .storageservice .icon i {
        font-size: 36px;
        line-height: 1;
        color: #fff;
    }

.storageservice .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

    .storageservice .title a {
        color: #425451;
    }

.storageservice .description {
    line-height: 28px;
    margin-bottom: 0;
    text-align: center;
}

.storageservice .icon-box:hover .title a, .services .icon-box:hover .description {
    color: #fff;
}

.storageservice .icon-box:hover .icon {
    background: #fff;
}

    .storageservice .icon-box:hover .icon i {
        color: #fcb332;
    }

/*--------------------------------------------------------------
# waazo services
--------------------------------------------------------------*/
.waazoservices {
    background-color: #f2f5f4;
}

    .waazoservices .count-box {
        box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
        padding: 30px;
        width: 100%;
        background: #fff;
    }

        .waazoservices .count-box i {
            display: block;
            font-size: 46px;
            color: #fcb332;
        }

        .waazoservices .count-box span {
            font-size: 42px;
            line-height: 24px;
            display: block;
            font-weight: 700;
            color: #58716d;
            margin-left: 50px;
        }

        .waazoservices .count-box p {
            padding: 30px 0 0 0;
            margin: 0;
            font-family: "Roboto", sans-serif;
            font-size: 14px;
        }

        .waazoservices .count-box a {
            font-weight: 600;
            display: block;
            margin-top: 20px;
            color: #7c9995;
            font-size: 15px;
            font-family: "Poppins", sans-serif;
            transition: ease-in-out 0.3s;
        }

            .waazoservices .count-box a:hover {
                color: #a7bbb8;
            }

/*--------------------------------------------------------------
# wazzoWhy
--------------------------------------------------------------*/

.wazzoWhy .icon-box {
    display: flex;
    align-items: center;
    padding: 20px;
    transition: ease-in-out 0.3s;
    box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
}

    .wazzoWhy .icon-box i {
        font-size: 32px;
        padding-right: 10px;
        line-height: 1;
    }

    .wazzoWhy .icon-box h3 {
        margin: 0;
        padding: 0;
        line-height: 1;
        font-size: 16px;
    }

        .wazzoWhy .icon-box h3 a {
            color: #493c3e;
            transition: ease-in-out 0.3s;
        }

    .wazzoWhy .icon-box:hover a {
        color: #fcb332;
    }

/*--------------------------------------------------------------
# Enquiry
--------------------------------------------------------------*/
.Enquiry input {
    height: 33px !important;
}
/*--------------------------------------------------------------
#List Page
--------------------------------------------------------------*/
.Search_desc {
    background: #efefef;
    padding: 15px;
}

.TotalsqftArea {
    background: #f7ca7a;
    text-align: center;
    width: 111px;
    padding: 3px 10px 5px 9px;
    align-content: center;
    font-weight: 600;
    border-radius: 16px;
    font-size: 21px;
}

.AvailableSqftArea {
    background: #78de89;
    text-align: center;
    width: 111px;
    padding: 3px 10px 5px 9px;
    align-content: center;
    font-weight: 600;
    border-radius: 16px;
    font-size: 21px;
}

.btnbook {
    background-color: #fb7f01;
    border-color: #fb7f01;
    padding: 5px 8px 5px 8px;
    color: #fff;
}

    .btnbook:hover {
        background-color: #ea2400;
        border-color: #ea2400;
        padding: 5px 8px 5px 8px;
        color: #fff;
    }

.btnsearch {
    background-color: #fb7f01;
    border-color: #fb7f01;
}

.slug:hover {
    color: #fcb332;
}

.storageinquiry .field-validation-error {
    padding-left: 7px;
}

.waazo-campaign-enquiry {
    /*background-image: url('../images/05waazo/Everyware-Banner-Desktop.jpg');*/
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.waazo-enquiry {
    background: #ffac28;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    position: relative;
}

    .waazo-enquiry .btn-get-started {
        font-family: "Raleway", sans-serif;
        background: #ea2400;
        border: 0;
        padding: 10px 30px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
        margin-top: 0px;
    }

    .waazo-enquiry .form-group {
        margin-bottom: 15px;
    }

        .waazo-enquiry .form-group .form-check-label {
            font-weight: 400 !important;
            margin-bottom: 10px;
        }

    .waazo-enquiry label {
        font-weight: 400 !important;
    }

    .waazo-enquiry .form-control {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
        background: #fff;
        border-color: #ccc;
        color: #333;
    }

    .waazo-enquiry .input-box {
        height: 40px;
    }


#thankyou .btn-primary {
    font-family: "Raleway", sans-serif;
    background: #fb7f01;
    border: 0;
    padding: 11px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
    margin-top: 20px;
}

    #thankyou .btn-primary:hover {
        background: #fa7c01;
    }

.allservices-product-row {
    padding: 0px;
    background: #fff;
    border-radius: 0px;
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

    .allservices-product-row .readmore:hover {
        color: #fcb332;
        text-decoration: none;
    }

.servicemarketplace {
    background: #fff4e2;
}

    .servicemarketplace .content {
        padding-top: 230px;
    }

.Warehouse {
    background: #fff4e3;
}

    .Warehouse .content {
        padding-top: 120px;
    }

.Management {
    background: #ffffff;
}

    .Management .content {
        padding-top: 120px;
    }

.PanIndia {
    background: #fff5e3;
}

    .PanIndia .content {
        padding-top: 210px;
    }

.Review img {
    width: 153px;
    height: 153px;
}

.storexReview-Image {
    width: 225px;
    height: 225px;
}

.storexBanner {
    background-image: url('../gfst_images/Goldfishh Storage Warehouse - DSK.jpg');
    width: 100%;
    position: relative;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.BS_storexBanner {
    background-image: url('../gfst_images/BS_Goldfishh Storage Warehouse - DSK.jpg') !important;
}

    .storexBanner .logo-text {
        left: -1rem;
    }

    .storexBanner h3,
    .storexBanner h6 {
        left: 3rem
    }

.storexBanner_fullyTech {
    background-image: url('../gfst_images/Goldfishh Storage MobileApp-DSK.jpg');
    width: 100%;
    position: relative;
    /*height: 600px;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 37rem;
}

.BS_storexBanner_fullyTech {
    background-image: url('../gfst_images/BS_Goldfishh Storage MobileApp-DSK.jpg') !important;
    }

    #GF_readyTo_help h3,
    #GF_readyTo_help h6,
    .storexBanner_fullyTech h3,
    .storexBanner_fullyTech h6 {
        left: 1.7rem;
    }

#storexvideo {
    text-align: center;
    padding: 2%;
}

/* video modal styling*/
/*.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}*/

.modal-body {
    position: relative;
    padding: 1rem;
}

.close {
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 999;
    font-size: 1.5rem;
    font-weight: normal;
    color: #000;
    opacity: .5;
}

/*.modal-content {
    background: transparent;
    border: none;
}*/

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
/*end video modal*/
.GF_everylogo {
    padding: 0px;
    background-color: #c3c7d77d;
    color: #000;
}

.GF_Unecom {
    padding: 0px;
}

#GF_Panindia .logo_text {
    padding: 0px;
    padding: 1rem 2rem;
    transform-origin: center;
    /* justify-content: center; */
    position: relative;
    top: 20%;
    left: 1.2rem;
}

.mobile_everywer {
    width: 100%;
}

    .mobile_everywer img {
        width: 100%;
    }

#GF_Unecom {
    background-color: #fef5e2;
    color: #000 !important;
}

#GF_readyTo_help {
    /* background-color: #bcbcba; */
    color: #000 !important;
    margin-top: 3rem;
}

#GF_readyTo_help {
    /*background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('../gfst_images/Goldfishh Storage Cust Service-DSK.jpg');
    height: 680px;*/
    background-image: url('../gfst_images/Goldfishh Storage Cust Service-DSK.jpg');
    width: 100%;
    position: relative;
    /*height: 600px;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 41rem;
}

.BS_GF_readyTo_help {
    background-image: url('../gfst_images/BS_Goldfishh Storage Cust Service-DSK.jpg') !important;
}

    #GF_readyTo_help .logo_text {
        /*-ms-transform: translate(-50%, -50%);
    left: 58%;
    padding: 0px;*/
        /* border: 1px solid red; */
        /* left: 58rem; */
        margin-left: 1rem;
    }


/*new css customer_testimonials start*/
#customer_testimonials {
    background-color: #fffcf3 !important;
}

    #customer_testimonials .card-img-top {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        /* border-radius: 50%; */
        /* padding: 10px; */
    }
/*new css customer_testimonials end*/

/* about_facilities start*/
.about_facilities_head_text {
    background-color: #e39a14;
    opacity: 0.8;
    position: absolute;
    width: 100%;
    left: 0px;
    padding: 1rem;
}

@media only screen and (max-width: 700px) {
    .about_facilities_head_text {
        position: relative;
    }
}
/*about_facilities end*/
/*statistics_unit start*/
/*#statistics_unit {
    background-color: #fcb332;
}

.statistics_unit_head_text {
    display: inline-block;
    padding: 0px 25px 10px 80px;
}*/
#statistics_unit {
    background-color: #fcb332;
}

.statistics_unit_inn {
    /* background: rgb(255 255 255 / 67%); */
    padding: 20px;
    /* border-radius: 25px; */
}

.vertical_line {
    width: 2px;
    height: 75px;
    background: #000;
    display: inline-block;
    position: absolute;
    left: 5%;
}

/*statistics_unit end*/
#Make_India {
    padding: 50px;
    background-color: #fff !important;
}

.btnlogo img {
    height: 65px;
}

.btnlogo .col-md-4 {
    text-align: center;
}

.waffl_image {
    width: 100%;
}

.Waffl_1, .Waffl_3 {
    background-color: #fdf4e1;
}

.waffl_text {
    padding: 25% 21%;
}

.Waffl_2 {
    background-color: #fff;
}

.dropdown-menu a span {
    display: block;
    margin: -5px 0px 2px 0px;
}

.service_title {
    display: block;
    margin-bottom: 12px;
}

.imageLink {
    display: block;
    margin-top: 15px;
}

.text-left-div {
    position: relative;
    left: 33%;
    text-align: left;
}

.Coverage .icon-box {
    text-align: center;
    padding: 15px 8px;
    transition: ease-in-out 0.3s;
    height: 50px;
    box-shadow: 2px 0 35px 0 rgb(68 88 144 / 12%);
}

    .Coverage .icon-box i {
        font-size: 32px;
        padding-right: 10px;
        line-height: 1;
    }

    .Coverage .icon-box h3 {
        font-weight: 600;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-size: 14px;
    }

.Coverage .col {
    padding: 7px;
}

.Coverage .col-md-2 {
    flex: 0 0 18.666667% !important;
    max-width: 18.666667% !important;
}

.waazo_imagetext {
    margin: 0 auto;
    float: left;
    top: 45%;
}

.form-check-label, .form-check-input {
    color: #000 !important;
    vertical-align: text-top !important;
}

.form-check-inline .form-check-input {
    height: 15px;
    width: 15px;
}

.widthlogo {
    width: 87%;
}

.m-r-l-100 {
    margin-left: 100px;
    margin-right: 100px;
}

.p-130 {
    padding: 0 130px;
}

.p-160 {
    padding: 0 160px;
}

.height_250 {
    height: 250px !important;
}
/*Ketan's Css start here'*/
.why_goldfish_l {
    background-image: url('../gfst_images/home_household_storage/goldfishh_business_storage_r.jpg');
    background-size: cover;
    background-position: right;
    height: 540px !important;
}
.why_goldfish_r {
    background-image: url('../gfst_images/home_household_storage/goldfishh_business_storage_l.jpg');
    background-size: cover;
    background-position: right;
    height: 540px !important;
}
#new_gf-home-page {
    background-image: url('../gfst_images/home_household_storage/goldfishh storage mobileapp-dsk.jpg');
    /*    background-size: cover;
    background-position: center;*/
    background-size: contain;
    background-position: top;
    min-height: 100vh;
    background-repeat: no-repeat;
    width: 100%;
}
#gf-support {
    background-image: url('../gfst_images/home_household_storage/goldfishh storage cust service-dsk.jpg');
    /*    background-size: cover;
    background-position: center;*/
    background-size: contain;
    background-position: top;
    min-height: 100vh;
    background-repeat: no-repeat;
    width: 100%;
}
#about_facilities {
    background-image: url('../gfst_images/home_household_storage/goldfishh storage warehouse - dsk.jpg');
    /*    background-size: cover;
    background-position: center;*/
    background-size: contain;
    background-position: top;
    min-height: 100vh;
    background-repeat: no-repeat;
    width: 100%;
}
#chemical-products-section {
    background-image: url('../gfst_images/hb_home_chemicals/footer_background_image_new.jpg');
    background-size: cover;
    background-position: center;
}
.counter_outer {
    background-image: url('../gfst_images/home_household_storage/bgcounter.jpg');
    padding: 30px;
    padding-bottom: 0;
    margin-bottom: 40px;
}
.h-one-style {
    padding: 0 20px !important;
}
.adds_value_inn > h6 {
    margin: 10px 0 !important;
    text-align: center !important;
    width: 100% !important;
}
.line-text-style{
    text-align: left;
}
.line-text-style > h4 {
    margin-left: 10px;
}
#gf-support .logo_text_support-section {
    padding: 15% 14% 0% 18px;
    width: 70%;
}
#customer_testimonials .card-img-top-new {
    width: 250px !important;
    height: 250px !important;
    margin: 10px auto 0;
}
@media(max-width: 480px) {
    .two-bg-sets-style .responsive-A-section {
        padding-top: 0rem !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .two-bg-sets-style .responsive-B-section {
        padding-top: 0rem !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 490px) {
    .responsive-A-section {
        padding-top: 9rem !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
    .line-text-style > h4 {
        margin-left: 50px !important;
    }
}
@media only screen and (min-width: 577px) and (max-width: 768px){
    .two-bg-sets-style{
        padding: 0 4rem !important;
    }
    .responsive-A-section{
        padding-top: 0 !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 576px) {
    .two-bg-sets-style {
        padding: 0 3rem !important;
    }
}
@media(max-width: 768px) {
    .responsive-A-section {
        padding-top: 8rem;
    }
    .why_goldfish_title{
        padding: 0 65px !important;
    }
    .line-text-style {
        display: grid;
        align-items: center;
        padding: 15px 0 !important;
    }
    #gf-support .logo_text_support-section {
        padding: 3rem;
        width: 100%;
    }
    #customer_testimonials .card-img-top-new{
        width: 200px !important;
        height: 200px !important;
    }
}
@media only screen and (max-width: 1400px) {
    .two-bg-sets-style {
        padding-top: 100px !important;
    }

    .two-bg-sets-style-hylite {
        padding-top: 180px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
    .responsive-A-section {
        padding-top: 4rem !important;
    }
    .responsive-B-section {
        padding-top: 4rem !important;
    }
    .why_goldfish_l {
        height: 600px !important;
    }

    .why_goldfish_r {
        height: 600px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .line-text-style {
       margin-bottom: 20px !important;
    }
    .single_bdr{
        left: 17% !important;
    }
    #gf-support .logo_text_support-section {
        padding: 6% 14% 0% 18px;
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    #footer .footer-top .footer-links {
        margin-bottom: 0px !important;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 30px;
    }
    .progress-bar{
        width: 100% !important;
    }
}


/*Hornbyl Page CSS start Here*/

.common-div {
    display: flex;
    justify-content: space-between;
}

.left-image-container {
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.image-container {
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.right-common-div {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    height: 100%;
}

.left-image-container {
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
}


.main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hover-text {
    position: absolute;
    top: -100%; 
    left: -100%; 
    width: 100%;
    height: 100%;
    background-color: rgb(243 238 238 / 60%);
    color: #fff;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    transition: top 0.3s ease-in-out, left 0.3s ease-in-out;
    cursor: pointer;
}

    .hover-text > h2 {
        position: absolute;
        top: 10%;
        left: 10%;
        transform: translate(-10%, -10%);
    }

.image-container:hover .hover-text,
.left-image-container:hover .hover-text {
    top: 0; 
    left: 0; 
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-icons i.fas {
    color: #000000;
    font-size: 25px;
}

.carousel-inner-div {
    width: 280px;
    padding: 40px 15px;
    margin: auto;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 16px -8px #000000;
}

@media(max-width: 768px) {
    .common-div {
        display: block;
    }

    .left-image-container {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .right-common-div {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
    }
}


/*YONEARTH CSS START HERE*/

.left-right-section {
    display: flex;
    justify-content: center;
    align-items: center;
}
.left-right-section > div {
    width: 70%;
}
.padding-set-left-right{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.Services-top .row {
    min-height: 350px;
}
.left-black-section{
    background: #000000;
}
.left-black-section > div > h2 {
    color: #ffffff !important;
}
.left-black-section > div > p {
    color: #ffffff !important;
}
.left-blue-section {
    background: #00406a;
}
.left-blue-section > div > h2 {
    color: #ffffff !important;
}
.left-blue-section > div > p {
    color: #ffffff !important;
}
#yonearth_parallax_bg {
    background-image: url('../yonearth_images/4-seo-parallax.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
#yonearth_parallax_bg-two {
    background-image: url('../yonearth_images/8-global-e-commerce-px.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.yonearth-boxshadow .count-box {
    box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 100%;
    background: #fff;
}
.yonearth-boxshadow .count-box i {
    display: block;
    font-size: 46px;
    color: #fcb332;
}
/***********Home Page Slider CSS start Here****************/
.carousel-caption {
    top: 35% !important;
}

.ds-slide-style {
    display: block !important;
}

.tab-slide-style {
    display: none !important;
}

.mb-slide-style {
    display: none !important;
}

.line-height-set {
    line-height: 50px;
}
/***********Home Page Slider CSS end Here****************/
@media only screen and (max-width: 480px) {
    .ds-slide-style {
        display: none !important;
    }

    .tab-slide-style {
        display: none !important;
    }

    .mb-slide-style {
        display: block !important;
    }

    .carousel-caption {
        top: 70% !important;
    }
    .mobileView_products {
        margin-top: -21rem !important;
    }
}
@media(max-width: 768px) {
    .left-right-section > div {
        width: 100%;
        padding: 30px 0;
    }
    .padding-set-left-right {
        padding-left: unset !important;
        padding-right: 0 !important;
    }
    .padding-set-left-right > div > h2 {
        padding: 0 40px;
    }
    .padding-set-left-right > div > p {
        padding: 0 40px;
    }
    .line-height-set {
        line-height: 35px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 1024px) {
    .ds-slide-style {
        display: none !important;
    }
    .tab-slide-style {
        display: block !important;
    }
    .mb-slide-style {
        display: none !important;
    }
}
