/* ----------------------------------------------------------------------------------------
* Author        : Qrolic
* Template Name : Phone-Boost
* File          : Main CSS file
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
01. General css
02. banner css
-------------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;1,400;1,600&display=swap");

Open+Sans:ital,wght@0,400;0,600;1,400;1,600

@font-face {
  font-family: "century";
  src: url("../fonts/CENTURY.TTF");
}

/************************************/
/***** 	   01. General css		 ****/
/************************************/
body {
  font-size: 17px;
  margin: 0px;
  padding: 0px;
	font-family:'Open Sans';
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

a:hover,
a {
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

::-moz-selection {
  background: #05cbfc;
  color: #fff;
}

::selection {
  background: #05cbfc;
  color: #fff;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

button:focus,
input:focus,
img:focus,
.slick-slide:focus,
textarea:focus,
input:focus {
  outline: none;
}

/***** 	   01. header css		 ****/
/************************************/
.header__inner {
  padding: 30px;
    background: #f3cec4;
}

@media screen and (max-width: 991px) {
  .header__inner {
    padding: 16px;
  }
}

.header--logo a > img {
  max-width: 280px;
}

@media screen and (max-width: 420px) {
  .header--logo a > img {
    width: 50%;
  }
}

.header__top {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.header--contact {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .header--contact {
    display: none;
  }
}

.header--contact h2 {
  font-size: 32px;

  color: white;
}

.header--contact h2 a {
  text-decoration: none;
  color: #000000;
	font-weight: bold;
}

@media screen and (max-width: 991px) {
  .header--contact h2 {
    font-size: 23px;
  }
}

@media screen and (max-width: 575px) {
  .header--contact h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 420px) {
  .header--contact h2 {
    font-size: 15px;
  }
}

.header--contact h4 {
  font-size: 24px;  
  color: #000000;
}

.header--contact h4 a {
  text-decoration: none;
  color: #000000;
	font-weight: bold;
}

@media screen and (max-width: 991px) {
  .header--contact h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .header--contact h4 {
    font-size: 15px;
  }
}

@media screen and (max-width: 420px) {
  .header--contact h4 {
    font-size: 12px;
  }
}

.header .tgl {
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .header .tgl {
    display: block;
  }
}

.header .tgl i {
  color: #000000;
	margin-top:10px;
  font-size: 18px;
}

.header--menu {
  background-color: #ffffff;
	border-bottom: 1px solid #333;
}

@media screen and (max-width: 991px) {
  .header--menu {
    display: none;
  }
}

.header--menu ul {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header--menu ul li {
  padding: 10px 20px;
}

.header--menu ul a {
  color: #000000;
  text-transform: capitalize;
  font-size: 19px;
}

.header--menu ul a:hover {
  color: #333333;
}

.header--menu .main-menu {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header--menu .main-menu a > i {
  color: #000000;
  padding-right: 20px;
}

.header--text {
  padding: 224px 150px 224px 734px;
}

@media screen and (max-width: 1304px) {
.header--text {
    padding: 188px 89px 180px 560px;
}
}

@media screen and (max-width: 1024px) {
  .header--text {
    padding: 90px 100px 100px 500px;
  }
}

@media screen and (max-width: 991px) {
  .header--text {
    padding: 90px 100px 100px 405px;
  }
}

@media screen and (max-width: 767px) {
  .header--text {
    padding: 30px 100px 100px 250px;
  }
}

@media screen and (max-width: 575px) {
  .header--text {
    padding: 40px 50px 20px 120px;
  }
}

@media screen and (max-width: 420px) {
  .header--text {
    padding: 20px 30px 100px 60px;
  }
}

@media screen and (max-width: 360px) {
  .header--text {
    padding: 50px 15px;
  }
}

.header--text h4 {
  text-align: right;
  font-size: 28px;
  color: white;
  font-family: "century";
}

@media screen and (max-width: 991px) {
  .header--text h4 {
    font-size: 20px;
  }
}

.header--text p {
  color: white;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
.header--text .Left p {
  text-align:left;
}
.header--text .Right p {
  text-align:right;
}

@media screen and (max-width: 991px) {
  .header--text p {
    font-size: 15px;
  }
}

@media screen and (max-width: 360px) {
  .header--text p {
    font-size: 12px;
  }
}

.close-sidebar {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}

.close-sidebar.active {
  display: block;
}

.sidebar.active {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background: #e3c0b6;
  z-index: 999;
  display: none;
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

@media screen and (max-width: 991px) {
  .sidebar {
    display: block;
  }
}

.sidebar__inner {
  padding: 30px;
}

.sidebar__logo {
  width: 200px;
}

.sidebar__menu {
  padding: 20px 0;
}

.sidebar__menu ul li {
  margin-bottom: 5px;
}

.sidebar__menu ul li a {
  font-size: 14px;
  color: white;
  padding: 0px 0px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.sidebar__menu ul li a ::hover {
  color: #ff0000;
}

.sidebar__content {
  text-align: left;
  padding: 20px 0;
}

.sidebar__content h2 {
  font-size: 18px;
  font-family: "century";
  color: white;
}

.sidebar__content h2 a {
  text-decoration: none;
  color: white;
}

.sidebar__content h4 {
  font-size: 15px;
  font-family: "century";
  color: white;
}

.sidebar__content h4 a {
  text-decoration: none;
  color: white;
}

/************************************/
/***** 	   02. about css		 ****/
/************************************/
.about__inner {
  padding: 15px;
}

.about__img {
  padding: 20px 0;
  padding-top: 30px;
}

@media screen and (max-width: 991px) {
  .about__img {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about__img img {
    width: 50%;
  }
}

.about--heading {
  color: #f20f7a;
  padding-top: 50px;
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .about--heading {
    padding-top: 30px;
  }
}

.about--heading h3 {
  font-size: 27px;
  font-family: "century";
	line-height: 1;
}

@media screen and (max-width: 991px) {
  .about--heading h3 {
    font-size: 20px;
  }
}

.about--text p {
}

@media screen and (max-width: 991px) {
  .about--text p {
    font-size: 13px;
  }
}

/************************************/
/***** 	   03. service css		 ****/
/************************************/
.service {
  padding: 20px 0;
  background-color: #f3cec4;
}

@media screen and (max-width: 991px) {
  .service {
    padding: 40px 0;
  }
}

.service__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service__content {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 991px) {
  .service__content {
    padding-bottom: 30px;
  }
}

.service--img {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service--img img {
  width: 80%;
	    border-radius: 100px;
}

.service--title {
  color: #000000;
}

.service--title h4 {
  text-align: center;
  text-transform: capitalize;
  font-size: 23px;
  padding: 10px 0;
}

@media screen and (max-width: 575px) {
  .service--title h4 {
    font-size: 18px;
  }
}

.service--btn {
  padding: 5px 0 0 0;
  text-align: center;
}

.service--btn .service-btn {
 	padding: 8px 14px;
    background-color: #000000;
    color: #fff;
    font-size: 15px;
    border: none;
    cursor: pointer;
    font-weight: 700;
}

@media screen and (max-width: 575px) {
  .service--btn .service-btn {
    font-size: 12px;
  }
}

/************************************/
/***** 	   04. workshop css		 ****/
/************************************/
.workshop__inner {
  padding: 260px 0;
  text-align: center;
	    max-width: 630px;
    margin: 0px auto;
}

@media screen and (max-width: 991px) {
  .workshop__inner {
    padding: 150px 0;
  }
}

@media screen and (max-width: 575px) {
  .workshop__inner {
    padding: 100px 0;
  }
}

@media screen and (max-width: 420px) {
  .workshop__inner {
    padding: 50px 0;
  }
}

.workshop__title h4, .workshop .testimonial h4 {
  font-weight: 700;
  font-size: 20px;
  color: #393939;
	margin-bottom: 18px;
}

@media screen and (max-width: 991px) {
  .workshop__title h4, .workshop .testimonial h4 {
    font-size: 15px;
  }
}

.workshop__text p {
  padding: 10px 220px 35px 220px;
  font-size: 18px;
  color: #393939;
}

@media screen and (max-width: 991px) {
  .workshop__text p {
    font-size: 12px;
    padding: 20px 100px;
  }
}

@media screen and (max-width: 575px) {
  .workshop__text p {
    padding: 20px 0;
  }
}

.action {
  background-color: #000000;
  padding: 16px 0;
}

.action__inner {
  text-align: center;
}

.action__inner h4 {
  font-size: 20px;
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .action__inner h4 {
    font-size: 15px;
  }
}

.action__inner h4 a {
  padding-left: 10px;
  color: #f20f7a;
  text-decoration: none;
}

/************************************/
/***** 	   05. footer css		 ****/
/************************************/
.footer__inner {
  padding: 60px 0;
  background-color: #f3cec4;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .footer__inner {
    padding: 30px;
  }
}

.footer__logo {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.footer__logo img {
  width: 400px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 991px) {
  .footer__logo img {
    width: 300px;
  }
}

@media screen and (max-width: 420px) {
  .footer__logo img {
    width: 200px;
  }
}

.footer--line {
  padding: 20px 0;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 575px) {
  .footer--line {
    padding: 15px 0;
  }
}

@media screen and (max-width: 420px) {
  .footer--line {
    display: block;
  }
}

.footer--line p {
  font-size: 15px;
  padding-right: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
}

.footer--line p a {
  text-decoration: none;
  color: #ffffff;
}

.footer--line p::after {
  content: "|";
  padding-left: 5px;
}

.footer--line p:last-child::after {
  content: '';
}

@media screen and (max-width: 420px) {
  .footer--line p {
    font-size: 13px;
    padding-top: 5px;
  }
  .footer--line p::after {
    content: "";
  }
}


.entry-content p{
	
	margin-bottom:10px;
	font-size:15px;
}

@media screen and (min-width: 768px) {
	.entry-content p{	
	font-size:17px;
	}
}


.btn-green {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.page-title{
    font-size: 27px;
	font-weight:bold;
    line-height: 1;
    color: #000000;
}

h3.wpmtst-testimonial-heading {
    font-size: 20px;
}

.highlight {
    padding: 15px;
    background: #f3cec4;
}

.wpmtst-testimonial-heading{
	display:none
}

.strong-view.wpmtst-default .wpmtst-testimonial-inner {
    border: 2px solid #000000 !important;
    padding: 20px;
    text-align: left;
    background: #f3cec4 !important;
    font-style: italic !important;
}

h5 {
    margin-bottom: 6px;
    margin-top: 20px;
    color: #f20f7a;
}

.top-banner{
	height: 500px;
    background-size: cover;
    background-position: 50% 50%;
	position: relative;
	color: white;
}

.top-banner h4{
	font-size: 27px;
	    margin-bottom: 10px;
    font-family: "century";
      font-style: italic;
}

.top-banner .Left{
	 max-width: 270px;
    padding-top: 100px;
}

@media screen and (min-width: 768px) {
	.top-banner .Left{
	 max-width: 430px;
    padding-top: 180px;
	}
}

@media screen and (min-width: 1208px) {
	.top-banner .Left{
	 max-width: 500px;
    padding-top: 200px;
	}
}

b, strong {
    font-weight: 600;
}

.charges a {
	color: #000000;
	text-decoration: underline;
}

@media screen and (min-width: 1208px) {
	.page-id-541 .top-banner .Left{
	 max-width: 366px;
    padding-top: 200px;
	}
}

@media screen and (min-width: 1208px){
.page-id-569 .top-banner .Left {
    max-width: 254px;
    padding-top: 130px;
	}
}

@media screen and (max-width: 800px){
.page-id-569 .top-banner .Left {
    display:none;
	}
}

@media screen and (max-width: 908px){
.top-banner {
    background-position: 72% 50%;
	}
}

.script-text{
	font-family: "bakerie-rough", sans-serif;	
	font-style: normal;
}