* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*  
font-family: "Poppins", sans-serif;
font-family: "Open Sans", sans-serif;
*/
body {
  background: #fff;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}
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,
h5,
h6 {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
p {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 0rem;
  color: #5f5f5f;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
section {
  padding: 100px 0;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
/* SITE BTN */
.site-btn {
  z-index: 1;
  line-height: 1;
  overflow: hidden;
  text-align: center;
  position: relative;
  padding: 15px 40px;
  display: inline-block;
  color: var(--s-white);
  transition: all ease 0.5s;
  background-color: var(--s-primary);
  border-radius: 0px;
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.site-btn:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  color: var(--s-white);
  /* transform: translateY(-5px); */
}
.site-btn::before {
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  content: "";
  position: absolute;
  background-color: var(--s-secondary);
  transition: all ease 0.5s;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.site-btn:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
.revSite-btn {
  background-color: #fff;
  color: var(--s-primary);
  border-color: #fff;
}
.revSite-btn span {
  color: var(--s-primary);
}
.revSite-btn:hover span {
  color: var(--s-white);
}
.site-outline-btn {
  background-color: transparent;
  border-color: var(--s-primary);
  color: var(--s-primary);
}
/* TITLE BAR */
.titleBar {
  margin-bottom: 35px;
  position: relative !important;
}
.titleBar h6 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--s-black);
  margin-bottom: 8px;
  position: relative;
  padding-left: 50px;
}
.titleBar h6::after{
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    height: 3px;
    width: 40px;
    background-color: var(--s-black);
}
.titleBar h3 {
  font-size: 35px;
  font-weight: 600;
  color: var(--s-black);
  margin-bottom: 20px;
}
.iconbg {
  background: var(--s-primary);
  border-radius: 0px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
:root {
  --s-primary: #EF5B5C;
  --s-secondary: #282828;
  /* --s-third: #bc9c22; */
  --s-white: #ffffff;
  --s-black: #282828;
}
.bg-s-primary {
  background-color: var(--s-primary) !important;
}
.text-s-primary {
  color: var(--s-primary) !important;
}
.bg-s-secondary {
  background-color: var(--s-secondary) !important;
}
.text-s-secondary {
  color: var(--s-secondary) !important;
}
.text-s-white {
  color: var(--s-white) !important;
}
.bg-s-white {
  background-color: var(--s-white) !important;
}
.text-s-black {
  color: var(--s-black) !important;
}
.bg-s-black {
  background-color: var(--s-black) !important;
}
/*=========================================  
                          HOME PAGE CSS START HERE 
                  ============================================*/
/* 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: 10;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.header-scrolled .nav-link {
  color: var(--s-black) !important;
}
/* HEADER CSS START HERE */
header {
  background-color: #fff;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid #ececec;
}
/* TOP SECTION CSS */
.top-section {
  padding: 15px 0;
  background-color: var(--s-primary);
}
.top-location ul li {
  font-weight: 400;
  font-size: 14px;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--s-white);
}
.top-location ul li a {
  color: var(--s-white);
  font-weight: 300;
}
.top-location ul li a lord-icon {
  margin-right: 8px;
}
.header-info ul li {
  padding: 0 3px;
}
.header-info ul li a {
  color: var(--s-primary);
  font-weight: 500;
  transition: 0.3s;
  background-color: var(--s-white);
  border-radius: 100px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.header-info ul li a:hover {
  color: var(--s-white);
  background-color: var(--s-secondary);
}
/* Bottom Header Start Here */
.dropdown-menu {
  left: 15px;
  border-radius: 0;
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.dropdown-item:hover {
  background-color: var(--s-primary);
  color: var(--s-white);
}
@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: 999999;
  padding: 15px 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.bottom-header nav .navbar-brand {
  font-size: 25px;
  font-weight: 700;
  color: var(--s-black);
  margin: 0;
}
.bottom-header nav .navbar-nav .nav-item .nav-link.active::after {
  transform: scale(1);
}
.bottom-header nav .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  font-weight: 500;
  color: var(--s-black);
  padding: 3px 2px;
  margin: 0 15px;
  border-radius: 50px;
  position: relative;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.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);
}

/*************************************/
/***     Banner CSS Start Here     ***/
/*************************************/
/* Banner Section Start Here */
.Mainbanner {
  /* padding: 40px 40px 40px 40px; */
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
  z-index: 0;
}
.animate-text {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
}
.animate-text.active {
  opacity: 1;
  transform: translateY(0);
}
#banner {
  /* background-image: url(https://berkeleybaitandtackleartgallery.us/wp-content/uploads/2025/06/banner.png); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 750px;
  min-height: 750px;
  display: block;
  border-radius: 0px;
}
#banner::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 0px;
  background: linear-gradient(90deg, #28282862 0%, rgba(28, 16, 104, 0) 100%);
  background-color: #00000096;
}
#banner .container .row {
  height: 750px;
  min-height: 750px;
}
#banner .banner-text {
  position: relative;
  z-index: 2;
  margin-top: 0px;
}
#banner .banner-text h5 {
  display: block;
  margin-bottom: 15px;
  color: var(--s-white);
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
}
#banner .banner-text h2 {
  font-size: 55px;
  display: block;
  margin-bottom: 20px;
  color: var(--s-white);
  font-weight: 600;
}
#banner .banner-text h2 span {
  color: var(--s-primary);
}
#banner .banner-text p {
  margin-bottom: 35px;
  color: var(--s-white);
  font-size: 18px;
}

/* Counter Section */
#countdown ul li {
    display: inline-block;
    font-size: 14px;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
    color: var(--s-primary);
} 
#countdown ul li span {
    display: block;
    font-size: 4.5rem;
    color: var(--s-black);
} 
#sale-heading {
    font-weight: bold;
    color: #ff0000;
    text-align: center;
    margin-bottom: 20px;
    animation: fadeIn 1s ease-in-out;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* ABout Section */
.aboutImage{
    position: relative;
}
.aboutImage .about-image-1 {
    height: 395px;
    width: 100%;
    object-fit: cover;
}
.aboutImage .about-image-2 {
    height: 300px;
    width: 435px;
    object-fit: cover;
    position: absolute;
    right: -140px;
    bottom: -10px;
}
.list li {
    font-size: 15px;
    margin-bottom: 8px;
    color: var(--s-black);
}
.list li i {
    font-size: 15px;
    color: var(--s-black);
    font-weight: 500;
    margin-right: 5px;
}
.subpara{
    padding-left: 150px;
}

/* Services Section */
.servicesSection{
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    background-image: url(https://berkeleybaitandtackleartgallery.us/wp-content/uploads/2025/06/lines.png);
    background-position: top center;
    opacity: 1;
}
.servicesBox{
    position: relative;
    border: 1px solid #ececec;
    padding: 20px;
}
.servicesBox-header{
    display: flex;
    align-items: center;
}
.services-icon{
    width: 14%;
}
.services-icon h5{
    margin-left: 10px;
    margin-top: -17px;
    font-size: 23px;
    color: var(--s-primary);
}
.circle i{
    color: #ececec;
    font-size: 30px;
}
.services-title{
    width: 86%;
}
.services-title h3{
    color: var(--s-black);
    font-size: 25px;
}
.services-content a{
    color: var(--s-primary);
    border-bottom: 1px solid var(--s-primary);
    padding: 0 5px 5px 5px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.services-content a i{
    font-size: 15px;
}
.services-content a:hover{
    letter-spacing: 1.58px;
}

/* fun Facts */
.funFacts{
    padding-bottom: 180px;
}
.aboutImage .about-image-3 {
    height: 280px;
    width: 380px;
    object-fit: cover;
    position: absolute;
    left: -140px;
    bottom: -80px;
}
.subpara-2{
    padding-right: 120px;
}

/* Why CHoose Us Section */
.accordion-item
{
  background-color: #F3F3F3;
}
.accordion-header .accordion-button {
  font-size: 20px;
  background-color: #ececec;
  color: var(--black);
  padding: 20px 30px 20px 34px;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  font-weight: 700;
}
.faq-image {
  height: 600px;
  object-fit: cover;
  /* object-position: left; */
  border-radius: 0px;
}
.accordion-button:not(.collapsed) {
  color: var(--s-white);
  background-color: var(--s-primary);
}

/* Testimonials Sectiom */
.testimonialsBox{
    position: relative;
}
.testimonialsBox::after{
    position: absolute;
    content: "";
    background-image: url(https://berkeleybaitandtackleartgallery.us/wp-content/uploads/2025/06/map.png);
    background-size: contain;
    opacity: 0.05;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.td-single-testimonial-item {
    background: transparent;
    padding: 40px;
    transition: 0.8s;
    border-radius: 0px;
    border: 1px solid #eaeaea;
    text-align: right;
}
.td-testimonial-rating ul li {
  margin: 0 1px;
}
.td-testimonial-header .td-testimonial-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  margin-left: 15px;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--s-primary);
}
.td-testimonial-image h3 {
  margin-bottom: 0;
  font-size: 25px;
  color: var(--s-white);
}
.td-name-designation h6 {
  font-size: 18px;
  margin-bottom: 3px;
  font-weight: 400;
  color: var(--s-primary);
  transition: 0.3s;
}
.td-name-designation p {
  color: var(--s-black);
  font-weight: 300;
  font-size: 13px;
}
.td-testimonial-description {
  margin: 20px 0 30px 0;
}
.td-testimonial-description p {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 1rem;
  color: var(--s-black);
}

/* Gallery Section */
.grid-wrapper  div {
	display: flex;
	justify-content: center;
	align-items: center;
  position: relative;
}
.grid-wrapper  div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0px;
}
.grid-wrapper {
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-auto-rows: 200px;
	grid-auto-flow: dense;
}
.grid-wrapper .wide {
	grid-column: span 2;
}
.grid-wrapper .tall {
	grid-row: span 2;
}
.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}
.gallery-link {
  position: absolute;
  /* background: #000; */
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

/* contact Section */
.contactSection{
    border-top: 1px solid #ececec;
}
/* Footer Section Start Here */
footer {
  background-color: var(--s-white);
  position: relative;
  padding-top: 25px;
  border-top: 1px solid #ececec;
}
/* footer:after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: #222222f5;
            z-index: 0;
          } */
.footer-box h2 {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 17px;
  color: var(--s-black);
}
.footer-box p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 15px;
  color: var(--s-black);
}
.footer-box h3 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: var(--s-black);
  text-transform: uppercase;
}
.footer-box ul li {
  margin-bottom: 0.5rem;
  color: var(--s-black);
}
.footer-box ul li i{
    font-size: 13px;
}
.footer-box ul li a {
  font-size: 15px;
  color: var(--s-black);
}
.footer-box ul li a:hover {
  color: var(--s-primary);
  letter-spacing: 1px;
}
.footer1stRow {
  padding: 2rem 0 1.5rem 0;
  position: relative;
  z-index: 1;
  /* border-top: 1px solid #2525251e; */
}
.socialmediaicon ul li a i {
  background-color: var(--s-black);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 8px;
  padding: 0;
  color: var(--s-white);
  transition: 0.3s;
  border-radius: 2px;
}
.socialmediaicon ul li a i:hover {
  transform: rotate(360deg);
  background-color: var(--s-primary);
  color: var(--s-white);
}
.SocialIcon h3 {
  font-size: 17px;
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
}
.copyRight {
  border-top: 1px solid #ececec;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

/* Back To Top CSS Start Here */
.button {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid var(--s-secondary);
  overflow: hidden;
  border-radius: 30px;
  color: var(--s-secondary);
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.btn-txt {
  z-index: 1;
}
.type1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  background-color: var(--s-secondary);
  border-radius: 30px;
  visibility: hidden;
  height: 10px;
  width: 10px;
  z-index: -1;
}
.button:hover {
  box-shadow: 1px 1px 200px var(--s-white);
  color: #fff;
  border: none;
}
.type1:hover::after {
  visibility: visible;
  transform: scale(100) translateX(2px);
}

/* Social Media Liks */
.socialMediaLiks{
    position: fixed;
    right: -7%;
    top: 50%;
    width: auto;
    z-index: 55;
    mix-blend-mode: difference;
}
.socialMediaLiks ul{
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.socialMediaLiks ul li{
    margin-left: 8px;
    margin-right: 8px;
}
.socialMediaLiks ul li a{
    letter-spacing: 1.4px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 3px 5px;
    background-color: transparent;
}
.socialMediaLiks ul li a:hover{
    background-color: var(--s-primary);
    padding: 3px 5px;
}






/*=========================================  
       ABOUT US PAGE CSS START HERE 
============================================*/
.innerPagesBanner {
  background-color: var(--s-black);
  background-image: url(https://berkeleybaitandtackleartgallery.us/wp-content/uploads/2025/06/gallery-3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 480px;
  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: #00000094;
}
.innerpage-title {
  position: relative;
  z-index: 2;
  margin-top: 50px;
}
.innerpage-title h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 78px;
  position: relative;
  display: block;
  color: var(--s-white);
  margin-bottom: 10px;
}
.breadcrumb-content ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-white);
  margin: 0 5px;
}
.breadcrumb-content ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-white);
  margin-right: 5px;
}
/* Mission Section Start here */
.ourMission {
  background-image: url(https://berkeleybaitandtackleartgallery.us/wp-content/uploads/2025/06/gallery-5.png);
  position: relative;
  background-position: center;
}
.ourMission::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000c5;
  z-index: 0;
}
.valueBox {
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  /* margin: 10px 10px 10px 10px; */
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
  padding: 3em 1em 3em 1em;
  background-color: #f5fbfb;
}
.valueBox h4 {
  color: var(--s-black);
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 25px;
  margin-top: 25px;
  letter-spacing: 1px;
}
/* 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;
}
.social-icon{
  position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    transition: .3s;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  background-color: var(--s-primary);
  transition: .3s;
}
.social-icon ul li {
  margin: 0 5px;
  width: 35px;
  height: 35px;
  background: var(--s-white);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
.social-icon ul li a i
{
  font-size: 16px;
  color: var(--s-primary);
  transition: .3s;
}
.social-icon ul li:hover a i
{
  color: var(--s-secondary);
}
.td-member-content
{
  background: var(--s-black);
  padding: 20px;
  margin-top: -10px;
  transition: .3s;
}
.td-member-content h3
{
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: 400;
  color: var(--s-white);
  transition: .3s;

}
.td-member-content h5
{
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--s-white);

}
.td-member-image a img
{
  transform: scale(1);
  transition: .3s;
}
.td-single-team-member:hover .td-member-image a img
{
  transform: scale(1.1);
  transition: .3s;
}
.td-single-team-member:hover .social-icon
{
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/*============================================
     Inner Services Pages CSS STart Here 
=============================================*/
.innerServicesPage p {
  margin-bottom: 20px;
}
.innerServicesImage img {
  height: 430px;
  object-fit: cover;
}
.innerServices-overlay {
  background-color: #00000088;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}







/* WebSites Responsive  */
@media (max-width: 991px){
  section{
    padding: 50px 0;
  }
  .top-section 
  {
    display: none;
  }
  .bottom-header{
    padding: 10px;
  }
  .navbar-nav
  {
    align-items: self-start !important;
    border-top: 1px solid #bc8f8f;
    margin-top: 10px;
    padding: 8px 0;
  }
  .socialMediaLiks{
    display: none;
  }
  .bottom-header nav .navbar-brand{
    font-size: 12px;
  }
  .bottom-header nav .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    padding: 3px 2px;
    margin: 0px 0; 
    color: var(--s-secondary);
  }
  .header-btn
  {
    margin-top: 20px;
  }
  .bottom-header .navbar-brand img {
    width: 100px !important;
  }
  .site-btn {
    padding: 15px 30px 15px 30px;
    font-size: 14px;
  }
  .titleBar h3{
    font-size: 24px; 
  }
  .titleBar span{
    font-size: 13px;
    letter-spacing: 1px;
  }
  .titleBar p{
    font-size: 15px;
  }
  p{
    font-size: 14px;
  }
 /* Banner */
 .Mainbanner
 {
   padding: 0;
 }
 #banner{
   border-radius: 0;
 }
 #banner::before
 {
   border-radius: 0;
 }
 #banner .banner-text h2{
   font-size: 28px;
 }
 #banner .banner-text h5{
   font-size: 11px;
 }
 #banner .banner-text p{
   font-size: 14px;
 }
 #banner{
   min-height: 450px;
   height: 450px;
 }
 #banner .container .row {
   min-height: 500px;
   height: 500px;
 }

 /* Counter */
 #countdown ul li{
  padding: 0;
 }
 #countdown ul li span{
  font-size: 3.5rem;
 }

 /* About */
 .aboutImage .about-image-1 {
    height: 300px;
  }
  .aboutImage .about-image-2 {
    height: 160px;
    width: 220px;
    right: 10px;
    bottom: -40px;
  }
  .aboutImage .about-image-3{
    height: 160px;
    width: 220px;
    bottom: -40px;
    left: 10px;
  }
  .subpara, .subpara-2{
    padding: 0;
  }
  
  /* Gallery */
  .grid-wrapper {
    grid-template-columns: 100%;
  }
  .grid-wrapper .wide {
    grid-column: span 1;
  }
  .grid-wrapper .tall {
    grid-row: span 1;
  }
  .grid-wrapper .big {
    grid-column: span 1;
    grid-row: span 1;
  }

  /* Inner Services */
  .innerPagesBanner {
    height: 180px;
    padding-bottom: 30px;
  }
  .innerpage-title h2 {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .innerpage-title{
    margin-top: 0;
  }
  .listTwo li {
    font-size: 13px;
  }
  .content-box p{
    font-size: 12px;
  }
  .content-box h5{
    font-size: 15px;
  }
  .contactUSPage{
    background-color: #e6e6e6;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
    padding: 30px 8px !important; 
    border-radius: 15px;
    margin: 0;
    border-radius: 10px !important;
  }

  /* FAqs */
  .accordion-header .accordion-button{
    font-size: 14px;
  }
  .accordion-body {
    font-size: 14px;
  }

}