* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
}

.noSelect {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.noSelect:focus {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

:focus {
  outline: none !important;
}

/* preloader */
/* ********* */
.preloader {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 1111;
}

.preloader img {
  width: 250px;
}

.preloader.hideLoader {
  transform: translateY(-200px);
  visibility: hidden;
  opacity: 0;
}

.heroSection {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.heroSection .center_content {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.breadcrumb {
  position: relative;
}

.breadcrumb .center_content {
  min-height: 400px;
}

.heroSection .center_content .back_video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.videoContainer {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
}

.imageContainer {
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../king-html-template/logan/images/breadcrumb-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.heroSection .center_content .navbar {
  width: 100%;
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0px 3rem 20px;
  transition: 0.2s all ease;
  background-color: transparent;
  z-index: 11;
  margin-top: 40px;
}

.heroSection .center_content .navbar.fixNavbar {
  padding: 0px 3rem 0px;
  margin-top: 0rem;

  background-color: #fff;
  transform: translateY(0px) scaleY(1);
}

.heroSection .center_content .navbar .logo {
  width: 125px;
  overflow: hidden;
}

.heroSection .center_content .navbar .logo img {
  width: 100%;
}

.heroSection .center_content .navbar .logo .darkImage {
  display: none;
}

.heroSection .center_content .navbar.fixNavbar .logo .lightImage {
  display: none;
}

.heroSection .center_content .navbar.fixNavbar .logo .darkImage {
  display: block;
}

.heroSection .center_content .navbar ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heroSection .center_content .navbar ul li a,
.heroSection .center_content .navbar ul li span {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  transition: 0.2s;
  line-height: 1.3;
  letter-spacing: 0.15em;
  padding: 10px;
}

.heroSection .center_content .navbar.fixNavbar ul li a,
.heroSection .center_content .navbar.fixNavbar ul li span {
  color: #000;
}

.heroSection .center_content .navbar ul li a:hover {
  opacity: 0.7;
}

.heroSection .center_content .navbar ul .hamburger_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 7px;
  transition: 0.1s;
  cursor: pointer;
  padding-left: 10px;
}

.heroSection .center_content .navbar ul .menu:hover .hamburger_icon {
  gap: 5px;
}

.heroSection .center_content .navbar ul .hamburger_icon div {
  width: 27px;
  height: 2px;
  background-color: #fff;
}

.heroSection .center_content .navbar.fixNavbar ul .hamburger_icon div {
  background-color: #000;
}

.sideBar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
  overflow: hidden;
  z-index: 111;
}

.sideBar.hideSideBar {
  visibility: hidden;
  opacity: 0;
}

.sideBar .sideBarNav {
  height: 100%;
  min-width: 442px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 55px 53px;
}

.sideBar .sideBarNav .sideBarNav_topPart {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 330px;
  transition: 0.3s;
  cursor: pointer;
  margin-bottom: 3rem;
}

.hamburgerCloseIcon {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sideBar .sideBarNav .sideBarNav_topPart .Copanylogo {
  width: 90px;
  overflow: hidden;
  display: none;
}

.sideBar .sideBarNav .sideBarNav_topPart .Copanylogo img {
  width: 100%;
}

.sideBar .sideBarNav .sideBarNav_topPart .hamburgerCloseIcon div {
  width: 40px;
  height: 2px;
  background: #171819;
}

.sideBar .sideBarNav .sideBarNav_topPart .hamburgerCloseIcon:hover div {
  opacity: 0.7;
}

.sideBar .sideBarNav .sideBarNav_topPart .hamburgerCloseIcon div:nth-child(1) {
  transform: translate(40px, 0px) rotate(45deg);
}

.sideBar .sideBarNav .sideBarNav_topPart .hamburgerCloseIcon div:nth-child(2) {
  transform: rotate(-45deg);
}

.sideBarNav_middlePart {
  height: 70%;
  overflow-y: auto;
  overflow-x: hidden;
}

.sideBarNav_middlePart ul {
  list-style: none;
}

.sideBarNav_middlePart ul li a {
  text-decoration: none;
  min-width: 330px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
  font-size: 14px;
  transition: 0.3s;

  color: #171819;
  font-weight: 500;
  text-transform: uppercase;
}

.sideBarNav_middlePart ul li a:hover {
  opacity: 0.7;
}

.sideBarNav_bottomPart {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  position: relative;
}

.sideBarNav_bottomPart .mail,
.verticalIcon .verticalIcon_mailIcon,
.verticalIcon .verticalIcon_phoneIcon {
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  border: 1px solid #878787;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
}

.sideBarNav_bottomPart .justAddInMobile {
  display: none;
}

.sideBarNav_bottomPart .mail i,
.sideBarNav_bottomPart .mail svg,
.verticalIcon .verticalIcon_mailIcon i,
.verticalIcon .verticalIcon_phoneIcon i {
  color: #000;
  fill: #000;
}

.sideBarNav_bottomPart .mail:hover,
.verticalIcon .verticalIcon_mailIcon:hover,
.verticalIcon .verticalIcon_phoneIcon:hover {
  background-color: #000;
}

.sideBarNav_bottomPart .mail:hover i,
.sideBarNav_bottomPart .mail:hover svg,
.verticalIcon .verticalIcon_mailIcon:hover i,
.verticalIcon .verticalIcon_phoneIcon:hover i {
  color: #fff;
  fill: #fff;
}

.verticalIcon {
  position: fixed;
  bottom: 4rem;
  right: 1rem;
  display: flex;
  flex-direction: column;
  gap: 11px;
  display: none;
  z-index: 2;
}

.verticalIcon .verticalIcon_mailIcon,
.verticalIcon .verticalIcon_phoneIcon {
  background-color: #fff;
}

.verticalIcon .verticalIcon_mailIcon,
.verticalIcon .verticalIcon_phoneIcon {
  border: none;
  box-shadow: 0 0 2px 0 #000;
}

.sideBarNav_middlePart::-webkit-scrollbar {
  width: 4px;
}

.sideBarNav_middlePart::-webkit-scrollbar-button {
  background-color: transparent;
  height: 0;
}

.sideBarNav_middlePart::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 0px;
}

.sideBarNav_middlePart::-webkit-scrollbar-track {
  background-color: rgba(32, 32, 32, 0.05);
}

.centerContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.breadcrumb .centerContent {
  padding: 66px;
  padding-bottom: 64px;
  justify-content: flex-end;
}

.centerContent .topTextAnimation {
  overflow: hidden;
  height: 25px;
  position: relative;
  width: 225px;
  transition: 0.3s;
}

.centerContent .topTextAnimation .topTextAnimation_text01,
.centerContent .topTextAnimation .topTextAnimation_text02 {
  transition: 0.3s;
  position: absolute;
  top: 0;
  width: 34%;
  height: 100%;
  text-align: right;
}

.staticText {
  font-size: 16px;
  color: #fff;
  position: absolute;
  right: 0;
}

.centerContent .topTextAnimation .topTextAnimation_text01 p,
.centerContent .topTextAnimation .topTextAnimation_text02 p {
  font-size: 16px;
  color: #fff;
}

.centerContent .topTextAnimation .dsa {
  -webkit-animation: cl-htco-fadeInDown 1s ease 0s 1 normal both;
  animation: cl-htco-fadeInDown 1s ease 0s 1 normal both;
  visibility: visible;
  opacity: 1;
}

.centerContent .topTextAnimation .asd {
  visibility: hidden;
  opacity: 0;
}

@keyframes cl-htco-fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.horizontalLine {
  width: 220px;
  height: 1px;
  margin: 0.5rem 0;
  background-color: #fff;
}

.mainDynamicText {
  margin-top: 0.5rem;
}

.mainDynamicText h1 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  transition: 1s;
  text-align: center;
  position: relative;

  display: flex;
  flex-direction: column;
}

.mainDynamicText h1 .text01 {
  position: absolute;
  width: 100%;
  top: 0;
}

.mainDynamicText h1 .text01,
.mainDynamicText h1 .text02 {
  transition: 1s;
}

.mainDynamicText h1 .text02.hideText,
.mainDynamicText h1 .text01.hideText {
  visibility: hidden;
  opacity: 0;
  backdrop-filter: blur(50px);
}

.t2 h1 {
  font-size: 58px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0.5rem;
  line-height: 60px;
  text-transform: uppercase;
}

.btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 2.5rem;
}

.btns button {
  font-size: 14px;
  padding: 14px 20px;
  border: 2px solid #fff;
  transition: all 0.3s;
  background: transparent;
  color: #fff;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.btns button:hover {
  background-color: #fff;
  color: #000;
}

.menu {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.menu:hover {
  opacity: 0.7;
}

.mobileHamburger {
  display: none !important;
}

@media (min-aspect-ratio: 16/9) {
  .back_video {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  .back_video {
    width: auto;
    height: 100%;
  }
}

.breadcrumb .centerContent h1 {
  font-size: 24px;
  letter-spacing: 4px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  margin-bottom: 16px;
}

.breadcrumb .centerContent p {
  max-width: 926px;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
  font-family: "Arapey", serif;
  font-style: italic;
}

.breadcrumb .centerContent .breadcrumb_socialIcons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 48px;
}

.breadcrumb .centerContent .breadcrumb_socialIcons a {
  width: 44px;
  height: 44px;
  border: 1px solid #eee;
  border-radius: 50%;
  padding: 4px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
}

.breadcrumb .centerContent .breadcrumb_socialIcons a svg {
  fill: #fff;
}

.breadcrumb .centerContent .breadcrumb_socialIcons a i,
.breadcrumb .centerContent .breadcrumb_socialIcons a svg {
  height: 16px;
}

.breadcrumb .centerContent .breadcrumb_socialIcons a:hover {
  border-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 1);
}

.breadcrumb .centerContent .breadcrumb_socialIcons a:hover i {
  color: rgba(35, 33, 48, 1);
}

.breadcrumb .centerContent .breadcrumb_socialIcons a:hover svg {
  fill: rgba(35, 33, 48, 1);
}

/* ****** jonathan_nash_section ****** */
/* ********************************** */

.jonathan_nash_section {
  width: 100%;
  background-color: #e8e8e8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 90px 0;
  margin-top: 80px;
}

.jonathan_nash_section .center_content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.jonathan_nash_section .center_content .left_side {
  display: flex;
  width: 467.66px;
  transition-timing-function: ease;
  transition-duration: 1.5s;
}

.fadeImage {
  opacity: 0;
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  transition-property: opacity, transform, -webkit-transform;
}

.jonathan_nash_section .center_content .left_side img {
  width: 100%;
}

.jonathan_nash_section .center_content .right_side {
  width: 672.33px;
  margin-top: 114px;
  background: #fff;
  padding: 89px 15px 0 80px;
}

.jonathan_nash_section .center_content .right_side .top_heading h1 {
  font-weight: 300;
  font-size: 66px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 4px;
  vertical-align: baseline;
  font-family: "Libre Franklin", sans-serif;
}

.jonathan_nash_section .center_content .right_side .top_heading p {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1.5em;
  line-height: 1;
  color: #000;
  margin: 0;
  margin-bottom: 50px;
  vertical-align: baseline;
  font-family: "Libre Franklin", sans-serif;
}

.jonathan_nash_section .center_content .right_side p {
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 16px;
  color: #666666;
  margin: 27px 0;
  font-family: "Libre Franklin", sans-serif;
  padding-right: 16%;
}

/* ******** familyMan_section01 ******** */
/* ************************************ */

.familyMan_section01 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0eee7;
  padding: 96px 0;
}

.familyMan_section01 .center_content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 130px;
}

.familyMan_section01 .center_content .leftSide {
  width: 500px;
  display: flex;
  flex-direction: column;
  gap: 1.666rem;
}

.familyMan_section01 .center_content .leftSide h1 {
  font-family: "Cormorant Garamond", serif;
  margin: 8px 0 24px;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.166667;
  text-transform: uppercase;
}

.familyMan_section01 .center_content .leftSide p {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.714286;
}

.familyMan_section01 .center_content .rightSide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.familyMan_section01 .center_content .rightSide .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-direction: column;
}

.familyMan_section01 .center_content .rightSide .carousel .slick-prev,
.familyMan_section01 .center_content .rightSide .carousel .slick-next {
  width: 66px;
  height: 66px;
  padding: 8px;
  transition: all 0.25s;
  border: 2px solid #232130;
  display: flex;
  justify-content: center;
  align-items: center;
  color: unset !important;
  transition: all 0.25s;
}

.familyMan_section01 .center_content .rightSide .carousel .slick-prev:hover,
.familyMan_section01 .center_content .rightSide .carousel .slick-next:hover {
  background-color: #232130;
}

.familyMan_section01 .center_content .rightSide .carousel .slick-prev {
  transform: rotate(90deg);
}

.familyMan_section01 .center_content .rightSide .carousel .slick-prev {
  left: -100px;
  top: 42%;
}

.familyMan_section01 .center_content .rightSide .carousel .slick-next {
  left: -100px;
  top: 59%;
}

.familyMan_section01 .center_content .rightSide .carousel .slick-prev::before,
.familyMan_section01 .center_content .rightSide .carousel .slick-next::before {
  content: "";
  transform: rotate(225deg);
  border-right: 2px solid #232130;
  border-top: 2px solid #232130;
  display: inline-block;
  flex-shrink: 0;
  height: 10px;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 10px;
}

.familyMan_section01 .center_content .rightSide .carousel .slick-prev:hover::before,
.familyMan_section01 .center_content .rightSide .carousel .slick-next:hover::before {
  border-color: #fff;
}

.familyMan_section01 .center_content .rightSide .carousel .slick-next::before {
  transform: rotate(-225deg);
}

.familyMan_section01 .center_content .rightSide .carousel {
  width: 532.33px !important;
  height: 675.667px;
}

.slick-slide img {
  width: 100%;
  display: block;
  height: 513px;
  object-fit: cover;
}

.slick-slider .slick-list {
  height: 675.667px !important;
  padding: 80px 0px !important;
}

/* ************* videoSection ************ */
/* ************************************** */

.videoSection {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.videoSection .center_content {
  max-width: 1340px;
  height: 680px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 96px 0;
}

.videoSection .center_content .videoBanner {
  width: 1340px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.videoSection .center_content .videoBanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: top;
}

.videoSection .center_content .videoBanner .videoPlayButton {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  background-color: #fff;
  color: #000;
  position: absolute;
  cursor: pointer;
}

.videoSection .center_content .videoBanner .videoPlayButton::after {
  content: "";
  border-bottom-width: 9px;
  border-left-width: 15px;
  border-top-width: 9px;
  margin-left: 4px;
  border-bottom: 10px solid transparent;
  border-left: 15px solid;
  border-top: 10px solid transparent;
  display: inline-block;
}

.videoSection .center_content .videoBanner .videoPlayButton:hover {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}

.videoSection .videoPlayerPopup .closeIcon {
  align-items: center;
  aspect-ratio: 1 / 1;
  color: inherit;
  display: inline-flex;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
  width: 24px;
  color: #fff;
  height: 24px;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}

.videoSection .videoPlayerPopup .closeIcon::before {
  background-color: currentColor;
  content: "";
  height: 8%;
  position: absolute;
  width: 140%;
  transform: rotate(45deg);
}

.videoSection .videoPlayerPopup .closeIcon::after {
  background-color: currentColor;
  content: "";
  height: 8%;
  position: absolute;
  width: 140%;
  transform: rotate(-45deg);
}

.videoPlayerPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.92);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 111;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.videoPlayerPopup.show {
  visibility: visible;
  opacity: 1;
}

.videoContainer01 {
  max-width: 177vh;
  width: 100%;
  background: rgb(0, 0, 0);
  min-height: 100vh;
}

.videoContainer01 iframe {
  width: 100% !important;
  height: 100vh !important;
}

/* ********** success_stories *********** */
/* ************************************* */

.success_stories {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.success_stories .center_content {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.666rem;
  padding: 96px 0;
  padding-top: 0;
}

.success_stories .center_content h1 {
  letter-spacing: 6px;
  line-height: 1.3;
  font-size: 29px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
}

.success_stories .center_content .success_stories_cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.success_stories .center_content .success_stories_cards .success_stories_card .success_stories_card_image img {
  width: 50px;
}

.success_stories .center_content .success_stories_cards .success_stories_card {
  width: 464.92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.success_stories .center_content .success_stories_cards .success_stories_card .success_stories_card_image {
  margin-bottom: 1rem;
}

.success_stories .center_content .success_stories_cards .success_stories_card .success_stories_card_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 21px;
}

.success_stories .center_content .success_stories_cards .success_stories_card .success_stories_card_content p {
  font-size: 18px;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 1.4;
  font-family: "Arapey", serif;
  text-align: center;
}

.success_stories .center_content .success_stories_cards .success_stories_card .success_stories_card_content h6 {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.success_stories .center_content .ViewTestimonialBTN {
  border: 2px solid #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1.5px;
  max-width: 100%;
  overflow: hidden;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  transition: all 0.2s;
  color: #000000;
  margin-top: calc(80px - 1.666rem);
}

.success_stories .center_content .ViewTestimonialBTN:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: rgba(0, 0, 0, 1);
}

/* ************* Newsletter section ************* */
/* ******************************************** */

.Newsletter {
  width: 98%;
  min-height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../king-html-template/logan/images/newsletter-section-image.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}

.Newsletter::before {
  content: "";
  position: absolute;
  background-color: #000;
  opacity: 0.2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.Newsletter .center_content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  flex-wrap: wrap;
  padding: 3rem 1rem;
}

.Newsletter .center_content .Newsletter_leftSide {
  max-width: 572px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: rgba(242, 242, 242, 0.95);
  padding: 72px;
}

.Newsletter .center_content .Newsletter_leftSide h2 {
  letter-spacing: 6px;
  line-height: 1.3;
  font-size: 29px;
  font-weight: 400;
  color: #000;
}

.Newsletter .center_content .Newsletter_leftSide p {
  padding: 24px 0;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 1);
  font-family: "Arapey", serif;
  font-weight: 400;
  text-align: center;
}

.Newsletter .center_content .Newsletter_leftSide .btn {
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 1;
  max-width: 100%;
  text-align: center;
  background: transparent;
  border: 2px solid #000;
  padding: 15px 30px;
  text-decoration: none;
  transition: all 0.2s ease 0s;
  color: #000;
  text-transform: uppercase;
}

.Newsletter .center_content .Newsletter_leftSide .btn:hover {
  background-color: #000;
  color: #fff;
}

.Newsletter .center_content .Newsletter_rightSide {
  min-width: 572px;
  min-height: 370.19px;
  padding: 72px;
  padding-top: 50px;
  padding-bottom: 50px;
  border: 1px solid #f1f1f1;
  border-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.Newsletter .center_content .Newsletter_rightSide h2 {
  font-size: 29px;
  letter-spacing: 6px;
  line-height: 1.3;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}

.Newsletter .center_content .Newsletter_rightSide p {
  font-size: 18px;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 1);
  font-family: "Arapey", serif;
  font-weight: 400;
  margin-bottom: 10px;
}

.Newsletter .center_content .Newsletter_rightSide form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.Newsletter .center_content .Newsletter_rightSide form input {
  min-width: 424px;
  min-height: 56.33px;
  border: 3px solid #c8c8c8;
  -webkit-box-shadow: 0 0 0 30px #fff inset;
  outline: none;
  transition: all 0.3s ease 0s;
  color: rgb(0, 0, 0);
  font-size: 15px;
  line-height: 18px;
  text-transform: capitalize;
  padding: 0px 15px 0px 20px;
  font-family: inherit;
}

.Newsletter .center_content .Newsletter_rightSide form button {
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  border-width: 2px;
  border-style: solid;
  overflow: hidden;
  padding: 15px 30px;
  text-decoration: none;
  transition: all 0.2s ease 0s;
  border-color: #ffffff;
  color: #000;
  background-color: rgb(255, 255, 255);
  font-family: inherit;
}

.Newsletter .center_content .Newsletter_rightSide form button:hover {
  background: transparent;
  color: #fff;
}

/* footer */
footer {
  width: 100%;
  /* min-height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: #fff;
  padding-top: 96px;
}

footer .center_content {
  width: 97%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 75px;
  margin-bottom: 3rem;
}

footer .center_content .footer_topPart {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

footer .center_content .footer_topPart .row01 img {
  width: 200px;
}

footer .center_content .footer_topPart .row02 {
  width: 100%;
  min-height: 160.8px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 25px 80.56px;

  display: flex;
  justify-content: center;
  align-items: center;

  padding-top: 15px;
}

.row02_content {
  width: 100%;
  max-width: 1250px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .center_content .footer_topPart .row02 .left_side {
  gap: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .center_content .footer_topPart .row02 .left_side .left_side_col01 {
  min-width: 163.33px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

footer .center_content .footer_topPart .row02 .left_side .left_side_col01 p {
  line-height: 22.4px;
  font-size: 14px;
  color: #000;
  padding-top: 2px;
}

footer .center_content .footer_topPart .row02 .left_side .left_side_col01 h1 {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

footer .center_content .footer_topPart .row02 .left_side .left_side_col01 a,
footer .center_content .footer_topPart .row02 .left_side .left_side_col01 .emailDisplay {
  font-size: 14px;
  position: relative;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

footer .center_content .footer_topPart .row02 .left_side .left_side_col01 .phone {
  padding: 0.3rem 0;
}

footer .center_content .footer_topPart .row02 .left_side .left_side_col01 a::before,
footer .center_content .footer_topPart .row02 .left_side .left_side_col01 .emailDisplay::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}

footer .center_content .footer_topPart .row02 .left_side .left_side_col01 a:hover,
footer .center_content .footer_topPart .row02 .left_side .left_side_col01 .emailDisplay:hover {
  color: #000000bd;
}

footer .center_content .footer_topPart .row02 .left_side .left_side_col01 a:hover::before,
footer .center_content .footer_topPart .row02 .left_side .left_side_col01 .emailDisplay:hover::before {
  width: 100%;
}

footer .center_content .footer_topPart .row02 .right_side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

footer .center_content .footer_topPart .row02 .right_side p {
  font-size: 18px;
}

footer .center_content .footer_topPart .row02 .right_side .socialLinks {
  display: flex;
  gap: 20px;
  list-style: none;
}

footer .center_content .footer_topPart .row02 .right_side .socialLinks li {
  transition: 0.3s;
}

footer .center_content .footer_topPart .row02 .right_side .socialLinks li a {
  min-width: 46px;
  min-height: 46px;
  text-decoration: none;
  border: 1px solid #000;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s;
  font-size: 20px;
}

footer .center_content .footer_topPart .row02 .right_side .socialLinks li a:hover {
  background-color: #000;
}

footer .center_content .footer_topPart .row02 .right_side .socialLinks li a:hover i {
  color: #fff;
}

footer .center_content .footer_topPart .row03 {
  margin-top: 1rem;
}

footer .center_content .footer_topPart .row03 ul {
  list-style: none;
  display: flex;
  transition: 0.3s;
}

footer .center_content .footer_topPart .row03 ul li a {
  text-decoration: none;
  color: #000;
  padding: 4px 15px;
  font-size: 12px;
  border-right: 1px solid #000;
}

footer .center_content .footer_topPart .row03 ul li a:hover {
  color: #000000bd;
}

footer .center_content .footer_topPart .row03 ul li:last-child a {
  border: none;
}

footer .center_content .footer_bottomPart {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 80.56px;
}

footer .center_content .footer_bottomPart p {
  font-size: 14px;
}

footer .center_content .footer_bottomPart .PrivacyPolicy {
  font-size: 14px;
  text-decoration: none;
  position: relative;
  color: #000;
}

footer .center_content .footer_bottomPart .PrivacyPolicy:hover {
  color: #000000bd;
}

footer .center_content .footer_bottomPart .PrivacyPolicy::before {
  content: "";
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}

footer .center_content .footer_bottomPart .PrivacyPolicy:hover::before {
  width: 100%;
}

footer .center_content .footer_bottomPart .centerLink {
  font-size: 18px;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}

footer .center_content .footer_bottomPart .centerLink:hover {
  color: #000000bd;
}

footer .center_content .footer_bottomPart .centerLink span {
  position: relative;
}

footer .center_content .footer_bottomPart .centerLink span::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}

footer .center_content .footer_bottomPart .centerLink span:hover::before {
  width: 100%;
}

.animateBottomToTop {
  transform: translateY(100px);
  filter: blur(5px);
  opacity: 0;
  transition: all 2s;
}

.link01:nth-child(2) {
  transition-delay: 100ms !important;
}

.link01:nth-child(3) {
  transition-delay: 200ms !important;
}

.link01:nth-child(4) {
  transition-delay: 300ms !important;
}

.email {
  display: none;
}

footer .center_content .footer_topPart .row02 .left_side .left_side_col01 .emailDisplay {
  padding: 0px;
  line-height: normal;
}

/* ********** Media Query *********** */
/* ******************************** */

@media screen and (max-width: 1440px) {
  .jonathan_nash_section .center_content .right_side {
    margin: 0;
    padding: 60px 15px 40px 50px;
    width: 654.63px;
  }

  .jonathan_nash_section .center_content .right_side .top_heading h1 br {
    display: none;
  }

  .jonathan_nash_section .center_content .right_side .top_heading h1 {
    font-size: 55px;
  }

  .jonathan_nash_section .center_content .left_side {
    width: 455.36px;
  }
}

@media screen and (max-width: 1380px) {
  .videoSection .center_content {
    width: 90%;
  }

  .videoSection .center_content .videoBanner {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .familyMan_section01 .center_content {
    flex-direction: column;
    gap: 20px;
  }

  .familyMan_section01 .center_content .rightSide .carousel .slick-prev {
    bottom: -110px;
    top: unset;
    left: 36%;
    transform: rotate(0deg);
  }

  .familyMan_section01 .center_content .rightSide .carousel .slick-next {
    top: unset;
    left: 52%;
    bottom: -110px;
    transform: rotate(-90deg);
  }

  .familyMan_section01 {
    padding-bottom: 162px;
  }
}

@media screen and (max-width: 1220px) {
  footer .center_content .footer_topPart .row02 {
    padding: 25px 0;
  }

  footer .center_content .footer_bottomPart {
    padding: 0 1rem;
  }
}

@media only screen and (max-width: 1199px) {
  .jonathan_nash_section .center_content .right_side {
    padding: 60px 47px 40px;
    width: 536.67px;
  }

  .jonathan_nash_section .center_content .right_side .top_heading h1 {
    font-size: 45px;
  }

  .jonathan_nash_section .center_content .right_side .top_heading p {
    letter-spacing: 0.5em;
  }

  .jonathan_nash_section .center_content .right_side p {
    padding-right: 0;
  }

  .jonathan_nash_section .center_content .left_side {
    width: 373.31px;
  }

  .Newsletter .center_content .Newsletter_leftSide h2 {
    text-align: center;
    font-size: 28px;
    letter-spacing: 6px;
    line-height: 1.65;
  }

  .Newsletter .center_content .Newsletter_rightSide {
    border: 1px solid #f1f1f1;
  }

  .Newsletter .center_content .Newsletter_leftSide p {
    font-size: 19px;
    letter-spacing: 2px;
  }

  .Newsletter .center_content .Newsletter_leftSide .btn {
    width: 100%;
  }

  .Newsletter .center_content .Newsletter_leftSide {
    width: 100%;
    min-height: unset;
    max-width: 100%;
    min-width: 100%;
    padding: 45px 15px;
  }

  .Newsletter {
    width: 100%;
  }

  .Newsletter .center_content {
    padding: 3rem 1.5rem;
  }

  .Newsletter .center_content .Newsletter_rightSide {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    margin: 1rem 0;
    padding: 45px 15px;
  }

  .Newsletter .center_content .Newsletter_rightSide form {
    width: 100%;
    margin-bottom: 20px;
  }

  .Newsletter .center_content .Newsletter_rightSide form input {
    min-width: 100%;
    border: 1px solid #c8c8c8;
  }

  .Newsletter .center_content .Newsletter_rightSide form button {
    width: 100%;
  }

  .Newsletter .center_content .Newsletter_rightSide p {
    text-align: center;
    font-size: 19px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 1040px) {
  footer .center_content .footer_topPart .row02 .row02_content .left_side {
    gap: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .jonathan_nash_section .center_content {
    flex-direction: column;
    width: 745px;
  }

  .jonathan_nash_section .center_content .left_side {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .jonathan_nash_section .center_content .right_side {
    width: 100%;
    padding: 50px 47px;
    margin-top: 50px;
  }

  .jonathan_nash_section .center_content .right_side .top_heading p {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 940px) {
  footer .center_content .footer_topPart .row02 .row02_content {
    flex-direction: column;
    align-items: flex-start;
    gap: 45px;
    padding: 60px 1rem;
  }

  footer .center_content .footer_topPart .row02 .row02_content .right_side {
    align-items: flex-start;
  }

  footer .center_content {
    margin: 5rem 0 3rem;
  }

  footer .center_content .footer_topPart .row02 .row02_content .left_side {
    width: 100%;
  }

  footer .center_content .footer_bottomPart {
    flex-direction: column;
    gap: 20px;
  }
}

@media screen and (max-width: 790px) {
  .jonathan_nash_section .center_content {
    width: 90%;
  }

  .jonathan_nash_section .center_content .right_side {
    padding: 2rem 1.5rem;
    margin-top: 30px;
  }

  .jonathan_nash_section .center_content .right_side .top_heading h1 {
    font-size: 22px;
  }

  .jonathan_nash_section .center_content .right_side .top_heading p {
    font-size: 14px;
    letter-spacing: 5px;
    margin-bottom: 10px;
  }

  .jonathan_nash_section .center_content .right_side p {
    margin: 15px 0;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 775px) {
  .heroSection {
    padding: 0;
  }

  .heroSection .center_content .navbar {
    padding: 0px 1.5rem 20px;
    margin-top: 15px;
  }

  .heroSection .center_content .navbar .logo img {
    width: 85%;
  }
}

@media screen and (max-width: 768px) {
  footer .center_content .footer_topPart .row01 img {
    width: 160px;
  }

  footer .center_content {
    width: 100%;
  }

  footer .center_content .footer_topPart {
    padding: 78px 20px 0;
  }

  footer .center_content .footer_topPart {
    gap: 20px;
  }

  footer .center_content .footer_topPart .row02 .row02_content .left_side {
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
  }

  footer .center_content .footer_topPart .row02 .row02_content {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    padding: 4rem 0px;
  }

  footer .center_content .footer_topPart .row02 .row02_content .right_side {
    align-items: flex-start;
  }

  footer .center_content .footer_topPart .row03 ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  footer .center_content .footer_topPart .row03 ul li a {
    border: none;
  }

  footer .center_content .footer_topPart .row03,
  footer .center_content .footer_topPart .row03 ul li,
  footer .center_content .footer_topPart .row03 ul li a {
    width: 100%;
  }

  footer .center_content .footer_topPart .row03 ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 0;
  }

  footer .center_content .footer_bottomPart {
    flex-direction: column;
    position: relative;
  }

  footer .center_content .footer_bottomPart .centerLink {
    margin-top: 5rem;
    text-align: center;
  }

  footer .center_content .footer_bottomPart .PrivacyPolicy {
    position: absolute;
    top: 1.5rem;
  }

  footer .center_content .footer_bottomPart .centerLink {
    margin-top: 3.5rem;
  }

  footer .center_content {
    margin: 3rem 0 3rem;
  }
}

@media screen and (max-width: 710px) {
  .sideBarNav_middlePart::-webkit-scrollbar {
    width: 6px;
  }

  .sideBarNav_middlePart::-webkit-scrollbar-thumb {
    border-radius: 3px;
  }

  .heroSection .center_content .navbar ul li {
    display: none;
  }

  .heroSection .center_content .navbar.fixNavbar {
    padding: 0px 1.5rem 0px;
  }

  .sideBar .sideBarNav {
    min-width: 100%;
    padding: 20px 20px;

    justify-content: flex-start;
    padding-top: 0;
  }

  .sideBar .sideBarNav .sideBarNav_topPart {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;

    margin: 0;
    padding: 35px 0 20px;
  }

  .sideBar .sideBarNav .sideBarNav_topPart .Copanylogo {
    display: block;
  }

  .sideBar .sideBarNav .sideBarNav_topPart .hamburgerCloseIcon {
    height: 100%;
    overflow: hidden;
    margin-right: 20px;
  }

  .sideBar .sideBarNav .sideBarNav_topPart .hamburgerCloseIcon div {
    width: 20px;
  }

  .sideBar .sideBarNav .sideBarNav_topPart .hamburgerCloseIcon div:nth-child(1) {
    transform: translate(20px, 0px) rotate(45deg);
  }

  .sideBar {
    left: unset;
    transition: 0.3s all ease;
  }

  .sideBar.hideSideBar {
    height: 0;
    width: 0;
    backdrop-filter: blur(50px);
  }

  .sideBarNav_middlePart {
    width: 100%;
    border-top: 2px solid rgb(11 11 11 / 24%);
    border-bottom: 2px solid rgb(0 0 0 / 24%);
  }

  .sideBarNav_middlePart ul li a {
    justify-content: flex-start;
    font-size: 20px;
    border-bottom: none;
    padding: 13px 0;
    text-transform: capitalize;
    color: #000;
    font-weight: 400;
  }

  .sideBarNav_middlePart ul li a:hover {
    opacity: 1;
  }

  .sideBarNav_bottomPart {
    justify-content: flex-start;
    margin-top: 2.5rem;
  }

  .justAddInMobile {
    display: flex !important;
  }

  .mailIcon {
    display: none !important;
  }

  .verticalIcon {
    display: flex;
  }

  .sideBarNav_middlePart {
    height: calc(100% - 238px);
    padding: 30px 0;
  }

  .sideBarNav_middlePart ul {
    margin-left: 26.656px;
  }

  .sideBarNav_bottomPart .mail,
  .verticalIcon .verticalIcon_mailIcon,
  .verticalIcon .verticalIcon_phoneIcon {
    margin: 0 10px;
  }

  .mainDynamicText h1 {
    font-size: 25px;
  }

  .mainDynamicText {
    margin: 0.5rem 2rem;
  }

  .heroSection .center_content .back_video {
    display: none;
  }

  .videoContainer {
    background: url('../king-html-template/logan/images/static_mobile.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .btns {
    flex-wrap: wrap;
  }

  .centerContent .topTextAnimation .topTextAnimation_text01 p,
  .centerContent .topTextAnimation .topTextAnimation_text02 p {
    font-size: 14px;
  }

  .mainDynamicText h1 {
    font-size: 14px;
    line-height: 1.5rem;
  }

  .btns {
    gap: 25px;
    margin-top: 1rem;
  }

  .centerContent {
    top: 4rem;
  }

  .btns button {
    width: 202.88px;
    font-size: 12px;
    line-height: 1.666;
    letter-spacing: 0.1em;
  }

  .heroSection .center_content .navbar ul {
    height: 100%;
  }

  .heroSection .center_content .navbar ul .hamburger_icon {
    height: 100%;
  }

  .t2 h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
  }

  .centerContent .topTextAnimation {
    width: 196px;
  }

  .staticText {
    font-size: 14px;
  }

  .mobileHamburger {
    display: flex !important;
  }

  .breadcrumb .centerContent {
    width: 90%;
    justify-content: flex-end;
    top: 0rem;
    padding: 0;
    left: unset;
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 600px) {
  .familyMan_section01 .center_content {
    width: 90%;
  }

  .familyMan_section01 .center_content .leftSide,
  .familyMan_section01 .center_content .rightSide,
  .familyMan_section01 .center_content .rightSide .carousel {
    width: 100%;
  }

  .familyMan_section01 .center_content .rightSide {
    height: 241px;
  }

  .familyMan_section01 .center_content .rightSide .carousel {
    width: 100% !important;
    height: 241px;
  }

  .slick-slider .slick-list {
    height: 241px !important;
    padding: 0 !important;
  }

  .slick-slide img {
    height: 241px;
  }

  .familyMan_section01 .center_content .rightSide .carousel .slick-prev,
  .familyMan_section01 .center_content .rightSide .carousel .slick-next {
    width: 50px;
    height: 50px;
    bottom: -85px;
  }

  .familyMan_section01 .center_content .rightSide .carousel .slick-prev {
    left: 30%;
  }

  .familyMan_section01 .center_content .rightSide .carousel .slick-next {
    left: 49%;
  }

  .familyMan_section01 .center_content .rightSide .carousel .slick-prev::before,
  .familyMan_section01 .center_content .rightSide .carousel .slick-next::before {
    height: 8px;
    width: 8px;
  }

  .familyMan_section01 .center_content .leftSide h1 {
    font-size: 24px;
    margin: 0;
  }

  .familyMan_section01 .center_content .leftSide p {
    font-size: 14px;
  }

  .familyMan_section01 {
    padding: 70px 0;
    padding-bottom: 150px;
  }

  .videoSection .center_content {
    max-width: 90%;
    height: 280px;
  }

  .videoSection .center_content .videoBanner {
    width: 100%;
  }

  .videoSection .center_content .videoBanner .videoPlayButton {
    width: 60px;
    height: 60px;
  }

  .videoSection .center_content .videoBanner .videoPlayButton::after {
    border-bottom: 6px solid transparent;
    border-left: 11px solid;
    border-top: 6px solid transparent;
  }

  .videoContainer01 {
    min-height: 300px;
  }

  .videoContainer01 iframe {
    height: 300px !important;
  }

  .videoSection .videoPlayerPopup .closeIcon {
    width: 18px;
    top: 30px;
    right: 30px;
  }

  .success_stories .center_content .success_stories_cards .success_stories_card {
    width: 100%;
  }

  .success_stories .center_content .success_stories_cards {
    gap: 15px;
  }

  .success_stories .center_content h1 {
    font-size: 24px;
  }

  .success_stories .center_content .success_stories_cards .success_stories_card .success_stories_card_content p {
    font-size: 14px;
  }

  .success_stories .center_content .ViewTestimonialBTN {
    margin-top: calc(60px - 1.666rem);
  }

  footer {
    padding-top: 0;
  }

  .Newsletter .center_content .Newsletter_leftSide p {
    font-size: 16px;
  }

  .Newsletter .center_content .Newsletter_leftSide h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .Newsletter .center_content .Newsletter_rightSide h2 {
    font-size: 24px;
    letter-spacing: 4px;
  }

  .success_stories .center_content .success_stories_cards .success_stories_card .success_stories_card_image img {
    width: 35px;
  }
}

@media screen and (max-width: 500px) {
  .breadcrumb .center_content {
    min-height: 410px;
  }

  .breadcrumb .centerContent h1 {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
  }

  .breadcrumb .centerContent p {
    font-size: 18px;
    line-height: 24px;
  }

  .breadcrumb .centerContent .breadcrumb_socialIcons {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 28px;
    gap: 10px;
  }

  .breadcrumb .centerContent .breadcrumb_socialIcons a {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 377px) {
  .breadcrumb .center_content {
    min-height: 390px;
  }

  .breadcrumb .centerContent .breadcrumb_socialIcons a {
    width: 34px;
    height: 34px;
  }

  .breadcrumb .centerContent .breadcrumb_socialIcons a i,
  .breadcrumb .centerContent .breadcrumb_socialIcons a svg {
    font-size: 14px;
    height: unset;
  }

  .zillowIcon svg {
    height: 14px;
  }
}

@media screen and (max-width: 300px) {
  .breadcrumb .centerContent .breadcrumb_socialIcons a {
    width: 34px;
    height: 34px;
  }

  .breadcrumb .centerContent p {
    font-size: 16px;
    line-height: 22px;
  }

  .breadcrumb .centerContent h1 {
    font-size: 20px;
  }
}














/*=============================================
=            txt-img-section            =
=============================================*/

.txt-img {
  padding-left: 20px;
  padding-right: 20px;
  /* padding-top: 80px;
  padding-bottom: 80px; */
  margin-top: 80px;
  margin-bottom: 80px;

}

@media (max-width: 992px) {
  .txt-img {

    /* padding-top: 50px;
    padding-bottom: 50px; */
    margin-top: 50px;
    margin-bottom: 50px;

  }

}


.txt-img+.txt-img {
  padding-top: 0;
}

.txt-img .txt-img__row {
  display: flex;
  align-items: center;
  gap: 20px;

}

.txt-img.txt-img--alt .txt-img__row {
  flex-direction: row-reverse;
}


@media (max-width: 992px) {

  .txt-img .txt-img__row {
    display: flex;
    align-items: center;
    flex-direction: column;

  }

  .txt-img.txt-img--alt .txt-img__row {
    flex-direction: column;
  }


}




@media(min-width: 993px) {
  .txt-img .txt-img__row>div {
    width: 50%;

  }
}

.txt-img .center_content {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

.txt-img__img-col img.main-image {
  max-width: 100%;
  display: block;
}


.txt-img .txt-img__text-wrap {
  padding-right: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px
}

.txt-img.txt-img--alt .txt-img__text-wrap {
  padding-left: 50px;
  padding-right: 0;
}


@media (max-width: 992px) {

  .txt-img .txt-img__text-wrap {
    padding-right: 0;

  }

  .txt-img.txt-img--alt .txt-img__text-wrap {
    padding-left: 0;
  }

}





/* ***** joinExp_section04 ***** */
/* **************************** */

.joinExp_section04 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.joinExp_section04 .center_content {
  width: 1210px;
  height: 620px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, #ffffff 52%, #000000 17%);
}

.joinExp_section04 .center_content .center_box {
  width: 1140px;
  min-height: 479.46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 8%);
  border: 1px solid rgba(125, 134, 151, 0.11);
  border-radius: 6px;
  padding: 30px;
}

.joinExp_section04 .center_content .center_box h1 {
  font-size: 55px;
  line-height: 1.3em;
  font-weight: 700;
  color: #000;
  font-family: "Cormorant Garamond", serif;
  text-transform: capitalize;
}

.joinExp_section04 .center_content .center_box p {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  text-align: center;
}

.joinExp_section04 .center_content .center_box .btn {
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 1;
  max-width: 100%;
  text-align: center;
  background: transparent;
  border: 2px solid #000;
  padding: 15px 30px;
  text-decoration: none;
  transition: all 0.2s ease 0s;
  color: #000;
  text-transform: uppercase;
  margin-top: 1.5rem;
}

.joinExp_section04 .center_content .center_box .btn:hover {
  background-color: #000;
  color: #fff;
}

/* ********** Media Query *********** */
/* ******************************** */

@media screen and (max-width: 1400px) {

  .joinExp_section04 .center_content {
    width: 90%;
  }

  .joinExp_section04 .center_content .center_box {
    width: 85%;
  }

}




@media screen and (max-width: 600px) {


  .joinExp_section04 .center_content .center_box p br {
    display: none;
  }

  .joinExp_section04 .center_content {
    width: 100%;
  }

  .joinExp_section04 .center_content .center_box {
    width: 90%;
  }

  .joinExp_section04 .center_content .center_box {
    min-height: 370px;
  }

  .joinExp_section04 .center_content .center_box h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .joinExp_section04 .center_content .center_box p {
    font-size: 14px;
    line-height: 24px;
  }

  .joinExp_section04 .center_content {
    height: 497px;
  }

  .joinExp_section04 .center_content .center_box .btn {
    margin-top: 0.5rem;
  }
}

/*=============================================
=            overrides            =
=============================================*/





.txt-img .ViewTestimonialBTN {
  border: 2px solid #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1.5px;
  max-width: 100%;
  overflow: hidden;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  transition: all 0.2s;
  color: #000000;
  margin-top: 20px;
}


.txt-img .ViewTestimonialBTN:hover {
  background: #000;
  color: #fff;
}

/* banner */


.banner {
  min-height: 50vh;
  position: relative;
}

.banner__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}


.banner .centerContent h1 {
  color: #fff;
}


.page-residential .breadcrumb .centerContent {
  justify-content: center;
}

@media screen and (max-width: 710px) {
  .banner .centerContent {
    top: 0;
  }
}



.txt-img__title {
  font-size: 42px;
  letter-spacing: 4px;
  letter-spacing: 0.095em;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .txt-img__title {
    font-size: 32px;

  }
}