.my-align-items {
    display: flex;
    align-items: center;
    justify-content: center;
}

.border-top-bottom {
    border-top: 1px solid #FF7F50;
    border-bottom: 1px solid #FF7F50;
}


.my-border-bottom {
    border-bottom: 1px solid #FF7F50;
}


.triangle-right-dd6236 {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #dd6236;
    border-bottom: 5px solid transparent;
}
.triangle-left-dd6236 {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #dd6236;
    border-bottom: 5px solid transparent;
}
.rectangle {
  height: 7px;
  width: 47px;
  background-color: #dd6236;
}

.core-banking-title {
    border-bottom: 5px solid #dd6236;
}



.triangle-right-ffd299 {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #ffd299;
    border-bottom: 5px solid transparent;
}

.mobile-banking-title {
    border-bottom: 5px solid #ffd299;
}

.font-source-sans-pro {
    font-family: "Source_Sans_Pro" !important;
}




.parallelogram-border {
    max-width: 117%;
    width: 100% !important;
    background-position: 53%;
}

.parallelogram-border-txt {
    margin: 1%;
}

#healthcare-industry-section .parallelogram-border{
    max-width: 150% !important;
    width: 150% !important;
}


.h-id{
    border: 10px solid #dd6236;
}



.vertical-carousel-list-item {
    background-color: rgba(231, 188, 97, 0.8);
    border-radius: 5px;
    color: white;
    height: 52px;
    cursor: pointer;
}
.vertical-carousel-list-item.active{
    background-color: #dd6236;
    border-radius: 5px;
    color: white;
}

.vertical-carousel-list-item {

}
.vertical-carousel-list-detail {
    transform: translateY(310px);
}


.vertical-carousel-list-detail.in {
  animation: in 1s both;
  -webkit-animation: in 1s both;
}

.vertical-carousel-list-detail.out {
  animation: out 1s both;
  -webkit-animation: out 1s both;
}

@-webkit-keyframes in {
  100% {
    transform: translateY(0);
}
}
@keyframes in {
  100% {
    transform: translateY(0);
}
}

@-webkit-keyframes out {
  0% {
    transform: translateY(0);
}
100% {
    transform: translateY(310px);
}
}
@keyframes out {
  0% {
    transform: translateY(0);
}
100% {
    transform: translateY(310px);
}
}

.vertical-carousel-list-detail-img {    
/*    width: 35.1% !important;*/
}

.how-title.border-left-right{
    text-align: left;
}
/*
.how-title {
  margin-bottom: 0px !important; 
  border-right: solid 1px rgba(202, 142, 10, 0.8);
}
.how-title::after{
    top: 0;
}

.how-title div.inner-border-left-right {
  top: -50%;
}*/
.student-border {
    border: solid 1px rgba(202, 142, 10, 0.8);
}
.teachers-border {
    border: solid 1px rgba(202, 142, 10, 0.8);
    border-top: 0;
}
.student-border span.fs-5.text-uppercase.fw-bold.text-uppercase.tex-start{
    border-right: solid 1px rgba(202, 142, 10, 0.8);
    border-bottom: solid 1px rgba(202, 142, 10, 0.8);
}
.teachers-border span.fs-5.text-uppercase.fw-bold.text-uppercase.tex-start{
    border-left: solid 1px rgba(202, 142, 10, 0.8);
    border-bottom: solid 1px rgba(202, 142, 10, 0.8);
}

.container-img-with-desc{
    position: relative;
}

.centered-img-with-desc {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 0 0 1px #000;
  background-color: rgba(0, 0, 0, 0.5);
}

.img-with-desc {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-img-with-desc {
  position: absolute;
  top: 35%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 65%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  text-align: center;
  background-color: RGBA(201, 173, 167, 1);
}

.container-img-with-desc:hover .overlay-img-with-desc {
  opacity: 1;
}

.text-img-with-desc {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.how-border {
    border: solid 1px #dd6236;
}
.how-border-title {
    border: solid 1px #dd6236;
    border-top: 0;
}

.title-media {
    color: #8B0000;
    background-image: -webkit-linear-gradient(0deg, #8B0000 51%, #FF7F50 77%);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}


.title-logistics {
    color: #8B0000;
    background-image: -webkit-linear-gradient(0deg, #f97007 51%, #e8a967 77%);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

.title-transport {
    color: #8B0000;
    background-image: -webkit-linear-gradient(0deg, #c3d5ea 51%, #4d648d 77%);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

.models-ecom {
    background-color: rgba(0, 0, 0, 0.5); 
    ransition: .5s ease;
}

.models-ecom-title {
    background-color: rgba(0, 0, 0, 0.5); 
    transition: .5s ease;
}

.models-ecom {
    transition: 10s ease;
}

.models-ecom:hover .models-ecom-desc{
    display: block;
}

.models-ecom-desc {
    display: none;
}