/* custom fonts */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

@font-face {
  font-family: "clanpro-regular";
  src: url("../fonts/FFClanOTNarrowThin.otf") format("otf");
}
body {
  counter-reset: section;
  font-family: "Roboto", sans-serif;
}
/* fullpageJS css */
#actions {
  position: fixed;
  top: 73px;
  left: 30px;
  z-index: 99999;
}

#actions a {
  background: rgba(0, 0, 0, 0.8);
  padding: 7px;
  margin: 2px;
  color: #ccc;
  display: inline-block;
}

#actions a:hover {
  color: #fff;
  background: #81a140;
}

/* Overwriting styles for control arrows for slides
* --------------------------------------- */
.fp-controlArrow.fp-prev {
  left: 50px;
}

.fp-controlArrow.fp-next {
  right: 50px;
}

/* header css */
.header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 20px 0;
}
.logo__div {
  padding-left: 4.8vw;
  display: flex;
  align-items: center;
}
.logo {
  width: 20.6vh;
  padding-left: 20%;
}
/* Home Section */
#section0 {
  background-image: url("../images/home.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
#section1 {
  background-size: cover;
  background-attachment: fixed;
}
#section2 {
  background-image: url("../images/mission.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
#section3 {
  background-size: cover;
  background-attachment: fixed;
}
#section4 {
  background-size: cover;
  background-attachment: fixed;
}
.unitey__home {
  display: flex;
  justify-content: space-between;
  margin-left: 10%;
  margin-top: 0%;
}
.unitey__home_left {
  width: 30%;
}
.unitey__home_left h1 {
  text-align: left;
  color: #f88405;
  font-size: 10vh;
  line-height: 14vh;
  padding-top: 10%;
  font-family: "FFClanProRegular";
}
.unitey__home--right {
  width: 60%;
  text-align: right;
  padding: 4% 7% 0 0;
}
.unitey__home--right img {
  max-width: 100%;
  width: 60%;
}

/* Mission section */
.unitey__mission {
  width: 80%;
  margin-left: 10%;
  padding-top: 15%;
}
.unitey__mission h2 {
  font-size: 6vh;
  margin-bottom: 20px;
  text-align: left;
  color: white;
  font-weight: 300;
}

/* Let's Talk */

.closeLetstalk {
  position: absolute;
  right: 3%;
  top: 5.5%;
  z-index: 99;
  cursor: pointer;
}
.lets__talk-section {
  height: 100vh;
  background-image: url("../images/contact.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  text-align: left;
  position: relative;
}
.lets__talk-section::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.7);
  top: 0;
  z-index: 1;
}
.lets__talk-btn {
  background: #f79325 !important;
  box-shadow: none !important;
  border-radius: 6px;
  position: relative;
  top: -6px;
}
.lets__talk-btn a {
  color: white !important;
  padding: 9px 18px !important;
}
#fp-nav.fp-right {
  right: 0;
}
#fp-nav li::before {
  counter-increment: section;
  content: " 0" counter(section) " ";
  font-weight: bold;
  position: relative;
  left: -2px;
  font-size: 15px;
  z-index: 9;
}
#fp-nav ul li {
  height: 20vh;
  margin: 0;
  background: rgb(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  padding: 0 8px;
  text-align: center;
}
#fp-nav ul li:last-child {
  display: none;
}

#fp-nav ul li a span {
  opacity: 0;
  position: relative;
  left: -20px;
  display: block;
  top: 7px;
  width: 20px !important;
  height: 10vh !important;
  border-radius: 0 !important;
}
#fp-nav ul li a.active span {
  margin: -2px 0 0 -2px;
  background: red;
}

#fp-nav ul li a.active:hover span {
  margin: -2px 0 0 -2px;
}
#fp-nav ul li a:hover span {
  margin: -2px 0 0 -2px;
}
.mr-auto {
  margin-right: auto;
}
.footer__patch {
  margin-right: auto;
  width: 23%;
}
/* common footer */
.unitey__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.5% 0 3%;
  position: absolute;
  width: 92%;
  bottom: 0;
  z-index: 1;
}
.footer__search {
  margin-right: 4%;
  cursor: pointer;
}
.footer__arrows {
  cursor: pointer;
}
.footer__arrows-left {
  margin-right: 10px;
}
.close__menu {
  display: none;
  z-index: 99;
  position: absolute;
  right: 8%;
}
/* twitter */
.twitter__wrp {
  width: 100%;
  height: 200px;
  overflow-y: auto;
}

/* unizone css */
.unizone__wrp {
  display: flex;
  justify-content: space-between;
  padding-left: 10%;
}
.unizone__right {
  width: 69.5%;
  position: relative;
  top: 15px;
  margin-right: 2.5%;
}
.unizone__right::after {
  content: "";
  position: absolute;
  left: -30px;
  top: 3%;
  width: 10px;
  height: 80%;
  background-image: url("../images/vertical-line.png");
}
.unizone__left h2 {
  font-size: 4rem;
  line-height: 6rem;
  text-align: left;
  color: #f88405;
  font-family: "FFClanProRegular";
}
.unizone__right .unizone__right-rows {
  display: flex;
  align-items: center;
  margin-bottom: 6%;
  margin-top: 33px;
}
.unizone__right-rows .unizone__right-title {
  display: flex;
  align-items: center;
  margin-right: 4%;
}
.unizone__right-image {
  width: 20%;
}
.unizone__right-image img {
  width: 20vh;
}
.unizone__right-title h2 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #7d7c7c;
  max-width: 190px;
  text-align: left;
  line-height: 30px;
}
.unizone__right-title img {
  width: 60px;
}
.unizone__right-title p {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 18px;
  width: 300px;
  text-align: left;
}
.add__overflowy {
  overflow-y: hidden !important;
}
.hangberger {
  width: 7.7vh;
}
.letsTalkRemove {
  display: none !important;
}
.social-link a {
  margin-right: 10px;
}
.home__title-mob {
  display: none;
}

.home-image-mob{
  display: none;

}

.home__title-desktop {
  display: block;
}

.uniteyU {
  width: 12vh;
}
.letstalk__foot {
  position: absolute;
  bottom: 2%;
  left: 5.7%;
  z-index: 9;
}
.letstalk__foot h3 {
  font-size: 5vh;
  color: #fff;
  margin-top: 0;
  font-weight: bold;
  line-height: normal;
  padding: 5px 0 5px 10%;
  width: 50vh;
  background: url("../images/home-bottom-patch.png");
  background-size: cover;
  height: 88px;
}

.minus__sign {
  position: relative;
}

.paymentInst__img img {
  width: 13vh;
}
#fp-nav ul li a.active {
  width: 100%;
  height: auto;
  background: #e0e0e0;
  position: absolute;
  left: 0;
  top: 0;
}

.hide__DesktopOnly {
  display: none !important;
}
.hide__Mobileonly {
  display: inline-block !important;
}
.timeline-Footer .u-floatLeft {
  opacity: 0 !important;
}

/* search popup */
.search-button button {
  border: none;
  background: transparent
    url("http://webdesign-finder.com/lifecoach/wp-content/themes/lifecoach/images/menu-search.png")
    no-repeat center center/cover;
  padding: 1.9em 20px;
  color: white;
}

.search-popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.search-popup .search-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
}

.search-popup label {
  color: white;
}

.search-popup .search-form {
  display: block;
  position: relative;
  right: -100%;
  top: 40%;
}

.search-popup .form {
  position: relative;
  width: 30%;
  margin: auto;
}

.search-popup .form input {
  outline: none;
  border-width: 0 0 1px 0;
  border-style: none none solid none;
  border-color: #dad6d5;
  background-color: transparent;
  width: 100%;
  padding: 10px 0;
  color: white;
  font-size: 20px;
}

.search-popup .form input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.search-popup .form input:focus::-moz-placeholder {
  opacity: 0;
}

.search-popup .form input:-ms-input-placeholder {
  opacity: 0;
}

.search-popup .form input:focus:-moz-placeholder {
  opacity: 0;
}

.search-popup .form label {
  position: absolute;
  top: 14%;
  right: -15px;
  cursor: pointer;
}

.search-popup .search__image-box img {
  width: 60%;
}

.closeLetstalk-search {
  position: absolute;
  right: 5%;
  top: 5%;
  z-index: 9;
  cursor: pointer;
}
.search__message {
  color: white;
  font-size: 15px;
  padding: 10px 0;
  display: none;
}
.search__error {
  color: white;
  font-size: 15px;
  padding: 10px 0;
  display: none;
}
.sanjeev__title {
  opacity: 0;
}
.cursor {
  cursor: pointer;
}
.mercury__font {
  text-align: left;
  color: #7a7a7a;
  font-size: 18px;
}
.founding__member {
  position: relative;
}
.founding__member::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35%;
  height: 36px;
  background-image: url("../images/FoundingMember.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.place__linkedin {
  display: none;
}
.place__linkedin_mob{
  display: none;
}
.founding__img-mob {
  display: none;
}
.digitalinclusion {
  display: inline-block !important;
}
/* Media Query 1920px */
@media (max-width: 1920px) {
  .home-image{
    width: 80%;
  }
  .unitey__home_left h1 {
    /* font-size: 6rem; */
    /* line-height: 7rem; */
  }
  .unitey__home--right img {
    max-width: 100%;
    width: 70%;
  }
}

/* Media Query 1600px */
@media (max-width: 1600px) {
  .home-image{
    width: 70%;
  }
  .unitey__home_left h1 {
    /* font-size: 4rem; */
    /* line-height: 5.5rem; */
  }
  .unitey__home--right img {
    max-width: 100%;
    width: 60%;
  }
}
/* Media Query 1024px */
@media (max-width: 1200px) {
  .home-image {
    width: 55%;
  }
  .unizone__left h2 {
    font-size: 7vh;
    line-height: 12vh;
  }
  .unizone__right-title h2 {
    font-size: 22px;
    max-width: 150px;
  }
  .unizone__right-title p {
    width: 280px;
  }
}

/* Media Query 1024px */
@media (max-width: 1024px) {
  /* .unitey__home {
    margin-left: 24px;
  }
  .unitey__home_left h1 {
    font-size: 5vh;
    line-height: 7vh;
  } */
  .unitey__home_left h1 {
    /* font-size: 3.5rem; */
    /* line-height: 4.5rem; */
  }
  .unizone__left h2 {
    font-size: 6vh;
    line-height: 11vh;
  }
  .unizone__right-title h2 {
    font-size: 20px;
    line-height: 24px;
    max-width: 130px;
  }
  .unizone__right-title img {
    width: 50px;
  }
  .unizone__right-title p {
    font-size: 16px;
    width: 260px;
  }
  .unizone__right-image {
    width: 20%;
  }
  .unizone__right-image img {
    width: 100%;
  }
}

/* Media Query 992px */
@media (max-width: 992px) {
  .digitalinclusion {
    display: none !important;
  }
  .founding__img-mob {
    width: 50%;
    float: right;
    display: block;
  }
  .founding__member::after {
    display: none;
  }
 
  .place__linkedin h6 {
    position: relative !important;
    right: 2% !important;
    top: auto !important;
  }
  .place__linkedin img {
    width: 28px;
  }
  .footer__arrows {
    display: none;
  }
  .letstalk__mob__back {
    justify-content: flex-end;
    z-index: 99;
    bottom: 5% !important;
  }
  .letstalk__mob__back .footer__arrows-left {
    margin-right: 0;
  }
  .hide__DesktopOnly {
    display: inline-block !important;
  }
  .hide__Mobileonly {
    display: none !important;
  }
  .letstalk__foot {
    position: relative;
    width: 92%;
    padding-bottom: 0px;
    z-index: 9;
  }
  .letstalk__foot h3 {
    width: 32vh;
    height: 110px;
    padding: 5px;
    line-height: normal;
    margin-top: 0;
  }
  .bg__white {
    background: white;
  }
  .section .fp-tableCell {
    vertical-align: initial;
    padding-top: 70px;
    height: calc(100vh - 175px) !important;
  }
  .unitey__home_left h1 {
    font-size: 4vh;
    line-height: 6vh;
  }
  #menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgb(0, 0, 0, 0.9);
    min-width: 250px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    padding-top: 45%;
    display: none;
    padding-right: 0;
  }
  .header {
    padding: 14px 0 9px;
    background: #f6f6f6;
    z-index: 99;
  }
  .logo__div {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0 4% 0 8%;
  }
  .logo {
    /* width: 218px; */
    padding-left: 24px;
  }
  .hangberger {
    padding-right: 24px;
    width: 37px;
  }
  #menu li {
    width: 100%;
  }
  #menu li a p {
    text-align: center;
  }
  .lets__talk-btn {
    width: auto !important;
    margin: auto;
  }
  #menu li a {
    color: white;
    font-size: 22px;
    text-align: center;
    padding: 8px 0;
  }
}

/* Media Query 768px */
@media (max-width: 768px) {


  .home-image{
    width: 55%;
  }

  .unitey__home {
    /* flex-direction: column; */
    margin: 0;
  }
  #section2 {
    background-position: center;
    background-size: cover;
    background-image: url(../images/missionTest.jpg);
    background-attachment: inherit;
  }
  #section0 {
    background-attachment: inherit;
  }
  .logo {
    /* width: 157px; */
  }
  .home__title-mob {
    display: block;
  }
  .home-image-mob{
    display: flex;
  
  }
  .home__title-desktop {
    display: none !important;
  }
  .unitey__home_left {
    width: 100%;
  }
  .unitey__home--right {
    width: 100%;
    text-align: center;
    padding: 5% 0%;
  }
  .unitey__home_left h1 {
    font-size: 5vh;
    line-height: 8vh;
    padding: 24px;
    padding-top: 0;
  }
  .unitey__home--right img {
    max-width: 100%;
    width: 90%;
  }
  .unitey__mission h2 {
    font-size: 3.4vh;
    padding-left: 24px;
    background: rgb(0, 0, 0, 0.3);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lets__talk-btn {
    position: relative;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
  }
  .unitey__mission {
    margin-left: 0;
    width: 100%;
    position: absolute;
    bottom: 10%;
  }
  .unitey__footer {
    bottom: 0%;
  }
  .footer__patch {
    width: 45%;
  }
  .footer__search {
    position: absolute;
    display: none;
  }
  .twitter__wrp {
    width: 100%;
    float: inherit;
  }
  .unizone__wrp {
    flex-direction: column;
    padding-left: 24px;
  }
  .unizone__right {
    width: 100%;
  }
  .unizone__left h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .unizone__right-title h2 {
    font-size: 20px;
    line-height: 22px;
    max-width: 135px;
  }
  .unizone__right-title img {
    width: 45px;
  }
  .unizone__right-title p {
    font-size: 18px;
    width: 280px;
  }
  .unizone__right-image {
    width: 15%;
  }
  .unizone__right-image img {
    width: 100%;
  }
  .unizone__right::after {
    display: none;
  }
}

/*  */
@media (max-width: 480px) {

  .place__linkedin {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 95%;
    position: absolute;
    bottom: 4%;
    right: 8%;
  }

  .place__linkedin_mob{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 95%;
    position: absolute;
    bottom: 4%;
    right: 8%;
  }

  .place__linkedin_mob img{
    width: 28px;

  }
  .unitey__home {
    flex-direction: column;
    margin: 0;
  }
  .unitey__home--right img {
    max-width: 100%;
    width: 80%;
  }
  .logo__div {
    padding: 0;
  }
  .unitey__home_left h1 {
    padding-bottom: 0;
    font-size: 5vh;
    line-height: 6.5vh;
  }
  .unitey__home--right {
    padding-top: 0;
  }
  .unitey__home_left {
    position: relative;
  }
  .unizone__wrp {
    padding-left: 24px;
  }
  .unizone__left h2 {
    font-size: 5vh;
    line-height: 6.5vh;
  }
  .unizone__right-title h2 {
    font-size: 18px;
    line-height: 20px;
    max-width: 135px;
  }
  .unizone__right-title img {
    display: none;
  }
  .unizone__right-title p {
    font-size: 15px;
    width: 250px;
    margin: 5px 0;
  }
  .unizone__right-image {
    width: 25%;
  }
  .unizone__right-image img {
    width: 100%;
  }
  .unizone__right-rows .unizone__right-title {
    flex-direction: column;
    align-items: flex-start;
  }
  .unizone__right {
    margin-top: 0px;
  }
  .unizone__right .unizone__right-rows {
    align-items: flex-start;
    margin-bottom: 9%;
  }
  .unizone__right .unizone__right-rows:last-child {
    margin-top: 10%;
  }
  .unizone__right-rows {
    position: relative;
  }
  .unizone__right-rows:first-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: -14px;
    width: 94%;
    height: 1px;
    /* background-image: url("../images/horizontal-line.png"); */
  }



  .unizone__right-rows:nth-child(1):before {
    content: "";
    position: absolute;
    left: 0;
    top: 114px;
    width: 94%;
    height: 1px;
    background-image: url("../images/horizontal-line.png");
  }
  .unizone__right-rows:last-child:before {
    display: none;
  }
  .lets__talk-section {
    height: 100%;
    background-attachment: inherit !important;
  }
  .paymentInst__img {
    position: relative;
    top: 5px;
    width: 20%;
    left: -10px;
  }
}
