/* body{
  background:url("/assets-style/images/header-new.jpg")no-repeat;
}
.wrapper{
  opacity:0.5;
} 
 .glass-filter{
  display: none;
 }
    /* header_style */
    .casestudy_image{
      display: flex;
      margin-bottom:25px;
    }
    .background-animated-strip-people {
  white-space: nowrap;
  height: 330px;
  width: 50%;
  margin-right: 10px;
  -webkit-animation: infinite-shift-top 95000s linear;
  -o-animation: infinite-shift-top 95000s linear;
}

@keyframes infinite-shift-top {
  0% {
      background-position: 100% 0
  }

  100% {
      background-position: 100% +5000000px
  }
}


.background-animated-strip {
  white-space: nowrap;
  height: 330px;
  width: 50%;
  margin-right: 10px;
  -webkit-animation: infinite-shift 95000s linear;
  -o-animation: infinite-shift 95000s linear;
}

@keyframes infinite-shift {
  0% {
      background-position: 100% 0
  }

  100% {
      background-position: 100% -5000000px
  }
}


    /* header_style_close */
 /* navbar-toggler */
 .navbar-toggler {
  width:30px;
  border: none;
  cursor: pointer;
}
.navbar-toggler span {
  width: 100%;
  height: 3px;
  margin: 0 auto 6px;
  display: block;
  background-color: #14151b;
  transition:all 0.3s linear;
}
.navbar-toggler span:last-child {
  margin-bottom: 0;
}
.navbar-toggler.active .line-1 {
  transform: rotate(45deg);
  margin: 7px 0 0 6px
}

.navbar-toggler.active .line-3 {
  transform: rotate(-45deg);
  margin: -12px 0 0 6px
}

.navbar-toggler.active .line-2 {
  opacity: 0
}
/* navbar-toggler close */
.main-header{
  background-color: #fff;
  position: fixed;
  width:100%;
  top: 0;
  left:0;
  z-index: 10;
  padding:20px 0;
  border-bottom:1px solid #e5e5e5;
}
.main-header *{
  font-family: "Inter", sans-serif;
}
.main-header .container{
  max-width:1307px;
  width: 100%;
  margin: 0 auto;
  padding:0 15px;
}
.header_block{
  display:flex;
  align-items:center;
  justify-content: space-between;
}
.sparx_logo{
  width:112px;
}
.sparx_logo svg{
  width:100%;
}
.main-navigation{
  position: absolute;
  top: 99%;
  padding: 0 0 35px;
  width: 100%;
  left: 0;
  overflow: auto;
  background-color: #fff;
  display: none;
  height: calc(100vh - 50px);
  z-index: 1;
}
.effect {
  display: block !important;
}
.main_menu li{
  border-top: 1px solid #ebebeb;
}
.main_menu li:before{
  content:"";
  position: absolute;
  bottom:0px;
  left:0;
  width:100%;
  height:4px;
  background-color:#E02424;
  opacity: 0;
}
.main_menu .contact_us:before{
  display: none !important;
}
.main_menu li a{
  display: block;
  padding: 20px;
  color:#667085;
  font-size:1.6rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact_us a:hover svg {
  transform: translateX(6px);
  transition: 0.5s all;
}
.main_menu li.active > .main_link{
  color:#fff;
  background-color:#E41A26;
}
.down-arrow{
  content:"";
 display: inline-block;
  border:solid #667085;
  border-width:0 2px 2px 0;
  z-index:1;
  padding:4px;
  width:7px;
  height:7px;
  margin-left:15.2px;
  margin-top:2.2px;
  transform:rotate(45deg);
  transition: all 0.4s linear;
}
.main_menu li.active .down-arrow{
   border-color:#fff;
   transform: rotate(225deg);
}
.contact_us{
  padding:15px 20px;
}
.contact_us a svg {
  margin-left: 6px;
  transition: all 0.4s linear;
}
.contact_us a{
  padding:16px 20px;
  border: 1px solid #E02424;
  color:#E02424 !important;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.4s linear;
  
}
.contact_us a svg path{
  fill:#E02424;
}
.contact_us a:hover{
  background-color:#E02424;
  color:#fff !important;
  border:1px solid transparent
}
.contact_us a:hover svg path {
  fill: #fff;
}
/* submenu */
.dropdown_wrapper{
    position: relative;
    width: 100%;
    z-index:9;
    visibility:hidden;
    display: none;
    transition: .3s linear;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
}
.main_menu li.active .dropdown_wrapper{
  visibility:visible;
  display: block;
}
.dropdown_menu{
  max-width:1336px;
  width:100%;
  margin:0 auto;
}
.dropdown_left{
  position: relative;
  width:100%;
  background-color:#FBF9F9;
  border-right: 1px solid #e5e5e5;
}
.dropdown_left:before{
  content:"";
  position: absolute;
  right:100%;
  top:0;
  width:100vw;
  height:100%;
  background-color:#FBF9F9;
}
.link_title{
  display: block;
  color:rgba(0,0,0,0.5);
  font-size:1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom:16px;
  display: none;
}
.services-tab{
  background-color:#FAD6D9;
}
.services-tab li{
  color:#667085;
  font-size:1.5rem;
  font-weight: 500;
  position: relative;
  transition:all 0.4s linear;
  border-top: 1px solid #E6C5C8;
}
.link_text{
  display: block;
  width: 100%;
  height: 100%;
  padding: 17px 20px 15px;
}
.services-tab li.active .link_text{
  color:#E7313D;
}
.services-tab .active path{
  stroke: #E7313D;
  
}
.services-tab li:after{
  content:"";
  position: absolute;
  top:16px;
  right: 20px;
  border:solid #667085;
  border-width:0 2px 2px 0;
  z-index:1;
  padding:4px;
  width:7px;
  height:7px;
  margin-left:15.2px;
  margin-top:2.2px;
  transform:rotate(45deg)
}
.services-tab li.active:after{
  border-color:#E7313D;
  transform:rotate(225deg)
}
.service-menu-icon{
   margin-right:13px;
   display: none;
}
.dropdown_right{
  display: block;
}
.show_hide{
  display: none;
}
.show_hide.current{
  display:flex;
}
.submenu_link_wrap{
  width:100%;
  border-right: 1px solid #e5e5e5;
}
.submenu_link_wrap .link_title{
  padding-left:21px;
}
.submenu_link{
  display: none;
  background-color: #fff;
}
.services-tab li.active .submenu_link{
  display: block;
}
.submenu_link li a{
  display: block;
  color:#667085;
  font-size:1.4rem;
  font-weight: 500;
  padding: 12px 15px 15px 21px;
  border-bottom: 1px solid #ebebeb;
}
.submenu_link li.active > a{
  color:#E7313D;
}
.sub_dropdown_wrapper{
  display: none;
}
.sub_dropdown_wrapper.current{
  display: block;
}
/* .sub_dropdown_wrap {
  max-height: 488px;
  overflow: auto;
} */
.sub_dropdown_menu{
  background: #FAFAFA;
  position: relative;
  z-index: 999;
  padding: 0 5px;
  justify-content: space-between;
  flex-wrap: wrap; 
  display: none;
}
.submenu_link li.active .sub_dropdown_menu{
  display: flex;
}
.sub_dropdown_menu li{
  width: 48%;
  border-bottom: none;
  border-top: none;
}
.main_menu .sub_dropdown_menu li a {
  color: #101828;
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  padding: 15px 15px 12px;
  border-bottom: none;
  background: transparent;
}
.sub_dropdown_menu li a:hover {
  background-color: #F3F3F3;
  border-radius:8px;
}
.sub_dropdown_menu li p{
  color:#667085;
  font-size:1.4rem;
  line-height: 1.43;
  margin-top: 8px;
}
.sub_dropdown_menu li:after{
  display: none;
}
/* industries */
.it-industries{
  display: block;
}
.industries_right .sub_dropdown_menu{
  gap: 2px 30px;
  justify-content: initial;
  display: flex;
}
.industries_right,.industries_right .sub_dropdown_wrapper,.company_work{
  width:100%;
}
.industries_right .sub_dropdown_menu li{
  width:100%;
  max-width: calc(50% - 15px);
}

/* industries close */
/* our work */
.our_work{
  display: flex;
  flex-direction: column;
  gap:15px
}
.work_sec {
  background: #FAFAFA;
  padding:15px;
  max-width: 377px;
  width:100%;
}
.work-img{
  margin-bottom:25px;
  display: block;
}
.work_sec .work_link{
  display: block;
  color:#101828;
  padding:0;
}
.work_sec .work_link:hover{
  color:#E41A26;
}
.work_sec .work_link p{
  color: #667085;
  font-size: 1.4rem;
  line-height: 1.43;
  margin-top: 8px;
}
/* our work close */
/* Header bottom */
.header-bottom-sec{
  padding: 25px 0 22px;
  background-color:#FFF5F5;
  display: none;
}
.header-bottom{
  max-width: 1336px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 59px;
}
.header-bottom-left{
  width:40%;
}
.get-started{
  color:#000;
  font-size:1.6rem;
  font-weight: 500;
  margin-right:6px;
  letter-spacing: 0.2px;
}
.header-bottom-sec .bottom_link{
  color:#E02424;
  font-size:1.6rem;
  font-weight: 500;
  padding:0;
  line-height: 1;
  align-items: initial;
}
.header-bottom-sec .bottom_link:hover{
  text-decoration: underline;
}
.header-bottom-right{
  width:40%;
  display:flex;
  align-items:center;
  justify-content: flex-end;
}
.link_icon{
  margin-right:10px;
}
.header-bottom-right .bottom_link{
   margin-left:24px;
   letter-spacing: 0.1px;
}
.mob-hide{
  display: none;
}
/* Glass Filter */
.glass-filter {
  position: fixed;
  left: 0;
  top: 0;
  visibility: hidden;
  transition: 0.3s linear;
}

/* Desktop Markup */
@media only screen and (min-width:1199px) { 
  .main-header .container{
    padding:0 3%;
  }
  .navbar-toggler{
    display: none;
  }
  .main-header{
    padding:0;
  }
  .header_block {
    justify-content: inherit;
  }
  .main-navigation{
    position: static;
    padding-bottom: 0;
    display: block;
    height:auto;
    overflow: visible;
    width: calc(100% - 113px);
    padding-left: 40px;
  }
  .main_menu {
    display: flex;
  }
  .main_menu li{
    border-top:none;
    position: relative;
  }
  .main_menu li a {
    padding: 24px 25px 23px;
    display: inline-flex;
    font-weight: 500;
  }
  .main_menu li:hover > a{
    color:#E02424;
  }
  li.contact_us a{
    padding: 9px 18px;
    color: #fff;
  }
  .contact_us {
    margin-left: auto;
    padding: 15px 0 0;
  }
  .down-arrow{
    padding: 3px;
    margin-top: -5px;
    margin-left: 15px;
  }
  .main_menu > li:hover .down-arrow{
      border-color: #E7313D;
  }
  .main_menu > li:hover::before {
    opacity: 1;
    display: block;
  }
  .main_menu li:hover .dropdown_wrapper{
    visibility: visible;
    display: block;
    position: fixed;
    left: 0;
    top: 65px;
  }
  .sub_dropdown_wrapper {
    padding: 34px 10px 20px 33px;
  }
  .link_title,.header-bottom-sec{
    display: block;
  }
  .sub_dropdown_wrap {
    max-height: 400px;
    overflow: auto;
    padding-right:25px;
  }
  .sub_dropdown_menu{
    display:flex;
    padding:0;
    background-color:transparent;
  }
  .industries_right .sub_dropdown_menu {
    gap:4px 22px;
    justify-content: initial;
  }
  .industries_right .sub_dropdown_menu li {
    width: 100%;
    max-width: calc(33.333% - 15px);
  }
  .our_work{
    gap: 30px;
    flex-direction: row;
  }
  .work_sec{
    padding:24px;
  }
  /* ........... */
  .desktop-show,.services-tab li::after{
    display: none;
  }
  .mob-hide{
    display: block;
  }
  .dropdown_menu{
    display: flex;
  }
  .dropdown_left {
    position: relative;
    max-width: 313px;
    width: 100%;
    padding: 34px 30px 20px 59px;
    background-color: #FBF9F9;
    border-right: 1px solid #e5e5e5;
  }
  .dropdown_right {
    width: calc(100% - 313px);
  }
  .services-tab{
    background-color:transparent;
  }
  .services-tab li{
    border-radius: 10px;
    display: flex;
    margin-bottom: 14px;
    padding: 16px 14px 14px 21px;
    border-radius: 10px;
  }
  .services-tab .current, .services-tab li:hover {
    background-color: #fff;
    color: #E02424;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
  }
  .service-menu-icon{
    display: block;
  }
  .link_text{
    padding: 0;
  }
  .submenu_link_wrap {
    max-width: 302px;
    width: 100%;
    padding: 34px 0 20px;
    border-right: 1px solid #e5e5e5;
  }
  .sub_dropdown_wrapper {
    width: calc(100% - 302px);
    padding: 34px 10px 20px 59px;
    min-height:292px;
    /* display: none; */
  }
  .show_hide .sub_dropdown_wrapper{
      padding-left:33px;
  }
  .sub_dropdown_wrapper.current {
    display: block;
  }
  .services-tab li:hover path, .services-tab .current path {
    stroke: #E02424;
  }
  .submenu_link li.current a{
    color:#E02424;
  }
  .submenu_link li a{
    display: block;
    padding: 12px 15px 15px 21px;
  }
  .sub_dropdown_menu{
    display: flex !important;
  }
  .industries_right, .industries_right .sub_dropdown_wrapper, .company_work {
    width: 100%;
  }
  .sub_dropdown_menu li a{
    margin-bottom:5px;
  }
  /* Glass Filter */
  .glass-filter {
    width: 100%;
    height: 100vh;
    opacity: 0;
    z-index: 2;
    background-color: rgba(27, 30, 85, 0.5);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    backdrop-filter: blur(10px) saturate(180%);
  }
  .glass-filter.overleaf {
    opacity: 1;
    visibility: visible;
  }
  /* Glass Filter Close */
}

@media only screen and (min-width:1280px) {
  .main-header .container {
    padding: 0 45px;
  }
}
@media only screen and (min-width:1366px) {
  .main-header .container {
    padding: 0 15px;
  }
  .main-header.sticky .main_menu li:hover .dropdown_wrapper {
        top: 65px;
    }
   .main_menu li:hover .dropdown_wrapper {
        top: 65px;

    }
}
@media only screen and (min-width:1440px){
   .sub_dropdown_wrap{
     max-height:490px;
   }
}



