@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;

    }
    :root {
        --primary-font: "Inter", sans-serif;
        --secondary-font: "Host Grotesk", sans-serif;
        --primary-color:#FF5E15;
        --color-dark:#0e0e0e;
        --color-white:#FFF;
      }
      ::selection{
        background-color: #FF5E15 !important;
        color: #FFF !important;
      }
      .bg-clay{
         background-color: #ff5f1513;
      }
    .site-wrapper{
        overflow: hidden;
      }
      body{
        background-color: #FFF !important;
        font-family: var(--secondary-font) !important;
      }
      .primary-bg{
        background-color: var(--primary-color);
      }
    a {
        text-decoration: none !important;
    }
    p {
        position: relative;
        margin: 0 0 20px;
        line-height: 30px;
        color: #333;
        font-weight: 400;
        font-size: 18px;
        letter-spacing: 0.2px;
    }
    p,
    li {
        text-decoration: none !important; 
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: var(--secondary-font);
    }
    .section-padding{
        position: relative;
        padding: 70px 0;
    }
    .pt-200 {
        padding-top: 200px !important;
    }
    .mt-10 {
        margin-top: 10px !important;
    }

    .mt-20 {
        margin-top: 20px !important;
    }

    .mt-30 {
        margin-top: 30px !important;
    }

    .mt-40 {
        margin-top: 40px !important;
    }

    .mt-50 {
        margin-top: 50px !important;
    }

    .mr-10 {
        margin-right: 10px !important;
    }

    .mr-20 {
        margin-right: 20px !important;
    }

    .mr-30 {
        margin-right: 30px !important;
    }

    .mr-40 {
        margin-right: 40px !important;
    }

    .mr-50 {
        margin-right: 50px !important;
    }

    .ml-10 {
        margin-left: 10px !important;
    }

    .ml-20 {
        margin-left: 20px !important;
    }

    .ml-30 {
        margin-left: 30px !important;
    }

    .ml-40 {
        margin-left: 40px !important;
    }

    .ml-50 {
        margin-left: 50px !important;
    }

    .mb-10 {
        margin-bottom: 10px !important;
    }

    .mb-20 {
        margin-bottom: 20px !important;
    }

    .mb-30 {
        margin-bottom: 30px !important;
    }

    .mb-40 {
        margin-bottom: 40px !important;
    }

    .mb-50 {
        margin-bottom: 50px !important;
    }
    .pt-70{
        padding-top: 70px;
    }
    .py-70{
        padding: 70px 0;
    }
     .pb-70{
        padding-bottom: 70px;
    }
    .pb-50{
        padding-bottom: 50px;
    }
    .fw-600{
        font-weight: 600 !important;
    }
    .fs-18{
        font-size: 18px !important;
    }
    img {
        width: 100%;
    }
    .navbar-container{
        display: flex;
        justify-content: space-between;
    }
  .nav-item .dropdown-toggle::after {
    content: '\f078' !important;
    font-family: "Font Awesome 6 Pro" !important;
    border: none  !important;
    position: absolute;
    right: 0;
    /* top: 7px; */
    font-size: 15px;
}
/* Animation keyframes */
@keyframes fadeInUpDropdown {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
    img.header-logo {
        max-width: 140px;
    }
    nav.navbar {
        padding: 0;
    }
    .navbar-toggler {
    border: 2px solid var(--primary-color) !important;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem #ff5f1547 !important;
}
    .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
    /* ul.navbar-nav {
        margin: 0 0 0 auto;
    } */
    section.hero-slider {
        margin-top: -168px;
        position: relative;
        z-index: 0;
        padding: 320px 0 260px;
    }
    a.nav-link {
        font-family: var(--secondary-font);
        font-size: 16px;
        text-transform: uppercase;
         line-height: 30px;
        font-weight: 600;
        color: var(--color-dark);
        letter-spacing: 0.3px;
        margin: 0 14px;
        letter-spacing: 0.2px;
    }
    .main-header.sticky a.nav-link{
        /* color:#FFF !important; */
        transition: color 0.3s ease;
    }
    .main-header.sticky a.nav-link:hover{
        color:#FF5E15 !important;
        transition: 0.3s ease;
    }
    .main-header.sticky .header-right .site-btn{
        border: 1px solid #ff5e15 !important;
    }
    #header-dropdwon .dropdown-menu, .header-dropdwon .dropdown-menu{
        border-radius: 0 !important;
    border: none !important;
    border-top: 2px solid #ff5e15 !important;
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06) !important;
    }
    #header-dropdwon .dropdown-menu a, .header-dropdwon .dropdown-menu a {
        font-family: var(--secondary-font);
        text-transform: uppercase;
        color: var(--color-dark);
        padding: 10px 0;
        border-bottom: 1px solid #ff5e153d;
        padding: 8px 15px;
        font-size: 14px;
        font-weight: 500;
        transition: 0.3s ease;
    }
    #header-dropdwon .dropdown-menu a, #header-dropdwon .dropdown-menu a:active, #header-dropdwon .dropdown-menu a:focus, .header-dropdwon .dropdown-menu a, .header-dropdwon .dropdown-menu a:active, .header-dropdwon .dropdown-menu a:focus{
    background-color: transparent !important;
    }
    #header-dropdwon .dropdown-menu a:hover, .header-dropdwon .dropdown-menu a:hover{
        color: var(--primary-color);
        padding-left: 25px;
        transition:all 0.3s ease;
    }
    .header-dropdwon .dropdown-menu .dropdown-item.active{
        color: var(--primary-color) !important;
    }
    .header-number{
        display: flex;
        align-items: center;
    }
    .header-number .hr-AbN span {
    display: block;
    font-size: 12px;
    line-height: 1em;
    font-weight: 400;
    color: #868686;
    margin-bottom: 2px;
}
.header-number a {
    font-weight: 600;
    color: var(--color-dark);
}
/* .main-header.sticky .header-number a{
    color: var(--color-white) !important;
} */
    .h-call-avatar{
        position: relative;
        height: 48px;
        width: 48px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--primary-color);
        border-radius: 50%;
        margin-right: 20px;
    }
     .h-call-avatar i{
        color: #FFF;
        font-size: 20px;
     }
    .h-call-avatar::after {
        content: "";
        position: absolute;
        top: -7px;
        right: -7px;
        bottom: -7px;
        left: -7px;
        background-color: var(--primary-color);
        opacity: 0.1;
        border-radius: 50%;
      }
      /* Buttons */
      .site-btn {
    position: relative;
    overflow: hidden;
    z-index: 9;
    padding: 0;
    display: inline-block;
    border: none;
    font-family: var(--secondary-font);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    }
    .site-btn:before {
        display: block;
        position: absolute;
        top: 0px;
        left: 0;
        height: 100%;
        width: 0;
        z-index: -1;
        content: '';
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    .site-btn.btn-style1:before {
        background: var(--color-dark);
    }
    .site-btn span {
    padding: 16px 70px 16px 30px;
    display: inline-block;
    -webkit-transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s ease-in-out 0s;
    -ms-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
}
.site-btn .ico-wrap{
    margin-left: 7px;
        justify-content: center;
    align-items: center;
    display: flex;
    color: var(--color-white);
    font-size: 14px;
    position: absolute;
    right: -1px;
    top: -1px;
    height: 102%;
    line-height: 1;
    text-align: center;
    background: var(--color-dark);
    --r: 15px;
    padding-inline: calc(var(--r) + 15px) 15px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 0em), var(--r) 50%, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 0em), var(--r) 50%, 0 0);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
     .dble-chevron{
        height: 18px;
        width: auto;
        transition: 0.3s ease;
     }
          .site-btn:hover .ico-wrap{
        background-color: var(--primary-color);
     }
     .site-btn:hover:before, .site-btn:focus:before, .site-btn.style2:hover:before {
    width: 100%;
}
   .site-btn.btn-style1, .site-btn.btn-style2{
    background-color: var(--primary-color);
    color: var(--color-white);
    transition: all 300ms ease;
    }
    .site-btn.btn-style2{
        border: 1px solid transparent;
    }
    .site-btn.btn-style2 .ico-wrap{
          background-color: var(--color-white) !important;
          color: var(--color-dark) !important;
    }
    .site-btn.btn-style2:before{
        background-color: var(--color-white);
    }
    .site-btn.btn-style2:hover{
        background-color: var(--color-white) !important;
        color: var(--color-dark) !important;
        border-color: var(--color-white) !important;
    }
    .site-btn.btn-style2:hover .ico-wrap{
        background-color: var(--primary-color) !important;
        color: var(--color-dark) !important;
    }
    .site-btn.btn-style2 .ico-wrap img{
        filter: invert(1);
    }
    .site-btn.btn-style2:hover .ico-wrap img{
        filter: none !important;
       transition:filter 0.3s ease;
    }
    .site-btn.btn-style3{
    background: transparent;
    color: var(--color-white);
    border: 1px solid var(--color-white);
    transition: all 300ms ease;
    }
.site-btn.btn-style3:before {
    background: var(--primary-color);
}
.site-btn.btn-style3 .ico-wrap {
    background: var(--primary-color);
    color: var(--color-white);
}
.site-btn.btn-style3:hover {
    background: var(--primary-color);
    color: var(--color-white);
    border-color: var(--primary-color);
}
.site-btn.btn-style3:hover .ico-wrap{
    background-color: var(--color-white);
}
.site-btn.btn-style3:hover .ico-wrap img{
        filter: invert(1) !important;
    }
/* Style4 */
    .site-btn.btn-style4{
    background: var(--color-dark);
    color: var(--color-white);
    transition: all 300ms ease;
    }
    .site-btn.btn-style4::before{
        background: var(--color-white);
    }
    .site-btn.btn-style4 .ico-wrap {
    background: var(--color-white);
    color: var(--color-dark);
    }
 .site-btn.btn-style4:hover {
    color: var(--color-dark) !important;
}
.site-btn.btn-style4:hover .ico-wrap{
    background-color: var(--color-dark);
}
 .site-btn.btn-style4 .ico-wrap img {
    filter: brightness(0) saturate(100%);
    }
.site-btn.btn-style4:hover .ico-wrap img{
        filter: none !important;
    }
    .bs-slider .slick-prev, .bs-slider .slick-next {
    width: 50px !important;
    height: 50px !important;
    opacity: 1;
    background-color: #FF5E15;
    border-radius: 50%;
    transform: scale(0) !important;
    transition: all 0.3s ease-in-out;
}
.bs-slider:hover .slick-prev, .bs-slider:hover .slick-next{
    transform: scale(1) !important;
    transition: transform 0.3s ease-in-out;
}
.bs-slider .slick-prev i, .bs-slider .slick-next i{
   color: #ffff;
    font-size: 20px;
}
.bs-slider .slick-prev:hover, .bs-slider .slick-next:hover{
    background-color: var(--color-dark);
}
    .bs-box img.hb-img {
        max-height: 880px;
        min-height: 880px;
        object-fit: cover;
        object-position: 50% 50%;
    }
    .bs-box {
        position: relative;
        z-index: 0;
    }
    .bs-box:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: #072b1454;
        top: 0;
        left: 0;
    }
    .bs-box:after{
         position: absolute;
    top: -260px;
    left: 207px;
    bottom: -260px;
    width: 250px;
    background: var(--primary-color);
    opacity: 0.5;
    z-index: 0;
    content: "";
    transform: rotate(34deg);
    }
    .bs-con {
        position: absolute;
        max-width: 60%;
        top: 48%;
        transform: translateY(-50%);
        text-align: left;
        z-index: 1;
    }
    .bs-con h6{
        position: relative;
        color: var(--color-white);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    padding: 6px 20px 6px 6px;
    margin-bottom: 20px;
    }
    .bs-con h6 span{
        background: var(--primary-color);
    color: var(--color-white);
    padding: 2px 8px;
    margin-right: 15px;
    display: inline-block;
    }
     .bs-con h1{
        position: relative;
        font-size: 50px;
        line-height: 60px;
        font-weight: 700;
        color: var(--color-white);
     }
     .bs-con p{
        position: relative;
        margin: 0;
        color: var(--color-white);
        font-size: 16px;
        font-weight: 400;
     }
    .bsc-btn {
        display: flex;
        align-items: center;
        column-gap: 20px;
        margin-top: 30px;
    }
  .slick-dots li button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    padding: 0px !important;
    background-color: #FFF !important;
}
  .slick-dots li button:before {
    width: 22px !important;
    height: 22px !important;
    content: '' !important;
    background-color: #ff5e1578 !important;
    border: 2px solid #FF5E15;
    border-radius: 50%;
    top: -5px !important;
    left: -5px !important;
    opacity: 0 !important;
}
    .slick-dots li {
        width: 22px !important;
        height: 22px !important;
        margin: 0 6px !important;
    }
    .slick-dots li button:focus:before, .slick-dots li button:hover:before, .slick-dots li.slick-active button:before {
        opacity: 1 !important;
    }
    .slick-prev {
        left: 40px !important;
        z-index: 1;
    }
    .slick-next {
        right: 40px !important;
        transform: translate(0,-50%) rotate(180deg) !important;
    }
    .slick-next:before, .slick-prev:before {
        display: none;
    }
    .slick-next, .slick-prev {
        background-image: url(../../assets/img/la.png) !important;
        width: 40px !important;
        height: 40px !important;
        background-size: 40px !important;
        opacity: 0.6;
    }
    .slick-next:hover, .slick-prev:hover {
        background-size: 20px !important;
        transition: 0.5s !important;
        opacity: 1;
    }
    .habl-ic {
        height: 100%;
    }
    .main-tt span.tts {
        font-size: 34px;
        margin-bottom: 10px;
        display: block;
        color: #113D48;
    }
    .main-tt h4 {
        font-size: 45px;
        font-weight: 700;
        text-transform: capitalize;
        line-height: 66px;
        margin-bottom: 16px;
        color: #113D48;
    }
    .hab-l span {
        background: #E9F6F9;
        width: 70px;
        display: flex;
        height: 70px;
        border-radius: 100%;
        align-items: center;
        justify-content: center;
    }
    .habc {
        display: flex;
        column-gap: 18px;
        align-items: center;
        margin-bottom: 20px;
    }
    .hab-l span img {
        max-width: 40px;
    }
    .hab-r h5 {
        font-weight: 600;
        margin-bottom: 2px;
        color: #113D48;
        letter-spacing: 0.4px;
    }
    .hab-r p {
        margin: 0;
    }
    .bs-slider {
        margin: 0 !important;
    }
    .sticky {
        width: 100%;
        position: fixed !important;
        top: 0px;
        z-index: 999;
        /* background-color: #0D0D0C !important; */
        border-bottom: 1px solid #ff5e1533;
        box-shadow: 0 0 10px #00000020;
    }
     
    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:focus, .nav-link:hover {
        color: var(--primary-color) !important;
    }
/* section.banner-section {
    margin-top: -120px;
} */
.main-header {
    position: relative;
    z-index: 999;
    padding: 0px 0;
    /* border-bottom: 1px solid #ffffff1c; */
    background: #FFF;
}
/*--Header top--*/
.topbar-link a,
.topbar-link {
	color: #fff;
	font-weight: 600;
}

.topbar-link i {
	margin-right: 5px;
	color: #E15517;
	font-size: 20px;
	vertical-align: middle;
}
.topbar-link a:hover {
	color: #E15517
}
.header-top {
	position: relative;
	background: #010101;
}
.header-top ul {
	margin: 0;
}
.header-top .topbar-link li {
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	font-size: 13px;
}
.header-top .topbar-link li:first-child {
	padding-left: 0;
}
.header-top .topbar-link li:last-child {
	padding-right: 0;
}
.header-top .social-icons li {
	margin: 0;
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 8px 0 0;
}
.header-top .social-icons li a {
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    margin: 0;
    overflow: hidden;
	color: #FFF;
	font-size: 14px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: inherit;
	border: none;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
    transition: all .3s ease;
}
.header-top .social-icons li a i{
    font-size: 14px;
}
.header-top .social-icons li a:hover {
	color: #ff5e15;
	background: inherit;
	border-color: rgba(255, 255, 255, 0.1);
}
/* About Us */
.about-sec1-box {
    position: relative;
    display: block;
}
.about-sec1-box .shape2 {
    position: absolute;
    top: 135px;
    right: 0;
    z-index: -1;
}
.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}
.about-sec1.img1 {
    position: relative;
    display: block;
    max-width: 430px;
    width: 100%;
}
.about-sec1.img1 img, .about-sec1.img2 .about-sec1-inner img {
    width: 100%
}
.about-sec1.img2 {
    position: absolute;
    bottom: -180px;
    right: 0;
    z-index: 2;
}
.about-sec1.img2:before {
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: 0;
    right: 0;
    background: var(--color-white);
    content: "";
    z-index: -1;
}
.round-text {
    width: 180px;
    height: 180px;
    z-index: 9;
    position: absolute;
    bottom: 80px;
    left: -80px;
    border-radius: 50%;
    background-color: var(--color-white);
    z-index: 5;
    -webkit-filter: drop-shadow(0px 10px 25px rgba(165, 165, 165, 0.3));
    filter: drop-shadow(0px 10px 25px rgba(165, 165, 165, 0.3));
}
.round-text text {
    text-transform: uppercase;
    font-size: 12.5px;
    letter-spacing: 1px;
    font-weight: 500;
    fill: var(--color-dark);
}
.round-text svg {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.10);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-animation-name: rotate;
    -moz-animation-name: rotate;
    -ms-animation-name: rotate;
    -o-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 40s;
    -moz-animation-duration: 40s;
    -ms-animation-duration: 40s;
    -o-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}
.text-btn-icon {
    font-size: 45px;
    color: var(--color-white) !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--primary-color);
    width: 90px;
    height: 90px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-sec1-inner {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.overlay-icon-box {
    position: absolute;
    top: 40px;
    left: 40px;
    bottom: 40px;
    right: 40px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    line-height: 1;
    color: var(--color-white);
}
.overlay-icon-box img{
    height: 40px;
    width: auto;
    filter: invert(1) brightness(1000) contrast(100);
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3)) invert(1) brightness(1000) contrast(100);
}
.gear-anim {
    animation-name: rotateme-two;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme-two;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme-two;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme-two;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme-two;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    position: absolute;
    left: -25px;
    top: -25px;
    line-height: 1em;
    font-size: 230px;
    color: var(--color-white);
    z-index: -1;
}
@-webkit-keyframes rotateme-two {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    opacity: 1;
  }
}
@keyframes rotateme-two {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
    opacity: 1;
  }
}
.site-title{
    margin-bottom: 25px;
}
.site-title h6 {
    line-height: 1;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--primary-color);
    z-index: 9;
}
.site-title h2 {
    margin-bottom: 0;
    overflow: hidden;
    color: var(--color-dark);
    font-family: var(--secondary-font);
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
}
.site-title p {
    font-family: var(--primary-font);
    color: #000;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 30px;
}
.title-divider {
    padding-top: 30px;
}
.text-center .title-divider-separator {
    margin: 0 auto;
}
.title-divider-separator {
    position: relative;
    border-top: 2px solid var(--primary-color);
    width: 90px;
    height: 5px;
    display: flex;
    transition: all 0.5s ease-in-out 0s;
}
.title-divider-separator:after, .title-divider-separator:before {
    -webkit-animation: heading-move 7s infinite linear;
    animation: heading-move 7s infinite linear;
}
.title-divider-separator.custom{
    border-color: #FFF !important;
}
@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(-1px);
  }
}
.title-divider-separator:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 40px;
    border-bottom: 2px solid #fff;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
}
.title-divider-separator:after {
    content: "\f3b3";
    font-family: "Font Awesome 6 Pro" !important;
    position: absolute;
    left: 0;
    top: -13px;
    font-size: 24px;
    height: 26px;
    width: 40px;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
    color: var(--primary-color);
    background: white;
    line-height: 26px;
}
.main-con p {
    font-family: var(--primary-font);
    color: #000;
    position: relative;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.inner-pages .main-con p{
    color: var(--color-dark) !important;
}
.abtus-cont-wrap .featured-item{
    position: relative;
    z-index: 9;
    overflow: inherit;
    display: flex;
    flex-direction: row;
    gap: 20px;
    transition: all 0.5s ease-in-out 0s;
}
.abtus-cont-wrap .featured-item .featured-icon img {
     height: 55px;
     width: auto;
}
.abtus-cont-wrap .featured-item h4{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 6px;
    color: #0e0e0e;
}
.featured-desc p {
    font-family: var(--primary-font);
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}
.abt-list-ul {
  list-style: none;
  padding-left: 0;
}
.abt-list-ul li {
    font-family: var(--primary-font);
    color: #000;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-weight: 400;
font-size: 16px;
line-height: 30px;
}
.abt-list-ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-image: url('../img/about/check-mark.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.abtus-cont-wrap .bg-img-sec2{
    background-image: url("../img/about/cont-bg.jpg");
  background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
/* Marquee */
.marquee-wrap {
    width: 100%;
    position: relative;
}
.marquee-wrap {
    overflow: hidden;
    display: flex;
}
.marquee-inner {
    display: flex;
    will-change: transform;
    animation: marquee 50s linear infinite;
}
@keyframes marquee{
    100% {
    transform: translateX(-50%);
}
}
.marquee-text {
    position: relative;
    white-space: nowrap;
}
.marquee-text span {
    font-size: 4.125rem;
    line-height: 122%;
    color: var(--color-dark);
    font-family: var(--secondary-font);
    font-weight: 900;
    vertical-align: middle;
    text-transform: uppercase;
}
.marquee-text i {
    font-size: 40px;
    display: inline-block;
    line-height: 1;
    margin: 0 30px;
    color: var(--color-dark);
    vertical-align: middle;
}
.marquee-text:nth-child(2n+2) span {
    color: var(--color-white);
    text-shadow: -1px -1px 0 var(--color-dark), 1px -1px 0 var(--color-dark), -1px 1px 0 var(--color-dark), 1px 1px 0 var(--color-dark);
}
.marquee-text.text-white span {
    color: var(--color-white);
}
.marquee-text.text-white i {
    color: var(--color-white);
}
.marquee-text.text-white:nth-child(2n+2) span {
    color: var(--primary-color);
    text-shadow: -1px -1px 0 var(--color-white), 1px -1px 0 var(--color-white), -1px 1px 0 var(--color-white), 1px 1px 0 var(--color-white);
}
/* Service Section */
.service-section{
    position: relative;
    z-index: 1;
    background-image: url('../img/service/service-bg.png');
    background-color: var(--color-dark);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat !important;
}
.service-item.style-1 {
    position: relative;
    z-index: 9;
}
.service-item .service-image {
    position: relative;
    overflow: hidden;
}
.service-image:before {
    background: hsla(0, 0%, 100%, .3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
    transition: all .5s linear;
}
.service-image::after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 600ms linear;
    transition: all 600ms linear;
}
.service-item:hover .service-image:before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
}
.service-item:hover .service-image:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 600ms linear;
    transition: all 600ms linear;
}
.service-item.style-1:hover .service-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    filter: brightness(0.8);
}
.service-item.style-1 .service-icon {
    position: absolute;
    right: 30px;
    top: -50px;
    height: 80px;
    width: 80px;
    background: var(--color-white);
    color: var(--color-dark);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 40px;
    line-height: 1;
}
.service-item.style-1 .service-icon::before {
    position: absolute;
    content: "";
    right: -20px;
    bottom: 0;
    width: 20px;
    height: 30px;
    background-color: #d4d4d4;
    aspect-ratio: 1;
    -webkit-clip-path: polygon(0 100%, 0 0, 100% 0);
    clip-path: polygon(0 100%, 0 0, 100% 0);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-item.style-1:hover .service-icon {
    color: var(--color-white);
}
.service-item.style-1 .service-icon img{
    height: 40px;
    width: auto;
}
.service-item.style-1:hover .service-icon img{
    filter: invert(1) brightness(30);
    transition: 0.3s ease;
}
.service-item.style-1:hover .service-icon, .service-item.style-1:hover .service-icon::before {
    background: var(--primary-color);
}
.service-item.style-1 .service-desc {
    position: relative;
    z-index: 1;
    background: var(--color-white);
    padding: 35px 30px 30px 30px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-item .service-btn {
    position: relative;
    z-index: 1;
    display: block;
    padding: 10px 20px 10px;
    height: 48px;
    background: #f4f9fd;
    overflow: hidden;
}
.service-item .service-btn::before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: var(--primary-color);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
}
.service-item .service-btn span {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-dark);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: uppercase;
}
.service-item:hover .service-btn span {
    color: var(--color-white);
}
.service-item .service-btn .ico-wrap {
    float: right;
    margin: -10px -21px 0 0;
    height: 49px;
    line-height: 49px;
    color: var(--color-white);
    text-align: center;
    display: flex;
    align-items: center;
    background: var(--primary-color);
    --r: 20px;
    padding-inline: calc(var(--r) + 22px) 22px; -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 0em), var(--r) 50%, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 0em), var(--r) 50%, 0 0);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 14px;
}
.service-item .service-btn .ico-wrap img{
    height: 18px;
    width: auto;
    object-fit: contain;
}
.service-item:hover .service-btn::before {
    opacity: 1;
    width: 100%;
}
.service-item:hover .service-btn .ico-wrap {
    background: var(--color-dark);
}
.service-item .service-desc p { 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-bottom: 15px;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.service-carousel .service-item {
  margin: 10px;
}
.service-carousel .slick-dots{
    bottom: -70px !important;
}
.service-img img{
    height: 280px;
    object-fit: cover;
}
.service-title h4{
    color: var(--color-dark);
    font-size: 23px;
    line-height: 36px;
    font-weight: 600;
}
/* Who we are */
.wware-feature-row{
    margin-top: 32px;
    margin-bottom: 48px;
}
.wware-feature-row .featured-item {
    position: relative;
    overflow: hidden;
    z-index: 9;
    display: flex;
    align-items: center;
}
.wware-feature-row .featured-item .featured-icon {
    margin-right: 20px;
    flex-shrink: 0;
    font-size: 54px;
    line-height: 1;
    color: var(--primary-color);
}
.wware-feature-row .featured-item .featured-icon img{
    height: 50px;
    width: auto;
}
.wware-feature-row .featured-item h4 {
    color: var(--color-dark);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
}
/* Masked text */
.image-title {
    background-image: url('../img/about/mask-bg.jpg');
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    font-family: var(--secondary-font);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 160px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 160px;
}
/* Team */
.team-slider .team-item {
  margin: 25px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.team-member {
    position: relative;
}
.team-images {
    overflow: hidden;
    position: relative;
}
.team-images:before {
    background: hsla(0, 0%, 100%, .3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
    transition: all .5s linear;
}
.team-images::after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 600ms linear;
    transition: all 600ms linear;
}
.team-member:hover .team-images:before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
}
.team-member:hover .team-images:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 600ms linear;
    transition: all 600ms linear;
}
.team-member .team-desc {
    position: absolute;
    bottom: 20px;
    -webkit-transform: translateY(-0px);
    -ms-transform: translateY(-0px);
    transform: translateY(-0px);
    left: 30px;
}
.team-member .team-desc h4 {
    margin: 0;
}
.team-member .team-desc h4, .team-member .team-desc a {
    background: var(--color-white);
    color: var(--color-dark);
    text-align: center;
    padding: 10px 25px;
    display: block;
    transition: 0.3s ease;
}
.team-member:hover .team-desc h4, .team-member:hover .team-desc h4 a{
  color: var(--primary-color);
  transition: color 0.3s ease;
}
.team-desc span {
    background: var(--color-dark);
    color: var(--color-white);
    text-align: center;
    padding: 3px 25px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    font-size: 15px;
    font-weight: 600;
}
.team-desc span:before {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    width: 20px;
    height: 101%;
    -webkit-clip-path: polygon(25% 25%, 25% -50%, 100% 100%, 25% 100%);
    clip-path: polygon(25% 25%, 25% -50%, 100% 100%, 25% 100%);
    background-color: var(--color-dark);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.team-member:hover .team-desc span, .team-member:hover .team-desc span:before {
    background: var(--primary-color);
}
.team-member img {
    width: 100%;
}
/* What We Do */
.form-section {
    position: relative;
    overflow: hidden;
}
.form-section:after {
    background: #ebebeb;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    z-index: -1;
}
.form-section:before {
    background: var(--color-dark);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 60%;
    z-index: -1;
    content: "";
}
.form-section2:after {
    background: var(--color-dark);
}
.form-section2:before {
    background: var(--color-white);
}
.form-border {
    position: relative;
    border: 13px solid #FFFFFF;
    z-index: 9;
}
.ht-image-right {
    position: absolute;
    bottom: -50px;
    right: -20%;
    top: -38px;
}
.ht-heading{
    margin-top: 56px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.ht-heading .haq-text{
    font-family: var(--secondary-font);
    color: var(--primary-color);
    font-weight: 700;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}
/* Progress Bar */
.ht-progress-bar {
    margin: 20px 0;
    display: flex;
    align-items: center;
}
.ht-progress-bar h4 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1;
}
.ht-progress-bar.text-white h4 {
    color: var(--color-white);
}
.ht-progress-bar .progress {
    height: 6px;
    background:#f4f9fd;
    overflow: visible;
    border-radius: 0;
}
.ht-progress-bar .progress .progress-bar {
    background: var(--primary-color);
    position: relative;
    overflow: visible;
    border-radius: 0;
}
.ht-progress-bar .progress-parcent {
    position: absolute;
    right: 0;
    top: -11px;
    font-size: 16px;
    font-weight: 500;
    flex-shrink: 0;
    color: var(--color-dark);
    z-index: 9;
    padding: 0px 14px;
}
.ht-progress-bar .progress-parcent:before {
    position: absolute;
    left: 0;
    top: 0;
    background: white;
    box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08);
    content: "";
    transform: skewX(-30deg);
    z-index: -1;
    width: 100%;
    height: 100%;
}
/* Form */
.form-group {
    margin-bottom: 20px;
    position: relative;
}
.form-control {
    height: 55px;
    border-radius: 0 !important;
    font-size: 14px;
    color: var(--color-dark);
    background-color: var(--color-white);
    border: 1px solid #dadada;
}
textarea.form-control {
    height: 120px;
}
.form-control:focus {
    background: var(--primary-color) !important;
    border-color: #FFF !important;
    box-shadow: none !important;
}
select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 55px !important;
    color: #000;
}
/* Our Process */
.our-process{
    background-color: #f4f9fd;
    z-index: 1;
    position: relative;
}
.step-item.style-1 {
    text-align: center;
}
.step-item.style-1 h4 {
    color: #0e0e0e;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
}
.step-item.style-1 p{
    color: #000;
    font-family: var(--secondary-font);
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}
.text-white.step-item.style-1 h4 {
    color: var(--color-white);
}
.step-item.style-1 .step-desc {
    padding: 0 20px;
}
.step-item.style-1 .step-icon {
    position: relative;
    width: 150px;
    height: 150px;
    line-height: 150px;
    background-color: var(--color-white);
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
    margin: 0 auto 30px auto;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 3;
    font-size: 54px;
    color: var(--color-dark);
}
.step-item.style-1 .step-icon i {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: inline-block;
}
.step-item.style-1:hover .step-icon i {
    color: var(--color-white);
}
.step-item.style-1:hover .step-icon i {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.step-item.style-1 .step-icon:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    inset: 15px;
    border-radius: 50%;
    background-color: var(--color-white);
    border: 1px dashed var(--primary-color);
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.step-item.style-1:hover .step-icon:before {
    background-color: var(--primary-color);
}
.step-item.style-1 .step-number {
    position: absolute;
    top: 0;
    right: -8px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--primary-color);
    color: var(--color-white);
    border-radius: 50%;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.step-item.style-1:hover .step-number {
    background-color: var(--color-dark);
    color: var(--color-white);
}
.step-process-area {
    position: relative;
}
.step-process-area::after {
    background: url(../img/about/step-line.svg);
    top: 60px;
    content: "";
    height: 100%;
    left: 15%;
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
/* Project section */
.proslst-row{
    margin-bottom: 56px;
}
.portfolio-item {
    margin: 10px;
    position: relative;
}
.portfolio-image {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.portfolio-desc {
    padding: 30px;
}
.portfolio-desc h4, .portfolio-desc h4 a {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    color: var(--color-dark);
    transition: 0.3s ease;
}
.portfolio-desc h4:hover a{
    color: var(--primary-color);
    transition:color 0.3s ease;
}
.portfolio-image:before {
    background: hsla(0, 0%, 100%, .3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
    transition: all .5s linear;
}
.portfolio-image::after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 600ms linear;
    transition: all 600ms linear;
}
.portfolio-item:hover .portfolio-image:before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
}
.portfolio-item:hover .portfolio-image:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 600ms linear;
    transition: all 600ms linear;
}
.portfolio-desc {
    position: relative;
    margin-top: -40px;
    margin-left: 40px;
    margin-bottom: 5px;
    padding: 26px 75px 25px 25px;
    box-shadow: 0 8px 40px rgba(0, 8, 40, .07);
    background-color: var(--color-white);
    z-index: 9;
}
.portfolio-desc span {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-white);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 3px 25px;
    background-color: var(--primary-color);
    text-transform: uppercase;
    transform: translateY(-100%);
}
.portfolio-desc span:before {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    width: 20px;
    height: 101%;
    -webkit-clip-path: polygon(25% 25%, 25% -50%, 100% 100%, 25% 100%);
    clip-path: polygon(25% 25%, 25% -50%, 100% 100%, 25% 100%);
    background-color: var(--primary-color)
}
a.portfolio-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--color-white);
    background-color: var(--color-dark);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-right: 8px;
}
a.portfolio-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 21px;
    height: 100%;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    background-color: var(--color-dark);
    transition: all .3s ease;
}
a.portfolio-btn:hover, a.portfolio-btn:hover:before {
    background-color: var(--primary-color);
    color: var(--color-white);
}
.project-slider .slick-item:nth-child(2n+2) .portfolio-item {
    margin-top: 40px;
    transition: 0.5s ease-in;
}
/* Testimonials */
.testimonial-space {
    padding: 70px 150px 120px 70px;
}
.featured-item.style-2 .featured-icon{
    margin-right: 20px;
}
.testimonial-left-sec{
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
}
.testimonial-left-sec .featured-item {
    width: 55%;
    background: var(--color-dark);
    padding: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 15px solid var(--color-white);
    border-right: 15px solid var(--color-white);
}
.featured-item.style-2 .featured-title h3{
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: var(--color-white);
}
.featured-item.style-2 {
    display: flex;
    align-items: center;
}
.testimonial-quote {
    margin-bottom: 10px;
}
.testi-feat-ico{
    height: 95px;
    width: auto;
}
.testimonial-quote .quote-icon, .testimonial-quote img{
    height: 50px;
    width: auto;
}
.testimonial.style-3{
    position: relative;
}
.testimonial.style-3 p {
    color: var(--color-dark);
    font-family: var(--primary-font);
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
    color: #000;
}
.testimonial-author {
    display: flex;
    align-items: center;
}
.testimonial.style-3 .testimonial-img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 25px;
}
.testimonial .testimonial-caption {
    z-index: 9;
    position: relative;
}
.testimonial .testimonial-caption h5 {
    color: var(--primary-color);
    display: inline-block;
    margin-bottom: 2px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}
.testimonial .testimonial-caption label {
    margin-bottom: 0;
    font-weight: 600;
    color: var(--color-dark);
    display: block;
    text-transform: uppercase;
    font-size: 15px;
}
/* Partner slider */
.partner-slider-section .ps-head{
   color: var(--primary-color);
   font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}
.clients-logo {
    text-align: center;
}
.clients-logo img {
    width: 100px;
    -webkit-filter: contrast(0%);
    filter: contrast(0%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}
.clients-logo:hover img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
/* Footer */
.footer {
    background-color: var(--color-dark);
    overflow: hidden;
    position: relative;
    z-index: 9;
    clear: both;
}
.primary-footer {
    z-index: 99;
    padding: 60px 0 35px 0;
}
.footer-logo img{
    max-width: 130px;
}
.footer-para{
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-white);
    padding-top: 18px;
}
.footer-title {
    position: relative;
    width: fit-content;
    color: var(--color-white);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    padding-bottom: 7px;
    margin-bottom: 22px;
}
.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 37%;
    background-color: var(--primary-color);
    border-radius: 7px;
}
.footer-menu li {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
    transition: 0.3s ease-in-out;
}
.footer-menu li a {
    font-family: var(--primary-font);
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-white);
    transition: all 0.5s ease-in-out 0s;
}
.footer-menu li:hover a {
   color: var(--primary-color);
   transition:all 0.3s ease;
}
.media-icon li{
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    color: var(--color-white);
    position: relative;
    padding-left: 40px;
    border-bottom: dashed 1px #374148;
}
.media-icon li p {
    color: var(--color-white);
}
.media-icon li i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 24px;
    color: var(--primary-color);
}
.footer-number {
    position: relative;
    display: block;
    border: dashed 1px rgba(255, 255, 255, 0.12);
    padding: 6px;
    margin-top: 30px;
    margin-right: 25px;
}
.footer-number-inner {
    position: relative;
    display: block;
    background-color: #181515;
    padding: 12px 21px 15px;
}
.footer-number i {
    position: absolute;
    top: 50%;
    right: -32px;
    transform: translateY(-50%) skewX(-17deg);
    height: 58px;
    width: 60px;
    font-size: 27px;
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--primary-color);
}
.footer-number span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--color-white);
    display: block;
    padding-bottom: 5px;
}
.footer-number a {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 3px;
    font-weight: 600;
    display: inline-block;
    color: var(--color-white);
    font-family: var(--secondary-font);
}
.secondary-footer {
    position: relative;
    color: var(--color-white);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.copyright {
    padding: 30px 0;
    position: relative;
}
.copyright a {
    text-decoration: underline !important;
    text-underline-offset: 3px;
    color: var(--primary-color);
}
.copyright a:hover{
    color: #0293C2;
    transition:color 0.3s ease;
}
.brand-text{
    color: var(--primary-color);
    font-weight: 500;
}
/* Breadcrumb Starts... */
.page-title {
	background: var(--color-dark);
    background-image: url(../img/breadcrumb-bg.jpg);
    background-position: left;
	position: relative;
	overflow: hidden;
	display: block;
	padding: 50px 0;
	z-index: 1;
}
.page-title h1 {
	font-size: 40px;
	color: var(--color-white);
	line-height: 60px;
	font-weight: 700;
	margin-bottom: 20px;
}
.breadcrumb {
	padding: 6px 10px !important;
	background-color: var(--color-white) !important;
	display: inline-block !important;
	margin: 0 !important; 
	font-size: 14px !important;
	color: var(--color-dark) !important;
	font-weight: 600;
	z-index: 9;
}
.breadcrumb-item {
	display: inline-block;
}
.breadcrumb-item a {
	color: var(--color-dark)
}
.breadcrumb-item.active,
.breadcrumb-item a:hover {
	color: var(--primary-color);
}
.breadcrumb-item i {
    background: var(--primary-color);
    padding: 6px 6px;
    margin-right: 7px !important;
    color: var(--color-white);
}
.breadcrumb-item+.breadcrumb-item{
    line-height: 30px;
}
.page-title::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        #000000 30%,
        rgba(0, 0, 0, 0.6) 45%,
        rgba(0, 0, 0, 0.2) 60%,
        rgba(255, 255, 255, 0) 75%
    );
    opacity: 0.7;
    z-index: -1;
}
.abtus-inner-section{
    padding-bottom: 170px;
}
.custom-img-block {
    padding-right: 50px;
}
.custom-img-block .main-img {
    width: 85%;
    max-width: 100%;
    min-height: 370px;
    object-fit: cover;
    max-height: 370px;
    border-radius: 20px;
    box-shadow: rgba(255, 94, 21, 0.3) 0px 5px 15px 0px;

}
.custom-img-block .overlay-img {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 45%;
    max-width: 200px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border: 5px solid #FFF;
}
.custom-img-block .overlay-img img {
    border-radius: 15px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.innshd {
    position: relative;
    font-size: 32px;
    font-weight: 600;
    color: #000;
    width: fit-content;
    margin: 0 auto; /* center the heading */
}
.innshd {
    position: relative;
    font-size: 32px;
    font-weight: 600;
    color: #000;
    padding: 0;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 16px; /* spacing between line and text */
    margin-bottom: 25px;
}
.innshd::before,
.innshd::after {
    content: '';
    height: 3px;
    width: 40px;
    background-color: #FF5E15;
    flex-shrink: 0;
}
.innshd::before {
    margin-right: 8px;
}
.innshd::after {
    margin-left: 8px;
}
.cmfac-card{
   border: none !important;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
   padding:0;
   border-radius: 10px;
}
.cmfac-card .cmfac-header {
    padding: 17px;
    padding-left: 25px;
    border-bottom: 1px solid #e7e7e7;
}
.cmfac-card .card-body{
    padding: 25px !important;
}
.cmfac-card .cmfac-header .card-heading {
    position: relative;
    font-size: 27px;
    padding-left: 25px;
    font-weight: 900;
    color: #1a0a05;
}
.cmfac-card .cmfac-header .card-heading::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 110%;
    width: 10px;
    background-color: var(--primary-color);
}
.cmfac-wid-wrap {
    position: relative;
    overflow: hidden;
    box-shadow: rgba(255, 94, 21, 0.4) 0px 0px 0px 2px,   
                rgba(255, 94, 21, 0.65) 0px 4px 6px -1px,  
                rgba(255, 94, 21, 0.2) 0px 1px 0px inset;
}

/* Image styling + zoom effect */
.cmfac-wid-wrap img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.cmfac-wid-wrap:hover img {
    transform: scale(1.1);
}

/* Overlay setup */
.cmfac-wid-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: rgba(255, 94, 21, 0.6); /* semi-transparent orange */
    z-index: 1;
    transition: height 0.4s ease;
}

.cmfac-wid-wrap:hover::before {
    height: 100%;
}

/* Icon wrapper */
.view-icon-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background-color: var(--color-white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, 30px) scale(0.8);
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 2;
    color: white;
    font-size: 24px;
    outline: 2px dashed var(--color-white);
    outline-offset: 4px;
}

.view-icon-wrap i {
    font-size: 25px;
    color: var(--primary-color);
}

/* On hover: show icon with zoom-in effect */
.cmfac-wid-wrap:hover .view-icon-wrap {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.facinn-head{
    position: relative;
    overflow: hidden;
    width: fit-content;
    font-size: 20px;
    font-weight: 700;
    color: var(--color-dark);
    padding-bottom: 12px;
}
.facinn-head::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 30%;
    border-radius: 10px;
    background-color: var(--color-dark);
}
.innfac-table.border-primary {
    border-color: #FF5E15 !important;
}
.innfac-table .thead-row th {
    background-color: var(--primary-color);
    color: var(--color-white) !important;
    font-size: 17px !important;
    font-weight: 600;
    text-transform: uppercase;
}
.innfac-table td{
    text-align: center;
}
.innfac-table.table-hover>tbody>tr:hover>* {
    --bs-table-bg-state: rgb(255 93 42 / 8%) !important;
}
.indver-card {
  border-radius: 30px;
  padding: 0;
  transition: 0.4s ease;
  position: relative;
  overflow: hidden;
  background-color: #ff5f1514 !important;
  border: none !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 0px, rgba(0, 0, 0, 0.1) 0px 0px 8px;
  margin-bottom: 25px;
}
.indver-card::before {
  content: "";
  position: absolute;
  top: -100%;
  left: -50%;
  width: 200%;
  height: 300%;
  background: linear-gradient(
    120deg,
    transparent 40%,
    rgba(200, 200, 200, 0.2) 50%,
    rgba(255, 255, 255, 0.3) 51%,
    transparent 60%
  );
  transform: translateX(-100%) rotate(10deg);
  opacity: 0;
  pointer-events: none;
}
.indver-card:hover::before {
  animation: metal-slash 1.6s ease forwards;
  opacity: 1;
}
@keyframes metal-slash {
  0% {
    transform: translateX(-100%) rotate(10deg);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.6;
  }
  70% {
    opacity: 0.4;
  }
  100% {
    transform: translateX(100%) rotate(10deg);
    opacity: 0;
  }
}
.indver-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  flex-shrink: 0;
}
.indver-card-col {
  margin-bottom: 30px;
}
.indver-con {
    position: relative;
    overflow: hidden;
    background-color: var(--color-dark);
    /* background-image: url("../img/industrial-verticals/cont-bg.jpg"); */
    width: 100%;
    padding: 15px 13px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}
/* .indver-con::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #FF5E15 0%, rgb(255 94 21 / 78%) 50%, transparent 100%);
    z-index: 0;
} */
.indver-head, .indver-head a {
    position: relative;
    z-index:2;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #FFF;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 33%);
    transition: 0.3s ease;
}
.indver-card:hover .indver-head, .indver-card:hover .indver-head a{
    color: var(--primary-color);
    transition:color 0.3s ease;
}
/* Contact */
.contact-info {
    padding: 50px 30px 30px;
    position: relative;
}
.contact-info:last-child {
    margin-bottom: 0;
}
.contact-media img{
    height: 275px;
    object-fit: cover;
}
.contact-info i {
    position: absolute;
    left: 50%;
    top: 0;
    line-height: 24px;
    font-size: 40px;
    color: var(--color-white);
    text-align: center;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    margin-left: -45px;
    margin-top: -45px;
    /* border-radius: 50%; */
    border: 5px solid white;
}
.contact-info h4 {
    margin-top: 15px;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
}
.contact-info p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    max-width: 300px;
    margin: 0 auto;
}
.contact-info a {
    color: #000;
    font-size: 18px;
    line-height: 26px;
    max-width: 300px;
    margin: 0 auto;
    display: block;
}
.contact-info a:hover {
    color: var(--primary-color);
}
/* form */
.map-wrapper{
     background: #ffffff;
    padding: 10px;
}
.cont-form-container .form-group {
    margin-bottom: 20px;
    position: relative;
}
.cont-form-container .form-control {
    height: 55px;
    border-radius: 0;
    font-size: 14px;
    color: var(--color-dark);
    background-color: var(--color-white);
    border: 1px solid #dadada !important;
    transition: 0.3s ease;
}
.cont-form-container .form-control:focus {
    box-shadow: none !important;
    background: #FFF !important;
    border-color: var(--primary-color) !important;
    transition:border-color 0.3s ease;
}
.cont-form-container select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 55px;
    color: #000;
}
.cont-form-container textarea{
    height: auto !important;
}
.dns-head{
    position: relative;
    font-size: 34px;
    line-height: 45px;
    padding-left: 25px;
    font-weight: 900;
    color: #1a0a05;
}
.dns-head::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 110%;
    width: 12px;
    background-color: var(--primary-color);
}
.dns-list-wrapper {
    margin-top: 35px;
}
.dns-list-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dns-list-ul li {
    font-size: 18px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.dns-list-ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 22px;
    height: 22px;
    background-image: url('../img/icons/right-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.dnsmanen-wid-wrap img{
    border-radius: 5px;
}
.prod-wid-wrap {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.prod-wid-wrap img {
    display: block;
    width: 100%;
    height: auto;
    transition: 0.4s ease-in-out;
}
.prod-wid-wrap::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(192,192,192,0.4) 0%, rgba(255,255,255,0) 70%);
    transform: rotate(45deg);
    opacity: 0;
    transition: 0.4s ease-in-out;
    pointer-events: none;
}
.prod-wid-wrap:hover::after {
    top: 0%;
    left: 0%;
    opacity: 1;
    transition: 0.4s ease-in-out;
}
/* Gallery Card */
.gallery-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 25px;
    border: 7px solid #fff;
    box-shadow: rgb(255 103 51 / 22%) 0px 48px 100px 0px;
}
.gallery-card img {
    max-height: 300px;
    min-height: 300px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
    pointer-events: auto;
}
.gallery-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #ff5f1581;
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: 1;
    pointer-events: none;
}
.zoom-icowrap {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    border-radius: 50%;
    outline: 2px dashed #FFF;
    outline-offset: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 20%) scale(1);
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.gallery-card:hover .zoom-icowrap {
    transform: translate(-50%, -50%) scale(1); /* Move to center */
    opacity: 1;
}
.zoom-icowrap i{
    color: var(--primary-color);
    font-size: 25px;
}
.gallery-card:hover img {
    transform: scale(1.1);
}
.gallery-card:hover::before {
    opacity: 1;
}
.inpro-head {
    position: relative;
    font-size: 35px;
    line-height: 45px;
    padding-left: 25px;
    font-weight: 900;
    margin-bottom: 30px;
    color: var(--color-dark);
}
.inpro-head::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 12px;
    background-color: var(--primary-color);
}

