@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cinzel:wght@400..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/***** General CSS *****/

body {
  word-break: break-word;
  font:
    15px/25px,
    sans-serif;
  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: "urban";
  src: url(../fonts/urban.otf);
  font-weight: 400;
  font-style: normal;
}

/***** 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: 100px 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: "urban";
  font-size: 60px;
  color: #ffffff;
  font-weight: 500;
  margin: 0 0 0px;
  line-height: 1;
}

h2 {
  font-family: "urban";
  font-size: 55px;
  color: #201b15;
  font-weight: 500;
  margin: 0 0 0px;
  text-transform: uppercase;
}

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

h4 {
  font-family: "urban";
  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: #909090;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  margin: 0px;
}

/* Header Start */

.menuSec {
  padding: 0px 0;
}

.add-padding {
  padding: 0 3%;
}

.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: center;
  gap: 100px;
}

.header-button a {
  background: #ebebeb;
  display: flex;
  align-items: center;
  height: 48px;
  margin: 0 0 0 auto;
  width: fit-content;
}

span.header-btn-text {
  padding: 8px 15px;
  font-size: 14px;
  text-transform: uppercase;
  color: #171717;
  font-weight: 600;
  border-right: 1px solid #d5d5d5;
}

span.header-btn-icon {
  color: #000000;
  padding: 0 15px;
}

.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: #171717;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.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: #9d7f5f;
}

section.main_slider:before {
  content: "";
  position: absolute;
  background: #9d7f5f;
  width: 100%;
  height: 75px;
  z-index: 1;
  bottom: 0;
}

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

section.main_slider:after {
  content: "";
  position: absolute;
  background: #9d7f5f;
  width: 550px;
  height: 141px;
  bottom: 0;
  margin: 0 auto;
  right: 0;
}

.main-slider-follow-us-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 65%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  padding: 15px 35px !important;
}

.main-slider-follow-us-heading {
  position: relative;
  display: flex;
  align-items: center;
}

.main-slider-follow-us-heading:before {
  content: "";
  position: absolute;
  background: #b1997f;
  width: 770px;
  height: 1.5px;
  left: 90px;
}

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

.main-slider-follow-us-icon ul {
  display: flex;
  align-items: center;
  gap: 40px;
}

.main-slider-follow-us-icon ul li a {
  border: 1px solid #ad9479;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #e4dcd3;
  font-size: 12px;
  position: relative;
  background: #9d7f5f;
  transition: 0.5s;
}

.main-slider-follow-us-icon ul li a:before {
  content: "";
  position: absolute;
  background: #b1997f;
  width: 100px;
  height: 1.5px;
  left: -99px;
  z-index: -1;
}

.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;
}

.menuSection {
  padding: 20px 0;
}

.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;
}

/* Header Ends */

/* Main Banner Start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.img-fluid {
  width: 100%;
}

section.main_slider {
  margin: 0 3%;
  position: relative;
}

.main-banner-one-box {
  position: absolute;
  z-index: 9;
  left: 10%;
  top: 150px;
  background: #fff;
  padding: 8px 8px 0;
  width: fit-content;
  text-align: center;
}

.main-banner-two-box h2 {
  font-size: 7px;
  padding: 5px 0;
}

.main-banner-two-box {
  position: absolute;
  z-index: 9;
  left: 35%;
  top: 50px;
  background: #fff;
  padding: 2px 2px 0;
  text-align: center;
}

.main-banner-one-box img {
  width: 201px;
  height: 229px;
  object-fit: cover;
}

.main-banner-one-box h2 {
  font-size: 14px;
  margin-bottom: 0;
  padding: 12px 0;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

.banner_text h1 span {
  background: #fff;
  color: #9d7f5f;
  padding: 5px 8px 0px;
  font-size: 70px;
}

.main-banner-text {
  margin-top: 20px;
  border-left: 1px solid #afaaa9;
  padding-left: 30px;
  margin-left: 55px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.theme-btn-1 {
  background: #9d7f5f;
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 2px;
  padding-left: 20px;
  color: #ffffff !important;
  font-size: 14px;
  text-transform: uppercase;
}

span.theme-btn-icon {
  background: #ffffff;
  margin-left: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

span.theme-btn-icon img {
  width: 12px;
  height: 14px;
  object-fit: contain;
}

.main-banner-text p {
  color: #abaaa9;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 15px;
}

.world-history-analysis-boxs ul li h2 {
  font-size: 16px;
  text-transform: uppercase;
}

.world-history-analysis-boxs ul li h2 span {
  display: block;
}

.world-history-analysis-boxs {
  position: absolute;
  right: 0;
  z-index: 9;
  bottom: 0;
  background: #fff;
  width: 32%;
  padding: 25px 25px;
}

.world-history-analysis-boxs ul {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  position: relative;
}

.world-history-analysis-boxs p {
  color: #888888;
  font-weight: 500;
  margin-top: 12px;
  font-size: 13.5px;
}

.world-history-analysis-boxs ul:before {
  content: "";
  position: absolute;
  background: #e5e5e5;
  width: 80%;
  height: 1.4px;
  top: 7px;
  left: 50px;
}

/* Main Banner Ends */

/* Main Banner Boxs Start */

.main-banner-boxs:before {
  content: "";
  position: absolute;
  background: #9d7f5f;
  width: 65px;
  height: 100%;
  left: 3%;
  top: 0;
}

.main-banner-row {
  padding-top: 100px;
}

.main-banner-box-text h2 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

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

.main-banner-box-text {
  margin-top: 18px;
}

.main-banner-box-text p {
  color: #888888;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: 500;
}

.main-banner-box-text a {
  font-size: 14px;
  color: #9d7f5f;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.main-banner-box-text a span img {
  width: 12px;
  height: 14px;
  object-fit: contain;
  margin-left: 8px;
}

.main-banner-boxs {
  position: relative;
}

/* Main Banner Boxs Ends */

/* Today Highligh Start */

.today-Highligh-heading {
  border-bottom: 1px solid #d7d2d1;
  padding-bottom: 5px;
}

.today-highligh-silder-items-images img {
  width: 100%;
  height: 236px;
  object-fit: cover;
}

.today-highligh-silder-items {
  margin-top: 35px;
}

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

.today-highligh-silder .slick-active {
  opacity: 1.5;
}

.today-highligh-silder-items-text {
  margin-top: 10px;
}

.today-highligh-silder-items-text strong {
  border-bottom: 1px solid #dadada;
  font-weight: 600;
  font-size: 13px;
  color: #201b15;
  text-transform: uppercase;
  padding: 10px 0;
  display: block;
}

.today-highligh-silder-items-text h2 {
  margin-top: 18px;
  width: 70%;
  line-height: 25px;
  margin-bottom: 10px;
  color: #201b15;
  font-size: 20px;
}

.today-highligh-silder-items-text ul {
  border-top: 1px solid #dadada;
  margin-top: 20px;
  border-bottom: 1px solid #dadada;
}

.today-highligh-silder-items-text ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  padding: 15px 0;
}

.today-highligh-silder-items-text ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  padding: 12px 0;
  color: #201b15;
  font-size: 14px;
  font-weight: 500;
}

.today-highligh-silder-items-text ul li a span {
  border-left: 1px solid #e1e1e1;
  padding: 10px 0px 10px 20px;
}

.today-highligh-silder-items-text ul li a span img {
  width: 19px;
  height: 10px;
  object-fit: contain;
}

.today-highligh-silder .slick-next {
  top: -42px;
}

.today-highligh-silder .slick-prev {
  top: -42px;
}

.today-highligh-silder .slick-next {
  right: 0;
}

.today-highligh-silder .slick-prev {
  left: inherit;
  right: 60px;
  border: 2px solid #dbd6d6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.today-highligh-silder button.slick-prev.slick-arrow:hover {
  background: #9d7f5f;
  transition: 0.5s;
}

.today-highligh-silder button.slick-next.slick-arrow:hover {
  background: #9d7f5f;
  transition: 0.5s;
}

.today-highligh-silder .slick-next:before {
  content: "";
  background-image: url(../images/main-banner-button-arrow.png);
  width: 12px;
  height: 14px;
  position: absolute;
  font-weight: 900;
}

.today-highligh-silder button.slick-next.slick-arrow {
  border: 2px solid #dbd6d6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.5s;
}

.today-highligh-silder button.slick-prev.slick-arrow.slick-disabled {
  transition: 0.5s;
}

.today-highligh-silder .slick-prev:before {
  content: "";
  background-image: url(../images/main-banner-button-arrow.png);
  width: 12px;
  height: 14px;
  position: absolute;
  font-weight: 900;
  transform: rotate(180deg);
}

.today-highligh-silder .slick-prev:hover:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(177deg) brightness(102%) contrast(104%);
}

.today-highligh-silder .slick-next:hover:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(177deg) brightness(102%) contrast(104%);
}

/* Today Highligh Ends */

/*KNOWLEDGE SECTION*/

section.knowledge_library_section {
  padding: 80px 0;
  background: #201b15;
}

section.knowledge_library_section .knowledge_library_content {
  text-align: center;
  background: #9d7f5f;
  padding: 60px;
  height: 500px;
}

.knowledge_library_image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

section.knowledge_library_section .knowledge_library_content h2 {
  color: #fff;
}

section.knowledge_library_section .knowledge_library_content p {
  color: #c8b7a5;
}

section.knowledge_library_section .knowledge_library_content ul.knowledge_content_list {
  margin-top: 50px;
  display: flex;
  width: 60%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto 20px;
  gap: 20px;
}

section.knowledge_library_section .knowledge_library_content ul.knowledge_content_list li {
  position: relative;
  font-family: "urban";
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  padding-left: 30px;
}

section.knowledge_library_section .knowledge_library_content ul.knowledge_content_list li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../images/tick.png);
  background-size: contain;
  filter: invert(1);
  left: 0;
}

ul.knowledge_btn_list li a {
  padding: 15px 30px;
  text-transform: uppercase;
}

ul.knowledge_btn_list li:first-child a {
  background: #201b15;
  color: #fff;
}

ul.knowledge_btn_list li:last-child a {
  background: #fff;
  color: #201b15;
}

ul.knowledge_btn_list {
  display: flex;
  justify-content: center;
  gap: 10px;
}

/*KNOWLEDGE SECTION*/

/* Footer Start */

.main-footer-form {
  background: #ffffff;
  padding: 40px 30px;
  box-shadow: 0 0 10px 0 #00000017;
}

.main-footer-form input {
  width: 100%;
  height: 50px;
  margin-bottom: 25px;
  padding: 0 15px;
  border: 1.5px solid #b1b1b1;
  font-size: 14px;
  color: #737373;
  font-weight: 500;
  text-transform: capitalize;
  background: #f6f6f6;
}

.main-footer-form button {
  margin: 0 auto;
  border: none;
}

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

.main-footer-sec {
  position: relative;
}

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

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

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

.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: 20px;
}

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

.ftr-quick-links-box ul li a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  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;
}

.call-us-today-box h2 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 60px;
}

.call-us-today-box a {
  font-size: 21px;
  color: #ffff;
  font-family: "urban";
}

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

.ftr-contact-info-box input::placeholder {
  color: #807f7e;
}

.ftr-contact-info-box form {
  position: relative;
}

.newsletter-form-button {
  position: absolute;
  top: 0;
  right: 0;
}

.newsletter-form-button button {
  height: 50px;
  width: 80px;
  background: #9d7f5f;
  color: #fff;
  border: none;
}

.ftr-contact-info-box input {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #4f4b47;
  background: no-repeat;
}

.ftr-copy-right-row {
  padding: 20px 0;
  text-align: center;
  margin: 30px 0 0 auto;
  border-top: 1px solid #5e5b57;
}

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

.ftr-quick-links-box h2 {
  font-size: 18px;
  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 li a {
  color: #b3b3b3;
  font-size: 15px;
  font-weight: 500;
}

.follow-us-icon ul li span {
  color: #fff;
}

.follow-us-icon ul {
  margin-top: 10px;
  line-height: 30px;
}

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

.main-ftr-contact-us-heading p {
  line-height: 25px;
  width: 80%;
  margin-bottom: 0;
}

.austintx-counseling-logo h2 {
  font-size: 36px;
  margin-bottom: 0 !important;
}

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

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

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

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

/* Footer Ends */


/* Tesi Section Css */
.heading.text-center p {
  width: 53%;
  margin: 0 auto;
}

img.testi-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}

.testi-content h5 {
  font-family: 'urban';
  font-size: 18px;
}

.testi-content * {
  margin: 0;
}

.testi-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.testi-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin: 30px 0 0 0;
  padding: 30px 30px;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out;
}

.testi-slider .slick-slide {
  opacity: 1;
  margin: 0 10px;
}

.testi-content h6 {
  font-family: 'Montserrat';
  color: #9d7f5f;
}

ul.stars {
  display: flex;
  align-items: center;
  gap: 5px;
}

ul.stars li a i {
  font-size: 12px;
  color: #ffa200;
}

.testi-card::before {
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background: #9d7f5f;
  content: '';
  z-index: -2;
  transition: 0.3s ease-in-out;
}

.testi-card::after {
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  background: #201b15;
  content: '';
  z-index: -1;
  transition: 0.3s ease-in-out;
}

.testi-card:hover::after {
  height: 10px;
  transition: 0.3s ease-in-out;
}

.testi-card:hover::before {
  height: 100%;
  transition: 0.3s ease-in-out;
}

.testi-card:hover * {
  color: #ffff;
  transition: 0.3s ease-in-out;
}

.testi-slider .slick-prev:before,
.testi-slider .slick-next:before {
  width: 15px;
  background: #49302c;
  height: 15px;
  font-size: 16px;
  clip-path: polygon(40% 50%, 25% 10%, 100% 50%, 25% 90%);
  content: '';
  transition: 0.3s ease-in-out;
}


.testi-slider .slick-prev {
  left: -70px;
  transform: rotate(180deg);
}

.testi-slider .slick-next {
  right: -70px;
}

.testi-slider .slick-prev,
.testi-slider .slick-next {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0000003f;
  border-radius: 50%;
  z-index: 9999;
  transition: 0.3s ease-in-out;
}

.testi-slider .slick-prev:hover,
.testi-slider .slick-prev:focus,
.testi-slider .slick-next:hover,
.testi-slider .slick-next:focus {
  color: #fff;
  outline: none;
  background: #9d7f5f;
  transition: 0.3s ease-in-out;

}

.testi-slider .slick-prev:hover:before,
.testi-slider .slick-prev:focus:before,
.testi-slider .slick-next:hover:before,
.testi-slider .slick-next:focus:before {
  background: #fff;
  transition: 0.3s ease-in-out;
}




.testi-slider .slick-slide.slick-current.slick-active .testi-card::after {
  height: 10px;
  transition: 0.3s ease-in-out;
}

.testi-slider .slick-slide.slick-current.slick-active .testi-card::before {
  height: 100%;
  transition: 0.3s ease-in-out;
}

.testi-slider .slick-slide.slick-current.slick-active .testi-card * {
  color: #ffff;
  transition: 0.3s ease-in-out;
}

section.testi-sec {
  padding-top: 0;
}

/* Tesi Section Css */
section.historical_doc_section {
    padding-bottom: 80px;
}
.history_boxes_main .today-highligh-silder-items-images img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.history_boxes_main .today-highligh-silder-items-text h2 {
    font-size: 24px;
    color: #49302c;
}

.history_boxes_main .today-highligh-silder-items-text strong {
    color: #49302c;
    padding: 20px 0;
}


.history_sidebar ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.history_sidebar ul li img {
    width: 20%;
    height: 80px;
    object-fit: cover;
}

.sidebar_historyContent {
    width: 78%;
}

.history_sidebar {
    padding: 20px;
    background: #9d7f5f;
}

.history_sidebar ul li .sidebar_historyContent h5 {
    font-family: 'urban';
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.history_sidebar ul li .sidebar_historyContent p {
    color: #e3dbd2;
}

.history_sidebar ul li .sidebar_historyContent a {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
}
.history_boxes_main .today-highligh-silder-items {
    margin-top: 0;
}
.history_boxes .today-highligh-silder-items {
    margin-top: 0;
}
.mt-28{
    margin-top:28px !important;
}
.history_sidebar ul li:not(:last-child) {
    margin-bottom: 14px;
}