/* @charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@600;700&family=Oswald:wght@400;600;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

@font-face {
    font-family: "calibrib";
    src: url("fonts/calibrib.eot");
    src: url("fonts/calibrib.woff") format("woff"),
    url("fonts/calibrib.otf") format("opentype"),
    url("fonts/calibrib.svg#filename") format("svg");
    }
  
:host, :root{
    font-family: 'Lato', sans-serif;
}
body {
    /*font-family: Nunito, sans-serif;*/
    font-family: 'Calibri', sans-serif;
    /*font-family: 'Lato', sans-serif;*/
        letter-spacing: 0.2px;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0;
    line-height: 1.1;
    font-family: 'Oswald', sans-serif;
    /*font-family: "Marcellus", serif;*/
}

h1{
    font-size: 4em;
    font-weight: 600;
}
h2{
    font-size: 3.5em;
    font-weight: 600;
}
h3{
    font-size: 3em;
    font-weight: 600;
}
h4{
    font-size: 2.5em;
    font-weight: 600;
}
h5{
    font-size: 2em;
    font-weight: 600;
}
* {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

*:before,
*:after {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

*,
*:before,
*:after {

    box-sizing: inherit;

}

html {

    -webkit-text-size-adjust: 100%;

    -ms-text-size-adjust: 100%;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

html,
body {

    width: 100%;

}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {

    margin: 0;

    padding: 0;

    border: 0;

    outline: 0;

    background: transparent;

}

@-ms-viewport {

    width: device-width;

}

body {

    margin: 0;

    padding: 0;

    font-size: 16px;

    font-weight: 400;

    line-height: 26px;

    color: #4a3662;

    background: #fff;

}

a {

    color: #393c3f;

    text-decoration: none;

    -webkit-transition: background ease 0.3s;

    -moz-transition: background ease 0.3s;

    -o-transition: background ease 0.3s;

    -ms-transition: background ease 0.3s;

    transition: background ease 0.3s;

}

a:hover {

    color: #000;

    text-decoration: none;

    transition: all .4s ease;

}

a:focus {

    outline: none;

}

.ui-header {

    box-shadow: 0 0 0 rgb(0 0 0 / 10%);

    transition: height .2s ease 0s, background-color .3s ease 0s;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

    will-change: left, top, transform;

    background-color: transparent;

    background: linear-gradient(180deg, #1b520c 0%, rgba(0, 0, 0, 0) 100%);

    background: -moz-linear-gradient(180deg, #1b520c 0%, rgba(0, 0, 0, 0) 100%);

    background: -o-linear-gradient(180deg, #1b520c 0%, rgba(0, 0, 0, 0) 100%);

    /*padding: 20px 0;*/

}

.pinkBg {background: #ffeaf6;}
.navbar-brand{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    padding: 0px;
}
.sevenYoga {
background: linear-gradient(to bottom, #ffeaf6, rgba(52, 152, 219, 0));
    background-size: 300px; }

.video-thumbnail {
   position: relative;
    width: calc(33.333% - 10px);
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
}
.video-thumbnail img {
  width: 100%;
  display: block;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: white;
  text-shadow: 0 0 10px black;
  pointer-events: none;
}

/* Popup styles */
.video-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.8);
}
.video-popup-content {
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 5% auto;
  background: black;
}
.video-popup-content iframe {
  width: 100%;
  height: 450px;
}
.video-popup-content .close {
  position: absolute;
    top: -15px;
    right: -8px;
    font-size: 24px;
    color: #ff0000;
    cursor: pointer;
    background: #ffffff;
    opacity: 1;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 30px;
}
.videoLisitng {display: flex;
    gap: 15px;
    flex-wrap: wrap;}

/* Rizwan Css */
.stickyHeader.headerbg {

    -webkit-transition: 0.3s;

    transition: 0.3s;

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

    animation: slide-down 0.7s;

    background: #8f33ef;
    /*height: 110px;*/
    /*margin-top: -44px;*/
}
.stickyHeader.headerbg .brand-ui {
    text-align: center;
    position: absolute;
    top: 20px;
}
.stickyHeader.headerbg .navbar-brand{
    width: 100px;
    height: auto;
    padding-top: 5px;
}
.stickyHeader.headerbg .navbar-brand img{
    display: block;
    max-width: 100%;
}
.stickyHeader.headerbg .navbar .navbar-nav .nav-link{
    font-size: 16px;
    padding: 14px 6px 14px;
}
.stickyHeader.headerbg .navbar-nav-custom li a{
    color: #FFF;
    background: transparent;
}
.stickyHeader.headerbg .navbar-nav-custom li a:hover{
    background: #FFF;
    color: #1c3165;
}
.stickyHeader .navbar .dropdown-menu{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 0.25rem;
}
@keyframes slide-down {

    0% {

        transform: translateY(-100%);

    }

    100% {

        transform: translateY(0);

    }

}

.mainSlider { height: 100vh;}
.mainSlider h1 {
    text-transform: capitalize;
    font-size: 58px;
    line-height: 70px;
    font-weight: 500;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
    padding-bottom: 24px;
}
.mainSlider h1 span { display: block;}
.mainSlider p {    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;}
.heroSlider .ddglj::before {content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: linear-gradient(269.99deg, rgba(30, 30, 30, 0) 15.73%, rgba(30, 30, 30, 0.828125) 66.76%, #1E1E1E 101.51%), linear-gradient(360deg, rgba(30, 30, 30, 0) 87.87%, #1E1E1E 102.84%);*/
    background: linear-gradient(269.99deg, rgba(30, 30, 30, 0) 15.73%, #1b520dcf 83.76%, #1b520d 101.51%), linear-gradient(360deg, rgba(30, 30, 30, 0) 87.87%, #1b520d 102.84%);
    width: 100%;
    height: 100%;
    z-index: 9;}
.sliderContent { position:relative; z-index: 99;}
.mainSlider h5 {color: #e1ce4f;
    margin-top: 100px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 14px;
    font-size: 18px;}
section {padding: 80px 0px;}
.page-single-sidebar {
    position: sticky;
    top: 20px;
    margin-right: 20px;
}
.page-catagery-list {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 60px;
    overflow: hidden;
}
.page-catagery-list h3 {
    font-size: 28px;
    text-transform: capitalize;
    border-bottom: 1px solid #ccc;
    padding: 30px;
    text-transform: uppercase;
}
.page-catagery-list ul {
    list-style: none;
    margin: 0;
    padding: 15px 15px;
}
.page-catagery-list ul li {
    margin-bottom: 20px;
}
.page-catagery-list ul li a {
    position: relative;
    display: block;
    line-height: 1.3em;
    text-transform: capitalize;
    color: #4a3662;
    background-color: #ffeaf6;
    border-radius: 10px;
    padding: 17px 45px 17px 20px;
    overflow: hidden;
    z-index: 1;
    font-size: 18px;
}
.serviceDetails { position:relative;}
.page-catagery-list ul li a::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0px, -50%);
    background: url(../images/arrow-text.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 14px;
    height: 14px;
}
.serviceDetails::before {
    content: '';
    position: absolute;
    top: 15%;
    left: -70px;
    background-image: url(../images/section-bg-img-2.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 379px;
    width: 262px;
    z-index: 0;
}
.page-catagery-list ul li a::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #ccc;
    z-index: -1;
}
.page-catagery-list ul li:hover a {
    color: #fff;
    background: #8f33ef;
}
.page-catagery-list ul li a:hover::before {
    filter: brightness(0) invert(1);
    transform: translate(0px, -50%) rotate(45deg);
}
.sidebar-cta-box {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 15px;
}
.sidebar-cta-image {
    margin-bottom: 20px;
}
.sidebar-cta-image figure {
    display: block;
    border-radius: 6px;
}
.sidebar-cta-image img {
    width: 100%;
    aspect-ratio: 1 / 0.68;
    object-fit: cover;
    border-radius: 6px;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.sidebar-cta-content h3 {
    font-size: 20px;
    line-height: 1.3em;
    margin-bottom: 20px;
}
.btn-default {
        position: relative;
    display: inline-block;
    background: #8530de;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
    text-transform: capitalize;
    color: #fff;
    border: none;
    padding: 15px 30px;
    overflow: hidden;
    z-index: 0;
} 
.service-featured-image img {
    width: 100%;
    aspect-ratio: 1 / 0.598;
    object-fit: cover;
    border-radius: 6px;
} 
.service-featured-image {
    margin-bottom: 40px;
}
.service-entry p {
    margin-bottom: 20px;
}
.service-entry h2 {
       font-size: 40px;
    font-weight: 500;
    margin-bottom: 25px;
}
.discover-peace-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}
.discover-peace-item {
    position: relative;
    width: calc(50% - 15px);
    display: flex;
    background: #8f33ef;
    border: 1px solid #fbcfe8;
    border-radius: 20px;
    padding: 20px 15px;
    overflow: hidden;
}
.discover-peace-item .icon-box {
    position: relative;
    margin-right: 20px;
    z-index: 1;
}
.discover-peace-item-content {
    position: relative;
    width: 100%;
    z-index: 1;
    color: #fff;
}
.discover-peace-item-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
}
.service-entry p:last-child {
    /*margin-bottom: 0;*/
}
.discover-peace-item-content p, .how-work-step-content p { margin-bottom:0px;}
.service-entry ul {
    list-style: disc;
    margin: 0;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
}
.service-entry ul li {
    width: calc(33.33% - 26.66px);
    text-transform: capitalize;
    line-height: 1.6em;
}
.discover-peace-info-box {
    display: flex;
    align-items: center;
    background: #fbdfef;
    border: 1px solid #fbcfe8;
    border-radius: 20px;
    padding: 20px;
    margin: 30px 0 40px;
}
.discover-peace-info-content h3 {
        font-size: 24px;
    color: #4a3662;
    font-weight: 400;
    line-height: 32px;
}

.how-work-step {
    display: flex;
    margin-top: 30px;
}
.how-work-step-no {
    margin-right: 20px;
}
.service-process-steps .how-work-step .how-work-step-no h2 {
    font-size: 40px;
    margin-bottom: 0;
    font-weight: 400;
}
.how-work-step-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 400;
}
 






.heading-h2 {

    font-size: 25px;

}

.fw-700 {

    font-weight: 700;

}



/********Reset css********/

.purpleBg {

    background: #3ead92;

    background: linear-gradient(145deg, #3ead92, #9bcc57);

}

.bgGray-light {

    background-color: #f0f0fd;
}

.svgFill {

    fill: #8f33ef;

}

.bg-light-purple {

    background-color: var(--light-purple)
}



.video-section {

    overflow: hidden;    padding: 0;

}

.brand-ui {

    text-align: center;

    position: absolute;

    top: 0;

}

.nav-top-position {

    position: relative;

}



.navbar .navbar-nav .nav-link {

    font-size: 17px;

    padding: 25px 6px 15px;

    line-height: 1.625rem;

    margin-left: 21px;

    color: #fff;
    font-family: 'Oswald', sans-serif;
    transition: 0.3s ease;

    position: relative;

    font-weight: 500;

    text-transform: uppercase;

}

.navbar .navbar-nav .nav-link:hover {

    color: #fff;

}



.navbar-nav-custom li {

    display: inline-block;

    margin-right: 2px;

}

.navbar-nav-custom li a {

   background-color: #8f33ef;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    display: block;
    line-height: 30px;
    text-align: center;
    color: #fff;

}

.navbar-nav-custom li a:hover {

    background-color: #8f33ef;

    color: #fff;

}

/******Crousel*******/

.caption-slider {

    z-index: 999;

}

.caption-slider figcaption {

    position: absolute;

    z-index: 999;

    top: 40%;

    left: 5%;

    width: 35%;

}



.caption-slider figcaption h1 {
    line-height: 39px;
    font-size: 31px;
    text-transform: uppercase;
    font-weight: 700;
}

.caption-slider figcaption h5 {

    text-transform: uppercase;

    font-size: 20px;

    font-weight: 700;

    margin-top: 15px;

    color: #8f33ef;

}

.caption-slider figcaption p {
    font-size: 14px;
    line-height: 20px;
}
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {background-color: #5a15a2 !important;}
.btn.btn-theme {

    background-color: #8f33ef !important;

    padding: 10px 20px;

    border-radius: 3px;

    font-size: 16px;

    font-weight: 600;

    color: #fff;

}

.btn.btn-theme:hover {

    background-color: #000;

}





.video-play-button {
    position: absolute;
    z-index: 10;
    bottom: -36px;
    left: 50%;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    transform: translateX(-50%);
}



.video-play-button:before {

    content: "";

    position: absolute;

    z-index: 0;

    left: 50%;

    top: 50%;

    transform: translateX(-50%) translateY(-50%);

    display: block;

    width: 70px;

    height: 70px;

    background: #fff;

    border-radius: 50%;

    animation: pulse-border 1500ms ease-out infinite;

}



.video-play-button:after {

    content: "";

    position: absolute;

    z-index: 1;

    left: 50%;

    top: 50%;

    transform: translateX(-50%) translateY(-50%);

    display: block;

    width: 70px;

    height: 70px;

    background: #fff;

    border-radius: 50%;

    transition: all 200ms;

}







.video-play-button span {

    display: block;

    position: relative;

    z-index: 3;

    width: 0;

    height: 0;

    border-left: 22px solid #8f33ef;

    border-top: 15px solid transparent;

    border-bottom: 15px solid transparent;

    left: 15%;

    /* line-height: 92px; */

    top: 16%;

}



@keyframes pulse-border {

    0% {

        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

        opacity: 1;

    }

    100% {

        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

        opacity: 0;

    }

}


/* new menu */
#navbarNavDropdown { flex-wrap: wrap;}
.social-icons {width: 100%;
    justify-content: right;}
.navbar .social-icons .nav-link {background-color: #8f33ef;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    display: block;
    line-height: 30px;
    text-align: center;
    color: #fff; }
.headerbg .social-icons { display: none !important;}
.stickyHeader.headerbg .navbar-brand img {    margin-bottom: -52px;}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .pd-b {
        padding: 1rem;
        font-size: 1.25rem;
    }
}


/********section Home 02********/

.spiritual-bg {
background-size: 487px;
    background-repeat: no-repeat;
    background-position: right center;
    background-color: rgb(141 139 242 / 13%);

}

.quotes-card h6 {font-size: 28px;
    font-weight: 400;
    line-height: 35px;color: #8f33ef;

}
.quotes-list ul li img {position: absolute;
    left: 0px;
    top: 0;
    text-align: center;
    width: 36px;
    filter: sepia(1) hue-rotate(240deg) saturate(5);}
.quotes-card h6 span {
 

}

.quotes-list ul {
    margin: 0;
    padding-left: 4px;
}

.quotes-list ul li {

    display: list-item;
    list-style: none;
    margin-bottom: 30px;
    padding-left: 50px;
    position: relative;

}
.quotes-list ul li:last-child {margin-bottom: 0px;}
.quotes-list ul li span {
display: block;
    font-size: 20px;
    font-weight: 600;
    color: #4a3662;

}
.ourServices .nav-tabs-ui .nav-tabs .nav-link {padding: 15px 15px; color:#4a3662;border-radius: 10px;}
.ourServices .nav-tabs {    gap: 10px;}
.toogleButtonColor {color:#fff;}
.quotes-card svg {

    fill: #dcc751;

    position: absolute;

    width: 45px;

    height: 45px;

    left: -61px;

    top: -18px;

    z-index: 1;

}









.owl-theme.sliderArrow .owl-nav {

    margin-top: 0;

}

.owl-theme.sliderArrow .owl-nav [class*=owl-] {

    color: #fff;

    font-size: 23px;

    margin: 0;

    padding: 7px 7px;

    background: inherit;

    display: inline-block;

    cursor: pointer;

    border: none;

    width: 30px;

    height: 30px;

    border-radius: 0;

    line-height: 26px;

    border: 1px solid #fff;

}

.owl-theme.sliderArrow .owl-nav [class*=owl-]:hover {

    background: transparent;

    color: #FFF;

    text-decoration: none;

}

.owl-theme.sliderArrow .owl-nav .owl-prev {
    position: absolute;
    right: 40px;
    top: 42%;
}

.owl-theme.sliderArrow .owl-nav .owl-next {

    right: 40px;

    position: absolute;

    top: 48%;

}





/******Services section******/

.nav-tabs-ui .nav-tabs {

    border-bottom: none;

}

.nav-tabs-ui .nav-tabs .nav-link {

    border: 1px solid transparent;

    border-top-left-radius: 10px;

    border-top-right-radius: 10px;

    font-size: 16px;

    padding: 15px 35px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;

}

.nav-tabs-ui .nav-tabs .nav-item.show .nav-link,
.nav-tabs-ui .nav-tabs .nav-link.active {

    color: #ffff;

    background-color: #8f33ef;

    border-color: inherit;

}



.category-column {

    overflow: hidden;

    position: relative;

    margin-bottom: 15px;
    border-radius: 6px;

}

.picture-frames {

    -o-object-fit: cover;

    object-fit: cover;

    overflow: hidden;

    transition: transform 1.2s cubic-bezier(0, 0, .25, 1);

}

.category-column:hover .picture-frames {

    overflow: hidden;

    transform: scale(1.1);

}

.picture-frames::after {

    content: '';

    position: absolute;

    width: 100%;

    height: 50%;

    z-index: 1;

    bottom: 0;

    left: 0;

    background: linear-gradient(to top, rgb(39 39 39 / 85%), rgb(0 0 0 / 0%));

}



.service-title {

    position: absolute;

    bottom: 25px;

    z-index: 99;

    text-align: center;

    padding: 20px;

    width: 100%;

    display: flex;

    justify-content: center;

}

.service-title h3 {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
}

/******Cunsltant********/

.bg-img-section-02 {

    background-repeat: no-repeat;

    height: 500px;

    background-position: right;

    background-size: cover;

    padding: 70px 0 70px;

}

.consulatant-card{
}

.consulatant-card h3 {

    text-align: center;

}
  .therepyleft h3 {font-size: 20px;
    margin-bottom: 20px;}
 
.consulatant-card h1,.consulatant-card h2,
.consulatant-card h3,.consulatant-card h4{
    text-transform: uppercase;
}
.bg-line-moving {

    background: url(../images/Wave-pattern-light.png) #fbfbfb;

    background-position: right;

    background-repeat: no-repeat;

    background-size: cover;

    position: relative; 

}
.sectionTitle {    font-size: 54px;
    color: #4a3662;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.sectionTitle span {color: #e1ce4f;}
.testimonials-info h4 {

    font-size: 20px;

    font-weight: 700;

    color: #71c743;

    margin-bottom: 6px;

}

.testimonials-info h6 {

    font-size: 14px;

    font-style: italic;

    color: #8f33ef;

    margin-bottom: 30px;

}

.testimonials-info p {

    font-size: 16px;

    line-height: 28px;

}

.left-quote svg {

    position: absolute;

    left: -29px;

    bottom: 139px;

    width: 40px;

    height: 48px;

    fill: #e9e9e9;

}

.right-quote {

    position: absolute;

    right: 16px;

    bottom: 0px;

    width: 64px;

    height: 63px;

    fill: #e9e9e9;

    transform: rotate(180deg);

}

.owl-theme.dots-circle .owl-dots .owl-dot span {

    border: none;

    width: 10px;

    height: 10px;

    margin: 5px 7px;

    background: #ddd;

    display: block;

    -webkit-backface-visibility: visible;

    transition: opacity .2s ease;

    border-radius: 30px;

    outline: none;

}

.owl-theme.dots-circle .owl-dots .owl-dot.active span,
.owl-theme.dots-circle .owl-dots .owl-dot:hover span {

    background: #8f33ef
}



/******Testimonials*******/



.testimonials-card {

    text-align: center;

}

.testimonials-card figure img {

    border-radius: 50%;

    width: 100px !important;

    margin: 0 auto 15px;

}

.heading-h5 {

    font-size: 14px;

    margin-bottom: 5px;

    color: #908e8d;

}

.product-title {

    padding: 15px;

}
.product-title .btn {font-size: 14px;
    font-weight: 400;
    padding: 8px 20px;}
.product-title {}

.product-title h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 20px;
    color: #4a3662;
    text-transform: capitalize;
    letter-spacing: normal;
}
.proRow {    display: flex;
    flex-wrap: wrap;
    gap: 15px;}
.proCol {width: calc(24.333% - 7px);}
.product-card {
        text-align: center;
    border: 1px solid #ddd;
    background: #fbfbfb;
    border-radius: 6px;
    overflow: hidden;
}
.what-we-benefits-list {
    width: calc(100% - 417px);
    background: #8f33ef;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    gap: 24px 18px;
    padding: 30px;
    /*justify-content: center;*/
}
.what-we-item {
    width: calc(50% - 15px);
    display: flex;
    align-items: center;
}
.what-we-item .icon-box {
    margin-right: 20px;
}
.what-we-item .icon-box img {
    max-height: 35px;filter: brightness(8.5);
}
.what-we-item-content {
    width: calc(100% - 60px);
}
.what-we-item-content h3 {
    font-size: 20px;
    color: #fff;
    /*margin-bottom: 10px;*/
    font-weight: 500;
    line-height: 26px;
}
.what-we-benefit-image {
    width: 417px;
    border-left: 4px solid #fff;
}
.image-anime {
    position: relative;
    overflow: hidden;
}
.what-we-benefit-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.862;
    object-fit: cover;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.what-we-benefits-box {
    display: flex;
    flex-wrap: wrap;
    border-radius: 30px;
    overflow: hidden;
}


.buy-now {

    background-color: #8f33ef;

    padding: 3px 15px;

    border-radius: 0;

    font-size: 12px;

    font-weight: 700;

    color: #fff;

    width: 86px;

    margin: 20px auto;
    border-radius: 3px;

}

.buy-now:hover {

    background-color: #000;

}





/**********About Us Page*********/



.h-700 {

    height: 700px !important;

}

.quote-about-card h2 {

    font-style: italic;

    font-size: 26px;

    color: #252525;

}

.quote-left svg {

    width: 35px;

    height: 35px;

    fill: #dcc751;

    position: relative;

    top: 10px;

    left: -47px;

}

.quote-right svg {

    width: 35px;

    height: 35px;

    fill: #dcc751;

    position: absolute;

    bottom: -20px;

    right: 46px;

}



.card-ab-02 h2:nth-child(1) {

    font-size: 57px;

    font-weight: 900;

    color: #dcc751;

    text-transform: uppercase;

}

.card-ab-02 h2:nth-child(2) {

    font-size: 57px;

    font-weight: 900;

    position: relative;

    left: 50px;

    color: #4a3662;

    text-transform: uppercase;

    line-height: 61px;

    margin-bottom: 30px;

}

.card-ab-02 p {

    padding-left: 56px;

    text-align: justify;

    font-size: 16px;

    line-height: 25px;

    margin-bottom: 20px;

}

.missionLeft.mission-card {padding-right:0px;}
.missionRight.mission-card {padding-left:0px;}

.bg-about-mission {

    padding: 50px 0 50px;

    background: #ffeaf6;

}

.bg-about-mission::before {

    content: '';

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    width: 50%;

    z-index: 9;

    background-image: url(../images/mission-01.jpg);

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

}

.mission-card {

    padding: 26px 70px;

    position: relative;

}

.mission-card h2 {

    font-size: 54px;

    text-transform: uppercase;

    font-weight: 800;

}

.mission-card p {

    font-size: 26px;

    line-height: 37px;

    text-align: left;

}



.bg-about-vision {

    padding: 50px 0 50px;

    background: #8f33ef;

}

.blog_more_sidebar_title h3 {
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.bg-about-vision::after {

    content: '';

    position: absolute;

    right: 0;

    top: 0;

    height: 100%;

    width: 50%;

    z-index: 9;

    background-image: url(../images/vision-02.jpg);

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

}



.core-value-card h5 {

    font-size: 30px;
color: #dcc751;
    text-transform: uppercase;

}

.core-value-card h2 {

    font-size: 54px;

    font-weight: 700;

    color: #4a3662;

    text-transform: uppercase;

}

.core-value-card p {

   font-size: 22px;
    line-height: 34px;
    /* font-weight: 300; */
    /* color: #5a5a5a;*/

}



.core-value-card p span {
 

}

.thumb-core-bg {

    margin-top: -120px;

}

.founder-thumb {

       margin-top: -140px;
    box-shadow: 0 0px 22px rgb(0 0 0 / 48%);
    position: relative;
    border: 6px solid #fff;

}

.founder-card-ab {

    padding: 40px 0;

}

.founder-card-ab h6 {

    font-size: 30px;

    color: #dcc751;

    font-weight: 500;

    margin-bottom: 10px;

    text-transform: uppercase;

}

.founder-card-ab h2 {

    font-size: 54px;

    font-weight: 700;

    text-transform: uppercase;

}

.founder-card-ab p {

    text-align: justify;

}

/*********Contact Us Page***********/



.breadcrumbs-section {

    background-size: cover;

    background-position: top;

    background-repeat: no-repeat;

    height: 100vh;

}



.overlay-theme-color {

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    width: 100%;

    z-index: 9;

    background: linear-gradient(to right, rgb(39 39 39 / 67%), rgb(0 0 0 / 0%));

}

.breadCrumbs-navbar {

    margin-left: 0;

    padding-top: 300px;

    position: relative;

    z-index: 999;

}

.pt220 {

    padding-top: 220px;

}

.breadCrumbs-navbar h1 {

    color: #fff;

    font-size: 55px;

    margin-top: 0;

    text-transform: uppercase;

}

.breadCrumbs-navbar span {

    font-family: 'Alex Brush', cursive;

    font-size: 50px;

    color: #8f33ef;

    font-weight: 500;

    margin-bottom: 35px;

    display: block;

}

.breadCrumbs-navbar h5 {
    color: #ffffff;
    font-size: 27px;
    margin-left: 0;
    margin-top: 0;
    line-height: 25px;
    font-weight: 400;

}

.breadCrumbs-navbar .punch_line{
    background: #8f33ef;
    border-radius: 2px;
    float: right;
    margin-left: 143px;
    padding: 10px;
    width: calc(100% - 214px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-data-bw h2 {
font-size: 34px;
    text-transform: uppercase;
    line-height: 46px;
    position: relative;
}

.contact-data-bw h2:after {

    content: '';

    position: absolute;

    width: 70px;

    height: 2px;

    left: 0;

    background-color: #8f33ef;

    bottom: -25px;

}

.icon-address h4 {
    font-weight: 700;
    padding-left: 3px;
    font-size: 17px;
}

.icon-address svg {

    fill: #3f3f3f;

    width: 20px;

}

.contact-data-bw p {

    font-size: 20px;

    font-weight: 600;

    color: #4a4949;

}

.filed-data-bw {

    position: relative;

    padding-top: 60px;

}

.mail-id {

    margin-top: 15px;

}

.address-ui-contact {
    padding-left: 27px;
    margin-top: 6px;
    line-height: 22px;
}

.email-card svg {

    width: 18px;

    fill: #3f3f3f;

    vertical-align: top;

}

.email-card {

    color: #000;

    font-weight: 400;

    padding-left: 3px;

}

.icon-email {

    margin-right: 8px;

}

.icon-email svg {

    width: 16px;

    fill: #3f3f3f;

    vertical-align: top;

}



.icon-mobile {

    margin-right: 8px;

}



.mail-id a {

    padding-left: 29px;

    font-size: 16px;

}



.icon-mobile svg {

    fill: #3f3f3f;

    width: 16px;

}

.mobile-num p {



}



.form-column {

    position: relative;

    padding-top: 10px;

}
 
 

.submit-btn-form {

    background-color: #8f33ef;

    font-size: 15px;

    padding: 10px 40px;

    color: #fff;

    display: inline-block;

    vertical-align: middle;

    overflow: hidden;

    position: relative;

    transition: all 0.3s;

    -webkit-transition: all 0.3s;

    z-index: 1;

    cursor: pointer;

    border-radius: 4px;

    font-weight: 600;

    text-align: center;

    border: none;

}

.submit-btn-form:hover {

    background-color: #8f33ef;

    color: #fff;

}





/***********Footer*********/

.footer { padding: 80px 0px 0px 0px;background: #8f33ef;    position: relative;}
.footer_shape figure {
       position: absolute;
    bottom: 77px;
    right: 0;
    width: 200px;
}
.right_shape img {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}

.copyright {margin-top: 50px;
    padding: 15px 0px;
    background: #7516d8;}


.footer-address h4 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
        margin-bottom: 15px;
}

.footer-address address { 

    line-height: 21px;

    position: relative;

    color: #fff;

    margin-top: 17px;

}

.footerAddress {}
.footerAddress li {    list-style: none;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;}
.footerAddress li a { color: #dabe65;}
.footerAddress li a i { color: #fff;}

.footer-address address:after {

    /*content: '';*/

    /*background: #ffffff;*/

    /*position: absolute;*/

    /*height: 1px;*/

    /*bottom: -15px;*/

    /*width: 189px;*/

    /*left: 0;*/

}



.phone-card {

    margin-top: 28px;

    font-size: 20px;

}

.phone-card a {

    color: #fff;

    font-size: 17px;

    font-weight: 700;

}

.phone-card a i {

    font-size: 17px;

    position: relative;

    top: 0px;

}



.footer-links h4 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;

}

.footer-address {

    padding-left: 40px;

}


.footer-links .col-ul{
    display: flex;
    justify-content: space-between;
}
.footer-links ul {

    margin-top: 15px;

    padding: 0;

}

.footer-links ul li {
    display: list-item;
    list-style: none;
    margin-bottom: 10px;
    line-height: 22px;
}

.footer-links ul li a {
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
}

.footer-links ul li a:hover {

    color: var(--white)
}



.btn.btn-green {

    background-color: #8f33ef;
    color: #ffffff;
    border-color: #8f33ef;

    color: #FFF;

    font-size: 15px;

    border-radius: 3px;

    font-style: normal;

    font-weight: bold;

    padding: 10px 0;

}

.btn.btn-green:hover {

    background-color: #ffffff;
    color: #685487;
    border-color: #ffffff;

}



.btn.btn-white-ft {

    border-color: #fff;

    color: #000;

    background-color: #fff;

    font-size: 15px;

    font-style: normal;

    font-weight: bold;

    padding: 15px 0;

}

.copyright-card p {  color: #fff;  }

.copyright-card p a {

    color: #fff;

}



.social-icons ul {

   margin: 0;
    padding: 0;
    color: #fff;
    margin-top: 10px;

}

.social-icons ul li {

    display: inline-block;

}

.social-icons ul li a {

    font-size: 18px;

    color: #fff;

    margin-right: 13px;

}

.ui-header .navbar .navbar-nav li.dropdown .dropdown-toggle::after {
    display: none;
}

.ui-header .navbar .dropdown-menu {
    padding: 0px 0px;
}


.ui-header .navbar .dropdown-menu .dropdown-item:focus,
.dropdown-item:hover {
    color: #8f33ef;
    text-decoration: none;
    background-color: #f3f3f3;
}

/******************************** enquiryButton start ****************************************/
.enquiryButton {
    position: fixed;
    z-index: 999;
    transform: rotate(-90deg);
    right: -62px;
    width: 170px;
    top: 50%;
}

.btn.btn-enquryUi {
    position: relative;
    background: #8f33ef;
    color: #fff;
    padding: 10px 28px;
    font-weight: 600;
    font-size: 17px;
    border-radius: 10px 10px 0 0;
}
.btn.btn-enquryUi:hover,.btn.btn-enquryUi:focus{
    background: #8f33ef;
}
.sidebar-menu-flex {
    bottom: 0;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 9999;
    transform: translateX(calc(-100% + 32px));
    transition-duration: 0.7s;
    transform: translateX(100%);
    right: -22px;
    box-shadow: -5px 36px 20px rgb(33 33 33 / 16%);
}

.sidebar-menu-flex .menu-inner-item {
    box-sizing: border-box;
    max-width: 350px;
    min-width: 350px;
    width: auto;
    height: 100vh;
    overflow: hidden;
    padding: 20px 32px 32px;
    background-color: #fff;
}

.closetn {
    position: absolute;
    left: 0;
    background:#8f33ef;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    top: 0;
    cursor: pointer;
}

.form-contact .form-control.form-contactUs {
    padding: 14px 16px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dadada;
    border-radius: 0;
    font-weight: 300;
    height: 50px;
    margin: 0px 0px 15px;
        border-radius: 6px;
}

.form-details {
    margin-top: 30px;
}

.form-details h4 {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #8f33ef;
    font-size: 1.7em;
}

.form-details p {
    font-size: 13px;
    color: #515151;
    margin-top: 3px;
}

.title-input {
    margin-bottom: 5px;
}

.form-control.form-message {
    border-radius: 0;
    background: #fff;
    line-height: 34px;
    border: 1px solid #dadada;
    padding: 14px 16px;
    font-weight: 500;
    border-radius: 6px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}
.addressIframe iframe {width: 100%;
    height: 345px;
    border: 4px solid #bf9f6454 !important;
    margin-top: 30px;}
.submit-btn-form {
    background: #8f33ef;
    font-size: 15px;
    padding: 10px 40px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 1;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.4px;
    border: none;
    margin: 20px 0px 0px;
}

.enquiryButton .btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

/******************************** enquiryButton end ****************************************/

.services_title h1 {
    font-size: 50px;
    font-weight: 700;
    left: 50px;
    color: #8f33ef;
    line-height: 54px;
    margin-bottom: 10px;
}

.services_inner {
    padding: 50px 0px 0px;
}


.services_right_title {
    padding: 10px 0px;
    margin: 0;
}


.services_thumb img {
    border-radius: 4px 50px 4px 50px;
}

.services_right ul li i {
    color: #8E33F0;
}

.services_right ul {
    padding: 15px 0px 0px;
}

.services_thumb {
    position: relative;
}

.services_thumb:after {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    left: -60px;
    transform: rotate(-47deg);
    filter: blur(4px);
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 55px solid #8E33F0;
}

.services_right_title h3 {
    font-size: 30px;
    font-weight: 700;
}

.services_right p {
    margin-bottom: 1rem;
}

.services_thumb_main {
    position: relative;
}

.services_thumb_icon img {
    margin: -110px 0px 0px -55px;
}

.services_right_space1 {
    margin-bottom: 50px;
}

.bg_layout1 {
    background-image: url(../images/bg1.jpg);
}

.blog_box_content .blog_post_title {
    font-size: 26px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog_box_desc {
    position: relative;
}

.blog_box_desc .blog_read_more_link a span {
    padding-left: 30px;
    color: #8E33F0;
}

.blog_box_content .blog_post_title a {
    color: #4a3662;
}

.blog_box_desc .blog_read_more_link a span:after {
    position: absolute;
    left: 0px;
    top: 48%;
    content: '';
    width: 20px;
    height: 1px;
    background-color: #8E33F0;
}

.blog_item {
    border: 1px solid #8E33F0;
    padding: 15px 15px;
    border-radius: 5px;
}

.blog_more_thumb img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 5px;
}

.blog_thumb img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
}

.blog_more_title {
    padding: 20px 0px 0px;
}

.blog_more_box_content p {
    padding-top: 1rem;
    margin-bottom: 1rem;
}

.blog_more_box_content ul li i {
    color: #8E33F0;
}

.blog_more_sidebar_title {
    padding: 0px 0px 20px;
}

.blog_more_sidebar_thumb img {
    width: 80px;
    height: 80px;
    object-fit: fill;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 5px;
}

.blog_more_sidebar_item {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 23px;
    margin-bottom: 23px;
    border-bottom: 2px solid #e5e5e5;
}

.blog_sidebar_box_content h4 {
    font-size: 17px;
    margin-bottom: 8px;
}

.podcast_inner .item {
    position: relative;
    text-transform: uppercase;
    display: block;
    color: #fff;
    font-weight: 500;
    overflow: hidden;
}

.card_overlay {
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative;
}

.podcast_inner .item:hover img {
    transform: scale(1.1);
}

.podcast_inner .item img {
    object-fit: cover;
    transition: all 5s ease;
    width: 100%;
    height: 400px;
}

.podcast_inner .podcast_title {
    position: absolute;
    width: 100%;
    bottom: 14px;
    transition: all .2s ease;
    z-index: 1;
}

.podcast_inner .podcast_title h2 {
    font-size: 20px;
    font-weight: 700;
}

.podcast_inner .podcast_title p {
    font-size: 13px;
}

.card_overlay:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, black 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, black 100%);
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    -webkit-transition: background .7s ease-out;
    -o-transition: background .7s ease-out;
    transition: background .7s ease-out;
}

/*******Audio Player*****/
.podcast_inner {
    background: #fff;
}

.player {
    position: relative;
}



.player audio {
    width: 100%;
    outline: none;
}

.player audio::-webkit-media-controls-panel {
    background-color: #fff;
    border-radius: 0;
}


/****************** Quiz start  ****************************/

#dd-quiz-do-i-have-a-concussion,
.quiz-header {
    max-width: 900px;
    margin: 0 auto;
    width: 93vw;
    padding: 10px;
}

#dd-quiz-do-i-have-a-concussion {
    line-height: 22px;
}

#dd-quiz-do-i-have-a-concussion .quiz-submit,
#dd-quiz-do-i-have-a-concussion .dd-continue-container button {
    padding: 10px 18px;
    border-radius: 4px;
    background: #8f33ef;
    color: #fff;
    border: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 0px;
}

#dd-quiz-do-i-have-a-concussion .quiz-submit:hover {
    background: #A570FC;
    transition: 0.333s;
}

#dd-quiz-do-i-have-a-concussion .question-grouped-answers {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
}

#dd-quiz-do-i-have-a-concussion .question-grouped-answers>div:not(:empty) {
    width: 100%;
}

#dd-quiz-do-i-have-a-concussion .question-grouped-answers>div .question-answer {
    font-size: 13px;
}

#dd-quiz-do-i-have-a-concussion .question-title {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    margin: 0 0 13px 0;
}

#dd-quiz-do-i-have-a-concussion .question-answers {
    display: block;
    margin: 0 0 30px 0;
}

#dd-quiz-do-i-have-a-concussion .question-answer {
    display: block;
    margin: 0 0 10px 0;
    font-size: 15px;
    line-height: 20px;
}

#dd-quiz-do-i-have-a-concussion .question-answer input {
    margin-right: 5px;
}

#dd-quiz-do-i-have-a-concussion #quiz-result {
    display: none;
    margin: 20px 0 100px 0;
}

#dd-quiz-do-i-have-a-concussion .recommended-reading-item {
    margin: 0 0 12px 0;
}

#dd-quiz-do-i-have-a-concussion .dd-continue-container {
    margin: 0 0 20px 0;
}

@media only screen and (min-width: 460px) and (max-width: 768px) {
    #dd-quiz-do-i-have-a-concussion .question-grouped-answers>div:not(:empty) {
        width: 50%;
        margin: 0 0 20px 0;
    }
}

@media only screen and (max-width: 460px) {
    #dd-quiz-do-i-have-a-concussion .question-grouped-answers>div:not(:empty) {
        width: 100%;
        margin: 0 0 20px 0;
    }
}



.content {
    margin-top: 30px;
}

.header {
        /* background: #A570FC; */
        padding: 15px;
        width: 100%;
        z-index: 9999;
        border: 2px solid #8f33ef;
}

.left-title {
    width: 200px;
    /* color: #FFF; */
    font-size: 18px;
    float: left;
}

.right-title {
    width: 150px;
    text-align: right;
    float: right;
    /* color: #FFF; */
}

.quiz-body {
    margin-top: 15px;
    padding-bottom: 50px;
}

.option-block-container {
    margin-top: 20px;
    max-width: 420px;
}

.option-block {
    padding: 10px;
    background: #f0f0f0;
    border: 1px solid #ffffff;
    margin-bottom: 10px;
    border-radius: 3px;
    cursor: pointer;
    color: #372f44;
}

.result-question {
    font-weight: bold;
}

.c-wrong {
    margin-left: 20px;
    color: #FF0000;
}

.c-correct {
    margin-left: 20px;
    color: green;
}

.last-row {
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.res-header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.custom-chakra .form-check-input {
    margin-left: 0px;
}

.custom-chakra span {
    margin-left: 20px;
}

.btn_chakra {
    padding: 10px 18px;
    border-radius: 4px;
    background: #8f33ef;
    color: #fff;
    border: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 0px;
}


@media (max-width: 1199px) {
.what-we-benefits-box {
    border-radius: 10px;
}
.product-title h4 {
    font-size: 18px;
}
.what-we-benefits-list {
    gap: 15px 15px;
    padding: 19px;
}
.what-we-item-content h3 {
    font-size: 18px;
}
.what-we-item .icon-box img {
    max-width: 35px;
}
.what-we-item .icon-box {
    margin-right: 10px;
}
.what-we-item-content {
    width: calc(100% - 40px);
}
.proCol {
    width: calc(32.333% - 5px);
}
.proRow { justify-content: center; }
}

@media (max-width: 991px) {
.nav-item.dropdown .dropdown-toggle i {    float: right;}
.footer-address {
    padding-left: 5px;
}
.sectionTitle {
    font-size: 46px;
}
.proCol {
    width:calc(49.333% - 7px);
}
.speritImg {text-align: center;}
.speritImg img {        width: 350px;
        margin-bottom: 30px;}
.orderOne {order:1;}
.orderTwo {order:2;}
.mainSlider h1 {
    font-size: 50px;
}
.quotes-card h6 {
    font-size: 26px;
    padding-left: 40px;
}
.quotes-card svg {
    width: 35px;
    height: 35px;
    left: 0px;
    top: -7px;
}
.what-we-benefits-list {width: 100%;}
.what-we-benefit-image { display: none;}
.main-sec .container {    max-width: 720px !important;}
.video-thumbnail {
    width: calc(50% - 8px);
}
.page-single-sidebar { margin-top: 20px; margin-right: 0px;}
.socialMedia { display: none;}
.navbar-brand img {height: 80px;
        width: 80px;}
.stickyHeader .navbar-toggler {
    /*background: #ffffff;*/
    border: none;
    width: 45px;
    height: 45px;
    padding: 0;
    outline: none;
}

.headerbg .navbar-expand-lg {padding-top: 0px;
    padding-bottom: 5px;}
.stickyHeader.headerbg .navbar-brand img {
    margin-bottom: 0px;
}
.stickyHeader .navbar-toggler img {    width: 100%;
    filter: invert(1);}
.stickyHeader .navbar .dropdown-menu {    width: 100%;    position: relative;}
.navbar .navbar-nav .nav-link {    color: #fff !important;     margin-left: 0px;
        padding: 14px 6px 14px;}
    .stickyHeader .navbar-collapse {
        background: #8f33ef;
        position: absolute;
        left: 0;
        right: 0;
        top: 89px;
        padding: 15px;
        margin-top: 7px;
    }
.stickyHeader.headerbg .navbar-collapse {
        margin-top: 0px; }
 .stickyHeader.headerbg {        transition: none;
        animation: none;}
}    
@media (max-width: 768px) {
.stickyHeader.headerbg .navbar-brand {padding-bottom: 5px;}
.navbar-brand img {height: 70px;
        width: 70px;}
.stickyHeader .navbar-toggler img {
        width: 35px;
}
    .headerbg .navbar-expand-lg {
        padding-bottom: 0px;
    }
.stickyHeader .navbar-collapse {        top: 80px;}
 .form-contact .form-control.form-contactUs {height: 42px;}
.main-sec .container {    max-width: 540px !important;}
.core-value-card h2,.founder-card-ab h2,.mission-card h2 { font-size:46px;}
.founder-thumb {
    margin-top: 0px;}
.odOne {order:1;}
.odTwo {order:2;}
.bg-img-section-02 {
    background-position: center;
}
.what-we-item {
    width: 100%;
}
.what-we-benefits-list {
        gap: 20px 15px;
        padding: 15px;
    }
.mainSlider h1 span {
     display: initial; 
}
.footer-links {margin: 20px 0px;}
    .mainSlider h1 {
        font-size: 40px;
        line-height: 56px;
    }
.ourServices .nav-tabs-ui .nav-tabs .nav-link {
    padding: 10px 13px;
}
section,.bg-about-mission  {
    padding: 60px 0px;
}
.footer { padding-top: 60px;}
.left-quote svg, .right-quote svg { display: none;}
.abLogo {    width: 200px;
    margin-bottom: 15px;}
.card-ab-02 h2:nth-child(1),.card-ab-02 h2:nth-child(2) {        font-size: 46px;        font-size: 46px;
        left: 0;}
.card-ab-02 p { padding-left: 0px;}
.bg-about-mission::before,.bg-about-vision::after { content: none;}
.mission-card { padding:0px;}
.service-entry ul li { width: 100%;}
}
@media (max-width: 576px) {
.video-popup-content iframe { 
    height: 320px;
}
.main-sec .container {    max-width: calc(100% - 30px) !important;}
       .quote-about-card svg { display: none;}
.footer_shape figure { 
    width: 110px;
}
    .speritImg img {
        width: 320px;
    }
    .proCol {
        width: 100%;
    }
  .product-title h4 {
        font-size: 22px;
    } 
.video-thumbnail {
    width: 100%;
}
.discover-peace-item { width: 100%;}
.mainSlider {    background-position-x: -470px !important;}
}
