/* Targus By ThemeEaster */

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Header Section
    3.0 Hero Section
    4.0 Feature Section
    5.0 About Section
    6.0 Video Section
    7.0 Content Section
    8.0 Shop Section
    9.0 Faq Section
    10.0 Subscribe Section
    11.0 Footer Section
    12.0 Scroll To Top
    
    ==========================================================================
    Targus
    ========================================================================== */

    @import url('https://fonts.googleapis.com/css?family=Roboto:400,500,600,700');
    
/*  ==========================================================================
    Common Styles
    ========================================================================== */
*{
    padding: 0;
    margin: 0;
}
body{
    
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    letter-spacing: -0.2px;
    position: relative;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing:antialiased;
    color: #333;
}
h1{
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    margin: 0 0 10px;
    letter-spacing: -1.5px;
    color: #0f1d46;
}
h2{
    font-size: 32px;
    color: #0f1d46;
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.5px;
}
h3,h4{
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.7;
    color: #0f1d46;
    letter-spacing: -0.01em;
}
h3{
    font-size: 20px;
}
h4{
    font-size: 16px;
}
h5,h6{
    font-size: 14px;
    margin: 0 0 10px;
}
img{
    border: none;
    outline:none;
    max-width: 100%;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p, li, a, span{}
p{
    font-size: 16px;
    margin-bottom: 15px;
}
a, a:hover{
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #ddd !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #ddd !important;  
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #ddd !important;  
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #ddd !important;  
}
button{
    border: none;
    background: none;
}
/* Helper Class */
.padding{
    padding: 80px 0;
}
.no-padding{
    padding: 0;
}
.padding-15{padding: 15px;}
.padding-20{padding: 20px;}

.display-table{
    width: 100%;
    height: 100%;
    display: table;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}

.overlay{
    width: 100%;
    position: relative;
    z-index: 1;
}
.overlay:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.box input[type="checkbox"] {
    margin-right: 10px;
}

/*========== Preloader Styles ==========*/
.loaded .site-preloader-wrap {
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}
.site-preloader-wrap {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;left: 0
}
.site-preloader-wrap .spinner {
    background-color: #4777f4;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}
.spinner {
  width: 40px;
  height: 40px;

  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

/*========= Button Style =========*/
.btn-group{}
.btn-group a{
    margin: 5px;
}
.btn-group_left a{
    margin-right: 15px;
    margin-bottom: 15px;
}
.default-btn{
    display: inline-block;
    background:  #ffffff;
    color: #f5861f;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    letter-spacing: 0;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    z-index: 1;
}
.default-btn:hover{ color: #FFF; }
.default-btn span {
    background: #000000 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: -1;
}
.default-btn:hover span {
    height: 562.5px;
    width: 562.5px;
}

/*========== Transition Effect ==========*/
.section-heading{}
.section-heading h4{
    background-color: rgba(71, 119, 244,0.2);
    font-size: 12px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 2px;
    color: #4777f4;
    font-weight: 600;
    margin-bottom: 15px;
    
}
.section-heading h2{
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -1.5px;
}

/*========== Transition Effect ==========*/
a,a:hover, .overlay, img, .form-control,  .form-control:hover, button{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/* ==========================================================================
   Header Section
   ========================================================================== */
.header-section{
    background-color: transparent;
    width: 100%;
    height: 60px;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.navbar-fixed-top.header-section{
    background-color: #f5861f;
    -moz-box-shadow: 0 2px 5px rgba(16,16,16,.07);
    -webkit-box-shadow: 0 2px 5px rgba(16,16,16,.07);
    box-shadow: 0 2px 5px rgba(16,16,16,.07);
    height: 70px;
    border-bottom: 0;
    padding: 0;
}
.mainmenu .default-btn{
    background-color: #fff!important;
    border-radius: 2px;
    display: inline-block;
    padding: 10px 35px;
    text-transform: uppercase;
    font-size: 12px;
    color: #0f1d46!important;
    font-weight: 600;
    line-height: 25px;
    margin: 14px 0;
    letter-spacing: 0;
}
.navbar-fixed-top .mainmenu .default-btn{
    background-color: #feb44b!important;
    color: #fff!important;
}
.navbar-fixed-top .mainmenu .default-btn:hover{
    color: #fff!important;
}
.mainmenu .default-btn:hover{
    color: #fff!important;
    -webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    opacity: 0.8;
    
}
.navbar-fixed-top ul.nav > li > a{
/*    color: #0f1d46;*/
    color: #fff;
}
.navbar-fixed-top ul.nav > li > a:hover,
.navbar-fixed-top ul.nav > li > a:focus,
.navbar-fixed-top ul.nav > li a.active{
    color: #4777f4;
	background:#feb44b;
	text-decoration: underline;
}
img.logo-light, img.logo-dark, div.logo-l.tab-mob-view{width: 151px;height: auto;}
div.logo-l.tab-mob-view

.logo-light,
.navbar-fixed-top .logo-light,
.logo-dark,
.navbar-fixed-top .logo-dark,
.navbar-fixed-top.header-section,
.header-section{
    transition: all 0.2s ease-in-out;
}

.navbar-fixed-top .navbar-brand .logo-dark,
.navbar-brand .logo-light{
    display: block;
}
.navbar-fixed-top .navbar-brand .logo-light,
.navbar-brand .logo-dark{
    display: none;
}
.navbar{
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
    padding: 0;
}
.navbar-header {
    padding: 17px 0;
}
.navbar-header .brand{
    font-size: 25px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    font-weight: 600;
    margin-left: 13px;
}
.navbar-header .nav-btn{
    padding: 8px;
    border-radius: 1px;
}
.navbar-header .nav-btn .icon-bar{
    background-color: #fff;
    width: 18px;
}
.navbar-fixed-top .navbar-header .nav-btn .icon-bar{
    background-color: #777;
}
.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus{
    opacity: 0.8;
}

/* Nav Menu */
#navbar{
    z-index: 999;
    padding: 0 15px;
}
ul.nav{}
ul.nav > li{}
ul.nav > li > a{
    color: #000;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 70px;
    z-index: 1;
}
ul.nav li.active a{
	text-decoration: underline;
	font-weight: bold;
}
ul.nav > li > a:hover,
ul.nav > li > a:focus,
ul.nav > li > a.active{
    background: none;
    color: #fff;
    opacity: 1;
	
}
.menu-btn{
    margin-left: 10px;
    margin-top: 10px;
}

/* Mobile Menu */
.menu-wrap{
    position: relative;
}
.slicknav_menu {
    background: none;
    padding: 4px 0;
    display:none;
    width: 100%;
    position: absolute;
    right: 0;
    top: 55px;
}
.slicknav_nav {
    background-color: #fff;
}
.slicknav_btn{
    background-color: transparent;
    margin: -48px 5px 0px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row, 
.slicknav_nav a,
.slicknav_nav a:hover{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.slicknav_nav .slicknav_row, 
.slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    color: #0f1d46;
}
.slicknav_nav a .caret{
    display: none;
}
.slicknav_nav ul{
    margin: 0;
}
.slicknav_nav ul li a{
    padding-left: 30px;
    font-size: 12px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover{
    background-color: transparent;
    color: #0f1d46;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section{
    background-image: none;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    width: 100%;
/*    height: 650px;*/
    height: auto;
    display: flex;
    align-items: center;
}
.hero-content{}
.hero-content h1{
    color: #fff;
    margin-bottom: 20px;
}
.hero-content .default-btn{
    background-color: #fff;
    color: #0f1d46;
}
.hero-content .default-btn:hover{
    color: #fff;
}
.hero-content p{
    color: rgba(255,255,255,0.8);
}
.hero-content p{
    margin-bottom: 30px;
}
.hero-moc img{
    width: 75%;
}
.hero-moc{
    margin-top: 80px;
    margin-left: 100px;
}
.moc-animation{
    animation-name: moc-animation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: moc-animation;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear
}

@-webkit-keyframes moc-animation {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }
}

@keyframes moc-animation {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

/* ==========================================================================
   Feature Section
   ========================================================================== */
.feature-section{}
.feature-box{
    padding: 40px 30px;
    text-align: center;
}
.feature-box:hover{
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}
.feature-box h3{
    font-size: 18px;
}
.feature-box p{
    margin-bottom: 20px;
}
.feature-box .targus{
    font-size: 40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 30%;
    display: inline-block;
    margin-bottom: 20px;
}
/*========== Read More ==========*/
.read-more{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}

/* ==========================================================================
   About Section
   ========================================================================== */
.about-section{}
.about-list {
    text-align: left;
    padding: 5% 15%;
}
.about-list li{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.2px;
}
.about-list li i{
    background-color: #f5861f;
    color: #fff;
    font-size: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
}

/* ==========================================================================
   Video Section
   ========================================================================== */
.video-section{
    background-image: url(../img/video-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 285px;
    position: relative;
    
}
.play-button{
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    text-align: center;
    display: block;
    margin: 0 auto;
    transform: translate(-50%,-50%);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.play-button span {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    z-index: 9;
    color: #fff;
    font-size: 24px;
    margin-top: -50px;
    text-align: center;
    border-radius: 50%;
    line-height: 100px;
    background-color: #feb44b;
    display: inline-block;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.play-button:hover span{
    background-color:#f5861f;
    color: #fff;
}

.play-button .ripple,
.play-button .ripple:before,
.play-button .ripple:after {
    position: absolute;
    left: 50%;
    top: 50%;
/*
    width:98px;
    height:98px;
*/
    width: 50px;
    height: 50px;
    margin-left:-49px;
    margin-top:-49px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.50);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0.50);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255,0.50);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255,0.50);
    box-shadow: 0 0 0 0 rgba(255,255,255,0.50);
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}
.play-button .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}
.play-button .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

/*customize play button*/
.play-button span {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -36px;
    line-height: 50px;
}
.fa-play:before {
    margin-left: 5px;
}
.play-button .ripple{
    margin-left: -16px;
    margin-top: -36px;
    left: 41%;
    top: 50%;
}
.play-button .ripple:before{
    margin-left: -25px;
    margin-top: -25px;
    left: 50%;
    top: 50%;
}

.play-button .ripple:after{
    margin-left: -25px;
    margin-top: -25px;
    left: 50%;
    top: 50%;
}

@-webkit-keyframes rippleOne {
    70% {box-shadow: 0 0 0 70px rgba(244,68,56,.0);}
    100% {box-shadow: 0 0 0 0 rgba(244,68,56,.0);}
}

@keyframes rippleOne {
    70% {box-shadow: 0 0 0 70px rgba(244,68,56,.0);}
    100% {box-shadow: 0 0 0 0 rgba(244,68,56,.0);}
}

/* ==========================================================================
   Content Section
   ========================================================================== */
.content-section{}
.content-section .section-heading{}
.content-section .section-heading h2{
    margin-bottom: 20px;
}
.content-section .section-heading p{
    margin-bottom: 30px;
}
.content-box{
    display: block;
    position: relative;
}
.icons-wrap .icon-1,
.icons-wrap .icon-2,
.icons-wrap .icon-3{
    position: absolute;
    width: auto;
    height: auto;
    left: 140px;
    top: 85px;
}
.icons-wrap .icon-2{
    position: absolute;
    left: 50%;
    top: 90px;
}
.icons-wrap .icon-3{
    position: absolute;
    left: 75%;
    top: 115px;
}
.icons-wrap i{
    background-color: #4777f4;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.icons-wrap .ripple:before,
.icons-wrap .ripple:after,
.icons-wrap .ripple{
    position: absolute;
    left: 0;
    top: 0;
    width:40px;
    height:40px;
    margin-left:0;
    margin-top:0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(71, 119, 244,0.50);
    -moz-box-shadow: 0 0 0 0 rgba(71, 119, 244,0.50);
    -ms-box-shadow: 0 0 0 0 rgba(71, 119, 244,0.50);
    -o-box-shadow: 0 0 0 0 rgba(71, 119, 244,0.50);
    box-shadow: 0 0 0 0 rgba(71, 119, 244,0.50);
    -webkit-animation: rippleThree 3s infinite;
    -moz-animation: rippleThree 3s infinite;
    -ms-animation: rippleThree 3s infinite;
    -o-animation: rippleThree 3s infinite;
    animation: rippleThree 3s infinite;
}
.icons-wrap .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}
.icons-wrap .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}
@-webkit-keyframes rippleThree {
    70% {box-shadow: 0 0 0 30px rgba(244,68,56,.0);}
    100% {box-shadow: 0 0 0 0 rgba(244,68,56,.0);}
}

@keyframes rippleThree {
    70% {box-shadow: 0 0 0 30px rgba(244,68,56,.0);}
    100% {box-shadow: 0 0 0 0 rgba(244,68,56,.0);}
}

/* ==========================================================================
   Shop Section
   ========================================================================== */
.shop-item{
    background-color: #fff;
/*    border-bottom: 5px solid #b74d73;*/
    border-radius: 5px;
    overflow: hidden;
}
.shop-thumb{
    position: relative;
}
.shop-thumb img{
    width: 100%;
}
.shop-details{
    text-align: center;
    padding: 30px 10px;
    border: 5px solid #feb44b;
    width: 90%;
    margin: 30px auto;
    position: relative;
    border-radius: 17px;
}

.shop-details:before {
    content: '';
    background: #FFFFFF url(../img/quote-1.png);
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 60px;
    height: 40px;
    padding: 25px 15px;
    left: -10px;
    bottom: -20px;
    transform: rotate(180deg);
}

.shop-details:after {
    content: '';
    background: #FFFFFF url(../img/quote-1.png);
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 60px;
    height: 60px;
    right: 10px;
    top: -30px;
}

.shop-details h4{
    color: #4777f4;
}
.shop-details h3{
    margin-bottom: 0;
}
.shop-details h3 a{
    color: #0f1d46;
    font-size: 18px;
}
.shop-details h3 a:hover{
    color: #4777f4;
}
.pro-feature li{
    font-size: 14px;
}
.default-btn.order{
    position: absolute;
    width: auto;
    height: auto;
    left: 50%;
    bottom: 0;
    font-size: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%,100%);
    transform: translate(-50%,100%);
    -webkit-transition: all .4s cubic-bezier(.37,.31,.2,.85);
    transition: all .4s cubic-bezier(.37,.31,.2,.85);
}
.shop-item:hover .default-btn.order{
    transform: translate(-50%,0);
    visibility: visible;
    opacity: 1;
}

/*========== Navigation ==========*/
.b4after-carousel, .shop-carousel{
    position: relative;
}
.b4after-carousel .owl-nav div, .shop-carousel .owl-nav div{
    background-color: #fff;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 0;
    top: 50%;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transform: translateX(-50%);
    transition: all 0.4s cubic-bezier(.37,.31,.2,.85);
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.b4after-carousel .owl-nav div.owl-next, .shop-carousel .owl-nav div.owl-next{
    left: auto;
    right: 0;
}
.b4after-carousel:hover .owl-nav div, .shop-carousel:hover .owl-nav div{
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.owl-prev{margin-left: -5%;}
.owl-next{margin-right: -5%;}

/* ==========================================================================
   Faq Section
   ========================================================================== */
.faq-section{}
#accordion {
    padding-right: 50px;
}
.card {
    margin: 0 0 16px;
    border: 0;
}
.card.default {
    margin: 0;
}
.card-header {
    border: 0;
    background-color: transparent;
    padding: 0;
}
.card-header a {
    color: #0f1d46;
    display: block;
    padding: 20px 45px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
}
.card-header h5 {
    font-weight: 600;
    color: #162466;
}
.card-body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.card-header.active a:before {
    content: "\f106";
}
.card-header a:before {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    left: 20px;
    top: 20px;
    color: #4777f4;
}
.card-header a:hover {
    color: #4777f4;
}

/* ==========================================================================
   Subscribe Section
   ========================================================================== */
.subscribe-section{}
.submit-btn{
    background-color: #4777f4;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.5px;
    padding: 0 35px;
    cursor: pointer;
}
.submit-btn:hover{
    background-color: #0f083a;
}
.subscribe-form input{
    background-color: #fff;
    border: none;
    outline: none;
    box-shadow: none;
    width: 50%;
    height: 50px;
    line-height: 50px;
    padding: 15px;
}
/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer-section{
    background-color: #312927;
    display: block;
}
.footer-widgets{}
.footer-widgets p{
    color: rgba(255,255,255,0.5);
}
.footer-widgets p,
.footer-widgets img{
    margin-bottom: 20px;
} 
.footer-widgets h3{
    color: #fff;
} 
.widgets-links{}
.widgets-links li{
    line-height: 30px;
}
.widgets-links li a{
    color: rgba(255,255,255,0.5);
    font-size: 14px;
}
.widgets-links li a:hover{
    color: #4777f4;
    text-decoration: underline;
}
.social-icon{}
.social-icon li{
    display: inline-block;
    margin-right: 3px;
}
.social-icon li a{
    background-color: rgba(255,255,255,0.1);
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 13px;
}
.social-icon li a:hover{
    background-color: #4777f4;
    color: #fff;
}
.footer-text{
	font-size: 12px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
}
.footer-text p{
    color: rgba(255,255,255,0.5);
    margin: 0;
    font-size: 12px;
}
.footer-text a{ color:#ae713a;}
/* ==========================================================================
   Scroll To Top
   ========================================================================== */
#scroll-to-top{
    background-color: #ae713a;
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    line-height: 45px;
    color: #fff;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 999;
}
#scroll-to-top:hover{
    background-color: #1d120f;
    color: #fff;
    opacity: 0.8;
}

			.text-slider{ 
				font-size:10px;
				color:black; 
				position: absolute; 
				z-index: 1;
				right:20%;
					margin-top:-25px;
			}
            
            /*Covid-19 modal*/
            div#covidmodal button.close {
                position: absolute;
                color: black;
                opacity: 1;
                right: 11px;
                top: 10px;
            }

                img.covid-img {
                border-radius: 15px;
            }

                .modal-content {
                border-radius: 15px;
                margin-top: 25%;
            }
            
            /*Form style*/
            .nobottommargin {
                margin-bottom: 0!important;
            }
            
            #template-contactform, .quick-contact-widget.form-widget form {
                position: relative;
            }
            
            .form-process, .preloader, .preloader2 {
                display: block;
                width: 100%;
                height: 100%;
                background: url(images/preloader.gif) center center no-repeat #fff;
            }
            
            .form-process {
                display: none;
                position: absolute;
                z-index: 3;
                background-color: rgba(255,255,255,.7);
            }
            
            .sm-form-control {
                display: block;
                width: 100%;
                height: 38px;
                padding: 8px 14px;
                font-size: 15px;
                line-height: 1.42857143;
                color: #555;
                background-color: #fff;
                background-image: none;
                border: 2px solid #ddd;
                border-radius: 0!important;
                -webkit-transition: border-color ease-in-out .15s;
                -o-transition: border-color ease-in-out .15s;
                transition: border-color ease-in-out .15s;
            }
            
            .sm-form-control {
                height: auto;
            }
            
            .border-form-control {
                height: 48px;
                padding: 8px 4px;
                font-size: 21px;
                letter-spacing: 1px;
                background-color: transparent !important;
                border-top: transparent;
                border-right: transparent;
                border-left: transparent;
                border-bottom-width: 1px;
                font-family: 'Source Sans Pro', sans-serif;
            }
            
            .form-control.error, .sm-form-control.error {
                border-color: #e42c3e;
            }
            
            label {
            display: inline-block;
            margin-bottom: .5rem;
        }
            
            label {
    display: inline-block;
    font-size: 13px;
    font-family: Raleway,sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 0;
/*    margin-top: 2%;*/
    cursor: pointer;
}
            
            label.error {
    margin-top: 5px;
    color: #e42c3e;
    font-weight: 400;
}
            
            label.error {
    display: none!important;
}
            
            .clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}
            
            .topmargin-sm {
    margin-top: 30px!important;
}
            .noleftmargin {
    margin-left: 0!important;
}
            .t500 {
    font-weight: 500!important;
}
            .button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: 0;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #1abc9c;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}
    .button.button-border {
    border: 2px solid #444;
    background-color: transparent;
    color: #333;
    line-height: 36px;
    font-weight: 700;
    text-shadow: none;
}
    .button.button-circle {
    border-radius: 20px;
}
    .button.button-border {
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 13px;
}
    body:not(.device-touch) .button {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
            
            .col_full {
    clear: both;
    float: none;
    margin-right: 0;
}
            
            .col_five_sixth, .col_four_fifth, .col_full, .col_half, .col_one_fifth, .col_one_fourth, .col_one_sixth, .col_one_third, .col_three_fifth, .col_three_fourth, .col_two_fifth, .col_two_third, .postcontent, .sidebar {
    display: block;
    position: relative;
    margin-right: 4%;
    margin-bottom: 50px;
    float: left;
}
            
            form .col_five_sixth, form .col_four_fifth, form .col_full, form .col_half, form .col_one_fifth, form .col_one_fourth, form .col_one_sixth, form .col_one_third, form .col_three_fifth, form .col_three_fourth, form .col_two_fifth, form .col_two_third {
    margin-bottom: 25px;
}
            
            span.count {
                position: relative;
                font-size: 42px;
                line-height: 1.4em;
                font-weight: 700;
                color: #fff;
                margin-bottom: 7px;
            }

/* Form*/
.text-form{
    letter-spacing: 1px;
    padding-bottom: 10px;
}
 .box {
	position: relative;
	width: 100%;
	padding: 30px 40px;
      background-color: #ffeb98;
	box-sizing: border-box;
	box-shadow: 0 10px 10px rgba(0,0,0,.5);
	border-radius: 10px;

}
.box h2 {
	margin: 0 0 30px;
	padding: 0;
	color: #FFF;
	text-align: center;
}

.box .inputBox {
	position: relative;
}
.box .inputBox input, .box .inputBox select {
	width: 100%;
	padding: 10px 0;
	font-size: 16px;
	color: #000!important;
	letter-spacing: 1px;
/*	margin-bottom: 30px;*/
/*	border: none;*/
	border: 1px solid #FFF;
	outline: none;
	background: #fff;
    border-radius: 10px;
    padding: 5px;
}
.box .inputBox label {
	font-size: 16px;
	color: #000;
	pointer-events: none;
	transition: .5s;
	animation: LabelOnLoad 1s forwards 0s ease;
}

.mobile{ display: none;}

.live-video-box {
        position: relative;
        padding-bottom: 45.5%;
        height: 0;
           margin: 32% 12.5% 32% 10%;
        margin-bottom: 0;
    }
    
    iframe.jeff-video1{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
            
/* Hair Problem */
#hair-problem{ margin: 0 auto; background: #fff; padding-bottom: 2em;}
.hair-problem-img{  margin: 0 auto;}
.bar-orange{background: #ff8f21; margin: 0 auto; text-align: center; margin-bottom: 1em;}
/*Home page image*/
img.home-img.desktop-view, img.home-img.tablet-view, img.home-img.mobile-view {
    width: 100%;
}

.fact-title1, .fact-title2, .fact-title3, .fact-title4{ color:#fff;}
#facts{color:#fff;}

.contact-no a{color: #33322d;}
.contact-no i{color:#f5861f; font-size:16px; padding-right:5px;}
.contact-no:hover{ text-decoration: underline;}

#header.header-section.navbar-fixed-top a.default-btn.tab-mob-view{ display: block;}

body.thanks {
    background: url(../img/desktop-background.jpg) no-repeat top;
    position: relative;}

body.thanks #slider-wrapper{background:none;}

.left-img{ margin-top: -6em;}
#logo-wrapper{ margin-top: 1em; }

.logo{ display: block; padding: 15px 30px; margin: 0 auto; text-align: center;}
#slider-wrapper{  width: 100%; text-align: center;background: url(../img/Jeff-microsite2-desktop.png) no-repeat top; min-height: 1250px; background-size: cover;}
.wording-left{margin-top: 1em; text-align: center;}
/* .jeff-video {padding:0; margin: 0 auto; text-align: center; margin-top: 20em; } */
/*.jeff-video iframe{ width: 76%; margin: 0 auto; height: 485px; margin-left: -1.5em;} */
.jeff-img img.tvc{ margin-top:-50px;  z-index: 6; position: relative; width: 98%;}
.jeff-img{ margin: 0 auto; text-align: center;}
.jeff-model{margin-top: 6.2em;}

.trt-video {padding:0; margin: 0 auto; text-align: center; }
.trt-video iframe{ width:100%; margin: 0 auto; height: 315px;}

#book{
       background: #fff5e8; padding: 2em 0; 
}
.text-cn{ font-size: 10px; font-style: italic; letter-spacing: 1px; margin-top: 2em; line-height: normal;}
.text-en{ font-size: 10px; font-style: italic;}
/* QnA */
label.css-label-A {
    background-image: url(../img/correct1.png);
}
label.css-label-B {
    background-image: url(../img/wrong1.png);
}

input[type=radio].css-A + label.css-label-A {
    width: 131px;
    height: 50px;
    display: inline-block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 0 -25%;
    vertical-align: top;
    cursor: pointer;
    background-size: 72%;
    /* vertical-align: top; */
}

input[type=radio].css-B + label.css-label-B {
    width: 131px;
    height: 50px;
    display: inline-block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 0 14px;
    vertical-align: top;
    cursor: pointer;
    background-size: 53%;
}
label.css-label-A {
    margin-left: 61px;
}
label.css-label-B {
    background-position: 0 -60px ;
}
input[type=radio].css-A:checked + label.css-label-A {background-position: 0 -63px;}
input[type=radio].css-B:checked + label.css-label-B {background-position: 0 -60px;}
input[type=radio].css-A, input[type=radio].css-B {   display: none;}

.product-kit-img {
display: block;
    width: 190px;
    margin-top: 2em;
    margin-left: 1.5em;

}


#appointments .btn{ font-size: 1.8rem;padding: .375rem 1.2rem;}
#hair-treatment{ background: #fff; }
/*----Google Review----*/
#testimonial-slider {padding: 10% 0;background-color: #FFEFD8;}
.greview-slider {width: 90%;margin: auto;border-radius: 10px;}
.greview-slider .flex-direction-nav .flex-prev{left: -5%!important;}
.greview-slider .flex-direction-nav .flex-next{right: -5%!important;}

/*Google Review*/
.google-img{ width: 250px; margin: 0 auto; padding-bottom: 2em;}
.google-border{ 
    padding: 20px 30px 5px 30px; 
    border: 1px solid #eeeeee; 
    text-align: left; 
    border-radius: 10px;
    margin: 0 auto;
    box-shadow: 0px 0px 7px -5px rgba(136,133,133,1);
    -webkit-box-shadow: 0px 0px 7px -5px rgba(136,133,133,1); 
    -moz-box-shadow: 0px 0px 7px -5px rgba(136,133,133,1);
    font-size: 14px;
    background-color: #fff;
}
.branch a{ font-size: 22px; color: #000; }
.branch-add{color: #70757a; line-height: 18px; font-size: 12px;}
.google-rate-wrap{padding: 0 0 5px;}
.rate-container{    padding: 10px 0;border-bottom: 1px solid #f3f3f3;}
.google-rate{ display: inline-block; margin-right: 10px; color: #70757a; white-space: nowrap;font-size: 32px; font-family: arial,sans-serif;}
.positif-text span{ font-weight: bold; color:#3c4043;}
.review-topics{display: block;}
.review-topics-title{
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #dadce0;
    height: 30px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    margin: 4px 8px 4px 0;
    
}

.review-topics-title.selected span{
    background: #e8f0fe;
    border-color: #d2e3fc;
    color: #1967d2;
}
.review-topics-title span{
    display: flex;
    align-items: baseline;
    color: #3c4043;
    display: inline-block;
    font: 400 arial,sans-serif;
}


.google-star-time{display: inline-block;margin-right: 8px;color: #70757a;}

.review-topics-title span span.no{   color: #70757a;}
.google-review-author{ color: #000; font-weight: bold; font-size: 110%;}
/*.review-part .col-lg-2{     -webkit-box-flex: 0; -ms-flex: 0 0 13.5%; flex: 0 0 13.5%; max-width: 13.5%;}*/
.review-part{ padding: 30px 0 20px 0;}
.GrWnYc, .GrWnYc span {
    background-size: 25px 22px;
    height: 22px;
    top: 1px;
    width: 123px;
}
.GrWnYc {
    background-image: url(../img/star-grey.png);
}
.GrWnYc span {
    background-image: url(../img/star-yellow.png);
}
.EBe2gf, .EBe2gf span {
    background-size: 14px 13px;
    height: 13px;
    top: 1px;
    width: 69px;
}
.EBe2gf {
    background-image: url(../img/star-grey.png);
}
.EBe2gf span {
    background-image: url(../img/star-yellow.png);
}




.Fam1ne {
    background-repeat: repeat-x;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.Fam1ne span {
    background-repeat: repeat-x;
    display: block;
}

.google-review{color:#222;}

.icon-like {
    display: inline-block;
    fill: currentColor;
    height: 24px;
    line-height: 24px;
    position: relative;
    width: 24px;
}

.icGDpd {
    vertical-align: bottom;
}

.tdBFC {
    background-color: transparent;
    border: 0;
    color: #70757a;
}

.icon-like svg {
    display: block;
    height: 100%;
    width: 100%;
}

.icon-no {
    bottom: 1px;
    color: #70757a;
    display: inline-block;
    line-height: 20px;
    padding: 3px 6px 0 6px ;
    position: relative;
}
.author-testimonial{ width: 70px; padding-top: 5px;}

.morecontent span {display: none;}


a.morelink {
    text-decoration: none;
    outline: none;
    font-weight: bold;
    text-transform: uppercase;
    color:#ff0000;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    padding: 0 1em;
}

/*---Thank you Page--*/

#form {

}
.thank-you-product{ width: 80%; text-align: center; margin: 0 auto;}
.thank-you-img{ margin-top: 5em;}
.thankyou-bar{
	background: #fff5e8;
	}
.thx-container {
	padding:50px 0;
}
#thankyou{ padding:0; }

.title-thanks{font-size: 58px; font-weight:600; color:black; line-height: normal;}
.text-thanks{ color:black; padding:0 20px;}
.text-contact{ font-size:24px; font-weight:600; color:black;}