
* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Azo Sans';
    src: url('AzoSans-Bold.eot');
    src: url('AzoSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('AzoSans-Bold.woff2') format('woff2'),
        url('AzoSans-Bold.woff') format('woff'),
        url('AzoSans-Bold.ttf') format('truetype'),
        url('AzoSans-Bold.svg#AzoSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Azo Sans Lt';
    src: url('AzoSans-Light.eot');
    src: url('AzoSans-Light.eot?#iefix') format('embedded-opentype'),
        url('AzoSans-Light.woff2') format('woff2'),
        url('AzoSans-Light.woff') format('woff'),
        url('AzoSans-Light.ttf') format('truetype'),
        url('AzoSans-Light.svg#AzoSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Azo Sans Md';
    src: url('AzoSans-Medium.eot');
    src: url('AzoSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('AzoSans-Medium.woff2') format('woff2'),
        url('AzoSans-Medium.woff') format('woff'),
        url('AzoSans-Medium.ttf') format('truetype'),
        url('AzoSans-Medium.svg#AzoSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Azo Sans Regular';
    src: url('AzoSans-Regular.eot');
    src: url('AzoSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('AzoSans-Regular.woff2') format('woff2'),
        url('AzoSans-Regular.woff') format('woff'),
        url('AzoSans-Regular.ttf') format('truetype'),
        url('AzoSans-Regular.svg#AzoSans-Light') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'Azo Sans Lt';
}

.cf-container {
    max-width: 1240px;
    padding: 0px 20px;
    margin: 0 auto;
}

h1 {
    font-family: 'Azo Sans Md';
    font-size: 72px;
}

p {
    font-size: 18px;
    line-height:30px;
    font-weight: 600;
    color:#666;
}


h2 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 500;
}
h3{
    font-weight:400;
}

.desktop-menu {
    background: #f6f6f6;
            -webkit-transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
}


/*.header {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}*/

  .slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes slideInUp {
  0% {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  }
  @keyframes slideInUp {
  0% {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  } 


.logo {
    width: 100%;
    max-width: 150px;
    height: 40px;
    margin-right: auto;
    display: block;
    text-align: left;
}

.header-inner {
    display: flex;
    align-items: center;
}
.outer-wrapper{
    width:100%;
    height:auto;
    position:relative;
}
.outer-wrapper .close-icon{
    position:absolute;
    left:40px;
    top:20px;
    z-index:9; 
    cursor: pointer;
    
}
.outer-wrapper .close-icon img{
    width:30px;
}

.list-menu {
    display: flex;
    list-style: none;
        -webkit-transition: all 0.37s ease-in;
    -moz-transition: all 0.37s ease-in;
    transition: all 0.37s ease-in;
    margin-bottom: 0;
}

#myNav {
    flex: 0 0 60%;
    width: 100%;
    max-width: 60%;
}

.logo-sec {
    flex: 0 0 24.6%;
    width: 100%;
    max-width: 24.6%;
    z-index: 99;
}

.logo-sec a {
    display: block;
        -webkit-transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
        width: 150px;
}

.logo-sec a img {
    display: block;
    width: 100%;
}

.header-right .list-menu {
    justify-content: end;
}

.header-right {
    max-width: 15%;
    flex: 0 0 15%;
}

.list-menu a {
    color: #333333;
    font-size: 14px;
    margin-right: 30px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Azo Sans Md';
        -webkit-transition: all 0.36s ease-in;
    -moz-transition: all 0.36s ease-in;
    transition: all 0.36s ease-in;
}
.header-right ul.list-menu li:nth-child(2) a {
    margin-right: 0;
}

.desktop-menu {
    padding: 18px 0px;
}

.list-menu .active {
    color: #68ab6a;
}

.img-inner {
    position: relative;
    padding-bottom: 39.3%;
}

.img-inner img {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

.img-inner-content {
    position: absolute;
    top: 44%;
    right: 16%;
    transform: translateY(-50%);
    max-width: 430px;
}

.hero-sect {
    position: relative;
}

.img-inner-content span {
    font-size: 34px;
    color: #68ab6a;
    text-transform: uppercase;
    font-family: 'Azo Sans Md';
}

.img-inner-content h1 {
    color: #68ab6a;
    font-weight: 700;
    text-transform: uppercase;
}

.custom-btn {
    font-size: 18px;
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    border: 2px solid #68ab6a;
    padding: 17px 30px;
    display: inline-block;
    border-radius: 40px;
    FONT-FAMILY: 'Azo Sans Md';
	position:relative;
	z-index:1;
}

.img-inner-content p {
    margin-top: 25px;
    margin-bottom: 30px;
    line-height: 36px;
    color: #666;
	font-size: 20px;
}

.img-inner-content .custom-btn span {
    font-size: 16px;
}

.second-sec {
    padding-top: 100px;
    padding-bottom: 124px;
}

.custom-btn.blue span {
    color: #1965b0;
}

.custom-btn.blue {
    border: 2px solid #1965b0;
}

.second-sec h2 {
    color: #0063af;
    margin-bottom: 40px
}

.second-sec p {
    font-size: 16px;
    color: #666666;
    font-weight: 600;
    margin-bottom: 20px;
	    max-width: 494px
}
.second-sec .custom-btn.blue {
    margin-top: 15px;
}
.second-sec .row {
    align-items: center;
}
.second-sec .sec-right-index{
	position: relative;
    min-height: 440px;
}
.second-sec .sec-right-index .second-img {
    position: absolute;
    width: 745px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -65px;
}
.third-sec {
    background: url(../images/bg-green.jpg) no-repeat;
    padding-top: 140px;
    padding-bottom: 110px;
    background-size: cover;
}

.third-right li {
    font-size: 18px;
    list-style: none;
    padding-left: 40px;
    position: relative;
    padding-bottom: 3px;
    color: #fff;
}

.third-right li:after {
    position: absolute;
    top: 0;
    background: url(../images/tick.png);
    width: 30px;
    content: "";
    height: 30px;
    background-repeat: no-repeat;
    left: 0;
}

.third-right h2 {
    max-width: 500px;
    font-family: 'Azo Sans Lt';
    color: #fff;
    margin-bottom: 30px;
}
.thir-list {
    margin-bottom: 25px;
}
.third-right span {
    font-weight: 600;
    color: #f2cd51;
}

.custom-btn.white {
    border: 2px solid #fff;
    color: #fff;
}

.bottom-second p {
    color: #fff;
    max-width: 486px;
    font-size: 18px;
    margin-bottom: 0px;
}

.bottom-main-left {
    display: flex;
    align-items: baseline;
    padding-top: 60px;
}

.bottom-sec-zend img {
    padding-right: 5px;
}

.bottom-second span {
    color: #f2cd51;
}

.bottom-second h2 {
    color: #f2cd51;
    font-weight: 600;
    font-family: 'Azo Sans Lt';
}

.fouth-sec {
    position: relative;
    padding-top: 130px;
    padding-bottom: 130px;
}

.fouth-content {
    max-width: 600px;
}

.img-box img {
    min-height: 833px;
    width: 100%;
    object-fit: cover;
    height: 854px;
  
}

.img-box {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
	width: 70%;
}

.fouth-content h2 {
    color: #68ab6a;
    margin-bottom: 35px;
}

.fouth-content p {
    margin-bottom: 20px;
}

ul.foouth-list span {
    font-family: 'Azo Sans Md';
}

.foouth-list li {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    list-style: none;
    padding-left: 35px;
    position: relative;
    padding-bottom: 7px;
}

.foouth-list li:after {
    position: absolute;
    top: 0;
    background: url(../images/green-tick.png);
    width: 30px;
    content: "";
    height: 30px;
    background-repeat: no-repeat;
    left: 0;
}

.img-box-inner {
    position: relative;
}

.fouth-sec .img-box::after {
    content: "";
    background: url(../images/shap1.png) no-repeat center;
    width: 770px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-size: 100% 100%;
}

.custom-btn.green {
    border: 2px solid #68ab6a;
    padding: 17px 38px;
    display: inline-block;
    background: #68ab6a;
    border-radius: 40px;
    color: #fff;
}

ul.foouth-list {
    margin-bottom: 35px;
}

.fifth-sec {
    background: url(../images/blue-sec.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 90px;
    position: relative;
    overflow: hidden;
}

.fifth-content h2 {
    color: #fff;
    margin-bottom: 35px;
}

.fifth-content p {
    color: #ffff;
    max-width: 460px;
    font-weight: 500;
    margin-bottom: 3px;
}

.multiple-currency ul li {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    padding-bottom: 2px;
	    position: relative;
		list-style: none;
}

.multiple-currency ul {
    padding-left: 29px;
}

.fifth-content span {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.fifth-content .foouth-list li {
    color: #fff;
    font-weight: 500;
}

.fifth-content .foouth-list {
    margin-top: 35px;
}

.fifth-content .multiple-currency p {
    font-size: 22px;
    font-weight: 600;
    line-height: 48px;
}

.fifth-content .custom-btn {
    border: 2px solid #fff;
    padding: 16px 23px;
    background: transparent;
    font-weight: 500;
}

.fifth-img img {
    position: absolute;
    bottom: -160px;
}

.fifth-sec .col-md-7:after {
    position: absolute;
    top: 181px;
    background: url(../images/60sec.png);
    content: "";
    width: 200px;
    height: 200px;
    right: 75px;
    background-repeat: no-repeat;
}

.fifth-sec .col-md-7 {
    position: relative;
}

.fifth-content.col-md-5 {
    padding: 0;
}

.logo-main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}

.sixth-sec {
    padding-top: 100px;
    padding-bottom: 95px;
}

.my-partner h2 {
    color: #006cb8;
    text-align: center;
}

.our-partner-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 55px;
}

.our-partner-bottom p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 0;
}

.our-partner-bottom img {
    margin-right: 3px;
}

.our-partner-bottom span {
    color: #64ab69;
}

.footer-sec {
    background: #191c1f;
    padding: 100px 0px;
}

.main-footer-iner h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-shadow: none;
    line-height: 24px;
	margin-bottom: 3px;
}

.main-footer-iner a {
    font-size: 14px;
    line-height: 24px;
    color: #cccccc;
}

.main-footer-iner {
    display: flex;
    width: 100%;
    flex: 100%;
}

.inner-one {
    width: 100%;
    max-width: 20%;
    flex: 0 0 20%;
}

.inner-one.last-bar-sec li {
    list-style: none;
    margin-right: 20px;
}

.inner-one.last-bar-sec ul {
    display: flex;
}

.last-bar-sec p {
    font-size: 14px;
    color: #cccccc;
    margin-top: 15px;
    font-weight: 400;
}

a:hover {
    text-decoration: none;
}

.bottom-footer-sec {
    margin-top: 30px;
}

.bottom-footer-sec p {
    font-size: 14px;
    color: #cccccc;
    font-weight: 500;
	margin-bottom: 0;
}

.logo-img {
    padding-left: 85px;
}

.second-img img {
    width: 100%;
    max-width: 100%;
}

.footer-sec li {
    list-style: none;
}

.open-menu-body .mob-menu {
    display: block;
}

.mob-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9;
}

.open-menu-body .mainToggle.menu-toggle {
    height: 0;
}

.open-menu-body .mainToggle.menu-toggle {
    height: 0;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.toggle-ico {
    z-index: 9;
    display: none;
}

.mob-menu {
    display: none;
}
.icon-list{
	display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
}
.icon-list li {
    margin-right: 20px;
}

/*hover css*/

.custom-btn:after {
    position: absolute;
    content: "";
    background: #68ab6a;
    height: Calc(100% + 2px);
    left: -1px;
    top: -1px;
    transition: all 0.3s;
    z-index: -1;
    border-radius: 30px;
    border: transparent;
    overflow: hidden;
}
.custom-btn:hover:after {
	width: Calc(100% + 2px);
    border: transparent;
    color: #fff;
}
.img-inner-content .custom-btn:hover  span{
    color: #fff;
}
.custom-btn:hover{
	color: #fff;
}
.custom-btn.blue:hover {
    border-color: transparent;
    background:#0063af !important;
}
.custom-btn.blue::after{
    background:transparent;
}
.custom-btn.blue:hover span{
    color:#fff;
}
.custom-btn.white:hover {
    color: #0063af;
}
.custom-btn.white:after {
    background: #fff;
}
.custom-btn.green:hover {
    border-color: transparent;
}
.custom-btn.green:after {
    background: #0654a6;
}
.list-menu a:hover {
    color: #68ab6a;
}
.footer-sec li a:hover {
    color: #68ab6a;
}
.multiple-currency ul li:after {
    content: "";
    position: absolute;
    top: 7px;
    background: #fff;
    height: 6px;
    width: 6px;
    left: -27px;
    border-radius: 50%;
}
.logo-img img{
	display: block;
    width: 100%;
    height: 100%;
}
.logo-img:first-child {
    padding: 0;
}

/*zend community*/
.inner-community .hero-sec-img:after {
    position: absolute;
    content: "";
    top: 0;
    background: rgb(4 14 52 / 60%);
    width: 100%;
    height: 100%;
}
.inner-community .hero-sec-img {
    position: relative;
}
.inner-community .img-inner{
	    padding-bottom: 23.65%;
}
.inner-community  .img-inner-content h1 {
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 50px;
}
.inner-community  .img-inner-content {
    position: absolute;
    top: 50%;
    right: unset;
    max-width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.img-inner-content span{
    font-family: 'Azo Sans Lt';
	font-size: 50px;
}
.second-sec-comm {
    background: url(../images/zend-community/shape.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 54px 0px;
    text-align: center;
}
.second-sec-comm h3 {
    font-size: 24px;
    line-height:34px;
    font-weight:400;
    color: #fff;
}
.second-sec-comm p {
    color: #fff;
	font-weight: 500;
}
.content-main {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
.content-main  .inner-one {
    width: 100%;
    max-width: 31.5%;
    flex: 0 0 31.5%;
	margin-right: 33px;
	padding: 42px 32px 32px;
}

.content-main .inner-one:first-child{
    border-radius: 20px;
	background:url(../images/zend-community/discount.png);
	background-repeat: no-repeat;
	background-size:cover;
}
.content-main .inner-one:nth-child(2){
	border-radius: 20px;
	background:url(../images/zend-community/free.png);
	background-repeat: no-repeat;
	background-size:cover;
}
.content-main .inner-one:last-child {
    margin-right: 0;
	border-radius: 20px;
	background:url(../images/zend-community/one-account.png);
	background-repeat: no-repeat;
	background-size:cover;
	
	
}
.fouth-secinner {
    background: #b3ccff;
    padding: 142px 0px;
}
.first-sec h3 {
    font-size: 30px;
    color: #fff;
    line-height:40px;
    max-width: 210px;
    margin-right: auto;
	margin-bottom: 10px;
}
.first-sec {
    display: flex;
    
}
.first-sec img {
    width: 112px;
    height: 82px;
    object-fit: contain;
}
.content-main p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    max-width: 280px;
}
.content-main .inner-one:nth-child(2) p {
    max-width: 180px;
}
.content-main .custom-btn.white {
    color: #f2cd51;
    text-transform: capitalize;
	    padding: 12px 32px;
}
.logo-secs img {
    margin-bottom: 12px;
    margin-right: 14px;
    opacity: 0.6;
    
    object-fit: contain;
}
.logo-secs {
    padding-top: 40px;
    text-align: center;
}
.secondinner .logo-secs img{
	width: 183px;
    height: auto;
    opacity: 1;
}
.second-sec.third-secinner span{
	    font-weight: 700;
}

.third-secinner .second-img img {
    width: 100%;
    max-width: 513px;
    height: 405px;
    margin-left: auto;
    display: block;
	margin-right: auto;
}
.third-secinner .second-sec p{
	    max-width: 464px;
}
.second-sec.third-secinner{
	padding-top: 67px;
    padding-bottom: 123px;
}
.video {
    padding-bottom: 140px;
}
.video h2 {
    color: #0063af;

	    margin-bottom: 33px;
}

.video p {
    font-size: 16px;
    color: #666666;
	margin-bottom: 33px;

}
.zend-community .custom-btn {
    text-transform: capitalize;
}
.zend-community h2 {
	font-family: 'Azo Sans Lt';
}
.zend-community h2 span{
    font-weight:600;
}
.fouth-sec.zend-parent h2{
	color: #0063af;
}
.fouth-sec.zend-parent span {
    font-weight: 600;
	}
	.sign-sec.register-step-sec .inner-link{
	    max-width:inherit;
	    
	}
/*.second-sec.third-secinner .second-img img{
	max-width: 487px;
}*/
.video .second-img img{
	max-width: 487px;
}
.video .video-right {
    padding-left: 63px;
    padding-right: 0;
}
.video-right .custom-btn{
	margin-top: 38px;
	padding: 17px 33px;

}
.zend-parent h4 {
    color: #666666;
    line-height: 36px;
	max-width: 470px;
    margin-bottom: 27px;
}
.fouth-sec.zend-parent p {
    color: #666666;
    font-weight: 400;
	max-width: 540px;
	font-size: 16px;
}
.zend-community .custom-btn {
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Azo Sans Lt';
}
.fouth-sec.zend-parent{
	    padding-bottom: 160px;
}
.fouth-sec.zend-parent .img-box::after{
	width: 620px;
}
.zend-parent .custom-btn{
	margin-top: 10px;
    text-transform: capitalize;
    font-weight: 400;
	padding: 17px 43px;
    font-family: 'Azo Sans Lt';
}

.content-main .inner-one:first-child .logo-secs img {
    display: inline-block;
    height: auto;
    max-height: 40px;
}
.fa-spin{
	animation: fa-spin 6s linear infinite;
}
.second-sec.third-secinner p{
	max-width: 454px
}
/*.animate-img{
	animation: pulse-animation 3s infinite;
	
}

@keyframes pulse-animation {
  0% {
   transform:scale(1);
   
  }
 50%{
	  transform:scale(1);
	  transition:all 0.7s;
 }	 
100%{
	transform:scale(1.3);
}
}*/

/*about us page */
.zend-community.about-us .inner-community .hero-sec-img:after {
    position: absolute;
    content: "";
    top: 0;
    background: #040e34;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}
.about .col-md-12{
	
    max-width: 910px;
    margin: 0 auto;
	
}
.second-sec-comm.about h3{
	    margin-bottom: 20px;
}
.second-sec-comm.about p {
    margin-bottom: 0;
}
.second-sec-comm.about{
	    padding: 64px 0px;
}
.about-second .col-md-6:first-child{
	flex: 0 0 45%;
    max-width: 45%;
	padding:0;
}
.about-second .col-md-6:last-child{
	flex: 0 0 55%;
    max-width: 55%;
	padding:0;
}
.third-secinner .about-second .second-img img{
	    max-width: 100%;
		height: auto;
}
.second-sec.third-secinner .about-second p {
    max-width: 444px;
}
.about-vdo p {
    font-size: 16px;
    color: #666666;
    max-width: 480px;
}
.video.about-vdo .row{
	    align-items: center;
}
.video.about-vdo{
	padding-bottom: 130px;
}
.about-zend{
	background: #f8f8f8;
	padding-bottom: 110px;
}
.inner-sec-zend {
    padding-top: 120px;
    padding-bottom: 120px;
}
.inner-sec-zend .row{
	    align-items: center;
}
.about-zend h2{
	color: #0063af;
    margin-bottom: 33px;
	font-family: 'Azo Sans Lt';
}
.about-zend span {
    font-weight: 600;
}
.about-zend p {
    font-size: 18px;
    color: #666666;
    font-weight: 600;
}
.about-bottom-right{
	    max-width: 460px;
		margin-left:auto;
}

.about-zend .row{
	    align-items: center;
}
.img-sec img {
    width: 184px !important;
    height: 184px;
      margin: 0 auto;
    border-radius: 50%;
	object-fit: fill;
}
.team-item {
    text-align: center;
}
.team-bottom-img img {
    width: 100%;
    height: 30px;
    max-width: 30px;
    margin: 0 auto;
}

#team {
    max-width: 822px;
    margin-left: auto;
    margin-right: auto;
}
#team .owl-nav {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
	width:100%;
}
#team .owl-nav button.owl-prev {
    background: url(../images/about-us/arrow-left.png)!important;
    height: 20px;
    width: 50px;
    background-repeat: no-repeat !important;
    left: -110px;
    position: absolute;
}
#team .owl-nav span {
    font-size: 0;
}
#team button.owl-next {
    
    background: url(../images/about-us/arrow-right.png)!important;
    height: 20px;
    width: 50px;
    background-repeat: no-repeat !important;
    right: -125px;
    position: absolute;
}
.zend-team .cf-container{
	text-align:center;
	}
.zend-team {
	background: url(../images/about-us/bg-team.png);
    padding: 124px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 124px 0px;
}
.zend-team h2{
	color: #fff;
    margin-bottom: 45px;
}
.zend-team h4 {
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
	margin-bottom: 5px;
}
.zend-team h6 {
    font-size: 14px;
    color: #f2cd51;
}
.team-bottom h3 {
    font-size: 30px;
}
.team-bottom {
    padding-top: 50px;
    color: #fff;
}
.team-bottom p {
    font-weight: 300;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 43px;
	color:#fff;
}
.team-bottom .custom-btn.white {
    border: 2px solid #fff;
    text-transform: capitalize;
    font-weight: 300;
    font-family: 'Azo Sans Lt';
    padding: 16px 34px;
}
button:focus {
    outline: none;
}
.fbmain {
    display: flex;
}
.inner-fb {
    max-width: 337px;
    margin-right: auto;
    border: 1px solid #ddd;
    border-right: 0;
    padding-left: 35px;
    padding-top: 55px;
    padding-bottom: 48px;
    border-radius: 10px;
	position:relative;
}
.fbsec {
    max-width: 33%;
    flex: 0 0 33%;
}
.fbsec .stars{
    display:none;
}
.fbmain {
    display: flex;
    width: 100%;
    max-width: 100%;
}
.inner-fb:before {
    content: "";
    position: absolute;
    background: url(../images/about-us/column-left.png);
    width: 100%;
    height: 40px;
    background-repeat: no-repeat;
    background-color: #fff;
    top: -15px;
   
}
.inner-fb:after {
    content: "";
    position: absolute;
    background: url(../images/about-us/column-right.png);
    width: 70px;
    height: 30px;
    background-repeat: no-repeat;
    bottom: -15px;
    right: 0;
    background-color: #fff;
    background-position: center;
}
.facebook {
    padding-top: 115px;
    padding-bottom: 125px;
}
.facebook h2 {
    text-align: center;
    margin-bottom: 90px;
    color: #0063af;
}
.facebook span {
    font-size: 16px;
    color: #333;margin-bottom: 11px;
    display: block;
}
.facebook p {
    font-size: 16px;
    color: #333;
    font-weight: 500;
	max-width: 270px;
	min-height:120px;
}
.second-sec.third-secinner.about-content{
	padding-top: 114px;
    padding-bottom: 123px;
}
.inner-sec-zend .col-md-6:first-child{
	flex: 0 0 40.25%;
    max-width: 40%;
    margin-right: auto;
}
.inner-sec-zend .col-md-6:last-child{
	flex: 0 0 60.25%;
    max-width: 58%;
}
.about-right{
	max-width: 514px;
    margin-left: auto;
    display: block;
}
.about-left-bottm img {
    max-width: 533px;
    width: 100%;
}


/*--business page 15-02-2022--*/

.banner-top-sec.inner-community.business .hero-sec-img:after{
	display:none;
	
}
.banner-top-sec.inner-community.business .img-inner-content p{
	line-height: 24px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
	margin-top:0;
	margin-bottom:0;}
.fouth-secinner.businessfourth .content-main{
	    flex-wrap: wrap;
}
.fouth-secinner.businessfourth .content-main .inner-one{    
	max-width: 31.5%;
}
.businesstwo .about-second .col-md-6:first-child{
	flex: 0 0 50%;
    max-width: 50%;
}
.businesstwo .about-second .col-md-6:last-child{
	flex: 0 0 50%;
    max-width: 50%;
}
.content-main.promo-main .animate-img{
	animation:animation 5s ease-out  infinite;
	
}
@keyframes animation{
	0%{
		transform:scale(1);
		
	}
	50%{
		transform:scale(1.1);
		
	}
	100%{
		transform:scale(1);
		
	}
	
}

.content-main.promo-main .inner-one.promo-one{
    background: url(../images/business/promo1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.promo-main .first-sec h3 {
    font-size: 28px;
    max-width: 240px;
}
.promo-main .first-sec img {
    width: 58px;
    height: 58px;
}
.content-main.promo-main .inner-one.promo-two{
	background: url(../images/business/promo2.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.content-main.promo-main .inner-one.promo-three{
	background: url(../images/business/promo3.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.content-main.promo-main .inner-one.promo-four{
	background: url(../images/business/promo4.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.content-main.promo-main .inner-one.promo-five{
	background: url(../images/business/promo5.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.content-main.promo-main .inner-one.promo-six{
	background: url(../images/business/promo6.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.content-main.promo-main  .inner-one{
		padding: 35px 35px 20px 35px;
		border-radius: 10px;
		margin-bottom: 33px;
}
.content-main.promo-main  .inner-one:nth-child(2) p {
    max-width: 100%;
}
.content-main.promo-main .custom-btn.white{
	margin-left: auto;
    margin-right: auto;
    display: table;
}
.content-main.promo-main p{
	    line-height: 26px;
		min-height: 90px;
}
.content-main .promo-five p{
	max-width: 260px;
	    margin-top: -17px;
}
.fouth-secinner.businessfourth{
	    background: #d2e1ff;
		padding: 168px 0px 140px;
}
.content-main.promo-main .inner-one:nth-child(2) p {
    max-width: 290px;
}
.inner-one.promo-three {
    margin-right: 0;
}
.inner-one.promo-three h3{
	    max-width: 200px;
}
.content-main .inner-one.promo-three p{
	max-width: 300px;
}
.promo-main .inner-one.promo-four h5{
	font-size: 18px;
	line-height:30px;
    color: #fff;
    font-weight: 600;
    margin-top: -16px;
}
.content-main.promo-main .promo-six  p{
	    max-width: 100%;
}
.fouth-sec.zend-parent.businessfifth{
	padding-bottom: 185px;
	padding-top: 174px;
}
.fouth-sec.zend-parent.businessfifth p{
	font-size: 18px;
}
.businessfifth .img-box img{
	min-height: 743px;
    height: 743px;
	object-position:bottom;
	
	
}
.fouth-secinner.businessfourth h2{
	    margin-bottom: 25px;
}
.fouth-sec.zend-parent.businessfifth h4{
	    margin-bottom: 40px;
}
.fouth-sec.zend-parent.businessfifth p{
	
    max-width: 470px;
}
.fouth-sec.zend-parent.businessfifth .img-box{
	    width: 64%;
}
.fouth-sec.zend-parent.businessfifth .img-box::after {
    width: 530px;
}
.businesstwo .about-second .row{
	   margin-right: 0px;
    margin-left: 0px;
}
.video.about-vdo.businessthree p{
	    max-width: 440px;
}
.second-sec-comm.businessone h3{
	    max-width: 590px;
		margin-left: auto;
		margin-right: auto;
		line-height: 30px;
		font-weight: 400;
		margin-bottom: 25px;
}
.banner-top-sec.inner-community.about-banner .img-inner img{
	opacity: 0.9;
}
.zend-community.about-us .inner-community .hero-sec-img:after{
	    opacity: 0.8;
}
.video.about-vdo .video-right {
    padding-left: 80px;
	
}
.about-second .row{
	margin:0;
}
.about-right img{
	    width: 100%;
}

/* signup page*/
.sign-up h2 {
    font-size: 36px;
    color: #333333;
    line-height: 40px;
    font-family: 'Azo Sans Md';
    margin-left:-5px;
}
.sign-up span{   
	color: #8d8d8d;
	margin:5px;
}
.inner-login {
    padding-top: 165px;
    padding-bottom: 107px;
}
.inner-login p {
    font-size: 16px;
    color: #666666;
    font-weight: 600;
}
.login-botom label {
    color: #666666;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 180px;
}
.form-sec input[type="text"] {
    border: transparent;
   width: 100%;
    max-width: 540px;
    border-bottom: 3px solid #ddd;
    background: #f2f2f2;
    height: 70px;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 20px;
	font-size:18px;
	
}
.form-sec input[type="text"]::placeholder{
	color:#666;
}
input:focus, button:focus{
	outline:none;
	
}
.form-sec {
    margin-bottom: 45px;
}
.login-botom img{
	text-align: center;
    display: block;
    max-width: 230px;
    margin: auto;
    width: 100%;
}
.sign-sec {
    max-width: 570px;
}
.signup-right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    max-width: 32.6%;
}
.signup-img img{
	width: 100%;
    height: 100vh;
	    object-fit: cover;
}
.signup-text {
    position: absolute;
    top: 0;
    right: 40px;
}
.signup-text a{
	font-size: 14px;
    color: #fff;
    margin: 40px 55px 0px 0px;
    display: block;
    font-weight: 600;
    max-width: 100px;
    border-radius: 30px;
    border: 1px solid #fff;
    height: 50px;
    text-align: center;
    line-height: 50px;
    width: 100%;
}
.sign-up{
	position: relative;
    height: 100vh;
	background: #fff;
}
.select-optiion h4 {
    font-size: 16px;
    color: #666666;
	margin-bottom: 40px;
}
.select-optiion label {
    font-size: 16px;
    color: #666666;
    font-weight: 700;
}
.select-optiion p {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
	margin-bottom:0;
}
.sign-up.register .inner-login{
	padding-bottom: 17px;
}

.signup-img:after {
    position: absolute;
    content: "";
    background: url(../images/lady.png);
    width: 100%;
    height: 744px;
    left: -90px;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.signup-img {
    position: relative;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #68ab6a;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.inner-register {
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 25px;
    background: #f2f2f2;
	    margin-bottom: 25px;
}
.continue-btn button {
    width: 545px;
    height: 82px;
    color: #fff;
    background: #68ab6a;
    border: transparent;
    border-radius: 10px;
    font-size: 22px;
}
.inner-link {
    max-width: 545px;
}
.continue-btn {
    margin-top: 100px;
    margin-bottom: 100px;
}
.login-botom .continue-btn {
    margin-top: 0;
    margin-bottom: 40px;
}
.login-botom {
    max-width: 545px;
}
.or-sec {
    position: relative;
    z-index: 1;
}
.or-sec p {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    background: #f7f7f7;
    width: 40px;
    z-index: -1;
    text-align: center;
    margin: 0 auto;
}
.or-sec:after {
    position: absolute;
    content: "";
    background: #ddd;
    width: 100%;
    height: 2px;
    top: 12px;
    z-index: -1;
}
.login-botom a {
    width: 100%;
    max-width: 540px;
    border-bottom: 3px solid #ddd;
    background: #f2f2f2;
    height: 70px;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 20px;
    font-size: 18px;
    display: block;
    margin-top: 40px;
}
.subscribe-sec{
    width:100%;
    height:auto;
    padding-bottom:120px;
}
.subscribe-sec .subscribe-inner{
    width:100%;
    height:auto;
    background:#68ab6a;
    padding:70px 120px;
    display:flex;
    justify-content:space-between;
    
}
.subscribe-sec h2{
    font-family: 'Azo Sans Md';
    font-weight:400;
    color:#fff;
}
.subscribe-sec .subscribe-inner .subscribe-form .form-control {
	background: transparent;
	border: none;
	border-bottom:2px solid #fff;
	border-radius: 0px;
	color: #fff;
	padding:0px;
	height:50px;
	line-height:50px;
	width:100%;
}
.subscribe-sec .subscribe-inner .subscribe-form{
    width:70%;
}
.subscribe-sec .subscribe-inner .subscribe-form .form-control::placeholder{
    color:#fff !important;
}
.subscribe-sec .subscribe-inner .subscribe-form .form-control:focus{
    box-shadow:none;
    outline:none;
}
.subscribe-sec .subscribe-inner .subscribe-form .form-control:focus::placeholder{
    opacity:0;
}
.subscribe-sec .subscribe-inner .subscribe-form .custom-btn{
    background:#68ab6a;
    border:2px solid #fff;
    color:#fff;
    padding: 17px 40px;
}
.subscribe-sec .subscribe-inner .subscribe-form .custom-btn:hover{
    background:#fff;
    color:#68ab6a;
}
.subscribe-sec .subscribe-inner .subscribe-form .custom-btn::after{
    background:transparent;
}
.header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:9;
    -webkit-transition: all 0.37s ease-in;
    -moz-transition: all 0.37s ease-in;
    transition: all 0.37s ease-in;
}

.header.sticky .desktop-menu {
    padding: 10px 0px;
        -webkit-transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
}
.header.sticky .logo-sec a{
    -webkit-transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    width: 100px;
}

.header.sticky .list-menu {
    -webkit-transition: all 0.36s ease-in;
    -moz-transition: all 0.36s ease-in;
    transition: all 0.36s ease-in;
}

.header.sticky .list-menu a {
    font-size: 13px;
    margin-right: 28px;
}

.card {
    margin: 41px !important;
}

.sign-sec.register-step-sec #regForm {
  background-color: #ffffff;
  margin: 0px auto;
  width: 100%;
}

h1 {
  text-align: center;  
}

.sign-sec.register-step-sec input {
  width: 100%;
  max-width: inherit;
  border-bottom: 3px solid #ddd;
  background: #f2f2f2;
  height: 70px;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 20px;
  font-size: 18px;
  margin-bottom:20px;
}

.sign-sec.register-step-sec input.invalid {
  background-color: #ffdddd;
}
.sign-sec.register-step-sec .tab {
  display: block;
}
.sign-sec.register-step-sec .tab .tab-inner{
    display:flex;
}
.sign-sec.register-step-sec .tab .tab-inner p{
    margin-right:20px;
}
.sign-sec.register-step-sec .tab .tab-inner p:last-child{
    margin-right:0px;
}

.sign-sec.register-step-sec button {
     width:100%;
    height: 82px;
    color: #fff;
    background: #68ab6a;
    border: transparent;
    border-radius: 10px;
    font-size: 22px;
}

.sign-sec.register-step-sec button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.sign-sec.register-step-sec .step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0;
}

.sign-sec.register-step-sec .step.active {
  opacity: 0;
}
.sign-sec.register-step-sec .step.finish {
  background-color: #04AA6D;
}

.error{
    color:rgb(144, 26, 26);
}