/* Css For Castro */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/

/***

====================================================================
  Reset
====================================================================

 ***/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/***

====================================================================
  Global Settings
====================================================================

 ***/

body {
    font-size: 15px;
    color: #848484;
    line-height: 26px;
    font-weight: 400;
    background: #ffffff;
    font-family: "Poppins", sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
        padding: 0px 15px;
    }
}

.container-fluid {
    padding: 0px;
}

.large-container {
    position: static;
    max-width: 1480px;
    padding: 0px 15px;
    margin: 0 auto;
}

.auto-container {
    position: static;
    max-width: 100%;
    padding: 0px 30px;
    margin: 0 auto;
}

.small-container {
    max-width: 680px;
    margin: 0 auto;
}

.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    min-width: 300px;
}

a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

a:hover {
    text-decoration: none;
    outline: none;
}

input,
button,
select,
textarea {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #555;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

input {
    transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

p {
    position: relative;
    font-size: 15px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #848484;
    margin: 0px;
    transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    color: #222222;
    margin: 0px;
    transition: all 500ms ease;
}

/* Preloader */

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
}

.preloader-close {
    position: fixed;
    z-index: 999999;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    right: 0;
    bottom: 0;
    font-weight: 600;
}

.preloader.style-two .preloader-close {
}

.loader-wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.loader-wrap .layer-one {
    position: absolute;
    left: 0%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-two {
    position: absolute;
    left: 33.3333%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-three {
    position: absolute;
    left: 66.6666%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #222;
}

.centred {
    text-align: center;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

figure {
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}

/** button **/

.theme-btn-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #222;
    text-align: center;
    border: 2px solid #222;
    padding: 14px 39px;
    z-index: 1;
}

.theme-btn-one:hover {
    color: #fff;
}

.theme-btn-one i {
    position: relative;
    display: inline-block;
    font-size: 20px;
    margin-left: 15px;
    top: 1px;
    transform: rotate(-30deg);
}

.theme-btn-one:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn-one:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #222;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -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;
}

.theme-btn-two {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    background: #222;
    padding: 12px 35px;
    z-index: 1;
}

.theme-btn-two i {
    position: relative;
    display: inline-block;
    font-size: 20px;
    margin-left: 15px;
    top: 1px;
    font-weight: 400;
    transform: rotate(-30deg);
}

.theme-btn-two:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn-two:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -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;
}

.theme-btn-three {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    padding: 12px 35px;
    z-index: 1;
}

.theme-btn-three i {
    position: relative;
    display: inline-block;
    font-size: 20px;
    margin-left: 15px;
    top: 1px;
    font-weight: 400;
    transform: rotate(-30deg);
}

.theme-btn-three:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn-three:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #222;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -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;
}

.pagination {
    position: relative;
    display: block;
}

.pagination li {
    display: inline-block;
    margin: 0px 0px;
}

.pagination li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #222;
    background: transparent;
    z-index: 1;
    transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.active {
    color: #fff;
    background: #222;
}

.sec-pad {
    padding: 115px 0px 120px 0px;
}

.sec-pad-2 {
    padding: 120px 0px;
}

.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 15px;
    font-size: 24px;
    z-index: 99;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    transition: 1s ease;
}

.scroll-top:hover {
    background: #0c2136 !important;
}

.scroll-top.open {
    bottom: 50px;
}

.sec-title {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 50px;
}

.sec-title.style-two {
    text-align: left;
}

.sec-title p {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 26px;
    color: #222;
    margin-bottom: 20px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 40px;
    color: #222;
    line-height: 52px;
    font-weight: 600;
    margin-bottom: 8px;
}

.sec-title .separator {
    position: relative;
    display: block;
    width: 141px;
    height: 15px;
    margin: 0 auto;
    background-repeat: no-repeat;
}

.sec-title.style-two .separator {
    margin: 0px;
    width: 91px;
}

.sec-title.light p,
.sec-title.light h2 {
    color: #fff;
}

/***

====================================================================
                        Home-Page-One
====================================================================

***/

/** main-header **/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    left: 0px;
    top: 0px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    width: 100%;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/** header-top **/

.main-header .header-top {
    position: relative;
    display: block;
    padding: 12px 0px;
    border-bottom: 1px solid #ededed;
}

.main-header .language {
    position: relative;
    display: inline-block;
    z-index: 5;
    margin-right: 25px;
}

.main-header .language .lang-btn {
    position: relative;
    display: block;
    font-size: 14px;
    color: #222;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    transition: all 500ms ease;
}

.main-header .language .lang-btn:hover {
}

.main-header .language .lang-btn .flag {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 6px;
    display: inline-block;
}

.main-header .language .lang-btn .flag img {
    width: 100%;
    border-radius: 50%;
}

.main-header .language .lang-btn .txt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #222;
}

.main-header .language .lang-btn .arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 4px;
    font-size: 14px;
    color: #888;
    top: 1px;
}

.main-header .language .lang-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 16px;
}

.main-header .language .lang-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 12px;
    width: 150px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.main-header .language:hover .lang-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.main-header .language .lang-dropdown li {
    position: relative;
    display: block;
    border-bottom: 1px solid #f0f0f0;
}

.main-header .language .lang-dropdown li:last-child {
    border: none;
}

.main-header .language .lang-dropdown li a {
    position: relative;
    display: block;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 24px;
    color: #222222;
    text-align: left;
}

.main-header .language .lang-dropdown li a:hover {
    text-decoration: underline;
}

.main-header .header-top .info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #222222;
    margin-right: 30px;
}

.main-header .header-top .info li:last-child {
    margin-right: 0px;
}

.main-header .header-top .info li a {
    display: inline-block;
    color: #222;
}

.main-header .header-top .info li a:hover {
}

.main-header .header-top .info li i {
    color: #b3b3b3;
    margin-right: 10px;
}

.main-header .header-top .social-links,
.main-header .header-top .price-box {
    position: relative;
    display: inline-block;
}

.main-header .header-top .social-links {
    padding-right: 20px;
    margin-right: 27px;
    top: 2px;
}

.main-header .header-top .social-links:before {
    position: absolute;
    content: "";
    background: #e6e6e6;
    width: 1px;
    height: 24px;
    top: 2px;
    right: 0px;
}

.main-header .header-top .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px;
}

.main-header .header-top .social-links li a {
    display: inline-block;
    font-size: 15px;
    color: #b3b3b3;
}

.main-header .header-top .social-links li a:hover {
}

.main-header .header-top .price-box span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    cursor: pointer;
    padding-right: 16px;
}

.main-header .header-top .price-box span:before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    color: #888888;
    top: 1px;
    right: 0px;
    font-weight: 700;
}

.main-header .header-top .price-box span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 16px;
}

.main-header .header-top .price-box .price-list {
    position: absolute;
    left: 0;
    top: 100%;
    width: 150px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    margin-top: 12px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.main-header .header-top .price-box:hover .price-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.main-header .header-top .price-box .price-list li {
    position: relative;
    display: block;
    border-bottom: 1px solid #f0f0f0;
}

.main-header .header-top .price-box .price-list li:last-child {
    border: none;
}

.main-header .header-top .price-box .price-list li a {
    position: relative;
    display: block;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 24px;
    color: #222222;
    text-align: left;
}

.main-header .header-top .price-box .price-list a:hover {
    text-decoration: underline;
}

.main-header .menu-right-content li {
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    color: #222;
    margin-right: 20px;
    font-weight: 600;
}

.main-header .menu-right-content li:last-child {
    margin-right: 0px;
}

.main-header .menu-right-content li a {
    display: inline-block;
    color: #222;
}

.main-header .menu-right-content li a:hover {
}

.main-header .menu-right-content li.shop-cart {
    font-weight: 400;
    font-size: 24px;
}

.main-header .menu-right-content li.shop-cart a {
    position: relative;
    padding-right: 14px;
}

.main-header .menu-right-content li.shop-cart a span {
    position: absolute;
    top: -13px;
    right: 0px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    background: #2e2e2e;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.main-header .menu-right-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 25px 0px 25px 0px;
}

.header-lower {
    position: relative;
}

.header-lower .outer-box {
    position: relative;
    min-height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.main-header .logo-box {
    position: relative;
    display: block;
    padding: 36px 0px;
}

.header-lower .outer-box .menu-area {
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/** main-menu **/

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    margin: 0px;
}

.main-menu .navigation > li {
    position: inherit;
    float: left;
    z-index: 2;
    padding: 35px 0px;
    margin: 0px 18px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation > li:last-child {
    margin-right: 0px !important;
}

.main-menu .navigation > li:first-child {
    margin-left: 0px !important;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    opacity: 1;
    font-family: "Poppins", sans-serif;
    color: #222;
    z-index: 1;
    padding-right: 17px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation > li.dropdown > a:before {
    position: absolute;
    content: "\f107";
    top: 2px;
    right: 0px;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    top: 0px;
    right: 0px;
    color: #888;
    font-weight: 700;
    transition: all 500ms ease;
}

.main-menu .navigation > li > a span {
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    width: 37px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 20px;
}

.main-menu .navigation > li > a span:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    left: 15px;
    bottom: -3px;
    transform: rotate(-45deg);
    z-index: -1;
}

.main-menu .navigation > li.dropdown.current > a:before,
.main-menu .navigation > li.dropdown:hover > a:before {
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu {
    position: absolute;
    left: inherit;
    top: 100%;
    width: 250px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0px;
    background-color: #fff;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    padding: 0px 30px;
}

.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a {
    position: relative;
    display: block;
    padding: 12px 0px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    color: #222;
    border-bottom: 1px solid #e3e3e3;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > a:hover {
}

.main-menu .navigation > li > .megamenu li > a:hover {
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 14px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    right: 100%;
    top: -2px;
    width: 230px;
    z-index: 100;
    display: none;
    padding: 10px 0px;
    background-color: #fff;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    font-size: 14px;
    padding: 12px 0px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    color: #222;
    border-bottom: 1px solid #e3e3e3;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: -32px;
    top: 66px;
    width: 34px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #3b3b3b;
    cursor: pointer;
    display: none;
    z-index: 5;
    transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn {
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
    display: none;
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.menu-area .mobile-nav-toggler .icon-bar {
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    background-color: #3b3b3b;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
    margin-bottom: 0px;
}

/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu {
    position: absolute;
    width: 100%;
    padding: 30px 50px;
    left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
    font-weight: 500;
    padding: 3px 0px;
}

/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 50px 25px 120px 25px;
    text-align: left;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.7;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #202020;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li > a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 5px solid #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    background: #fff;
    color: #3b3b3b;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
}

div#mCSB_1_container {
    top: 0px !important;
}

.mobile-menu .contact-info {
    position: relative;
    padding: 80px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
    position: relative;
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
    color: rgba(255, 255, 255, 0.8);
}

.mobile-menu .contact-info ul li a:hover {
}

.mobile-menu .contact-info ul li:last-child {
    margin-bottom: 0px;
}

/** search pop-up style **/

.main-header .search-btn .search-toggler {
    position: relative;
    font-size: 22px;
    color: #222;
    font-weight: 400;
    background: transparent;
    cursor: pointer;
    display: inline-block;
    transition: all 500ms ease;
}

.main-header .search-btn .search-toggler {
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}

.search-popup .overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
}

.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    transition: all 500ms ease;
}

.search-popup .search-form {
    position: relative;
    padding: 0px 15px 0px;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 100px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    z-index: 10;
}

.search-popup.popup-visible .search-form {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 500ms ease 500ms;
    -moz-transition: all 900ms ease 500ms;
    -webkit-transition: all 900ms ease 500ms;
    -ms-transition: all 900ms ease 500ms;
    -o-transition: all 900ms ease 500ms;
}

.search-popup .search-form .form-group {
    margin-bottom: 30px;
}

.search-popup .search-form fieldset {
    position: relative;
    border-radius: 12px;
}

.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 70px;
    padding: 20px 250px 20px 30px;
    background: #ffffff;
    line-height: 30px;
    font-size: 24px;
    color: #233145;
    border-radius: 7px;
}

.search-popup .search-form fieldset input[type="submit"] {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    text-align: center;
    width: 220px;
    height: 70px;
    padding: 20px 10px 20px 10px;
    color: #ffffff !important;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0px 7px 7px 0px;
}

.search-popup .search-form fieldset input[type="submit"]:hover {
    transform: translateY(0px);
}

.search-popup h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
}

.search-popup .recent-searches {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.search-popup .recent-searches li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
    display: block;
    line-height: 24px;
    border: 1px solid #ffffff;
    padding: 7px 15px;
    color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.search-popup .recent-searches li a:hover {
}

.sticky-header .main-menu .navigation > li {
    padding: 0px !important;
    margin: 0px !important;
}

.sticky-header .main-menu .navigation > li > a {
    padding: 20px 30px;
    color: #222 !important;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
    color: #fff !important;
}

.sticky-header .logo-box {
    padding: 0px !important;
}

.sticky-header .logo-box .logo {
    position: relative;
    padding: 21px 0px !important;
}

.sticky-header .main-menu .navigation > li.dropdown > a:before {
    display: none;
}

.sticky-header .main-menu .navigation > li > a span {
    display: none;
}

.sticky-header .outer-box {
    position: relative;
}

/** banner-section **/

.banner-style-one {
    position: relative;
    background: #edf0f5;
}

.banner-style-one .pattern-layer {
    position: absolute;
    right: 235px;
    bottom: 0px;
    width: 767px;
    height: 446px;
    background-repeat: no-repeat;
}

.banner-carousel {
    position: relative;
}

.banner-carousel .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    background-size: cover;
}

.banner-carousel .content-inner {
    position: relative;
}

.banner-carousel .content-inner .image-box {
    position: absolute;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.banner-carousel .active .content-inner .image-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.banner-carousel .active .content-inner .imgae-3 {
    right: -150px;
}

.banner-carousel .content-box {
    position: relative;
    display: block;
    z-index: 5;
    max-width: 450px;
    width: 100%;
    min-height: 711px;
    padding: 170px 0px 180px 0px;
}

.banner-carousel .content-box h1 {
    position: relative;
    display: block;
    color: #222;
    font-size: 70px;
    line-height: 75px;
    font-weight: 600;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.banner-carousel .active .content-box h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-carousel .content-box h1 span {
    display: inline-block;
}

.banner-carousel .content-box h3 {
    position: relative;
    display: block;
    color: #222;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 26px;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box h3 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-carousel .content-box p {
    position: relative;
    display: block;
    color: #222;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 33px;
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all 1300ms ease;
    -moz-transition: all 1300ms ease;
    -ms-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
}

.banner-carousel .active .content-box p {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

.banner-carousel .content-box .btn-box {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1600ms ease;
    -moz-transition: all 1600ms ease;
    -ms-transition: all 1600ms ease;
    -o-transition: all 1600ms ease;
    transition: all 1600ms ease;
}

.banner-carousel .active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    -ms-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

.banner-carousel .active .content-box .btn-box .theme-btn-one {
    padding: 19px 39px;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
    display: none !important;
}

.banner-style-one .banner-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    right: 0px;
    transform: translateY(-50%);
}

.banner-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 90px;
    height: 90px;
    line-height: 90px;
    right: 250px;
    color: #222;
    font-size: 22px;
    text-align: center;
    background: #fff;
    font-weight: 600;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    cursor: pointer;
    opacity: 0.2;
}

.banner-carousel .owl-nav .owl-next {
    position: absolute;
    width: 90px;
    height: 90px;
    line-height: 90px;
    right: 150px;
    color: #222;
    font-size: 22px;
    text-align: center;
    background: #fff;
    font-weight: 600;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    cursor: pointer;
    opacity: 0.2;
}

.banner-carousel .owl-nav .owl-prev:hover,
.banner-carousel .owl-nav .owl-next:hover {
    color: #fff;
}

.banner-carousel:hover .owl-nav .owl-prev,
.banner-carousel:hover .owl-nav .owl-next {
    opacity: 1;
}

.banner-style-one .owl-dots {
    position: absolute;
    left: 50px;
    bottom: 50px;
    display: inline-block;
    counter-reset: count;
}

.banner-style-one .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 15px;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.banner-style-one .owl-dots .owl-dot:before {
    position: relative;
    display: inline-block;
    color: #848484;
    font-size: 20px;
    font-weight: 400;
    counter-increment: count;
    content: "0" counter(count);
    font-family: "Muli", sans-serif;
}

.banner-style-one .owl-dots .owl-dot.active:before {
    color: #222;
    font-size: 40px;
}

.banner-style-one .owl-dots .owl-dot:after {
    position: absolute;
    content: "/";
    color: #848484;
    font-size: 20px;
    font-family: "Josefin Sans", sans-serif;
    top: 2px;
    right: -20px;
}

.banner-style-one .owl-dots .owl-dot.active:after {
    top: 10px;
}

.banner-style-one .owl-dots .owl-dot:last-child:after {
    display: none;
}

.banner-style-one .owl-dots .owl-dot span {
    display: none;
}

/** topcategory-section **/

.topcategory-section {
    position: relative;
    padding: 115px 0px 100px 0px;
}

.category-block-one {
    position: relative;
    display: block;
}

.category-block-one .image-box {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin-bottom: 17px;
}

.category-block-one .image-box img {
    width: 100%;
    border-radius: 50%;
}

.category-block-one .image-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.8;
    border-radius: 50%;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.category-block-one:hover .image-box:before {
    transform: scale(1, 1);
}

.category-block-one h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #222;
    max-width: 110px;
    margin: 0 auto;
    width: 100%;
}

.category-block-one h5 a {
    display: inline-block;
    color: #222;
}

.category-block-one h5 a:hover {
}

/** shop-section **/

.shop-section {
    position: relative;
    padding-bottom: 120px;
}

.shop-block-one {
    position: relative;
    max-width: 270px;
    width: 100%;
    margin: 0 auto;
}

.shop-block-one .inner-box {
    position: relative;
    display: block;
    margin-bottom: 33px;
}

.shop-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.shop-block-one .inner-box .image-box img {
    width: 100%;
}

.shop-block-one .inner-box .image-box .category {
    position: absolute;
    display: inline-block;
    right: 0px;
    top: 20px;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    height: 27px;
    line-height: 27px;
    width: 55px;
    text-align: center;
}

.shop-block-one .inner-box .image-box .category:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 13px;
    top: 0px;
    left: -6px;
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 100% 100%, 0 0);
}

.shop-block-one .inner-box .image-box .category:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 13px;
    bottom: 0px;
    left: -6px;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0 0);
}

.shop-block-one .inner-box .image-box .category.green-bg {
}

.shop-block-one .inner-box .image-box .category.red-bg {
}

.shop-block-one .inner-box .image-box .info-list {
    position: absolute;
    left: 20px;
    bottom: -65px;
    width: calc(100% - 40px);
    visibility: hidden;
    transition: all 500ms ease;
}

.shop-block-one .inner-box:hover .image-box .info-list {
    bottom: 20px;
    visibility: visible;
}

.shop-block-one .inner-box .image-box .info-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 2px;
}

.shop-block-one .inner-box .image-box .info-list li:last-child {
    margin-right: 0px;
}

.shop-block-one .inner-box .image-box .info-list li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #222;
}

.shop-block-one .inner-box .image-box .info-list li:nth-child(2) a {
    width: 135px;
    background: #4e4e4e;
    font-size: 16px;
    font-weight: 600;
}

.shop-block-one .inner-box .image-box .info-list li a:hover {
}

.shop-block-one .inner-box .lower-content {
    position: relative;
    padding-top: 19px;
}

.shop-block-one .inner-box .lower-content a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #222;
    margin-bottom: 3px;
}

.shop-block-one .inner-box .lower-content a:hover {
}

.shop-block-one .inner-box .lower-content .price {
    position: relative;
    display: block;
    font-size: 15px;
    color: #222;
    margin: 0px;
}

.shop-section .filters {
    position: relative;
    display: block;
    margin-bottom: 48px;
}

.shop-section .filters .filter-tabs li {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    color: #888;
    margin: 0px 15px;
    cursor: pointer;
    transition: all 500ms ease;
}

.shop-section .filters .filter-tabs li:hover,
.shop-section .filters .filter-tabs li.active {
    color: #222;
}

.shop-section .filters .filter-tabs li:before {
    position: absolute;
    content: "";
    background: #828282;
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 0px;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.shop-section .filters .filter-tabs li:hover:before,
.shop-section .filters .filter-tabs li.active:before {
    transform: scale(1, 1);
}

.shop-section .more-btn {
    position: relative;
    margin-top: 10px;
}

/** cta-section **/

.cta-section {
    position: relative;
    padding-top: 375px;
}

.cta-section .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 675px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cta-section .cta-inner {
    position: relative;
    display: block;
    background: #fff;
    padding: 75px 200px 80px 200px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
}

.cta-section .cta-inner h2 {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 60px;
    color: #222;
    font-weight: 600;
    margin-bottom: 27px;
}

.cta-section .cta-inner p {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    margin-bottom: 33px;
}

.cta-section .cta-inner .theme-btn-one {
    background: #222;
    color: #fff;
}

.cta-section .cta-inner .theme-btn-one:hover {
}

.cta-section .cta-inner .theme-btn-one:after {
}

.cta-section .cta-inner .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 269px;
    height: 103px;
    background-repeat: no-repeat;
}

.cta-section .cta-inner .pattern-layer .pattern-2 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 269px;
    height: 103px;
    background-repeat: no-repeat;
}

/** news-section **/

.news-section {
    position: relative;
    padding: 115px 0px 120px 0px;
}

.news-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    transition: all 500ms ease;
}

.news-block-one .inner-box:hover {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
}

.news-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.news-block-one .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box img {
    opacity: 0.2;
    transform: scale(1.05);
}

.news-block-one .inner-box .lower-content {
    position: relative;
    padding: 23px 30px 24px 30px;
    border: 1px solid #e1e5eb;
    border-top: none !important;
    transition: all 500ms ease;
}

.news-block-one .inner-box:hover .lower-content {
    border-color: #fff;
}

.news-block-one .inner-box .lower-content .post-date {
    position: relative;
    display: block;
    font-size: 15px;
    color: #222;
    padding-left: 25px;
    margin-bottom: 11px;
}

.news-block-one .inner-box .lower-content .post-date:before {
    position: absolute;
    content: "";
    background: #222;
    width: 15px;
    height: 2px;
    left: 0px;
    top: 12px;
}

.news-block-one .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #222;
    line-height: 28px;
    margin-bottom: 6px;
}

.news-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: #222;
}

.news-block-one .inner-box .lower-content h3 a:hover {
}

.news-block-one .inner-box .lower-content .post-info li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #848484;
    margin-right: 18px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child {
    margin-right: 0px;
}

.news-block-one .inner-box .lower-content .post-info li:before {
    position: absolute;
    content: "";
    background: #848484;
    width: 1px;
    height: 13px;
    top: 6px;
    right: -11px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child:before {
    display: none;
}

.news-block-one .inner-box .lower-content .post-info li a {
    color: #848484;
}

.news-block-one .inner-box .lower-content .post-info li a:hover {
}

.news-block-one .inner-box .lower-content .post-info {
    position: relative;
    margin-bottom: 16px;
}

.news-block-one .inner-box .lower-content p {
    margin-bottom: 14px;
}

.news-block-one .inner-box .lower-content .link a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    color: #222;
    font-weight: 500;
}

.news-block-one .inner-box .lower-content .link a i {
    position: relative;
    display: inline-block;
    font-size: 18px;
    margin-left: 11px;
    font-weight: 600;
    top: 1px;
    transform: rotate(-30deg);
    transition: all 500ms ease;
}

.news-block-one .inner-box .lower-content .link a:hover i {
    transform: rotate(0deg);
}

/** service-section **/

.service-section {
    position: relative;
}

.service-section .inner-container {
    position: relative;
    display: block;
    padding: 37px 0px 33px 0px;
    border-top: 1px solid #e1e5eb;
    border-bottom: 1px solid #e1e5eb;
}

.service-block-one .inner-box {
    position: relative;
    display: block;
    padding-left: 80px;
}

.service-block-one .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 50px;
    line-height: 50px;
    color: #222;
}

.service-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: #222;
    font-weight: 600;
    margin-bottom: 3px;
}

.service-block-one .inner-box h3 a {
    display: inline-block;
    color: #222;
}

.service-block-one .inner-box h3 a:hover {
}

.service-block-one .inner-box p {
    line-height: 24px;
}

/** instagram-section **/

.instagram-section {
    position: relative;
    padding: 115px 50px 0px 50px;
}

.instagram-section .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #000;
    border-radius: 20px;
}

.instagram-section .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.instagram-section .image-box:hover img {
    opacity: 0.4;
}

.instagram-section .image-box .info-list {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 15px 15px;
    text-align: center;
    opacity: 0;
    transition: all 500ms ease;
}

.instagram-section .image-box:hover .info-list {
    opacity: 1;
}

.instagram-section .image-box .info-list li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.instagram-section .image-box .info-list li:last-child {
    margin-right: 0px;
}

.instagram-section .image-box .info-list li a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.instagram-section .image-box .info-list li a i {
    position: relative;
    top: 2px;
    margin-right: 10px;
    font-size: 20px;
}

.instagram-section .image-box .info-list li a:hover {
}


/** main-footer **/

.main-footer {
    position: relative;
}

.main-footer .footer-top {
    position: relative;
    background: #fff;
    padding: 100px 0px 100px 0px;
}

.main-footer .footer-top .footer-widget .widget-title {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.main-footer .footer-top .footer-widget .widget-title h3 {
    position: relative;
    font-size: 24px;
    line-height: 32px;
    color: #222;
    font-weight: 600;
    margin: 0px;
}

.main-footer .footer-top .links-widget .links-list li {
    position: relative;
    display: block;
    margin-bottom: 12px;
}

.main-footer .footer-top .links-widget .links-list li:last-child {
    margin-bottom: 0px;
}

.main-footer .footer-top .links-widget .links-list li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    color: #848484;
}

.main-footer .footer-top .links-widget .links-list li a:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    left: 0px;
    bottom: 0px;
    transition: all 500ms ease;
}

.main-footer .footer-top .links-widget .links-list li a:hover:before {
    width: 100%;
}

.main-footer .footer-top .links-widget .links-list li a:hover {
}

.main-footer .footer-top .contact-widget .info-list li {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 26px;
    color: #848484;
    margin-bottom: 17px;
}

.main-footer .footer-top .contact-widget .info-list li:last-child {
    margin-bottom: 0px;
}

.main-footer .footer-top .contact-widget .info-list li a {
    display: inline-block;
    color: #848484;
}

.main-footer .footer-top .contact-widget .info-list li a:hover {
}

.main-footer .footer-top .contact-widget .info-list {
    position: relative;
    margin-bottom: 15px;
}

.footer-social li {
    position: relative;
    display: inline-block;
    margin-right: 25px;
}

.footer-social li:last-child {
    margin-right: 0px;
}

.footer-social li a {
    font-size: 13px;
    color: #848484;
}

.footer-social a:hover {
}

.main-footer .footer-top .contact-widget {
    margin-left: 30px;
}

.main-footer .footer-top .newsletter-widget .widget-content p {
    margin-bottom: 31px;
}

.main-footer
    .footer-top
    .newsletter-widget
    .widget-content
    .newsletter-form
    .form-group {
    position: relative;
    margin: 0px;
}

.main-footer
    .footer-top
    .newsletter-widget
    .widget-content
    .newsletter-form
    .form-group
    input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #222;
    padding: 10px 20px;
    font-size: 15px;
    color: #222;
    background: #fff;
    margin-bottom: 10px;
    transition: all 500ms ease;
}

.main-footer
    .footer-top
    .newsletter-widget
    .widget-content
    .newsletter-form
    .form-group
    input:focus {
}

.footer-bottom {
    position: relative;
    background: #eaeceb;
    padding: 21px 0px;
}

.footer-bottom .cart-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.footer-bottom .cart-list li:last-child {
    margin-right: 0px;
}

.footer-bottom .copyright p {
    line-height: 35px;
}

.footer-bottom .copyright a {
    color: #848484;
}

.footer-bottom .copyright a:hover {
}

/***

====================================================================
                        Home-Page-Two
====================================================================

***/

/** header-style-two **/

.main-header .header-top .info {
    position: relative;
    display: inline-block;
}

.main-header.style-two .header-top .social-links {
    padding-right: 0px;
    padding-left: 20px;
    margin-right: 0px;
    margin-left: 27px;
}

.main-header.style-two .header-top .social-links:before {
    right: inherit;
    left: 0px;
}

.main-header.style-two .header-lower {
    background: #1a1a1a;
}

.main-header.style-two .main-menu .navigation > li > a {
    color: #fff;
}

.main-header.style-two .main-menu .navigation > li.dropdown > a:before {
    color: #fff;
}

.main-header .header-upper .search-info {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-width: 650px;
    border: 1px solid #e8e8e8;
}

.main-header .header-upper .search-info .nice-select {
    border: none !important;
    height: 54px;
    line-height: 54px;
    padding: 0px 30px;
}

.main-header .header-upper .upper-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.main-header .header-upper .search-info .form-group {
    position: relative;
    padding: 0px 50px;
    margin: 0px;
    min-width: 478px;
}

.main-header .header-upper .search-info .form-group:before {
    position: absolute;
    content: "";
    background: #e6e6e6;
    width: 1px;
    height: 24px;
    left: 15px;
    top: 15px;
}

.main-header .header-upper .search-info .form-group input[type="search"] {
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    padding: 10px 0px;
    font-size: 15px;
    color: #888;
    transition: all 500ms ease;
}

.main-header .header-upper .search-info .form-group button {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    font-size: 22px;
    color: #222;
    cursor: pointer;
    transition: all 500ms ease;
}

.main-header .header-upper .search-info .form-group input:focus + button,
.main-header .header-upper .search-info .form-group button:hover {
}

/** nice-select **/

.nice-select {
    height: 44px;
    line-height: 44px;
    background: transparent;
    border: 1px solid #e5e5e5 !important;
    font-family: "Poppins", sans-serif;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
    color: #222;
    padding: 0px 15px;
}

.main-header .nice-select {
    width: 170px !important;
}

.nice-select:after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #222;
    border-right: 2px solid #222;
    right: 15px;
    margin-top: -3px;
}

.main-header.style-two .header-lower .outer-box {
    display: block;
}

.main-header .header-lower .category-box {
    position: relative;
    display: inline-block;
    width: 270px;
    margin-right: 40px;
}

.main-header .header-lower .category-box p {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    margin: 0px;
    padding: 22px 30px 22px 67px;
    cursor: pointer;
}

.main-header .header-lower .category-box p:before {
    position: absolute;
    content: "\f13d";
    font-size: 18px;
    font-family: "Flaticon";
    font-weight: 600;
    color: #fff;
    left: 30px;
    top: 22px;
}

.main-header .header-lower .category-box .category-content {
    position: absolute;
    left: 0px;
    top: 70px;
    width: 100%;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header .header-lower .category-box:hover .category-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.main-header.style-two .main-menu .navigation > li {
    padding: 20px 0px;
}

.main-header.style-two .header-lower .outer-box {
    min-height: auto;
}

.main-header .header-lower .category-box .category-content li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e6e6e6;
}

.main-header .header-lower .category-box .category-content li:last-child {
    border-bottom: none;
}

.main-header .header-lower .category-box .category-content li i {
    position: absolute;
    left: 25px;
    top: 15px;
    font-size: 22px;
    color: #222;
}

.main-header .header-lower .category-box .category-content li a {
    position: relative;
    display: block;
    padding: 17px 25px 16px 60px;
    font-size: 14px;
    color: #222;
}

.main-header .header-lower .category-box .category-content li a:hover {
}

.main-header .header-lower .category-box .category-content li ul {
    position: absolute;
    top: 15px;
    left: 100%;
    background: #fff;
    width: 220px;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
    transition: all 500ms ease;
}

.main-header .header-lower .category-box .category-content li ul li:last-child {
    border-bottom: none;
}

.main-header
    .header-lower
    .category-box
    .category-content
    li.dropdown-option:hover
    ul {
    opacity: 1;
    visibility: visible;
    top: 0px;
}

.main-header
    .header-lower
    .category-box
    .category-content
    li.dropdown-option:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 19px;
    display: block;
    color: #222;
    line-height: 24px;
    font-size: 15px;
    font-weight: 700;
}

.main-header .header-lower .category-box .category-content li ul li a {
    padding: 12px 25px;
}

/** banner-style-two **/

.banner-style-two {
    position: relative;
    padding: 30px 0px;
}

.banner-style-two .content-box {
    position: relative;
    width: 100%;
    padding: 85px 0px;
    padding-left: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-style-two .content-box .inner-box {
    position: relative;
    display: block;
    background: #fff;
    max-width: 400px;
    width: 100%;
    padding: 41px 30px 50px 40px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-style-two .active .content-box .inner-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-style-two .content-box .theme-btn-two {
    padding: 16px 31px;
}

.banner-style-two .content-box h1 {
    position: relative;
    display: block;
    font-size: 45px;
    line-height: 50px;
    font-weight: 600;
    color: #222;
    margin-bottom: 7px;
}

.banner-style-two .content-box h1 span {
}

.banner-style-two .content-box p {
    color: #222;
    margin-bottom: 19px;
}

.banner-style-two .owl-dots {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

.banner-style-two .owl-theme .owl-dots .owl-dot {
    display: block;
    line-height: 10px;
}

.banner-style-two .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin: 7.5px 0px;
    cursor: pointer;
    transition: all 500ms ease;
}

.banner-style-two .owl-theme .owl-dots .owl-dot.active span,
.banner-style-two .owl-theme .owl-dots .owl-dot span:hover {
    background: #222;
}

/** collection-section **/

.collection-section {
    position: relative;
}

.collection-section .single-item .inner-box {
    position: relative;
    width: 100%;
    padding: 95px 30px 90px 45px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.collection-section .single-item .inner-box h2 {
    position: relative;
    font-size: 35px;
    line-height: 40px;
    color: #222;
    font-weight: 600;
    margin-bottom: 9px;
}

.collection-section .single-item .inner-box p {
    color: #222;
    margin: 0px;
}

/** newarrivals-section **/

.newarrivals-section {
    position: relative;
    padding-bottom: 120px;
}

.cta-style-two {
    position: relative;
    width: 100%;
    padding: 100px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cta-style-two .inner-box {
    position: relative;
    display: block;
    background: #fff;
    max-width: 770px;
    width: 100%;
    padding: 35px;
}

.cta-style-two .inner-box .inner {
    border: 1px solid #e6e6e6;
    padding: 41px 30px 45px 35px;
}

.cta-style-two .inner-box .inner h2 {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    color: #222;
    margin-bottom: 27px;
}

.cta-style-two .inner-box .inner p {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    margin-bottom: 33px;
}

.cta-style-two .inner-box .inner .theme-btn-three {
    padding: 16px 40px;
}

.pa-0 {
    padding: 0px !important;
}

.shop-section .inner-container {
    border-bottom: 1px solid #e6e6e6;
}

/** service-style-two **/

.service-style-two {
    position: relative;
    background: #1a1a1a;
    padding: 70px 0px;
}

.service-style-two .service-block-one {
    position: relative;
    background: #212121;
    padding: 34px 30px 33px 30px;
}

.service-style-two .service-block-one .inner-box .icon-box {
    color: #a6a6a6;
}

.service-style-two .service-block-one .inner-box h3 {
    color: #fff;
}

.service-style-two .service-block-one .inner-box h3 a {
    color: #fff;
}

.service-style-two .service-block-one .inner-box h3 a:hover {
}

.service-style-two .service-block-one .inner-box p {
    color: #a6a6a6;
}

.main-footer.light .footer-top,
.main-footer.light .footer-bottom {
    background: #141414;
}

.main-footer.light .footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer.light .footer-top .footer-widget .widget-title h3 {
    color: #fff;
}

.main-footer.light .footer-top .links-widget .links-list li a,
.main-footer.light .footer-top .contact-widget .info-list li,
.main-footer.light .footer-top .contact-widget .info-list li a,
.main-footer.light .footer-top .newsletter-widget .widget-content p,
.main-footer.light .footer-bottom .copyright p,
.main-footer.light .footer-bottom .copyright p a {
    color: #a6a6a6;
}

.main-footer.light .footer-top .links-widget .links-list li a:hover {
}

.main-footer.light .footer-top .contact-widget .info-list li a:hover {
}

.main-footer.light .footer-bottom .copyright p {
    line-height: 19px;
}

.main-footer.light .footer-bottom {
    padding: 25px 0px;
}

.main-footer.light .footer-bottom .cart-list {
    margin-top: 6px;
}

.main-footer.light .footer-top .contact-widget .info-list li {
    padding-left: 45px;
}

.main-footer.light .footer-top .contact-widget .info-list li i {
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 30px;
    color: #a6a6a6;
}

/***

====================================================================
                        Home-Page-Three
====================================================================

***/

/** banner-style-three **/

.banner-style-three {
    position: relative;
    padding: 50px 0px;
}

.banner-style-three .banner-carousel .slide-item {
    position: relative;
    width: 100%;
    padding: 148px 50px 270px 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
}

.banner-style-three .banner-carousel .content-box {
    max-width: 370px;
    padding: 0px;
    min-height: auto;
}

.banner-style-three .banner-carousel .content-box h1 {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 9px;
}

.banner-style-three .banner-carousel .content-box p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 16px;
}

.banner-style-three .banner-carousel .content-box .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    line-height: 22px;
    color: #222;
    font-weight: 700;
    border-bottom: 2px solid #222;
}

.banner-style-three .banner-carousel .content-box .btn-box a i {
    position: relative;
    display: inline-block;
    top: 2px;
    margin-left: 19px;
    font-size: 20px;
    transform: rotate(-30deg);
    transition: all 500ms ease;
}

.banner-style-three .banner-carousel .content-box .btn-box a:hover i {
    transform: rotate(0deg);
}

.banner-style-three .banner-carousel .owl-nav {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.banner-style-three .banner-carousel .owl-nav .owl-prev,
.banner-style-three .banner-carousel .owl-nav .owl-next {
    position: relative;
    left: 80px;
    bottom: 80px;
    display: inline-block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #222;
    opacity: 1;
}

.banner-style-three .banner-carousel .owl-nav .owl-prev:hover,
.banner-style-three .banner-carousel .owl-nav .owl-next:hover {
    background: #222;
    color: #fff;
}

.banner-style-three .inner-box .single-item {
    position: relative;
    width: 100%;
    padding: 50px 50px 171px 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 30px;
}

.banner-style-three .inner-box .single-item:last-child {
    margin-bottom: 0px;
}

.banner-style-three .inner-box .single-item::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.banner-style-three .inner-box .single-item:hover::before {
    -webkit-animation: circle 0.95s;
    animation: circle 0.95s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.banner-style-three .inner-box .single-item h2 {
    position: relative;
    font-size: 35px;
    line-height: 40px;
    color: #222;
    font-weight: 600;
    margin-bottom: 13px;
}

.banner-style-three .inner-box .single-item a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    line-height: 22px;
    color: #222;
    font-weight: 700;
}

.banner-style-three .inner-box .single-item a i {
    position: relative;
    display: inline-block;
    top: 2px;
    margin-left: 19px;
    font-size: 20px;
    transform: rotate(-30deg);
    transition: all 500ms ease;
}

.banner-style-three .inner-box .single-item a:hover i {
    transform: rotate(0deg);
}

.banner-style-three .inner-box .single-item:first-child .pattern-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 342px;
    height: 211px;
    background-repeat: no-repeat;
}

/** service-style-three **/

.service-style-three {
    position: relative;
}

.service-style-three .service-block-one {
    position: relative;
    padding: 33px 30px 32px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all 500ms ease;
}

.service-style-three .service-block-one:before {
    position: absolute;
    content: "";
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    left: 10px;
    top: 10px;
    z-index: -1;
    transition: all 500ms ease;
}

.service-style-three .service-block-one:hover {
}

.service-style-three .service-block-one:hover:before {
}

/** topcategory-section-two **/

.topcategory-section-two {
    position: relative;
}

.topcategory-section-two .single-item .inner-box {
    position: relative;
    display: block;
    margin-bottom: 70px;
}

.topcategory-section-two .single-item .inner-box .image-box {
    position: relative;
    display: block;
    max-width: 462px;
    width: 100%;
}

.topcategory-section-two .single-item .inner-box .image-box img {
    width: 100%;
}

.topcategory-section-two .single-item .inner-box .content-box {
    position: absolute;
    display: inline-block;
    max-width: 150px;
    width: 100%;
    top: 50px;
    right: 98px;
}

.topcategory-section-two .single-item .inner-box .content-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 35px;
    font-family: "Poppins", sans-serif;
    color: #222;
    font-weight: 600;
    margin-bottom: 15px;
}

.topcategory-section-two .single-item .inner-box .content-box h3 a {
    display: inline-block;
    color: #222;
}

.topcategory-section-two .single-item .inner-box .content-box h3 a:hover {
}

.topcategory-section-two .single-item .inner-box .content-box a.view-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    line-height: 22px;
    color: #222;
    font-weight: 600;
}

.topcategory-section-two
    .single-item
    .inner-box
    .content-box
    a.view-btn:before {
    position: absolute;
    content: "";
    background: #222;
    width: 0%;
    height: 2px;
    left: 0px;
    bottom: 0px;
    transition: all 500ms ease;
}

.topcategory-section-two
    .single-item
    .inner-box
    .content-box
    a.view-btn:hover:before {
    width: 100%;
}

.topcategory-section-two .single-item .inner-box .content-box a.view-btn i {
    position: relative;
    display: inline-block;
    top: 2px;
    margin-left: 15px;
    font-size: 18px;
    transform: rotate(-30deg);
    transition: all 500ms ease;
}

.topcategory-section-two
    .inner-column:first-child
    .single-item:last-child
    .inner-box {
    margin-bottom: 0px;
}

.topcategory-section-two .inner-column .btn-box {
    position: relative;
    margin-top: 30px;
}

.topcategory-section-two .inner-column .btn-box .theme-btn-one {
    padding: 19px 39px;
    border-radius: 2px;
}

/** deals-section **/

.deals-section {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cs-countdown .count-col {
    position: relative;
    display: inline-block;
    margin: 0px 3px;
    width: 100px;
    height: 100px;
    text-align: center;
    background: #fff;
    padding: 27px 0px 30px 0px;
    border-radius: 3px;
}

.cs-countdown .count-col span {
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #222;
    margin-bottom: 4px;
}

.cs-countdown .count-col h6 {
    position: relative;
    display: block;
    font-size: 14px;
    color: #848484;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    margin: 0px;
}

.deals-section .inner-box p {
    position: relative;
    font-size: 20px;
    color: #222;
    font-weight: 500;
    margin-bottom: 13px;
}

.deals-section .inner-box h2 {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 55px;
    color: #222;
    font-weight: 600;
    margin-bottom: 6px;
}

.deals-section .inner-box .price span {
    position: relative;
    display: block;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}

.deals-section .inner-box .price span del {
    color: #222;
}

/** shop-style-two **/

.shop-style-two {
    position: relative;
}

.shop-style-two .filters .separator {
    position: relative;
    display: block;
    width: 141px;
    height: 15px;
    margin: 0 auto;
    background-repeat: no-repeat;
}

.shop-style-two .filters {
    position: relative;
    margin-bottom: 70px;
}

.shop-style-two .filters .filter-tabs {
    position: relative;
    margin-bottom: 24px;
}

.shop-style-two .filters .filter-tabs li {
    position: relative;
    display: inline-block;
    font-size: 35px;
    line-height: 40px;
    font-family: "Josefin Sans", sans-serif;
    color: #888;
    font-weight: 600;
    margin: 0px 30px;
    cursor: pointer;
    transition: all 500ms ease;
}

.shop-style-two .filters .filter-tabs li.active,
.shop-style-two .filters .filter-tabs li:hover {
    color: #222;
}

.shop-style-two .filters .filter-tabs li:before {
    position: absolute;
    content: "";
    background: #222;
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 6px;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.shop-style-two .filters .filter-tabs li.active:before,
.shop-style-two .filters .filter-tabs li:hover:before {
    transform: scale(1, 1);
}

.shop-block-two .inner-box {
    position: relative;
    display: block;
    margin-bottom: 63px;
}

.shop-block-two .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.shop-block-two .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.shop-block-two .inner-box:hover .image-box img {
    transform: scale(1.05);
}

.shop-block-two .inner-box .image-box .category {
    position: absolute;
    display: inline-block;
    right: 0px;
    top: 20px;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    height: 27px;
    line-height: 27px;
    width: 55px;
    text-align: center;
}

.shop-block-two .inner-box .image-box .category:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 13px;
    top: 0px;
    left: -6px;
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 100% 100%, 0 0);
}

.shop-block-two .inner-box .image-box .category:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 13px;
    bottom: 0px;
    left: -6px;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0 0);
}

.shop-block-two .inner-box .image-box .category.green-bg {
}

.shop-block-two .inner-box .image-box .category.red-bg {
}

.shop-block-two .inner-box .image-box .category.green-bg:before {
}

.shop-block-two .inner-box .image-box .category.green-bg:after {
}

.shop-block-two .inner-box .image-box .category.red-bg:before {
}

.shop-block-two .inner-box .image-box .category.red-bg:after {
}

.shop-block-two .inner-box .lower-content {
    position: relative;
    padding-top: 19px;
}

.shop-block-two .inner-box .lower-content a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #222;
    margin-bottom: 3px;
}

.shop-block-two .inner-box .lower-content a:hover {
}

.shop-block-two .inner-box .lower-content .price {
    position: relative;
    display: block;
    font-size: 15px;
    color: #222;
    margin: 0px;
}

.shop-block-two .inner-box .image-box .info-list {
    position: absolute;
    right: -55px;
    bottom: 30px;
    width: 55px;
    height: 150px;
    text-align: center;
    background: #222;
    padding: 5px 0px;
    border-radius: 3px;
    visibility: hidden;
    transition: all 500ms ease;
}

.shop-block-two .inner-box:hover .image-box .info-list {
    right: 10px;
    visibility: visible;
}

.shop-block-two .inner-box .image-box .info-list li {
    position: relative;
    display: block;
    padding: 10px 0px;
}

.shop-block-two .inner-box .image-box .info-list li:before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.2);
    width: 20px;
    height: 1px;
    left: 17px;
    bottom: 0px;
}

.shop-block-two .inner-box .image-box .info-list li:last-child:before {
    display: none;
}

.shop-block-two .inner-box .image-box .info-list li a {
    font-size: 20px;
    color: #fff;
}

.shop-block-two .inner-box .image-box .info-list li a:hover {
}

.shop-block-two .inner-box .image-box .info-list li span {
    position: absolute;
    display: inline-block;
    right: 53px;
    top: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    border-radius: 2px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    width: 90px;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
}

.shop-block-two .inner-box .image-box .info-list li span:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 8px;
    right: -3px;
    transform: rotate(45deg);
}

.shop-block-two .inner-box .image-box .info-list li:hover span {
    right: 63px;
    visibility: visible;
    opacity: 1;
}

.shop-style-two .sortable-masonry {
    border-bottom: 1px solid #e6e6e6;
}

/** instagram-style-two **/

.instagram-style-two {
    position: relative;
}

.instagram-style-two .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #000;
}

.instagram-style-two .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.instagram-style-two .image-box:hover img {
    opacity: 0.4;
}

.instagram-style-two .image-box .info-list {
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 16px 18px;
    text-align: center;
    border-radius: 3px;
    opacity: 0;
    min-width: 170px;
    transition: all 500ms ease;
}

.instagram-style-two .image-box:hover .info-list {
    opacity: 1;
}

.instagram-style-two .image-box .info-list li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.instagram-style-two .image-box .info-list li:last-child {
    margin-right: 0px;
}

.instagram-style-two .image-box .info-list li a {
    display: inline-block;
    font-size: 14px;
    color: #222;
    font-weight: 500;
}

.instagram-style-two .image-box .info-list li a i {
    position: relative;
    top: 2px;
    margin-right: 10px;
    font-size: 20px;
}

.instagram-style-two .image-box .info-list li a:hover {
}

/***

====================================================================
                        Home-Page-Four
====================================================================

***/

.main-header.style-three {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    background: transparent;
    box-shadow: none;
}

/** banner-style-four **/

.banner-style-four {
    position: relative;
    background: #fff7f5;
}

/** collection-style-two **/

.collection-style-two {
    position: relative;
    padding-top: 120px;
}

.collection-style-two .single-item .inner-box {
    position: relative;
    display: block;
}

.collection-style-two .single-item .inner-box .image-box {
    position: relative;
    display: block;
    background: #000;
    overflow: hidden;
}

.collection-style-two .single-item .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.collection-style-two .single-item .inner-box:hover .image-box img {
    opacity: 0.7;
    transform: scale(1.05);
}

.collection-style-two .single-item .inner-box .lower-content {
    position: relative;
    margin-bottom: 58px;
}

.collection-style-two .single-item .inner-box .lower-content .inner {
    position: absolute;
    left: 30px;
    top: -90px;
    background: #fff;
    width: calc(100% - 60px);
    padding: 29px 15px 22px 15px;
    text-align: center;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.08);
    z-index: 1;
}

.collection-style-two .single-item .inner-box .lower-content .inner h3 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 30px;
    color: #222;
    font-weight: 600;
    margin-bottom: 11px;
}

.collection-style-two .single-item .inner-box .lower-content .inner h3 a {
    display: inline-block;
    color: #222;
}

.collection-style-two .single-item .inner-box .lower-content .inner h3 a:hover {
}

.collection-style-two .single-item .inner-box .lower-content .inner .link a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    line-height: 22px;
    color: #222;
    font-weight: 600;
}

.collection-style-two .single-item .inner-box .lower-content .inner .link a i {
    position: relative;
    display: inline-block;
    top: 2px;
    margin-left: 11px;
    font-size: 18px;
    transform: rotate(-30deg);
}

.collection-style-two
    .single-item
    .inner-box
    .lower-content
    .inner
    .link
    a:hover {
}

/** banner-style-four **/

.banner-style-four {
    position: relative;
}

.banner-carousel-3 .content-inner .image-box {
    position: absolute;
    right: 80px;
    bottom: 0px;
    opacity: 0;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel-3 .active .content-inner .image-box {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-carousel-3 .content-inner .image-box:before {
    position: absolute;
    content: "";
    left: 50px;
    bottom: 0px;
    width: 675px;
    height: 470px;
}

.banner-carousel-3 .content-inner .image-box:after {
    position: absolute;
    content: "";
    background: #f7efed;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    top: 180px;
    right: -230px;
    z-index: -1;
}

.banner-carousel-3 .content-box {
    position: relative;
    display: block;
    z-index: 5;
    max-width: 450px;
    width: 100%;
    padding: 290px 0px 205px 0px;
    min-height: 856px;
}

.banner-carousel-3 .content-box h1 {
    position: relative;
    display: block;
    color: #222;
    font-size: 70px;
    line-height: 75px;
    font-weight: 600;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.banner-carousel-3 .active .content-box h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-carousel-3 .content-box h1 span {
    display: inline-block;
}

.banner-carousel-3 .content-box h3 {
    position: relative;
    display: block;
    color: #222;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 26px;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel-3 .active .content-box h3 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-carousel-3 .content-box p {
    position: relative;
    display: block;
    color: #222;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 33px;
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all 1300ms ease;
    -moz-transition: all 1300ms ease;
    -ms-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
}

.banner-carousel-3 .active .content-box p {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

.banner-carousel-3 .content-box .btn-box {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1600ms ease;
    -moz-transition: all 1600ms ease;
    -ms-transition: all 1600ms ease;
    -o-transition: all 1600ms ease;
    transition: all 1600ms ease;
}

.banner-carousel-3 .active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    -ms-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

.banner-carousel-3 .active .content-box .btn-box .theme-btn-one {
    padding: 19px 39px;
}

.banner-style-four .client-thumb-outer {
    position: absolute;
    min-width: 780px;
    margin: 0 auto;
    overflow: hidden;
    right: 40px;
    bottom: 0px;
}

.banner-style-four .client-thumb-outer .client-thumbs-carousel {
    position: relative;
    max-width: 240px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.banner-style-four
    .client-thumb-outer
    .client-thumbs-carousel
    .owl-stage-outer {
    overflow: visible;
}

.banner-style-four .client-thumb-outer .client-thumbs-carousel .thumb-item {
    position: relative;
    width: 240px;
    height: 120px;
}

.banner-style-four .client-thumb-outer .thumb-item .thumb-box {
    position: relative;
    background: #fff;
    width: 240px;
    height: 120px;
    padding: 40px 0px 0px 120px;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.banner-style-four .client-thumb-outer .thumb-item .thumb-box:before {
    position: absolute;
    content: "";
    background: #f5edeb;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    left: 20px;
    top: 20px;
}

.banner-style-four .client-thumb-outer .client-thumbs-carousel .thumb-item img {
    position: absolute;
    left: 15px;
    bottom: 0px;
}

.banner-style-four .client-thumb-outer .thumb-item .thumb-box h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #222;
    margin: 0px;
}

.banner-carousel-3 .content-inner {
    position: relative;
}

.banner-style-four .banner-carousel-3 .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    right: 90px;
    transform: translateY(-50%);
}

.banner-style-four .banner-carousel-3 .owl-nav .owl-prev {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    right: 0px;
    top: -70px;
    color: #222;
    font-size: 22px;
    text-align: center;
    background: #fff;
    font-weight: 400;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.banner-style-four .banner-carousel-3 .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    right: 0px;
    color: #222;
    font-size: 22px;
    text-align: center;
    background: #fff;
    font-weight: 400;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.banner-style-four .banner-carousel-3 .owl-prev:hover,
.banner-style-four .banner-carousel-3 .owl-next:hover {
    color: #fff;
    background: #f35b51;
}

.banner-style-four .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 541px;
    height: 607px;
    background-repeat: no-repeat;
}

/** sidebar-page-container **/

.sidebar-page-container {
    position: relative;
    padding: 120px 0px;
}

.shop-sidebar .widget-title {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.shop-sidebar .widget-title h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    color: #222;
    margin: 0px;
}

.shop-sidebar .post-widget .post-inner .post {
    position: relative;
    padding: 14px 0px 18px 120px;
    margin-bottom: 30px;
    min-height: 90px;
}

.shop-sidebar .post-widget .post-inner .post:last-child {
    margin-bottom: 0px;
}

.shop-sidebar .post-widget .post-inner .post .image-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90px;
    height: 90px;
    overflow: hidden;
}

.shop-sidebar .post-widget .post-inner .post .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.shop-sidebar .post-widget .post-inner .post:hover .image-box img {
    opacity: 0.2;
}

.shop-sidebar .post-widget .post-inner .post .inner a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    color: #222;
    margin-bottom: 6px;
}

.shop-sidebar .post-widget .post-inner .post .inner a:hover {
}

.shop-sidebar .post-widget .post-inner .post .inner p {
    color: #222;
    margin: 0px;
}

.shop-sidebar .post-widget {
    margin-bottom: 70px;
}

.shop-sidebar .advice-box {
    position: relative;
    display: block;
    background: #3d4875;
    padding: 36px 30px 130px 25px;
    overflow: hidden;
}

.shop-sidebar .advice-box .image {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.shop-sidebar .advice-box .text {
    position: relative;
    max-width: 80px;
    width: 100%;
}

.shop-sidebar .advice-box .text h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 46px;
    color: #fff;
    font-weight: 600;
    margin: 0px;
}

.shop-sidebar .advice-box .pattern {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 139px;
    height: 271px;
    background-repeat: no-repeat;
}

.sidebar-page-container .filters {
    margin-bottom: 48px;
}

.sidebar-page-container .filters .filter-tabs li {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #888;
    margin: 0px 25px;
    cursor: pointer;
    transition: all 500ms ease;
}

.sidebar-page-container .filters .filter-tabs li:hover,
.sidebar-page-container .filters .filter-tabs li.active {
    color: #222;
}

.sidebar-page-container .filters .filter-tabs li:before {
    position: absolute;
    content: "";
    background: #828282;
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: -2px;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.sidebar-page-container .filters .filter-tabs li:hover:before,
.sidebar-page-container .filters .filter-tabs li.active:before {
    transform: scale(1, 1);
}

.sidebar-page-container .filters .filter-tabs li:after {
    position: absolute;
    content: "";
    background: #ccccca;
    width: 8px;
    height: 8px;
    top: 12px;
    right: -28px;
    transform: rotate(45deg);
}

.sidebar-page-container .filters .filter-tabs li:last-child:after {
    display: none;
}

.sidebar-page-container .filters .filter-tabs li:last-child {
    margin-right: 0px;
}

.sidebar-page-container .filters .filter-tabs li:first-child {
    margin-left: 0px;
}

.sidebar-page-container.home-4 {
    padding-bottom: 80px;
}

/** discount-section **/

.discount-section {
    position: relative;
}

.discount-section .inner-column {
    position: relative;
    display: block;
    width: 50%;
}

.discount-section .inner-column .inner-box {
    position: relative;
    width: 100%;
    padding: 95px 100px 190px 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.discount-section .inner-column .inner-box h3 {
    position: relative;
    font-size: 24px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    color: #222;
    font-weight: 500;
    margin-bottom: 20px;
}

.discount-section .inner-column .inner-box h2 {
    position: relative;
    font-size: 40px;
    line-height: 45px;
    color: #222;
    font-weight: 600;
    margin-bottom: 13px;
}

.discount-section .inner-column .inner-box .price span {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    color: #222;
    font-weight: 500;
    margin-bottom: 34px;
}

.discount-section .inner-column .inner-box .price span del {
    font-size: 18px;
}

.discount-section .inner-column .inner-box .theme-btn-one {
    padding: 19px 39px;
}

.newarrivals-section .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -60px;
}

.newarrivals-section .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    font-size: 50px;
    color: #222;
    cursor: pointer;
}

.newarrivals-section .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    font-size: 50px;
    color: #222;
    cursor: pointer;
}

.newarrivals-section .four-item-carousel {
    margin-bottom: 10px;
}

/** clients-section **/

.clients-section {
    position: relative;
    background: #fff7f5;
    padding: 60px 0px;
}

.clients-section .clients-logo-box {
    position: relative;
    display: block;
}

.clients-section .clients-logo-box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.clients-section .clients-logo-box img:hover {
    opacity: 0.5;
}

/***

====================================================================
                        Home-Page-Five
====================================================================


***/

/** header-style-four **/

.main-header.style-four {
    position: relative;
    box-shadow: none;
}

.main-header.style-four .header-top {
    background: #1a1a1a;
}

.main-header.style-four .header-top .info li a {
    color: #fff;
}

.main-header.style-four .header-top .info li a:hover {
}

.main-header.style-four .header-top .info li {
    color: #fff;
}

.main-header.style-four .header-top .social-links {
    padding-left: 20px;
    margin-left: 27px;
    padding-right: 0px;
    margin-right: 0px;
}

.main-header.style-four .header-top .social-links:before {
    right: inherit;
    left: 0px;
    background: rgba(255, 255, 255, 0.2);
}

.main-header.style-four .language .lang-btn .txt {
    color: #fff;
}

.main-header.style-four .header-top .price-box span {
    color: #fff;
}

.main-header.style-four .header-lower .category-box p {
    background: #2e2e2e;
    padding: 17px 30px 17px 67px;
}

.main-header .header-lower .category-box p:before {
    top: 16px;
}

.main-header.style-four
    .header-lower
    .category-box
    .category-content
    li
    a:before {
    position: absolute;
    content: "";
    border: 2px solid #d5d5d5;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    left: 30px;
    top: 25px;
    transition: all 500ms ease;
}

.main-header.style-four
    .header-lower
    .category-box
    .category-content
    li
    a:hover:before {
}

.main-header.style-four
    .header-lower
    .category-box
    .category-content
    li
    ul
    li
    a:before {
    display: none;
}

.main-header.style-four .header-lower .outer-box {
    display: block;
    min-height: auto;
}

.main-header.style-four .header-lower .category-box {
    width: 340px;
    margin-right: 30px;
}

.main-header.style-four .header-lower .search-info {
    position: relative;
    max-width: 1075px;
    width: 100%;
    border: 1px solid #e8e8e8;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-header.style-four .header-lower .search-info .search-form,
.main-header.style-four .header-lower .search-info .select-box {
    display: inline-block;
}

.main-header.style-four .header-lower .search-info .search-form .form-group {
    min-width: 690px;
    margin: 0px;
    padding-right: 100px;
}

.main-header.style-four .header-lower .search-info .select-box {
    position: relative;
}

.main-header.style-four .header-lower .search-info .select-box:before {
    position: absolute;
    content: "";
    background: #e6e6e6;
    width: 1px;
    height: 26px;
    left: -55px;
    top: 16px;
}

.main-header.style-four
    .header-lower
    .search-info
    .search-form
    .form-group
    input[type="search"] {
    position: relative;
    display: block;
    max-width: 620px;
    height: 58px;
    width: 100%;
    padding: 10px 30px;
}

.main-header.style-four
    .header-lower
    .search-info
    .search-form
    .form-group
    button {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 170px;
    height: 60px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: all 500ms ease;
}

.main-header.style-four
    .header-lower
    .search-info
    .search-form
    .form-group
    button
    i {
    font-size: 22px;
    margin-right: 10px;
}

.main-header.style-four .header-lower .nice-select {
    height: 58px;
    line-height: 58px;
    border: none !important;
}

.main-header.style-four .header-lower .nice-select:after {
    right: 30px;
    margin-top: -5px;
}

.main-header.style-four .header-lower .category-box .category-content {
    top: 60px;
}

.banner-style-three.alternet-2 .banner-carousel .content-box h1 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
}

.banner-style-three.alternet-2 .banner-carousel .slide-item .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 232px;
    height: 257px;
    background-repeat: no-repeat;
}

.banner-style-three.alternet-2 .banner-carousel .content-box p {
    color: #fff;
    margin-bottom: 22px;
}

.banner-style-three.alternet-2 .banner-carousel .content-box .btn-box a {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.banner-style-three.alternet-2 .banner-carousel .slide-item {
    padding: 76px 50px 230px 60px;
    border-radius: 0px;
}

.banner-style-three.alternet-2 .banner-carousel .owl-nav .owl-prev,
.banner-style-three.alternet-2 .banner-carousel .owl-nav .owl-next {
    left: 60px;
    bottom: 70px;
}

.banner-style-three.alternet-2 .inner-box .single-item {
    padding: 24px 50px 163px 30px;
}

.banner-style-three.alternet-2 .inner-box .single-item:first-child {
}

.banner-style-three.alternet-2 .inner-box .single-item:last-child {
}

.banner-style-three.alternet-2 .inner-box .single-item .image-box {
    position: absolute;
}

.banner-style-three.alternet-2 .inner-box .single-item:first-child .image-box {
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
}

.banner-style-three.alternet-2 .inner-box .single-item:last-child .image-box {
    right: 40px;
    bottom: 10px;
    z-index: 1;
}

.banner-style-three.alternet-2 .inner-box .single-item .inner h3 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0px;
}

.banner-style-three.alternet-2 .inner-box .single-item .inner p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin: 0px;
}

.banner-style-three.alternet-2 .inner-box .single-item a {
    font-weight: 600;
    color: #fff;
}

.banner-style-three.alternet-2
    .inner-box
    .single-item:first-child
    .pattern-layer {
    width: 287px;
    height: 83px;
    top: inherit;
    bottom: 0px;
    right: 50%;
    transform: translateX(50%);
}

.banner-style-three.alternet-2
    .inner-box
    .single-item:last-child
    .pattern-layer {
    position: absolute;
    right: 55px;
    bottom: 20px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

/** shop-style-three **/

.shop-style-three {
    position: relative;
    padding: 120px 0px;
}

.advice-block .advice-box {
    position: relative;
    padding: 65px 15px 70px 15px;
    overflow: hidden;
}

.advice-block .advice-box:before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.05);
    width: 260px;
    height: 260px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -110px;
}

.advice-block .advice-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-weight: 500;
    margin-bottom: 17px;
}

.advice-block .advice-box h2 {
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 11px;
}

.advice-block .advice-box .price span {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-weight: 500;
    margin-bottom: 63px;
}

.advice-block .advice-box .price span del {
    font-size: 18px;
}

.advice-block .advice-box .image-box {
    position: relative;
}

.tabs-box .tab {
    position: relative;
    display: none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab {
    display: block;
}

.tabs-box .tab {
    transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box .tab.active-tab {
    transform: scale(1) translateY(0px);
}

.shop-style-three .tab-btn-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.shop-style-three .tab-btn-box h2 {
    position: relative;
    display: block;
    float: left;
    font-size: 30px;
    line-height: 35px;
    color: #222;
    font-weight: 600;
    margin: 0px;
}

.shop-style-three .tab-btn-box .tab-btns {
    position: relative;
    margin-top: 7px;
}

.shop-style-three .tab-btn-box .tab-btns li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #888;
    cursor: pointer;
    margin: 0px 17.5px;
    transition: all 500ms ease;
}

.shop-style-three .tab-btn-box .tab-btns li:before {
    position: absolute;
    content: "";
    background: #222;
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 2px;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.shop-style-three .tab-btn-box .tab-btns li.active-btn:before,
.shop-style-three .tab-btn-box .tab-btns li:hover:before {
    transform: scale(1, 1);
}

.shop-style-three .tab-btn-box .tab-btns li.active-btn,
.shop-style-three .tab-btn-box .tab-btns li:hover {
    color: #222;
}

.shop-block-three .inner-box {
    position: relative;
    display: block;
}

.shop-block-three .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
}

.shop-block-three .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.shop-block-three .inner-box:hover .image-box img {
    opacity: 0.3;
    transform: scale(1.05);
}

.shop-block-three .inner-box .lower-content {
    position: relative;
    padding-top: 19px;
}

.shop-block-three .inner-box .lower-content a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #222;
    margin-bottom: 3px;
}

.shop-block-three .inner-box .lower-content a:hover {
}

.shop-block-three .inner-box .lower-content .price {
    position: relative;
    display: block;
    font-size: 15px;
    color: #222;
    margin: 0px;
}

.shop-block-three .inner-box .image-box .info-list {
    position: absolute;
    right: -55px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    visibility: hidden;
    transition: all 500ms ease;
}

.shop-block-three .inner-box:hover .image-box .info-list {
    right: 10px;
    visibility: visible;
}

.shop-block-three .inner-box .image-box .info-list li {
    position: relative;
    display: block;
    margin-bottom: 3px;
}

.shop-block-three .inner-box .image-box .info-list li:last-child {
    margin-bottom: 0px;
}

.shop-block-three .inner-box .image-box .info-list li a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #c8cace;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.shop-block-three .inner-box .image-box .info-list li a:hover {
}

.shop-block-three .inner-box .image-box .info-list li span {
    position: absolute;
    display: inline-block;
    right: 53px;
    top: 15px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    border-radius: 2px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    width: 90px;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
}

.shop-block-three .inner-box .image-box .info-list li span:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 8px;
    right: -3px;
    transform: rotate(45deg);
}

.shop-block-three .inner-box .image-box .info-list li:hover span {
    right: 63px;
    visibility: visible;
    opacity: 1;
}

.shop-block-three .inner-box .image-box .category {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 30px;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    height: 27px;
    line-height: 27px;
    width: 55px;
    text-align: center;
}

.shop-block-three .inner-box .image-box .category:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 13px;
    top: 0px;
    right: -7px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.shop-block-three .inner-box .image-box .category:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 13px;
    bottom: 0px;
    right: -7px;
    clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%, 0% 0%);
}

/** deals-style-two **/

.deals-style-two {
    position: relative;
}

.deals-style-two .single-column:first-child .single-item .inner-box {
}

.deals-style-two .single-column:last-child .single-item .inner-box {
}

.deals-style-two .single-item .inner-box {
    position: relative;
    display: block;
    padding: 65px 30px 70px 60px;
}

.deals-style-two .single-item .inner-box .image-box {
    position: absolute;
    top: 50px;
    right: 30px;
}

.deals-style-two .single-item .inner-box .cs-countdown .count-col {
    width: 80px;
    height: 80px;
    padding: 17px 0px;
}

.deals-style-two .single-item .inner-box h4 {
    position: relative;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin-bottom: 18px;
}

.deals-style-two .single-item .inner-box h2 {
    position: relative;
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.deals-style-two .single-item .inner-box .price span {
    position: relative;
    display: block;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-weight: 500;
    margin-bottom: 35px;
}

.deals-style-two .single-item .inner-box .price span del {
    font-size: 18px;
}

/** trending-products **/

.trending-products {
    position: relative;
    padding: 120px 0px 110px 0px;
}

.trending-products .shop-inner .top-inner {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.trending-products .shop-inner .top-inner h2 {
    position: relative;
    display: block;
    float: left;
    font-size: 30px;
    line-height: 35px;
    color: #222;
    font-weight: 600;
    margin: 0px;
}

.trending-products .shop-inner .top-inner a {
    position: relative;
    display: inline-block;
    float: right;
    font-size: 16px;
    color: #222;
    font-weight: 600;
    z-index: 1;
}

.trending-products .shop-inner .top-inner a i {
    position: relative;
    display: inline-block;
    font-size: 18px;
    margin-left: 15px;
    font-weight: 600;
    top: 2px;
    transform: rotate(-30deg);
    transition: all 500ms ease;
}

.trending-products .shop-inner .top-inner a:hover i {
    transform: rotate(0deg);
}

.cta-section.alternet-2 .image-layer {
    height: 600px;
}

.cta-section.alternet-2 .cta-inner {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    padding: 75px 100px 80px 100px;
}

/** shop-style-four **/

.shop-style-four {
    position: relative;
}

.shop-style-four .inner-container {
    position: relative;
    padding: 115px 0px 90px 0px;
    border-bottom: 1px solid #e6e6e6;
}

.shop-style-four .single-block .top-inner {
    position: relative;
    display: block;
    margin-bottom: 36px;
}

.shop-style-four .single-block .top-inner h2 {
    position: relative;
    display: block;
    float: left;
    font-size: 30px;
    line-height: 35px;
    color: #222;
    font-weight: 600;
    margin: 0px;
}

.shop-style-four .single-block .top-inner a {
    position: relative;
    display: inline-block;
    float: right;
    font-size: 16px;
    color: #222;
    font-weight: 600;
    margin-top: 5px;
    z-index: 1;
    opacity: 0.5;
}

.shop-style-four .single-block .top-inner a:hover {
    opacity: 1;
}

.shop-style-four .single-block .top-inner a i {
    position: relative;
    display: inline-block;
    font-size: 18px;
    margin-left: 15px;
    font-weight: 600;
    top: 2px;
    transform: rotate(-30deg);
    transition: all 500ms ease;
}

.shop-style-four .single-block .top-inner a:hover i {
    transform: rotate(0deg);
}

.shop-style-four .single-block .top-inner a:before {
    position: absolute;
    content: "";
    background: #222;
    width: 0%;
    height: 2px;
    left: 0px;
    bottom: 0px;
    transition: all 500ms ease;
}

.shop-style-four .single-block .top-inner a:hover:before {
    width: 100%;
}

.shop-block-four {
    position: relative;
    display: block;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 30px 30px;
    min-height: 150px;
    margin-bottom: 30px;
    transition: all 500ms ease;
}

.shop-block-four:hover {
    border-color: #fff;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
}

.shop-block-four .inner-box {
    position: relative;
    padding: 15px 0px 0px 120px;
}

.shop-block-four .inner-box .image-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90px;
    height: 90px;
    overflow: hidden;
}

.shop-block-four .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.shop-block-four:hover .inner-box .image-box img {
    opacity: 0.2;
}

.shop-block-four .inner-box .inner a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #222;
    margin-bottom: 5px;
}

.shop-block-four .inner-box .inner a:hover {
}

.shop-block-four .inner-box .inner p {
    color: #222;
}

/***

====================================================================
                        About-Page
====================================================================

***/

/** page-title **/

.page-title {
    position: relative;
    background: #edf0f5;
    padding: 95px 0px 88px 0px;
}

.page-title .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: repeat-x;
    background-position: center;
    animation: slide 100s linear infinite;
    -webkit-animation: slide 100s linear infinite;
}

@keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 1920px 0;
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 1920px 0;
    }
}

.page-title .content-box h1 {
    position: relative;
    display: block;
    font-size: 46px;
    line-height: 50px;
    color: #222;
    font-weight: 600;
    margin-bottom: 11px;
}

.page-title .content-box .bread-crumb li {
    position: relative;
    display: inline-block;
    color: #848484;
    padding-right: 16px;
    margin-right: 3px;
}

.page-title .content-box .bread-crumb li a {
    color: #848484;
}

.page-title .content-box .bread-crumb li a:hover {
}

.page-title .content-box .bread-crumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-title .content-box .bread-crumb li:before {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #848484;
    font-size: 15px;
    top: 0px;
    right: 0px;
}

.page-title .content-box .bread-crumb li:last-child:before {
    display: none;
}

/** about-section **/

.about-section {
    position: relative;
    padding: 120px 0px;
}

.about-section .text-inner h2 {
    display: block;
    font-size: 50px;
    line-height: 65px;
    color: #222;
    font-weight: 600;
    margin-bottom: 8px;
}

.about-section .text-inner h2 span {
}

.about-section .text-inner h3 {
    font-size: 26px;
    line-height: 30px;
    color: #848484;
    font-weight: 600;
    margin-bottom: 34px;
}

.about-section .text-inner p {
    margin-bottom: 26px;
}

.about-section .text-inner .theme-btn-one {
    margin-top: 16px;
    padding: 19px 43px;
}

.about-section .image-box {
    position: relative;
    display: block;
}

.about-section .image-box img {
    width: 100%;
}

.about-section .text-inner .box h4 {
    font-size: 24px;
    line-height: 30px;
    color: #222;
    font-weight: 600;
    margin-bottom: 25px;
}

.about-section .text-inner .box {
    position: relative;
    margin-bottom: 60px;
}

.about-section .text-inner .box:last-child {
    margin-bottom: 0px;
}

.about-section .text-inner .box p:last-child {
    margin-bottom: 0px;
}

/** chooseus-section **/

.chooseus-section {
    position: relative;
    background: #edf0f5;
}

.chooseus-section .content-column {
    position: relative;
    float: left;
    width: 50%;
}

.chooseus-section .image-column {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.chooseus-section .content-column .inner-column {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    padding: 114px 15px 85px 15px;
}

.chooseus-section .content-column .content-box .single-item {
    position: relative;
    margin-bottom: 33px;
    min-height: 85px;
    padding: 2px 30px 0px 80px;
}

.chooseus-section .content-column .content-box .single-item .icon-box {
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 50px;
    line-height: 50px;
    color: #222;
}

.chooseus-section .content-column .content-box .single-item h3 {
    font-size: 24px;
    line-height: 30px;
    color: #222;
    font-weight: 600;
    margin-bottom: 5px;
}

.chooseus-section .content-column .content-box .single-item p {
    margin: 0px;
    line-height: 24px;
}

/** team-section **/

.team-section {
    position: relative;
    padding-top: 115px;
}

.team-block-one .inner-box {
    position: relative;
    display: block;
}

.team-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #000;
}

.team-block-one .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img {
    opacity: 0.9;
    transform: scale(1.05);
}

.team-block-one .inner-box .image-box .social-links {
    position: absolute;
    left: 0px;
    bottom: -55px;
    width: 100%;
    visibility: hidden;
    transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box .social-links {
    bottom: 30px;
    visibility: visible;
}

.team-block-one .inner-box .image-box .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 2px;
}

.team-block-one .inner-box .image-box .social-links li a {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    background: #fff;
    color: #222;
    text-align: center;
}

.team-block-one .inner-box .image-box .social-links li a:hover {
}

.team-block-one .inner-box .lower-content {
    position: relative;
    padding-top: 27px;
}

.team-block-one .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #222;
    font-weight: 600;
    margin-bottom: 2px;
}

.team-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: #222;
}

.team-block-one .inner-box .lower-content h3 a:hover {
}

.team-block-one .inner-box .lower-content .designation {
    position: relative;
    display: block;
    margin: 0px;
}

/***

====================================================================
                        Service-Page
====================================================================

***/

.service-page-section {
    position: relative;
    padding: 120px 0px;
}

.mr-30 {
    margin-right: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-100 {
    margin-right: 100px;
}

.ml-100 {
    margin-left: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.service-block-two .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.service-block-two .inner-box .image-box:before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(255, 46, 255, 0)),
        to(rgba(255, 255, 255, 0.3))
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.service-block-two:hover .inner-box .image-box:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.service-block-two .inner-box .image-box img {
    width: 100%;
}

.service-block-two .inner-box .content-box h2 {
    position: relative;
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    color: #222;
    margin-bottom: 20px;
}

.service-block-two .inner-box .content-box h2 a {
    display: inline-block;
    color: #222;
}

.service-block-two .inner-box .content-box h2 a:hover {
}

.service-block-two .inner-box .content-box p {
    position: relative;
    margin-bottom: 32px;
}

.service-block-two .inner-box .content-box .theme-btn-one {
    padding: 19px 34px;
}

.service-block-two .inner-box .content-box {
    padding-top: 94px;
}

/** testimonial-section **/

.testimonial-section {
    position: relative;
}

.testimonial-block-one .inner-box {
    position: relative;
    display: block;
    text-align: center;
}

.testimonial-block-one .inner-box .box {
    position: relative;
    padding: 46px 35px 43px 35px;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    transition: all 500ms ease;
}

.testimonial-block-one .inner-box .box:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    margin-left: -40px;
    left: -50%;
    bottom: -10px;
    box-shadow: 1px 1px 0px 0px #e5e5e5;
    transition: all 500ms ease;
}

.testimonial-block-one .inner-box .box p {
    margin-bottom: 21px;
    line-height: 28px;
}

.testimonial-block-one .inner-box .box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    height: 25px;
    color: #222;
    font-weight: 600;
    margin-bottom: 0px;
}

.testimonial-block-one .inner-box .box span {
    position: relative;
    display: block;
    margin: 0px;
}

.testimonial-block-one .inner-box .thumb-box {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.testimonial-block-one .inner-box .thumb-box img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-section .owl-nav {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 40px;
}

.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #222;
    background: #edf0f5;
    text-align: center;
    cursor: pointer;
    transition: all 500ms ease;
}

.testimonial-section .owl-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover {
    background: #222;
    color: #fff;
}

.team-page-section {
    padding: 120px 0px 70px 0px;
}

.team-page-section .team-block-one .inner-box {
    margin-bottom: 45px;
}

.testimonial-style-two {
    background: #edf0f5;
}

.testimonial-block-two .inner-box {
    position: relative;
    display: block;
    text-align: center;
}

.testimonial-block-two .inner-box .thumb-box {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 14px;
}

.testimonial-block-two .inner-box .thumb-box img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-block-two .inner-box p {
    font-size: 16px;
    line-height: 30px;
    color: #222;
    margin-bottom: 20px;
}

.testimonial-block-two .inner-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 25px;
    color: #222;
    font-weight: 600;
    margin-bottom: 1px;
}

.testimonial-block-two .inner-box .designation {
    position: relative;
    display: block;
    margin: 0px;
}

.testimonial-block-two {
    position: relative;
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
}

.testimonial-style-two .owl-nav {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 40px;
}

.testimonial-style-two .owl-nav .owl-prev,
.testimonial-style-two .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #222;
    background: #fff;
    text-align: center;
    cursor: pointer;
    transition: all 500ms ease;
}

.testimonial-style-two .owl-nav .owl-prev:hover,
.testimonial-style-two .owl-nav .owl-next:hover {
    background: #222;
    color: #fff;
}

/***

====================================================================
                        Error-Page
====================================================================

***/

.error-section {
    position: relative;
}

.error-section .inner-box h1 {
    position: relative;
    display: block;
    font-size: 170px;
    line-height: 150px;
    color: #222;
    font-weight: 600;
    margin-bottom: 27px;
}

.error-section .inner-box h2 {
    font-size: 40px;
    line-height: 45px;
    position: relative;
    color: #848484;
    font-weight: 600;
    margin-bottom: 10px;
}

.error-section .inner-box p {
    position: relative;
    margin-bottom: 57px;
}

.error-section .inner-box p a {
    display: inline-block;
    line-height: 18px;
}

.error-section .inner-box .theme-btn-two {
    padding: 16px 39px;
}

.error-section .inner-box .btn-box a {
    margin: 0px 8px;
}

/***

====================================================================
                        Shop-Page
====================================================================

***/

.shop-page-section {
    position: relative;
    padding: 120px 0px;
}

.shop-page-section .item-shorting {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.shop-page-section .item-shorting .left-column .text,
.shop-page-section .item-shorting .left-column .short-box {
    position: relative;
    float: left;
}

.shop-page-section .item-shorting .left-column .short-box p {
    float: left;
    margin-right: 15px;
}

.shop-page-section .item-shorting .select-box {
    float: left;
    width: 90px;
    margin-top: -9px;
}

.shop-page-section .item-shorting .select-box .nice-select {
    border-radius: 0px;
}

.shop-page-section .item-shorting .select-box .nice-select:after {
    margin-top: -5px;
}

.shop-page-section .item-shorting .left-column .text {
    position: relative;
    float: left;
    padding: 0px 30px;
    margin: 0px 30px;
}

.shop-page-section .item-shorting .left-column .text:before {
    position: absolute;
    content: "";
    background: #e5e5e5;
    width: 1px;
    height: 28px;
    top: 2px;
    right: 0px;
}

.shop-page-section .item-shorting .left-column .text:after {
    position: absolute;
    content: "";
    background: #e5e5e5;
    width: 1px;
    height: 28px;
    top: 2px;
    left: 0px;
}

.shop-page-section .item-shorting .left-column,
.shop-page-section .item-shorting .right-column {
    margin-top: 9px;
}

.shop-page-section .item-shorting .right-column .nice-select {
    width: 200px !important;
}

.shop-page-section .item-shorting .right-column .short-box,
.shop-page-section .item-shorting .right-column .filter-box {
    float: left;
}

.shop-page-section .item-shorting .right-column .short-box {
    margin-right: 30px;
}

.shop-page-section .item-shorting .right-column .select-box {
    width: 200px;
}

.shop-page-section .item-shorting .right-column .short-box p {
    float: left;
    margin-right: 15px;
}

.shop-page-section .item-shorting .filter-box {
    float: left;
}

.shop-page-section .item-shorting .right-column .menu-box {
    float: left;
    margin-top: -9px;
}

.shop-page-section .item-shorting .right-column .menu-box a {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
}

.shop-page-section .item-shorting .right-column .menu-box a:first-child {
    color: #fff;
    background: #222;
    margin-right: 1px;
}

.shop-page-section .item-shorting .right-column .menu-box a:first-child:hover {
}

.shop-page-section .item-shorting .right-column .menu-box a:last-child {
    color: #9c9fa6;
    border: 1px solid #e5e5e5;
    font-weight: 600;
}

.shop-page-section .item-shorting .right-column .menu-box a:last-child:hover {
    color: #fff;
}

.shop-page-section .item-shorting .filter-box button i {
    margin-right: 10px;
    font-weight: 600;
}

.shop-page-section .item-shorting .filter-box button {
    position: relative;
    background: transparent;
    font-size: 15px;
    line-height: 26px;
    color: #888;
    font-weight: 400;
    transition: all 500ms ease;
}

.shop-page-section .item-shorting .filter-box button:hover {
}

.shop-page-section .item-shorting .filter-box .dropdown-menu {
    top: 85px !important;
    padding: 0px;
    width: 100%;
    background: #fff;
    right: 0px;
    transform: translate3d(0px, 0px, 0px) scale3d(0.8, 0.8, 0.8) !important;
    box-shadow: 0px 5px 30px 0 rgba(0, 0, 0, 0.15);
    transition: 0.5s ease;
    display: block;
    opacity: 0;
    visibility: hidden;
    border: none;
    margin: 0px;
}

.shop-page-section .item-shorting .filter-box .show .dropdown-menu {
    display: block;
    transform: scale3d(1, 1, 1) !important;
    opacity: 1;
    visibility: visible;
}

.shop-page-section .item-shorting .filter-box .dropdown {
    position: inherit;
}

.shop-page-section .item-shorting .filter-box .filter-content {
    padding: 50px 60px 50px 60px;
    border-radius: 0px;
}

.shop-page-section .item-shorting .filter-box .filter-content .single-column {
    position: relative;
}

.shop-page-section
    .item-shorting
    .filter-box
    .filter-content
    .single-column:before {
    position: absolute;
    content: "";
    background: #e5e5e5;
    width: 1px;
    height: 100%;
    top: 0px;
    right: 15px;
}

.shop-page-section
    .item-shorting
    .filter-box
    .filter-content
    .column:last-child
    .single-column:before {
    display: none;
}

.shop-page-section
    .item-shorting
    .filter-box
    .filter-content
    .single-column
    h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.shop-page-section
    .item-shorting
    .filter-box
    .filter-content
    .single-column
    .list
    li {
    position: relative;
    display: block;
    margin-bottom: 9px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 26px;
    color: #848484;
}

.shop-page-section
    .item-shorting
    .filter-box
    .filter-content
    .single-column
    .list
    li
    a {
    color: #848484;
}

.shop-page-section
    .item-shorting
    .filter-box
    .filter-content
    .single-column
    .list
    li
    a:hover {
}

.shop-page-section
    .item-shorting
    .filter-box
    .filter-content
    .single-column
    .list
    li:last-child {
    margin-bottom: 0px;
}

.shop-page-section
    .item-shorting
    .filter-box
    .filter-content
    .single-column
    .list
    li:before {
    position: absolute;
    content: "";
    border: 2px solid #d5d5d5;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0px;
    top: 9px;
}

.shop-page-section
    .item-shorting
    .filter-box
    .filter-content
    .single-column
    .color-list
    li {
    position: relative;
    display: block;
    margin-bottom: 9px;
    padding-left: 30px;
    font-size: 15px;
    line-height: 26px;
    color: #93959e;
}

.shop-page-section
    .item-shorting
    .filter-box
    .filter-content
    .single-column
    .color-list
    li
    a {
    color: #93959e;
}

.shop-page-section
    .item-shorting
    .filter-box
    .filter-content
    .single-column
    .color-list
    li
    a:hover {
}

.shop-page-section
    .item-shorting
    .filter-box
    .filter-content
    .single-column
    .color-list
    li:last-child {
    margin-bottom: 0px;
}

.shop-page-section
    .item-shorting
    .filter-box
    .filter-content
    .single-column
    .color-list
    li
    span {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.shop-page-section
    .item-shorting
    .filter-box
    .filter-content
    .single-column
    .color-list
    li
    span.black {
    background: #000;
}

.shop-page-section
    .item-shorting
    .filter-box
    .filter-content
    .single-column
    .color-list
    li
    span.blue {
}

.shop-page-section
    .item-shorting
    .filter-box
    .filter-content
    .single-column
    .color-list
    li
    span.orange {
}

.shop-page-section
    .item-shorting
    .filter-box
    .filter-content
    .single-column
    .color-list
    li
    span.green {
}

.shop-page-section
    .item-shorting
    .filter-box
    .filter-content
    .single-column
    .color-list
    li
    span.purple {
}

.shop-page-section .item-shorting .filter-box .filter-content .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff4f2;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.shop-page-section .item-shorting .filter-box .filter-content .discription-box {
    position: relative;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 40px;
    margin-bottom: 34px;
}

.range-slider {
    position: relative;
}

.range-slider .title {
    position: relative;
    display: inline-block;
}

.range-slider p {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #93959e;
    margin-right: 10px !important;
}

.range-slider .title:before {
    position: absolute;
    content: "$";
    left: -5px;
    top: -18px;
    color: #93959e;
    font-size: 15px;
}

.range-slider .input {
    color: #93959e;
    max-width: 75px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 5px;
    position: relative;
    display: inline-block;
}

.range-slider .input input {
    background: none;
    color: #93959e;
    font-size: 15px;
    text-align: left;
    width: 80px;
}

.range-slider .ui-widget.ui-widget-content {
    height: 4px;
    border: none;
    margin-bottom: 14px;
    background: #f0f0f0;
}

.range-slider .ui-slider .ui-slider-range {
    top: 0px;
    height: 4px;
    background: #222;
}

.range-slider .ui-state-default,
.range-slider .ui-widget-content .ui-state-default {
    top: -7px;
    width: 18px;
    height: 18px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background: #222;
    margin-left: 0px;
    box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.shop-page-section .item-shorting .filter-box .price-filters h4 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 900;
    margin-bottom: 22px;
}

.shop-page-section .sidebar-content .item-shorting .left-column .text {
    padding: 0px;
    margin: 0px;
}

.shop-page-section .sidebar-content .item-shorting .left-column .text:before,
.shop-page-section .sidebar-content .item-shorting .left-column .text:after {
    display: none;
}

.sidebar .search-widget .search-form .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-widget .search-form .form-group input[type="search"] {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    border: 1px solid #e5e5e5;
    font-size: 15px;
    color: #848484;
    padding: 10px 50px 10px 20px;
    transition: all 500ms ease;
}

.sidebar .search-widget .search-form .form-group button {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 16px;
    color: #222;
    font-weight: 700;
    background: transparent;
    cursor: pointer;
    transition: all 500ms ease;
}

.sidebar .search-widget {
    position: relative;
    margin-bottom: 47px;
}

.sidebar .search-widget .search-form .form-group input:focus {
}

.sidebar .search-widget .search-form .form-group input:focus + button,
.sidebar .search-widget .search-form .form-group button:hover {
}

.sidebar .widget-title h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #222;
    margin: 0px;
}

.sidebar .categories-widget .categories-list li {
    position: relative;
    display: block;
    font-size: 14px;
    color: #222;
    margin-bottom: 15px;
}

.sidebar .categories-widget .categories-list li:last-child {
    margin-bottom: 0px;
}

.sidebar .categories-widget .categories-list li a {
    position: relative;
    display: inline-block;
    color: #222;
    padding-left: 20px;
}

.sidebar .categories-widget .categories-list li a:before {
    position: absolute;
    content: "";
    border: 2px solid #d5d5d5;
    width: 8px;
    height: 8px;
    left: 0px;
    top: 8px;
    border-radius: 50%;
    transition: all 500ms ease;
}

.sidebar .categories-widget .categories-list li a:hover {
}

.sidebar .categories-widget .categories-list li a:hover:before {
}

.sidebar .categories-widget {
    margin-bottom: 43px;
}

.sidebar .price-filter {
    margin-bottom: 47px;
}

.sidebar .price-filter .range-slider .theme-btn-two {
    padding: 4.5px 19px;
    font-size: 14px;
}

.sidebar .price-filter .range-slider .ui-widget.ui-widget-content {
    margin-bottom: 24px;
}

.sidebar .price-filter .widget-title {
    margin-bottom: 32px;
}

.sidebar .price-filter .range-slider .ui-state-default:before,
.sidebar
    .price-filter
    .range-slider
    .ui-widget-content
    .ui-state-default:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 6px;
    top: 6px;
}

.sidebar .size-widget .size-list li {
    position: relative;
    display: block;
    font-size: 14px;
    color: #222;
    margin-bottom: 15px;
}

.sidebar .size-widget .size-list li:last-child {
    margin-bottom: 0px;
}

.sidebar .size-widget .size-list li a {
    position: relative;
    display: inline-block;
    color: #222;
    padding-left: 20px;
}

.sidebar .size-widget .size-list li a:before {
    position: absolute;
    content: "";
    border: 2px solid #d5d5d5;
    width: 8px;
    height: 8px;
    left: 0px;
    top: 8px;
    border-radius: 50%;
    transition: all 500ms ease;
}

.sidebar .size-widget .size-list li a:hover {
}

.sidebar .size-widget .size-list li a:hover:before {
}

.sidebar .size-widget {
    margin-bottom: 40px;
}

.sidebar .color-widget .color-list li {
    position: relative;
    display: block;
    margin-bottom: 14px;
    padding-left: 30px;
    font-size: 14px;
    line-height: 26px;
    color: #222;
}

.sidebar .color-widget .color-list li a {
    color: #222;
}

.sidebar .color-widget .color-list li a:hover {
}

.sidebar .color-widget .color-list li li:last-child {
    margin-bottom: 0px;
}

.sidebar .color-widget .color-list li span {
    position: absolute;
    left: 0px;
    top: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.sidebar .color-widget .color-list li span.black {
    background: #000;
}

.sidebar .color-widget .color-list li span.blue {
}

.sidebar .color-widget .color-list li span.orange {
}

.sidebar .color-widget .color-list li span.green {
}

.sidebar .color-widget .color-list li span.purple {
}

.shop-page-section .pagination-wrapper {
    position: relative;
    padding-top: 30px;
}

.shop-page-4 .outer-container {
    max-width: 1710px;
    width: 100%;
    padding: 0px 15px;
    margin: 0 auto;
}

.shop-page-section.shop-page-4 .item-shorting {
    position: inherit;
}

.shop-page-section.shop-page-4 .shop-block-one {
    max-width: 400px;
}

.shop-page-section.shop-page-4
    .shop-block-one
    .inner-box
    .image-box
    .info-list
    li:nth-child(2)
    a {
    width: 263px;
}

.xs-sidebar-group .xs-overlay {
    left: 0%;
    top: 0;
    position: fixed;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    -o-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
    cursor: url(../images/icons/cross-out.png), pointer;
    z-index: 999999;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.9;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    right: 100%;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 10px;
    right: 10px;
}

.xs-sidebar-group .widget-heading a {
    position: relative;
    display: inline-block;
    font-size: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #222;
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
}

.xs-sidebar-widget {
    position: absolute;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 370px;
    padding: 50px 50px;
    max-height: 1000px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    left: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.xs-bg-black {
    background-color: #000000;
}

.shop-block-five .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 20px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    min-height: 390px;
}

.shop-block-five .inner-box .image-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 270px;
    height: 350px;
    overflow: hidden;
}

.shop-block-five .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.shop-block-five .inner-box:hover .image-box img {
    opacity: 0.2;
    transform: scale(1.05);
}

.shop-block-five .inner-box .image-box .category {
    position: absolute;
    display: inline-block;
    right: 0px;
    top: 20px;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    height: 27px;
    line-height: 27px;
    width: 55px;
    text-align: center;
    z-index: 1;
}

.shop-block-five .inner-box .image-box .category:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 13px;
    top: 0px;
    left: -6px;
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 100% 100%, 0 0);
}

.shop-block-five .inner-box .image-box .category:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 13px;
    bottom: 0px;
    left: -6px;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0 0);
}

.shop-block-five .inner-box .content-box {
    position: relative;
    padding: 41px 30px 46px 300px;
}

.shop-block-five .inner-box .content-box .info-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 2px;
}

.shop-block-five .inner-box .content-box .info-list li:last-child {
    margin-right: 0px;
}

.shop-block-five .inner-box .content-box .info-list li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #222;
}

.shop-block-five .inner-box .content-box .info-list li:nth-child(2) a {
    width: 135px;
    background: #4e4e4e;
    font-size: 16px;
    font-weight: 600;
}

.shop-block-five .inner-box .content-box .info-list li a:hover {
}

.shop-block-five .inner-box .content-box .text a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #222;
    margin-bottom: 3px;
}

.shop-block-five .inner-box .content-box .text a:hover {
}

.shop-block-five .inner-box .content-box .text .price {
    position: relative;
    display: block;
    font-size: 15px;
    color: #222;
    margin-bottom: 26px;
}

.shop-block-five .inner-box .content-box .text {
    position: relative;
    margin-bottom: 33px;
}

/** product-details **/

.product-details {
    position: relative;
    padding: 120px 0px 85px 0px;
}

.product-details-content .product-image {
    position: relative;
    display: block;
}

.product-details-content .product-image img {
    width: 100%;
}

.product-details-content .product-image a {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: #222;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    z-index: 1;
}

.product-details-content .product-image a:hover {
    color: #fff;
}

.product-details-content .product-details .othre-options .item-quantity {
    position: relative;
    display: inline-block;
    max-width: 130px;
    width: 100%;
    float: left;
    padding: 0px 40px;
    margin-right: 15px;
}

.item-quantity .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    max-width: 50px;
    width: 100%;
    height: 53px;
}

.item-quantity input.quantity-spinner {
    line-height: 53px;
    height: 53px;
    width: 50px !important;
    padding: 0px !important;
    box-shadow: none !important;
    font-family: "Poppins", sans-serif;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    border: none;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down {
    position: absolute;
    height: 53px;
    width: 40px;
    background: transparent;
    padding: 0px 0px;
    left: -39px;
    top: -53px;
    border-right: none;
    border-radius: 0px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up {
    position: absolute;
    height: 53px;
    width: 40px;
    background: transparent;
    padding: 0px 0px;
    right: -35px;
    top: -53px;
    border-left: none;
    margin-top: 0px;
    border-radius: 0px;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "\f067";
    font-size: 12px;
    font-style: normal;
    color: #848484;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f068";
    font-size: 12px;
    font-style: normal;
    color: #848484;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    width: 100%;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    top: 15px;
    left: 15px;
    font-size: inherit !important;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: 0px;
}

.product-details-content .product-info h3 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #222;
    margin-bottom: 12px;
}

.product-details-content .product-info .customer-review {
    position: relative;
    margin-bottom: 15px;
}

.product-details-content .product-info .rating-box {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 12px;
}

.product-details-content .product-info .rating-box li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 15px;
    margin-right: 2px;
}

.product-details-content .product-info .rating-box li:last-child {
    margin-right: 0px;
}

.product-details-content .product-info .reviews {
    position: relative;
    display: inline-block;
    float: left;
}

.product-details-content .product-info .reviews a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #848484;
}

.product-details-content .product-info .reviews a:hover {
}

.product-details-content .product-info .item-price {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    margin-bottom: 23px;
}

.product-details-content .product-info .text p {
    margin-bottom: 20px;
}

.product-details-content .product-info .text .list li {
    position: relative;
    display: block;
    padding-left: 20px;
    margin-bottom: 4px;
}

.product-details-content .product-info .text .list li:last-child {
    margin-bottom: 0px;
}

.product-details-content .product-info .text .list li:before {
    position: absolute;
    content: "";
    border: 2px solid #d5d5d5;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0px;
    top: 9px;
}

.product-details-content .product-info .text {
    position: relative;
    display: block;
    margin-bottom: 27px;
}

.product-details-content .product-info .othre-options .item-quantity {
    position: relative;
    display: inline-block;
    max-width: 130px;
    width: 100%;
    float: left;
    padding: 0px 40px;
    margin-right: 10px;
    border: 1px solid #e6e6e6;
    z-index: 1;
}

.product-details-content .product-info .othre-options .btn-box {
    position: relative;
    float: left;
    margin-right: 10px;
}

.product-details-content .product-info .othre-options .btn-box .theme-btn-two {
    padding: 14.5px 38px;
}

.product-details-content .product-info .othre-options .info li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.product-details-content .product-info .othre-options .info li:last-child {
    margin-right: 0px;
}

.product-details-content .product-info .othre-options .info li a {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    color: #222;
    font-weight: 700;
    text-align: center;
    border: 1px solid #e6e6e6;
}

.product-details-content .product-info .othre-options .info li a:hover {
    color: #fff;
}

.product-details-content .product-info .othre-options {
    position: relative;
    margin-bottom: 27px;
}

.product-details-content .product-info .other-links li {
    position: relative;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.product-details-content .product-info .other-links li:last-child {
    margin-bottom: 0px;
}

.product-details-content .product-info .other-links li a {
    color: #848484;
}

.product-details-content .product-info .other-links li a:hover {
}

.product-details-content .product-info .other-links {
    position: relative;
    margin-bottom: 20px;
}

.product-details-content .product-info .share-option li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.product-details-content .product-info .share-option li:last-child {
    margin-right: 0px;
}

.product-details-content .product-info .share-option li h5 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #222;
}

.product-details-content .product-info .share-option li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #848484;
}

.product-details-content .product-info .share-option li a:hover {
}

.product-details-content .product-info {
    position: relative;
    margin-left: 40px;
}

.product-details-content {
    margin-bottom: 100px;
}

.product-details .product-discription .tab-btns {
    position: relative;
    margin-bottom: 32px;
}

.product-details .product-discription .tab-btns li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #888;
    margin-right: 30px;
    cursor: pointer;
    transition: all 500ms ease;
}

.product-details .product-discription .tab-btns li:last-child {
    margin-right: 0px;
}

.product-details .product-discription .tab-btns li.active-btn,
.product-details .product-discription .tab-btns li:hover {
    color: #222;
}

.product-details .product-discription .tab-btns li:before {
    position: absolute;
    content: "";
    background: #222;
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 0px;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.product-details .product-discription .tab-btns li.active-btn:before,
.product-details .product-discription .tab-btns li:hover:before {
    transform: scale(1, 1);
}

.product-details .product-discription .tabs-content .text p {
    margin-bottom: 26px;
}

.product-details .product-discription .tabs-content .text p:last-child {
    margin-bottom: 0px;
}

.custom-control.material-checkbox {
    --color: #ebebeb;
    padding: 0px;
    margin: 0px;
    margin-bottom: 0px !important;
}

.custom-control.material-checkbox .material-control-input {
    display: none;
}

.custom-control.material-checkbox .material-control-indicator {
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0px;
    width: 15px;
    height: 15px;
    border: 1px solid #e6e6e6;
    cursor: pointer;
}

.custom-control.material-checkbox
    .material-control-input:checked
    ~ .material-control-indicator {
    -webkit-transform: rotateZ(45deg) translate(1px, -5px);
    transform: rotateZ(45deg) translate(1px, -5px);
    width: 8px;
    border: 2px solid #e6e6e6;
    border-top: 0px;
    border-left: 0px;
    background: transparent;
    border-radius: 0px;
}

.custom-controls-stacked .description {
    position: relative;
    display: inline-block;
    padding: 0px;
    margin-left: 25px;
    font-size: 15px;
    color: #848484;
    cursor: pointer;
}

.product-details .product-discription .tabs-content .review-inner {
    position: relative;
    padding-left: 100px;
    padding-bottom: 43px;
    margin-bottom: 45px;
    border-bottom: 1px solid #e6e6e6;
}

.product-details .product-discription .tabs-content .review-inner .image-box {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.product-details
    .product-discription
    .tabs-content
    .review-inner
    .image-box
    img {
    width: 100%;
    border-radius: 50%;
}

.product-details .product-discription .tabs-content h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #222;
    margin-bottom: 38px;
}

.product-details .product-discription .tabs-content .rating li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 14px;
    margin-right: 3px;
}

.product-details .product-discription .tabs-content .rating li:last-child {
    margin-right: 0px;
}

.product-details .product-discription .tabs-content .review-inner .rating {
    position: relative;
    margin-bottom: 2px;
}

.product-details .product-discription .tabs-content .review-inner h6 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #222;
    margin-bottom: 14px;
}

.product-details .product-discription .tabs-content .review-inner h6 span {
    font-size: 15px;
    font-weight: 400;
    color: #848484;
}

.product-details
    .product-discription
    .tabs-content
    .replay-inner
    .rating-box
    h6 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    float: left;
    font-family: "Poppins", sans-serif;
    color: #222;
    line-height: 26px;
    font-weight: 500;
    margin-right: 20px;
}

.product-details .product-discription .tabs-content .replay-inner .rating {
    position: relative;
    float: left;
}

.product-details .product-discription .tabs-content .replay-inner .rating-box {
    position: relative;
    margin-bottom: 16px;
}

.product-details
    .product-discription
    .tabs-content
    .replay-inner
    .review-form
    .form-group {
    position: relative;
    margin-bottom: 24px;
}

.product-details
    .product-discription
    .tabs-content
    .replay-inner
    .review-form
    .form-group:last-child {
    margin-bottom: 0px;
}

.product-details
    .product-discription
    .tabs-content
    .replay-inner
    .review-form
    .form-group
    input[type="text"],
.product-details
    .product-discription
    .tabs-content
    .replay-inner
    .review-form
    .form-group
    input[type="email"],
.product-details
    .product-discription
    .tabs-content
    .replay-inner
    .review-form
    .form-group
    textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #e6e6e6;
    padding: 10px 20px;
    font-size: 15px;
    color: #848484;
}

.product-details
    .product-discription
    .tabs-content
    .replay-inner
    .review-form
    .form-group
    textarea {
    height: 220px;
    resize: none;
}

.product-details
    .product-discription
    .tabs-content
    .replay-inner
    .review-form
    .form-group
    input:focus,
.product-details
    .product-discription
    .tabs-content
    .replay-inner
    .review-form
    .form-group
    textarea:focus {
}

.product-details
    .product-discription
    .tabs-content
    .replay-inner
    .review-form
    .form-group
    label {
    position: relative;
    display: block;
    font-size: 15px;
    color: #848484;
    margin-bottom: 4px;
}

.product-details .product-discription {
    position: relative;
    margin-bottom: 105px;
}

.product-details-content .product-info .size-box h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #222;
    margin-bottom: 8px;
}

.product-details-content .product-info .size-box {
    position: relative;
    display: block;
    margin-bottom: 21px;
}

.product-details-content .product-info .size-box .custom-control {
    position: relative;
    display: inline-block;
    margin-right: 25px;
    padding-left: 0px;
}

.product-details-content .product-info .size-box .custom-control:last-child {
    margin-right: 0px;
}

.product-details-content .product-info .size-box .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.product-details-content
    .product-info
    .size-box
    .custom-radio
    .custom-control-input:checked
    ~ .custom-control-label::before {
    box-shadow: none;
}

.product-details-content .product-info .size-box .custom-control-label::before {
    background: transparent;
    border: 2px solid #d5d5d5;
    width: 8px;
    height: 8px;
    top: 9px;
    left: 0px;
}

.product-details-content
    .product-info
    .size-box
    .custom-control
    .custom-control-label {
    font-size: 15px;
    font-weight: 500;
    color: #848484;
    text-transform: uppercase;
    padding-left: 18px;
    cursor: pointer;
}

.product-details-content
    .product-info
    .size-box
    .custom-control
    .custom-control-label::after {
    display: none !important;
}

.product-details-content .product-info .color-box {
    position: relative;
    display: block;
    margin-bottom: 35px;
}

.product-details-content .product-info .color-box .color-block {
    position: relative;
    display: inline-block;
}

.product-details-content .product-info .color-box h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #222;
    margin-bottom: 6px;
}

.color-box [type="radio"]:checked,
.color-box [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    display: none;
}

.color-box [type="radio"]:checked + label,
.color-box [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.color-box [type="radio"]:checked + label:before,
.color-box [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.color-box [type="radio"]:checked + label:before {
    width: 22px;
    height: 22px;
    top: -3px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}

.color-box .color-block.black [type="radio"]:checked + label:before,
.color-box .color-block.black [type="radio"]:not(:checked) + label:before {
    background: #222;
}

.color-box .color-block.blue [type="radio"]:checked + label:before,
.color-box .color-block.blue [type="radio"]:not(:checked) + label:before {
}

.color-box .color-block.brown [type="radio"]:checked + label:before,
.color-box .color-block.brown [type="radio"]:not(:checked) + label:before {
}

.color-box .color-block.gray [type="radio"]:checked + label:before,
.color-box .color-block.gray [type="radio"]:not(:checked) + label:before {
    background: #e3e4e6;
}

.color-box .color-block.purple [type="radio"]:checked + label:before,
.color-box .color-block.purple [type="radio"]:not(:checked) + label:before {
}

.product-details .bxslider .slider-content {
    position: relative;
}

.product-details-2 .bxslider .slider-content .slider-pager {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.product-details-2 .bxslider .slider-content .slider-pager li {
    position: relative;
    display: block;
    width: 100px;
    height: 130px;
    margin-bottom: 10px;
    background: #fff;
}

.product-details-2 .bxslider .slider-content .slider-pager li:last-child {
    margin-bottom: 0px;
}

.product-details-2 .bxslider .product-image {
    padding-left: 110px;
}

.product-details .bxslider .slider-pager li a.active img {
    opacity: 1;
}

.product-details .bxslider .slider-pager img {
    width: 100%;
    opacity: 0.5;
    transition: all 500ms ease;
}

.product-details .product-image .image {
    position: relative;
}

.product-details .product-image li {
    position: relative;
    float: left;
    margin: 0px 5px;
    margin-bottom: 10px;
}

.product-details ul.product-image {
    margin: 0px -5px;
}

.product-details-content ul.product-image a {
    transform: scale(0, 0);
}

.product-details-content ul.product-image .image:hover a {
    transform: scale(1, 1);
}

.product-details-4 .bxslider .slider-content .slider-pager li {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 112px;
    margin: 0px 3px;
    background: #fff;
}

.product-details-4 .product-details-content .product-image {
    margin-bottom: 10px;
}

.product-details-content .product-info .othre-options .single-item h5 {
    position: relative;
    display: block;
    text-align: right;
    font-size: 16px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
    color: #222;
    padding-top: 15px;
}

.product-details-content .product-info .othre-options .single-item h5 span {
    display: inline-block;
    min-width: 90px;
}

.product-details-content .product-info .othre-options .single-item {
    margin-bottom: 15px;
}

.product-details-content
    .product-info
    .othre-options
    .item-box
    .single-item:last-child {
    margin-bottom: 0px;
}

.product-details-content .product-info .othre-options .item-box {
    position: relative;
    margin-bottom: 35px;
}

.product-details-5 .product-details-content .product-image .image,
.product-details-6 .product-details-content .product-image .image {
    margin-bottom: 10px;
}

.product-details-5 .product-details-content .product-image .image:last-child,
.product-details-6 .product-details-content .product-image .image:last-child {
    margin-bottom: 0px;
}

.product-details-5 .product-details-content .product-image a,
.product-details-6 .product-details-content .product-image a {
    transform: scale(0, 0);
}

.product-details-5 .product-details-content .product-image .image:hover a,
.product-details-6 .product-details-content .product-image .image:hover a {
    transform: scale(1, 1);
}

.mr-0 {
    margin: 0px !important;
}

.product-details-6
    .product-details-content
    .product-info
    .othre-options
    .btn-box {
    margin-top: 10px;
}

.product-details-6
    .product-details-content
    .product-info
    .othre-options
    .btn-box
    .theme-btn-two {
    padding: 14.5px 38px;
    width: 260px;
}

/***

====================================================================
                        Cart-Page
====================================================================

***/

.cart-section {
    position: relative;
    display: block;
    padding: 120px 0px;
}

.cart-section .table-outer {
    overflow-x: auto;
    position: relative;
    width: 100%;
}

.cart-section .cart-table {
    min-width: 1170px;
    width: 100%;
}

.cart-section .cart-table thead tr th {
    line-height: 24px;
    min-width: 110px;
    padding: 29px 15px 27px 0px;
    color: #222;
    font-family: "Josefin Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    text-align: center;
}

.cart-section .cart-table tbody tr {
    border-bottom: 1px solid #e6e6e6;
}

.cart-section .cart-table .cart-header {
    background: #f2f3f5;
}

.cart-section .cart-table tbody tr td.prod-column {
    padding: 30px 0px;
}

.cart-section .cart-table tbody tr .prod-column .column-box {
    min-height: 100px;
    position: relative;
    padding: 50px 0px 47px 250px;
}

.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    max-width: 100%;
}

.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: absolute;
    left: 120px;
    top: 0px;
    width: 100px;
    height: 125px;
    overflow: hidden;
    background: #fff;
    transition: all 500ms ease;
}

.cart-section .cart-table tbody tr .prod-column .column-box .title {
    padding-left: 20px;
}

.cart-section .cart-table tbody tr .prod-column .column-box .remove-btn {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #222;
    font-weight: 700;
    border: 1px solid #e7e7e7;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 500ms ease;
}

.cart-section .cart-table tbody tr .prod-column .column-box .remove-btn:hover {
    color: #fff;
    background: #222;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.cart-section .cart-table tbody tr td.price {
    font-size: 15px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: #222;
    position: relative;
    padding: 30px 25px 30px 30px;
}

.cart-section .cart-table tbody tr .sub-total {
    font-size: 15px;
    padding: 27px 50px 27px 48px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: #222;
}

.cart-section .cart-table tbody tr td.qty {
    position: relative;
}

.cart-section .cart-table tbody tr td.qty .item-quantity {
    position: relative;
    display: inline-block;
    max-width: 130px;
    width: 100%;
    float: left;
    padding: 0px 40px;
    margin-left: 30px;
    border: 1px solid #e6e6e6;
    z-index: 1;
}

.cart-section
    .cart-table
    tbody
    tr
    td.qty
    .item-quantity
    .bootstrap-touchspin
    .input-group-btn-vertical
    i {
    left: 12px;
}

.cart-section .cart-table .prod-title {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #222;
    font-family: "Poppins", sans-serif;
}

.cart-section .othre-content {
    position: relative;
    display: block;
    padding: 30px 0px;
    margin-bottom: 40px;
}

.cart-section .othre-content .update-btn button {
    opacity: 0.5;
    padding: 14px 26px;
    transition: all 500ms ease;
}

.cart-section .othre-content .update-btn button:hover {
    opacity: 1;
}

.cart-section .othre-content .coupon-box {
    position: relative;
    width: 70%;
}

.cart-section .othre-content .coupon-box input[type="text"] {
    position: relative;
    display: inline-block;
    max-width: 260px;
    width: 100%;
    font-size: 15px;
    height: 60px;
    color: #848484;
    border: 1px solid #e6e6e6;
    padding: 10px 30px;
    float: left;
}

.cart-section .othre-content .coupon-box button {
    float: left;
    padding: 16px 35px;
}

.cart-section .cart-total .total-cart-box {
    position: relative;
}

.cart-section .cart-total .total-cart-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 25px;
    color: #222;
    font-weight: 600;
    background: #f2f3f5;
    padding: 19px 30px 11px 30px;
}

.cart-section .cart-total .total-cart-box .list li {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    padding: 18px 30px;
    border-bottom: 1px solid #e6e6e6;
}

.cart-section .cart-total .total-cart-box .list li:last-child {
    border-bottom: none;
}

.cart-section .cart-total .total-cart-box .list li span {
    float: right;
    color: #848484;
    font-weight: 400;
}

.cart-section .cart-total .total-cart-box .list li:last-child span {
    font-size: 18px;
    font-weight: 500;
    color: #222;
}

.cart-section .cart-total .total-cart-box .theme-btn-two {
    display: block;
    padding: 16px 35px;
}

/***

====================================================================
                        Checkout-page
====================================================================

***/

.checkout-section {
    position: relative;
    display: block;
    padding: 120px 0px;
}

.checkout-section .upper-box {
    position: relative;
    margin-bottom: 70px;
}

.checkout-section .upper-box .single-box {
    position: relative;
    display: block;
    font-size: 15px;
    color: #222;
    padding: 21px 15px 23px 30px;
    background: #f2f3f5;
    margin-bottom: 30px;
}

.checkout-section .upper-box .single-box:last-child {
    margin-bottom: 0px;
}

.checkout-section .upper-box .single-box a {
    font-size: 15px;
}

.checkout-section .customer a:hover,
.checkout-section .coupon a:hover {
    text-decoration: underline;
}

.checkout-section .sub-title {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #222;
    font-weight: 600;
    background: #f2f3f5;
    padding: 23px 15px 16px 30px;
}

.checkout-section .billing-info {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.checkout-section .billing-form {
    position: relative;
    display: block;
    padding: 23px 0px 28px 0px;
}

.checkout-section .billing-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 23px;
}

.checkout-section .billing-form .form-group:last-child {
    margin-bottom: 0px;
}

.checkout-section .billing-form .form-group label {
    position: relative;
    display: block;
    font-size: 15px;
    color: #222;
    margin-bottom: 2px;
}

.checkout-section .billing-form .form-group input[type="text"],
.checkout-section .billing-form .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    border: 1px solid #e6e6e6;
    font-size: 15px;
    color: #848484;
    padding: 10px 15px;
    transition: all 500ms ease;
}

.checkout-section .billing-form .form-group .nice-select {
    border-radius: 0px;
    border: 1px solid #e6e6e6 !important;
    width: 100%;
    font-size: 13px;
    color: #848484;
    height: 45px;
}

.checkout-section .billing-form .form-group .nice-select:after {
    border-bottom: 2px solid #848484;
    border-right: 2px solid #848484;
    margin-top: -4px;
}

.checkout-section .billing-form .form-group .nice-select .list {
    width: 100%;
}

.checkout-section .billing-form .form-group input.address {
    margin-bottom: 10px;
}

.checkout-section .billing-form .form-group input:focus {
}

.checkout-section .billing-form .select-box .ui-state-default {
    width: 100% !important;
}

.checkout-section
    .billing-form
    .select-box
    .ui-selectmenu-button
    span.ui-icon:before {
    color: #848484;
}

.checkout-section .billing-form .create-acc {
    position: relative;
    display: block;
    margin-top: 3px;
}

.checkout-section
    .billing-form
    .create-acc
    .custom-controls-stacked
    .description {
    font-size: 15px;
    color: #222;
    cursor: pointer;
}

.checkout-section .additional-info .note-book {
    position: relative;
    display: block;
}

.checkout-section .additional-info .note-book label {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 26px;
    color: #222;
    margin-bottom: 2px;
}

.checkout-section .additional-info .note-book textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 133px;
    border: 1px solid #e6e6e6;
    color: #848484;
    font-size: 13px;
    font-weight: 400;
    color: #848484;
    padding: 8px 20px;
    resize: none;
    transition: all 500ms ease;
}

.checkout-section .additional-info .note-book textarea:focus {
}

.checkout-section .order-info {
    position: relative;
    display: block;
    margin-bottom: 70px;
}

.checkout-section .order-info .order-list li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 30px;
}

.checkout-section .order-info .order-list li.title {
    padding: 24px 30px 2px 30px;
}

.checkout-section .order-info .order-list li.title p {
    font-size: 15px;
    color: #222;
    float: left;
}

.checkout-section .order-info .order-list li.title span {
    position: relative;
    display: block;
    font-size: 15px;
    color: #222;
    float: right;
}

.checkout-section .order-info .order-list li .single-box {
    position: relative;
    padding: 40px 0px 30px 100px;
    min-height: 100px;
}

.checkout-section .order-info .order-list li .single-box img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 100px;
}

.checkout-section .order-info .order-list li .single-box h6 {
    position: relative;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #222;
    float: left;
}

.checkout-section .order-info .order-list li .single-box span {
    position: relative;
    display: block;
    float: right;
    font-size: 15px;
    color: #222;
}

.checkout-section .order-info .order-list li.sub-total {
    padding: 17px 30px 10px 0px;
}

.checkout-section .order-info .order-list li.sub-total h6 {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    float: left;
    font-family: "Poppins", sans-serif;
}

.checkout-section .order-info .order-list li.sub-total span {
    position: relative;
    display: block;
    font-size: 15px;
    color: #848484;
    float: right;
}

.checkout-section .order-info .order-list li.order-total {
    padding: 17px 30px 11px 0px;
}

.checkout-section .order-info .order-list li.order-total h6 {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    float: left;
    font-family: "Poppins", sans-serif;
}

.checkout-section .order-info .order-list li.order-total span {
    position: relative;
    display: block;
    font-size: 18px;
    color: #222;
    font-weight: 500;
    float: right;
}

.checkout-section .payment-info .payment-inner {
    position: relative;
    display: block;
    border: 1px solid #e6e6e6;
    border-top: none;
    padding: 28px 30px 40px 30px;
}

.checkout-section
    .payment-info
    .payment-inner
    .custom-controls-stacked
    .description {
    font-size: 16px;
    color: #222;
    cursor: pointer;
}

.checkout-section
    .payment-info
    .payment-inner
    .custom-controls-stacked
    .description
    a {
    color: #222;
    z-index: 1;
    margin-left: 10px;
}

.checkout-section
    .payment-info
    .payment-inner
    .custom-controls-stacked
    .description
    a:hover {
}

.checkout-section .payment-info .payment-inner .option-block {
    position: relative;
    display: block;
    margin-bottom: 22px;
}

.checkout-section .payment-info .payment-inner .option-block p {
    position: relative;
    font-size: 13px;
    line-height: 24px;
    padding: 4px 0px 0px 30px;
}

.checkout-section
    .custom-control.material-checkbox
    .material-control-indicator {
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0px;
    width: 15px;
    height: 15px;
    border: 1px solid #e6e6e6;
    background: #f5f8fa;
    cursor: pointer;
}

.checkout-section
    .custom-control.material-checkbox
    .material-control-input:checked
    ~ .material-control-indicator {
    -webkit-transform: rotateZ(45deg) translate(1px, -5px);
    transform: rotateZ(45deg) translate(1px, -5px);
    width: 8px;
    border: 2px solid #898f9f;
    border-top: 0px;
    border-left: 0px;
    background: transparent;
    border-radius: 0px;
}

.checkout-section .payment-info .payment-inner .btn-box {
    padding-top: 2px;
}

.checkout-section .payment-info .payment-inner .btn-box .theme-btn-two {
    padding: 16px 30px;
}

/***

====================================================================
                        My-Account-page
====================================================================

***/

.myaccount-section {
    position: relative;
    padding: 120px 0px;
}

.myaccount-section .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 66px 50px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}

.myaccount-section .inner-box .upper-inner h3 {
    position: relative;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 3px;
}

.myaccount-section .inner-box .upper-inner {
    margin-bottom: 36px;
}

.myaccount-section .inner-box .default-form .form-group {
    position: relative;
    margin-bottom: 23px;
}

.myaccount-section .inner-box .default-form .form-group label {
    position: relative;
    display: block;
    font-size: 15px;
    color: #848484;
    margin-bottom: 7px;
}

.myaccount-section .inner-box .default-form .form-group input[type="text"],
.myaccount-section .inner-box .default-form .form-group input[type="email"],
.myaccount-section .inner-box .default-form .form-group input[type="password"] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #e6e6e6;
    padding: 10px 20px;
    font-size: 15px;
    color: #848484;
    transition: all 500ms ease;
}

.myaccount-section .inner-box .default-form .form-group input:focus {
}

.myaccount-section .inner-box .default-form .form-group .recover-password {
    position: absolute;
    display: inline-block;
    top: 8px;
    right: 0px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    line-height: 18px;
    z-index: 1;
}

.myaccount-section
    .inner-box
    .default-form
    .form-group
    .recover-password:hover {
    color: #222;
    border-bottom: 1px solid #222;
}

.myaccount-section
    .inner-box
    .default-form
    .form-group
    .custom-controls-stacked {
    position: relative;
    padding-top: 4px;
}

.myaccount-section .inner-box .default-form .form-group button {
    display: block;
    width: 100%;
    padding: 16px 35px;
}

.myaccount-section
    .inner-box
    .default-form
    .custom-control.material-checkbox
    .material-control-indicator {
    width: 18px;
    height: 18px;
    top: 3px;
}

.myaccount-section
    .inner-box
    .default-form
    .custom-control.material-checkbox
    .material-control-input:checked
    ~ .material-control-indicator {
    width: 10px;
}

.myaccount-section
    .inner-box
    .default-form
    .custom-controls-stacked
    .description {
    margin-left: 28px;
}

.myaccount-section .inner-box .lower-inner {
    position: relative;
}

.myaccount-section .inner-box .lower-inner:before {
    position: absolute;
    content: "";
    background: #e6e6e6;
    width: 100%;
    height: 1px;
    left: 0px;
    top: 13px;
}

.myaccount-section .inner-box .lower-inner span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    width: 55px;
    height: 25px;
    text-align: center;
    background: #fff;
    margin-bottom: 23px;
}

.myaccount-section .inner-box .lower-inner .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 8px;
}

.myaccount-section .inner-box .lower-inner .social-links li a {
    position: relative;
    display: inline-block;
    width: 165px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.myaccount-section .inner-box .lower-inner .social-links li a i {
    margin-right: 10px;
}

.myaccount-section .inner-box .lower-inner .social-links li:first-child a {
}

.myaccount-section .inner-box .lower-inner .social-links li:last-child a {
}

.myaccount-section .inner-box .lower-inner .social-links li a:hover {
}

.myaccount-section .inner-box .lower-inner .social-links {
    position: relative;
    margin-bottom: 24px;
}

.myaccount-section .inner-box .lower-inner p a {
    display: inline-block;
    color: #848484;
}

.myaccount-section .inner-box .lower-inner p a:hover {
}

/***

====================================================================
                        Blog-Page
====================================================================

***/

.blog-page-section {
    position: relative;
}

.blog-page-section .news-block-one .inner-box {
    margin-bottom: 30px;
}

.blog-page-section .pagination-wrapper {
    position: relative;
    padding-top: 40px;
}

.news-block-one .inner-box .lower-content h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    color: #222;
    margin-bottom: 4px;
}

.news-block-one .inner-box .lower-content h2 a {
    display: inline-block;
    color: #222;
}

.news-block-one .inner-box .lower-content h2 a:hover {
}

.blog-sidebar .widget-title {
    margin-bottom: 20px;
}

.blog-sidebar {
    position: relative;
    margin-left: 40px;
}

.blog-sidebar .search-widget .search-form .form-group input[type="search"] {
    height: 55px;
}

.blog-sidebar .search-widget .search-form .form-group button {
    top: 15px;
}

.blog-sidebar .post-widget .post-inner .post {
    position: relative;
    display: block;
    padding: 10px 0px 0px 110px;
    min-height: 90px;
    margin-bottom: 30px;
}

.blog-sidebar .post-widget .post-inner .post:last-child {
    margin-bottom: 0px;
}

.blog-sidebar .post-widget .post-inner .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90px;
    height: 90px;
    overflow: hidden;
}

.blog-sidebar .post-widget .post-inner .post .post-thumb img {
    width: 100%;
    transition: all 500ms ease;
}

.blog-sidebar .post-widget .post-inner .post:hover .post-thumb img {
    opacity: 0.2;
}

.blog-sidebar .post-widget .post-inner .post h4 {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    color: #222;
    font-weight: 600;
    margin-bottom: 2px;
}

.blog-sidebar .post-widget .post-inner .post h4 a {
    display: inline-block;
    color: #222;
}

.blog-sidebar .post-widget .post-inner .post h4 a:hover {
}

.blog-sidebar .post-widget .post-inner .post .post-date {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #222;
    padding-left: 25px;
}

.blog-sidebar .post-widget .post-inner .post .post-date:before {
    position: absolute;
    content: "";
    background: #222;
    width: 15px;
    height: 2px;
    left: 0px;
    top: 12px;
}

.blog-sidebar .post-widget {
    margin-bottom: 47px;
}

.blog-sidebar .post-widget .widget-title {
    margin-bottom: 25px;
}

.blog-sidebar .archives-widget .archives-list li {
    position: relative;
    display: block;
    margin-bottom: 14px;
}

.blog-sidebar .archives-widget .archives-list li:last-child {
    margin-bottom: 0px;
}

.blog-sidebar .archives-widget .archives-list li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #222;
    padding-left: 20px;
}

.blog-sidebar .archives-widget .archives-list li a:before {
    position: absolute;
    content: "";
    border: 2px solid #d5d5d5;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0px;
    top: 10px;
    transition: all 500ms ease;
}

.blog-sidebar .archives-widget .archives-list li a:hover {
}

.blog-sidebar .archives-widget .archives-list li a:hover:before {
}

.blog-sidebar .archives-widget {
    margin-bottom: 39px;
}

.blog-sidebar .instagram-widget .image-list {
    position: relative;
    margin: 0px -5px;
}

.blog-sidebar .instagram-widget .image-list li {
    position: relative;
    float: left;
    margin: 0px 5px 10px 5px;
}

.blog-sidebar .instagram-widget .image-list li .image-box {
    position: relative;
    display: block;
    width: 103px;
    height: 103px;
    overflow: hidden;
}

.blog-sidebar .instagram-widget .image-list li .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.blog-sidebar .instagram-widget .image-list li .image-box:hover img {
    opacity: 0.2;
}

.blog-sidebar .instagram-widget .image-list li .image-box a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    opacity: 0;
}

.blog-sidebar .instagram-widget .image-list li .image-box:hover a {
    opacity: 1;
}

.blog-sidebar .instagram-widget .widget-title {
    margin-bottom: 25px;
}

/** blog-details **/

.blog-details {
    position: relative;
    padding: 120px 0px;
}

.blog-details-content .image-box {
    position: relative;
    display: block;
}

.blog-details-content .image-box img {
    width: 100%;
}

.blog-details-content .inner-box {
    position: relative;
    display: block;
    padding: 94px 100px 0px 100px;
}

.blog-details-content .inner-box .post-info li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    color: #222;
    margin-right: 17px;
}

.blog-details-content .inner-box .post-info li:last-child {
    margin-right: 0px;
}

.blog-details-content .inner-box .post-info li a {
    color: #848484;
}

.blog-details-content .inner-box .post-info li a:hover {
}

.blog-details-content .inner-box .post-info li:before {
    position: absolute;
    content: "";
    background: #848484;
    width: 1px;
    height: 13px;
    top: 6px;
    right: -11px;
}

.blog-details-content .inner-box .post-info li:last-child:before {
    display: none;
}

.blog-details-content .inner-box .post-info {
    position: relative;
    margin-bottom: 25px;
}

.blog-details-content .inner-box p {
    font-weight: 400;
    margin-bottom: 26px;
}

.blog-details-content .inner-box .text p:last-child {
    margin-bottom: 0px;
}

.blog-details-content .inner-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    padding-top: 34px;
    margin-bottom: 23px;
}

.blog-details-content .inner-box .text {
    position: relative;
    margin-bottom: 63px;
}

.blog-details-content .inner-box .image-box {
    margin-bottom: 33px;
}

.blog-details-content .post-share-option {
    position: relative;
    padding-bottom: 70px;
    margin-bottom: 97px;
    border-bottom: 1px solid #e6e6e6;
}

.blog-details-content .post-share-option h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 24px;
}

.blog-details-content .post-share-option .tags-box li {
    position: relative;
    display: inline-block;
    margin-right: 7px;
}

.blog-details-content .post-share-option .tags-box li:last-child {
    margin-right: 0px;
}

.blog-details-content .post-share-option .tags-box li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #222;
    padding: 6px 20px;
    text-align: center;
    border: 1px solid #e6e6e6;
}

.blog-details-content .post-share-option .tags-box li a:hover {
    color: #fff;
    background: #222;
    border-color: #222;
}

.blog-details-content .post-share-option .social-links li {
    position: relative;
    display: inline-block;
    margin-right: 7px;
}

.blog-details-content .post-share-option .social-links li:last-child {
    margin-right: 0px;
}

.blog-details-content .post-share-option .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #848484;
    text-align: center;
    border: 1px solid #e6e6e6;
}

.blog-details-content .post-share-option .social-links li a:hover {
    color: #fff;
    background: #222;
    border-color: #222;
}

.blog-details-content .group-title {
    position: relative;
    display: block;
    margin-bottom: 22px;
}

.blog-details-content .group-title h3 {
    font-size: 24px;
    line-height: 30px;
    padding: 0px;
    font-weight: 600;
}

.blog-details-content .comments-area .comment {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 34px;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 110px;
}

.blog-details-content .comments-area .comment.replay-comment {
    margin-left: 70px;
}

.blog-details-content .comments-area .comment:last-child {
    margin-bottom: 0px;
}

.blog-details-content .comments-area .comment .thumb-box {
    position: absolute;
    left: 0px;
    top: 6px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.blog-details-content .comments-area .comment .thumb-box img {
    width: 100%;
    border-radius: 50%;
}

.blog-details-content .comments-area .comment .comment-inner h6 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}

.blog-details-content .comments-area .comment .comment-inner h6 span {
    font-size: 15px;
    font-weight: 400;
    color: #848484;
}

.blog-details-content .comments-area .comment .comment-inner p {
    margin-bottom: 23px;
}

.blog-details-content .comments-area .comment .comment-inner a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #222;
    font-weight: 500;
    border: 2px solid #222;
    padding: 4px 17px;
    text-align: center;
}

.blog-details-content .comments-area .comment .comment-inner a i {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    transform: rotate(-15deg);
    margin-left: 10px;
}

.blog-details-content .comments-area .comment .comment-inner a:hover {
    background: #222;
    color: #fff;
}

.blog-details-content .comments-area .comment .comment-inner a:hover i {
    transform: rotate(0deg);
}

.blog-details-content .comments-area {
    margin-bottom: 87px;
}

.blog-details-content .comments-form-area .comment-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.blog-details-content .comments-form-area .comment-form .form-group:last-child {
    margin-bottom: 0px;
}

.blog-details-content
    .comments-form-area
    .comment-form
    .form-group
    input[type="text"],
.blog-details-content
    .comments-form-area
    .comment-form
    .form-group
    input[type="email"],
.blog-details-content .comments-form-area .comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #e6e6e6;
    font-size: 15px;
    font-weight: 400;
    color: #848484;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.blog-details-content .comments-form-area .comment-form .form-group textarea {
    height: 170px;
    resize: none;
}

.blog-details-content .comments-form-area .comment-form .form-group input:focus,
.blog-details-content
    .comments-form-area
    .comment-form
    .form-group
    textarea:focus {
}

.blog-details-content
    .comments-form-area
    .comment-form
    .form-group
    .theme-btn-two {
    padding: 13.5px 30px;
}

.blog-details-content .comments-form-area .group-title {
    margin-bottom: 32px;
}

.sidebar-page-container .blog-details-content .inner-box {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 64px;
}

/***

====================================================================
                        Contact-page
====================================================================

***/

.address-section {
    position: relative;
    padding: 115px 0px 120px 0px;
}

.address-section .single-adderss-block .inner-box {
    position: relative;
    display: block;
    padding-right: 60px;
}

.address-section .single-adderss-block .inner-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 26px;
}

.address-section .single-adderss-block .inner-box .info-list li {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 26px;
    color: #848484;
    padding-left: 30px;
    margin-bottom: 16px;
}

.address-section .single-adderss-block .inner-box .info-list li i {
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 20px;
    color: #bcbcbc;
}

.address-section .single-adderss-block .inner-box .info-list li:last-child {
    margin-bottom: 0px;
}

.address-section .single-adderss-block .inner-box .info-list li a {
    color: #848484;
}

.address-section .single-adderss-block .inner-box .info-list li a:hover {
}

.google-map-section {
    position: relative;
}

.google-map-section #contact-google-map {
    position: relative;
    display: block;
    width: 100%;
    height: 500px;
}

.contact-section {
    position: relative;
    padding: 115px 0px 120px 0px;
}

.contact-section .default-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.contact-section .default-form .form-group:last-child {
    margin-bottom: 0px;
}

.contact-section .default-form .form-group input[type="text"],
.contact-section .default-form .form-group input[type="email"],
.contact-section .default-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #e6e6e6;
    font-size: 15px;
    color: #848484;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.contact-section .default-form .form-group textarea {
    height: 170px;
    resize: none;
}

.contact-section .default-form .form-group input:focus,
.contact-section .default-form .form-group textarea:focus {
    border-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.contact-section .default-form .form-group.message-btn {
    padding-top: 20px;
}

.contact-section .default-form .form-group.message-btn button {
    padding: 13.5px 31px;
}
