
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

@charset "utf-8";
/* CSS Document */

/* Table of Contents
-----------------------------------------------------------------------------
1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework 
*/

/* 1. Clean Base
------------------------------------------------------------------------------*/
html,
body,
br,
hr,
div,
span,
a,
object,
iframe,
ul,
ol,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
address,
small,
big,
cite,
dfn,
ins,
del,
i,
em,
b,
strong,
sup,
sub,
strike,
pre,
code,
samp,
kbd,
var,
tt,
form,
fieldset,
legend,
label,
input,
textarea,
option,
.nobox {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

blockquote,
q {
  quotes: none;
}

br {
  height: 0;
}

ul,
ol,
dl,
li {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  border: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

/* Class for clearing floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.cf:after,
.cf:before {
  display: table;
  content: "";
}

.cf:after {
  clear: both;
}

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

/* 2. Base Typography
------------------------------------------------------------------------------*/
body {
  color: #2c2c2c;
  font: 400 16px/24px "Raleway", sans-serif;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17px;
  border-left: 5px solid #eee;
}

ul ,ol{
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  margin-left: 15px;
}

ul li ,ol li{
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #505050;
  font-weight: 400;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

h1 {
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  line-height: 61px;
  text-align: left;
}

h2 {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  line-height: 74px;
  text-align: left;
}

h3 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  position: relative;
}

h4 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  position: relative;
}

/* h5 {
    
}

h6 {
    
}  */

p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 28px;
  text-align: left;
  color: #505050;
  font-weight: 500;
}

a {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 28px;
  text-align: left;
  color: #000000;
  font-weight: 500;
}

/* 3. Images
------------------------------------------------------------------------------*/
img {
  display: block;
  max-width: 100%;
  /* vertical-align: middle; */
  border: none;
  border-style: none;
}

/* 4. Link
------------------------------------------------------------------------------*/

a {
  text-decoration: none;
}

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

/* 5. Forms
------------------------------------------------------------------------------*/
input,
button,
select,
textarea {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: inherit;
  line-height: inherit;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  -webkit-text-size-adjust: none;
  outline: none;
}

input[type="email"],
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="password"],
textarea {
  padding: 0 10px 0 22px;
  display: block;
  width: 100%;
  height: 42px;
  font-size: 14px;
  line-height: 42px;
  color: #aeaeae;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

textarea {
  padding: 15px 22px;
  height: 122px;
  line-height: 24px;
  overflow: auto;
  resize: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  padding: 0 18px;
  height: 42px;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 39px;
  text-transform: uppercase;
  color: #ea7617;
  line-height: 42px;
  border: 1px solid #ea7617;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none;
}

/* 6. Tables
------------------------------------------------------------------------------*/

/* 7. Layout Framework
------------------------------------------------------------------------------*/

/* commomn css */
.text-center {
  text-align: center;
}

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

.text-left {
  text-align: left;
}

.left {
  float: left;
}

.right {
  float: right;
}

#wrapper {
  width: 100%;
  min-height: 100%;
}

.container {
  max-width: 1314px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

/* button */
.btn {
  display: inline-block;
  padding: 10px 18px;
  height: 42px;
  min-width: 110px;
  text-align: center;
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 22px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: rgb(247, 216, 117);
  color: #000000;
  cursor: pointer;
  border-radius: 21px;
  -webkit-box-shadow: 0px 5px 7.52px 0.48px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 7.52px 0.48px rgba(0, 0, 0, 0.08);
}

.btn:hover {
  color: #fff;
  background-color: #000;
}

/* header */
header {
  position: relative;
  width: 100%;
  height: auto;
}

nav ul {
  margin: 0;
}

/* footer */
footer {
  width: 100%;
  background-color: #ccc;
}

/*--------- home page ------------*/

@font-face {
  font-family: "Myriadpro-regular";
  src: url("../fonts/myriadpro-regular/MYRIADPRO-REGULAR.woff") format("woff"),
    url("../fonts/myriadpro-regular/MYRIADPRO-REGULAR.woff2") format("woff2"),
    url("../fonts/myriadpro-regular/MYRIADPRO-REGULAR.eot"),
    url("../fonts/myriadpro-regular/MYRIADPRO-REGULAR.eot?#iefix") format("embedded-opentype"),
    url("../fonts/myriadpro-regular/MYRIADPRO-REGULAR.otf") format("truetype");

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.header {
  color: #000000;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 9.2px 0.8px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 9.2px 0.8px rgba(0, 0, 0, 0.25);
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 1;
  padding: 0;
  min-height: 70px;
}

.main-header {
  position: relative;
  width: 100%;
}

.logo-img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 120px;
  height: 120px;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header ul.menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  width: 74%;
}

header ul li {
  list-style-type: none;
  margin: 20px;
}

header ul li a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #505050;
  font-family: "Myriadpro-regular";
  letter-spacing: 1px;
  line-height: 30px;
  font-weight: 500;
}
header ul li a:hover,
.active{
  color: #000;
}

header ul li a.active::before {
  width: 100%;
  opacity: 1;
}

header ul li a:hover::before ,header ul li.current_page_item a::before,header ul li.current_page_parent a::before{
  width: 100%;
  opacity: 1;
}

header ul li a:before {
  content: " ";
  display: inline-block;
  height: 1px;
  width: 0;
  position: absolute;
  border: 1px solid #aad8cd;
  bottom: -3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}

.icon {
  position: relative;
  left: 0;
  top: 22px;
  width: 53px;
  height: 48px;
  z-index: 2;
}

.icon::before {
  content: " ";
  display: inline-block;
  height: 150px;
  width: 70px;
  position: absolute;
  top: -60px;
  background-color: #fff;
  left: -60px;
  -webkit-transform: rotate(26deg);
  transform: rotate(26deg);
}

.icon img {
  position: relative;
  left: 0;
  top: 2px;
  display: inline-block;
  max-width: 70px;
  max-height: 70px;
  z-index: 9;
  position: relative;
  left: -5px;
  top: -30px;
}

.header-wrap {
  position: relative;
}
.about-wrap{
  display: inline-block;
  width: 100%;
}
.ser-txt-wrap,
.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.contact-icon {
  width: 26%;
  background-color: rgb(170, 217, 205);
  position: relative;
  right: -33px;
  top: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 17px;
  color: #fff;
  min-height: 70px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-icon .number {
  margin-left: 10px;
}

.banner-wrapper {
  max-height: 640px;
  min-height: 640px;
  width: 100%;
  display: block;
  position: relative;
}

.banner-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

.banner-slider .slick-prev {
  left: 0;
}

.banner-slider .slick-next {
  right: 0;
}

.banner-content {
  min-height: 670px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-content h1 {
  margin-bottom: 15px;
}

.banner-content h1,
.banner-content p {
  max-width: 545px;
}

.banner-content p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
}

.banner-content a {
  background-color: rgb(247, 216, 117);
  color: #000000;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.banner-wrapper .slick-dots {
  text-align: left;
  width: 15%;
  bottom: 50px;
}

.banner-wrapper .slick-dots {
  position: absolute;
  bottom: 50px;
  display: block;
  width: 20%;
  padding: 0;
  margin: 0 auto;
  left: 30px;
  list-style: none;
  text-align: left;
}

.banner-wrapper .slick-dots li button,
.banner-wrapper .slick-dots li {
  width: 13px;
  height: 13px;
  border: 0;
}

.banner-wrapper .slick-dots li {
  background-color: #7a7a7a;
  border-radius: 50%;
}

.banner-wrapper .slick-dots li.slick-active {
  background-color: #f7d875;
  border-radius: 50%;
}

.banner-wrapper .slick-dots li button:before,
.banner-wrapper .slick-dots li.slick-active button:before {
  opacity: 0;
}

.about-section {
  background-color: #f7f4ee;
  background-image: url("../images/about-tree.png");
  background-position: unset;
  background-size: inherit;
  height: 100%;
  width: 100%;
  padding: 90px 0 60px 0;
  display: inline-block;
  position: relative;
}



.about-section .about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-me-cont,
.about-cont,
.service-text,
.about-section .about-rgt,
.about-section .about-content {
  width: 50%;
}
/* .about-me-wrap .about-cont:last-child{
  padding-left: 20px;
} */

.about-section .about-content {
  padding-right: 20px;
  margin-right: auto;
}

.about-section .about-rgt {
  background-color: rgb(170, 217, 205);
  -webkit-box-shadow: 0px 0px 9.4px 0.6px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 9.4px 0.6px rgba(0, 0, 0, 0.15);
  top: 870px;
  max-width: 570px;
  max-height: 480px;
}

.about-section .about-rgt img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-section .about-rgt img {
  background-color: rgb(170, 217, 205);
  margin: -15px 0 0 -15px;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.72px;
	color: #000;
}

h2::before {
  position: absolute;
  display: inline-block;
  content: " ";
  width: 75px;
  height: 2px;
  bottom: -12px;
  left: 0;
  border-bottom: 2px solid #00999f;
}

.about-section .about-content p {
  margin-bottom: 26px;
}

.book-section {
  background-image: url("../images/book-img.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.book-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.book-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0;
  width: 80%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.book-content:last-child {
  width: 20%;
}

.book-content .cal-img {
  margin-right: 12px;
}
.abt-sec-title,
.blog-title,
.service-title {
  margin-bottom: 45px;
}

.blog-title h2,
.service-title h2 {
  text-align: center;
}
.abt-sec-title  h2::before,
.blog-title h2::before,
.service-title h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.service-section {
  padding: 90px 0;
}

.service-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ser-img {
  margin-right: 30px;
  max-width: 170px;
  max-height: 150px;
  width: 100%;
}

.ser-img img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.ser-txt-cont {
  padding-right: 50px;
}

.ser-txt-cont h4 {
  margin-bottom: 10px;
}

.service-text {
  border-right: 1px solid #f7d875;
}

.service-text:last-child {
  border: 0;
}

.service-text h2 {
  margin-bottom: 50px;
  display: block;
}

.blog-title h2::before {
  border-bottom: 2px solid #00999f;
}

.service-text h2::before {
  width: 35px;
  height: 2px;
  border-bottom: 2px solid #00999f;
}

.ser-txt-wrap {
  margin-bottom: 75px;
}

.blg-cont {
  background-image: url("../images/blg-con-img.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 29px;
  position: absolute;
  background-size: cover;
  max-width: 410px;
  bottom: -40px;
  left: 20px;
  margin-right: -10px;
  display: inline-block;
}
.blg-cont .btn-rd-more{
  margin: 10px 0;
}

.blog-section {
  background-color: #faf2f9;
  padding: 90px 0;
}

.blog-section .blog-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blg-img {
  position: relative;
  width: 100%;
  display: block;
}

.blg-img-con {
  width: calc(33.33% - 50px);
  text-align: center;
  position: relative;
  margin-right: 50px;
}

.blg-img img {
  width: 100%;
  height: auto;
  
}
.about-cont p,
.about-me-cont p,
.blg-cont p {
  text-align: center;
  margin-bottom: 15px;
}

.blg-cont h4 {
  line-height: 35px;
}

.blog-section .btn-view {
  text-align: center;
  margin-top: 88px;
  display: inline-block;
  width: 100%;
}

.blg-img-con:first-child .blg-img img {
  width: 100%;
}

.footer {
  background-image: url("../images/footer-img.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  padding: 65px 0;
}

.footer .footer-main {
  text-align: center;
}

.footer .footer-main .footer-img img {
  margin: 0 auto;
  max-height: 150px;
  max-width: 150px;
  display: inline-block;
}

.footer .footer-main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer .footer-main ul li {
  list-style-type: none;
  padding: 5px 33px;
}

.footer .footer-main ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer .footer-main ul li a:hover {
  color: #fff;
}

.footer .footer-main p:last-child {
  text-align: center;
  font-size: 14px;
  color: #202020;margin: 0;
}

.footer .footer-main .social-icons li {
  padding: 0;
  margin: 0;
}

.main-body {
  position: relative;
  z-index: 0;
}

.footer .footer-main ul li a span {
  margin-right: 10px;
  max-width: 64px;
  max-height: 64px;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.footer .footer-main ul li {
  border-right: 1px solid #88aea4;
}

.footer .footer-main .social-icons li,
.footer .footer-main ul li:last-child {
  border: 0;
}

.footer .footer-main ul:nth-child(3) {
  margin: 35px 0;
}

.footer-img {
  margin-bottom: 13px;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 0;
}

.slick-dots li button:hover {
  background-color: #f7d875;
  border-radius: 50%;
  border: 0;
}
.fa-times,
.menu-wrap{
  display: none;
}
.banner-warp {
  padding: 60px 0;
  /* background-color: rgb(103 148 137); */
  background-image: url('../images/children-img.jpg');
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;

}
.banner-title h2 {
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.about-me-sec,
.about-sec {
  padding: 60px 0;
}
.abt-sec-title h2 {
  text-align: center;
}
blockquote{
  border: 0;
  padding: 0;
  /* position: relative; */
}
blockquote p::before {
    content: "“";
    display: inline-block;
    color: rgb(170 217 205);
    font-family: "Noto Serif", "Georgia", "Times New Roman", "Times", serif;
    font-size: 5.4rem;
}
blockquote p::after{
  content: "“";
  display: inline-block;
  color: rgb(170 217 205);
  font-family: "Noto Serif", "Georgia", "Times New Roman", "Times", serif;
  font-size: 5.4rem;
  margin-left: 20px;
  -webkit-transform: rotate(
-180deg
);
  transform: rotate(
-180deg
);
}



blockquote p{
  border: 0;
  margin: 0 auto;
  font-size: 30px;
  text-align: center;
  text-transform: capitalize;
  margin-top: 60px;
  font-weight: 600;
  /* max-width: 500px; */
  line-height: 40px;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
}
.banner-title h2::before{
  display: none;
}
.about-me-wrap {
  display: inline-block;
}
.about-wrap .about-cont{
  display: inline-block;
  width: 50%;
  float: right; 
}
.about-me-wrap .about-cont{
  display: inline-block;
  width: 50%;
  float: left; 
}
.about-me-wrap .about-cont {
  margin-right: 20px;
}
.about-wrap p {
  display: inline-block;
  float: left;
  width: 50%;
  padding-right: 10px;
}

/* Edit @24-8 */
/* Common css */
.container{max-width: 1310px;}
p{font-weight:400;letter-spacing: 0.32px;margin: 0 0 15px;}
.btn{font-weight: 400;height: auto;font-size: 15px;line-height: 1;letter-spacing: 0.3px;border-radius: 24px;padding: 16.5px 29px;text-transform: capitalize;}

.header{z-index: 99;}
.header:after{position: absolute;content: "";height: 100%;width: 50%;right: 0;top: 0;background-color: #aad9cd;}
header ul > li{margin:0 23px;line-height: 1;}
header ul > li a{font-weight: 400;line-height: 16px;font-family: "Montserrat", sans-serif;margin: 0;padding:  40px 0 36px;}
header ul > li a:before{bottom: 33px;}
header ul > li a:hover, header ul > li.current-menu-item a{color: #000;font-weight: 500;font-family: "Montserrat", sans-serif;}
header ul > li.current-menu-parent  a{color: #000;font-weight: 500;}

header ul.menu-toggle ul li{display: block;position: relative;border-bottom: 1px solid rgb(255 255 255 / 80%);text-align: left;padding: 0;margin: 0;}
header ul.menu-toggle ul li a,header ul.menu-toggle ul ul li a{background: rgb(131 183 170 / 90%); -webkit-transition:all 0.35s ease;transition:all 0.35s ease;margin: 0;}
header ul.menu-toggle ul li a{display: block;color: #fff !important;font-size: 16px;padding: 10px 15px !important;font-weight: 400;}
header ul.menu-toggle ul ul li a{display: block;color: #fff !important;font-size: 14px;font-weight: 400;}
header ul.menu-toggle ul  li a:hover,header ul.menu-toggle ul ul li a:hover{font-weight: 400 !important;}
header ul.menu-toggle ul  li a:before,header ul.menu-toggle ul ul li a:before{display: none;}
header ul.menu-toggle ul li:hover > a,header ul.menu-toggle ul li.current_page_item  > a{color: #fff !important;background-color: #638c82;}
header ul.menu-toggle ul ul li:hover a{color: #fff !important;background-color: #638c82;}
header ul.menu-toggle ul li a{padding:12px 15px;}
header ul.menu-toggle ul li:last-child{border: none;}
header ul.menu-toggle ul{padding:0px;min-width: 220px;display: none;position: absolute;top:100%;z-index:555;margin: 0;}
header ul.menu-toggle ul ul{padding:0px 0px;min-width: 220px;display: none;position: absolute;top:0%;left: 100%;z-index:555;margin: 0;}
header ul.menu-toggle li:hover > ul{display: block;}
header ul.menu-toggle ul li:hover > ul{display: block;}
.header-wrap{position: relative;z-index: 1;background-color: #fff;}
.logo-img{height: auto;width: auto;top: 20px;}
.logo-img{max-width: 100%;height: auto;}
.icon::before{top: -70px;left: -30px;height: 200px;}
.icon {height: auto;width: auto;display: inline-block;top: 4px;}
.icon img{max-width: 100%;height: auto;max-height: none;left: auto;top: auto;}
.contact-icon{width: auto;right: auto;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.header-wrap{-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
.contact-icon .number{font-family: "Montserrat", sans-serif;margin-left: 2px;display: inline-block;font-size: 17px;line-height: 1;}
header ul.menu-toggle{margin-right: 18px;}
#mobile-menu{display: none;}

/* Banner */
.banner-wrapper{min-height:auto;max-height: none;}
.banner-slider{height: 345px;}
.banner-slider .slick-list,.banner-slider .slick-track{height: 100%;}
.banner-content{min-height: auto;height: 100%;}
.banner-content .container{position: relative;}
.banner-content h1{margin: 18px 0 34px;font-size: 42px;letter-spacing: 0.7px;color: #000;}
.banner-content h1, .banner-content p{max-width: 651px;}
.banner-content p{line-height: 28px;color: #000;letter-spacing: 0.32px;font-weight: 400;margin: 0 0 17px;}
.banner-wrapper .slick-dots{bottom: 21px;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);width: auto;display: inline-block;}
.banner-wrapper .slick-dots li{margin: 0 4.5px 0;}

/* About me */
.about-section{padding:89px 0 72px;background-image: none;position: relative;}
.about-section .container{position: relative;z-index: 1;}
.about-section:before{position: absolute;content: "";left: 0;bottom: -24px;width: 331px;height: 460px;background-image: url('https://thediscoverycoach.co.uk/wp-content/uploads/2021/08/about_left_img.png');background-size: contain;background-position:top left;background-repeat: no-repeat;}
.about-section:after{position: absolute;content: "";right: 0;bottom: -24px;width: 506px;height: 539px;background-image: url('https://thediscoverycoach.co.uk/wp-content/uploads/2021/08/about_right_img.png');background-size: contain;background-position:top right;background-repeat: no-repeat;}
.about-content h2{margin: 0 0 32px;}
.about-section .about-content p{margin: 0 0 21px;}
.about-section .btn{margin: 14px 0 0;}
.about-section .about-wrapper{-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;padding-right: 14px;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;position: relative;z-index: 1;}
.about-section .about-rgt{max-height: none;background-color: transparent;-webkit-box-shadow: none;box-shadow: none;position: relative;top: 0;max-width: 570px;line-height: 1;width: calc(50% - 30px);}
.about-section .about-rgt:after{position: absolute;width: 100%;height: 95.1%;content: "";top: 35px;left: 14px;background-color: #aad9cd;line-height: 1;}
.about-section .about-rgt img{display: inline-block;top: 0;position: relative;width: 100%;height: auto;margin: 0;line-height: 1;z-index: 1;}
.about-section .about-content{padding: 0;}

/* Book Section */
.book-section{position: relative;padding: 106px 0 95px;}
.book-section::before {content: " ";position: absolute;width: 100%;z-index: -1;height: 50px;display: inline-block;top: -30px;background-color: #f7f4ee;left: 0;}
.book-wrap{-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.book-content{width: calc(100% - 160px);padding: 0;}
.book-content h3{color: #202020;}

/* Service Section */
.service-section{padding: 65px 0 80px;}
.service-title{margin-bottom: 58px;}
.service-text:first-child{padding-right: 66px;}
.service-text:last-child{padding-left: 60px;}
.ser-txt-cont{padding-right: 0;}
.service-text h2{font-size: 28px;font-weight: 500;color: #000;letter-spacing: 0.56px;line-height: 1;}
.ser-txt-cont h4{font-weight: 600;color: #000;}
.ser-txt-cont p{margin: 0;}
.ser-txt-wrap{margin: 0 0 60px;}
.ser-txt-wrap:last-child{margin: 0;}
.ser-img{margin-right: 28px;}

/* Blog Section */
.blog-section{padding: 85px 0 90px;position: relative;}
.blog-section.blog_before:after{position: absolute;content: "";width: 100%;height: 30px;background-color: #faf2f9;left: 0;top: -20px;z-index: -1;}
.blog-title {margin: 0 0 52px;}
.blog-section .blog-wrap{-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.blg-img-con{margin: 0;width: calc(33.333% - 33.33px);padding-right: 20px;-webkit-box-sizing: border-box;box-sizing: border-box;}
.blg-img{height: auto;width: 100%;max-width: none;max-height: none;min-height: 100px;}
.blg-img a{display: block;}
.blg-img img{-o-object-fit: none;object-fit: none;height: auto !important;}

.blg-cont p{color: #000;margin: 0 0 8px;}
.blg-cont h4{color: #202020;line-height: 35px;font-weight: 600;}
.blg-cont a{display: block;text-align: center;}
.blg-cont{width: calc(100% - 20px);padding: 23px 16px 20px 35px;}
.home .blog-section.blog_before:after{display: none;}

/* Footer */
.footer{background-size: cover;padding: 58px 0;background-color: #aad9cd;}
.footer .footer-main ul li a{line-height: 1.2;padding: 2px 33px;color: #202020;}
.footer .footer-main .footer-img img{max-width: 100%;max-height: none;}
.footer .footer-main ul li a span{max-width: 100%;max-height: none;}
.footer .footer-main .foot_cont li a span{width: auto;}
.footer .footer-main .foot_cont li a {padding: 0 15px;}
.footer .footer-main .foot_cont li{padding-top: 0;padding-bottom: 0;}
.footer .footer-main .social-icons{margin: 0 0 36px;}
.footer .footer-main .social-icons li a span{margin: 0;}
.footer .footer-main .social-icons li a{padding: 0;}

/* Testimonial Slider */
.testimonial_slider_sec{background-color: #aad9cd;padding: 70px 0;position: relative;}
.testimonial_slider_sec:after{position: absolute;background-image: url('https://thediscoverycoach.co.uk/wp-content/uploads/2021/09/testi_bg.png');background-repeat: no-repeat;width: 227px;height: 206px;background-position: center;background-size: contain;bottom: -10px;right: 3%;content: "";}
.testimonial_slider{text-align: center;max-width: 640px;margin: 0 auto;border-radius: 5px;background-color: #fff;-webkit-box-sizing: border-box;box-sizing: border-box;position: relative;z-index: 1;}
.testimonial_slider .item{position: relative;padding: 40px 40px 30px;}
.testimonial_slider h3{font-size: 22px;text-transform: capitalize;color: #000000;font-weight: 600;margin: 0 0 15px;line-height: 1.2;}
.testimonial_slider p{text-align: center;font-size: 16px;line-height: 1.5;color: #000;font-weight: 400;font-style: italic; }
.testimonial_slider .rating_ts{display: inline-block;}
.testimonial_slider .rating_ts img{display: inline-block;width: auto;max-width: 125px;}
.testimonial_slider .author_ts h5{margin: 0 0 10px;font-size: 17px;line-height: 1.2;font-weight: 600;color: #000;text-transform: capitalize;font-style: italic;}
.testi_content {position: relative;}
.testi_content:before{position: absolute;content: "";background-image: url(https://thediscoverycoach.co.uk/wp-content/uploads/2021/09/quote.png);background-repeat: no-repeat;background-size: contain;width: 20px;height: 17px;top: 0px;left: -20px;}
.testi_content:after{position: absolute;content: "";background-image: url(https://thediscoverycoach.co.uk/wp-content/uploads/2021/09/quote.png);background-repeat: no-repeat;background-size: contain;width: 20px;height: 17px;bottom: 0px;right: -20px;-webkit-transform:rotate(180deg);transform:rotate(180deg);}
.testimonial_slider .slick-dots{bottom: -40px;}
.testimonial_slider .slick-dots li button{background-color: #fff;border-radius: 50%;}
.testimonial_slider .slick-dots li.slick-active button{background-color: #ffbd39;}
.testimonial_slider .slick-dots li button:before{color: transparent !important;}
.testimonial_slider .slick-dots li button{height: 12px;width: 12px;}
.testimonial_slider .slick-prev{height: 40px;width: 40px;left: -50px;}
.testimonial_slider .slick-next{height: 40px;width: 40px;right: -50px;}
.testimonial_slider .slick-prev:before,.testimonial_slider .slick-next:before{font-size: 40px;color: #3c4442;}



/* Service Page
--------------------------------------------------------------*/
/* Inner Banner */
.inner_bannre{height: 350px;position: relative;background-repeat: no-repeat !important;;background-size: cover !important;;background-position: center !important;}
.inner_bannre:after{position: absolute;content: "";width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(0,0,0,0.5);}
.inner_bannre .container{height: 100%;position: relative;z-index: 1;display: -webkit-box;display: -ms-flexbox;display: flex;width: 100%;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.inner_bannre h1{color: #fff;line-height: 1.2;margin: 0;letter-spacing: 0.6px; font-family: "Poppins", sans-serif;font-weight: 600;text-transform: capitalize;}

/* Service Section */
.services_sec{position: relative;padding: 0 0 110px;overflow: hidden;margin: 0 0 -20px;}
.services_sec .container{position: relative;z-index: 1;}
.services_sec:after{position: absolute;content: "";background-image: url('https://thediscoverycoach.co.uk/wp-content/uploads/2021/08/services_sec_bg.png');background-repeat: no-repeat;background-size: contain;width: 573px;
height: 650px;left: -246px;bottom: -155px;}
.service_type{text-align: center;margin: 80px 0 0;}
.service_type h2::before{display: none;}
.service_type h2{text-align: center;margin: 0 0 14px;}
.service_type p{text-align: center;}
.services_wrap{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;margin: 35px 0 0;}
.services_item{display: inline-block;width: calc(33.333% - 34px);padding: 10px;background-color: #fff;-webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);position: relative;overflow: hidden;}
.services_item:after{position: absolute;content: "";background-image: url('https://thediscoverycoach.co.uk/wp-content/uploads/2021/08/services_item_bg.png');background-repeat: no-repeat;background-size: contain;width: 86px;
height: 142px;left: -10px;bottom: -15px;}

.services_content{padding: 28px 0 26px;}
.services_content h5{font-family: "Poppins", sans-serif;font-weight: 600;color: #000;font-size: 19px;line-height: 19px;letter-spacing: 0.44px;margin: 0 0 9px; text-align: center;}
.service_type .services_content p{margin: 0 0 12px;}
.service_img img{display: block;width: 100%;height: auto;}
.service_type .service_content_equal a{display: inline-block;}
.services_content .btn{display: inline-block;margin: 12px 0 0;}

/* Family Service Page
--------------------------------------------------------------*/
.service_detail{padding: 88px 0;background-color: #f7f4ee;position: relative;}

.service_detail:before{position: absolute;content: "";left: 0;bottom: -24px;width: 331px;height: 465px;background-image: url('https://thediscoverycoach.co.uk/wp-content/uploads/2021/08/about_left_img.png');background-size: contain;background-position:top left;background-repeat: no-repeat;}
.service_detail:after{position: absolute;content: "";right: 0;bottom: -14px;width: 506px;height: 544px;background-image: url('https://thediscoverycoach.co.uk/wp-content/uploads/2021/08/about_right_img.png');background-size: contain;background-position:top right;background-repeat: no-repeat;}

.service_ind_wrap{position: relative;z-index: 1;}
.service_ind_detail{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin: 0 0 100px;}
.service_ind_detail:last-child{margin: 0;}
.service_ind_img{display: inline-block;width: 40.2%;}
.service_ind_img img{display: inline-block;width: 100%;height: auto;}
.service_ind_data{display: inline-block;padding-left: 48px;width: 59.8%;}
.service_ind_data h4{color: #000;font-weight: 600;margin: 0 0 14px;line-height: 1.2;}
.service_ind_data p{margin: 0 0 25px;}
.service_ind_data p:last-child{margin: 0;}
.service_ind_data ul{margin: 0 0 10px;padding: 0;list-style: none;}
.service_ind_data ul li{margin: 0;padding: 0 0 0 16px;font-family: "Poppins", sans-serif;font-weight: 400;position: relative;line-height: 1.2;}
.service_ind_data ul li:before{position: absolute;content: "";top: 5px;left: 0;background-color: #aad9cd;height: 9px;width: 9px;border-radius: 100%;}
.service_ind_data ul li:not(:last-child){margin: 0 0 20px;}
.service_ind_detail:nth-child(even){-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-flow: row-reverse;flex-flow: row-reverse;}
.service_ind_detail:nth-child(even) .service_ind_data{padding-left: 0;padding-right: 48px;}

/* Contact Page
--------------------------------------------------------------*/
.contact_sec{margin: 90px 0 86px;}
.contact_wrap{position: relative;}
.contact_detail{position: absolute;left: 0px;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);-webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);background-color: #ffffff;width: 50%;max-width: 400px;z-index: 2;padding: 60px 55px 50px;overflow: hidden;}
.contact_detail:after{background-image: url('https://thediscoverycoach.co.uk/wp-content/uploads/2021/08/contact_info_bg.png'); background-repeat: no-repeat;background-size: contain;position: absolute;content: "";bottom: -15px;left: -10px;width: 149px;height: 232px;}
.contact_item {text-align: center;margin: 0 0 70px;}
.contact_item:last-child {margin: 0;}
.contact_item i{text-align: center;color: #ffbe00;font-size: 30px;display: block;width: 100%;text-align: center;margin: 0 0 13px;}
.contact_item p,.contact_item a{color: #202020;margin: 0;font-size: 16px;font-family: "Poppins", sans-serif;line-height: 1.2;font-weight: 400;letter-spacing: 0.32px;display: block;width: 100%;text-align: center;}
.contact_item a{-webkit-transition: all 0.35s ease;transition: all 0.35s ease;}
.contact_item a:hover{text-decoration: none;color: #4ea790;}
.contact_form{background-color: #aad9cd; display: block;width: 100%;max-width: 1000px;margin-left: auto;padding: 60px 60px 60px 180px;position: relative;overflow: hidden;}
.contact_form:after{position: absolute;content: "";right: 0;bottom: -5px;width: 378px;height: 506px; background-image: url('https://thediscoverycoach.co.uk/wp-content/uploads/2021/08/contact_form_bg.png'); background-repeat: no-repeat;background-size: contain;}
.contact_form .frm_forms  {position: relative;z-index: 1;}
.contact_form input[type="text"],.contact_form input[type="email"],.contact_form input[type="tel"],.contact_form input[type="number"],.contact_form textarea{border-radius: 10px;border: 1px solid #86c5b5;background-color: #ffffff; font-family: 'Roboto', sans-serif;color: #989898;font-size: 16px;display: block;height: auto;padding: 13px 17px;line-height: 1.25;}
.contact_form textarea{height: 200px;}
.contact_form .frm_style_formidable-style.with_frm_style .form-field{margin: 0 0 9px;}
.contact_form .frm_style_formidable-style.with_frm_style .frm_button_submit {-webkit-box-shadow: -5px 0 8px 1px rgba(0, 0, 0, 0.08);box-shadow: -5px 0 8px 1px rgba(0, 0, 0, 0.08);border-radius: 24px;background-color: #f7d875;color: #000000;font-size: 15px;font-weight: 400;font-style: normal;letter-spacing: normal;line-height: 1.2;text-align: center;letter-spacing: 0.3px; font-family: "Poppins", sans-serif;-webkit-transition: all 0.35s ease;transition: all 0.35s ease;padding: 15px 30px;border: none;margin: 30px 0 0;text-transform: capitalize;}
.contact_form .frm_style_formidable-style.with_frm_style .frm_button_submit:hover{text-decoration: none;color: #fff;background-color: #000;} 
.contact_form .with_frm_style .frm_form_fields > fieldset{padding: 0;}
.contact_form .frm_style_formidable-style.with_frm_style .frm_submit{text-align: center;}
.cont_map{line-height: 1;margin: -20px 0 0;height: 600px;}
.cont_map iframe{width: 100%;height: 100%;}
.book-section.book_wht::before{background-color: #fff;}

/* About us Page
--------------------------------------------------------------*/
.about-section.abt_page .about-rgt{max-width:565px;}
.about-section.abt_page .about-wrapper{padding-right: 20px;}
.about-section.abt_page .about-rgt:after{left: 20px;}

/* Discover Session Page
--------------------------------------------------------------*/
.discover_session{margin: 86px 0 80px;}
.discover_session .container{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.disover_detail{display: inline-block;width: calc(100% - 535px);}
.discover_form.contact_form{display: inline-block;max-width: 475px;padding: 50px;}
.discover_form.contact_form:after{width: 370px; height: 507px;bottom: 0; background-image: url('https://thediscoverycoach.co.uk/wp-content/uploads/2021/09/discover_form_bg.png');}
.discover_form.contact_form .frm_style_formidable-style.with_frm_style .form-field{margin: 0 0 12px;}
.discover_form.contact_form textarea{height: 160px;}
.discover_form.contact_form .frm_style_formidable-style.with_frm_style .frm_button_submit{margin: 18px 0 0;}

.disover_detail h4{font-weight: 600;line-height: 24px;margin: 0 0 26px;}
.disover_detail p{margin: 0 0 22px;}
.disover_detail p:last-child{margin: 0;}
.page-template-template-booksession .blog-section.blog_before:after{display: none;}

/* ---------- Blog Page ----------- */
.blog_list_page{padding: 89px 0;background: #f7f4ee;position: relative;overflow: hidden;}
.blog_list_page:before{position: absolute;content: "";left: 0;bottom: -5px;background-repeat: no-repeat;background-size: contain;background-position: bottom left;background-image: url('https://thediscoverycoach.co.uk/wp-content/uploads/2021/09/blog_list_bg2.png');width: 331px;height: 459px;}
.blog_list_page:after{position: absolute;content: "";right: 0;bottom: -5px;background-repeat: no-repeat;background-size: contain;background-position: bottom right;background-image: url('https://thediscoverycoach.co.uk/wp-content/uploads/2021/09/blog_list_bg.png');width: 506px;height: 538px;}

.blog_wrapper{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;position: relative;z-index: 1;}
.blog_list{display: inline-block;width: calc(100% - 442px);}
.blog_item_wrap{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.blog_item_wrap .blg-img-con{width: calc(50% - 25px);margin: 0 0 90px;}

.blog_sidebar{display: inline-block;width: 372px;}
.blog_sidebar ul{margin: 0;list-style: none;}
.blog_sidebar ul li{margin: 0;list-style: none;}
.blog_sidebar .search-form {position: relative;margin: 0;}
.blog_sidebar .search-form label{display: none;}
.blog_sidebar .search-form input[type="search"] {border: 1px solid #b6b6b6;border-radius: 22px;color: #505050;font-family: "Poppins", sans-serif;font-size: 15px;line-height: 1.2;height: auto;display: block;width: 100%;margin: 0;padding:12px 40px 12px 14px;font-weight: 400;background: #f7f4ee;}
.blog_sidebar .search-form input[type="submit"]{border: none;padding: 0;height: 25px;width: 25px;position: absolute;right: 12px;top: 9px;background-color: transparent;background-image: url('https://thediscoverycoach.co.uk/wp-content/uploads/2021/09/search_icon.png');background-repeat: no-repeat;background-position: center;font-size: 0;cursor: pointer;}

.blog_sidebar .widget{margin: 0 0 50px;}
.blog_sidebar .widget  h4{background-color: #aad9cd;font-size: 20px;color: #fff;line-height: 1;margin: 0;font-weight: 600;padding: 12px 15px;font-family: "Poppins", sans-serif;}
.blog_sidebar .widget h4::before{display: none;}
.blog_sidebar .widget ul{-webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.15);box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.15);background-color: #f6f6f6;}
.blog_sidebar .widget ul li{margin: 0;padding: 12px 19px;}
.blog_sidebar .widget ul li a{color: #505050;font-family: "Poppins", sans-serif;font-size:18px;line-height: 1.2;font-weight: 500;}
.blog_sidebar .widget ul li:not(:last-child){border-bottom: 1px solid #d9d9d9;}

.blog_sidebar .widget.widget_recent_entries ul li a{color: #202020;font-size: 20px;display: block;margin: 0 0 6px;line-height: 1.5;}
.blog_sidebar .widget.widget_recent_entries ul li span{display: block;color: #909090;font-family: inherit;font-size: 16px;line-height: 1.2;font-family: "Poppins", sans-serif;}
.paggination_sec{text-align: center;}
.paggination_sec .page-numbers {color: #b0b0b0;font-size: 15px;line-height: 25px;height: 25px;font-family: "Poppins", sans-serif;font-weight: 400;-webkit-transition: all 0.35s ease;transition: all 0.35s ease;display: inline-block;border-radius: 100%;padding: 0 8px;position: relative;-webkit-transition: color 0.35s ease;transition: color 0.35s ease;}
.paggination_sec .page-numbers:after{position: absolute;height: 25px;width: 25px;background: transparent;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);content: "";z-index: -1;-webkit-transition: background 0.35s ease;transition: background 0.35s ease;border-radius: 100%;}
.paggination_sec .page-numbers.current,.paggination_sec .page-numbers:hover{color: #030303;}
.paggination_sec .page-numbers.current:after,.paggination_sec .page-numbers:hover:after{background-color: #aad9cd;}
.paggination_sec .page-numbers.next:after,.paggination_sec .page-numbers.prev:after {display: none;}
.paggination_sec .page-numbers.next,.paggination_sec .page-numbers.prev {color: #030303;}

/* ---------- Blog Detail Page ----------- */
.blog_main_img img{display: block;width: auto;height: auto;max-width: 100% !important;}
.blog_title{color: #202020;font-size: 22px;line-height: 1.2;font-weight: 600;letter-spacing: 0.44px;font-family: "Poppins", sans-serif;margin: 20px 0 0;}
.blog_date{color: #000;font-size: 16px;font-family: "Poppins", sans-serif;line-height: 1.2;}
.blog_detail .blog_content  p{margin: 0 0 19px;}

.blog_detail .blog_content blockquote{background-color: #ffffff;display: block;width: 100%;max-width: 524px;margin: 30px auto 35px;position: relative;padding: 19px 17px 10px 55px;color: #505050;font-size: 15px;line-height: 25px;}
.blog_detail .blog_content blockquote:after{position: absolute;content: "";background-image: url('https://thediscoverycoach.co.uk/wp-content/uploads/2021/09/quote.png');background-repeat: no-repeat;background-size: contain;width: 20px;height: 17px;top: 18px;left: 21px;}

/* ---------- Default Page ----------- */
.inner_content{margin: 50px 0;}
.error404 .inner_bannre:after{display: none;}
.content_404 h4{margin: 0 0 30px;}
.content_404,.content_404 p{text-align: center;}
.back_to_home{display: inline-block;}


button.sub-menu-toggle {
    display: none;
}
.menu-item-has-children > a::after {
    font-family: "Font Awesome 5 Pro"; 
    content: "\f078";
    margin-left: 5px;
    display: inline-block;
}

.tribe-events-event-meta dl {
    margin-top: 25px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link:before {
    display: none;
}

.tribe-common .tribe-common-c-btn-border {
  border: 0 !important;
  display: inline-block;
  padding: 10px 18px;
  height: 42px;
  min-width: 110px;
  text-align: center;
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 22px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: rgb(247, 216, 117);
  color: #000000;
  cursor: pointer;
  border-radius: 21px;
  -webkit-box-shadow: 0px 5px 7.52px 0.48px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 7.52px 0.48px rgba(0, 0, 0, 0.08);
  width: max-content;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:active,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button:active,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button:focus,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.tribe-events button.tribe-events-c-search__button:hover,
.tribe-events button.tribe-events-c-search__button:active,
.tribe-events button.tribe-events-c-search__button:focus,
.tribe-events button.tribe-events-c-search__button:focus-within {
  color: #fff;
  background-color: #000;
  border: transparent;
  outline: none;
}

.tribe-theme-twentytwentyone .tribe-events .tribe-events-c-search__button:not(:hover):not(:active) {
  background-color: rgb(247, 216, 117) !important;
  color: #000000 !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button {
  background: transparent;
  height: auto;
  transition: none;
}


.tribe-events .tribe-events-view-loader .tribe-common-c-svgicon {
	color: rgb(247, 216, 117) !important;
}


@media (max-width:1300px) {
	.ser-txt-cont {
		padding-right: 15px;
	}

	.service-text:last-child {
		margin-left: 30px;
	}

	.ser-img {
		margin-right: 10px;
		max-width: 120px;
		max-height: 120px;
	}


	.blg-cont {
		padding: 10px;
	}
	
	/* Service Page
	------------------------------------*/
	.services_sec{padding: 0 0 60px;}
	.service_type{margin: 60px 0 0;}
	.services_wrap{margin: 30px 0 0;}
	
	/* Family Service Page
	------------------------------------*/
	.service_detail{padding: 60px 0;}
	
	/* Contact Page
	------------------------------------*/
	.contact_sec{margin: 70px 0;}
	.contact_form{width: calc(100% - 280px);}



}

@media (max-width:1200px) {
	.blg-img-con {
		margin-bottom: 70px;
	}

	.blog-section .btn-view {
		margin-top: 20px;
	}
	
	h1{font-size: 40px;line-height: 1.2;}
	blockquote p{font-size: 25px;}
	
	/* Home Page
	----------------------------------*/
	.service-text:first-child{padding-right:50px;}
	.service-text:last-child{margin-left: 0;padding-left: 50px;}
	.blg-img-con{width: calc(33.333% - 15px);}
	.blg-cont h4{font-size: 20px;line-height: 1.2;}
	.blog-section{padding: 60px 0;}
	.footer .footer-main ul li a{padding: 2px 25px;}
	.footer .footer-main .foot_cont li{padding: 0 15px;}
	.footer .footer-main .social-icons {margin: 0 0 20px;}
	.testimonial_slider_sec:after{right: 0;}
	
	/* Service Page
	----------------------------------*/
	.inner_bannre{height: 300px;}
	.services_sec{padding: 0 0 50px;}
	.service_type{margin: 50px 0 0;}
	.service_type h2{margin: 0 0 10px;font-size: 32px;}
	.services_item{width: calc(33.333% - 12px);}
	.service_type .services_content p{font-size: 15px;line-height: 1.35;}
	.services_content{padding: 20px 0 10px;}
	.service_ind_detail{margin: 0 0 50px;}
	.service_ind_data{padding-left: 30px;}
	.service_ind_detail:nth-child(even) .service_ind_data{padding-right: 30px;}
	
	/* Blog Page
	----------------------------------*/
	.blog_list_page{padding: 70px 0;}
	.blog_sidebar{width: 280px;}
	.blog_list{width: calc(100% - 310px);}
	.blog_item_wrap .blg-img-con {width: calc(50% - 15px);margin: 0 0 80px;}
	.blog_sidebar .widget h4{font-size: 17px;}
	.blog_sidebar .widget ul li a{font-size: 16px;}
	.blog_sidebar .widget.widget_recent_entries ul li a{font-size: 17px;line-height: 1.3;}
	.blog_sidebar .widget{margin: 0 0 40px;}
	.blog_content p:last-child{margin: 0;}
	.blog_list_page:after{width: 440px;height: 450px;}
	.blog_title{margin: 20px 0 5px;}
	.blog_date{font-size: 14px;}
	
	/* Contact Page
	------------------------------------*/
	.contact_detail{padding: 30px;max-width: 360px;}
	.contact_item{margin: 0 0 40px;}
	.contact_form{padding: 40px 40px 40px 120px;}
	.contact_form .frm_style_formidable-style.with_frm_style .frm_button_submit{margin: 15px 0 0;}
	.contact_form:after{width: 320px;height: 430px;}
	.cont_map{height: 500px;}
	
	/* Book Discovery Session Page
	------------------------------------*/
	.discover_session{margin: 60px 0;}
	.discover_form.contact_form{padding:40px;max-width: 450px;}
	.disover_detail {width: calc(100% - 480px);}
	.discover_form.contact_form .frm_style_formidable-style.with_frm_style .frm_button_submit {margin: 15px 0 0;}
	.disover_detail h4{margin: 0 0 20px;}
}

@media (max-width:1060px) {
  .ser-img {
    margin-right: 10px;
    max-width: 100px;
    max-height: 100px;
  }

  .ser-txt-cont h4 {
    margin-bottom: 0;
  }

  .blg-cont p {
    margin-bottom: 10px;
  }

}

@media (max-width:991px) {
	h1 {font-size: 35px;line-height: 45px;}
	h2 {font-size: 30px;line-height: 30px;}
	h3 {font-size: 22px;line-height: 30px;}
	h4 {font-size: 20px;line-height: 30px;}
	p {font-size: 14px;}
	header ul li:last-child {display: block}
	header ul {display: none;position: absolute;width: 40%;background-color: rgb(170, 217, 205);top: 70px;right: -15px;}
	header ul li a {color: #fff;-webkit-transition: 0.4s;transition: 0.4s;}
	header ul li a:hover {color: #000000;}
	.menu-wrap {display: block;position: absolute;right: 20px;top: 20px;}
	.fa {font-size: 25px;display: inline-block;height: 25px;width: 25px;color: #fff;cursor: pointer;-webkit-transition: 0.4s;transition: 0.4s;}
	.fa-times {display: none;}
	.header-wrap {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;width: 100%;}
	.contact-icon {width: 40%;}
	.banner-slider{height:300px;}
	.banner-content h1,.banner-content p {max-width:580px;}
	.banner-content h1{font-size: 36px;line-height: 1.2;margin: 0 0 20px;}
	.about-section .about-content,.service-cont,.service-text {width: 100%;display: block;border: 0;}
	.ser-txt-cont {max-width: 590px;border-right: 0;}
	.service-text:last-child {margin-left: 0;}
	.ser-txt-wrap {margin-bottom: 35px;}
	.service-section,.footer,.blog-section {padding: 60px 0;}
	.about-section .about-wrapper {display: block;}
	.about-rgt {margin: 0 auto;}
	.about-section .about-content {margin-bottom: 50px;display: inline-block;}
	.about-me-sec .about-me-wrap .about-content {float: left;}
	.about-me-sec .about-me-wrap .about-cont {width: 50%;float: left;}
	header ul li a:before {border: 1px solid #fff;}
	blockquote p {font-size: 20px;margin-top: 45px;line-height: 1.35;}
	blockquote{margin: 20px 0;}
	blockquote p::before,blockquote p::after{font-size: 3.4rem;line-height: 1;}
	
	#mobile-menu, #mobile-menu .menu-trigger{display: block;}
    #mobile-menu .menu-trigger{display: block;width: 40px;height: 40px;position: absolute;-ms-touch-action: manipulation;touch-action: manipulation;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-image: none;white-space: nowrap;z-index: 999999;right: 15px;top: 18px;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;border: 1px solid #fff;}
    #mobile-menu .menu-trigger.open{left: calc(100% - 40px);background:#479883;}
    #mobile-menu .menu-trigger span, #mobile-menu .menu-trigger span:after, #mobile-menu .menu-trigger span:before{background: #fff;height: 2px;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;} 
    #mobile-menu .menu-trigger span{position: absolute;display: block;width: 20px;left: 50%;top: 50%;transform: translate(-50% , -50%);-webkit-transform: translate(-50% , -50%);-moz-transform: translate(-50% , -50%)}
    #mobile-menu .menu-trigger span:after, #mobile-menu .menu-trigger span:before{content: '';position: absolute;left: 0;width: 100%;}
    #mobile-menu .menu-trigger span:before{top: -6px;}
    #mobile-menu .menu-trigger span:after{bottom: -6px;}
    #mobile-menu .menu-trigger.open span{background-color: rgba(0,0,0,.0)}
    #mobile-menu .menu-trigger.open span:before{top: 0;transform: rotate(45deg);-webkit-transform: rotate(45deg);background: #000;}
    #mobile-menu .menu-trigger.open span:after{top: 0;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);background: #000;}
    #mobile-menu .mob-navbar{background:rgb(135 218 197 / 95%);position: fixed;top: 0;width: calc(100% - 40px);height: 100%;left: -100%;-webkit-box-sizing: border-box;box-sizing: border-box;z-index: 99999;overflow-y: auto;-webkit-overflow-scrolling: touch;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;margin-right: 40px;}
    #mobile-menu .mob-navbar.open{left: 0;}
	#mobile-menu ul{margin: 0;}
    #mobile-menu  ul ul{display: none;background:#4dc1a3;}
    #mobile-menu  ul ul ul{background:#479883;}
    #mobile-menu  ul ul ul ul{background:#519886;}
    #mobile-menu  li{border-bottom:1px solid rgba(0, 0, 0, 0.10);list-style: none;position: relative;display: block;margin: 0;padding: 0;}
    #mobile-menu  li:last-child{border-bottom-width: 0;padding-bottom: 0;}
    #mobile-menu  em{display: block;position: absolute;top: 0;right: 0;width: 30px;height: 39px;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
    #mobile-menu  em:before, #mobile-menu  em:after{content: '';position: absolute;top:50%;margin-top: -1px;left: calc(50% - 8px);width: 16px;height: 2px;background: #000;}
    #mobile-menu  em:after{transform: rotate(-90deg);-moz-transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
    #mobile-menu  em.toggled:after{transform: rotate(0);-moz-transform: rotate(0);-webkit-transform: rotate(0);}
    #mobile-menu  em.level-two:before{content: '';position: absolute;width: 0;height: 0;border-style: solid;border-width: 6px 6px 0 6px;border-color: #fff transparent transparent transparent;background-color: transparent;left: 50%;top: 50%;transform: translate(-50% , -50%);-webkit-transform: translate(-50% , -50%);-moz-transform: translate(-50% , -50%);margin: 0;}
    #mobile-menu  em.level-two:after{display: none;}
    #mobile-menu  em.level-two.toggled{transform: rotate(-180deg);-moz-transform: rotate(-180deg);-webkit-transform: rotate(-180deg)}
    #mobile-menu  li a{color: #000;padding: 9px 0px 9px 15px;display: block;text-transform: capitalize;line-height: 20px;font-size: 14px;font-weight: 400;}    
	#mobile-menu li a:hover{text-decoration: none;}
	#mobile-menu li.current-menu-item a{color: #000000;text-decoration: none;background: #5cc3a9;}
    #mobile-menu  li li a{padding-left: 20px;}
    #mobile-menu  li li li a{padding-left: 25px;margin-right: 0;}
    #mobile-menu  li li li li a{padding-left: 30px;margin-right: 0;}
    #mobile-menu  li a.active{color:#aad9cd;}
    .scroll-hidden{overflow: hidden;height: 100%;}
	
	header ul.menu-toggle{display: none;}
	.menu-wrap{display: none;}
	.logo-img{top: 10px;max-width: 114px;}
	.contact-icon{width: 50%;max-width: 260px;}
	
	.footer{padding: 40px 0;}
	.footer .footer-main .footer-img img{max-width: 120px;max-height: none;height: auto;}
	.footer .footer-main ul li{padding: 0px 15px;}
	
	.about-section{padding: 50px 0;}
	.about-section:before{width: 220px;height: 310px;}
	.about-section:after{width: 350px;height: 370px;}
	.about-section .about-rgt{display: block;width: 100%;max-width: 350px;margin: 0 auto;padding-right: 15px;}
	.about-section .about-wrapper{padding: 0;}
	.about-section .about-rgt:after{top: 15px;left: 15px;height: calc(100% - 4px);width: calc(100% - 15px);}
	
	.service-section{padding: 50px 0;}
	.ser-txt-cont h4{font-size: 18px;}
	
	.book-section{padding: 60px 0;}
	.service-text h2{margin: 0 0 40px;font-size: 24px;}
	.service-text:last-child{padding:40px 0 0;}
	.ser-txt-wrap{margin: 0 0 25px;}
	.service-text:first-child{padding: 0;}
	.ser-txt-cont{max-width: 100%;width: 100%;padding: 0;}
	
	.blog-section{padding: 50px 0;}
	.blg-img-con {width: calc(33.333% - 10px);}
	.blg-cont h4{font-size: 17px;}
	.blg-cont p{margin: 0 0 3px;}
	.blog-section .btn-view{margin-top: 10px;}
	.footer .footer-main ul li a{padding: 2px 20px;}
	.blg-cont h4{font-size: 16px;}
	.about-section .about-content p{margin: 0 0 15px;}
	
	.footer .footer-main .foot_cont li a{word-break: break-all;}
	.footer .footer-main .foot_cont li a{padding: 0;}
	
	/* Testimonial Slider */
	.testimonial_slider_sec{padding: 50px 0;}
	.testimonial_slider{width: calc(100% - 50px);}
	.testimonial_slider_sec:after{right: 1%;}
	
	/* Inner page
	----------------------------------*/
	.inner_bannre{height: 250px;}
	.inner_bannre h1{font-size: 28px;}
	.inner_content{margin: 40px 0;}
	.content_404 h4{margin: 0 0 20px;}
	
	
	/* Blog Page
	----------------------------------*/
	.blog_list_page{padding: 50px 0 20px;}
	.blog_item_wrap .blg-img-con{width: calc(50% - 8px);}
	.blog_list {width: calc(100% - 310px);}
	.blog_sidebar .widget{margin: 0 0 30px;}
	.blog_detail .blog_content blockquote{margin: 20px auto;}
	.blog_list_page:before{width: 250px;height: 359px;}
	.blog_list_page:after{width: 320px;height: 348px;}
	.blog_sidebar .widget.widget_recent_entries ul li span{font-size: 15px;}
	.blog_detail .blog_content p{margin: 0 0 15px;}
	
	/* About Page
	----------------------------------*/
	.about-section.abt_page .about-rgt{max-width: 350px;}
	.about-section.abt_page .about-rgt:after{left: 15px;}
	.about-section.abt_page .about-wrapper{padding: 0;}
	.about-section.abt_page .about-content{margin:0 0 20px;}
	.about-section.abt_page .extra-content{margin: 40px 0 0;}
	
	/* Service Page
	----------------------------------*/
	.service_type{margin: 40px 0 0;}
	.service_type h2{font-size: 28px;}
	.services_content h5{font-size: 18px;}
	.services_content .btn{font-size: 14px;padding: 14px 25px;}
	.services_sec{padding: 0 0 60px;}
	
	/* Family Service Page
	------------------------------------*/
	.service_detail{padding: 50px 0;}
	.service_ind_detail{margin: 0 0 35px;}
	.service_detail:before{width: 250px;height: 365px;}
	.service_detail:after{width: 350px;height: 374px;}
	
	/* Contact Page
	------------------------------------*/
	.contact_sec{margin: 50px 0;}
	.contact_detail {padding:20px 15px;max-width: 250px;}
	.contact_detail:after {width: 100px;height: 160px;}
	.contact_item {margin: 0 0 25px;}
	.contact_form {padding: 30px 30px 30px 80px;width: calc(100% - 200px);}
	.contact_form input[type="text"], .contact_form input[type="email"], .contact_form input[type="tel"], .contact_form input[type="number"], .contact_form textarea{padding: 12px 15px;}
	.cont_map{height: 400px;}
	
	/* Book Discovery Session Page
	------------------------------------*/
	.discover_session{margin: 50px 0;}
	.discover_session .container{display: block;}
	.disover_detail{display: block;margin: 0 0 30px;width: 100%;text-align: center;}
	.discover_form.contact_form{display: block;max-width: 480px;width: 100%;margin: 0 auto;}
	.disover_detail p{text-align: center;margin: 0 0 15px;}
	.discover_form.contact_form:after{width: 300px;height: 400px;}
	.discover_form.contact_form .frm_style_formidable-style.with_frm_style .form-field{margin: 0 0 9px;}
	
}

@media (max-width:767px) {
  blockquote p::after,
  blockquote p::before{
    font-size: 50px;
  }
  blockquote p {
    font-size: 18px;
    line-height: 30px;
  }
  .about-wrap .about-cont {
    float: left;
  }
  .about-wrap p {
    padding-left: 10px;
    padding-right: 0;
  }

  .book-content,
  .blg-img-con {
    width: 100%;
  }

  .blg-img-con {
    margin-right: 0;
  }



  .blog-section .btn-view {
    margin-top: 0;
  }
  .about-me-sec, 
  .about-sec,
  .about-section,
  .service-section,
  .footer,
  .blog-section {
    padding: 45px 0;
  }

  .book-wrap,
  .about-section .about-wrapper,
  .footer .footer-main ul:nth-child(3),
  .footer .footer-main ul:nth-child(2) {
    display: block;
  }

  .footer .footer-main ul li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer .footer-main ul li {
    border: 0;
  }

  .footer .footer-main ul:nth-child(3) {
    margin: 10px 0;
  }

  .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer .footer-main ul li a span {
    max-width: 50px;
    max-height: 50px;
  }

  .footer .footer-main ul {
    margin-left: 0;
  }

  .service-text,
  .about-section .about-rgt,
  .about-section .about-content {
    width: 100%;
  }


  .book-content {
    padding: 60px 0 0 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .book-content:last-child {
    text-align: center;
    display: block;
    width: 100%;
    padding: 25px 0 60px 0;
  }

  .bn-dot {
    position: absolute;
  }

  .banner-wrapper {
    max-height: initial;
    min-height: auto;
  }
	
	.footer{padding: 30px 0;}
	
	/*	homepage */
	.btn{padding: 14px 25px;}
	h1{font-size: 28px;line-height: 1.2;}
	.banner-slider{height: 280px;}
	.banner-content h1{font-size: 28px;}
	.banner-content h1, .banner-content p{max-width: 450px;}
	.banner-wrapper .slick-dots{bottom: 20px;}
	.banner-content .container{top: 0;}
	.about-section .btn{margin: 5px 0 0;}
	
	.book-section{padding: 40px 0;text-align: center;}
	.book-content{padding: 0;margin: 0 0 15px;}
	.book-content h3{text-align: left;display: inline-block;font-size: 21px;}
	.book-content .cal-img {margin-right: 10px;max-width: 40px;}
	.service-text h2{font-size: 22px;margin: 0 0 30px;}
	
	.service-section{padding: 30px 0 40px;}
	.service-text .ser-img{max-width: 70px;max-height: none;margin: 0;}
	.service-text .ser-img img{width: 100%;height: auto;}
	.ser-txt-wrap{-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
	.service-title{margin: 0 0 45px;}
	.ser-txt-cont{display: inline-block;max-width: 100%;width: calc(100% - 80px);padding:0 0 0 10px;}
	.service-text:first-child{padding-right: 0;}
	
	.blog-section .blog-wrap{display: block;max-width: 300px;margin: 0 auto;}
	.blg-cont{bottom: -20px;}
	.footer .footer-main ul li a{padding: 7px 15px;}
	.blg-cont a{height: auto !important;}
	.blg-img-con{margin: 0 0 50px;}
	.about-section.abt_page .about-content{margin: 0 0 10px;}
	
	.footer .footer-main .social-icons{margin: 10px 0;}
	.footer .footer-main .foot_cont li{padding: 0;}
	.footer .footer-main .foot_cont li a {padding: 0 5px 10px;display: block;text-align: center;margin: 0 0 10px;background: #96cabc;border: 1px solid rgb(0 0 0 / 5%);}
	.footer .footer-main .foot_cont li a span{display: block;width: 100%;margin: 0 auto;}
	
	/*	Testimonial */
	.testimonial_slider{width: 100%;margin: 0 auto 40px;}
	.testimonial_slider .slick-prev,.testimonial_slider .slick-next{bottom: -45px;-webkit-transform: translate(-50% , 0);transform: translate(-50% , 0);top: auto;}
	.testimonial_slider .slick-prev,.testimonial_slider .slick-next{height: 30px;width: 30px;}
	.testimonial_slider .slick-prev:before, .testimonial_slider .slick-next:before{font-size: 30px;}
	.testimonial_slider .slick-prev{left: calc(50% - 32px);}
	.testimonial_slider .slick-next{right:calc(50% - 32px);}
	
	/* Inner Page
	----------------------------------*/
	.inner_bannre{height: 200px;}
	.inner_bannre h1{font-size: 26px;text-align: center;}
	
	
	/* Blog Page
	----------------------------------*/
	.blog_wrapper{display: block;}
	.blog_list{width: 100%;}
	.blog_sidebar{display: block;margin: 40px 0 0;width: 100%;}
	.blog_item_wrap .blg-img-con{margin: 0 0 50px;}
	.blog_title{font-size: 20px;margin: 20px 0 5px;}
	.blog_date{font-size: 14px;}
	
	/* Service Page
	----------------------------------*/
	.service_type{margin: 40px 0 0;}
	.service_type h2{font-size: 26px;}
	.services_wrap{display: block;width: 100%;max-width: 300px;margin: 0 auto;}
	.services_item{width: 100%;margin: 0 0 30px;}
	.services_item:last-child{margin:0px;}
	.services_content h5{margin: 0 0 12px;}
	.service_type .services_content p{margin: 0 0 15px;}
	.service_content_equal{height: auto !important;}
	.services_content .btn{margin: 0;}
	
	/* Family Service Page
	------------------------------------*/
	.service_detail{padding: 50px 0 40px;}
	.service_ind_detail{margin: 0 0 30px;display: block;text-align: center;}
	.service_ind_img{width: 100%;display: block;max-width: 350px;margin: 0 auto 20px;}
	.service_ind_data{display: block;width: 100%;padding: 0;}
	.service_detail:before {width: 200px;height: 292px;}
	.service_detail:after {width: 220px;height: 235px;}
	
	/* Contact Page
	------------------------------------*/
	.contact_detail{max-width: 200px;}
	.contact_form {padding: 20px 20px 20px 40px;width: calc(100% - 180px);}
	.contact_item p, .contact_item a{font-size: 14px;}
	.contact_item {margin: 0 0 20px;}
	.contact_form .frm_style_formidable-style.with_frm_style .form-field.frm_half{width: 100%;grid-column: span 12 / span 12;}
	.contact_form textarea{height: 140px;}
	.contact_form input[type="text"], .contact_form input[type="email"], .contact_form input[type="tel"], .contact_form input[type="number"], .contact_form textarea{font-size: 15px;}
	.contact_form .frm_style_formidable-style.with_frm_style .frm_button_submit{margin: 5px 0 0;}
	.cont_map{height: 340px;}
	.contact_form:after {width: 280px;height: 370px;}
	.contact_form .frm_style_formidable-style.with_frm_style .frm_button_submit{font-size: 14px;padding: 12px 30px;}
	
	/* Book Discovery Session Page
	------------------------------------*/
	.discover_session{margin: 40px 0;}
	.disover_detail h4{margin: 0 0 15px;}
	.discover_form.contact_form .frm_style_formidable-style.with_frm_style .frm_button_submit{margin: 5px 0 0;}
	.discover_form.contact_form{padding: 30px;}
	.discover_form.contact_form textarea{height: 140px;}
	
}

@media (max-width:600px) {
   blockquote p{
    font-size: 20px;
    margin-top: 30px;
    max-width: 100%;
    line-height: 35px;
  }
  header ul {
    width: 60%;
  }
  .about-content h2{
    text-align: center;
  }
 
  .about-content h2::before,
  .service-text h2::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .about-section .about-content p {
    text-align: center;
    padding-right: 0;
  }
  .about-section .about-content{
    padding-right: 0;
  }
  .ser-txt-wrap {
    display: block;
    text-align: center;
    background: #fbfbfb;
    padding: 10px;
    border: 1px solid hsl(0deg 0% 0% / 6%);
  }

  .ser-img {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .ser-txt-cont h4 {
    margin-bottom: 10px;
  }

  .ser-txt-cont {
    padding: 0;
  }

  .service-text h2,
  .ser-txt-cont p {
    text-align: center;
  }
  .about-me-sec, 
  .about-sec,
  .about-section,
  .service-section,
  .footer,
  .blog-section {
    padding: 30px 0;
  }

  .book-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: inline-block;
    text-align: center;
  }
  .book-content .cal-img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .book-content .cal-img img {
    margin: 0 auto;
  }
  .book-section {
    background-position: top;
  }

  .icon img {
    left: 0;
    top: 2px;
    max-width: 50px;
    max-height: 50px;

  }
  .contact-icon .number{
    margin-left: 0;
  }
  .about-content {
    text-align: center;
  }
  .about-section .about-rgt img {
    margin: 0;
  }
  .blg-cont {
    padding: 10px 15px;
  }

  .about-me-sec .about-me-wrap .about-cont,
  .about-wrap p,
  .about-wrap .about-cont{
    width: 100%;
  }
	
	/* ----- homepage ----- */
	h1{font-size: 26px;}
	h2{font-size: 26px;}
	p,ul li ,ol li{line-height: 24px;}
	.btn{font-size: 14px;padding: 12px 20px;}
	.banner-slider{height: 240px;}
	.banner-content h1{font-size: 24px;margin: 0 0 15px;}
	.banner-content h1, .banner-content p{max-width: 400px;}
	blockquote p{font-size: 17px;line-height: 1.25;}
	blockquote {margin: 15px 0;}
	
	/*	Header */
	#mobile-menu .menu-trigger{top: 15px;}
	.icon::before{left: -50px;}
	.logo-img{max-width: 105px;}.
	
	.banner-content h1{font-size: 24px;}
	.banner-content p{font-size: 15px;line-height: 1.5;}
	
	.about-section .about-content{margin: 0 0 30px;}
	.about-section:before {width: 160px;height: 230px;}
	.about-section:after {width: 220px;height: 240px;}
	.book-section::before{top: -10px;}
	
	.book-content{display: block;text-align: center;}
	.book-content .cal-img{margin: 0 auto 10px;display: block;width: 100%;max-width: 35px;}
	.book-content h3{font-size: 19px;text-align: center;}
	
	.service-text .ser-img{margin: 0 auto;}
	.ser-txt-cont h4{font-size: 17px;margin: 5px 0;}
	.service-text h2{margin: 0 0 40px;font-size: 19px;}
	.ser-txt-cont{display: block;width: 100%;}
	.footer{padding: 30px 0 20px;}
	.footer .footer-main .footer-img img{max-width: 100px;}
	.footer-img{margin: 0;}
	
	/* Testimonial Slider */
	.testimonial_slider_sec{padding: 40px 0;}
	.testimonial_slider .item {position: relative;padding: 30px 30px 20px;}
	.testimonial_slider h3{font-size: 20px;margin: 0 0 10px;}
	.testimonial_slider p{font-size: 15px;margin: 0 0 10px;}
	.testimonial_slider .author_ts h5{margin: 0 0 7px;}
	.testimonial_slider .rating_ts img{max-width: 110px;}
	.testimonial_slider_sec:after {width: 147px;height: 136px;}
	

	
	/* Inner Page
	----------------------------------*/
	.inner_bannre{height: auto;}
	.inner_bannre .container{min-height: 170px;padding: 40px 15px;}
	.inner_bannre h1{font-size: 24px;}
	.inner_content{margin: 30px 0;}
	.content_404 h4{font-size: 18px;line-height: 1.3;margin: 0 0 15px;}
	
	/* Blog Page
	----------------------------------*/
	.blog_list_page{padding: 40px 0 20px;}
	.blog_item_wrap{display: block;max-width: 300px;margin: 0 auto;}
	.blog_item_wrap .blg-img-con{margin: 0 0 50px;width: 100%;display: block;max-width: 100%;}
	.blog_sidebar .widget{margin: 0 0 20px;}
	.blog_detail .blog_content blockquote{margin: 15px auto;padding: 10px 10px 10px 30px;line-height: 22px;}
	.blog_detail .blog_content blockquote:after{width: 14px;height: 14px;top: 10px;left: 10px;}
	
	/* Service Page
	----------------------------------*/
	.services_sec{padding: 0 0 50px;}
	.service_type h2{font-size: 24px;}
	.services_item{margin: 0 0 20px;}
	.services_sec:after {width: 320px;height: 370px;left: -110px;bottom: -75px;}
	
	/* Contact Page
	------------------------------------*/
	.contact_sec{margin: 40px 0 30px;}
	.contact_detail{max-width: 300px;position: relative;left: auto;top: auto;width: 100%;margin: 0 auto 30px;-webkit-transform: none;transform: none;}
	.contact_detail:after{width: 110px;height: 172px;}
	.contact_form{display: block;width: 100%;padding: 20px;}
	.cont_map{height: 300px;}
	.contact_form textarea{height: 110px;}
	
	/* Book Discovery Session Page
	------------------------------------*/
	.discover_form.contact_form textarea{height: 110px;}
	.discover_form.contact_form{padding: 20px;}
	.discover_form.contact_form:after {width: 240px;height: 330px;}

	
}

@media (max-width:480px) {
  h1 {
    font-size: 28px;
  }
  .contact-icon {
    font-size: 12px;
  }
  .menu-wrap {
    right: 0;
  }
  header ul li {
      margin: 15px;
  }
  header ul li a {
    font-size: 14px;
  }
  .footer .footer-main ul li {
    padding: 0px 0;
  }


	/*	Header */
	h2{font-size: 24px;}
	.header{min-height: 60px;}
	.contact-icon{display: none;}
	.header:after{width: 70px;}
	#mobile-menu .menu-trigger{top: 10px;}
	.logo-img{max-width: 89px;}
	.banner-wrapper .slick-dots{bottom: 15px;}
	.banner-wrapper .slick-dots li button, .banner-wrapper .slick-dots li{height: 10px;width: 10px;}
	.banner-content h1{font-size: 20px;margin: 0 0 12px;}
	.banner-content p{font-size: 15px;line-height: 1.5;}
	.banner-content .container {top: 0;padding: 15px;background: rgb(247 244 238 / 65%);border-radius: 5px;width: 95%;}
	.book-content h3{font-size: 17px;line-height: 1.35;}
	.footer .footer-main .social-icons{margin: 10px 0;}
	.footer .footer-main .foot_cont li a {padding: 0 5px 10px;display: block;text-align: center;margin: 0 0 10px;background: #96cabc;border: 1px solid rgb(0 0 0 / 5%);}
	.footer .footer-main .foot_cont li a span{display: block;width: 100%;margin: 0 auto;}
	
	
	/* Inner Pages
	----------------------------------*/
	.inner_bannre h1{font-size: 22px;}
	.discover_session{margin: 30px 0 40px;}
	
	/* Blog Page
	----------------------------------*/
	.blog-title{margin: 0 0 45px;}
	.blog_list_page{padding: 30px 0 15px;}
	.blog_sidebar .widget h4{font-size: 16px;}
	.blog_sidebar .widget ul li a{font-size: 15px;}
	.blog_sidebar .widget.widget_recent_entries ul li a{font-size: 15px;}
	
	.blog_sidebar .widget ul li{padding: 10px 15px;}
	.blog_sidebar .widget.widget_recent_entries ul li .post-date{font-size: 14px;}
	.blg-cont h4{font-size: 15px;}
	.blog_sidebar .widget.widget_recent_entries ul li a{margin: 0 0 2px;}
	.blog_title{margin: 15px 0 7px;}
	.blog_date{font-size: 12px;}
	.blog_list_page:before,.blog_list_page:after {width: 150px;height: 200px;}
	
	.service_type h2{font-size: 22px;}
	.services_sec{padding: 0 0 40px;}
	.service_type{margin: 30px 0 0;}
	
	/* Family Service Page
	------------------------------------*/
	.service_detail{padding: 30px 0;}
	.service_ind_img{margin: 0 auto 15px;}
	.service_ind_data h4{font-size: 19px;}
	.service_detail:before {width: 130px;height: 182px;}
	.service_detail:after {width: 130px;height: 130px;}
	.cont_map{height: 270px;}
	
}

.socket {
    display: flex;
    justify-content: space-between;
    /*justify-content: center;
    flex-direction: column;*/
    align-items: center;
}

.footer .socket ul li{
  border: 0;
  padding: 2px 0px;
}

.footer .socket ul li a{
  padding: 0px 10px;
  border-right: 1px solid #88aea4;
}

.footer .socket ul li:last-child a{
  border: 0;
  padding-right: 0;
}