@font-face {
    font-family: 'HW Cigars';
    src: url('fonts/HWCigarsTrial-Light.woff2') format('woff2'),
        url('fonts/HWCigarsTrial-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HW Cigars';
    src: url('fonts/HWCigarsTrial-Regular.woff2') format('woff2'),
        url('fonts/HWCigarsTrial-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HW Cigars';
    src: url('fonts/HWCigarsTrial-Medium.woff2') format('woff2'),
        url('fonts/HWCigarsTrial-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HW Cigars';
    src: url('fonts/HWCigarsTrial-SemiBold.woff2') format('woff2'),
        url('fonts/HWCigarsTrial-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HW Cigars';
    src: url('fonts/HWCigarsTrial-Bold.woff2') format('woff2'),
        url('fonts/HWCigarsTrial-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HEX Franklin';
    src: url('fonts/HEXFranklinv02-Bold.woff2') format('woff2'),
        url('fonts/HEXFranklinv02-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HEX Franklin';
    src: url('fonts/HEXFranklinv02-Regular.woff2') format('woff2'),
        url('fonts/HEXFranklinv02-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HEX Franklin';
    src: url('fonts/HEXFranklinv02-Semibold.woff2') format('woff2'),
        url('fonts/HEXFranklinv02-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HEX FranklinNarrow';
    src: url('fonts/HEXFranklinv02-NarrowRegular.woff2') format('woff2'),
        url('fonts/HEXFranklinv02-NarrowRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/**************************** Variables *****************************/
:root {
    --Is-darkorange: #DC3D16;
    --Is-orange: #FF5C00;
    --Is-red: #DC3D16;
    --Is-pink: #F47FB7;
    --Is-blue: #4A92F5;
    --Is-olive: #807C0E;
    --Is-teal: #307995;
    --Is-violet: #6D81D7;
    --Is-yellow: #F6A20E;
    --Is-maroon: #A00031;
    --Is-gray: #A6A6A6;
    --Is-peach: #DFB9A0;  
    --Is-light-blue: #9BB4D2;
    --Is-dark-gray: #595959;
    --Is-light-gray: #F2F2F2;
    --Is-body-bg: #F9F1E9;
    --Is-white: #ffffff;
    --Is-black: #000000;
}
/**************************** Site Color Classes *****************************/
.darkorange{
    color: var(--Is-darkorange);
}
.orange{
    color: var(--Is-orange);
}
.red{
    color: var(--Is-red);
}
.pink{
    color: var(--Is-pink);
}
.blue{
    color: var(--Is-blue);
}
.olive{
    color: var(--Is-olive);
}
.teal{
    color: var(--Is-teal);
}
.yellow{
    color: var(--Is-yellow);
}
.maroon{
    color: var(--Is-maroon);
}
.light-blue{
    color: var(--Is-light-blue);
}
.violet{
    color: var(--Is-violet);
}
/**************************** Global Style *****************************/
::selection {
    background-color: var(--Is-orange); /* Change this to your desired highlight color */
    color: var(--Is-white); /* Change this to the text color you want when highlighted */
}

html{line-height: 0;}
a{transition: all .3s;color: var(--Is-black);}
a:hover{color: var(--Is-orange);}
body {
    font-family: 'HEX Franklin', serif;
    font-size: 18px;
    line-height: 1.65;
    color: var(--Is-black);
    background: var(--Is-body-bg);
}
p{margin-bottom: 20px;}
input, textarea, button, a, select{outline: none;text-decoration: none;font-family: 'HEX Franklin', serif;}
a:hover { text-decoration: none; }
.row{clear: both;}
ul {padding: 0;margin: 0;}
ul li{list-style: none;}
.mobile-only{display: none;}
img {display: block;max-width: 100%;}
h1, h2, h3, h4, h5, h6{letter-spacing: 0;line-height: 1.1;font-weight: 500;}
h4, h5, h6{line-height: 1.2;}
.container-fluid.wide {max-width: 2090px;width: 99%;}
.container-fluid {max-width: 1800px;width: 94%;}
h1 {font-size: 4.75vw;font-family: 'HW Cigars', serif;}
h2{font-size: 40px;font-family: 'HW Cigars', serif;}
h3 {font-size: 30px;font-weight: normal;}
h4{font-size: 24px;}
h5{font-size: 20px;}
h6{font-size: 16px;}
.font34{
    font-size: 189%;
    line-height: 1.45;
}
h2.font34{
   font-size: 178%; 
   font-family: 'HEX Franklin', serif;
   font-weight: 600;
    margin-bottom: 12px;
}
section {float: left;width: 100%;padding: 70px 0;}
.font-weight-light h1, .font-weight-light h2, .font-weight-light h3, .font-weight-light h4, .font-weight-light h5, .font-weight-light h6{font-weight: normal;}
h1 a, h2 a, h3 a, h4 a, h5 a, h5 a{font-family: 'HW Cigars', serif;}
h6 {
    color: var(--Is-black);
    font-size: 14px;
    /* text-transform: uppercase; */
    margin-bottom: 11px;
}
h2 a {position: relative;}
/* h2 a:before {
    content: "";
    width: 100%;
    height: 3px;
    background: #000;
    position: absolute;
    bottom: 8px;
    transition: all .3s;
}
h2 a:hover:before{background: var(--Is-red);} */
.ratio-1x5 {--bs-aspect-ratio: 115% !important;}
.ratio-21x9 {--bs-aspect-ratio: calc(14 / 27 * 100%) !important;}
.ratio-25x9{padding-top: 50% !important;}
.ratio-3x4 {padding-top: 115% !important;}
.ratio-4x2 {padding-top: 62% !important;}
.ratio-3x2 {padding-top: 68.93% !important;}
.ratio-8x5 {padding-top: 85% !important;}
.ratio-203x360 {padding-top: 170% !important;}

.mb-0 {margin-bottom:20px;}
.mb-20 {margin-bottom:20px;}
.mb-40 {margin-bottom:40px;}
.mb-80 {margin-bottom:60px;}
.mb-80 {margin-bottom:80px;}
.mb-100 {margin-bottom:100px;}

/*.hero-slider-image.ratio.ratio-25x9 {padding-top: 75% !important;}*/

/**************************** Popup Video Style *****************************/
#preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff url('../images/dewhaus-loading-heart-icon.gif') no-repeat center center;
    background: #fff url('../images/dewhaus-loading-heart-icon.gif') no-repeat center center;
    z-index: 9999;
    background-size: 250px;
}

.popup-video {
    max-width: 200px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    width: 100%;
    border: 5px solid var(--Is-red);
    border-radius: 15px;
}
video {
    object-fit: cover;
}
.video-ratio {
    border-radius: 10px;
    overflow: hidden;
}
.close-video {
    position: absolute;
    right: -13px;
    top: -23px;
    z-index: 2;
    font-size: 27px;
    cursor: pointer;
}
.close-video i.fa-circle-xmark {
    background: var(--Is-white);
    border-radius: 50%;
    line-height: 20px;
}
.close-video i::before {
    background: #fff;
    border-radius: 50%;
}


/**************************** Header Style *****************************/
header {
    width: 100%;
    float: left;
    position: sticky;
    z-index: 99;
    top: 0;
    /* background: var(--Is-body-bg); */
}
header .logo img,
header .logo video {
    width: auto;
    max-width: 280px;
    height:25px;
}
.header_top_bar{
    float: left;
    width: 100%;
    padding: 20px 0;
    transition:all .4s ease ;
}

.head-nav-fixed header {
    position: absolute;
}
body.logged-in.head-nav-fixed header {
    top:55px;
}
body.nav-dark-theme .header-logo-light{
    display: none;
}
body.nav-light-theme .header-logo-dark{
    display: none;
}

body.light-theme .footer-logo-light,
body.light-theme .graveyard-image-light{
    display: none;
}
body.dark-theme .footer-logo-dark,
body.dark-theme .graveyard-image-dark {
    display: none;
}

/*body.home .header_top_bar {
    padding: 45px 0;
}*/
.col-12.head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar {
    padding: 0;
    flex-wrap: nowrap;
    width: 100%;
}
.navbar ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap; 
}
.navbar ul li{
    position: relative;
}
.navbar ul li a {
    color: var(--Is-black);
    display: inline-block;
    position: relative;
    padding: 7px 0 3px;
    margin-right: 40px;
    font-family: 'HEX FranklinNarrow';

}
.navbar ul li:last-child a {
    margin: 0;
}
.nav-light-theme .navbar ul li a:hover,
.nav-dark-theme .navbar ul li a:hover,
.navbar ul li a:hover, 
.navbar ul li.active a, 
.shop_btn a span, 
.quick_menu li a:hover, 
.quick_menu li.active a, 
.navbar ul .current-menu-item a{
    color: var(--Is-red);
}
.header-top-center span {
    color: var(--Is-gray);
    font-size: 13px;
    margin: 0 1px;
}
@keyframes blink {
    0% { opacity: 1; }
    49% { opacity: 1; }
    50% { opacity: 0; }
    99% { opacity: 0; }
    100% { opacity: 1; }
}

.blink {
animation: blink 1s infinite;
}

.header_left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.menu_icon, .close_icon {
    display: none;
    cursor: pointer;
}
.menu_icon {
    width: 40px;
    height: 40px;
    background: transparent;
    line-height: 40px;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}
.menu_icon span {
    width: 20px;
    height: 2px;
    background: var(--Is-red);
    position: relative;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-duration: 75ms;
}
.menu_icon span:before, .menu_icon span:after {
    transform-origin: 50% 50%;
    transition: top 0.3s 0.6s ease-in-out, transform 0.3s ease-in-out;
    content: "";
    width: 20px;
    height: 2px;
    background: var(--Is-red);
    position: absolute;
    left: 0;
}
.menu_icon span:before {
    top: 6px;
}
.menu_icon span:after {
    top: -6px;
}
.open .menu_icon span {
    background: transparent;
}
.open .menu_icon span:before {
    transition: top 0.3s ease-in-out, transform 0.3s 0.5s ease-in-out;
    transform: rotate3d(0, 0, 1, 45deg);
    top: 0;
}
.open .menu_icon span:after {
    transition: top 0.3s ease-in-out, transform 0.3s 0.5s ease-in-out;
    transform: rotate3d(0, 0, 1, -45deg);
    top: 0;
}
.close_icon {
    position: absolute;
    top: 20px;
    cursor: pointer;
    right: 20px;
    max-width: 18px;
}
.hero-text {
    max-width: 450px;
}


/**************************** Hero Slider Style *****************************/


.progressBarContainer {
    position: absolute;
    /* top: 50px; */
    top: 110px;
    /* width: 90%; */
    display: flex;
    /* max-width: 1800px;
    width: 94%; */
    /* left: 5%; */
    max-width: 1800px;
    width: 94%;
    margin-left: -20px;
    padding: 10px;
}
.progressBarContainer .progress-items {
    display: block;
    width: 100%;
    padding: 0;
    cursor: pointer;
    margin-right: 2%;
    float: left;
    color: white;
}
.progressBarContainer .progress-items:last-child {
  margin-right: 0;
}
.progressBarContainer .progress-items span.progressBar {
  width: 100%;
  height: 1px;
  background-color: var(--Is-white);
  display: block;
}
.progressBarContainer .progress-items span.progressBar .inProgress {
  background-color: var(--Is-white);
  width: 0%;
  height: 3px;
  position: relative;
  top: -1px
}
.hero-slide-items .hero-slider-click {
    /* height: calc(100VH - 125px); */
    height: 100VH;
}
.hero-slider-click {
    cursor: pointer;
}
.hero-slider button.slick-arrow {
    position: absolute;
    left: 20px;
    top: 50%;
    border: none;
    background-image: url(../images/slide-arrow-left.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(230 230 230 / 70%);
    background-size: 24px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 0;
    background-position: center;
    z-index: 1;
    transition: all .3s;
    padding: 0;
}
button.slick-next.slick-arrow{
    left: inherit;
    right: 20px;
    background-image: url(../images/slide-arrow-right.svg);
}
.hero-slider button.slick-arrow:hover{
    background-color: var(--Is-red);
}
.hero-slide-items {
    position: relative;
}
.hero-slide-items .slide-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: var(--Is-white);
}
.hero-slide-items .slide-content h2 {
    font-weight: 300;
    text-shadow: 0 0 15px rgb(0 0 0 / 50%);
    color: var(--Is-white);
    font-family: 'HEX Franklin', serif;
}
.hero-slide-items .slide-content span{
    color: var(--Is-white);
    text-shadow: 0 0 15px rgb(0 0 0 / 50%);
}
.hero-slider .slick-list {
    margin-left: -1px !important;
}
/**************************** Color Title Sec Style *****************************/
.page-title {
    margin-bottom: 25px;
}
.color-title-sec p {
    color: var(--Is-dark-gray);
}
.hero-text h6 {
    color: var(--Is-black);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 2px;
    padding-bottom: 15px;
}
.hero-text li{
    color: var(--Is-dark-gray);
    margin-top: 5px;
}
section.color-title-sec.color-title_2 {
    padding: 120px 0;
}
/**************************** Work Sec Style *****************************/
.work-sec .work-col {
    margin: 7px 0;
}
.work-sec .work-img:hover img {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
}
h6.sub-title {
    color: var(--Is-black);
    margin-bottom: 25px;
    letter-spacing: 1px;
}

/**************************** Single Image Slider Style *****************************/
.single-image-slider .slick-list {
    padding: 35px 5%;
}
.slide-items {
    padding: 10px;
    position: relative;
}
.slide-image img {
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
}
.slide-content {
    padding: 15px 0 0 10px;
}
.slide-content span, .about-image-content  span {
    color: var(--Is-black);
    font-size: 14px;
    margin-bottom: 7px;
    display: inline-block;
}
.slide-content h2 {
    font-size: 36px;
}
.single-image-slider .slide-content h2, .about-image-content h2 {
    font-size: 40px;
    font-weight: 300;
}
.hover-over-message-box {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.heart-icon {
    width: 60px;
    position: relative;
    left: -5px;
    top: -5px;
    box-shadow: 0 0 12px hsl(0deg 0% 0% / 20%);
    border-radius: 50%;
    opacity: 0;
    transition: all .3s;
}
.hover-message {
    position: absolute;
    width: auto;
    background: var(--Is-white);
    padding: 7px 30px;
    border-radius: 50px;
    bottom: 15%;
    left: 20%;
    opacity: 0;
    transition: all .3s;
}
.slide-image:hover .heart-icon {
    left: -25px;
    top: -25px;
    opacity: 1;
}
.slide-image:hover .hover-message{
    opacity: 1;
    bottom: 20%;
}

/**************************** Two Image Slider Style *****************************/
.two-image-slider .slick-list {
    padding: 35px 5% 35px 0;
}
.left-edge-padding {
    padding-left: calc(3% + 15px);
}
.left-edge-padding h3{
    padding-left: 10px;
}
.rotate-animation{
    transition: all .3s;
}
.rotate-animation:hover {
    /*transform: scale(1.02);
    rotate: -1.2deg;*/
}
.rotate-animation:hover .slide-content span{
    color: var(--Is-red);
}
section.two-image-slider-section:before, section.three-image-slider-section:before,  section.four-image-slider-section:before {
    content: "";
    width: 70px;
    position: absolute;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    right: 0;
    top: 0;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(249,241,233,0.95) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(249,241,233,0.95) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(249,241,233,0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e6f9f1e9',GradientType=1 );
}
/**************************** Three Image Slider Style *****************************/
.three-image-slider .slick-listm, .four-image-slider .slick-list {
    padding: 35px 5% 35px 0;
}
.view-all a {
    color: var(--Is-gray);
    padding: 5px 30px 5px 0;
    background-image: url(../images/gray-arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px;
}
.view-all a:hover{
    color: var(--Is-red);
    background-image: url(../images/red-arrow.svg);
}
.color-content-sec h2 {
    line-height: 1.4;
}
.color-content_3 h2 {
    color: #fff;
}
.testimonials-sec .slide-items {
    padding: 0 10px;
}
.testimonials-sec .hover-over-content, .testimonials-sec .hover-over-content span{
    color:#fff;
}
.testimonials-sec .left-edge-padding {
    position: relative;
}

/**************************** We What We Dew Section Style *****************************/
.wedew-col {
    width: 250px;
}
.wedew-col h2 {
    font-size: 60px;
    line-height: 1.1;
    font-weight: normal;
    background: url(../images/heart-logo.svg) no-repeat;
    background-position: 105px 0;
    background-size: 65px;
}
.wedew-col p {
    margin-bottom: 10px;
    font-size: 16px;
    color: var(--Is-dark-gray);
}
.border-btn {
    border: 1px solid var(--Is-black);
    padding: 9px 25px 6px;
    display: inline-block;
    border-radius: 50px;
    color: var(--Is-black);
    font-size: 16px;
    margin-top: 20px;
    min-width: 150px;
    text-align: center;
}
.border-btn:hover{
    border-color: var(--Is-red);
    color: var(--Is-red);
}
.border-btn.reel-icon {
    padding-left: 52px;
    background-image: url(../images/black-reel-icon.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 20px;
}
.border-btn.reel-icon:hover{
    background-image: url(../images/red-reel-icon.svg);
}
.wedew-sec .three-image-slider {
    width: calc(100% - 250px);
    padding-left: 2% !important;
}
.three-image-slider .slide-items, .four-image-slider .slide-items {
    position: relative;
    overflow: hidden;
}
.hover-over-content {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    padding: 30px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
    min-height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    opacity: 0;
    border-radius: 10px;
    transition: all .4s;
}
.slide-items:hover .hover-over-content{
    opacity: 1;
    bottom: 0;
}
.hover-over-content span {
    color: var(--Is-white);
    text-transform: uppercase;
    font-size: 15px;
    opacity: .8;
    position: relative;
    top: 50px;
    transition: all .4s;
}
.hover-over-content p{
    color: var(--Is-white);
    margin: 5px 0 0 0;
    font-size: 15px;
    position: relative;
    top: 70px;
    transition: all .4s;
}
.slide-items:hover .hover-over-content span{
    top: 0;
}
.slide-items:hover .hover-over-content p{
    top: 0;
    transition-delay: .05s;
}
.testimonials-sec .heart-icon {
    width: 50px;
    position: absolute;
    left: 10px;
    top: 10px;
    opacity: 0;
}

.slide-items:hover .heart-icon{
    opacity: 1;
    left: 0;
    top: 0;
}

/**************************** About Section Style *****************************/
.about-title h2, .dewspaper-header h2, .clients-and-fliends h2, .join-dew-crew h2 {
    margin: 0 auto;
    max-width: 1200px;
}
.large-title h2 {
    font-size: 70px;
    line-height: 1.18;
}
.about-img {
    margin-top: 0;
    margin-bottom: 15px;
}
.about-img img {
    width: 100%;
    border-radius: 10px;
}
.peta_img, .nick_img {
    max-width: 360px;
    position: relative;
}
.about-sec .about-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    padding: 40px 0;
}
.peta_img {
    left: -5vw;
    
}
.nick_img{
    left: 5vw;
}

/**************************** DewsPaper Section Style *****************************/
.dewspaper-header.text-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dewspaper-header h2 {
    margin: 0;
    order: 2;
    font-weight: normal;
    /* background: url(../images/heart-logo.svg) no-repeat;
    background-position: right 93%;
    background-size: 25px; */
    /* padding-right: 35px; */
}
.dewspaper-img {
    max-width: 500px;
    order: 2;
}
.dewsday-info.left {
    order: 1;
    text-align: left;
}
.dewsday-info.right {
    order: 3;
    text-align: right;
}
.dewsday-info span {
    display: block;
    color: var(--Is-black);
    font-size: 14px;
}
.dewspaper-tabs ul.nav.nav-tabs {
    border-top: 1px solid var(--Is-gray);
    border-bottom: 1px solid var(--Is-gray);
    justify-content: center;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
}
.dewspaper-tabs {
    margin-top: 10px;
}
.dewspaper-tabs .nav-tabs .nav-link {
    background: transparent;
    border: none;
    margin: 0;
    position: relative;
    padding: 13px 22px;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--Is-dark-gray);
    white-space: nowrap;
}
.dewspaper-tabs .nav-tabs .nav-link:before {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--Is-black);
    position: absolute;
    bottom: 0px;
    left: 0;
    opacity: 0;
}
.dewspaper-tabs .nav-tabs .nav-item.show .nav-link:before, .dewspaper-tabs .nav-tabs .nav-link.active:before, .dewspaper-tabs .nav-tabs .nav-link:hover:before{
    opacity: 1;
}
.dewspaper-tabs .nav-tabs .nav-item.show .nav-link, .dewspaper-tabs .nav-tabs .nav-link.active, .dewspaper-tabs .nav-tabs .nav-link:hover{
    color: var(--Is-black);
}
.featured-post-stories {
    padding: 30px 0;
}
.post-date {
    font-size: 16px;
    margin: 15px 0;
}
.post_author a{
    font-size: 11px;
    text-transform: uppercase;
    color: var(--Is-gray);
}
.post_author a:hover{
    color: var(--Is-red);
}

.news_post_image img{
    width: 100%;
    border-radius: 10px;
}

.featured-post-stories-thumb {
    position: relative;
}
.featured-post-stories-thumb img {
    width: 100%;
    border-radius: 10px;
    position: absolute;
    height: 100%;
    object-fit: cover; 
}

.featured-post-stories-content {
    margin: 13px 0px;
}
.featured-post-stories-content h5 {
    font-weight: normal;
    margin: 0;
}
.sidebar-post h6 {
    color: var(--Is-gray);
    font-size: 14px;
}
.sidebar-post {
    border-top: 1px solid var(--Is-gray);
    padding-top: 20px;
}
.sidebar-post-col {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.sidebar-post-col .featured-post-stories-thumb {
    max-width: 80px;
}
.sidebar-post-col{
    margin-top: 15px;
}
.sidebar-post-col .featured-post-stories-content {
    width: calc(100% - 80px);
    padding-right: 10px;
    margin: 0;
}
.newsletter h2{
    padding-left: 15%;
}
.border-y {
    padding: 70px 8%;
    border-top: 1px solid var(--Is-gray);
    border-bottom: 1px solid var(--Is-gray);
}
.dewsletter h5 span {
    font-size: 160%;
}
.dewsletter input {
    background: #fff5eb;
    border: 1px solid var(--Is-gray);
    padding: 13px 20px 11px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 14px;
    border-radius: 50px;
}
.dewsletter .border-btn {
    border: 1px solid var(--Is-gray);
    padding: 8px 25px 7px;
    display: inline-block;
    border-radius: 50px;
    width: auto;
    background: transparent;
    margin-bottom: 0;
}
.dewsletter .border-btn:hover {
    border: 1px solid var(--Is-red);
}
.view-all a.border-btn {
    padding: 9px 60px 8px 30px;
    background-position: calc(100% - 27px) center;
    min-width: 300px;
    color: var(--Is-black);
}
.view-all a.border-btn:hover{
    color: var(--Is-red);
}
.clients-logo {
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 180px;
    padding: 0 10px;
}
.clients-logo img {
    max-width: 100%;
    max-height: 70px;
}
.clients-slider, .clients-slider-rtl{
    margin-top: 0px;
}
.clients-slider-rtl{
    margin-bottom: -50px;
}
.clients-name-list li{
    text-align: left;
}
.clients-name-list li a, .clients-name-list li {
    color: var(--Is-dark-gray);
}
.clients-name-list li a:hover{
    color: var(--Is-red);
}

/**************************** Contact Section Style *****************************/
.work-together h2 {
    font-weight: normal;
}
.work-together h2 span {
    display: block;
    color: var(--Is-blue);
}
.animate-quotes {
    margin-top: 5px;
    display: inline-block;
    width: 100%;
}
.animate-quotes li {
    background: rgb(255 255 255 / 65%);
    display: table;
    padding: 8px 20px;
    border-radius: 50px;
    margin-top: 15px;
    font-size: 16px;
    color: var(--Is-dark-gray);
}
.logo-bigger {
    background: var(--Is-blue);
    display: table;
    padding: 8px 30px;
    border-radius: 50px;
    margin-top: 15px;
    font-size: 16px;
    color: var(--Is-white);
    position: relative;
    left: 40%;
}
.form-control {
    background: rgb(255 255 255 / 65%);
    border: none;
    border-radius: 30px;
    padding: 12px 20px;
    margin-bottom: 15px;
    box-shadow: none !important;
    outline: none !important;
}
textarea.form-control{
    min-height: 150px;
    border-radius: 20px;
}
.form-submit input[type="submit"].form-control {
    width: auto;
    display: inline-block;
    float: right;
    background: transparent;
    margin: 0;
    border: 1px solid var(--Is-gray);
    line-height: 1.1;
}
.form-submit input[type="submit"].form-control:hover{
    border-color: var(--Is-red);
}
.form-submit a {
    display: inline-block;
    float: right;
    margin-right: 20px;
}
.form-submit a img {
    width: 45px;
}
.logo-bigger:before {
    content: "";
    background: url(../images/hover-heart-icon.svg) no-repeat;
    background-position: center;
    background-size: 100%;
    width: 38px;
    height: 38px;
    position: absolute;
    top: -20px;
    left: -20px;
    box-shadow: 0 0 12px rgb(0 0 0 / 20%);
    border-radius: 50%;
}
body .wpforms-container .wpforms-field  input {
    background: #fffaf5 !important;
    border: 1px solid var(--Is-gray) !important;
    padding: 17px 20px 13px !important;
    margin-bottom: 20px !important;
    width: 100% !important;
    font-size: 16px !important;
    border-radius: 50px !important;
    height: auto !important;
    line-height: 1.6 !important;
    box-shadow: none !important;
    outline: none !important;
}
body .wpforms-container .wpforms-field {
    padding: 0;
    position: relative;
}
body .wpforms-submit-container {
    margin: 0 !important;
    padding: 0 !important;
}
#mc_embed_signup input[type="submit"],
div.wpforms-container-full .wpforms-form .wpforms-submit-container button.wpforms-submit {
    border: 1px solid var(--Is-gray) !important;
    padding: 12px 25px 9px;
    display: inline-block;
    border-radius: 50px;
    color: var(--Is-black) !important;
    font-size: 16px;
    margin-top: 0;
    min-width: 150px;
    height: auto !important;
    text-align: center;
    background: transparent !important;
    box-shadow: none;
    line-height: 1.5;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container button.wpforms-submit:hover{
    border-color: var(--Is-red) !important;
    color: var(--Is-red) !important;
}


/**************************** Join Dew Crew Section Style *****************************/
.join-dew-crew h2{
    margin: 0 0 10px;
}
.join-dew-crew h3 {
    margin-bottom: 30px;
}
.join-dew-crew-img img {
    width: auto;
    margin-left: auto;
    margin-top: -70px;
}
.full-width-logo img {
    width: 100%;
    margin-top: 6%;
}
.radius10 img{
    border-radius: 10px;
}
.case-study-img{
    margin: 15px 0;
}
.case-study-img img, .hover-over-img img{
    width: 100%;
    transition: all .3s;
}
img.mouse-over-img {
    position: absolute;
    top: 0;
    left: 0;
}
.mouse-over-img {
    opacity: 0;
}
.case-study-img:hover .mouse-over-img, .hover-over-img:hover .mouse-over-img{
    opacity: 1;
}
.case-study-quote {
    max-width: 49%;
    padding: 40px 0;
}
.head-over-heal h3 {
    margin-bottom: 30px;
}
.case-study-quote h4 {
    margin-bottom: 15px;
    line-height: 1.35;
}   
/**************************** Get In Touch Section Style *****************************/
section.get-in-touch {
    padding: 11% 0;
    background: var(--Is-black);
}
.get-in-touch h2 {
    color: var(--Is-white);
}
.get-in-touch a.border-btn {
    background: var(--Is-white);
}



/**************************** Light Footer Style *****************************/
footer.site_footer {
    float: left;
    width: 100%;
   padding: 70px 0 0;
   font-size: 14px;
   background: #F6EADD;
   color: var(--Is-black);
}
.site_footer .full-width-logo {
    max-width: 350px;
    margin-bottom: 0;
}
.site_footer .full-width-logo img{
    margin: 0;
}
.social {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    display: inline-block;
}
.social a {
    font-size: 14px;
    line-height: 24px;
    color: var(--Is-black);
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 20px;
    text-transform: uppercase;
    display: inline-block;
    border-right: 1px solid;
}
.social a:first-child{
    padding-left: 0;
}
.social a:last-child{
    border: none;
    padding-right: 0;
}
.social a i {
    font-size: 25px;
    padding-right: 6px;
}
.graveyard-concept {
    display: inline-block;
    padding-left: 25px;
    font-size: 16px;
}
.graveyard-concept img {
    display: inline-block;
    vertical-align: sub;
    margin-right: 7px;
    width: 18px;
}
.copyright {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
    display: inline-block;
    padding-right: 18px !important;
    color: var(--Is-gray);
}
.copyright .ast-footer-copyright {
    /*border-right: 1px solid;*/
    padding-right: 18px;
    margin-right: 0px;
    line-height: 1.6;
}
.scroll-dowm {
    text-align: right;
    display: flex;
    align-items: flex-end;
    justify-content: end;
    gap: 0;
}
.scroll-dowm img {
    max-width: 72px;
    margin-bottom: -1px;
}
.scroll-dowm a {
    padding-right: 20px;
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
    text-align: left;
    line-height: 1.2;
    padding-top: 20px;
    padding-bottom: 17px;
    background-size: 11px;
}
body.dark-theme .scroll-dowm a {
    background-image: url(../images/down-arrow-white.svg);
}
body.dark-theme .scroll-dowm a:hover,
.scroll-dowm a:hover {
    background-image: url(../images/down-arrow-red.svg);
}
.site_footer .border-bottom {
    border-bottom-color: var(--Is-gray)!important;
}
.ast-footer-copyright {
    text-align: left;
}
.ast-footer-copyright p {
    font-size: 14px;
    line-height: 24px;
    color: var(--Is-black);
}
body.dark-theme .ast-footer-copyright p {
    color:var(--Is-white)
}
.scroll-up{
    text-align: right;
}
.scroll-up a{
    padding: 3px 24px 3px 0;
    background-image: url(../images/up-arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
    color: #000;
}


/********************************************************
************ Concept Graveyard Section Style ************
********************************************************/
.graveyard-concept-wrap {
    float: left;
    width: 100%;
    background: var(--Is-black);
    color: var(--Is-white);
    padding-top: 5%;
}

/**************************** Concept Graveyard Head *****************************/
.graveyard-icon img {
    margin: 0 auto;
    max-width: 175px;
}
.graveyard-icon {
    margin-bottom: 30px;
}
.concept-header h2 {
    font-weight: normal;
    color: var(--Is-white);
    margin-bottom: 30px;
}
.concept-header p {
    margin: 0 auto;
    max-width: 450px;
    color: var(--Is-gray);
}
.concepts_carausal_sec .slick-list {
    padding-bottom: 0;
}
.concepts_carausal_sec .progress {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #595959;
    background-image: linear-gradient(to right, #fff, #fff);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
} 
.concepts_carausal_sec .inner_slider .slick-arrow{
    display: none !important;
}
.concepts-slide-info h2 {
    font-weight: 300;
    margin: 0;
    background: var(--Is-black);
    color: var(--Is-white);
    position: relative;
    padding-right: 30px;
    z-index: 1;
}
.concepts-points li {
    background: url(../images/concepts-point-bg.svg) no-repeat;
    background-size: 30px;
    text-align: center;
    display: inline-block;
    width: 30px;
    margin-left: 10px;
    padding: 4px  0 10px;
    opacity: .5;
    cursor: pointer;
}
.concepts-points li:hover, .concepts-points li.active{
    opacity: 1;
}
.concepts-slide-info {
    padding-right: 5%;
    display: flex;
    align-items: end;
    justify-content: space-between;
    position: relative;
}
.concepts-slide-info  .slide-content, .concepts-points {
    background: var(--Is-black);
    position: relative;
}
.concepts-points{
    padding-left: 2%;
}
.concepts-slide-info:before {
    content: "";
    background: var(--Is-dark-gray);
    height: 2px;
    position: absolute;
    left: 0;
    right: 5%;
    bottom: 8px;
}
.concepts-slide-info .slide-content:before {
    content: "";
    background: var(--Is-gray);
    position: absolute;
    right: -15%;
    width: 100px;
    height: 2px;
    bottom: 8px;
}
.concepts-slide-info .slide-content:after {
    content: "";
    background: var(--Is-gray);
    position: absolute;
    right: -30%;
    width: 100px;
    height: 2px;
    bottom: 8px;
}
.graveyard-concept-wrap .copyright, .graveyard-concept-wrap .social{
    padding: 0;
}
.left-edge-padding {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.graveyard-concept-wrap .left-edge-padding {
    opacity: 0;
    transition: all .5s;
}
.left-edge-padding.slide_show {
    position: relative;
    z-index: 1;
    background: black;
    opacity: 1;
}

/**************************** Still interested to Join Style *****************************/
.still-join-dew-sec h3 {
    font-weight: 300;
    margin-bottom: 10px;
    color: var(--Is-white);
}
.still-join-dew-sec h2 {
    font-size: 7.7vw;
    display: inline;
    font-weight: normal;
    background: url(../images/heart-logo.svg) no-repeat;
    background-position: right 85%;
    background-size: 35px;
    padding-right: 70px;
    color: var(--Is-white);
}
.ml-auto{
    margin-left: auto;
}
.still-join-dew-sec .form-control {
    background: var(--Is-white);
}
.still-join-dew-sec .form-submit input[type="submit"].form-control {
    border: 1px solid var(--Is-white);
    color: var(--Is-white);
}
.still-join-dew-sec .form-submit input[type="submit"].form-control:hover{
    border-color: var(--Is-blue);
    color: var(--Is-blue);
}
body div.wpforms-container-full {
    margin: 0 auto;
    width: 100%;
}
label.wpforms-field-sublabel.after {
    display: none;
}
div.wpforms-container-full .wpforms-form textarea {
    border-radius: 20px;
    min-height: 150px;
    margin-bottom: 20px;
    padding: 24px;
}
.contact-form .wpforms-submit-container {
    text-align: right;
}
.graveyard-concept-wrap div.wpforms-container-full .wpforms-form .wpforms-submit-container button.wpforms-submit{
    border-color: var(--Is-white) !important;
    color: var(--Is-white) !important;

}
.graveyard-concept-wrap div.wpforms-container-full .wpforms-form .wpforms-submit-container button.wpforms-submit:hover{
    border-color: var(--Is-red) !important;
    color: var(--Is-red) !important;
    
}
#ast-scroll-top{
    background: var(--Is-red) !important;
    border-radius: 50%;
}
/****************************Dark Footer Style *****************************/
.graveyard-concept-wrap .scroll-up{
    text-align: right;
}
.graveyard-concept-wrap .scroll-up a{
    padding: 3px 24px 3px 0;
    background-image: url(../images/up-arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
    color: var(--Is-white);
}
.graveyard-concept-wrap .social a {
    color: var(--Is-white);
}
.graveyard-concept-wrap footer.site_footer {
    background: var(--Is-black);
    color: var(--Is-white);
    border-top: 1px solid var(--Is-dark-gray);
}
.graveyard-concept-wrap .ast-footer-copyright {
    text-align: left;
    color: var(--Is-white);
}
.graveyard-concept-wrap .ast-footer-copyright p {
    color: var(--Is-white);
}
section#shadow-host-companion {
    padding: 0;
}

/********************************************************
******************** Work Page Style ********************
********************************************************/
/**************************** Work tabs Style *****************************/
.work-sec  .dewspaper-tabs {
    margin-top: 0;
}
/* .work-sec-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.work-sec-item {
    width:25%;
} */
.work-sec-mobile {
    display: none;
}
@media(max-width: 1400px){
    .work-sec-desktop {
        display: none;
    }
    .work-sec-mobile {
        display: flex;
    }
}
.work-col h6 {
    margin-top: 13px;
    line-height: 1.3em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 2rem;
    display: -webkit-box;
}
.work-col h6 .work-title,
.work-col:hover h6 .work-description {
    display: block;
}
.work-col:hover h6 .work-title,
.work-col h6 .work-description {
    display:none;
}
.work-type-content {
    padding-top: 30px;
}
.dewspaper-tabs h4,
.work-type-content h3,
.work-type-content .arrow-right {
    margin-bottom: 10px;
    font-family: 'HW Cigars', serif;
}
a:hover h6 {
    color: var(--Is-orange);
}
.work-col {
    margin: 7px 0 23px 0;
}
.arrow-right img {
    margin-left: auto;
    filter: brightness(0);
    opacity: .4;
    padding-top: 10px;
}
.arrow-right a:hover img {
    filter: brightness(1);
    opacity: 1;
}
.work-img img {
    width: 100%;
    border-radius: 10px;
}


/********************************************************
******************** Case Study Page Style ********************
********************************************************/
.video-over-img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 70%;
    padding: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.moretext {
    padding: 30px 0;
    display: none;
}
.moretext h4{
    line-height: 1.4;
}
.case-study-video {
    margin-bottom: 25px;
}
.case-study-images-sec .case-study-video {
    display: flex;
    height: calc(100% - 30px);
    margin: 15px 0;
    overflow: hidden;
    border-radius: 10px;
}
a.moreless-button {
    font-size: 16px;
    color: var(--Is-dark-gray);
    cursor: pointer;
}
a.moreless-button:hover{
    color: var(--Is-red);
}
a.moreless-button:after{
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    margin-left: 5px;
}
.case-study-credits li {
    font-size: 22px;
}
.full-image img{
    width: 100%;
}
.capabilities-col li {
    margin: 0;
}
.credits-col ul {
    display: flex;
/*    gap: 50px;*/
    flex-wrap: wrap;
    width: 100%;
}
.credits-col li {
    font-weight: 300;
    width: calc(50% - 5%);
}
.credits-col li span {
    width: 170px;
    font-weight: normal;
    display: inline-block;
}
.comments-sec-col li a {
    background: #fff;
    padding: 12px;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.comments-sec-col ul {
    display: flex;
    gap: 18px;
}
.like-comment-count {
    padding: 30px 0 10px;
    font-size: 16px;
}
.like-comment-count span {
    padding-right: 20px;
}
.like-comment-count span:last-child {
    padding-right: 0;
}


/********************************************************
******************** News Page Style ********************
********************************************************/
.single-news, .news-col {
    border-top: 1px solid var(--Is-gray);
    padding-top: 18px;
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}
.single-news .arrow-right img, .news-col .arrow-right img {
    padding: 0;
}
.news-categories{
    font-size: 16px;
    margin-bottom: 11px;
}
.border-btn.podcast-icon {
    padding-left: 52px;
    background-image: url(../images/podcast-icon.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 20px;
}
.border-btn.podcast-icon:hover {
    background-image: url(../images/red-podcast-icon.svg);
}

.full-width-logo-sec .full-width-logo img {
    width: 100%;
    margin-top: 0;
}
/********************************************************
******************** Single News Page Style ********************
********************************************************/

/* This applies to the .dewspaper-tabs element */
.dewspaper-tabs > ul::-webkit-scrollbar {
    width: 10px; /* Width of the vertical scrollbar */
    height: 4px; /* Height of the horizontal scrollbar */
}

/* Track or progress bar */
.dewspaper-tabs > ul::-webkit-scrollbar-track {
    background: #000; /* Color of the track */
    border-radius: 4px; /* Makes the track corners rounded */
}

/* Handle or thumb */
.dewspaper-tabs > ul::-webkit-scrollbar-thumb {
    background: var(--Is-orange); /* Color of the handle */
    border-radius: 4px; /* Makes the handle corners rounded */
}

/* Handle on hover */
.dewspaper-tabs > ul::-webkit-scrollbar-thumb:hover {
    background: var(--Is-red); /* Changes the handle color when hovered */
}

.disabled {
    pointer-events: none;
    opacity: .4;
    user-select: none;
}
.featured-post-stories h1, .share-sec h2{
    font-weight: normal;
}
.news-author {
    padding: 15px 0 5px;
}
.share-sec ul {
    margin-top: 30px;
    display: flex;
    gap: 20px;
}
.dewspaper_1 #recent-news, .dewspaper_1 #reels, .dewspaper_1 #branding, .dewspaper_1 #digital, 
.dewspaper_1 #our-client, .dewspaper_1 #ourselves, .dewspaper_1 #openions, .dewspaper_1 #audio {
    padding: 30px 0;
}
.single-news-page #recent-news, .single-news-page #reels, .single-news-page #branding, .single-news-page #digital, 
.single-news-page #our-client, .single-news-page #ourselves, .single-news-page #openions, .single-news-page #audio {
    padding: 30px 0;
}
.sfsi_widget {
    padding-top: 10px;
}
.sfsi_widget a[href=""]{
    cursor: default;
}
.tab-pane .not_found {
    text-align: center;
}
.share-sec ul a {
    font-size: 22px;
}
.share-sec a {
    background-color: transparent !important;
}
.share-sec .sfsi_shortcode_container {
    margin-left: -12px;
}
.share-sec .sfsi_actvite_theme_flat .inerCnt a.sficn > .sfcm.sfsi_wicon,
.share-sec a.sficn > img.sfsi_wicon {
    width: 80% !important;
    filter: brightness(0);
}
.news-action-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 15px;
}
.news-action-btn a {
    font-size: 16px;
    color: var(--Is-gray);
}
.news-action-btn a:hover {
    font-size: 16px;
    color: var(--Is-red);
}
.single-news-page .featured-post-stories {
    padding-top: 10px;
}
/********************************************************
******************** About Page Style ********************
********************************************************/
.philosophy-col .featured-post-stories-thumb {
    margin: 13px 0;
}
.contact-popup-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}
.contact-popup-btn a {
    margin-top: 15px;
}
.contact-popup-btn img{
    max-width: 45px;
}

.testimonials-sec .left-edge-padding h3 {
    padding: 0;
}
.testimonials-sec .slick-list {
    padding-top: 20px;
}
.testimonials-sec h2 {
    padding-bottom: 25px;
}
.ratio img {
    object-fit: cover;
}
.dew-img-component:hover .heart-icon {
    left: -25px;
    top: -25px;
    opacity: 1;
}
.dew-img-component:hover .hover-message{
    opacity: 1;
    bottom: 20%;
}
.effect_hover ul {
    display: flex;
    gap: 10px;
}
.effect_hover {
    position: relative;
    z-index: 1;
    padding: 150px 0 200px;
}
.show-on-hover {
    position: absolute;
    left: 80%;
    top: 20%;
    transform: translate(-10%, -10%);
    opacity: 0;
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    z-index: 0;
    visibility: hidden;
    width: 100%;
}
.effect_hover:hover .show-on-hover{
    opacity: 1;
    z-index: 10;
    visibility: visible;
}
.effect_hover:hover{
    z-index: 2;
}
.hover-position-reverse .show-on-hover {
    left: -100%;
}
.effect_hover:hover h4{
    color: var(--Is-olive);
}


/********************************************************
******************** About New Page Style ********************
********************************************************/
.dark-theme{
    background: var(--Is-black);
    color: var(--Is-white);
}
.dark-theme header {
    /* background: var(--Is-black); */
}

.head-nav-fixed.nav-light-theme .header-top-center span {
    color: var(--Is-white);
}
.nav-light-theme .navbar ul li a {
    color: var(--Is-white);
}

.dark-theme .still-join-dew-sec_12 h4, .dark-theme .still-join-dew-sec_12 p a, .dark-theme .title-text_2 .title-text-col h2,
.dark-theme .color-content_1 .page-title h2, .dark-theme .color-content_3 .page-title h2, .dark-theme .about-client_10 .page-title h2, .dark-theme .team-sec_9 .page-title h2,
.dark-theme h1, .dark-theme .entry-content h1, .dark-theme h2, .dark-theme .entry-content h2, .dark-theme h3, .dark-theme .entry-content h3, .dark-theme h4, 
.dark-theme .entry-content h4, .dark-theme h5, .dark-theme .entry-content h5, .dark-theme h6, .dark-theme .entry-content h6 {
    color: var(--Is-white);
}
.dark-theme .navbar ul li a:hover, .dark-theme .still-join-dew-sec_12 p a:hover{
    color: var(--Is-yellow);
}
.testimonials-sec .slide-items h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}
.title-text-col {
    padding-right: 8%;
}
.title-text-col p{
    font-size: 150%;
}
.title-text-col h2 {
    margin-bottom: 40px;
}
.color-content-sec h2 {
    margin-bottom: 30px;
}
.light-theme{
    background: var(--Is-body-bg);
    color: var(--Is-black);
}
.large-pd{
    padding: 10% 0;
}
span.circle-shape {
    position: relative;
    padding: 0 5px;
}
span.circle-shape:before{
    content: "";
    background: url(../images/circle-shape.svg) no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.line-shape, .zigzag-shape{
    position: relative;
}
span.line-shape:before {
    content: "";
    background: url(../images/line-shape.svg) no-repeat;
    background-position: bottom;
    background-size: 100%;
    width: 100%;
    height: 30px;
    bottom: 8px;
    left: 0;
    position: absolute;
}
span.zigzag-shape:before {
    content: "";
    background: url(../images/zigzag-shape.svg) no-repeat;
    background-position: bottom;
    background-size: 100%;
    width: 100%;
    height: 30px;
    bottom: 0;
    left: 0;
    position: absolute;
}
.capabilities_col {
    border-top: 1px solid var(--Is-gray);
    padding-top: 30px;
    margin-top: 5%;
}
.text-slider-sec .text-slider {
    padding-top: 80px;
    max-width: 500px;
}
.text-slider-sec .progressBarContainer {
    top: 10px;
}
.text-slider-sec .text-slider h2 {
    margin-bottom: 30px;
    font-family: 'HEX Franklin', serif;
}
.text-slider-sec .progressBarContainer .progress-items span.progressBar{
    background-color: rgb(220 61 22 / 50%);
    height: 1px;
}
.text-slider-sec .progressBarContainer .progress-items span.progressBar .inProgress {
    background-color: var(--Is-red);
    
}
span.image-show-effect_hover {
    position: relative;
    z-index: 9;
}
span.image-show-effect_hover img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    z-index: 0;
    visibility: hidden;
}
.show-image-text-hover-col h2 {
    margin: 0;
}
span.image-show-effect_hover:hover{
    z-index: 10;
}
span.image-show-effect_hover:hover img {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}
.memeber-detail img {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 0;
    visibility: hidden;
    width: 90%;
    max-height: 90vh;
    object-fit: contain;
}
.memeber-detail:hover img{
    opacity: 1;
    visibility: visible;
    z-index: 99;
    pointer-events: none;
}
.memeber-detail {
    border-top: 1px solid var(--Is-gray);
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.memeber-detail:last-child {
    border-bottom: 1px solid var(--Is-gray);
}
section.team-sec .page-title {
    padding-bottom: 5%;
}
section.team-sec .title-text-col {
    padding-left: 5%;
    padding-right: 0;
}
.client-logos {
    filter: brightness(1) invert(1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.client-logos img {
    max-width: 100px;
    max-height: 40px;
    margin: 0 auto;
}
span.client-logos-img {
    width: 25%;
    text-align: center;
    padding: 10px;
    margin: 5px 0;
}
.dark-theme section.four-image-slider-section:before{
    display: none;
}
.reach-out-us {
    padding-top: 16%;
    padding-bottom: 13%;
    max-width: 380px;
}
.reach-out-us h4{
    font-family: 'HW Cigars', serif;
    margin-bottom: 40px;
}
main {
    position: relative;
    float: left;
    width: 100%;
}
.like_outer {
    position: absolute;
    right: 4%;
    top: 40px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 190px;
    width: 100%;
}
.like_outer p {
    margin: 9px 0 0;
    color: #fff;
    font-size: 16px;
}
.like_click {
    width: 60px;
    cursor: pointer;
    border: 3px solid #fff;
    text-align: center;
    height: 60px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
}
.like_click:hover,
.like_click.clicked {
    background-color: var(--Is-red);
}
.like_click.clicked {
    cursor:default;
}
.slide-video iframe{
    border-radius: 10px;
}
.dark-theme section.brands-title-sec .border-btn {
    border-color: #fff;
}
.dark-theme section.brands-title-sec .border-btn:hover{
    border-color: var(--Is-darkorange);
    color: var(--Is-darkorange);
}

/***********************************Footer Slider****************************************************/
.concept-slider .slider-wrap{
    position: relative;
}
.concept-slider .image-slider{
    height: 100vh;
    overflow: hidden;
}
.concept-slider .img-wrap{
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.concept-slider .img-wrap:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    z-index: 1;
}
.concept-slider .img-wrap img{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    min-width: 100%;
    max-width: none;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    object-fit: cover;
}
.concepts_carausal_sec .slider-progress, .concepts_carausal_sec .progress {
    /* position: absolute; */
    /* left: 20%; */
    /* bottom: 20px; */
    /* width: 60%; 
    background-color: var(--Is-dark-gray);*/
    height: 1px;
    position: relative;
    bottom: 14px;
    width: calc(100% - 470px);
    left: 310px;
}
.concepts_carausal_sec .slider-progress span, .concepts_carausal_sec .progress span{
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0px;
    height: 100%;
    background-color: var(--Is-white);
    transition: all 0s linear;
}
.concepts_carausal_sec .slider-progress span.active{
    width: 100%;
} 
.slider-wrap {
    position: relative;
}
.concepts_carausal_sec .slick-dots button {
    background: url(../images/concepts-point-bg.svg) no-repeat;
    background-size: 30px;
    text-align: center;
    display: inline-block;
    width: 30px;
    margin-left: 10px;
    padding: 10px 0 15px;
    opacity: .5;
    cursor: pointer;
    font-size: 18px;
}
.concepts_carausal_sec .slick-dots {
    display: flex !important;
    justify-content: flex-end;
    padding-right: 5%;
    float: right;
    margin-top: 1%;
    position: relative;
    z-index: 1;
}
.concepts_carausal_sec .slick-list {
    padding: 35px 5% 0 0;
}
.progress-slider-title h3 {
    padding: 3px 0;
    font-size: 40px;
    color: #fff;
    font-family: 'HW Cigars', serif;
}
.progress-slider-title p {
    margin: 0;
}
.progress-slider-title {
    background: #000;
    padding-right: 5px;
    display: inline-block;
    z-index: 1;
    position: relative;
    width: 310px;
}
.concepts_carausal_sec .slick-dots li.slick-active button {
    opacity: 1;
}
.concepts_carausal_sec .concepts-points {
    padding-left: 0;
    width: 130px;
    position: absolute;
    right: 20px;
    bottom: 25px;
    z-index: 1;
}

section.concepts_carausal_sec {
    position: relative;
}
#conceptModal .modal-content {
    max-height: 85vh;
    border-radius: 12px;
    overflow: auto;
}
#conceptModal .modal-nav{
    cursor: pointer;
    position: fixed;
    top: 50%;
    margin-top: -20px;
    font-size: 40px;
    color: #fff;
    transition: all .4s ease;
    background: rgba(0,0,0,.6);
    height: 56px;
    width: 56px;
    text-align: center;
    vertical-align: middle;
    line-height: 55px;
    border-radius: 100px;
    opacity: .7;
    z-index: 9;
}
#conceptModal .modal-nav.modal-nav-next {
    right: 15px;
}
img.model_img {
    width: 100%;
}
.modal-content::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}
.modal-backdrop.show {
    opacity: .9 !important;
}

.modal-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: var(--Is-red);
}
.capabilities-hover-image-sec [data-aos=fade-up] {
    transform: none !important;
}




/*************************************New Pages (Sections) CSS*******************************/

/**********Home************/
.images-text-col {
    padding-right: 7%;
}
.images-text-col img {
    margin: 10px auto;
}
.clients-and-fliends p {
    font-size: 130%;
    margin: 0;
}
.clients-and-fliends h2.font34 {
    margin-bottom: 15px;
}
.testimonials-sec h2.font34 {
    padding-bottom: 0;
    margin: 0;
}
.brands-title-sec img {
    margin: 0 auto 30px;
    width: 96%;
}

.newsletter-box {
    background: rgba(255, 92, 0, 0.10);
    padding: 40px 3.5%; 
    border: 1px solid var(--Is-orange);
    border-radius: 11px;
    margin-bottom: 30px;
}
#mc_embed_signup form {
    margin-top:15px;
    margin-bottom:15px;
}
#mc_embed_signup form #mc_embed_signup_scroll,
.new-newsletter form {
    display: flex;
    gap: 15px;
}
#mc_embed_signup form #mc_embed_signup_scroll,
.new-newsletter form input {
    margin: 0;
}
.new-newsletter .dewsletter .border-btn {
    border: 1px solid #FF5C00;
    background: #FF5C00;
    color: var(--Is-white);
}
#mc_embed_signup div.mce_inline_error {
    display: none !important;
}
.newsletter-box h2 {
    margin: 10px 0;
}
.dewsletter {
    max-width: 1000px;
    margin-left: auto;
}
/*********New Footer***********/
.footer-logo {
    max-width: 200px;
    margin-bottom: 25px;
}
.footer-col p {
    max-width: 400px;
}
.footer-col h6 {
    font-weight: 600;
    font-size: 18px;
}
.footer-col ul {
    columns: 2;
}
.footer-col ul li {
    padding-bottom: 3px;
}
.contact-col ul{
    columns: 1;
}
.footer-col.contact-col ul li {
    padding-bottom: 13px;
}
.footer-col.contact-col ul.social-icons li{
    padding: 0; 
}
.footer-col.contact-col ul.social-icons li a {
    text-decoration: underline;
}
/* .page-id-1646 .footer-col ul {
    columns: 1;
}
.page-id-1646 .footer-col ul.social-icons {
    display: flex;
    gap: 10px;
}
.page-id-1646 .footer-col.contact-col ul.social-icons li a {
    font-size: 18px;
} */
/*********About New Page***********/
section.capabilities-hover-image-sec {
    background: var(--Is-darkorange);
    color: var(--Is-white);
}
section.capabilities-hover-image-sec .row {
    position: relative;
}
.capabilities-hover-image-sec h2{
    color: var(--Is-white);
}
.capabilities-items span {
    font-size: 280%;
    opacity: .5;
    line-height: 1.45;
    cursor: pointer;
    transition: all .3s;
}
.capabilities-items span:hover {
    opacity: 1;
}
.cap-show {
    position: absolute;
    width: 45%;
    right: 20px;
    top: 46%;
    transform: translate(0, -50%);
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
}
.cap-show img {
    width: 100%;
}
.capabilities-items span:hover + .cap-show{
    display: block;
    opacity: 1;
    visibility: visible;
}
.border-btn.white {
    border-color: var(--Is-white);
    color: var(--Is-white);
}
.border-btn.white:hover {
    background: var(--Is-white);
    color: var(--Is-black);
}
.col-right .cap-show {
    left: 20px;
    right: 0;
}
.heart-icons-sec .images-text-col p {
    font-size: 135%;
}
.dark-theme p a{
    color: var(--Is-yellow);
    border-bottom: 1px solid;
}
.tabscontent-col {
    padding: 10px 5% 0 0;
}
.tabscontent-col h2{
   padding-bottom: 15px;
}
.brands-tabs-content {
    padding-bottom: 60px;
}
.brands-tabs li.nav-item {
    width: 33.33%;
    padding: 15px;
    display: flex;
    text-align: center;
}
.nav-tabs {
    border-bottom: none;
    margin: 0 -15px;
}
.brands-tabs li.nav-item button.nav-link {
    border-radius: 11px;
    border: 1px solid #A6A6A6 !important;
    background: #141414;
    color: #fff;
    font-family: 'HEX Franklin', serif;
    font-size: 24px;
    line-height: 1.4;
    width: 100%;
    padding: 25px 10px;
}
.brands-tabs li.nav-item button.nav-link.active, .brands-tabs li.nav-item button.nav-link:hover {
    background: var(--Is-orange);
}
.brands-tabs .tabsimg-col {
    height: 460px;
    overflow: hidden;
}
.brands-tabs .tabsimg-col img {
    width: 100%; 
    height: 100%;
    object-fit: cover; 
}
.box-content-col {
    border-radius: 11px;
    border: 1px solid #A6A6A6 !important;
    background: #141414;
    color: #fff;
    width: 100%;
    padding: 40px 10%;
    text-align: center;
    margin: 15px 0 10px;
}
.box-content-col h3 {
    font-family: 'HW Cigars', serif;
    font-size: 28px;
    margin: 0 0 15px;
}
.icons img {
    margin: 0 auto 30px;
    height: 165px;
}
.box-content-col p {
    margin: 0;
}

ul.icon-list li {
    font-size: 175%;
    font-family: 'HW Cigars', serif;
    line-height: 1.3;
    padding: 3px 0 23px 30px;
    background: url(../images/list-icon.svg) no-repeat;
    background-position: left 11px;
}

.brands-logo-sec{
    background: #191919;
}
.brands-logo-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 43px 50px;
    padding: 90px 0 40px;
}
.brands-logo-col img {
    max-height: 90px;
    max-width: 200px;
    height: auto;
}

.client-comments-sec {
    background: var(--Is-olive);
}
.client-comments-sec .author-logo img {
    min-height: 75px;
    min-width: 125px;
    max-width: 330px;
}
.text-slider-sec.client-comments-sec .text-slider {
    max-width: 100%;
    width: 100%;
    float: right;
    padding-left: 25%;
    padding-right: 11%;
}
.client-comments-sec .hero-slide-items {
    background: url(../images/quote.svg) no-repeat;
    background-size: 125px;
    padding-left: 150px;
    background-position: left 6px;
}
.text-slider-sec.client-comments-sec .text-slider h2 {
    font-family: 'HW Cigars', serif;
    font-size: 55px;
}
.text-slider-sec.client-comments-sec .progressBarContainer .progress-items span.progressBar .inProgress {
    background-color: var(--Is-white);
}
.text-slider-sec.client-comments-sec .progressBarContainer .progress-items span.progressBar {
    background-color: rgb(255 255 255 / 40%);
    height: 1px;
}
.slide-author-info {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0 20px;
}
.author-detail h4 {
    margin-bottom: 2px;
    font-weight: 600;
}
.author-detail p {
    font-size: 16px;
    margin-bottom: 5px;
}
.client-comments-sec .slick-slide {
    padding: 0 10px;
}
.client-comments-sec .text-slider button.slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 0;
    width: 45px;
    height: 45px;
    background-color: transparent;
    background-size: 16px;
    background-repeat: no-repeat;
    border: 1px solid #fff !important;
    border-radius: 50%;
    background-position: center;
    background-image: url(../images/slide-arrow-left.svg);
    padding: 0;
}
.client-comments-sec button.slick-next.slick-arrow{
    left: inherit;
    right: 0;
    background-image: url(../images/slide-arrow-right.svg);
}
.four-image-slider-top-title .slide-items:hover .heart-icon {
    top: 25px;
}
.four-image-slider-top-title .heart-icon {
    top: 35px;
}
.dark-theme section.capabilities-hover-image-sec {
    background: var(--Is-black);
    color: var(--Is-white);
}
section.brands-title-sec {
    padding: 10% 0;
}
.dark-theme  footer.site_footer {
    background: #1E1E1E;
    color: var(--Is-white);
}
.dark-theme h6, .dark-theme a {
    color: var(--Is-white);
}
.dark-theme a:hover{
    color: var(--Is-red);
}
div#mc_embed_signup .mc-field-group,
div#mc_embed_signup .mc-field-group input,
div#mc_embed_signup #mc_embed_signup_scroll,
body .dewsletter div.wpforms-container-full .wpforms-field-container {
    width: 100%;
}
#mc_embed_signup input[type="submit"],
body .dewsletter div.wpforms-container-full .wpforms-form .wpforms-submit-container button.wpforms-submit {
    border: 1px solid #FF5C00 !important;
    background: #FF5C00 !important;
    color: var(--Is-white) !important;
    padding: 13px 25px 11px;
}
#mc_embed_signup input[type="submit"]:hover,
body .dewsletter div.wpforms-container-full .wpforms-form .wpforms-submit-container button.wpforms-submit:hover{
    background: var(--Is-red) !important;
    border-color: var(--Is-red) !important;
}
#mc_embed_signup input,
body .dewsletter div.wpforms-container-full .wpforms-field-container input {
    line-height: normal !important;
    padding: 16px 20px 14px !important;
    margin-bottom: 0 !important;
}
.client-comments-sec button.slick-arrow:hover {
    /* filter: brightness(1) invert(1); */
    opacity: .5;
}
/*********Contact Page***********/
.contact-side {
    margin-bottom: 40px;
}
.contact-side h2.font34 {
    margin-bottom: 7px;
}
.contact-side a{
    border-bottom: 1px solid;
    margin-right: 8%;
}
.contact-page h2 {
    margin-bottom: 20px;
}
/* .page-id-1646 section.new-newsletter {
    padding: 70px 0 !important;
} */
section.chat-calendar {
    padding-top: 50px !important;
}


/*********Peronal Home Page***********/
body.personal-web, body.personal-web header {
    background: var(--Is-white);
}
.personal-nav ul {
    display: flex;
    gap: 10px;
    justify-content: space-evenly;
    padding-left: 5%;
}
.personal-web .logo {
    width: 125px;
}
.personal-web header .logo img {
    width: auto;
    max-width: 125px;
}
.personal-web .top_right {
    width: calc(100% - 125px);
}
.personal-web .top_right .personal-nav {
    width: 100%;
}
.personal-nav ul li a {
    opacity: .5;
}
.personal-nav ul li a:hover, .personal-nav ul li.active a {
    opacity: 1;
}
.personal-web .dewspaper-tabs ul.nav.nav-tabs {
    border: none;
    padding-bottom: 40px;
}
.personal-web .dewspaper-tabs ul.nav.nav-tabs .nav-link {
    padding: 0px;
    margin: 0 20px;
    text-transform: none;
}
.personal-web .dewspaper-tabs ul.nav.nav-tabs .nav-link {
    padding: 0px;
    margin: 0 20px;
    text-transform: none;
    font-family: 'HEX Franklin', serif;
    font-size: 18px;
    color: var(--Is-black);
}
/*.personal-web .work-type-content h3 a {
    font-family: 'HEX Franklin', serif;
}*/
.personal-web .work-col {
    margin: 7px 0 0 0;
}
.personal-web .work-type-content:first-child {
    padding-top: 40px;
}
.personal-web .dewspaper-tabs .work-type-content {
    padding-top: 10px;
    padding-bottom: 40px;
}
.personal-web footer.site_footer {
    padding: 20px 0;
    background: transparent;
    text-align: center;
}
.personal-footer {
    display: flex;
    gap: 0 40px;
    justify-content: center;
}
.personal-footer a, .personal-nav ul li:last-child a {
    background: url(../images/angle-arrow.svg) no-repeat;
    background-position: right center;
    padding-right: 17px;
}
.personal-web .dewspaper-tabs .work-type-content h3 + .work-col.rotate-animation {
    padding-bottom: 20px;
}
.personal-web .page-title h1 {
    font-family: 'HEX Franklin', serif;
}
/*********Peronal About Page***********/
.personal-content h2 {
    font-family: 'HEX Franklin', serif;
    color: var(--Is-gray);
    line-height: 1.25;
}
.personal-content h2 a, .personal-content h2 span {
    font-family: 'HEX Franklin', serif;
    display: inline;
    border-bottom: 2px solid;
}
.personal-content h2 span {
    color: var(--Is-black);
    cursor: pointer;
    position: relative;
}
.personal-content h2 a:before{
    display: none;
}
span.about-name span {
    position: absolute;
    z-index: 1;
    border: none;
    max-width: 350px;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    
    transition: all .3s;
    width: 200%;
}
span.about-name:hover span{
    visibility: visible;
    opacity: 1;
}
.personal-about-brands {
    background: transparent;
    text-align: center;
}
.personal-about-brands .brands-logo-col img {
    filter: brightness(1) invert(1);
}
.personal-about-brands h2.font34, .personal-about-work h2.font34{
    font-size: 20px;
    text-align: center;
    color: var(--Is-gray);
    font-weight: normal;
}
.personal-about-work h2.font34{
    color: var(--Is-black);
}

.personal-web .page-title h1 {
    font-size: 44px;
}
.personal-about-work h2.font34 {
    margin-bottom: 20px;
}
section.team_member_section.team_member_about_section, 
section.team_member_section.team_member_work_section {
    padding: 0;
}
.team_member-col h6 {
    font-size: 20px;
    padding: 11px 0 15px;
}
.team_member-img img {
    border-radius: 10px;
}
.team_members_list-section h2.font34 {
    margin-bottom: 10px;
}
.personal-web .dewspaper-tabs h3 {
    font-family: 'HEX Franklin', serif;
}
.personal-about-brands .brands-logo-col {
    padding-top: 50px;
}
section.title-text-sec {
    padding: 100px 0;
}
section.clients-and-fliends.clients-and-friends_4 {
    padding: 110px 0 200px !important;
}
.featured-post-stories-thumb:hover + .featured-post-stories-content a {
    color: var(--Is-red);
}
h1.news-post-title {
    font-size: 4vw;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    font-weight: 500;
}
.single-news-page .featured-post-stories .news-author, .single-news-page .featured-post-stories .date {
    color: var(--Is-dark-gray);
    padding-bottom: 0;
}
.single-post-content p {
    font-family: 'HW Cigars', serif;
    color: var(--Is-dark-gray);
}
.share-article {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 10px 60px;
    position: relative;
}

.share-article img {
    margin: 0 auto 18px;
    max-width: 80px;
}

.share-article h6 {
    font-size: 21px;
}
.image-quote {
    font-size: 14px;
    margin: 10px 0;
    color: var(--Is-gray);
}
.recent-news-new .sidebar-post-col {
    flex-direction: row;
}
.recent-news-new .sidebar-post-col .featured-post-stories-content {
    padding-right: 0;
    padding-left: 15px;
}
a#news_share_icon {
    cursor: pointer;
}
div#news_share_icon_div {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: auto !important;
}
.norm_row.sfsi_wDiv {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/********************************************************************************************/










/****************************************Media Query***********************************************/
@media(min-width: 1601px){
    .ratio-3x2 {
        padding-top: 67.6% !important;
    }
    h1.news-post-title{
        font-size: 3.8vw;
    }
}
@media(min-width: 1400px){
    .logo {
        width: 360px;
    }
}
@media(max-width: 1400px){
    .container-fluid {width: 90%;}
    h1 {font-size: 5.25vw;}
    h2, .single-image-slider .slide-content h2, .about-image-content h2 {font-size: 36px;}
    h5 {font-size: 18px;}
    .about-title h2{
        max-width: 960px;
    }
    .large-title h2 {
        font-size: 57px;
    }
    .wedew-col h2 {        
        background-size: 55px;
    }
    .featured-post-stories-content h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .clients-logo {
        height: 140px;
    }
    .clients-logo img {
        max-height: 50px;
    }
    .slide-content h2 {
        font-size: 30px;
    }
    .still-join-dew-sec h2 {
        font-size: 7.5vw;
    }
    .arrow-right img {        
        padding-top: 8px;
    }
    h2.font34, .font34 {
        font-size: 160%;
    }
    .brands-logo-col img {
        max-height: 100px;
        max-width: 135px;
    }
    .brands-logo-col {
        gap: 43px;
        padding: 80px 0 40px;
    }
    .text-slider-sec.client-comments-sec .text-slider h2 {
        font-size: 45px;
    }
    .text-slider-sec.client-comments-sec .text-slider {
        padding-left: 20%;
        padding-right: 10%;
    }
    h4 {
        font-size: 22px;
    }
    ul.icon-list li {
        font-size: 150%;
    }
    .brands-tabs li.nav-item button.nav-link {
        font-size: 22px;
    }
    .heart-icons-sec .images-text-col p {
        font-size: 115%;
    }
    .ratio-3x2 {
        padding-top: 71.4% !important;
    }
    .personal-web .dewspaper-tabs h3 {
        font-size: 24px;
    }
}

@media(max-width: 1199px){
    body {
        font-size: 16px;
    }
    h2, .single-image-slider .slide-content h2, .about-image-content h2 {
        font-size: 30px;
    }
    .mobile-mb-0 {margin-bottom:20px;}
    .mobile-mb-20 {margin-bottom:20px;}
    .mobile-mb-40 {margin-bottom:40px;}
    .mobile-mb-80 {margin-bottom:60px;}
    .mobile-mb-80 {margin-bottom:80px;}
    .mobile-mb-100 {margin-bottom:100px;}

    .like_click {
        width: 35px;
        border: 2px solid #fff;
        height: 35px;
        padding: 8px;
    }
    .like_outer {
        right: 21px;
        top: 13px;
        z-index: 9;
        justify-content: right;
    }
    .like_outer p {
        font-size: 13px;
    }
    .wedew-col h2 {
        background-size: 45px;
        font-size: 42px;
    }
    .wedew-col {
        width: 170px;
    }
    .wedew-sec .three-image-slider {
        width: calc(100% - 170px);
    }
    .large-title h2 {
        font-size: 44px;
    }
    .about-title h2{
        max-width: 720px;
    }
    h2.font34, .font34 {
        font-size: 150%;
    }
    .brands-logo-col {
        gap: 43px;
        padding: 60px 0 30px;
    }
    .brands-logo-col img {
        max-height: 60px;
        max-width: 120px;
    }
    .text-slider-sec.client-comments-sec .text-slider {
        padding-left: 0;
        padding-right: 0;
    }
    .hero-slide-items {
        background-size: 0;
        padding-left: 0;
    }
    .text-slider-sec.client-comments-sec .text-slider h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .personal-web .page-title h1 {
        font-size: 36px;
    }
    .ratio-3x2 {
        padding-top: 73.2% !important;
    }
    /* .page-id-1646 section.new-newsletter {
        padding: 40px 0 !important;
    } */
    section.chat-calendar {
        padding-top: 30px !important;
    }
    section.title-text-sec {
        padding: 70px 0;
    }
    section.clients-and-fliends.clients-and-friends_4 {
        padding: 80px 0 160px !important;
    }
    /*body{
	    overflow: hidden;
	}*/
    section {
        overflow: hidden;
    }
}
@media(max-width: 991px){
    body{
        display: unset;
    }
    header { 
        background: var(--Is-body-bg);
    }
    header .header_top_bar {
        padding:10px 0px;
    }
    .site-scrolled header{
        position: fixed;
    }
    .head-nav-fixed header {
        position: fixed;
        background-color: transparent;
    }
    body.site-scrolled.logged-in.head-nav-fixed header {
        top:0px;
    }
    .site-scrolled.head-nav-fixed header {
        position: fixed;
        background: var(--Is-body-bg);
    }

    .dark-theme header{
        background: var(--Is-black);
    }
    .open:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 67%);
        z-index: 1;
    }
    .navbar {
        position: fixed;
        left: -100%;
        height: 100%;
        top: 60px;
        z-index: 99;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        overflow: auto;
        justify-content: flex-start;
        align-content: flex-start;
        width: 95%;
        max-width: 100%;
        background: var(--Is-body-bg);
        padding: 50px 20px 20px;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
    }
    .header_left {
        margin-left: auto;
        margin-right: 0px;
    }
    .nav-light-theme .navbar ul li a {
        color: var(--Is-black);
    }
    .dark-theme .navbar ul li a {
        color: var(--Is-body-bg);
    }
    .top_right {
        display: flex;
        align-items: center;
    }
    .open .navbar {
        left: 0;
    }
    .open .header-top-center {
	    opacity: 0;
	}
    .menu_icon, .close_icon {
        display: block;
    }
    .navbar .close_icon {
	    display: none;
	}
	.open .menu_icon span:before, .open .menu_icon span:after {
	    background: var(--Is-orange);
	}
	.dark-theme .navbar {
	    background: #000;
	}
    .navbar ul {
        flex-wrap: wrap;
    }
    .navbar ul li {
        float: left;
        margin-left: 0;
        width: 100%;
        text-align: left;
        padding: 5px 0;
        line-height: 1;
    }
    .navbar ul li a {
	    font-size: 25px;
	    padding: 15px 0;
	    display: block;
	    margin: 0;
	    text-align: left;
	}
    .navbar ul li a:before {
        left: 0;
        margin-left: 0;
    }
    .menu_icon {
        position: relative;
        /* top: 15px;
        right: 15px; */
        top: 0px;
        right: 10px;
        display: flex;
        /* float: right; */
        order: 2;
        float: none;
        left: unset;
        z-index: 99;
    }
    .open .menu_icon {
        right: 15px;
    }
    .container-fluid {        
        width: 100%;
    }
    h1.news-post-title {
        font-size: 5.5vw;
    }
    h1 {
        font-size: 7vw;
    }
    h2, .single-image-slider .slide-content h2, .about-image-content h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 26px;
    }
    .hero-slide-items .hero-slider-click {
        height: 60VH;
    }
    section {
        padding: 50px 0;
    }
    section.title-text-sec {
        padding: 50px 0;
    }
    section.color-title-sec.color-title_2 {
        padding: 70px 0;
    }
    section.clients-and-fliends.clients-and-friends_4 {
        padding: 40px 0 20px !important;
    }
    .still-join-dew-sec .join-dew-crew {
        margin-bottom: 30px;
    }
    .slide-image:hover .heart-icon {
        left: -15px;
        top: -15px;
        opacity: 1;
    }
    .heart-icon {
        width: 40px;
    }
    .slide-content h2 {
        font-size: 24px;
    }
    .arrow-right img {        
        padding-top: 4px;
    }
    .dewspaper-tabs ul.nav.nav-tabs {
        justify-content: flex-start;
    }
    .title-text-col p {
        font-size: 120%;
    }
    .title-text-col {
        padding: 0;
    }
    .title-text-col h2 {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .title-text-col img {
        margin-bottom: 20px;
    }
    .text-slider-sec .text-slider {
        padding-top: 40px;
    }
    section.team-sec .title-text-col {
        padding-left: 0;
        padding-top: 20px;
    }
    .client-logos img {
        max-width: 60px;
        max-height: 30px;
    }
    h4 {
        font-size: 18px;
    }
    .hero-slider button.slick-arrow{
        display: none !important;
    }
    h2.font34, .font34 {
        font-size: 140%;
    }
    .brands-tabs li.nav-item {
        width: 50%;
        padding: 10px;
    }
    .brands-tabs li.nav-item button.nav-link {
        font-size: 14px;
        padding: 15px 10px;
    }
    .brands-tabs-content {
        padding-bottom: 0;
    }
    .nav-tabs {
        margin: 0 -10px;
    }
    ul.icon-list li {
        font-size: 120%;
        background-position: left 5px;
    }
    .text-slider button.slick-arrow{
        display: none !important;
    }
    .author-logo {
        max-width: 190px;
    }
    section.color-content-sec.heart-icons-sec .row.py-5 {
        padding: 0 !important;
    }
    .personal-web .page-title h1 {
        font-size: 30px;
    }
    /* .page-id-1646{
        background-color: #f9f1e9 !important;
    } */
    .clients-logo {
        height: 70px;
    }
    .case-study-images-sec iframe {
        max-height: 50VH;
    }

}

@media(max-width: 767px){
    body{
        font-size: 15px;
    }
    header .logo img {
        width: auto;
        max-width: 160px;
    }
    h1 {
        font-size: 9vw;
    }
    h1.news-post-title{
        font-size: 7vw;
    }
    section {
        padding: 15px 0;
    }
    section.color-title-sec.color-title_2 {
        padding: 50px 0;
    }
    .slide-content span, .about-image-content span, .work-col h6 {
        font-size: 12px;
    }
    h2, .single-image-slider .slide-content h2, .about-image-content h2, .personal-web .page-title h1 {
        font-size: 24px;
    }
    .left-edge-padding {
        padding-left: 5px;
    }
    .left-edge-padding h3 {
        padding-left: 7px;
    }
    h3 {
        font-size: 22px;
    }
    .slide-content h2 {
        font-size: 20px;
    }
    .two-image-slider .slick-list, .three-image-slider .slick-list, .four-image-slider .slick-list {
        padding: 15px 5% 15px 0;
    }
    .hero-slide-items .slide-content {
        bottom: 10px;
        left: 10px;
    }
    .progressBarContainer {
        top: 80px;
    }
    .slide-image {
        padding: 0 6px;
    }
    .peta_img, .nick_img {
        max-width: 25%;
        position: relative;
    }
    .wedew-sec .three-image-slider {
        width: 100%;
    }
    .wedew-col {
        width: 300px;
    }
    .wedew-col h2 {
        background-size: 45px;
        font-size: 42px;
        background-position: right bottom;
        display: inline;
        padding-right: 60px;
    }
    .large-title h2 {
        font-size: 30px;
    }
    .about-sec .text-end {
        text-align: center !important;
    }
    .dewspaper-header.text-center {
        flex-wrap: wrap;
    }
    .dewspaper-header h2, .dewspaper-img {
        order: 1;
        width: 100%;
    }
    .dewsday-info.left {
        margin: 10px 0;
        text-align: center;
    }
    .dewsday-info.right{
        text-align: center;
    }
    .featured-post-stories-content h2 {
        font-size: 22px;
    }
    h5 {
        font-size: 16px;
    }
    .featured-post-stories-content {
        margin: 8px 0px 20px;
    }   
    .clients-logo img {
        max-height: 30px;
    }
    .clients-slider-rtl {
        margin-bottom: 40px;
    }
    .clients-slider, .clients-slider-rtl {
        margin-top: 30px;
    }
    .col {
        flex: 1 0 50%;
    }
    .join-dew-crew-img img {
        margin-top: -20px;
    }
    .copyright {
        margin-bottom: 10px;
    }
    footer.site_footer {
        text-align: left;
        padding: 30px 0 0;
    }
    .scroll-dowm, .scroll-up {
        margin-top: 10px;
        text-align: center;
        justify-content: center;
    }
    .concepts-slide-info .slide-content:after, .concepts-slide-info .slide-content:before, .concepts-slide-info:before{
        display: none;
    }
    .still-join-dew-sec h2 {
        font-size: 12vw;
    }
    h2 a:before {
        height: 2px;
        bottom: 4px;
    }
    .reach-out-us {
        padding-top: 11%;
        padding-bottom: 6%;
    }
    .reach-out-us h4 {
        margin-bottom: 20px;
    }
    .copyright {
        margin: 0;
        padding: 0;
        text-align: center;
        width: 100%;
    }
    .social {
        justify-content: center;
    }
    .header-top-center {
        text-align: center;
        line-height: 1;
        display: none;
        transition: all .2s;
    }
    .header-top-center span {
        font-size: 10px;
        display: inline-block;
    }
    .search {
        min-width: 17px;
    }
    .search img {
        width: 18px;
    }
    .hero-text {
        margin-top: 30px;
    }
    .border-y {
        padding: 50px 2%;
    }
    .newsletter h2 {
        padding: 7px 0 10px;
    }
    .dewsletter input {
        margin-bottom: 10px;
    }
    .border-btn {
        margin-top: 10px;
    }
    .hover-over-content {
        padding: 10px;
    }
    .hover-over-content p {
        font-size: 12px;
    }
    .images-text-col {
        padding-right: 0;
    }
    .font34, h2.font34 {
        font-size: 150%;
        margin-bottom: 10px;
    }
    .work-col h6 {
        height: 1.3rem;
    }
    .mt-4 {
        margin-top: 1rem!important;
    }
    .clients-and-fliends p {
        font-size: 100%;
    }
    .capabilities-items span {
        font-size: 135%;
        line-height: 1.5;
    }
    section.capabilities-hover-image-sec .col-12.pb-4 {
        padding-bottom: 0 !important;
    }
    .py-5 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important;
    }
    .featured-post-stories {
        padding: 30px 0 0;
    }
    .newsletter-box {
        padding: 20px 20px 30px;
        margin-bottom: 10px;
    }
    #mc_embed_signup form #mc_embed_signup_scroll,
    .new-newsletter form {   
        gap: 10px;
        flex-direction: column;
    }
    .footer-col.contact-col {
        margin-top: 20px;
    }
    .brands-logo-col {
        gap: 30px 20px;
        padding: 30px 0 20px;
    }
    .brands-logo-col img {
        max-height: 30px;
        max-width: 100px;
    }
    .images-text-col img {
        margin: 0 auto 20px;
        max-width: 85%;
    }
    .cap-show {
        width: 65%;
        right: 20px !important;
        left: inherit !important;
    }
    .personal-web .dewspaper-tabs ul.nav.nav-tabs .nav-link {
        margin: 0 10px;
        font-size: 15px;
    }
    .client-comments-sec .hero-slide-items {
        background-size: 50px;
        padding-left: 65px;
    }
    .heart-icons-sec .images-text-col p {
        font-size: 115%;
    }
    .page-title.large-title br {
        display: none;
    }
    .contact-side {
        margin-bottom: 20px;
    }
    section.chat-calendar {
        padding-top: 0!important;
    }
    /* .page-id-1646 section.new-newsletter {
        padding: 0 0 10px !important;
    } */
    .hero-slider-sec + .title-text-sec .flex-row-reverse {
        flex-direction: column-reverse !important;
    }
    .share-article img {
        margin: 0 auto 15px;
        max-width: 60px;
    }
    .share-article h6 {
        font-size: 19px;
    }
    .case-study-images-sec iframe {
        max-height: 30VH;
    }
}