*{
      margin:0;
      padding:0;
      box-sizing:border-box;
    }

    body{
      overflow-x:hidden;
      font-family:'Roboto',sans-serif;
      background:black;
    }

  
.page-banner{
  position:relative;
  width:100%;
  height:540px;
  background:url('Assets/banner/197469_68849f9d9b104be68b83a2ab969b60f2~mv2 (1).jpeg');
  background-size:cover;
  background-position:center;
  overflow:hidden;
}

/* OVERLAY */

.page-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.68);
}

/* CONTENT */

.page-banner-content{
  position:relative;
  z-index:5;
  margin-top:120px;
}

/* TITLE */

.page-banner-content h1{
  color:#fff;
  font-size:90px;
  font-family:'Anton',sans-serif;
  letter-spacing:2px;
  margin-bottom:18px;
}

/* BREADCRUMB */

.breadcrumb-text{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
}

.breadcrumb-text a,
.breadcrumb-text span{
  color:#fff;
  text-decoration:none;
  font-size:22px;
  font-weight:700;
}

.breadcrumb-text a:hover{
  color:#F8DC57;
}

/* =========================
   MOBILE RESPONSIVE
========================== */

@media(max-width:991px){

  .page-banner{
    height:420px;
  }

  .page-banner-content{
    margin-top:100px;
    padding:0 15px;
  }

  .page-banner-content h1{
    font-size:48px;
  }

  .breadcrumb-text a,
  .breadcrumb-text span{
    font-size:16px;
  }

}

/* =========================
   STICKY HEADER
========================== */

.sticky-header{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:9999;
      top: 0px !important;
    backdrop-filter: blur(8px);
}

/* =========================
   TOP BAR
========================== */

.top-bar{
  padding:14px 70px;
  border-bottom:1px solid rgba(255,255,255,.12);
  background:transparent;
}

.top-bar span{
  color:#d9d9d9;
  font-size:14px;
  font-weight:500;
}

/* SOCIAL ICONS */

.social-icons a{
  color:#fff;
  margin-left:20px;
  font-size:16px;
  transition:.3s;
  text-decoration:none;
}

.social-icons a:hover{
  color:#F8DC57;
}

/* =========================
   NAVBAR
========================== */

.custom-navbar{
  padding:22px 70px;
  background:transparent;
  
}

/* LOGO */

.navbar-brand{
  padding:30px 0;
}

.navbar-brand img{
  width:160px;
}

/* NAV LINKS */

.nav-link{
  color:#fff !important;
  font-size:17px;
  font-weight:700;
  margin:0 18px;
  transition:.3s;
  position:relative;
}

.nav-link:hover{
  color:#F8DC57 !important;
}

/* BUTTON */

.member-btn{
  background:#fff;
  color:#111;
  border:none;
  padding:18px 38px;
  font-size:14px;
  font-weight:800;
  transition:.3s;
}

.member-btn:hover{
  background:#F8DC57;
  color:#fff;
}

/* =========================
   DROPDOWN MENU
========================== */

.custom-dropdown{
  position:relative;
}

/* MAIN DROPDOWN */

.custom-dropdown-menu{
  background:#000 !important;
  border:none !important;
  min-width:230px;
  padding:10px 0;
  border-radius:6px;
  margin-top:12px;
  box-shadow:none !important;
  
}

/* DROPDOWN ITEMS */

.custom-dropdown-menu .dropdown-item{
  color:#fff !important;
  font-size:14px;
  font-weight:600;
  padding:9px 18px;
  transition:.3s;
  background:transparent !important;
  line-height:1.3;
}

/* HOVER EFFECT */

.custom-dropdown-menu .dropdown-item:hover{
  color:#F8DC57 !important;
  padding-left:24px;
  background:transparent !important;
}

/* REMOVE BOOTSTRAP WHITE */

.dropdown-menu{
  --bs-dropdown-bg:#000;
  --bs-dropdown-border-color:transparent;
  --bs-dropdown-link-hover-bg:transparent;
}

/* REMOVE DEFAULT ARROW */

.dropdown-toggle::after{
  display:none;
}

/* DESKTOP HOVER */

@media(min-width:992px){

  .custom-dropdown:hover .dropdown-menu{
    display:block;
    margin-top:0;
  }

}

/* =========================
   MOBILE RESPONSIVE
========================== */

@media(max-width:991px){

  /* TOP BAR */

  .top-bar{
    display:none !important;
  }

  /* NAVBAR */

  .custom-navbar{
    padding:15px 20px;
    background:rgba(0,0,0,.95);
    backdrop-filter:blur(10px);
  }

  /* LOGO */

  .navbar-brand{
    padding:0;
  }

  .navbar-brand img{
    width:120px;
  }

  /* TOGGLER */

  .navbar-toggler{
    border:none;
    box-shadow:none !important;
  }

  .navbar-toggler:focus{
    box-shadow:none;
  }

  /* MOBILE MENU */

  .navbar-collapse{
    background:#000;
    padding:25px;
    margin-top:20px;
    border-radius:10px;
  }

  .nav-link{
    margin:14px 0;
  }

  /* MOBILE DROPDOWN */

  .custom-dropdown-menu{
    min-width:100%;
    padding:6px 0;
    background:#111 !important;
    border-radius:8px;
  }

  .custom-dropdown-menu .dropdown-item{
    font-size:13px;
    padding:8px 15px;
  }

  .custom-dropdown-menu .dropdown-item:hover{
    padding-left:22px;
  }

  /* BUTTON */

  .member-btn{
    display:none;
  }

}  



.blog-section {
  padding: 55px 0;
  background: black;
}

/* CONTAINER */

.container {
  width: 80%;
  max-width: 1150px;
  margin: auto;
}

/* =========================
   SECTION TITLE WRAPPER
========================= */

.section-title-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;

  margin-bottom: 42px;
}

/* SECTION TITLE */

.section-title {
  max-width: 760px;
}

/* SMALL TITLE */

.section-title span {
  color: #F8DC57;

  font-size: 12px;
  font-weight: 600;

  text-transform: uppercase;
}

/* MAIN TITLE */

.section-title h2 {
  color: #fff;

  font-family: "Anton", sans-serif;

  font-size: 46px;

  margin-top: 8px;
  margin-bottom: 18px;

  letter-spacing: 1px;
}

/* DESCRIPTION */

.section-title p {
  color: #d7d7d7;

  font-size: 15px;

  line-height: 1.8;

  margin: 0;
}

/* =========================
   GET STARTED BUTTON
========================= */

.service-btn {
  min-width: 180px;
  height: 52px;

  background: #F8DC57;
  color: #111;

  text-decoration: none;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 10px;

  font-family: "Anton", sans-serif;

  font-size: 15px;

  transition: 0.3s ease;
}

.service-btn:hover {
  background: #fff;
}

.service-btn i {
  transition: 0.3s;
}

.service-btn:hover i {
  transform: translateX(4px);
}

/* =========================
   BLOG WRAPPER
========================= */

.blog-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  gap: 20px;
}

/* =========================
   CARD
========================= */

.blog-card {
  background: black;

  border: 1px solid rgba(255, 255, 255, 0.08);

  overflow: hidden;

  transition: 0.4s ease;
}

/* CARD HOVER */

.blog-card:hover {
  transform: translateY(-8px);

  border-color: #F8DC57;
}

/* =========================
   IMAGE
========================= */

.blog-image {
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 300px;

  object-fit: cover;

  transition: 0.5s ease;
}

/* IMAGE HOVER */

.blog-card:hover .blog-image img {
  transform: scale(1.06);
}

/* =========================
   CONTENT
========================= */

.blog-content {
  padding: 22px;
}

/* TITLE */

.blog-content h3 {
  color: #fff;

  font-family: "Anton", sans-serif;

  font-size: 22px;

  line-height: 1.4;

  margin-bottom: 14px;

  transition: 0.3s;
}

/* TITLE HOVER */

.blog-card:hover .blog-content h3 {
  color: #F8DC57;
}

/* TEXT */

.blog-content p {
  color: #d7d7d7;

  font-size: 14px;

  line-height: 1.7;

  margin-bottom: 22px;
}

/* =========================
   BUTTON
========================= */

.blog-btn {
  width: 140px;
  height: 44px;

  background: #2a3142;

  color: #fff;

  text-decoration: none;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 8px;

  font-family: "Anton", sans-serif;

  font-size: 13px;

  transition: 0.3s ease;

  position: relative;

  overflow: hidden;
}

/* LEFT BORDER */

.blog-btn::before {
  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 3px;
  height: 100%;

  background: #F8DC57;
}

/* BUTTON HOVER */

.blog-btn:hover {
  background: #F8DC57;
  color: #111;
}

/* ICON */

.blog-btn i {
  transition: 0.3s;
}

/* ICON HOVER */

.blog-btn:hover i {
  transform: translateX(4px);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {

  .blog-wrapper {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {

  .blog-section {
    padding: 45px 0;
  }

  .container {
    width: 90%;
  }

  .section-title-wrapper {
    flex-direction: column;
    align-items: flex-start;

    margin-bottom: 32px;
  }

  .section-title h2 {
    font-size: 32px;
  }

  .section-title p {
    font-size: 14px;
  }

  .service-btn {
    width: 100%;
    max-width: 220px;

    height: 48px;

    font-size: 14px;
  }

  .blog-image img {
    height: 220px;
  }

  .blog-content {
    padding: 18px;
  }

  .blog-content h3 {
    font-size: 18px;
  }

  .blog-content p {
    font-size: 13px;
  }

  .blog-btn {
    width: 125px;
    height: 40px;

    font-size: 12px;
  }
}

    /* =========================
   FOOTER
========================= */

.footer{
  position:relative;

  background:
 rgb(19, 19, 19);

  padding-top:55px;

  overflow:hidden;
}

/* CONTAINER */

.container{
  width:78%;
  max-width:1100px;
  margin:auto;
}

/* =========================
   WRAPPER
========================= */

.footer-wrapper{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr 1.2fr;

  border:1px solid rgba(255,255,255,0.08);

  position:relative;
}

/* COLUMN */

.footer-col{
  padding:40px 26px;

  border-right:1px solid rgba(255,255,255,0.08);
}

/* REMOVE LAST BORDER */

.footer-col:last-child{
  border-right:none;
}

/* LEFT BORDER */

.contact-col{
  position:relative;
}

.contact-col::before{
  content:"";

  position:absolute;

  left:0;
  top:0;

  width:3px;
  height:100%;

  background:#F8DC57;
}

/* =========================
   TITLE
========================= */

.footer-col h3{
  color:#fff;

  font-family:'Anton',sans-serif;

  font-size:18px;

  margin-bottom:20px;
}

/* =========================
   TEXT
========================= */

.footer-col p{
  color:#fff;

  font-size:13px;

  line-height:1.7;

  margin-bottom:14px;
}

/* ORANGE TEXT */

.footer-col p span{
  color:#F8DC57;
  font-weight:700;
}

/* =========================
   LINKS
========================= */

.footer-col ul{
  list-style:none;
}

.footer-col ul li{
  margin-bottom:14px;
}

.footer-col ul li a{
  color:#fff;

  text-decoration:none;

  font-size:13px;

  transition:0.3s;
}

/* HOVER */

.footer-col ul li a:hover{
  color:#F8DC57;
  padding-left:4px;
}

/* =========================
   LOGO
========================= */

.footer-logo{
  display:flex;
  align-items:center;

  gap:10px;

  margin-bottom:16px;
}

.footer-logo i{
  color:#F8DC57;
  font-size:22px;
}

.footer-logo h2{
  color:#fff;

  font-family:'Anton',sans-serif;

  font-size:24px;
}




/* =========================
   btn
========================= */
.footer-btn{
  display:inline-block;
  padding:10px 22px;
  background:#F8DC57;
  color:#111;
  font-size:13px;
  font-weight:700;
  border:none;
  border-radius:6px;
  text-decoration:none;
  transition:0.3s ease;
}
.footer-btn a{
  color: #000;
  text-decoration: none;
}

/* =========================
   BOTTOM
========================= */

.footer-bottom{
  text-align:center;

  padding:20px 0;

  border:1px solid rgba(255,255,255,0.08);

  border-top:none;
}

.footer-bottom p{
  color:#fff;
  font-size:12px;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

  .footer-wrapper{
    grid-template-columns:1fr 1fr;
  }

  .footer-col:nth-child(2){
    border-right:none;
  }

}

@media(max-width:768px){

  .footer{
    padding-top:40px;
  }

  .container{
    width:90%;
  }

  .footer-wrapper{
    grid-template-columns:1fr;
  }

  .footer-col{
    border-right:none;

    border-bottom:1px solid rgba(255,255,255,0.08);

    padding:30px 20px;
  }

  .footer-col:last-child{
    border-bottom:none;
  }

  .footer-col h3{
    font-size:16px;
  }

  .footer-logo h2{
    font-size:22px;
  }

  .footer-phone span{
    font-size:20px;
  }

}

    /* =========================
       COPYRIGHT
    ==========================*/

    .copyright{
      text-align:center;
      padding:30px 15px;
      font-size:22px;
      color:#fff;
      position:relative;
      z-index:2;
    }


    /* =========================
       RESPONSIVE
    ==========================*/

    @media(max-width:1200px){

      .banner-content h1{
        font-size:75px;
      }

      .member-btn{
        width:220px;
        height:65px;
        font-size:18px;
      }

      .navbar-nav{
        gap:20px;
      }

    }

    @media(max-width:992px){

      .top-left{
        justify-content:center;
        gap:20px;
      }

      .top-right{
        justify-content:center;
        margin-top:15px;
      }

      .navbar-collapse{
        background:#02041a;
        padding:20px;
        margin-top:20px;
      }

      .member-btn{
        margin-top:20px;
      }

      .banner-content h1{
        font-size:60px;
      }

    }

    @media(max-width:768px){

      .top-left p{
        font-size:14px;
        text-align:center;
      }

      .navbar-brand span{
        font-size:32px;
      }

      .navbar-brand i{
        font-size:34px;
      }

      .banner-content h1{
        font-size:45px;
      }

      .breadcrumb-text{
        font-size:18px;
      }

      .member-btn{
        width:190px;
        height:58px;
        font-size:16px;
      }

    }

    @media(max-width:576px){

      .about-banner{
        min-height:430px;
      }

      .top-left{
        gap:10px;
      }

      .top-left p{
        font-size:12px;
      }

      .top-right{
        gap:15px;
      }

      .top-right a{
        font-size:16px;
      }

      .navbar-brand span{
        font-size:26px;
      }

      .navbar-brand i{
        font-size:28px;
      }

      .banner-content{
        min-height:180px;
      }

      .banner-content h1{
        font-size:34px;
      }

      .breadcrumb-text{
        font-size:15px;
      }

      .menu-icon{
        font-size:28px;
      }

    }



  

/* =========================
       SCROLL BUTTON
    ==========================*/

    .scroll-top{
      position:fixed;
      right:20px;
      bottom:20px;
      width:65px;
      height:65px;
      border-radius:50%;
      background:black;
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      text-decoration:none;
      font-size:28px;
      z-index:999;
      transition:0.5s;
    }

    .scroll-top:hover{
      background:#F8DC57;
      color:#000;
      transform:translateY(-8px);
    }