*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  width: 100%;
  height: 100%;
  background-color: #000000;
  font-family: "Montserrat", sans-serif;
}
body.overflow {
  overflow: hidden;
}
.mobile {
  display: block;
}
.desktop {
  display: none;
}
.topbar {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
}
.navbar .logo svg {
  width: 100%;
  max-width: 300px;
}
.navbar .nav-item {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.navbar .nav-item i {
  color: #fff;
  font-size: 2em;
}
.navbar .nav-item i:hover {
  color: #f6921e;
}
.billboard {
  background-color: #000;
  padding-bottom: 50px;
}
.billboard-wrapper {
  padding-left: 120px;
}
.billboard .billboard-text {
  width: 85%;
}
.billboard .billboard-text h1 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
}
.billboard .billboard-text h1 span {
  font-size: 1.7rem;
}
.billboard-byline {
  width: 85%;
  margin-top: 20px;
}
.billboard .billboard-byline h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  color: #b2b2b2;
}
.content {
  padding-top: 25px;
  padding-bottom: 125px;
}
.content .tile {
  min-height: 410px;
  max-height: 410px;
  border-radius: 15px;
}
.arrow-overlay {
  padding-left: 30%;
}
.arrow-overlay img {
  margin-top: -5em;
  position: absolute;
  z-index: 1000;
}
.tile .card-body {
  position: absolute;
  width: 100%;
  padding: 30px;
  bottom: 0;
}
.tile .card-icon {
  padding: 25px;
}
.tile .card-title {
  margin-bottom: 15px;
}
.card-body h2 {
  font-weight: bold;
  font-size: 1.5em;
}
.tile .card-text {
  font-weight: 400;
  padding-top: 15px;
  border-top: #000 solid 3px;
  display: none;
}
.tile-1 {
  background-color: #99ff99;
}
.tile-2 {
  background-color: #ffff80;
}
.tile-3 {
  background-color: #80ffff;
}
.tile-4 {
  background-color: #ffa6ff;
}
.overlay-1 {
  display: none;
}
.overlay-2 {
  display: none;
}
.overlay-3 {
  display: none;
}
.overlay-4 {
  display: none;
}
.footer {
  background-color: #0d0d0d;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer-bottom {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer .logo {
  margin-top: 10px;
}
.footer .est {
  font-size: 1.15em;
}
.footer-cta-billboard {
  margin-bottom: 20px;
}
.footer-cta-billboard h3 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.3em;
}
.footer-cta-billboard h3 span {
  padding-left: 2px;
  font-size: 1.2rem;
}
.footer-cta-main {
  margin-bottom: 20px;
}
.footer-cta-main a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.footer-cta-main a:hover {
  color: #f6921e;
}
.footer-cta-sub p {
  font-size: 1.2em;
  margin-bottom: 0px;
}
.footer-cta-sub a {
  color: #fff;
  text-decoration: none;
}
.footer-cta-sub a:hover {
  color: #f6921e;
}
.footer-bar {
  background-color: #0d0d0d;
}

.mt-6 {
  margin-top: 6rem !important;
}
.mt-7 {
  margin-top: 7rem !important;
}
.mt-8 {
  margin-top: 8rem !important;
}
.mt-9 {
  margin-top: 9rem !important;
}
.mt-10 {
  margin-top: 10rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}
.mb-7 {
  margin-bottom: 7rem !important;
}
.mb-8 {
  margin-bottom: 8rem !important;
}
.mb-9 {
  margin-bottom: 9rem !important;
}
.mb-10 {
  margin-bottom: 10rem !important;
}

.ps-6 {
  padding-left: 6rem !important;
}
.ps-7 {
  padding-left: 7rem !important;
}
.ps-8 {
  padding-left: 8rem !important;
}
.ps-9 {
  padding-left: 9rem !important;
}
.ps-10 {
  padding-left: 10rem !important;
}

.pe-6 {
  padding-right: 6rem !important;
}
.pe-7 {
  padding-right: 7rem !important;
}
.pe-8 {
  padding-right: 8rem !important;
}
.pe-9 {
  padding-right: 9rem !important;
}
.pe-10 {
  padding-right: 10rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}
.pt-7 {
  padding-top: 7rem !important;
}
.pt-8 {
  padding-top: 8rem !important;
}
.pt-9 {
  padding-top: 9rem !important;
}
.pt-10 {
  padding-top: 10rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}
.pb-7 {
  padding-bottom: 7rem !important;
}
.pb-8 {
  padding-bottom: 8rem !important;
}
.pb-9 {
  padding-bottom: 9rem !important;
}
.pb-10 {
  padding-bottom: 10rem !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

a:link {
  text-decoration: none;
  /* color: unset !important; */
}
a:visited {
  text-decoration: none;
  /* color: unset !important; */
}
a:hover {
  text-decoration: none;
  color: unset !important;
}
a:active {
  text-decoration: none;
  /* color: unset !important; */
}

/*
    ----------------------------------------- Top Navigation Bar -----------------------------------------
*/

.header-logo {
  width: 50%;
}

.head-image-desktop {
  max-width: 384px;
}

.burger-mobile {
  cursor: pointer;
}

.burger {
  margin-right: 7.1%;
  padding-right: 1px;
}

.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background-color: #000000;
  z-index: 1;
}
.header-section {
  background-color: #000000;
  padding-top: 28px;
  padding-bottom: 28px;
}
.white-header .header-section {
  background-color: white;
}
header {
  margin-top: 1px !important;
}
.navbar-inverse {
  background-color: #ffffff52 !important;
  border-color: #bebdbd !important;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.scrolled {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 1px 10px #999;
}
.first_image {
  height: 100vh;
  min-height: 400px;
  background-size: cover;
}
body > header > div > div > div > div.burger > p {
  margin: 11px 16px 15px -114px;
  font-weight: 600;
}
#bar {
  background: white;
  font-family: Designio;
  position: absolute;
  left: 0;
  right: 0;
  padding: 15px;
  height: 60px;
  background-size: 100%;
}
.first {
  height: 100vh;
  min-height: 400px;
  background-size: contain;
  background-image: url("https://i.ibb.co/z4yV47M/Banner-01.jpg");
}
.affix {
  -webkit-transition: padding 0.2s ease-out;
  -moz-transition: padding 0.2s ease-out;
  -o-transition: padding 0.2s ease-out;
  transition: padding 0.2s ease-out;
}
.affix-top .nav > li > a {
  color: #000;
}
.affix-top.navbar .nav > li > a:hover,
.affix-top.navbar .navbar-brand {
  color: #333;
}
section {
  height: calc(90% - 50px);
  height: 90vh;
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 0px !important;
}

.burger {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 12px;
  right: 5px;
  border-radius: 4px;
  z-index: 999;
}
.burger span {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -1.5px;
}
.burger span,
.burger span::before,
.burger span::after {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #f7f7f7;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.burger span::before,
.burger span::after {
  position: absolute;
  content: "";
}
.burger span::before {
  top: -9px;
}
.burger span::after {
  top: 9px;
}
.burger.clicked span {
  background-color: transparent;
}
.burger.clicked span::before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.burger.clicked span::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
.burger.clicked span:before,
.burger.clicked span:after {
  background-color: #000;
}
.burger:hover {
  cursor: pointer;
}
.burger span {
  display: none;
}
.burger.clicked span {
  display: block;
}

.reduce-paddingl-left {
  padding-left: calc(var(--bs-gutter-x) * 0.2);
}

.head-image-mobile {
  width: 100% !important;
}

nav {
  background-color: #fff;
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  /* height: 100%; */
  max-width: 350px;
  width: 100%;
  padding: 50px 75px 5px 40px;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
nav.show {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
nav.show ul.main li {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
nav.show ul.main li:nth-child(1) {
  transition-delay: 0.15s;
}
nav.show ul.main li:nth-child(2) {
  transition-delay: 0.3s;
}
nav.show ul.main li:nth-child(3) {
  transition-delay: 0.45s;
}
nav.show ul.main li:nth-child(4) {
  transition-delay: 0.6s;
}
nav.show ul.main li:nth-child(5) {
  transition-delay: 0.75s;
}
nav.show ul.main li:nth-child(6) {
  transition-delay: 0.9s;
}
nav.show ul.main li:nth-child(7) {
  transition-delay: 1.05s;
}
nav.show ul.main li:nth-child(8) {
  transition-delay: 1.2s;
}
nav.show ul.main li:nth-child(9) {
  transition-delay: 1.35s;
}
nav.show .about,
nav.show .social,
nav.show ul.sub {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.85s;
}
/* nav ul.main {
    list-style-type: none;
}
nav ul.main li {
    margin-bottom: 20px;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
nav ul.main li:last-of-type {
    margin-bottom: 0px;
} */
/* nav ul.main li a {
    color: #000;
    font-family: "Raleway", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 30px;
    display: block;
    letter-spacing: 5px;
    font-weight: 600;
    padding: 10px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
nav .about {
    margin-top: 40px;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
} */
nav .about p {
  color: #000;
  font-family: "Spectral", serif;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
  line-height: 170%;
}
nav .social {
  margin-top: 40px;
  position: relative;
  padding-bottom: 30px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
nav .social:after {
  content: "";
  width: 230px;
  height: 2px;
  background-color: #b7ac7f;
  position: absolute;
  bottom: 0;
  left: 0;
}
nav .social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 25px;
}
nav .social a:last-of-type {
  margin-right: 0px;
}
nav .social a:hover svg path,
nav .social a:hover svg circle {
  fill: #b7ac7f;
}
nav .social a svg {
  width: 100%;
  height: 100%;
}
nav .social a svg path,
nav .social a svg circle {
  fill: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav ul.sub {
  list-style-type: none;
  margin-top: 40px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
nav ul.sub li {
  margin-bottom: 10px;
}
nav ul.sub li:last-of-type {
  margin-bottom: 0px;
}
nav ul.sub li a {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
  font-size: 0.9rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav ul.sub li a:hover {
  color: #b7ac7f;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #d4d4d4;
  opacity: 0;
  visibility: hidden;
}
.overlay.show {
  /* opacity: 0.8; */
  visibility: visible;
}
.top-logo {
  position: absolute;
  top: 35px;
  padding-left: 5px;
}
.top-menu-item-lg {
  color: #000;
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  font-weight: 600;
  text-align: right;
  line-height: 1.2;
  text-decoration: none;
  display: block;
}

.top-menu-item-sm {
  color: #b3b3b383;
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  font-weight: 600;
  text-align: right;
  line-height: 1.1;
  text-decoration: none;
  display: block;
}

.top-menu-item-sm:hover {
  color: #b3b3b383 !important;
}

.custom-modal-1 {
  position: fixed;
  right: 0px;
  top: -5px;
  width: 90%;
}
.top-menu-close-icon {
  width: 100%;
}

.font-arboria-book {
  font-family: "Times New Roman", Times, serif;
}

.menu .menu-items-container {
  margin-top: 46px;
}
/*-------------------------------------------  Why choose EEM Testimonial Section --------------------- */

.gray-color-1 {
  color: #767676;
}

.img-pa {
  padding-top: 20px;
}

.col-center {
  margin: 0 auto;
  float: none !important;
}
.carousel {
  margin: 50px auto;
  padding: 0 70px;
}
.carousel-item {
  color: #999;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  min-height: 290px;
}
.carousel .item .img-box {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.carousel .testimonial {
  padding: 30px 0 10px;
}
.carousel .overview {
  font-style: italic;
}
.carousel .overview b {
  text-transform: uppercase;
  color: #db584e;
}
.carousel .carousel-control {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
  background: none;
}
.carousel-control i {
  font-size: 68px;
  line-height: 42px;
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
  bottom: -40px;
}
.carousel-indicators li,
.carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 1px 3px;
  border-radius: 50%;
}
.carousel-indicators li {
  background: #999;
  border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}
.carousel-indicators li.active {
  background: #555;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.carousel-indicators li {
  background-color: #fbc98e; /* Normal color */
  border-color: #fbc98e; /* Border color */
}

.carousel-indicators li.active {
  background-color: #f7931d; /* Active color */
  border-color: #f7931d; /* Border color */
}

/* End here */

/*
    -----------------------------------------  Billboad Section -----------------------------------------
*/
.bb-section-1 {
  color: #c4c4c6;
  font-size: 18px;
  line-height: 1.2;
  padding-top: 145px;
}
.bb-section-2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  padding-top: 20px;
}

.custom-accordion-item-1 {
  background-color: #000;
}
.custom-accordion-button-1 {
  /* background-color: #9AFF98; */
  display: unset;
  padding-top: 30px;
  padding-bottom: 30px;
}
.custom-accordion-button-1:focus {
  /* border-color: #9AFF98; */
  box-shadow: unset;
}
.custom-accordion-button-1:not(.collapsed) {
  /* color: #000000;
    background-color: #9AFF98; */
  box-shadow: unset;
}
.custom-accordion-button-1:not(.collapsed)::after {
  /* background-image: unset;*/
  transform: unset;
}
.custom-accordion-button-1::after {
  background-image: unset;
}

.custom-accordion-item-1
  .accordion-button.custom-accordion-button-1.collapsed
  .custom-accordion-text {
  display: block;
}
.custom-accordion-item-1
  .accordion-button.custom-accordion-button-1
  .custom-accordion-text {
  display: none;
}

.accordion-item:last-of-type.custom-accordion-item-1
  .accordion-button.collapsed {
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}
.accordion-item:last-of-type.custom-accordion-item-2
  .accordion-button.collapsed {
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}
.accordion-item:last-of-type.custom-accordion-item-3
  .accordion-button.collapsed {
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}
.accordion-item:last-of-type.custom-accordion-item-4
  .accordion-button.collapsed {
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}

/*
    -------------------------------------------------------------  color -----------------------------------------------------------------------
*/
.custom-accordion-item-2 {
  background-color: #9aff98;
}
.custom-accordion-button-2 {
  background-color: #80ffff;
  display: unset;
  padding-top: 30px;
  padding-bottom: 30px;
}
.custom-accordion-button-2:focus {
  border-color: #80ffff;
  box-shadow: unset;
}
.custom-accordion-button-2:not(.collapsed) {
  color: #000000;
  background-color: #80ffff;
  box-shadow: unset;
}
.custom-accordion-button-2:not(.collapsed)::after {
  background-image: unset;
  transform: unset;
}
.custom-accordion-button-2::after {
  background-image: unset;
}

.custom-accordion-item-2
  .accordion-button.custom-accordion-button-2.collapsed
  .custom-accordion-text {
  display: block;
}
.custom-accordion-item-2
  .accordion-button.custom-accordion-button-2
  .custom-accordion-text {
  display: none;
}

/*
    -------------------------------------------------------------  color -----------------------------------------------------------------------
*/
.custom-accordion-item-3 {
  background-color: #80ffff;
}
.custom-accordion-button-3 {
  /* background-color: #FFFF7F; */
  display: unset;
  padding-top: 30px;
  padding-bottom: 30px;
}
.custom-accordion-button-3:focus {
  /* border-color: #FFFF7F; */
  box-shadow: unset;
}
.custom-accordion-button-3:not(.collapsed) {
  /* color: #000000;
    background-color: #FFFF7F; */
  box-shadow: unset;
}
.custom-accordion-button-3:not(.collapsed)::after {
  background-image: unset;
  transform: unset;
}
.custom-accordion-button-3::after {
  background-image: unset;
}

.custom-accordion-item-3
  .accordion-button.custom-accordion-button-3.collapsed
  .custom-accordion-text {
  display: block;
}
.custom-accordion-item-3
  .accordion-button.custom-accordion-button-3
  .custom-accordion-text {
  display: none;
}

/*
    -------------------------------------------------------------  color -----------------------------------------------------------------------
*/

.custom-accordion-item-4 {
  background-image: linear-gradient(#ffff7f, #000000);
}
.custom-accordion-button-4 {
  /* background-color: #FFA5FF; */
  display: unset;
  padding-top: 30px;
  padding-bottom: 30px;
}
.custom-accordion-button-4:focus {
  /* border-color: #FFA5FF; */
  box-shadow: unset;
}
.custom-accordion-button-4:not(.collapsed) {
  /* color: #000000;
    background-color: #FFA5FF; */
  box-shadow: unset;
}
.custom-accordion-button-4:not(.collapsed)::after {
  background-image: unset;
  transform: unset;
}
.custom-accordion-button-4::after {
  background-image: unset;
}

.custom-accordion-item-4
  .accordion-button.custom-accordion-button-4.collapsed
  .custom-accordion-text {
  display: block;
}
.custom-accordion-item-4
  .accordion-button.custom-accordion-button-4
  .custom-accordion-text {
  display: none;
}

.custom-accordion-text {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
}
.tile-header {
  color: #000000;
  font-size: 35px;
  font-weight: 700;
  text-align: left;
  padding-top: 160px;
  padding-bottom: 15px;
  border-bottom: 3px solid #000000;
}
.title-text {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 30px;
}
.tile-button {
  width: 60%;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 2px solid #000000;
  border-radius: 26px;
}

.content {
  padding-top: 25px;
  padding-bottom: 125px;
}
.content .tile {
  min-height: 410px;
  max-height: 410px;
  border-radius: 15px;
}
.arrow-overlay {
  padding-left: 30%;
}
.arrow-overlay img {
  margin-top: -5em;
  position: absolute;
  z-index: 1000;
}
.tile .card-body {
  position: absolute;
  width: 100%;
  padding: 30px;
  bottom: 0;
}
.tile .card-icon {
  padding: 35px;
}
.tile .card-title {
  margin-bottom: 15px;
}
.card-body h2 {
  font-weight: bold;
  font-size: 1.5em;
}
.tile .card-text {
  font-weight: 400;
  padding-top: 15px;
  border-top: #000 solid 3px;
  display: none;
}
.tile-1 {
  background-color: #99ff99;
}
.tile-2 {
  background-color: #ffff80;
}
.tile-3 {
  background-color: #80ffff;
}
.tile-4 {
  background-color: #ffa6ff;
}
.overlay-1 {
  display: none;
}
.overlay-2 {
  display: none;
}
.overlay-3 {
  display: none;
}
.overlay-4 {
  display: none;
}

.hp-billboad-section-2 a {
  color: inherit;
  text-decoration: none;
}

.hp-billboad-section-2 a:hover {
  color: inherit;
  text-decoration: none;
}

/*
    ----------------------------------------- Home Page Section 1 -----------------------------------------
*/
.sec-1-para {
  color: #c4c4c6;
  font-size: 19px;
  padding-left: 5px;
  padding-bottom: 5px;
}
.sec-1-h1 {
  color: #ffffff;
  font-size: 30px;
  padding-left: 5px;
  padding-bottom: 5px;
  line-height: 1;
}
.sec-1-h1-desktop {
  display: none;
}
.sec-1-img {
  padding-top: 50px;
}
.section-1-image-1 {
  width: 100%;
}
.sec-1-text-1 {
  color: #ffffff;
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
  padding-bottom: 30px;
}
.sec-1-text-desktop {
  display: none;
}
.sec-1-btn {
  text-align: center;
  padding-top: 25px;
}
.tmp-btn-qqq {
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  border-color: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-radius: 6.5rem;
  padding-top: 17px;
  padding-bottom: 15px;
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.tmp-btn-qqq:hover {
  background-color: #f7931d;
  border-color: #f7931d;
  color: #000000;
}

.section-1-button-1 {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  border-color: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-radius: 6.5rem;
  padding-top: 17px;
  padding-bottom: 15px;
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.section-1-button-1:hover {
  background-color: #f7931d;
  border-color: #f7931d;
  color: #000000;
  text-align: center;
  font-weight: 500;
  border-style: solid;
  border-width: 2px;
  border-radius: 6.5rem;
  padding-top: 17px;
  padding-bottom: 15px;
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.section-1-button-1:active {
  color: unset;
  background-color: unset;
  border-color: unset;
}
.section-1-button-1:focus {
  box-shadow: unset;
}
.section-1-button-1:active:focus {
  box-shadow: unset;
}

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

/*
    ----------------------------------------- Home Page Section 2 -----------------------------------------
*/
.zoom-img:hover {
  overflow: hidden;
  padding-bottom: 0px;
  margin-bottom: 0px;
  img {
    transition: transform 0.5s;
    transform: scale(1.2);
  }
}
.sec-2-h1 {
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  padding-bottom: 5px;
  line-height: 1;
}
.sec-2-text-1 {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  padding-top: 15px;
  padding-right: 10px;
  padding-left: 8px;
  line-height: 1.6;
}
.section-2-button-1 {
  background-color: #000000;
  color: #ffffff;
  border-radius: 6.5rem;
  font-size: 14px;
  text-align: center;
  border-color: #ffffff;
  border-style: solid;
  border-width: 2px;
  padding-top: 17px;
  padding-bottom: 15px;
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.section-2-button-1:hover {
  background-color: #f7931d;
  color: #000000;
  border-color: #f7931d;
  content: "show more";
}

.hp-sec-2-tile-img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.hp-image-container-1 {
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.hp-image-container-2 {
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.hp-image-container-1:hover::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7931dcc;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hp-image-container-2:hover::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7931dcc;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hp-image-container-text-1:hover::after {
  position: absolute;
  content: "Tesseract \A Energy";
  white-space: pre;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.hp-image-container-text-2:hover::after {
  position: absolute;
  content: "CMI Toyota";
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}

.hp-image-container-text-3:hover::after {
  position: absolute;
  content: "The Lad \A Collective";
  white-space: pre;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.hp-image-container-text-4:hover::after {
  position: absolute;
  content: "NT Now";
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}

.hp-image-container-text-5:hover::after {
  position: absolute;
  content: "Tongue \A in Cheek";
  white-space: pre;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.sec-2-tile-1 {
  width: 70%;
  height: 300px;
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
}
.sec-2-tile-2 {
  width: 50%;
  height: 372px;
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
}
.sec-2-tile-3 {
  width: 40%;
  height: 525px;
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
}
.sec-2-tile-3-burnside {
  width: auto;
  height: 525px;
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
}

/* for Safari */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    /* iPhones in Portrait and Landscape */
    @media (max-width: 767px) {
      .sec-2-tile-3-burnside {
        width: 100%; /* Full width for small screens like iPhones */
      }
    }

    /* Standard and Mini iPads in Landscape, older iPhones in Portrait */
    @media (min-width: 768px) and (max-width: 1024px) {
      .sec-2-tile-3-burnside {
        width: 49% !important; /* Optimal width for iPads in landscape */
      }
    }

    /* iPad Air and Pro 11-inch in Portrait */
    @media (min-width: 834px) and (max-width: 1112px) {
      .sec-2-tile-3-burnside {
        width: 52% !important; /* Slightly wider to utilize extra screen width */
      }
    }

    /* iPad Pro 12.9-inch in Portrait */
    @media (min-width: 1024px) and (max-width: 1366px) {
      .sec-2-tile-3-burnside {
        width: 55% !important; /* Appropriately wider for larger displays */
      }
    }

    /* Styles for larger screens up to and including typical Mac resolutions */
    @media (min-width: 1370px) and (max-width: 1720px) {
      .sec-2-tile-3-burnside {
        width: 50% !important; /* Adjustments for larger screens, including MacBooks */
      }
    }

    @media (min-width: 1721px) and (max-width: 1920px) {
      .sec-2-tile-3-burnside {
        width: 50% !important; /* Adjustments for larger screens, including MacBooks */
      }
    }

    /* Styles for very high-resolution screens like the Apple Studio Display */
    @media (min-width: 2561px) {
      .sec-2-tile-3-burnside {
        width: 55% !important; /* Specific setting for very high-resolution screens */
      }
    }
  }
}

/*
    ----------------------------------------- Home Page Section 2 -----------------------------------------
*/
.sec-3-header {
  font-size: 32px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}
.customize-carousel {
  margin: 0px;
  padding: 0px;
}
.sec-3-text-1 {
  color: #000000;
  font-size: 18px;
  text-align: center;
  /* padding-bottom: 20px;
    max-height: 260px; */
  overflow: hidden;
}
.sec-3-text-2 {
  color: #000000;
  font-size: 35px;
  padding-top: 12px;
}
.sec-3-text-3 {
  color: #000000;
  font-size: 18px;
  padding-bottom: 10px;
}
.sec-3-text-4 {
  color: #707070;
  font-size: 19px;
  padding-bottom: 15px;
}
.sec-3-text-5 {
  color: #000000;
  font-size: 18px;
  text-align: center;
  min-height: 300px;
  max-height: 300px;
}
.sec-3-img-group {
  padding-top: 7px;
  padding-bottom: 45px;
}
.sec-3-img-width {
  width: 45%;
}
.btn-carousel-active {
  background-color: #f7931d;
  width: 14px;
  height: 14px;
  border-radius: 100%;
}
.btn-carousel-inactive {
  background-color: #f7931d80;
  width: 14px;
  height: 14px;
  border-radius: 100%;
}

/*
    -----------------------------------------  Footer Section -----------------------------------------
*/

.footer-bottom-bg {
  background-color: #212020;
}

.footer-menu-item {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
}
.footer-bottom-bg {
  background-color: #212020;
}
.footer-bottom-text {
  font-size: 15px;
  font-weight: 200;
}

.footer-menu-list {
  padding-top: 50px;
}

.menu-list-section-1 {
  margin-top: 0px;
}
.menu-list-section-2 {
  margin-top: 0px;
}
.credit-report-container {
  margin-left: 83px;
}

/******************************************/

/* .google-logo-desktop{
    width: 60%;

    position: relative;
    left:-19px;
    bottom: -10px;

} */
.footer-social-media-icons {
  display: flex;
  justify-content: center; /* Center the icons */
  align-items: center; /* Align icons vertically with the logo */
}

.footer-social-media-icons ul {
  display: flex;
  padding: 0;
  margin: 0;
}

.footer-social-media-icons li {
  display: inline-block;
  margin: 0 10px; /* Adjust spacing between icons */
}

/*--------------------------------------------- Marketing Strategy - Mobile ----------------------------------------------*/

.grayscale-img-box .grayscale {
  filter: grayscale(1);
  transition: filter 0.5s; /* Add transition for smooth effect */
}

.grayscale-img-box:hover .grayscale {
  filter: grayscale(0);
}

.strategy-color-1 {
  color: #ffd198;
}

.strategy-color-2 {
  color: #f8af56;
}

.strategy-color-3 {
  color: #f8951d;
}
.bg-img {
  background-image: url("http://test-eem.synergix.local/images/custom/mm_resize1.png");
  color: white;
  padding: 2rem;
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: right center;
  margin-right: -50px;
}

.strategy-hero-section-mobile > h5,
h3 {
  line-height: 1.1 !important;
}

.margin-l-05rem {
  margin-left: 0.5rem;
}

/*--------------------------------------------- Marketing Strategy : Desktop ---------------------------------------------*/

.ms-grayscale-effect {
  filter: grayscale(100%);
  transition: filter 0.3s ease; /* Smooth transition */
}

.ms-grayscale-effect:hover {
  filter: grayscale(0%);
}

.cone-text-title {
  font-size: 37px;
  color: #fff;
}
.cone-text-points {
  font-size: 20px;
  margin-bottom: 0.2rem;
}
#strategy-hero-section {
  margin-top: 230px;
}

#strategy-hero-section h1 {
  line-height: 1;
}

.hero-section-img {
  min-height: 150px;
  max-height: 300px;
  height: 220px;
  margin-left: -13px;
  width: 200px !important;
}

#ms-planning-section-mobile {
  background-color: #191919;
  border-bottom: 3px solid #000000;
}

.p-right-2 {
  padding-right: 2px !important;
}

.vh-450 {
  height: 450px;
}

#marketing-brand-desktop {
  padding-left: 30px;
  padding-right: 30px;
}

#brand-st {
  padding-left: 2.5rem;
}
/*------------------------------------------------------ Market Researcher -----------------------------------------*/

#section-market-research {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

#section-market-research h2 {
  margin: 0px !important;
  line-height: 1;
  font-weight: 800;
}

.strategy-hero-section-mobile {
  margin-top: 150px;
  position: relative;
  overflow: hidden;
}
.strategy-hero-section-mobile .bg-img {
  overflow: hidden;
  margin-left: 0px !important;
}
/* -----------------------------------------------Planing Section -------------------------------------------------------- */

.planning-section-bg-img {
  background-image: url("../images/custom/marketing-strategy-night.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 0px;
  left: -120px;
}

.planing-bg {
  background-image: url("../images/custom/marketing-strategy-night.png");
  background-size: cover; /* Ensures the image covers the whole container */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  height: 615px;
  position: relative;
  left: -110px;
}
.planning-section-bg {
  background-image: url("../images/custom/marketing-strategy-night.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 0px;
  left: -120px;
  min-width: 325px;
  max-width: 325px;
  min-height: 400px;
  max-height: 400px;
}
.customize-ps {
  position: relative;
  top: 40px;
  z-index: 800;
  left: 120px;
}
.plan-text-2 {
  font-size: 1.25rem;
  font-weight: bolder;
}
.plan-text-3 {
  font-size: 39px;
  font-weight: 700;
}
.plan-text-1 {
  font-size: 18px;
  line-height: 1.7;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}

.hero-img-ms {
  width: 100%;
  padding-left: 0px;
}

.h-400 {
  height: 400px;
}

.h-450 {
  height: 450px;
}

.h-600 {
  height: 600px;
}

.h-650 {
  height: 600px;
}

.h-700 {
  height: 700px;
}

.h-750 {
  height: 750px;
}

.h-800 {
  height: 800px;
}

.padding-left-0 {
  padding-left: 0px !important;
}

/*---------------------------------------------------- Digital Solution Section  ------------------------------------------------------- */

.icon-item img {
  filter: grayscale(0%); /* All icons are colored by default */
  transition: filter 0.3s;
}

.icon-item img.grayscale {
  filter: grayscale(100%); /* Apply grayscale when the class is added */
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-y-space {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px;
}

#digital-section-1-desktop {
  margin-top: 10%;
}

.hero-img {
  width: 90%;
  padding-left: 25px;
}

#digital-section-2-desktop > .accordion-button::after {
  font-size: 1.25rem;
  margin-left: auto;
  transition: transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
}

#digital-section-2-desktop > .accordion-button {
  color: #ffff;
}

#digital-section-2-desktop .accordion-button::after {
  background-image: url("../images/custom/down-arrow.png");
}

#digital-section-2-desktop > .accordion-button:not(.collapsed)::after {
  color: #fba5ff;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  content: "";
  transform: rotate(-180deg);
  background-image: url("../images/custom/down-arrow.png");
}

#digital-section-2-desktop .accordion-button {
  background-color: #000 !important;
  padding-bottom: 0px;
  padding-top: 0px;
}
#digital-section-2-desktop > .accordion-button:focus {
  box-shadow: 0 0 0 0.25rem #ffa5ff !important;
}
#digital-section-2-desktop > .accordion-item {
  background-color: #000000 !important;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
#digital-section-2-desktop > .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
#digital-section-2-desktop > .accordion-body {
  border-bottom: 1px solid #bb77b5;
}

#digital-section-2-desktop > button:focus:not(:focus-visible) {
  outline: 0;
}

#digital-section-2-desktop .accordion-item {
  background-color: #000;
  border-bottom: 1px solid #ffa5ff;
}

#digital-section-2-desktop .accordion-button:focus {
  box-shadow: none;
}

#digital-section-3-desktop .icon-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#digital-section-3-desktop .icon-item {
  flex: 0 0 8%; /* Adjust the width of the icons as needed */
  max-width: 8%; /* Adjust the max-width of the icons as needed */
  margin: 1%;
  text-align: center;
  padding: 5px;
}

#digital-section-3-desktop .icon-item img {
  width: 100%; /* Make images responsive */
  height: auto;
  border-radius: 50%; /* Make icons circular */
}

#digital-section-3-desktop #digital-section-btn-row button {
  background-color: #1f1f1f;
  color: #fff;
  padding: 8px 35px 8px 35px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

#digital-section-2-desktop .accordion-body > p {
  margin-bottom: 0px;
}

/* Mobile */
.digital-section-1-mobile-bg {
  background-image: URL("../images/custom/digital/right.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top right;
}

.digital-mobile-image-container {
  position: relative;
  width: auto;
  position: relative;
  width: auto;
  /* margin-right: -300px; */
  top: 19%;
  height: 500px;
  /* z-index: 9999; */
}

.digital-mobile-image-container img {
  display: block;
  width: 100%;
  height: 350px;
}

.digital-sec-1-text-container {
  position: absolute;
  top: 175px;
}

#digital-mobile-section {
  min-height: 575px;
}

.section-1-p {
  padding-top: 25px;
}

.border-bottom-none {
  border-bottom: none !important;
}

#digital-section-2-mobile > .accordion-button::after {
  font-size: 1.25rem;
  margin-left: auto;
  transition: transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
}

#digital-section-2-mobile > .accordion-button {
  color: #ffff;
}

#digital-section-2-mobile .accordion-button::after {
  background-image: url("../images/custom/down-arrow.png");
  top: 20px !important;
  position: absolute;
  float: right;
  right: 0px;
}

#digital-section-2-mobile > .accordion-button:not(.collapsed)::after {
  color: #fba5ff;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  content: "";
  transform: rotate(-180deg);
  background-image: url("../images/custom/down-arrow.png");
}

#digital-section-2-mobile .accordion-button {
  background-color: #000 !important;
}
#digital-section-2-mobile > .accordion-button:focus {
  box-shadow: 0 0 0 0.25rem #ffa5ff !important;
}
#digital-section-2-mobile > .accordion-item {
  background-color: #000000 !important;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
#digital-section-2-mobile > .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
#digital-section-2-mobile > .accordion-body {
  border-bottom: 1px solid #bb77b5;
}

#digital-section-2-mobile > button:focus:not(:focus-visible) {
  outline: 0;
}

#digital-section-2-mobile .accordion-item {
  background-color: #000;
  border-bottom: 1px solid #ffa5ff;
}

#digital-section-2-mobile .accordion-button:focus {
  box-shadow: none;
}

.digital-btn-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 18px;
  background-color: #1f1f1f;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px !important;
  width: 140px;
  height: 35px;
}

.digital-mobile-btn-row {
  padding-left: 1rem;
}

#digital-section-3-mobile-btn-row .mobile-btn-wrapper-right {
  padding-left: 1.5rem;
}

#digital-section-3-mobile-btn-row .mobile-btn-wrapper-left {
  padding-right: 0px;
  padding-left: 2rem;
}

#digital-section-3-mobile .icon-item {
  width: 25%;
}

#digital-section-3-mobile .icon-grid-mobile {
  margin-top: 2rem;
}

#digital-section-3-mobile .digital-icon-img {
  width: 90%;
}

#digital-section-3-mobile .digital-icon-2-row {
  margin-left: 25px;
}

#digital-section-3-mobile .digital-icon-4-row {
  margin-left: 25px;
}

#digital-section-3-mobile .digital-icon-6-row {
  margin-left: 25px;
}

#digital-section-3-mobile .digital-icon-8-row {
  margin-left: 25px;
}

#digital-section-3-mobile .digital-icon-10-row {
  margin-left: 25px;
}

#digital-section-3-mobile .digital-icon-12-row {
  margin-left: 25px;
}

.padding-x-3rem {
  padding-left: 3rem;
  padding-right: 3rem;
}

/*--------------------------------------------------- End------------------------------------------------------------------------ */

/* Case Section */

.ifbr {
  border-radius: 15px;
}

.ifmt25 {
  margin-top: 25px;
}

/* --------------------------Mobile-------------------------- */

/* .tt{
    /* margin-top: 159px;
} */

.case-title-mobile {
  text-align: left;
  font: normal normal bold 38px/39px Arboria;
  letter-spacing: 0px;
  color: black;
  opacity: 1;
  margin-top: 89px;
}
.case-title-mobile-tic {
  text-align: left;
  font: normal normal bold 38px/39px Arboria;
  letter-spacing: 0px;
  color: black;
  opacity: 1;
  margin-top: 89px;
}

.case-desc-mobile {
  text-align: left;
  letter-spacing: -0.2px;
  color: black;
  opacity: 1;

  margin-top: 30px;
}

.case-box-container-mobile {
  padding-bottom: 95px;
}

.case-box-mobile {
  margin-top: 30px;
}
.case-box-mobilevid {
  margin-top: 30px;
  position: relative;
}
.case-box-mobilevidq {
  margin-top: 30px;
  position: relative;
}

/* --------------------------Desktop-------------------------- */
.case-title-desktop {
  margin-top: 195px;
  text-align: left;
  font: normal normal bold 55px/60px Arboria;
  letter-spacing: 0px;
  /* color: black; */
  opacity: 1;
}

.case-title-desktop-tic {
  margin-top: 195px;
  text-align: left;
  font: normal normal bold 55px/60px Arboria;
  letter-spacing: 0px;
  /* color: black; */
  opacity: 1;
}

.case-desc-desktop {
  padding-top: 218px;
  text-align: right;
  font-size: 18px;
  letter-spacing: -0.2px;
  /* color: black; */
  opacity: 1;
}

.case-box-desktop1 {
  margin-top: 60px;
  margin-bottom: 25px;
}

.case-box-desktop2 {
  margin-top: 140px;
  margin-bottom: 25px;
}

.case-box-desktop4 {
  margin-bottom: 220px;
}

.case-box-desktopq {
  margin-top: 20px;
  margin-bottom: 20px;
}
.case-box-desktopvid {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.case-box-desktopvidq {
  margin-top: 20px;
  margin-bottom: 200px;
  position: relative;
}

.vidbox {
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: transparent;
  border: none;
  padding: 0;
}

.play-button img {
  width: 60px; /* Adjust icon size as needed */
  height: 60px;
}

/*
.case-box-desktop4{
    margin-top: 20px;
    margin-left: 610px;
    margin-right: 90px;
    width: 500px;
    height: 500px;
} */

.tic-page {
  background-color: white;
}
.tesseract-page {
  background-color: white;
}
/* Case End */

/*----------------------------------------------------------------------- Media Page ------------------------------------------------------------*/
.media-page {
  background-color: white;
}

.media-page .fully-accredited-agency {
  color: #c4c4c6;
}
.media-page .black-container {
  background-color: black;
  color: white;
}
/*
    ----------------------------------------- Our Work Page Section 1 -----------------------------------------
*/
.our-work-header-1 {
  color: #ffffff;
  font-size: 35px;
  text-align: center;
  line-height: 1;
  padding-bottom: 40px;
}
/*
    ----------------------------------------- Our Work Page Section 2 -----------------------------------------
*/
.wp-image-container-text-6:hover::after {
  position: absolute;
  content: "Interfurn";
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}
.wp-image-container-text-7:hover::after {
  position: absolute;
  content: "Lexus";
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}
.wp-image-container-text-8:hover::after {
  position: absolute;
  content: "Jim’s \A Mowing";
  white-space: pre;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.wp-image-container-text-9:hover::after {
  position: absolute;
  content: "Burnside \A Hospital";
  white-space: pre;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.wp-image-container-text-10:hover::after {
  position: absolute;
  content: "Unite4Kids";
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}
.wp-image-container-text-11:hover::after {
  position: absolute;
  content: "Crowies \A Paint";
  white-space: pre;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.wp-image-container-text-12:hover::after {
  position: absolute;
  content: "Cerbis \A Ceramics";
  white-space: pre;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.wp-image-container-text-13:hover::after {
  position: absolute;
  content: "Trade \A Building \A Supplies";
  white-space: pre;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.wp-image-container-text-14:hover::after {
  position: absolute;
  content: "Moloney \A & Partners";
  white-space: pre;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.wp-image-container-text-15:hover::after {
  position: absolute;
  content: "On \A Statenborough";
  white-space: pre;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.desktop .wp-image-container-text-16:hover::after {
  position: absolute;
  content: "Edwardstown Mazda";
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}

.mobile .wp-image-container-text-16:hover::after {
  position: absolute;
  content: "Edwardstown \A Mazda";
  white-space: pre;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}

.wp-image-container-text-17:hover::after {
  position: absolute;
  content: "Travel \A Auctions";
  white-space: pre;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.wp-image-container-text-18:hover::after {
  position: absolute;
  content: "Nakie";
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}
.wp-image-container-text-19:hover::after {
  position: absolute;
  content: "Posture \A Care Chair";
  white-space: pre;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.wp-image-container-text-20:hover::after {
  position: absolute;
  content: "Barlows & \A Grundys";
  white-space: pre;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.wp-image-container-text-21:hover::after {
  position: absolute;
  content: "Cole & \A Yarrow";
  white-space: pre;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.wp-image-container-text-22:hover::after {
  position: absolute;
  content: "Vodafone";
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}
.wp-image-container-text-23:hover::after {
  position: absolute;
  content: "Lexus";
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}
/*
    -----------------------------------------  Creative Product Page Text Section -----------------------------------------
*/
.cp-image-container {
  position: relative;
  top: 85px;
  width: 100%;
  height: 330px;
  background-color: #ffffff;
  z-index: 200;
  overflow: hidden;
}
.circle {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background-color: #ffff7f;
  position: absolute;
  top: 10px;
  left: 35%;
  z-index: 100;
}
.cp-mobile-header {
  width: 100%;
  position: relative;
  top: 20px;
  left: 85px;
}

.cp-section-1 {
  position: absolute;
  top: 20px;
  z-index: 300;
  width: 100%;
}
.cp-tile-section {
  padding-top: 15px;
  padding-bottom: 45px;
}
.cp-text-1 {
  color: #c4c4c6;
  font-size: 21px;
  line-height: 1.2;
  padding-top: 100px;
  padding-bottom: 15px;
}
.cp-header-1 {
  color: #000000;
  font-size: 36px;
  line-height: 1;
}
.cp-text-2 {
  color: #000000;
  font-size: 13px;
  line-height: 1.5;
  padding-top: 24px;
  padding-bottom: 20px;
}

/*
    -----------------------------------------  Creative Product Page Tile Section -----------------------------------------
*/
.cp-margin-top {
  margin-top: 8rem;
}
.cp-tile {
  color: #ffff7f;
  border: 2px solid #ffff7f;
  border-radius: 20px;
  opacity: 1;
  margin-bottom: 15px;
}
.cp-tile-header {
  font-size: 36px;
  padding-top: 35px;
  padding-bottom: 10px;
  line-height: 1;
}
.cp-tile-sub-header {
  font-size: 17px;
  line-height: 1;
  padding-bottom: 15px;
}
.cp-tile-underline {
  position: relative;
  width: 82%;
  border-bottom: 2px solid #ffff7f;
}
.cp-tile-text-1 {
  font-size: 13px;
  line-height: 1.2;
  padding-top: 45px;
  padding-bottom: 45px;
}

/*----------------------------------------------------------------------- Contact-Us Page------------------------------------------------------------*/
.contact-us-page {
  color: white;
}
.contact-us-page .contact-us-desktop-container {
  margin-top: 200px;
}

.contact-us-page a,
.contact-us-page a[href^="tel"],
.contact-us-page a[href^="mailto"] {
  text-decoration: none !important;
  color: inherit;
}

.contact-us-page a:hover,
.contact-us-page a[href^="tel"]:hover,
.contact-us-page a[href^="mailto"]:hover {
  text-decoration: none;
  color: inherit;
}

.contact-form {
  height: 50px;
}

.contact-form-mobile {
  height: 42px;
}
.btn-contact-us {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  border-color: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-radius: 6.5rem;
  padding-top: 17px;
  padding-bottom: 15px;
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.btn-contact-us:hover {
  background-color: #f7931d;
  border-color: #f7931d;
  color: #000000;
  text-align: center;
  font-weight: 500;
  border-style: solid;
  border-width: 2px;
  border-radius: 6.5rem;
  padding-top: 17px;
  padding-bottom: 15px;
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.map-gap-1 {
  padding-top: 36px;
}
.btn-secondary {
  padding-top: 36px;
}
/*------------------------------------------------------------------------Our thoughts -------------------------------------------------------------*/
.our-thoughts-page {
  background-color: white;
}

.our-thoughts-page .get-notice-text-desktop {
  width: 467px;
}

.our-thoughts-page .read-more-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 7px 23px;
  color: black;
  background-color: white;
  border: 1px solid black;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.3s, color 0.3s;
  margin-bottom: 60px !important;
}

.our-thoughts-page .thoughts-page-desktop-container .our-thoughts-text {
  font-size: 100px;
  margin-top: 42px;
}
.our-thoughts-page .thoughts-page-desktop-container p {
  font-size: 18px;
}
.our-thoughts-page .blog-post-title {
  font-size: 45px;
}

.our-thoughts-page .read-more-btn:hover {
  background-color: white;
  color: black;
}

.our-thoughts-page .get-notice-text-desktop {
  margin-left: 78px;
  font-size: 16px !important;
  line-height: 1.4;
  text-align: justify;
  margin-top: 15px;
}

.our-thoughts-side-bar .what-we-ve-done {
  color: #ff8f27;
  font-size: 36px;
  margin-bottom: 35px;
}

.our-thoughts-side-bar {
  margin-top: 0px;
  padding-left: 75px;
  padding-right: 65px;
}

.our-thoughts-side-bar .post-side-bar-content {
  font-size: 16px !important;
  color: #000000;
  line-height: 1;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.our-thoughts-side-bar .side-bar-image-width {
  width: 75%;
}

.our-thoughts-page .side-bar-container {
  margin-top: -21px;
}

.our-thoughts-page .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.our-thoughts-page .pagination > li {
  display: inline;
}

.our-thoughts-page .pagination > li > a,
.our-thoughts-page .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.our-thoughts-page .pagination > .active > a {
  background-color: #337ab7;
  color: white;
  border-color: #337ab7;
}

.blog-img-radius {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.post-content-body > h1,
.post-content-body > h2,
.post-content-body > h3 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/*------------------------------------------------------------------------Our thoughts - Individual -------------------------------------------------------------*/
.our-thoughts-individual {
  background-color: white;
}

.our-thoughts-individual .blog-post-title {
  font-size: 65px;
}

.our-thoughts-individual .blog-post-title-mobile {
  font-size: 36px;
  letter-spacing: -2px;
}
.our-thoughts-individual .breadcrumbs {
  font-size: 24px;
  margin-top: 100px;
}

.our-thoughts-individual .main-content-p {
  font-size: 20px;
}

.our-thoughts-individual .main-content-h4 {
  font-size: 38px;
}

.our-thoughts-individual .sidebar-title {
  color: #ff8f27;
}

.our-thoughts-individual .suggested-title-mobile {
  font-size: 21px;
}
.our-thoughts-individual .suggested-heading {
  font-size: 30px;
}

.our-thoughts-individual .suggested-title {
  font-size: 25px;
}
.our-thoughts-individual .sidebar-content {
  font-size: 18px;
}
.neg {
  margin-left: -1rem;
}

.our-thoughts-individual .post-author-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.our-thoughts-individual .author-details a {
  font-size: 23px;
}

.our-thoughts-individual .blog-post-title-individual {
  font-size: 50px;
  line-height: 1;
}

.our-thoughts-individual .post-author-details {
  font-size: 22px;
  line-height: 1;
  padding-left: 8px;
}

.our-thoughts-individual .main-image-thoughts {
  margin-top: 15px;
}

.our-thoughts-individual .post-content-body p {
  font-size: 18px;
  line-height: 1.3;
}

.our-thoughts-individual .post-content-body h5 {
  font-size: 37px;
}

.our-thoughts-individual .you-may-also-like {
  font-size: 30px;
}

.our-thoughts-individual .you-may-also-like-post-type {
  font-size: 25px;
}
.our-thoughts-individual .you-may-also-like-post-text {
  font-size: 18px;
  line-height: 1.3;
}

.our-thoughts-side-bar .side-bar-image {
  border-radius: 5px;
  width: 90%;
}
/*---------------------------------------------------Nt Now Case Page ------------------------------------------------------------------------------*/
.nt-now-case-page {
  background-color: white;
  color: black;
}

/*------------------------------------------------The Lad Collective -------------------------------------------------------------------------------*/
.the-lad-collective-page {
  background-color: white;
  color: black;
}

#videoPlayer-tlc {
  object-fit: cover;
  cursor: pointer;
}

#videoPlayer {
  object-fit: cover;
  cursor: pointer;
}

#playButton-cmit {
  object-fit: cover;
  cursor: pointer;
}
#playButton {
  object-fit: cover;
  cursor: pointer;
  display: none;
}
/*---------------------------------------------CMI Toyota----------------------------------------------------------------------------------------*/
.cmi-toyota-page {
  background-color: white;
  color: black;
}
/*
    ----------------------------------------- Agency Common class -----------------------------------------
*/
.header-left-gap {
  padding-left: 70px;
}
.agency-header-1 {
  font-size: 100px;
}
.agency-header-2 {
  font-size: 30px;
}
.agency-header-3 {
  font-size: 25px;
}
.agency-header-4 {
  font-size: 40px;
}
.agency-para-1 {
  font-size: 18px;
}
.agency-para-2 {
  font-size: 20px;
}
.agency-para-3 {
  font-size: 18px;
}
.agency-fcolor-white {
  color: #ffffff;
}
.agency-fcolor-black {
  color: #000000;
}
.agency-fcolor-silver {
  color: #c4c4c6;
}
/*
    ----------------------------------------- Agency Page Section 1 -----------------------------------------
*/
.agency-margin-top {
  margin-top: 175px;
}
.agency-text-1 {
  line-height: 1;
  padding-top: 35px;
  padding-bottom: 20px;
}
.agency-text-2 {
  line-height: 1;
  padding-bottom: 40px;
}
.agency-text-3 {
  line-height: 1.5;
  padding-bottom: 10px;
  max-width: 635px;
}

.mobile .agency-margin-top {
  margin-top: 135px;
}

.mobile .agency-text-1 {
  line-height: 1;
  padding-top: 35px;
  padding-bottom: 20px;
}

.mobile .agency-text-2 {
  line-height: 1;
  padding-bottom: 50px;
}

/*
    ----------------------------------------- Agency Page Section 2 -----------------------------------------
*/
.agency-sec2-image-1 {
  width: 100%;
  height: auto;
}
.agency-sec2-image-2 {
  width: 100%;
  height: auto;
  padding-top: 50px;
  /* border-radius: 2%; */
}
.agency-text-4 {
  line-height: 1;
  padding-top: 60px;
  padding-bottom: 60px;
}
.agency-text-8 {
  line-height: 1.5;
  padding-bottom: 250px;
}

.mobile .agency-sec2-image-1 {
  width: 73%;
  height: auto;
}
.mobile .agency-sec2-image-2 {
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-left: 42px;
  border-top-right-radius: 18px 48px;
  border-top-left-radius: 56px 36px;
  border-bottom-right-radius: 22px 21px;
  border-bottom-left-radius: 62px 19px;
}
.mobile .agency-text-7 {
  line-height: 1.5;
  padding-bottom: 100px;
}
/*
    ----------------------------------------- Agency Page Section 3 -----------------------------------------
*/
.agency-text-5 {
  line-height: 1;
}
.card.tile.tile-4 {
  z-index: 50;
}
.agency-section-3-bg-image {
  position: relative;
  top: -177px;
  z-index: 2;
  width: 68%;
  float: right;
}

/*
    ----------------------------------------- Agency Page Section 4 -----------------------------------------
*/

.custom-col-10 {
  width: 81.333333% !important ;
}

.custom-col {
  padding-bottom: 30px;
}

.agency-text-6 {
  line-height: 1;
  padding-top: 88px;
  padding-bottom: 30px;
}
.agency-text-9 {
  line-height: 1.5;
  padding-top: 25px;
  padding-bottom: 100px;
}
.agency-sec4-img-desktop {
  width: 120%;
  height: auto;
  z-index: 200;
  border-radius: 20px;
}
.agency-sec4-img {
  width: 100%;
  height: auto;
  z-index: 200;
  border-radius: 20px;
}
.agency-sec4-img-container {
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 300;
  border-radius: 20px;
}
.agency-sec4-img-desktop-container {
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 300;
  border-radius: 20px;
}
.agency-sec4-img-container:hover::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #f7931d;
  border-radius: 13px;
}
.agency-sec4-img-desktop-container:hover::after {
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  display: flex;
  background-color: #f7931d;
  border-radius: 13px;
}
.agency-sec4-img-container-text-1:hover::after {
  position: absolute;
  content: "Miles \A Francis";
  white-space: pre;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  align-items: end;
  line-height: 1;
  padding-left: 35px;
  padding-bottom: 30px;
}
.agency-sec4-img-container-text-2:hover::after {
  position: absolute;
  content: "Diana \A Rescignano";
  white-space: pre;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  align-items: end;
  line-height: 1;
  padding-left: 35px;
  padding-bottom: 30px;
}
.agency-sec4-img-container-text-3:hover::after {
  position: absolute;
  content: "Mackenzie \A Cavaiuolo";
  white-space: pre;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  align-items: end;
  line-height: 1;
  padding-left: 35px;
  padding-bottom: 30px;
}
.agency-sec4-img-container-text-4:hover::after {
  position: absolute;
  content: "Sophie \A Smith";
  white-space: pre;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  align-items: end;
  line-height: 1;
  padding-left: 35px;
  padding-bottom: 30px;
}
.agency-sec4-img-container-text-5:hover::after {
  position: absolute;
  content: "Jess \A Payne";
  white-space: pre;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  align-items: end;
  line-height: 1;
  padding-left: 35px;
  padding-bottom: 30px;
}
.agency-sec4-img-container-text-6:hover::after {
  position: absolute;
  content: "Vini \A Paiva";
  white-space: pre;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  align-items: end;
  line-height: 1;
  padding-left: 35px;
  padding-bottom: 30px;
}
.agency-sec4-img-container-text-7:hover::after {
  position: absolute;
  content: "Vicky \A Brown";
  white-space: pre;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  align-items: end;
  line-height: 1;
  padding-left: 35px;
  padding-bottom: 30px;
}
.agency-sec4-img-container-text-8:hover::after {
  position: absolute;
  content: "Tony \A Francis";
  white-space: pre;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  align-items: end;
  line-height: 1;
  padding-left: 35px;
  padding-bottom: 30px;
}

.agency-sec4-img-container-text-9:hover::after {
  position: absolute;
  content: "Vajira \A Dias";
  white-space: pre;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  align-items: end;
  line-height: 1;
  padding-left: 35px;
  padding-bottom: 30px;
}

.agency-sec4-img-container-text-10:hover::after {
  position: absolute;
  content: "Tharushi \A Peiris";
  white-space: pre;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  align-items: end;
  line-height: 1;
  padding-left: 35px;
  padding-bottom: 30px;
}

.agency-sec4-img-container-text-11:hover::after {
  position: absolute;
  content: "Neve \A Evans";
  white-space: pre;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  align-items: end;
  line-height: 1;
  padding-left: 35px;
  padding-bottom: 30px;
}
.agency-sec4-img-container-text-12:hover::after {
  position: absolute;
  content: "Sajith \A Alexander";
  white-space: pre;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  align-items: end;
  line-height: 1;
  padding-left: 35px;
  padding-bottom: 30px;
}

.img-row-separator {
  padding-top: 20px;
}
.agency-section4-bottom-gap {
  padding-bottom: 250px;
}

.mobile .agency-text-3 {
  line-height: 1.5;
  padding-bottom: 90px;
}

.mobile .agency-margin-top .agency-text-3 {
  line-height: 1.5;
  /* padding-bottom: 250px; */
}

.mobile .px-5px {
  padding-left: 5px;
  padding-right: 5px;
}
.mobile .img-row-separator {
  padding-top: 10px;
}
.mobile .agency-section4-bottom-gap {
  padding-bottom: 125px;
}

.mobile .agency-sec4-img-container-text-1:hover::after {
  padding-left: 20px;
  padding-bottom: 20px;
}
.mobile .agency-sec4-img-container-text-2:hover::after {
  padding-left: 20px;
  padding-bottom: 20px;
}
.mobile .agency-sec4-img-container-text-3:hover::after {
  padding-left: 20px;
  padding-bottom: 20px;
}
.mobile .agency-sec4-img-container-text-4:hover::after {
  padding-left: 20px;
  padding-bottom: 20px;
}
.mobile .agency-sec4-img-container-text-5:hover::after {
  padding-left: 20px;
  padding-bottom: 20px;
}
.mobile .agency-sec4-img-container-text-6:hover::after {
  padding-left: 20px;
  padding-bottom: 20px;
}
.mobile .agency-sec4-img-container-text-7:hover::after {
  padding-left: 20px;
  padding-bottom: 20px;
}
.mobile .agency-sec4-img-container-text-8:hover::after {
  padding-left: 20px;
  padding-bottom: 20px;
}
.mobile .agency-sec4-img-container-text-9:hover::after {
  padding-left: 20px;
  padding-bottom: 20px;
}
.mobile .agency-sec4-img-container-text-10:hover::after {
  padding-left: 20px;
  padding-bottom: 20px;
}

.mobile .agency-sec4-img-container-text-11:hover::after {
  padding-left: 20px;
  padding-bottom: 20px;
}


.mobile .agency-sec4-img-container-text-12:hover::after {
  padding-left: 20px;
  padding-bottom: 20px;
}


/*
    ----------------------------------------- Agency Page Background images -----------------------------------------
*/
.img-1 {
  text-align: right;
  width: 50%;
}
.agency-bg-img-container-1 {
  background-image: url("../images/custom/family-owned-bg.png");
  background-repeat: no-repeat;
  background-position: right;
}

.agency-bg-img-container-23 {
  background-image: url("../images/custom/3-section-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.agency-bg-img-container-3 {
  background-image: url("../images/custom/agency-bg-img-5.png");
  background-repeat: no-repeat;
  background-position: right;
}

/* .agency-bg-img-container-23-mobile{
    background-image: url('../images/custom/3-section-bg-mobile.png');
    background-repeat: no-repeat;
    background-size: contain;
} */
.agency-bg-img-container-23-mobile {
  background-image: url("../images/custom/3-section-bg-mobile.png");
  background-repeat: no-repeat;
  background-size: auto contain;
  background-position: top;
}
.agency-see-more-color {
  color: #a7a7a9;
  background-size: auto contain;
  background-position: top;
}
/* ------- */
a {
  color: inherit; /* Inherit color from parent element */
  text-decoration: none; /* Remove underline */
}

/* <---------------------------------------------------Privacy Policy--------------------------------------> */

html {
  scroll-padding-top: 170px;
}

.privacy-main-heading {
  font-size: 100px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 30px;
}
.privacy-heading {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 30px;
}

.privacy-paragraph {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 15px;
}

.privacy-list {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8em;
  margin-bottom: 15px;
  list-style-type: decimal;
}

.privacy-list-ab {
  list-style-type: none;
  counter-reset: alphabetic-counter;
}

.privacy-list-ab {
  position: relative;
  padding-left: 20px;
}

.privacy-list-ab li::before {
  content: counter(alphabetic-counter, lower-alpha) ". ";
  counter-increment: alphabetic-counter;
  position: absolute;
  margin-left: -30px;
  left: 1;
}

.cbr {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: -25px;
}

.privacy-left {
  width: 30%;
  padding-left: 15px;
  padding-right: 10px;
  height: 30vh;
  overflow-y: auto;
  position: fixed;
}

.privacy-left-column ul li a:hover {
  text-decoration: underline;
}

.privacy-right {
  padding-right: 13%;
}
.privacy-heading-right {
  padding-left: 20px;
  font-size: 25px;
  font-weight: 700;
}
.privacy-headings-list-right {
  line-height: 25px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-right: 15px;
  list-style-type: decimal;
}

@media (min-width: 993px) and (max-width: 1700px) {
  .privacy-left {
    width: 30%;
    padding-left: 15px;
    padding-right: 10px;
    height: 24vh;
    overflow-y: auto;
    position: fixed;
  }
}
@media (max-width: 1032px) {
  html {
    scroll-padding-top: 120px;
  }

  .privacy-main-heading {
    font-size: 38px;
    font-weight: 700;
  }
  .privacy-heading {
    font-size: 32px;
    font-weight: 700;
  }

  .privacy-paragraph {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 15px;
  }

  .privacy-list {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 15px;
  }

  .privacy-list-ab {
    list-style-type: none;
    counter-reset: alphabetic-counter;
  }

  .privacy-list-ab {
    position: relative;
    padding-left: 20px;
  }

  .privacy-list-ab li::before {
    content: counter(alphabetic-counter, lower-alpha) ". ";
    counter-increment: alphabetic-counter;
    position: absolute;
    margin-left: -30px;
    left: 1;
  }

  .cbr {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .privacy-left-column {
    margin-top: 10% !important;
    width: 26% !important;
    padding-top: 30px;
    padding-left: 15px;
    padding-left: 15px;
    height: 22vh;
    overflow-y: auto;
    position: fixed;
  }

  .privacy-left-column ul li a:hover {
    text-decoration: underline;
  }

  .privacy-right-column {
    padding-top: 13% !important;
    padding-left: 29% !important;
    padding-top: 100px;
  }

  .privacy-heading-right {
    padding-left: 20px;
    font-size: 26px;
    font-weight: 700;
  }

  .privacy-headings-list-right {
    line-height: 25px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    padding-right: 15px;
    list-style-type: decimal;
  }
}
/*      
 @media (min-width: 992px) and (max-width: 1024px){
    .privacy-right {
        padding-top: 20px;
      
    }

 } */

@media (min-width: 768px) and (max-width: 992px) {
  .privacy-right {
    width: 100%;
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
}
@media (max-width: 767px) {
  .privacy-main-heading {
    font-size: px;
    font-weight: 700;
    margin-bottom: 15px;
  }

  .privacy-heading {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .privacy-paragraph {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 15px;
  }

  .privacy-list {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 15px;
  }

  .privacy-list-ab {
    list-style-type: none;
    counter-reset: alphabetic-counter;
  }

  .privacy-list-ab {
    position: relative;
    padding-left: 20px;
  }

  .privacy-list-ab li::before {
    content: counter(alphabetic-counter, lower-alpha) ". ";
    counter-increment: alphabetic-counter;
    position: absolute;
    margin-left: -30px;
    left: 1;
  }

  .cbr {
    font-size: 20px;
    font-weight: 600;
  }

  .privacy-right {
    width: 100%;
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}

/* <------------------------------------------------------Terms-of-trade---------------------------------------------------->    */

.terms-main-heading {
  padding-top: 200px;
  padding-left: 9%;
  padding-right: 9%;
  font-size: 100px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 30px;
}

.main-container {
  padding-top: 50px;
  padding-left: 9%;
  padding-right: 9%;
}

.section {
  margin-bottom: -60px;
}

.terms-heading {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 24px;
}

.terms-main-heading {
  font-size: 100px;
  font-weight: 700;
  line-height: 1em;
}

.terms-paragraph {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 15px;
}

.small {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8em;
}
.pe-5 {
  padding-right: 3rem !important;
}
.italic {
  line-height: 1.8em;
}

@media (max-width: 1024px) {
  .terms-main-heading {
    padding-top: 200px;
    padding-left: 75px;
    padding-right: 75px;
  }

  .main-container {
    padding-top: 150px;
    padding-left: 70px;
    padding-right: 75px;
  }

  .section {
    margin-bottom: -60px;
    margin-top: -20px;
  }

  .terms-main-heading {
    font-size: 72px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: -100px;
  }

  .terms-heading {
    font-size: 37px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 30px;
  }

  .terms-paragraph {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 15px;
  }

  .small {
    font-size: 17px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .pe-5 {
    padding-right: 1rem !important;
  }
  .terms-main-heading {
    padding-top: 140px;
    padding-bottom: 40px;
    padding-left: 48px;
    padding-right: 40px;
  }

  .main-container {
    padding-top: 100px;
    padding-left: 48px;
    padding-right: 40px;
  }

  .terms-container {
    display: flex;
    width: 100%;
  }

  .section {
    margin-bottom: -100px;
    margin-top: -30px;
  }

  .terms-main-heading {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
  }

  .terms-heading {
    font-size: 28px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 30px;
  }

  .terms-paragraph {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 15px;
  }

  .small {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5em;
  }

  .italic {
    line-height: 1.5em;
  }
}

/* <-----------------------------------------Credit Report--------------------------------------------------> */

.credit-main-heading {
  font-size: 100px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 30px;
}

.credit-heading {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 30px;
}

.credit-paragraph {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.credit-heading-right {
  padding-left: 20px;
  font-size: 25px;
  font-weight: 700;
  padding-top: 20px;
}

.credit-list {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8em;
  margin-bottom: 15px;
  list-style-type: decimal;
}

.credit-cbr {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: -25px;
}

.credit-container {
  display: flex;
  width: 100%;
  height: 100vh;
}

.credit-left-column {
  width: 22%;
  padding-top: 100px;
  padding-left: 15px;
  padding-right: 30px;
  height: 40vh;
  overflow-y: auto;
  position: fixed;
}

.credit-left-column ul li a:hover {
  text-decoration: underline;
}

.credit-right-column {
  padding-top: 150px;
  padding-left: 25% !important;
  padding-right: 10%;
}

.credit-headings-list-right {
  line-height: 25px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-right: 15px;
  list-style-type: decimal;
}

@media (max-width: 1032px) {
  html {
    scroll-padding-top: 120px;
  }
  .credit-main-heading {
    font-size: 38px;
    font-weight: 700;
  }

  .credit-heading {
    font-size: 32px;
    font-weight: 700;
  }

  .credit-paragraph {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 15px;
  }
  .credit-heading-right {
    padding-left: 20px;
    font-size: 26px;
    font-weight: 700;
  }

  .credit-list {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 15px;
  }
  .credit-cbr {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: -25px;
  }

  .credit-container {
    display: flex;
    width: 100%;
    height: 100vh;
  }

  .credit-left-column {
    margin-top: 10% !important;
    width: 26% !important;
    padding-top: 30px;
    padding-left: 15px;
    padding-left: 15px;
    height: 22vh;
    overflow-y: auto;
    position: fixed;
  }

  .credit-left-column ul li a:hover {
    text-decoration: underline;
  }

  .credit-right-column {
    padding-top: 13% !important;
    padding-left: 29% !important;
    padding-top: 100px;
  }

  .credit-headings-list-right {
    line-height: 25px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    padding-right: 15px;
    list-style-type: decimal;
  }
}

@media (max-width: 767px) {
  .credit-main-heading {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
  }

  .credit-heading {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .credit-paragraph {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 15px;
  }

  .credit-list {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 15px;
  }

  .credit-cbr {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: -20px;
  }

  .credit-left-column {
    display: none;
  }

  .credit-right-column {
    width: 100%;
    padding-left: 9% !important;
    padding-right: 9% !important;
    padding-top: 70px !important;
  }
}

/************************************************************************ History Page  ***********************************************************************/

  .font-white-color {
    color: #FFFFFF;
}


.z-1 {
    z-index: 1;
}


.history-section-paragraph {
    line-height: 1.5;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 300 !important;
}

.pre-text {
    text-align: left;
    white-space: pre-wrap; /* Preserves formatting but allows wrapping */
    word-wrap: break-word; /* Ensures long words break correctly */
}

.pre-text-right {
    text-align: right;
    white-space: pre-wrap; /* Preserves formatting but allows wrapping */
    word-wrap: break-word; /* Ensures long words break correctly */
}

/* .history-bg-img-container-1 {
    background-image: url('../images/custom/crop-history-section-bg-img.png');
    background-repeat: no-repeat;
    background-position: right;
    padding-bottom: 18%;
} */

#history-main-section-1{
    background-color: #000;
}

.page-title{
    font-size:120px;
    line-height: 1.0;
}

.history-margin-top {
    margin-top: 175px;
}


.section-title {
    font-size: 40px;
}

.section-1-image {
    width: 87%;
    display: block;
    margin: 0 auto; /* Centers horizontally */
}

.hero-section-2 {
  background-color: #0a0a0a;
  color: white;
  padding: 4rem 1rem;
  position: relative;
}

.hero-section-2 .section-image {
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  width:80%;
  height: auto;
}

.hero-section-2 .section-title {
  font-weight: 700;
}

.hero-section-2 .text-small {
  font-size: 0.95rem;
  color: #ccc;
}

img.section-image {
    width: 100%;
}

/* Background SVG Decoration */
.bg-deco {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.deco-1 {
    top: 26px;
    left: -30px;
    width: 23%;
    opacity: 0.6;
}

.deco-2 {
    /* bottom: -50px; */
    /* right: -50px; */
    width: 34%;
    opacity: 0.5;
    left: 73%;
    top: 23%;
}

.deco-3 {
    top: 91%;
    left: -8%;
    width: 23%;
    opacity: 0.6;
}
#history-main-section-3 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
#history-main-section-3 p{
    font-weight: 400 !important;
}

#history-main-section-4 {
    background-color: #000;
    padding-bottom: 150px !important;
    padding-top: 150px !important;
}

#history-main-section-4 p{
    font-size: 36px;
}

.deco-4 {
    /* bottom: -50px; */
    /* right: -50px; */
    width: 38%;
    opacity: 0.5;
    left: 79%;
    top: -57%;
    z-index: 1 !important;
}

.deco-5 {

    right: 0;
    width: 19%;
    opacity: 0.5;
    /* left: 81%; */
    top: -21%;
    z-index: 1 !important;
}


.creative-heart-title{
    font-size: 100px;
}


.section-1-bg-1 {
    right: 0;
    width: 24%;
    opacity: 0.8;
    top: 14%;
    position: absolute;
}

.section-1-bg-2 {
    left: 0;
    width: 22%;
    top: 47%;
    position: absolute;
}




.section-1-bg-4 {
    left: 0;
    width: 8%;
    top: 0%;
    position: absolute;
}

.history-main-section-1-title-2{
    font-size: 38px;
    padding-bottom: 2.5rem;

}

.letter-space-para{
     letter-spacing: 1.5px;
}
.line-height-1{
    line-height: 1;
}

#history-main-section-2{
    padding-bottom: 80px;
}

.font-28{
    font-size: 27px !important;
}

.font-36{
    font-size: 36px;
}

.font-120{
    font-size: 120px !important;
}

.font-2-8rem{
 font-size: 3rem;
}


.font-black-color{
    color: #000 !important;
}

.section-1-bg-1 {
	right: 0;
	width: 24%;
	opacity: 0.8;
	top: 16%;
	position: absolute;
}


.section-1-bg-3 {
	right: -35px;
	width: 20%;
	top: 64%;
	position: absolute;
}

  .section-4-bg-5 {
    right: 0;
    width: 4%;
    position: absolute;
    top: 0;
    z-index: 1 !important;
  }