@charset "utf-8";
/* CSS Document */

.what_container{
	max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
.padzero{
	padding: 0;
}
.bg_gray{
	background: #F3F6FB;
}
.heading_thirty{
	font-size: 34px;
    font-weight: 800;
    margin: 5px auto 15px;
	color: #191919;
}

.banner_sect{
	background: linear-gradient( 180deg, #d0e7f8 3%, #ffffff 64%);
    text-align: center;
    padding: 90px 0 0;
}
.banner_descrip{
	
}
.banner_descrip h1{
	font-size: 50px;
    color: #1F2255;
    font-weight: 800;
    margin: 0 auto;
}
.banner_descrip h6{
	font-size: 20px;
    color: #2B2F7F;
    line-height: 1.5;
    margin: 30px auto;
    max-width: 800px;
}
.banner_link{
	background-color: #ec3229;
    border-radius: 50px;
    padding: 11px 31px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 28px auto;
    display: inline-block;
    box-shadow: 0 4px 8px 0 rgb(236 50 41 / 42%), 0 6px 20px 0 rgb(236 50 41 / 21%);
}
.bannerimg{
	width: 100%;
    margin: 40px auto 0;
}

.cross_sect{
	
}
.cross_content{
	position: relative;
    top: -60px;
    box-shadow: 0px 4px 10px #2e2c6e1c;
    border-radius: 16px;
    background: #F3F6FB;
    padding: 50px 20px 20px;
    max-width: 960px;
    margin: -40px auto 0;
    text-align: center;
}
.cross_content p{
	font-size: 16px;
    margin: 20px auto;
    max-width: 820px;
}

.posmean_bg{
	padding: 60px 0;
}
.posmean_align{
	display: flex;
    align-items: center;
}
.posmean_text{
	
}
.posmean_text p{
	font-size: 16px;
}
.posmean_text a{
	font-size: 18px;
}
.posmean_img{
	text-align: center
}
.posmean_img img{
	max-width: 100%
}

.center_sect{
	position: relative;
    padding: 240px 0px;
}
.center_content{
	position: relative;
}
.center_box{
	text-align: center;
    max-width: 720px;
    margin: 0 auto;
    background: #F3F6FB;
    padding: 80px 40px;
    border-radius: 320px;
}
.center_box p{
	font-size: 16px;
	margin: 20px auto 10px;
}
.c_icon{
	animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.64, 0.01, 0.32, 0.98);
    display: inline-block;
    position: absolute;
	text-align: center;
	top: 250px;
    left: 45%;
}
.c_iconbor{
	border: 1px solid #D9E3F3;
    padding: 15px;
    border-radius: 50%;
    text-align: center;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 auto;
}
.c_icon p{
	font-size: 15px;
    font-weight: 600;
    max-width: 150px;
    margin: 5px auto 0;
    line-height: 1.4;
}
.c_iconbor img{
	max-width: 100%;
}


.icon_one.inview{
	left: 15%;
    top: -180px;
	animation-name: animone;
	animation-duration: 1.3s;
}
@-webkit-keyframes animone {
  0%   {opacity: 0; left:45%; top:250px;}
  100% {opacity: 1; left:15%; top:-180px;}
}
@keyframes animone {
  0%   {opacity: 0; left:45%; top:250px;}
  100% {opacity: 1; left:15%; top:-180px;}
}

.icon_two.inview{
	top: -130px;
    left: 40%;
	animation-name: animtwo;
	animation-duration: 1.3s;
}
@-webkit-keyframes animtwo {
  0%   {opacity: 0; left:45%; top:250px;}
  100% {opacity: 1; left:40%; top:-130px;}
}
@keyframes animtwo {
  0%   {opacity: 0; left:45%; top:250px;}
  100% {opacity: 1; left:40%; top:-130px;}
}

.icon_three.inview{
	top: -160px;
    left: auto;
    animation-name: animthree;
    animation-duration: 1.3s;
    right: 20%;
}
@-webkit-keyframes animthree {
  0%   {opacity: 0; right:45%; top:250px;}
  100% {opacity: 1; right:20%; top:-160px;}
}
@keyframes animthree {
  0%   {opacity: 0; right:45%; top:250px;}
  100% {opacity: 1; right:20%; top:-160px;}
}

.icon_four.inview{
	top: 40px;
    left: 5%;
	animation-name: animfour;
	animation-duration: 1.2s;
	z-index: 9;
}
@-webkit-keyframes animfour {
  0%   {opacity: 0; left:45%; top:250px;}
  100% {opacity: 1; left:5%; top:40px;}
}
@keyframes animfour {
  0%   {opacity: 0; left:45%; top:250px;}
  100% {opacity: 1; left:5%; top:40px;}
}
.icon_five.inview{
	bottom: 50px;
	top: auto;
    left: 4%;
	animation-name: animfive;
	animation-duration: 1.2s;
}
@-webkit-keyframes animfive {
  0%   {opacity: 0; left:45%; bottom:250px;}
  100% {opacity: 1; left:4%; bottom:50px;}
}
@keyframes animfive {
  0%   {opacity: 0; left:45%; bottom:250px;}
  100% {opacity: 1; left:4%; bottom:50px;}
}
.icon_six.inview{
	top: 50px;
    right: 20px;
	left: auto;
	animation-name: animsix;
	animation-duration: 0.9s;
}
@-webkit-keyframes animsix {
  0%   {opacity: 0; right:45%; top:250px;}
  100% {opacity: 1; right:20px; top:50px;}
}
@keyframes animsix {
  0%   {opacity: 0; right:45%; top:250px;}
  100% {opacity: 1; right:20px; top:50px;}
}
.icon_seven.inview{
	bottom: 50px;
	top: auto;
    right: 60px;
	left: auto;
	animation-name: animseven;
	animation-duration: 1.8s;
}
@-webkit-keyframes animseven {
  0%   {opacity: 0; right:45%; bottom:250px;}
  100% {opacity: 1; right:60px; bottom:50px;}
}
@keyframes animseven {
  0%   {opacity: 0; right:45%; bottom:250px;}
  100% {opacity: 1; right:60px; bottom:50px;}
}

.icon_eight.inview{
	left: 15%;
	top: auto;
    bottom: -180px;
	animation-name: animeight;
	animation-duration: 2s;
}
@-webkit-keyframes animeight {
  0%   {opacity: 0; left:45%; bottom:250px;}
  100% {opacity: 1; left:15%; bottom:-180px;}
}
@keyframes animeight {
  0%   {opacity: 0; left:45%; bottom:250px;}
  100% {opacity: 1; left:15%; bottom:-180px;}
}

/*Rating and logo section*/
@keyframes cf4FadeInOut {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cf4FadeInOut {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#cf4a picture:nth-of-type(1) {
  animation-delay: 15s;
  -webkit-animation-delay: 15s;
}
#cf4a picture:nth-of-type(2) {
  animation-delay: 10s;
  -webkit-animation-delay: 10s;
}
#cf4a picture:nth-of-type(3) {
  animation-delay: 5s;
  -webkit-animation-delay: 5s;
}

.rating {
  overflow: hidden;
  display: inline-block;
  font-size: 0;
  position: relative;
}
.img-width {
  width: 100%;
}
.mrakaf_ratings {
  padding: 40px 0 35px;
}
.mrakaf_ratings .g-rating-sec {
  position: relative;
  z-index: 1;
}
.mrakaf_ratings .g-rating-sec svg {
  max-width: 130px;
  margin: auto 10px;
}
.customer-logos-mrakaf {
  padding: 10px 0;
}
.customer-logos-mrakaf #logo-container {
  margin: 10px 0;
  height: 105px;
}
.customer-logos-mrakaf #cf4a {
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: inherit;
}
.customer-logos-mrakaf #cf4a > a {
  height: inherit;
  width: 100%;
  display: block;
  position: relative;
}
.customer-logos-mrakaf #cf4a img {
  width: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
}
.customer-logos-mrakaf #cf4a picture {
  position: absolute;
  animation-name: multiple-image-crossfade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 8s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.customer-logos-mrakaf #cf4a picture:nth-of-type(1) {
  animation-delay: 6s;
  z-index: 99;
  background-color: #f1f1ff;
}
.customer-logos-mrakaf #cf4a picture:nth-of-type(2) {
  animation-delay: 4s;
}
.customer-logos-mrakaf #cf4a picture:nth-of-type(3) {
  animation-delay: 2s;
}
.customer-logos-mrakaf #cf4a picture .cust-logo-resp {
  display: none;
}
@media all and (max-width: 767px) {
  .mrakaf_ratings {
    padding: 30px 0 25px !important;
  }
  .mrakaf_ratings .g-rating-sec svg {
    max-width: 78px;
    margin: auto 0;
  }
}
@media all and (max-width: 460px) {
  .customer-logos-mrakaf #cf4a picture .cust-logo-resp {
    display: block;
  }
  .customer-logos-mrakaf #cf4a picture .cust-logo-desktop {
    display: none;
  }
}
#sm-logo-container {
  margin: 30px 0;
  height: 105px;
}
@media (max-width: 525px) {
  .customer-logos-mrakaf #cf4a picture .cust-logo-resp {
    display: block;
  }
  .customer-logos-mrakaf #cf4a picture .cust-logo-desktop {
    display: none;
  }
}


.icon_nine.inview{
	left: 40%;
	top: auto;
    bottom: -180px;
	animation-name: animnine;
	animation-duration: 1.3s;
}
@-webkit-keyframes animnine {
  0%   {opacity: 0; left:45%; bottom:250px;}
  100% {opacity: 1; left:40%; bottom:-180px;}
}
@keyframes animnine {
  0%   {opacity: 0; left:45%; bottom:250px;}
  100% {opacity: 1; left:40%; bottom:-180px;}
}

.icon_ten.inview{
	bottom: -180px;
	top: auto;
    left: auto;
    animation-name: animten;
    animation-duration: 2s;
    right: 20%;
}
@-webkit-keyframes animten {
  0%   {opacity: 0; right:45%; bottom:250px;}
  100% {opacity: 1; right:20%; bottom:-180px;}
}
@keyframes animten {
  0%   {opacity: 0; right:45%; bottom:250px;}
  100% {opacity: 1; right:20%; bottom:-180px;}
}

.look_sect{
	position: relative;
    padding: 60px 0;
}
.looktop{
	text-align: center;
    max-width: 960px;
    margin: 20px auto 40px;
}
.looktop p{
	font-size: 18px;
}
.llokbottom {
	padding: 0;
}
.look_six{
	display: flex;
    min-height: 500px;
    align-items: center;
}
.loook_list{
	background: #fff;
    padding: 20px 25px 20px 40px;
    border-radius: 6px;
    max-width: 450px;
    margin: 0 auto;
}
.loook_list li{
	font-size: 16px;
    margin: 5px auto;
    padding-left: 30px;
	position: relative;
}
.loook_list li:before{
	content: '';
    width: 7px;
    height: 14px;
    border-right: 2px solid #4A4E9E;
    border-bottom: 2px solid #4A4E9E;
    display: block;
    position: absolute;
    top: 5px;
    left: 6px;
    transform: rotate(45deg);
}
.llok_img{
	text-align: center;
}
.llok_img img{
	max-width: 100%;
}

.typepos_sect{
	position: relative;
    padding: 60px 0;
}
.heading_fifty{
	text-align: center;
    font-size: 45px;
    font-weight: 800;
}
.typebg{
	padding: 60px 0;
}
.typealignflex{
	display: flex;
    align-items: center;
}
.typehaeding{
	text-align: center;
    margin: 80px auto 50px;
}
.type_text{
	
}
.type_text p{
	font-size: 16px;
}
.type_imgh{
	text-align: center;
}
.type_imgh img{
	max-width: 100%;
}
.typesec_box {
	border-radius: 6px;
    padding: 15px;
	margin-bottom: 40px;
}
.typesec_box p{
	color: #202020;
    font-size: 16px;
    margin: 0;
    padding: 10px 10px;
    min-height: 120px;
    display: flex;
    align-items: center;
    text-align: center;
}
.bg_white{
	background: #fff;
}
.typrborbotleft{
	border-bottom: 1px solid #CDD9EC;
    border-right: 1px solid #CDD9EC;
}
.typeborbot{
	border-bottom: 1px solid #CDD9EC;
}
.typeborright{
	border-right: 1px solid #CDD9EC;
}

.feat_sect{
	position: relative;
    padding: 60px 0;
    text-align: center;
}
.feat_cont {
	margin: 50px auto 0;
}
.feat_text{
	margin-top: 25px;
	margin-bottom: 25px;
}
.feat_text p{
	max-width: 180px;
    margin: 5px auto;
    min-height: 55px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
	display: flex;
    justify-content: center;
    align-items: center;
}
.feat_round{
	display: inline-block;
    background: #fff;
    padding: 15px;
    border-radius: 50%;
}
.feat_icon {
	width: 50px;
    height: 50px;
    background: url(../images/solution-image/vertical-icon-sprite.png) no-repeat;
}

.feature-billing-icon {
    background-position: -49px -328px;
}
.feature-inventory-icon {
    background-position: -129px -332px;
}
.feature-report-icon {
    background-position: -205px -330px;
}
.feature-crm-icon {
    background-position: -271px -334px;
    height: 55px;
}
.feature-multistore-icon {
    background: url(../images/solution-image/vertical-icon-sprite.png);
    background-position: -351px -345px;
}
.feature-finance-icon {
    background-position: -650px -332px;
}
.feature-integration-icon {
    background-position: -502px -339px;
    width: 53px;
}
.feta_link{
	
}
.feta_link a{
	padding: 12px 30px;
	margin: 20px;
}

.why_sect{
	position: relative;
    padding: 60px 0;
}
.whayalign{
	display: flex;
    align-items: center;
}
.why_text{
	
}
.why_text p{
	font-size: 16px;
}
.why_img{
	text-align: center;
}
.why_img img{
	max-width: 100%;
}
.why_text a{
	padding: 12px 30px;
    margin: 20px auto;
}
.whatinlinelink{
	color: #2B2F7F;
	font-weight: 500;
}


@media (max-width: 991px){
	.banner_descrip h1{
		font-size: 40px
	}
	.banner_descrip h6{
		font-size: 18px;
	}
	.heading_thirty{
		font-size: 28px;
	}
	.cross_content p{
		font-size: 15px;
	}
	.posmean_align{
		display: block;
		text-align: center;
	}
	.c_icon{
		display: flex;
		position: static;
		align-items: center;
		text-align: left;
		max-width: 420px;
    margin: 0 auto;
	}
	.c_iconbor{
		margin: 0 0;
    	transform: scale(0.8);
		border: 0;
	}
	.center_box{
		background: transparent;
		padding: 20px 10px;
	}
	.c_icon p{
		max-width: initial;
    margin: 5px 0 0;
	}
	.center_sect{
		padding: 15px 0;
	}
	.look_six {
		min-height: auto;
		margin-bottom: 25px;
	}
	.heading_fifty{
		font-size: 35px;
	}
	.typealignflex{
		display: block;
		text-align: center
	}
	.type_text {
    text-align: center;
	}
	.typesec_box div{
		border-bottom: 1px solid #CDD9EC;
		border-right: 0;
	}
	.typesec_box div:nth-last-child(1){
		border-bottom: 0px solid #CDD9EC;
	}
	.typesec_box p{
		min-height: auto;
		font-size: 15px;
		padding: 10px 0;
	}
	.typebg {
    padding: 20px 0px;
}
	.whayalign {
		display: block;
		text-align: center;
	}
	.why_img {
    margin-top: 20px;
}
	.posmean_bg {
    padding: 30px 0;
}
	.cross_content{
		top: 0;
	}
	.look_sect,.typepos_sect,.feat_sect {
    padding: 30px 0;
}
	.looktop p {
    font-size: 16px;
}
	.type_text,.type_imgh{
		padding: 0;
	}
}
@media (max-width: 767px){
	.loook_list{
		padding: 20px 15px 20px 20px;
	}
	.loook_list li{
		font-size: 15px;
    	padding-left: 25px;
	}
	.loook_list li:before{
		width: 6px;
    	height: 12px;
		top: 6px;
    left: 5px;
	}
	.posmean_text a{
		font-size: 16px;
	}
	.gft-secondary-cta:after{
		top: 6px;
    left: 6px;
    transform: scale(0.8);
	}
}
@media (max-width: 540px){
	.banner_descrip h1 {
    font-size: 32px;
}
	.banner_descrip h6 {
    font-size: 16px;
}
	.cross_content{
		margin-top: -20px;
		padding: 30px 15px 20px;
	}
	.heading_thirty {
    font-size: 24px;
}
	.posmean_text p {
    font-size: 15px;
}
	.center_box p {
    font-size: 15px;
    margin: 20px auto 0;
}
	.type_text p {
    font-size: 15px;
}
	.heading_fifty {
    font-size: 27px;
}
.feat_text {
    margin-top: 5px;
    margin-bottom: 25px;
}
	.feat_text p{
		min-height: 45px;
    font-size: 15px;
	}
	.why_text p {
    font-size: 15px;
}
	.banner_link{
		font-size: 15px;
		padding: 10px 31px;
	}
	.c_iconbor{
		transform: scale(0.7);
	}
	.typesec_box{
		padding: 10px 5px;
    margin-bottom: 10px;
	}
	.typebg a{
		margin-bottom: 10px;
	}
	.posmean_text {
    padding: 0;
}
	.feta_link a{
		margin: 10px auto;
	}
	.c_icon p{
		max-width: 65%;
	}
	.type_imgh img{
		margin: 15px auto;
	}
}




