/****************************************************** */

/******************  Main Header style **************** */

/****************************************************** */
.active_link{
  color: #c29401 !important;
}
.footer-gredient {
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #c89e1b, #D86ECC, #87C232, #0D86FF, #FFE600);
}
.terms-contet h1{
color: #fff;
font-size: 1.4rem;
margin-top: 2rem;
}
li::marker {
    color: #87C232; /* Change marker color */
  }
  .detail-list li{
    list-style-type: disc;
  }
.main-header {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.terms-contet{
    padding:50px;
}
.terms-contet h2 {
    color: #fff;
    font-size: 19px;
    color: #88c232;
    margin-top: 2rem;
}
.terms-contet p{
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}
.sub-privacy ul{
    margin-left: 2rem;
}
.sub-privacy ul li{
    color: #fff;
    list-style: disc;
}
.terms-contet ul li{
    color: #fff;
    list-style: disc;
}
.terms-contet ul {
    margin-left: 2rem;
}
.fixed{
    position: fixed !important;
    left: 0px !important;
    right: 0px !important;
    top: 0px !important;
    z-index: 9999 !important;
    animation: fadeInDown 0.5s ease-out; 
}

@keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translateY(-100%);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes fadeInUp {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      transform: translateY(-100%);
    }
  }
  
  @-webkit-keyframes fadeInDown {
      0% {
          -webkit-transform: translate3d(0, -100%, 0);
          opacity: 0;
      transform: translateY(-100%);
      }
  
      to {
          -webkit-transform: translateZ(0);
          opacity: 1;
      transform: translateY(0);
      }
  }
  
  
.p-50{
padding: 0px 50px;
}

.header-top p {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 500;
}

.header-left-shape {
    position: absolute;
    left: 15%;
    top: 0;
    z-index: -1;
    max-width: 5%;
}

.header-right-shape {
    position: absolute;
    right: 15%;
    top: 10px;
    z-index: -1;
    max-width: 5%;
}

.main-header .header-upper {
    position: relative;
    z-index: 5;
    width: 100%;
    padding:10px 50px;
    background: #000000;
    left: 0;
    top: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fixed-header .header-upper {
    top: 0;
    position: relative;
    background: #000000;
    animation: sticky 1s;
    -webkit-animation: sticky 1s;
    box-shadow: 0px 0px 30px 0px rgb(87 95 245 / 10%);
    -webkit-box-shadow: 0px 0px 30px 0px rgb(87 95 245 / 10%);
}

.fixed-header .header-inner {
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-inner {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-color)
}
#openModalBtn{
    display:none;
}
.main-header .logo {
    position: relative;
    z-index: 9;
}
.main-header .logo img{
    width: 115px;
}

/** Header Main Menu */

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation>li {
    float: left;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    margin-left: 7px;
}

.main-menu .collapse .navigation li.dropdown .dropdown-btn {
    display: none;
}

.main-menu .collapse.show .navigation li.dropdown .dropdown-btn {
    display: block;
}

.main-menu .navigation li a {
    position: relative;
    display: block;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.5px;
    opacity: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 500ms ease;
}
.popup-link a img{
    width: 42px;
}
.bgpurple{
    background: #c89e1b !important;
}

.main-menu .navigation>li>ul>li.dropdown>a:after,
.main-menu .navigation>li.dropdown>a:after {
    float: right;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    margin-left: 10px;
    display: none;
}



.main-menu .navigation>li>a:before {
    position: absolute;
    content: '';
    height: 1px;
    top: 100%;
    left: 0;
    width: 0;
    transition: 0.5s;
    background:#c29401;
}

.main-menu .navigation>li.active>a:before,
.main-menu .navigation>li.current>a:before,
.main-menu .navigation>li:hover>a:before {
    width: 100%;
}

.main-menu .navigation li .megamenu {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    z-index: 100;
    display: none;
    padding: 20px 0;
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation li .megamenu:after {
    display: block;
    clear: both;
    content: "";
}

.main-menu .navigation li .megamenu ul {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-menu .navigation li ul {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 200px;
    z-index: 100;
    display: none;
    border-radius: 5px;
    background: #000000;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation li ul li {
    width: 100%;
    padding: 5px 20px;
    border-bottom: 1px solid #c29401;
}

.main-menu .navigation li ul li:last-child {
    border-bottom: none;
}

.main-menu .navigation li ul li a {
    padding: 5px 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
}
.main-menu .navigation li ul li a{
    color: #fff;
}

.main-menu .navigation li ul li ul {
    left: 100%;
    top: 0%;
}

.main-menu .navbar-header {
    display: none;
}

.main-menu .navbar-header .navbar-toggle {
    cursor: pointer;
    background: transparent;
    padding: 5%;
}

.main-menu .navbar-header .navbar-toggle .icon-bar {
    width: 30px;
    margin: 6px 0;
}

.icon-bar {
    height: 3px;
    width: 23px;
    display: block;
    margin: 4px auto;
    border-radius: 2px;
    background: #000;
}

.menu-right .nice-select {
    border: none;
    font-size: 18px;
    font-weight: 600;
    margin-left: 30px;
    margin-right: 30px;
    padding: 0 25px 0 10px;
}

.menu-right .nice-select:hover {
    background: transparent;
    border: none;
}

.menu-right .nice-select:after {
    height: 8px;
    width: 8px;
    margin-top: -7px;
    border-width: 1px;
    border-color: black;
}

.menu-right .theme-btn {
    padding-top: 8px;
    padding-bottom: 8px;
}

/*Nav Search*/

.nav-search {
    line-height: 1;
    position: relative;
    padding-right: 30px;
    border-right: 2px solid var(--border-color);
}

.nav-search button {
    background: transparent;
}

.nav-search form {
    position: absolute;
    width: 320px;
    top: 30px;
    right: 0;
    z-index: 777;
    background-color: #fff;
    border: 1px solid var(--border-color);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.nav-search form input {
    border: none;
    height: 66px;
}

.nav-search form.hide {
    display: none;
}

.nav-search form button {
    position: absolute;
    width: 50px;
    right: 0;
    top: 0;
    height: 100%;
    color: #6e6e6e;
    cursor: pointer;
    background: #fff;
    border-left: 1px solid #dedede;
}

/* Header Two */

.header-two .container {
    max-width: 1720px;
}

.header-two .nav-search,
.header-two .header-inner {
    border-color: #4b84fa;
}

.header-two.fixed-header .header-upper {
    background: var(--primary-color);
    box-shadow: 0px 0px 30px 0px rgb(0, 0, 0, 0.1);
}

.header-two .main-menu .navbar-collapse {
    margin-left: 0;
}

.header-two .navigation>li:first-child>a {
    margin-left: 0;
}

.header-two .navigation>li>a,
.header-two .navigation>li>.dropdown-btn {
    color: white;
}

.header-two .navigation>li>a:before {
    background: white;
}

.header-two .nav-search>button,
.header-two .nice-select .current {
    color: white;
}

.header-two .nice-select:after {
    border-color: white;
}

.header-three .container {
    max-width: 1880px;
}

.header-three .main-menu .navbar-collapse {
    margin-right: 40px;
}

.header-three .nav-search {
    border: none;
}

.header-three .nav-search button {
    padding: 5px;
}

.header-three .menu-right .login {
    margin-right: 30px;
    font-weight: 600;
    font-size: 18px;
}

.header-three .menu-right .login i {
    margin-left: 5px;
    font-size: 14px;
}
.button-box{
    background-color: #222629;
    padding: 0.3rem 0.5rem;
    cursor:pointer;
}
.button-box svg{
    width:30px;
}

/* Mobile Menu */

@media only screen and (max-width: 991px) {
    .logo-outer {
        display: none;
    }
    .header-inner {
        display: block;
    }
    .main-menu {
        width: 100%;
    }
    .main-menu .navbar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .main-menu .navigation {
     /* max-height: 380px; */
        flex-wrap: wrap;
        gap: 0px !important;
        /*padding-top: 25px;*/
        background: #000;
    }
    .main-menu .navbar-collapse {
        background: white;
    }
    .fixed {
        position: fixed !important;
        left: 0px !important;
        right: 0px !important;
        top: 0px !important;
        z-index: 9999 !important;
        animation: fadeInDown 0.5s ease-out;
    }
    .main-menu .navigation li {
        width: 100%;
        float: none;
        display: block;
        padding: 7px 0px;
        border-bottom: 1px solid #c29401;
    }
    .main-menu .navigation>li>ul>li.dropdown>a:after,
    .main-menu .navigation>li.dropdown>a:after {
        display: none;
    }
    
    .main-menu .navigation li a i{
        display: none;
    }
    .main-menu .navigation li.dropdown .dropdown-btn {
        position: absolute;
        right: 10px;
        top: 0;
        width: 50px;
        height: 38px;
        cursor: pointer;
        line-height: 40px;
        text-align: center;
    }
    .dropdown-btn span{
        color: #fff !important;
    }
    .main-header{
position: absolute ;
    }
    .hero-section{
        /* margin-top: 70px !important; */
        height: 360px !important;
    }
    .first_section .sticky_header{
        padding: 0px 20px !important;
        overflow: hidden !important;
    }
    .first_section .sticky_header h3{
        padding-left: 10px !important;
        display: inline-flex;
        align-items: center;
        height: 100%;
        border-left: 2px solid #fff !important;
    }
    .col-12{
        width: 100% !important;
    }
    .hero-content-three h2{
        margin-top: 0px !important;
        margin-bottom: 6px !important;
        font-size: 19px !important;
        line-height: 20px !important;
    }
    .comp-team.explore{
        padding: 4px 20px !important;
        margin-left: 0;
        margin-top: 13px !important;
        display: inline-block;
}
    .hero-section .slider-for .slick-dots{
        position: absolute;
        padding-right: 0px !important;
        bottom: 20px;
        right: 20px;
    }
    .load-more svg{
        transform: rotate(90deg);
    }
    .hero-section .slick-slider{
        padding: 0px !important;
        margin: 0px !important;
        position: initial !important;
    }
    .main-menu .navigation li a {
        padding: 5px 0px;
        line-height: 22px;
        width: 100%;
        margin: 0;
        font-size: 17px;
        letter-spacing: 1px;
        border-width: 4px 0 4px;
        text-transform: capitalize;
    }
    .main-menu .navigation li ul li a{
        font-size: 15px !important;
        font-weight: normal !important;
    }
   
    #sub-menu-features li{
        padding: 0px 10px;
    }
   
  
    .main-menu .navigation li:first-child a{
        margin-left: 0px;
    }
    .main-menu .navigation li .megamenu {
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
    }
    .main-menu .navigation li .megamenu .container {
        max-width: 100%;
    }
    .main-menu .navigation li .megamenu .row {
        margin: 0px;
    }
    .main-menu .navigation li ul {
        position: relative;
        display: none;
        width: 100%;
        top: 0% !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
    }
    .main-menu .navigation li ul:after {
        display: block;
        clear: both;
        content: "";
    }
    .main-menu .navigation li ul li {
        padding: 0 20px;
        border-bottom: none;
    }
    .main-menu .navigation li ul li a {
        padding: 8px 10px;
        line-height: 22px;
    }
    .main-menu .navigation li.dropdown li.dropdown .dropdown-btn {
        right: 20px;
    }
    .main-menu .navigation li ul li ul {
        left: auto;
    }
    .main-menu .navigation li a:after,
    .main-menu .navigation li a:before {
        display: none;
    }
    .header-two .header-upper {
        background: var(--primary-color);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    }
    .header-two .header-inner,
    .header-two .main-menu .navigation,
    .header-two .main-menu .navbar-collapse {
        background: transparent;
    }
    .header-two .icon-bar {
        background: white;
    }
    .header-two .main-menu .navigation li,
    .header-two .main-menu .navigation li.dropdown .dropdown-btn {
        border-color: #f3f3f333;
    }
    .header-two .main-menu .navigation li ul li a {
        color: white;
    }
    .main-header.header-three {
        background: white;
    }
}

/*Dropdown*/

.dropdown1 {
    margin: 1% auto;
    border-bottom: 1px solid rgba(19, 85, 255, 0.20);
    width: 100%;
}

.js-link {
    display: block;
    padding: .5em;
    color: #000;
    text-decoration: none;
    @extend %transition;
    &:focus,
}

.js-link2 {
    display: block;
    padding: .5em;
    color: #000;
    text-decoration: none;
    @extend %transition;
    &:focus,
}

.js-link1 {
    display: block;
    padding: .5em;
    color: #000;
    text-decoration: none;
    @extend %transition;
    &:focus,
}

.fa-chevron-down {
    float: right
}

/*List*/

.dropdown1 ul {
    display: none;
    border-top: .1em solid #c0cdd1;
}

.dropdown1 ul li {
    padding: .5em;
    cursor: pointer;
    @extend %transition;
    &:not(:first-child) {
        border-top: .1em dashed #dde4e6;
    }
    &:last-child {
        color: #ad0000;
    }
    &:focus,
}

.video-container video {
    width: 100%;
    margin-bottom: -12px;
    height: 100%;
    transform: scale(0.5);
}
.first_section{
    background-image: linear-gradient(to bottom, #1e1e1e, #181818, #121212, #0a0a0a, #000000);
    position: relative;
    width: 100%;
    display:inline-block;
}
.first_section .sticky_header{
    width: 100%;
    position: sticky;
    left: 0px;
    top: 0px;
    z-index: 6666;
    right: 0px;
    padding: 0px 50px;
    background: #c89e1b;
}
.first_section .sticky_header h3{
    color: #fff;
    font-family: "Inter", sans-serif;
    letter-spacing: 0.5px;
    font-size: 40px;
    padding: 15px 0px;
    border-left: 4px solid #fff;
    padding-left: 40px;
}
.card_main_wrapper{
    justify-content: space-between;
    padding: 100px 50px;
    padding-top: 50px;
}
.card_main_wrapper .col-lg-3{
    width: 24%;
}
.card_main_wrapper .card_custom{
background: #1e1e1e;
position: relative;
display: inline-block;
}
.card_main_wrapper .card_custom strong{
    color: #fff;
    font-size: 19px;
    padding: 20px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;

}
.card_main_wrapper .card_custom .card_image{
width: 100%;
overflow: hidden;
}
.card_main_wrapper .card_custom .card_image:hover img{
    transform: scale(1.2);
    transition: ease-in 0.5s;
}
.card_main_wrapper .card_custom .card_image img{
    width: 100%;
    transform: scale(1);
    transition: ease-in 1s;
    height: 294px;
    object-fit: cover;
    }
    .card_main_wrapper .card_custom p{
        font-size: 16px;
        letter-spacing: 0.4px;
        color: #fff;
        padding: 20px;
        font-weight: 300;
        display: inline-block;
        line-height:28px;
    }
    .knowmore{
        width: auto;
        display: inline-flex;
        justify-content:end;
        float: right;
        background: #222629;
        border-radius: 4px;
        padding: 5px 14px;
        margin: 20px;
        font-size: 15px;
        color: #c89e1b;
        gap: 10px;
        align-items: center;
}
.modal-team-content{
    background: linear-gradient(to bottom, #292929, #181818);
    border-radius: 10px;
}
.breadcrumb-item.active{
    color: #0D86FF !important;
}
.modal-team-content button span{
    font-size: 1.4rem !important;
}
.about-head{
    color: #c29401;
    font-size: 1.6rem;
}
.designation{
    color:#fff;
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
}
.about-member{
    color: #fff;
    margin: 0;
    font-weight: 300;
}
.dropdown:hover a{
    color: #c29401 !important;
    font-weight: bold;
}
.navigation li:hover a{
    color: #c29401 !important;
    font-weight: bold;
}
.knowmore img{
    width: 20px;
}
#openModalBtn{
    cursor:pointer;
}
.industries_slider{
    padding: 100px 0px 100px 238px;
}
.industries_slider h4{
    font-size:2rem;
}
.service_wrapper1 {
    position: relative;
    padding: 100px 50px;
    padding-bottom:0;
 
    background-size: cover;
}
.service_wrapper1 h4 {
    color: rgb(135, 194, 50);
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 0.5px;
}
.service_wrapper1 p {
    color: #fff;
    font-weight: 200;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.6px;

}
.industries_slider p{
    line-height:28px;
}
/*.industries_slider .knowmore{*/
/*    color: #c89e1b;*/
/*} */
.bottomElements{
    position: relative;
    top: -40px;
    margin-bottom: 50px;
    padding: 0px 50px;
}
.bottomElements .custom_arrows{
    float: right;
    display: inline-flex;
    gap: 35px;
    position: relative;
    z-index: 5555;

}

.bottomElements .custom_arrows img{
    width: 45px;
    cursor:pointer;
}
.bottomElements ._countbox{
background: #222629;
display: inline-block;
}
.bottomElements ._countbox #slide-count{
   
    color: rgb(135, 194, 50);
    font-size: 16px;
    font-weight: 400;
    padding: 5px 35px;
    margin: 0px;
    border-radius: 5px;
}
.service_wrapper{
    
    position: relative;
    padding: 100px 50px;
    padding-bottom:50px;
    background-image:url(../images/Services.png);
    background-size:cover;
}
.chipcard{
    width: 100%;
}
.service_wrapper h4{
    color: #c89e1b;
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 0.5px;
    }
    .service_wrapper .left_para{
        padding-right:30px ;
    }
    .service_wrapper p{
        color: #fff;
        font-weight: 200;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0.6px;
        }
        .right_para {
    display: flex;
    padding-left: 30px;
    justify-content: center;
    align-items: center;
}
 .know-pink {
    color: rgb(216, 110, 204); /* Default color */
    text-decoration: none; /* Optional: to remove underline from the link */
    display: flex;
    align-items: center; /* Optional: to center-align text and SVG */
    transition: color 0.3s ease; /* Optional: smooth transition */
  }
.comp-team:hover{
    background-color: #c29401;
    color: #fff;
}
  .know-pink:hover {
      background-color:rgb(216, 110, 204);
    color: white; /* Color on hover */
  }
  
   .knowmore-green {
    color: #87C232; /* Default color */
    text-decoration: none; /* Optional: to remove underline from the link */
    display: flex;
    align-items: center; /* Optional: to center-align text and SVG */
    transition: color 0.3s ease; /* Optional: smooth transition */
  }

  .knowmore-green:hover {
      background-color:#87C232;
    color: white; /* Color on hover */
  }
  .knowmore-blue{
      color: #0D86FF; /* Default color */
    text-decoration: none; /* Optional: to remove underline from the link */
    display: flex;
    align-items: center; /* Optional: to center-align text and SVG */
    transition: color 0.3s ease; /* Optional: smooth transition */
  }
  .knowmore-blue:hover {
      background-color:#0D86FF;
    color: white; /* Color on hover */
  }
  
.right_para img{
    width:90px;
}
        .right_para .knowmore{
            color: #87C232 !important;
        }
        .right_para .knowmore img{
            width: 15px;
        }
        #expand {
            max-height: 100px; /* Adjust as needed */
            overflow: hidden;
            transition: max-height 0.3s ease-in-out;
            -webkit-mask-image: linear-gradient(180deg, #000 60%, transparent);
        }
        #expand.expanded {
            max-height: 500px; /* Adjust as needed */
        }
        #arrow {
            transition: transform 0.3s ease-in-out;
        }
        #arrow.rotated {
            transform: rotate(180deg);
        }
        .gridbox{
            /* padding: 0px 50px; */
            justify-content: space-between;
            padding-top:100px;
        }
        .gridbox .col-lg-4{
            width: 32%;
            margin-bottom: 55px;
        }
        .gridbox .card_overlap_wrap{
            position: relative;
            overflow: hidden;
        }
        .gridbox .card_overlap_wrap img{
            width: 100%;
            position: relative;
        }
    .gridbox .card_overlap_wrap:hover ._overlay_text{
            transform: translateY(0%);
            transition: ease-in-out 1s;
            background: rgba(0,0,0,0.7);
            top:0px;
        }
        .gridbox .card_overlap_wrap ._overlay_text{
    position: absolute;
    background:transparent;
    width: 100%;
    height: 100%;
    transform: translateY(61%);
    padding: 40px 60px;
    top: 30px;
    transition: ease-in .4s;
        }
        .gridbox .card_overlap_wrap ._overlay_text:hover ._overlay_text{
    top:0px;
}
        .gridbox .card_overlap_wrap ._overlay_text strong{
            text-align: left;
            font-size: 22px;
            font-weight: 500;
            letter-spacing: 0.4px;
            display: block;
            margin-bottom: 20px;
        }
        .gridbox .card_overlap_wrap ._overlay_text p{
            text-align: left;
            font-size: 16px;
            font-weight: normal;
            letter-spacing: 0.5px;
            display: block;
            margin-bottom: 20px;
            
        }
        /*.gridbox .card_overlap_wrap ._overlay_text .knowmore {*/
        /*    color: #0D86FF;*/
        /*}*/
        .gridbox .card_overlap_wrap ._overlay_text .knowmore img{
            width: 20px;
        }
        .subscribe_wrap{
            position: relative;
            padding: 50px;
            background: #1E1E1E;
        }
        .subscribe_wrap .innersubs{
         background: linear-gradient(to right, #C9AEF1, #FAD688, #E9DE68);

            padding: 30px 60px;
            border-radius: 10px;
        }
        .subscribe_wrap .innersubs strong{
            font-size: 24px;
            font-weight: 600;
            letter-spacing: 0.5px;
            display: block;
            margin-bottom: 0px;
        }
        .subscribe_wrap .innersubs p{
            font-size: 15px;
            font-weight: 500;
            letter-spacing: 0.5px;
            display: block;
            margin-bottom: 0px;
        }
        .subscribe_wrap .innersubs input[type="email"]{
            background: #ffffff4d;
            border: none;
            border-radius: 5px;
            outline: none;
            font-weight: 500;
            width: 500px;
            float: right;
            height: 45px;
            font-size: 16px;
            padding: 5px 20px;
            letter-spacing: 0.5px;
        }
        .subscribe_wrap .innersubs button{
            border: 1px solid #000;
            border-radius: 5px;
            outline: none;
            color: #000;
            height: 45px;
            margin-left: 50px;
            font-weight: 500;
            font-size: 16px;
            display: inline-flex;
            align-items: center;
            padding: 7px 20px;
            letter-spacing: 0.5px;
            background: transparent;
        }
        .footer_wrap{
            padding: 40px 50px;
            position: relative;
            background: #000;
        }
        .left_ft{
            padding-right: 30px;
        }
        .footer_wrap .footer_heading{
            color: #87C232;
            font-size: 24px;
            margin-bottom: 20px;
            display: block;
        }
        .footer-gredient {
            width: 100%;
            height: 4px;
            background: linear-gradient(to right, #c89e1b, #D86ECC, #87C232, #0D86FF, #FFE600);
        }
        .followus li a img{
            width: 35px;
        }
        .followus li a {
            color: #fff;
            margin-bottom: 10px;
        }
        .followus li a:last-child{
            margin-bottom: 0px;
        }
        .right_ft  strong{
            color: #fff;
            display: block;
            margin-bottom: 20px;
            font-size: 20px;
        }
        .right_ft .social_list{
            border-left: 1px solid #ffff;
            padding-left: 20px;
        }
        .right_ft .social_list li a{
            color: #fff;
        }
        .right_ft{
            padding-left: 30px;
        }
        .social_list li {
            margin-bottom: 10px;
        }
        .social_list li a img{
            width: 22px;
            margin-right: 10px;
        }
        .footer_cpoyright{
            padding: 15px 50px;
            background: #222629;
        }