/* Add here all your CSS customizations */
#header{
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 29%, rgba(255,255,255,1) 100%);
}
.alt-bg{
    background-color:#fefcfd !important;
}
.feature-box.feature-box-style-2 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-2 .feature-box-icon .icons {
    color: #faa916;
}
.slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index:2;
    
    /* black overlay with 50% transparency */
    background:#0e1116;
    opacity:0.3;
}
.tp-caption.font-weight-extra-bold{
    color:#ed1e24 !important;
}
/* .tp-caption.font-weight-light{
    color:#0e1116 !important;
} */
.hidethis{
    z-index:99;
    color:#fff !important;
    font-weight:600 !important;
}
.fixed{
    position: fixed;
    top:-70px;
    left:0;
    width:100%;
    background-color:#fff;
    transition: all 0.4s ease-in-out;
}
.fixed.show{
    top:0;
    transition: all 0.4s ease-in-out;
}
.fixed-display, #header.header-effect-shrink .header-logo.fixed-display{
    display:none;
}
.fixed .fixed-display, #header.header-effect-shrink .fixed  .header-logo.fixed-display{
    display:block;
}
.header-nav-bar{
    padding-left:80px;
    padding-right:80px;
}
#header.header-effect-shrink .header-container{
    height:60px !important;
    min-height: 0;
}
#header .header-logo img{
    width:100px !important;
    height:auto !important;
}
html .btn-primary {
    background-color: #ed1e24;
    border-color: #ed1e24 #ed1e24 #ed1e25d3;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
}
.thumb-info-title{
    font-family: 'Poppins', sans-serif;
}
html .btn-primary:hover{
    background-color: #ed1e25d3;
    border-color: #ed1e25d3 #ed1e25d3 #ed1e24;
}
section.section{
    border:none;
    background-color: #fff;
}
.poppins{
    font-family:"Poppins", sans-serif;
}
.abt-content{
    padding-top:60px;
}
.main-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 60px;
    letter-spacing: 0px;
    margin-bottom: 32px;
    text-transform: uppercase;
    line-height: 45px;
    color:#ed1e24
}
.main-title small{
    font-size:30%;
    display:block;
    letter-spacing:2px;
    text-transform: capitalize;
    color:#0e1116;
    opacity:0.7;
}
.main-title.underline{
    position: relative;
    margin-bottom:50px;
}
.main-title.whites, .main-title.whites small{
    color:#fff;
}
.link-lead{
    float:right;
    font-size:16px;
    color:#ed1e24;
    text-align: right;
    position: relative;
}
.page-header .main-title{
    color:#fff;
    letter-spacing: 0;
}
.page-header .main-title.smaller-one small{
    color:#ed1e24 !important;
    font-weight: 900;
    font-family: 'Poppins', sans-serif !important;
}
.link-lead.non-floater{
    float:none;
}
.link-lead:hover{
    text-decoration: none;
    color:#ed1e24;
    opacity:0.9;
}
.link-lead.whites{
    color:#fefcfd !important;
}
.link-lead:before{
    content:'';
    position: absolute;
    bottom:-9px;
    left:0;
    width:0;
    height:2px;
    background-color:#ed1e24;
    z-index:0;
    opacity:0.8;
    transition: all 0.6s ease-in-out;
}
.link-lead:after{
    content:'';
    position: absolute;
    bottom:-9px;
    right:0;
    width:100%;
    height:2px;
    background-color:#0e1116;
    z-index:0;
    opacity:0.8;
    transition: all 0.6s ease-in-out;
}
.link-lead:hover::after{
   content:'';
    /* background-color:#ed1e24; */
    width:0;
}
.link-lead:hover::before{
    content:'';
     /* background-color:#ed1e24; */
     width:100%;
     opacity:0.9;
 }
.tp-caption.link-lead{
    font-size:20px;
}
.thumb-info .thumb-info-action-icon{
    background-color:#ed1e24;
}
.thumb-info .thumb-info-type{
    background-color:#faa916;
}
.main-title.underline:after{
    content:'';
    position: absolute;
    left:0;
    bottom:-25px;
    width:90%;
    height:2px;
    background-color:#faa916;
    opacity:0.4;
}
.text-right .main-title.underline:after{
    content:'';
    position: absolute;
    right:0;
    bottom:-25px;
    width:90%;
    height:2px;
    background-color:#faa916;
    opacity:0.4;
}
.main-title.smaller-one{
    font-size:40px;
    line-height:32px;
    word-spacing: 4px;
}
.center-caption{
    padding-top:30px;
}
.div-link:hover{
    text-decoration: none;
}
.shop-now{
    text-align: center;
    padding-top: 65px;
    min-height: 350px;
    padding-bottom: 70px;
}
.parallax:not(.page-header):not(.match-height):not([class*="section-height-"]) {
    margin: 10px 0;
    height:100vh;
    padding: 8% 0
}
.c-info{
    padding-top:60px;
}
.footer-lists{
    list-style-type: none;
    text-align: center;
    margin:0;
    padding:0;
}
.footer-lists li{
    list-style: none;
    display: inline-block;
}
.footer-lists li a{
    font-size: 16px;
    color:#fff;
    padding:2px 16px;
    font-family: 'Poppins', sans-serif;
}
#footer {
    background: #212529;
    border-top: 4px solid #212529;
    font-size: 0.9em;
    margin-top: 0;
    padding: 0;
    position: relative;
    clear: both;
}

.cover-background {
    position: relative;
    background-size: cover !important;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat !important;
}
.case-study-img {
    min-height: 500px;
}
.case-study-details {
    min-height: 500px;
    padding: 6.3% 6%;
}
.about-text {
    margin-left: 40px;
    top: -7px;
    position: relative !important;
    z-index: 5;
}
.black-text{
    color:#0e1116;
}
.title-small {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 0 !important;
    font-weight: 600 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
}
.case-study-work {
    letter-spacing: 3px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin: 5px 0 25px;
}
.about-number {
    border-right: 1px solid #faa916;
    float: right;
    color: #ed1e24;
    font-family: "Poppins",sans-serif;
    font-size: 80px;
    line-height: 112px;
    padding: 0 60px;
    font-weight: 900;
    letter-spacing: 2px;
}
.width-90 {
    width: 90% !important;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #faa916;
}
.parallax.my-0{
    margin:0;
    padding:50px 0;
}
.spa-treatments{
    background-color:#ed1e24;
}
.spa-treatments .right-content {
    padding: 60px;
}
.title-large {
    font-size: 28px !important;
    line-height: 32px !important;
    margin-bottom:12px;
    font-family: 'Poppins', sans-serif;
    letter-spacing:1px;
    font-weight: 600;
    color:#fff;
}
#message{
    height:auto !important;
    margin:0;
    padding:0;
}
.no-padding{
    padding:0;
}
.brand-pad{
    padding-top:100px;
}
.feature-box-info p, .header-nav-feature a{
    color:#000;
}
.custom-parallax{
    margin:0 !important;
}
.custom-parallax .note{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:50%;
    font-size:20px;
    z-index:9;
    color:#fff !important;
    font-family: 'Poppins', sans-serif;
    text-align: center !important;
}
.custom-parallax .parallax-background:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-color:#0e1116;
    opacity:0.3;
    width:100%;
    height:100%;
    z-index:0;
}
.custom-parallax .parallax-background{
    background-size: contain !important;
    position: relative;
}
.page-header.page-header-modern.page-header-background.page-header-background-md {
    padding: 180px 0 80px 0;
    margin-bottom: 0;
}
html section.section-secondary {
    background-color: #ed1e24 !important;
    border-color: #ed1e24 !important;
}
html .featured-boxes-full .featured-box-full-dark {
    background-color: #ed1e24;
    color: #FFF;
}
.values{
    padding-bottom:0 !important;
}
.marginb{
    margin-bottom:40px;
}
.home-concept strong {
    display: block;
    font-family: "Poppins", sans-serif;
    color:#0e1116;
    font-size: 1.8em;
    font-weight: normal !important;
    position: relative;
    margin-top: 30px;
}
.jumper{
    color:#ed1e24;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}
.jumper:hover{
    color:#0e1116;
    text-decoration: none;
}
.forcefullwidth_wrapper_tp_banner, .slider-container.rev_slider_wrapper, .slider.rev_slider.revslider-initialised.tp-simpleresponsive{
    height:100vh !important;
    max-height:none !important;
}
.page-header.page-header-modern.page-header-background.page-header-background-md.giving-back-header{
    height:100vh;
    padding: 260px 0 80px 0;
}
.color-boxes{
    list-style-type: none;
    margin:0;
    padding:0;
}
.color-boxes .color-box{
    list-style: none;
    display: inline-block;
    width:20px;
    height:20px;
    border:1px solid #000;
}
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
  z-index:99999;
}
.icon-scroll {
    width: 30px;
    height: 45px;
    margin-left: -20px;
    bottom: 10%;
    margin-top: -35px;
    box-shadow: inset 0 0 0 3px #fff;
    border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
.icon-scroll:after {
    content: 'Scroll Down';
    color: #fff;
    font-size:14px;
    /* margin-left: -4px; */
    bottom: -30px;
    width: 130px;
    position: absolute;
    left: 50%;
    letter-spacing: 2px;
    font-family: 'Poppins';
    /* margin-left: -8px; */
    transform: translateX(-36%);
    opacity: 0.7;
    
  }
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(16px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(16px);
  }
}
.thumb-info .thumb-info-wrapper:after {
    content: "";
    background: rgba(33, 37, 41, 0.1);
    transition: all 0.3s;
    border-radius: 4px;
    bottom: -4px;
    color: #FFF;
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px;
    display: block;
    opacity: 0;
    z-index: 1;
}
.home-concept .project-image {
    margin: 0px 0 0 30px;
}
.form-control{
    border-radius: 0;
}
.sizes{
    padding:0;
    margin:0;
}
.sizes li{
    padding:2px 6px;
}
.buttons  .link-lead{
    margin-right:32px;
}
.buttons  .link-lead i{
    margin-left:4px;
    font-size:13px;
}
@media only screen and (min-width:992px){
    
    #header .header-nav-bar.header-nav-bar-top-border {
        border-top: 1px solid rgba(237, 237, 237, 0.15);
    }
    #header .header-nav-main nav > ul > li {
        padding:0 0.9rem;
    }
    #header .header-nav-bar .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
        color: #fff;
        letter-spacing:1px;
        position: relative;
        padding:0;
    }
    #header .header-nav-bar.fixed.show .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
        color: #000;
        letter-spacing:1px;
        position: relative;
        padding:0;
    }

    #header .header-nav.header-nav-links nav > ul li:hover > a {
        color: #ed1e24 !important;
        text-decoration: none;
    }

    #header .header-nav-bar .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li.active > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li.active > a {
        color: #ed1e24 !important;
        letter-spacing:1px;
        text-decoration: none;
    }
    #header .header-nav-bar.fixed.show .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li.active > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li.active > a {
        color: #ed1e24;
        letter-spacing:1px;
        text-decoration: none;
    }
    
    #header .header-nav-bar .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li.active > a::before, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li.active > a::before {
        content:'';
        position: absolute;
        bottom:18px;
        left:0;
        width:100%;
        height:2px;
        background-color:#0e1116;
    }
    #header .header-nav-bar.fixed.show .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li.active > a::before, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li.active > a::before {
        content:'';
        position: absolute;
        bottom:18px;
        left:0;
        width:100%;
        height:2px;
        background-color:#0e1116;
    }
    #header .header-nav-bar .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li:hover > a::before, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li:hover > a::before {
        content:'';
        position: absolute;
        bottom:18px;
        left:0;
        width:100%;
        height:2px;
        background-color:#0e1116;
    }
    #header .header-nav-bar.fixed.show .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li:hover > a::before, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li:hover > a::before {
        content:'';
        position: absolute;
        bottom:18px;
        left:0;
        width:100%;
        height:2px;
        background-color:#0e1116;
    }
     #header .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown > .dropdown-item:after {
        content: '';
        display: block;
        position: absolute;
        top: auto;
        left: 50%;
        width: 0;
        height: 0;
        border-top: none;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid white;
        transform: translate3d(-7px, 10px, 0);
        bottom: 2px;
        margin-top: auto;
        z-index: 1001;
        opacity: 0;
        transition: ease transform 300ms;
    }
    #header .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown.open > .dropdown-item:after, #header .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown:hover > .dropdown-item:after {
		opacity: 1 !important;
		transform: translate3d(-7px, 0, 0);
	}
}
@media only screen and (max-width:768px){
    html #header.header-transparent{
        position: relative;
    }
    #header .header-btn-collapse-nav{
        background-color: #ed1e24;
    }
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
        color: #303877;
    }
    .nav-pills > li.active > a, .nav-pills .nav-link.active{
        background-color: transparent;
    }
    .abt-content {
        padding-top: 0px;
    }
    section.section.section-height-3 {
        padding: 2.6153846154rem 0;
    }
    .btn{
        margin-bottom:40px !important;
    }
    .header-btn-collapse-nav{
        margin-bottom:0 !important;
    }
    .parallax:not(.page-header):not(.match-height):not([class*="section-height-"]){
        height:90vh;
    }
    .about-number{
        display:none;
    }
    .case-study-details {
        width: 100%;
        clear: both;
        min-height: inherit;
        padding-bottom: 10%;
    }
    .fixed-display, #header.header-effect-shrink .header-logo.fixed-display{
        display:none;
    }
    .fixed .fixed-display{
        display:none;
    }
    #header .header-container#top-head{
        display: none;
    }
    /* #header.header-effect-shrink .header-container{
        display:none !important;
    } */
    /* .fixed-display, #header.header-effect-shrink .header-logo.fixed-display {
        display: block;
    } */
    .header-nav-bar.header-nav-bar-top-border{
        margin-top:-40px;
    }
    .header-nav-bar.header-nav-bar-top-border .header-btn-collapse-nav{
        display:none !important;
    }
    .header-nav-bar.header-nav-bar-top-border.fixed.show .header-btn-collapse-nav{
        display:block !important;
    }
    .header-nav-bar.header-nav-bar-top-border.show.fixed{
        margin-top:0;
    }
    .header-nav-bar{
        padding-left:10px;
        padding-right:10px;
    }
    .hidethis{
        display:none !important;
    }
    .footer-lists li{
        list-style: none;
        display: block;
        margin-bottom:12px;
    }
    .story-parallax{
        height:80vh !important;
    }
    .story-parallax.custom-parallax .parallax-background{
        
        background-size:cover !important;
        background-position: center center !important;
    }
    .custom-parallax .parallax-background{
        background-size: cover !important;
        position: relative;
    }
    .rev_slider img, .tp-simpleresponsive img{
        margin-left:175%;
    }
    .tp-caption.font-weight-extra-bold.text-color-dark.poppins.negative-ls-2{
        font-size:20px !important;
    }
    .tp-caption.link-lead.non-floater.font-weight-extra-bold.poppins, .rev_slider .tp-mask-wrap .tp-caption, .rev_slider .tp-mask-wrap :last-child{
        font-size:18px !important;
    }
    .tp-parallax-wrap{
        top:45% !important;
    }
    .tp-parallax-wrap:nth-last-of-type(1){
        top:50% !important;
    }
    .img-fluid.position-relative.appear-animation.mb-2.animated.appear-animation-visible{
        margin-bottom:40px !important;
    }
    .custom-parallax .note {
        width: 90%;
    }
    p.pr-5.mr-5{
        margin-right:0 !important;
        padding-right:0 !important;
    }
    .home-concept .project-image {
    margin: 20px auto 0 auto;
    }
    .featured-boxes-full .col-lg-3:not(.featured-box-full){
        min-height:200px;
    }
    .col-md-8.col-lg-6.text-center.text-lg-left.mx-auto img{
        margin:0 !important;
        margin-bottom:32px !important;
    }
    .sidebar form .form-control{
        height:calc(2.5em + .75rem + 6px);
    }
    #revolutionSlider_forcefullwidth{
        margin-top:-96px !important;
    }
    html #header.header-transparent{
        padding-top:16px;
    }
    #header{
        background:rgb(255,255,255);
    }
    .header-nav-bar.header-nav-bar-top-border.fixed.show{
        padding:8px 0;
    }
    .page-header.page-header-modern.page-header-background.page-header-background-md.giving-back-header {
        margin-top: -96px !important;
    }
    #header .header-nav-main nav > ul li {
        padding: 6px 2px;
    }
}