/*
Theme Name: Jane Cooke Child
Template: jane-cooke
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jane-cooke-child

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/* 
font-family: "Roboto", sans-serif;
font-family: "Poppins", sans-serif;
font-family: 'Edensor FREE';
*/

@font-face {
  font-family: "Edensor FREE";
  src: url("fonts/EdensorFREE.woff2") format("woff2"),
    url("fonts/EdensorFREE.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

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

::-moz-selection {
  background-color: #007d9d;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #000;
  color: #fff;
  text-shadow: none;
}

:root {
  --heading-text: #2e2f29;
  --black: #1f1f1f;
  --gray: #585858;
  --white: #ffff;
  --green: #149296;
  --roboto: "Roboto", sans-serif;
  --edensor: "Edensor FREE";
  --poppins: "Poppins", sans-serif;
  --default-trans: all 0.3s ease-in-out;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px;
  outline: none;
  overflow-x: hidden !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  scroll-behavior: smooth;
  color: var(--gray) !important;
  font-family: var(--poppins) !important;
  position: relative;
}

.container {
  max-width: 1140px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--edensor) !important;
  color: var(--heading-text);
  font-weight: 500 !important;
}

b {
  font-weight: 700 !important;
}

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

img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  height: auto !important;
  display: block;
}

a,
button,
input {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a {
  text-decoration: none;
}

.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/* DEFAULT CSS SETTING END */

/* SLICK SLIDER CSS START */

.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* SLICK SLIDER CSS END */

/* HEADER START */

header {
  position: fixed;
  width: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  background: #faf9f6;
}

.sticky {
  transition: var(--default-trans);
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
}

.sticky .header-wrapper {
  padding: 20px 0;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  position: relative;
}

.header_btn {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.logo {
  transition: var(--default-trans);
  width: 105px;
}

.logo img {
  max-width: 105px;
  transition: all ease-in-out 0.5s;
}

.sticky .logo img {
  max-width: 85px;
  transition: all ease-in-out 0.5s;
}

.header_btn a, 
.ft_bottom_content ul li a {
    color: var(--green);
    display: block;
    font-size: 28px;
    line-height: 110%;
    transition: var(--default-trans);
}

.header_btn a:hover,
.ft_bottom_content ul li a:hover {
  color: var(--gray);
}

.nav-mail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.nav_and_mail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav_and_mail .nav_sec {
  margin: 0;
  padding: 0;
}

.nav_and_mail .nav_sec ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 0px;
  gap: 24px;
}

.nav-mail i {
  font-size: 30px;
  font-weight: 400 !important;
  display: inline-block;
  color: var(--yellow);
}

.nav-mail span,
.nav-mail b,
.nav-mail a {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-transform: capitalize;
  display: block;
  color: var(--white);
}

.nav-mail b {
  font-size: 16px;
}

.nav-mail a {
  transition: var(--default-trans);
  margin-top: 15px;
}

.nav-mail a:hover {
  color: var(--blue);
}

.nav_and_mail .nav_sec ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0px;
  position: relative;
}

.nav_and_mail .nav_sec ul li a,
.ft_top ul li a {
  display: block;
  position: relative;
  color: #464646;
  z-index: 99;
  text-align: left;
  text-transform: uppercase;
  transition: var(--default-trans);
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  vertical-align: middle;
}

.nav_and_mail .nav_sec ul li.active>a,
.nav_and_mail .nav_sec ul li a:hover {
  color: var(--green);
}

.nav_and_mail .nav_sec ul li.active>a:before,
.nav_and_mail .nav_sec ul li.current-menu-item>a:before {
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.nav_and_mail .nav_sec ul li:hover>a::before,
.nav_and_mail .nav_sec ul li.active>a::before,
.nav_and_mail .nav_sec ul li.current-menu-item>a {
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.nav_and_mail .nav_sec ul li.cmn-btn {
  display: none !important;
}

.nav_and_mail .nav_sec ul li ul {
  position: absolute;
  left: 0px;
  width: 210px;
  background-color: #313131;
  background-color: white;
  box-shadow: 0 0.25rem 2.5rem rgba(26, 26, 37, 0.15);
  border: none;
  display: block;
  visibility: hidden;
  opacity: 0;
  top: 180%;
  transition: 0.3s;
  pointer-events: none;
  z-index: 111;
  border-radius: 7px;
  overflow: hidden;
  padding: 0.625rem;
}

.nav_and_mail .nav_sec ul li:hover ul {
  display: block;
  top: 110%;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.nav_and_mail .nav_sec ul li ul li {
  width: 100%;
  margin: 0;
  padding: 0;
}

.nav_and_mail .nav_sec ul li ul li+li {
  border-top: 1px solid var(--blue);
}

.nav_and_mail .nav_sec ul li ul li a {
  margin: 0;
  padding: 7px 10px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0px;
  color: var(--black);
}

.nav_and_mail .nav_sec ul li ul li a:hover {
  color: var(--white) !important;
  background: var(--green) !important;
}

.nav_and_mail .nav_sec ul li ul li a:hover::before {
  opacity: 1;
  background-position: left;
  background-size: contain;
  bottom: -5px;
}

.nav_and_mail .nav_sec ul li ul li.active>a {
  color: var(--blue);
}

span.toggle-menu {
  display: none;
}

.nav_and_mail .nav_sec ul li .arw-nav {
  width: 15px;
  height: 8px;
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 999;
  cursor: pointer;
  background: url(images/arw-dekstop.png) no-repeat center;
  background-size: contain;
}

/* HEADER END */

/* banner start  */
.banner {
    padding-top: 182px;
    position: relative;
    background-size: cover !important;
    background-position: top 161px left 0 !important;
}

.banner.inner_banner {
  background-position: top 0px right 0 !important;
}

.banner .row {
  align-items: center;
}

.banner_text h1 {
    font-size: 60px;
    line-height: 110%;
    margin-bottom: 18px;
}

.banner_text p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 40px;
}

.cmn_btn a {
    display: inline-block;
    background: var(--green);
    color: var(--white);
    border-radius: 60px;
    padding: 15px 15px 14px;
    vertical-align: middle;
    min-width: 210px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid transparent;
    box-shadow: -1px 6px 24px rgba(0, 147, 149, 0.3);
    transition: var(--default-trans);
}

.cmn_btn a:hover {
  color: var(--green);
  border: 1px solid var(--green);
  background: var(--white);
}

.banner_img img {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
}

/* banner end  */

/* gift sec start  */
.gift_sec {
  background-size: cover !important;
  padding: 20px 0;
}

.cmn_heading {
  position: relative;
}

.cmn_heading h2, 
.free_gift h2 {
    font-size: 50px;
    line-height: 100%;
    margin-bottom: 20px;
}

.cmn_heading p, 
.work_sec_box p, 
.free_gift p {
    font-size: 15px;
    font-weight: 400;
    line-height: 145%;
    margin-bottom: 20px;
    color: var(--heading-text);
}

.cmn_heading p em,
.free_gift p em {
  font-weight: 500;
  font-style: normal;
}

.gift_sec .row {
  align-items: center;
  position: relative;
  margin: -45px 0;
}

.gift_img {
    position: relative;
    border: 11px solid var(--black);
    border-radius: 15px;
    box-shadow: 4px 7px 30px rgba(16, 16, 16, 0.3);
    max-width: 210px;
}

.gift_img img {
  width: 100%;
}

.gift_img em {
    position: absolute;
    left: 0px;
    bottom: 5px;
    font-style: normal;
    font-size: 38px;
    line-height: 41px;
    color: var(--white);
    display: block;
    font-family: var(--edensor);
    text-align: center;
    width: 100%;
}

.gift_content form {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
}

.gift_content form input, 
.default_content .input_wrapper textarea {
    min-height: 50px;
    min-width: 35%;
    padding: 10px 35px;
    vertical-align: middle;
    border: none;
    outline: none;
    border-radius: 65px;
    background: var(--white);
    color: #999b9c;
    font-size: 16px;
    line-height: 27px;
    box-shadow: 5px 5px 43px rgba(0, 53, 54, 0.3);
}

.gift_content form input[type="submit"] {
    min-width: unset;
    border: 1px solid transparent;
    text-align: center;
    padding: 12px 50px 12px;
    background: var(--heading-text);
    color: var(--white);
    transition: var(--default-trans);
    font-size: 16px;
	margin-top: 20px;
}

.gift_content form input[type="submit"]:hover {
  color: var(--heading-text);
  background: var(--white);
  border: 1px solid var(--heading-text);
}

.gift_content {
  padding-left: 0px;
}

.hm-subscribe .cmn_heading h2 + p {
  display: none;
}

/* gift sec end  */

/* about_sec start  */
.about_sec {
    padding: 135px 0 100px;
}

.about_sec .row {
  align-items: center;
}

.about_sec p {
  color: #585858 !important;
}

.about_sec_img img {
  width: 100%;
}

.about_sec_text {
  padding-left: 20px;
}

.about_sec_text .cmn_btn {
  padding-top: 30px;
}

/* about_sec end  */

/* work_sec start  */
.work_sec {
    padding: 100px 0;
    background: #f9f9f6;
    border-top: 0.5px solid #a9a9a9;
    border-bottom: 0.5px solid #a9a9a9;
}
.work_sec_box {
  text-align: center;
}

.work_sec_box h2 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 35px;
}

.work_sec_box h2 a {
  display: inline-block;
  color: var(--heading-text);
  transition: var(--default-trans);
}

.work_sec_box h2 a:hover {
  color: var(--green);
}

.work_sec_img img {
  width: 100%;
  border-radius: 40px;
}

.work_sec_img {
  margin-bottom: 40px;
  border-radius: 45px;
  box-shadow: 11px 0px 40px rgba(110, 131, 2, 0.3);
}

.work_sec_box p, 
.feature_sec_text p {
    color: #585858 !important;
    margin-bottom: 40px;
    line-height: 150%;
    font-size: 16px;
}

/* work_sec end  */

/* feature_sec start  */
.feature_sec {
  padding: 100px 0;
  position: relative;
}

.feature_sec>img {
  position: absolute;
  left: 0;
  top: 60px;
}

.flt_img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.feature_sec_wrapper .row {
  align-items: center;
}

.feature_sec_wrapper .row .feature_sec_text {
  position: relative;
  z-index: 1;
}

.feature_sec_wrapper .row:nth-child(even) {
  flex-direction: row-reverse;
}

.feature_sec_img img {
  width: 100%;
  /* box-shadow: 11px 0px 40px rgba(0, 206, 209, 0.3); */
}

.feature_sec_text {
  max-width: 600px;
}

/* feature_sec end  */

/* perspective_sec start  */
.perspective_sec {
    padding: 100px 0;
    background: #f9f9f6;
    border-top: 0.5px solid #a9a9a9;
    border-bottom: 0.5px solid #a9a9a9;
}

.perspective_sec .cmn_heading h2 {
  margin-bottom: 70px;
}

.perspective_sec .row {
  margin-bottom: 110px;
}

.perspective_sec .row .cmn_btn a {
  background: transparent;
  color: #5b5c58;
  box-shadow: none;
  border: 1px solid #79e2e2;
}

.perspective_sec .row .cmn_btn a:hover {
  color: var(--green);
  background: var(--white);
}

.perspective_sec .row>* {
  padding: 0;
}

.perspective_sec_box {
    padding: 0 25px;
    border-right: 2px solid #d0d0cd;
}

.perspective_sec .row>*:last-child .perspective_sec_box {
  border-right: none;
}

.perspective_sec_box h4 {
  font-size: 32px;
  line-height: 100%;
  margin-bottom: 20px;
}

.perspective_sec_box h3 {
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 30px;
}

.perspective_sec_box h3 a {
  display: inline-block;
  color: var(--heading-text);
  transition: var(--default-trans);
}

.perspective_sec_box h3 a:hover {
  color: var(--green);
}

.perspective_img {
  margin-bottom: 45px;
  border-radius: 50px;
  box-shadow: 11px 0px 40px rgba(110, 131, 2, 0.3);
}

.perspective_img img,
.default_content .work_sec_img img {
  width: 100%;
  border-radius: 50px;
  transform: scale(1);
  transition: var(--default-trans);
}

.perspective_img a,
.default_content .work_sec_img a {
  display: block;
  overflow: hidden;
  border-radius: 50px;
}

.perspective_sec_box:hover .perspective_img img,
.default_content .work_sec_box:hover .work_sec_img img {
  transform: scale(1.05);
}

/* perspective_sec end  */

/* story_sec start  */
.story_sec {
  padding: 100px 0 115px;
}

.story_sec_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.story_sec_wrapper a {
  display: block;
  max-width: 265px;
  overflow: hidden;
  border-radius: 20px;
}

.story_sec_wrapper img {
  width: 100%;
  transform: scale(1);
  transition: var(--default-trans);
}

.story_sec_wrapper a:hover img {
  transform: scale(1.06);
}

/* story_sec end  */

/* footer start  */
.ft_top {
  background: #2a2a2a;
  padding: 25px 0 40px;
}

.ft_top .ft_logo a {
  display: inline-block;
  margin-bottom: 25px;
}

.ft_top ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.ft_top ul li a {
  color: var(--white);
}

.ft_top ul li a:hover,
.ft_bottom_content p a {
  color: var(--green);
}

.ft_bottom {
  background: #10100e;
  padding: 20px 0 16px;
}

.ft_bottom_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ft_bottom_content p {
  font-family: var(--roboto);
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 0;
  color: var(--white);
}

.ft_bottom_content p a {
  color: var(--white);
  display: inline-block;
  transition: var(--default-trans);
}

.ft_bottom_content p a:hover {
  color: var(--green);
}

.ft_bottom_content ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
}

/* footer end  */

/* inner-page start  */

/*//////////////// default-page start ///////////////// */
.content_sec {
  padding: 100px 0;
}

.default_content {
    padding: 50px 28px 35px;
    position: relative;
    z-index: 1;
    border: 2px solid #e2e2db;
    border-radius: 30px;
    background: #f9f9f6;
    box-shadow: 17px 3px 81px rgba(91, 91, 32, 0.2);
}

.default_content ol,
.default_content ul {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  list-style: disc;
  padding-left: 23px;
}

hr {
  background-color: #6dbfbc !important;
  opacity: 1 !important;
  margin: 45px 0 !important;
}

.default_content ol li {
  padding-left: 0;
  overflow: visible;
}

.default_content ol {
  padding-left: 20px;
  list-style: decimal;
}

.default_content p, 
.default_content ul li a, 
.default_content ol li a, 
.default_content ul li, 
.default_content ol li {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    position: relative;
    color: #585858;
}

.default_content p {
  margin-bottom: 25px;
}

.default_content p a,
.default_content ul li a,
.default_content ol li a,
.default_content h2 a,
.default_content h3 a,
.default_content h4 a,
.default_content h5 a,
.default_content h6 a {
  transition: var(--default-trans);
  display: inline-block;
  color: var(--green);
}

.default_content a:hover,
.default_content ul li a:hover,
.default_content h2 a:hover,
.default_content h3 a:hover,
.default_content h4 a:hover,
.default_content h5 a:hover,
.default_content h6 a:hover {
  color: #585858;
}

.default_content ul li+li,
.default_content ol li+li {
  margin-top: 10px;
}

.default_content h2,
.default_content h3,
.default_content h4,
.default_content h5,
.default_content h6 {
  margin-bottom: 30px;
  line-height: 115%;
}

.default_content h2 {
    font-size: 40px;
}

.default_content h3 {
  font-size: 36px;
}

.default_content h4 {
  font-size: 32px;
}

.default_content h5 {
  font-size: 27px;
}

.default_content h6 {
  font-size: 23px;
}

.default_content blockquote {
  display: block;
  overflow: hidden;
  position: relative;
  position: boro-malik;
  clear: both;
  background: var(--white);
  color: var(--heading-text);
  background: sada-kalo;
  padding: 20px 50px 10px;
  border: 2px solid var(--green);
  border-radius: 10px;
  font-family: var(--edensor);
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  margin-bottom: 30px;
}

.default_content blockquote b {
  margin-top: 10px;
  display: block;
  font-weight: 400 !important;
  font-size: 18px;
  font-family: var(--poppins);
  color: var(--heading-text);
}

.alignleft {
  float: left;
  margin: 0px 30px 30px 0px;
  border-radius: 10px;
}

.alignright {
  float: right;
  margin: 0px 0px 30px 30px;
  border-radius: 10px;
}

.aligncenter {
  float: none;
  margin: 30px auto;
  border-radius: 10px;
}

/*/ /////////////// default-page end ///////////////// */

/* side-bar css start  */
.free_gift {
  border-radius: 45px;
  padding: 35px 50px 20px;
  margin-bottom: 40px;
  box-shadow: 11px 15px 62px rgba(110, 191, 188, 0.3);
}

.free_gift .gift_content form {
  flex-wrap: wrap;
}

.free_gift .gift_content {
  padding: 0;
}

.free_gift .gift_content form input {
  width: 100%;
}

.free_gift .gift_content form input[type="submit"] {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.free_gift .gift_img {
  max-width: 270px;
  margin: 0 auto 35px;
}

.side_bar_list, 
.blg_details_list {
    padding: 25px 20px;
    background: var(--white);
    border: 2px solid #e2e2db;
    border-radius: 26px;
    box-shadow: 17px 3px 81px rgba(91, 91, 32, 0.2);
}

.side_bar_list ul {
  padding: 0;
  margin: 0;
}

.side_bar_list ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--green);
}

.side_bar_list ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.side_bar_list ul li+li {
  padding-top: 30px;
}

.listing_img {
  min-width: 100px;
  border-radius: 26px;
  overflow: hidden;
}

.listing_img img {
  border-radius: 26px;
  transform: scale(1);
  transition: var(--default-trans);
}

.listing_img:hover img {
  transform: scale(1.05);
}

.side_bar_list_text h5, 
.side_bar_list_text h5 a {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 3px;
}

.side_bar_list_text h5 a {
  color: var(--heading-text);
  display: inline-block;
  transition: var(--default-trans);
}

.side_bar_list_text h5 a:hover {
  color: var(--green);
}

.side_bar_list_text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 5px;
}

.side_bar_list_text a {
    font-size: 16px;
    font-weight: 400;
    color: var(--green);
    transition: var(--default-trans);
}

.side_bar_list_text a h5 {
  transition: all .3s ease-in-out;
}

.side_bar_list_text a:hover h5 {
  color: var(--green) !important;
}

.side_bar_list_text a i {
  font-size: 18px;
  margin-left: 4px;
  font-weight: 900 !important;
  transition: var(--default-trans);
}

.side_bar_list_text a:hover i {
  margin-left: 6px;
}

/* side-bar css start  */
/* inner-page end  */

/*///////////////// contact page html start  ///////////////////////*/
.default_content .gift_content {
  margin-bottom: 25px;
}

.default_content .gift_content form {
  display: block;
}

.default_content .input_wrapper {
  width: 100%;
  margin-bottom: 20px;
}

.default_content .input_wrapper input,
.default_content .input_wrapper textarea {
  width: 100%;
  border-radius: 30px;
  box-shadow: 5px 3px 20px rgba(0, 53, 54, 0.2);
}

/*/ //////////////// contact page html end  ///////////////////////*/

/*///////////////// blog-details page html start  ///////////////////////*/
.default_content .work_sec_box h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.blog_posts .row>* {
  margin-bottom: 40px;
}

.recent_head {
  border-bottom: 2px #c3c3c4 solid;
  margin-bottom: 20px;
}

.recent_head h3 {
  font-size: 25px;
  font-weight: 600 !important;
}

.recent_post {
  margin-bottom: 25px;
  font-size: 15px;
}

.all_categoreis {
  font-size: 16px;
  margin-bottom: 23px;
}

.recent_post h4 {
  font-size: 20px;
  font-weight: 600 !important;
}

.recent_post p {
  margin-bottom: 8px;
}

.blg_details_list a {
  display: inline-block;
  color: var(--green);
  transition: var(--default-trans);
}

.blg_details_list a:hover {
  color: var(--heading-text);
}

.blg_details_list ul {
  list-style: disc;
  margin-bottom: 0;
}

.blg_details_list ul li+li {
  margin-top: 10px;
}

/*/ //////////////// blog-details page  html end  ///////////////////////*/

/*///////////////// book page html start  ///////////////////////*/
.book_img img {
  width: 100%;
}

.feature_img_bx {
  height: 400px;
  margin-bottom: 25px;
  border-radius: 10px;
}

.feature_img_bx img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

/*/ //////////////// book page html end  ///////////////////////*/

/* <!-- back-to-top start  --> */
#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  z-index: 10;
}

.back_to_top a {
  position: relative;
  font-size: 53px;
  background: white;
  width: 51px;
  height: 51px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease-in-out;
}

.back_to_top a svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px !important;
  transform: translate(-50%, -50%);
}

.back_to_top a:hover {
  background: var(--blue);
}

.back_to_top a:hover svg path {
  transition: var(--default-trans);
}

.back_to_top a:hover svg path {
  fill: var(--green);
}

/* <!-- back-to-top end  --> */

/* .gift_content .wpcf7-spinner,
.gift_content .wpcf7-response-output {
  display: none;
} */
.gift_content .wpcf7-spinner {
  display: inline-block;
}

/* .gift_content .wpcf7-spinner {
  display: none;
} */
.side_bar form {
  flex-direction: column;
}

.side_bar form .wpcf7-spinner {
  margin: auto;
}

.side_bar form .wpcf7-response-output {
  margin-top: 0 !important;
}

.hm-subscribe .wpcf7-response-output {
  display: block;
}

.hm-subscribe form {
  position: relative;
}

.hm-subscribe form .wpcf7-response-output {
    position: absolute;
    left: 0;
    width: 100%;
    top: 46px;
    font-size: 11px;
}

.hm-subscribe .cmn_heading h2 {
    margin-bottom: 0;
}

.wpcf7-not-valid-tip {
    font-size: 13px;
}

.gift_content .wpcf7-form-control-wrap input {
  width: 100%;
}

/* .gift_content .wpcf7-form-control-wrap input[type="submit"] {
  max-width: 186px !important;
  grid-column: ;
}
.gift_content form {
  display: grid;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  grid-auto-columns: revert;
  grid-template-columns: repeat(3, 1fr);
} */
.default_content p img {
  width: 50%;
}

.default_content blockquote p {
  margin-bottom: 0;
}

.books_sec .row {
  padding: 40px 0;
  border-bottom: 1px solid #6dbfbc;
}

.books_sec .row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.books_sec .row:first-child {
  padding-top: 0;
}

.gift_content textarea {
  height: 169px;
}

.course-form-content input[type="submit"] {
  margin: initial !important;
}

.course-form-content form {
  grid-template-columns: initial !important;
}

.default_content blockquote p {
  color: var(--heading-text);
  font-family: var(--edensor);
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
}

.resrc_box {
  padding: 30px 0;
  border-bottom: 1px solid #007d9d;
}

.resrc_box:first-child {
  padding-top: 0;
}

.resrc_box:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.all_categoreis ul,
.all_archive ul {
  padding-left: 30px !important;
}

.recent_head h3 {
  margin-bottom: 10px;
}

/* body.category .inner_banner .banner_text h1,
body.archive .inner_banner .banner_text h1 {
  color: #fff !important;
  background: rgba(0, 0, 0, 0.5);
  padding: 50px;
} */
/* .single-post .alignleft {
  margin-top: 0 !important;
  margin-bottom: 0;
}
.single-post blockquote {
  margin-top: 30px !important;
  display: block;
} */

.privacy-content {
  padding: 150px 0 0;
}

.privacy-content p {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  position: relative;
  color: #585858;
}

.privacy-content a {
  color: #149296;
}

.privacy-content a:hover {
  color: #585858;
}

.privacy-content ul {
  list-style: disc;
  padding: 0 !important;
}

.privacy-content ol {
  padding: 0;
}

.privacy-content ul li,
.privacy-content ol li {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  position: relative;
  color: #585858;
  margin-bottom: 10px;
}

.single-banner {
  padding-top: 300px;
}

.single-banner .banner_text {
  background: #149296c9 !important;
  padding: 30px !important;
}

.single-banner .banner_text h1 {
  color: #fff !important;
  margin-bottom: 0 !important;
}

.free_gift {
  background-size: cover !important;
}

.gift_sec .wpcf7-spinner {
  min-width: 24px !important;
}

.recent_post h4 a {
  color: #2e2f29;
}

.recent_post h4 a:hover {
  color: #149296 !important;
}

.single-banner {
  padding: 300px 0 100px;
}

.error-pg-banner {
  padding: 250px 0 60px;
}

.contact-info-el {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 14px;
}

.contact-info-el .icon {
  min-width: 40px;
  height: 40px;
  background: #007d9d;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50px;
}

.contact-info-el:not(:last-child) {
  margin-bottom: 20px;
}

.contact-info {
  margin-bottom: 40px;
}

.contact-info-el .info a {
  font-size: 18px;
  font-weight: 400;
  color: var(--green);
  transition: var(--default-trans);
}

.contact-info-el .info a:hover {
  color: #10100e;
}

.work_sec_box a span {
  display: inline-block;
  background: var(--green);
  color: var(--white);
  border-radius: 60px;
  padding: 15px 60px 14px;
  vertical-align: middle;
  min-width: 240px;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid transparent;
  box-shadow: -1px 6px 24px rgba(0, 147, 149, 0.3);
  transition: var(--default-trans);
}

.work_sec_box a span:hover {
  color: var(--green);
  border: 1px solid var(--green);
  background: var(--white);

}

.perspective_sec_box a span {
  background: transparent;
  color: #5b5c58;
  box-shadow: none;
  border: 1px solid #79e2e2;
  display: inline-block;


  border-radius: 60px;
  padding: 15px 60px 14px;
  vertical-align: middle;
  min-width: 240px;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;


  transition: var(--default-trans);
}

.perspective_sec_box a span:hover {
  color: var(--green);
  background: var(--white);
}

.perspective_img,
.work_sec_img {
  overflow: hidden;
}

.perspective_sec_box a h3 {
  transition: all .3s ease-in-out;
}

.work_sec_box a h2 {
  color: var(--green);
  transition: all .3s ease-in-out;
}

.work_sec_box a h2:hover {
  color: #585858;
}

.perspective_sec_box:hover a h3 {
  color: var(--green);
}

.ft_logo img {
  max-width: 150px;
}
.res-pg-content b, .res-pg-content a {
	display: block;
}
.res-pg-content a {
	color: var(--green);
}
.res-pg-content b {
	margin-bottom: 12px;
}
/* .res-pg-content {
	    border-bottom: 1px solid #007d9d;
	padding-bottom: 30px;
} */
.gift_content blockquote {
	margin-top: 30px;
}
.con-left-img {
	border-radius: 10px;
	overflow: hidden;
	margin-top: 30px;
}
.con-left-img img {
	width: 100%;
	height: 100%!important;
	object-fit: cover;
}
.default_content .res-pg-content p {
	margin-bottom: 12px!important;
}