/*===========================================================

    default values

    font family      : roboto condensed
    greenish blue    : #34c6d3       (buttons, icons, links, lines & backgrounds)
    steel grey       : #41464b       (headings)
    blue bayoux      : #64707b       (paragraphs)
    white            : #fff          (text with black background)
    black            : #000
 
============================================================*/
  

html,
body {
    height: 100%;
}

p {
    color: #000;
    font-size: 16px;
}

h3 {
    color: #ffffff;
    text-transform: none;
}

body {
    font-family: 'Open Sans', sans-serif;
}


/******************************** Home section *********************************/

#home {
    height: 100%;
}

#home-cover {
    height: 82%;
    background-image: url(../img/hero-img.jpg);
    background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    z-index: 1;
    width: 100%;
}



/* #home-content-box-inner {
    display: table-cell;
    vertical-align: middle;
}

#home-heading h3 {
    color: #fff;
    font-weight: 600;
    font-size: 150px;
    margin: 20px 0 20px 0;
}
#home-heading p {
    color: #fff;
    font-size: 35px;
    margin-top: -28px;
}

.btn-general {
    border-radius: 0;
    padding: 2px 60px 2px 60px;
    font-size: 2.5rem;
    font-weight: 400;
    text-transform: uppercase;
    border: 2px solid #52bfbf;
    color: #fff;
} */



.btn-white:hover,
.btn-white:focus {
    background-color: #52bfbf;
    color: #fff;
    transition: 0.3s;
}

.btn-blue {
    border-color: #34c6d3;
    color: #34c6d3;
}

.btn-blue:hover,
.btn-blue:focus {
    background-color: #34c6d3;
    color: #fff;
    transition: 0.3s;
}
.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 22px;
    padding: 3px 15px;
    border-radius: 0;
    display: none;
}

/******************************** Home section end *********************************/


/******************************** Abousus section *********************************/

#about-cover {
    background: #ffffff;
    padding: 70px 0px;
    width: 100%;
    margin-top: -175px;
}

.service-item-title h3 {
    text-transform: uppercase;
    font-size: 26px;
    color: #000 !important;
    font-weight: 700;
    padding-top: 85px;
}
.service-item-desc p{
    font-size: 24px;
    color: #737373;
    font-weight: 600;
    padding-top: 0px;
}

.form-title h3 {
    color: #000000;
    font-weight: 700;
    font-size: 28px;
}
.form-title p{
    font-size: 21px;
}

.service-item-title .content-title-underline{
    margin: 0 0 40px 0;
}
.form-form input, .form-form select{
    padding: 12px;
    border: 1px solid #CFCFCF;
    border-radius: 10px;
    font-size: 15px;
    color: #6A6A6A;
    margin-bottom: 10px;
    width: 70%;
}
.form-check input {
    width: 5%;
}
.form-check {
    padding-left: 0;
}
.form-submit-btn input {
    width: 22%;
    background: #000;
    margin-top: 10px;
    color: white;
    padding: 6px 12px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.sky-checkbox input {
    width: 5% !important;
}


/******************************** Abous section end *********************************/

/******************************** full-width-img *********************************/

#full-width-img-cover {
    background-image: url(../img/bg-home.jpg);
}
.full-width-item-desc p {
    font-size: 32px;
    text-align: center;
    color: white;
    padding-top: 110px;
    padding-bottom: 90px;
}


/******************************** full-width-img end *********************************/


.accordion-content-title h3{
    color: #000;
    font-weight: bold;
    font-size: 48px;
}
.accordion-button{color: #8c8c8c !important;}
.accordion-item .accordion-button {
    color: #a6a6a6;
    font-weight: 600;
    font-size: 1.75rem;
}
.accordion-item {
    border: none;
}
.accordion-item .accordion-button::after {
    color: #f47d35;
    font-weight: 600;
    font-size: 1.75rem;
}
.accordion-button:not(.collapsed) {
    background-color: #fff;
}
#panelsStayOpen-collapseTwo .accordion-body, #panelsStayOpen-collapseThree .accordion-body {
    display: block;
    margin-top: 20px;
    padding: 20px;
    border-radius: 0px;
    background: #c8c8c83d;
}
.accordion-body h4{
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
}
.accordion-body p{
    font-weight: 600;
    font-size: 16px;
    margin: 15px 0 15px 0;
}
.accordion-body ul li{
    padding: 0;
    font-size: 16px;
    margin-bottom: 5px;
}
.accordion-border {
    border-right: 2px dotted #8c8c8c;
    padding-left: 20px;
}
.accordion-button:focus {
    border: none;
    box-shadow: none;
}
.about-content {
    padding-bottom: 60px;
}

#STAR-COURSES-img-cover {
    background-image: url(../img/nail_new_2_mid.jpg);
    padding: 80px 0;
}
.STAR-COURSES-content-title h3 {
    padding-bottom: 18px;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}
.STAR-COURSES-content p{
    color: black;
    font-size: 26px;
    padding-left: 25px;
}
.STAR-COURSES-border {
    border-right: 2px dotted #000000;
}
.STAR-COURSES-btn {
    text-align: center;
    padding-top: 50px;
}
.btn-book-appoint {
    border: 1px solid #000;
    background: #000;
    color: white;
    padding: 8px 15px;
    font-size: 15px;
    border-radius: 50px;
    margin-top: 8px;
}
.btn-book-appoint:hover {
    background: #ffffff!important;
    color: black!important;
}

.Why-us-content-title h3 {
    padding-bottom: 18px;
    font-weight: 700;
    font-size: 40px;
    text-align: left;
    color: #000000;
}

.Why-us-content p{
    font-size: 21px;
    padding-bottom: 15px;
}

.Why-us .content-box {
    padding: 60px 0;
}

#FAQs-img-cover {
    background: #dbdbdb;
    padding: 60px 0px;
    width: 100%;
}

.FAQs-accordion .accordion-item {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: .25rem;
    border-bottom: 2px solid #ddd;
    font-size: 1.25rem;
}
.FAQs-content-title h3{
    color: #000;
    text-align: center;
    padding-bottom: 30px;
}
.FAQs-accordion .accordion-item h2 button{
    color: #000;
}
.FAQs-accordion .accordion-item .accordion-collapse .accordion-body{
    padding: 20px 40px;
}

.Career-cover {
    background: #000000;
    padding: 70px 0px;
    width: 100%;
}
.Career-content-title h3{
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 48px;
    padding-bottom: 35px;
}
.why-choose-item {
    text-align: center;
}
.why-choose-item-title h3 {
    color: #ffffff;
    font-size: 21px;
    
}
.why-choose-item {
    padding-top: 10px;
}

/******************************** footer section *********************************/

#contact-left {
    text-align: center;
}
#contact-left img {
    width: 80%;
    margin-bottom: 30px;
}
#contact-right {
    text-align: center;
}
.quick-links p{
    text-align: center;
}
.footer-content-title h3{
    font-weight: 500;
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 25px;
    text-align: center;
}

.bluesky-foot-add p, .quick-links p, .make-imdia-social p{
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 400;
}

footer {
    background-color: #000;
    padding: 30px 0;
    border-top: 5px solid rgba(0,0,0,0.1);
}

/******************************** footer section end *********************************/


/******************************** navigation section *********************************/

.navbar {
    padding: 6px 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.navbar-dark .navbar-brand {
    width: 100%;
    text-align: right;
}
.navbar-dark .navbar-brand img {
    max-width: 100%;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}
.vesco-top-nav {
    background-color: rgb(41, 50, 60);
    padding: 2px 40px !important;
}
.vesco-nav-wrap {
    padding: 0 60px;
}
.navbar-nav {
    float: right;
}
.navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
}
.navbar-nav > li > a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width .4s ease-in;
  }
  .navbar-nav > li > a:hover::after {
    width: 100%;
  }
  .navbar-nav > li > .nav-link-home {
    border-bottom: 1px solid #fff;
  }
  .navbar-nav > li > .nav-link-home::after {
    display: none;
  }
  
/* .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    background: none;
    border-bottom: 1px solid #fff;
} */
.navbar-toggle {
    background-color: rgba(0,0,0,0.1);
    border: 1px solid #fff;
    border-radius: 0;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-collapse {
    max-height: none !important;
}
.vesco-top-nav ul.navbar-nav > li.active > a {
    color: #34c6d3;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.navbar-nav > li > a:active::after {
    width: 100%;
  }
.navbar-collapse.show {
    margin-top: 10px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-nav .social-icon.icon-white {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-left: 16px;
}
.social-icon i:hover {
    color: #fff;
}
.navbar-nav > li > a.social-icon::after {
    display: none;
}


/******************************** navigation section end *********************************/


.bluesky-btn {
    padding: 0px 0px 0px 0px;
    width: 150px;
    height: 40px;
    background: #808080;
    border: 1px solid #808080;
    border-radius: 0px 0px 5px 5px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    position: fixed;
    right: -55px !important;
    top: 50% !important;
  }
  .bluesky-btn:hover{background-color: #000;color: #ffffff;border: 1px solid #808080;}
  .bluesky-popup-form input, .bluesky-popup-form select{
    padding: 12px;
    border: 1px solid #CFCFCF;
    border-radius: 10px;
    font-size: 15px;
    color: #6A6A6A;
    margin-bottom: 10px;
    width: 100%;
}

.blue-check input {
    width: 6%;
}
label.form-check.blue-check {
    text-align: left;
}
  
  .bluesky-modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    text-align: left;
    margin: auto;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
  }
  
  .bluesky-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 20%;
    background: #e4f5fc;
  background: -moz-linear-gradient(top,  #e4f5fc 0%, #bfe8f9 50%, #9fd8ef 51%, #2ab0ed 100%);
  background: -webkit-linear-gradient(top,  #e4f5fc 0%,#bfe8f9 50%,#9fd8ef 51%,#2ab0ed 100%);
  background: linear-gradient(to bottom,  #e4f5fc 0%,#bfe8f9 50%,#9fd8ef 51%,#2ab0ed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#2ab0ed',GradientType=0 );
  
  }
  
  .bluesky-close {
    color: #aaaaaa;
    float: right;
    font-size: 30px;
    font-weight: bold;
  }
  
  .bluesky-close:hover,
  .bluesky-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
.blue-pop-btn input {
    width: 40%;
    color: #fff;
}
/******New changes*******/
.about-coverborder{
    padding: 15px;
    border-style: double;
    border-radius: 20px;
}
.Why-us-content p{color: #737373;}

.accordion-button:not(.collapsed)::after {
    background-image: url('../img/iconaccordeon.png')!important;
    transform: -90deg!important;
  }
.accordion-item{color: #737373 !important;}






























































