/*
Theme Name: Autism
Theme URI: https://nauthemes.com/demo/autim/
Author: Nauthemes
Author URI: https://themeforest.net/user/nauthemes
Description: Autism | Autistic Children Care WordPress Theme
Version: 1.0.8
License URI: http://themeforest.net/licenses
License: GNU General Public License v2 or later
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: autim
*/
/*** ======= // TABLE OF CONTENT // ============================
01- Google Fonts
02- General Variables
03- General Styling
    03.1- Paddings
    03.2- Margins
    03.3- Overlap
    03.4- Default Colors
    03.5- Gradient Colors
    03.6- Background Shape
    03.7- Z Index
    03.8- Container
    03.9- Wide Sec
    03.10- Column Gap
    03.11- Fonts Typography
    03.12- Parallax Background
    03.13- Background Layer
    03.14- Opacity
    03.15- Iframe
    03.16- Width
    03.17- Cross Browser Compatibility
    03.18- Border Radius
    03.19- Particles
    03.20- Animations
    03.21- Slick Arrow
    03.22- Slick Dots
    03.23- Social Media
04- Page Loader Style
05- Header Styles
    05.1- Dropdown
    05.2- Header Search
    05.3- Header Style 1
    05.4- Header Style 2
    05.5- Header Style 3
06- Sticky Header
07- Responsive Header
    07.1- Responsive Menu
08- Theme Button
09- Featured Area Style 1
10- Find Therapist Style 1
11- Sec Title Style 2
    11.1- Ver 2
    11.2- Ver 3
12- Services Style 1
13- Sec Title Style 1
    13.1- Ver 2
14- Services Style 2
    14.1- Ver 2
15- Quote & Facts Style
16- Facts Style 1
17- Request Consultation Style
18- Team Style 1
19- Get In Time & Method Apply Style
20- Online Portal Style
21- Products Style
22- Testimonials & Stories Style
23- Blog Style 1
24- Sponsors List Style
25- Footer Style 1
26- Bottom Bar Style 1
27- Featured Area Style 2
28- Special Style 1
    28.1- Ver 2
    28.2- Ver 3
29- About Style 2
    29.1- Ver 3
30- Live Video Session Style
31- Facts Style 2
32- Services Style 3
33- Find Therapist Style 2
34- Stories Style 1
35- Blog Style 2
36- Get Time & Request Free Consultation Style
37- Footer Style 2
38- Bottom Bar Style 2
39- Featured Area Style 3
40- Services Style 4
41- Enroll Now Style
42- Banners Style
43- About Style 3
44- Procedure Style
45- Courses Style
46- Video & Impacts Style
47- Client Reviews Style
48- Side Title Style
49- Blog Style 3
50- Footer Style 3
51- Bottom Bar Style 3
52- Page Title Style
53- Pagination Style
54- Gallery Style
    54.1- Ver 2
    54.2- Ver 3
55- Appointment Style
56- Contact Style
57- 404 Error Style
58- Search Found Style
59- Sidebar Style
60- Post Detail Style
    60.1- Blog Detail Style
    60.2- Author Box Style
    60.3- Comments Style
    60.4- Comment Reply Style
    60.5- Course Detail Style
61- Team Detail Style
62- Product Detail Style
63- Input Checkbox Styling

===================================================== ***/

/*===== General Variables =====*/
:root {
  --color1: #333333;
  --color2: #353535;
  --color3: #222222;
  --color4: #f7faff;
  --color5: #07beb8;
  --color6: rgba(32, 9, 95, 0.05);
  --color7: #011c20;
  --color8: #102325;
  --color9: #000c0e;
  --color10: #02262a;
  --color11: #c0a964;
  --color12: #020521;
  --color13: #e9eff8;
  --color14: #5961a4;
  --color15: #333c8f;
  --color16: #122136;
  --transition: all 0.2s cubic-bezier(0.19, 0.68, 0.49, 1.21);
  --transition2: all 0.3s linear;
  --curve3: 3px;
  --curve5: 5px;
  --curve10: 10px;
  --curve20: 1.25rem;
}
#isg-skip-inner {
  display: none !important;
}
.bg-color1 {
  background-color: var(--color1);
}
.bg-color2 {
  background-color: var(--color2);
}
.bg-color3 {
  background-color: var(--color3);
}
.bg-color4 {
  background-color: var(--color4);
}
.bg-color5 {
  background-color: var(--color5);
}
.bg-color6 {
  background-color: var(--color6);
}
.bg-color7 {
  background-color: var(--color7);
}
.bg-color8 {
  background-color: var(--color8);
}
.bg-color9 {
  background-color: var(--color9);
}
.bg-color10 {
  background-color: var(--color10);
}
.bg-color11 {
  background-color: var(--color11);
}
.bg-color12 {
  background-color: var(--color12);
}
.bg-color13 {
  background-color: var(--color13);
}
.bg-color14 {
  background-color: var(--color14);
}
.bg-color15 {
  background-color: var(--color15);
}
.text-color1 {
  color: var(--color1);
}
.text-color2 {
  color: var(--color2);
}
.text-color3 {
  color: var(--color3);
}
.text-color4 {
  color: var(--color4);
}
.text-color5 {
  color: var(--color5);
}
.text-color6 {
  color: var(--color6);
}
.text-color7 {
  color: var(--color7);
}
.text-color8 {
  color: var(--color8);
}
.text-color9 {
  color: var(--color9);
}
.text-color10 {
  color: var(--color10);
}
.text-color11 {
  color: var(--color11);
}
.text-color12 {
  color: var(--color12);
}
.text-color13 {
  color: var(--color13);
}
.text-color14 {
  color: var(--color14);
}
.text-color15 {
  color: var(--color15);
}

strong {
  font-weight: 600;
}

/*===== General Styling =====*/
ol li,
body .elementor-text-editor :not(p),
ul li {
  color: var(--color2);
  line-height: 1.875rem;
  font-size: 1.0625rem;
}
button,
iframe,
input,
select,
textarea {
  border: 0;
}
.wow,
nav ul ul {
  visibility: hidden;
}
.feat-img,
.feat-img-caro,
.feat-item {
  max-height: 43.4375rem;
}
body,
html {
  overflow-x: hidden;
}
body {
  margin: 0;
  font-family: Arimo;
  position: relative;
  width: 100%;
  max-width: 100%;
  color: var(--color2);
}
.enroll-inner span.d-block.thm-clr,
.social-links > span,
.topbar-inner > p,
h1,
h2,
h3,
h4,
h5,
h6,
ol li,
span.position-relative.thm-clr.d-block.font-weight-extrabold,
ul li {
  font-family: "DM Sans";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color1);
  font-weight: 900;
}
p {
  font-family: Arimo;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus,
a:hover,
ins {
  text-decoration: none;
  outline: 0;
}
.fileContainer,
button,
input[type="file"],
input[type="submit"] {
  cursor: pointer;
}
.bootstrap-select .dropdown-toggle:focus,
.btn.focus,
.btn:focus,
.form-wrp fieldset p a:focus,
.page-link:focus,
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: transparent;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
textarea {
  resize: none;
}
footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ),
.comments-thread > li,
.find-therapist-form-wrap input.thm-btn,
.minicart-dropdown > ul li,
.wdth100,
section,
section + .elementor {
  width: 100%;
}
.pt-10 {
  padding-top: 0.625rem;
}
.pb-10 {
  padding-bottom: 0.625rem;
}
.pt-20 {
  padding-top: 1.25rem;
}
.pb-20 {
  padding-bottom: 1.25rem;
}
.prod-img + .prod-info,
.pt-30 {
  padding-top: 1.875rem;
}
.pb-30 {
  padding-bottom: 1.875rem;
}
.pt-40 {
  padding-top: 2.5rem;
}
.pb-40 {
  padding-bottom: 2.5rem;
}
.pt-50 {
  padding-top: 3.125rem;
}
.pb-50 {
  padding-bottom: 3.125rem;
}
.pt-55 {
  padding-top: 3.4375rem;
}
.pb-55 {
  padding-bottom: 3.4375rem;
}
.pt-60 {
  padding-top: 3.75rem;
}
.pb-60 {
  padding-bottom: 3.75rem;
}
.pt-65 {
  padding-top: 4.0625rem;
}
.pb-65 {
  padding-bottom: 4.0625rem;
}
.pt-70 {
  padding-top: 4.375rem;
}
.pb-70 {
  padding-bottom: 4.375rem;
}
.px-70 {
  padding: 0 4.375rem;
}
.pt-75 {
  padding-top: 4.6875rem;
}
.pb-75 {
  padding-bottom: 4.6875rem;
}
.pt-80 {
  padding-top: 5rem;
}
.pb-80 {
  padding-bottom: 5rem;
}
.pt-85 {
  padding-top: 5.3125rem;
}
.pb-85 {
  padding-bottom: 5.3125rem;
}
.pt-90 {
  padding-top: 5.625rem;
}
.pb-90 {
  padding-bottom: 5.625rem;
}
.pt-100 {
  padding-top: 6.25rem;
}
.pb-100 {
  padding-bottom: 6.25rem;
}
.pt-110 {
  padding-top: 6.875rem;
}
.pb-110 {
  padding-bottom: 6.875rem;
}
.pt-120 {
  padding-top: 7.5rem;
}
.pb-120 {
  padding-bottom: 7.5rem;
}
.pt-130 {
  padding-top: 8.125rem;
}
.pb-130 {
  padding-bottom: 8.125rem;
}
.pt-135 {
  padding-top: 8.4375rem;
}
.pb-135 {
  padding-bottom: 8.4375rem;
}
.pt-140 {
  padding-top: 8.75rem;
}
.pb-140 {
  padding-bottom: 8.75rem;
}
.pt-150 {
  padding-top: 9.375rem;
}
.pb-150 {
  padding-bottom: 9.375rem;
}
.pt-155 {
  padding-top: 9.6875rem;
}
.pb-155 {
  padding-bottom: 9.6875rem;
}
.pt-160 {
  padding-top: 10rem;
}
.pb-160 {
  padding-bottom: 10rem;
}
.pt-165 {
  padding-top: 10.3125rem;
}
.pb-165 {
  padding-bottom: 10.3125rem;
}
.pt-170 {
  padding-top: 10.625rem;
}
.pb-170 {
  padding-bottom: 10.625rem;
}
.pt-180 {
  padding-top: 11.25rem;
}
.pb-180 {
  padding-bottom: 11.25rem;
}
.pt-190 {
  padding-top: 11.875rem;
}
.pb-190 {
  padding-bottom: 11.875rem;
}
.pt-195 {
  padding-top: 12.1875rem;
}
.pb-195 {
  padding-bottom: 12.1875rem;
}
.pt-200 {
  padding-top: 12.5rem;
}
.pb-200 {
  padding-bottom: 12.5rem;
}
.pt-210 {
  padding-top: 13.125rem;
}
.pb-210 {
  padding-bottom: 13.125rem;
}
.pt-220 {
  padding-top: 13.75rem;
}
.pb-220 {
  padding-bottom: 13.75rem;
}
.pt-235 {
  padding-top: 14.6875rem;
}
.pb-235 {
  padding-bottom: 14.6875rem;
}
.pt-240 {
  padding-top: 15rem;
}
.pb-240 {
  padding-bottom: 15rem;
}
.pt-250 {
  padding-top: 15.625rem;
}
.pb-250 {
  padding-bottom: 15.625rem;
}
.pt-260 {
  padding-top: 16.25rem;
}
.pb-260 {
  padding-bottom: 16.25rem;
}
.pt-280 {
  padding-top: 17.5rem;
}
.pb-280 {
  padding-bottom: 17.5rem;
}
.pt-325 {
  padding-top: 20.3125rem;
}
.pb-325 {
  padding-bottom: 20.3125rem;
}
.pt-345 {
  padding-top: 21.5625rem;
}
.pb-345 {
  padding-bottom: 21.5625rem;
}
.additional-info > ul li + li,
.appointment-desc > h3 + p,
.mt-05,
.page-title-wrap,
.team-detail-info > h3 + span,
.team-detail-wrap > ul li:not(:first-child) {
  margin-top: 5px;
}
.mb-05 {
  margin-bottom: 5px;
}
.mt-10 {
  margin-top: 0.625rem;
}
.mb-10 {
  margin-bottom: 0.625rem;
}
.about-desc.v3 > h2 + p,
.insta-gal-list + .insta-gal-bottom,
.mt-15,
.price-stock {
  margin-top: 0.9375rem;
}
.mb-15 {
  margin-bottom: 0.9375rem;
}
.about-desc > h2 + strong,
.about-desc > p + p,
.about-desc > span:not(.about-time) + h2,
.comment-reply-wrap form button,
.feat-cap > h2 + p,
.feat-cap > i + span,
.gallery-info > h3 + a,
.impact-inner > h2 + p,
.mt-20,
.nesletter-form form,
.news-info3 > h3 + ul,
.post-detail-gal,
.prod-detail-info,
.prod-detail-info .rating + h2,
.rsnp-mnu > ul > li:not(:first-child),
.widget-box > p + form {
  margin-top: 1.25rem;
}
.about-gal-img,
.mb-20 {
  margin-bottom: 1.25rem;
}
.appointment-list-title + .appointment-list,
.mt-25,
.widget-box > h3 + form,
.working-hours > span:not(:first-child) {
  margin-top: 1.5625rem;
}
.mb-25 {
  margin-bottom: 1.5625rem;
}
.feat-serv-box,
.find-thera-cap-inner > h2 + .btns-group,
.logo + p,
.mt-30,
.prod-detail > p + p,
.search-form + a,
.team-detail-wrap > p + p {
  margin-top: 1.875rem;
}
.about-img,
.gallery-wrap.v2 .gallery-box,
.gallery-wrap.v3 .gallery-box,
.get-time-wrap .sec-title,
.mb-30,
.method-apply-wrap .sec-title,
.news-box,
.news-box2,
.serv-box2,
.storie-box,
.team-box {
  margin-bottom: 1.875rem;
}
.appointment-desc > p + a,
.error-cap + .search-form,
.mt-35,
.post-detail figure + p,
.post-detail p + figure,
.storie-inner > i + h2 {
  margin-top: 2.1875rem;
}
.mb-35 {
  margin-bottom: 2.1875rem;
}
.about-desc > p + a.thm-btn,
.enroll-inner > p + a,
.mt-40,
.post-detail-gal + p,
.sec-title2 + .client-reviews-wrap,
.sec-title2 + .courses-wrap {
  margin-top: 2.5rem;
}
.mb-40,
.serv-box {
  margin-bottom: 2.5rem;
}
.mt-45,
.prod-detail-info > form + button,
.sec-title2 + .procedure-wrap {
  margin-top: 2.8125rem;
}
.mb-45,
.method-box,
.prod-box {
  margin-bottom: 2.8125rem;
}
.about-desc.v2,
.about-img,
.mt-50,
.procedure-wrap:hover > div.row > div:nth-child(odd),
.procedure-wrap > div.row > div:nth-child(2n),
.prod-detail-info-wrap + .prod-detail-meta,
.search-found-inner + .news-wrap,
.video-box > p + a {
  margin-top: 3.125rem;
}
.mb-50,
.news-box3,
.sec-title {
  margin-bottom: 3.125rem;
}
.mt-55 {
  margin-top: 3.4375rem;
}
.mb-55 {
  margin-bottom: 3.4375rem;
}
.comment-reply-wrap,
.mt-60 {
  margin-top: 3.75rem;
}
.impact-fact-box,
.mb-60,
.widget-box {
  margin-bottom: 3.75rem;
}
.mt-65 {
  margin-top: 4.0625rem;
}
.mb-65 {
  margin-bottom: 4.0625rem;
}
.mt-70 {
  margin-top: 4.375rem;
}
.mb-70 {
  margin-bottom: 4.375rem;
}
.about-desc,
.mt-80 {
  margin-top: 5rem;
}
.mb-80 {
  margin-bottom: 5rem;
}
.mt-90 {
  margin-top: 5.625rem;
}
.mb-90 {
  margin-bottom: 5.625rem;
}
.mt-100 {
  margin-top: 6.25rem;
}
.mb-100 {
  margin-bottom: 6.25rem;
}
.mt-110 {
  margin-top: 6.875rem;
}
.mb-110 {
  margin-bottom: 6.875rem;
}
.mt-120 {
  margin-top: 7.5rem;
}
.mb-120 {
  margin-bottom: 7.5rem;
}
.overlap-105,
.overlap-110,
.overlap-115,
.overlap-120,
.overlap-145,
.overlap-150,
.overlap-210,
.overlap-340,
.overlap-35,
.overlap-45,
.overlap-60,
.overlap-65,
.overlap-85,
.overlap-90,
.overlap110,
.overlap120,
.overlap140,
.overlap155,
.overlap210,
.overlap245,
.overlap340,
.overlap35,
.overlap45,
.overlap65,
.overlap85,
.wide-sec,
.wide-sec2 {
  position: relative;
  z-index: 1;
}
.overlap-35,
.sidebar {
  margin-bottom: -2.1875rem;
}
.methods-wrap,
.overlap-45,
.prod-wrap {
  margin-bottom: -2.8125rem;
}
.footer-data,
.overlap-60 {
  margin-bottom: -3.75rem;
}
.overlap-65 {
  margin-bottom: -4.0625rem;
}
.overlap-85 {
  margin-bottom: -5.3125rem;
}
.overlap-90 {
  margin-bottom: -5.625rem;
}
.overlap-105 {
  margin-bottom: -6.5625rem;
}
.overlap-110 {
  margin-bottom: -6.875rem;
}
.overlap-115 {
  margin-bottom: -7.1875rem;
}
.overlap-120 {
  margin-bottom: -7.5rem;
}
.overlap-140 {
  margin-bottom: -8.75rem;
}
.overlap-150 {
  margin-bottom: -9.375rem;
}
.overlap-210 {
  margin-bottom: -13.125rem;
}
.overlap-340 {
  margin-bottom: -21.25rem;
}
.overlap35 {
  margin-top: -2.1875rem;
}
.overlap45 {
  margin-top: -2.8125rem;
}
.overlap65 {
  margin-top: -4.0625rem;
}
.overlap85 {
  margin-top: -5.3125rem;
}
.overlap110 {
  margin-top: -6.875rem;
}
.overlap120 {
  margin-top: -7.5rem;
}
.overlap140 {
  margin-top: -8.75rem;
}
.overlap155 {
  margin-top: -9.6875rem;
}
.overlap210 {
  margin-top: -13.125rem;
}
.overlap245 {
  margin-top: -15.3125rem;
}
.overlap340 {
  margin-top: -21.25rem;
}
.banner-box:hover:before,
.bg-black,
.black-layer:before,
.scndry-bg .thm-btn.thm-bg:after,
.scndry-bg .thm-btn.thm-bg:before,
.scndry-layer .thm-btn.thm-bg:after,
.scndry-layer .thm-btn.thm-bg:before,
.serv-box2.v2 .serv-img2:before,
.serv-box2.v2:before,
.thm-bg .thm-btn.scndry-bg:after,
.thm-bg .thm-btn.scndry-bg:before,
.thm-layer .thm-btn.scndry-bg:after,
.thm-layer .thm-btn.scndry-bg:before,
header.style1 .thm-btn:after,
header.style1 .thm-btn:before {
  background-color:#008db2;
}
.about-gal-img > a.about-play-btn:after,
.about-gal-img > a.about-play-btn:before,
.bg-white,
.live-video-img > a:after,
.live-video-img > a:before,
.social-links6 > a:focus,
.social-links6 > a:hover,
.video-box-wrap .video-box > a:not(.thm-btn):after,
.video-box-wrap .video-box > a:not(.thm-btn):before,
.white-layer:before {
  background-color: #fff;
}
.grad-bg1 {
  background: -moz-linear-gradient(
    top,
    #f7faff 0,
    #f7faff 45%,
    rgba(247, 250, 255, 0.85) 90%,
    rgba(247, 250, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    #f7faff 0,
    #f7faff 45%,
    rgba(247, 250, 255, 0.85) 90%,
    rgba(247, 250, 255, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    #f7faff 0,
    #f7faff 45%,
    rgba(247, 250, 255, 0.85) 90%,
    rgba(247, 250, 255, 0) 100%
  );
}
.grad-bg2:before {
  background: -moz-linear-gradient(0deg, #000 0, #fff 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #000),
    color-stop(100%, #fff)
  );
  background: -webkit-linear-gradient(0deg, #000 0, #fff 100%);
  background: -o-linear-gradient(0deg, #000 0, #fff 100%);
  background: -ms-linear-gradient(0deg, #000 0, #fff 100%);
  background: linear-gradient(90deg, #000 0, #fff 100%);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.003;
}
.fixed-bg.bg-norepeate,
.fixed-bg.patern-bg,
.parallax-bg.patern-bg {
  background-size: initial;
}
.lft-btm-shp {
  left: 0;
  bottom: 0;
}
.rgt-btm-shp {
  right: 0;
  bottom: 0;
}
.lft-tp-shp {
  left: 0;
  top: 0;
}
.rgt-tp-shp {
  right: 0;
  top: 0;
}
.z1 {
  z-index: 1;
}
.z2 {
  z-index: 2;
}
.z3 {
  z-index: 3;
}
.z4 {
  z-index: 4;
}
.z5 {
  z-index: 5;
}
.z-1 {
  z-index: -1;
}
.z-2 {
  z-index: -2;
}
.z-3 {
  z-index: -3;
}
.z-4 {
  z-index: -4;
}
.z-5 {
  z-index: -5;
}
/*.container {
  padding: 0;
  max-width: 73.125rem;
}*/
.wide-sec {
  min-width: calc(100% + 19.6875rem);
  margin-left: -9.84375rem;
}
.wide-sec2 {
  min-width: calc(100% + 11.25rem);
  margin-left: -5.625rem;
}
.wide-sec3 {
  min-width: calc(100% + 6.25rem);
  margin-left: -3.125rem;
}
.mrg,
.set-it-center .get-time-request-wrap,
.style2 .topbar-inner p {
  margin: 0;
}
.mrg div[class^="col"],
.single-team .spnsr-list,
.widget-box.v3.appointment-form,
header.style2 nav > div > ul > li > a {
  padding: 0;
}
.mrg .row:not(.mrg) div[class^="col"],
.mrg30 div[class^="col"] {
  padding: 0 0.9375rem;
}
.mrg2 {
  margin: 0 -1px;
}
.mrg2 div[class^="col"] {
  padding: 0 1px;
}
.mrg5 {
  margin: 0 -0.15625rem;
}
.mrg5 div[class^="col"] {
  padding: 0 0.15625rem;
}
.mrg6 {
  margin: 0 -0.1875rem;
}
.mrg6 div[class^="col"] {
  padding: 0 0.1875rem;
}
.mrg15 {
  margin: 0 -0.46875rem;
}
.mrg15 div[class^="col"] {
  padding: 0 0.46875rem;
}
.mrg20 {
  margin: 0 -0.625rem;
}
.mrg20 div[class^="col"] {
  padding: 0 0.625rem;
}
.mrg30 {
  margin: 0 -0.9375rem;
}
.mrg10 {
  margin: 0 -0.3125rem;
}
.mrg10 div[class^="col"] {
  padding: 0 0.3125rem;
}
.mrg40 {
  margin: 0 -1.25rem;
}
.mrg40 div[class^="col"],
.news-wrap2 > div.row > div:nth-child(2),
.news-wrap2 > div.row > div:nth-child(5),
.news-wrap2 > div.row > div:nth-child(8) {
  padding: 0 1.25rem;
}
.mrg45 {
  margin: 0 -1.40625rem;
}
.mrg45 div[class^="col"] {
  padding: 0 1.40625rem;
}
.mrg50 {
  margin: 0 -1.5625rem;
}
.mrg50 div[class^="col"] {
  padding: 0 1.5625rem;
}
.mrg60 {
  margin: 0 -1.875rem;
}
.mrg60 div[class^="col"] {
  padding: 0 1.875rem;
}
.mrg70 {
  margin: 0 -2.1875rem;
}
.appointment-inner,
.mrg70 div[class^="col"] {
  padding: 0 2.1875rem;
}
.slick-slide:focus {
  outline: 0;
}
.slick-slide div[class^="col"] {
  flex: 0 0 100%;
  max-width: 100%;
}
.font-weight-hairline {
  font-weight: 100 !important;
}
.font-weight-thin {
  font-weight: 200 !important;
}
.font-weight-medium {
  font-weight: 500 !important;
}
.font-weight-semibold {
  font-weight: 600 !important;
}
.font-weight-extrabold {
  font-weight: 800 !important;
}
.font-weight-black {
  font-weight: 900 !important;
}
.font-style-italic {
  font-style: italic;
}
.fact-box-inner > span i,
.font-style-normal {
  font-style: normal;
}
.letter-spacing-initial {
  letter-spacing: initial !important;
}
.text-transform-initial {
  text-transform: initial !important;
}
.fixed-bg,
.parallax-bg {
  background-position: center;
  height: 100%;
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.back-post-cntrbtm,
.back-post-cntrbtm-norpet {
  background-position: center bottom;
}
.fixed-bg {
  background-attachment: scroll;
  background-size: cover;
}
.parallax-bg {
  background-attachment: fixed;
  background-size: contain;
}
.back-post-cntrbtm-norpet {
  background-repeat: no-repeat;
  background-size: contain;
}
.back-post-lftcntr {
  background-position: left center;
}
.fixed-bg.bg-norepeate {
  background-repeat: no-repeat;
}
.back-blend-soft-light {
  background-blend-mode: soft-light;
}
.back-blend-difference {
  background-blend-mode: difference;
}
.back-blend-screen {
  background-blend-mode: screen;
}
.back-blend-multiply {
  background-blend-mode: multiply;
}
.back-blend-lighten {
  background-blend-mode: lighten;
}
.back-blend-subtract {
  background-blend-mode: subtract;
}
.black-layer:before,
.blue-layer2:before,
.blue-layer3:before,
.blue-layer:before,
.dark-layer2:before,
.dark-layer:before,
.gray-layer:before,
.scndry-layer:before,
.thm-layer:before,
.white-layer:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.get-time-box.bg-white > span,
.gray-layer:before {
  background-color: var(--color6);
}
.dark-layer:before {
  background-color: var(--color9);
}
.dark-layer2:before,
.mini-cart > a span {
  background-color: var(--color7);
}
.blue-layer:before {
  background-color: var(--color5);
}
.blue-layer2:before {
  background-color: var(--color12);
}
.blue-layer3:before {
  background-color: var(--color16);
}
.opc1:before {
  opacity: 0.1;
}
.opc15:before {
  opacity: 0.15;
}
.opc2:before {
  opacity: 0.2;
}
.opc25:before {
  opacity: 0.25;
}
.opc3:before,
.serv-box2.v2:hover .serv-img2:before {
  opacity: 0.3;
}
.opc35:before,
.spnsr-box > a:focus,
.spnsr-box > a:hover {
  opacity: 0.35;
}
.opc4:before,
.team-box:hover .team-img:before {
  opacity: 0.4;
}
.opc45:before {
  opacity: 0.45;
}
.about-gal-img > a:not(.about-play-btn):focus:before,
.about-gal-img > a:not(.about-play-btn):hover:before,
.course-box:hover .course-img > a:before,
.ftr-gal-list > li a:focus:before,
.ftr-gal-list > li a:hover:before,
.mini-post-box:hover > a::before,
.news-box2:hover .news-img2 > a:before,
.news-img2:hover > a:before,
.opc5:before,
.post-detail-gal a:hover:before,
.prod-box:hover .prod-img:before,
.storie-box:hover .storie-img > a:before,
.widget_media_gallery dt:hover:before {
  opacity: 0.5;
}
.opc55:before {
  opacity: 0.55;
}
.opc6:before {
  opacity: 0.6;
}
.opc65:before {
  opacity: 0.65;
}
.opc7:before,
.serv-box2:hover .serv-img2:before {
  opacity: 0.7;
}
.news-box3:hover .news-img3:before,
.opc75:before {
  opacity: 0.75;
}
.opc8:before {
  opacity: 0.8;
}
.opc85:before {
  opacity: 0.85;
}
.opc87:before {
  opacity: 0.87;
}
.gallery-box.v2:hover:before,
.gallery-box.v3:hover:before,
.opc9:before {
  opacity: 0.9;
}
.opc93:before {
  opacity: 0.93;
}
.opc95:before {
  opacity: 0.95;
}
.opc97:before {
  opacity: 0.97;
}
.opc98:before {
  opacity: 0.98;
}
.opc99:before {
  opacity: 0.99;
}
iframe {
  width: 100%;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.wdth5 {
  width: 5%;
}
.wdth10 {
  width: 10%;
}
.wdth15 {
  width: 15%;
}
.wdth20 {
  width: 20%;
}
.wdth25 {
  width: 25%;
}
.wdth30 {
  width: 30%;
}
.wdth35 {
  width: 35%;
}
.wdth40 {
  width: 40%;
}
.wdth45 {
  width: 45%;
}
.wdth50 {
  width: 50%;
}
.wdth55 {
  width: 55%;
}
.wdth60 {
  width: 60%;
}
.wdth65 {
  width: 65%;
}
.wdth70 {
  width: 70%;
}
.wdth75 {
  width: 75%;
}
.wdth80 {
  width: 80%;
}
.wdth85 {
  width: 85%;
}
.wdth90 {
  width: 90%;
}
.wdth95 {
  width: 95%;
}
.header-search,
.minicart-dropdown,
.proced-box,
.procedure-wrap > div.row > div,
.rsnp-mnu,
.special-box,
.special-box-inner > *,
.sticky-menu,
.testi-nav-item,
:after,
:before,
a,
a.page-link,
button,
i,
img,
input,
label,
nav ul li,
span,
textarea {
  -webkit-transition: var(--transition2);
  -ms-transition: var(--transition2);
  -o-transition: var(--transition2);
  transition: var(--transition2);
}
.gallery-info,
.social-links2,
nav ul ul {
  -webkit-transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
a i,
button i {
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.brd-rd20 {
  -webkit-border-radius: var(--curve20);
  border-radius: var(--curve20);
}
.brd-rd10 {
  -webkit-border-radius: var(--curve10);
  border-radius: var(--curve10);
}
.brd-rd5 {
  -webkit-border-radius: var(--curve5);
  border-radius: var(--curve5);
}
.brd-rd3 {
  -webkit-border-radius: var(--curve3);
  border-radius: var(--curve3);
}
.dropdown-menu {
  border: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 0;
}
.bootstrap-select .dropdown-menu li {
  line-height: initial;
}
.bootstrap-select .dropdown-menu li:nth-child(2n) {
  background-color: #f5f5f5;
}
.bootstrap-select .dropdown-menu li a {
  padding: 6px 1.5rem;
}
.bootstrap-select .dropdown-menu li a.dropdown-item.active,
.bootstrap-select .dropdown-menu li a.dropdown-item:active,
.bootstrap-select .dropdown-menu li a:focus,
.bootstrap-select .dropdown-menu li a:hover,
.fg-item-content p,
header.style1 .header-left ul li.current-menu-ancestor > a,
header.style1 nav ul ul li a:hover {
  color: #fff;
}
.particles-js,
.particles-js2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.spinner:after,
.spinner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4.0625rem;
  margin-left: -4.0625rem;
  background-color: inherit;
  -webkit-animation: 2s linear infinite pluse;
  -ms-animation: pluse 2s linear infinite;
  -o-animation: 2s linear infinite pluse;
  animation: 2s linear infinite pluse;
  width: 8.125rem;
  height: 8.125rem;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  opacity: 0;
  z-index: -2;
}
.spinner:after {
  -webkit-animation: 2s linear 0.5s infinite pluse;
  -ms-animation: pluse 2s linear 2.3s infinite;
  -o-animation: 2s linear 0.5s infinite pluse;
  animation: 2s linear 0.5s infinite pluse;
  -ms-animation-delay: 0.5s;
}
@-webkit-keyframes pluse {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@-ms-keyframes pluse {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@-o-keyframes pluse {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes pluse {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.zoom-anim {
  -webkit-animation: 3s linear infinite zoom;
  -ms-animation: zoom 3s linear infinite;
  -o-animation: 3s linear infinite zoom;
  animation: 3s linear infinite zoom;
}
@-webkit-keyframes zoom {
  0%,
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-ms-keyframes zoom {
  0%,
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-o-keyframes zoom {
  0%,
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes zoom {
  0%,
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.slick-slider > button.slick-arrow {
  height: 3.75rem;
  width: 3.75rem;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.25rem;
  position: absolute;
  z-index: 1;
}
.slick-slider:not(.feat-caro) > button.slick-arrow {
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slick-slider.feat-caro > button.slick-arrow {
  color: #444;
  bottom: 5.375rem;
  font-size: 1.3rem;
}
.slick-slider.feat-caro > button.slick-prev {
  right: 7.5rem;
}
.slick-slider.feat-caro > button.slick-next {
  right: 11.375rem;
}
.bg-color11 .header-contact,
.bg-color11 .topbar-right > a.search-btn:focus,
.bg-color11 .topbar-right > a.search-btn:hover,
.bg-color15 .footer-newsletter-inner > h3,
.bg-color5 .sec-title-inner > h2,
.bg-color5 .sec-title-inner > p,
.bg-color7 .social-links3 > h3,
.bg-color7 .widget-box > h3,
.bg-color7 .widget-box > p,
.bg-color7 .widget-title,
.bg-color7 .widget-title2,
.bg-color8 .copyright-links > p,
.black-layer .page-title-inner > h1,
.black-layer ol.breadcrumb li.breadcrumb-item:not(.active),
.blue-layer .fact-box-inner > h4,
.blue-layer .fact-box-inner > p,
.blue-layer .proced-box > h4,
.blue-layer .proced-box > p,
.blue-layer .sec-title2-inner > h2,
.blue-layer .sec-title2-inner > p,
.blue-layer2 .sec-title2-inner > h2,
.blue-layer2 .sec-title2-inner > p,
.blue-layer3 .request-consult-title2 > h3,
.blue-layer3 .request-consult-title2 > p,
.blue-layer3 .sec-title-inner > h2,
.blue-layer3 .sec-title2-inner > h2,
.blue-layer3 .sec-title2-inner > p,
.blue-layer3 .serv-info3 > h3,
.blue-layer3 .view-more > p,
.blue-layer3 .view-more > p a:focus,
.blue-layer3 .view-more > p a:hover,
.bottom-bar .social-links3.d-flex.flex-wrap.align-items-center a i,
.contact-info .social-links3 a:hover i,
.contact-info-box:hover i,
.dark-layer .social-links3 > h3,
.dark-layer .widget-box > h3,
.dark-layer .widget-box > p,
.dark-layer .widget-title,
.dark-layer .widget-title2,
.dark-layer .working-hours > span i,
.dark-layer2 .bottom-bar p,
.dark-layer2 .social-links3 > h3,
.dark-layer2 .widget-box > h3,
.dark-layer2 .widget-box > p,
.dark-layer2 .widget-title,
.dark-layer2 .widget-title2,
.dark-sec .quote-box-inner > i,
.fact-box.v2 .fact-box-inner sup,
.fact-box > i,
.feat-caro .feat-cap > i + span,
.feat-caro button i,
.find-thera-cap > a:focus,
.find-thera-cap > a:hover,
.gallery-info > a:focus,
.gallery-info > a:hover,
.gallery-video-box > a.scndry-bg:focus > *,
.gallery-video-box > a.scndry-bg:hover > *,
.gallery-video-box > a.thm-bg:focus > *,
.gallery-video-box > a.thm-bg:hover > *,
.header-cart > span.cart-btn:focus,
.header-cart > span.cart-btn:hover,
.header-search > form button:focus,
.header-search > form button:hover,
.nesletter-form form input[type="submit"],
.online-portal-video > a:focus,
.online-portal-video > a:hover,
.online-portal-wrap a.thm-btn,
.pagination li.page-item a.page-link:focus,
.pagination li.page-item a.page-link:hover,
.pagination li.page-item.active a.page-link,
.pagination li.page-item.next a.page-link,
.pagination li.page-item.prev a.page-link,
.proced-box:hover > h4,
.prod-detail-meta .social-links5 > a:focus,
.prod-detail-meta .social-links5 > a:hover,
.prod-img > a.scndry-bg:focus,
.prod-img > a.scndry-bg:hover,
.quote-facts-wrap .fact-box-inner i,
.scndry-bg .enroll-inner > h3,
.scndry-bg .topbar-right > a.search-btn:focus,
.scndry-bg .topbar-right > a.search-btn:hover,
.scndry-bg p,
.scndry-bg > h3,
.scndry-bg > span,
.scndry-layer .request-consult-title2 > h3,
.scndry-layer .request-consult-title2 > p,
.scndry-layer .sec-title-inner > h2,
.scndry-layer .serv-info3 > h3,
.scndry-layer .view-more > p,
.scndry-layer .view-more > p a:focus,
.scndry-layer .view-more > p a:hover,
.search-close-btn:focus,
.search-close-btn:hover,
.serv-info2 > h3 a:focus,
.serv-info2 > h3 a:hover,
.serv-info3 > h3 a:focus,
.serv-info3 > h3 a:hover,
.slick-slider > button.slick-arrow:focus,
.slick-slider > button.slick-arrow:hover,
.sn-about-img .social-links4 a i:before,
.sn-feature-block.active .content a,
.social-links4 > a:focus,
.social-links4 > a:hover,
.social-links5 > a:focus,
.social-links5 > a:hover,
.sticky-menu nav > div > ul > li.active > a,
.sticky-menu nav > div > ul > li:hover > a,
.sticky-menu nav > div > ul > li > a:focus,
.storie-box .storie-img > span,
.team-box:hover .team-info span,
.thm-bg .fact-box-inner > h4,
.thm-bg .fact-box-inner > p,
.thm-bg .fact-box-inner > span,
.thm-bg .fact-box > i,
.thm-bg .find-thera-cap-inner > h2,
.thm-bg p,
.thm-btn.bg-black,
.thm-btn.v2,
.thm-btn:focus,
.thm-btn:hover,
.thm-layer .contact-info-box > p,
.thm-layer .contact-info-box > span,
.thm-layer .online-portal-desc > h2,
.thm-layer .online-portal-desc > p,
.thm-layer .sec-title3-inner > h3,
.thm-layer .sec-title3-inner > p,
.thm-layer .social-links3 > h3,
.video-box > a:not(.thm-btn),
header.style1 .header-left ul li a,
header.style1 .header-right .thm-btn,
header.style1 nav > div > ul > li {
  color: #fff;
}
.slick-slider:not(.feat-caro) > button.slick-prev,
.testi-list-caro.slick-slider > button.slick-prev {
  left: -5rem;
}
.slick-slider:not(.feat-caro) > button.slick-next,
.testi-list-caro.slick-slider > button.slick-next {
  right: -5rem;
}
.slick-slider ul.slick-dots {
  display: flex;
  margin: 0;
  list-style: none;
  justify-content: center;
  padding: 0;
}
.slick-slider.feat-caro ul.slick-dots {
  position: absolute;
  bottom: 1.875rem;
  left: 0;
  right: 0;
}
.slick-slider ul.slick-dots > li {
  line-height: 1;
  margin: 0 2.5px;
}
.slick-slider ul.slick-dots > li button {
  color: transparent;
  padding: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #e4e4e4;
  height: 0.75rem;
  width: 0.75rem;
  font-size: 0;
}
.facebook,
.facebook-hvr:focus,
.facebook-hvr:hover,
.prod-detail-meta .social-links5 > a.facebook-hvr:focus,
.prod-detail-meta .social-links5 > a.facebook-hvr:hover,
.widget-box.v2 .social-links3 > a.facebook-hvr:focus,
.widget-box.v2 .social-links3 > a.facebook-hvr:hover {
  background-color: #3b5999;
  border-color: #3b5999;
}
.prod-detail-meta .social-links5 > a.twitter-hvr:focus,
.prod-detail-meta .social-links5 > a.twitter-hvr:hover,
.twitter,
.twitter-hvr:focus,
.twitter-hvr:hover,
.widget-box.v2 .social-links3 > a.twitter-hvr:focus,
.widget-box.v2 .social-links3 > a.twitter-hvr:hover {
  background-color: #55acee;
  border-color: #55acee;
}
.google,
.google-hvr:focus,
.google-hvr:hover,
.prod-detail-meta .social-links5 > a.google-hvr:focus,
.prod-detail-meta .social-links5 > a.google-hvr:hover,
.widget-box.v2 .social-links3 > a.google-hvr:focus,
.widget-box.v2 .social-links3 > a.google-hvr:hover {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.pinterest,
.pinterest-hvr:focus,
.pinterest-hvr:hover,
.prod-detail-meta .social-links5 > a.pinterest-hvr:focus,
.prod-detail-meta .social-links5 > a.pinterest-hvr:hover,
.widget-box.v2 .social-links3 > a.pinterest-hvr:focus,
.widget-box.v2 .social-links3 > a.pinterest-hvr:hover {
  background-color: #bd081c;
  border-color: #bd081c;
}
.linkedin,
.linkedin-hvr:focus,
.linkedin-hvr:hover,
.prod-detail-meta .social-links5 > a.linkedin-hvr:focus,
.prod-detail-meta .social-links5 > a.linkedin-hvr:hover,
.widget-box.v2 .social-links3 > a.linkedin-hvr:focus,
.widget-box.v2 .social-links3 > a.linkedin-hvr:hover {
  background-color: #0077b5;
  border-color: #0077b5;
}
.prod-detail-meta .social-links5 > a.youtube-hvr:focus,
.prod-detail-meta .social-links5 > a.youtube-hvr:hover,
.widget-box.v2 .social-links3 > a.youtube-hvr:focus,
.widget-box.v2 .social-links3 > a.youtube-hvr:hover,
.youtube,
.youtube-hvr:focus,
.youtube-hvr:hover {
  background-color: #cd201f;
  border-color: #cd201f;
}
.instagram,
.instagram-hvr:focus,
.instagram-hvr:hover,
.prod-detail-meta .social-links5 > a.instagram-hvr:focus,
.prod-detail-meta .social-links5 > a.instagram-hvr:hover,
.widget-box.v2 .social-links3 > a.instagram-hvr:focus,
.widget-box.v2 .social-links3 > a.instagram-hvr:hover {
  background-color: #e4405f;
  border-color: #e4405f;
}
.prod-detail-meta .social-links5 > a.vimeo-hvr:focus,
.prod-detail-meta .social-links5 > a.vimeo-hvr:hover,
.vimeo,
.vimeo-hvr:focus,
.vimeo-hvr:hover,
.widget-box.v2 .social-links3 > a.vimeo-hvr:focus,
.widget-box.v2 .social-links3 > a.vimeo-hvr:hover {
  background-color: #8cbe0b;
  border-color: #8cbe0b;
}
.prod-detail-meta .social-links5 > a.skype-hvr:focus,
.prod-detail-meta .social-links5 > a.skype-hvr:hover,
.skype,
.skype-hvr:focus,
.skype-hvr:hover,
.widget-box.v2 .social-links3 > a.skype-hvr:focus,
.widget-box.v2 .social-links3 > a.skype-hvr:hover {
  background-color: #00aff0;
  border-color: #00aff0;
}
.prod-detail-meta .social-links5 > a.rss-hvr:focus,
.prod-detail-meta .social-links5 > a.rss-hvr:hover,
.rss,
.rss-hvr:focus,
.rss-hvr:hover,
.widget-box.v2 .social-links3 > a.rss-hvr:focus,
.widget-box.v2 .social-links3 > a.rss-hvr:hover {
  background-color: #f26522;
  border-color: #f26522;
}
.facebook-clr,
.facebook:focus,
.facebook:hover {
  color: #3b5999;
}
.twitter-clr,
.twitter:focus,
.twitter:hover {
  color: #55acee;
}
.google-clr,
.google:focus,
.google:hover {
  color: #dd4b39;
}
.pinterest-clr,
.pinterest:focus,
.pinterest:hover {
  color: #bd081c;
}
.linkedin-clr,
.linkedin:focus,
.linkedin:hover {
  color: #0077b5;
}
.youtube-clr,
.youtube:focus,
.youtube:hover {
  color: #cd201f;
}
.instagram-clr,
.instagram:focus,
.instagram:hover {
  color: #e4405f;
}
.vimeo-clr,
.vimeo:focus,
.vimeo:hover {
  color: #8cbe0b;
}
.skype-clr,
.skype:focus,
.skype:hover {
  color: #00aff0;
}
.rss-clr,
.rss:focus,
.rss:hover {
  color: #f26522;
}
#preloader {
  position: fixed;
  top: 0;
  z-index: 99999;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: #fff;
}
.preloader-inner {
  height: 9.375rem;
  line-height: 9.375rem;
  width: 9.375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader-inner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #bb9457;
  -webkit-animation: 5s linear infinite rotate;
  -ms-animation: rotate 5s infinite linear;
  -o-animation: 5s linear infinite rotate;
  animation: 5s linear infinite rotate;
}
.preloader-icon {
  display: inline-block;
  font-size: 3.75rem;
  -webkit-animation: 3s linear infinite zoom2;
  -ms-animation: zoom2 3s infinite linear;
  -o-animation: 3s linear infinite zoom2;
  animation: 3s linear infinite zoom2;
}
@-webkit-keyframes zoom2 {
  0%,
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes zoom2 {
  0%,
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  25% {
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  75% {
    -webkit-transform: rotateY(270deg);
    -ms-transform: rotateY(270deg);
    -o-transform: rotateY(270deg);
    transform: rotateY(270deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  25% {
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  75% {
    -webkit-transform: rotateY(270deg);
    -ms-transform: rotateY(270deg);
    -o-transform: rotateY(270deg);
    transform: rotateY(270deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
header {
  position: relative;
  width: 100%;
  z-index: 9999;
}
.social-links > span,
.top-links > li,
.topbar-inner > p {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  font-family: "DM Sans";
}
.top-links > li:not(:first-child):before {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 8.5px;
  width: 2px;
  height: 13px;
  opacity: 0.8;
}
.top-links > li:not(:first-child) {
  padding-left: 1.125rem;
  margin-left: 1rem;
}
.social-links > a {
  font-size: 1rem;
  color: #fff;
}
.social-links > a:not(:first-child) {
  margin-left: 1.7rem;
}
.topbar-right > a.search-btn {
  height: 3.125rem;
  width: 3.125rem;
  text-align: center;
  line-height: 3.125rem;
  font-size: 1rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0 0 0 20px;
}
.topbar-right > a.search-btn:focus,
.topbar-right > a.search-btn:hover {
  color: var(--color1);
}
.sec-title-btns > a + a,
.topbar-right > div + a,
header.style2 nav > div > ul > li:not(:first-child) {
  margin-left: 2.1875rem;
}
.logo-contact-inner {
  padding: 1.15625rem 0;
}
.header-contact-info > li {
  position: relative;
  padding-left: 2.8125rem;
  font-weight: 800;
  color: #555;
  line-height: initial;
}
.header-contact-info > li:not(:first-child) {
  margin-left: 3.75rem;
}
.header-contact-info > li > i {
  font-size: 1.875rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-contact-info > li a,
.view-more > p a {
  font-weight: 700;
  text-decoration: underline;
}
.header-contact-info > li span {
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 0 0 4px;
}
.header-contact-info > li strong {
  font-weight: 700;
  color: var(--color1);
  margin-top: 3px;
}
.btns-group > a + a,
.footer-newsletter-inner > h3 + form,
.header-contact-info + .header-cart {
  margin-left: 2.8125rem;
}
.header-cart > span.cart-btn {
  line-height: 3.375rem;
  height: 3.375rem;
  width: 3.375rem;
  cursor: pointer;
  color: #3c3c3c;
  font-size: 1.25rem;
  background-color: #f6f6f6;
}
.header-cart > span.cart-btn > span {
  top: -1px;
  right: -8px;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  font-family: Arimo;
  line-height: 1.125rem;
  height: 1.125rem;
  width: 1.125rem;
}
nav > div ul li {
  position: relative;
  font-size: 0.9375rem;
  font-weight: 600;
}
.meta2 > li.thm-clr,
.minicart-info > h6,
.search-close-btn,
.top-noti p a,
nav > div > ul > li {
  font-weight: 700;
}
.about-gal-img > a:not(.about-play-btn),
.course-img > a,
.news-img2 > a,
.storie-img > a,
nav ul li a {
  display: block;
}
nav > div > ul > li {
  line-height: 4.0625rem;
  font-size: 1rem;
  text-transform: uppercase;
}
nav > div > ul > li:not(:first-child):before {
  content: "";
  width: 2px;
  height: 20px;
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 22px;
}
nav > div > ul > li > a {
  padding: 0 1.2rem;
}
nav > div > ul > li.menu-item-has-children > a {
  padding-right: 2.3125rem;
}
nav > div > ul li.menu-item-has-children > a:before {
  content: "\f107";
  position: absolute;
  right: 1.375rem;
  top: 0;
  line-height: inherit;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}
nav div ul ul li.menu-item-has-children > a:before {
  content: "";
  display: none;
}
nav ul ul {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  width: 14.625rem;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
nav ul ul ul {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  left: 100%;
  top: 0;
}
nav ul ul li {
  width: 100%;
  text-transform: initial;
}
nav ul ul li a {
  padding: 15px 1.5625rem;
}
nav ul ul li + li {
  border-top: 1px solid #ececec;
}
/*nav ul ul li.menu-item-has-children > a:before {
  content: "\f054";
  top: 8px;
  right: 1.25rem;
  font-size: 13px;
}*/
nav ul ul li.menu-item-has-children > a {
  padding-right: 2.1875rem;
}
nav ul li.menu-item-has-children:hover > ul {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
nav ul ul li.menu-item-has-children:hover > ul {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.header-cart:hover > .minicart-dropdown,
.mini-cart:hover .minicart-dropdown {
  opacity: 1;
  visibility: visible;
}
.minicart-dropdown {
  position: absolute;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  padding: 1.25rem;
  width: 18.125rem;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}
.sticky-menu {
  z-index: 9999;
  opacity: 0;
  left: 0;
  visibility: hidden;
}

/*.header-search,
.sticky-menu {
  z-index: 9999;
  opacity: 0;
  left: 0;
  visibility: hidden;
}*/
.minicart-dropdown > ul {
  display: block;
  max-height: 15.625rem;
  overflow-y: auto;
}
.minicart-item {
  align-items: center;
  position: relative;
  line-height: initial;
}
.minicart-item > a {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  max-width: 4.375rem;
  display: block;
  overflow: hidden;
}
.minicart-item > a + .minicart-info {
  flex: 0 0 calc(100% - 4.375rem);
  max-width: calc(100% - 4.375rem);
  padding-left: 1rem;
}
.minicart-info {
  padding-right: 1.125rem;
}
.feat-cap > span,
.top-noti p {
  font-weight: 500;
  font-family: "DM Sans";
}
.minicart-dropdown > ul li:not(:first-child) {
  margin-top: 1.25rem;
  border-top: 0;
}
.minicart-info .price {
  font-size: 14px;
  margin-top: 5px;
  display: inline-block;
  font-family: "DM Sans";
  font-weight: 600;
}
.btns-total {
  border-top: 1px solid #e2e2e2;
  margin-top: 1.25rem;
  padding-top: 0.9375rem;
}
.btns-total > span {
  color: var(--color1);
  display: block;
  font-size: 1rem;
}
.btns-total > span span {
  display: inline-block;
  margin-left: 5px;
  font-size: inherit;
}
.appointment-calendar .fc-header-toolbar > :not(.fc-left),
.gallery-video-box:before,
.rspn-hdr,
.sn-main-slider .owl-dots,
header.style2 nav > div > ul > li:not(:first-child):before,
header.style3 nav > div > ul > li:before {
  display: none;
}
header.style1 .btns-wrap2 > a.thm-btn {
  padding: 9px 8px 8px;
  line-height: initial;
  font-size: 12px;
  width: calc(50% - 30px);
  margin-top: 0.9375rem;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.btns-total .btns-wrap2 {
  justify-content: space-between;
}
.mini-cart > a span {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: var(--color8);
  font-size: 12px;
  line-height: 0.9375rem;
  width: 0.9375rem;
  height: 0.9375rem;
  position: absolute;
  text-align: center;
  top: -3px;
  left: -7px;
}
.minicart-info a.remove-cart {
  position: absolute;
  font-size: 14px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*.header-search {
  top: 0;
  right: 0;
  bottom: 80%;
  background-color: rgba(0, 0, 0, 0.97);
  padding: 10%;
}
.header-search.active {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}*/
.search-close-btn {
  right: 1.255rem;
  top: 1.25rem;
  color: var(--color1);
  cursor: pointer;
  height: 4rem;
  line-height: 4rem;
  width: 4rem;
  text-align: center;
  font-size: 1.3rem;
  background-color: var(--color4);
}
header.style1 nav {
  margin-bottom: -2.03125rem;
}
header.style1 nav > div {
  line-height: 0.8;
}
.contact-info-box:hover > i,
.scndry-bg .top-noti a,
.social-links3.v2 > a:focus,
.social-links3.v2 > a:hover,
.special-box.thm-bg:hover .special-box-inner > h4,
.team-detail-wrap .feat-serv-box > h3,
header.style1 nav ul li.active > a,
header.style1 nav ul li:hover > a,
header.style1 nav ul li > a:focus {
  color: var(--color3);
}
header.style1 nav > div > ul > li:first-child > a {
  -webkit-border-radius: 0px 0 0 0px;
  border-radius: 0;
}
header.style1 nav > div > ul ul,
header.style1 nav > div > ul ul li:first-child > a,
header.style1 nav > div > ul ul li:last-child > a {
  -webkit-border-radius: 0px;
  border-radius: 0;
}
.sticky-menu nav ul li.active + li::before,
.sticky-menu nav ul li.active:before,
.sticky-menu nav ul li:hover + li::before,
.sticky-menu nav ul li:hover:before,
header.style1 nav ul li.active + li:before,
header.style1 nav ul li.active:before,
header.style1 nav ul li:hover + li:before,
header.style1 nav ul li:hover:before {
  opacity: 0;
}
header.style1 .thm-btn {
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  margin-bottom: -2.2px;
  padding: 1.4rem 2.1875rem;
}
header.style2 .logo-contact-menu-inner,
header.style2 .topbar-inner {
  padding-left: 16.5625rem;
}
header.style2 .logo.v2 {
  margin-left: -16.5625rem;
  margin-top: -3.125rem;
  margin-bottom: -3.9375rem;
}
.logo.v2:after,
.logo.v2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  -ms-clip-path: polygon(100% 0, 0 0, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.logo.v2:before {
  height: 2.1875rem;
  bottom: -2.15rem;
  background-color: inherit;
  right: -0.38px;
}
.logo.v2:after {
  height: 12px;
  bottom: -1.6875rem;
  -webkit-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  -o-transform: rotate(11deg);
  transform: rotate(11deg);
  right: -1px;
  left: -7px;
}
.logo.v2 a {
  padding: 1.55rem 1.5rem;
}
header.style2 .container {
  max-width: 96.875rem;
}
header.style2 nav > div > ul > li {
  color: var(--color3);
  font-family: "DM Sans";
  line-height: 5.3125rem;
}
header.style2 nav > div > ul > li.menu-item-has-children > a,
header.style3 nav > div > ul > li.menu-item-has-children > a {
  padding-right: 0.9375rem;
}
.thm-btn:after,
header.style2 nav > div > ul > li.menu-item-has-children > a:before,
header.style3 nav > div > ul > li.menu-item-has-children > a:before {
  right: -3px;
}
.header-contact {
  font-family: "DM Sans";
  font-size: 1.0625rem;
  padding-left: 2.8125rem;
  font-weight: 600;
  line-height: 1.96875rem;
}
.rspn-mnu-btn,
.rspn-mnu-cls {
  font-size: 0.875rem;
  cursor: pointer;
}
.header-contact > i {
  font-size: 1.875rem;
  line-height: 1;
  left: 0;
  top: 0;
}
.rspn-mnu-btn,
.rspn-mnu-cls,
.rspn-scil > a {
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
}
.header-contact + a {
  margin-left: 4.375rem;
}
.top-noti {
  padding: 9px 0;
}
.top-noti p {
  font-size: 14px;
  letter-spacing: 0.2px;
  margin: 0;
}
.top-noti p a {
  color: inherit;
}
.rsnp-mnu > ul > li,
.thm-btn {
  font-weight: 600;
  text-transform: uppercase;
}
header.style3 .logo-menu-inner,
header.style3 .topbar-inner {
  padding-left: 15.9375rem;
}
.topbar .header-contact {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  padding-left: 2.1875rem;
}
.topbar .header-contact > i {
  font-size: 1.375rem;
}
.topbar-right > ul + div {
  margin-left: 3.25rem;
}
header.style3 .logo.v2 {
  margin-left: -15.9375rem;
  margin-top: -4.8rem;
  margin-bottom: -0.9375rem;
}
header.style3 nav > div > ul > li {
  line-height: 5.625rem;
  font-size: 1.0625rem;
  text-transform: initial;
  color: var(--color1);
}
header.style3 nav > div > ul > li > a {
  padding: 0;
  font-family: DM Sans;
}
header.style3 nav > div > ul > li:not(:first-child) {
  margin-left: 3.125rem;
}
header.style3 nav > div > ul > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1.4375rem;
  height: 3px;
  width: 0;
  background-color: #000;
}
header.style3 nav > div > ul > li.active > a:after,
header.style3 nav > div > ul > li:hover > a:after,
header.style3 nav > div > ul > li > a:focus:after {
  opacity: 1;
  width: 1.75rem;
}
.sticky-menu {
  position: fixed;
  top: -5rem;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
}
.lg-mn,
.rsnp-mnu > ul > li,
.rspn-hdr,
.rspn-srch {
  position: relative;
}
body.sticky .sticky-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.sticky-menu nav > div > ul > li::before {
  top: 50%;
  margin-top: -5.5px;
}
.sticky-menu.v2 nav > div > ul > li.active > a,
.sticky-menu.v2 nav > div > ul > li:hover > a,
.sticky-menu.v2 nav > div > ul > li > a:focus {
  background-color: transparent;
}
.mini-post-box:hover > a:after,
.sticky-menu.v2 nav ul li.active + li::before,
.sticky-menu.v2 nav ul li:hover + li::before,
.sticky-menu.v2 nav > div > ul > li.active:before,
.sticky-menu.v2 nav > div > ul > li:hover:before {
  opacity: 1;
}
.rspn-hdr {
  width: 100%;
  z-index: 999;
}
.rspn-mdbr {
  background-color: #252a2c;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.rspn-scil {
  display: inline-flex;
}
.rspn-scil > a {
  background-color: rgba(255, 255, 255, 0.05);
  width: 2rem;
  font-size: 14px;
  color: #fff;
}
.rspn-srch > button,
.rspn-srch > input {
  height: 100%;
  background-color: transparent;
}
.rspn-scil > a:not(:first-child) {
  margin-left: 1px;
}
.rspn-srch {
  height: 2.5rem;
  flex: 0 0 calc(100% - 8.1875rem);
  max-width: calc(100% - 8.1875rem);
}
.rspn-srch > input {
  color: #fff;
  font-size: 13px;
  padding: 0 1.875rem 0 8%;
  width: 100%;
}
.rspn-srch > button {
  color: #999;
  font-size: 13px;
  position: absolute;
  right: 0;
}
.lg-mn {
  padding: 1.125rem 5rem 1.125rem 0.9375rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.rsnp-mnu > ul,
.rspn-cnt,
.rspn-cnt > span {
  display: inline-block;
}
.rspn-cnt > span {
  color: #777;
  margin: 5px 0.5rem;
}
.rspn-cnt > span i {
  margin-right: 0.5rem;
}
.rspn-mnu-btn {
  background-color: var(--color1);
  color: #fff;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  width: 2.5rem;
  margin-top: -1.25rem;
}
.rsnp-mnu {
  background-color: #0c0c0c;
  bottom: 0;
  opacity: 0;
  padding: 5.3125rem 2.5rem 3.125rem;
  position: fixed;
  right: -21.875rem;
  top: 0;
  visibility: hidden;
  z-index: 99999;
  max-width: 21.875rem;
  width: 100%;
}
.rsnp-mnu.slidein {
  opacity: 1;
  right: 0;
  visibility: visible;
}
.rspn-mnu-cls {
  background-color: #303030;
  color: #fff;
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  width: 2.5rem;
}
.get-time-box > span,
.social-links2 > a,
.testi-img > i,
.testi-item-box {
  background-color: #fff;
}
.rsnp-mnu > ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  overflow-y: auto !important;
  width: 100% !important;
}
.rsnp-mnu > ul > li {
  color: #fff;
  font-size: 1.125rem;
  width: 100%;
}
.rsnp-mnu > ul > li a {
  color: inherit;
  display: block;
}
.rsnp-mnu > ul ul {
  display: none;
  margin-bottom: 0;
  padding-left: 1.25rem;
  opacity: 1;
  position: static;
  visibility: visible;
}
.request-consult-title2.w-100,
.rsnp-mnu ul li.menu-item-has-children.active > a {
  margin-bottom: 15px;
}
.rsnp-mnu > ul li.menu-item-has-children > a::before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  top: 0;
  color: inherit;
  font-weight: 900;
}
.rsnp-mnu > ul ul > li {
  color: #a4a4a4;
  font-size: 1rem;
  position: relative;
  text-transform: initial;
  width: 100%;
  font-weight: 400;
}
.rsnp-mnu > ul ul > li:not(:first-child),
.widget-box ul.contact-info-list li:not(:first-child) {
  margin-top: 0.75rem;
}
.thm-btn {
  font-size: 0.9375rem;
  color: #000;
  font-family: "DM Sans";
  padding: 1.09375rem 1.8125rem;
  line-height: initial;
  text-align: center;
  z-index: 1;
}
.thm-btn i {
  font-size: 1rem;
  margin-right: 10px;
}
.thm-btn:after,
.thm-btn:before {
  content: "";
  top: 0;
  bottom: 0;
  width: 20%;
  opacity: 0;
  background-color: #000;
  position: absolute;
  z-index: -1;
}
.thm-btn:before {
  left: 0;
}
.thm-btn:focus:after,
.thm-btn:focus:before,
.thm-btn:hover:after,
.thm-btn:hover:before {
  opacity: 1;
  width: 100%;
}
.feat-img:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
}
.feat-img {
  min-height: 43.4375rem;
  background-size: cover;
  background-position: center;
  z-index: 1;
  -webkit-transition: 2s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: 2s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: 2s cubic-bezier(0.7, 0, 0.3, 1);
  transition: 2s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.slick-active .feat-img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.feat-cap-wrap {
  max-width: 73.125rem;
  left: 50%;
  bottom: 6.1875rem;
  z-index: 1;
  padding-right: 4.375rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.feat-cap,
.impact-inner {
  max-width: 35rem;
}
.feat-cap > i {
  font-size: 5.3125rem;
  line-height: 1;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.feat-cap > span {
  font-size: 1.375rem;
}
.comment-reply-wrap form div.field-box + p,
.course-info > h3 + .rating,
.feat-cap > span + h2,
.sec-title-inner > h2 + p,
.sec-title-inner > span + h2,
.side-title-inner > h2 + p,
.special-box.v2 .special-box-inner > h4 + p {
  margin-top: 8px;
}
.feat-cap > h2 {
  font-size: 2.875rem;
  line-height: 3.75rem;
  color: #fff;
  font-weight: 700;
}
.feat-cap > p {
  font-size: 1.125rem;
  color: #f3f3f3;
}
.find-therapist-form-wrap {
  padding: 3.375rem 3.125rem 2.75rem;
  -webkit-box-shadow: 0 3px 1rem rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 1rem rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 1rem rgba(0, 0, 0, 0.1);
}
.title-wrap {
  padding-bottom: 1.25rem;
  margin-bottom: 1.875rem;
}
.line-shape1:before {
  background-image: url(assets/images/line-shape1.png);
  width: 4.375rem;
}
.title-wrap:before {
  content: "";
  height: 16px;
  position: absolute;
  background-size: contain;
  background-position: center;
  bottom: 0;
  left: 50%;
  margin-left: -2.1875rem;
  background-repeat: no-repeat;
}
.title-wrap > span {
  font-size: 1.125rem;
  font-family: "DM Sans";
  color: var(--color3);
  font-weight: 600;
}
.appointment-list-title > h4 span,
.sec-title2.v3 .sec-title2-inner > h2 + p,
.storie-info > h3 + span,
.title-wrap > span + h2 {
  margin-top: 3px;
}
.post-detail > h2,
.title-wrap > h2 {
  font-size: 2.25rem;
  color: var(--color3);
  font-weight: 800;
}
.find-therapist-form-wrap form input:not([type="submit"]) {
  width: 100%;
  margin-bottom: 5px;
  height: 3.875rem;
  font-size: 1rem;
  color: #6f6f6f;
  font-family: "DM Sans";
  font-weight: 600;
  padding: 1rem 2.5rem;
}
.find-therapist-form-wrap form button {
  width: 100%;
  padding: 1.25rem 2.1875rem;
}
.find-therapist-cap {
  padding-left: 1.75rem;
}
.find-therapist-cap > p {
  font-family: "DM Sans";
  font-weight: 600;
  color: var(--color3);
  font-size: 1.125rem;
  border-bottom: 1px solid #e7e7e7;
  padding: 2.5rem 0 1.5625rem;
}
.find-therapist-cap > p span {
  margin-left: 7px;
}
.find-therapist-cap > p span i {
  border: 1px solid #e2e2e2;
  height: 2.625rem;
  width: 2.625rem;
  display: inline-block;
  text-align: center;
  padding: 4px;
  margin-right: 6px;
}
.sec-title2-inner,
.text-center .sec-title-inner {
  max-width: 60%;
}
.sec-title2-inner > span {
  text-transform: uppercase;
  border-bottom: 1px solid;
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 1px;
}
.feat-cap2 > p + span,
.sec-title2-inner > span + h2 {
  margin-top: 1.4375rem;
}
.sec-title2-inner > h2 {
  font-size: 2.5rem;
  line-height: 3.15rem;
}
.client-review-box > h3 + p,
.feat-cap2 > h2 + p,
.feat-cap3 > span + h2,
.get-time-box > span:not(:first-child),
.get-time-request-wrap .get-time-wrap .sec-title,
.post-detail.course-detail > p img,
.request-consult-form p form,
.request-consult-title2 + form,
.request-consult-wrap2 .btn-box,
.request-consult-wrap2 .field-box,
.sec-title + .methods-wrap,
.sec-title2-inner > h2 + p,
.social-links4 > a:not(:first-child) {
  margin-top: 10px;
}
.sec-title2.v2 .sec-title2-inner > h2 {
  font-weight: 800;
  font-size: 2.8125rem;
}
.sec-title2.v2 .sec-title2-inner > p {
  font-size: 1.05rem;
  line-height: 1.7rem;
}
.mini-post-info > span.price,
.sec-title2.v3 .sec-title2-inner > span {
  font-size: 1.125rem;
  font-weight: 800;
}
.about-desc.v3,
.post-detail.blog-detail > ul:not(.meta3) li + li,
.procedure-wrap:hover > div.row > div:nth-child(2n),
.sec-title2.v3 .sec-title2-inner > span + h2 {
  margin-top: 0;
}
.sec-title2.v3 .sec-title2-inner > h2 {
  font-size: 2.8125rem;
}
.sec-title2.v3 .sec-title2-inner > p {
  font-size: 1.05rem;
  line-height: 1.6rem;
  color: #555;
}
.sec-title2 + .serv-wrap {
  margin-top: 4.6875rem;
}
.serv-wrap {
  margin-bottom: -2.5rem;
}
.serv-box > i {
  font-size: 4.375rem;
  line-height: 1;
}
.fact-box:hover > i,
.feat-serv-box > i.flaticon-schizophrenia,
.serv-box3:hover .serv-info3 > i,
.serv-box:hover > i,
.serv-info3 > i.flaticon-puzzle,
.serv-info3 > i.flaticon-schizophrenia,
.special-box:hover > i {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.serv-box > i + .serv-box-inner {
  flex: 0 0 calc(100% - 4.375rem);
  max-width: calc(100% - 4.375rem);
  padding-left: 1.5625rem;
}
.serv-box-inner {
  padding-bottom: 1.125rem;
}
.serv-box-inner:after,
.serv-box-inner:before {
  content: "";
  width: 3.125rem;
  position: absolute;
  bottom: 0;
  background-color: #000;
}
.serv-box:hover .serv-box-inner:before {
  width: 1.6875rem;
}
.serv-box-inner > h4 {
  font-size: 1.625rem;
}
.appointment-item-inner > h5 + span,
.fact-box-inner > h4 + p,
.impact-inner > span + h2,
.page-title-inner > h1 + ol.breadcrumb,
.proced-box > h4 + p,
.prod-info > h3 + span,
.serv-box-inner > h4 + p,
.video-box > span + h2 {
  margin-top: 2px;
}
.error-cap > p,
.impact-inner > p,
.online-portal-desc > p,
.prod-detail-meta .meta3 > li a,
.search-found-inner > p,
.sec-title-inner span,
.serv-box-inner > p,
.storie-inner > a,
.video-box > p {
  font-size: 1.125rem;
}
.serv-box-inner:before {
  height: 4px;
}
.serv-box-inner:after {
  width: 0;
  height: 2px;
  bottom: 1px;
}
.serv-box:hover .serv-box-inner:after {
  width: 4.375rem;
}
.sec-title-with-btns .sec-title-inner {
  flex: 0 0 55%;
  max-width: 55%;
}
.sec-title-inner > span {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "DM Sans";
}
.sub-shap {
  padding-left: 1.3125rem;
}
.contact-info-wrap > div.row > div:not(:first-child) .contact-info-box:after,
.contact-info-wrap > div.row > div:not(:first-child) .contact-info-box:before,
.facts-list > li:not(:first-child) .fact-box:after,
.facts-list > li:not(:first-child) .fact-box:before,
.sub-shap:after,
.sub-shap:before {
  content: "";
  position: absolute;
}
.sub-shap:before {
  width: 3.5rem;
  background-size: contain;
  background-position: center;
  height: 15px;
  left: 0;
  top: 5.5px;
}
.impact-wrap,
.storie-wrap,
.tit-shp:before,
.video-box-wrap {
  background-size: cover;
  background-position: center;
}
.sub-shap:after {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  left: 0;
  top: 8.5px;
}
.quote-box-info:before,
.serv-img2:before,
.serv-info2 > h3 a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}
.black-shp:before {
  background-image: url(assets/images/line-mini-shape1.png);
}
.scndry-shp:before {
  background-image: url(assets/images/line-mini-shape4.png);
}
.sec-title-inner > h3 {
  font-size: 2.25rem;
  font-weight: 800;
}
.sec-title-inner > h2 {
  font-size: 2.875rem;
  font-weight: 800;
}
.sec-title-inner > p {
  font-size: 1.05rem;
  color: #4f4f4f;
  line-height: 1.6rem;
  max-width: 90%;
  display: inline-block;
}
.blue-layer3 .sec-title-inner > p,
.scndry-layer .sec-title-inner > p {
  color: #b8b7b7;
}
.text-center .sec-title-inner > p {
  font-size: 1.05rem;
  line-height: 1.5rem;
  max-width: 100%;
}
.sec-title.v2 {
  margin-top: -10px;
  margin-bottom: 2.5rem;
}
.simple-link,
.top-noti a {
  border-bottom: 1px solid;
  font-family: "DM Sans";
  font-weight: 800;
  line-height: 1;
  color: #fff;
}
.simple-link i,
.top-noti i {
  margin-left: 12px;
  vertical-align: middle;
  display: inline-block;
}
.prod-img > a.thm-bg:focus,
.prod-img > a.thm-bg:hover,
.thm-bg .top-noti a:focus,
.thm-bg .top-noti a:hover {
  color: #000;
}
.serv-wrap2 {
  margin-bottom: -1.875rem;
  margin-top: -1.4rem;
}
.about-gal-img:hover img,
.banner-box:hover > img,
.course-box:hover .course-img img,
.ftr-gal-list > li a:hover img,
.mini-post-box:hover > a img,
.news-box2:hover .news-img2 img,
.news-box3:hover .news-img3 img,
.prod-box:hover .prod-img > img,
.serv-box2:hover .serv-img2 > img,
.storie-box:hover .storie-img img,
.team-box:hover .team-img > img {
  -webkit-transform: scale(1.05) rotate(2deg);
  -ms-transform: scale(1.05) rotate(2deg);
  -o-transform: scale(1.05) rotate(2deg);
  transform: scale(1.05) rotate(2deg);
}
.serv-img2:before {
  z-index: 1;
  background-color: var(--color5);
  opacity: 0;
  left: 0;
  right: 0;
  -webkit-border-radius: inherit;
  border-radius: inherit;
}
.serv-img2 > a {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  -o-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  color: #fff;
  z-index: 1;
  font-size: 1.875rem;
  opacity: 0;
  line-height: 1;
  margin-top: -3.125rem;
}
.serv-box2:hover .serv-img2 > a {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.serv-info2 {
  bottom: 1.5625rem;
  z-index: 1;
  left: 0;
}
.serv-box2 .serv-info2 {
  max-width: 18.125rem;
  width: 100%;
}
.serv-info2 > h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}
.serv-info2 > h3 a {
  display: block;
  background-color: #c0a964;
  padding: 1.59375rem 2.1875rem;
  position: relative;
}
.serv-info2 > h3 a:before {
  width: 1.25rem;
  right: -1.2rem;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  -ms-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #000;
}
.serv-box2.v2 {
  padding-bottom: 2.3125rem;
}
.serv-box2.v2 .serv-img2 > a {
  margin-top: -1.09375rem;
}
.serv-box2.v2 .serv-info2 {
  bottom: 0;
  max-width: 16.5625rem;
}
.serv-box2.v2 .serv-info2 > h3 a {
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.quote-box-wrap {
  padding-right: 1.625rem;
}
.quote-box {
  right: 1.625rem;
  max-width: 16.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.quote-box-inner {
  padding: 1.5625rem 3.4375rem 1.875rem;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.quote-box-inner > i {
  width: 3.9375rem;
  height: 4.1875rem;
  line-height: 4.1875rem;
  text-align: center;
  left: -1.96875rem;
  font-size: 1.875rem;
  color: #fff;
  top: 1.875rem;
}
.quote-box-inner > p {
  font-size: 1rem;
  line-height: 1.625rem;
  color: #fff;
}
.quote-box-info {
  z-index: 1;
  padding: 1.375rem 2.5rem 2.6875rem 3.4375rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  -ms-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.quote-box-info:before {
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #000;
  opacity: 0.1;
}
.prod-img:before,
.team-img:before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
}
.quote-box-info > h3 {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
}
.contact-info-box > p + p,
.contact-info-box > span + span,
.copyright-links > p + ul,
.enroll-inner > h3 + span,
.post-detail > ul:not(.meta3) li + li,
.quote-box-info > h3 + span {
  margin-top: 4px;
}
.quote-box-info > span {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
}
.fact-box {
  align-items: flex-start;
  margin-top: 3.125rem;
}
.fact-box > i {
  font-size: 5.625rem;
  line-height: 1;
}
.fact-box > i + .fact-box-inner {
  flex: 0 0 calc(100% - 5.625rem);
  max-width: calc(100% - 5.625rem);
  padding-left: 2.1875rem;
}
.fact-box-inner > span {
  font-family: "DM Sans";
  font-weight: 700;
  line-height: 1;
  font-size: 2.8125rem;
}
.fact-box-inner > span + h4,
.gallery-video-box > a i + span,
.mini-post-info > h5 + span,
.online-portal-desc > h2 + p,
.prod-detail-info > h2 + span {
  margin-top: 7px;
}
.fact-box-inner > h4 {
  font-size: 1.5625rem;
  font-weight: 700;
}
.fact-box-inner > p {
  font-size: 0.9375rem;
  line-height: 1.3;
}
.request-consult-wrap {
    min-width: calc(100% + 8.875rem);
    /* margin-left: -2.875rem; */
}
.request-consult-title {
  flex: 0 0 22.5rem;
  max-width: 22.5rem;
}
.request-consult-title h3 {
  color: var(--color3);
  font-size: 2.25rem;
}
.request-consult-title + .request-consult-form {
  flex: 0 0 calc(100% - 22.5rem);
  max-width: calc(100% - 22.5rem);
  padding-left: 2.5rem;
}
.request-consult-form form,
.widget_media_gallery {
  margin: 0 -5px;
}
.request-consult-form div.field-box {
  flex: 1 0 0;
  max-width: 23.25%;
  float: left;
}
.request-consult-form form div {
  padding: 5px;
}
.request-consult-form form div.btn-box {
  flex: 0 0 12.8125rem;
  max-width: 12.8125rem;
  float: left;
}
.request-consult-form form div.btn-box button {
  width: 100%;
  height: 3.875rem;
}

.client-reviews-wrap,
.courses-wrap,
.gallery-wrap.v2,
.gallery-wrap.v3,
.news-wrap,
.news-wrap2,
.storie-wrap2,
.team-wrap {
  margin-bottom: -1.875rem;
}
.team-img:before {
  right: 0;
  opacity: 0;
}
.social-links2 {
  top: 80%;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 14.375rem;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  margin-top: -2.0625rem;
}
.feat-cap2-wrap,
.online-portal-video > a {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.social-links2 > a {
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  display: inline-block;
  font-size: 14px;
  color: var(--color5);
  margin: 0 1px;
  border: 0 solid transparent;
}
.social-links2 > a:focus,
.social-links2 > a:hover {
  color: #fff;
  border-color: #fff;
  margin: 0 3px;
  height: 3.375rem;
  width: 3.375rem;
  border-width: 3px;
}
.team-box:hover .social-links2 {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.team-info {
  max-width: calc(100% - 1.875rem);
  padding: 1.625rem 1.25rem;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  margin-top: -4.0625rem;
}
.team-info > h3 {
  font-size: 1.375rem;
  color: #fff;
  font-weight: 700;
}
.feat-cap3 > p + .feat-serv-wrap,
.side-title-inner > span + h2,
.special-box-inner > h4 + p,
.team-detail-info-meta > li:not(:first-child),
.team-info > h3 + span {
  margin-top: 6px;
}
.team-info > span {
  font-family: "DM Sans";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.get-time-wrap .sec-title-inner > h2 span,
.method-apply-wrap .sec-title-inner > h2 span,
.view-more > p {
  font-weight: 600;
}
.team-info:before {
  content: "";
  top: 0;
  bottom: 0;
  right: -0.9375rem;
  width: 0.9375rem;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  -ms-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.view-more > p {
  font-size: 1.125rem;
  font-family: "DM Sans";
  color: var(--color3);
}
.blue-layer3 .view-more > p a:focus,
.blue-layer3 .view-more > p a:hover,
.scndry-layer .view-more > p a:focus,
.scndry-layer .view-more > p a:hover {
  border-color: #fff;
}
.get-time-wrap,
.method-apply-wrap {
  min-height: 47.5rem;
}
.about-desc > h2 strong,
.get-time-wrap .sec-title-inner > span,
.method-apply-wrap .sec-title-inner > span,
.prod-info > span:not(.price),
.social-links3.v2 > h3 {
  font-weight: 800;
}
.get-time-inner {
  max-width: 35.625rem;
}
.method-apply-inner {
  max-width: 44.875rem;
}
.get-time-wrap .sec-title-inner > h2,
.post-detail.blog-detail blockquote.blockquote > p {
  max-width: 75%;
}
.client-review-box > p,
.get-time-wrap .sec-title-inner > p,
.method-apply-wrap .sec-title-inner > p {
  line-height: 1.6rem;
}
.enroll-inner,
.feat-cap2,
.method-apply-wrap .sec-title-inner > h2 {
  max-width: 70%;
}
.col-lg-4 .widget-box ul.contact-info-list li,
.method-apply-wrap .sec-title-inner > p {
  max-width: 80%;
}
.get-time-box {
  padding: 0.9375rem 0;
}
.get-time-box.bg-white {
  -webkit-box-shadow: 0 0 5.625rem rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 5.625rem rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 5.625rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 5.625rem rgba(0, 0, 0, 0.08);
}
.get-time-box > span:first-child {
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.get-time-box > span {
  font-size: 1.0625rem;
  color: #141414;
  font-family: "DM Sans";
  font-weight: 700;
  padding: 0.984375rem 3.3125rem;
}
.get-time-box > span:last-child {
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.get-time-box > span i {
  font-style: normal;
  flex: 0 0 40%;
  max-width: 40%;
}
.get-time-box + a {
  margin-top: 1.25rem;
  margin-bottom: -6px;
}
.method-box > i {
  width: 2.875rem;
  height: 2.875rem;
  line-height: 2.875rem;
  color: #fff;
  font-size: 1.875rem;
}
.method-box > i + .method-box-inner {
  flex: 0 0 calc(100% - 2.875rem);
  max-width: calc(100% - 2.875rem);
  padding-left: 0.9375rem;
}
.method-box-inner > h4,
.news-box-inner > h3 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.method-box-inner > p,
.sec-title4-inner > p {
  color: #555;
  font-size: 1rem;
}
.online-portal-video > a {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.1875rem;
  color: #fff;
  height: 5.125rem;
  line-height: 5.125rem;
  width: 5.125rem;
}
.appointment-list-title,
.online-portal-desc {
  padding: 0 2.5rem;
}
.online-portal-desc > h2 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.online-portal-wrap a.thm-btn {
  width: 100%;
  padding: 1.09375rem 1.875rem;
  margin-bottom: -6px;
}
.prod-img:before {
  right: 0;
  background-color: #000;
  opacity: 0;
}
.prod-img > a {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  -o-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  height: 3.5rem;
  width: 3.5rem;
  color: #fff;
  border: 3px solid #fff;
  line-height: 3.125rem;
  font-size: 1.25rem;
  opacity: 0;
  visibility: hidden;
}
.prod-info > span {
  font-size: 1rem;
  font-family: "DM Sans";
}
.prod-info > span.price {
  top: -1.3125rem;
  right: 1.25rem;
  font-weight: 700;
  color: #000;
  border: 5px solid #fbfbfb;
  -webkit-border-top-left-radius: 10rem !important;
  border-top-left-radius: 10rem !important;
  -webkit-box-shadow: 0 8px 3.125rem rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 8px 3.125rem rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 8px 3.125rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 3.125rem rgba(0, 0, 0, 0.05);
  line-height: 1;
  padding: 8px 1rem;
}
.course-info > h3,
.news-info2 > h3,
.prod-info > h3 {
  font-size: 1.375rem;
  line-height: 1.8rem;
  font-weight: 500;
}
.gallery-box:hover .gallery-info,
.prod-box:hover .prod-img > a {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}
.about-img .social-links4,
.testi-nav-caro {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.prod-info > span.price small {
  font-size: 75%;
}
.storie-wrap,
.testi-wrap {
  min-height: 39.375rem;
}
.testi-wrap {
  min-width: calc(100% + 3.125rem);
  padding: 3.75rem 5rem 3.75rem 4rem;
}
.testi-nav-caro {
  min-height: 30rem;
  max-width: 8.125rem;
  right: -4.0625rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.testi-nav-item {
  margin: 1.40625rem 0 1.40625rem 1.25rem;
  cursor: pointer;
}
.slick-current.slick-active.slick-center .testi-nav-item {
  margin-left: 0;
}
.testi-nav-item > img {
  border: 9px solid;
  -webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.08);
}
.testi-inner {
  max-width: 38.4375rem;
  margin-left: -1.25rem;
}
.testi-list-caro.slick-slider > button.slick-arrow {
  background-color: transparent;
  width: auto;
  padding: 0;
  height: initial;
  font-size: 2.5rem;
}
.testi-list-caro.slick-slider > button.slick-arrow:focus,
.testi-list-caro.slick-slider > button.slick-arrow:hover {
  background-color: transparent !important;
}
.testi-item-wrap {
  padding-left: 2.8125rem;
}
.testi-item-box {
  padding: 1.6875rem 3.75rem 2.3125rem 5rem;
}
.testi-img {
  left: -2.8125rem;
  line-height: 1;
  -webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.08);
  top: 2.8125rem;
}
.testi-img > i {
  font-size: 1.125rem;
  height: 2.375rem;
  width: 2.375rem;
  position: absolute;
  line-height: 2.375rem;
  top: 50%;
  right: -1.1875rem;
  margin-top: -1.1875rem;
}
.testi-item-top {
  border-bottom: 1px dashed rgba(199, 199, 199, 0.4);
  padding-bottom: 0.9375rem;
}
.client-review-box > h3,
.testi-item-info > h4 {
  font-size: 1.625rem;
  font-weight: 800;
}
.testi-item-info > span,
ul.meta > li {
  font-size: 0.9375rem;
  font-family: "DM Sans";
}
.testi-item-info > span {
  font-weight: 700;
}
.appointment-desc > p,
.impact-fact-box-inner > p,
.post-detail > p,
.rate,
.team-detail-meta-list > li span:last-child,
.team-detail-wrap > p,
.widget-box.v2
  ul:not(.contact-info-list):not(.ftr-gal-list):not(.insta-gal-list)
  > li {
  font-size: 1rem;
}
.testi-item-box > p {
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 1.0625rem;
}
.storie-wrap {
  max-width: calc(100% - 3.125rem);
  margin-left: 3.125rem;
  z-index: 1;
  -webkit-border-radius: 10% 100% 0 10%/60% 0 100% 50%;
  border-radius: 10% 100% 0 10%/60% 0 100% 50%;
}
.storie-wrap:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
}
.storie-inner {
  max-width: 28.125rem;
}
.storie-inner > i {
  font-size: 4.125rem;
  line-height: 1;
  color: #fff;
}
.storie-inner > h2 {
  color: #fff;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 700;
}
.about-desc.v2 > h2 + strong,
.about-desc > strong + p,
.course-info > span + h3,
.feat-cap3 > h2 + p,
.post-detail > h3 + p,
.prod-detail-info > span + p,
.storie-inner > h2 + p {
  margin-top: 12px;
}
.storie-inner > p {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.storie-inner > p + a {
  margin-top: 2.6875rem;
}
.news-box-inner {
  padding: 2.625rem 2.5rem 2.375rem;
  z-index: 99;
}
.news-box-inner > span {
  top: -1.75rem;
  left: 2.5rem;
  border: 5px solid #fbfbfb;
  -webkit-box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.03);
  -ms-box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.03);
}
.author-info > h4 + p,
.feat-serv-box > i + h3,
.news-box-inner > h3 + ul {
  margin-top: 13px;
}
ul.meta > li {
  position: relative;
  font-weight: 700;
  line-height: 1.5;
}
ul.meta > li:not(:first-child) {
  padding-left: 1.3125rem;
  margin-left: 1.25rem;
}
ul.meta > li:not(:first-child):before {
  content: "";
  height: 11px;
  width: 1px;
  background-color: #afafaf;
  position: absolute;
  left: 0;
  top: 5.75px;
}
ul.meta > li:not(.thm-clr):not(.scndry-clr) {
  color: #404040;
}
.special-box.v3 .special-box-inner > h4 + p,
ul.meta + p {
  margin-top: 14px;
}
.news-box-inner > p {
  line-height: 1.75rem;
  font-family: "DM Sans";
  font-weight: 600;
}
.spnsr-list {
  margin: 2.5px 0;
  padding: 0 3.75rem;
}
.spnsr-list > li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 0.9375rem;
}
.widget-title {
  font-size: 1.5rem;
  margin-bottom: 1.125rem;
  padding-bottom: 1.25rem;
}
.widget-title2 {
  font-size: 1.625rem;
  padding-left: 2.1875rem;
  margin-bottom: 1.875rem;
  font-weight: 700;
}
.widget-title2 > i {
  left: 0;
  top: 2.3px;
  font-weight: 400;
  font-size: 1.375rem;
}
.widget-title:after,
.widget-title:before {
  content: "";
  left: 0;
  position: absolute;
}
.widget-title:before {
  bottom: 0;
  height: 3px;
  width: 2.3125rem;
}
.widget-title:after {
  bottom: 1px;
  height: 1px;
  width: 6.25rem;
}
.widget-box ul:not(.contact-info-list):not(.ftr-gal-list):not(.insta-gal-list) {
  display: flex;
  flex-wrap: wrap;
  margin-top: -7px;
}
.widget-box > p {
  margin-top: -7px;
}
.widget-box
  ul:not(.contact-info-list):not(.ftr-gal-list):not(.insta-gal-list)
  > li {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 7px;
}
.col-lg-4
  .widget-box
  ul:not(.contact-info-list):not(.ftr-gal-list):not(.insta-gal-list)
  > li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 1.25rem;
}
.widget-box ul.contact-info-list li {
  font-size: 1rem;
  font-weight: 500;
}
.bg-color7 .widget-box ul > li,
.dark-layer .widget-box ul > li,
.dark-layer .working-hours > span,
.dark-layer2 .widget-box ul > li {
  color: #d7d7d7;
}
.widget-box ul.contact-info-list li span {
  display: inline-block;
  max-width: 6.875rem;
  width: 100%;
}
.widget-box
  ul:not(.contact-info-list):not(.ftr-gal-list):not(.insta-gal-list)
  > li
  a {
  position: relative;
  display: block;
  padding-left: 1.875rem;
}
.widget-box
  ul:not(.contact-info-list):not(.ftr-gal-list):not(.insta-gal-list)
  > li
  a:before {
  content: "\f116";
  font-family: Flaticon;
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
  font-size: 13px;
}
.bg-color7
  .widget-box
  ul:not(.contact-info-list):not(.ftr-gal-list):not(.insta-gal-list)
  > li
  a:before {
  color: #b9b9b9;
}
.widget-box
  ul:not(.contact-info-list):not(.ftr-gal-list):not(.insta-gal-list)
  > li
  a:focus:before,
.widget-box
  ul:not(.contact-info-list):not(.ftr-gal-list):not(.insta-gal-list)
  > li
  a:hover:before {
  color: inherit;
}
.widget-box > h3 {
  padding-left: 4.6875rem;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 700;
  max-width: 90%;
}
.widget-box > h3 i {
  left: 0;
  top: 0;
  font-size: 3.3125rem;
  line-height: 1;
}
form.newsletter-form input {
  width: 100%;
  height: 4rem;
  font-size: 1rem;
  color: #fff;
  font-family: "DM Sans";
  font-weight: 300;
  background-color: #044552;
  padding: 10px 4.375rem 10px 1.875rem;
}
form.newsletter-form button {
  height: 4.375rem;
  position: absolute;
  right: 1.875rem;
  top: 0;
  background-color: transparent;
  color: #fff;
  font-size: 1.25rem;
  padding: 0;
}
.widget-box .social-links3 {
  margin-top: 1.59375rem;
}
.social-links3 > h3 {
  font-size: 1rem;
  font-weight: 500;
  margin-right: 1.5625rem;
}
.social-links3 > a {
  display: inline-block;
  font-size: 14px;
  line-height: 3rem;
  width: 3rem;
  height: 3rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.social-links3 > a:not(:first-of-type),
.social-links5 > a:not(:first-child) {
  margin-left: 5px;
}
.ftr-gal-list {
  margin: 0 -10px;
}
.ftr-gal-list > li {
  padding: 0 10px;
  flex: 0 0 20%;
  max-width: 20%;
}
.ftr-gal-list > li a {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  position: relative;
}
.ftr-gal-list > li a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
}
.bottom-bar {
  padding: 1rem 0;
  border-top: 1px solid transparent;
}
.copyright-links > p {
  font-family: "DM Sans";
  font-size: 0.9375rem;
  font-weight: 700;
}
ul.bottom-links > li {
  position: relative;
  color: #999;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
ul.bottom-links > li:not(:first-child) {
  padding-left: 1.625rem;
  margin-left: 1.5625rem;
}
ul.bottom-links > li:not(:first-child):before {
  content: "";
  width: 1px;
  left: 0;
  position: absolute;
  top: 4px;
  height: 13px;
  background-color: #999;
}
.feat-caro2.slick-slider > button.slick-arrow {
  color: #fff;
  margin-top: 0;
}
.feat-caro2.slick-slider > button.slick-prev {
  left: auto;
  right: 3.75rem;
}
.feat-caro2.slick-slider > button.slick-next {
  left: 3.75rem;
  right: auto;
}
.feat-item2 {
  max-height: 44.375rem;
}
.feat-item2 .feat-img {
  max-height: 44.375rem;
  min-height: 44.375rem;
}
.feat-cap2-wrap {
  max-width: 73.125rem;
  left: 50%;
  top: 60%;
  z-index: 1;
  transform: translate(-50%, -50%);
  margin-top: -4.375rem;
}
.feat-cap2 > span:not(.feat-cap-time) {
  font-size: 1.375rem;
  font-weight: 500;
  font-family: "DM Sans";
  padding-bottom: 12px;
}
.feat-cap2 > span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 3.25rem;
  height: 3px;
  margin-left: -1.625rem;
}
.feat-cap2 > h2 {
  font-size: 3.125rem;
  font-weight: 700;
  color: #fff;
  line-height: 4.5rem;
}
.feat-cap2 > p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #f3f3f3;
  display: inline-block;
  max-width: 80%;
}
.feat-cap2 > span.feat-cap-time {
  font-size: 1.1rem;
  font-weight: 400;
  color: #fff;
  font-family: "DM Sans";
}
.feat-cap2 > span.feat-cap-time span {
  font-weight: 500;
  margin-right: 5px;
}
.error-inner > i + .error-cap,
.feat-cap2 > span + a,
.post-detail > p + img,
.post-detail > ul:not(.meta3) + img {
  margin-top: 2.625rem;
}
.sn-about-section .blocks-column .inner-column,
.sn-about-section .content-column .inner-column,
.sn-feature-block,
.sn-featured-section,
.sn-main-slider .content-column,
.sn-main-slider .image-column,
.special-wrap > div.row > div,
body .bdt-sub-title > h4,
dt.gallery-icon.landscape {
  position: relative;
}
.special-wrap > div.row > div:not(:first-child)::after {
  content: "";
  position: absolute;
  left: 0;
  height: 6.25rem;
  border-left: 1px dashed rgba(255, 255, 255, 0.5);
  width: 1px;
  top: 50%;
  z-index: 2;
  margin-top: -3.125rem;
}
.special-wrap > div.row > div:not(:first-child)::before {
  content: "";
  position: absolute;
  height: 1rem;
  width: 1rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  z-index: 2;
  top: 50%;
  margin-left: -8px;
  left: 0;
  margin-top: -3.5rem;
}
.special-wrap {
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.05);
}
.special-box {
  padding: 4.0625rem 4.0625rem 3.125rem;
}
.special-box:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 95%;
  left: 47.5%;
  right: 47.5%;
  z-index: -1;
  opacity: 0;
}
.sn-feature-block .inner-box:hover::before,
.sn-feature-block.active .inner-box::before,
.special-box:hover:after {
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: bottom 0.25s ease-in, right 0.25s ease-in 0.4s,
    left 0.25s ease-in 0.4s;
  -ms-transition: bottom 0.25s ease-in, right 0.25s ease-in 0.4s,
    left 0.25s ease-in 0.4s;
  -o-transition: bottom 0.25s ease-in, right 0.25s ease-in 0.4s,
    left 0.25s ease-in 0.4s;
  transition: bottom 0.25s ease-in, right 0.25s ease-in 0.4s,
    left 0.25s ease-in 0.4s;
}
.special-box > i {
  font-size: 4.0625rem;
  color: #fff;
  line-height: 1;
}
.special-box > i + .special-box-inner {
  flex: 0 0 calc(100% - 4.0625rem);
  max-width: calc(100% - 4.0625rem);
  padding-left: 1.5625rem;
}
.special-box-inner > h4 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.8rem;
  max-width: 80%;
  display: inline-block;
}
.about-desc > h2,
.about-desc > h2 span {
  font-weight: 400;
}
.special-box-inner > p {
  font-size: 1.1rem;
  font-family: "DM Sans";
  color: #fff;
}
.meta3 > li a,
.prod-detail > p,
.rating,
.special-box.thm-bg:hover .special-box-inner > p {
  color: #555;
}
.about-gal-img > a.about-play-btn:focus,
.about-gal-img > a.about-play-btn:hover,
.special-box.thm-bg:hover > i {
  color: var(--color5);
}
.special-box.v2 {
  justify-content: center;
  padding: 4.375rem 24% 4.6875rem;
}
.special-box.v2 > i {
  line-height: 1;
}
.special-box.v2 > i + .special-box-inner {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 1.5625rem 0 0;
}
.special-box.v2 .special-box-inner > h4 {
  font-size: 1.875rem;
  line-height: 2.5rem;
}
.special-box.v3 > i {
  font-size: 4.375rem;
}
.special-box.v3 > i + .special-box-inner {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 1.375rem 0 0;
}
.special-box.v3 {
  padding: 4.6875rem 20% 5.3125rem;
}
.special-box.v3 .special-box-inner > h4 {
  font-size: 1.875rem;
}
.special-box.v3 .special-box-inner > p {
  line-height: 1.75rem;
}
.about-wrap2 {
  margin-top: -3.125rem;
}
.about-gal {
  margin-top: 3.125rem;
  margin-bottom: -1.25rem;
}
.about-gal-img > a:not(.about-play-btn):before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  background-color: #000;
}
.about-gal-img > a.about-play-btn {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1;
  font-size: 5rem;
  line-height: 1;
}
.about-desc > span:not(.about-time) {
  border-bottom: 1px solid;
  font-size: 1rem;
  font-family: "DM Sans";
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.about-desc > h2 {
  font-size: 2.425rem;
  line-height: 2.9rem;
}
.about-desc > strong {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: var(--color3);
  font-weight: 700;
  display: inline-block;
  width: 100%;
  font-family: Arimo;
}
.about-desc > p {
  font-size: 1.125rem;
  max-width: 95%;
}
.about-desc > p + span {
  margin-top: 2.2rem;
}
.about-desc > span.about-time {
  color: var(--color3);
  font-size: 1rem;
  font-family: "DM Sans";
  font-weight: 700;
}
.about-desc > span.about-time span {
  display: inline-block;
  margin-right: 3px;
}
.about-desc > span.about-time span i {
  font-size: 1.875rem;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.about-desc.v3 > span {
  letter-spacing: initial;
}
.about-desc.v2 > strong + p,
.about-desc.v3 > span:not(.about-time) + h2,
.post-detail > h2 + p,
.serv-info3 > i + h3,
.team-detail-wrap > h3 + p,
.team-detail-wrap > h3 + ul,
blockquote.blockquote > i + p {
  margin-top: 1rem;
}
.about-desc.v3 > h2 {
  font-size: 2.5rem;
}
.about-video-box > a {
  font-size: 6.6875rem;
  line-height: 1;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.live-video-wrap {
  padding: 0 3.125rem;
}
.live-video-inner {
  padding-top: 1.4375rem;
}
.live-video-inner > span {
  top: 0;
  left: 50%;
  color: #fff;
  text-transform: uppercase;
  font-family: "DM Sans";
  font-size: 1rem;
  font-weight: 800;
  -webkit-border-top-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  padding: 10px 1.875rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 15.3125rem;
}
.feat-cap3-wrap,
.live-video-img > a {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.live-video-img:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--color7);
  opacity: 0.3;
}
.live-video-img > a {
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  font-size: 6.25rem;
  line-height: 1;
}
.live-video-img > a:focus,
.live-video-img > a:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.facts-list {
  margin: 0 -4.375rem;
}
.facts-list > li {
  padding: 0 4.375rem;
  flex: 0 0 33.33334%;
  max-width: 33.33334%;
}
.facts-list > li:not(:first-child) .fact-box:before {
  height: 1rem;
  width: 1rem;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: -4.875rem;
  top: 0;
}
.facts-list > li:not(:first-child) .fact-box:after {
  height: 6.25rem;
  width: 1px;
  border-left: 1px dashed #fff;
  left: -4.40625rem;
  top: 0;
}
.banner-box:before,
.course-img > a:before,
.serv-box3:before,
.storie-img > a:before {
  top: 0;
  left: 0;
  right: 0;
  content: "";
  position: absolute;
}
.sec-title + .serv-wrap3 {
  margin-top: -5px;
}
.serv-box3 {
  min-height: 14.0625rem;
  padding: 1.875rem;
}
.serv-box3:before {
  bottom: 90%;
  z-index: -1;
  opacity: 0;
}
.serv-box3:hover:before {
  bottom: 0;
  opacity: 1;
}
.serv-wrap3 > div.row > div:not(:first-child) .serv-box3 {
  border-left: 1px dashed grey;
}
.serv-wrap3 > div.row > div:nth-child(6) .serv-box3 {
  border-right: 1px dashed grey;
}
.serv-wrap3
  > div.row
  > div:not(:last-child):not(:nth-last-child(2))
  .serv-box3 {
  border-bottom: 1px dashed grey;
}
.serv-info3 > i {
  font-size: 4.5rem;
  line-height: 1;
}
.serv-info3 > h3 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.serv-box3:hover .serv-info3 > h3,
header.style1 .header-left ul ul li a,
header.style1 .header-left ul ul li.current-menu-ancestor a {
  color: #333;
}
.bottom-bar.v2 .copyright-links > p,
.bottom-bar.v2 ul.bottom-links > li {
  color: var(--color3);
  font-size: 1.125rem;
}
.blue-layer3 .serv-box3:hover .serv-info3 > i {
  color: var(--color16);
}
.find-thera-cap {
  padding: 2.5rem 6.875rem 3rem;
}
.find-thera-cap > a {
  z-index: 1;
  height: 7.375rem;
  line-height: 7.375rem;
  width: 7.375rem;
  color: #000;
  background-color: #fff;
  font-size: 1.625rem;
  left: -3.6875rem;
  top: 50%;
  margin-top: -3.6875rem;
}
.find-thera-cap-inner > h2 {
  font-size: 1.875rem;
  line-height: 2.8125rem;
  font-weight: 700;
}
.find-thera-cap .thm-btn {
  padding-left: 3.625rem;
  padding-right: 3.625rem;
}
.course-img > a:before,
.storie-img > a:before {
  bottom: 0;
  background-color: #000;
  opacity: 0;
  z-index: 1;
}
.storie-img > span {
  top: 1.25rem;
  left: 1.25rem;
  color: #fff;
  font-size: 1rem;
  -webkit-border-top-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  padding: 9px 1.875rem;
}
.storie-info {
  padding: 2.2rem 1.875rem 2.1875rem;
}
.storie-info > h3 {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.storie-info > span {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  font-family: "DM Sans";
}
.about-desc.v2,
.news-wrap2 > div.row > div:first-child,
.news-wrap2 > div.row > div:nth-child(4),
.news-wrap2 > div.row > div:nth-child(7) {
  padding-right: 1.5625rem;
}
.news-wrap2 > div.row > div:last-child,
.news-wrap2 > div.row > div:nth-child(3),
.news-wrap2 > div.row > div:nth-child(9) {
  padding-left: 1.5625rem;
}
.news-img2 > a:before,
.widget_media_gallery dt:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0;
}
.news-img2 + .news-info2 {
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: 0;
}
.news-info2 {
  margin-top: 1.875rem;
  padding: 3.3125rem 2.5rem 2.5rem 2.1875rem;
}
.news-info2 > img.authr-img {
  border: 5px solid #fff;
  left: 1.8125rem;
  top: -1.5rem;
  max-width: 80px;
}
.news-info2 > h3 + ul {
  margin-top: 1.3125rem;
}
.get-time-request-wrap {
  margin-left: -16.25rem;
}
.request-consult-wrap2 {
  max-width: calc(100% - 4.375rem);
  padding: 3.75rem 4.0625rem;
}
.request-consult-title2 > h3 {
  font-size: 2.25rem;
  line-height: 2.8125rem;
  font-weight: 800;
}
.request-consult-title2 > h3 + p {
  margin-top: 5px;
  margin-bottom: 15px;
}
.request-consult-wrap2 form .thm-btn {
  padding: 1.25rem 2.8125rem;
  width: 100%;
}
.get-time-request-wrap .sec-title-inner > h2 {
  font-weight: 800;
  max-width: 80%;
}
.about-desc.v2 > strong,
.feat-cap3 > h2 {
  max-width: 90%;
}
.get-time-request-wrap .get-time-wrap {
  min-height: initial;
}
.get-time-request-wrap .get-time-wrap .get-time-inner,
.sn-enroll-wrap .enroll-inner {
  max-width: 100%;
}
.widget-box.v2 .social-links3 {
  margin-top: 2.84375rem;
}
.widget-box.v2 .social-links3 > a {
  background-color: rgba(255, 255, 255, 0.05);
}
.working-hours > span {
  font-size: 1.125rem;
  font-family: "DM Sans";
  font-weight: 700;
}
.working-hours > span i {
  font-style: normal;
  font-size: 1rem;
  margin-top: 3px;
}
.widget-box.v2 > form input {
  padding: 10px 3.7rem 10px 1.5625rem;
}
.widget-box.v2 > form button {
  right: 1.5625rem;
}
.bottom-bar.v2 {
  padding: 0 0 2.1875rem;
}
.logo.v2 + .copyright-links {
  flex: 0 0 calc(100% - 10.625rem);
  max-width: calc(100% - 10.625rem);
  padding-left: 8.125rem;
}
.bottom-bar.v2 .logo.v2 {
  margin-top: -10.9375rem;
}
.bottom-bar.v2 .copyright-links {
  padding-top: 1.9375rem;
}
.bottom-bar.v2 ul.bottom-links > li {
  font-weight: 700;
}
.bottom-bar.v2 ul.bottom-links > li:not(:first-child):before {
  background-color: var(--color3);
  height: 1.125rem;
  top: 4.5px;
}
.bottom-bar.v2 ul.bottom-links > li:not(:first-child) {
  margin-left: 12px;
  padding-left: 13px;
}
.feat-img-caro .feat-img {
  min-height: 43.4375rem;
  max-height: 43.4375rem;
}
.feat-cap3-wrap {
  max-width: 73.125rem;
  transform: translate(-50%, -50%);
}
.banner-info,
.mini-post-box > a:after {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.feat-cap3 {
  max-width: 40.9375rem;
}
.feat-cap3 > span {
  font-size: 1.375rem;
  font-family: "DM Sans";
  font-weight: 500;
}
.feat-cap3 > h2 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.25rem;
  color: #fff;
}
.feat-cap3 > p {
  font-size: 1.125rem;
  color: #fff;
}
.feat-serv-wrap {
  min-width: calc(100% + 2.25rem);
}
.feat-serv-box > i {
  line-height: 1;
  font-size: 4.375rem;
}
.feat-serv-box > h3 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.enroll-inner > h3,
.enroll-inner > p span {
  font-size: 1.5rem;
}
.serv-box4 {
  margin-bottom: 3.4rem;
}
.serv-box4-inner > p {
  max-width: 80%;
  line-height: 1.5rem;
  margin-top: 10px;
}
.enroll-wrap {
  padding-left: 4rem;
  padding-right: 4rem;
}
.enroll-inner > h3 {
  letter-spacing: 8px;
  font-weight: 800;
}
.enroll-inner > span {
  font-size: 1.25rem;
  font-family: "DM Sans";
  font-weight: 700;
}
.enroll-inner > span + p {
  width: 90%;
  text-align: center;
  margin: 15px auto;
}
.enroll-inner > p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.enroll-inner .thm-btn {
  font-size: 1.0625rem;
  padding: 1.15625rem 4.0625rem;
  margin-left: 35px;
}
.banner-box:before {
  bottom: 0;
  background-color: #000;
  z-index: 1;
  opacity: 0.4;
}
.banner-box.active:before {
  background-color: #044552;
  opacity: 1;
}
.banner-info {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 18rem;
}
.banner-info > h3 {
  font-size: 1.6rem;
  color: #fff;
  line-height: 2rem;
  font-weight: 700;
}
.social-links4 > a,
blockquote {
  line-height: 3rem;
  text-align: center;
}
.about-img .social-links4 {
  max-width: 3rem;
  top: 50%;
  transform: translateY(-50%);
  right: 3.3125rem;
}
.social-links4 > a {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  color: var(--color5);
  background-color: #fff;
  font-size: 1rem;
}
.about-info {
  bottom: -1.875rem;
  left: -1.875rem;
  min-width: 17.8125rem;
  padding: 2.75rem 2.8125rem 0;
}
.about-info > i {
  color: #fff;
  font-size: 7.125rem;
  z-index: -1;
  line-height: 1;
  opacity: 0.07;
  right: 1.6875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -1.5rem;
}
.about-info > h3 {
  font-size: 1.5rem;
  font-weight: 500;
}
.about-info > h3 span {
  font-size: 1rem;
  margin-top: 8px;
}
.about-info > h3 + span {
  margin-top: 0.675rem;
}
.about-info > span {
  font-family: "DM Sans";
  font-size: 1rem;
  font-weight: 600;
}
.about-info > span + a,
.search-found-inner > h3 + form {
  margin-top: 1.0625rem;
}
.about-info > a.thm-btn {
  width: calc(100% + 5.625rem);
  margin-left: -2.8125rem;
  margin-bottom: -7px;
  font-size: 1.0625rem;
  padding: 1.15625rem 3.0625rem;
}
.about-desc.v2 > span:not(.about-time) {
  letter-spacing: inherit;
  font-size: 1.125rem;
}
.about-desc.v2 > span:not(.about-time) + h2 {
  margin-top: 8px;
  margin-bottom: 20px;
}
.about-desc.v2 > span.about-time {
  font-size: 1.125rem;
  font-weight: 600;
}
.about-desc.v2 > span.about-time span {
  margin-right: 0.2rem;
  font-weight: 800;
}
.procedure-wrap {
  margin-bottom: -1.875rem;
  min-height: 18.625rem;
}
.proced-box {
  padding: 3.125rem 2.5rem 1.375rem;
  margin-bottom: 4.0625rem;
  margin-top: 2.5rem;
}
.proced-box > span {
  font-family: "DM Sans";
  font-weight: 900;
  font-size: 2.5rem;
  color: #fff;
  height: 5rem;
  line-height: 5rem;
  width: 5rem;
  top: -2.5rem;
  display: inline-block;
  background-color: inherit;
  left: 50%;
  margin-left: -2.5rem;
}
.proced-box:before {
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: -2.1875rem;
  z-index: -1;
  border-left: 4.21875rem solid transparent;
  border-right: 4.21875rem solid transparent;
  border-top: 2.1875rem solid;
}
.gallery-box:before,
.news-img3:before,
.video-box-wrap:before {
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.proced-box > h4 {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #432818;
  font-weight: 800;
}
.proced-box > p,
.rating {
  font-weight: 600;
  font-family: "DM Sans";
}
.proced-box > p {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: var(--color1);
  display: inline-block;
  max-width: 80%;
}
.meta2 > li:not(.thm-clr),
.proced-box:hover > p,
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.course-box {
  padding-left: 10px;
  margin-bottom: 1.875rem;
}
.course-box > span.price {
  left: 0;
  color: #fff;
  font-family: "DM Sans";
  font-weight: 800;
  font-size: 1.125rem;
  padding: 6.5px 13.1px;
  top: 10px;
}
.course-box > span.price small {
  font-size: 68%;
  vertical-align: middle;
  font-weight: 700;
  top: -1px;
  position: relative;
}
.course-img {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.course-info {
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 0 2rem 0 2.5rem;
}
.course-info > a.course-author-img {
  border: 5px solid #fbfbfb;
  margin-top: -1.875rem;
  -webkit-box-shadow: 0 0 2.375rem rgba(0, 0, 0, 0.03);
  -ms-box-shadow: 0 0 2.375rem rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0 0 2.375rem rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 2.375rem rgba(0, 0, 0, 0.03);
  display: inline-flex;
}
.course-info > a.course-author-img + span {
  margin-top: 11px;
}
.course-info > span {
  font-family: "DM Sans";
  font-weight: 700;
  color: #888;
  font-size: 0.9375rem;
}
.rating {
  font-size: 14px;
}
.rating .rate {
  font-size: inherit;
}
.rating .rate + i {
  margin-left: 1rem;
}
.author-info > p + ul,
.error-cap > h2 + p,
.rating + .course-info-bottom,
.sec-title3-inner > h3 + p {
  margin-top: 1.125rem;
}
.course-info-bottom {
  min-width: calc(100% + 4.5rem);
  margin-left: -2.5rem;
  padding: 1.015625rem 2rem 1.015625rem 2.5rem;
  -webkit-border-radius: inherit;
  border-radius: inherit;
}
.course-info-bottom > span {
  position: relative;
  font-size: 0.9375rem;
  font-weight: 700;
  font-family: "DM Sans";
}
.course-info-bottom > span:not(:first-child) {
  margin-left: 13px;
  padding-left: 14px;
}
.course-info-bottom > span:not(:first-child):before {
  content: "";
  width: 1px;
  height: 14px;
  left: 0;
  top: 4.25px;
  position: absolute;
  background-color: #000;
}
.impact-wrap,
.video-box-wrap {
  min-height: 43.75rem;
  padding: 2rem;
}
.video-box-wrap:before {
  position: absolute;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}
.news-img3:before,
.news-img3 > a {
  opacity: 0;
  position: absolute;
  z-index: 1;
}
.video-box-wrap .video-box {
  max-width: 32.5rem;
  padding-left: 6.875rem;
}
.video-box-wrap .video-box > a:not(.thm-btn) {
  left: 0;
  top: 0;
  font-size: 5.3125rem;
  line-height: 1;
}
.impact-inner > span,
.video-box > span {
  font-size: 1.125rem;
  font-family: "DM Sans";
  font-weight: 800;
}
.impact-inner > h2,
.video-box > h2 {
  font-size: 2.8125rem;
  line-height: 3.125rem;
  color: #fff;
  font-weight: 800;
}
.contact-info-box > i + p,
.contact-info-box > i + span,
.news-img3 + .news-info3,
.search-found-inner > form + p,
.video-box > h2 + p {
  margin-top: 1.375rem;
}
.video-box > a.thm-btn {
  padding-left: 3.4375rem;
  padding-right: 3.4375rem;
}
.impact-facts-wrap {
  margin: 3.125rem 0 -3.75rem;
}
.impact-fact-box > i {
  font-size: 3.75rem;
  line-height: 1;
  color: #fff;
}
.impact-fact-box > i + .impact-fact-box-inner {
  flex: 0 0 calc(100% - 3.75rem);
  max-width: calc(100% - 3.75rem);
  padding-left: 1.375rem;
}
.impact-fact-box-inner > span {
  font-size: 1.875rem;
  font-family: "DM Sans";
  font-weight: 800;
  line-height: 1;
}
.client-review-box {
  margin-bottom: 1.875rem;
  background-color: #fff;
  margin-top: 2.625rem;
  padding: 5.4375rem 2.8125rem 0;
}
.client-img {
  left: 50%;
  margin-left: -2.8125rem;
  top: -2.625rem;
  -webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.08);
}
.gallery-info,
.news-img3 > a {
  top: 50%;
  visibility: hidden;
  left: 50%;
}
.client-img > span {
  background-color: #fff;
  height: 2.375rem;
  line-height: 2.375rem;
  width: 2.375rem;
  bottom: -1.1875rem;
  left: 50%;
  margin-left: -1.1875rem;
}
.client-review-box > p + span,
.prod-detail-info > p + form {
  margin-top: 2rem;
}
.client-review-box > span {
  background-color: #dfe7f3;
  font-size: 1.0625rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  font-family: "DM Sans";
  font-weight: 800;
  padding: 12.5px 1.25rem;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  margin-left: -2.8125rem;
  min-width: calc(100% + 5.625rem);
}
.side-title {
  padding-right: 2rem;
}
.side-title-inner > span {
  font-family: "DM Sans";
  font-size: 1.125rem;
  font-weight: 800;
}
.side-title-inner > h2 {
  font-size: 2.5rem;
  line-height: 2.9rem;
  max-width: 90%;
}
.side-title-inner > p {
  font-size: 1.05rem;
  line-height: 1.7rem;
  color: #555;
}
.side-title-inner > p + a {
  margin-top: 2.0625rem;
}
.side-title-inner > a.thm-btn {
  padding: 1.09375rem 3.125rem;
}
.news-wrap3 {
  margin-bottom: -3.125rem;
}
.news-img3:before {
  left: 0;
  background-color: var(--color14);
}
.news-img3 > a {
  line-height: 1;
  color: #fff;
  font-size: 1.875rem;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  -o-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
}
.news-box3:hover .news-img3 > a {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.news-info3 > h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  padding-right: 15px;
}
.meta2 > li.thm-clr a {
  border-bottom: 1px solid;
}
.meta2 > li.thm-clr span {
  font-size: 1.875rem;
  font-weight: 800;
  margin-right: 4px;
}
.meta2 > li:not(.thm-clr) span {
  color: #fff;
  font-size: 13px;
  padding: 4px 7.2px 3px;
  margin-right: 10px;
  display: inline-block;
}
.meta2 > li {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
}
.meta2 > li:not(:first-child),
.meta3 > li:not(:first-child),
.post-detail.course-detail > p img.alignright {
  margin-left: 1.875rem;
}
.meta2 > li:not(.thm-clr) span:before {
  content: "";
  border-right: 5px solid transparent;
  border-top: 5px solid red;
  position: absolute;
  bottom: -5px;
  left: 10px;
}
.container + .footer-newsletter {
  margin-top: 3.4375rem;
  display: none !important;
}
.footer-newsletter {
  padding: 1.5rem;
}
.footer-newsletter-inner {
  flex: 0 0 53.4375rem;
  max-width: 53.4375rem;
}
.footer-newsletter-inner > h3 {
  font-size: 1.425rem;
  font-weight: 600;
  font-family: DM Sans;
  color: #fff;
}
.footer-newsletter-inner form {
  flex: 0 0 23.125rem;
  max-width: 23.125rem;
}
.bottom-bar.v3 p {
  font-size: 1rem;
  font-weight: 500;
  font-family: "DM Sans";
  color: #fff;
}
.bottom-bar.v3 p a:hover {
  color: #f9f9f9 !important;
}
.page-title-inner > h1 {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.4;
}
ol.breadcrumb li.breadcrumb-item {
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
}
ol.breadcrumb li.breadcrumb-item + .breadcrumb-item {
  margin-left: 0.9375rem;
  padding-left: 1.25rem;
}
ol.breadcrumb li.breadcrumb-item + li.breadcrumb-item:before {
  content: "";
  height: 5px;
  width: 5px;
  padding: 0;
  position: absolute;
  top: 17.5px;
  left: 0;
}
.pagination {
  margin: -2.5px;
}
.pagination li.page-item {
  font-size: 1rem;
  font-weight: 700;
  color: #717171;
  line-height: 3.25rem;
  margin: 2.5px;
}
.mini-post-box > a:after,
.post-detail > ul:not(.meta3) li:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 900;
}
.pagination li.page-item a.page-link {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c0a964;
  color: inherit;
  padding: 0;
  background-color: transparent;
  height: 3.25rem;
  width: 3.25rem;
}
.pagination li.page-item.next a.page-link,
.pagination li.page-item.prev a.page-link {
  width: auto;
  padding: 0 1.875rem;
}
.pagination li.page-item i {
  font-weight: 400;
  font-size: 8px;
  vertical-align: middle;
}
.pagination li.page-item.next,
.pagination li.page-item.prev {
  font-size: 1rem;
  color: var(--color7);
  text-transform: uppercase;
}
.mini-post-info > span.price ins + del,
.pagination li.page-item.next i {
  margin-left: 8px;
}
.course-authr-rate > span i,
.pagination li.page-item.prev i,
.post-detail.blog-detail .social-links5 > span i,
.post-detail.course-detail .social-links5 > span i,
.serv-post-authr i {
  margin-right: 8px;
}
.authr-meta > li i,
.meta3 > li i {
  margin-right: 10px;
}
.gallery-wrap {
  margin-bottom: -10px;
}
.gallery-box {
  margin-bottom: 10px;
}
.gallery-box:before {
  position: absolute;
  left: 0;
  opacity: 0;
}
.gallery-box:hover:before {
  opacity: 0.78;
}
.gallery-info {
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  -o-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  min-width: 20rem;
  max-width: 20rem;
  opacity: 0;
}
.gallery-info > h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
.gallery-info > a {
  font-size: 2.25rem;
  line-height: 1;
  color: #000;
}
.col-lg-3 .gallery-info > h3,
.gallery-box.v3 .gallery-info > h3 {
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.col-lg-3 .gallery-info {
  min-width: 15rem;
  max-width: 15rem;
}
.col-lg-3 .gallery-info > a {
  font-size: 2rem;
}
.gallery-video-box > a {
  z-index: 1;
  right: 1.75rem;
  bottom: 1.75rem;
  min-width: 8.75rem;
  padding: 2.5rem 1.25rem;
}
.gallery-video-box > a i {
  line-height: 1;
  font-size: 2rem;
  color: #000;
}
.gallery-video-box > a span {
  color: #414141;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "DM Sans";
  font-weight: 700;
}
.gallery-box.v2 .gallery-info > h3 {
  font-size: 1.625rem;
  line-height: 2.15rem;
}
.appointment-desc {
  padding-left: 4.375rem;
  padding-right: 1.25rem;
}
.appointment-desc > h3 {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 2.8125rem;
  max-width: 80%;
}
.appointment-calendar {
  -webkit-box-shadow: 0 3px 2.5rem rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 3px 2.5rem rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 3px 2.5rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 2.5rem rgba(0, 0, 0, 0.15);
  padding: 1.125rem;
}
.appointment-calendar .fc-header-toolbar {
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  padding: 1.875rem 1.25rem;
  margin-bottom: 0;
}
.appointment-calendar .fc-body .fc-scroller {
  height: initial !important;
  overflow: hidden !important;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.appointment-calendar .fc-header-toolbar .fc-left {
  float: none;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.appointment-calendar .fc-header-toolbar .fc-left > h2 {
  width: 100%;
  color: #fff;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 800;
  float: none;
}
.appointment-calendar .fc-head {
  background-color: #078494;
  text-transform: uppercase;
}
.appointment-calendar .fc-head .fc-day-header {
  font-weight: 800;
  padding: 13.75px;
  color: #fff;
  font-size: 0.9375rem;
}
.appointment-calendar td,
.appointment-calendar th {
  border: 0;
  font-family: "DM Sans";
  font-weight: 600;
  color: #555;
  font-size: 1.0625rem;
}
.appointment-calendar .fc-row:nth-child(2n) .fc-day:nth-child(2n),
.appointment-calendar .fc-row:nth-child(odd) .fc-day:nth-child(2n + 1) {
  background-color: rgba(22, 190, 211, 0.09);
}
.appointment-calendar .fc-day,
.appointment-calendar .fc-row {
  min-height: 5rem !important;
}
.appointment-calendar .fc-row.fc-widget-header {
  min-height: initial !important;
}
.appointment-calendar td.fc-day-top {
  min-height: 5rem;
  line-height: 5rem;
  text-align: center;
}
.appointment-calendar td.fc-day-top > span {
  float: none !important;
  display: inline-block !important;
}
.appointment-list-wrap {
  margin-top: 2.5rem;
  padding-top: 2.8125rem;
}
.appointment-list-title > h4 {
  font-size: 1.375rem;
  color: var(--color3);
  font-weight: 800;
  line-height: 1.875rem;
}
.appointment-list > li:nth-child(odd) {
  background-color: #e7eefb;
}
.appointment-list-item {
  padding: 1.5625rem 4.6875rem 1.6875rem 4.375rem;
}
.appointment-item-inner {
  padding-left: 2.375rem;
}
.appointment-item-inner > i {
  font-size: 1.5625rem;
  line-height: 1;
  left: 0;
  top: 3px;
}
.appointment-item-inner > h5 {
  font-size: 1.25rem;
  color: var(--color3);
  font-weight: 800;
}
.appointment-item-inner > span {
  font-size: 1rem;
  color: #828282;
  font-family: "DM Sans";
  font-weight: 500;
  line-height: initial;
}
.appointment-item-btn > a.thm-btn {
  margin-bottom: -9.5px;
  font-size: 12px;
  padding: 9.5px 2.25rem;
}
.sec-title3 {
  margin-top: -8px;
  margin-bottom: 3.125rem;
}
.sec-title3-inner {
  max-width: 57%;
}
.sec-title3-inner > h3 {
  font-size: 2.25rem;
  text-transform: uppercase;
  font-weight: 800;
}
.sec-title3-inner > p {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.contact-info-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 2.1875rem;
}
.contact-info-box {
  margin-bottom: 1.875rem;
  padding: 0 1.25rem;
}
.contact-info-box > i {
  height: 5.25rem;
  width: 5.25rem;
  line-height: 5.25rem;
  font-size: 2.25rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 25px rgba(193, 193, 193, 0.2);
  -ms-box-shadow: 0 0 25px rgba(193, 193, 193, 0.2);
  -o-box-shadow: 0 0 25px rgba(193, 193, 193, 0.2);
  box-shadow: 0 0 25px rgba(193, 193, 193, 0.2);
}
.contact-info-box > p,
.contact-info-box > span {
  font-size: 1.125rem;
  font-family: "DM Sans";
  font-weight: 600;
}
.contact-info-wrap > div.row > div:not(:first-child) .contact-info-box:before {
  width: 1px;
  height: 6.25rem;
  border-left: 1px dashed #20095f;
  left: -1rem;
  top: 50%;
  margin-top: -3.125rem;
}
.contact-info-wrap > div.row > div:not(:first-child) .contact-info-box:after {
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
  background-color: #044552;
  left: -1.4375rem;
  top: 50%;
  margin-top: -3.25rem;
}
.social-links3.v2 > a {
  background-color: rgba(0, 0, 0, 0.2);
}
.sec-title4 {
  margin-bottom: 2.0625rem;
}
.sec-title4-inner > h2 {
  font-size: 2.625rem;
  text-transform: uppercase;
}
.sec-title4-inner > h2 + p {
  margin-top: -2px;
}
.contact-form .wpcf7 {
  max-width: 37.8125rem;
  margin: 0 auto;
}
.contact-form .wpcf7 input,
.contact-form .wpcf7 textarea {
  margin-bottom: 10px;
  height: 3.75rem;
  color: #777;
}
.contact-form .wpcf7 textarea,
.wpcf7 textarea {
  height: 9.6875rem;
}
.contact-form .wpcf7 input[type="submit"] {
  height: 3.875rem;
  font-size: 1rem;
  color: #fff;
  margin-left: 50px;
}
.error-inner {
  max-width: 55%;
}
.error-inner > i {
  height: 10rem;
  width: 10rem;
  line-height: 10rem;
  color: #fff;
  font-size: 3.4375rem;
  margin-bottom: 10px;
}
.error-inner > i:after {
  content: "";
  position: absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid;
  bottom: -10px;
  left: 50%;
  margin-left: -12px;
}
.error-cap > strong {
  left: 0;
  right: 0;
  font-size: 11.6875rem;
  z-index: -1;
  font-family: "DM Sans";
  font-weight: 800;
  color: #d1f1f5;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.error-cap > h2 {
  font-size: 2.5rem;
  color: var(--color3);
  font-weight: 600;
}
.search-form > input {
  height: 4.25rem;
  border: 2px solid #dadada;
  background-color: var(--color4);
  width: 100%;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  font-size: 0.9375rem;
  color: #999;
  padding: 10px 4.6875rem 10px 1.875rem;
  font-family: "DM Sans";
}
.search-form > button {
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  font-size: 1.0625rem;
  color: #999;
  width: 4.6875rem;
}
.error-inner .thm-btn {
  padding: 1.4375rem 3.125rem;
  font-size: 1rem;
  margin-bottom: -5px;
  color: #fff;
}
.search-found-inner > h3 {
  font-size: 1.875rem;
  color: var(--color3);
  font-weight: 800;
}
.widget-box.v3 {
  margin-bottom: 2.1875rem;
  padding: 3.125rem 2.8125rem;
  max-width: 100%;
}
.widget-box .request-consult-title2 > h3 {
  font-size: 2.0625rem;
  line-height: 2.5rem;
}
.widget-box .request-consult-title2 > p {
  line-height: 1.625rem;
}
.widget-title3 {
  margin-bottom: 1.25rem;
  font-size: 1.75rem;
  color: var(--color3);
  font-weight: 600;
}
.widget-title3:after,
.widget-title3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.widget-title3:before {
  bottom: 2.5px;
}
.widget-title3:after {
  height: 10px;
  width: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: -1.2rem;
  top: 10px;
}
.tit-shp:before {
  width: 3.125rem;
  height: 10px;
}
.mini-post-box > a {
  flex: 0 0 4.5rem;
  max-width: 4.5rem;
  display: inline-block;
  position: relative;
}
.mini-post-box > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 1;
  opacity: 0;
}
.mini-post-box > a:after {
  content: "\f0c1";
  color: #fff;
  top: 50%;
  left: 50%;
  line-height: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}
.mini-post-box > a + .mini-post-info {
  flex: 0 0 calc(100% - 4.5rem);
  max-width: calc(100% - 4.5rem);
  padding-left: 1.25rem;
}
.mini-post-info > h5 {
  font-size: 1rem;
  line-height: 1.35rem;
  font-weight: 500;
}
.mini-post-info > span {
  font-family: "DM Sans";
  font-size: 0.85rem;
  font-weight: 600;
  color: #99582a;
}
.fact-box sup,
.meta3 li i,
.news-box2 ul.meta > li:not(.thm-clr):not(.scndry-clr),
.news-info2 > h3 + ul li:last-child a:hover,
.preloader-inner i,
.quote-facts-wrap .fact-box-inner h4 a:hover,
.serv-post-authr i {
  color: #c0a964;
}
.mini-post-info > span.price ins small {
  font-size: 65%;
  position: relative;
  top: -2px;
}
.mini-post-info > span.price del {
  color: #888;
  font-weight: 600;
  font-size: 12.4px;
  vertical-align: middle;
  display: inline-block;
}
.mini-post-info > span.price del small {
  font-size: 68%;
  position: relative;
  top: -1px;
}
.mini-post-box + .mini-post-box {
  margin-top: 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1.25rem;
}
.nesletter-form h4 {
  font-size: 1.35rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #000;
}
aside .nesletter-form .wpcf7 input::placeholder {
  color: #000 !important;
}
.nesletter-form form input {
  margin-bottom: 5px;
  color: #666;
  font-size: 0.9375rem;
  text-align: center;
}
.nesletter-form form button,
.nesletter-form form input {
  height: 4.0625rem;
}
.nesletter-form form button {
  font-size: 1rem;
  text-transform: initial;
}
.widget-box.v3
  ul:not(.contact-info-list):not(.ftr-gal-list):not(.insta-gal-list) {
  margin: -12px 0 -10px !important;
}
.widget-box.v3
  ul:not(.contact-info-list):not(.ftr-gal-list):not(.insta-gal-list)
  > li {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
aside
  .widget-box.v3
  ul:not(.contact-info-list):not(.ftr-gal-list):not(.insta-gal-list)
  > li {
  color: ##707070;
}
.widget-box.v3
  ul:not(.contact-info-list):not(.ftr-gal-list):not(.insta-gal-list)
  > li
  a {
  padding-left: 1rem;
}
.widget-box.v3
  ul:not(.contact-info-list):not(.ftr-gal-list):not(.insta-gal-list)
  > li
  a:before {
  content: "";
  height: 5px;
  width: 5px;
  background-color: #20095f;
  top: 12.5px;
}
.widget-box.v3
  ul:not(.contact-info-list):not(.ftr-gal-list):not(.insta-gal-list)
  > li
  + li {
  padding-top: 9px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}
.widget_media_gallery dt img {
  display: block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.widget_media_gallery .gallery-item dt img {
  border: none !important;
}
.insta-gal-bottom-inner > span {
  text-transform: uppercase;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 800;
  color: #999;
}
.insta-gal-bottom-inner > h5 {
  text-transform: uppercase;
  font-size: 1.125rem;
  color: #353535;
}
.insta-gal-bottom > a.thm-btn {
  font-size: 14px;
  color: #fff;
  padding: 13px 1.25rem;
}
.post-detail > h2 span {
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 1.25rem;
}
.post-feat-img {
  margin-bottom: 2.0125rem;
}
.post-feat-img > img {
  -webkit-border-radius: inherit;
  border-radius: inherit;
}
.post-detail ul:not(.meta3),
.post-detail > p + p {
  margin-top: 2rem;
  list-style: none;
  padding-left: 0;
}
.post-detail > ul + p {
  clear: both;
  margin-top: 2rem;
}
.post-detail > ul:not(.meta3) li {
  padding-left: 1.875rem;
  position: relative;
}
.post-detail > ul:not(.meta3) li:before {
  content: "\f061";
  left: 0;
  top: 0;
  line-height: inherit;
}
.post-detail > h3 {
  font-size: 1.75rem;
  color: var(--color3);
  font-weight: 600;
}
.post-detail > h2 + img,
.post-detail > h3 + img,
.post-detail > img + h2,
.post-detail > img + h3 {
  margin-top: 2.3125rem;
}
.serv-post-date {
  top: 1.25rem;
  left: 1.25rem;
  color: #fff;
  font-family: "DM Sans";
  font-size: 13px;
  font-weight: 700;
  padding: 6.75px 1.5rem;
  line-height: 1.3rem;
}
.meta3 > li,
.serv-post-authr,
.social-links5 > span {
  font-size: 0.9375rem;
  color: #555;
  font-weight: 700;
}
.serv-post-authr {
  bottom: -1.125rem;
  background-color: #fff;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  left: 2.1875rem;
  font-family: "DM Sans";
  padding: 1.015625rem 2rem;
}
.post-detail-meta-wrap {
  margin-bottom: 1.5rem;
}
.alignleft,
.alignright {
  margin-top: 2.1875rem;
  margin-bottom: 0;
}
.social-links5 > span {
  font-family: "DM Sans";
  margin-right: 10px;
}
blockquote,
blockquote.blockquote {
  padding: 2.375rem 2.5rem 2.1875rem;
  margin: 3.0625rem 0;
}
.social-links5 > a {
  display: inline-block;
  height: 2.8125rem;
  line-height: 2.9rem;
  width: 2.8125rem;
  text-align: center;
  background-color: #f4f5fe;
  font-size: 14px;
  color: #43414e;
}
blockquote.blockquote > i {
  color: #fff;
  line-height: 1;
  font-size: 2rem;
}
blockquote.blockquote > p {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.875rem;
  max-width: 65%;
  font-style: italic;
  font-family: "DM Sans";
}
figure > a {
  top: 50%;
  left: 50%;
  color: #fff;
  line-height: 1;
  font-size: 6.25rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.alignright {
  float: right;
  margin-left: 3.4375rem;
}
.alignleft {
  float: left;
  margin-right: 3.4375rem;
}
.post-detail.blog-detail,
.post-detail.course-detail {
  padding-left: 0;
  position: relative;
}
.post-detail.blog-detail .social-links5,
.post-detail.course-detail .social-links5 {
  right: 25px;
  max-width: 2.8125rem;
  top: 45px;
}
.post-detail.blog-detail .social-links5 > span,
.post-detail.course-detail .social-links5 > span {
  font-size: 14px;
  margin: 0 0 0.9375rem;
}
.post-detail.blog-detail .social-links5 > a:not(:first-child),
.post-detail.course-detail .social-links5 > a:not(:first-child) {
  margin: 5px 0 0;
}
.post-detail.blog-detail .post-feat-img {
  margin-bottom: 1.7rem;
}
.meta3 > li span.post-detail-date {
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  padding: 9px 1.25rem 8px;
  display: inline-block;
  line-height: initial;
  margin-right: 0;
}
.post-detail.blog-detail .meta3 {
  margin-bottom: 1.2rem;
}
.post-detail.blog-detail > p,
.post-detail.blog-detail > ul:not(.meta3) li,
.post-detail.course-detail > p,
.post-detail.course-detail > ul:not(.meta3) li {
  font-size: 1.0625rem;
}
.post-detail.blog-detail > p img.alignright {
  margin-top: -2rem;
  margin-left: 2.5rem;
}
.post-detail.blog-detail blockquote.blockquote {
  margin-bottom: 4.5rem;
}
.post-detail-gal a {
  display: block;
  margin-top: 1.25rem;
  position: relative;
}
.gallery-item dt.gallery-icon:before,
.post-detail-gal a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
}
.author-box {
  align-items: center;
  padding: 1.5625rem 2.8125rem 1.5625rem 0;
  margin-top: 4.375rem !important;
  margin-bottom: 60px !important;
}
.author-box:before,
.comment:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 2.8125rem;
  background-color: #f4f5fe;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%);
  -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%);
}
.author-box > span {
  border: 0.9375rem solid #fff;
  -webkit-border-radius: 0.9375rem;
  border-radius: 0.9375rem;
  flex: 0 0 8rem;
  max-width: 8rem;
  -webkit-box-shadow: 0 0 2.8125rem rgba(0, 0, 0, 0.02);
  -ms-box-shadow: 0 0 2.8125rem rgba(0, 0, 0, 0.02);
  -o-box-shadow: 0 0 2.8125rem rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 2.8125rem rgba(0, 0, 0, 0.02);
}
.author-box > span img {
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
}
.author-box > span + .author-info {
  flex: 0 0 calc(100% - 8rem);
  max-width: calc(100% - 8rem);
  padding-left: 2.5rem;
}
.author-info > h4 {
  font-size: 1.5rem;
  color: var(--color3);
  font-weight: 600;
}
.author-info > p {
  font-size: 1rem;
  color: #555;
  line-height: 1.625rem;
}
.author-box .social-links6 {
  top: 0;
  right: 0;
}
.social-links6 > a {
  color: #fff;
  border-width: 2px;
  border-style: solid;
  width: 3.375rem;
  height: 2.875rem;
  text-align: center;
  line-height: 2.875rem;
  margin-left: 1px;
}
.comments-wrap {
  margin-top: 3.375rem;
}
.comment-reply-wrap > h3,
.comments-wrap > h3 {
  font-size: 1.5625rem;
  color: #373737;
  font-weight: 800;
}
.comments-thread {
  margin-top: 8px;
  display: inline-block;
}
.comment {
  margin-top: 1.875rem;
  align-items: center;
  padding: 1.875rem 2.5rem 1.875rem 0;
}
.comment > span {
  border: 0.9375rem solid #fff;
  flex: 0 0 8.4375rem;
  max-width: 8.4375rem;
  -webkit-box-shadow: 0 0 2.8125rem rgba(0, 0, 0, 0.02);
  -ms-box-shadow: 0 0 2.8125rem rgba(0, 0, 0, 0.02);
  -o-box-shadow: 0 0 2.8125rem rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 2.8125rem rgba(0, 0, 0, 0.02);
}
.comment > span + .comment-info {
  flex: 0 0 calc(100% - 8.4375rem);
  max-width: calc(100% - 8.4375rem);
  padding-left: 1.875rem;
}
.comment:before {
  background-color: #f3f7fe;
}
.comment-info > h4 {
  font-size: 1.25rem;
  color: #454545;
  letter-spacing: -0.3px;
  font-weight: 800;
  display: inline-block;
}
.comment-info > span {
  font-size: 14px;
  font-family: "DM Sans";
  font-weight: 700;
}
.comment-info > span.rate,
.prod-detail-info .rating .rate,
.team-detail-meta-list > li span.rate {
  font-size: 13px;
}
.comment-info > p {
  font-size: 1rem;
  color: #555;
  line-height: 1.625rem;
  margin-top: 8px;
  max-width: 90%;
}
.comment-reply-wrap > h3 {
  padding-bottom: 1.25rem;
  margin-bottom: 1.375rem;
}
.comment-reply-wrap > h3 span {
  font-weight: 400;
  font-size: 1.125rem;
  margin-left: 1.25rem;
  color: var(--color2);
}
.additional-info > h3:before,
.comment-reply-wrap > h3:before {
  content: "";
  width: 3.125rem;
  bottom: 2px;
  background-size: cover;
  background-position: center;
  left: 0;
  background-image: url(assets/images/line-mini-shape2.png);
  height: 6px;
  position: absolute;
}
.additional-info > h3:after,
.comment-reply-wrap > h3:after {
  height: 10px;
  width: 10px;
  bottom: 0;
  content: "";
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 3.75rem;
}
.comment-reply-wrap
  form
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.comment-reply-wrap form textarea {
  height: 4rem;
  width: 100%;
  font-size: 1rem;
  color: #7f7f7f;
  background-color: #f5f8fc;
  border: 1px solid #e2e2e2;
  margin-top: 10px;
  padding: 10px 2.1875rem;
}
.comment-reply-wrap form textarea {
  padding-top: 1.625rem;
  height: 11.875rem;
  font-family: "DM Sans";
}
.field-box span.rate {
  color: #d4d4d4;
  right: 1.5625rem;
  top: 2.1875rem;
  font-size: 0.9375rem;
}
.post-feat-img > span.price {
  left: 0;
  color: #fff;
  font-family: "DM Sans";
  font-weight: 800;
  font-size: 1.125rem;
  padding: 6.5px 12px;
  top: 13px;
}
.post-feat-img > span.price small {
  position: relative;
  top: -1px;
  font-weight: 700;
  font-size: 68%;
}
.slc-box:before,
.team-detail-wrap > ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
}
.post-detail.course-detail .post-feat-img {
  padding-left: 13px;
  min-width: calc(100% + 6.25rem);
  margin-left: -6.25rem;
  margin-bottom: 1.875rem;
}
.post-detail.course-detail .social-links5 {
  top: 24.0625rem;
}
.course-detail-info-wrap {
  margin-bottom: 1.75rem;
}
.course-detail-info-inner {
  max-width: calc(100% - 14.375rem);
  flex: 0 0 calc(100% - 14.375rem);
}
.course-authr-rate {
  border-bottom: 1px solid #dedede;
  padding-bottom: 1.125rem;
  margin-bottom: 1.3125rem;
  padding-top: 13.5px;
}
.course-authr-rate > span {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #888;
  font-family: "DM Sans";
}
.course-authr-rate > span + .rating {
  margin-left: 1.75rem;
}
.course-detail-info-inner .meta3,
.style3 .footer-data {
  margin-bottom: 0;
}
.course-detail-btn .thm-btn {
  padding: 1.09375rem 2rem;
}
.author-box.v2 {
  padding-bottom: 3.125rem;
  margin-bottom: 1.4375rem;
}
.author-box.v2:before {
  border-radius: 10px;
  clip-path: initial;
  left: 3.125rem;
}
.authr-meta > li {
  font-weight: 700;
  font-size: 1rem;
}
.authr-meta > li i {
  vertical-align: middle;
}
.authr-meta > li:not(:first-child) {
  margin-left: 4.6875rem;
}
.author-box.v2 .social-links6 {
  top: auto;
  bottom: -1.4375rem;
  left: 10.5rem;
}
.team-detail-img {
  margin-bottom: 3rem;
}
.team-detail-img > img + .team-detail-info {
  margin-top: -4.375rem;
}
.team-detail-info {
  -webkit-border-radius: 0 0 0 10px;
  border-radius: 0 0 0 10px;
  max-width: calc(100% - 3.125rem);
  padding: 2.1875rem 2.4375rem 2.375rem;
}
.team-detail-info > h3 {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 800;
  font-family: DM Sans;
}
.team-detail-info > span {
  font-family: "DM Sans";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 1.25rem;
}
.team-detail-info:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  width: 0.9375rem;
  right: -0.9375rem;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  -ms-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.team-detail-info-meta > li {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 1.75rem;
}
.team-detail-info-meta > li i {
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}
.team-detail-meta {
  border: 1px solid #dadada;
  padding-top: 1.375rem;
}
.team-detail-meta-list > li {
  font-size: 1rem;
  font-weight: 700;
  flex: 0 0 33.33334%;
  max-width: 33.33334%;
  padding: 0 1.75rem;
  line-height: 1.75rem;
  word-wrap: break-word;
}
.team-detail-meta > span {
  border-top: 1px solid #dadada;
  padding: 7.5px 1.75rem;
  font-size: 1rem;
  font-family: "DM Sans";
  font-weight: 700;
  color: #666;
  margin-top: 1.5625rem;
}
.team-detail-meta > span span {
  margin-right: 5px;
}
.team-detail-meta > span i {
  margin-right: 10px;
  font-size: 1.375rem;
  vertical-align: middle;
}
.team-detail-wrap > h3 {
  font-weight: 600;
  color: var(--color3);
  font-size: 1.875rem;
  margin-top: 3.125rem;
}
.team-detail-wrap > ul li {
  width: 100%;
  position: relative;
  padding-left: 1.875rem;
  font-size: 1rem;
  list-style: none;
}
.comment-reply-wrap p.comment-notes,
.post-detail .social-links5 i.fas.fa-share-alt,
.team-detail-wrap > ul {
  padding-left: 5px;
}
.team-detail-wrap > ul li:before {
  content: "\f061";
  left: 0;
  line-height: inherit;
}
.team-detail-wrap .feat-serv-wrap {
  margin-left: -2.5rem;
  margin-top: 0.9375rem;
}
.team-detail-wrap .feat-serv-box {
  padding: 1.875rem;
}
.team-detail-wrap
  .feat-serv-wrap
  > div.row
  > div:not(:first-child)
  .feat-serv-box:before {
  content: "";
  position: absolute;
  left: -0.9375rem;
  top: 0;
  bottom: 0;
  border-left: 1px dashed;
}
.team-detail-wrap > div + p {
  margin-top: 3.25rem;
}
.wide-sec3 .sidebar {
  max-width: 23.125rem;
  margin-left: 2.0833125rem;
}
.prod-detail {
  min-width: calc(100% + 2.0833125rem);
}
.prod-detail-img {
  flex: 0 0 27.1875rem;
  max-width: 27.1875rem;
}
.prod-detail-img + .prod-detail-info {
  flex: 0 0 calc(100% - 27.1875rem);
  max-width: calc(100% - 27.1875rem);
  padding-left: 4.0625rem;
}
.rating .rate + a {
  margin-left: 1.25rem;
}
.rating > a {
  font-family: "DM Sans";
  color: var(--color3);
  font-weight: 700;
  font-size: 14.65px;
}
.prod-detail-info > h2 {
  font-size: 1.875rem;
  font-weight: 800;
  letter-spacing: -0.3px;
  color: var(--color3);
}
.prod-detail-info > span:not(.sku) {
  font-family: "DM Sans";
  font-size: 1.0625rem;
  font-weight: 800;
  color: var(--color3);
}
.price-stock span.price,
.price-stock > span:not(.price),
.sku {
  font-weight: 700;
  font-family: "DM Sans";
}
.price-stock span.price {
  font-size: 1.5rem;
}
.price-stock > span:not(.price) {
  font-size: 0.9375rem;
  color: var(--color3);
}
.price-stock span.price ins small {
  position: relative;
  font-size: 67%;
  top: -3px;
}
.price-stock span.price del {
  color: #888;
  font-size: 14px;
  font-weight: 600;
}
.price-stock span.price ins + del {
  margin-left: 10px;
}
.price-stock > span:not(.price) span {
  margin-left: 12px;
}
.sku {
  font-size: 1.0625rem;
  color: var(--color3);
  margin-top: 9px;
}
.sku > i {
  color: #888;
  font-weight: 400;
}
.prod-detail-info > p {
  color: #555;
  letter-spacing: -0.05px;
}
.prod-detail-info > form label {
  font-size: 1.25rem;
  font-family: "DM Sans";
  font-weight: 600;
  color: #888;
}
.prod-detail-info > form label + .slc-box {
  margin-left: 1.5625rem;
}
.slc-box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 3.75rem rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 0 3.75rem rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 0 3.75rem rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 3.75rem rgba(0, 0, 0, 0.09);
}
.slc-box:before {
  content: "\f0d7";
  color: #fff;
  right: 0;
  width: 3.375rem;
  line-height: 3.4375rem;
  font-size: 1.125rem;
  text-align: center;
}
.slc-box select {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 1.0625rem;
  font-family: "DM Sans";
  color: #999;
  font-weight: 700;
  width: 100%;
  padding: 14.75px 3.375rem 14.75px 1.375rem;
}
.prod-detail-info > form .slc-box {
  width: 9.25rem;
}
.prod-detail-meta .social-links5 > a {
  background-color: #f3f7fe;
  color: var(--color5);
}
.prod-detail-meta {
  padding-bottom: 1.5625rem;
  border-bottom: 1px dashed #ddd;
}
.meta3 > li span {
  margin-right: 10px;
  color: var(--color3);
}
.prod-detail-meta .meta3 > li {
  color: #4a4a4a;
  font-size: 1.0625rem;
}
.prod-detail-meta + p {
  margin-top: 1.6875rem;
}
.additional-info {
  margin-top: 2.8125rem;
  margin-bottom: 10px;
}
.additional-info > h3 {
  font-size: 1.5625rem;
  color: #373737;
  font-weight: 800;
  padding-bottom: 1.375rem;
  margin-bottom: 0;
}
.additional-info > h3 + ul {
  flex: 0 0 calc(100% - 25.9375rem);
  max-width: calc(100% - 25.9375rem);
}
.additional-info > ul li {
  width: 100%;
  font-size: 0.9375rem;
  color: #555;
}
.additional-info > ul li span {
  max-width: 10rem;
  width: 100%;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 2.438rem;
  cursor: pointer;
}
[type="checkbox"]:checked + label::before,
[type="checkbox"]:not(:checked) + label::before {
  border: 2px solid #e2e2e2;
  content: "";
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 3px;
  width: 1.5rem;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
  content: "✔";
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 1rem;
  color: #fff;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.5rem;
  width: 1.5rem;
  text-align: center;
  background-color: var(--color1);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.sn-main-slider .title,
.sn-main-slider h1 {
  -webkit-transition: 1s;
  -moz-transition: 0.1s;
  -ms-transition: 1s;
  -o-transition: 1s;

}
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
[type="checkbox"]:disabled:checked + label:before,
[type="checkbox"]:disabled:not(:checked) + label:before {
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
.header-right.d-inline-flex.flex-wrap.align-items-center {
  padding: 18px 0;
}
.feat-serv-wrap .mrg30 div[class^="col"] {
  width: auto;
  flex: 0 0 auto !important;
}
.enroll-inner p strong {
  font-size: 1.5rem;
  font-weight: 400;
}
.about-img .social-links4 a i:before {
  color: #010101;
}
.logo-contact-menu-wrap.v2,
.style3 .logo-menu-wrap.position-relative.w-100 {
  background: #fff;
}
header.style1.w-100 {
  background: none;
}
.header-contact .fa-phone {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.feat-cap2-wrap .v2.thm-btn,
.header-right .thm-btn {
  padding: 1.09375rem 2.1125rem;
}
header.style1 nav > div > ul > li > a {
  padding: 0 2.44rem;
}
header.style1 nav > div > ul > li.menu-item-has-children > a {
  padding: 0 2.8rem 0 1.9rem;
}
header.style1 nav ul li.current-menu-ancestor:before,
header.style1 nav ul li:nth-child(2):before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  background-color: #d0cfcf;
  left: 0;
  top: 1.6875rem;
}
.find-therapist-form-wrap p {
  padding: 20px 30px 0;
  line-height: 1.5;
  font-weight: 400;
  color: #333;
  font-size: 14px;
  text-align: center;
}
.find-therapist-form-wrap.overlap340 {
  margin-top: -19.25rem;
}
.sec-title2-inner > p {
  font-size: 1.05rem;
  line-height: 1.8rem;
}
.request-consult-form .btn-box input[type="submit"] {
  width: 100%;
  padding: 19.5px 25px;
}
.request-consult-form p {
  color: #555;
  padding: 0 0 5px;
}
blockquote {
  font-size: 1.95rem;
  font-style: italic;
  position: relative;
  background-color: #6a6a6a;
  font-family: Poppins;
  border-radius: 10px;
}
.single blockquote > p {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.875rem;
  max-width: 65%;
  font-style: italic;
  font-family: "DM Sans";
  color: #fff;
}
.contact-info.thm-layer::before,
.error404 i.flaticon-close.d-inline-block.position-relative.brd-rd10.thm-bg,
.find-therapist-form-wrap input.thm-btn:hover,
.request-consult-form .btn-box input[type="submit"]:hover,
.search-no-results
  i.flaticon-close.d-inline-block.position-relative.brd-rd10.thm-bg {
  background: #432818;
}
.post-detail > p + :not(h1) {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.single-stories .post-detail > p + :not(h1) {
  margin-bottom: 10px;
  margin-top: 2rem;
}
.post-detail .alignleft,
.post-detail .alignright {
  border-radius: 10px;
  height: auto;
}
.single-services .post-detail ul:not(.meta3) {
  margin-top: -0.7rem;
  list-style: none;
  padding-left: 0;
}
.widget-box.widget.style2.widget_nav_menu ul li {
  font-size: 1rem !important;
}
footer .widget .contact-info-list li a:before {
  content: none;
}
.bottom-bar.v3 {
  background: rgba(0, 0, 0, 0.3);
}
.bottom.v3 .bottom-bar {
  padding: 1.875rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
footer .widget-box img {
  margin-top: -2.5rem;
}
.widget-box.v2 > p {
  font-size: 1rem;
  margin-top: -8px;
  color: #d7d7d7;
  line-height: 1.7rem;
}
#hm .sec-title-inner span,
.header-search form i.fas.fa-search:hover,
.quote-facts-wrap .fact-box-inner sup,
.sticky-menu nav ul.sub-menu li a:hover,
.storie-info a:hover,
.style2 .topbar-inner p a,
nav ul ul li a:hover {
  color: #ffb545;
}
.gallery-item dt.gallery-icon:hover:before {
  opacity: 0.5;
  border-radius: 10px;
  padding: 0;
  border: none;
  cursor: pointer;
}
.single #gallery-1 img {
  border: none;
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.comment-info .comment-reply-link,
.comment-info > h4 + span,
.comment-info > span + span {
  margin-left: 1.25rem;
  color: #0fb8cd;
}
.comment-info .comment-reply-link {
  font-size: 15px;
  padding: 0;
  margin: 0;
}
.comment-reply-wrap p.logged-in-as {
  padding-left: 3px;
}
.comment-reply-wrap p.comment-form-cookies-consent {
  float: left;
  margin: 10px 0 0;
  padding: 0 0 0 5px;
}
.comment-reply-wrap p.form-submit {
  padding: 5px 0 0 5px;
}
.comment-reply-wrap input[type="submit"] {
  background: #432818;
  color: #fff;
}
.comment-reply-wrap input[type="submit"]:hover,
.nesletter-form form input[type="submit"]:hover,
.request-consult-wrap2 form .thm-btn:hover,
.slick-slider:not(.feat-caro) > button.slick-arrow:hover {
  background: #c0a964;
}
ol.breadcrumb li.breadcrumb-item:hover a {
  color: #fcbd2a !important;
}
.header-search form input {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  height: 5rem;
  font-size: 2.3rem;
  width: 100%;
  background-color: transparent;
  padding-right: 5rem;
  color: #fff;
  font-family: "DM Sans";
  padding-left: 2rem;
}
.header-search form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5rem;
  background-color: transparent;
  padding: 0;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
.nesletter_widget,
aside .widget-title3:after {
  background: #0a0e18;
}
body .widget > div > ul.cate-list li,
body .widget > ul.cate-list li,
body aside .quick_links ul li,
body aside .widget_nav_menu ul.menu {
  padding-left: 0 !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
  color: #121323;
  font-family: "DM Sans";
}
.nesletter-form.text-center.w-100 {
  margin-bottom: -45px;
}
.request-consult-wrap2 form .thm-btn {
  background: #23bdd1;
  margin-bottom: -20px;
}
footer .fixed-bg,
footer .parallax-bg {
  background-position: top;
}
#hm .thm-btn.v2,
#hm .thm-shp.v2:after,
.request-consult-wrap2 form .btn-box input[type="submit"]:hover,
.serv-info2 > h3 a::before {
  background: #ffb545;
}
.news-info2 ul.meta > li {
  color: #7f7f7f;
}
a.simple-link.thm-clr.d-inline-block {
  padding-bottom: 5px;
  margin-top: 7px;
}
.storie-info > h3 + span,
.view-more p a:hover {
  color: #02bbce;
}
.curve-sec .sec-title-inner > h3 {
  margin: 10px 0;
  padding: 0 0 10px;
  float: left;
}
.get-time-box + a {
  background: #99582a;
  color: #fff;
}
nav ul li {
  color: #1b1b1b;
}
nav .sub-menu li a {
  font-weight: 600;
  font-size: 15px;
}
.sticky-menu nav > div > ul > li {
  line-height: 5rem;
  color: #1b111b;
}
.sticky-menu nav ul li a {
  font-size: 1.05rem;
  text-transform: capitalize;
  font-weight: 600;
  color: #1b1b1b;
}
.sticky-menu nav ul.sub-menu li a {
  font-weight: 600;
  font-size: 1rem;
}
#hm .sec-title2-inner > span {
  color: #02bbce;
  letter-spacing: 2px;
}
#hm .serv-box-inner > h4 {
  font-size: 1.625rem;
  font-weight: 700;
}
#hm .thm-shp.v2:before {
  background-image: url(assets/images/line-mini-shape3.png);
}
#hm .sec-title-inner > p {
  font-size: 1.05rem;
  line-height: 1.6rem;
}
#hm .sec-title-inner > h2 {
  font-size: 2.5rem;
  font-weight: 800;
}
.storie-info span.z1 {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 200px;
  top: -20px;
  padding: 7px 0;
  box-shadow: -1px 5px 4px 2px rgb(148 148 148 / 10%);
  border-radius: 7px;
  color: #fff;
}
.pt-325.scndry-layer {
  padding-top: 18.3125rem;
}
span.sep-brd {
  padding: 0 5px;
  font-size: 18px;
  font-weight: 500;
  color: #bdbdbd;
}
.meta2 sup {
  font-weight: 400;
  font-size: 1.1rem;
}
.elementor-widget-contact_info .social-links3,
.social-links5 > span {
  display: none !important;
}
.serv-info2 > h3 a:hover::before {
  background: #122136 !important;
}
.single-stories .post-detail p img {
  border-radius: 10px;
  box-shadow: 5px 4px 3px #fbfbfb;
}
footer .widget-box .logo img {
  margin-top: -2.5rem;
  width: 190px;
  height: auto;
}
footer .widget-title2 {
  margin-bottom: 1.2rem;
  font-weight: 600;
  font-family: DM Sans;
}
body
  .bdt-pagepiling-slider
  .bdt-prime-slider-content
  .bdt-title-tag
  span.frist-word {
  font-weight: inherit;
  text-transform: capitalize;
  font-family: DM Sans;
}
body
  .bdt-pagepiling-slider
  .section.active
  .bdt-prime-slider-content
  .bdt-title-tag {
  font-family: "DM Sans";
  text-transform: capitalize;
}
body .bdt-pagepiling-slider .bdt-prime-slider-content .bdt-slider-excerpt p {
  margin: 0;
  line-height: 1.6;
  font-size: 16px;
  font-family: "DM Sans";
}
@media (min-width: 1024px) {
  body .bdt-pagepiling-slider .bdt-slide-btn {
    width: 250px !important;
    font-size: 17px;
  }
}
body .bdt-sub-title > h4:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 3.25rem;
  height: 3px;
  margin-left: 0;
  background: #ffb545;
  right: auto;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.sec-title-inner h2 {
  font-size: 2.875rem;
}
.sn-sec-title p {
  max-width: 600px;
  font-family: "DM Sans";
  line-height: 1.6rem;
}
.sn-main-slider {
  position: relative;
  overflow: hidden;
  background: rgba(32, 9, 95, 0.1);
}
.sn-main-slider .slide {
  position: relative;
  overflow: hidden;
}
.sn-main-slider .content-column .inner-column {
  position: relative;
  padding-top: 90px;
}
.sn-main-slider .title {
  position: relative;
  font-weight: 400;
  margin-bottom: 20px;
  color: #685434;
  font-size: 18px;
  padding-bottom: 12px;
  transform: scaleY(1);
  transform-origin: top;
  transition: 1s;
  font-family: "DM Sans";
  padding-left: 0;
}
.sn-main-slider .title:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #e3a751;
}
.sn-main-slider .image,
.sn-main-slider .image-column .inner-column {
  position: relative;
  display: inline-block;
}
.sn-main-slider .active .title {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  background: transparent;
}
.sn-main-slider-carousel .swiper-slide .title{
	background-color:transparent;
}
.sn-main-slider h1 {
  color: #2c2d31;
  margin-bottom: 5px;
  transform: scaleY(1);
  transform-origin: top;
  transition: 1s;
}
.sn-main-slider .active h1 {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.sn-main-slider .text {
  font-weight: 400;
  margin-bottom: 30px;
  color: #252525;
  font-size: 16px;
  line-height: 1.7em;
  transform: scaleY(1);
  transform-origin: top;
  -webkit-transition: 1s;
  -moz-transition: 0.1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  font-family: "DM Sans";
  width: 85%;
  margin-top: 20px;
}
.sn-main-slider .active .text {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -ms-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.sn-main-slider .btns-box {
  transform: scaleY(1);
  transform-origin: top;
  display: inline-block;
  -webkit-transition: 0.9s;
  -moz-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}
.sn-main-slider .active .btns-box {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.9s;
}
.sn-main-slider .btns-box .theme-btn {
  margin-right: 25px;
}
.sn-main-slider .image {
  width: 520px;
  height: 520px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-transition: 0.9s;
  -moz-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}
.sn-main-slider .active .image {
  opacity: 1;
  transition-delay: 0.2s;
  margin-top: 0;
}
.sn-main-slider .image-column .circle-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  display: inline-block;
  animation-name: rotateme;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 60s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 60s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 60s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.sn-main-slider .owl-nav .owl-next,
.sn-main-slider .owl-nav .owl-prev {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 50px;
  border-radius: 2px;
  background-color: #122136;
  color: #fff;
  top: 0;
  position: absolute;
  display: inline-block;
  text-align: center;
}
.sn-main-slider .image-column .circle-layer .circle-one {
  position: absolute;
  left: 60px;
  top: 10px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #bb9457;
}
.sn-main-slider .image-column .circle-layer .circle-two {
  position: absolute;
  right: -30px;
  top: 150px;
  width: 90px;
  height: 90px;
  z-index: 2;
  border-radius: 50%;
  background-color: #432818;
}
.sn-main-slider .owl-nav {
  position: absolute;
  left: 0;
  top: 60%;
  right: 0;
  margin-top: -20px;
}
.sn-main-slider:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-color: rgba(44, 14, 89, 0.95);
}
.sn-main-slider .owl-nav .owl-prev {
  left: 30px;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.sn-main-slider .owl-nav .owl-next {
  right: 20px;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.sn-main-slider .owl-nav .owl-next:hover,
.sn-main-slider .owl-nav .owl-prev:hover {
  color: #fff;
  background-color: #e5af59;
}
@keyframes rotateme {
  0% {
    transform: rotate(0);
    opacity: 1;
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}
.sn-featured-section .inner-container {
  position: relative;
  margin-top: -90px;
  z-index: 1;
  background-color: #13233a;
}
.sn-featured-section .inner-container .sn-feature-block {
  padding: 0;
  float: left;
}
.sn-feature-block .inner-box {
  position: relative;
  padding: 40px 35px 35px;
  background-color: #13233a;
}
.sn-feature-block .inner-box:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 95%;
  left: 47.5%;
  right: 47.5%;
  opacity: 0;
  background-color: #bb9457;
  -webkit-transition: 0.9s;
  -moz-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}
.sn-feature-block .inner-box .content .icon,
.sn-ser-block.serv-box4 .side-arrow {
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  color: #fff;
  top: 0;
}
.sn-feature-block .inner-box .content {
  position: relative;
  margin: 0;
  padding: 0 0 0 80px;
}
.sn-feature-block .inner-box:hover .content .icon,
.sn-feature-block.active .inner-box .content .icon {
  transform: rotateY(180deg);
}
.sn-feature-block .inner-box .content .icon {
  position: absolute;
  left: 0;
  font-size: 58px;
  line-height: 1em;
  transition: 0.3s;
}
.sn-feature-block .inner-box h4 {
  position: relative;
  color: #fff;
  line-height: 1.2em;
  font-weight: 700;
}
.sn-feature-block .inner-box .text {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-family: "DM Sans";
}
.sn-ser-block.serv-box4 > i {
  position: absolute;
  left: 0;
  top: 30px;
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: 40px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffb243;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}
.sn-ser-block:hover > i {
  transform: rotateY(180deg) !important;
}
.sn-ser-block.serv-box4 .serv-box4-inner {
  padding-left: 100px;
  max-width: inherit;
  flex: inherit;
  padding-top: 30px;
  padding-bottom: 28px;
}
.sn-ser-block.serv-box4 .serv-box4-inner:before {
  position: absolute;
  content: "";
  left: 40px;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #fff;
  transform: skew(-10deg);
}
.sn-ser-block.serv-box4 .side-arrow {
  position: absolute;
  right: 0;
  width: 35px;
  height: 145px;
  font-size: 18px;
  text-align: center;
  line-height: 151px;
  transform: skew(-10deg);
  background-color: #2f3a8c;
  transition: 0.3s;
}
.sn-ser-block.serv-box4 .side-arrow:hover {
  background-color: #ffb446;
}
.sn-enroll-wrap:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  z-index: -1;
  background-color: #432818;
}
.sn-enroll-wrap h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  max-width: 340px;
  margin-bottom: 15px;
}
.sn-enroll-wrap .enroll-inner .pull-right p {
  max-width: 600px;
  color: #fff;
  padding-left: 35px;
  margin-bottom: 40px;
  border-left: 3px solid #ffb345;
}
.sn-list-style {
  position: relative;
  margin-left: 15px;
  margin-top: 18px;
  margin-bottom: 25px;
}
.sn-list-style li {
  position: relative;
  color: #393939;
  font-size: 17px;
  padding-left: 30px;
  margin-bottom: 3px;
  list-style: none;
  margin-left: 0;
}
.sn-list-style li:before {
  position: absolute;
  content: "\f11c";
  left: 0;
  color: #ffb444;
  font-size: 16px;
  font-weight: 600;
  font-family: Flaticon;
}
.sn-about-img {
  padding-left: 50px;
}
.sn-about-img .about-info {
  left: -80px;
  text-align: center;
  padding-top: 50px;
}
.sn-about-img > img {
  clip-path: inherit;
}
.sn-about-img .social-links4 {
  left: -10px;
  top: 0;
  transform: translateY(0);
}
.sn-about-img .social-links4 > a {
  color: #fff;
  background-color: #432818;
}
.sn-about-img .social-links4 > a:hover {
  background-color: #ffb442;
}
.sn-about-img .about-info h3 {
  position: relative;
  z-index: 2;
}
.sn-about-img .about-info > i {
  position: absolute;
  left: 50%;
  top: -20px;
  width: 90px;
  height: 90px;
  font-size: 44px;
  line-height: 90px;
  color: #fff;
  opacity: 1;
  z-index: 1;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background-color: #bb9457;
  transform: translateX(-50%);
}
.sn-about-time {
  position: relative;
  padding-left: 5px;
  text-align: left;
  font-weight: 600;
}
.sn-about-time span {
  display: block;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 0;
}
.sn-about-time .clock-icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #c0a964;
  font-size: 30px;
  line-height: 1em;
  font-weight: 400;
}
.sn-about-section {
  position: relative;
  padding: 100px 0 70px;
  background-color: #f9f9f9;
}
.sn-about-section .blocks-column,
.sn-about-section .content-column {
  position: relative;
  margin-bottom: 30px;
}
.sn-about-section .content-column .title {
  position: relative;
  color: #11b8ca;
  font-size: 16px;
  margin-bottom: 10px;
  font-family: "DM Sans";
}
.sn-about-section .content-column p {
  position: relative;
  line-height: 1.5em;
  font-family: "DM Sans";
}
.sn-about-section .content-column h2 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
}
.sn-about-section .content-column h2:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 120px;
  height: 2px;
  background-color: #11b8ca;
}
.sn-about-section .content-column h2:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  width: 50px;
  height: 8px;
  background-color: #11b8ca;
}
.sn-about-section .content-column .about-play-btn {
  position: relative;
  color: #000;
  padding: 18px 36px;
  border-radius: 5px;
  font-weight: 600;
  margin-top: 20px;
  display: inline-block;
  background-color: #e3ca94;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-family: "DM Sans";
}
.sn-about-section .content-column .about-play-btn i,
header.style2 .topbar-right.d-inline-flex.align-items-center.flex-wrap {
  margin-right: 15px;
}
.sn-about-section .content-column .about-play-btn:hover {
  color: #fff;
  background-color: #043b40;
  font-family: "DM Sans";
}
.sn-about-section .blocks-column .inner-column .sn-about-block:nth-child(2) {
  transform: translateY(120px);
}
.sn-about-block {
  position: relative;
  margin-bottom: 25px;
}
.sn-about-block .inner-box {
  position: relative;
  text-align: center;
  padding: 35px 15px;
  border-radius: 5px;
  background-color: #043b40;
}
.sn-about-block .inner-box .icon {
  position: relative;
  font-size: 64px;
  line-height: 1em;
  color: #fff;
  margin-bottom: 15px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.sn-about-block .inner-box:hover .icon {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.sn-about-block .inner-box h4 {
  position: relative;
  color: #fff;
  text-transform: capitalize;
}
.sn-about-block .inner-box .text {
  position: relative;
  color: #fff;
}
.sn-about-block:nth-child(2) .inner-box {
  background-color: #e3ca94;
}
.sn-about-block:nth-child(3) .inner-box {
  background-color: #0fb8cf;
}
@media only screen and (max-width: 1140px) {
  .sn-main-slider .image {
    width: 490px;
    height: 490px;
  }
  .sn-ser-block.serv-box4 .serv-box4-inner p {
    font-size: 16px;
    padding-right: 40px;
  }
  .sn-enroll-wrap.enroll-wrap {
    padding: 76px 40px;
  }
  .sn-enroll-wrap .enroll-inner .pull-right p {
    max-width: 560px;
  }
  .sn-list-style {
    margin-left: 0;
  }
  .sn-about-img {
    padding-left: 0;
  }
  .sn-about-img .about-info {
    top: 0;
    left: 0;
    position: relative !important;
  }
  .sn-about-img .social-links4 {
    left: 15px;
    top: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .sn-main-slider .content-column {
    margin-bottom: 40px;
  }
  .sn-enroll-wrap .enroll-inner .pull-right p,
  .sn-sec-title p {
    max-width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sn-feature-block .inner-box .content {
    padding-left: 0;
    text-align: center;
  }
  .sn-feature-block .inner-box .content .icon {
    position: relative;
    margin-bottom: 20px;
    display: block;
  }
  .sn-about-section .blocks-column .inner-column .sn-about-block:nth-child(2) {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 599px) {
  .sn-feature-block {
    width: 100%;
  }
  .sn-main-slider .image {
    width: 100%;
    height: auto;
  }
  .sn-list-style {
    text-align: left;
  }
  .sn-main-slider .owl-nav {
    margin-top: 0;
    top: 62%;
  }
  .padd-top-mob {
    padding-top: 63px;
  }
}
@media only screen and (max-width: 479px) {
  .sn-ser-block.serv-box4 > i {
    position: relative;
    top: 25px;
    margin: 0 auto;
    display: inline-block;
  }
  .sec-title-inner h2 {
    font-size: 2rem;
  }
  .sn-main-slider .image-column .circle-layer {
    display: none;
  }
  .sn-ser-block.serv-box4 .serv-box4-inner {
    text-align: center;
    padding: 45px 25px 25px;
  }
  .sn-ser-block.serv-box4 .serv-box4-inner:before {
    left: 0;
    transform: skew(0);
  }
  .sn-ser-block.serv-box4 .serv-box4-inner p {
    padding-right: 0;
  }
  .sn-ser-block.serv-box4 .side-arrow {
    position: relative;
    transform: skew(0);
    width: 100%;
    height: auto;
    line-height: 40px;
  }
  .sn-enroll-wrap h3 {
    font-size: 26px;
  }
  .sn-main-slider .owl-nav {
    top: 65%;
  }
}
.sn-main-slider-carousel .title:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100px;
  height: 2px;
  background-color: #432818;
}
.sn-main-slider-carousel .title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1.5px;
  width: 35px;
  height: 5px;
  background-color: #432818;
}
.sn-main-slider h1 {
  font-size: 46px;
  width: 95%;
  line-height: 1.2;
}
.sn-ser-block h3.mb-0 {
  font-size: 24px;
}
header.style2 .logo-contact-menu-wrap.v2 .header-contact + a {
  margin-left: 1.375rem;
}
header.style2 .header-right.d-inline-flex.flex-wrap.align-items-center {
  padding: 18px 0;
  margin-right: 20px;
}
.style1 ul.header-contact-info {
  padding-right: 5px;
}
.facts-wrap .fact-box-inner sup {
  top: -0.5em;
  left: -8px;
}
html body.logged-in {
  margin-top: -32px;
}
.single-stories h3.mb-0 {
  float: left;
  width: 100%;
  padding: 20px 0 10px;
}
.top-noti p a:hover {
  color: red;
}
.get-time-inner span.thm-clr.d-block,
.widget a:hover {
  color: #99582a;
}
.get-time-inner .sec-title-inner > h2 + p {
  line-height: 1.5rem;
  color: #1d1d1d;
}
.get-time-box.brd-rd10.bg-white.w-100 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.news-info2 > h3 + ul li:last-child a {
  color: #432818;
}
footer .dark-layer2:before {
  background-color: #044552;
}
.style1 .logo-contact-inner img {
  min-width: 200px !important;
}
.widget-box .widget-title2 > i {
  color: #bb9457;
}
.combo .get-time-box > span {
  background-color: #dbf6f7;
}
header.style1 .header-contact-cart span.d-block.scndry-clr {
  color: #c49a6c;
}
header.style1 .header-left .menu-main-menu .mb-0 {
  margin-bottom: 0 !important;
  margin-top: -1px;
}
.team-info h3 a:hover,
.team-info > h3 + span {
  color: #edd18b;
}
.elementor-2508 .elementor-element.elementor-element-8570862 .eael-pricing {
  border-radius: 5px;
}
.eael-pricing.style-1:hover {
  -webkit-box-shadow: 0 10px 20px 2px rgb(140, 140, 140, 0.05),
    0 10px 20px 2px rgb(0, 0, 0, 0.02);
  box-shadow: 0 10px 20px 2px rgb(140, 140, 140, 0.05),
    0 10px 20px 2px rgb(0, 0, 0, 0.02);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.find-therapist-form-wrap strong {
  font-weight: bolder;
}
.sn-main-slider-carousel h1 strong {
  color: #07beb8;
}
img.avatar.avatar-43.wp-user-avatar.wp-user-avatar-43.alignnone.photo.img-fluid.w-100.brd-rd5 {
  max-width: 60px;
  padding: 0;
  margin: 0;
}
.news-caro .news-box-inner > h3 {
  margin-top: 20px;
}
.team-detail-meta-list > li:last-child {
  font-size: 14px;
}
.search-results .news-info2 > img.authr-img {
  border: 5px solid #fff;
  left: 1.8125rem;
  top: -2rem;
  max-width: 70px;
}
.search-results .news-info2 {
  padding: 2.3125rem 2.5rem 2.5rem 2.1875rem;
}
.search-results .news-info2 > h3 + ul {
  margin-top: 0.6125rem;
}
.elementor-widget-blog_grid .thm-shp:before,
.elementor-widget-doctors_list .thm-shp:before,
.elementor-widget-latest_news_articles .thm-shp:before,
.elementor-widget-services_grid .thm-shp:before,
.elementor-widget-stories_grid .thm-shp:before,
.elementor-widget-video_intro .thm-shp:before,
.get-time-wrap .thm-shp:before,
.method-apply-inner .thm-shp:before {
  background-image: none !important;
}
#comments-thread-link .comment > span {
  border: none;
}
#comments-thread-link h3.mb-0 {
  text-transform: capitalize;
  margin-bottom: -10px !important;
}
#comments-thread-link a.comment-reply-link:hover {
  color: #044552 !important;
}
.single .blog-detail blockquote {
  margin-bottom: 35px !important;
}
.elementor-widget-contact_form .sec-title4 {
  margin-bottom: 1.0625rem;
}
body footer .widget > div > ul li,
body footer .widget > ul li {
  position: relative;
  padding-left: 5px;
  font-family: "DM Sans";
  font-weight: 600;
}
footer form.newsletter-form input::placeholder {
  color: #fff;
  font-family: "DM Sans";
}
.contact-form .wpcf7 textarea {
  padding-top: 20px;
}
.news-img2.position-relative.overflow-hidden.w-100 {
  border-radius: 10px 10px 0 0;
}

.preloader-inner > img.pulse {
  max-width: 50%;
}
.black-layer ol.breadcrumb li.breadcrumb-item + li.breadcrumb-item:before {
  background-color: #ffad01;
}
.elementor-widget-blog_grid .blog-style {
  margin-bottom: 80px;
}
.elementor-widget-blog_grid .center {
  text-align: center;
  margin-top: 20px;
}
aside input[type="text"]::placeholder {
  color: #fff;
}
.storie-info span.sep-brd {
  color: #e91e63 !important;
}
.sticky-menu nav {
  padding-right: 60px;
}
.sticky-menu nav > div > ul li.menu-item-has-children > a:before {
  font-size: 12px;
}
.style4 .navbar-links li.menu-item-has-children .sub-menu li {
  border: 0;
}

.navbar-links li.menu-item-has-children:hover .sub-menu .sub-menu {
  visibility: hidden;
}
.navbar-links li.menu-item-has-children .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.style3 .social-links.d-inline-flex {
  padding: 15px 0;
}
header.style3 .top-links li a,
header.style1 .top-links li a {
  color: #fff;
}
header.style2 .social-links,
header.style1 .social-links {
  padding: 15px;
}
header.style1 .header-right {
  line-height: 0.8;
  border-left: 1px solid #fff;
}

footer.style4 .widget-title li a {
  padding-left: 0;
  margin: 0;
}
footer.style4 .widget-title.widget.NewsletterWidgetSocial p {
  margin-top: -15px;
  padding-bottom: 20px;
}
.NewsletterWidgetSocial ul.social-media li a:before {
  display: none;
}
.style3 .header-right .btn {
  padding: 17px 35px;
}
.style3 .header-right .btn.two {
  color: #fff;
}
header.style3 .logo.v2 a {
  padding: 1.15rem 1rem;
}
.sn-feature-block .inner-box .text {
  padding-top: 10px;
}
header.style2,
header.style1 {
  position: relative;
}
header.style1 .header-contact-info > li span {
  padding: 0 0 0 0;
}
.sidebar .mini-post-box h4.mb-0 {
  font-size: 18px;
  font-weight: 500;
}
.single #comments-thread-link h3.mb-0 {
  font-weight: 600;
  font-size: 30px;
}

header.style3 {
  position: relative;
}

.fa-brands.fa-x-twitter:before {
  content: "\e61b" !important;
}
.fa-facebook-f:before {
  content: "\f39e" !important;
}
footer .widget h4 i {
  left: 0;
}
footer .widget h4.widget-title {
  padding-left: 2rem;
}

/* Aweber Form */
form.aweber input {
    width: 100%;
    margin-bottom: 10px;
    line-height: 1.5em;
    height: 2.6em;
    color: #000;
    padding: 10px 25px;
    border-radius: 10px;
}

form.aweber input::placeholder {
    color: #222 !important;!i;!;
}

form.aweber input[type="submit"] {
    margin-bottom: 15px;
	color:#fff;
}

footer .textwidget p, footer .aweber{
	font-size:16px;
	line-height:1;
}

.widget-title.NewsletterWidgetSocial p{
	font-size:17px;
	line-height:1.4;
	color:#bcbcbc;
}
#respond p.logged-in-as {
    padding: 8px 4px 4px 4px;
    font-size: 14px;
}


.slider-hero .swiper-pagination-bullet {
  width: 50px;
  opacity: 1;
  height: 3px;
  background-color: #aeaeae;
  border-radius: 0;
}
.slider-hero .swiper-pagination-bullet-active {
  width: 80px;
}
.elementor-element .slider-hero.swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  left: auto;
  position: absolute;
  bottom: 15%;
  width: auto;
}


/* Style for arrows */
.slider-hero .swiper-button-prev,
.slider-hero .swiper-button-next {
  position: absolute;
  top: auto;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* Move arrows outside the container */
.slider-hero .swiper-button-prev {
  bottom: auto;
    left: 0;
	top:50px; /* Adjust distance from the container */
}

.slider-hero .swiper-button-next {
    bottom: auto;
    left: 20px;
	top:50px;
}
.slider-hero .swiper-button-next:after, .slider-hero .swiper-button-prev:after{
	font-size:20px;
}
.feat-caro {
    opacity: 1 !important;
    visibility: visible !important;
}

.wpcf7-form-control-wrap .wpcf7-select:before {
    top: 8px;
}