body, html{
    font-size:16px;
    line-height:20px;
    font-family: "Oswald", sans-serif; 
    letter-spacing: 0.5px; 
    color: #505655; 
}
body *{
    outline: none;
}


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

a {
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
    cursor:pointer !important;
	border-radius: 8px;
}

h1, h2, h3, h4, h5, h6{
    margin-top:0;
    color: rgb(55, 55, 55);
    font-family: "Playfair Display", serif;
}
h2{
    font-size: 48px;
}
img{
    max-width:100%;
}
.container {
    max-width: 1260px;
}
ul{
    list-style:none;
    padding-left:0;
    margin-bottom: 0;
}
.pb60{
    padding-bottom: 60px;
}
.pt60{
    padding-top: 60px;
}
.pt20{
    padding-top: 20px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active {
    color: #81ffc6; 
}
.navbar-nav .dropdown-toggle{
    color: #f8f7f0;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
}
.dropdown-menu .categ_item a {
    display: block;
    width: 100%;
    padding: 10px 12px;
    clear: both;
    font-weight: 300 !important;
    color: #505655 !important;
    text-align: inherit;
    padding-right: 10px;
}
.custom-logo-link img{
	max-width: 200px;
	height:auto;
	margin-left: -18px;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #81ffc6;
    background-color: transparent; 
    box-shadow:none !important;
}
.navbar-brand img {
    max-width: 116px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #f8f7f0;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
    transition: all 0.5s;
}
ul.navbar-nav li, ul.nav-contact li {
    margin-left: 40px;
}
ul.nav-contact li a {
    border: 1px solid #81ffc6;
    text-transform: uppercase;
    color: #81ffc6;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 12px 16px;
    min-width: 120px;
    display: inline-block;
    text-align: center;
    background: transparent;
    box-shadow: 1px 1px 0px #81ffc6;
}
ul.nav-contact li a:hover {
    background: #81ffc6;
    color: #505655;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 12px;
    clear: both;
    font-weight: 300;
    color: #505655;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 18px;
}
header#header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}
.slick-prev, .slick-next {
    width: 56px;
    height: 56px;
    opacity: 0.5;
}
.slick-prev {
    left: 16px;
    z-index: 9;
}
.slick-next {
    right: 16px;
    z-index: 9;
}
.slick-prev:before, .slick-next:before{
    content: none;
}
.hero_slider .slick-slide{
    min-height: 100vh;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-prev:hover, .slick-next:hover {
    opacity: 1;
}
.hero_caption {
    padding: 40px 0px;
    top: 50px;
    position: relative;
}
.hero_caption h1 {
    color: #f8f7f0;
    font-size: 64px;
    margin-bottom: 20px;
}
.hero_caption p {
    color: #f8f7f0;
    font-size: 22px;
    line-height: 1.4;
    max-width: 730px;
    letter-spacing: 0.5px;
    margin: 0 auto 20px;
    font-weight: 300;
}
.custom_btn_bg{
    background: #81ffc6;
    color: #505655;
    display: inline-block;
    padding: 18px 16px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
    overflow: hidden; 
    text-transform: uppercase;
    border-radius: 0;
    min-width: 206px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
	border-radius: 8px;
}

.custom_btn_bg span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom_btn_bg:before {
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    width: 50px;
    left: -60px;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all;
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    -webkit-transition: 0ms ease all;
    -moz-transition: 0ms ease all;
    transition: 0ms ease all;
    opacity: .5;
}
.custom_btn_bg:hover {
    background: #505655 !important;
    color: #fff;
}
.custom_btn_bg:hover svg { 
    fill: #fff; 
}
.custom_btn_bg:hover:before {
    left: 110%;
    -webkit-transition: 800ms ease all;
    -moz-transition: 800ms ease all;
    transition: 800ms ease all;
    opacity: .2;
}
.newsletter_form .custom_btn_bg {
    width: 100%;
    border: 1px solid #505655;
    text-align: center;
    padding: 12px 16px;
    background: #505655;
    color: #f8f7f0;
}
.newsletter_form .custom_btn_bg svg{
    fill: #f8f7f0;
}
.custom_btn_bg svg {
    width: 28px;
    fill: #505655;
    margin-left: 10px;
    height: 10px;
}
.about_us .title_section {
    color: #505655;
    font-size: 24px;
    margin-bottom: 12px;
}
.ab_content h2 {
    margin-bottom: 20px;
    color: rgb(55, 55, 55);
}
.ab_content h3 {
    margin-bottom: 30px;
    font-style: italic;
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 1.4;
}
.ab_content p {
    font-size: 20px;
    color: rgb(80 86 85 / 80%);
    line-height: 1.4;
    font-weight: 300;
}
.parallax__container {
    clip: rect(0,auto,auto,0);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -100;
}
.parallax__container .parallax {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
}
footer#footer { 
    position: relative; 
    background: url(../images/footer-bg.jpg);
    background-size: cover;
    background-position: center;
}
footer#footer:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(23 22 22 / 90%);
}
.copyright_footer p {
    margin: 0;
    color: #f8f7f0; 
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
}
.top_footer {
    padding-top: 50px;
    padding-bottom: 40px;
}
.footer_logo img {
    max-width: 202px;
    height: auto;
    margin-left: -23px;
}
.copyright_footer p a:hover {
    color: #81ffc6; 
}
.copyright_footer {
    position: relative;
    padding: 10px 0px;
    border-top: 1px solid rgb(255 255 255 / 12%);
}
.copyright_footer p a {
    color: #f8f7f0;
}
.footer-widget-title h5 {
    color: #81ffc6;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    margin-bottom: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.footer_widget.featured_link {
    position: relative;
    padding-left: 40px;
}
ul.footer-widget-links li {
    margin-bottom: 20px;
    position: relative;
}
ul.footer-widget-links li a {
    color: #fff;
    font-size: 18px;
    transition: all 0.3s;
    font-weight: 300;
    letter-spacing: 1px;
}
ul.social-media li i {
    color: #81ffc6;
    height: 32px;
    width: 32px;
    background: rgb(255 255 255 / 16%);
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    margin-right: 10px;
}
ul.footer-widget-address li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}
ul.footer-widget-address li, ul.footer-widget-address li a {
    color: #f8f7f0;
    font-size: 18px;
    transition: all 0.3s;
    line-height: 28px;
    word-wrap: break-word;
    font-weight: 300;
}
ul.footer-widget-address li i {
    color: #81ffc6;
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 18px;
}
ul.footer-widget-links li a:hover {
    color: #81ffc6;
}
.footer_logo p {
    color: #f8f7f0;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    margin-top: 20px;
}

.blog_grid {
    position: relative;
    margin-top: 30px;
    background: #fff; 
    border-radius: 0px;
    overflow: hidden;
}
figure.blog_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #000000;
    text-align: center;
    margin-bottom: 0;
}
figure.blog_img * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
figure.blog_img img { 
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 2;
}
figure.blog_img a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
ul.blog_post_list {
    position: absolute;
    top: 7px;
    padding: 0px;
    left: 7px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.blog_content h3 a {
    color: rgb(55, 55, 55);
}
ul.blog_post_list li {
    margin-bottom: 0;
    font-size: 14px;
    color: #505655;
    margin-right: 10px;
    background: #81ffc6;
    padding: 5px 10px;
    border-radius: 0;
    text-transform: uppercase;
}
ul.blog_post_list li i {
    margin-right: 2px;
}
.blog_content {
    position: relative;
    padding: 20px 0;
}
.blog_content h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
}
.blog_content p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 18px;
    line-height: 28px;
    color: rgb(80 86 85 / 80%);
    font-weight: 300;
}
.call-to-action {
    position: relative;
    padding: 80px 0px;
    background: rgb(0 0 0 / 28%);
    text-align: center;
}
.blog_grid:hover figure.blog_img img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.read_more_link {
    font-size: 16px;
    transition: all 0.3s;
    cursor: pointer;
    color: #505655;
}
.read_more_link span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.3s;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 500;
}
.read_more_link span:after {
    content: '\f178';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -15px;
    transition: 0.5s;
    font-family: fontAwesome;
    color: #81ffc6;
}
.read_more_link:hover {
    color: #81ffc6;
}
.read_more_link:hover span:after {
    opacity: 1;
    right: 0;
}
.read_more_link:hover span {
    padding-right: 22px;
    text-decoration: none;
}
.call-to-action h2 {
    color: #f8f7f0;
    margin-bottom: 28px;
}
.call-to-action p {
    color: #f8f7f0;
    font-size: 20px;
    font-weight: 300;
}
.s_home_grid img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
.s_home_grid {
    position: relative;
    text-align: center;
}
.services-home {
    background: #f8f7f0;
} 
.testimonial_grid {
    position: relative; 
    margin: 0px; 
}
.testimonial_content {
    background: #fff;
    padding: 0px 24px 32px 0px;
    position: relative;
}
/*.testimonial_content:before {
    content: "";
    bottom: -20px;
    top: auto;
    border-color: #fff transparent transparent #fff;
    display: block;
    position: absolute;
    left: 24px;
    margin-left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px;
}*/
.testimonial_bio {
    position: relative;
    margin-top: 0px;
    display: flex;
    align-items: center;
    gap: 16px
}
.testimonial_bio img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
}
.testimonial_content p {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
}
.testimonial_content i {
    font-size: 56px;
    margin-bottom: 20px;
    color: #81ffc6;
}
.testimonial_bio span {
    color: rgb(80 86 85 / 80%);
    font-size: 16px;
}
.s_home_grid h3 {
    font-size: 32px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #81ffc6;
    margin: 12px;
    padding: 15px;
    color: #505655;
    transition: all 0.3s;
}
.s_home_grid:hover h3 {
    background: #505655;
    color: #f8f7f0;
}
.support_logo{
    background: transparent;
    padding-bottom: 30px;
    padding-top: 50px;
}
.sponsor_logo_slider .slick-slide img { 
    opacity: 0.8;
    transition: all 0.3s;
    margin: 0 auto;
}
.sponsor_logo_slider .slick-slide img:hover {
    opacity: 1;
}
.testimonial_slider.slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 30px;
}
.slick-dots li button:before{
    content: none;
}
.slick-dots li { 
    width: 20px;
    height: 12px; 
    padding: 0; 
    background: #f8f7f0;
    border-radius: 8px;
}
ul.slick-dots li.slick-active {
    background: #81ffc6;
    width: 32px;
}
.newsltter_innerBox {
    background: #81ffc6;
    position: relative;
    display: flex;
    flex-wrap: wrap; 
}
.newsltter_left_img img {
    height: 100%;
    object-fit: cover;
}
.newsltter_left_img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 55%;
    position: relative;
    padding: 0px; 
}
.newsletter_content {
    width: 45%;
    padding: 60px 45px;
    position: relative;
    text-align: center;
}
.newsletter_content h2 {
    margin-bottom: 20px;
    font-size: 44px;
}
.newsletter_content .title_section {
    color: #505655;
    font-size: 22px;
    margin-bottom: 12px;
}
.newsletter_content p {
    font-size: 20px;
    color: rgb(80 86 85 / 80%);
    line-height: 1.4;
    font-weight: 300;
}
form.newsletter_form {
    max-width: 330px;
    margin: 0 auto;
}
form.newsletter_form .form-control {
    height: 52px;
    font-size: 18px;
    font-weight: 300;
    border-radius: 0;
    box-shadow: none;
}
.page-banner {
    background: url(../images/banner-image.jpg);
    padding: 70px 0px;
    background-size: cover;
    padding-top: 260px;
    position: relative;
}
.page-banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; 
    background: rgb(23 22 22 / 70%);
}
.page-banner h1 {
    color: #fff;
    font-size: 48px;
}
ol.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}
.breadcrumb-item a {
    color: #81ffc6; 
    text-decoration: underline;
}
.breadcrumb-item.active {
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/";
}
.breadcrumb-item{
    font-size: 18px;
}
.contact-detail p {
    font-size: 20px;
    color: rgb(80 86 85 / 80%);
    line-height: 1.5;
    font-weight: 300;
}
p.contact-form-note {
    font-style: italic;
}
.contact-page h2 {
    margin-bottom: 24px;
}
ul.contact-information {
    margin-bottom: 30px;
    margin-top: 30px;
    background: rgb(129 255 198 / 24%);
    padding: 24px;
    border-radius: 4px;
}
ul.contact-information li:last-child {
    margin-bottom: 0;
}
ul.contact-information li {
    margin-bottom: 16px;
}
ul.contact-information li a {
    color: rgb(55, 55, 55);
    font-weight: 300;
    font-size: 20px;
}
ul.contact-information li i {
    margin-right: 16px;
    color: #81ffc6; 
}

.contact-page-form-wrapper .form-group input.form-control {
    height: 56px;
    font-size: 18px;
    font-weight: 300;
    border-radius: 0;
    box-shadow: none;
    letter-spacing: 0.5px;
}

#contact_page_form input {
    height: 56px;
    font-size: 18px;
    font-weight: 300;
    border-radius: 0;
    box-shadow: none;
    letter-spacing: 0.5px;
}
#contact_page_form textarea { 
    font-size: 18px;
    font-weight: 300;
    border-radius: 0;
    box-shadow: none;
    letter-spacing: 0.5px;
    resize: none;
}
#contact_page_form .form-group {
    margin-bottom: 20px;
}
#contact_page_form .custom_btn_bg {
    border: 0;
    cursor: pointer;
}
.blog_main_img img {
    width: 100%;
}
.blog_grid.single_blog_content h2{

}
.blog_grid.single_blog_content {
    margin-top: 0;
}
.blog_grid.single_blog_content h3 {
    font-size: 24px;
}
.single_blog_content p strong {
    color: rgb(80 86 85 / 100%);
    font-size: 20px;
}
.blog_grid.single_blog_content h2 {
    margin-bottom: 24px;
    line-height: 1.3;
    font-size: 32px;
}
.single_blog_content p {
    font-size: 18px;
    line-height: 28px;
    color: rgb(80 86 85 / 80%);
    font-weight: 300;
}
.coment-form.comment-top {
    position: relative;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid rgb(206, 212, 218);
}
.coment-form.comment-top h2 {
    font-size: 36px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.blog_form_vs input.form-control {
    height: 56px;
    font-size: 18px;
    font-weight: 300;
    border-radius: 0;
    box-shadow: none; 
}
.blog_form_vs textarea.form-control {
    box-shadow: none;
    font-size: 18px;
    resize: none;    
    border-radius: 0;
        font-weight: 300;
}
.blog_main_img {
    margin-bottom: 20px;
}
.posting_btn .custom_btn_bg {
    border: 0;
    cursor: pointer;
}
.blog_form_vs .form-group {
    margin-bottom: 20px;
}
ul.bloginfo-detail li {
    margin-right: 20px;
}
.single_blog_content ul li {
    margin-bottom: 12px;
    font-size: 18px;
    color: rgb(80 86 85 / 80%);
    line-height: 24px;
    font-weight: 300;
}
ul.bloginfo-detail li i {
    margin-right: 4px;
    color: rgb(129 255 198);
}
.blog_grid.single_blog_content h3 {
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 20px;
}
.recent_post, .categories_post, .search_post, .popular_post {
    margin-bottom: 30px;
}
.posting h2 {
    font-size: 26px;
    padding-bottom: 6px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(206, 212, 218);
}
.posting ul.uline_post li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 16px;
    line-height: 24px;
}
.posting ul.uline_post li::before {
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    left: 0px;
    font-size: 22px;
    color: rgb(129 255 198);
}
.posting ul.uline_post li a {
    color: rgb(80 86 85 / 80%);
    font-size: 17px;
    transition: 0.3s;
}
.search_post input.form-control {
    height: 56px;
    font-size: 18px;
    font-weight: 300;
    border-radius: 0;
    box-shadow: none; 
    letter-spacing: 1px;
}
.service_grid img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 100%;
    margin-bottom: 16px;
}
.service_grid h2 {
    font-size: 28px;
    margin-bottom: 16px;
}
.service_grid {
    margin: 30px 0px;
    position: relative;
    text-align: center;
}
.service_grid p {
    font-size: 18px;
    color: rgb(80 86 85 / 80%);
    line-height: 1.5;
    font-weight: 300;
}
.dropdown.active .dropdown-toggle {
    color: #81ffc6;
}
.s_home_grid {
    margin-top: 40px;
}
.section-header p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
}
.services-about h4 {
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
}
.approach_grid {
    margin-top: 40px;
    position: relative;
}
.approach_grid img {
    margin-bottom: 0;
    width: 64px;
    height: 64px;
}
.approach_grid {
    text-align: center;
}
.approach_grid .approach-icon {
    width: 96px;
    height: 96px;
    background: #81ffc6;
    border-radius: 2px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.approach_grid p {
    font-size: 20px;
    margin: 0;
    line-height: 1.5;
    font-weight: 300;
}
.approach_grid h3 {
    font-size: 28px;
    margin-bottom: 16px;
}
.modal-logo {
    background: #f8f7f0;
    height: 100%;
    padding: 24px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.modal-content { 
    border-radius: 0px;  
}
.contact-form-div.enquire-form-div {
    position: relative;
    padding: 40px;
}
.enquire-form-div button.close {
    position: absolute;
    top: 8px;
    right: 8px;
    opacity: 1;
    outline: none;
}
.enquire-form-div button.close img {
    max-width: 44px;
}
.modal-header-top p {
    font-size: 18px;
    color: rgb(80 86 85 / 80%);
    line-height: 1.5;
    font-weight: 300;
}
.modal-header-top h2 {
    margin-bottom: 12px;
}
.enquire-form-div form#contact_page_form {
    margin-top: 20px;
}
.success-stories-wrapper > .row {
    margin: 60px 0px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 60px;
    position: relative;
    align-items: center;
}
.success-stories-content h2 {
    font-size: 36px;
    margin-bottom: 16px;
}
.success-stories-content p {
    font-size: 20px;
    color: rgb(80 86 85 / 80%);
    line-height: 1.5;
    font-weight: 300;
}
.success-stories-content h3 {
    margin-bottom: 16px;
    font-style: italic;
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 1.4;
}
.navbar-dark .navbar-toggler { 
    background: #81ffc6;
    padding-left: 8px;
    padding-right: 8px;
    outline: none;
}
.navbar-dark .navbar-toggler img {
    width: 32px;
}
