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

/*  
    font-family: "Montserrat", sans-serif;
     font-family: "Tenor Sans", sans-serif;
  */
body {
  font-family: "Montserrat", sans-serif;
  background: #fff;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}
a {
  text-decoration: none;
  background: transparent;
  color: #fff;
  transition: 0.4s all ease;
}
a:hover {
  color: #fff;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  color: #fff;
  font-weight: 400;
  font-family: "Tenor Sans", sans-serif;
}
p {
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
  font-size: 15px;
  margin-bottom: 0rem;
}
section {
  padding: 70px 0;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.bg-gold {
  background-color: #daa980 !important;
}
.text-gold {
  color: #daa980;
}
.lowWidth
{
    max-width: 1200px;
}
.mb-20
{
  margin-bottom: 20px;
}
/*=========================================  
          HOME PAGE CSS START HERE 
  ============================================*/

img.item-logo {
    aspect-ratio: 3 / 2;
    object-fit: contain;
    mix-blend-mode: color-burn;
    /* border: 1px solid #000; */
    padding: 20px;
}
/* Sticky Header CSS Start */
header .header-scrolled {
  transition: all 0.5s linear;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 100;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* HEADER CSS START HERE */
header {
  background-color: #fff;
  position: relative;
  width: 100%;
}
/* TOP SECTION CSS */
.top-section {
  padding: 15px 0;
}
.top-location ul li {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-location ul li a i {
  margin-right: 8px;
  color: #fff;
}
.header-info ul li {
  padding: 0 12.5px;
}
.header-info ul li a {
  color: #fff;
  font-weight: 500;
  transition: 0.3s;
}
.header-info ul li a:hover {
  color: #fff;
}
/* Bottom Header Start Here */
.dropdown-menu {
  left: 15px;
  border-radius: 0;
}
.dropdown-item {
  font-family: "Montserrat", sans-serif;
}
.dropdown-item:hover {
  background-color: #daa980;
  color: #fff;
}
@media (min-width: 992px) {
  .dropdown-hover:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.bottom-header {
  background-color: #fff;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  /* overflow: hidden; */
}
.bottom-header nav .navbar-brand {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
/* .bottom-header nav .navbar-nav .nav-item
  {
    padding: 0px 20px;
  } */
.bottom-header nav .navbar-nav .nav-item .nav-link.active::after {
  transform: scale(1);
}
.bottom-header nav .navbar-nav .nav-item .nav-link {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  padding: 3px 2px;
  margin: 0 15px;
  border-radius: 50px;
  position: relative;
  font-family: "Montserrat", sans-serif;
  /* text-transform: uppercase; */
}
.bottom-header nav .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  height: 1px;
  border-radius: 0px;
  border: 0 !important;
  background: currentColor;
  z-index: 1;
  transform: scale(0);
  transition: transform 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}
.bottom-header nav .navbar-nav .nav-item .nav-link:hover::after {
  transform: scale(1);
}
.site-btn {
  padding: 18px 40px 16px 40px;
  margin-left: 20px;
  font-weight: 600;
  background-color: #daa980;
  text-transform: capitalize;
  line-height: 1;
  border-radius: 0 10px 0 10px;
  font-size: 16px;
  border: 1px solid #daa980;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
}
.site-btn:hover {
  border-color: #000;
  background-color: #000;
  color: #ffffff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.revSite-btn
{
  background-color: #fff;
  color: #daa980;
  border-color: #fff;
}

/* Banner Section Start Here */
/* BANNER */
#banner {
  background-image: url(https://adamsunlimitedenterprise.com/wp-content/uploads/2024/11/banner-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 800px;
  min-height: 800px;
  display: block;
}
#banner::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
#banner .container .row {
  height: 800px;
  min-height: 800px;
}
#banner .banner-text {
  position: relative;
  z-index: 2;
  width: 100%;
  background-image: url(https://adamsunlimitedenterprise.com/wp-content/uploads/2024/11/bgslide.png);
  padding: 110px 110px 90px 110px;
  height: 588px;
}
#banner .banner-text h5 {
  display: block;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
}
#banner .banner-text h2 {
  font-size: 43px;
  display: block;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 400;
}
#banner .banner-text p {
  margin-bottom: 20px;
  color: #ffffff;
}
.site-btn-2 {
  background-color: #fff;
  color: #daa980;
}

/* Hero Banner Section Start here */
.services-item {
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #fff;
  border-radius: 0px 15px 0px 15px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  transition: all ease 0.3s;
  overflow: hidden;
}
.services-item:hover {
    border-style: solid;
    border-color: #daa980;
    transform: translateY(-10px);
	background-color: #000;
}
.services-wrap {
    padding: 60px 40px 60px 40px;
    position: relative;
}
.services-icon .main-hover {
    min-width: 120px;
    height: 120px;
    right: -60px !important;
    top: -29px !important;
    width: 66px;
    transform: scale(1);
    position: absolute;
    opacity: 0.07;
    max-width: unset;
}
.services-content {
    padding: 26px 0px 0px 0px;
}
.services-content h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    margin: 0px 0px 11px 0px;
}
.services-content p {
    color: #666666;
    margin: 0;
}
.services-item:hover .services-content h3
{
	color: #fff;
}
.services-item:hover .services-content p
{
	color: #fff;
}
/* About Us Section Start Here */
.titleBar h5
{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #daa980;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 10px;
  display: block;
  letter-spacing: 2px;
}
.titleBar h3
{
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  margin-bottom: 25px;
}
.titleBar p
{
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #666666;
  margin: 0;
}
.aboutBox
{
  position: relative;
  transition: 0.4s;
  padding: 25px 25px 25px 25px;
  box-shadow: 3px 7px 25px #eee;
  background: #fff;
  margin: 30px 0;
}

/* Tab COntent Start Here */
.tabContent
{
  background-image: url(https://adamsunlimitedenterprise.com/wp-content/uploads/2024/11/bg-4.png);
  background-position: top center;
  position: relative;
}

.rs-tab-main ul.nav .nav-item {
  margin-right: 29px;
}
.rs-tab-main .nav-pills .nav-link.active  {
  background: #daa980;
  color: #fff;
}
.rs-tab-main .nav-pills .nav-link i
{
  color: currentColor;
  margin-right: 8px;
}
.rs-tab-main .nav-pills .nav-link
{
  font-size: 18px;
    font-weight: 600;
    padding: 15px 25px 15px 25px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
    border-radius: 0px 10px 0px 10px;
    color: #000;
    background-color: #FFFFFF;
}
.rs-tab-main .nav-pills .nav-link:hover
{
	background: #daa980;
  color: #fff;
}
.rs-tab-main .tab-content {
  background: #fff;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.03);
  margin-top: 30px;
  padding: 30px 40px 50px 60px;
  border-radius: 5px 5px 5px 5px;
}
.prelements-heading
{
  padding: 50px 40px 10px 10px;
}
.prelements-heading .title {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
  margin: 0 0 26px;
}
.prelements-heading .description {
  color: #666666;
  margin: 0;
  margin-bottom: 17px;
}
ul.check-lists li {
  padding-left: 30px;
  position: relative;
  margin-top: 12px;
  margin-bottom: 15px;
  color: #666666;
}
ul.check-lists li i {
  font-size: 18px;
  color: #daa980;
  margin: 0;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  position: absolute;
  left: 0;
  top: 2px;
}
.tab-image
{
  margin: 0px 0px -100px 0px;
}

/* How We Work Section Start Here */
.services-item .services-wrap .serial-number {
  position: absolute;
  left: 268px;
  top: 40px;
  color: #daa9802a;
  font-size: 60px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.nonHover:hover
{
  border-style: none;
  border-color: transparent;
  transform: translateY(0px);
}

/* Case Study Section Start Here */
.caseStudy
{
  background-image: url(https://adamsunlimitedenterprise.com/wp-content/uploads/2024/11/bg-6.png);
  background-position: top center;
}
.project-item
{
  position: relative;
    overflow: hidden;
}
.project-img img {
  width: 100%;
  border-radius: 0 10px 0 10px;
}
.project-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 30%;
  left: 0;
  z-index: 1;
  padding: 25px;
  opacity: 0;
  transition: 0.3s all ease-out;
  border-radius: 0 10px 0 10px;
}
.project-item:hover .project-content {
  opacity: 1;
  top: 0;
}
.project-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease 0s;
  border-radius: 0 10px 0 10px;

}
.project-item:hover .project-content:before {
  opacity: 1;
}
.project-inner {
  position: absolute;
  width: 100%;
  left: 30px;
  bottom: 25px;
  z-index: 1;
}
.project-inner .title {
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 0;
}

/* Why Choose Us Section Start Here */
.about-one__content
{
  padding-left: 45px;
  padding-right: 13px;
}
.videoBox{
  position: relative;
  width: 100%;
  height: 500px; 
  overflow: hidden;
  border-radius: 0px 15px 0px 15px !important;
}
.banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%); /* Centers the video */
  z-index: 1;
  object-fit: cover; /* Ensures the video covers the entire banner area */
}
/* Free Consultation Section Start Here */
.freeConsultation
{
  background-image: url(https://adamsunlimitedenterprise.com/wp-content/uploads/2024/11/bg-2.png);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

/* FAQs Section */
.accordion-header .accordion-button
{
  font-size: 20px;
  background-color: #FFFFFF;
  color: #000;
  /* padding: 17px 25px 17px 25px; */
  border-radius: 0px 10px 0px 10px !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.accordion-button:not(.collapsed)
{
  background-color: #daa980;
  color: #fff;
}

/* Testimonial Slider Start Here */
.td-single-testimonial-item
{
  background: #f4f4f0;
  padding: 30px;
  transition: .8s;
}
.td-testimonial-header .td-testimonial-image
{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  margin-right: 15px;
  position: relative;
  border-radius: 50%;
  background-color: #daa980;
  display: flex;
  align-items: center;
  justify-content: center;
}
.td-testimonial-image h3
{
  margin-bottom: 0;
}
.td-name-designation h6
{
  font-size: 18px;
  margin-bottom: 3px;
  font-weight: 400;
  color: #000;
  transition: .3s;
}
.td-name-designation p
{
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .6px;
  color: #000;
  font-family: "Montserrat", sans-serif;
}
.td-testimonial-description
{
  margin: 10px 0 30px 0;
}
.td-testimonial-description p
{
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1rem;
}
.owl-stage .active.center .td-single-testimonial-item
{
  background: #daa980;
  transition: .3s;  
}
.owl-stage .active.center .td-testimonial-description p
{
  color: #fff;
  transition: .3s;  
}
.owl-stage .active.center .td-name-designation h6
{
  color: #fff;
  transition: .3s;  
}
.owl-stage .active.center .td-name-designation p
{
  color: #fff;
  transition: .3s;  
}
.owl-stage .active.center .td-testimonial-rating ul li i
{
  color: #ffffff;
}

/* Footer Section Start Here */
footer
{
  /* padding: 5em 0 0 0; */
  background-color: #fff;
}
.footer-box h2 {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 17px;
  color: #000;
}
.footer-box p
{
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 25px;
  color: #000;
}
.footer-box h3 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 25px;
  color: #000;
}
.footer-box ul li
{
 margin-bottom: 10px;
}

.footer-box ul li a
{
  font-size: 15px;
  color: #000;
  font-family: "Montserrat", sans-serif;
}
.footer-box ul li a:hover
{
    color: #daa980;
    letter-spacing: 1px;
}
.footer-btn a {
  padding: 15px 25px 15px 25px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  display: inline-block;
  background-color: #000;
  text-transform: capitalize;
  line-height: 1;
  border-radius: 0px;
  font-size: 15px;
  border: 1px solid #000;
  border-radius: 0px 10px 0px 10px;
}
.footer-btn a:hover {
  background-color: #daa980;
  border-color: #daa980;
  color: #ffffff;
}
.footer1stRow
{
  padding: 5rem 0 1.5rem 0;
}

.socialmediaicon ul li a i
{
    background-color: #000;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-right:8px;
    padding: 0;
    color: #fff;
    transition: .3s;
	border-radius: 0 5px 0 5px;
}
.socialmediaicon ul li a i:hover
{
  transform: rotate(360deg);
  background-color: #daa980;
}
.SocialIcon h3
{
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
  font-weight: 400;
}
.copyRight
{
  border-top: 1px solid #0000004f;
  padding: 20px 0;
  color: #000;
}

/* Back To Top */
.button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #daa980;
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 4px rgba(218, 169, 128, 0.253);
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999999999;
}

.svgIcon {
  width: 12px;
  transition-duration: 0.3s;
}

.svgIcon {
  color: white;
}

.button:hover {
  width: 140px;
  border-radius: 0 10px 0 10px;
  transition-duration: 0.3s;
  background-color: #daa980;
  align-items: center;
}

.button:hover .svgIcon {
  /* width: 20px; */
  transition-duration: 0.3s;
  transform: translateY(-200%);
}

.button::before {
  position: absolute;
  bottom: -20px;
  content: "Back to Top";
  color: white;
  transition-duration: .3s;
  font-size: 0px;
}

.button:hover::before {
  font-size: 13px;
  opacity: 1;
  bottom: unset;
  /* transform: translateY(-30px); */
  transition-duration: 0.3s;
}

/* Pre Loader CSS Start Here */
/* From Uiverse.io by Cksunandh */ 
.preLoader
{
  background-color: #ffffff;
  width: 100%;
  position: fixed;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lines-loader {
  display: flex;
  align-items: center;
  gap: 10px;
 
}

.line {
  width: 10px;
  height: 70px;
  background-color: #daa980;
  animation: bounce 1.5s infinite ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Box shadow added */
}

/* Create staggered bouncing effect */
.line:nth-child(2) {
  animation-delay: 0.3s;
}

.line:nth-child(3) {
  animation-delay: 0.6s;
}

.line:nth-child(5) {
  animation-delay: 1.2s;
}

/* Bounce Keyframes */
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}


/*=========================================  
       ABOUT US PAGE CSS START HERE 
============================================*/
.innerPagesBanner
{
  background-color: #000000;
  background-image: url(https://adamsunlimitedenterprise.com/wp-content/uploads/2024/11/inr-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerPagesBanner::after
{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  /* background-color: #00000079; */
}
.innerpage-title
{
  position: relative;
  z-index: 2;
  margin-top: 50px;
}
.innerpage-title h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 78px;
  position: relative;
  display: block;
  color: #fff;
  margin-bottom: 10px;
}
.breadcrumb-content ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin: 0 5px;
}
.breadcrumb-content ul li a{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  margin-right: 5px;
}
/* Our Team Section Start here */
.ourTeam
{
  background-color: #fff;
}
.td-single-team-member
{
  margin-bottom: 30px;
  display: inline-block;
  transition: .3s;
	width: 100%;
	
}
.td-member-image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: .3s;
  height: 380px;
	width: 100%;
}
.social-icon{
  position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    transition: .3s;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  background-color: #daa980;
  transition: .3s;
}
.social-icon ul li a {
  margin: 0 5px;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
	color: #daa980;
}
.social-icon ul li a i
{
  font-size: 16px;
  
  transition: .3s;
}
.social-icon ul li:hover a 
{
  color: #1c1c1c;
}
.td-member-content
{
  background: #000;
  padding: 20px;
  margin-top: -10px;
  transition: .3s;
}
.td-member-content h3
{
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #fff;
  transition: .3s;
}
.td-member-content h5
{
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  color: #daa980;
  font-family: "Lato", sans-serif;

}
.td-member-image img
{
  transform: scale(1);
  transition: .3s;
  height: 100%;
  width: 100%;
  object-fit: cover;
	object-position: top;
}
.td-single-team-member:hover .td-member-image img
{
  transform: scale(1.1);
  transition: .3s;
}
.td-single-team-member:hover .social-icon
{
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}





/*=========================================  
    COntact Us Page CSS START HERE 
============================================*/
.iconbg
{
    background: #fff;
    border-radius: 100px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}




/*=========================================  
      Inner Services Pages CSS START HERE 
============================================*/
.innerServicesPage
{
  color: #000;
}
.innerServicesPage p
{
  margin-bottom: 20px;
}




/*=========================================  
      Responsive CSS START HERE 
============================================*/
@media (max-width: 991px){
  .top-section 
  {
    display: none;
  }
  .navbar-nav
  {
    align-items: self-start !important;
    border-top: 1px solid #0000005d;
    margin-top: 10px;
    padding: 8px 0;
  }
  .bottom-header nav .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    padding: 3px 2px;
    margin: 0px 0; 
  }
  .header-btn
  {
    display: none;
  }
  /* Banner */
  #banner .banner-text {
    position: relative;
    z-index: 2;
    width: 100%;
    background-image: url(https://adamsunlimitedenterprise.com/wp-content/uploads/2024/11/bgslide.png);
    padding: 120px 70px 90px 70px;
    height: 530px;
  }
  #banner .banner-text h5 {
    font-size: 13px;
  }
  #banner .banner-text h2 {
    font-size: 33px;
  }

  .services-item {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .tab-image
  {
    margin: 0;
  }
  .titleBar h5
  {
    font-size: 13px;
  }
  .titleBar h3
  {
    font-size: 25px;
  }
  .about-one__content {
    padding-left: 15px;
    padding-right: 15px;
}
.innerpage-title h2 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 5px;
}
.innerPagesBanner {
  height: 200px;
}
.innerpage-title {
  margin-top: 0px;
}
.breadcrumb-content {
  font-size: 12px;
}
.accordion-header .accordion-button {
  font-size: 15px;
}
.accordion-body
{
  font-size: 13px;
}
}



/* Responsive 767px Start Here */
@media (max-width: 767px){
  section
  {
    padding: 80px 0;
  }
  .navbar-brand img
  {
    width: 70px;
  }
  #banner {
    background-image: url(https://adamsunlimitedenterprise.com/wp-content/uploads/2024/11/banner-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 350px;
    min-height: 350px;
    display: block;
  }
  #banner .container .row {
    height: 350px;
    min-height: 350px;
}
  #banner .banner-text {
    background-image: none;
    padding: 0;
    height: auto;
  }
  #banner .banner-text h5 {
    font-size: 13px;
  }
  #banner .banner-text h2 {
    font-size: 25px;
  }
  #banner .banner-text p
  {
    font-size: 14px;
  }
  .site-btn {
    font-size: 14px;
    padding: 14px 35px;
  }
  .rs-tab-main .tab-content {
    padding: 30px 15px 30px 15px;
  }
  .prelements-heading {
    padding: 50px 15px 10px 15px;
  }

  .prelements-heading .title {
    font-size: 25px;
  }
  p
  {
    font-size: 14px;
  }
  ul.check-lists li
  {
    font-size: 13px;
  }
  .titleBar h5
  {
    font-size: 13px;
  }
  .titleBar h3
  {
    font-size: 25px;
  }
  .image-box {
    margin: 20px 0px !important;
}
.image-box  img
{
    width: 35px;
}
  .contactIcon a {
    flex-direction: column;
  }
  .contactIcon>div {
      flex-direction: column;
  }
  .td-single-testimonial-item {

      padding: 30px 18px;
  }
}