@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
   body, h1, h2, h3, h4, h5, h6,p{
    margin: 0;
    padding: 0;
    font-family: "Sora", sans-serif !important;
}
body{
    background-color: #000000;
}
a{
    text-decoration: none !important;
}
li{
    list-style: none;
  }
.gray-bg{
    background-color: #3c3d3f;
}
h2 {
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 300;
  }
  p{
    font-size: 13px;
    line-height: 22px;
}
h3{
    font-size: 15px; 
    letter-spacing: 2px;
    font-weight: 300;
}
@media (min-width:992px){
  .custom-container{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.bg-black{
  background-color: #000;
}
.bg-light{
  background-color: #efefef !important;
}
.top-border {
    border-top: 1px solid #3a3a3a;
  }
/* header-top */
.header-top a{
    font-size: 10px;
    font-weight: 300;
}
.icon{
    width: 13px;
}
.header-top {
    width: 100%;
    z-index: 1040;
    top: 0;
    background-color: #000;
}
  .hero {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../image/banner-50.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .header {
    padding: 20px 0;
    position: relative;
    z-index: 10;
  }
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  } 
.header-logo{
    width: 130px;
}
.left-group {
    display: flex;
    align-items: center;
    gap: 30px;
  } 
.navbar {
    display: flex;
  }
.nav-menu {
    list-style: none;
    display: flex;
    gap: 20px;
  } 
.nav-menu li a {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
  }
.nav-menu .active{
    color: #707070;
} 
.hamburger {
    display: none;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
  }
.mobile-menu {
    display: none;
    background: #000;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    padding: 20px;
    transition: background-color 0.3s ease;
  }
.mobile-menu ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  .mobile-menu ul li a {
    color: white;
    font-size: 11px;
  }
  .rqst-btn{
    color:#fff;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 400;
    width: fit-content;
    border: 1px solid #fff;
    transition: background-color 0.3s ease;
}
.hover-btn-bg:hover{
  background-color: #666666;
}
.hover-bg:hover{
  background-color: #3c3d3f;
}
.next-arrow{
    filter: brightness(0) invert(1);
} 
.tag-container{
    padding: 270px 0 100px;
}
.tagline h1{
    font-size: 32px;
    letter-spacing: 3px;
    font-weight: 300;
}
.tagline{
    border-left: 1px solid #fff;
} 
.regulatory-logo{
    width: 45px;
}
.regulatory-icons p {
    font-size: 12px;
    font-weight: 300;
}
.regulatory-icons{
    padding-bottom: 100px;
}
.nav-menu .dropdown {
    position: relative;
}
.nav-menu .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    padding: 0;
    margin: 0;
    z-index: 1000;
    border-radius: 0;
}
.nav-menu .dropdown-menu li {
    width: 220px;
    border-bottom:1px solid #e3e3e3;
}
.nav-menu .dropdown-menu li a {
    display: block;
    padding: 10px 15px;
    color: #373737;
    text-decoration: none;
}
.dropdown-menu .submenu-link.active {
    color: #b0b0b0;
}
.nav-menu .dropdown:hover .dropdown-menu {
    display: block;
}
.no-scroll {
  overflow: hidden;
  height: 100vh;
}
#mobileMenu {
  overflow-y: auto;        
  max-height: 100vh;      
}
  /* Mobile view dropdown styles */
@media (max-width: 991px) {
    .mobile-menu ul li {
      position: relative;
    }  
    .mobile-menu .dropdown-menu {
      background: #eaeaea;
      padding-left: 15px;
    } 
    .mobile-menu .dropdown.open .dropdown-menu {
      display: block;
    }  
    .mobile-menu .dropdown-menu li a {
      display: block;
      padding: 8px 0;
      color: #333;
    }
  }
  @media (max-width: 991px) {
    .mobile-menu .dropdown-menu {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease;
    }  
    .mobile-menu .dropdown.open .dropdown-menu {
      max-height: 300px; 
      width: 100%;
      border-radius: 0;
      padding: 0;
    }
  }
#mobileMenu ul li .active-mbl{
    color: #707070;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown.open > .dropdown-menu {
  display: block;
}
@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-toggle-icon {
    display: none;
  }
}

@media (max-width: 991px) {
  .dropdown a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .dropdown-toggle-icon {
    font-size: 12px;
    margin-left: 10px;
    cursor: pointer;
    pointer-events: auto; 
  }
  .dropdown-menu {
    padding-left: 15px; 
  }
}

/* about-molten */
.overlap-container {
    position: relative;
    z-index: 5;
    margin-top: -80px; 
  } 
.paragraph-box {
    background-color: #212223;
    clip-path: polygon(50px 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%, 0 50px);
    padding: 100px 50px;
    width: 70%;
    margin: 0 auto;
}
.years-logo{
    width: 120px;
}
.section-heading {
    position: relative;
    padding-top: 15px;
}
.section-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 2px;
    background-color: #3a3a3a;
} 
.brdr-white::before{
    background-color: #fff; 
}
/* about */
.about {
    position: relative;
}
.about::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color:#3a3a3a;
    transform: translateX(-50%);
}
.dwnlod-icon{
    width: 12px;
}
.vertical-line{
    height: 30px;
    width: 1px;
    background-color: #fff;
    margin: 0 auto 30px;
}
.line-1{
    margin-bottom: 0;
    position: inherit;
    height: 60px;
    z-index: 1;
}
.line-2{
    height: 50px;
}

/* services */
.split-line {
    position: relative;
    padding: 60px 0;
    overflow: hidden; 
}
.split-line::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color:#3a3a3a;
    transform: translateX(-50%);
}
.service-sec{
    background-color: #212223;
    padding: 80px 100px;
    clip-path: polygon(50px 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%, 0 50px);
    z-index: 9;
    margin-top: -40px;
}
.lrn-more{
    background-color: #a0a0a0;
    padding: 10px;
    right: 10px;
    bottom: 10px;
}
.service-title{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    transition: color 0.5s ease;
}
.service-item:hover .service-title{
    color: #a0a0a0;
}
.service-item .rqst-btn{
    transition: color 0.5s ease;
}
.service-item:hover .rqst-btn{
    color: #a0a0a0;
}
.zoom-container{
    overflow: hidden;
    width: 100%;
    height:190px;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
}
.flex-fill{
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
  transition: background-color 0.5s ease;
}
.zoom-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.zoom-container:hover img{
    transform: scale(1.1);
}
.service-sec .row {
    display: flex;
    flex-wrap: wrap;
}
.service-sec .col-lg-4 {
    display: flex;
    flex-direction: column;
}
.service-sec .position-relative {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.service-item {
    flex-grow: 1;
    background-color: #000;
    transition: background-color 0.5s ease;
    display: flex;
    flex-direction: column;
    position: relative;
}
.service-item:hover{
  background-color: #666666;
}
.service-item .p-5.pb-3 {
  flex-grow: 1;
}

@media (max-width: 767.98px) {
    .split-line::before {
      display: none;
    }
    .projects::before {
        display: none;
      }
  }
/* projects */
.carousel-controls .carousel-control-prev,
.carousel-controls .carousel-control-next {
  position: static !important;
  display: inline-block;
  padding-top: 10px;
  background-color: #3c3d3f;
  border-radius: 0;
  padding-bottom: 3px;
}
.carousel-controls {
  margin-top: 1rem;
}
.carousel-control-prev-icon{
    background-image: none;
}
.carousel-control-next-icon{
    background-image: none;
}
.prjct-nme{
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 300;
}
.prjct-place{
    font-size: 11px;
    font-weight: 300;
}
.prjct-imgs img{
    clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
}
@media (min-width: 992px) {
    .projects .col-lg-6:last-child {
      padding-right: 100px;
    }
  }
/* growth */
.growth {
    position: relative;
    padding: 60px 0;
    overflow: hidden; 
}
.section-heading {
    position: relative;
    padding-top: 15px;
}
.section-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 2px; 
    background-color: #3a3a3a; 
}
.brdr-white::before{
    background-color: #fff; 
}
.graph-mobile{
    display: none;
}
/* clients */
.clients{
    border-bottom:1px solid #3a3a3a;
}
.top-border{
    border-top: 1px solid #3a3a3a;
}
.vertical-line{
    height: 30px;
    width: 1px;
    background-color: #fff;
    margin: 0 auto 30px;
}
.line-1{
    margin-bottom: 0;
    position: inherit;
    height: 60px;
    z-index: 1;
    position: relative;
}
.line-2{
    height: 50px;
}
.carousel-indicators button {
    width: 5px !important;
    height: 5px !important;
    border-radius: 50%;
    background-color: #191919; 
    border: none;
    margin: 0 5px;
}
.carousel-indicators .active {
    background-color:#3c3d3f !important;
}
.btn-danger{
    background-color: #191919 !important;
    border: none;
    border-radius: 0;
}
/* lets-talk */
.cta-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	border-top: 1px solid #3a3a3a;
}
.cta-wrapper {
    position: relative;
}
.cta-main {
    position: relative;
    font-size: 70px;
    font-weight: 300;
    line-height: 1.2;
    display: inline-block;
    margin: 0;
}
.cta-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 300;
    padding: 4px 10px;
    border-radius: 4px;
    letter-spacing: 1px;
}
.cta-overlay::after {
    content: '';
    display: block;
    margin: 4px auto 0;
    width: 0px;
    height: 1px;
    background: #fff;
    letter-spacing: 2px;
    transition: width 0.3s ease;
}
.cta-overlay:hover::after {
  width: 50px;
}
.lets-talk{
    position: relative;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid #3a3a3a;
}
.background-text{
    font-size: 70px;
    font-weight: 300;
    position: relative;
    z-index: 1;
}
.center-button{
    position: absolute;
    top:30%;
    left:50%;
    transform: translate(-50%, 50%);
    font-size:20px;
    font-weight: 300;
    z-index: 2;
    color: #9aaaaa;
    font-size: 25px;
    letter-spacing: 3px;
}
.border-btm{
    width: 50px;
    height: 1px;
    background-color: #9aaaaa;
    margin-top: -20px;
    z-index: 2;
}
/* footer */
.social-icon{
    width:14px;
}
.fb-icon{
    width: 10px;
}
.f-title{
    color:#7c7c7c;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 400;
}
.f-list li a{
    color: #fff;
    font-size: 12px;
    line-height: 27px;
}
.molten-addrs h5{
    font-size: 11px;
}
.molten-addrs a{
    font-size: 11px;
    line-height: 23px;
}
.border-btm-line{
    border-bottom:1px solid #4b4b4b;
}
.custom-title {
  font-weight: 700;
}

/* project */
.zoom-project{
  overflow: hidden;
  clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
}
.zoom-project img{
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.zoom-project:hover img {
  transform: scale(1.1);
}
.project-sec{
  color: #878888;
}
.project-sec .prjct-nme{
  font-size: 18px;
}
  /* Responsive */
  @media (max-width: 991.98px) {
    .navbar {
      display: none;
    }
  
    .header-button {
      display: none;
    }
  
    .hamburger {
      display: block;
    }
  
    .mobile-menu.show {
      display: block;
    }
  }

  @media (max-width: 992px) {
    h2 {
        font-size: 17px;
    }
    .header-top {
        display: none;
    }
    .tag-container {
        padding-top: 150px;
    }
    .tagline h1 {
        font-size: 23px;
    }
    .regulatory-icons{
        flex-direction: column;
    }
    .regulatory-icons p{
        text-align: center;
    }
    .res-flex-column {
        flex-direction: column;
      }
      .about .rqst-btn {
        width: -moz-available;
        text-align: center;
      }
    .paragraph-box{
        padding: 70px 10px;
    }
    .paragraph-box{
      width: 80%;
    }
    .service-sec h3{
        margin-top: 50px;
    }
    .service-title {
        font-size: 16px;
    }
    .project-column{
        flex-direction: column-reverse;
    }
    .service-sec{
        padding: 30px;
        clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 30px);
    }
    .cta-main {
        font-size: 35px;
    }
    .cta-overlay {
        font-size: 15px;
    }
    .project-sec .prjct-nme {
      font-size: 15px;
    } 
	  .f-title {
		  font-size: 11px;
	  }
  }

  @media (max-width: 767px) {
    .graph-desktop{
        display: none;
    }
    .graph-mobile{
        display: block;
    }
    .about::before{
      display: none;
    }
  }

@media(min-width: 992px) {
  .about::before{
    bottom: 37px;
  }
	  .wrk-img-left{
    position: relative;
  }
}
@media(min-width: 768px) and (max-width: 991.98px) {
  .about::before{
    bottom: 76px;
  }
	  .wrk-img-left{
    position: relative;
  }
}

.wrk-img-left div{
  position: inherit;
  left: 13px;
}


/* career */
.career-bnr{
    clip-path: polygon(50px 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%, 0 50px);
}
.why-join-text{
    background-color: #ededed;
}
@media(min-width: 992px) {
    .why-join-text{
        position: relative;
        left: -70px;
    }
}
.why-join-text h3{
    font-size: 18px;
}
.why-join-text ul li {
    font-size: 12px;
    line-height: 30px;
}