/******  Top header css start ********/
 .top-bar {
    background: #1d1d1d;
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
  }
.top-bar a:hover,div#Contact_info a:hover{
    color: #37d6e4;
}
  .top-bar a {
    color: #fff;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 15px;
  }
  .top-bar a {
    font-size: 12px;
}
.top-bar i.fa-solid.fa-phone, i.fa-solid.fa-envelope {
    padding-right: 11px;
}
/******  Header css start ********/
a.navbar-brand img {
    width: 81%;
}
ul.navbar-nav li {
    padding: 0px 16px;
}

/* Top border on hover and active */
.navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 0;
    height: 1px;
    background-color: red;
    transition: 0.3s ease-in-out;
}
  .navbar-nav .nav-link:hover::before,
  .navbar-nav .nav-link.active::before {
    width: calc(100%); /* same padding from left and right */
  }

 .navbar-nav .nav-link.active {
    color: #00ce1b;
}
ul.navbar-nav li a:hover {
    color: #00ce1b;
}
  .main-header {
    background: #000;
    border-bottom: 2px solid red;
  }

  .navbar-brand img {
    height: 40px;
  }

.social-icons a {
    color: #fff;
    margin-left: -2px;
}

.navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
    padding: 10px 15px;
    position: relative;
    font-size: 15px;
}

/*********** Banner Css Start ****************/
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.carousel-caption {
  opacity: 0;
}

.carousel-caption.animate {
  animation: slideUp 0.8s ease forwards;
}

.carousel-control-prev {
    left: -60px;
}
.carousel-control-next {
    right: -60px;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: none;
    width: 18px;
    height: 18px;
    border: solid white;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 5px;
}
.carousel-control-prev-icon {
  transform: rotate(135deg);
  margin-left: 10px;
}

.carousel-control-next-icon {
  transform: rotate(-45deg);
  margin-right: 10px;
}
    .carousel-item {
      height: 100vh;
      min-height: 400px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative;
    }
.carousel-caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;     /* Vertically center */
  justify-content: center; /* Horizontally center */
  text-align: center;
  padding: 0 15px;
}





    .carousel-caption h1 {
      font-size: 61px;
      font-weight: 800;
      color: #fff;
      text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
    }



/*********** About Css Start ****************/

      .product-card {
      position: relative;
      border: 1px solid #ccc;
      overflow: hidden;
    }

  .ribbon {
    width: 120px;
    background: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    position: absolute;
    top: 17px;
    left: -30px;
    transform: rotate(-45deg);
    z-index: 1;
}

 .product-image img {
    width: 100%;
    height: 314px;
    object-fit: cover;
}
    .product-content {
      background-color: #fff;
      padding: 20px 15px;
      text-align: center;
    }

    .product-content h5 {
      font-weight: bold;
    }

    .btn-red {
      background-color: red;
      color: white;
      border: none;
    }

  .btn-red:hover {
    color: #ffffff;
    background-color: #23a455;
}

/************* Trade Build ***************/

span.text {
    color: #c36;
    font-weight: 400 !important;
}
span.text:hover {
    color: #336;
}

.flip-box {
  background-color: transparent;
  perspective: 1000px;
  height: 300px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 84%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
section.intro-section h2 {
    font-size: 28px;
}
section.intro-section h2#our_servivce {
    font-size: 30px;
}
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: #54595f;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.flip-box-back {
  background-color: #e50914; /* Red background on hover */
  transform: rotateY(180deg);
}

.btn.text-decoration-none {
  text-decoration: none !important;
}
.flip-box p {
    font-size: 11px;
    padding-top: 10px;
}

.flip-box h5 {
    font-size: 21px;
    padding-top: 10px;
}
.flip-box-front i {
    font-size: 35px;
    padding-bottom: 9px;
}
/************* Footer Css Start ***************/

footer a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    display: block;
    font-size: 14px;
    padding-bottom: 7px;
}
footer p{
    font-size: 14px;
}
footer {
    background-color: #1b1b1b;
    color: #fff;
    padding: 0px 0 10px;
    border-top: 4px solid red;
    position: relative;
}
section.top_footer div {
    z-index: 999;
}
   footer h5 {
    font-weight: 500 !important;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: capitalize;
}
footer p {
    font-size: 12px;
    margin: 0 0 10px;
}

    footer ul {
      padding: 0;
      list-style: none;
    }
section.top_footer:before {
    position: absolute;
    content: "";
    background: #00000059;
    height: 231px;
    width: 100%;
    top: 0px;
}
section.top_footer {
    background: url('./assets/images/aurora-4590338_1920.jpg');
    padding-top: 40px;
    background-position: center;
}
    footer ul li a {
      color: #fff;
      text-decoration: none;
      font-size: 14px;
    }

    footer ul li a:hover {
      color: #ff0000; /* highlight on hover */
    }

    .footer-bottom {
      font-size: 14px;
      color: #bbb;
      text-align: center;
      border-top: 1px solid #444;
      padding-top: 10px;
      margin-top: 20px;
    }

    .footer-logo {
      max-width: 160px;
    }
.blog-section {
  margin: 0 60px;
  border-radius: 53px;
}
@media (max-width: 1600px) {
  .blog-section {
    margin: 0;
    border-radius: 0;
  }
}
.blog-section .section-title h6 {
  background: #FEC9FF;
  color: var(--header);
}

.blog-box-items {
  margin-top: 30px;
}
.blog-box-items .blog-image {
  position: relative;
  overflow: hidden;
}
.blog-box-items .blog-image img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 15px;
}
.blog-box-items .blog-image img:first-child {
    border-radius: 15px;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}
.blog-box-items .blog-content {
  margin-top: 25px;
  margin-left: 20px;
}
.blog-box-items .blog-content span {
  color: #FF1B1B;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}
.blog-box-items .blog-content h3 {
  padding-bottom: 20px;
}
.blog-box-items .blog-content h3 a:hover {
  color: var(--theme);
}
.blog-box-items .blog-content .blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 23, 38, 0.1);
  padding-top: 20px;
}
.blog-box-items .blog-content .blog-meta li i {
  margin-right: 6px;
}
.blog-box-items:hover .blog-image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.blog-box-items:hover .blog-image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.blog-wrapper {
  margin-bottom: 130px;
}

.news-standard-wrapper .news-standard-items .news-thumb {
  position: relative;
}
.news-standard-wrapper .news-standard-items .news-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.news-standard-wrapper .news-standard-items .news-thumb .post-cat {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 20px;
  background-color: var(--theme);
  color: var(--white);
  font-weight: 700;
  padding: 10px 25px;
  border-radius: 12px;
}
.news-standard-wrapper .news-standard-items .news-content {
  margin-top: 30px;
}
.news-standard-wrapper .news-standard-items .news-content .post-meta {
  margin-bottom: 20px;
}
.news-standard-wrapper .news-standard-items .news-content .post-meta span {
  color: var(--text);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .news-standard-wrapper .news-standard-items .news-content .post-meta span {
    font-size: 15px;
  }
}
.news-standard-wrapper .news-standard-items .news-content .post-meta span i {
  margin-right: 10px;
  color: var(--theme);
  font-weight: 700;
}
.news-standard-wrapper .news-standard-items .news-content h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.news-standard-wrapper .news-standard-items .news-content h3 a:hover {
  color: var(--theme);
}
.news-standard-wrapper .news-standard-items .news-content .link-btns {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  margin-top: 30px;
}
.news-standard-wrapper .news-standard-items .news-content .link-btns i {
  margin-left: 10px;
  font-weight: 700;
}
.news-standard-wrapper .news-standard-items .news-content .link-btns:hover {
  color: var(--theme);
}
.news-standard-wrapper .news-standard-items:not(:last-child) {
  margin-bottom: 40px;
}

.main-sidebar .news-profile-items {
  text-align: center;
}
.main-sidebar .news-profile-items .content {
  margin-top: 25px;
}
.main-sidebar .news-profile-items .content h6 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.main-sidebar .news-profile-items .content span {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 15px;
}
.main-sidebar .news-profile-items .content .social-icon {
  justify-content: center;
  gap: 13px;
  margin-top: 30px;
}
.main-sidebar .news-profile-items .content .social-icon a {
  width: 44px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #E8E8E8;
  color: var(--text);
  display: inline-block;
}
.main-sidebar .news-profile-items .content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.main-sidebar .single-sidebar-widget {
  background-color: #F4F6F8;
  padding: 40px 35px;
  border-radius: 15px;
}
.main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 20px;
  padding-left: 10px;
  position: relative;
}
.main-sidebar .single-sidebar-widget .wid-title::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 2px;
  height: 21px;
  position: absolute;
  background-color: var(--theme);
}
.main-sidebar .single-sidebar-widget .wid-title h4 {
  font-size: 22px;
  font-weight: 700;
}
.main-sidebar .single-sidebar-widget:not(:last-child) {
  margin-bottom: 30px;
}
.main-sidebar .single-sidebar-widget .search_widget form {
  width: 100%;
  position: relative;
}
.main-sidebar .single-sidebar-widget .search_widget form input {
    background-color: #fff;
    font-size: 15px;
    width: 100%;
    border: none;
    text-transform: capitalize;
    color: #9D9E9F;
    border-radius: 7px;
    padding: 12px 22px;
}
.main-sidebar .single-sidebar-widget .search_widget form button {
    position: absolute;
    right: 24px;
    top: 12px;
    font-size: 18px;
    background: #fff;
    border: none;
    color: #000;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
    background-color: #fff;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
    border: 1px solid #F8F1EE;
    border-radius: 9px;
    font-size: 16px;
    line-height: 1;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
  color: #445658;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li span {
  transition: all 0.4s ease-in-out;
  color: var(--header);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
  margin-bottom: 12px;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover {
    background-color: #08bdc9;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover span {
  color: #fff;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active {
  background-color: var(--theme);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active a {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active span {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 25px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-thumb img {
  border-radius: 9px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
  margin-bottom: 8px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li {
  color: var(--text);
  font-size: 15px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li i {
  color: var(--theme);
  margin-right: 5px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
  font-weight: 600;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a:hover {
  color: var(--theme);
}
.main-sidebar .single-sidebar-widget .tagcloud a {
  display: inline-block;
  padding: 11px 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  background: var(--white);
  margin-right: 5px;
  text-transform: capitalize;
  margin-bottom: 10px;
  border-radius: 9px;
  color: var(--text);
  transition: all 0.4s ease-in-out;
}
.main-sidebar .single-sidebar-widget .tagcloud a:last-child {
  margin-right: 0;
}
.main-sidebar .single-sidebar-widget .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.news-details-wrapper .single-news-post .details-image img {
  width: 100%;
  height: 100%;
  border-radius: 11px;
}
.news-details-wrapper .single-news-post .details-content {
  margin-top: 30px;
}
.news-details-wrapper .single-news-post .details-content .post-meta {
  margin-bottom: 20px;
}
.news-details-wrapper .single-news-post .details-content .post-meta span {
  color: var(--text);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .news-details-wrapper .single-news-post .details-content .post-meta span {
    font-size: 15px;
  }
}
.news-details-wrapper .single-news-post .details-content .post-meta span i {
  margin-right: 10px;
  color: var(--theme);
  font-weight: 700;
}
.news-details-wrapper .single-news-post .details-content h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.news-details-wrapper .single-news-post .details-content h3 a:hover {
  color: var(--theme);
}
.news-details-wrapper .single-news-post .details-content p {
  font-size: 18px;
  color: #838383;
  font-weight: 400;
}
.news-details-wrapper .single-news-post .details-content .hilight-text {
  padding: 40px;
  background-color: #E8ECEF;
}
.news-details-wrapper .single-news-post .details-content .hilight-text p {
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Space Grotesk", sans-serif;
  color: var(--header);
  line-height: 180%;
  font-size: 24px;
}
.news-details-wrapper .single-news-post .details-content .hilight-text svg {
  float: right;
  margin-top: -30px;
}
.news-details-wrapper .single-news-post .details-content .hilight-text h6 {
  font-weight: 500;
  padding-left: 30px;
  margin-top: 20px;
  position: relative;
}
.news-details-wrapper .single-news-post .details-content .hilight-text h6::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 16px;
  height: 2px;
  background-color: var(--header);
}
.news-details-wrapper .single-news-post .details-content h4 {
  font-size: 28px;
  font-weight: 700;
}
.news-details-wrapper .single-news-post .details-content .details-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
}
.news-details-wrapper .single-news-post .details-content .details-list li:not(:last-child) {
  margin-bottom: 20px;
}
.news-details-wrapper .single-news-post .details-content .details-list li i {
  font-size: 24px;
  color: var(--theme);
}
.news-details-wrapper .single-news-post .details-content .post-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.news-details-wrapper .tag-share-wrap {
  border-bottom: 1px solid #F6F6F6;
  padding: 30px 0 40px;
}
.news-details-wrapper .tag-share-wrap .tagcloud span {
  display: inline-block;
  font-weight: 700;
  color: var(--header);
  margin-right: 15px;
  font-size: 20px;
}
.news-details-wrapper .tag-share-wrap .tagcloud a {
  display: inline-block;
  padding: 12px 26px;
  line-height: 1;
  background: var(--bg);
  margin-right: 8px;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
}
@media (max-width: 575px) {
  .news-details-wrapper .tag-share-wrap .tagcloud a {
    margin-bottom: 5px;
  }
}
.news-details-wrapper .tag-share-wrap .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.news-details-wrapper .tag-share-wrap .social-share span {
  font-size: 20px;
  color: var(--header);
  font-weight: 700;
}
.news-details-wrapper .tag-share-wrap .social-share a {
  font-size: 16px;
  color: var(--text);
}
.news-details-wrapper .tag-share-wrap .social-share a:not(:last-child) {
  margin-right: 10px;
}
.news-details-wrapper .tag-share-wrap .social-share a:hover {
  color: var(--theme);
}
.news-details-wrapper .comments-area {
  margin-top: 40px;
}
.news-details-wrapper .comments-area .comments-heading {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .news-details-wrapper .comments-area .comments-heading {
    margin-bottom: 20px;
  }
}
.news-details-wrapper .comments-area .comments-heading h3 {
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .news-details-wrapper .comments-area .comments-heading h3 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .news-details-wrapper .comments-area .blog-single-comment {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.news-details-wrapper .comments-area .blog-single-comment p {
  font-weight: 400;
}
.news-details-wrapper .comments-area .blog-single-comment .content .head .con h5 {
  font-weight: 600;
  font-size: 20px;
}
.news-details-wrapper .comments-area .blog-single-comment .content .head .con span {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--text);
  font-weight: 400;
}
.news-details-wrapper .comments-area .blog-single-comment .content .head .reply {
  font-size: 20px;
  color: var(--header);
}
@media (min-width: 1200px) {
  .news-details-wrapper .comments-area .blog-single-comment.style-2 {
    margin-left: 80px;
  }
}
.news-details-wrapper .comment-form-wrap {
  background: #F0F2F9;
  padding: 50px;
  margin-top: 30px;
}
.news-details-wrapper .comment-form-wrap h3 {
  font-size: 28px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .news-details-wrapper .comment-form-wrap h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.news-details-wrapper .comment-form-wrap .form-clt input, .news-details-wrapper .comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--white);
  padding: 16px 20px;
  font-weight: 400;
  color: var(--text);
}
.news-details-wrapper .comment-form-wrap .form-clt input::placeholder, .news-details-wrapper .comment-form-wrap .form-clt textarea::placeholder {
  color: var(--text);
}
.news-details-wrapper .comment-form-wrap .form-clt textarea {
  padding-bottom: 230px;
}
.news-details-wrapper .comment-form-wrap .from-customradio .form-check-label {
  color: #838383;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 400;
}
.news-details-wrapper .comment-form-wrap .theme-btn {
  background-color: var(--theme);
  border-radius: 7px;
}
.news-details-wrapper .comment-form-wrap .theme-btn::before {
  background-color: var(--header);
}


input.form-control,
select.form-control,
textarea.form-control {
  background-color: #f1f3ff;
  border: 1px solid #cfd8dc;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 15px;
  width: 100%;
}

textarea.form-control {
  height: 140px;
  resize: vertical;
}

.btn-custom {
  background-color: #002826;
  color: white;
  padding: 12px 32px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.btn-custom:hover {
  background-color: #01423e;
}
section.reques_form {
    background: #fff;
}
   .footer-logo {
      max-width: 70px !important;
      border-radius: 7px;
    }


p.main_heading {
    padding-left: 64px !important;
    padding-right: 35px !important;
}