body{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Oswald', sans-serif;
}
h1,h2,h3,h4,h5,h6,p{
  margin: 0;
}
a:hover{
  text-decoration: none;
}
ul{
  margin:0;
  padding:0;
  list-style: none;
}
h1{
  font-weight: 700;
  font-size: 50px;
  color: #000000;
  text-transform: uppercase;
  line-height: normal;
}
h2{
  font-weight: 300;
  font-size: 28px;
  color:#000000;
  text-transform: uppercase;
  line-height: normal;
}
h3{
  font-weight: 600;
  font-size: 15px;
  color: #000000;
  text-transform: capitalize;
  line-height: normal;
}
h4{
  font-weight: 700;
  font-size: 13px;
  color: #000000;
  text-transform: uppercase;
}
p {
  font-weight: 300;
  font-size: 17px;
  color: #000000;
  text-transform: inherit;
  line-height: 25px;
}
/*==================================================================================================================
  ====                                               Start Home Page Css                                        ====
  ==================================================================================================================*/

/*=============================================================================
  ====                       Start Header Section Css                      ====
  =============================================================================*/
  .header-section{
    background: url(../images/first_bg.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100% 100%;
    padding-top: 10px;
    padding-bottom: 200px;
    overflow: hidden;
  }
  .header-main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header-logo img {
    width: 110px;
  }
  .header-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header-menu ul li{
    margin:0 12px;
  }
  .header-menu ul li a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .header-menu ul li a:hover{
    color:#29BACF;
  }
  .header-join-button a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    border: 2px solid #29BACF;
    padding: 4px 40px;
    border-radius: 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-left: 12px;
  }
  .header-join-button a:hover{
    background: #4CA7DD;
    color:#FFFFFF;
    border: 2px solid #000000;
  }
  .mastery-academy-area{
    padding-top: 120px;
  }
  .mastery-academy-content h2.first-heading{
    font-weight: 700;
    font-size: 28px;
    position: relative;
  }
  .home--menu-area {
  margin-top: 25px;
}
  .mastery-academy-content h2.first-heading::after {
    content: "";
    position: absolute;
    background: #29BACF;
    height: 3px;
    width: 395px;
    bottom: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }
  .all-video-button a {
    font-family: 'Ubuntu Mono', monospace;
    font-weight: 700;
    font-size: 18px;
    background: #707070;
    color: #FFFFFF;
    padding: 5px 4px;
    display: inline-block;
    line-height: normal;
    margin: 20px 0;
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.2);
    box-shadow: 5px 5px 10px rgba(0,0,0,.2);
  }
  .iframe-area {
    position: relative;
    overflow: hidden;
    margin-top: 35px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.6);
    box-shadow: 0 0 15px rgba(0,0,0,.6);
  }
  .iframe-area-main {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
  }
  .iframe-area iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: none;
 }
 .mastery-academy-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}
.mastery-first-button a {
  background: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  color: #29BACF;
  border: 3px solid #29BACF;
  padding: 8px 0;
  display: inline-block;
  width: 265px;
  margin-right: 12px;
  height: 46px;
}
.mastery-first-button a:hover{
  background: -o-linear-gradient(left,#4AA5DD,#3091EA,#0872FB);
  background: -webkit-gradient(linear,left top, right top,from(#4AA5DD),color-stop(#3091EA),to(#0872FB));
  background: linear-gradient(90deg,#4AA5DD,#3091EA,#0872FB);
  color: #FFFFFF;
  border: none;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
  box-shadow: 0 0 15px rgba(0,0,0,.2);
  line-height: 30px;
}
.mastery-second-button a {
  background: -o-linear-gradient(left,#4AA5DD,#3091EA,#0872FB);
  background: -webkit-gradient(linear,left top, right top,from(#4AA5DD),color-stop(#3091EA),to(#0872FB));
  background: linear-gradient(90deg,#4AA5DD,#3091EA,#0872FB);
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  padding: 8px 0;
  display: inline-block;
  width: 265px;
  margin-left: 12px;
  height: 46px;
  line-height: 30px;
}
.mastery-second-button a:hover{
  background: #FFFFFF;
  color:  #29BACF;
  border:3px solid #29BACF;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
  box-shadow: 0 0 15px rgba(0,0,0,.2);
  line-height: 25px;
}
/*Mobile Menu Icon*/
.mobile-menu-icon{
  display: none;
}
.mobile-header-join{
  display: none;
}
/*Start Humber Icon Design Css*/
.all-p-humber{
  width: 40px;
  height: 50px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 99;
}
.all-p-humber span {
  display: block;
  position: absolute;
  height: 3px;
  width: 20px;
  background: #132F3B;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
/ Icon 3 /
.all-p-humber span:nth-child(1) {
  top: 6px;
}
.all-p-humber span:nth-child(2), .all-p-humber span:nth-child(3) {
  top: 7px;
}
.all-p-humber span:nth-child(4) {
  top: 14px;
}
.all-p-humber.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.all-p-humber.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.all-p-humber.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.all-p-humber.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/*Start Humber Icon Design Css*/
/*=============================================================================
  ====                        End Header Section Css                       ====
  =============================================================================*/

/*=============================================================================
  ====                        Start Products Section Css                   ====
  =============================================================================*/
  .products-section{
   background: url(../images/first_bg.png);
   background-repeat: no-repeat;
   background-attachment: scroll;
   background-size: 100% 100%;
   padding-top: 140px;
   padding-bottom: 245px;
   overflow: hidden;
 }
 .products-iframe-area{
  margin-top: 15px;
}
.products-area-text h2{
  position: relative;
}
.products-area-text h2::after{
  content: "";
  position: absolute;
  background: #29BACF;
  height: 3px;
  width: 395px;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
/*=============================================================================
  ====                        End Products Section Css                     ====
  =============================================================================*/

/*=============================================================================
  ====                    Start Jd Profile Section Css                     ====
  =============================================================================*/
  .jd-profile-section{
    background: url(../images/first_bg.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100% 100%;
    padding: 140px 0;
  }
  .single-profile-area {
    border-radius: 20px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    margin: 0 4px;
    margin-bottom: 40px;
  }
  .profile-picture{
    width: 112px;
    height: 112px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: auto;
    padding-top: 10px;
  }
  .profile-picture img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .profile-review ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .profile-review ul li a {
    display: inline-block;
    margin: 0 4px;
  }
  .profile-review ul li a img {
    width: 20px;
    height: auto;
  }
  .single-profile-text p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #000000;
    text-transform: inherit;
    line-height: 20px;
    width: 70%;
    margin:auto;
    padding-top: 30px;
    padding-bottom: 35px;
    display: inline-block;
    position: relative;
  }
  .single-profile-text p::before {
    content: "";
    position: absolute;
    background: #4CA7DD;
    height: 2px;
    width: 100%;
    top:15px;
    left: 0;
  }
/*=============================================================================
  ====                     End Jd Profile Section Css                      ====
  =============================================================================*/

/*==================================================================================================================
  ====                                                End Home Page Css                                         ====
  ==================================================================================================================*/

/*==================================================================================================================
  ====                                             Start Home Two Page Css                                      ====
  ==================================================================================================================*/
  .hometwo-header-section,.hometwo-products-section,.headertwo-get-paid-section,.headertwo-work-forme-section,.headertwo-jd-profile-section {
    background: url(../images/second_bg.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100% 100%;
    overflow: hidden;
  }
  .hometwo-header-section{
    padding-bottom: 215px;
  }
  .hometwo-products-section{
    padding-bottom: 265px;
  }
  .headertwo-get-paid-section {
    padding-top: 180px;
    padding-bottom: 220px;
  }
  .headertwo-work-forme-section{
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .headertwo-jd-profile-section {
    padding-bottom: 145px;
  }
/*==================================================================================================================
  ====                                             End Home Two Page Css                                        ====
  ==================================================================================================================*/

/*==================================================================================================================
  ====                                              Start Index Page Css                                        ====
  ==================================================================================================================*/

/*=============================================================================
  ====                      Start Index Header Section Css                 ====
  =============================================================================*/
  .home-header-section {
    background: url(../images/third_bg.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100% 100%;
    padding-top: 5px;
    padding-bottom: 185px;
    overflow: hidden;
  }
  .home-header-logo img{
    width:auto;
    height: 24px;
  }
  .home-main-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
  }
  .home-main-menu ul li {
    margin: 0 16px;
  }
  .home-main-menu ul li a{
    font-weight: 400;
    font-size: 14px;
    color: #707070;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
  }
  .home-main-menu ul li a:hover{
    color: #29BACF;
  }
  .home-main-menu ul li a::after {
    content: "";
    position: absolute;
    background: #707070;
    height: 14px;
    width: 2px;
    top: 5px;
    right: -18px;
  }
  .understanding-area {
    padding-top: 100px;
  }
  .sha-video-button a{
    margin-top: 0;
    font-size: 22px;
  }
  .home-main-menu ul li a.after-dnone::after{
    display: none;
  }
  .understanding-heading h1 {
    line-height: 60px;
  }
  .understanding-heading h1 span{
    color: #29BACF;
    display: block;
  }
  .understanding-heading p {
    margin-top: 10px;
  }
  .understanding-heading p {
    width: 91%;
  }
  .understanding-heading p span{
    display: block;
    margin-top: 20px;
  }
  .understanding-button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 55px;
  }
  .understanding-first-button a {
    font-weight: 700;
    font-size: 13px;
    background: #FFFFFF;
    color: #29BACF;
    border: 3px solid #29BACF;
    /* width: 160px; */
    line-height: 10px;
    display: inline-block;
    padding: 14px 20px;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .understanding-first-button a::after {
    content: "";
    position: absolute;
    background: #29BACF;
    width: 3px;
    height: 135px;
    top: -48px;
    right: 6px;
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  .understanding-second-button a {
    font-weight: 700;
    font-size: 13px;
    background: -o-linear-gradient(left,#0973FB,#2488F0,#44A1E0);
    background: -webkit-gradient(linear,left top, right top,from(#0973FB),color-stop(#2488F0),to(#44A1E0));
    background: linear-gradient(90deg,#0973FB,#2488F0,#44A1E0);
    color: #FFFFFF;
    width: 140px;
    height: 44px;
    line-height: 15px;
    display: inline-block;
    padding: 14px 0;
    text-align: center;
    position: relative;
    z-index: 3;
  }
  .understanding-second-button a::after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: -16px;
    background: -o-linear-gradient(left,#0973FB,#2488F0,#44A1E0);
    background: -webkit-gradient(linear,left top, right top,from(#0973FB),color-stop(#2488F0),to(#44A1E0));
    background: linear-gradient(90deg,#0973FB,#2488F0,#44A1E0);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-15deg, 0deg);
    -ms-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
    z-index: -1;
  }
  .understanding-second-button a:hover,.understanding-first-button a:hover{
   -webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
   box-shadow: 0 0 15px rgba(0,0,0,.2);
 }
 .understanding-video {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.6);
  box-shadow: 0 0 15px rgba(0,0,0,.6);
  max-width: 600px;
  margin-top: 30px;
  margin-left: 100px;
}
.understanding-iframe-area {
  position: relative;
  padding-top: 56.25%;
}
#sha-products-two .understanding-iframe-area {
  position: relative;
  padding-top: 56.25% !important;
}
.understanding-iframe-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/*=============================================================================
  ====                       End Index Header Section Css                  ====
  =============================================================================*/

/*=============================================================================
  ====                  Start Products Explained Section Css               ====
  =============================================================================*/
  .products-explained-section,.howdo-paid-section,.will-work-section{
   background: url(../images/third_bg.png);
   background-repeat: no-repeat;
   background-attachment: scroll;
   background-size: 100% 100%;
   overflow: hidden;
 }
 .products-explained-section{
  padding-bottom: 175px;
}
.products-explained-video {
  margin-top: 50px;
  margin-left: 60px;
}
.products-understanding-heading p {
  margin-top: 25px;
}
.products-explained-button{
  margin-top: 65px;
}
.howdo-paid-section {
  padding-bottom: 185px;
}
.howdo-paid-heading h1 {
  line-height: 65px;
}
.howdo-paid-video{
  margin-top: 40px;
}
/*=============================================================================
  ====                   End Products Explained Section Css                ====
  =============================================================================*/

/*=============================================================================
  ====                        Start Will Work Section Css                  ====
  =============================================================================*/
  .will-work-section {
    padding-top: 110px;
    padding-bottom: 170px;
    overflow: hidden;
  }
  .willwork-video {
    margin-top: 30px;
  }
  .willwork-button a {
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    background: -o-linear-gradient(left,#44A1E0,#2488F0,#0973FB);
    background: -webkit-gradient(linear,left top, right top,from(#44A1E0),color-stop(#2488F0),to(#0973FB));
    background: linear-gradient(90deg,#44A1E0,#2488F0,#0973FB);
    display: inline-block;
    padding: 10px 0;
    width: 265px;
    text-align: center;
    margin-top: 15px;
  }
  .willwork-button a:hover{
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
    box-shadow: 0 0 15px rgba(0,0,0,.2);
  }
  /*Carosel Design*/
  .carosel-profile-picture {
    height: 90px;
    width: 90px;
    border-radius: 50%;
  }
  .will-work-carosel-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 75px;
    /*margin-left: 100px;*/
  }
  .carosel-profile-picture img {
    height: 100%;
    width: auto;
  }
  .all-work-carosel-review ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
  }
  .all-work-carosel-review ul li {
    margin: 0 2px;
  }
  .wil-work-carosel-text p {
    font-size: 14px;
    width: 70%;
    line-height: 20px;
  }
  .wil-work-carosel-text h4 {
    margin-top: 18px;
  }
  .owl-theme .owl-nav [class*="owl-"]:hover {
    background:none !important;
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    outline: none;
  }
  .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
  }
  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
  }

.section_last_2{
    display: none;
}
/*=============================================================================
  ====                        Start Will Work Section Css                  ====
  =============================================================================*/

/*==================================================================================================================
  ====                                              Start Index Page Css                                        ====
  ==================================================================================================================*/

/*=============================================================================
  ====                         Start Popup Section Css                     ====
  =============================================================================*/
  .modal-content {
    border-radius: 15px !important;
    border: none !important;
    box-shadow: 0 0 10px rgba(0,0,0,.5) !important;
  }
  .modal-dialog {
    max-width: 700px !important;
  }
  [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
    position: absolute;
    right: 20px;
    top: 15px;
    outline: none !important;
  }
  .popup-heading h2 {
    margin-bottom: 90px;
    position: relative;
  }
  .popup-heading h2::after {
    content: "";
    position: absolute;
    background: #29BACF;
    height: 3px;
    width: 400px;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .popup-content-area {
    padding: 100px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    border-radius: 15px;
  }
  .popup-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .popup-image {
    width: 215px;
    height: 215px;
    border-radius: 50%;
    margin-right: 35px;
  }
  .popup-image img {
    width: 100%;
    height: auto;
  }
  .single-sha-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 35px 0;
  }
  .sha-text-content {
    margin-left: 15px;
    text-align: left;
  }
  .sha-text-icon img {
    width: 40px;
    height: auto;
  }
  .popup-contact-heading h4{
    font-weight: 700;
    font-size: 22px;
    color: #000000;
    text-transform: uppercase;
  }
  .popup-contact-heading h4.sha-extra {
    margin-bottom: 55px;
    position: relative;
    text-align: left;
  }
  .popup-contact-heading h4.sha-extra::after {
    content: "";
    position: absolute;
    background: #29BACF;
    height: 3px;
    width: 115px;
    bottom: -20px;
    left: 0;
  }
  .sha-text-content a{
    font-weight: 400;
    font-size: 17px;
    color: #000000;
    text-transform: inherit;
  }
  /*=============================================================================
  ====                         End Popup Section Css                     ====
  =============================================================================*/


.p_fixed {
  position: fixed;
  right: 13px;
  bottom: 19%;
  text-transform: capitalize;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  font-size: 14px;
  color: #000;
}
.p_fixed span {
  position: relative;
}
.p_fixed span::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 50px;
  background: #000;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: -67%;
  left: 200%;
  right: 0;
}


#fp-nav-wrapper {
  position: fixed;
  right: 20px;
  left: auto;
  bottom: 32px;
  z-index: 10;
}
#fp-nav-wrapper #fp-nav {
  position: relative;
  margin-top: 0 !important;
}
#fp-nav ul {
  margin-top: -22px;
}

#fp-nav ul li, .fp-slidesNav ul li {
  height: 14px;
  margin: 4px;
  margin-right: 0;
}
#fp-nav ul li a, .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a span {
  background: transparent;
  width: 12px;
  height: 12px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 0;
  left: auto;
  right: 0;
  top: 0;
  margin-top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
#fp-nav ul li a:hover span{
   border-color:#29BACF;
}

.get_started_btn {
  text-align: center;
  margin-top: 150px;
}

.get_started_btn ul{
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.get_started_btn p {
  font-weight: 700;
  font-size: 50px;
  color:#000000;

text-transform: uppercase;
}
.get_started_btn ul li {
  margin: 0 10px;
}
.get_started_btn ul li a{
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
/*  background: -o-linear-gradient(left,#44A1E0,#2488F0,#0973FB);
  background: -webkit-gradient(linear,left top, right top,from(#44A1E0),color-stop(#2488F0),to(#0973FB));
  background: linear-gradient(90deg,#44A1E0,#2488F0,#0973FB);*/
  background: #29BACF;
  display: inline-block;
  padding: 10px 25px; 
  text-align: center;
  margin-top: 15px;
}
.get_started_btn ul li a:hover {
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
  box-shadow: 0 0 15px rgba(0,0,0,.2);
}

.for_mobile{
  display:none !important;
}






.max_video_area .understanding-iframe-area {
	position: relative;
	padding-top: 66%;
}


#will .understanding-video.products-explained-video.willwork-video.for_pc {
  width: 35%;
  margin: auto;
}


.login__btn {
  color: #FFFFFF !important;
  background: -o-linear-gradient(left,#44A1E0,#2488F0,#0973FB);
  background: -webkit-gradient(linear,left top, right top,from(#44A1E0),color-stop(#2488F0),to(#0973FB));
  background: linear-gradient(90deg,#44A1E0,#2488F0,#0973FB);
  background: #29BACF;
  display: inline-block;
  padding: 6px 25px;
  text-align: center;
}
.login__btn:hover{
  box-shadow: 0 0 15px rgba(0,0,0,.2);
}