@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px;
    color: #393939;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}


/***** Font Files *****/

@font-face {
    font-family: "seawave";
    src: url(../fonts/seawave.otf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "seawave";
    font-size: 65px;
    color: #0e0f0f;
    font-weight: 500;
    margin: 0 0 0px;
    line-height: 1.1;
}

h2 {
    font-family: "seawave";
    font-size: 60px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
    line-height: 1.1;
}


h3 {
    font-family: "seawave";
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

/* Header Start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #e6ecea;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 10px;
}


.menusection-button ul {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.theme-btn-1 {
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 5px 5px 5px 15px;
    display: flex;
    align-items: center;
    background: #446e60;
    width: fit-content;
    font-size: 14px;
    color: #ffffff !important;
    text-transform: uppercase;
}

.theme-btn-1 span {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-left: 8px;
}

.menuSec .active {
    position: relative;
}

.menuSec .active:before {
    content: "";
    position: absolute;
    background: #6d8e83;
    width: 100%;
    height: 1.5px;
    bottom: -15px;
}

.header-logo a img {
    width: 130px;
    height: 43px;
    object-fit: contain;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.menuSection {
    background: #446e60;
    padding: 15px 0;
}

.container-fluid.add-padding {
    padding: 0 4%;
}

/* Header Ends */


/* Main Banner Start */

.main-banner-sec {
    padding: 80px 0;
}

.main-banner-heading h1 span {
    display: block;
}

.main-banner-heading h1 label {
    color: #446e60;
}

.main-banner-text p {
    color: #808586;
    margin-bottom: 0;
}

.main-banner-text label {
    font-family: "seawave";
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid #cbcbcb;
    width: 60%;
}

.main-banner-images-box img {
    width: 100%;
    height: 472px;
    object-fit: cover;
}

.main-banner-text {
    width: 80%;
    margin: 0 0 0 auto;
}

.main-banner-button {
    margin-bottom: -25px;
    position: relative;
    margin-top: 40px;
    z-index: 999;
}

.main-banner-socail-link ul li a:hover {
    background: #fff;
    color: #446e60;
    border: 1px solid #446e60;
    transition: 0.5s;
}

.main-banner-images-box {
    position: relative;
    display: flex;
    align-items: center;
    z-index: -1;
}

.main-banner-socail-link {
    position: absolute;
    right: 100px;
}

.main-banner-socail-link ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #ffffff3b;
    color: #fff;
    font-size: 15px;
    transition: 0.5s;
}

.main-banner-socail-link ul li {
    padding-bottom: 35px;
    position: relative;
}

.main-banner-socail-link ul li:last-child {
    padding-bottom: 0 !important;
}

.main-banner-socail-link ul li:last-child:before {
    display: none !important;

}

.main-banner-socail-link ul li:before {
    content: "";
    position: absolute;
    background-color: #ffffff3b;
    width: 1px;
    height: 35px;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 45px;
}


/* Main Banner Ends */

/*About Us Start*/

.about-me-text h2 span {
    display: block;
}

.about-me-text p {
    margin-top: 30px;
    color: #979797;
    margin-bottom: 25px;
}

.about-me-our-mission {
    background: #446e60;
    padding: 30px 30px;
    margin-top: 45px;
}

.about-me-our-mission p {
    color: #95ada5;
    margin-bottom: 0;
    margin-top: 0 !important;
}

.about-me-our-mission h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
}

.about-me-images {
    position: relative;
}

.about-me-sec.inner .about-me-images:before {
   
    height: 97%;
    right: 50px;

}
.about-me-sec.inner .about-me-images img {
    width: 80%;
    height: 690px;
    object-fit: cover;
    position: relative;
    object-position: top;
}


.about-me-images:before {
    content: "";
    position: absolute;
    background: #ecf0ef;
    width: 1px;
    height: 70%;
    right: 50px;
    bottom: 0;
}

.about-me-text {
    position: relative;
}
.about-me-text:before {
    content: "";
    position: absolute;
    background: #446e60;
    width: 50px;
    height: 7px;
    left: -98px;
    top: -52px;
}

.about-me-images img {
    width: 80%;
    height: 959px;
    object-fit: cover;
    position: relative;
}

.about-me-sec {
    margin-top: -150px;
    margin-bottom: 30px;
}

.about-me-images:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 180px;
    height: 190px;
    z-index: 9999;
    bottom: 0;
    right: 138px;
}

/*About Us Ends*/

/*Services Start*/

.services-heading {
    text-align: center;
    border-bottom: 1px solid #ebeae9;
    padding-bottom: 30px;
}

.services-heading p {
    width: 66%;
    color: #888787;
    margin: 0 auto;
}

.services-heading h2 {
    margin-bottom: 10px;
}

.services-heading label {
    margin-bottom: 2px;
    color: #446e60;
    text-transform: uppercase;
    font-weight: 600;
}

.sec {
    padding: 100px 0;
}

.services-silder-items {
    margin-top: 25px;
    position: relative;
}

.services-silder-items-heading {
    position: absolute;
    background: #fff;
    z-index: 9;
    bottom: 8px;
    width: 95%;
    margin: 0 auto;
    right: 0;
    left: 0;
    text-align: center;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-silder-items-heading h2 {
    font-size: 25px;
}

.services-silder .slick-active {
    opacity: 1.5;
}

.services-silder .slick-slide {
    margin: 0px 12px;
}

.services-silder-items-img img {
    width: 100%;
    height: 445px;
    object-fit: cover;
}

.services-sec .services-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.services-sec .slider-count {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
}


.services-sec button.prev-arrow.slick-arrow.slick-disabled {
    background: none;
    border: 2px solid #b7bec2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.services-sec button.prev-arrow.slick-arrow.slick-disabled img {
    width: 17px;
    height: 10px;
    object-fit: contain;
}

.services-sec button.next-arrow.slick-arrow {
    background: none;
    border: 2px solid #b7bec2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.services-sec button.next-arrow.slick-arrow img {
    width: 17px;
    height: 10px;
    object-fit: contain;
    transform: rotate(180deg);
}

.services-sec span.current-slide {
    font-family: "seawave";
    font-size: 30px;
    color: #a3b8b1;
}

.services-sec span.total-slides {
    font-family: "seawave";
    font-size: 20px;
    color: #a3b8b1;
    line-height: normal;
    margin-bottom: -2px;
}

.services-sec button.prev-arrow.slick-arrow {
    background: #a3b8b1;
    border: 2px solid #b7bec2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.services-sec .services-slider-controls {
    gap: 25px;
    position: relative;
}

/* Numbers */
.services-sec .slider-count {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    font-weight: 500;
}

/* Progress Background Line */
.services-sec .progress-wrapper {
    width: 180px;
    height: 2px;
    background: #ddd;
    position: relative;
    overflow: hidden;
}

/* Animated Line */
.services-sec .slider-count .line {
    width: 0;
    height: 100%;
    background: #000;
    transition: width 0.4s ease;
}

/* Optional: rotate left arrow */

/*Services Ends */

/*Couples Therapy Deeper Connection Start*/


.couples-therapy-couples-row .row {
    justify-content: end;
}

.couples-therapy-couples-sec {
    position: relative;
}

.couples-therapy-couples-sec:before {
    content: "";
    position: absolute;
    background: #2a544c;
    width: 100%;
    height: 80.5%;
    top: 0;
    z-index: -1;
}

.couples-therapy-couples-row {
    background-image: url(../images/couples-therapy-couples-back.png);
    width: 100%;
    height: 510px;
    background-size: cover;
    display: flex;
    align-items: center;
}

.couples-therapy-couples-text h2 span {
    display: block;
}

.couples-therapy-couples-text h2 {
    margin-bottom: 20px;
    color: #fff;
}

.couples-therapy-couples-text p {
    color: #a6bab3;
}

.couples-therapy-couples-text ul li {
    color: #dae2df;
    font-family: "seawave";
    font-size: 18px;
}

.couples-therapy-couples-text a {
    font-family: "seawave";
}

.couples-therapy-couples-text ul {
    line-height: 30px;
    margin-bottom: 28px;
}

.couples-therapy-deeper-connection-row {
    margin: 100px 80px 0;
}

.couples-therapy-deeper-connection-text h2 span {
    display: block;
}

.couples-therapy-deeper-connection-text h2 {
    color: #fff;
    margin-bottom: 20px;
}

.couples-therapy-deeper-connection-text p {
    color: #a9b9b6;
}

.couples-therapy-deeper-connection-text ul li span {
    background: #41675f;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}

.couples-therapy-deeper-connection-text ul {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    margin-top: 30px;
}

ul.structure li span {
    color: #446e60 !important;
    background: #ecf0ef;
}

ul.structure li label {
    color: #333333 !important;
}

.couples-therapy-deeper-connection-text ul li p {
    margin-bottom: 0;
}

.couples-therapy-deeper-connection-text ul li label {
    font-family: "seawave";
    font-size: 20px;
    color: #d4dcdb;
    margin-bottom: 2px;
}

.couples-therapy-couples-btn {
    margin-top: 30px;
}

.couples-therapy-deeper-connection-img {
    text-align: end;
}

.couples-therapy-deeper-connection-img img {
    width: 90%;
    height: 560px;
    object-fit: cover;
    background: linear-gradient(-5deg, #2a544c47, transparent);
    padding: 15px 15px;
}

/*Couples Therapy Deeper Connection Ends*/


/*What People Say Start*/

.testi_main {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.testi_img {
    position: relative;
    border-radius: 5px;
}

.testi_img img {
    width: 100%;
    display: block;
    height: 520px;
    transition: transform 0.6s ease;
    object-fit: cover;
}
section.testimonial.inner {
    padding-bottom: 100px;
}

.testi_hover {
    position: absolute;
    background: #2f5d50;
    color: #fff;
    padding: 40px 20px;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    border-radius: 5px;
}

.testi_main:hover .testi_hover {
    opacity: 1;
}

.stars i {
    color: #ffba00;
    font-size: 14px;
    margin-right: 0px;
}

.test-top-boxs-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.testi_hover p,
.testi_hover .client_info,
.testi_hover .stars {
    opacity: 0;
    transition: all 0.4s ease;
}

.testi_main:hover .testi_hover p,
.testi_main:hover .testi_hover .client_info,
.testi_main:hover .testi_hover .stars {
    opacity: 1;
}

.what-people-say-heading {
    text-align: center;
}

.what-people-say-heading p {
    color: #868787;
    width: 75%;
    margin: 0 auto;
}

.what-people-say-heading h2 {
    margin-bottom: 10px;
}

.testi_hover p {
    color: #eef2f1;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
}

.testi_hover .client_info {
    transition-delay: 0.3s;
    margin-top: 25px;
}

.client_info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.client_info img {
    width: 70px;
    height: 70px;
}

.testi-rating span {
    font-family: "seawave";
}

.client_info h4 {
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-family: "seawave";
}

.client_info span {
    font-size: 12px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.testi_static {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
    background: #fff;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.testi_main:hover .testi_static {
    opacity: 0;
}

.testi_static .name {
    font-size: 20px;
    font-weight: 400;
    color: #2a534b;
    font-family: "seawave";
}

.testi_static .designation {
    font-size: 12px;
    font-weight: 400;
    font-family: "seawave";
    color: #2a534b;
}


.testi_slider .testi_main:hover .testi_hover,
.testi_slider .slick-current.slick-center .testi_hover {
    opacity: 1;
}

.testi_slider .testi_main:hover .testi_hover p,
.testi_slider .slick-current.slick-center .testi_hover p,
.testi_slider .testi_main:hover .testi_hover .stars,
.testi_slider .slick-current.slick-center .testi_hover .stars,
.testi_slider .testi_main:hover .testi_hover .client_info,
.testi_slider .slick-current.slick-center .testi_hover .client_info {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.testi_slider .testi_main:hover .testi_static,
.testi_slider .slick-current.slick-center .testi_static {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.testi_slider .slick-slide {
    opacity: 1;
}

.testi-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background-color: #2f5d50;
    border: 2px solid #2f5d50;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99;
}

.testi-slider-arrow i {
    color: #fff;
    font-size: 18px;
    transition: color 0.3s ease;
}

.testi-slider-arrow {
    transition: background-color 0.3s ease, opacity 0.3s ease;
}

.testi_slider .slick-next {
    right: -50px;
    opacity: 1;
}

.testi_slider .slick-prev {
    left: -50px;
    opacity: 0.5;
}

.testi_slider .testi-slider-arrow:hover {
    border: 2px solid #2f5d50;
    background-color: #ffffff;
    opacity: 1;
}

.testi-slider-arrow:hover i {
    color: #2f5d50;
}

.testi_slider .slick-prev:before,
.testi_slider .slick-next:before {
    display: none;
}

/*What People Say Ends*/


/*Latest Blog Start*/

.latest-blog-heading {
    text-align: center;
}

.latest-blog-heading p {
    color: #888787;
    width: 60%;
    margin: 0 auto;
}

.latest-blog-heading h2 {
    margin-bottom: 15px;
}

.latest-blog-box {
    margin-top: 25px;
}

.latest-blog-text {
    width: 78%;
    background: #2a534b;
    padding: 25px 25px;
    position: relative;
    margin: 0 0 0 auto;
    margin-top: -140px;
    margin-right: 60px;
    box-shadow: 0 0 10px 0 #0000008f;
    opacity: 0;
    transition: 0.5s;
}

.latest-blog-box:hover .latest-blog-text {
    opacity: 1;
    transition: 0.5s;
}

.latest-blog-img img {
    object-fit: cover;
    width: 100%;
    height: 330px;
}

.latest-blog-text h2 {
    font-size: 20px;
    color: #95a9a5;
    margin-bottom: 12px;
}

.latest-blog-text p {
    color: #95a9a5;
}

.latest-blog-text ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
}

.latest-blog-text ul li span {
    border: 1px solid #8ca39e;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #95a9a5;
    font-size: 13px;
}

.latest-blog-text ul li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.latest-blog-text ul li {
    color: #95a9a5;
    font-size: 14px;
    font-weight: 500;
}

/*Latest Blog Ends */

/* Footer Start */

.main-footer-form {
    background: #446e60;
    padding: 40px 30px;
}

.main-footer-form input {
    width: 100%;
    height: 50px;
    margin-bottom: 25px;
    padding: 0 15px;
    border: 1px solid #6d8e83;
    background: none;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.main-footer-form textarea {
    width: 100%;
    height: 220px;
    margin-bottom: 25px;
    padding: 15px 15px;
    border: 1px solid #6d8e83;
    background: none;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    resize: none;
}

.main-footer-sec {
    position: relative;
    padding-bottom: 30px;
}

.main-footer-sec:before {
    content: "";
    position: absolute;
    background: #2d564e;
    width: 100%;
    height: 70%;
    z-index: -1;
    bottom: 0;
}

.main-ftr-contact-us-heading {
    margin-left: 70px;
    margin-top: 30px;
}

.main-ftr-contact-us-heading h2 {
    margin-bottom: 8px;
}

.austintx-counseling-logo h2 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 20px;
}

.austintx-counseling-logo p {
    color: #96aba7;
    margin-bottom: 0;
}

.follow-us-icon {
    margin-top: 40px;
}

.follow-us-icon h2 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.follow-us-icon ul li a {
    color: #5b7b75;
    border: 1px solid #5b7b75;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: 0.5s;
}

.ftr-quick-links-box ul li a {
    color: #96aba7;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    transition: 0.5s;
}

.ftr-contact-info-box ul li a {
    color: #96aba7;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.ftr-contact-info-box ul li a i {
    color: #fff;
}

.ftr-contact-info-box {
    margin-left: 20px;
}

.ftr-copy-right-row {
    background: #446e60;
    padding: 20px 0;
    text-align: center;
    width: 66.4%;
    margin: 0 0 0 auto;
}

.ftr-copy-right-row p {
    color: #a2b7b0;
    margin-bottom: 0;
    font-size: 14px;
}

.ftr-quick-links-box h2 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ftr-quick-links-box ul {
    line-height: 35px;
}

.ftr-quick-links-box {
    margin-left: 40px;
}

.ftr-contact-info-box h2 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.follow-us-icon ul {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}

.follow-us-icon ul li a:hover {
    background: #fff;
    color: #000;
    transition: 0.5s;
}

.main-ftr-contact-us-heading p {
    color: #9ba1a7;
    margin-bottom: 0;
}

.austintx-counseling-logo h2 {
    font-size: 23px;
}

.main-ftr-left-row {
    margin-top: 115px;
    margin-left: 70px;
}

.ftr-quick-links-box ul li a:hover {
    color: #fff;
    margin-left: 10px;
    transition: 0.5s;
}

.main-footer-form input::placeholder {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.main-footer-form textarea::placeholder {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

/* Footer Ends */

/*Inner About Us Start*/

.inner-banner-sec {
    background-image: url(../images/main-banner-images.png);
    width: 100%;
    height: 500px;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
}

.inner-banner-heading h2 {
    background: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 5px 20px;
}
.about-me-sec.inner {
    padding: 100px 0;
    margin: 0 !important;
}


/*Inner About Us Ends*/


/*Inner Contact Us Start*/


  



.cont-bx {
    padding: 50px 30px;
    border-radius: 0px;
    height: 200px;
    background: #446e60;
}




.cont-bx h3 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 400;
    padding-bottom: 15px;
    border-bottom: 1px solid #cfcfcf;
    width: 75%;
    text-transform: uppercase;
}


.cont-bx span {

    color: #fff;

}



.cont-bx a {
    color: #f7f6f5;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
}



.cont-bot-txt {
    text-align: center;
    margin-top: 60px;
}



.cont-bot-txt h3 {
    font-size: 60px;
    line-height: 55px;
    margin-bottom: 10px;
    font-family: "seawave";
    font-weight: 500;
}


.cont-bot-txt p {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
    color: #868787;
    font-weight: 600;
}



.cont-bot-txt form input {
    width: 100%;
    height: 60px;
    border: 2px solid #bdbdbd;
    padding: 0 15px;
    border-radius: 5px;
      color: #9f9fa0;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.cont-bot-txt form input::placeholder {
 
    color: #9f9fa0;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.cont-bot-txt form textarea::placeholder {
 
     color: #9f9fa0;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
.cont-bot-txt form textarea {
    width: 100%;
    height: 250px;
    padding: 15px 15px;
    border-radius: 5px;
     color: #9f9fa0;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    resize: none;
    border: 2px solid #bdbdbd;
    text-transform: uppercase;
}
.cont-bot-txt button {
    border: bisque;
    margin: 0 auto;
}







/*Inner Contact Us Ends*/


/*Inner Services Detail Start*/


.inner-services-detail-images img {
    width: 100%;
    height: 653px;
    object-fit: cover;
}
.inner-services-detail-text {
    background: #fff;
    width: 90%;
    margin: 0 auto;
    margin-top: -120px;
    position: relative;
    padding: 30px 30px;
    box-shadow: 0 0 5px 0 #0000001f;
}
.inner-services-detail-text p {
    color: #a6a5a5;
}
.inner-services-detail-text h2 {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

/*Inner Services Detail Ends*/

/*Inenr Fees Insurance Start*/

.inner-fees-insurance-img img {
    width: 100%;
    height: 625px;
    object-fit: cover;
}
.inner-fees-insurance-text ul li p {
    margin-bottom: 0;
}
.inner-fees-insurance-text h2 {
    margin-bottom: 20px;
}
.inner-fees-insurance-text p {
    color: #909090;
}
.inner-fees-insurance-text {
    margin-left: 10px;
}
.inner-fees-insurance-text ul li h2 {
    font-size: 20px;
    margin-bottom: 5px;
}
.inner-fees-insurance-text ul li span {
    background: #edf1ef;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    color: #446e60;
}
.inner-fees-insurance-text ul {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 30px;
}
.consultation-fees-heading {
    text-align: center;
}


.consultation-fees-heading h2 {
    margin-bottom: 5px;
}
.consultation-fees-heading p {
    color: #868787;
    font-weight: 500;
    width: 70%;
    margin: 0 auto;
}
.consultation-fees-sec {
    padding-bottom: 100px;
}
.consultation-fees-boxs {
    padding: 40px 30px;
    border-radius: 10px;
    transition: 0.5s;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}
.consultation-fees-boxs:hover {
    background: #446e60;
    transition: 0.5s;
    transform: scale(1.1);
    margin-top: 50px;
}
.consultation-fees-boxs ul {
    margin-bottom: 25px;
}
.consultation-fees-boxs a {
    background: #446e60;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 auto;
}
.consultation-fees-boxs ul li {
    color: #252525;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}
.consultation-fees-boxs ul {
    line-height: 28px;
}
.consultation-fees-boxs p {
    color: #5b5b5b;
    margin-top: 20px;
    width: 75%;
    font-weight: 500;
}
.consultation-fees-boxs:hover * {
    color: #dde5e2;
}
.consultation-fees-boxs:hover a {
    background: #dde5e2;
    color: #446e60;
    font-weight: 600;
}
.consultation-fees-boxs:hover ul li img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(4%) saturate(145%) hue-rotate(108deg) brightness(93%) contrast(100%);
}
.consultation-fees-boxs h2 span {
    font-size: 40px;
    margin-right: 1px;
}
.consultation-fees-boxs h2 {
    color: #446e60;
    margin-top: 15px;
    margin-bottom: 28px;
}
.consultation-fees-boxs label {
    color: #151515;
    font-weight: 600;
    font-size: 15px;
}
.consultation-fees-boxs label {
    text-align: center;
    display: block;
}
.consultation-fees-boxs h2 {
    text-align: center;
}

/*Inenr Fees Insurance Ends*/



/* Inner Faqs Start*/


section.faqs-main {
    padding: 80px 0 100px;
}
.faq-heading p {
    width: 80%;
    margin: 0 auto;
}
.gorilla-content .accordion-button.collapsed {
    padding: 18px 20px;
    background-color: inherit;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    border-radius: 0px !important;
    font-weight: 600;
    font-family: "seawave";
    text-transform: uppercase;
}


.accordion-body.gorrila-page-txt p {
    margin-bottom: 0;
    color: #757575;
    font-size: 14px;
    font-weight: 500;
}
.gorilla-content .accordion-button {
    padding: 22px 20px 10px;
    background-color: inherit;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    border-radius: 0px !important;
    font-weight: 600;
    font-family: "seawave";
    text-transform: uppercase;
}
.faq-heading h2 {
    color: #000;
}




.gorilla-content .gorrila-page-txt .color-red {
  color: #A60000;
  font-weight: 500;
  margin-bottom: 7px;
  margin-top: 30px;
  }

.gorrila-page-txt ul {
    list-style: disc;
}
.gorrila-page-txt ul li{
   color: #000000;
   font-size: 14px;
   line-height: 23px;
   font-family: 'Roboto', sans-serif;
   font-weight: 400;
   margin-bottom: 15px;
   margin-left: 15px;
}
.gorrila-page-txt ul li::marker {
  color: #000;
}

.accordion-body.gorrila-page-txt {
    padding: 0px 20px 20px;
    background: #ffffff;
    border: unset !important;
    border-top: none;
}
.gorilla-content .accordion-item {
    margin-bottom: 15px;
    border: none !important;
    border-bottom: 2px solid #f1f1f1 !important;
}
.accordion-button::after {
    content: "" !important;
    position: absolute !important;
    background-image: url(../images/faqopen.png) !important;
    width: 15px;
    height: 15px;
    right: 25px;
    background-size: contain;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/faqclose.png) !important;
}
.gorilla-content  .accordion-button:not(.collapsed){
  box-shadow: none;
  /* border: 1px solid; */
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.accordion-collapse.collapse {
  /* border: 1px solid #A60000; */
  border-top: 0;
  border-radius: 0 0 10px 10px;
  /* margin-bottom: 30px; */
}


.gorilla-content  button:focus:not(:focus-visible){
  box-shadow: none;
}

.gorilla-content .accordion-button::after{
  content: '\f067';
  font-weight: 900;
  font-family: 'Font Awesome 5 free';
  background-image: none;

}

.accordion-button:not(.collapsed)::after{
  content: '\f068';
  font-weight: 900;
  font-family: 'Font Awesome 5 free';
}
.address {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
section.faqs-main p {
    font-weight: 400;
    line-height: 28px;
    font-size: 14px;
    color: #333333;
    font-family: 'Montserrat';
    margin-bottom: 20px;
}


.faq-heading.text-center {
    margin-bottom: 30px;
}
.faq-heading.text-center h3 span {
    display: block;
}
.faq-heading.text-center h3 {
    line-height: 60px;
}
div#accordionExample {
    padding: 0px 91px;
}
.dv1faq {
    text-align: center;
}
.dv1faq h2 {
    font-family: 'Blacksword';
    font-size: 50px;
    color: #ff7f00;
    font-weight: 400;
    margin-bottom: 10px;
}
.dv1faq h3 {
    font-size: 50px;
    font-family: 'Playfair Display';
    font-weight: 400;
    color: #000;
}
.dv1faq {
    text-align: center;
    margin-bottom: 70px;
}
.faqs-main-inner-heading p {
    width: 80%;
    color: #757575;
    margin-top: 10px;
}
.faqs-main-inner-heading {
    margin-bottom: 15px;
}


.faqs-main-inner-heading h2 {
    text-transform: uppercase;
}





section.faqs-main-inner div#accordionExample {
    padding: 0px;
}
/*Inner Faqs Page End*/