/* CSS Document */
/*--header--*/
:root{
  --primary-color:#645394;
  --secondary-color:#3E3E3F
}
body {
  font-family: 'Open Sans Hebrew';
  line-height: normal
}
li {
  list-style: none;
}
ul {
  margin: 0;
  padding: 0;
}
a:hover {
  text-decoration: none
}
img {
  max-width: 100%;
}
.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 103, 45, 0.48)
}
.form-control {
  border-radius: 5px;
}
.sprite {
  background: url('../images/sprite.png') no-repeat;
  display: inline-block
}
.btn-primary {
  background: #da7fff;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border: 1px solid transparent !important;
}
.btn-primary:hover {
  border: 1px solid #804297 !important;
  color: #804297;
  background: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2)
}
header {
  background-color: rgba(255, 255, 255, 0.0);
  padding: 15px 0;
  box-shadow: 0 0 29px rgba(50, 50, 50, 0.0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header.affix {
  background-color: rgba(255, 255, 255, 1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0 0 29px rgba(50, 50, 50, 0.1);
}
/*header:before {
	content: '';
	background: #da7fff;
	background: -moz-linear-gradient(left, #da7fff 0%, #804298 100%);
	background: -webkit-linear-gradient(left, #da7fff 0%, #804298 100%);
	background: linear-gradient(to right, #da7fff 0%, #804298 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da7fff', endColorstr='#804298', GradientType=1 );
	position: absolute;
	left: 0;
	top: 0;
	height: 3px;
	width: 100%;
}*/
header nav ul li a.nav-link {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 19px;
  font-weight: normal;
  padding: 0 15px;
}
header .navbar {
  padding: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  align-items: center;
}
header .nav {
  padding: 0;
  margin: 0;
  margin-right: 45px;
}
header nav ul li a:hover, header nav ul li.active a, header nav ul li a:focus, header nav ul li a:active {
  background: none;
  color: #fff
}
header .navbar-brand {
  margin: 0;
  padding: 0 0;
}
.navbar-brand img {
  width: 200px;
}
header .navbar .btn, .btn-secondary {
  background: rgba(0, 0, 0, 0.49);
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #645394;
  color: #fff;
  width: 66px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sprite {
  background: url("../images/sprite.png") no-repeat;
}
.nav-pages header .login-btn {
  display: flex !important;
  right: 0;
  transform: none;
  justify-content: flex-end;
  bottom: -64px;
}
header .login-btn a {
  background: #645394;
  color: #fff;
  margin: 0 2px;
  border-radius: 0 0 14px 15px;
  border: 1px solid #fff;
  font-size: 13px;
  width: 174px;
  display: flex;
  align-items: center
}
.fixed-top.affix .login-btn {
  opacity: 0;
  visibility: hidden;
}
.d-logo {
  display: none;
}
.fixed-top.affix .d-logo {
  display: block;
}
.fixed-top.affix .w-logo {
  display: none;
}
.fixed-top.affix nav ul li a.nav-link {
  color: #3e3e3f
}
.fixed-top.affix .log_btn li:last-of-type a {
  color: #645394;
  background: #fff;
}
header .login-btn {
  display: none;
  position: absolute;
  right: 50%;
  transform: translate(50%, 2.3em);
  bottom: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
}
header .login-btn a .sprite {
  display: inline-block;
  height: 24px;
  width: 24px;
  background-position: -13px -38px;
  margin-right: 2px;
}
header .log_btn li:first-of-type a {
  margin-left: 10px;
  background: #645394;
  width: 145px;
}
.fixed-top.affix .log_btn li:first-of-type a {
  color: #fff
}
header .log_btn {
  margin-right: 40px;
}
/*--hero-sec--*/
.hero_sec {
  background: url('../images/home-banner.jpg') no-repeat center center;
  height: 575px;
  position: relative;
  background-size: cover;
}
.hero_sec:after {
  content: '';
  background: rgba(9, 7, 13, 0.57);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
.hero_sec .hero_content {
  position: absolute;
  right: 15px;
  top: 60%;
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
  z-index: 5;
  max-width: 616px;
}
.hero_sec .hero_content h1 {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 2px;
}
.hero_sec .hero_content p {
  font-size: 20px;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 00;
}
.hero_sec .hero_btn {
  width: 197px;
  height: 50px;
  border-radius: 4px;
  background-color: #f14d22;
  line-height: 50px;
  color: #fff;
  padding: 0;
  font-weight: bold;
  font-size: 20px;
  margin-top: 23px;
}
.hero_sec .hero_btn:hover {
  background-color: #645394
}
/*--sec-tags--*/
.tag_sec {
  height: 59px;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
  line-height: 59px
}
.tag_sec ul {
  justify-content: center;
  align-items: center;
}
.tag_sec ul li a {
  height: 30px;
  border-radius: 4px;
  border: solid 1px #c5c4c4;
  background-color: #e6e7e9;
  font-size: 15px;
  font-weight: bold;
  color: #3e3e3f;
  display: inline-block;
  line-height: 30px;
  padding: 0 16px;
  margin: 0 12px;
}
.tag_sec ul {
  overflow: auto;
  padding: 14px 0;
}
.tag_sec ul li a {
  display: block;
  white-space: pre;
}
/*--heading--*/
.sec-pad {
  padding: 50px 0;
}
.sec-heading {
  margin-bottom: 30px;
  text-align: right;
}
.sec-heading .h1 {
  font-size: 36px;
  font-weight: bold;
  display: block;
  margin: 0;
  color: #3e3e3f
}
.sec-heading strong {
  font-size: 24px;
  font-weight: 400;
  margin-top: 0px;
  display: block;
  color: #3e3e3f;
}
.head_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 60px;
}
.head_flex a {
  color: #3e3e3f;
  font-size: 18px;
}
/*--footer--*/
footer {
  padding: 27px 0;
  background-color: #3d4551;
  color: #fff;
}
.left_foot, .right_foot {
  padding: 23px;
  border-radius: 2px;
  background-color: #3d4551;
  height: 100%;
}
.left_foot strong, .right_foot strong {
  font-size: 23px;
  font-weight: normal;
  display: block;
  margin-bottom: 12px;
}
.left_foot p {
  font-size: 18px;
  color: #e3e3e3;
  line-height: 1.5;
  max-width: 535px;
  margin-bottom: 0;
}
.right_foot {
  padding: 0;
}
.right_foot strong {
  text-align: center;
}
.right_foot ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
gap: 25px;margin-bottom: 15px;}
.right_foot ul li a.sprite {
  height: 46px;
  width: 46px;
}
a.sprite.fb-ico {
  background-position: -11px -205px;
}
a.sprite.twt-ico {
  background-position: -11px -98px;
}
.foot_info {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
a.sprite.in-ico {
  background-position: -11px -152px;
}
.foot_info {
  padding: 00px 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 45px;
  font-size: 15px;
  color: #c6c6c6;
}
.foot_info p a {
  border-bottom: 1px solid #fff;
  color: #fff;
}
/*--layout2--*/
.layoutNew3 nav .btn-secondary{
  min-width:98px
}
.layoutNew3 .hero-sec{
  background:url('../images/hero-image-3.jpg') no-repeat center center;
  background-size: cover;
  height: 575px;
  padding-top:120px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom:60px;
}
.layoutNew3 .hero-sec .hero-content{
  text-align: center;
  color:#fff;
  max-width: 1150px;
}
.layoutNew3 .hero-sec .hero-content h1{
  font-size:70px;
  font-weight: bold;
  letter-spacing: -2px;
  margin:0 0 30px;
}
.layoutNew3 .hero-sec .hero-content p{
  font-size:35px;
}
.layoutNew3 .hero-sec .hero-content a.btn, .aboutCom .btn-primary{
  font-size: 20px;
  width: 214px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin-top: 40px;
  background-color: #F14D22;
  border-color: #F14D22;
  font-weight: 500;
}
.layoutNew3 .hero-sec .hero-content a.btn:hover, .aboutCom .btn-primary:hover{
  color: #F14D22;
  border-color:#F14D22;
  background:#fff;
}
.hero-sec .navbar{
  position: absolute;
    bottom: -60px;
    width: 100%;
    justify-content: center;
    background: #fff;
    right: 0;
    border-bottom:1px solid #CECECE
}
.hero-sec .navbar .nav-link{
  color:#231F20;
  font-size:20px;
  
}
.hero-sec .navbar .nav-item{
  position: relative;
}
.hero-sec .navbar .nav-item.active:after, .hero-sec .navbar .nav-item:hover:after{
content:'';
background-color: #F14D22;
height:6px;
width: 100%;
position: absolute;
bottom:-12px;

right:0;

}
.secHeading{
  position: relative;
  color:var(--secondary-color);
  font-size:32px;
  margin-bottom: 15px;

}
.secHeading p{
  font-size:18px;
  margin-top: 10px;

}
.secHeading strong span{
  color:var(--primary-color)
}
.secHeading .secCount{
  font-size:100px;
  font-weight: 600;
  color:#AFAAD3;
  position: absolute;
  line-height: 100px;
  right: -120px;
  top:0;
}
.challange-sec .secBody{
  max-width:645px;
}
.challange-sec  .readmore{
  color:#AFAAD3;
  font-weight: 600;
}
.stages-sec{border-top: 1px solid #CECECE; border-bottom: 1px solid #CECECE;}
.stagesRow {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 5em;
  position:
  relative;
  gap: 35px;
}
.stagesRow:after{
  content:
  '';
  background:#FECB2E;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  top: 58px;
  right: 0;
  width: 90%;
}
.stagesContent {background: #F2F4F6;padding: 15px;     position: relative;
  margin-top: 26px; min-height: 171px;}

.stageList {max-width: 220px;position: relative;}

.stagesContent strong {display: block;font-size: 14px;margin: 0 0 5px;}

.stagesContent p {font-size: 14px;}
.stagesCount {position: absolute;top: -70px;text-align: center;font-size: 18px;color: #F14D22;font-weight: 600; right:0;width: 100%;}
.stagesCount:after{
  content:'';
  height:26px;
  width: 26px;
  background:url('../images/arrow-d.svg') no-repeat center;
position: absolute;left: 50%;transform: translateX(-50%);bottom: -29px;z-index: 5;}
.stagesCount span {margin: 0 0 10px;display: block;}
.stagesContent:after {content: '';display: block;border-top: 3px dotted #F14D22;width: 43px;position: absolute;top: -27px;-webkit-transform: translateX(-50%) rotate(90deg); transform: translateX(-50%) rotate(90deg);left: 50%;}
.winnerSec{
  border-bottom:1px solid #CECECE
}
.winnerPoint{
  text-align: center;

}
.winnerPoint img{
  width: 76px;
  height: 76px;
}
.winnerPoint figcaption{
  margin-top: 20px;
  font-size: 18px;
  
}
.challange-sec .highLight{
  color: var(--primary-color);
  font-size: 25px;
  font-weight: bold;
  margin-top: 20px;
}
.faqSec{
  border-top:1px solid #CECECE
}
.faqSec ul{
padding:0;
margin: 2.0em 0 0;
}
.faqSec ul li{
  margin: 0 0 3em;
  display: block;
}
.faqSec ul li strong{
color:var(--primary-color);
font-weight: 600;
font-size: 18px;
display: block;
margin:0 0 5px
}
.faqSec ul li p{
  font-size:18px
}
.layoutNew3 header.affix .navLogo svg path{
fill:var(--primary-color)
}
.layoutNew3 .fixed-top.affix .log_btn li a{
  background-color: var(--primary-color) !important;
  color:#fff !important
}
.aboutCom, .partner_sec {
  background-color:#F2F4F6 !important
}
.aboutCom .h2{
font-size:32px;
color: var(--secondary-color);
font-weight: 600;
display: block;
text-align: center;
margin: 0 0 25px
}
.aboutCom p strong{
  color: var(--secondary-color);
  font-weight: normal;
  font-size:20px;
}


/*--partner-sec--*/
.partner_sec {
  padding: 0px 0 20px;
  background-color: var(--gc)
}
.partner_carousel.row {
  align-items: center;
}
.partner_sec .sec-heading {
  margin-bottom: 60px;
}
.partner_carousel {
  align-items: center;
}
.partner_carousel img {
  max-width: 100%;
  height: auto;
  margin: 0 10px;
}
.challange-sec .secBody > div p{
margin: 0;
}
.challange-sec .secBody > div p strong:first-of-type{
  color:#685198;
  } 