/**
* Theme Name: sullo
* Author: Himflax
* Author URI: https://www.himflax.com
* Description: Sullo Salon Spa Theme
* Version: 1.0
* Release Date: 26-April-2022;
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: 'Poppins';
  src: url("<?php echo get_stylesheet_directory_uri(); ?>/Fonts/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Poppins Bold';
  src: url("<?php echo get_stylesheet_directory_uri(); ?>/Fonts/Poppins-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Poppins Medium';
  src: url("<?php echo get_stylesheet_directory_uri(); ?>/Fonts/Poppins-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Poppins Semi Bold';
  src: url("<?php echo get_stylesheet_directory_uri(); ?>/Fonts/Poppins-SemiBold.ttf") format("truetype");
}

a {
  text-decoration: none;
}

p, a {
  font-family: 'Poppins' !important;
}

.f-reg {
  font-family: 'Poppins' !important;
}

.f-med {
  font-family: 'Poppins Medium' !important;
}

.f-bold {
  font-family: 'Poppins Bold' !important;
}

header .logo {
  height: 60px;
  width: auto;
}

@media (max-width: 1199px) {
  header nav .navbar-collapse {
    position: absolute;
    background-color: #000;
    width: 100%;
    left: 0px;
    height: 52vh;
    min-height: 52vh;
    top: 85px;
    padding-left: 9px;
  }
  header nav .navbar-collapse ul.navbar-nav {
    height: 100%;
    min-height: 80%;
  }
}

header nav .navbar-nav li a {
  color: #ffffff !important;
}

header nav .navbar-nav li a.active {
  color: #f484af !important;
}

header nav .navbar-nav li.nav-item {
  padding: 0 10px;
}

header nav .rightNav .btn-white {
  background-color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 50px;
  max-width: 200px;
  width: 100%;
}

header,
footer {
  background-color: #000000 !important;
}

header a,
header p,
footer a,
footer p {
  font-family: 'Poppins' !important;
}

@media (max-width: 767px) {
  footer .col-lg-3:first-child {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  footer .theme-color {
    margin-bottom: 30px;
  }
  footer .theme-color i.fa {
    float: right;
    color: #fff;
  }
}

@media (min-width: 768px) {
  footer .collapse:not(.show) {
    display: block;
  }
  footer .theme-color i.fa {
    display: none;
  }
}

footer #footTop {
  padding: 50px 30px;
}

footer #footTop p {
  color: #ffffff;
  font-size: 16px;
}

footer #footTop ul {
  list-style-type: none;
  padding-left: 0px;
}

footer #footTop ul li {
  line-height: 36px;
}

footer #footTop ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
}

footer #footTop ul li a:hover {
  color: #f484af;
}

footer #footTop ul li.fActive a {
  color: #f484af;
  font-weight: 600;
  font-size: 20px;
}

footer #footTop ul.d-flex li a {
  font-size: 32px;
}

footer #footTop .timeTable span {
  display: block;
  font-size: 16px;
}

footer #footTop .timeTable span:first-child {
  color: #f484af;
}

footer #footTop .timeTable span:last-child {
  color: #ffffff;
}

footer #footBottom {
  text-align: center;
  background-color: #efefef;
}

@media (max-width: 767px) {
  footer #footBottom {
    padding: 0 15px;
  }
}

footer #footBottom p {
  color: #000000;
  font-size: 16px;
  margin-bottom: 0px;
}

.section1 {
  background-image: url(<?php echo get_stylesheet_directory_uri(); ?>/img/bannerbg.jpg);
  padding: 100px 0px 150px 0px;
}

.section1 ul {
  padding-left: 20px;
}

.section1 ul li {
  font-family: 'Poppins Medium' !important;
  padding-left: 5px;
}

.section1 ul li::marker {
  font-family: 'FontAwesome';
  content: '\f058';
  color: #fff;
}

.section1 .col-sm-6:last-child img {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
}

.section1 h1 {
  font-size: 80px;
  font-family: 'Poppins Bold' !important;
}

.section1 h2 {
  font-size: 56px;
  font-family: 'Poppins' !important;
}

@media (max-width: 767px) {
  .section1 h1 {
    font-size: 36px;
  }
  .section1 h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .section1 h1 {
    font-size: 60px;
  }
  .section1 h2 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .section-slider {
    background-color: #ffffff;
  }
}

.section-slider .row {
  width: 100%;
  margin: 0px auto;
  background-color: #fff;
  position: relative;
  top: -70px;
  height: 160px;
  -webkit-box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .section-slider .row {
    max-width: 100%;
    top: 0px;
  }
}

@media (min-width: 768px) {
  .section-slider .row {
    max-width: 1050px;
  }
}

.section-slider .row .variable.slider {
  width: 90%;
  margin: auto;
}

@media (max-width: 767px) {
  .section-slider .slider .slick-slide {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  .section-slider .slider .slick-slide {
    margin-left: 40px;
    margin-right: 40px;
  }
}

.section-slider .slider .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 132px;
}

.section-slider .slider .slick-slide img {
  width: 120px;
  margin-top: 0px;
  height: auto;
}

@media (max-width: 767px) {
  .section-slider .slider .slick-slide img {
    width: 80px;
  }
}

.section-slider .slider .slick-prev:before,
.section-slider .slider .slick-next:before {
  color: black;
}

.section-slider .slider .slick-slide {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.section3 {
  max-width: 900px;
  margin: auto;
  padding: 20px 0px 50px 0px;
}

@media (max-width: 767px) {
  .section3 .col-sm-6:first-child {
    padding: 30px;
  }
}

.section3 .col-sm-6:first-child img {
  border-radius: 30px;
  -webkit-box-shadow: 30px 30px #d3d3d3;
          box-shadow: 30px 30px #d3d3d3;
}

@media (max-width: 767px) {
  .section3 .col-sm-6:first-child img {
    height: calc(100% - 50px);
    -webkit-box-shadow: 15px 15px #d3d3d3;
            box-shadow: 15px 15px #d3d3d3;
  }
}

.section3 .col-sm-6:last-child {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .section3 .col-sm-6:last-child {
    padding: 15px;
    text-align: center;
  }
}

.theme-color {
  color: #f484af;
  font-family: 20px;
  font-family: 'Poppins Bold' !important;
}

.ricons::before {
  content: "\f106" !important;
}

.heading {
  margin-bottom: 30px;
  font-family: 'Poppins Semi Bold' !important;
}

.heading::before {
  width: 99px;
  height: 4px;
  background-color: #f484af;
  position: absolute;
  content: '';
  margin-top: 38px;
}

.theme-btn {
  background-color: #ffffff !important;
  border-radius: 35px !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
  font-size: 18px !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
  display: inline-block;
}

hr:not([size]) {
  height: 2px !important;
}

.sc-p {
  padding: 80px 0px 80px 0px;
}

.section4 .heading {
  margin-bottom: 50px;
}

.section4 .cbox {
  background-color: #191919;
  border-radius: 50%;
  text-align: center;
  height: 240px;
  width: 240px;
  margin: 15px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section4 .cbox a {
  color: #f484af;
  font-size: 20px;
  text-decoration: none;
  font-family: 'Poppins Semi Bold' !important;
}

.section4 .cbox a span {
  display: block;
}

.section4 .cbox a span:last-child {
  border-bottom: 2px solid #f484af;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
  margin: auto;
}

.section5 .slick-dots {
  bottom: -90px;
}

.section5 .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #f484af;
}

.section5 .slick-dots li button:before {
  opacity: 1;
  color: #d0d0d0;
  font-size: 12px;
}

.section5 .sbox {
  margin-top: 30px;
  padding: 30px 30px 0px 30px;
  text-align: center;
  border-radius: 30px;
  background-color: #ffffff;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
  .section5 .sbox {
    max-width: 90%;
  }
}

.section5 .sbox img {
  margin: 15px auto;
}

.section6 {
  margin-top: 50px;
  background-color: #191919;
  padding: 80px 0px;
}

.section6 .tbox {
  background-color: #ffffff;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 24.88px;
  border-bottom-right-radius: 24.88px;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.section6 .tbox img {
  border-radius: 50%;
}

.section6 .tbox h4 {
  margin-top: 25px;
}

.section6 .tbox h4, .section6 .tbox p {
  padding: 0px 30px;
}

.theme {
  color: #f484af !important;
}

.gallery-sliders .slider {
  max-width: 950px;
  margin: 50px auto;
}

.gallery-sliders .slick-slide {
  margin: 0px 20px;
}

.gallery-sliders .slick-slide img {
  width: 100%;
}

.gallery-sliders .slick-prev:before,
.gallery-sliders .slick-next:before {
  color: black;
}

.gallery-sliders .slick-slide {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  margin: 50px 25px;
}

.gallery-sliders .slick-current {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.gallery-sliders .slick-current img {
  width: 100% !important;
}

.gallery-sliders .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #f484af;
}

.gallery-sliders .slick-dots li button:before {
  opacity: 1;
  color: #d0d0d0;
  font-size: 12px;
}

.insec .imgsc img {
  height: 343px;
  -o-object-fit: cover;
     object-fit: cover;
}

.insec .contentsc {
  position: absolute;
  left: 50%;
  top: 258px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.insec .contentsc ul {
  list-style-type: none;
  padding-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0px;
}

.insec .contentsc ul li {
  padding-left: 5px;
  padding-right: 5px;
  color: #ffffff;
}

.insec .contentsc ul li ::after {
  content: '|';
  padding-left: 5px;
}

.insec .contentsc ul li:last-child ::after {
  content: '';
}

.insec .contentsc ul li a {
  color: #ffffff;
  text-decoration: none;
}

.innersection3 .col-sm-7 {
  padding: 50px 0px;
}

.innersection3 .col-sm-7 .cb {
  margin-left: auto;
  margin-right: auto;
}

.innersection3 .col-sm-7 .cb h2 {
  font-family: 'Poppins Semi Bold' !important;
}

@media (max-width: 1024px) {
  .innersection3 .col-sm-7 .cb {
    max-width: 80%;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .innersection3 .col-sm-7 .cb {
    max-width: 90%;
  }
}

@media (min-width: 1501px) {
  .innersection3 .col-sm-7 .cb {
    max-width: 80%;
  }
}

.innersection3 .col-sm-7 .hleft .bt-99::after {
  background-color: #ffffff !important;
}

.innersection3 .col-sm-7 .cform .col-sm {
  margin-top: 15px;
}

.innersection3 .col-sm-7 .cform .col-sm input, .innersection3 .col-sm-7 .cform .col-sm select {
  border-radius: 10px !important;
}

.innersection3 .col-sm-7 .cform .col-sm .btn-sub {
  border-radius: 30px !important;
  max-width: 165px;
  text-align: center;
}

@media (max-width: 767px) {
  .innersection3 .col-sm-5 {
    padding: 0px;
  }
}

.innersection3 .col-sm-5 img {
  margin-left: 12px;
}

@media (max-width: 767px) {
  .innersection3 .col-sm-5 img {
    margin-left: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .innersection3 .col-sm-5 img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.headingpage {
  font-size: 80px;
  color: #ffffff;
  font-family: 'Poppins Bold' !important;
}

@media (max-width: 767px) {
  .headingpage {
    font-size: 36px;
  }
}

.hcenter {
  margin-bottom: 30px;
  text-align: center;
}

.hcenter span {
  display: block;
}

.hcenter .bt-99::after {
  content: '';
  width: 99px;
  height: 5px;
  background-color: #f484af;
  position: absolute;
  margin-top: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hleft {
  margin-bottom: 30px;
  text-align: left;
}

.hleft span {
  display: block;
}

.hleft .bt-99::after {
  content: '';
  width: 99px;
  height: 5px;
  background-color: #f484af;
  position: absolute;
  margin-top: 5px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.bg-theme {
  background-color: #f484af;
}
/*# sourceMappingURL=main.css.map */
h4.footheading {
    color: #f484af;
    font-family: 'Poppins Bold' !important;
}

.teamsec2 .tbox h4 {
    margin-top: 30px;
}
.teamsec3 .tbox {
    background-color: transparent !important;
}
.teamsec3 .tbox h4, .teamsec3 .tbox p {
    color: #ffffff;
    padding: 0px;
}
ul#my_menu_id li a {
    padding: 0 14px;
    text-decoration: none;
}
li.rightNav a.btn1.btn-white {
    color: #000!important;
    padding: 10px 20px!important;
}
aside#text-3 {
    margin: 20px 0;
    line-height: 30px;
}

.screen-reader-response {
    display: none;
}
.wpcf7-response-output {
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
    text-shadow: 2px 2px #000;
}
.menu-main-menu-container {
    margin-left: 86px;
}
@media (min-width: 1151px){
.innersection3.team3 .col-sm-7 .cb {
    max-width: 60% !important;
}
}