/*===============================================
Template Name: dreamhub - Consulting & Finance HTML5 Template
Author:  https://templatemonster.net/user/DRTheme
Description: Description
Version: 1.0.0
Text Domain: dreamhub
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. dreamhub Header Top Menu Area Css
02. dreamhub Nav Menu Area Css 
03. dreamhub Slider Area Css
04. dreamhub Section Title Css
05. dreamhub Service Area css
06. dreamhub About Area Css
07. dreamhub Counter Area Css
08. dreamhub Case Study Area Css
09. dreamhub Testimonial Area Css
10. dreamhub Process Area Css
11. dreamhub Team Area Css
12. dreamhub Faq Area Css
13. dreamhub Brand Section Css
14. dreamhub Call Do Section Css
15. dreamhub Form Box Css
16. dreamhub Skill Area Css
17. dreamhub Blog Area Css
18. dreamhub footer Area Css
19. dreamhub Subscribe Area Css
20. dreamhub Lines CSS
21. dreamhub Prossess Ber Css
22. dreamhub Scrollup Section
23. dreamhub Bounce Animation Css 
24. dreamhub Animation Dance
25. dreamhub Breadcumb Area Css
26. dreamhub abouts_areas Css
27. dreamhub Feture-Area Css
28. dreamhub Pricing Section Css
29. dreamhub Web Development Section CSS
30. dreamhub Contact  US Css
31. dreamhub Blog Sidber Widget CSS
32. dreamhub Case Study Details Css
33. dreamhub Search Box Css
34. dreamhub Loader Css
=======================*/

/*================================
 <-- dreamhub Header Top Menu Area Css-->
==================================*/
@font-face {
    font-family: 'cambriabold';
    src: url('../fonts/cambriab-webfont.woff2') format('woff2'),
         url('../fonts/cambriab-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'cambriaitalic';
    src: url('../fonts/cambriai-webfont.woff2') format('woff2'),
         url('../fonts/cambriai-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'cambriabold_italic';
    src: url('../fonts/cambriaz-webfont.woff2') format('woff2'),
         url('../fonts/cambriaz-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cinzelregular';
    src: url('../fonts/cinzel-variablefont_wght-webfont.woff2') format('woff2'),
         url('../fonts/cinzel-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'playfair_displayregular';
    src: url('../fonts/playfairdisplay-variablefont_wght-webfont.woff2') format('woff2'),
         url('../fonts/playfairdisplay-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.header-top-section {
    background: #000;
    position: relative;
    z-index: 1;
    padding: 11px 0 10px;
}

/*.header-top-section::before {
    content: "";
    height: 100%;
    width: 43%;
    background: #232323;
    position: absolute;
    top: 0;
    right: -20px;
    transform: skew(-45deg);
    z-index: -1;
}
*/
.elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}
.elementor-shape-bottom {
  bottom: -1px;
}
svg:not(:root) {
  overflow: hidden;
}
.elementor-shape svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); height: 7px; z-index: -1;
}
.top-hedear-address {
    display: flex;
    justify-content: space-between;
}

.address-info p {
    font-size: 14px;
    margin: 0;
    color: #fff;
    font-weight: 500;
}

.address-info p i {
    display: inline-block;
    padding-right: 5px;
}


.dreamhub-social-icon ul li {
    display: inline-block;
    list-style: none;
}

.dreamhub-social-icon ul li a {
    font-size: 13px;
    display: inline-block;
    color: #fff;
    margin-left: 22px;
}

.place-location p {
    color: #fff;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
}

.place-location p i {
    display: inline-block;
    padding-right: 5px;
}


/*================================
<--  dreamhub Nav Menu Area Css -->
==================================*/

.dreamhub_nav_manu {
    background: #fff;
    transition: .5s;
    z-index: 2;
    position: relative;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #232323!important;
    transition: .5s !important;
    z-index: 922;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    animation-name: slideInDown;
}

.sticky .dreamhub_menu>ul>li>a {
    color: #fff;
}

.sticky .header-shop-icn a {
    color: #fff;
}

/* dreamhub Menu Css*/

nav.dreamhub_menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.dreamhub_menu ul {
    list-style: none;
    display: inline-block;
}

.dreamhub_menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.dreamhub_menu>ul>li>a {
    font-size: 16px;
    display: block;
    margin: 35px 15px;
    transition: .5s;
    color: #232323;
    font-weight: 500;
    text-transform: uppercase;
}

nav.dreamhub_menu span {
    font-size: 11px;
    padding-left: 5px;
    font-family: FontAwesome;
    opacity: .5;
}

.dreamhub_menu>ul>li>a:hover {
    color: #b3245a;
}

/*Shop Icon*/

.header-shop-icn {
    display: inline-block;
}

.header-shop-icn a {
    font-size: 24px;
    padding: 0px 25px 0 40px;
    color: #232323;
    position: relative;
    z-index: 1;
}

.header-shop-icn a:before {
    position: absolute;
    content: "0";
    right: 20px;
    top: -13px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 12px;
    background: #232323;
    z-index: -1;
    font-size: 13px;
    color: #fff;
}

/*menu button*/

.header-button {
    display: inline-block;
}

.header-button a {
    font-size: 14px;
    padding: 13px 45px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background: #24ac71;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.header-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #232323;
    transform: scale(0);
    transition: .5s;
}

.header-button a:hover:before {
    transform: scale(1);
}

/*** Sub Menu Style 
==========================***/

.dreamhub_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #b3245a;
    opacity: 0;
}

.dreamhub_menu ul li:hover>.sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.dreamhub_menu ul .sub-menu li {
    position: relative;
}

.dreamhub_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
    visibility: inherit !important;
    color: #232323 !important;
}

.dreamhub_menu ul .sub-menu li:hover>a,
.dreamhub_menu ul .sub-menu .sub-menu li:hover>a,
.dreamhub_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.dreamhub_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    background: #b3245a;
    color: #fff !important;
}

/* sub menu 2 
=================*/

.dreamhub_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.dreamhub_menu ul .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

/* sub menu 3 
==================*/

.dreamhub_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.dreamhub_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.dreamhub_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

ul.sub-menu li a span {
    background: #da242b;
    padding: 5px 10px;
    color: #fff;
    opacity: 1;
    font-family: 'Fira Sans';
    border-radius: 2px;
    margin-left: 5px;
    transition: .5s;
}

ul.sub-menu li:hover a span{
    background: rgba(255,255,255, 0.20);
}

/* sub menu 4 
====================*/

.dreamhub_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}


.dreamhub_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

.dreamhub_menu li a:hover:before {
    width: 101%;
}

.dreamhub_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.dreamhub_nav_manu.sticky .main_sticky {
    display: inherit; padding-bottom: 10px;
}

.mobile-menu.mean-container {
    overflow: hidden;
}



/*
<!-- ============================================================== -->
<!-- Start dreamhub Slider Section Css -->
<!-- ============================================================== -->*/

.hero-section {
    background: url(../images/slider/hero-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 790px;
}

.slider2.hero-section {
    background: url(../images/slider/hero-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 790px;
}

.hero-thumb {
    padding-left: 22px;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}

.sero-content h4 {
    font-size: 16px;
    color: #b3245a;
    padding: 0 0 6px 40px;
    position: relative;
    z-index: 1;
}

.sero-content h4:before {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    width: 30px;
    height: 2px;
    background: #b3245a;
}

.sero-content h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 800;
    color: #000000;
}

.sero-content h1 span {
    color: #da242b;
}

p.hero-desc {
    font-size: 17px;
    color: #3a3a3b;
    padding: 40px 0 6px;
}

/*Hero button*/

.hero-button {
    display: inline-block;
}

.hero-button a {
    font-size: 16px;
    padding: 13px 30px;
    background: #b3245a;
    color: #fff;
    font-weight: 500;
    text-transform:none;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-top: 20px;
    overflow: hidden;
}

.hero-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #232323;
    transform: scale(0);
    transition: .5s;
}

.hero-button a i {
    font-size: 13px;
    display: inline-block;
    padding-left: 4px;
    transition: .5s;
}

/*style two
==============*/

.hero-button.upper {
    display: inline-block;
    padding-left: 20px;
}

.upper.hero-button a {
    background: #232323;
}

.upper.hero-button a:before {
    background: #b3245a;
}

.hero-button a:hover:before {
    transform: scale(1);
}


/*shape*/

img.hero-shp {
    position: absolute;
    top: -156px;
    right: -136px;
    animation-name: moveleftbounce;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}

img.hero-shp2 {
    position: absolute;
    left: -30px;
    bottom: 23px;
    animation-name: moveleftbounce;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}


/*owl Carousel Dots
==================*/

.hero-list {
    position: relative;
    z-index: 1;
}

.hero-list .owl-dots {
    text-align: center;
    padding: 6px 0 0;
    position: absolute;
    top: 46%;
    right: 44%;
}

.hero-list .owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 10px;
    border: 1.5px solid #232323;
    background-color: transparent;
    display: block;
    margin-bottom: 7px;
    transition: .5s;
}

.hero-list .owl-dot.active {
    background-color: #b3245a;
    border: 1.5px solid #b3245a;
}

/*Section title
===================================*/

.dreamhub-section-title h4 {
    font-size: 30px;
    color: #b3245a;
    font-weight: 200;
    font-family: 'cinzelregular';
    padding: 0 0 0 45px;
    display: inline-block;
    position: relative;
    z-index: 1; text-transform: uppercase;
}

.dreamhub-section-title h4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 7px;
    width: 30px;
    height: 2px;
    background: #b3245a;
}

.dreamhub-section-title h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 38px;
}

h1.sections {
    margin: 0;
}

.dreamhub-section-title h1 span {
    color: #000; font-size:30px; font-weight:400;
}

.dreamhub-section-title p {
    padding: 17px 0 15px;
}

.dreamhub-section-title.padding-lg {
    padding: 0 0 60px;
}

.text-center.dreamhub-section-title h4:before {
    position: inherit;
}

.text-center.dreamhub-section-title h4 {
    padding: 0;
}

.text-center.dreamhub-section-title p {
    padding: 20px 0 42px;
    width: 53%;
    margin: auto;
}

/**
======================================================
<--  dreamhub About Section Css -->
======================================================**/

.about-section {
    padding: 100px 0 80px;
}

.row.abouts {
    margin: 0 25px 0 -55px;
    position: relative;
    z-index: 1;
}

.thumb-items {
    margin-bottom: 25px;
}

.about-items {
    display: inline-flex;
    display: -webkit-box;
}

.about-item-content {
    padding-left: 19px;
}

h2.about-item-title {
    font-size: 22px;
    font-weight: 500;
    color: #232323;
    margin-top: 0;
    font-family: 'cinzelregular';
}

.about-icon i {
    font-size: 25px;
    color: #b3245a;
}

p.about-discription {
    width: 67%;
    padding: 8px 0 4px;
}

/*Button*/

.dreamhub-button a {
    font-size: 14px;
    padding: 13px 40px;
    background: #b3245a;
    color: #fff;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-top: 16px;
}

.dreamhub-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #232323;
    transform: scale(0);
    transition: .5s;
}

.dreamhub-button a i {
    font-size: 13px;
    display: inline-block;
    padding-left: 4px;
    transition: .5s;
}

.dreamhub-button a:hover::before {
    transform: scale(1);
}

.about-shp {
    position: absolute;
    z-index: -1;
    left: -128px;
    top: -70px;
}

/*Style two*/

.about-section.upp {
    background: url(../images/resource/about-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 90px 0 70px;
}

.about-right-thumb img {
    width: 100%;
    margin-bottom: 30px;
}

/**
======================================================
<--  dreamhub Service Section Css -->
======================================================**/

.popular-menu-section {
    background: #fcf6f1;
    padding: 90px 0 70px;
}

.popular-menu-box {
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px dashed #797878;
    padding: 0 0 30px;
    align-items: center;
}

.popular-menu-content {
    padding-left: 20px;
}

h4.popular-title {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

h5.coffe-price {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto';
    color: #b3245a;
    padding: 1px 0 0;
}


/**
======================================================
<--  dreamhub Service Section Css -->
======================================================**/

.service-section {
    padding: 85px 0 70px; background: #e3e3e3;
}

.single-service-box {
    padding: 40px 35px 30px;
    margin-bottom: 30px;
    filter: drop-shadow(0px 10px 30px rgba(188,179,179,0.2));
    background-color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.single-service-box:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #b3245a;
    transition: .5s;
    z-index: -1;
}

.service-content h4 {
    font-size: 20px;
    font-weight: 500;
    font-family:"playfair_displayregular", Sans-serif;
    padding: 24px 0 15px;
    transition: .5s;
}

.service-content p {
    transition: .5s;
}

.service-button a {
    font-size: 14px;
    color: #232323;
    transition: .5s;
}

.service-button a i {
    opacity: 0;
    transition: .5s;
}

.service-button a:hover i {
    opacity: 1;
    padding-left: 8px;
}

.single-service-box:hover:before {
    width: 100%;
    left: 0;
}

.single-service-box:hover .service-content h4, .single-service-box:hover .service-button a, 

.single-service-box:hover .service-content p  {
    color: #fff;
}

/*Service style two*/

.style-two .single-service-box {
    filter: inherit;
    background-color: #fcf6f1;
}

.style-two .service-content h4 {
    font-weight: 700;
}

/**
======================================================
<--  dreamhub Coffee Section Css -->
======================================================**/

.coffee-section {
    background: #fcf6f1;
    padding: 90px 0 100px;
}

.coffee-section.upper {
    background: #fff;
}

.single-coffee-box {
    padding: 0 0 0;
    position: relative;
    z-index: 1;
}

.single-coffee-box:before {
    position: absolute;
    content: "";
    right: 0;
    width: 0;
    height: 100%;
    background: #b3245a;
    opacity: .45;
    transition: .5s;
}

.single-coffee-box:after {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #b78060;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s;
}

.coffee-thumb img {
    width: 100%;
}

.coffee-content {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    transition: .5s;
    opacity: 0;
}

.coffee-content h4 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Roboto";
    transition: .5s;
}

.coffee-content h2 {
    font-size: 22px;
    color: aliceblue;
    font-weight: 700;
    transition: .5s;
}

.single-coffee-box:hover:before {
    width: 100%;
    left: 0;
}

.single-coffee-box:hover:after {
    width: 82%;
    height: 82%;
    opacity: 1;
}

.single-coffee-box:hover .coffee-content {
    opacity: 1;
    bottom: 42%;
}

/*Active center*/

.active.center .single-coffee-box:before {
    width: 100%;
    left: 0;
}

.active.center .single-coffee-box:after {
    width: 82%;
    height: 82%;
    opacity: 1;
}

.active.center .single-coffee-box .coffee-content {
    opacity: 1;
    bottom: 42%;
}


/*Dots*/

.owl-dots {
    text-align: center;
    padding: 35px 0 0;
}

.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #b3245a;
    display: inline-block;
    margin-right: 7px;
    transition: .5s;
}

.owl-dot.active {
    background-color: #b78060;
}

/**
======================================================
<--  dreamhub Team Section Css -->
======================================================**/

.team-section {
    padding: 100px 0 70px;
    background: #fcf6f1;
}

.single-team-box {
    margin-bottom: 30px;
    text-align: center;
}

.team-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.team-thumb img {
    display: inline-block !important;
    border: 4px solid #b3245a;
    border-radius: 5px;
    transition: .5s;
}

.team-content {
    padding: 270px 0 5px;
    background: #DBD6D2;
    margin-top: -255px;
    border-radius: 5px;
    transition: .5s;
    position: relative;
}

h3.team-title {
    font-size: 26px;
    color: #232323;
    font-family: 'playfair_displayregular';
    font-weight: 500;
    transition: .5s;
}

p.team-text {
    padding: 6px 0 0;
    color: #616161;
    transition: .5s;
}

/*social list*/
ul.team-social-list {
    right: 62px;
    position: absolute;
    bottom: -50px;
    border-radius: 4px;
    background: #ffff;
    padding: 25px 17px 25px;
    transition: .5s;
    opacity: 0;
}

ul.team-social-list li {
    list-style: none;
    display: block;
    padding: 0 0 4px;
}

ul.team-social-list li div {
    font-size: 17px;
    color: #b3245a;
    transition: .5s; text-orientation: upright;
  writing-mode: vertical-rl;
}

.single-team-box:hover ul.team-social-list {
    bottom: 8px;
    opacity: 1;
}

ul.team-social-list li a:hover {
    color: #232323;
}

.single-team-box:hover .team-thumb img {
    border: 4px solid #fff;
}

.single-team-box:hover .team-content {
    background: #b3245a;
}

.single-team-box:hover h3.team-title, .single-team-box:hover p.team-text {
    color: #fff;
}

/*Active*/

.active.center .single-team-box ul.team-social-list {
    bottom: 8px;
    opacity: 1;
}

.active.center .single-team-box .team-thumb img {
    border: 4px solid #fff;
}


.active.center .single-team-box .team-content {
    background: #b3245a;
}

.active.center .single-team-box h3.team-title, .active.center .single-team-box p.team-text {
    color: #fff;
}

/*owl carousel*/

.team-list .owl-nav {
    position: absolute;
    bottom: inherit;
    right: 0;
    top: -22%;
    left: inherit;
}

.team-list .owl-prev, .team-list .owl-next {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
}

.team-list .owl-prev i, .team-list .owl-next i {
    font-size: 18px;
}



/**
======================================================
<--  dreamhub Testimonial Section Css -->
======================================================**/

.testimonial-section {
    padding: 90px 0 100px;
    background: url(../images/resource/testi-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.teastimonial-single-box {
    text-align: center;
}

p.testi-desc {
    font-size: 16px;
    padding: 0px 0 6px;
    width: 57%;
    margin: auto;
}


.user-pic img {
    display: inline-block !important;
}

.user-name h4 {
    font-size: 16px;
    font-weight: 500;
    padding: 2px 0 3px;
    font-family: 'Roboto';
    text-transform: uppercase;
}

span.user-sector {
    font-size: 14px;
}

/*owl carousel*/

.owl-nav {
    text-align: center;
    margin-top: 30px;
}

.owl-prev, .owl-next {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    display: inline-block;
    border: 1px solid #b3245a;
    transition: .5s;
}

.owl-prev i, .owl-next i {
    color: #b3245a;
    font-size: 15px;
    transition: .5s;
}

.owl-next {
    margin-left: 10px;
}

.owl-prev:hover, .owl-next:hover {
    background: #b3245a;
}

.owl-prev:hover i, .owl-next:hover i {
    color: #fff;
}


/**
======================================================
<--  dreamhub Blog Section Css -->
======================================================**/

.blog-section {
    background: #b3245a;
    padding: 88px 0 70px;
}

.blog-section .dreamhub-section-title h4 {
    color: #fff;
}

.single-blog-box {
    padding: 20px 20px 0;
    margin-bottom: 30px;
    background: #fff;
}
.blog-thumb {
    position: relative;
    z-index: 1;
}

.blog-thumb:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-image: linear-gradient(10deg, #b3245a 0%, #b3245a 100%);
    visibility: hidden;
    transition: .5s;
    border-radius: 5px;
    opacity: .45;
}

.blog-thumb img {
    width: 100%;
}

/*blog content*/

.blog-content {
    padding: 15px 0px 25px;
    transition: .5s;
}

.post-categories p {
    margin-bottom: 0;
    font-size: 14px;
}

span.post {
    padding-left: 20px;
}

.post-categories p i {
    color: #b3245a;
    padding-right: 5px;
}

h2.blog-title {
    margin-top: 2px;
}

h2.blog-title a {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    display: inline-block;
}

p.blg-desc {
    font-size: 14px;
    line-height: 26px;
    padding: 7px 0 0;
    margin-bottom: 0;
}

/*blog button*/

.blog-btn a {
    font-size: 14px;
    color: #3a3a3b;
    font-weight: 500;
    padding: 11px 0 0;
    display: inline-block;
    transition: .5s;
    text-transform: uppercase;
}

.blog-btn a i {
    font-size: 14px;
    transition: .5s;
    opacity: 0;
}

.single-blog-box:hover .blog-thumb:before {
    width: 100%;
    left: 0;
    visibility: visible;
}

h2.blog-title a:hover {
    color: #b3245a;
}

.single-blog-box:hover .blog-btn a {
    color: #b3245a;
}

.single-blog-box:hover .blog-btn a i {
    padding-left: 10px;
    opacity: 1;
}

/*Style Two*/

.style-two.blog-section {
    background: #fff;
}

.style-two .single-blog-box {
    background: #fcf6f1;
}

.style-two.upper p.blg-desc {
    font-size: 14px;
    line-height: 26px;
    padding: 7px 0 35px;
    margin-bottom: 0;
}

.style-two.upper h2.blog-title a {
    font-size: 20px;
    font-weight: 700;
}

/**
======================================================
<--  dreamhub Footer Section Css -->
======================================================**/

.footer-section {
    background: #000; position:relative;
}

.row.footer-bg {
    border-top: 1px solid rgba(255,255,255,0.25098039215686274);
    border-bottom: 1px solid rgba(255,255,255,0.25098039215686274);
    padding: 38px 0 10px;
    margin: 0;
}

/*widget title*/

h4.widget-title {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin-top: 0;
    padding: 0 0 18px;
    font-family: 'Roboto';
}

.company-info-desc p {
    font-size: 15px;
    padding: 25px 0 5px;
    color: #D6D0D1;
    width: 95%;
}

/*social icon*/

.follow-company-icon a {
    font-size: 15px;
    display: inline-block;
    color: #D6D0D1;
    margin-right: 21px;
    transition: .5s;
}

/*footer menu*/

.menu-quick-link-content {
    padding: 10px 0 0;
}

/*company Hours info*/

.company-work-hour {
    padding: 19px 0 0;
}

.company-work-hour ul li {
    font-size: 15px;
    display: block;
    list-style: none;
    color: #D6D0D1;
    margin-bottom: 8px;
    font-weight: 400;
    padding: 0 0 0 15px;
    position: relative;
    z-index: 1;
}

.company-work-hour ul li :before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    width: 5px;
    height: 5px;
    background: rgba(255,255,255,0.7019607843137254);
    border-radius: 5px;
}

.company-work-hour ul li span {
    display: block;
}

li.table-brb {
    border: inherit !important;
}

/*quick contact*/

.company-contact-info {
    padding: 20px 0 0;
}

.company-contact-info p {
    font-size: 15px;
    color: #000;
    align-items: center;
    display: flex;
    line-height: 27px;
    margin-bottom: 10px;
}

.company-contact-info p i {
    font-size: 13px;
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    transition: .5s;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(180,36,90,0.8);
    float: left;
}

/*Reent Thumb*/

.recent-service-item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 26px 0 0;
}

.item-thumb {
    margin-bottom: 30px;
}


/*footer all hover*/

.follow-company-icon a:hover { 
    color: #b3245a;
}

/**footer bottom area**/

.row.footer-bottom {
    padding: 18px 0 20px;
}

.footer-bottom-content-copy p {
    color: #fff;
    margin: 0 0 5px;
}

.footer-bottom-content-copy span {
    color: #b3245a;
}




/*Subscribe*/

.row.subscribe-section {
    padding: 30px 0 22px;
}


h4.subscribe-title {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto';
}

span.subscribe-desc {
    font-size: 14px;
    color: #fff;
    padding: 8px 0 0;
    display: inline-block;
}

.subscribe {
    text-align: right;
}

.subscribe input {
    padding-left: 20px;
    height: 54px;
    width: 55%;
    color: #fff;
    border: 1px solid #fff;
    background: #fff;
    position: relative;
    left: 3px;
}

button.subscribe-btn {
    border: 0;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    height: 55px;
    padding: 15px 25px;
    background: #060606;
    display: inline-block;
}



/*
<!-- ============================================================== -->
<!-- dreamhub Breatcam Section Css -->
<!-- ============================================================== -->*/

.breatcam-section {
    background: url(../images/resource/breatcam-bg2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
}

.breatcam-content h1 {
    color: #fff;
    font-size: 70px;
}

.breatcam-content ul li {
    display: inline-block;
    list-style: none;
    color: #fff;
    font-weight: 400;
    padding: 20px 0 0;
    font-size: 20px;
}

.breatcam-content ul li a {
    color: #fff;
    padding-right: 20px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.breatcam-content ul li a:before {
    position: absolute;
    content: "";
    top: 6px;
    right: 6px;
    width: 2px;
    height: 14px;
    background: #fff;
}

.breatcam-content ul li a i {
    padding-right: 5px;
}

.breatcam-content ul li a:hover {
    color: #b3245a;
}


/*
<!-- ============================================================== -->
<!-- dreamhub Counter Section Css -->
<!-- ============================================================== -->*/

.counter-section {
    background: #FBF5F5;
    padding: 100px 0 70px;
}

.single-counter-box {
    padding: 35px 32px 35px;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    border-radius: 5px;
}

.single-counter-box:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #052361;
    transition: .5s;
    border-radius: 5px;
    z-index: -1;
}

.counter-icon {
    float: left;
    padding-right: 20px;
}

.counter-content {
    overflow: hidden;
}

h3.counter {
    font-size: 24px;
    display: inline-block;
    transition: .5s;
}

h3.counter1 {
    display: inline-block;
    font-size: 24px;
    transition: .5s;
}

h3.counter-title {
    font-size: 24px;
    color: #121d17;
    transition: .5s;
}

span.counter-text2 {
    font-size: 16px;
    color: #616161;
    padding: 6px 0 0 30px;
    display: block;
    position: relative;
    z-index: 1;
    transition: .5s;
}

span.counter-text2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 12px;
    width: 20px;
    height: 2px;
    background: #da242b;
    transition: .5s;
}

.cntr-shape {
    position: absolute;
    right: 20px;
    top: 41px;
    z-index: 1;
}

.cntr-shape img {
    transition: .5s;
}


.single-counter-box:hover:before {
    width: 100%;
    left: 0;
}

.single-counter-box:hover h3.counter-title {
   color: #fff;
}

.single-counter-box:hover span.counter-text2 {
   color: #fff;
}

.single-counter-box:hover span.counter-text2:before {
   background: #fff;
}

.single-counter-box:hover .cntr-shape img {
   filter: brightness(1) invert(1);
}

.single-counter-box:hover h3.counter {
   color: #fff;
}

.single-counter-box:hover h3.counter1 {
   color: #fff;
}


/**
======================================================
<--  dreamhub Contact Section Css -->
======================================================**/

.contact-us {
    padding: 100px 0 100px;
    background: url(../images/resource/contact-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contact_from_box {
    padding: 35px 45px 50px;
    filter: drop-shadow(0px 15px 30px rgba(0,0,0,0.2));
    background-color: #ffffff;
}

.form-box {
    position: relative;
}

.form-box input {
    height: 50px;
    background-color: #fff;
    border: 1px solid #b3245a;
    transition: .5s;
    padding: 0px 15px 0 52px;
    display: block;
    width: 100%;
    color: #000;
    margin-bottom: 20px;
}

.form-box i {
    position: absolute;
    left: 30px;
    top: 12px;
    color: #b3245a;
}

.form-box input::placeholder {
    color: #232323;
}

.form-box.upp i {
    top: 18px;
}

.form-box textarea {
    height: 100px;
    width: 100%;
    padding: 15px 52px 0px;
    background: #fff;
    border: 1px solid #b3245a;
    color: #0D0E14;
}

.form-box textarea::placeholder {
    color: #232323;
}

input[type="Date"] {
    font-size: 15px;
}

/*button*/

.contact-form button {
    font-size: 14px;
    padding: 11px 38px;
    width: 100%;
    background: #b3245a;
    border: 1px solid #b3245a;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    position: relative;
    z-index: 1;
    font-weight: 400;
    transition: .5s;
}

.contact-form button:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #232323;
    transform: scale(0.0, 1);
    transition: .5s;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.contact-form button:hover:before {
    transform: scale(1);
}

/*Contact style two*/

.style-two.contact-us {
    padding: 100px 0 100px;
    background: url(../images/resource/contact-bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.style-two.contact-us .dreamhub-section-title h1 {
    font-size: 25px;
}

.style-two .contact_from_box {
    background-color: #fcf7f2;
}

.style-two .form-box input {
    height: 52px;
    background-color: #FDF9F6;
    border: 1px solid #b2b8b8;
    padding: 0px 20px 0;
}

.style-two .form-box textarea {
    height: 130px;
    padding: 12px 20px 0;
    background: #FDF9F6;
    border: 1px solid #b2b8b8;
}



/*Brand Section
==============================*/

.brand-section {
    padding: 100px 0 95px;
    text-align: center;
}

.style-two.brand-section {
    padding: 0px 0 95px;
    text-align: center;
}

.brand-thumb {
    display: inline-block;
}

/*
<--  dreamhub Faq section Css -->
===============================================*/

.faq-section {
    background: #fff;
    padding: 86px 0 85px;
}

/*accordion*/

.tab_container {
    overflow: hidden;
    padding: 20px 0 0;
}

h2.accordion-title {
    font-size: 30px;
    padding: 0 0 37px;
}

.accordion li {
    list-style: none;
    padding: 2px 0px 15px;
}

.accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 600;
    font-family: 'Oswald';
    font-size: 19px;
    color: #b3245a!important;
    background-color: transparent;
    border: 1px solid rgba(19,17,37,0.15);
    padding: 20px 20px 20px 30px;
    border-radius: 5px;
    z-index: 1;
}

.accordion li p {
    display: none;
    font-size: 16px;
    padding: 0px 15px 25px 30px;
    margin: 0;
    background: transparent;
    backdrop-filter: blur(1.9px);
    overflow: hidden;
    border-radius: 5px;
    border-bottom: 1px solid rgba(19,17,37,0.15);
    border-right: 1px solid rgba(19,17,37,0.15);
    border-left: 5px solid #b3245a;
    border-radius: 0 0 5px 5px;
}

.accordion a:before {
    width: 2px;
    height: 10px;
    background: #b3245a;
    position: absolute;
    right: 32px;
    content: " ";
    top: 34px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
    opacity: .5;
}

.accordion a:after {
    width: 10px;
    height: 2px;
    background: #b3245a;
    position: absolute;
    right: 28px;
    content: " ";
    top: 38px;
    transition: all 0.2s ease-in-out;
    opacity: .5;
}

.accordion a.active:after {
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  background: #b3245a;
  opacity: 1;
}

.accordion a.active:before{
  display: none;
}

.accordion a.active {
    border-top: 1px solid rgba(19,17,37,0.15) !important;
    border-right: 1px solid rgba(19,17,37,0.15) !important;
    border-left: 5px solid #b3245a;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    padding: 25px 20px 15px 30px;
}



/*
<!-- ============================================================== -->
<!-- dreamhub Pricing Section Css -->
<!-- ============================================================== -->*/

.pricing-section {
    background: #fcf7f2;
    padding: 87px 0 70px;
}

.pricing-single-box {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.pricing-head {
    padding: 28px 40px 31px;
    filter: drop-shadow(0 0 9px rgba(2,2,2,0.15));
    background: #DED2D3;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.pricing-head:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #b3245a;
    transform: scale(0.0, 1);
    transition: .5s;
}

h3.head-title {
    font-size: 20px;
    color: #b3245a;
    font-weight: 500;
    font-family: "Roboto";
    transition: .5s;
}

span.price-dolar {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #232323;
    top: -15px;
    transition: .5s;
}

h2.price-title {
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    color: #232323;
    transition: .5s;
    margin-top: 1px;
}

span.price-mon {
    font-size: 16px;
    display: block;
    padding: 10px 0 0px;
    transition: .5s;
}

.pricing-boody {
    padding: 30px 40px 40px;
}

.pricing-boody ul li {
    list-style: none;
    display: block;
    padding: 0 0 11px;
    font-weight: 400;
}

.pricing-boody ul li i {
    font-size: 22px;
    color: #b3245a;
    position: relative;
    top: 3px;
    padding-right: 5px;
    transition: .5s;
}

.price-btn a {
    font-size: 14px;
    padding: 10px 30px;
    font-weight: 500;
    color: #b3245a;
    border: 1px solid #b3245a;
    display: inline-block;
    margin-top: 25px;
    position: relative;
    z-index: 1;
}

.price-btn a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #b3245a;
    transform: scale(0.0, 1);
    transition: .5s;
}

.pricing-single-box:hover span.price-dolar  {
    color: #fff;
}

.pricing-single-box:hover h2.price-title  {
    color: #fff;
}

.pricing-single-box:hover span.price-mon  {
    color: #fff;
}

.pricing-single-box:hover h3.head-title  {
    color: #fff;
}

.pricing-single-box:hover .price-btn a {
    color: #fff;
}

.pricing-single-box:hover .price-btn a:before {
    transform: scale(1);
}

.pricing-single-box:hover .pricing-head:before {
    transform: scale(1);
}


/*
<!-- ============================================================== -->
<!-- dreamhub Shop Section  Css -->
<!-- ============================================================== -->*/


.shop-section {
    padding: 100px 0 100px;
}

/* Shop Form*/

.form_box {
    padding: 11px 0 0;
}

p.form-text {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    padding-right: 12px;
}

.form_box select {
    width: 30%;
    height: 38px;
    padding-left: 15px;
    background: #fff;
    border-radius: 4px;
    font-size: 16px;
    color: #232323;
    border: 1px solid rgba(6,36,98,0.4);
    transition: .5s;
}

.upper.widget_search {
    margin-bottom: 40px;
    background: inherit;
    text-align: right;
}

.widget_search form {
    position: relative;
}

.upper.widget_search input {
    height: 60px;
    width: 73%;
    color: #232323;
    background: #f6f6f6;
    border: 0;
    border-radius: 4px 0px 0px 4px;
    padding: 0 20px 0;
}

button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: #b3245a;
    border-radius: 0 4px 4px 0;
}

/*Shop Left*/


.categories-title h4 {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 2px solid rgba(6,36,97,0.10196078431372549);
    padding: 0px 0 25px;
    margin: 0 0 30px;
    position: relative;
    font-family: 'Roboto';
}

.categories-title h4:before {
    position: absolute;
    content: "";
    left: -35px;
    top: 0;
    height: 29px;
    width: 3px;
    background: #b3245a;
}

.widget-check-box {
    padding: 40px 35px 18px;
    background: #fff;
    box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
    border-radius: 4px;
    margin-bottom: 30px;
}

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 22px;
    width: 22px;
    border-radius: 2px;
    border: 1px solid rgba(6,36,98,0.1);
    background-color: rgba(7,72,131,0);
}

.widget-check {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    color: #232323;
}

.widget-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

label.widget-check p {
    display: inline;
    float: right;
}

.widget-check:hover input ~ .checkmark {
  background-color: #ccc;
}


.widget-check input:checked ~ .checkmark {
    background-color: #b3245a;
}


.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.widget-check input:checked ~ .checkmark:after {
  display: block;
}


.widget-check .checkmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
}




/*Price Range
===========================*/


.range-wrapper-box {
    padding: 40px 35px 40px;
    background: #fff;
    box-shadow: 0px 10px 50px rgb(231 231 231 / 50%);
    border-radius: 4px;
    margin-bottom: 30px;
}

.slider-labels {
    margin-top: 35px;
}

.text-right.caption {
    display: inline-block;
}

.caption {
    display: inline-block;
}

.caption strong {
    width: 74px;
    height: 34px;
    line-height: 35px;
    background: #b3245a;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-family: 'Inter';
    color: #fff;
    border-radius: 3px;
    margin-right: 10px;
}

span#slider-range-value1, span#slider-range-value2 {
    font-size: 16px;
    font-weight: 400;
    color: #232323;
}



.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 */

.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 5px;
}

.noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    left: -7px;
    top: -6px;
    background-color: #b3245a;
}

.noUi-background {
  background: #ececec;
}

.noUi-connect {
  background: #b3245a;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */

.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
    border: 8px solid rgba(124, 75, 82, 0.38);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
}

/* Disabled state;
 ====================*/

[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/*Product 
======================*/

.product-categories-box {
    padding: 30px 30px 20px;
    background: #fff;
    box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
    border-radius: 4px;
    margin-bottom: 30px;
}

.products-collection {
    margin-bottom: 20px;
}

.product-thumb {
    float: left;
    padding-right: 17px;
}

.products-title h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    font-family: 'Roboto';
}

.product-price span {
    font-size: 15px;
    font-weight: 400;
    color: #b3245a;
}

.product-icon-list ul {
    line-height: 20px;
}

.product-icon-list ul li {
    list-style: none;
    display: inline-block;
    color: #b3245a;
    letter-spacing: 4px;
    font-size: 14px;
}


/*Shop Right 
======================*/

.row.products {
    padding-left: 80px;
}

.single-products-box {
    text-align: center;
    margin-bottom: 30px;
}

.products-thumb {
    position: relative;
    z-index: 1;
}

.products-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: rgba(124,75,82,0.6);
    opacity: .8;
    transition: .5s;
    border-radius: 4px 4px 0 0;
}

.products-thumb img {
    width: 100%;
    transition: .5s;
    border-radius: 4px 4px 0 0;
}

.product-sale {
    position: absolute;
    top: 20px;
    left: 20px;
}

.product-sale span {
    padding: 4px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    background: #b3245a;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
}

.product-thumb-icon a {
    font-size: 20px;
    width: 46px;
    height: 46px;
    line-height: 47px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    color: #b3245a;
    transition: .7s;
    display: inline-block;
    position: relative;
    bottom: 40%;
    z-index: 1;
    overflow: hidden;
}

.product-thumb-icon a:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    height: 100%;
    width: 0;
    border-radius: 50%;
    background: #b3245a;
    transition: .6s;
}

.product-thumb-icon a:nth-child(1) {
    position: absolute;
    left: 0;
    opacity: 0;
}

.product-thumb-icon a:nth-child(2) {
    position: absolute;
    right: 0;
    opacity: 0;
}

.product-content {
    padding: 23px 0 6px;
    border: 1px solid rgba(6,36,98,0.1);
    border-top: 0;
    border-radius: 0 0 4px 4px;
}

ul.product-rating li {
    list-style: none;
    display: inline-block;
    color: #b3245a;
    letter-spacing: .3em;
    font-size: 14px;
}

.product-title h2 {
    font-size: 18px;
    font-weight: 600;
    color: #232323;
    line-height: 17px;
    font-family: 'Roboto';
}

.product-price p {
    padding: 12px 0 0px;
    color: #b3245a;
}

.product-price p span {
    color: #616161;
    text-decoration: line-through;
    margin-left: 5px;
}

.product-thumb-icon a:hover {
    color: #fff;
}

.product-thumb-icon a:hover:before {
    left: 0;
    width: 100%;
}

.single-products-box:hover .products-thumb:before{
    height: 100%;
    top: 0;
}

.single-products-box:hover .product-thumb-icon a:nth-child(1) {
    opacity: 1;
    left: 92px;
}

.single-products-box:hover .product-thumb-icon a:nth-child(2) {
    opacity: 1;
    right: 92px;
}


/*pagination
==================*/

.pagination-menu {
    padding-top: 30px;
}

.pagination-menu ul {
    display: inline-block;
}

.pagination-menu ul li {
    display: inline-block;
    list-style: none;
    margin-right: 8px;
}

.pagination-menu ul li a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    background: #F5F5F5;
    display: inline-block;
    color: #232323;
    font-size: 20px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.pagination-menu ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #b3245a;
    border-radius: 50%;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}

.pagination-menu ul li a:hover:before {
    transform: scale(1);
}

.pagination-menu ul li a:hover {
    color: #fff;
}

/*
<!-- ============================================================== -->
<!-- dreamhub Shop Details  Css -->
<!-- ============================================================== -->*/

.shop-detials {
    padding: 20px 0 70px;
}

.product-thumb2 {
    padding: 15px 6px 0;
}

.product-thumb2 .item img {
    height: 100px;
    width: 150px;
}

/*Owl Carousel*/

.product-thumb2 .owl-nav {
    text-align: center;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.product-thumb2 .owl-prev, .product-thumb2 .owl-next {
    border: 1px solid #fff;
}

.product-thumb2 .owl-prev i, .product-thumb2 .owl-next i {
    color: #fff;
}

.product-thumb2 .owl-prev {
    margin-left: 10px;
    position: absolute;
    left: 15px;
    top: -68px;
}

.product-thumb2 .owl-next {
    margin-left: 10px;
    position: absolute;
    right: 15px;
    top: -68px;
}

/*Shop dtls Right
============================*/

.shop-dtls-info {
    padding-left: 30px;
}

.category-title h2 {
    font-size: 31px;
    font-weight: 700;
    line-height: 26px;
    padding: 0px 0 23px;
}

.category-icon-list ul li {
    list-style: none;
    display: inline-block;
    color: #b3245a;
    letter-spacing: .4em;
    font-size: 16px;
}

li.category-text {
    letter-spacing: 0 !important;
    color: #67686C!important;
    padding-left: 6px;
}

.category-price h1 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #b3245a;
    padding: 6px 0 19px;
}

.category-price span {
    color: #616161;
    padding-left: 14px;
    text-decoration: line-through;
}

/*Coffee Color*/

.coffee-color span {
    color: #232323;
    font-weight: 500;
    padding: 0 0 5px;
    display: inline-block;
}

.form-control2 {
    display: block;
    width: 100%;
    height: 52px;
    padding: .375rem .75rem;
    margin: 5px 0 30px;
    font-size: 1rem;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* --- Quantity button 
================================*/


.category-count-button {
    display: inline-flex;
    padding: 8px 0 30px;
} 

.quantity-with_btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    vertical-align: middle;
}

.quantity .cart-plus-minus {
    position: relative;
    width: 170px;
    text-align: left;
    height: 54px;
    overflow: hidden;
    border-radius: 5px;
}

.quantity .cart-plus-minus > .ctnbutton {
    cursor: pointer;
    position: absolute;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    width: 38px;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: middle;
    color: #fff;
    -webkit-transition: .5s;
    background: #b3245a;
}

.quantity .cart-plus-minus > .cart-plus-minus-box {
    border: 0;
    height: 54px;
    text-align: center;
    width: 170px;
    font-size: 16px;
    font-weight: 600;
    color: #232323;
    background-color: #fff !important;
    background: linear-gradient(90deg, #b3245a 50%, transparent 0) repeat-x, linear-gradient(90deg, #b3245a 50%, transparent 0) repeat-x, linear-gradient(0deg, #b3245a 50%, transparent 0) repeat-y, linear-gradient(0deg, #b3245a 50%, transparent 0) repeat-y;
    background-size: 6px 2px, 6px 2px, 2px 6px, 2px 7px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    -webkit-animation: linearGradientMove 0.3s infinite linear;
    animation: linearGradientMove 0.3s infinite linear;
}

.quantity .cart-plus-minus > .ctnbutton.dec {
    top: 50%;
    left: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    height: 100%;
    border-radius: 0 30px 30px 0;
}

.quantity .cart-plus-minus > .ctnbutton.inc {
    top: 50%;
    right: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    border-radius: 30px 0 0 30px;
}



@keyframes linearGradientMove {
  100% {
    background-position: 4px 0, -4px 100%, 0 -4px, 100% 4px;
  }
}


/*categories button
=========================*/

.category-button {
    display: inline-block;
    padding-left: 20px;
}

.category-button a {
    padding: 13px 25px;
    font-size: 15px;
    font-weight: 500;
    background: #b3245a;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.category-button a:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #232323;
    border-radius: 4px;
    transition: .5s;
}

.category-button a i {
    padding-left: 10px;
    font-size: 16px;
}

.category-button a:hover:before {
    left: 0;
    width: 100%;
}

/* table
================*/

table.category-table {
    padding: 2px 0 0;
    display: inline-block;
}

table.category-table tr td {
    padding-right: 25px;
    padding-bottom: 12px;
}

table.category-table td.table-title {
    font-size: 16px;
    color: #0D0E14;
    font-weight: 500;
}

table.category-table td.table-text {
    color: #616161;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter';
}

table.category-table td.table-text:before {
    position: absolute;
    content: ":";
    left: -15px;
    top: 0;
    font-size: 20px;
    color: #0D0E14;
}

/*shop tab style
=====================*/

.appoinment-tab {
    padding: 60px 0 0;
}

.appoinment-tab .tabs li a {
    background: #fff;
    border: 1px solid rgba(13,14,20,0.1);
    color: #232323;
    font-weight: 500;
    display: inline-block;
    outline: none;
    padding: 9px 29px;
    transition: all 0.5s ease-in-out;
    margin-right: 20px;
    border-radius: 5px;
}

.appoinment-tab li.current a {
    background: #b3245a;
    color: #fff;
}

/*tabs items table
=======================*/

table.tab-items-table {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
}

table.tab-items-table tr {
    background: #fff;
    height: auto;
    border-radius: 4px;
    width: 100%;
    display: inline-block;
    padding: 20px 0 15px 30px;
}

tr.tabs-bg {
    background: #F5F5F5 !important;
}

table.tab-items-table tr td {
    padding-right: 20px;
}

table.tab-items-table td.table-title {
    font-size: 16px;
    color: #232323;
    font-weight: 500; width: 15%;
}

table.tab-items-table td.table-text {
    color: #232323;
    font-weight: 400;
}

table.tab-items-table td.table-text i {
    color: #b3245a!important;
    margin-left: 8px !important;
}


/*post comment box
===================*/ 

.post-comment-thumb {
    float: left;
    margin-right: 20px;
}

.post-content {
    overflow: hidden;
}

/*comment icon list*/

ul.comment-icon-list li {
    list-style: none;
    display: inline-block;
    color: #b3245a;
    letter-spacing: .2em;
    font-size: 14px;
}

/*post title*/

h4.post-title {
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    margin-top: 0;
    padding: 2px 0 9px;
    font-family: 'Roboto';
}

h4.post-title span {
    padding-left: 31px;
    font-size: 15px;
    color: #616161;
    font-weight: 400;
    position: relative;
}

.post-title span:before {
    position: absolute;
    content: "";
    left: 6px;
    top: 9px;
    height: 1px;
    width: 15px;
    background: #0D0E14;
}

/*right reply*/

span.rights-reply {
    font-weight: 500;
    color: #232323;
    cursor: pointer;
}

.posts-reply span i {
    display: inline-block;
    margin-right: 5px;
}

/*sidebar title*/

.product-details-respond {
    padding: 35px 0 30px;
}

.sidebar-title h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

/*sidebar desc*/

.sidebar-description p {
    font-size: 15px;
    margin: 6px 0 25px;
}

/*sidebar rating list*/

p.sidebar-text {
    display: inline-block;
}

.sidebar-rating-list ul {
    display: inline-block;
    padding-left: 15px;
}

.sidebar-rating-list ul li {
    list-style: none;
    display: inline-block;
    color: #b3245a;
    letter-spacing: .4em;
    font-size: 15px;
}

/*from box*/

.contact-form-box2 {
    padding: 25px 0 0;
}

p.form_text {
    color: #000;
    margin-bottom: 10px;
    padding: 10px 0 0;
}

h6.form-title {
    font-size: 15px;
    font-weight: 500;
    padding: 0 0 13px;
    margin: 0;
}

.contact-form-box2 .form-box input {
    height: 54px;
    background-color: #fff;
    border: 1px solid rgba(13,14,20,0.1);
    transition: .5s;
    padding: 0px 25px;
    display: block;
    width: 100%;
    color: #616161;
    margin-bottom: 30px;
    border-radius: 4px;
}

.contact-form-box2 .from-box input::placeholder {
    color: #616161;
    opacity: .6;
}

.contact-form-box2 .form-box textarea {
    height: 155px;
    background-color: #fff;
    border: 1px solid rgba(13,14,20,0.1);
    transition: .5s;
    padding: 15px 25px;
    display: block;
    width: 100%;
    border-radius: 4px;
}

.contact-form-box2 .from-box textarea::placeholder {
    color: #616161;
    opacity: .6;
}

.product-item-title h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    padding: 20px 0 30px;
}

/*contact form button*/

.shop-detials .style-two.contact-form button {
    margin-top: 40px;
    border-radius: 5px;
}

.style-two.contact-form button i {
    padding-left: 6px;
    position: relative;
    top: 2px;
}

.style-two.contact-form button:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    transition: 0.5s;
    transform: scale(0.0, 1);
    opacity: 0;
}

.style-two.contact-form button:hover:before {
    transform: scale(1);
    opacity: 1;
}


/*
Shop style two
=====================*/

.shops-section {
    padding: 100px 0 40px;
}

.style-two.shops-section {
    padding: 100px 0 65px;
}

.shops-section .row.products {
    padding-left: 0;
}

.single-products-box2 {
    display: flex;
    margin-bottom: 35px;
}

.single-products-box2 .products-thumb img {
    width: inherit;
    transition: .5s;
    border-radius: 4px;
    margin-right: 30px;
}

.single-products-box2 .product-content2 {
    text-align: left;
}

.single-products-box2 .product-title h2 {
    font-size: 24px;
    line-height: 15px;
}

.single-products-box2 .product-price p {
    margin-bottom: 5px;
}

p.description {
    padding: 12px 0 4px;
}

.product-thumb-icon2 a {
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 30px;
    background-color: #b3245a;
    color: #ffff;
    transition: .5s;
    margin-right: 6px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.product-thumb-icon2 a:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: #232323;
    transform: scale(0);
    transition: .5s;
}

.product-thumb-icon2 a:hover:after {
    transform: scale(1);
}


/*Tab style
======================*/

.shops-section .tab {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    text-align: right;
    padding: 5px 0 0;
}

.shops-section .tabs {
    display: inline;
}

.tabs li {
    line-height: 38px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.shops-section .tabs li a {
    font-size: 35px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    background: #b3245a !important;
    display: inline-block;
    margin-right: 0;
    margin-left: 10px;
    padding: 0;
}

.shops-section li.current a {
    color: #fff !important;
    background: #232323 !important;
}

.tabs_item:first-child {
    display: block;
}

.tabs_item {
    display: none;
}

/*widget
==============*/

.widget {
    display: inline-block;
}

.widget select {
    padding: 15px 13px;
    width: 85%;
    display: inline-block;
    position: relative;
    top: -6px;
    color: #6A6E49;
}



/*
<!-- ============================================================== -->
<!-- dreamhub Start Blogs Section -->
<!-- ============================================================== -->*/

.blogs-section {
    padding: 100px 0 100px;
}


.row.blogs-pr {
    padding-right: 20px;
}

.blogs-section .single-blog-box {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    padding: 0;
}

.blogs-section .single-blog-box:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 68px;
    width: 100%;
    height: 1px;
    background: rgba(6,36,98,0.1);
}

.blogs-section .blog-content {
    padding: 35px 35px 18px;
    transition: .5s;
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgba(6,36,98,0.1);
    border-top: 0;
}

.blogs-section .meta-blog {
    position: absolute;
    bottom: -20px;
    left: 30px;
}

.blogs-section .meta-blog a {
    font-size: 14px;
    padding: 7px 22px;
    background: #b3245a;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}

.meta-blog a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #232323;
    border-radius: 3px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

.blogs-section .single-blog-box:hover .meta-blog a:before {
    transform: scale(1);
}

.blogs-section h2.blog-title a {
    font-size: 30px;
    font-weight: 700;
}

p.blog-desc {
    padding: 15px 0 38px;
}

ul.blog-author li {
    list-style: none;
    display: inline-block;
    margin-right: 37px;
    font-weight: 500;
    color: #232323;
}

ul.blog-author li i {
    color: #b3245a ;
    margin-right: 7px;
}

ul.blog-author li span {
    position: relative;
    z-index: 1;
}

ul.blog-author li span:before {
    position: absolute;
    content: "";
    right: -20px;
    top: 3px;
    width: 1px;
    height: 12px;
    background-color: rgba(7,72,131,0.5019607843137255);
}



/*Blogs Rights*/

.sidebar-widget form {
    position: relative;
}

.sidebar-widget input {
    height: 60px;
    width: 100%;
    background: #ffffff;
    border: 2px solid #b3245a;
    border-radius: 4px;
    padding: 0 20px 0;
    margin-bottom: 30px;
}

.sidebar-widget button.subscribe-btn {
    height: 60px;
    width: 60px;
    border: 0;
    border-radius: 0 4px 4px 0;
    background: #b3245a;
    color: #fff;
    position: absolute;
    right: 0;
}

/*sidebar categories menu*/

h4.sidebar-title {
    font-size: 22px;
    padding: 0 0 25px;
    position: relative;
    z-index: 1;
}

h4.sidebar-title:before {
    position: absolute;
    content: "";
    left: -29px;
    top: 0;
    width: 3px;
    height: 30px;
    background: #b3245a;
    border-radius: 5px;
}

ul.sidebar-menu {
    border-top: 2px solid rgba(6,36,97,0.10196078431372549);
    padding: 30px 0 0;
}

ul.sidebar-menu li {
    padding: 13px 15px 13px;
    display: block;
    list-style: none;
    border: 1px solid rgba(19,17,37,0.1);
    margin-bottom: 10px;
    border-radius: 4px;
    transition: .5s;
}

ul.sidebar-menu li a {
    font-size: 16px;
    color: #232323;
    font-weight: 400;
    transition: .5s;
}

ul.sidebar-menu li a i {
    background: #E5E8EF;
    border-radius: 20px;
    padding: 2px 3px;
    margin-right: 6px;
    transition: .5s;
}

ul.sidebar-menu li:hover {
    background: #fff;
    border: 1px solid #b3245a;
}

ul.sidebar-menu li:hover a i {
    background: #b3245a;
    color: #fff;
}

/*blog Post
================*/

.blogs-section .widget-sidebar-box {
    padding: 13px 30px 30px;
    background: #F6F6F6;
    margin-bottom: 30px;
}

.upp.widget-sidebar-box {
    padding: 13px 30px 15px;
}

.blogs-section h4.sidebar-title.upp {
    padding: 0 0 24px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(6,36,97,0.10196078431372549);
}

.widget-recent-post {
    border-bottom: 1px solid #E8E8E8;
    padding: 0 0 20px;
    margin-bottom: 20px;
}

.widget-recent-post.upper {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
}

.rpost-thumb {
    margin-right: 20px;
}

.rpost-title h4 {
    margin: 0;
}

.rpost-content h4 a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
    transition: .5s;
}

.rpost-title span {
    display: inline-block;
    color: #232323;
    font-size: 14px;
    padding: 2px 0 0;
}


/* Blog tag
==================*/

.tag-item ul li {
    display: inline-block;
    list-style: none;
}

li.item1 {
    padding: 15px 0 0 !important;
}

.tag-item a {
    background: #fff;
    padding: 6px 16px;
    display: inline-block;
    margin: 0px 6px 15px 0;
    border: 0;
    font-weight: 400;
    color: #232323;
    transition: .5s;
    font-size: 15px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}

.tag-item a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #b3245a;
    border-radius: 3px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

.tag-item a:hover:before {
   transform: scale(1); 
}

.tag-item a:hover {
   color: #fff; 
}

/*Blog Details
=================================*/

.single-blog-dtls-box ul.blog-author {
    padding: 8px 0 0;
}

.single-blog-dtls-box .blog-thumb:hover:before {
    width: 100%;
    left: 0;
    visibility: visible;
}

.single-blog-dtls-box .meta-blog a:hover:before {
    transform: scale(1);
}

.blogs-section .single-blog-dtls-box .blog-content {
    padding: 35px 35px 25px;
}

p.blog-desc2 {
    padding: 15px 0 0px;
}

.blog-dtls-thumb img {
    width: 100%;
}

/*Blog Quote
=================*/

.blog-quote {
    background: #f6f6f6;
    padding: 25px 35px 15px;
    border-left: 4px solid #b3245a;
    border-radius: 2px;
    margin: 5px 0 25px;
}

img.qte-icon {
    float: left;
    margin-right: 20px;
}

.blog-quote p {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    color: #232323;
}

.blog-dtls-thumb {
    padding: 20px 0 15px;
}

.blog-author{ background:#dddddd; padding:10px; border-bottom:1px dashed #000; margin-bottom:10px;}

/*Product List*/

ul.product-list {
    padding: 5px 0 0;
}

ul.product-list li {
    display: block;
    list-style: none;
    color: #232323;
    padding: 0 0 8px;
}

ul.product-list li i {
    color: #b3245a;
    font-size: 22px;
    position: relative;
    top: 5px;
    margin-right: 6px;
}

/*Blog Social Share
=======================*/

.blogs-social-share {
    background: #f6f6f6;
    padding: 20px 20px 25px 30px;
    margin: 35px 0 40px;
}

span.social-text {
    font-size: 17px;
    font-weight: 500;
    color: #232323;
}

ul.social-share {
    float: right;
}

ul.social-share li {
    display: inline-block;
    list-style: none;
}

ul.social-share li a {
    height: 32px;
    width: 32px;
    line-height: 32px;
    background: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    color: #b3245a;
    margin-right: 7px;
    position: relative;
    z-index: 1;
}

ul.social-share li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #b3245a;
    border-radius: 3px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

ul.social-share li a:hover:before {
    transform: scale(1);
}

ul.social-share li a:hover {
    color: #fff;
}

/*Post Comment
=================*/

.blog-post-comment {
    border: 1px solid rgba(6,36,98,0.1);
    padding: 34px 30px 26px;
    border-radius: 5px;
}

h3.blog-comment-title {
    font-size: 26px;
    font-weight: 700;
    padding: 0 0 34px;
}

.blog-post-comment .post-comment {
    border-bottom: 1px solid rgba(6,36,98,0.1);
    margin-bottom: 30px;
    padding: 0 0 11px;
}

.blog-post-comment .post-comment2 {
    margin-left: 88px;
}

.blog-post-comment h4.post-title {
    font-weight: 600;
    font-family: 'Roboto';
}

.blog-post-comment h4.post-title span {
    font-size: 14px;
    color: #b3245a;
    font-weight: 400;
    padding-left: 25px;
}

.blog-post-comment .post-title span:before {
    position: absolute;
    content: "";
    left: 5px;
    top: 8px;
    height: 1px;
    width: 10px;
    background: #b3245a;
}

.blog-post-comment span.rights-reply {
    float: right;
    font-weight: 500;
    color: #232323;
    position: relative;
    top: -63px;
    cursor: pointer;
    left: -32px;
}

/*Contact Form
======================*/

.contact-form-box3 {
    padding: 33px 30px 50px;
    border: 1px solid rgba(6,36,98,0.1);
    margin: 30px 0 0;
    border-radius: 5px;
}

.contact-form-box3 .form-box input {
    background-color: #f6f6f6;
    border: 0;
    padding: 0 20px;
}

.contact-form-box3 .form-box textarea {
    background-color: #f6f6f6;
    border: 0;
    height: 130px;
    padding: 15px 25px;
}

.contact-form-box3 .contact-form button {
    padding: 11px 53px;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border: 2px solid transparent;
    background: #b3245a;
    transition: 0.5s;
    font-weight: 500;
    font-size: 16px;
}

.style-two.contact-form button:hover {
    color: #232323;
}

/*
<!-- ============================================================== -->
<!-- dreamhub Start Cart Section -->
<!-- ============================================================== -->*/

.cart-section {
    padding: 100px 0 100px;
}

.cart-empty p {
    padding: 18px 25px;
    position: relative;
    background-color: #F6F7F9;
    border-bottom: 2px solid #b3245a;
    display: inline-block;
    width: 100%;
    color: #b3245a;
}

.cart-empty p i {
    color: #b3245a;
    padding-right: 10px;
}


/*
<!-- ============================================================== -->
<!-- dreamhub Scrollup Section -->
<!-- ============================================================== -->*/
.scroll-area {
    position: relative;
    z-index: 999;
}

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}

.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    ;
    border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
    color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius: 100%;
}

.top-wrap {
    position: relative;
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #FF3C00;
}

.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #69DDCC 0%, #69DDCC 100%);
    background-image: -webkit-linear-gradient(0deg, #fb8a42 0%, #fb8a42 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
    background-color: #222;
    color: #fff;
}

@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}


@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}



/*--==============================================->
  <!-- dreamhub Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
    -webkit-animation: dance3 8s alternate infinite;
    animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}

.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes watermark-animate {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}



/*rotateme animation*/

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}








/*----------------
==============   Start dreamhub shop Nav Sidebar button
------------------*/

/*nav button*/

.nav-btn.navSidebar-button {
    display: inline-block;
    float: left;
    padding: 10px 0 0;
}

.nav-btn.navSidebar-button a i {
    padding-right: 10px;
    font-size: 20px;
}

.xs-sidebar-group .xs-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    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;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 0;
}

.xs-sidebar-widget {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    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;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.4;
    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;
    left: 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;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
    padding: 40px 32px;
}

.close-side-widget i {
    color: #b3245a;
    font-size: 28px;
    display: block;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
  
    backface-visibility: hidden;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}

.xs-bg-black {
    background-color: #b3245a;
}


/*html css*/
.nav-logo {
    padding: 0 0 40px;
}

.nav-btn.navSidebar-button a {
    color: #232323;
}

.sidebar-info-contents .widget-search {
    padding: 0 0 15px;
}

.sidebar-info-contents .widget {
    display: block;
} 

.sidebar-info-contents h3.widget-title {
    font-size: 25px;
    padding: 8px 0 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
    font-style: italic;
}

.sidebar-info-contents h3.widget-title {
    font-size: 25px;
    padding: 15px 0 15px;
}

.widget form {
    position: relative;
}

.widget input {
    border-radius: 4px;
    padding-left: 20px;
    height: 56px;
    width: 100%;
    color: #fff;
    border: 1px solid #e9e9e9;
}

button.icon {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 56px;
    width: 60px;
    background: #b3245a;
    border-radius: 0 4px 4px 0;
}

ul.list-style-one li {
    display: block;
    list-style: none;
    color: #fff;
    padding: 16px 0 0;
    overflow: hidden;
}

ul.list-style-one li span {
    font-size: 16px;
    font-weight: 600;
    color: #232323;
    float: right;
    display: inline-block;
    padding: 0 5px;
}

ul.list-style-one li a {
    transition: .5s;
    color: #232323;
}

ul.list-style-one li a i {
    background: red;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    color: #fff;
    margin-right: 5px;
}

a.white-bg i {
    background: #e9e9e9 !important;
}

a.yellow-bg i {
    background: #eeee22 !important;
}

a.green-bg i {
    background: #9BC45C !important;
}

/*Tag
=======*/

.sidebar-tag-menu {
    padding: 12px 0 0;
}

.sidebar-tag-menu ul li {
    display: inline-block;
    list-style: none;
    margin-right: 6px;
    color: #232323;
    padding: 0 0 12px;
}

/*social icon*/

ul.social-icon {
    padding: 20px 0 0;
}

ul.social-icon li {
    display: inline-block;
    list-style: none;
    margin: 0 10px 0 0;
}

ul.social-icon li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color: #b3245a;
    transition: .5s;
    font-size: 18px;
    border-radius: 3px;
}

ul.social-icon li a:hover {
    background: #b3245a;
    color: #fff;
}

ul.list-style-one li a:hover span {
    background: #b3245a;
    border-radius: 30px;
    color: #fff;
} 

ul.list-style-one li a:hover {
    color: #b3245a;
}

      /* Define animation keyframes */
      @keyframes title-animation {
        0% {
          transform: translateX(-100%);
        }
        100% {
          transform: translateX(0);
        }
      }

      /* Apply animation to title element */
      h1 {
        animation: title-animation 2s ease-in-out;
      }


.category-title h2 {
    font-size: 31px;
    font-weight: 700;
    line-height: 26px;
    padding: 0px 0 23px;
    animation: title-animation 2s ease-in-out;
}



/*===========================
<-- dreamhub Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 999;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #9A241C;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #FF3C00;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/

.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}




/*** 
====================================================================
    Search Popup
====================================================================
***/
.search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.search-popup{
    width: 100%;
}

.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #DA242B;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    border-right: 3px solid #062462;
    border-left: 3px solid #062462;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group{
    position:relative;
    margin:0px; 
  
    overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:18px;
    line-height: 50px;
    color:#000000;
    height:70px;
    width:100%;
    padding: 10px 30px;
    background-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;
    font-weight:500;
    text-transform:capitalize;
}

.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #ED1C24;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}

.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.search-box-btn {
    display: inline-block;
    padding-left: 22px;
}

.search-box-btn i {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: .5s;
}

.upp.search-box-btn i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    padding-left: 17px;
    position: relative;
    z-index: 1;
}

.upp.search-box-btn.search-box-outer span i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i:after {
    position: absolute;
    content: "0";
    right: -10px;
    top: -4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #ED1C24;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-family: 'Jost';
    font-size: 12px;
}

.flaticon-multiply:before {
    content: inherit;
}

button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}


span.flaticon-multiply i {
    display: inline-block;
    color: #ED1C24;
}

.header-search-button.search-box-outer {
    padding: 0px 26px 0 0;
    display: inline-block;
}

.header-search-button.search-box-outer a {
    color: #4A4D73;
    font-size: 16px;
}



/*
<!-- ============================================================== -->
<!-- dreamhub Scrollup Button Section -->
<!-- ============================================================== -->*/

.scroll-area{
  position: relative;
  z-index: 999;
 }

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #232323 0%, #232323 100%);
    background-image: -webkit-linear-gradient(0deg, #232323 0%, #232323 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    border-radius: 10px; 
}

.scroll-area .go-top i {
      position: absolute;
      top: 50%;
      left: -4px;
      right: 0;
      margin: 0 auto;
      font-size: 15px;
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
  }

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%; 
}

.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #232353 0%, #232353 100%);
    background-image: -ms-linear-gradient(0deg, #232353 0%, #232353 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    border-radius: 100%;
}

.scroll-area .go-top:focus, .scroll-area .go-top:hover {
      color: #fff; 
  }

.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
        opacity: 1;
        visibility: visible; 
}

.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
        opacity: 0;
        top: 0;
        visibility: hidden;
 }

.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
        opacity: 1;
        visibility: visible;
        top: 50%; 
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius:100%;
}

.top-wrap {
  position: relative; 
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #b3245a;
}

 .top-wrap .go-top-button i {
      font-size: 20px;
      font-weight: 700;
      padding-left: 4px;
      color: #fff;
 }

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #b3245a 0%, #b3245a 100%);
    background-image: -webkit-linear-gradient(0deg, #b3245a 0%, #b3245a 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
      background-color: #232323;
      color: #fff; 
  }

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8; }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } }
	
	
	.elementor-shape-top {
  top: -1px; z-index: 99;
}
.elementor-shape-top svg {
  height: 9px;
}

.elementor-shape {
  line-height: 0;
  direction: ltr;
}

.elementor-shape .elementor-shape-fill {
  fill: #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.elementor-shape svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
svg:not(:root) {
  overflow: hidden;
}

.elementor-shape[data-negative="false"].elementor-shape-bottom, .elementor-shape[data-negative="true"].elementor-shape-top {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
	
	 
	.logo_img img{ background:#fff; border-radius:5px; padding:0 10px 10px;}
	
	.footer-bg ul li{display: inline flow-root list-item; margin-left: 30px; color:#55e633;}
	.footer-bg ul li a{ color:#fff;}
	.footer-bg ul li a:hover{ color:#ef4754;}
	
	
	.slider-bot{ background:#dae9d3; padding:30px 0; position:relative;}
	.slider-bot h1{ font-family:"playfair_displayregular", Sans-serif; font-size: 36px;}
	.slider-bot h1 span{   font-size: 24px;}
	
	.mid-sec{ background:#dae9d3 url(../images/mid-bg.jpg) no-repeat center bottom; background-size:cover; padding:180px 0; position:relative;}
	
	.mid-sec2{ background:#dae9d3 url(../images/mid-bg2.jpg) ; background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;padding: 140px 0px 140px 0px; position:relative;}
  
  
  @media only screen and (max-width: 599px) {
  .mid-sec2{ background:#dae9d3 url(../images/mid-bg2.jpg) ; background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;padding: 140px 0px 140px 0px; position:relative;}
  .sero-content h4{ line-height:30px;}
  .slider-bot{ text-align:center;}
  }
	
	.pro-box{ background:#fff; padding:20px; border:1px solid #CCCCCC}
	
	.service-icon img{ max-width:100%}
.pb-30{ padding-bottom:30px;}
.mb-20{ margin-bottom:20px;}

.bottom-logo{ background:#fff; padding:10px; text-align:center; border:1px solid #CCCCCC; margin-bottom:15px;}

img{ max-width:100%;}


.event-box{ background:#e3f2ea; padding:25px; margin-bottom:20px;}

.coffee-content h2{ font-size:18px;}

.blog-quote h4{font-family: "playfair_displayregular", Sans-serif;  font-size: 24px;}

.pro-box h5{ line-height:37px;}