/********** Template CSS **********/
:root {
  --primary: #959697;
  --secondary: #5F656F;
  --light: #F5F5F5;
  --dark: #02245B;
}
.bold{
color: #02245B;
font-weight: 900;
font-size: 19px;
}
.text-colour-dark-grey{
color: #414141;
}

.font-future-about-page{
color:  #bbbbbb;
font-family: 'Noto Serif', serif;
}

.icon-colour-contact{
color: #666A6D;
}

.company1{
width: 16.5em;
margin-left: 0em;
}
.company5{
width: 16.5em;
margin-left: 8em;
}
.company4{
width: 16.5em;
margin-left: 4em;
}
.company3{
width: 16.5em;
margin-left: 2em;
}
.company-logo{}

.service-link{
color: #414141;
text-decoration: underline;
}
.service-link:hover{
color: #838893;
text-decoration: underline;
transition: ease-in .15s;
}
.bbb-icon{
width: 2.5em;
}
.bg-grey{
background-color: #414141 ;
}
.h-1000{
height: 850px;
}

.text-colour1{
  color: #bdbdbd;
  font-family: 'Orbitron', sans-serif;
}
.text-colour6{
color: #959697;
}
.font-future{
color: #fff;
font-family: 'Noto Serif', serif;
}

.font-future-top{
color: #414141;
font-family: 'Noto Serif', serif;
}

.font-future-about{
color: #414141;
font-family: 'Noto Serif', serif;
}
.font-future2{
color: #fff;
font-family: 'Exo', sans-serif;
}
.font-future3{
color: #fff;
font-family: 'Exo', sans-serif;
font-weight: 600
}
.btn-colour{
  background-color: #666A6D;
  color: #fff;
}
.btn-colour2{
  background-color: #F5F5F5;
  color: #343434;
}
.btn-colour:hover{
  background-color: #3b3e3f;
  color: #ececec;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}


h1,
h2,
.h1,
.h2,
.fw-bold {
  font-weight: 700 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
  font-weight: 600 !important;
}

h5,
h6,
.h5,
.h6,
.fw-semi-bold {
  font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}


/*** Button ***/
.btn {
  transition: .5s;
  font-weight: 500;
}


/* Define the default background color for dropdown items */
.dropdown-item {
background-color: #fff; /* Default background color */
color: #000; /* Text color */
/* Add other styles (e.g., padding, border, etc.) as needed */
}

/* Define the background color when a dropdown item is clicked */
.dropdown-item:active {
background-color: #B81822; /* New background color when clicked (green in this example) */
/* You can change this color to the desired color */
}

 /* Define the default background color for dropdown items */
.dropdown-item2 {
background-color: #fff; /* Default background color */
color: #000; /* Text color */
/* Add other styles (e.g., padding, border, etc.) as needed */
}

/* Define the background color when a dropdown item is clicked */
.dropdown-item2:active {
background-color: #EE7B2D; /* New background color when clicked (green in this example) */
/* You can change this color to the desired color */
}
.dropdown-item3 {
background-color: #fff; /* Default background color */
color: #000; /* Text color */
/* Add other styles (e.g., padding, border, etc.) as needed */
}

/* Define the background color when a dropdown item is clicked */
.dropdown-item3:active {
background-color: #C21A1A; /* New background color when clicked (green in this example) */
/* You can change this color to the desired color */
}

.btn-primary,
.btn-outline-primary:hover {
  color: #FFFFFF;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
.topbar{
position: relative;
background: #959697;
width: 100%;
align-items: center;

}

.topbar::before{
position:absolute;
  content: "";
  width: 30px;
  height: 100%;
  top: 0;
  left: -15px;
  transform: skewX(-30deg);
  background-color: var(--primary);
}
.text{
font-size: 1em;

}

.topbar-right {
  position: relative;
  background: var(--primary);
}

.topbar-right::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 100%;
  top: 0;
  left: -15px;
  transform: skewX(-30deg);
  background-color: var(--primary);
}



/*** Navbar ***/
.navbar.sticky-top {
top: 0; /* Change this to 0 to have it fully visible when sticky */
transition: .5s;
z-index: 1000; /* Add z-index to ensure it appears above other elements */
}

.navbar .navbar-brand {
position: relative;
padding-right: 30px;
height: 95px;
display: flex;
align-items: center;
justify-content: left;
}

.navbar-brand {
padding-left: 2em;
}

.logo {
width: 2.5em;
margin-right: 0.5em;
margin-bottom: .35em;
}

.logo-text {
margin-top: 0.2em;
font-size: 1.2em;
font-family: 'Noto Serif', serif;
color: #414141;
font-weight: 300;
}

.navbar .navbar-brand::after {
position: absolute;
content: "";
width: 50px;
height: 100%;
top: 0;
right: -25px;
}

.navbar .navbar-nav .nav-link {
margin-right: 35px;
padding: 20px 0;
color: var(--dark);
font-size: 18px;
font-weight: 500;
outline: none;
font-family: 'Noto Serif', serif;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
color: var(--primary);
}

.navbar .dropdown-toggle::after {
border: none;
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 900;
vertical-align: middle;
margin-left: 0px;
}

/* Remove extra 'r' in the media query */
@media (min-width: 992px) {
.navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}


.navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

.topbar-right {
    visibility: visible;
}

.topbar-text {
    display: none;
}
}


/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background: linear-gradient(to right, rgb(54, 55, 56) 0%, rgba(179, 185, 191, 0) 100%);
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 15%;
  
}

.cl5{
    margin-left: 6.5em;
  
  }




.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3.5rem;
  height: 3.5rem;
  background-color: var(--primary);
  border: 15px solid var(--primary);
  border-radius: 3.5rem;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
      position: relative;
      min-height: 550px;
  }
  .logo{
    margin-left: .5em;
  }
  .cl5{
    margin-left: 2.5em;
    margin-right: 1em;
  }
  .cl4{
    margin-left: 1.75em;
    margin-right: .1em;
  }
  .cl3{
   
    margin-left: .65em;
  }
  .cl2{
   
    margin-right: 1.75em;
  }
  .cl1{
   
    margin-right: 1.75em;
  }
  
  #header-carousel .carousel-item img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--primary);
  border: 15px solid var(--primary);
  border-radius: 3.5rem;
 margin-top: 28em;
}
.main-size{
  font-size: 2.8em;
}
.title-text{
  font-size: 1em;
}
.navbar-brand{
  padding-left: .5em;
}
.logo{
  width: 1.5em;

}
.logo-text{
font-size: .85em;
padding-right: 0em;

}}
@media (max-width: 376px) {
  #header-carousel .carousel-item {
      position: relative;
      min-height: 550px;
  }
  .logo{
    margin-left: 0em;
  }
  .cl5{
    margin-left: 2.5em;
    margin-right: 1em;
  }
  .cl4{
    margin-left: 1.75em;
    margin-right: .1em;
  }
  .cl3{
   
    margin-left: .65em;
  }
  .cl2{
   
    margin-right: 1.75em;
  }
  .cl1{
   
    margin-right: 1.75em;
  }
  
  #header-carousel .carousel-item img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--primary);
  border: 15px solid var(--primary);
  border-radius: 3.5rem;
 margin-top: 28em;
}
.main-size{
  font-size: 2.8em;
}
.title-text{
  font-size: 1em;
}
.navbar-brand{
  padding-left: .5em;
}
.logo{
  width: 1em;

}
.logo-text{
font-size: .8em;
padding-right: 0em;

}

.navbar .navbar-nav .nav-link {
  margin-right: 35px;
  padding: 15px 0;
  color: var(--dark);
  font-size: 18px;
  font-weight: 500;
  outline: none;
  font-family: 'Noto Serif', serif;
  }
}




.page-header {
  background: linear-gradient(to right, rgb(54, 55, 56) 0%, rgba(179, 185, 191, 0) 100%), url(../img/carousel-2.jpg) center center no-repeat;
  background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
  color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-size: 18px;
  color: var(--light);
}


/*** Facts ***/
.facts {
  position: relative;
  margin: 6rem 0;
  background: var(--dark);
}

.facts .border {
  border-color: rgba(255, 255, 255, .1) !important;
}


/*** Features ***/
.btn-play {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  display: block;
  box-sizing: content-box;
  width: 16px;
  height: 26px;
  border-radius: 100%;
  border: none;
  outline: none !important;
  padding: 18px 20px 20px 28px;
  background: var(--primary);
}

@media (max-width: 992px) {
  .btn-play {
      left: 50%;
      right: auto;
      transform: translate(-50%, -50%);
  }
}

.btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: var(--primary);
  border-radius: 100%;
  animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: var(--primary);
  border-radius: 100%;
  transition: all 200ms;
}

.btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  left: -1px;
  border-left: 16px solid #FFFFFF;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
  0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
  }

  100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
      opacity: 0;
  }
}

.modal-video .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

.modal-video .modal-body {
  position: relative;
  padding: 0px;
}

.modal-video .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #FFFFFF;
  background: #000000;
  opacity: 1;
}


/*** Service ***/
.service-item {
  position: relative;
  margin: 65px 0 25px 0;
  box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-img {
  position: absolute;
  padding: 12px;
  width: 130px;
  height: 130px;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFFF;
  box-shadow: 0 0 45px rgba(0, 0, 0, .09);
  z-index: 2;
}

.service-item .service-detail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}



.service-item .service-title {
  position: absolute;
  padding: 65px 30px 25px 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #FFFFFF;
  transition: .5s;
}

.service-item:hover .service-title {
  top: -100%;
}

.service-item .service-text {
  position: absolute;
  overflow: hidden;
  padding: 65px 30px 25px 30px;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  display: flex;
  align-items: center;
  text-align: center;
  background: #4b4d4fcb;
  transition: .5s;
}
.icon-colour{
color: #c4c4c4;

}

.icon-footer{
color: #c4c4c4;

}
.icon-footer:hover{
color: #949494;
transition: ease-in-out .15s;

}
.bg-colour{
  background-color: #B81822;
}
.bg-blue{
  background-color: #f4f4f4;
}

.service-item:hover .service-text {
  top: 0;
}

.service-item .service-text::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  top: -100%;
  left: 0;
  transform: skewY(-12deg);
  background: #FFFFFF;
  transition: .5s;
}

.service-item:hover .service-text::before {
  top: -55px;
}

.service-item .btn {
  position: absolute;
  width: 130px;
  height: 50px;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  background: #FFFFFF;
  border: none;
  box-shadow: 0 0 45px rgba(0, 0, 0, .09);
  z-index: 2;
}

.service-item .btn:hover {
  color: #FFFFFF;
  background: var(--primary);
}
/*Service page */

.service-item1 {
  position: relative;
  margin: 65px 0 25px 0;
  box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}
.service-detail1{
  margin-left: 1.5em;
  margin-right: 2em;
  padding-bottom: 4em;
}
.service-detail2{
  margin-left: 1.5em;
  margin-right: 2em;
  padding-bottom: 4em;

}
.service-detail2{
  margin-left: 1.5em;
  margin-right: 2em;
  padding-bottom: 4em;
 
}


.icon-colour{
color: #F5F5F5;

}
.bg-colour{
  background-color: #B81822;
}

.service-item1 .btn:hover {
  color: #FFFFFF;
  background: var(--primary);
}

/*** Project ***/


.project-item {
  position: relative;
  display: block;
  padding-bottom: 3em;
  margin-left: .5em;
  margin-right: .5em;
}

.project-item img {
  transition: .5s;

}

.project-item:hover img,
.project-carousel .owl-item.center img {
  margin-top: -20px;
}

.project-item .project-title {

}



.project-item .project-title::before {

}

.project-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 45px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  transition: .5s;
  opacity: 0;
  z-index: 1;
}

.project-carousel:hover .owl-nav {
  opacity: 1;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
  margin: 0 30px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: var(--primary);
  border-radius: 45px;
  font-size: 26px;
  transition: .5s;
}


/*** Team ***/
.team-item .team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  display: flex;
  align-items: center;
  background: var(--primary);
  transition: .5s;
}

.team-item:hover .team-social {
  left: 0;
}


/*** Testimonial ***/
.testimonial-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.testimonial-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

@media (min-width: 768px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
      width: 200px;
  }

  
}

@media (min-width: 992px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
      width: 300px;
  }

}
@media (max-width: 992px) {
  .about-page-img{
      display: none;
  }
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 350px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: .5s;
  z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
  width: 300px;
  opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  color: inherit;
  font-size: 45px;
  transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: inherit;
}

.testimonial-carousel .testimonial-img img {
  width: 100px;
  height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
  margin-bottom: 30px;
  box-shadow: 0 0 45px rgba(0, 0, 0, .08);
  transform: scale(.8);
  transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
  transform: scale(1);
}




.about-page-text-a{
  color: #414141;
  font-size: 1.2em;
  font-weight: 800;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  color: #414141;
  font-size: 55px;
  transition: .5s;
}

.about-page-text{
  font-size: .75em;
  color: #414141;
}
.about-page-text:hover{
  font-size: .75em;
  color: #6a6a6a;
}
.service-link-call{
  color: #5F656F;
}
.service-link-call:hover{
  color: #9c9ea1;
}


/*** Footer ***/
.footer {
  color: white;
}
.location{
 
}
.text-footer-colour{
  color: #AEB5A7;
}
.text-footer-colour:hover{
  color: #888c84;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #B0B9AE;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--light);
  letter-spacing: 1px;
  box-shadow: none;
}
.bg-topbar{
background-color: #666A6D;
}
.blog-link{
text-decoration: underline;
color: #414141;
}
.blog-link:hover{
text-decoration: underline;
color: #6a6a6a;
transition: ease .15s;
}


.copyright {
  color: #B0B9AE;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
.about-img{
  background-image: url(../img/about-2.jpg);
  background-size: cover;
background-position: top;
}
/*Blog*/
.blog .blog-pagination {
  margin-top: 30px;
  color: #838893;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: var(--color-secondary);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: var(--color-primary);
  color: #fff;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: var(--color-white);
}
  /*----------------------------------------------------------------
#contact
-----------------------------------------------------------------*/
.contact-btn{
  margin-top: 1.5em;
}

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list .post-item {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.blog .posts-list .post-img img {
  transition: 0.5s;
}

.blog .posts-list .post-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--color-primary);
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.blog .posts-list .post-content {
  padding: 30px;
}

.blog .posts-list .post-title {
  font-size: 24px;
  color: var(--color-secondary);
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 15px;
}

.blog .posts-list .meta i {
  font-size: 16px;
  color: var(--color-primary);
}

.blog .posts-list .meta span {
  font-size: 15px;
  color: #838893;
}

.blog .posts-list p {
  margin-top: 20px;
}

.blog .posts-list hr {
  color: #888;
  margin-bottom: 20px;
}

.blog .posts-list .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: #838893;
}

.blog .posts-list .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.blog .posts-list .post-item:hover .post-title,
.blog .posts-list .post-item:hover .readmore {
  color: var(--color-primary);
}

.blog .posts-list .post-item:hover .post-img img {
  transform: scale(1.1);
}
/*Projects***********/
/*** Project Portfolio ***/
#portfolio-flters li {
  display: inline-block;
  font-weight: 500;
  color: var(--dark);
  cursor: pointer;
  transition: .5s;
  border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
  color: var(--primary);
  border-color: var(--primary);
}

.portfolio-item img {
  transition: .5s;
}

.portfolio-item:hover img {
  transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 0;
  bottom: 0;
  left: 50%;
  background: rgba(53, 53, 53, .7);
  transition: .5s;
}

.portfolio-item:hover .portfolio-overlay {
  width: 100%;
  height: 100%;
  left: 0;
}
/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/



.blog .blog-details {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.blog .blog-details .post-img {

  
  overflow: hidden;
}

.blog .blog-details .title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: var(--color-secondary);
}

.blog .blog-details .content {
  margin-top: 20px;
}

.blog .blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(82, 86, 94, 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.text-small{
  font-size: .9rem;
}
.weather-img{
background-image: url(/img/spring-blog.jpg);
width: 100%;
height: 90vh;

}
.weather-img1{
  background-image: url(/img/summer-blog-img.jpg);
 width: 100%;
 height: 70vh;
}
 .weather-img2{
  background-image: url(/img/fall-blog-img.jpg);
 width: 100%;
 height: 70vh;
  
  }
  .weather-img3{
      background-image: url(/img/winter-blog-img.jpg);
     width: 100%;
     height: 70vh;
     background-position: top right ;
     
      
      }
      article{
          margin-bottom: 3em;
      }
      .blog-weather-title{
          font-weight: 800;
          font-size: 1.3rem;
      }

.blog .blog-details .content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-primary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .blog-details .meta-top {
  margin-top: 20px;
  color: #6c757d;
}

.blog .blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog .blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: var(--color-primary);
}

.blog .blog-details .meta-top a {
  color: #6c757d;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  transition: 0.3s;
}

.blog .blog-details .meta-top a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(82, 86, 94, 0.15);
}

.blog .blog-details .meta-bottom i {
  color: #838893;
  display: inline;
}

.blog .blog-details .meta-bottom a {
  color: rgba(82, 86, 94, 0.8);
  transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}

.blog .blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
  padding-left: 5px;
}

.blog .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .post-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog .post-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-secondary);
}

.blog .post-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
  color: rgba(82, 86, 94, 0.5);
  margin-right: 5px;
}

.blog .post-author p {
  font-style: italic;
  color: rgba(108, 117, 125, 0.8);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: var(--color-secondary);
}

.blog .sidebar .sidebar-item+.sidebar-item {
  margin-top: 40px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid rgba(82, 86, 94, 0.3);
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form input[type=text]:focus {
  outline: none;
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: var(--color-primary);
  color: var(--color-secondary);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: rgba(254, 185, 0, 0.8);
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: var(--color-default);
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(54, 77, 89, 0.4);
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item {
  display: flex;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  max-width: 80px;
  margin-right: 15px;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: rgba(54, 77, 89, 0.4);
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #838893;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid rgba(131, 136, 147, 0.4);
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: var(--color-secondary);
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(131, 136, 147, 0.8);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
  margin-top: 30px;
}

.blog .comments .comments-count {
  font-weight: bold;
}

.blog .comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .comments .comment .comment-img {
  margin-right: 14px;
}

.blog .comments .comment .comment-img img {
  width: 60px;
}

.blog .comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .comments .comment h5 a {
  font-weight: bold;
  color: var(--color-default);
  transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
  color: var(--color-primary);
}

.blog .comments .comment h5 .reply {
  padding-left: 10px;
  color: var(--color-secondary);
}

.blog .comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .comments .comment time {
  display: block;
  font-size: 14px;
  color: rgba(82, 86, 94, 0.8);
  margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .comments .reply-form p {
  font-size: 14px;
}

.blog .comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form input:focus {
  box-shadow: none;
  border-color: rgba(254, 185, 0, 0.8);
}

.blog .comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: rgba(254, 185, 0, 0.8);
}

.blog .comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--color-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
  color: var(--color-secondary);
  background-color: var(--color-primary);
}

.accordion {
  --bs-accordion-border-color: #666A6D;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;

  --bs-accordion-border-radius: 0px;
}

.accordion-header {
  margin-bottom: 0;
  border-top: 1px solid #666A6D;
}

.accordion-button {
  color: #666A6D;
  line-height: var(--heading-line-height);
  letter-spacing: 0.065rem;
  text-transform: capitalize;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #666A6D;
  background-color: var(--bs-light);
  box-shadow: none;
}
/*--------------------------------------------------------------
  Blog page style
  --------------------------------------------------------------*/

  .active>.page-link,
  .page-link.active {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
  }
  
  
  .form-control:focus {
    border-color: var(--bs-black);
    box-shadow: none;
  }
  /* Add the following styles to your existing CSS */
  
  #blog .post-shadow {
    padding: 20px; /* Adjust the padding as needed */
  
    position: relative;
    background-color: #fff; /* Set background color for each blog post */
  }
  
  #blog .post-shadow::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add shadow to the entire post */
    border-radius: 8px; /* Add border-radius for rounded corners */
    pointer-events: none; /* Allow clicks to go through the pseudo-element */
  }
  
  #blog .post-shadow:hover::before {
    box-shadow: 10px 0 15px rgba(0, 0, 0, 0.2); /* Adjust shadow on hover for a subtle effect */
  }
  
    .contact-link{
color: #666A6D;
text-decoration: underline;
  }
    .contact-link:hover{
color: #666A6D;
text-decoration: underline;
  }
  .facebook-logo{
    width: 3em;
    margin-right: .5em;
  }.text-footer-colour{
    color: #AEB5A7;
  }
  .text-footer-colour:hover{
    color: #888c84;
  }
  .google-my-business-icon{
  width: 3.2em;

}
  