/*--------------------------
    HEADER GLOBAL STYLE
---------------------------*/
@media only screen and (min-width: 992px){
    ul#nav > li > a {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.logo h3 {
    margin-bottom: 0;
}
h1.logo-title {
    margin-bottom: 0;
}
.header__layout__2 h1.logo-title a,
.header__layout__3 h1.logo-title a{
    color:#ffffff;
}
.header__layout__2 h1.logo-title a:hover,
.header__layout__3 h1.logo-title a:hover{
    color:#FF5E63;
}
/*--------------------------
    HEADER LAYOUT 1
---------------------------*/

.header__layout__1 {
    padding: 10px 10%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.header__layout__1.sticky {
    position: fixed;
    background: #ffffff;
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 99;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}

/*--------------------------
    HEADER LAYOUT 2
---------------------------*/
.header__layout__2 {
    position: relative;
    z-index: 9;
}
.header__layout__2 .container-fluid {
    padding-left: 0;
}

.header__layout__2 .logo {
    background: #181C21;
    padding: 0;
    text-align: center;
    min-height: 80px;
    max-height: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition:0.3s;
}

.masage_icon {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background: -webkit-gradient(linear, left top, right top, from(#FF153C), to(#FF8955));
    background: -o-linear-gradient(left, #FF153C, #FF8955);
    background: linear-gradient(to right, #FF153C, #FF8955);
    border-radius: 5px;
    position: fixed;
    right: -100px;
    bottom: 20px;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    cursor: pointer;
    z-index: 9999;
}

.sticky .masage_icon {
    right: 20px;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

/*--------------------------
    HEADER LAYOUT 3
---------------------------*/
.header__layout__3 {
    background: #181C21;
<<<<<<< HEAD
=======
    position: absolute;
>>>>>>> ef658330b2f5114a4d9060888245e7de0e5ee32b
    z-index: 99;
    width: 100%;
    padding: 20px 0;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}

.header__layout__3 .stellarnav.light li a {
    color: #ffffff;
}

.header__layout__3 .stellarnav.light li li a {
    color: #181C21;
}

.header__layout__3 .stellarnav.light li li a:hover {
    color: #fff;
}

.header__layout__3 .stellarnav.mobile.light li a {
    color: #181C21;
}

.header__layout__3 .stellarnav.mobile.light li li a {
    color: #181C21;
}

.header__layout__3 .stellarnav.mobile.light li li a:hover {
    color: rgb(99, 67, 67)
}

.header__layout__3 .stellarnav.light .menu-toggle span.bars span {
    background: #fff
}

.header__layout__1 .sticky_logo{
  display: none;
}

.header__layout__1.sticky .main_logo{
  display: none;
  color:#fff;
}

.header__layout__1 .main_logo{
    color:#fff;
}
.header__layout__1.sticky .sticky_logo{
  display: block;
}
.header__layout__1 .stellarnav li a{
  color: #fff;
}
.header__layout__1.sticky .stellarnav li a{
    color: #181C21;
} 


@media screen and (min-width:991px) and (max-width: 1400px) {
     .button__group a.gradient__btn {
        /* display: none; */
    }
    .header__layout__1,
    .welcome__area__1 {
        padding: 25px 5%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .stellarnav.light li a {
        padding: 13px 7px;
    }
}

@media screen and (max-width:767px) {}
@media screen and (max-width: 1400px) and (min-width: 991px){
  #header .button__group a.gradient__btn.support__btn {
     display: none;
}
}

/* ADMIN BAR */

.header__area.sticky {
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 1024px) {

    .admin-bar .header__area {
        top: 30px;
    }
}

@media screen and (min-width: 783px) {
    .admin-bar .header__area {
        top: 32px;
    }
}

@media screen and (max-width: 782px) {
    .admin-bar .header__area {
        top: 46px;
    }
}

@media screen and (max-width: 600px) {
    .admin-bar .header__area.sticky {
        top: 0px;
    }
}