.text-justify{
  text-align: justify;
}

/******************************************/
:root{
  --bs-success-rgb: 68, 194, 116;
  --bs-danger-rgb: 227, 77, 99;
  --bs-dark-rgb: 61, 61, 90;
  --bs-info-rgb: 178, 169, 113;

  --bs-software-rgb: 108, 206, 217;
  --bs-software-bg: #6CCED9;
  --bs-software-color: #6CCED9;
  --bs-graydark-rgb: 40, 45, 50;

  --bs-cloud-rgb: 59, 166, 244;
  --bs-cloud-bg: #3BA6F4;
  --bs-cloud-color: #3BA6F4;

  --bs-technology-rgb: 37, 117, 252;
  --bs-technology-bg: #2575FC;
  --bs-technology-color: #2575FC;

  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 300;
  --bs-body-color: #1d2c4f;
  --bs-border-radius: 0.5rem;
  --bs-border-radius-xl: 1.5rem;
  --bs-font-sans-serif: "Poppins", "Open Sans", system-ui, -apple-system, Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

  --bs-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 20%);
  --bs-box-shadow-sm: 0 0.125rem 0.5rem rgba(0 0 0 / 35%);
}

@media (min-width: 1400px){
  .container-xxl{
    max-width: 1920px;
  }
}

img {
    pointer-events: none;
}
.content>.spot.spot-sm{
  margin-top: 7rem!important;
}

small, .small {
    font-size: 0.8em;
}

/*HEADER*/
.hide-header {
    opacity: 0;
    margin-top: -150px!important;
    transition: all 0.5s ease;
  }
.show-header {
    opacity: 1;
    margin-top: 0px!important;
    transition: all 0.5s ease;
  }

.btn-dark {
  --bs-btn-bg: rgb(22 22 22);
  --bs-btn-border-color: rgb(22 22 22);
}
.btn-success {
  --bs-btn-bg: #44c274;
  --bs-btn-border-color: #44c274;
}
.btn-software {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6CCED9;
    --bs-btn-border-color: #6CCED9;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6CCED9;
    --bs-btn-disabled-border-color: #6CCED9;
}

.btn-cloud {
    --bs-btn-color: #fff;
    --bs-btn-bg: #3BA6F4;
    --bs-btn-border-color: #3BA6F4;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #3BA6F4;
    --bs-btn-disabled-border-color: #3BA6F4;
}

.btn-technology {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2575FC;
    --bs-btn-border-color: #2575FC;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2575FC;
    --bs-btn-disabled-border-color: #2575FC;
}

.bg-graydark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-graydark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-software {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-software-rgb), var(--bs-bg-opacity)) !important;
}
.text-software {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-software-rgb), var(--bs-text-opacity)) !important;
}

.bg-cloud {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-cloud-rgb), var(--bs-bg-opacity)) !important;
}
.text-cloud {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-cloud-rgb), var(--bs-text-opacity)) !important;
}

.bg-technology {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-technology-rgb), var(--bs-bg-opacity)) !important;
}
.text-technology {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-technology-rgb), var(--bs-text-opacity)) !important;
}

.bg-opacity-10, .opacity-10 {
    --bs-bg-opacity: 0.1;
}

.nav .dropdown-fullwidth {
    position: static;
}

.opacity-10 {
    opacity: 0.10 !important;
}

.fw-bold-m{
  font-weight: 500;
}

.dark-before{
  position: relative;
}
.dark-before:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  z-index: 0;
  --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.link-bar{
  border-top: 2px solid #4a4e58;
  padding-top: 1.5rem;
  width: 100%;
  display: block;
  color: rgba(255, 255, 255, .8);
  text-decoration: none;
}
.link-bar:hover{
  border-top: 2px solid #ffffff;
  color: rgba(255, 255, 255, 1.0);
  
}
/*BRAND*/
.brand{
  max-width:13rem
}

/*BANNERS*/

.parallax-highlights-01, .parallax-highlights-02, 
.parallax-highlights-03, .parallax-highlights-04{
  position: relative;
  width: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.parallax-highlights-01:after, .parallax-highlights-02:after, 
.parallax-highlights-03:after, .parallax-highlights-04:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  z-index: -1;
}


.parallax-highlights-01{
  background-image: url('../img/bg/AdobeStock_491045782.jpg');
}
.parallax-highlights-02{
  background-image: url('../img/bg/AdobeStock_1016715009.jpg');
}
.parallax-highlights-03{
  background-image: url('../img/bg/AdobeStock_988427621.jpg');
}
.parallax-highlights-04{
  background-image: url('../img/bg/AdobeStock_559132441.jpg');
}




.bg-image{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
   z-index: 0;
   transition: all 0.3s ease-in-out;
    animation-duration: .5s;
   
}
.bg-image:hover{
  transform: scale(1.05);
}

.bg-fintech:after, .bg-contact:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.bg-fintech:after{
  background-image: url(../img/bg/fintech.svg);

}

.bg-contact:after{
  background-image: url(../img/bg/bg-abstract.svg);

}

.navbar-expand-lg{

}
/*DROPDOWN MENU*/

.dropdown-toggle-none.dropdown-toggle::after{
  display: none !important;
}

.dropdown-menu{
  border: 0 !important;
  border-radius: 0;


}
/*.dropdown-full .dropdown-menu{
  transform: translate3d(0px, 57px, 0px)!important;
  box-shadow: inset 0px 5px 5px 0px rgb(0 0 0 / 15%);

}*/

.desaturate, .desaturate-hover{
  -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(0%);
}

  .dropdown-item{
    font-size: .85rem;
    padding: 0.75rem 1.5rem;
    line-height: 120%;
    border: 1px solid transparent;
  }
  .dropdown-item:hover{
    background-color: #f8f9fa !important;
    border-radius: .5rem;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 15%);
    border: 1px solid #dee2e6;
    color: rgba(var(--bs-technology-rgb), var(--bs-text-opacity)) !important;
  }

/*NAVBAR*/

.list-group-item-action:hover{
  opacity: 0.5;
}


.nav-item>.nav-link{
  display: block;
  font-size: .75rem;
  padding: .25rem 0 .25rem 0;
  white-space: normal;
  text-decoration: none;
  color: #1d2c4f;
  opacity: 1;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
 .nav-item>.nav-link:hover{
  border-bottom: 2px solid #2575FC;
 }

  /*.softwareDropdown:focus, .softwareDropdown:hover, .softwareDropdown:active{
    color: #6CCED9 !important;
    background-color: #f8f9fa !important;
    border-radius: .5rem;
  }
  .cloudDropdown:focus, .cloudDropdown:hover, .cloudDropdown:active{
    color: #3BA6F4 !important;
    background-color: #f8f9fa !important;
    border-radius: .5rem;
  }
  .technologyDropdown:focus, .technologyDropdown:hover, .technologyDropdown:active{
    color: #3BA6F4 !important;
    background-color: #f8f9fa !important;
    border-radius: .5rem;
  }*/
  .nav-item>.dropdown-menu.softwareDropdown{
    border-top: 2px solid #6CCED9 !important;
  }
  .nav-item>.dropdown-menu.cloudDropdown{
    border-top: 2px solid #3BA6F4 !important;
  }
  .nav-item>.dropdown-menu.technologyDropdown{
    border-top: 2px solid #2575FC !important;
  }
  .nav-item>.dropdown-menu.solutionsDropdown{
    border-top: 2px solid #000 !important;
  }


.nav-pills-dark.nav-pills .nav-link{
  color: #fff;
}
  .nav-pills-dark.nav-pills .nav-link.active{
    position: relative;
    color: #000;
    background-color: #fff;
    font-weight: bold;

  }
  .nav-pills-dark.nav-pills .nav-link.active:after{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -15px;
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #fff;

  }

/*CAROUSEL*/

.carousel-home .carousel-ratio{
  position: relative;
  height: 100%;
}
  .carousel-home .carousel-item:after{
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgb(22,22,22);
    background: linear-gradient(0deg, rgba(22,22,22,.3) 0%, rgba(22,22,22,.5) 100%);
  }

.carousel-home .carousel-caption{
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: left;
  z-index: 1;
}
  .carousel-home .carousel-caption.carousel-banner{
    left: 5%;
  }

.carousel-ratio-sm{
  position: relative;
  max-height: 300px;
  min-height: 300px;
  height: 100%;

}

.carousel-item{
  position: relative;
}
.carousel-item:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(90deg, rgba(29, 44, 79, 0.5) 0%, rgba(29, 44, 79, 0) 60%);
  z-index: 1;
}



/*ACCORDION*/

  .accordion-button:focus{
    box-shadow: none;
  }


/*NAV-PILLS*/
.nav-pills {
    --bs-nav-pills-link-active-bg: #1d2c4f;
}

/*HIGHLIGHTS*/
.highlights-ratio{
  max-height: 373px;
  z-index: 1;
  top: 5rem;
  overflow: hidden;
  border-radius: 1.25rem;

}
  .highlights-ratio-left{
    left: -5rem;
  }
  .highlights-ratio-right{
    right: -5rem;
  }
.highlights-caption{
  display: block;
  overflow: hidden;
  border-radius: 1.25rem;
}

/*Z-INDEX*/
.z-index-1n{
  z-index: -1;
}
.z-index-0{
  z-index: 0;
}
.z-index-1{
  z-index: 1;
}
.z-index-2{
  z-index: 3;
}
.z-index-9{
  z-index: 9;
}

/*SPOTS*/
.spot{
  display: block;
  position: relative;
  overflow: hidden;
}
  .spot-ratio{
    overflow: hidden;
    position: relative;
    height: 100%;
  }
  .spot-caption{
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0;
    left: 0;
    z-index: 1;
  }


.spot-start:after, .spot-end:after, .spot-top:after, .spot-bottom:after,
.spot-start.spot-dark:after, .spot-end.spot-dark:after, .spot-top.spot-dark:after, .spot-bottom.spot-dark:after,
.spot-start.spot-primary:after, .spot-end.spot-primary:after, .spot-top.spot-primary:after, .spot-bottom.spot-primary:after{
  content: "";
  position: absolute;
   z-index: 0;

} 
  .spot-bottom:after{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(22,22,22);
    background: linear-gradient(0deg, rgb(22 22 22 / 30%) 10%, rgb(22 22 22 / 50%) 50%, rgba(22, 22, 22, 0) 100%)
  }
  .spot-start.spot-dark:after{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(22,22,22);
    background: linear-gradient(90deg, rgba(22, 22, 22, 1) 10%, rgba(22, 22, 22, 0.75) 30%, rgba(22, 22, 22, 0) 100%);
  }
  .spot-end.spot-dark:after{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(22,22,22);
    background: linear-gradient(90deg, rgba(22, 22, 22, 0) 10%, rgba(22, 22, 22, 0.75) 90%, rgba(22, 22, 22, 1) 100%);
  }
  .spot-start.spot-primary:after{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(21, 110, 253);
    background: linear-gradient(90deg, rgba(22, 22, 22, 1) 10%, rgba(22, 22, 22, 0.75) 50%, rgba(22, 22, 22, 0) 100%);
  }

/*SLICK*/
.slick-slide>div>div>img{
    width: 150px;
    margin: auto;
}

/*SPOTS HALF*/
.spot-half>.spot-ratio{
  max-height: 450px;
  min-height: 350px;
}
.spot-sm{
  max-height: 400px;
}

.top-5n{
  top:-5.5rem;
}

.spot-highlights-sm>.spot-ratio{
  max-height: 450px;
  min-height: 350px;
}
/*FLIP*/
.flip-h{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
/****************/
.arrow-right, .arrow-left{
  position: relative;
}
.arrow-right{
  margin-right: 2rem;
}
.arrow-left{
  margin-left: 2rem;
}
.arrow-right:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: -30px;
  top: 50%;
  margin-top: -30px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #e9f1ff;
}

.arrow-left:after{
  content: "";
  position: absolute;
  width: 0; 
  height: 0;
  left: -30px;
  top: 50%;
  margin-top: -30px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent; 
  border-right: 30px solid #e9f1ff; 
}

.arrow-right:before{
  content: "";
  position: absolute;
  background-image: url(../img/icon/arrow-right.svg);
  width: 100px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  left: -2.25rem;
}

.arrow-left:before{
  content: "";
  position: absolute;
  background-image: url(../img/icon/arrow-left.svg);
  width: 100px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  right: -2.25rem;
}

@media screen and (max-width: 576px){
  .content>.spot.spot-sm{
    margin-top: 4rem!important;
  }
  .navbar-nav{
    width: 100%;
  }
    .nav-item.dropdown .dropdown-menu{
      position: relative!important;
      transform: none!important;
      max-width: 100%;
    }
    .carousel-home .carousel-ratio{
      height: 18rem !important;
      
    }
    .carousel-item:before{
      display: none;
    }

    .carousel-home .carousel-caption{
      left: 0%;
    }

    .carousel-caption{
    position: relative;
  }
     .carousel-ratio-sm{
      height: 400px  !important;
     }
  .spot-sm{
    height: 350px;
  }
  .top-5n{
    top:0;
  }
  .spot-highlights-sm>.spot-ratio{
    max-height: 450px;
    min-height: 450px;
  }
  .list-group-flush > .list-group-item:last-child{
    border-width:0 0 var(--bs-list-group-border-width);
  }

  .dropdown-toggle-none.dropdown-toggle::after{
    display: inline-block !important;
  }
  .nav-item>.btn{
    width: 100% !important;
  }

  
  
}
@media screen and (max-width: 768px){
  .brand{
      max-width:11rem
    }
  .dropdown-menu{
    top: 0 !important;
  }
  .highlights-ratio{
    max-height: 373px;
    top: 0;
  }
    .highlights-ratio-left{
      left:0;
    }
    .highlights-ratio-right{
      right:0;
    }
  .highlights-ratio{
    border-radius: 1.25rem 1.25rem 0 0;
  }
  .highlights-caption{
    border-radius: 0 0 1.25rem 1.25rem;
  }
  .arrow-left{
    margin-left:0;
  }
  .arrow-right{
    margin-right: 0;
  }
  .arrow-left:after, .arrow-right:before, .arrow-left:before, .arrow-right:after{
    display: none !important;
  }
  
}

@media screen and (max-width: 992px){
  .spot-highlights>.spot-ratio{
    height: 50rem;
  }
  .spot-highlights>.spot-caption{
    height: 100%;
  }
  .spot-half>.spot-caption{
    position: relative;
    height: 100%;
  }
  .spot-half .ratio > *{
    width: auto !important;
  }
}


