/***
====================================================================
## Start CSS
====================================================================
***/

body {
    overflow-x: hidden;
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Meiryo", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    color: #333;
    background-color: #fff;
    background-attachment: scroll;
    /* Fallback for when there is no custom background color defined. */
}


/**
 * Typography
 * -------------------------------------------------------------
 */

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.3;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #333;
}


/**
 * Links
 * -------------------------------------------------------------
 */

a {
    background-color: transparent;
    transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -webkit-transition: padding 0.3s ease;
    text-decoration: none;
    color: #333;
}

a:hover,
a:active {
    color: #666;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

:hover {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}


/**
 * Elements
 * -------------------------------------------------------------
 */

svg {
    position: relative;
    z-index: 10;
}

.clr {
    clear: both;
}


/***
====================================================================
## Header
====================================================================
***/

.site-header {
    position: relative;
    width: 100%;
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99999;
}

.maintop-header {}

.top-bar-head {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 15px 0;
    z-index: 999;
}

.top-bar-head .container {}

.top-bar-head .header-nav-area {}

.logo {}

.logo .logo-header {
    line-height: 0;
}

.logo .logo-header img {
    max-width: 100%;
}

.head-menu {
    -ms-flex-item-align: center;
    align-self: center;
}

.site-header .site-navigation {
    text-align: right;
    padding: 0;
}

.menu-content {
    text-align: right;
    padding: 0;
}

.navigation .mainmenu {
    vertical-align: middle;
    float: none;
    text-align: right;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
}

.navigation .mainmenu li {
    display: inline-block;
    position: relative;
}

.navigation .mainmenu li:not(:last-child) {
    margin-right: 20px;
}

.navigation .mainmenu li a {
    display: block;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    color: #333;
    border-bottom: solid 1px transparent;
    transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -webkit-transition: padding 0.3s ease;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    white-space: nowrap;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.navigation .mainmenu li.current_page_item a,
.navigation .mainmenu li a:hover,
.navigation .mainmenu li:hover a {
    color: #333;
    border-bottom: solid 1px #f78a74;
}

@media only screen and (min-width: 1300px) {
    .menu-content {
        float: right;
    }
}

@media only screen and (min-width: 993px) {
    .menu-wrapper {
        position: relative;
    }
}

@media screen and (min-width: 810px) and (max-width: 825px) {
    .top-bar-head {
        padding: 10px;
    }
}

@media only screen and (max-width: 992px) {
    .top-bar-head .head-menu {
        padding-right: 0;
    }
    .navigation {
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        width: 25vw;
        height: 100%;
        background: #000;
        border-right: solid 5px #f78a74;
        margin: 0;
        padding: 3em 15px;
        top: 0;
        left: -130%;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        z-index: 99999;
    }
    .navigation.menuopen {
        left: 0;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .menuopen .overlaybg {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        cursor: pointer;
        z-index: 100;
    }
    .menu-wrapper {
        position: relative;
        z-index: 9999;
    }
    .navigation ul.mainmenu {
        text-align: left;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .navigation ul.mainmenu li {
        display: block;
        position: relative;
        margin: 0;
        padding: 10px 0 10px 0;
    }
    .navigation ul.mainmenu li:not(:last-child) {
        margin-right: 0;
    }
    .navigation .mainmenu li a {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        vertical-align: middle;
        overflow: hidden;
        display: block;
        position: relative;
        font-size: 16px;
        font-weight: normal;
        line-height: normal;
        color: #fff;
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
    }
    .navigation .mainmenu li.current_page_item a,
    .navigation .mainmenu li a:hover,
    .navigation .mainmenu li:hover a {
        color: #f78a74;
    }
    .hamburger-menus {
        float: right;
        display: inline-block;
        position: absolute;
        width: 30px;
        height: 30px;
        /*margin: 5px 15px;*/
        -webkit-transition: .1s;
        transition: .1s;
        right: 60px;
        top: 13px;
        cursor: pointer;
        z-index: 1;
    }
    .hamburger-menus span {
        display: block;
        width: 5px;
        height: 5px;
        background: #f78a74;
        border-radius: 50%;
    }

    .hamburger-menus span:nth-child(1) {
        position: absolute;
        left: 0;
        top: 0;
    }
    .hamburger-menus span:nth-child(2) {
        position: absolute;
        left: 12px;
        top: 0;
    }

    .hamburger-menus span:nth-child(3) {
        position: absolute;
        right: 0;
        top: 0;
    }
    .hamburger-menus span:nth-child(4) {
        position: absolute;
        left: 0;
        top: 12px;
    }
    .hamburger-menus span:nth-child(5) {
        position: absolute;
        left: 12px;
        top: 12px;
    }
    .hamburger-menus span:nth-child(6) {
        position: absolute;
        right: 0px;
        top: 12px;
    }
    .hamburger-menus span:nth-child(7) {
        position: absolute;
        left: 0px;
        bottom: 0px;
    }
    .hamburger-menus span:nth-child(8) {
        position: absolute;
        left: 12px;
        bottom: 0px;
    }
    .hamburger-menus span:nth-child(9) {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
    .hamburger-menus:hover span {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-transition: 350ms cubic-bezier(0.8, 0.5, 0.2, 1.4);
        transition: 350ms cubic-bezier(0.8, 0.5, 0.2, 1.4);
        /*-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);*/
    }
    .hamburger-menus.click-menu {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        cursor: pointer;
        -webkit-transition: 0.2s cubic-bezier(0.8, 0.5, 0.2, 1.4);
        transition: 0.2s cubic-bezier(0.8, 0.5, 0.2, 1.4);
    }
    .hamburger-menus.click-menu span {
        border-radius: 50%;
        -webkit-transition-delay: 200ms;
        transition-delay: 200ms;
        /*background-color:rgba(255,255,255,0.767);*/
        -webkit-transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
        transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
    }
    .hamburger-menus.click-menu span:nth-child(2) {
        position: absolute;
        left: 6px;
        top: 6px;
    }
    .hamburger-menus.click-menu span:nth-child(4) {
        position: absolute;
        left: 6px;
        top: 18px;
    }
    .hamburger-menus.click-menu span:nth-child(6) {
        position: absolute;
        right: 6px;
        top: 6px;
    }
    .hamburger-menus.click-menu span:nth-child(8) {
        position: absolute;
        left: 18px;
        bottom: 6px;
    }
}

@media only screen and (max-width: 768px) {
    .logo {
        width: 86%;
    }
    .navigation {
        width: 255px;
    }
    .hamburger-menus {
        right: 25px;
        top: 26px;
    }
}

@media only screen and (max-width: 480px) {
    .hamburger-menus {
        right: 25px;
        top: 28px;
    }
}

@media only screen and (max-width: 360px) {
    .hamburger-menus {
        right: 25px;
        top: 22px;
    }
}

@media only screen and (max-width: 320px) {
    .hamburger-menus {
        right: 25px;
        top: 20px;
    }
}

@media only screen and (max-width: 300px) {
    .hamburger-menus {
        right: 25px;
        top: 19px;
    }
}

@media only screen and (max-width: 280px) {
    .hamburger-menus {
        right: 25px;
        top: 16px;
    }
}

@media only screen and (max-width: 240px) {
    .hamburger-menus {
        right: 5px;
        top: 14px;
    }
}


/**
 * svg-site-header
 * -------------------------------------------------------------
 */

.site-header svg {
    display: none;
    position: absolute;
    fill: #f78a74;
    bottom: -31px;
}


/***
====================================================================
## Slider
====================================================================
***/

.slider-area {
    overflow: hidden;
    display: block;
    position: relative;
    /*top: -125px;*/
    z-index: 1;
}

.hero-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    /*height: 606px;*/
    /*padding: 252px 0;*/
    transition: all .4s ease;
    z-index: 0;
}

.hero-slider .swiper-container {
    /*position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;*/
}

.hero-slider .swiper-slide {
    overflow: hidden;
}

.hero-slider .slide-inner {
    /* display: flex; */
    /*justify-content: center;
    align-items: center;
    text-align: left;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 1;*/
}

.hero-slider .col-lg-5 {
    -ms-flex-item-align: center;
    align-self: center;
}

.hero-slider .col-lg-5 .slidersvg2 {
    /*background: #fff;*/
}

.hero-slider .col-lg-5 .slider-inner-mainbox {
    /*padding: 160px 40px 10px 110px;*/
    padding: 0 40px;
}

@media screen and (min-width: 426px) and (max-width: 576px) {
    .hero-slider .col-lg-5 .slider-inner-mainbox {
        top: 10% !important;
    }
}

@media screen and (min-width:320px) and (max-width: 768px) {
    .hero-slider .col-lg-5 .slider-inner-mainbox {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media screen and (min-width:769px) and (max-width: 968px) {
    .hero-slider .col-lg-5 .slider-inner-mainbox {
        left: 0;
        right: 0;
        top: 13%;
        margin: 0 auto;
    }
}

@media screen and (min-width:320px) and (max-width: 425px) {
    .hero-slider .col-lg-5 .slider-inner-mainbox {
        top: 0 !important;
    }
    .slider-inner-mainbox:before {
        top: 42px;
        left: 18px;
    }
    .slider-inner-mainbox:after {
        left: 41px;
    }
}

@media only screen and (max-width: 1024px) {
    .slide-inner .slider-inner-mainbox {
        padding: 58px 18px 10px 65px;
    }
}

@media only screen and (max-width: 768px) {
    .slide-inner .slider-inner-mainbox {
        padding: 50px 18px 10px 19px;
    }
}

@media only screen and (max-width:425px) {
    .slide-inner .slider-inner-mainbox {
        padding: 0px 18px 0 58px;
    }
}

@media only screen and (max-width:320px) {
    .slider-inner-mainbox:before {
        top: 26px;
        left: 9px;
    }
    .slider-inner-mainbox:after {
        left: 25px;
        top: 9px;
    }
}

.hero-slider .col-lg-5 .slide-text {
    position: relative;
    max-width: 690px;
    z-index: 5;
}

@media only screen and (max-width: 640px) {
    .hero-style .slide-text {
        max-width: 360px;
    }
}

.hero-slider .col-lg-5 .slide-text p {
    margin: 0;
    padding: 0;
    transition: all .4s ease;
}

.hero-slider .col-lg-7 {}

.hero-slider .col-lg-7 .sliderimg {
    line-height: 0;
}

.hero-slider .col-lg-7 .sliderimg .slide-mainimg {
    object-fit: cover;
    width: 100%;
    /*height: auto;
    position: relative;
    top: 0;
    z-index: 0;*/
}

.hero-slider .col-lg-7 .sliderimg .slidershape1 {
    /*-webkit-mask-image: url(../images/sliderimg3.png);
    mask-image: url(../images/sliderimg3.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;*/
}

@media only screen and (max-width: 992px) {
    .hero-slider .col-lg-5 {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    /*.slider-area {
        padding-bottom: 5em !important;
    }*/
}


/**
 * Slider Area
 * -------------------------------------------------------------
 */

.swiper-container-horizontal>.swiper-pagination-bullets {
    display: block;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    text-align: center !important;
    position: absolute !important;
    width: 10% !important;
    right: 195px !important;
    /*bottom: 117px !important;*/
    bottom: 30px !important;
}

@media only screen and (max-width: 992px) {
    .swiper-container-horizontal>.swiper-pagination-bullets {
        width: 30%!important;
        left: 0;
        right: 0!important;
        margin: 0 auto;
    }
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 7px 4px !important;
}

.swiper-pagination-bullet {
    float: left;
    display: block !important;
    width: 21% !important;
    height: 7px !important;
    background: #fff !important;
    border-radius: 24px !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #f78a74 !important;
    opacity: 1;
}


/***
====================================================================
## Categories-1
====================================================================
***/

#whychooseus {
    overflow: hidden;
    position: relative;
    padding-top: 6em;
    padding-bottom: 6em;
    background-color: #f78a74;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg fill='%23fb9f8d' fill-opacity='0.4'%3E%3Cpath d='M12 0h18v6h6v6h6v18h-6v6h-6v6H12v-6H6v-6H0V12h6V6h6V0zm12 6h-6v6h-6v6H6v6h6v6h6v6h6v-6h6v-6h6v-6h-6v-6h-6V6zm-6 12h6v6h-6v-6zm24 24h6v6h-6v-6z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

@media only screen and (max-width: 992px) {
    #whychooseus {
        padding-top: 3em;
        padding-bottom: 3em;
    }
}

#whychooseus .whychooseus-bg {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

#whychooseus .whychooseus-body {
    position: relative;
}

#whychooseus .peccular-whychooseus-imgbox {
    overflow: hidden;
    position: relative;
    line-height: 0;
    top: 0;
    /*padding: 0 90px 0 0;*/
}

#whychooseus .peccular-whychooseus-imgboxshape {
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 500px;
    object-fit: cover;
    /*-webkit-mask-image: url(../images/whyshape1.png);
    mask-image: url(../images/whyshape1.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;*/
}

#whychooseus .space-abtblock {
    padding: 1em;
}

#whychooseus .peccular-section-head {
    position: relative;
/*    margin-bottom: 2em;*/
}

#whychooseus .peccular-section-head h2 {
    color: #fff;
}

#whychooseus .peccular-section-head span {
    display: block;
    line-height: 0;
}

#whychooseus .peccular-section-head i {
    display: none;
}

/*#whychooseus .peccular-section-head i:first-child {
    font-size: 8px;
    color: #f78a74;
    background: #f78a74;
    border-radius: 15px;
    margin-right: 5px;
    padding: 0 20px;
}

#whychooseus .peccular-section-head i:last-child {
    color: #fbdd17;
    font-size: 8px;
    background: #fbdd17;
    border-radius: 15px;
    margin-right: 5px;
    padding: 0 15px;
}*/

#whychooseus .peccular-section-subtext {}

#whychooseus .peccular-section-subtext p {
    margin: 0;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    #whychooseus .space-abtblock {
        text-align: center;
    }
    #whychooseus .peccular-section-head {
        margin-bottom: 1em;
    }
}

@media screen and (min-width: 320px) and (max-width: 425px) {
    #whychooseus .peccular-whychooseus-imgbox {
        /*padding: 20px 0 0 0;*/
    }
}

/* --------------why choose us Responsiv css end ----------------------- */

#whychooseus .peccular-whychooseus-area {
    display: none;
    margin-top: 2em;
}

#whychooseus .peccular-whychooseus-single {}

#whychooseus .peccular-whychooseus-icon {
    text-align: center;
    width: 50px;
    height: 50px;
    border: dashed 3px #fa3759;
    border-radius: 50%;
    padding: 7px;
}

#whychooseus .peccular-whychooseus-icon span {
    margin: 0 auto;
    padding: 0;
    font-size: 30px;
    /*line-height: 96px;*/
    color: #fff;
    width: 100%;
    background-color: #fa3759;
    border-radius: 50%;
    text-align: center;
}

#whychooseus .peccular-whychooseus-area .col-lg-10 {
    -ms-flex-item-align: center;
    align-self: center;
}

#whychooseus .peccular-whychooseus-content {}

#whychooseus .peccular-whychooseus-content p {
    margin: 0;
}  

@media only screen and (max-width: 1024px) {
    #whychooseus .peccular-whychooseus-area .peccular-whychooseus-icon {
        width: 100% !important;
    }
    #whychooseus .peccular-whychooseus-area .peccular-whychooseus-content {
        margin-left: 13px;
    }
}

@media only screen and (max-width: 768px) {
    #whychooseus .peccular-whychooseus-area .peccular-whychooseus-icon {
        width: 69% !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    #whychooseus .peccular-whychooseus-area .peccular-whychooseus-icon {
        width: 35% !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 375px) {
    #whychooseus .peccular-whychooseus-area .peccular-whychooseus-icon {
        margin-bottom: 15px;
        width: 25%;
    }
}


/***
====================================================================
## Categories-2
====================================================================
***/

#contact {
    overflow: hidden;
    position: relative;
    /*padding-top: 6em;
    padding-bottom: 6em;*/
}

/*@media only screen and (max-width: 992px) {
    #contact {
        padding-top: 3em;
        padding-bottom: 3em;
    }
}*/

#contact .contact-bg {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

#contact .col-lg-7 {
    line-height: 0;
}

#contact .home-contact-bgimg {
    position: relative;
    object-fit: cover;
    width: 100%;
    /*-webkit-mask-image: url(../images/contactform12.png);
    mask-image: url(../images/contactform12.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    left: -11px;*/
}

@media only screen and (min-width: 992px) {
    #contact .home-contact-bgimg {
        height: 500px;
    }
}

#contact .contact-padd {
    text-align: center;
    position: relative;
    /*left: -90px;
    margin-top: 6em;*/
}

#contact .peccular-section-head {
    position: relative;
/*    margin-bottom: 2em;*/
}

#contact .peccular-section-head h2 {
    color: #fff;
}

#contact .peccular-section-head span {
    display: block;
    line-height: 0;
}

#contact .peccular-section-head i {
    display: none;
}

/*#contact .peccular-section-head i:first-child {
    font-size: 8px;
    color: #f78a74;
    background: #f78a74;
    border-radius: 15px;
    margin-right: 5px;
    padding: 0 20px;
}

#contact .peccular-section-head i:last-child {
    color: #fbdd17;
    font-size: 8px;
    background: #fbdd17;
    border-radius: 15px;
    margin-right: 5px;
    padding: 0 15px;
}*/

#contact .peccular-contact-block {
    -moz-osx-font-smoothing: grayscale;
    -moz-user-select: none;
    -ms-user-select: none;
    position: relative;
    z-index: 1;
}

#contact .peccular-contact-member-wrap {}

#contact .peccular-contact-member-wrap p {
    margin: 0;
    color: #fff;
}

@media only screen and (min-width: 768px) {
    #contact .contact-padd {
        left: -90px;
        margin-top: 6em;
        margin-bottom: 6em;
        padding: 70px;
        background-color: #f78a74;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg fill='%23fb9f8d' fill-opacity='0.4'%3E%3Cpath d='M12 0h18v6h6v6h6v18h-6v6h-6v6H12v-6H6v-6H0V12h6V6h6V0zm12 6h-6v6h-6v6H6v6h6v6h6v6h6v-6h6v-6h6v-6h-6v-6h-6V6zm-6 12h6v6h-6v-6zm24 24h6v6h-6v-6z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    }
}

@media only screen and (max-width: 768px) {
    /*#contact {}*/
    /*#contact .contact-bg {}*/
    #contact .contact-padd {
        left: -45px;
        margin-top: 2em;
        margin-bottom: 2em;
        padding: 30px;
        background-color: #f78a74;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg fill='%23fb9f8d' fill-opacity='0.4'%3E%3Cpath d='M12 0h18v6h6v6h6v18h-6v6h-6v6H12v-6H6v-6H0V12h6V6h6V0zm12 6h-6v6h-6v6H6v6h6v6h6v6h6v-6h6v-6h6v-6h-6v-6h-6V6zm-6 12h6v6h-6v-6zm24 24h6v6h-6v-6z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    }
    #contact .peccular-section-head {
        margin-bottom: 1em;
    }
}

@media only screen and (max-width:580px) {
    #contact .contact-padd {
        left: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
        background-color: #f78a74;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg fill='%23fb9f8d' fill-opacity='0.4'%3E%3Cpath d='M12 0h18v6h6v6h6v18h-6v6h-6v6H12v-6H6v-6H0V12h6V6h6V0zm12 6h-6v6h-6v6H6v6h6v6h6v6h6v-6h6v-6h6v-6h-6v-6h-6V6zm-6 12h6v6h-6v-6zm24 24h6v6h-6v-6z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    }
}


/***
====================================================================
## Post / Categories-1
====================================================================
***/

#banner {
    overflow: hidden;
    position: relative;
    padding-top: 6em;
    padding-bottom: 6em;
}

@media only screen and (max-width: 992px) {
    #banner {
        padding-top: 3em;
        padding-bottom: 3em;
    }
}

#banner .banner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 0;
}

#banner .peccular-banner-area {}

#banner .peccular-banner-b {}

#banner .peccular-banner-single {
    overflow: hidden;
    position: relative;
    padding: 2em 1em;
    background: #f4f4f4;
    outline: 4px solid #fff;
    outline-offset: -5px;
}


/**
 * (ODD)
 * -------------------------------------------------------------
 */

/*#banner .peccular-banner-b:nth-child(odd) .peccular-banner-single {
    background: #fbdd17;
}

#banner .peccular-banner-b:nth-child(odd) .morder-btn {
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    background: #f78a74;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    padding: 10px 20px;
    margin-top: 20px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    z-index: 10;
}

#banner .peccular-banner-b:nth-child(odd) .morder-btn:before {
    position: absolute;
    content: "";
    background: #f78a74;
    border-radius: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
}

#banner .peccular-banner-b:nth-child(odd) .morder-btn:hover:before,
#banner .peccular-banner-b:nth-child(odd) .morder-btn:focus:before,
#banner .peccular-banner-b:nth-child(odd) .morder-btn:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

#banner .peccular-banner-b:nth-child(odd) .morder-btn:hover,
#banner .peccular-banner-b:nth-child(odd) .morder-btn:focus,
#banner .peccular-banner-b:nth-child(odd) .morder-btn:active {
    color: #fff;
}

#banner .peccular-banner-b:nth-child(odd) .boxshape {
    position: absolute;
    width: 264px;
    height: 232px;
    background: #faee9c;
    border: solid 1px #faee9c;
    border-radius: 50%;
    bottom: -39px;
    left: -43px;
}

#banner .peccular-banner-b:nth-child(odd) .boxshape2 {
    display: none;
}*/


/**
 * (EVEN)
 * -------------------------------------------------------------
 */

/*#banner .peccular-banner-b:nth-child(even) .peccular-banner-single {
    background: #fa3759;
}

#banner .peccular-banner-b:nth-child(even) .morder-btn {
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    background: #fa6a83;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    padding: 10px 20px;
    margin-top: 20px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    z-index: 10;
}

#banner .peccular-banner-b:nth-child(even) .morder-btn:before {
    position: absolute;
    content: "";
    background: #f78a74;
    border-radius: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
}

#banner .peccular-banner-b:nth-child(even):hover .morder-btn:before,
#banner .peccular-banner-b:nth-child(even):focus .morder-btn:before,
#banner .peccular-banner-b:nth-child(even):active .morder-btn:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

#banner .peccular-banner-b:nth-child(even) .morder-btn:hover,
#banner .peccular-banner-b:nth-child(even) .morder-btn:focus,
#banner .peccular-banner-b:nth-child(even) .morder-btn:active {
    color: #fff;
}

#banner .peccular-banner-b:nth-child(even) .boxshape {
    display: none;
}

#banner .peccular-banner-b:nth-child(even) .boxshape2 {
    position: absolute;
    width: 233px;
    height: 205px;
    background: #fa6a83;
    border: solid 1px #fa6a83;
    border-radius: 50%;
    top: -30px;
    right: -70px;
    z-index: -1;
}*/


/**
 * GROUP
 * -------------------------------------------------------------
 */

#banner .peccular-banner-single .peccular-banner-imgbox {
    width: 100%;
    line-height: 0;
}

#banner .peccular-banner-single .peccular-banner-imgbox img {
    position: relative;
    object-fit: cover;
    width: 100%;
    border-radius: 50%;
    border: solid 4px #fff;
    z-index: 10;
}

#banner .peccular-banner-single:hover .peccular-banner-imgbox img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transform: scale(1) rotateZ(-6deg);
    -moz-transform: scale(1) rotateZ(-6deg);
    -webkit-transform: scale(1) rotateZ(-6deg);
    -o-transform: scale(1) rotateZ(-6deg);
    transition: .5s ease;
}

#banner .peccular-banner-single .col-lg-8 {
    -ms-flex-item-align: center;
    align-self: center;
    z-index: 1;
}

@media only screen and (min-width: 992px) {
    #banner .peccular-banner-single .col-lg-8 {
        padding-right: 60px;
    }
}

#banner .peccular-banner-single .peccular-banner-content {}

#banner .peccular-banner-content h3.peccular-banner-title {}

#banner .peccular-banner-content h3.peccular-banner-title a {
    color: #333;
}

#banner .peccular-banner-b .morder-btn {
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    background: none;
    border-bottom: solid 1px #f78a74;
/*    border-radius: 30px;*/
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #333;
/*    padding: 10px 20px;*/
    margin-top: 20px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    z-index: 10;
}

/*#banner .peccular-banner-b .morder-btn:before {
    position: absolute;
    content: "";
    background: #f78a74;
    border-radius: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
}*/

#banner .peccular-banner-b .morder-btn:hover:before,
#banner .peccular-banner-b .morder-btn:focus:before,
#banner .peccular-banner-b .morder-btn:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

/*#banner .peccular-banner-b .boxshape {
    display: none;
}

#banner .peccular-banner-b .boxshape2 {
    position: absolute;
    width: 233px;
    height: 205px;
    background: #fa6a83;
    border: solid 1px #fa6a83;
    border-radius: 50%;
    top: -30px;
    right: -70px;
    z-index: 8;
}*/

@media only screen and (max-width: 992px) {
    #banner .peccular-banner-single {
        text-align: center;
    }
    #banner .peccular-banner-single .peccular-banner-imgbox {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    #banner .peccular-banner-b:nth-child(odd) .peccular-banner-single {
        margin-bottom: 2em;
    }
}


/***
====================================================================
## Post / Categories-2
====================================================================
***/

#blog {
    overflow: hidden;
    position: relative;
    padding-top: 6em;
    padding-bottom: 6em;
}

@media only screen and (max-width: 992px) {
    #blog {
        padding-top: 3em;
        padding-bottom: 3em;
    }
}

#blog .blog-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

#blog .peccular-blog-area-wrap {}

#blog .peccular-blog-posts {}

#blog .peccular-blog-post {
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 767px) {
    #blog .peccular-blog-posts .col-lg-4:not(:last-child) {
        margin-bottom: 2em;
    }
}

#blog .peccular-box-area-S {}

#blog .peccular-blog-imgbox {}

#blog .peccular-blog-thumbnail {
    overflow: hidden;
    position: relative;
    line-height: 0;
}

#blog .peccular-blog-thumbnail:before {
    display: block;
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 30%) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
    top: 0;
    left: -75%;
    z-index: 2;
}

#blog .peccular-blog-thumbnail img {
    object-fit: cover;
    width: 100%;
    transform: scale(1);
    transition: all 1s ease 0s;
}

#blog .peccular-blog-post:hover .peccular-blog-thumbnail img {
    transform: scale(1.2);
}

#blog .peccular-blog-post:hover .peccular-blog-thumbnail::before {
    -webkit-animation: shine .71s;
    animation: shine .71s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

#blog .peccular-blog-single {
    position: relative;
    padding-top: 20px;
}

#blog .peccular-blog-single svg {
    position: absolute;
    width: 100%;
    transform: rotateY(180deg);
    bottom: 99%;
}

@media only screen and (max-width:1024px) {
    #blog .peccular-blog-single svg {
        /*top: 220px;*/
    }
}

@media only screen and (max-width:425px) {
    #blog .peccular-blog-single svg {
        /*top: 201px;*/
        z-index: 0;
    }
}

#blog .peccular-blog-single svg path {
    fill: #fff!important;
}

#blog .peccular-blog-single h3.inner-area-title {
    transform: scale(1);
    transition: all 1s ease 0s;
}

#blog .peccular-blog-single h3.inner-area-title a {
    color: #333;
    transition: all 1s ease 0s;
}

#blog .peccular-blog-single p {}

#blog .peccular-blog-single a.read-btn {
    overflow: hidden;
    text-align: center;
    display: inline-block;
    position: relative;
    background: none;
    border-bottom: solid 1px #f78a74;
    /*box-shadow: 0 0 1px transparent;
    border-radius: 30px;*/
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #333;
/*    padding: 10px 20px;*/
    margin-top: 20px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

/*#blog .peccular-blog-single a.read-btn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
}*/

#blog .peccular-blog-single a.read-btn:hover:before,
#blog .peccular-blog-single a.read-btn:focus:before,
#blog .peccular-blog-single a.read-btn:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}


/***
====================================================================
## Content Link
====================================================================
***/

#testimonials {
    overflow: hidden;
    position: relative;
/*    padding-top: 6em;*/
    padding-bottom: 6em;
}

@media only screen and (max-width: 992px) {
    #testimonials {
/*        padding-top: 3em;*/
        padding-bottom: 3em;
    }
}

#testimonials .testimonials-bg {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 0;
}

#testimonials .test-mrg {}

@media only screen and (max-width: 767px) {
    #testimonials .test-mrg {
        text-align: center;
    }
}

#testimonials .peccular-testimonial-block {}

#testimonials .peccular-section-head {
    position: relative;
/*    margin-bottom: 2em;*/
}

#testimonials .peccular-section-head h2 {}

#testimonials .peccular-section-head span {
    display: block;
    line-height: 0;
}

#testimonials .peccular-section-head i {
    display: none;
}

/*#testimonials .peccular-section-head i:first-child {
    font-size: 8px;
    color: #f78a74;
    background: #f78a74;
    border-radius: 15px;
    margin-right: 5px;
    padding: 0 20px;
}

#testimonials .peccular-section-head i:last-child {
    color: #fbdd17;
    font-size: 8px;
    background: #fbdd17;
    border-radius: 15px;
    margin-right: 5px;
    padding: 0 15px;
}*/

#testimonials .peccular-section-theme {}

#testimonials .item {}

#testimonials .peccular-testimonials-single {}

#testimonials .peccular-testimonials-content {}

#testimonials .peccular-testimonials-contentbox {}

#testimonials .peccular-testimonials-contentbox p {
    margin: 0;
}

#testimonials .img-mrg {}

@media only screen and (max-width: 767px) {
    #testimonials .img-mrg {
        margin-top: 2em;
    }
}

#testimonials .peccular-testimonials-imgbox {
    line-height: 0;
}

#testimonials .peccular-testimonials-imgbox img {
    object-fit: cover;
    width: 100%;
/*    height: 400px;*/
    object-fit: cover;
}

#testimonials .peccular-testimonials-imgboxshape {
    /*-webkit-mask-image: url(images/testimonialShape.png);
    mask-image: url(images/testimonialShape.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;*/
}


/***
====================================================================
## Content Three
====================================================================
***/

#popularproduct-section {
    overflow: hidden;
    position: relative;
    padding-top: 6em;
    padding-bottom: 6em;
    background: #f4f4f4;
}

@media only screen and (max-width: 992px) {
    #popularproduct-section {
        padding-top: 3em;
        padding-bottom: 3em;
    }
}

#popularproduct-section .popularproduct-bg {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 0;
}

#popularproduct-section .popularproductbox {}

#popularproduct-section .popularproduct-box {}

#popularproduct-section .peccular-section-head {
    text-align: center;
    position: relative;
    margin-bottom: 2em;
}

#popularproduct-section .peccular-section-head h2 {
    font-weight: normal;
}

#popularproduct-section .peccular-section-head span {
    display: block;
    line-height: 0;
}

#popularproduct-section .peccular-section-head i {
    display: none;
}

/*#popularproduct-section .peccular-section-head i:first-child {
    font-size: 8px;
    color: #f78a74;
    background: #f78a74;
    border-radius: 15px;
    margin-right: 5px;
    padding: 0 20px;
}

#popularproduct-section .peccular-section-head i:last-child {
    color: #fbdd17;
    font-size: 8px;
    background: #fbdd17;
    border-radius: 15px;
    margin-right: 5px;
    padding: 0 15px;
}*/

#popularproduct-section .popular-product {
    margin: 0 auto;
}

#popularproduct-section #recent-porduct {
/*    box-shadow: 0px 1px 3px 3px #efefef;*/
}

#popularproduct-section .default_product_display {}

#popularproduct-section .product-image-thumb {
    overflow: hidden;
    margin-bottom: 20px;
}

#popularproduct-section .product-image-thumb img {
    object-fit: cover;
    width: 100%;
    transition: transform .5s ease;
}

#popularproduct-section .popular-product:hover .product-image-thumb img {
    transform: scale(1.5);
    transition: transform .5s ease;
}

/*#popularproduct-section .popular-product:hover .total-product-title-wrap {
    background: none;
    transition: transform .5s ease;
}*/

#popularproduct-section .total-product-title-wrap {
    position: relative;
    transition: transform .5s ease;
}

#popularproduct-section .total-product-title-wrap svg {
    display: none;
    position: absolute;
    width: 100% !important;
    bottom: 100%;
    left: 0;
    transform: rotateY(182deg);
    transition: transform .5s ease;
    z-index: 10;
}

#popularproduct-section .total-product-title-wrap svg path {
    fill: #fb3c5e;
}

#popularproduct-section .product-content-wrap {
    position: relative;
/*    padding: 20px;*/
    z-index: 10;
}

@media only screen and (min-width: 768px) {
    #popularproduct-section .product-content-wrap {
/*        padding: 40px;*/
    }
}

#popularproduct-section .product-content-wrap h3 {}

#popularproduct-section .product-content-wrap p {}

/*#popularproduct-section .popular-product:hover .total-product-title-wrap .product-content-wrap h3 {
    color: #fff;
}

#popularproduct-section .popular-product:hover .total-product-title-wrap .product-content-wrap p {
    color: #fff;
}*/


/***
====================================================================
## Single Header
====================================================================
***/

.peccular-page-main {
    position: relative;
}

.page-main-header {
    clear: both;
    position: relative;
    padding: 12em 0;
    background-position: center;
    background-size: cover;
    /*top: -83px;*/
}

.peccular-innerpage-overlay {
    display: none!important;

    display: flex;
    align-items: center;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0  / 30%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.peccular-page-main h1.ht-main-title {
    display: none;

    position: relative;
    margin: 0;
    padding: 0;
    font-size: 32px;
    font-weight: normal;
    color: #fff;
}

.page-main-header svg {
    position: absolute;
    fill: #fff;
    bottom: -148px;
    z-index: 0;
}

@media only screen and (max-width: 992px) {
    .page-main-header svg {
        bottom: -74px;
    }
}

@media only screen and (max-width: 767px) {
    .page-main-header svg {
        bottom: 0;
    }
    #popularproduct-section .popular-product {
        width: 100%;
    }
}


/***
====================================================================
## Single Post
====================================================================
***/

#innerpage-box {
    position: relative;
    padding-top: 6em;
    padding-bottom: 6em;
    z-index: 0;
}

@media only screen and (max-width: 992px) {
    #innerpage-box {
        padding-top: 3em;
        padding-bottom: 3em;
    }
}

#innerpage-box .inner_contentbox {}

#innerpage-box .innerpage-whitebox {
    padding: 0 1em;
}

#innerpage-box article {}

@media only screen and (min-width: 992px) {
    #innerpage-box article {
        width: 66.66666667%;
        margin: 0 auto;
    }
}

#innerpage-box article .post {}

#innerpage-box article .single_post {}

#innerpage-box article .single_post h2 {
    font-weight: normal;
}

#innerpage-box article .single_post .post-single-thumbnail {
    margin-bottom: 20px;
}

#innerpage-box article .single_post .post-single-thumbnail img {
    object-fit: cover;
    width: 100%;
}

#innerpage-box article .blog-info-area {}

#innerpage-box article .metabox {}

#innerpage-box article .post-single-content {}

#innerpage-box article .post-single-content h3 {}

#innerpage-box article .post-single-content p {}


/***
====================================================================
## Footer
====================================================================
***/

.footer-area {
    overflow: visible;
    position: relative;
    background-color: #fff;
    z-index: 0;
}

.footer-area svg {
    display: none;
    position: absolute;
    fill: #f78a74;
    top: -21px;
    z-index: 999;
}

.footer-area .footer-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    top: 0;
    left: 0;
    z-index: 0;
}


/**
 * Top Area
 * -------------------------------------------------------------
 */

.footer-area .top-area {
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 999;
}

.footer-area .top-area .container {
    padding: 3em 0;
    border-bottom: solid 1px #eee;
}

.footer-area .top-area .single-footer-1 {}

.footer-area .top-area .single-footer {}


/**
 * Top Area / Logo
 * -------------------------------------------------------------
 */

.footer-area .top-area .widget_media_image {
    line-height: 0;
    margin-bottom: 25px;
}

.footer-area .top-area .widget_media_image img {
    max-width: 100%;
}


/**
 * Top Area / Social
 * -------------------------------------------------------------
 */

.footer-area .top-area .social-profile-icons {}

.footer-area .top-area .social-profile-icons ul {
    display: block;
    position: relative;
    background: none;
    box-shadow: none;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.footer-area .top-area .social-profile-icons ul li {
    display: inline-block;
}

.footer-area .top-area .social-profile-icons ul li:not(:last-child) {
    margin-right: 10px;
}

.footer-area .top-area .social-profile-icons ul li:before {
    display: none;
}

.footer-area .top-area .social-profile-icons ul li a {
    text-align: center;
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 33px;
    border: solid 3px #f4f4f4;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.footer-area .top-area .social-profile-icons ul li a:hover {
    background: #f78a74;
    border: solid 3px #f78a74;
    color: #fff;
}


/**
 * Bottom Area
 * -------------------------------------------------------------
 */

.footer-area .bottom-area {
    text-align: center;
    position: relative;
    padding: 2em 0;
}

.footer-area .bottom-area .container {}

.footer-area .bottom-area .footer-text {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.footer-area .bottom-area .footer-text a {
    color: #333;
}


/**
 * Footer Area / Mobile
 * -------------------------------------------------------------
 */

@media screen and (max-width: 992px) {
    .footer-area .top-area .container {
        padding: 2em 0;
    }
    .footer-area .bottom-area {
        padding: 2em 0;
    }
}


/***
====================================================================
## Back To Top
====================================================================
***/

#back2Top {
    overflow: hidden;
    display: none;
    text-align: center;
    position: fixed;
    width: 43px;
    height: 43px;
    background: transparent;
    border-radius: 4px;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    font-size: 30px;
    color: #000;
    right: 30px;
    bottom: 13px;
    cursor: pointer;
    z-index: 999;
}

#back2Top:hover {
    background-color: transparent;
    color: #f78a74;
}


/***
====================================================================
## Elements
====================================================================
***/

@media screen and (min-width: 320px) and (max-width: 425px) {
    body {
        position: inherit;
    }
}


/***
====================================================================
## End CSS
====================================================================
***/

#wrapper {
    display: block;
    position: relative;
    min-height: 100%;
    padding: 0;
}

/*---------------- contact details responsive -----------------*/
@media only screen and (max-width: 767px) and (min-width: 520px) {
    .col-md-2.col-sm-4.col-xs-12.wd {
        width: 33%;
    }

    .col-md-6.col-sm-4.col-xs-12.wd {
        width: 35%;
    }

    .col-md-4.col-sm-4.col-xs-12.wd {
        width: 32%;
    }

}

/*// --------------Responsive css ----------------------------- */

/*--------------Testimonials Responsiv css --------------------- */

@media screen and (min-width:320px) and (max-width: 1024px) {
    .no-js .owl-carousel,
    .owl-carousel.owl-loaded {
        padding: 0 0em;
    }
}

/*// --------------Procduct cat Responsiv css ----------------------------- */
@media only screen and (max-width: 1024px) {
    
    .slider-area .slide-inner svg {
        left: -185px;
    }

    .slider-area .slide-inner .slidersvg2 svg {
        left: -222px;
    }

}

@media only screen and (max-width: 768px) {

    .slider-area .slide-inner .slidersvg2 svg {
        left: -339px;
    }

    .slider-area .slide-inner svg {
        left: -307px;
    }
}

@media only screen and (max-width:425px) {
    .slider-area .slide-inner .slidersvg2 svg {
        display: none;
    }

    .slider-area .slide-inner svg {
        display: none;
    }

}

/* ------------------------------------- */


/* ------------------------------------------- */

@media screen and (min-width:320px) and (max-width: 767px) {
    .container {
        max-width: 1000px !important;
    }
}