:root {
    --black: #202333; 
    --white: #FFFFFF; 
    --orange: rgba(250, 139, 38); 
    --purple: rgba(176, 152, 242); 
    --green: rgba(52, 201, 160); 
    --blue: rgba(58, 137, 248); 
    --text-color: var(--text-color);
}

.case-study,
.inner-page {
    background-image: url('https://www.systango.com/img/contact-us/background.png');
    background-size: 100%;
    background-repeat: no-repeat;
    font-family: 'Mulish', sans-serif !important;
    background-color: #fff !important
}

@media (max-width: 767px) {

  body.inner-page {

    padding-top: 0px;

  }

}
.case-study h1,
.inner-page h1 {
    font-family: 'Mulish', sans-serif !important;
    font-style: normal;
    font-weight: 900;
    color: var(--text-color);
    font-size: 56px;
    line-height: 62px;
    text-transform: capitalize;
    margin: 0 0 60px 0;
}
.gradient-purple {
    background: linear-gradient(90deg, var(--black) 0%, var(--blue) 90.87%);
}
/*.milestone-wrapper {
    margin: 100px 0;
}
.milestone-box-wrap {
    margin-top: 35px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}*/
.purple-box {
    width: calc(50% - 30px);
    position: relative;
    background: linear-gradient(180deg, rgba(58, 137, 248, 0.08) 0%, rgba(58, 137, 248, 0) 100%),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
    padding: 35px 20px;
    margin: 15px;
    border-radius: 20px;
    box-shadow: 3px 6px 14px 4px #c6c6c64d;
}
.purple-box:before {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    bottom: 1px;
    right: 0;
    background: #B098F2;
    border-radius: 20px;
    z-index: -1;
}
.purple-box:after {
    position: absolute;
    content: "";
    inset: 0;
    padding: 2px;
    border-radius: 20px;
    background: linear-gradient(to bottom, rgba(58, 137, 248), rgba(58, 137, 248, 0));
    -webkit-mask: 
       linear-gradient(rgba(58, 137, 248) 0 0) content-box, 
       linear-gradient(#FFF 0 0);
            mask: 
       linear-gradient(rgba(58, 137, 248) 0 0) content-box, 
       linear-gradient(#FFF 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    filter: blur(80px);
    -webkit-filter: blur(80px);
    -moz-filter: blur(80px);
    -o-filter: blur(80px);
    -ms-filter: blur(80px);
    pointer-events: none;
}
.purple-box:nth-child(2n) {
    margin-right: 0;
}
.purple-box:nth-child(2n+1),
.purple-box:first-child {
    margin-left: 0;
}
.purple-box h5 {
    margin-bottom: 0;
    font-family: 'Mulish', sans-serif !important;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px
}

/* objectives */
.objectives-wrapper {
    padding: 80px 0;
    background: #F8FAFC;
}
.objectives-wrapper a.btn {
    margin-top: 15px !important;
}
@media (max-width: 767px) {

  .objectives-wrapper .col-md-5 img {

    width: 100%;

  }

  .objectives-wrapper .col-md-5 {

    padding-top: 50px;

  }

  .owl-controls .owl-prev img, .owl-controls .owl-next img {

    width: 30px;    

  }

  .owl-controls .owl-buttons {

    margin-right: 20px;

  }

}
.objective-listing li {
    position: relative;
    padding: 0 30px 0 40px;
    margin: 20px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.objective-listing li span {
    font-weight: 700;
}
.objective-listing li:after {
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    background-image: url(https://www.systango.com/images/check.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    background-size: 100%;
}

/* solution */
/* solution */
.solution {

    margin: 75px 0 0;

    padding-bottom: 100px

}

.solution .slider_content_slide .slick-track {

  height: auto!important;

}



@media screen and (min-width: 320px) and (max-width: 768px){

  .solution .row {

    flex-direction: column-reverse;

  }

}

@media screen and (min-width: 768px) and (max-width: 991px){

  .solution .row {

    flex-direction: column-reverse;

  }

}

@media screen and (min-width: 992px) and (max-width: 1180px){

  .solution .row {

    flex-direction: row-reverse;

  }

}

/* @media screen and (min-width: 768px) and (max-width: 1024px){

  .solution .row {

    flex-direction: column-reverse;

  }

}

@media screen and (min-width: 820px) and (max-width: 1180px){

  .solution .row {

    flex-direction: column-reverse;

  }

} */



.solution .slider_height {

  margin-top: 40px!important;
}
.accordion-title {
    padding: 9px 20px;
    margin-bottom: 0;
    position: relative;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    font-family: 'Mulish', sans-serif !important;
}
.accordion-wrap {
    margin-bottom: 25px;
}
.accordion-title:after,
.accordion-content:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    border-radius: 20px;
    content: "";
    background: rgb(0 0 0 / 15%);
}
.accordion-content:after {
    top: -2px;
}
.accordion-content {
    padding: 9px 20px;
    position: relative;
    color: #31364E;
}
@media (max-width: 1024px) {
    .case-study h1,
    .inner-page h1 {
        font-size: 28px;
        line-height: 34px;
        margin: 50px 0;
    }
    .accordion-title { 
        font-size: 16px;
    }
}
@media (max-width:767px) {
    .banner {
        padding: 80px 0 50px 0;
    }
    .case-study h1,
    .inner-page h1 {
        font-size: 28px;
        line-height: 34px;
        margin: 50px 0 30px;
    }
    .objective-listing li {
        padding-right: 0;
    }
    .milestone-wrapper {
        margin: 0 0 50px 0;
    }
    .purple-box {
        width: 100%;
    }
    .purple-box:nth-child(2n+1),
    .purple-box:first-child {
        margin-right: 0;
    }
    .purple-box:nth-child(2n) {
        margin-left: 0;
    }
    .milestone-box-wrap {
        margin-top: 15px;
    }
    .objectives-wrapper {
        padding: 50px 0;
    }
    .solution {
        margin: 40px 0 50px;
        padding-bottom: 10px;
    }
}

.nextcases_img {
    /*height: 235px;*/
    overflow: hidden;
  }
  @media only screen and (min-width: 600px) {
    .nextcases_img {
      /*height: 110px;*/
    }
  }
  @media only screen and (min-width: 768px) {
    .nextcases_img {
      /*height: 135px;*/
    }  
  }
  @media only screen and (min-width: 1200px) {
    .nextcases_img {
      /*height: 260px;      */
    }
    .nextcases_img img {
        height: 100%;
        object-fit: cover;
    }
  }
.heading {
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
    font-family: "Playfair Display", serif !important;
    font-weight: 700;
    line-height: 59px;
    text-transform: capitalize;
}

.nextcases_box {
  border-radius: 20px;
  border: 1px solid #DBE6F0;
  overflow: hidden;
  margin: 0 15px;
  height: 100%;
}


.nextcases_link:hover {
  text-decoration: none;

}

.nextcases_img {
  /*height: 235px;*/
  overflow: hidden;
}
/*@media only screen and (min-width: 600px) {
  .nextcases_img {
    height: 110px;
  }
}
@media only screen and (min-width: 768px) {
  .nextcases_img {
    height: 135px;
  }  
}
@media only screen and (min-width: 1200px) {
  .nextcases_img {
    height: 170px;
  }  
}*/

.mb-30 {
  margin-bottom: 30px;
}

.nextcases_link:hover img {
    transition: 2s;
}
.nextcases_link:hover img {
  transform: scale(1.1);
}

.nextcases_details {
  padding: 25px 20px;
  text-decoration: none;
}
.nextcases_heading {
  font-family: "Mulish"!important;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #202333;
  text-decoration: none;
}
.nextcases_para {
  font-family: "Mulish";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #202333;
  margin-bottom: 8px;
}
.nextcases_badge {
  font-family: "Mulish";
  font-size: 14px;
  margin-top: 10px;
  font-weight: 600;
  line-height: 18px;
  color: #202333;
  border-radius: 6px;
  padding: 6px 12px;
  border: 1px solid #31364E;
  margin-right: 5px;
  display: inline-block;
}
#next-cases-slider .owl-wrapper {
  display: flex!important;
}

#next-cases-slider .owl-buttons {
  position: absolute;
  z-index: 9999;
  top: -70px;
  right: 0;
  display: flex;
}

@media only screen and (max-width: 767px) {
  #next-cases-slider .owl-buttons {
    top: -55px;
  }
}

#next-cases-slider .owl-prev, #next-cases-slider .owl-next {    
  width: 50px;
  border-radius: 20px;
}
#next-cases-slider .owl-next {
  margin-left: 25px;
  transform: rotate(180deg);
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {

  #next-cases-slider .owl-next {

    margin-left: -20px;

  }

}
section.container.nextcases_section {
  overflow: hidden;
  margin-bottom: 80px;
  margin-top: 90px
}

@media only screen and (max-width: 1024px) {

  .slick-slide img { 

    max-width: 100%;
    margin: 0 auto

  }

}

@media only screen and (max-width: 767px) {

  section.container.nextcases_section {

    margin-top: 50px;

    margin-bottom: 50px;    

  }  

}
.blockchain_integrations_section {
  background-color: #F8FAFC;
  padding-top: 90px;
  padding-bottom: 70px;  
  margin-bottom: 90px  ;
  border-radius: 20px;
}    
.blockchain-integrations_brands .recognized-box {
  width: 22.2%;
  margin: 0px 14px 30px 14px;
}
@media only screen and (max-width: 767px) {
  .blockchain-integrations_brands {
    margin-top: 25px;
  }
  .blockchain-integrations_brands .recognized-box {
    width: 100%;
    margin: 15px 0 !important;
  }
  .blockchain_integrations_section {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px
  }
}

/* our-partner-wrapper */
.our-partner-wrapper {
    background-color: #F8FAFC;
    padding-top: 80px;
    padding-bottom: 70px;
    margin-top: 80px;
    border-radius: 20px;
}
@media (max-width: 767px) {
    .our-partner-wrapper {
        background-color: #F8FAFC;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-top: 50px;     
    }
}

.our-partner-wrapper .heading {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .our-partner-wrapper .heading {
        margin-bottom: 20px;
    }
}
.our-partner-wrapper .tab-content {
    padding: 0;
}
.our-partner_brands {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .our-partner_brands {
        padding: 0;
    }
}
.recognized-box {
    width: 22.2%;
    margin-right: 20px;
    height: 120px;
    border-radius: 20px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 16px 36px 0px #2023331A;
    margin-bottom: 12px;
    padding: 18px;
    margin: 0px 14px 30px 14px;
}
.recognized-box img {
    width: 100%;
}
@media (max-width: 767px) {
    .recognized-box {
        width: 43%;
    }
}
@media (max-width: 490px) {
    .recognized-box {
        width: 42%;
        margin: 10px;
    }
}
.our-partner-wrapper .heading {
  margin-bottom: 40px;
}
@media (max-width: 767px) {

  .our-partner-wrapper .heading {

      margin-bottom: 20px;

  }

}
.heading {
  background: linear-gradient(90deg, #202333 0%, rgba(58, 137, 248) 90.87%);
  background-clip: text;
  color: transparent;
  font-family: 'Playfair Display' !important;
  font-size: 48px;
  font-weight: 700;
  line-height: 59px;
}
@media only screen and (max-width: 991px) {

  .heading {        

    font-size: 40px;

    line-height: 46px;

  }

}
/*Milestone*/
.milestone-wrapper {
  margin: 0 0 100px 0;
}
@media only screen and (max-width: 767px) {

  .milestone-wrapper {

    margin: 26px 0 50px 0;

  }

}
.milestone-box {
  background: linear-gradient(0deg, rgba(58, 137, 248, 0.1), rgba(58, 137, 248, 0.1)),
  linear-gradient(127.35deg, rgba(58, 137, 248, 0.3) 0%, rgba(58, 137, 248, 0) 37.46%);
  border-radius: 20px;
  padding: 60px 50px 45px 50px;
}

@media (max-width: 991px) {

  .milestone-box {

    padding: 20px;

  }

}
.milestone-box-wrap {
  margin-top: 35px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.milestone-box-wrap h5 {
  font-family: "Mulish" !important;
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
}
.milestone-box .objective-listing {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-top: 17px;
}
.milestone-box .objective-listing li {
  width: 50%;
  font-weight: 600;
  margin: 15px 0;
}

@media (max-width: 575px) {  

  .milestone-box .objective-listing {

    margin-top: 10px;

  }

  .milestone-box .objective-listing li {

    width: 100%;

    margin: 5px 0;

  }

}
p.lg {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}
@media (max-width: 991px) {

  p.lg {

    font-size: 16px;

    line-height: 24px;

  }

}
.banner-wrapper img {
  width: 100%
}
/*Solution Slider*/
ul.image_slider__, .slider_height {
  max-height: 830px;
  /*overflow: hidden;*/
}
@media (max-width: 991px) {

  ul.image_slider__, .slider_height {

    max-height: auto;

  }

}
.square {
  border-left: 3px solid hsla(0, 0%, 0%, 0.149);
  margin-bottom: 20px;
}
.solutions_title {
  padding: 10px 20px 10px 20px;
  margin-bottom: 0;
  position: relative;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  font-family: 'Mulish', sans-serif !important;
}
@media (max-width: 767px) {

  .solutions_title {

    font-size: 16px;

    line-height: 20px;

    padding: 5px 16px;

  }

}
.square .solutions_content {
  display: none;
  transition: all 2s;
  overflow: hidden;
}
.solutions_content {
  padding: 7px 20px 9px 20px;
  position: relative;
  color: #31364E;
}
.slider_content_slide .slick-track {
  display: flex;
  flex-direction: column;
}
.slider_content_slide .slick-slide {
  width: 100% !important;
  padding-bottom: 5px !important
}
.slider_content_slide .slick-active {

}
.slider_content_slide .square {
  position: relative;
}
.slider_content_slide .slick-active .square::before {
  content: '';
  position: absolute;
  left: -3px;
  top: 0px;
  background-color: rgba(250, 139, 38, 1);    
  width: 3px;    
  animation-name: example;
  animation-duration: 2s;
  -webkit-animation-name: example;
  -webkit-animation-duration: 2s;
}
@keyframes example {
  0% { height: 0%; }
  100% { height: 100%; }
}

/* WebKit Keyframes */
@-webkit-keyframes example {
  0% { height: 0%; }
  100% { height: 100%; }
}
/*.square .solutions_content {display: none; transition: all 2s; overflow: hidden;}*/
.slider_content_slide .slick-active .square .solutions_content {
  display: block; transition: all 2s;
}
.slider_content_slide .slick-list.draggable {
  height: auto !important;
}
.btn-md {
  padding: 11px 30px;
  border-radius: 6px;
  color: #FFF !important;
  font-size: 14px;
  font-weight: 600;
}
.btn-dark:hover {
  background: #202333 !important;
  color: #fff !important;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
}
.btn-dark {
  background: #202333;
  color: #fff !important;
  text-transform: none !important
}
.slider_content_slide + a {
  margin-top: -34%;
  position: relative;
  z-index: 2;
}
.slider_content_slide a.btn.btn-dark {
  width: 120px !important;
  padding: 10px 0 !important;
  margin-top: 40px;
  text-transform: none !important;
}
.banner-wrapper + .container.py-4.pl-0.pr-0 {
    margin-top: 20px;
    margin-bottom: 40px;
}
@media (max-width: 1024px) {
    .inner-page .banner {
      padding-bottom: 50px; 
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .slider_content_slide a.btn.btn-dark {
    margin-top: 20px !important
  }
  .nextcases_section .owl-carousel .owl-item img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .banner-wrapper + .container.py-4.pl-0.pr-0 {
    margin-bottom: 0 !important;
    padding-bottom: 10px !important;
  }
  .heading {        
    font-size: 25px !important;
    line-height: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .case-study h1, .inner-page h1 {
    margin-top: 0 !important
  }
  .banner-wrapper + .container.py-4.pl-0.pr-0 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .objectives-wrapper {
    padding: 50px 0 !important
  }
  .solution {
    margin: 50px 0 0 !important;
    padding-bottom: 50px !important;
  }
  .slider_content_slide a.btn.btn-dark {
    margin-top: 20px !important
  }
  .our-partner-wrapper {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
    margin-top: 50px !important;
  }
  .milestone-wrapper {
    margin-bottom: 50px !important
  }
  section.container.nextcases_section {
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .nextcases_section .owl-carousel .owl-item img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 820px) and (max-width: 1180px) {
  .case-study h1, .inner-page h1 {
    margin-top: 0 !important
  }
  .banner-wrapper + .container.py-4.pl-0.pr-0 {
    margin-bottom: 0 !important;
    padding-bottom: 50px !important;
  }
  .objectives-wrapper {
    padding: 50px 0 !important
  }
  .solution {
    margin: 50px 0 0 !important;
    padding-bottom: 50px !important;
  }
  .slider_content_slide a.btn.btn-dark {
    margin-top: 20px !important
  }
  .our-partner-wrapper {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
    margin-top: 50px !important;
  }
  .milestone-wrapper {
    margin-bottom: 50px !important
  }
  section.container.nextcases_section {
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .nextcases_section .owl-carousel .owl-item img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
/*.slider-nav-thumbnails-2.slick-initialized.slick-slider {
  height: 765px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 80px;
}
.slider-nav-thumbnails-2 .slick-slide img {
  width: 100%
}*/

.slider-nav-thumbnails-2 {
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-image: url(../../img/blue-vector.png);
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #FFF;
}
.slider-nav-thumbnails-2 .slick-slide img {
  max-width: 100%;
  margin: 0 auto;
}
.list-drive li {
    margin-bottom: 10px;
}