h2,h3{
	letter-spacing:-0.5px;
}
/* banner-start */
.banner {
	margin-top:75px;
	padding-top: 40px;
  }
  .banner-content p {
	margin-bottom: 10px;
	color: #35417f;
	font-weight: 600;
  }
  /* banner-end */
  /* backend-management-start */
  .backend-management {
	padding: 25px 0;
	position: relative;
	overflow: hidden;
  }
  .backend-img {
	margin-bottom: 20px;
	position: relative;
  }
  .backend-img::after {
	position: absolute;
	content: "";
	right: 54px;
	top: -25px;
	background: url("../images/backend.svg") center no-repeat;
	background-size: 35px 30px;
	clip-path: polygon(49% 0, 100% 48%, 51% 100%, 0 50%);
	width: 90px;
	height: 90px;
	background-color: #ec4384;
  }
  .backend-content{
	background-color: #35417F;
	padding: 20px 15px;
  }
  .backend-content h2 {
	color: #61d3e3;
  }
  .backend-content p {
	color: #61d3e3;
  }
  /* backend-management-end */
  /* efficient-migration-start */
  .efficient-migration {
	padding: 25px 0;
	position: relative;
	overflow: hidden;
  }
  .efficient-content h2 {
	color: #043f7b;
	font-weight: 800;
  }
  .efficient-content p {
	color: #043f7b;
	margin-bottom: 20px;
  }
  .brands-img {
	position: relative;
	margin-bottom: 80px;
  }
  .brands-img::after {
	position: absolute;
	content: "";
	top:70%;
	left:28%;
	background: url("../images/efficient-migration.svg") center no-repeat;
	background-size: 50px 50px;
	clip-path: polygon(49% 0, 100% 48%, 51% 100%, 0 50%);
	width: 90px;
	height: 90px;
	background-color: #61d3e3;
  }
  .brands-img,.efficient-img,.banner-img{
    margin-right: -15px;
  }
  .efficient-img{
	text-align: right;
  }
  /* efficient-migration-end */
  /* integration-start  */
  .integration {
	padding: 25px 0;
	position: relative;
  }
  .triangle-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
    height: 180px;
	background-color: #043f7b;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
  .integration::before {
	position: absolute;
	content: "";
	top:20px;
	left:58px;
	background: url("../images/integration-mozark.svg") center no-repeat;
	background-size: 50px 50px;
	clip-path: polygon(49% 0, 100% 48%, 51% 100%, 0 50%);
	width:100px;
	height:100px;
	background-color: #ec4384;
	mix-blend-mode: multiply;
	z-index: 1;
  }
  .integration-content {
	padding-top: 145px;
  }
  .integration-content h2 {
	color: #043f7b;
	font-weight: 800;
  }
  .integration-content p {
	color: #043f7b;
  }
  /* integration-end  */
  /* public-interaction-start */
  .public-interaction {
	padding: 25px 0;
	position: relative;
  }
  .public-interaction::after {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	height: 200px;
	width: 300px;
	background-color: rgba(239, 78, 144, 0.2);
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	z-index: -1;
  }
  .desktop-img {
	text-align: center;
	margin-bottom: 15px;
  }
  .public-text h3 {
	font-size: 2.4rem;
	font-weight: 700;
	color: #043f7b;
  }
  .public-text p {
	font-weight: 500;
	margin-bottom: 15px;
	color: #043f7b;
  }
  .public-text .btn {
	text-transform: uppercase;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	padding: 8px;
	border-radius: 8px;
	background-color: #16cde1;
	margin-bottom: 20px;
  }
  .mobile-img{
	text-align: center;
  }
  /* public-interaction-end */
  /* contact-us-section-start */
.contact-us {
	padding: 25px 0;
	background-color: #f5f5f5;
	text-align: center;
	border:4px solid #0babc1;
  }
  
  .contact-info h2 {
	margin-bottom: 15px;
  }
  
  .contact-info p {
	margin-bottom: 15px;
  }
  
  .contact-info .btn {
	display: inline-block;
	text-transform: capitalize;
	text-align: center;
	background-color: #e42c38;
	padding: 20px;
	color: #fff;
	border-radius: 5px;
	font-size: 1.6rem;
	border: 2px solid transparent;
	transition: 0.3s all;
	font-weight:700;
  }
  .contact-info .btn:hover {
	background-color: #f5f5f5;
	color: #14151b;
	border: 2px solid #e42c38;
  }
  /* contact-us-section-end */

 /* Math Section Start*/

.math-banner {
	width: 100%; 
	display:block;
}
.math-can-see {
	padding:60px 0; 
	text-align: center;
	background:url("../images/sessions-bg.png")no-repeat center center;
	background-size: cover;
	}
.math-banner-can-see{
	margin-top: 40px;
	}
.math-can-see h2, .dynamic-section h2 {
	font-size:32px;
	line-height:1;
}
section.math-can-see p, .dynamic-section p {
	color: #0F0F0F;
	text-align: center;
	font-size:20px;
	font-weight: 500;
	line-height:1.32;
}
 /* Math Section End */
 /* Dynamic section styling */
 .dynamic-section{
	padding:50px 0;
	text-align: center;
 }
 /* Dynamic section styling Close */
/* Virtual Section styling */
.virtual-meet-section{
	background:url(../images/virtual-bg.jpg) no-repeat;
	width:100%;
	background-size:100% 100%;
	padding:50px 0;
}
.virtual-wrap{
	margin-bottom:40px;
}
.virtual-box{
	box-shadow: 3px 4px 5px 0px rgb(0 0 0 / 25%);
    padding: 50px 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    margin-bottom: 30px;
	background-color: rgba(255, 255, 255, 0.2);
	max-width: 580px;
	text-align: center;
}
.virtual-box h3{
	font-size: 22px;
}
.virtual-box p{
	font-size:1.8rem;
}
.virtual-right {
	margin-bottom:30px;
  }
/* Virtual Section styling close */
  /* responsive */
  @media all and (min-width:370px){
	.virtual-box h3 {
		font-size: 26px;
	  }
  }
  @media all and (min-width: 768px) {
	/* banner-start */
	.banner {
	  padding: 50px 0 0;
	  min-height: 354px;
	  overflow: visible;
	}
	/* .banner::before {
	  width: 190px;
	  height: 295px;
	} */
	.banner-content {
	  width: 39%;
	  padding-top: 50px;
	}
	.banner-content p {
	  margin-bottom: 0px;
	}
	.banner-img {
	  width: 56%;
	  height: 100%;
	  position: absolute;
	  right: 0;
	  top: 25px;
	  margin-right: 0;
	}
	.banner-img img {
	  display: block;
	  max-height: 450px;
	  object-fit: cover;
	  object-position: center center;
	}
	/* banner-end */
	/* backend-management-start */
	.backend-management {
	  padding:60px 0;
	}
	.backend-management-wrapper {
	  display: flex;
	}
	.backend-img {
	  width: 49%;
	  margin-bottom: 0px;
	}
	.backend-content {
	  width: 42%;
	  padding: 44px 0 0 49px;
	  background-color: inherit;
	}
	.clr-blue {
	  position: absolute;
	  left: 310px;
	  top: -46px;
	  width: 1019px;
	  height: 648px;
	  transform: rotate(45deg);
	  background-color: #35417f;
	  z-index: -1;
	}
	.clr-blue::before {
	  content: "";
	  position: absolute;
	  top: 100%;
	  left: -100%;
	  height: 100%;
	  width: 100%;
	  background-color: rgba(239, 78, 144, 0.2);
	  pointer-events: none;
	  z-index: -1;
	}
	.clr-blue::after {
	  content: "";
	  position: absolute;
	  top: 100%;
	  left: 0;
	  height: 100%;
	  width: 100%;
	  background-color: #61d3e3;
	  pointer-events: none;
	  z-index: -1;
	}
	/* backend-management-end */
	/* efficient-migration-start */
	.efficient-migration {
	  padding: 50px 0;
	  min-height: 555px;
	}
	.efficient-content {
	  width: 45%;
	}
	.efficient-content p {
	  margin-bottom: 0px;
	}
	.brands-img {
	  margin-bottom: 0;
	  width: 53%;
	  position: absolute;
	  right: 0;
	  top: 0;
	  margin-right: 0;
	  text-align: end;
	}
	.brands-img::after {
	  top: 65%;
	  left: 18%;
	  background-size: 70px 70px;
	  width: 150px;
	  height: 150px;
	}
	.efficient-img {
	  width: 35%;
	  position: absolute;
	  right: 0;
	  bottom: 0;
	  text-align: end;
	}
	/* efficient-migration-end */
	/* integration-start  */
	.integration {
	  padding: 50px 0;
	}
	.triangle-content {
	  top: -45px;
	  width: 230px;
	  height:360px;
	}
	.integration::before {
	  top: 40px;
		left: 174px;
		background-size: 70px 70px;
		width: 150px;
		height: 150px;
	}
	.integration-content {
	  width: 51%;
	  margin-left: auto;
	  padding-top: 61px;
	}
	/* integration-end  */
	/* public-interaction-start */
	.public-interaction {
	  padding: 50px 0 228px;
	}
	.public-wrapper {
	  position: relative;
	}
	.desktop-img {
	  margin-bottom: 0px;
	}
	.public-text {
	position: absolute;
	left: 8%;
	top: 39%;
	max-width: 275px;
	width: 100%;
	}
	.public-text h3 {
	  font-size:2rem;
	  color: #fff;
	}
	.public-text p {
	  font-size:1.4rem;
	  color: #fff;
	}
	.public-text .btn {
	  margin-bottom: 0;
	}
	.mobile-img {
	  position: absolute;
	  right: 11px;
	  top: 25%;
	}
	.public-interaction::after {
	  height: 312px;
	  width: 444px;
	}
	/* public-interaction-end */
	 /* contact-us-section-start */
	 .contact-us {
		padding: 50px 0;
		border:8px solid #0babc1;
	  }
	  .contact-info {
		max-width:845px;
		margin: auto;
	  }
	  /* contact-us-section-end */
	  /* Virtual Section styling */
	  .virtual-wrap{
		display:flex;
		justify-content: space-between;
		align-items:center;
	  }
	  .virtual-left{
		width:48%;
	  }
	  .virtual-right{
		width:48%;
	  }
	  /* Virtual Section styling close*/
  }
  @media all and (min-width: 992px) {
	p{
		line-height:1.4;
	}
	/* banner-start */
	.banner {
	  min-height:450px;
	}
	.banner-content p {
	  font-size: 1.8rem;
	}
	.banner-img img{
		max-height: none;
	}
	/* banner-end */
	/* backend-management-start */
	.backend-content h2 {
	  font-size: 4.5rem;
	}
	.backend-content p {
	  font-size: 1.8rem;
	}
	.clr-blue {
	  left: 353px;
	  top: 61px;
	  width: 1162px;
	  height: 720px;
	}
	/* backend-management-end */
	/* efficient-migration-start */
	.efficient-migration {
	  min-height: 667px;
	}
	.efficient-content h2 {
	  font-size: 4.5rem;
	}
	.efficient-content p {
	  font-size: 1.8rem;
	}
	.brands-img::after {
	  left:22%;
	}
	/* efficient-migration-end */
	/* integration-start  */
	.triangle-content {
	  top: -65px;
	  width: 262px;
	  height: 363px;
	}
	.integration::before {
		left: 211px;
	}
	.integration-content h2 {
	  font-size: 4.5rem;
	}
	.integration-content p {
	  font-size: 1.8rem;
	}
	/* integration-end  */
	/* public-interaction-start */
	.public-interaction::after {
	  height: 460px;
	  width: 601px;
	}
	/* public-interaction-end */
	/* contact-us-section-start */
.contact-info h2 {
	font-size: 3.6rem;
	margin: auto;
	margin-bottom: 14px;
	letter-spacing: -1px;
}
/* contact-us-section-end */
  }
  @media all and (min-width: 1024px) {
	/* banner-start */
	.banner {
	  min-height: 449px;
	}
	.banner-content p {
	  font-size: 2.2rem;
	}
	/* banner-end */
	/* backend-management-start */
	.backend-content h2 {
	  font-size: 5.6rem;
	}
	.backend-content p {
	  font-size: 2.2rem;
	}
	.clr-blue {
	  left: 385px;
	  top: 113px;
	  width: 1322px;
	  height: 762px;
	}
	/* backend-management-end */
	/* efficient-migration-start */
	.efficient-content h2 {
	  font-size: 5.6rem;
	}
	.efficient-content p {
	  font-size: 2.2rem;
	}
	/* efficient-migration-end */
	/* integration-start  */
	.triangle-content {
	  top: -108px;
	  height: 469px;
	}
	.integration-content h2 {
	  font-size: 5.6rem;
	}
	.integration-content p {
	  font-size: 2.2rem;
	}
	/* integration-end  */
	 /* contact-us-section-start */
	 .contact-us {
		padding:60px 0 50px;
		border: 7px solid #0babc1;
	  }
	  .contact-info p {
		margin-bottom: 42px;
	  }
	  .contact-info .btn {
		padding: 16px 25px;
		font-size: 2.2rem;
	  }
	  /* contact-us-section-end */

	  /* Virtual Section styling */
	  .virtual-box h4{
		font-size:40px;
	  }
	  .virtual-box p{
		font-size:24px;
		font-weight:500;
	  }
	  /* Virtual Section styling close*/
  }
  @media all and (min-width: 1200px) {
	/* banner-start */
	.banner {
		margin-top:65px;
	  min-height: 550px;
	  overflow: visible;
	}
	/* .banner::before {
	  width: 228px;
	  height: 350px;
	} */
	h1 {
	  margin-bottom: 49px;
	}
	.banner-content {
	  padding-top: 95px;
	}
	.banner-content p {
	  font-size: 2.6rem;
	  padding-left: 10px;
	  letter-spacing: 0.7px;
	  line-height: 1.4;
	}
	.banner-img {
	  top: 100px;
	}
	/* banner-end */
	/* backend-management-start */
	.backend-management {
		padding: 260px 0 100px;
	}
	.backend-management-wrapper {
	  max-width: 1091px;
	  margin: 0 auto;
	}
	.backend-img::after {
	  background-size: 72px 58px;
	  width: 215px;
	  height: 215px;
	  right: 100px;
	  top: -98px;
	  clip-path: polygon(49% 0, 100% 48%, 51% 100%, 0 49%);
	}
	.backend-content h2 {
	  font-size: 6.5rem;
	}
	.backend-content p {
	  font-size: 2.6rem;
	  letter-spacing: 0.6px;
	}
	.clr-blue {
	  left: 351px;
	  top: 96px;
	  width: 1732px;
	  height: 1002px;
	}
	/* backend-management-end */
	/* efficient-migration-start */
	.efficient-migration {
	  min-height: 860px;
	}
	.brands-img{
		width:100%;
		max-width:793px;
	}
	.efficient-content h2 {
	  font-size: 6.5rem;
	  margin-bottom: 63px;
	}
	.efficient-content p {
	  font-size: 2.6rem;
	  line-height: 1.6;
	  letter-spacing: 0.9px;
	}
	.brands-img::after {
		left: 195px;
		background-size: 100px 100px;
		width: 250px;
		height: 250px;
		top: auto;
		bottom: -123px;
	}
	.efficient-content{
		padding-top: 100px;
	}
	/* efficient-migration-end */
	/* integration-start  */
	.triangle-content {
	  top: -150px;
	  width: 295px;
	  height: 600px;
	}
	.integration::before {
	  top: 6%;
	  background-size: 100px 100px;
	  width: 250px;
	  height: 250px;
	}
	.integration-content h2 {
	  font-size: 6.5rem;
	  margin-bottom: 63px;
	}
	.integration-content p {
	  font-size: 2.6rem;
	  line-height: 1.6;
	  letter-spacing: 0.9px;
	}
	/* integration-end  */
	/* public-interaction-start */
	.public-interaction {
	  padding: 91px 0 125px;
	}
	.public-text {
	  max-width: 360px;
	  top: 42%;
	  left: 10%;
	}
	.public-text h3 {
	  font-size: 2rem;
	  letter-spacing: 0.2px;
	  margin-bottom: 10px;
	}
	.public-text p {
	  font-size: 1.2rem;
	  letter-spacing: 0.5px;
	  margin-bottom: 26px;
	}
	.mobile-img {
	  right: 49px;
	}
	/* public-interaction-end */
	/* contact-us-section-start */
.contact-us {
	padding: 74px 0 68px;
	border: 10px solid #0babc1;
}

/* contact-us-section-end */
.virtual-box h3 {
	font-size: 28px;
  }
.math-can-see h2, .dynamic-section h2{
	font-size: 42px;
}
section.math-can-see p, .dynamic-section p{
	max-width:970px;
	margin:0 auto;
}
  }
  @media all and (min-width:1366px){
/* banner-start*/
.banner {
	min-height:650px;
  }
  /* backend-management-start  */
  .backend-management {
	padding: 200px 0 100px;
  }
  .backend-img::after{
	right: 114px;
    top: -122px;
  }
   /* efficient-migration-start  */
   .efficient-content {
	width: 40%;
  }
  .math-can-see h2, .dynamic-section h2 {
	font-size: 48px;
  }
  .virtual-box h3 {
	font-size: 40px;
  }
  section.math-can-see p, .dynamic-section p{
	max-width:1090px;
	line-height:1.5;
	font-size: 26px;
}
.real-sec {
	padding-top:70px;
  }
  .dynamic-section{
	padding:65px 0;
  }

  }
  @media all and (min-width: 1440px) {
	.banner-content {
	  padding:200px 0 0 90px;
	}
	.banner-img {
		width: 754px;
       height: auto;
	  top:80px;
	  display: flex;
      justify-content: flex-end;
	}
	.banner-img img{
		width:auto;
	}
	/* banner-end */
	/* backend-management-start */
	.backend-management {
	  padding: 296px 0 242px;
	}
	.backend-content {
	  padding: 44px 0 0 0;
	}
	.backend-content h2 {
	  margin-bottom: 65px;
	  font-size: 7.2rem;
	  letter-spacing: 1.9px;
	}
	.clr-blue {
	  top: -82px;
	  left: 584px;
	  width: 1536.538px;
	  height: 1455.022px;
	}
	/* backend-management-end */
	/* efficient-migration-start */
	.efficient-content {
		width: 46%;
	  padding: 125px 0 0 96px;
	}
	.efficient-content h2 {
	  font-size: 7.2rem;
	}
	.brands-img::after {
	  left: 123px;
	  bottom: -158px;
	  width: 330px;
	  height: 330px;
	}
	/* efficient-migration-end */
	/* integration-start  */
	.triangle-content {
	  top: -273px;
	  width: 405px;
	  height: 817px;
	}
	.integration::before {
	  top: -10%;
	  left: 244px;
	  width: 330px;
	  height: 330px;
	}
	.integration-content {
	  padding-right: 163px;
	}
	.integration-content h2 {
	  font-size: 7.2rem;
	}
	/* integration-end  */
	/* public-interaction-start */
	.public-text {
	  left: 14%;
	}
	.public-interaction::after {
	  height: 699px;
	  width: 878px;
	}
	/* public-interaction-end */

	.math-can-see{
		padding: 86px 0;
	}

  }
	