body.inner-page {
    padding: 0;
    background-color: #fff;
}
.position-absolute {
    position: absolute;
}
.banner-video video {
    width: 100%;
}
.contact-banner {
    padding-top: 150px !important;
    padding-bottom: 40px !important;
    padding-left: 0;
    padding-right: 0;
}
.contact-banner {
    padding-top: 150px !important;
    padding-bottom: 40px !important;
    padding-left: 0;
    padding-right: 0;
}
.mobile_device {
    display: none;
}
.banner-text {
    display: flex;
    flex-direction: column;
}
.banner-text h1 {
    color: #202333;
    font-size: 56px;
    font-weight: 900;
    line-height: 62px;
    font-family: 'Mulish', sans-serif !important;
    margin-bottom: 25px;
}
.banner-text p {
    margin-bottom: 30px;
    margin-top: 0;
}
.contact-banner p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #1A1A1A;
    max-width: 522px;
}
.first-p {
    margin-bottom: 25px !important;
}
.investors a.btn-md.btn-dark.border-0 {
    display: inline-block;
    max-width: 155px !important;
    text-align: center;
}
.btn-dark {
    background: #202333;
    color: #fff;
}
.btn-md {
    padding: 11px 30px;
    border-radius: 6px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    height: 40px !important;
}
.different-section {
    margin-bottom: 0;
    padding-top: 0;
}
.different-section, .ai_development_section {
    position: relative;
    padding-top: 20px;
    padding-bottom: 50px;
}
.different-section h3.subject-title {
    font-size: 22px !important;
    line-height: 28px !important;
}
.different-section h3 {
    font-family: 'Mulish', sans-serif !important;
    font-size: 42px;
    font-weight: 800;
    line-height: 52px;
    margin-bottom: 20px;
}
.contact_investers_wrapper {
    padding: 44px 40px;
    min-width: 220px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0px 14px 30px 0px #253D4914;
    /* margin-bottom: 100px; */
    border: 1px solid #9FDAF7;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 43px 30%;
    background-color: rgba(255, 255, 255, 0.8);
    /* margin-bottom: 100px; */
}
.contact_investers_wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /* background: linear-gradient(253.43deg, rgba(248, 186, 129, 0.2) 22.26%, rgba(246, 157, 76, .5) 69.47%); */
    background: linear-gradient(180deg, rgba(159, 218, 247, 0.2) 0%, rgba(38, 179, 250, 0.1) 100%);
    border-radius: 20px;
}
.position-relative {
    position: relative;
}
.contact_investers_wrapper ul {
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (max-width: 991px) {
    .contact_investers_wrapper ul li {        
        padding: 10px;
        justify-content: space-around;        
    }
}
@media only screen and (max-width: 767px) {
    .contact_investers_wrapper ul li {        
        width: 50%;
    }
}
@media only screen and (max-width: 420px) {
    .contact_investers_wrapper ul li {
        width: 100%;
        padding-top: 0;
        padding-bottom: 25px;
    }
    .contact_investers_wrapper ul li:last-child {
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 1199px) {
    .desktop_device img {
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .desktop_device img {
        margin-top: 50px;
    }
}
.processing-section {
    padding: 30px 0 70px;
}
h2.text-heading.orange-grdnt-color {
    margin: 0 auto 25px;
    width: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.processing-section h2 {
    text-align: center;
    margin: 0 auto 25px;
    width: 100%;
}
.orange-grdnt-color {
    background: linear-gradient(90deg, #202333 0%, #FA8B26 70.87%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.text-heading {
    font-weight: 700;
}
@media only screen and (min-width: 991px) {
    .text-heading {
        font-size: 48px;
        line-height: 59px;
    }
}
.processing-section .col-sm-12 p {
    margin: 0;
    margin-bottom: 30px;
    max-width: 495px;
}
.processing-section .row {
    align-items: stretch;
}
.afterEffect {
    position: relative;
    z-index: 1;
}

.afterEffect::before {
    content: '';
    position: absolute;
    border-radius: 496px;
    opacity: 0.3;
    background: #FA8B26;
    filter: blur(150px);
    left: 0;
    right: 0;
    top: 20%;
    bottom: 0;
    max-width: 600px;
    margin: 0 auto;
    height: 60%;
}
.processing-section .row .col-lg-4 {
    margin-bottom: 25px;
}
.process-box {
    border-radius: 20px;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 16px 36px 0px #2023331A;
    /* margin-bottom: 20px; */
    height: 100%;
    position: relative;
}
.process-box .process-icon {
    width: 60px;
    height: 60px;
    box-shadow: 0px 14px 30px 0px #253D4914;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 12px;
    margin-bottom: 15px;
    z-index: 1;
}
.process-detail h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    font-family: 'Mulish', sans-serif !important;
    min-height: 48px;
    margin-bottom: 18px;
}
.process-detail p {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0;
}
/*Box-gred Start*/
.orange-section-icon {
    background: linear-gradient(180deg, rgba(250, 139, 38, 0.10) 0%, rgba(250, 139, 38, 0) 100%);
}
.orange-section-icon:after {
    border: 1px solid;
    background: linear-gradient(180deg, rgba(250, 139, 38, 0.2) 0%, rgba(250, 139, 38, 0.01) 100%); 
    border: 1px solid rgba(250, 139, 38, 0.25);
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 12px;
    box-shadow: 0px 14px 30px 0px #253D4914;
}

.purple-section-icon {
    background: linear-gradient(180deg, rgba(176, 152, 242, 0.10) 0%, rgba(176, 152, 242, 0) 100%);
}
.purple-section-icon:after {
    border: 1px solid;
    background: linear-gradient(180deg, rgba(176, 152, 242, 0.2) 0%, rgba(176, 152, 242, 0.01) 100%); 
    border: 1px solid rgba(176, 152, 242, 0.25);
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 12px;
    box-shadow: 0px 14px 30px 0px #253D4914;
}

.green-section-icon {
    background: linear-gradient(180deg, rgba(52, 201, 160, 0.10) 0%, rgba(52, 201, 160, 0) 100%);
}
.green-section-icon:after {
    border: 1px solid;
    background: linear-gradient(180deg, rgba(52, 201, 160, 0.2) 0%, rgba(52, 201, 160, 0.01) 100%); 
    border: 1px solid rgba(52, 201, 160, 0.25);
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 12px;
    box-shadow: 0px 14px 30px 0px #253D4914;
}

.blue-section-icon {
    background: linear-gradient(180deg, rgba(58, 137, 248, 0.10) 0%, rgba(58, 137, 248, 0) 100%);
}
.blue-section-icon:after {
    border: 1px solid;
    background: linear-gradient(180deg, rgba(58, 137, 248, 0.2) 0%, rgba(58, 137, 248, 0.01) 100%);
    border: 1px solid rgba(58, 137, 248, 0.25);
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 12px;
    box-shadow: 0px 14px 30px 0px #253D4914;
}
/*Box-gred END*/
/*Left Slider*/
/*=======================================
Tab Section
=======================================*/
.left-tab-content .fade.in {
	opacity: 1;
}
.left-tab-content {
	background: #F8FAFC;
	padding: 100px 0 60px;
}
.left-tab-content .nav-tabs {
    display: flex;
    flex-direction: column;
    border: 0;
}
.testimonial-box {
	position: relative;
}
.testimonial-box:after {
    background-repeat: no-repeat;
    background-position: right bottom;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 165px;
	height: 165px;
    background-size: 80%;
    opacity: 0.2;
}
.item-one .testimonial-box:after {
	background-image: url(../img/staff-update/stack-svg/1.svg);
}
.item-two .testimonial-box:after {
	background-image: url(../img/staff-update/stack-svg/2.svg);
}
.item-three .testimonial-box:after {
	background-image: url(../img/staff-update/stack-svg/3.svg);
}
.item-four .testimonial-box:after {
	background-image: url(../img/staff-update/stack-svg/4.svg);
}
.item-five .testimonial-box:after {
	background-image: url(../img/staff-update/stack-svg/5.svg);
}
.item-six .testimonial-box:after {
	background-image: url(../img/staff-update/stack-svg/6.svg);
}
.item-seven .testimonial-box:after {
	background-image: url(../img/staff-update/stack-svg/7.svg);
}
.item-eight .testimonial-box:after {
	background-image: url(../img/staff-update/stack-svg/8.svg);
}
.item-nine .testimonial-box:after {
	background-image: url(../img/staff-update/stack-svg/9.svg);
}
.testimonial-box > img {
    width: 60px !important;
    margin-bottom: 30px;
}
.testimonial-box h4 {
	margin-bottom: 15px;
	font-family: 'Mulish', sans-serif !important;
}
.testimonial-box p {
	color: #31364E;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}
.testimonial-slider.owl-carousel .owl-nav.disabled {
	display: block !important;
}
.testimonial-slider.owl-carousel button.owl-prev.disabled span,
.testimonial-slider.owl-carousel button.owl-next.disabled span{
	display: none;
}
.testimonial-slider.owl-carousel button.owl-prev.disabled,
.testimonial-slider.owl-carousel button.owl-next.disabled {
	position: relative;
	background: #fff;
	width:  50px;
	height:  50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.testimonial-slider.owl-carousel button.owl-prev.disabled:after,
.testimonial-slider.owl-carousel button.owl-next.disabled:after{
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	width: 23px;
	height: 12px;
}
.testimonial-slider.owl-carousel button.owl-prev.disabled:after {
	background-image: url("img/vector-left.png");
}
.testimonial-slider.owl-carousel button.owl-next.disabled:after {
	background-image: url("img/vector.png");
}
.client-logo {
    width: 154px;
    border:  1px solid rgba(176, 152, 242, 0.30);;
    margin: 0;
    padding: 15px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.client-logo:first-child {
    border-top-left-radius: 20px;
}
.client-logo:nth-child(4) {
	border-top-right-radius: 20px;
}
.client-logo:nth-child(9) {
    border-bottom-left-radius: 20px;
}
.client-logo:last-child {
    border-bottom-right-radius: 20px;
}
.client-logo img {
	width: auto !important;
}
.client-slider-wrapper .item img {
	width: 100%;
}

.client-slider-wrapper {
	text-align: center;display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 30px;
}
.client-slider-wrapper .navigator-1 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}
/*.slider-nav-thumbnails-2.client-slider-wrapper .navigator-1 {
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.slider-nav-thumbnails-2.client-slider-wrapper .navigator-1:after {
    content: none !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-top: 2px solid rgba(49, 54, 78, 0.06);
}*/
.client-slider-wrapper .navigator-1:after {
	content: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
	border-top: 2px solid rgba(49, 54, 78, 0.06);
}
.navigator {
	height: 68px;
	cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
}
.navigator.active {
	border-radius: 20px;
	background: #fff;
	height: 68px;
}
.navigator h3 {
	color: #202333;
	font-family: 'Mulish', sans-serif !important;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
    text-align: left;
}
.navigator h3 span {
    display: inline-block;
    width: 52px;
    font-family: 'Mulish', sans-serif !important;
    color: #202333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    vertical-align: middle;
    margin-right: 20px;
    position: relative;
    text-align: center;
}
.navigator.active h3 span:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 8px;
    left: 0;
    top: 11px;
	border-radius: 1px 20px 20px 0px;
}
.navigator.active.orange-bar h3 span:after {
	/* Standard syntax */
	background: linear-gradient(-180deg, rgba(250, 139, 38, 0.60) -20%, rgba(250, 139, 38, 0.00) 100%);
	/* Webkit (Chrome, Safari) */
	background: -webkit-linear-gradient(-180deg, rgba(250, 139, 38, 0.60) -20%, rgba(250, 139, 38, 0.00) 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(-180deg, rgba(250, 139, 38, 0.60) -20%, rgba(250, 139, 38, 0.00) 100%);
	/* Microsoft (Internet Explorer and Edge) */
	background: -ms-linear-gradient(-180deg, rgba(250, 139, 38, 0.60) -20%, rgba(250, 139, 38, 0.00) 100%);
}
.navigator.active.purple-bar h3 span:after {
	/* Standard syntax */
	background: linear-gradient(-180deg, rgba(176, 152, 242, 0.60) -20%, rgba(250, 139, 38, 0.00) 100%);
	/* Webkit (Chrome, Safari) */
	background: -webkit-linear-gradient(-180deg, rgba(176, 152, 242, 0.60) -20%, rgba(250, 139, 38, 0.00) 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(-180deg, rgba(176, 152, 242, 0.60) -20%, rgba(250, 139, 38, 0.00) 100%);
	/* Microsoft (Internet Explorer and Edge) */
	background: -ms-linear-gradient(-180deg, rgba(176, 152, 242, 0.60) -20%, rgba(250, 139, 38, 0.00) 100%);
}
.navigator.active.green-bar h3 span:after {
	/* Standard syntax */
	background: linear-gradient(-180deg, rgba(52, 201, 160, 0.60) -20%, rgba(250, 139, 38, 0.00) 100%);
	/* Webkit (Chrome, Safari) */
	background: -webkit-linear-gradient(-180deg, rgba(52, 201, 160, 0.60) -20%, rgba(250, 139, 38, 0.00) 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(-180deg, rgba(52, 201, 160, 0.60) -20%, rgba(250, 139, 38, 0.00) 100%);
	/* Microsoft (Internet Explorer and Edge) */
	background: -ms-linear-gradient(-180deg, rgba(52, 201, 160, 0.60) -20%, rgba(250, 139, 38, 0.00) 100%);
}
.navigator.active.skyblue-bar h3 span:after {
	/* Standard syntax */
	background: linear-gradient(-180deg, rgba(58, 137, 248, 0.60) -20%, rgba(250, 139, 38, 0.00) 100%);
	/* Webkit (Chrome, Safari) */
	background: -webkit-linear-gradient(-180deg, rgba(58, 137, 248, 0.60) -20%, rgba(250, 139, 38, 0.00) 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(-180deg, rgba(58, 137, 248, 0.60) -20%, rgba(250, 139, 38, 0.00) 100%);
	/* Microsoft (Internet Explorer and Edge) */
	background: -ms-linear-gradient(-180deg, rgba(58, 137, 248, 0.60) -20%, rgba(250, 139, 38, 0.00) 100%);
}
.tab-content-data .item {
    padding: 30px;
    display: flex;
    height: 100%;
    flex-direction: column;
    width: 100%;
}
.tab-content-data .owl-carousel .owl-stage {
	display: flex;
    height: 100%;
}
.tab-content-data .owl-carousel {
	height: 100%;
}
.tab-content-data .owl-carousel .owl-stage-outer,
.tab-content-data .owl-carousel.owl-drag .owl-item {
	display: flex;
	height: 100%;
}
.tab-content-data {
	margin-top: 10px;
}
.tab-content-title h3 {
    max-width: 765px;
}
.tab-content-title p {
	color: #31364E;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}
.trusted-wrapper {
    display: flex;
    flex-wrap: wrap;
}
#my-carousel {
	margin-top: 4px;
}
.tab {
    overflow: hidden;
}
/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    outline: none;
    cursor: pointer;
    padding: 8px 12px;
    transition: 0.3s;
    border-radius: 6px;
    border: 1px solid #31364E;
    color: #31364E;
    font-family: Mulish;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin:  7px;
}
/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    border: 1px solid #FA8B26;
    background: rgba(250, 139, 38, 0.15);
    color: #FA8B26;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding-top: 20px;
}
#Ai {
	display: block;
}
.testimonial-box {
	padding: 60px 35px;
    height: 98%;
}
/*-------*/
.orange-box .testimonial-box {
	border-radius: 20px;
	/*border: 1px solid #FA8B26;*/
	background: linear-gradient(180deg, rgba(250, 139, 38, 0.15) 0%, rgba(250, 139, 38, 0.00) 100%), var(--white, #FFF);
	box-shadow: 0px 14px 14px 0px rgba(37, 61, 73, 0.15);
}
.purple-box .testimonial-box {
	border-radius: 20px;
	/*border: 1px solid #B098F2;*/
	background: linear-gradient(180deg, rgba(176, 152, 242, 0.15) 0%, rgba(176, 152, 242, 0.00) 100%), var(--white, #FFF);
	box-shadow: 0px 14px 14px 0px rgba(37, 61, 73, 0.15);
}
.green-box .testimonial-box {
	border-radius: 20px;
	/*border: 1px solid #34C9A0;*/
	background: linear-gradient(180deg, rgba(52, 201, 160, 0.15) 0%, rgba(52, 201, 160, 0.00) 100%), var(--white, #FFF);
	box-shadow: 0px 14px 14px 0px rgba(37, 61, 73, 0.15);
}
.skyblue-box .testimonial-box {
	border-radius: 20px;
	/*border: 1px solid #3A89F8;*/
	background: linear-gradient(180deg, rgba(58, 137, 248, 0.15) 0%, rgba(58, 137, 248, 0.00) 100%), var(--white, #FFF);
	box-shadow: 0px 14px 14px 0px rgba(37, 61, 73, 0.15);
}
/*=============================== 
Gread Section
===============================*/
/*.purple-box:before, .green-box:before, .skyblue-box:before, .orange-box:before {
    position: absolute;
    content: '';
	top: 29px;
    right: 29px;
    left: 29px;
    bottom: 45px;
    border-radius: 20px 20px 20px 20px;
    background: linear-gradient(180deg, rgba(176, 152, 242, 0.30) 0%, rgba(176, 152, 242, 0) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}*/
.purple-box:before {
	background: linear-gradient(180deg, rgba(176, 152, 242, 0.30) 0%, rgba(176, 152, 242, 0.00) 100%), var(--white, #FFF);
}
.green-box:before {
	background: linear-gradient(180deg, rgba(52, 201, 160, 0.30) 0%, rgba(52, 201, 160, 0) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.skyblue-box:before {
	background: linear-gradient(180deg, rgba(58, 137, 248, 0.3) 0%, rgba(58, 137, 248, 0.00) 100%), var(--white, #FFF);
}
.orange-box:before {
	background: linear-gradient(180deg, rgba(250, 139, 38, 0.30) 0%, rgba(250, 139, 38, 0) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.testimonial-box h4 {
    margin-bottom: 15px;
    font-family: 'Mulish', sans-serif !important;
    font-weight: 700
}
.testimonial-box p {
    color: #31364E;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}

/* view case study block */
.viewcasestudy_section {
    position: relative;
    margin-bottom: 75px;
    padding-bottom: 100px;
    padding-top: 120px!important;
    min-height: 452px;
}
.viewcasestudy_section .viewcasestudy_block.first {
    z-index: 2;
    box-shadow: 0px 14px 30px 0px #25493814;
    position: relative;
}
.viewcasestudy_section:before {
    content: "Client Success Stories.";
    position: absolute;
    width: 100%;
    left: 0;
    top: 30px;
    z-index: 1;
    background: linear-gradient(90deg, #202333 0%, #FA8B26 70.87%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 48px;
    line-height: 59px;
    font-weight: 700;
    text-align: center;
    font-family: 'Playfair Display' !important;
}

.viewcasestudy_section .viewcasestudy_block.second {
    top: 131px;
    z-index: 1;
    right: 15px;
    left: 15px;
    box-shadow: 0px 14px 30px 0px #25493814;
}
.viewcasestudy_section .viewcasestudy_block.third {
    top: 150px;
    right: 15px;
    left: 15px;
    box-shadow: 0px 14px 30px 0px #25493814;
}

.casestudy_img {
    width: 110%;
    margin-left: -20px;
}
@media only screen and (max-width: 1024px) {
    .viewcasestudy_section .viewcasestudy_block.second {
        top: 123px;
    }
    .viewcasestudy_section .viewcasestudy_block.third {
        top: 177px;     
    }
}
@media only screen and (max-width: 991px) {
    .casestudy_img {
        width: 100%;
        margin-left: 0px;
    }       
    .viewcasestudy_section .viewcasestudy_block.first {
        height: 605px; 
    }
    .viewcasestudy_section .viewcasestudy_block.second {
        top: 119px;
    }
    .viewcasestudy_section .viewcasestudy_block.third {
        top: 126px;     
    }
    .viewcasestudy_section:before {
        font-size: 32px;
        line-height: 36px;
    }
}
.viewcasestudy_block {
    padding: 45px 45px;    
    border-radius: 20px;        
}
@media only screen and (max-width: 767px) {    
    .viewcasestudy_section .viewcasestudy_block.first {
        height: 665px;
    }
    .viewcasestudy_section:before {        
        top: 50px;
        font-size: 28px;        
    }
    .viewcasestudy_block {
        padding: 40px 20px;
    }
    .viewcasestudy_content {
        text-align: center;
    }
}
.viewcasestudy_para {
    color: #202333!important;
    font-family: 'Mulish', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.viewcasestudy_heading {
    color: #202333;
    font-family: 'Mulish', sans-serif !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 28.6px;
    border-radius: 20px
}
.bg-path-color {
    position: relative;
}
.bg-path-color:before {
    background-image: url('../img/our-services-update/orange-bg-shape.png');
    opacity: 0.3;
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    height: 100%;
    border-radius: 20px;
}
.bg-orange-color {
    position: relative;
}
.bg-purple-color, .bg-green-color {
    position: absolute;
}
.bg-orange-color:before, .bg-purple-color:before, .bg-green-color:before {
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    height: 100%;
    border-radius: 20px;    
    background-image: url('../img/our-services-update/orange-bg-shape.png')
}
.bg-orange-color:after, .bg-purple-color:after, .bg-green-color:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #FFDAB8 0%, rgba(254, 157, 70, 0.8) 100%)!important;
    border-radius: 20px;
    z-index: -1;
}
.bg-purple-color:after {
    background-image: linear-gradient(180deg, #DDD0FF 0%, rgba(154, 118, 254, 0.8) 100%)!important;
}
.bg-green-color:after {
    background-image: linear-gradient(180deg, #C9FFF0 0%, rgb(51, 201, 159, 0.7) 100%)!important; 
     
}
.bg-orange-color {    
    box-shadow: 0px 14px 30px 0px rgba(37, 61, 73, 0.08);    
}
.bg-purple-color:before {
    background-image: url('../img/our-services-update/purple-bg-shape.png')
}
.bg-green-color:before {
    background-image: url('../img/our-services-update/green-bg-shape.png')
}
.manage-py {
    padding: 44px 20px !important
}
.btn-md {
    padding: 11px 30px;
    border-radius: 6px;
    color:#FFF;    
    font-size: 14px;
    font-weight: 600;
}
.viewcasestudy_para {
    font-size: 16px !important;
    font-weight: 400!important;
    line-height: 26px !important
}

/*Casestudy*/
.our_clients-section .text-heading {
    margin-bottom: 35px;
}
.our_clients-section .videos-slider-2 .slick-slide {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 10px 8px 0px #2538490F;
    margin-right: 20px;
    margin-left: 20px;
    height: 100%!important;
    margin-top: 40px;
    margin-bottom: 18px;
}
@media only screen and (max-width: 575px) {  
    .our_clients-section .text-heading {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 0;
    }
}


.client-slider-wrapper .item img {
	width: 100%;
}

.client-slider-wrapper {
	margin-top: 25px;
    padding: 0px 20px;
}
/*.slick-track {
    display: flex !important;
    align-items: center;
    justify-content: center;
}*/
.client-slider-wrapper .slick-track {
    transform: none !important;
    border-top: 4px solid rgba(49, 54, 78, 0.06);
    /*width: 100% !important*/
}
.client-slider-wrapper .slick-slide {
	width: 100%;
	min-height: 110px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	position: relative;
    text-align: center;
    margin-left: 39px;
    margin-right: 39px;
}
.client-slider-wrapper .navigator-1:after {
    border-top: 0px solid rgba(49, 54, 78, 0.06);
}
.client-slider-wrapper .navigator-1.slick-slide:first-child {
    margin-left: 0px;
}
.client-slider-wrapper .navigator-1.slick-slide:last-child {
    margin-right: 0px;
}
.client-slider-wrapper .slick-slide {
	width: 100%;
	min-height: 110px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	position: relative;
    text-align: center;
    margin-left: 39px;
    margin-right: 39px;
}
.client-slider-wrapper .navigator-1 img {
    width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width: 991px) {
    .client-slider-wrapper .slick-slide {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .client-slider-wrapper .slick-slide {
        min-height: 70px;
    }
}

.client-slider-wrapper .navigator-1 img {
    width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {    
    .client-slider-wrapper .navigator-1 img {
        width: 80%;
    }
}
@media only screen and (max-width: 575px) {    
    .client-slider-wrapper .navigator-1 img {
        width: 65%;
    }
}

.client-slider-wrapper .slick-slide.slick-current.slick-active {	
    background: linear-gradient(180deg, rgba(250, 139, 38, 0) 16.3%, rgba(250, 139, 38, 0.14) 100%);
}

.client-slider-wrapper .slick-slide:after {
	content: '';
    position: absolute;
    left: 0;
    top: -4px;
    width: 100%;	
}
.client-slider-wrapper .slick-slide.slick-current.slick-active:after {
	border-top: 4px solid #34C9A0;
	animation: border_anim 2s linear forwards;
}
@keyframes border_anim {
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}

.client-slider-wrapper .slick-slide.slick-current.slick-active:after {	
    border-top: 4px solid #FA8B26;
	animation: border_anim 5s linear forwards;
}
.include-all-section {
    padding: 50px 0 100px 0
}


.orange-list-card {
    border-radius: 20px;
    /*border: 1px solid #FA8B26;*/
    background: linear-gradient(180deg, rgba(250, 139, 38, 0.15) 0%, rgba(250, 139, 38, 0.00) 100%), #FFF;
    box-shadow: 0px 14px 30px 0px rgba(37, 61, 73, 0.08);
    padding: 28px 25px;
    position: relative;
}
.orange-list-card:after {
    border: 1px solid;
    /*background: linear-gradient(180deg, rgba(250, 139, 38, 0.2) 0%, rgba(250, 139, 38, 0.01) 100%);*/
    border: 1px solid rgba(250, 139, 38, 0.25);
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    right: 0;
    position: absolute;
    top: 0px;
    bottom: 0;
    border-radius: 12px;
    box-shadow: 0px 14px 30px 0px #253D4914;
    border-radius: 20px;
}
@media only screen and (max-width: 767px) {
    .orange-list-card {
        margin-top: 50px;
    }
}

.our-offering-list {
    padding-left: 0;    
}
.offering-heading {
    font-family: 'Mulish', sans-serif !important;
    font-size: 18px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 14px;
}
.our-offering-list li {
    margin-bottom: 15px;
    line-height: 35px;
    display: flex;
    align-items: baseline;
}
.our-offering-list li:last-child {
    margin-bottom: 0;
}
.our-offering-list li .arrow {
    margin-right: 15px;
}

.tabs-block .viewcasestudy_content {
    padding-right: 55px;
}
.tabs-block .viewcasestudy_heading {
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px!important;
}
@media only screen and (max-width: 1199px) {
    .tabs-block .viewcasestudy_content {
        padding-right: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .tabs-block .viewcasestudy_heading {        
        font-size: 20px;
        line-height: 24px;
    }        
}
.include-all-section {
    padding: 50px 0 100px 0
}
.investors a.btn-md.btn-dark.border-0 {
    display: inline-block;
    max-width: 210px !important;
    text-align: center;
}
.laptop-image {
    width: 100%;
}
.contact_investers_wrapper p {
    color: #31364E;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 15px auto
}
.overflow-hidden {
    overflow: hidden;
    padding: 0px;
}
/*Why Systango*/
.section.bg-purple {
    position: relative;
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    padding: 0 0 100px;
    background: transparent !important;
}
.mb-35 {
    margin-bottom: 35px;
}
.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;
    -webkit-box-decoration-break: clone;
}
.gradient-purple {
    background: linear-gradient(90deg, #202333 0%, #FA8B26 90.87%);
}
.why-listing {
    margin-bottom: 40px;
}
.why-listing li {
    position: relative;
    padding-left: 40px;
    color: var(--text-color);
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 20px;
}
.why-listing li:before {
    position: absolute;
    top: 0px;
    left: 0;
    content: "";
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}
.section-6 .contact_investers_wrapper {
    border: 1px solid rgba(246, 157, 76, .5) !important;
}
.section-6 .contact_investers_wrapper:before {
    background: linear-gradient(253.43deg, rgba(248, 186, 129, 0.2) 22.26%, rgba(246, 157, 76, .15) 69.47%) !important;
}
.contact_investers_wrapper a:hover h3, .contact_investers_wrapper a:focus h3 {
    color: #FA8B26;
}
.contact_investers_wrapper h3, .contact_investers_wrapper a {
    font-size: 26px;
    font-weight: 700;
    line-height: 38px;
    max-width: 905px;
    width: 100%;
    font-family: 'Mulish', sans-serif !important;
    text-align: left;
}
/**/
.why_systango-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.why_systango-section .text-heading {
    margin-bottom: 20px;
}
.why_systango-section .para {
    margin-bottom: 35px;
}
.why_systango-section .services_content_blocks {
    padding: 35px 20px 45px 20px;
}
.why_systango-section .services_content_blocks {
    height: 100% !important;
}
.services_content_blocks {
    padding: 45px 30px 25px 30px;
    border-radius: 20px;
    margin-bottom: 20px;
    height: 100%;
    display: flex;
    flex-flow: column;
}
.ai_development_section .ai_development_box, .services_content_blocks {
    padding: 40px 20px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 14px 34px 0px #253D4926;
    position: relative;
    margin-bottom: 25px;
    /* box-sizing: content-box; */
}
.services_content_blocks::before {
    border-radius: 20px;
}
.orange-grdnt-bg:before {
    background: linear-gradient(180deg, rgba(250, 139, 38, 0.15) 0%, rgba(250, 139, 38, 0) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.why_systango-section .services_content_blocks {
    height: 100% !important;
}
.core_values_content, .services_content {
    position: relative;
    z-index: 1;
    /* height: auto; */
    /* padding-bottom: 30px; */
}
.ai_development_heading, .services_heading {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 14px;
    font-weight: 700;
    font-family: 'Muli', sans-serif !important;
}


.purple-grdnt-bg:before, .green-grdnt-bg:before, .blue-grdnt-bg:before, .orange-grdnt-bg:before {
    position: absolute;
    content: '';
    top: 1px;
    right: 1px;
    left: 1px;
    bottom: 1px;    
    border-radius: 20px 20px 20px 20px;    
    background: linear-gradient(180deg, rgba(176, 152, 242, 0.15) 0%, rgba(176, 152, 242, 0) 100%),
                linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.orange-grdnt-bg:before {
    background: linear-gradient(180deg, rgba(250, 139, 38, 0.15) 0%, rgba(250, 139, 38, 0) 100%),
                linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.green-grdnt-bg:before {
    background: linear-gradient(180deg, rgba(52, 201, 160, 0.15) 0%, rgba(52, 201, 160, 0) 100%),
                linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.blue-grdnt-bg:before {
    background: linear-gradient(180deg, rgba(123, 123, 234, 0.15) 0%, rgba(123, 123, 234, 0) 100%),
                linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.purple-grdnt-bg {    
    background: linear-gradient(180deg, rgba(176, 152, 242, 0.4) 0%, rgba(176, 152, 242, 0.12) 100%)    
}
.orange-grdnt-bg {
    background: linear-gradient(180deg, rgba(250, 139, 38, 0.4) 0%, rgba(250, 139, 38, 0.12) 100%)
}
.green-grdnt-bg {
    background: linear-gradient(180deg, rgba(52, 201, 160, 0.4) 0%, rgba(52, 201, 160, 0.12) 100%)
}
.blue-grdnt-bg {
    background: linear-gradient(180deg, rgba(123, 123, 234, 0.4) 0%, rgba(123, 123, 234, 0.12) 100%)
}
.skyblue-grdnt-bg:before {
    position: absolute;
    content: '';
    top: 1px;
    right: 1px;
    left: 1px;
    bottom: 1px;    
    border-radius: 20px 20px 0px 20px;    
    background: linear-gradient(180deg, rgba(58, 137, 248, 0.15) 0%, rgba(58, 137, 248, 0) 100%),
                linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.skyblue-grdnt-bg {
    background: linear-gradient(180deg, rgba(58, 137, 248, 0.4) 0%, rgba(58, 137, 248, 0) 100%),
                linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.mb-20 {
    margin-bottom: 20px;
}
.services_content_blocks:hover .btn-dark, .services_content_blocks:focus .btn-dark {    
    background: #202333 !important;
    color: #fff !important;
    cursor: pointer;
}
.services_content_blocks .btn-dark {    
    background: transparent !important;
    border: 1px solid #202333 !important;
    color: #202333 !important;
        width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.our-offering-list {
    padding-left: 0;
}
.our-offering-list li .arrow {
    margin-right: 15px;
        width: auto;
}
.our-offering-list li {
    margin-bottom: 0;
    line-height: 35px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #000000
}
.our_clients-section .slider-nav-thumbnails, .our_clients-section .slick-list {
    width: 100%;
}
.our_clients-section .slick-track  {
    display: flex;
}

ul.our-offering-list-bold li img {
    width: auto !important;
    margin-right: 15px;
}
ul.our-offering-list-bold {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.our-offering-list-bold li {
    display: flex;
    flex-direction: row;
    width: 49%;
}
.our-offering-list-bold li {
    display: flex;
}
.desktop_device img {
    margin-top: -2%;
}
.update-changes {
    padding-top: 100px!important;
    padding-bottom: 0;
}
.why_systango-section h5.services_heading {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.why_systango-section h5.services_heading img.img-fluid.mb-20 {
    margin: 0 15px 0 0;
}
.up-scale .process-icon {
    position: absolute;
    top: -50px;
    right: -25px;
    /* background: linear-gradient(180deg, #FFF3E8 0%, #FFF2E6 100%); */
    width: 90px;
    height: 90px;
    border-radius: 100%;
}
.up-scale .orange-section-icon {
    background: linear-gradient(180deg, #FFF3E8 0%, #FFF2E6 100%);
}
.up-scale .orange-section-icon:after {
    border-radius: 100%;
    border: 0;
    background: linear-gradient(180deg, #FFF3E8 0%, #FFF2E6 100%);
}
.up-scale .purple-section-icon {
    background: linear-gradient(180deg, #F7F4FF 0%, #ECE6FF 100%);
}
.up-scale .purple-section-icon:after {
    border-radius: 100%;
    border: 0;
    background: linear-gradient(180deg, #F7F4FF 0%, #ECE6FF 100%);
}
.up-scale .green-section-icon {
    background: linear-gradient(180deg, #F0FFFB 0%, #E6FFF8 100%);
}
.up-scale .green-section-icon:after {
    border-radius: 100%;
    border: 0;
    background: linear-gradient(180deg, #F0FFFB 0%, #E6FFF8 100%);
}
.up-scale .blue-section-icon {
    background: linear-gradient(180deg, #EAF3FF 0%, #E6F0FF 100%);
}
.up-scale .blue-section-icon:after {
    border-radius: 100%;
    border: 0;
    background: linear-gradient(180deg, #EAF3FF 0%, #E6F0FF 100%);
}

.up-scale .process-box {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 40px;
    width: 92%;
}
.up-scale .col-lg-4.col-md-6 {
    margin-top: 40px;
    margin-bottom: 40px !important;
}
.up-scale .process-detail h3 {
    margin-top: 20px;
}
img.number-img {
    position: absolute;
    left: -22px;
    top: 20%;
    z-index: 1
}
.process-detail {
    position: relative;
    z-index: 1;
}
.up-scale .process-box:before {
    position: absolute;
    content: '';
    top: 1px;
    right: 1px;
    left: 1px;
    bottom: 1px;
    border-radius: 20px;
    background: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 1;
}
.one-img.process-box:after,
.five-img.process-box:after {
    background: linear-gradient(180deg, rgba(250, 139, 38, 0.15) 0%, rgba(250, 139, 38, 0) 100%),
                linear-gradient(0deg, #FFFFFF, #FFFFFF) !important;
    box-shadow: 0px 16px 36px 0px rgba(203, 99, 4, 0.12) !important;
} 
.three-img.process-box:after {
    background: linear-gradient(180deg, rgba(52, 201, 160, 0.15) 0%, rgba(52, 201, 160, 0) 100%),
                linear-gradient(0deg, #FFFFFF, #FFFFFF) !important;
    box-shadow: 0px 16px 36px 0px rgba(20, 127, 98, 0.12) !important;
} 
.four-img.process-box:after {
    background: linear-gradient(180deg, rgba(58, 137, 248, 0.15) 0%, rgba(58, 137, 248, 0) 100%),
                linear-gradient(0deg, #FFFFFF, #FFFFFF) !important;
    box-shadow: 0px 16px 36px 0px rgba(33, 95, 183, 0.12) !important;
} 
.up-scale .process-box:after {
    content: "";
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(176, 152, 242, 0.15) 0%, rgba(176, 152, 242, 0.5) 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 0;
    box-shadow: 0px 16px 36px 0px rgba(70, 33, 171, 0.12);
}
.client-slider-wrapper a.btn-md.btn-dark.border-0 {
    margin-right: auto;
    margin-left: 15px;
}
.update-changes h3 {
    min-height: auto;
}
@media (max-width: 480px) {
    .inner-page .banner {
        height: auto;
    }
}
@media only screen and (max-width: 575px) {
    .inner-page .banner {
        min-height: 420px;
    }
    .banner-text h1 {
        font-size: 28px;
        line-height: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .banner-text h1 {
        font-size: 36px;
        line-height: 42px;
    }
}
@media only screen and (max-width: 991px) {
    .banner-text h1, .contact-banner p {
        text-align: center;
    }
}
@media only screen and (max-width: 991px) {
    .banner-text h1 {
        font-size: 48px;
        line-height: 59px;
    }
}
.group-img-mobile {
    display: none;
}
/*========================== iPhone ==========================*/
@media screen and (min-width: 320px) and (max-width: 767px) {
    .group-img-mobile {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .slider_content_slide .slick-active .square .solutions_content {
        display: block; transition: all 2s;
        height: 75px !important;
    }
    .slider-nav-thumbnails-2 .slick-slide img {
        width: 100% !important
    }
    section.container-fluid.inline_slider,
    ul.image_slider__, .col-md-12.col-lg-6.col-sm-12.mt-3.slider_height {
        height: auto !important;
    }
    body .up-scale .text-heading {
        text-align: center !important;
    }
    .bottom_section .contact_investers_wrapper p {
        margin: 20px auto 30px !important
    }
    body .left-tab-content a.btn-md.btn-dark.border-0 {
        margin: 0 auto 0 !important;
    }
    h3 {
        letter-spacing: 0 !important
    }
    body .contact-banner {
        padding-bottom: 20px !important;
    }
    .contact-banner p {
        max-width: 100%!important
    }
    .processing-section .col-sm-12 p {
        max-width: 100% !important
    }
    .group-img-desktop {
        display: none !important;
    }
    .container {
        max-width: 100% !important;
    }
    .section p.descp-para {
        font-size: 16px !important;
        font-weight: 700;
        line-height: 21px !important;
    }
    .services-wrapper {
        padding: 12px 0 0 25px !important;
    }
    .processing-section {
        padding: 30px 0 30px !important
    }
    .banner-text h1 {
        font-size: 28px !important;
        line-height: 32px;
    }
    .our-offering-list-bold li {
        width: 100%
    }
    .navigator h3 span {
        margin-right: 5px !important;
        font-size: 14px !important;
        width: 35px !important;
    }
    .navigator h3 {
        font-size: 14px !important;
        letter-spacing: 1px;
    }
    .testimonial-box h4 {
        font-size: 16px;
    }
    .testimonial-box {
        padding: 20px 15px;
    }
    .banner-text h1 {
        font-size: 36px !important; 
        line-height: 42px !important;
        margin-top: 20px;
    }
    .banner-text h1 br {
        display: none;
    }
    .inner-page .banner {
        min-height: 420px;
    }
    .mobile_device {
        display: flex !important;
        justify-content: center;
        margin-bottom: 0px;
        margin-top: -40px;
        z-index: 0;
        position: relative;
    }
    h3.subject-title {
        text-align: center;
    }
    .processing-section h2.text-heading.orange-grdnt-color br,
    h2.text-heading.orange-grdnt-color br {
        display: none;
    }
    .up-scale .process-box {
        margin: 0 auto
    }
    .banner-text p {
        margin-bottom: 16px;
    }
    .investors a.btn-md.btn-dark.border-0 {
        margin: 10px auto 10px;
        padding: 10px !important;
        width: 100% !important;
    }
    .desktop_device {
        display: none;
    }
    .one_section .contact_investers_wrapper {
        padding: 20px 40px !important;
    }
    .contact_investers_wrapper ul {
        flex-direction: column;
    }
    .contact_investers_wrapper ul li {
        margin: 20px 0;
    }
    .processing-section h2.text-heading.orange-grdnt-color, .apd-development-lifecycle h2.text-heading.orange-grdnt-color {
        margin-bottom: 25px !important;
    }
    .container {
        max-width: 100% !important
    }
    .viewcasestudy_block .col-md-6 {
        max-width: 100%;
        text-align: center;
    }
    .viewcasestudy_block .col-md-6 {
        margin-top: 30px;
    }
    .update-changes {
        padding-top: 50px !important;
    }
    .left-tab-content {
        padding: 50px 0 50px 0!important
    }
    .why_systango-section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .section.bg-purple {
        padding-bottom: 50px !important
    }
    .col-12.col-lg-4.text-md-center.text-right {
        text-align: center !important;
    }
    h2.text-heading.text-left.orange-grdnt-color {
        text-align: center !important;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .client-slider-wrapper a.btn-md.btn-dark.border-0 {
        margin: 0 auto !important
    }
    .heading-text span.heading.gradient-purple {
        font-size: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 !important;
    }
    .heading-text h2 {
        margin-bottom: 15px !important
    }
    .contact_investers_wrapper h3, .contact_investers_wrapper a {
        font-size: 20px !important;
        font-weight: 700;
        line-height: 27px !important;
    }
    .viewcasestudy_block {
        padding: 0 20px 40px !important;
    }
    .our_clients-section .text-heading {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 0 !important;
    }
    .our-offering-list li {
        font-size: 14px;
        align-items: flex-start !important;
    }
    .our-offering-list li img {
        margin-top: 10px;
    }
    .animation_image img {
        width: 100% !important;
        margin-bottom: 40px;
    }
    .animation_image:after {
        background-size: 160px !important;
    }
    .up-scale .row {
        flex-direction: column-reverse;
    }
    .contact_investers_wrapper ul li {
        padding-bottom: 0 !important;
    }
    section.container-fluid.inline_slider {
        padding: 50px 0 60px !important
    }
    h3 > span,
    .bottom_section .contact_investers_heading {
        font-size: 2rem !important;
        line-height: 40px !important;
    }
    h3 br,
    .bottom_section .contact_investers_heading br {
        display: none;
    }
    body section.container-fluid.bottom_section.price_plan {
        margin-bottom: 60px !important;
        margin-top: 0 !important;
    }
    .our_clients-section {
        padding-bottom: 50px !important;
        padding-top: 50px !important;
    }
    .different-section h3.subject-title {
        text-align: center !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {

    .up-scale .col-sm-12.col-md-12.col-lg-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .slider_content_slide .slick-active .square .solutions_content {
        display: block; transition: all 2s;
        height: 75px !important;
    }
    .container {
        max-width: 100% !important;
    }
    .slider_height h3 {
        text-align: center !important;
        letter-spacing: 0;
    }
    section.container-fluid.inline_slider,
    ul.image_slider__, .col-md-12.col-lg-6.col-sm-12.mt-3.slider_height {
        height: auto !important;
    }
    .afterEffect::before {
        max-width: 200px !important
    }
    body .up-scale .text-heading {
        text-align: center !important;
    }
    .processing-section .row {
        align-items: stretch;
        flex-direction: column-reverse;
    }
    .content_area {
        margin-top: 50px !important
    }
    .contact-banner p {
        max-width: 100%!important
    }
    .processing-section .col-sm-12 p {
        max-width: 100% !important
    }
    .different-section h3.subject-title {
        text-align: center !important;
    }
    .group-img-mobile {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .group-img-desktop {
        display: none !important;
    }
    .our-offering-list li {
        font-size: 14px;
    }
    .banner-text h1 {
        font-size: 36px !important; 
        line-height: 42px !important;
        margin-top: 20px;
    }
    .banner-text h1 br {
        display: none;
    }
    .inner-page .banner {
        min-height: 420px;
    }
    .mobile_device {
        display: flex !important;
        justify-content: center;
        margin-bottom: 0px;
        margin-top: -40px;
        z-index: 0;
        position: relative;
    }
    .desktop_device {
        display: none !important;
    }
    .investors a.btn-md.btn-dark.border-0 {
        margin: 0 auto
    }
    .why_systango-section .row.align-items-stretch {
        justify-content: center;
    }
    .container {
        max-width: 100% !important
    }
    .viewcasestudy_block .row.align-items-center {
        flex-direction: column-reverse;
    }
    .viewcasestudy_block .col-md-6 {
        max-width: 100%;
        text-align: center;
    }
    .viewcasestudy_block .col-md-6 {
        margin-top: 30px;
    }
    .our-offering-list-bold li {
        width: 100%
    }
    .navigator h3 span {
        margin-right: 5px !important;
        font-size: 14px !important;
        width: 35px !important;
    }
    .navigator h3 {
        font-size: 14px !important;
        letter-spacing: 1px;
    }
    .testimonial-box h4 {
        font-size: 18px;
    }
    .testimonial-box {
        padding: 30px 25px;
    }
    .col-12.col-lg-4.text-md-center.text-right {
        text-align: center !important;
    }
    h2.text-heading.text-left.orange-grdnt-color {
        text-align: center !important;
        /*display: flex;*/
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .client-slider-wrapper a.btn-md.btn-dark.border-0 {
        margin: 0 auto !important
    }
    .heading-text span.heading.gradient-purple {
        font-size: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 !important;
    }
    .heading-text h2 {
        margin-bottom: 15px !important
    }
    .contact_investers_wrapper h3, .contact_investers_wrapper a {
        font-size: 20px !important;
        font-weight: 700;
        line-height: 27px !important;
    }
    .viewcasestudy_block {
        padding: 0 20px 40px !important;
    }
    .our_clients-section .text-heading {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 0 !important;
    }
    img.casestudy_img {
        width: 100%;
        margin: 0 !important;
    }
    .contact_investers_wrapper ul li {
        width: 30%;
    } 
    .contact_investers_wrapper ul {
        justify-content: center !important;
    }
    .animation_image img {
        width: 80% !important
    }
    .animation_image {
        text-align: center;
    }
    .left-tab-content {
        padding: 50px 0 !important
    }
    h3 > span,
    .bottom_section .contact_investers_heading {
        font-size: 2rem !important;
        line-height: 45px !important;
    }
    /*h3 br,
    .bottom_section .contact_investers_heading br {
        display: none;
    }*/
    .inline_slider .col-md-12.col-lg-6.col-sm-12.mt-3 img {
        text-align: center;
        margin: 0 auto 40px;
        display: flex;
        width: 100%
    }
    section.container-fluid.inline_slider {
        padding-bottom: 30px !important
    }
    .our_clients-section {
        padding: 50px 0 !important
    }
}
body .left-tab-content a.btn-md.btn-dark.border-0 {
    display: block;
    max-width: 145px;
    margin: 30px auto 0;
}
.one_section .contact_investers_wrapper.text-center {
    /*padding: 15px 40px !important;*/
}

@media all and (device-width: 1095px) and (device-height: 768px) and (orientation:landscape) {
    .inner-page .banner .col-sm-12.col-md-12.col-lg-6 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        text-align: center !important;
    }
    .banner-text h1 {
        text-align: center !important;
    }
    img.casestudy_img {
        width: 100%;
        margin: 0 !important;
    }
    body .group-img-mobile {
        display: none !important;
    }
    body .group-img-desktop {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
}
@media screen and (min-width: 570px) and (max-width: 1179px) {
    .inner-page .banner .col-sm-12.col-md-12.col-lg-6 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        text-align: center !important;
    }
    .slider_height h3 {
        text-align: center !important;
        letter-spacing: 0;
    }
    .banner-text h1 {
        text-align: center !important;
    }
    .our-offering-list li {
        font-size: 14px;
    }
    img.casestudy_img {
        width: 100%;
        margin: 0 !important;
    }
    .services-wrapper {
        padding: 12px 0 0 25px !important;
    }
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .group-img-mobile {
        display: none !important;
    }
    .group-img-desktop {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .up-scale .col-sm-12.col-md-12.col-lg-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
@media all and (device-width: 1179px) and (device-height: 570px) and (orientation:landscape) {
    .inner-page .banner .col-sm-12.col-md-12.col-lg-6 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        text-align: center !important;
    }
    .banner-text h1 {
        text-align: center !important;
    }
    body .client-slider-wrapper a.btn-md.btn-dark.border-0 {
        margin: 0 !important;
        margin-right: auto !important;
    }
    img.casestudy_img {
        width: 100%;
        margin: 0 !important;
    }
    .group-img-desktop img {
        width: 100% !important;
    }
}
@media screen and (min-width: 820px) and (max-width: 1180px) {
    .inline_slider h3 br {
        display: none;
    }
    .slider_content_slide .slick-active .square .solutions_content {
        display: block; transition: all 2s;
        height: 75px !important;
    }
    .slider_height h3 {
        text-align: center !important;
        letter-spacing: 0;
    }
    section.container-fluid.inline_slider,
    ul.image_slider__, .col-md-12.col-lg-6.col-sm-12.mt-3.slider_height {
        height: auto !important;
        padding-top: 50px !important;
    }
    .afterEffect::before {
        max-width: 200px !important
    }
    body .up-scale .text-heading {
        text-align: center !important;
    }
    .inline_slider h3 span {
        line-height: 40px !important;
        font-size: 2rem !important
    }
    .container {
        max-width: 100% !important;
    }
    .processing-section .col-sm-12 p {
        max-width: 100% !important
    }
    .contact-banner p {
        max-width: 100%!important
    }
    .group-img-desktop img {
        width: 100% !important;
    }
    .inner-page .banner .col-sm-12.col-md-12.col-lg-6 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        text-align: center !important;
    }
    img.casestudy_img {
        width: 80%;
        margin: 32px auto 0 !important;
    }
    .different-section h3.subject-title {
        text-align: center !important;
    }
    .banner-text h1 {
        text-align: center !important;
    }
    .banner-text h1 {
        font-size: 36px !important; 
        line-height: 42px !important;
        margin-top: 20px;
    }
    .banner-text h1 br {
        display: none;
    }
    .inner-page .banner {
        min-height: 420px;
    }
    .mobile_device {
        display: flex !important;
        justify-content: center;
        margin-bottom: 0px;
        margin-top: -40px;
        z-index: 0;
        position: relative;
    }
    .desktop_device {
        display: none !important;
    }
    .investors a.btn-md.btn-dark.border-0 {
        margin: 0 auto
    }
    .why_systango-section .row.align-items-stretch {
        justify-content: center;
    }
    .container {
        max-width: 100% !important
    }
    .viewcasestudy_block .row.align-items-center {
        flex-direction: column-reverse;
    }
    .viewcasestudy_block .col-md-6 {
        max-width: 100%;
        text-align: center;
    }
    .viewcasestudy_block .col-md-6 {
        margin-top: 30px;
    }
    .our-offering-list-bold li {
        width: 100%
    }
    .navigator h3 span {
        margin-right: 5px !important;
        font-size: 14px !important;
        width: 35px !important;
    }
    .navigator h3 {
        font-size: 14px !important;
        letter-spacing: 1px;
    }
    .testimonial-box h4 {
        font-size: 18px;
    }
    .testimonial-box {
        padding: 30px 25px;
    }
    .col-12.col-lg-4.text-md-center.text-right {
        text-align: center !important;
    }
    h2.text-heading.text-left.orange-grdnt-color {
        text-align: center !important;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .client-slider-wrapper a.btn-md.btn-dark.border-0 {
        margin: 0 auto !important
    }
    .heading-text span.heading.gradient-purple {
        font-size: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 !important;
    }
    .heading-text h2 {
        margin-bottom: 15px !important
    }
    .contact_investers_wrapper h3, .contact_investers_wrapper a {
        font-size: 20px !important;
        font-weight: 700;
        line-height: 27px !important;
    }
    .viewcasestudy_block {
        padding: 0 20px 40px !important;
    }
    .our_clients-section .text-heading {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 0 !important;
    }
    .left-tab-content .col-sm-12.col-md-12.col-lg-12.tab-content-data {
        padding: 0 !important
    }
    .left-tab-content .col-sm-12.col-md-12.col-lg-12.tab-content-data > .row {
        margin: 0 !important
    }

    .animation_image img {
        width: 80% !important
    }
    .animation_image {
        text-align: center;
    }
}
@media all and (device-width: 1180px) and (device-height: 820px) and (orientation:landscape) {
    .desktop_device {
        display: flex !important;
    }
    .mobile_device {
        display: none !important;
    }
    .group-img-desktop img {
        width: 100% !important;
    }
}
/*.our_clients-section {
    padding-bottom: 50px;
}*/
.orange-bar.active h3 {
    color: rgba(250, 139, 38, 1);
}
.purple-bar.active h3 {
    color: rgba(176, 152, 242, 1)
}
.green-bar.active h3 {
    color: rgba(52, 201, 160, 1)
}
.skyblue-bar.active h3 {
    color: rgba(58, 137, 248, 1)
}
.our_clients-section {
    padding-bottom: 100px;
    padding-top: 90px;
    background: #F8FAFC;
}


.our-offering-list-bold li a {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #292b2c;
}
.our-offering-list-bold li a:hover,
.our-offering-list-bold li a:focus {
    color: #FA8B26 !important
}
/* Inline Slider */
/*.slider_height {
    min-height: 714px;
    height: 100%;
}*/
.square {
    border-left: 3px solid hsla(0, 0%, 0%, 0.149);
    margin-bottom: 25px;
}
.square .highlighter {
    position: relative;
    overflow: hidden;
}
.square .highlighter::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;}
.square.highlighter .solutions_content {
    display: block; transition: all 2s;
}

.solutions_title {
    padding: 9px 20px 7px 20px;
    margin-bottom: 0;
    position: relative;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    font-family: 'Mulish', sans-serif !important;
}
.solutions_content {
    padding: 7px 20px 9px 20px;
    position: relative;
    color: #31364E;
}
.highlighter .solutions_content {
    display: block;
}
.tab-content-data img {
    width: 100%;
    margin-top: -5%;
}
/*TechStack*/
section.container-fluid.bottom_section.price_plan {
    margin-bottom: 90px !important;
    margin-top: 90px;
}
.bottom_section .contact_investers_wrapper {
    border: 1px solid #fa8b2680;
}
.bottom_section .contact_investers_wrapper:before {
    background: linear-gradient(253.43deg, rgba(248, 186, 129, 0.2) 22.26%, rgba(246, 157, 76, 10%) 69.47%) !important;
}
.bottom_section .contact_investers_wrapper p {
    text-align: center;
    margin: 20px auto !important;
    max-width: 710px;
}
.bottom_section .contact_investers_heading {
    font-family: "Playfair";
    font-size: 48px;
    font-weight: 700;
    line-height: 59px;
    letter-spacing: 0em;
    text-align: center;
    background: linear-gradient(90deg, #202333 30%, #FA8B26 70.87%);
    margin-bottom: 5px !important;
}
.bottom_section .contact_investers_wrapper a {
    font-size: 14px !important;
    font-weight: 700 !important;
}
.btn-dark:hover {
    background: #202333 !important;
    color: #fff !important;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
}
section.container-fluid.inline_slider {
    padding: 80px 0 60px;
    height: 930px;
        overflow: hidden;
}
ul.image_slider__,
.col-md-12.col-lg-6.col-sm-12.mt-3.slider_height {
    height: 730px;
        overflow: hidden;
}
p.fnb-text {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
    margin-bottom: 12px !important;
}
.content_area p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px
}
.up-scale .text-heading {
    margin-bottom: 40px !important;
    text-align: left !important;
}
.animation_image {
    position: relative;
}
.animation_image:after {
    position: absolute;
    content: "";
    background: url(../img/ai-agent/chat-anim.gif);
    background-size: 220px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 10;
    left: -25px;
    bottom: -48%;
}
.animate_image img {
    display: none;
}
/*.highlighter img.img-fluid {
    display: flex;
}*/
.image_slider__ .highlighter img.img-fluid {
    display: flex;
}
.animate_image.highlighter:before {
    content: none !important;
}
.image_slider__ .square {
    border-left: 0 !important;
        margin: 0 !important;
}
.animate_image {
    position: relative;
}
.animate_image:after {
    position: absolute;
    content: "";
    background: url(../img/ai-agent/chat-anim.gif);
    background-size: 220px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 10;
    left: -25px;
}
#div11:after {
    bottom: -48%;
}
#div12:after {
    bottom: -38%;
}
#div13:after {
    bottom: -18%;
}
#div14:after {
    bottom: -38%;
}
#div15:after {
    bottom: -48%;
}
#div16:after {
    bottom: -58%;
}




.slider_content_slide .slick-track {
    display: flex;
    flex-direction: column;
}
.slider_content_slide .slick-slide {
    width: 100% !important;
    /*height: auto !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;
}