
html {
  /*overflow: hidden !important;*/
}

body {
  font-family: "Roboto", sans-serif;
  color: #000;
  line-height: 1.5;
  overflow-x:hidden;
}
.termsfeed-com---palette-dark .cc-nb-changep {
    background-color: #eaeaea;
    color: #111;
    display: none !important;
}

.termsfeed-com---palette-dark .cc-nb-reject {
    color: #FFF !important;
    background-color: #4E64DD !important;
    /* right: 330px; */
    /*text-align: left;*/
    /*margin-left: -280px;*/

}
.termsfeed-com---palette-dark .cc-nb-okagree {
    color: #FFF !important;
    background-color: #4E64DD !important;

    /*margin-left: 280px;*/


}

a {
  color: #777;
  transition: .3s all ease;
}

a:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: "Poppins", sans-serif;
  color: #000;
}

.container {
  z-index: 2;
  position: relative;
}

.text-black {
  color: #000 !important;
}

.text-primary {
  color: #2d71a1 !important;
}

.border-top {
  border-top: 1px solid #f2f2f2 !important;
}

.border-bottom {
  border-bottom: 1px solid #f2f2f2 !important;
}

figure figcaption {
  margin-top: .5rem;
  font-style: italic;
  font-size: .8rem;
}

.site-section {
  /*padding: 1rem 0;
  height: 100vh;*/
}

.section-heading {
  font-size: 2.6rem;
  font-weight: 400;
 color:white;
}

/* Back to top button */

.back-to-top {
  width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 10px;
    right: 0;
    background-color: #5635D7;
    border: 0px solid #5635D7;
    color: white;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
.back-to-top:hover {
    border: 0px solid transparent;
    
    transition: all 300ms ease;
    background-color: white;
    color-image: linear-gradient(90deg, #0D2DD1, #0BAAF9);
    background-size: 200% 100%;
    background-position: 10% 0%;
    color: #0D2DD1;
	text-decoration: none;
}
/* Default btn sre-tyling */

.btn {
  border: none;
  /*padding: 8px 8px !important;*/
  border-radius: 0px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.btn.btn-outline-white {
    border: 1px solid #03BECC;
    background: #03BECC;
    color: #fff;
}

.btn.btn-outline-white:hover {
  background: #fff;
  color: #03BECC;
}

.btn.btn-primary:hover {
    border: 1px solid #5635D7;
    
    transition: all 300ms ease;
    background-color: white;
    color-image: linear-gradient(90deg, #0D2DD1, #0BAAF9);
    background-size: 200% 100%;
    background-position: 10% 0%;
    color: #0D2DD1;
}

.btn.btn-primary {
  
 /*background-image: linear-gradient(to right, #A922E3 0%, #6D3BE3 29%, #3E78DA 52%, #03BECC 77%, #03BECD 100%);*/
 
 /*background: linear-gradient(to right, #7D34E3 0%, #7D34E3 20%, #1BA1D2 100%);*/
  color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  background-color: #5635D7;
   border: 1px solid #5635D7;
  
  /*
  background: rgba(31,36,99,1);
    background: -moz-linear-gradient(left, rgba(31,36,99,1) 0%, rgba(4,116,181,1) 23%, rgba(4,116,181,1) 35%, rgba(24,139,184,1) 51%, rgba(48,164,179,1) 67%, rgba(27,186,191,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(31,36,99,1)), color-stop(23%, rgba(4,116,181,1)), color-stop(35%, rgba(4,116,181,1)), color-stop(51%, rgba(24,139,184,1)), color-stop(67%, rgba(48,164,179,1)), color-stop(100%, rgba(27,186,191,1)));
    background: -webkit-linear-gradient(left, rgba(31,36,99,1) 0%, rgba(4,116,181,1) 23%, rgba(4,116,181,1) 35%, rgba(24,139,184,1) 51%, rgba(48,164,179,1) 67%, rgba(27,186,191,1) 100%);
    background: -o-linear-gradient(left, rgba(31,36,99,1) 0%, rgba(4,116,181,1) 23%, rgba(4,116,181,1) 35%, rgba(24,139,184,1) 51%, rgba(48,164,179,1) 67%, rgba(27,186,191,1) 100%);
    background: -ms-linear-gradient(left, rgba(31,36,99,1) 0%, rgba(4,116,181,1) 23%, rgba(4,116,181,1) 35%, rgba(24,139,184,1) 51%, rgba(48,164,179,1) 67%, rgba(27,186,191,1) 100%);
    background: linear-gradient(to right, rgba(31,36,99,1) 0%, rgba(4,116,181,1) 23%, rgba(4,116,181,1) 35%, rgba(24,139,184,1) 51%, rgba(48,164,179,1) 67%, rgba(27,186,191,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2463', endColorstr='#1bbabf', GradientType=1 );
    color: white;

  */
}
.down-section-arrow{
	background:url(../img/down-arrow.png) no-repeat center 10rem #4E64DD;	
	width:250px;
	height:350px;
	bottom:0;
	left:0;
	position:absolute;
	margin-left:0.5rem;
	z-index:10;
}

.mt-herosec{
	margin-top:7rem;
}
/* Feature 1 */

.feature-1 .wrap-icon-1 {
  margin: 0 auto;
 /*height: 100px;*/
  /*width: 100px;*/
  /*border-radius: 50%;*/
  position: relative;
  /*margin-bottom: 30px;*/
}

.wrap-icon-1 img{
	display:none;
}

/*.feature-1 .wrap-icon.icon-1 {
  background: linear-gradient(-45deg, #3b87bd, #2d71a2);
}*/

.feature-1 .icon-1 .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.5rem;
}

.feature-1 p {
  color: #b1b1b1;
}

/* Step */

.step {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  /*background: #fff;*/
  padding: 25px;
}

.step .number {
  background: linear-gradient(-45deg, #1391a5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: .2rem;
  margin-bottom: 10px;
  display: block;
}

.step p:last-child {
  margin-bottom: 0px;
}

/* Review */

.review h3 {
  font-size: 20px;
}

.review p {
  line-height: 1.2;
 /* font-style: italic;*/
  color: #333333;
}

.review .stars span {
  color: #FF8803;
}

.review .stars .muted {
  color: #ccc;
}

.review .review-user img {
  width: 70px;
  margin: 0 auto;
}

/* Testimonial Carousel */

.testimonial-carousel .owl-dots {
  position: absolute;
  bottom: -40px;
  width: 100%;
  text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot {
  display: inline-block;
}

.testimonial-carousel .owl-dots .owl-dot > span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #cbd3da;
  border-radius: 50%;
  margin: 5px;
}


.testimonial-carousel .owl-dots .owl-dot.active {
  outline: none;
}

.testimonial-carousel .owl-dots .owl-dot.active > span {
  background: linear-gradient(-45deg, #1391a5, #274685);
}

/* Pricing */

.pricing {
  padding: 2rem 3rem 1rem 3rem;
  color: #fff!important;
  position: relative;
  border-radius: 0px;
  margin-bottom:0.5rem;
}
.pricing:nth-child(1){
	background:#6f13cb;
}
.pricing:nth-child(2){
	background:#5635D7;
}
.pricing:nth-child(3){
	background:#3563E5;
}
.pricing:nth-child(4){
	background:#10A9E9;
}

.pricing h3{
	color:#fff;
	font-weight:normal;
	font-size:1.4rem;
	letter-spacing:1px;
}




/* CTA Section */

.cta-section {
  background: linear-gradient(to right, #274685 0%, #3db3c5 100%);
  color: #fff;
}

.cta-section h2 {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
}

.cta-section .btn {
  background: #000000;
  color: #fff;
}

/* Sticky Wrapper */

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper .site-navbar {
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar .site-menu-toggle {
  color: #fff;
}

.sticky-wrapper .site-navbar .site-logo a {
  color: #fff;
}

.sticky-wrapper .site-navbar .site-menu > li > a {
  color: rgba(255, 255, 255, 0.8) !important;
}

.sticky-wrapper .site-navbar .site-menu > li > a:hover,
.sticky-wrapper .site-navbar .site-menu > li > a.active {
  color: #fff !important;
}

.sticky-wrapper.is-sticky .burger:before,
.sticky-wrapper.is-sticky .burger span,
.sticky-wrapper.is-sticky .burger:after {
  background: #000000;
  transition: .0s all ease;
}

.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  border-bottom: 1px solid transparent;
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  height: 70px;
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #000000 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
  color: #000000 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
  color: #2d71a1 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li.active a {
  color: #2d71a1 !important;
}


.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* Contact Form */

.form-control {
  height: 45px;
  border-radius: 0;
  border: 1px solid #dae0e5;
}

.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #2d71a1;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Blog */

.post-entry {
  margin-bottom: 60px;
}

.post-entry .post-text .post-meta {
  color: #ccc;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.post-entry .post-text h3 {
  font-size: 20px;
  color: #000000;
}

.post-entry .post-text h3 a {
  color: #000000;
}

.post-entry .post-text h3 a:hover {
  text-decoration: none;
  color: #2d71a1;
}

.post-entry .post-text .readmore {
  color: #2d71a1;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.categories li,
.sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted gray("300");
  list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a,
.sidelink li a {
  display: block;
}

.categories li a span,
.sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}

.categories li.active a,
.sidelink li.active a {
  color: #000000;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
  font-size: 20px;
}

.comment-list li .comment-body .meta {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .1em;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
  color: #000000;
  background: #e3e3e3;
}

.search-form {
  background: #f7f7f7;
  padding: 10px;
}

.search-form .form-group {
  position: relative;
}

.search-form .form-group input {
  padding-right: 50px;
}

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Header Section
--------------------------------------------------------------*/

.hero-section {
  background: url(../img/hero-bg.jpg) center right;
  background-size: cover;
  position: relative;
  width:100vw;
  height:100vh;
  border-bottom:2rem solid #4E64DD;
}

.hero-section .wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: -150px;
}

.hero-section .wave svg {
  width: 100%;
}

.hero-section,
.hero-section > .container > .row {
  height: 100vh;
  /*min-height: 880px;*/
}

.hero-section.inner-page {
  height: 60vh;
  min-height: 0;
}

.hero-section.inner-page .hero-text {
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
  margin-top: -120px;
}

.hero-section h1 {
  font-size: 2.8rem;
  background: linear-gradient(to right, #A922E3 0%, #6D3BE3 29%, #3E78DA 52%, #03BECC 77%, #03BECD 100%);
 /*background: linear-gradient(to right, #7D34E3 0%, #7D34E3 20%, #1BA1D2 100%)
 background-color: #6D3BE3;;*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  margin-bottom: 30px;
  
   
}

.hero-section a.btn-gradient {
    /*background-image: linear-gradient(to right, #A922E3 0%, #6D3BE3 29%, #03E78D 52%, #03BECC 77%, #03BECD 100%);*/
	background: linear-gradient(to right, #7D34E3 0%, #7D34E3 20%, #1BA1D2 100%);
    color: #fff;
	font-size:1.4rem;
	border-radius:0px;
}

.hero-section p {
  font-size: 18px;
  color: #fff;
}

.hero-section .iphone-wrap {
  position: relative;
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  position: absolute;
  top: 4%;
  overflow: hidden;
  left: 0;
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3);
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  width: 250px;
}

.hero-section .iphone-wrap .phone-2 {
  margin-top: 50px;
  margin-left: 100px;
  width: 250px;
}

.business-sec{
	background:url(../img/business_engineer.png) no-repeat center center;
	background-size:cover;
	color:#fff;
	padding:8rem 0;
	height: 100vh;
	
}
.btn-outline-hero{
	color:#FFF;
	border:1px solid white;
}
.btn-outline-hero:hover {
    text-decoration: none;
	background-color: white;
    clor-image: linear-gradient(90deg, #0D2DD1, #0BAAF9);
    color: #0D2DD1;
	border:1px solid #0D2DD1;
}

.btn-outline-hero-create{
	color:#000;
	border:1px solid #000;
}
.btn-outline-hero-create:hover {
    text-decoration: none;
	background-color: white;
    color-image: linear-gradient(90deg, #0D2DD1, #0BAAF9);
    color: #0D2DD1;
	border:1px solid #0D2DD1;
}


.btn-outline{
	color:#fff;
	border:1px solid white;
}
.btn-outline:hover {
   text-decoration: none;
	background-color: white;
    color-image: linear-gradient(90deg, #0D2DD1, #0BAAF9);
    color: #0D2DD1;
	border:1px solid #0D2DD1;
}

.business-sec h2 {
  font-size: 2.6rem;
  color: #fff;
  /*font-weight: 500;*/
}

.business-sec h3 {
  font-size: 1.4rem;
  color: #fff;
  font-weight:400;
}

.business-sec p {
  font-size: 1.2rem;
  margin:2rem 0 0;
  color: #fff;
  font-weight:normal;
  color:rgba(255,255,255,0.8);
}

.business-sec .btn-outline-white{
	background:#4E64DD!important;
	border:1px solid ##4E64DD!important;
}


.quote-sec{
	background:url(../img/quotes_bg.png) no-repeat center center;
	background-size:cover;
	padding:10rem 0;
	height: 100vh;
	background-position: 44px 0px;
    margin-left: -44px;
	
}

.quote-sec h1{	
	color:#000;	
	font-size: 1.8rem;
	font-weight: 400;
	margin:5rem auto 0 0;
	margin-right: 10px;
	position:relative;
	text-align:left;
}

.quote-sec h3{
	font-size:1.6rem;
	color:#6f13cb;
	text-align:right;
}

.value-sec{
	background:url(../img/value_bg.png) no-repeat 90% center #f3f3f3;
	height: 100vh;
	}

.value-sec h2{
	color:#000;
	font-weight:normal;
	font-size:2.6rem;
	width:60%;
	letter-spacing:1px;
}

.value-sec p{
	color:#000;
	width:55%;
	font-weight:normal;
	font-size:1.2rem;
	letter-spacing:1px;
}

.oneplatform-sec{
	background:url(../img/oneplatform_bg.png) no-repeat center center #f3f3f3;
	background-size:cover;
	height: 100vh;

}

.oneplatform-sec h2{
	color:rgba(53,99,229,1);
}

.oneplatform-sec .step{
	/*background-color:#7f66e1;*/
	background-repeat:no-repeat;
	background-position:26px 10px;
	padding:6rem 1.2rem 1.5rem;
	color:#ababab;
	height:13rem;
	/*-webkit-border-top-right-radius: 80px;
	-moz-border-radius-topright: 80px;
	border-top-right-radius: 80px;*/
}

.oneplatform-sec .parentstep .col-md-4:nth-child(1) .step{
	background-image:url(../img/Effortless-design_icon.png);
}

.oneplatform-sec .parentstep .col-md-4:nth-child(2) .step{
	background-image:url(../img/Rapid-Integration_icon.png);
}
.oneplatform-sec .parentstep .col-md-4:nth-child(3) .step{
	background-image:url(../img/Unify-business-IT_icon.png);
}
.oneplatform-sec .parentstep .col-md-4:nth-child(4) .step{
	background-image:url(../img/Automated_icon.png);
}
.oneplatform-sec .parentstep .col-md-4:nth-child(5) .step{
	background-image:url(../img/Experimentation_icon.png);
}
.oneplatform-sec .parentstep .col-md-4:nth-child(6) .step{
	background-image:url(../img/Privacy-by-design_icon.png);
}
.oneplatform-sec .parentstep .col-md-4:nth-child(7) .step{
	background-image:url(../img/Automateprocesses_icon.png);
}
.oneplatform-sec .parentstep .col-md-3:nth-child(8) .step{
	background-image:url(../img/Collaboration_icon.png);
}

.oneplatform-sec .step h5{
	font-size:0.9rem;
	font-weight:501;
	/*color:#ababab;*/
}
.oneplatform-sec .step p{
	font-size:0.8rem;
	color:#000;
}



/* chk pricing css @ top line .no.246*/
.quote-sec2{
	background-image:url(../img/quotes-image.png);
	background-repeat:no-repeat;
	background-size:cover;	
	border-bottom:1rem solid #05D0DC;
}

.quote-sec2 h1{	
	color:rgba(127,214,233,1);
	font-size: 2.05rem;
	margin:0 auto;
	position:relative;
	margin:4rem 0;
	padding-bottom:7rem;
}

.quote-sec2 h1 span{	
	color:rgba(127,214,233,1);
	font-size:1.3rem;
	display:block;
}

.quote-sec2 h1:before{	
	content: '';
	background:url(../img/Quotes_icon_left.png) left;
	width: 109px;
	height: 117px;
	display: inline-block;		
}
.quote-sec2 h1:after{	
	content: '';
	background:url(../img/Quotes_icon_right.png)no-repeat bottom center;
	width: 109px;
	height: 113px;
	display:inline-block;
	position:absolute;
	bottom:0;
	left:65%;
}


.whathelp-sec{
	background:#f3f3f3;
	padding:5rem 0;
	color:#000;
}

.whathelp-sec h2{	
	/*color:#000000!important;*/
	padding-bottom:10px;
	/*border-bottom:2px solid #ccc;*/
	font-size:2.6rem;
	font-weight: normal;
	display:inline-block;
}

.whathelp-sec h3{	
	/*color:#000000!important;*/
	font-size:0.9rem;
	/*font-weight:bold;*/
	margin-top: 20px;
}

.industry-standards-sec{
	background:#f3f3f3;
	padding:5rem 0;
	color:#4d4d4d;
}

.industry-standards-sec h2{
	padding-bottom:1rem;
	/*font-weight:600;*/
	font-weight: normal;
	font-size:2.6rem;
	color:#4d4d4d;
}
.industry-standards-sec h3{
	color:#4d4d4d;
	font-weight:600;
}

.industry-standards-sec p{
	color:#4d4d4d;
}

ul.indus_list{
	width:100%;
	margin:auto;
	display:flex;
	list-style:none;
}

ul.indus_list li{
	list-style:none;
	width:33%;
	text-align:center;
	font-weight:400;
	font-size:1.2rem;
	border-right:1px solid #4d4d4d;
	padding: 0px 5px 0px 5px;
}
ul.indus_list li:last-child{
	border-right:0px solid #4d4d4d;
}

.bottom-demo-sec{
	padding:8rem 0rem;
	background-image:url(../img/Start_Create_Image.png);
	background-repeat:no-repeat;
	background-size:cover;	
}
.bottom-demo-sec h2{
color:#7fd6e9;
font-size:2.6rem;
font-weight:400;
}

.bottom-demo-sec p, .bottom-demo-sec p a {
color:#fff;
font-size:1.4rem;
}

.bottom-demo-sec p a:hover{
color:##7fd6e9;
}

.joinnow-sec{
	background-color:#5635d7;
	background-image:url(../img/join_now_bg.png);
	background-repeat:no-repeat;
	/*background-position: center;*/
	background-size:cover;
	padding:6rem 0 4rem;
}

.joinnow-sec h2{
color:#7fd6e9;
font-size:2.6rem;
font-weight:400;
}

.joinnow-sec p {
color:rgba(255,255,255,0.8);
font-size:1.2rem;
font-weight:normal;
}




.footer-top-sec{
	background:#f3f3f3;
	padding:3rem 0;
	text-align:center;
}

.footer-top-sec h3{
	font-size:2.0rem;
	font-weight:bold;
	text-align:center;	
	color:#4d4d4d;
}

.footer-top-sec h3 a{	
	color:#4d4d4d;
}

.footer-top-sec h3 a:hover{	
	color:#71a1f5;
}
/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%;
}

.site-navbar .site-logo {
  position: relative;
  font-size: 24px;
}

.site-navbar .site-logo a {
  color: #fff;
}

.site-navbar .site-logo a:hover {
  text-decoration: none;
}

.site-navbar .site-navigation .site-menu {
 margin-bottom: 0;
display: flex !important;
float: right;
align-items: center;

}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li > a {
  padding: 30px 20px;
  color: #000000;
  display: inline-block;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #2d71a1;
}

.site-navbar .site-navigation .site-menu > li.active > a {
  color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\ea99";
  font-size: 16px;
  top: 52%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icofont';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 15px;
  margin-left: 0px;
  background: #fff;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  transition: 0s all;
  color: #000000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active {
  color: #2d71a1 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 210px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #f2f4f6;
  color: #000000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\ea75";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: #f2f4f6;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #2d71a1;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  transition-delay: 0s;
  margin-top: -10px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #2d71a1;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active > a {
  color: #2d71a1;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icofont";
  content: "\ea99";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

/* Burger */

.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
  z-index: 99;
  float: right;
}

.burger:before,
.burger span,
.burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
}

.burger:before,
.burger:after {
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
}

.burger:before {
  top: 4px;
}

.burger span {
  top: 15px;
}

.burger:after {
  top: 26px;
}

/* Hover */

.burger:hover:before {
  top: 7px;
}

.burger:hover:after {
  top: 23px;
}

/* Click */

.burger.active span {
  opacity: 0;
}

.burger.active:before,
.burger.active:after {
  top: 40%;
}

.burger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/
}

.burger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
  /*for IE*/
}

.burger:focus {
  outline: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
  padding: 1rem 0 2.5rem 0;
  background-color:#666666;
  color:#fff;
  font-size:1.2rem;
}

.footer h3 {
  font-size: 18px;
  margin-bottom: 30px;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer a {
  color: #000;
}

.footer p.copyright {
  margin-bottom: 0px;
  color:#f3f3f3;
}

.footer .credits {
  font-size: 14px;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f9fa;
  position: relative;
  text-align: center;
  transition: .3s background ease;
  color: #0d1e2d;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #fff;
  background: #2d71a1;
}
  .hero-section .hero-text-image {
    margin-top: 10rem;
  }
#section3.snap-scroll-visible {
	padding-top: 80px;
}
/*#section6,#section7,#section8,#section9,#section10 {
	display: flex;
	align-items: center;
	padding: 0 !important;
}
#section10 {
	height: 30vh;
}*/
@media screen and (max-width: 992px) {
  .down-section-arrow{
	  display:none;
  }
  .hero-section .wave {
    bottom: -145px;
  }

  .hero-section.inner-page .hero-text {
    margin-top: -80px;
  }

  .hero-section h1 {
    font-size: 2.4rem;
    text-align: left;
  }

  .hero-section .hero-text-image {
    margin-top: 4rem;
  }

  .hero-section .iphone-wrap {
    text-align: center;
  }

  .hero-section .iphone-wrap .phone-2,
  .hero-section .iphone-wrap .phone-1 {
    position: relative;
    top: 0;
    max-width: 100%;
  }

  .hero-section .iphone-wrap .phone-1 {
    margin-left: -150px;
  }

  .hero-section .iphone-wrap .phone-2 {
    width: 250px;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
  }
}



@media screen and (max-width: 768px) {
  .cta-section h2 {
    font-size: 2.6rem;
  }
  .iphone-wrap {display:none;}
   .quote-sec{
	background:url(../img/quotes_bg.png) no-repeat center center;
	background-size:cover;
	padding:10rem 0;
	height: auto;
	
}

.quote-sec h1{	
	color: #000;
    font-size: 1.8rem;
    font-weight: 400;
    margin: 9rem auto 0 6.5rem;
    position: relative;
    text-align: left;
    margin-left: 25%;
    float: left;
    display: block;
	}

.quote-sec h3{
	font-size:1.6rem;
	color:#6f13cb;
	text-align:right;
	float:right;
}

.value-sec{
	background:url(../img/value_bg.png) no-repeat 90% top #f1f1f1;
	background-blend-mode: overlay;
	height: auto;
	}
	.value-sec .col-md-3 {
		order: 2;
	}
	.value-sec .col-md-9 {
		order: 1;
	}

.value-sec h2{
	color:#000;
	font-weight:normal;
	font-size:2.6rem;
	width:100%;
	letter-spacing:1px;
}

.value-sec p{
	color:#000;
	width:100%;
	font-weight:normal;
	font-size:1.2rem;
	letter-spacing:1px;
}

.oneplatform-sec{
	background:url(../img/oneplatform_bg.png) no-repeat center center #f3f3f3;
	background-size:cover;
	height: auto;

}
.business-sec{
	background:url(../img/business_engineer.png) no-repeat center center;
	
	color:#4E64DD;
	padding:8rem 0;
	height: 100vh;
	margin-top:-68px;	
}

.oneplatform-sec h2{
	color:rgba(53,99,229,1);
}

.oneplatform-sec .step{
	background-repeat:no-repeat;
	background-position:26px 10px;
	padding:6rem 1.2rem 1.5rem;
	color:#ababab;
	height:auto;
	
}

.quote-sec2 h1 span{	
	color: rgba(127,214,233,1);
    font-size: 1.3rem;
    display: block;
    margin-right: 90px;
}

.quote-sec2 h1:before{	
	content: '';
	background:url(../img/Quotes_icon_left.png) left;
	width: 109px;
	height: 117px;
	display: inline-block;		
}
.quote-sec2 h1:after{	
	content: '';
	background:url(../img/Quotes_icon_right.png)no-repeat bottom center;
	width: 109px;
	height: 113px;
	display:inline-block;
	position:absolute;
	bottom:0;
	left:65%;
}
nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    display: none;
}

.whathelp-sec h3{	
	/*color:#000000!important;*/
	font-size:0.9rem;
	/*font-weight:bold;*/
	margin-top: 20px;
	padding: 0px 0px 30px 0px;
}
ul.indus_list li{
	list-style:none;
	width:33%;
	text-align:center;
	font-weight:400;
	font-size:1.2rem;
	border-right:1px solid #4d4d4d;
	padding: 0px 15px 0px 15px;
}

}
