body{
	margin:0;
	padding: 0;
}
.container{
    padding: 0 5rem;
}
.page-width{
	width: 100%;
    margin: 0 auto;
    padding: 1rem;
}
.header-1{
  background: #4a2da1;
}
.image-with-text{
	padding: 3rem 0 0;
}
.image-with-text .container{
	padding-right: 0;
}
.image-with-text-inner{
	display: flex;
	gap: 5rem;
}
.colum-1 {
    width: 50%;
    padding: 0rem 0rem;
    display: flex;
    align-items: center;
}
.colum-2{
	width: 50%;
}
.right-img{
	width: 100%;
	height: 100%;
}
.right-img img{
	width: 100%;
	height: 100%;
}
.left-content {
	padding: 2rem;
}
.left-content h1{
	color:#4A2DA1;
	font-size: 60px;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	font-family: jaldi;
}
 .left-content h3{
	text-align: left;
    color: black;
    font-family: Jura;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    margin-bottom: 1.5rem;
}
.left-content p{
	color: #575757;
	font-size: 18px;
    margin: 0;
    font-family: Inter;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
}
 .sb-title h4 {
    margin: 0;
    font-family: poppins;
    font-size: 30px;
    line-height: 1.5;
    color: #222127;
    font-weight: 400;
    text-transform: capitalize;
}

.Business-solution{
	padding: 5rem 0;
	background: #E2F3FF;
	position: relative;

}
.yellow-circle {
    position: absolute;
    right: 3%;
    top: 30px;
}

.project-img-txt{
	display: flex;
	gap: 5rem;
	align-items: center;
}
.client-div{
	width: 50%;
}
.project-img img{
	width: 100%;
}
.business-title {
    padding: 2rem 0;
}
.business-title {
    padding-bottom: 0;
}
.business-title h3 {
    color: #0C0032;
    font-size: 40px;
    margin: 0;
    font-family: Jura;
    text-transform: capitalize;

}
.sub-text{
	margin: 2rem 0;
}
.sub-text h5{
	color: #3F3A4E;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	font-family: poppins;
	margin-bottom: 1rem;
}
.client-content {
    padding: 0 3rem 0 4rem;
}
.third-sec .sub-text {
    padding-right: 4rem;
}
.third-sec{
	padding: 2rem 0 5rem;
}

.multicolumn{
	display: none;
	padding: 5rem 0;
	background: #DBF0FF;
}
.multi-heading h3 {
    font-size: 40px;
    font-family: jura;
    font-weight: 700;
    text-transform: capitalize;
}
.multi-heading{
	width: 30%;
}
.multi-column-flex {
    display: flex;
    gap: 3rem;
    align-items: center;
}
.multicol-1{
	width: 33.33%;
	text-align: center;
}
.multicol-1 img{
	width: 100%;
	height: auto;
}
.multicol-1 h4{
	margin: 0;
    font-family: jura;
    font-size: 30px;
    line-height: 1.5;
    color: #0F0E0E;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    margin-top: 15px;

}
.multicol-1 span{
	color: #585A62;
	font-size: 20px;
	font-family: poppins;
	font-weight: 300;
	text-align: center;
}
#post-section .col-lg-8 {
    width: 100%;
}
#breadcrumb-section{display:none;}
.post-section .container {
    padding: 0 0rem !important;
    width: 100% !important;
    max-width: 100% !important;
}
.yellow-circle {
    position: relative;
    top: -30px;
    width:100%!important;
    
}
.yellow-circle img{
    position: absolute;
    right: 0px;
    width:110px;animation: moveLeftRight2ab 8s infinite alternate ease-in-out;
}

section.image-with-text .row {
    margin: 0;
}
.left-content h3 {
    color: #0C0032;
}
section.image-with-text .colum-2 {
    margin-right: -90px;
}
.client-content p {
    font-size: 18px;
}
.topcubebox {
    position: absolute;
    left: 40%;
    top: 100px;
    animation: moveLeftRight3ab 8s infinite alternate ease-in-out;
}
section.image-with-text.third-sec {
    position: relative;
}
.multicol-1 span {
    font-weight: 400;
    text-transform: capitalize;
}




@media only screen and (min-width: 320px) and (max-width: 830px){
	.mobile-menu{
    display: block;
}
.topnav {
  overflow: hidden;
 background: #4a2da1;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  	color: #FFF;
    font-family: Jaldi;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  	padding: 14px 16px;
  	text-decoration: none;
  	display: block;
}

.topnav a.icon {
  background: transparent;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background: transparent;
  color: #fff;
}

.active {
    background-color: #4a2da1;
}


.image-with-text-inner {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}
.image-with-text .container {
    padding: 0;
}
.colum-1 {
    width: 100%;
}
.colum-2 {
    width: 100%;
}
.left-content h1 {
    color: #4A2DA1;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-family: jaldi;
}
.left-content h3 {
    color: black;
    font-family: Jura;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    margin-bottom: 1.5rem;
}
.left-content p {
    color: #575757;
    font-size: 16px;
    margin: 0;
    text-align: center;
    font-family: Inter;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
}
.image-with-text, 
	.left-content {
		padding: 0;
	}

            /*			----- sec-2-------*/

.project-img-txt {
    display: flex;
    gap: 5rem;
    align-items: center;
    flex-direction: column-reverse;
}
.client-div{
	width: 100%;
}
.client-content {
    padding: 0 0rem 0 0rem;
}
.business-title {
    padding: 1rem 0;
}
.business-title h3 {
    font-size: 30px;
    margin: 0;
    font-family: Jura;
    text-align: center;
    line-height: 1.5;
    text-transform: capitalize;
}
.sub-text h5 {
    color: #3F3A4E;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    font-family: poppins;
    margin-bottom: 1rem;
    text-align: center;
}
.sub-text p {

    margin: 0;
    font-family: Inter;
    text-align: center;
    font-size: 16px;
}
.sb-title h4 {
    margin: 0;
    font-family: poppins;
    font-size: 26px;
    line-height: 1.5;
    color: #222127;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
}
.third-sec .sub-text {
    padding-right: 0rem;
}
  			/*			------ sec multicolumn-------*/
.multi-heading{
	width: 100%;
}
.multi-heading h3 {
    color: #0C0032;
    font-size: 30px;
    font-family: jura;
    font-weight: 700;
    text-align: center;
}
.multi-column-flex {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-direction: column;
}
.multicol-1 {
    width: 100%;
    text-align: center;
}
.multicol-1 img {
    width: 100%;
    height: auto;
}
.multicol-1 h4 {
    margin: 0;
    font-family: jura;
    font-size: 24px;
    line-height: 1.5;
    color: #0F0E0E;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    margin-top: 15px;
}
.multicol-1 span {
    color: #585A62;
    font-size: 18px;
    font-family: poppins;
    font-weight: 300;
    text-align: center;
}
}

@keyframes moveLeftRight2ab {
  0% {
    right: 20px;
  }
  100% {
    right: 100px;
  }
}
@keyframes moveLeftRight3ab {
  0% {
  }
    left: 24%;
  100% {
    right: 40%;
  }
}