/* HEADER CSS START */
#header .top-bar ul{
    padding-inline-start: 0;
    margin: 0;
}
#header .top-bar .contact ul:before {
    content: url(../images/Contact-Us.png);
    display: inline-block;
    float: left;
    margin-right: 20px;
    padding-top: 5px;
}
#header .top-bar ul li {
    list-style: none;
}
#header .top-bar .cta li {
    display: inline-block;
    float: left;
    margin-right: 25px;
}
#header .top-bar .cta li:last-child {
    margin-right: 0;
}
/* Desktop Navigation */
.navbar-brand {
    margin-left: 0px;
    padding: 5px 0;
    height: auto;
    float: left;
}

.nav-menu, .nav-menu * {
    list-style: none;
    padding-inline-start: 0px;
}

.nav-menu > ul {
    margin-bottom: 0;
}

.nav-menu > ul > li {
    position: relative;
    margin-right: 0px;
    white-space: nowrap;
    float: left;
    padding: 10px 20px;
}

.nav-menu a {
    display: block;
    text-align: left;
    position: relative;
    color: #000;
    transition: 0.3s;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: 'Prompt', sans-serif;;
}
.nav-menu li:first-child {
    padding-left: 0;
}
.nav-menu li:last-child {
    padding-right: 0;
}
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    font-weight: 500;
    text-decoration: underline;
}

.nav-menu .border-btn {
    border: 1px solid #3366cc;
    color: #3366cc;
    background-color: #fff;
}

.nav-menu .border-btn:hover {
   background-color: #3366cc;
   color: #fff;
   text-decoration: none;
   -webkit-transition: all 750ms ease-in-out 0s;
    -moz-transition: all 750ms ease-in-out 0s;
    -ms-transition: all 750ms ease-in-out 00ms;
    -o-transition: all 750ms ease-in-out 0ms;
    transition: all 750ms ease-in-out 0ms;
}

/*.nav-menu a.active, .drop-down.active {
    background-color: #3366cc;
    color: #fff !important;
}

.nav-menu a.active {
    background-color: #3366cc;
    color: #fff !important;
    border-left: 3px solid #fda703;
}*/

.nav-menu .get-started a {
    background: #eb5d1e;
    color: #fff;
    border-radius: 50px;
    margin: 0 15px;
    padding: 10px 25px;
}

.nav-menu .get-started a:hover {
    background: #ee7843;
    color: #fff;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 40px);
    z-index: 99;
    opacity: 0;
    margin-top: 30px;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
    opacity: 1;
    visibility: visible;
    border-top: 3px solid #fab6b6;
    border-radius: 5px;
}

/*.nav-menu .drop-down:hover > ul.first {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    height: 150px;
}*/

#inner-page .nav-menu .drop-down:hover > ul {
    background-color: #000066;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
    padding: 0 5px;
}

.nav-menu .drop-down li:hover {
    background-color: #9b77f5;
    width: 100%;
    border-left: 3px solid #fab6b6;
    
}

.nav-menu .drop-down ul a {
    padding: 4px 10px;
    font-size: 14px;
    color: black !important;
    text-transform: uppercase;
}

/*.nav-menu .drop-down:hover ul.mega {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    width: 750px;
}

.nav-menu .drop-down.parent.active ul a.active, .nav-menu .drop-down.parent.active ul li:hover, .nav-menu .drop-down.parent.active ul li a:hover, .nav-menu .drop-down ul li:hover, .nav-menu .drop-down ul li a:hover {
    color: #fff !important;
}*/

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: #fff !important;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    margin-top: 0;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -300px;
    width: 300px;
    padding-top: 18px;
    background: #fff;
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
    text-decoration: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.mobile-nav .get-started a {
    background: #eb5d1e;
    color: #fff;
    border-radius: 50px;
    margin: 15px;
    padding: 10px 25px;
}

.mobile-nav .get-started a:hover {
    background: #ee7843;
    color: #fff;
}

.mobile-nav .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\eaa0";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 20px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    background:linear-gradient(to right, #fab6b6, #9b77f5);
    background: -moz-linear-gradient(to right, #fab6b6, #9b77f5);
    background: -webkit-linear-gradient(to right, #fab6b6, #9b77f5);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 10px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: #fff;
    opacity: 1;
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle {
    top: 20px;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
    background-color: transparent;
}

/* STICKy NAVIGATION */

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    background-color: #fff !important;
    background-image: none !important;
    z-index: 1;
    box-shadow: 0 1px 15px #9b77f5;
}

#inner-page #header.sticky {
    background-color: #000066 !important;
}

.sticky .nav-menu a {
    color: #000;
}

.sticky .parent.active a {
    color: #fff;
}

.sticky + .content {
    padding-top: 102px;
}

.dropdown-menu {
    border: 0px;
    border-top: 3px solid;
    border-radius: 0;
    position: absolute;
    z-index: 1000;
    float: left;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
/* HEADER CSS END */
/* GENERAL CSS START */
body {
    overflow-x: hidden;
    font-family: 'Prompt', sans-serif !Important;
    font-size: 18px !Important;
    line-height: 28px !Important;
    font-weight: 400;
}
iframe {
    max-width: 100%;
}
p, li, span {
    color: #827e88;
}
a {
    color: #827e88 !important;
    font-weight: 700;
}
ul {
    margin-bottom: 0;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-white {
    color: #fff;
}
.text-black {
    color: #000;
}
.text-blue {
    color: #9b77f5 !important;
}
.flex {
    display: flex;
}
.justify-content-right {
    justify-content: right;
}
.sb {
    font-weight: 600;
}
.regular {
    font-weight: 400;
}
.txt-grey {
    color: #827e88;
}
.cta-type-1 {
    background-image: linear-gradient(to right, #f6b8f8, #9b77f5);
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    transition: 1s ease all;
    text-transform: uppercase;
}
.cta-type-1:hover {
    background-image: linear-gradient(to right, #9b77f5, #f6b8f8);
}
.cta-type-3 {
    background-image: linear-gradient(to right, #cfcccc, #9b77f5);
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    transition: 1s ease all;
    text-transform: uppercase;
}
.cta-type-3:hover {
    background-image: linear-gradient(to right, #9b77f5, #cfcccc);
}
.cta-type-2 {
    background-image: linear-gradient(to right, #fab6b6, #9b77f5);
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    transition: 1s ease all;
    text-transform: uppercase;
}
.cta-type-2:hover {
    background-image: linear-gradient(to right, #9b77f5, #fab6b6);
}
.bg-grey {
    background-color: #f3f1f8;
}
h1.sec-title-cursive, .sec-title-cursive {
    font-family: 'Mr Dafoe', cursive;
    font-size: 40px;
    line-height: 50px;
}
.sec-title-two {
    font-family: 'Prompt', sans-serif;
    font-weight: 600;
    font-size: 44px;
    line-height: 54px;
}
.txt-light {
    color: #827e88;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.sec-title-3 {
    font-family: 'Prompt', sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.td-none {
    text-decoration: none;
}
/* GENERAL CSS END */


#hero .row .col-md-5 {
    flex: 0 0 auto !important;
    width: 41.66666667% !important;
}
#hero .sec-title-two:after {
    display: none;
}
#hero .sec-title-two:before {
    display: none;
}
.sec-title-two:after {
    position: absolute;
        content: '';
        height: 2px;
        width: 10%;
        background-color: #cfcccc;
        left: 38%;
        bottom: -20%;
}
#services-main .sec-title-cursive:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 5%;
    background-color: #cfcccc;
    left: 44%;
    bottom: -20%;
}
#services-main .sec-title-cursive {
    position: relative;
}
#services-main .sec-title-cursive:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 5%;
    background-color: #cfcccc;
    right: 44%;
    bottom: -20%;
}
.sec-title-two:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 10%;
    background-color: #cfcccc;
    right: 38%;
    bottom: -20%;
}
#home-2 ul {
    padding-inline-start: 0;
}
#home-2 ul li {
    list-style: none;
    padding-bottom: 18px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
#home-2 ul li img {
    display: inline-block;
    float: left;
}
#home-2 ul li p {
    padding-inline-start: 10px;
}
#home-3 .col-md-3 {
    padding-top: 125px;
    padding-left: 15px;
    padding-right: 15px;
}
.service-block {
    border-radius: 5px;
    min-height: 400px;
}
.service-img {
    top: -30%;
    left: 0;
    right: 0;
}
.service-details, #home-3 .service-details {
    padding-top: 125px;
    padding-left: 15px;
    padding-right: 15px;
}
.service-block .learn-more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
}
.testomonial-block {
    padding: 25px;
    background-color: #f3f1f8;
    border-radius: 15px;
}
.testi-content p {
    min-height: 210px;
}
#footer .socials img, #contact-2 .socials img {
    filter: invert(92%) sepia(0%) saturate(7486%) hue-rotate(130deg) brightness(108%) contrast(104%);
}
#footer .socials img.twitter {
    filter: none;
}
#footer ul, #contact-2 ul {
    padding-inline-start: 0;
}
#footer ul li, #contact-2 ul li {
    list-style: none;
    display: inline;
}
#footer ul li a, #contact-2 ul li a {
    background-image: linear-gradient(45deg, #f6b8f8, #9b77f5);
    border-radius: 50%;
    padding: 10px 12.5px;
}
.foo-cta-2 a, .foo-cta-3 a {
    padding: 10px 23px;
}
.copy-right p a {
    text-decoration: none;
}
.inner-pg #breadcrumbs-area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.breadcrumb-title .sec-title-two:before, .breadcrumb-title .sec-title-two:after {
    display: none;
}
.breadcrumb-trail ul {
    padding-inline-start: 0;
}
.breadcrumb-trail ul li {
    list-style: none;
    display: inline;
}
.breadcrumb-trail a {
    text-decoration: none;
}
.inner-pg .service-block {
    margin-top: 100px;
}
.inner-pg .service-details {
    padding-top: 200px;
}
.inner-pg .service-details p {
    min-height: 130px;
}
.ser-inner #sec-2 {
    border-bottom: 2px solid #fff;
}
#stylist-1 ul {
    list-style-position: inside;
    list-style: none;
}
#stylist-1 ul li::before {
    content: "\2022";
    color: #a780f5;
    font-weight: bold;
    font-size: 25px;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    vertical-align: middle;
}
.insta-btn a:before {
    content: '';
    background-image: url(../images/instagram.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    filter: invert(92%) sepia(0%) saturate(7486%) hue-rotate(130deg) brightness(108%) contrast(104%);
}
.fb-btn a:before {
    content: '';
    background-image: url(../images/facebook.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    filter: invert(92%) sepia(0%) saturate(7486%) hue-rotate(130deg) brightness(108%) contrast(104%);
}
#stylist-archive .title h3 {
    color: #060606;
}
.bg-grey.border-bottom {
    border-bottom: 2px solid #fff !important;
}
#contact-2 .socials ul li {
    border-right: 1px solid rgba(79,76,85,.20);
    padding: 0 10px;
    height: 45px;
    display: inline-flex;
}
#contact-2 .socials ul li:last-child {
    border-right: none;
}
#testimonial-1 .sec-title-cursive {
    position: relative;
}
#testimonial-1 .sec-title-cursive:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 5%;
    background-color: #cfcccc;
    right: 0;
    bottom: -20%;
    left: 0;
    margin: 0 auto;
}

#testimonial-1 .col-md-12.text-center {
    border: 1px solid #cfcccc;
    position: relative;
}
#testimonial-1 .col-md-12.text-center:before {
    padding: 25px;
    content: url(../images/quote.png);
    width: 25px;
    height: 22px;
    display: flex;
    position: absolute;
    right: 0;
    margin: 0 auto;
    top: -35px;
    left: 0;
    background-color: #fff;
    justify-content: center;
}
#blog-archive h1.blog-title {
    font-size: 24px;
    line-height: 34px;
}