
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}*/

body {
  font-family: "Centrale Sans", sans-serif;
  color: #444444;
}

a {
  color: #47b2e4;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

/*h1, h2, h3, h4, h5, h6 {
  font-family: "Jost", sans-serif;
}*/

h1, h2, h3, h4, h5, h6 {
  font-family: "Centrale Sans", sans-serif;
}



/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #47b2e4;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #209dd8;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header.header-scrolled, #header.header-inner-pages {
  background: rgba(40, 58, 90, 0.9);  /* rgba(255, 255, 255, 0.9);*/
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: ; /*#fff*/
}

#header .logo img {
  max-height: 60px;
}




#header-donate {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  background-color: #ffffff;
}


#header-donate .header-donate-scrolled, #header-donate .header-donate-inner-pages  {
  background: rgba(40, 58, 90, 0.9);  /* rgba(255, 255, 255, 0.9);*/
}

#header-donate .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header-donate .logo a {
  /*color: #fff; */
}

#header-donate .logo img {
  max-height: 60px;
}





#header-advisory-board {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  background-color: #f9f9f9;
}


#header-advisory-board .header-advisory-board-scrolled {
  background: rgba(40, 58, 90, 0.9);  /* rgba(255, 255, 255, 0.9);*/
}

#header-advisory-board .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header-advisory-board .logo a {
  color: ; /*#fff*/
}

#header-advisory-board .logo img {
  max-height: 60px;
}




/*--------------------------------------------------------------
# Navigation Menu DONATE
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu-donate ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu-donate > ul {
  display: flex;
}

.nav-menu-donate > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu-donate a {
  display: block;
  position: relative;
  color: #18325c;
  transition: 0.3s;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 900;
  font-family: "Centrale Sans", sans-serif;
}

.nav-menu-donate a:hover, .nav-menu-donate .active > a .nav-menu-donate li:hover > a {
  color: #49c8f4;
}



/*--------------------------------------------------------------
# Navigation Menu advisory-board
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu-advisory-board ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu-advisory-board > ul {
  display: flex;
}

.nav-menu-advisory-board > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu-advisory-board a {
  display: block;
  position: relative;
  color: #18325c;
  transition: 0.3s;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 900;
  font-family: "Centrale Sans", sans-serif;
}

.nav-menu-advisory-board a:hover, .nav-menu-advisory-board .active > a .nav-menu-advisory-board li:hover > a {
  color: #49c8f4;
}





/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.3s;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 900;
  font-family: "Centrale Sans", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a .nav-menu li:hover > a {
  color: #49c8f4;
}

.nav-menu .header-scrolled, .active > a {
  color: #49c8f4;
}
/*
.nav-menu .header-scrolled, a:hover {
  color: #18325c;
}

.nav-menu .active > a {
  color: #18325c;
}*/

.nav-menu .drop-down ul {
  border-radius: 8px;
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #0c3c53;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #47b2e4;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
.get-started-btn {
  margin-left: 25px;
  color: #000000; /*#fff*/
  border-radius: 0px; /*50px*/
  padding: 6px 25px 7px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  background-color: #ffffff;
  /*border: 2px solid #47b2e4;*/
  font-weight: 600;
}

.get-started-btn:hover {
  background: #19325c;
  color: #fff;
}



/* Get Startet Button */
#header-donate .donate-btn-active-page{
  margin-left: 25px;
  color: #ffffff; /*#fff*/
  /*border-radius: 50px;*/
  /*border-width: 7px;
  border-color: red;*/
  padding: 6px 20px 7px 20px;
  /*white-space: nowrap;*/
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  background-color:#47b2e4;
  /*border: 2px solid #47b2e4;*/
  font-weight: 600;
}

#header-donate .donate-btn-active-page:hover {
  background: #19325c;
  color: #fff;
}





/* Get Startet Button */
#header-advisory-board .advisory-board-btn-active-page{
  margin-left: 25px;
  color: #ffffff; /*#fff*/
  /*border-radius: 50px;*/
  /*border-width: 7px;
  border-color: red;*/
  padding: 6px 20px 7px 20px;
  /*white-space: nowrap;*/
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  background-color:#47b2e4;
  /*border: 2px solid #47b2e4;*/
  font-weight: 600;
}

#header-advisory-board .advisory-board-btn-active-page:hover {
  background: #19325c;
  color: #fff;
}



@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 20px 7px 20px;
  }

  /* Get Startet Button */
  #header-donate .donate-btn-active-page{
    margin-right: 50px;
    color: #ffffff; /*#fff*/
    /*border-radius: 50px;*/
    /*border-width: 7px;
    border-color: red;*/
    padding: 6px 20px 7px 20px;
    /*white-space: nowrap;*/
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
    background-color:#47b2e4;
    /*border: 2px solid #47b2e4;*/
    font-weight: 600;
  }

  #header-donate .donate-btn-active-page:hover {
    background: #19325c;
    color: #fff;
  }





  /* Get Startet Button */
  #header-advisory-board .advisory-board-btn-active-page{
    margin-right: 50px;
    color: #ffffff; /*#fff*/
    /*border-radius: 50px;*/
    /*border-width: 7px;
    border-color: red;*/
    padding: 6px 20px 7px 20px;
    /*white-space: nowrap;*/
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
    background-color:#47b2e4;
    /*border: 2px solid #47b2e4;*/
    font-weight: 600;
  }

  #header-advisory-board .advisory-board-btn-active-page:hover {
    background: #19325c;
    color: #fff;
  }

}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #47b2e4;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #37517e;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #47b2e4;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 58, 90, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #47b2e4;
}



/*--------------------------------------------------------------
# hero-1 Section
--------------------------------------------------------------*/
#hero-1 {
  width: 100%;
  height: 100vh; /*80vh;*/
  padding: 60px 0;
  overflow: hidden;
  /*background: #ffffff;*/  /*#37517e*/
}



/*#hero-1 .container {
  padding-top: 0%;
  margin-right: 0%;
  margin-left: 0%;
  padding-right: 0%;*/
  /*padding-left: 11%;*/
/*}*/


/*#hero-1 {*/
  /*padding: 80px 0;*/
  /* Create the parallax scrolling effect */
 /* background: url("..assets/img/obj-1-1.png") no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
*/




#hero-1 .btn-get-started {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  overflow: hidden !important;
  margin-top: 5%;
  margin-left: 10%;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 8%;
  padding-right: 8%;
  border-radius: 0px; /*50px*/
  transition: 0.5s;
  /*margin: 0 -30px 0px;*/
  color: #ffffff;
  background: #49c8f4;
}

#hero-1 .btn-get-started:hover {
  background: #19325c;
}



#hero-1 .SOOP .twitter {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-top: 5%;
  padding-left: 10%;
  left: 0;
  top: 7px;
  transition: 0.3s;
}



#hero-1 .SOOP .twitter:hover{
  color: #209dd8;
  text-decoration: ;
}

/*.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #47b2e4;
}*/

#hero-1 .SOOP .instagram {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-top: 5%;
  padding-left: 5%;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

#hero-1 .SOOP .instagram:hover{
  color: #209dd8;
  text-decoration: ;
}

#hero-1 .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}


  #hero-1 .SOOP{
    text-align: left;
    background-color: ; /*#41c8f5*/
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 18%;
    padding-bottom: 10%;
    padding-right: 10%;
    padding-left: 10%;
    /*height: 40vh;*/
    width: 100% !important;
  }

  #hero-1 .SOOP h1 {
    font-family: "Recoleta-regulardemo";
    padding-left: 10%;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #000000; 
  }



  #hero-1 .SOOP h2 {
    font-family: "Recoleta-regulardemo";
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 30px;
    font-weight: 500;
  }


  #hero-1 .SOOP h3 {
    font-family: "Centrale Sans", sans-serif;
/*    letter-spacing:1px;*/
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 10%;
    padding-right: 5%;
    font-size: 16px;
    letter-spacing: 1px;
	font-weight: 600;
  }

  #hero-1 .prose /*image*/ {
    /*width: 100%;*/
    height: 115vh;
    background-color: #41c8f5;
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 18%;
    padding-right: 10%;
    padding-left: 0%;
  }


  #hero-1 .row {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
  }


#hero-1 .SOOP img {
    position: relative;
    max-width: 7%;
    margin-top: 0%; 
    padding-top: 10%;
    padding-right: 0%;
    padding-left: 5%;
  }


#hero-1 .meet-other-vols {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 700;
  padding-top: 2%;
  padding-bottom: 5%;
  padding-left: 0%;
  padding-right: 1%;
  font-size: 16px;
  text-transform: none;
  text-align: right;
  color: #18325c;
}


#hero-1 .meet-other-vols a:hover {
  color: #49c8f4;
}


 @media (min-width:393px) and (max-width: 420px){
    #hero-1 {
      width: 100%;
      height: 20vh; 
      margin-top: 0%;
      margin-bottom:5%;
    }
  }




@media (max-width: 768px) {

    #hero-1 {
      width: 100%;
      height: 190vh; /*80vh;*/
      margin-top: -15%;
      /*background: #ffffff;*/  /*#37517e*/
    }


    /*swap order of items in a row for mobile devices*/
    #hero-1 .row {
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1);
    }

    #hero-1 .row  > * {
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1);
    }


    #hero-1 .btn-get-started {
      font-family: "Centrale Sans", sans-serif;
      font-weight: 600;
      font-size: 16px;
      letter-spacing: 1px;
      display: inline-block;
      overflow: hidden !important;
      margin-top: 5%;
      margin-left: 10%;
      padding-top: 3%;
      padding-bottom: 3%;
      padding-left: 8%;
      padding-right: 8%;
      border-radius: 0px; /*50px*/
      transition: 0.5s;
      /*margin: 0 -30px 0px;*/
      color: #ffffff;
      background: #49c8f4;
    }

    #hero-1 .btn-get-started:hover {
      background: #19325c;
    }

    #hero-1 .SOOP .twitter {
      color: #000000;
      font-size: 18px;
      font-weight: 600;
      position: relative;
      padding-top: 5%;
      padding-left: 10%;
      left: 0;
      top: 7px;
      transition: 0.3s;
    }



    #hero-1 .SOOP .twitter:hover{
      color: #209dd8;
      text-decoration: ;
    }

    /*.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
      color: #47b2e4;
    }*/

    #hero-1 .SOOP .instagram {
      color: #000000;
      font-size: 18px;
      font-weight: 600;
      position: relative;
      padding-top: 5%;
      padding-left: 5%;
      left: 0;
      top: 7px;
      transition: 0.3s;
    }

    #hero-1 .SOOP .instagram:hover{
      color: #209dd8;
      text-decoration: ;
    }

    #hero-1 .animated {
      animation: up-down 2s ease-in-out infinite alternate-reverse both;
    }


      #hero-1 .SOOP{
        text-align: left;
        background-color: ; /*#41c8f5*/
        margin-right: 0%;
        margin-left: 0%;
        padding-top: 18%;
        padding-bottom: 7%;
        padding-right: 10%;
        padding-left: 10%;
        /*height: 40vh;*/
        width: 100% !important;
        /*z-index: 99 !important;*/
      }

      #hero-1 .SOOP h1 {
        font-family: "Recoleta-regulardemo";
        padding-left: 10%;
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        color: #000000; 
      }



      #hero-1 .SOOP h2 {
        font-family: "Recoleta-regulardemo";
        color: #000000; /*rgba(255, 255, 255, 0.6);*/
        margin-bottom: 0px;
        padding-left: 10%;
        padding-right: 10%;
        font-size: 30px;
        font-weight: 500;
      }


      #hero-1 .SOOP h3 {
        font-family: "Centrale Sans", sans-serif;
        letter-spacing:1px;
        color: #000000; /*rgba(255, 255, 255, 0.6);*/
        margin-bottom: 0px;
        padding-left: 10%;
        padding-right: 5%;
        font-size: 16px;
        font-weight:600 ;
      }

      #hero-1 .prose /*image*/ {
        /*width: 100%;*/
        height: 115vh;
        /*z-index: 2 !important;*/
        /*content: url("assets/img/obj-4-4.png");*/
        width: 100%;




        /*display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: url("assets/img/obj-1-1.png");
        width: 100%;
        height: 400px;
        padding-left: 100%;*/

        background-color: #18325c; /*41c8f5*/
        /*max-width: 100%;*/
        margin-left: 0%;
        margin-right: 0%;
        padding-top: 0%;
        padding-right: 0%;
        padding-left: 0%;
      }

      #hero-1 .prose img {
        width: 100%;   
      }

      #hero-1 .row {
        margin-left: 0%;
        margin-right: 0%;
        padding-top: 0%;
        padding-right: 0%;
        padding-bottom: 0%;
      }
      
     #hero-1 .SOOP img {
        position: relative;
        max-width: 7%;
        margin-top: 0%; 
        padding-top: 2%;
        padding-right: 0%;
        padding-left: 5%;
      }


    #hero-1 .meet-other-vols {
      font-family: "Centrale Sans", sans-serif;
      font-weight: 700;
      padding-top: 2%;
      padding-bottom: 5%;
      padding-left: 0%;
      padding-right: 1%;
      font-size: 16px;
      text-transform: none;
      text-align: right;
      color: #18325c;
    }

    #hero-1 .meet-other-vols a:hover {
      color: #49c8f4;
    }
}




  @media (min-width:992px) and (max-width: 1200px){
    #hero-1 {
      width: 100%;
      height: 80vh; /*80vh;*/
      margin-top: -2%;
    }

    #hero-1 .SOOP{
        text-align: left;
        background-color: ; /*#41c8f5*/
        margin-right: 0%;
        margin-left: 0%;
        padding-top: 23%;
        padding-bottom: 7%;
        padding-right: 10%;
        padding-left: 10%;
        /*height: 40vh;*/
        width: 100% !important;
        /*z-index: 99 !important;*/
      }

    #hero-1 .SOOP h1 {
        font-family: "Recoleta-regulardemo";
        padding-left: 0%;
        font-size: 40px;
        font-weight: 700;
        line-height: 41px;
        color: #000000; 
      }

      #hero-1 .SOOP h3 {
        font-family: "Centrale Sans", sans-serif;
        letter-spacing:1px;
        color: #000000; /*rgba(255, 255, 255, 0.6);*/
        margin-bottom: 0px;
        padding-left: 0%;
        padding-right: 0%;
        font-size: 16px;
        font-weight:600 ;
      }

      #hero-1 .row .SOOP .d-lg-flex {
        margin-left: -10%;
      }
  }






/*@media (max-width: 991px) {
  #hero-1 {
    height: 100vh;
    text-align: center;
  }
  #hero-1 .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero-1 .hero-1-img {
    text-align: center;
  }
  #hero-1 .hero-1-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero-1 h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero-1 h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero-1 .hero-1-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero-1 .hero-1-img img {
    width: 80%;
  }
  #hero-1 .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #hero-1 .btn-watch-video {
    font-size: 16px;
    padding: 10px 0 8px 40px;
    margin-left: 20px;
  }
  #hero-1 .btn-watch-video i {
    font-size: 32px;
    top: 7px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}*/







/*--------------------------------------------------------------
# hero-2 Section
--------------------------------------------------------------*/
#hero-2 {
  width: 100%;
  height: 90vh; /*80vh;*/
  background: #f7f7f7;  /*#37517e*/
}



#hero-2 .row::before {
  content: '';
  position: relative;
  margin-bottom: 3%;
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  bottom: 0;
}

#hero-2 .row-aft::after {
  content: '';
  position: relative;
  margin-top: 3%;
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  bottom: 0;
}


#hero-2 .container .SOOP-PART{
  background: linear-gradient(rgba(/*255, 255, 255, 0.8*/0, 0, 0, 0.8), rgba(/*255, 255, 255, 0.8*/0, 0, 0, 0.8)), url("../img/obj-3-3.png") fixed center center;
  background-size: cover;
  /*padding: 0px 0;*/
}



  #hero-2 .SOOP{
    text-align: left;
    background-color: #41c8f5;
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 7%;
    padding-bottom: 7%;
    padding-right: 0%;
    padding-left: 10%;
    height: 60vh;
    width: 100% !important;
  }


  #hero-2 .SOOP-PART{
    text-align: left;
    margin-right: 0%;
    margin-left: 0%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 6%;
    padding-bottom: 0%;
    padding-right: 0%;
    padding-left: 0%;
    height: 60vh;
    width: 100% !important;
  }


  #hero-2 .SOOP .SOOP-INNER {
    padding-top: 0%;
    padding-left: 0%;
  }

  #hero-2 .SOOP .SOOP-INNER h1 {
    font-family: "Recoleta-regulardemo";
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #ffffff; 
  }


    #hero-2 .SOOP-PART .PART-LOGS .kis-count img {
    /*width: 100%;*/
    display: inline-block;
    width: 31%;
    /*margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;*/
    /*position: relative;*/
    padding-left: 5%;
    /*margin-left: auto;
    margin-right: auto;*/
    margin-top: -2%;
    margin-bottom: 0%;
  }

  #hero-2 .SOOP-PART .PART-LOGS .logs-sarakasi img {
    /*width: 100%;*/
    display: inline-block;
    width: 23%;
    /*margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 12%;*/
/*    position: relative;*/
    padding-left:5%;
    /*margin-left: auto;
    margin-right: auto;*/
  }

  #hero-2 .SOOP-PART .PART-LOGS .logs-taka img {
    /*width: 100%;*/
    display: inline-block;
    width: 23%;
    /*margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 12%;*/
/*    position: relative;*/
    padding-left: 0%;
    /*margin-left: auto;
    margin-right: auto;*/
  }

 #hero-2 .SOOP-PART .PART-LOGS .logs-leven img {
    /*width: 100%;*/
    display: inline-block;
    width: 17%;
    /*margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;*/
    padding-left: 0%;
    /*margin-left: auto;
    margin-right: auto;*/
  }

  #hero-2 .SOOP-PART .PART-LOGS .logs-flip img {
    /*width: 100%;*/
    display: inline-block;
    width: 20%;
    /*margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;*/
    padding-left: 2%;
    /*margin-left: auto;
    margin-right: auto;*/
  }

  #hero-2 .SOOP-PART .PART-LOGS .logs-dunga img {
    /*width: 100%;*/
    display: inline-block;
    width: 18%;
    margin-left: 10%;
    /*margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 12%;*/
    /*margin-left: auto;
    margin-right: auto;*/
  }

  #hero-2 .SOOP-PART .PART-LOGS .logs-agree img {
    /*width: 100%;*/
    display: inline-block;
    width: 20%;
    /*margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 12%;*/
    /*margin-left: auto;
    margin-right: auto;*/
  }

  #hero-2 .SOOP-PART .PART-LOGS .logs-lakehub img {
    /*width: 100%;*/
    display: inline-block;
    width: 14%;
    /*margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;*/
    padding-left: 0%;
   /* margin-left: auto;
    margin-right: auto;*/
/*    padding-bottom: 20%;*/
  }

  #hero-2 .SOOP-PART .PART-LOGS .logs-cisu img {
    /*width: 100%;*/
    display: inline-block;
    width: 22%;
    /*margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;*/
    /*position: relative;*/
    padding-left: 0%;
    /*margin-left: auto;
    margin-right: auto;*/
    margin-top: 0%;
/*    margin-bottom: 20%;*/
  }
  
  #hero-2 .SOOP-PART .PART-LOGS .logs-DE img {
    /*width: 100%;*/
    display: inline-block;
    width: 40%;
    /*margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;*/
    /*position: relative;*/
    padding-left: 2%;
    /*margin-left: auto;
    margin-right: auto;*/
    margin-top: 0%;
/*    margin-bottom: 20%;*/
  }

#hero-2 .SOOP-PART h3 {
    width: 100%;
    font-family: "Centrale Sans", sans-serif;
    background-color: #cacbcc; /*rgba(255, 255, 255, 0.6);*/
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    display: block;
    text-align: center;
    margin-bottom: 0px;
    padding-top: 7.3%;
    padding-bottom: 7.3%;
    font-size: 20px;
    font-weight:600 ;
  }





@media (max-width: 991px) {
  #hero-2 {
    height: 100vh;
    text-align: center;
  }
  #hero-2 .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero-2 .hero-2-img {
    text-align: center;
  }
  #hero-2 .hero-2-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  
  #hero-2 {
  width: 100%;
  height: 120vh; 
  background: #f7f7f7;  
  }


  #hero-2 h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero-2 h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  /*#hero-2 .hero-2-img img {*/
  /*  width: 70%;*/
  /*}*/


  #hero-2 .SOOP .SOOP-INNER {
    position: relative;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  
  #hero-2 .SOOP-PART .PART-LOGS {
    position: relative;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  
  
  #hero-2 .SOOP-PART .PART-LOGS .logs-DE img {
    /*width: 100%;*/
    display: inline-block;
    width: 30%;
    /*margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;*/
    /*position: relative;*/
    padding-left: 0%;
    /*margin-left: auto;
    margin-right: auto;*/
    margin-top: 0%;
/*    margin-bottom: 20%;*/
  }

   #hero-2 .SOOP-PART .PART-LOGS .kis-count img {
    /*width: 100%;*/
    display: inline-block;
    width: 25%;
    /*margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;*/
    /*position: relative;*/
    padding-left: 0%;
    /*margin-left: auto;
    margin-right: auto;*/
    margin-top: -2%;
    margin-bottom: 0%;
  }

  #hero-2 .SOOP-PART .PART-LOGS .logs-sarakasi img {
    /*width: 100%;*/
    display: inline-block;
    width: 25%;
    /*margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 12%;*/
/*    position: relative;*/
    padding-left: 4%;
    /*margin-left: auto;
    margin-right: auto;*/
  }

  #hero-2 .SOOP-PART .PART-LOGS .logs-taka img {
    /*width: 100%;*/
    display: inline-block;
    width: 23%;
    /*margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 12%;*/
/*    position: relative;*/
    padding-left: 0%;
    /*margin-left: auto;
    margin-right: auto;*/
  }

 #hero-2 .SOOP-PART .PART-LOGS .logs-leven img {
    /*width: 100%;*/
    display: inline-block;
    width: 20%;
    /*margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;*/
    padding-left: 2%;
    /*margin-left: auto;
    margin-right: auto;*/
  }

  #hero-2 .SOOP-PART .PART-LOGS .logs-flip img {
    /*width: 100%;*/
    display: inline-block;
    width: 20%;
    /*margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;*/
    padding-left: 2%;
    /*margin-left: auto;
    margin-right: auto;*/
  }

  #hero-2 .SOOP-PART .PART-LOGS .logs-dunga img {
    /*width: 100%;*/
    display: inline-block;
    width: 18%;
    margin-left: 1%;
    /*margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 12%;*/
    /*margin-left: auto;
    margin-right: auto;*/
  }

  #hero-2 .SOOP-PART .PART-LOGS .logs-agree img {
    /*width: 100%;*/
    display: inline-block;
    width: 20%;
    /*margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 12%;*/
    /*margin-left: auto;
    margin-right: auto;*/
  }

  #hero-2 .SOOP-PART .PART-LOGS .logs-lakehub img {
    /*width: 100%;*/
    display: inline-block;
    width: 18%;
    /*margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;*/
    padding-left: 3%;
   /* margin-left: auto;
    margin-right: auto;*/
/*    padding-bottom: 20%;*/
  }

  #hero-2 .SOOP-PART .PART-LOGS .logs-cisu img {
    /*width: 100%;*/
    display: inline-block;
    width: 22%;
    /*margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;*/
    /*position: relative;*/
    padding-left: 0%;
    /*margin-left: auto;
    margin-right: auto;*/
    margin-top: 0%;
/*    margin-bottom: 20%;*/
  }

  #hero-2 .SOOP{
    text-align: left;
    background-color: #41c8f5;
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
    padding-right: 0%;
    padding-left: 10%;
    height: 50vh;
    width: 100% !important;
  }


  #hero-2 .SOOP-PART{
    text-align: left;
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
    padding-right: 0%;
    padding-left: 0%;
    height: 50vh;
    width: 100% !important;
  }

  #hero-2 .SOOP-PART h3 {
    width: 100%;
    font-family: "Centrale Sans", sans-serif;
    background-color: #cacbcc; /*rgba(255, 255, 255, 0.6);*/
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    display: block;
    text-align: center;
    margin-bottom: 0px;
    padding-top: 10%;
    padding-bottom: 10%;
    font-size: 20px;
    font-weight:600 ;
  }

  
}

@media (min-width:598px) and (max-width: 650px){

  #hero-2 {
    width: 100%;
    height: 110vh; 
  }

  #hero-2 .SOOP{
    width: 100%;
    height: 45vh; 
  }

  #hero-2 .SOOP-PART{
    width: 100%;
    height: 45vh; 
  }

}

@media (max-width: 575px) {
  #hero-2 .hero-2-img img {
    width: 80%;
  }
  #hero-2 .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #hero-2 .btn-watch-video {
    font-size: 16px;
    padding: 10px 0 8px 40px;
    margin-left: 20px;
  }
  #hero-2 .btn-watch-video i {
    font-size: 32px;
    top: 7px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}










/*--------------------------------------------------------------
# hero-3 Section
--------------------------------------------------------------*/
#hero-3 {
  width: 100%;
  height: 80vh;
}

/*#hero-3 .container {
  padding-top: 0%;
  margin-right: 0%;
  margin-left: 0%;
  padding-right: 0%;*/
  /*padding-left: 11%;*/
/*}*/


/*#hero-3 {*/
  /*padding: 80px 0;*/
  /* Create the parallax scrolling effect */
 /* background: url("..assets/img/obj-1-1.png") no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
*/




/*#hero-3 .btn-get-started {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  overflow: hidden !important;
  padding-top: 9%;
  padding-bottom: 9.5%;
  padding-left: 23%;
  padding-right: 23%;
  border-radius: 0px; /*50px*/
  /*transition: 0.5s;
  margin: 0 -30px 0px;
  color: #000000;
  background: #dbdbdb;
}*/

/*#hero-3 .btn-get-started:hover {
  background: #19325c;
}*/

/*#hero-3 .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  padding: 10px 0 8px 40px;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  position: relative;
}

#hero-3 .btn-watch-video i {
  color: #fff;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

#hero-3 .btn-watch-video:hover i {
  color: #47b2e4;
}*/

/*#hero-3 .prose .BG-img{
  background-image: url(assets/img/obj-1-1.png);
  position: relative;
  padding-top: 2%;
  padding-left: 8%;
  left: 0;
  top: 7px;
  transition: 0.3s;
}*/




/*#hero-3 .prose .twitter:hover{
  color: #209dd8;
  text-decoration: ;
}*/

/*.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #47b2e4;
}*/

/*#hero-3 .prose .instagram {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-top: 2%;
  padding-left: 5%;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

#hero-3 .prose .instagram:hover{
  color: #209dd8;
  text-decoration: ;
}*/

/*#hero-3 .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}*/


 /*#hero-3 .hero-3-img {
    text-align: left;
    background-color: #41c8f5;
    height: 80vh; /*150vh*/
    /*width: 100% !important;
  }*/


  #hero-3 .SOOP{
    text-align: left;
    background-color: #41c8f5;
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 5%;
    padding-bottom: 3%;
    padding-right: 0%;
    padding-left: 0%;
    width: 100% !important;

    /*text-align: left;
    background-color: #41c8f5;
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 7%;
    padding-bottom: 6%;
    padding-right: 0%;
    padding-left: 0%;
    width: 100% !important;*/
  }

  #hero-3 .SOOP h1 {
    font-family: "Recoleta-regulardemo";
    padding-left: 10%;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #ffffff; 
  }



  #hero-3 .SOOP h2 {
    font-family: "Recoleta-regulardemo";
    color: #ffffff; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 30px;
    font-weight: 500;
  }


  #hero-3 .SOOP h3 {
    font-family: "Centrale Sans", sans-serif;
    color: #ffffff; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 10%;
    padding-right: 5%;
    font-size: 16px;
    font-weight:500 ;
  }




  #hero-3 .prose /*image*/ {
    /*width: 100%;*/
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 0%;
  }


  #hero-3 .row {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
  }


/*#hero-3 .prose img {
    position: relative;
    max-width: 100%;
    margin-top: 0%; 
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 0%;
  }*/


#hero-3 .meet-other-vols {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 700;
  padding-top: 2%;
  padding-bottom: 5%;
  padding-left: 0%;
  padding-right: 1%;
  font-size: 16px;
  text-transform: none;
  text-align: right;
  color: #18325c;
}


#hero-3 .meet-other-vols a:hover {
  color: #49c8f4;
}


@media (max-width: 991px) {
  #hero-3 {
    height: 100vh;
    text-align: center;
  }
  #hero-3 .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero-3 .hero-3-img {
    text-align: center;
  }
  #hero-3 .hero-3-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  
  #hero-3 .row {
      -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
      transform: scaleY(-1);
  }

  #hero-3 .row  > * {
      -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
      transform: scaleY(-1);
  }

  #hero-3 h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero-3 h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero-3 .hero-3-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero-3 .hero-3-img img {
    width: 80%;
  }
  #hero-3 .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #hero-3 .btn-watch-video {
    font-size: 16px;
    padding: 10px 0 8px 40px;
    margin-left: 20px;
  }
  #hero-3 .btn-watch-video i {
    font-size: 32px;
    top: 7px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}



/*--------------------------------------------------------------
# hero-4 Section
--------------------------------------------------------------*/
#hero-4 {
  width: 100%;
  height: 90vh; /*80vh;*/
  background: #49c8f4;  /*#37517e*/
}

/*#hero-4 .container {
  padding-top: 0%;
  margin-right: 0%;
  margin-left: 0%;
  padding-right: 0%;*/
  /*padding-left: 11%;*/
/*}*/


/*#hero-4 {*/
  /*padding: 80px 0;*/
  /* Create the parallax scrolling effect */
 /* background: url("..assets/img/obj-1-1.png") no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
*/




/*#hero-4 .btn-get-started {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  overflow: hidden !important;
  padding-top: 9%;
  padding-bottom: 9.5%;
  padding-left: 23%;
  padding-right: 23%;
  border-radius: 0px; /*50px*/
  /*transition: 0.5s;
  margin: 0 -30px 0px;
  color: #000000;
  background: #dbdbdb;
}*/

/*#hero-4 .btn-get-started:hover {
  background: #19325c;
}*/

/*#hero-4 .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  padding: 10px 0 8px 40px;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  position: relative;
}

#hero-4 .btn-watch-video i {
  color: #fff;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

#hero-4 .btn-watch-video:hover i {
  color: #47b2e4;
}*/

/*#hero-4 .prose .BG-img{
  background-image: url(assets/img/obj-1-1.png);
  position: relative;
  padding-top: 2%;
  padding-left: 8%;
  left: 0;
  top: 7px;
  transition: 0.3s;
}*/




/*#hero-4 .prose .twitter:hover{
  color: #209dd8;
  text-decoration: ;
}*/

/*.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #47b2e4;
}*/

/*#hero-4 .prose .instagram {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-top: 2%;
  padding-left: 5%;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

#hero-4 .prose .instagram:hover{
  color: #209dd8;
  text-decoration: ;
}*/

/*#hero-4 .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}*/


 /*#hero-4 .hero-4-img {
    text-align: left;
    background-color: #41c8f5;
    height: 80vh; /*150vh*/
    /*width: 100% !important;
  }*/







#hero-4 .SOOP .SOOP-INNER-MOST img{
  margin-right: 0%;
  padding-top: 18%;
  padding-left: 50%;
  padding-right: 0%;
  max-width: 80%;
  float: right;
}


#hero-4 .SOOP .SOOP-INNER-MOST a img:hover {
  filter: invert(100%) sepia(5%) saturate(2%) hue-rotate(57deg) brightness(111%) contrast(101%);
}


#hero-4 .SOOP .SOOP-INNER-MOST h3 {
  padding-left: 2%;
  padding-top: 5%;
  color: #000000;
  text-align: left;
}


#hero-4 .SOOP .SOOP-INNER-MOST h3 a:hover {
  color: #ffffff;}

#hero-4 .SOOP .SOOP-INNER-MOST h3 a{
  color: #000000;
  text-align: left;
}

#hero-4 .SOOP .SOOP-INNER-MOST{
  padding-left: 0%;
  padding-right: 0%;
}






  #hero-4 .SOOP{
    text-align: left;
    /*background-color: #41c8f5;*/
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-right: 0%;
    padding-left: 0%;
    height: 90vh;
    width: 100% !important;
  }

  #hero-4 .SOOP h1 {
    font-family: "Recoleta-regulardemo";
    /*padding-top: 1%;*/
    padding-left: 10%;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #000000; 
  }



  #hero-4 .SOOP h2 {
    font-family: "Recoleta-regulardemo";
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 30px;
    font-weight: 500;
  }


  #hero-4 .SOOP h3 {
    font-family: "Centrale Sans", sans-serif;
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 10%;
    padding-right: 5%;
    font-size: 16px;
    font-weight: 500;
  }

   #hero-4 .SOOP h3:last-child {
    padding-bottom: 1%;
  }

  #hero-4 .prose /*image*/ {
      /*width: 100%;*/
      /*height: 115vh;*/
      /*-ms-flex-align: end !important;
      align-items: flex-end !important;*/

      /*-ms-flex-align: center !important;
      align-items: center !important; For Mobile */

      /*background-color: red;*/
      max-width: 100%;
      margin-left: 0%;
      margin-right: 0%;
      padding-top: 0%;
      padding-right: 0%;
      padding-left: 0%;
    }


  #hero-4 .container .row .prose img {
    max-width: 100%;
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
  }

  /*#hero-4 .row {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
  }*/


/*#hero-4 .prose img {
    position: relative;
    max-width: 100%;
    margin-top: 0%; 
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 0%;
  }*/

/*
#hero-4 .meet-other-vols {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 700;
  padding-top: 2%;
  padding-bottom: 5%;
  padding-left: 0%;
  padding-right: 1%;
  font-size: 16px;
  text-transform: none;
  text-align: right;
  color: #18325c;
}*/


/*#hero-4 .meet-other-vols a:hover {
  color: #49c8f4;
}*/


@media (max-width: 991px) {
  #hero-4 {
    height: 100vh;
    text-align: center;
  }
  #hero-4 .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero-4 .hero-4-img {
    text-align: center;
  }
  #hero-4 .hero-4-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero-4 {
    height:160vh;
  }
  
  #hero-4 h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero-4 h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  
  #hero-4 .SOOP{
    height: 80vh;
  }
  
  #hero-4 .SOOP h1{
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;  
  }
  
  
  #hero-4 .prose img {
    width: 90%;
    margin-top: -30%;
    margin-left: 0%;
    /*display: block;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*align-self: center;*/
  }

  
   #hero-4 .SOOP .SOOP-INNER-MOST img{
    /*display:block;*/
    /*margin-left:auto;*/
    /*margin-right:auto;*/
    /*position: relative;*/
    /*padding-left: 38%;*/
    /*padding-right: 38%;*/
    background-color: red;
    max-width: 100%;
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
  } 
    
    
   #hero-4 .SOOP .SOOP-INNER-MOST h3{
    text-align:center;
    /*padding-left: 5%;*/
    /*padding-right: 5%;*/
  }
  
  #hero-4 .SOOP .SOOP-INNER-MOST{
    margin-left:0%;
    margin-right:0%;
  }
    
}





@media (max-width: 575px) {
  #hero-4 .hero-4-img img {
    width: 80%;
  }
  #hero-4 .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #hero-4 .btn-watch-video {
    font-size: 16px;
    padding: 10px 0 8px 40px;
    margin-left: 20px;
  }
  #hero-4 .btn-watch-video i {
    font-size: 32px;
    top: 7px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}



/*--------------------------------------------------------------
# hero-5 Section
--------------------------------------------------------------*/
#hero-5 {
  width: 100%;
/*  height: 150vh; /*80vh;*/*/
  /*background: #ffffff;*/  /*#37517e*/
}

/*#hero-5 .container {
  padding-top: 0%;
  margin-right: 0%;
  margin-left: 0%;
  padding-right: 0%;*/
  /*padding-left: 11%;*/
/*}*/


/*#hero-5 {*/
  /*padding: 80px 0;*/
  /* Create the parallax scrolling effect */
 /* background: url("..assets/img/obj-1-1.png") no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
*/




/*#hero-5 .btn-get-started {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  overflow: hidden !important;
  padding-top: 9%;
  padding-bottom: 9.5%;
  padding-left: 23%;
  padding-right: 23%;
  border-radius: 0px; /*50px*/
  /*transition: 0.5s;
  margin: 0 -30px 0px;
  color: #000000;
  background: #dbdbdb;
}*/

/*#hero-5 .btn-get-started:hover {
  background: #19325c;
}*/

/*#hero-5 .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  padding: 10px 0 8px 40px;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  position: relative;
}

#hero-5 .btn-watch-video i {
  color: #fff;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

#hero-5 .btn-watch-video:hover i {
  color: #47b2e4;
}*/

/*#hero-5 .prose .BG-img{
  background-image: url(assets/img/obj-1-1.png);
  position: relative;
  padding-top: 2%;
  padding-left: 8%;
  left: 0;
  top: 7px;
  transition: 0.3s;
}*/




/*#hero-5 .prose .twitter:hover{
  color: #209dd8;
  text-decoration: ;
}*/

/*.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #47b2e4;
}*/

/*#hero-5 .prose .instagram {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-top: 2%;
  padding-left: 5%;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

#hero-5 .prose .instagram:hover{
  color: #209dd8;
  text-decoration: ;
}*/

/*#hero-5 .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}*/


 /*#hero-5 .hero-5-img {
    text-align: left;
    background-color: #41c8f5;
    height: 80vh; /*150vh*/
    /*width: 100% !important;
  }*/


  #hero-5 .SOOP{
    text-align: left;
    background-color: ;  /*#41c8f5*/
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 7%;
    padding-bottom: 7%;
    padding-right: 0%;
    padding-left: 0%;
    /*height: 40vh;*/
    width: 100% !important;
  }

  #hero-5 .SOOP h1 {
    font-family: "Recoleta-regulardemo";
    padding-top: 10%;
    padding-left: 5%;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #000000; 
  }



  #hero-5 .SOOP h2 {
    font-family: "Recoleta-regulardemo";
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 10%;
    font-size: 30px;
    font-weight: 500;
  }


  #hero-5 .SOOP h3 {
    font-family: "Centrale Sans", sans-serif;
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
    font-size: 15px;
    font-weight:500 ;
  }


  #hero-5 .prose /*image*/ {
    /*width: 100%;*/
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 0%;
  }

  #hero-5 .prose img/*image*/ {
    /*width: 100%;*/
    max-width: 95%;
    padding-top: 5%;
  }


  #hero-5 .row {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
  }


/*#hero-5 .prose img {
    position: relative;
    max-width: 100%;
    margin-top: 0%; 
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 0%;
  }*/


#hero-5 .meet-other-vols {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 700;
  padding-top: 0%;
  padding-bottom: 5%;
  padding-left: 0%;
  padding-right: 1%;
  font-size: 16px;
  text-transform: none;
  text-align: right;
  color: #18325c;
}


#hero-5 .meet-other-vols a:hover {
  color: #49c8f4;
}


@media (max-width: 991px) {
  #hero-5 {
    height: 100vh;
    text-align: center;
  }
  #hero-5 .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero-5 .hero-5-img {
    text-align: center;
  }
  #hero-5 .hero-5-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero-5 {
    height: 460vh;
  }
  
  #hero-5 h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero-5 h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero-5 .hero-5-img img {
    width: 70%;
  }
  /*#hero-5 {*/
  /*width: 100%;*/
  /*height: 220vh; */
  /*}*/

  #hero-5 .SOOP{
    text-align: left;
    background-color: ;  /*#41c8f5*/
    margin-right: 0%;
    margin-left: 0%;
    /*padding-top: 440%;*/
    padding-bottom: 0%;
    padding-right: 0%;
    padding-left: 0%;
    height: 330vh;
    width: 100% !important;
  }

  #hero-5 .SOOP h1 {
    font-family: "Recoleta-regulardemo";
    margin-top: 0%;
    padding-top: 0%;
    padding-left: 5%;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #000000; 
  }



  #hero-5 .SOOP h2 {
    font-family: "Recoleta-regulardemo";
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 10%;
    font-size: 30px;
    font-weight: 500;
  }


  #hero-5 .SOOP h3 {
    font-family: "Centrale Sans", sans-serif;
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
    font-size: 15px;
    font-weight:500 ;
  }


  #hero-5 .prose /*image*/ {
    /*width: 100%;*/
    height: 100vh;
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 0%;
  }

  #hero-5 .prose img/*image*/ {
    /*width: 100%;*/
    /*max-width: 70%;*/
    padding-top: 1%;
    padding-bottom: 1%;
  }


  #hero-5 .row {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
  }



}

@media (max-width: 575px) {
  #hero-5 .hero-5-img img {
    width: 80%;
  }
  #hero-5 .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #hero-5 .btn-watch-video {
    font-size: 16px;
    padding: 10px 0 8px 40px;
    margin-left: 20px;
  }
  #hero-5 .btn-watch-video i {
    font-size: 32px;
    top: 7px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}



/*--------------------------------------------------------------
# hero-6 Section
--------------------------------------------------------------*/
#hero-6 {
  width: 100%;
  height: 80vh; /*80vh;*/
  background-color: #41c8f5;
  /*background: #ffffff;*/  /*#37517e*/
}

/*#hero-6 .container {
  padding-top: 0%;
  margin-right: 0%;
  margin-left: 0%;
  padding-right: 0%;*/
  /*padding-left: 11%;*/
/*}*/


/*#hero-6 {*/
  /*padding: 80px 0;*/
  /* Create the parallax scrolling effect */
 /* background: url("..assets/img/obj-1-1.png") no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
*/




/*#hero-6 .btn-get-started {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  overflow: hidden !important;
  padding-top: 9%;
  padding-bottom: 9.5%;
  padding-left: 23%;
  padding-right: 23%;
  border-radius: 0px; /*50px*/
  /*transition: 0.5s;
  margin: 0 -30px 0px;
  color: #000000;
  background: #dbdbdb;
}*/

/*#hero-6 .btn-get-started:hover {
  background: #19325c;
}*/

/*#hero-6 .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  padding: 10px 0 8px 40px;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  position: relative;
}

#hero-6 .btn-watch-video i {
  color: #fff;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

#hero-6 .btn-watch-video:hover i {
  color: #47b2e4;
}*/

/*#hero-6 .prose .BG-img{
  background-image: url(assets/img/obj-1-1.png);
  position: relative;
  padding-top: 2%;
  padding-left: 8%;
  left: 0;
  top: 7px;
  transition: 0.3s;
}*/




/*#hero-6 .prose .twitter:hover{
  color: #209dd8;
  text-decoration: ;
}*/

/*.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #47b2e4;
}*/

/*#hero-6 .prose .instagram {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-top: 2%;
  padding-left: 5%;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

#hero-6 .prose .instagram:hover{
  color: #209dd8;
  text-decoration: ;
}*/

/*#hero-6 .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}*/


 /*#hero-6 .hero-6-img {
    text-align: left;
    background-color: #41c8f5;
    height: 80vh; /*150vh*/
    /*width: 100% !important;
  }*/


  #hero-6 .SOOP{
    text-align: left;
    background-color: ;  /*#41c8f5*/
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 7%;
    padding-bottom: 7%;
    padding-right: 0%;
    padding-left: 0%;
    /*height: 40vh;*/
    width: 100% !important;
  }

  #hero-6 .SOOP h1 {
    font-family: "Recoleta-regulardemo";
    padding-top: 0%;
    padding-left: 5%;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #000000; 
  }



  #hero-6 .SOOP h2 {
    font-family: "Recoleta-regulardemo";
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 10%;
    font-size: 30px;
    font-weight: 500;
  }


  #hero-6 .SOOP h3 {
    font-family: "Centrale Sans", sans-serif;
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
  }


  #hero-6 .prose /*image*/ {
    /*width: 100%;*/
    height: 50vh;
    /*max-width: 100%;*/
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 0%;
    /*background-color: red;*/
    /*display: inline-block;*/
  }


#hero-6 .prose .donate img{
    display: inline-block;
    /*margin-left: auto;
    margin-right: auto;*/
    text-align: center;
    max-width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    vertical-align: middle;
    cursor: pointer;
  }


  #hero-6 .row {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
  }


/*#hero-6 .prose img {
    position: relative;
    max-width: 100%;
    margin-top: 0%; 
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 0%;
  }*/


#hero-6 .meet-other-vols {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 700;
  padding-top: 0%;
  padding-bottom: 5%;
  padding-left: 0%;
  padding-right: 1%;
  font-size: 16px;
  text-transform: none;
  text-align: right;
  color: #18325c;
}


#hero-6 .meet-other-vols a:hover {
  color: #49c8f4;
}


@media (max-width: 991px) {
  #hero-6 {
    height: 100vh;
    text-align: center;
  }
  #hero-6 .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero-6 .hero-6-img {
    text-align: center;
  }
  #hero-6 .hero-6-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero-6 h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero-6 h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero-6 .hero-6-img img {
    width: 70%;
  }
  #hero-6 {
  width: 100%;
  /*height:150vh; */
  padding-top:50%;
  }

  #hero-6 .SOOP{
    text-align: left;
    background-color: ;  /*#41c8f5*/
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
    padding-right: 0%;
    padding-left: 0%;
    /*height: 40vh;*/
    width: 100% !important;
  }

  #hero-6 .SOOP h1 {
    font-family: "Recoleta-regulardemo";
    padding-top: 0%;
    padding-left: 5%;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #000000; 
  }



  #hero-6 .SOOP h2 {
    font-family: "Recoleta-regulardemo";
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 10%;
    font-size: 30px;
    font-weight: 500;
  }


  #hero-6 .SOOP h3 {
    font-family: "Centrale Sans", sans-serif;
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
    font-size: 15px;
    letter-spacing: 1px;
	font-weight: 600;
  }


  #hero-6 .prose /*image*/ {
    /*width: 100%;*/
    /*height: 80vh;*/
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 0%;
  }

  #hero-6 .prose img/*image*/ {
    /*width: 100%;*/
    /*max-width: 70%;*/
    padding-top: 5%;
    padding-bottom: 5%;
  }


  #hero-6 .row {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
  }
}

@media (max-width: 575px) {
  #hero-6 .hero-6-img img {
    width: 80%;
  }
  #hero-6 .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #hero-6 .btn-watch-video {
    font-size: 16px;
    padding: 10px 0 8px 40px;
    margin-left: 20px;
  }
  #hero-6 .btn-watch-video i {
    font-size: 32px;
    top: 7px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}







/*--------------------------------------------------------------
# hero-8 Section
--------------------------------------------------------------*/
#hero-8 {
  width: 100%;
  height: 80vh; /*80vh;*/
  /*background-color: #41c8f5; */
  margin-top: 0%;
  margin-bottom: 0%;
  /*padding-top: ;*/
  /*background: #ffffff;*/  /*#37517e*/
}




  #hero-8 .SOOP{
    text-align: left;
    /*background-color: #41c8f5; */
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 10%;
    padding-bottom: 0%;
    padding-right: 0%;
    padding-left: 0%;
    vertical-align: middle;
    /*height: 40vh;*/
    /*width: 100% !important;*/
  }

  #hero-8 .SOOP h1 {
    font-family: "Recoleta-regulardemo";
    padding-top: 0%;
    padding-left: 5%;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #000000; 
  }



  #hero-8 .SOOP h2 {
    font-family: "Recoleta-regulardemo";
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 10%;
    font-size: 30px;
    font-weight: 500;
  }


  #hero-8 .SOOP h3 {
    font-family: "Centrale Sans", sans-serif;
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    /*padding-bottom: 2%;*/
    letter-spacing: 1px;
    font-size: 15px;
    font-weight:600 ;
  }


  #hero-8 .prose /*image*/ {
    /*width: 100%;*/
    /*height: 50vh;*/
    /*max-width: 100%;*/
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 8%;
    padding-right: 0%;
    padding-left: 0%;
    /*background-color: red;*/
    /*display: inline-block;*/
  }


#hero-8 .prose img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*text-align: center;*/
    max-width: 70%;
    /*margin-left: 15%;
    margin-right: 15%;*/
    /*vertical-align: middle;*/
  }


  #hero-8 .row {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
  }



@media (max-width: 991px) {
  #hero-8 {
    height: 100vh;
    text-align: center;
  }
  #hero-8 .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero-8 .hero-8-img {
    text-align: center;
  }
  #hero-8 .hero-8-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero-8 {
    position:relative;
    width: 100%;
    height: 110vh; 
  }
  
  /*#hero-8 h1 {*/
  /*  font-size: 28px;*/
  /*  line-height: 36px;*/
  /*}*/
  
  /*#hero-8 h2 {*/
  /*  font-size: 18px;*/
  /*  line-height: 24px;*/
  /*  margin-bottom: 30px;*/
  /*}*/
  
  /*#hero-8 .hero-8-img img {*/
  /*  width: 70%;*/
  /*}*/

  #hero-8 .SOOP{
    position:relative;
    text-align: left;
    /*background-color: #41c8f5;  */
    /*margin-right: 0%;*/
    /*margin-left: 0%;*/
    /*padding:0 0 0 0px;*/
    padding-top:5%;
    /*height: 30vh;*/
    /*width: 100% !important;*/
  }

  #hero-8 .SOOP h1 {
    position:relative;
    font-family: "Recoleta-regulardemo";
    padding-top: 0%;
    padding-left: 5%;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    color: #000000; 
  }



  #hero-8 .SOOP h2 {
    font-family: "Recoleta-regulardemo";
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 10%;
    font-size: 30px;
    font-weight: 500;
  }


  #hero-8 .SOOP h3 {
    font-family: "Centrale Sans", sans-serif;
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 600;
  }


  #hero-8 .prose /*image*/ {
    /*width: 100%;*/
    /*height: 80vh;*/
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top:5%;
    padding-right: 0%;
    padding-left: 0%;
  }

  #hero-8 .prose img {
    /*width: 100%;*/
    max-width: 100%;
  }


  /*#hero-8 .row .last{*/
  /*  margin-left: 0%;*/
  /*  margin-right: 0%;*/
  /*  padding-top: 0%;*/
  /*  padding-right: 0%;*/
  /*  padding-bottom: 0%;*/
  /*}*/
}





@media (max-width: 575px) {
  #hero-8 .hero-8-img img {
    width: 80%;
  }
  #hero-8 .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #hero-8 .btn-watch-video {
    font-size: 16px;
    padding: 10px 0 8px 40px;
    margin-left: 20px;
  }
  #hero-8 .btn-watch-video i {
    font-size: 32px;
    top: 7px;
  }
}

/*@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
*/
/*@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}*/






/*--------------------------------------------------------------
# hero-9 Section
--------------------------------------------------------------*/
#hero-9 {
  width: 100%;
  height: 80vh; /*80vh;*/
  background: #49c8f4;  /*#37517e*/
}


#hero-9 .SOOP .SOOP-INNER-MOST img{
  margin-right: 0%;
  padding-top: 18%;
  padding-left: 50%;
  padding-right: 0%;
  max-width: 80%;
  float: right;
}


#hero-9 .SOOP .SOOP-INNER-MOST a img:hover {
  filter: invert(100%) sepia(5%) saturate(2%) hue-rotate(57deg) brightness(111%) contrast(101%);
}


#hero-9 .SOOP .SOOP-INNER-MOST h3 {
  margin-left: 0%;
  padding-left: 2%;
  padding-top: 5% !important;
  color: #000000;
  text-align: left;
}


#hero-9 .SOOP .SOOP-INNER-MOST h3 a:hover {
  color: #ffffff;}

#hero-9 .SOOP .SOOP-INNER-MOST h3 a{
  color: #000000;
  text-align: left;
}

#hero-9 .SOOP .SOOP-INNER-MOST{
  padding-left: 0%;
  padding-right: 0%;
}






  #hero-9 .SOOP{
    text-align: left;
    background-color: /*#41c8f5*/;
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 7%;
    padding-bottom: 7%;
    padding-right: 0%;
    padding-left: 0%;
    /*height: 40vh;*/
    width: 100% !important;
  }

  #hero-9 .SOOP h1 {
    font-family: "Recoleta-regulardemo";
    padding-left: 10%;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #000000;
  }



  #hero-9 .SOOP h2 {
    font-family: "Centrale Sans Bold", sans-serif;
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 5px;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 16px;
    font-weight: 800;
  }


  #hero-9 .SOOP h3 {
    font-family: "Centrale Sans", sans-serif;
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 10%;
    padding-right: 5%;
    padding-bottom: 5%;
    font-size: 16px;
    font-weight:600 ;
  }

  

  #hero-9 .prose /*image*/ {
      /*width: 100%;*/
      /*height: 115vh;*/
      -ms-flex-align: end !important;
      align-items: flex-end !important;

      /*-ms-flex-align: center !important;
      align-items: center !important; For Mobile */

      /*background-color: red;*/
      max-width: 100%;
      margin-left: 0%;
      margin-right: 0%;
      padding-top: 0%;
      padding-right: 0%;
      padding-left: 0%;
    }


  #hero-9 .prose img {
    max-width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /*#hero-9 .row {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
  }*/


/*#hero-9 .prose img {
    position: relative;
    max-width: 100%;
    margin-top: 0%; 
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 0%;
  }*/

/*
#hero-9 .meet-other-vols {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 700;
  padding-top: 2%;
  padding-bottom: 5%;
  padding-left: 0%;
  padding-right: 1%;
  font-size: 16px;
  text-transform: none;
  text-align: right;
  color: #18325c;
}*/


/*#hero-9 .meet-other-vols a:hover {
  color: #49c8f4;
}*/


@media (max-width: 991px) {
  #hero-9 {
    height: 100vh;
    text-align: center;
  }
  #hero-9 .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero-9 .hero-9-img {
    text-align: center;
  }
  #hero-9 .hero-9-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero-9 {
  width: 100%;
  height: 120vh; /*80vh;*/
  background: #49c8f4;  /*#37517e*/
}

#hero-9 .prose /*image*/ {
      /*width: 100%;*/
      /*height: 115vh;*/
      -ms-flex-align: end !important;
      align-items: flex-end !important;

      /*-ms-flex-align: center !important;
      align-items: center !important; For Mobile */

      /*background-color: red;*/
      padding-top: 15%;
      padding-right: 0%;
      padding-left: 0%;
    }
    

  #hero-9 h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero-9 h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  
  #hero-9 .SOOP h1{
    padding-left: 0%;
    text-align: center;  
  }
  
  #hero-9 .prose img {
    max-width: 70%;
    align-self: center;
  }
}


@media (max-width: 575px) {
  #hero-9 .hero-9-img img {
    width: 80%;
  }
  #hero-9 .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #hero-9 .btn-watch-video {
    font-size: 16px;
    padding: 10px 0 8px 40px;
    margin-left: 20px;
  }
  #hero-9 .btn-watch-video i {
    font-size: 32px;
    top: 7px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}



/*--------------------------------------------------------------
# hero-7 Section
--------------------------------------------------------------*/
#hero-7 {
  width: 100%;
  padding-top: 5%;
  background-color: #f9f9f9;
  /*height: 80vh;*/ /*80vh;*/
  /*background: #ffffff;*/  /*#37517e*/
}


  #hero-7 .SOOP{
    text-align: left;
    background-color: ; /*#41c8f5*/
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 7%;
    padding-bottom: 6%;
    padding-right: 0%;
    padding-left: 0%;
    /*height: 40vh;*/
    width: 100% !important;
  }

  #hero-7 .SOOP h1 {
    font-family: "Recoleta-regulardemo";
    padding-left: 5%;
    padding-right: 5%;
    font-size: 30px;
    font-weight: 700;
    /*line-height: 56px;*/
    color: #000000; 
  }



  #hero-7 .SOOP h2 {
    font-family: "Centrale Sans";
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    float: left;
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 16px;
    font-weight: 900;
  }


  #hero-7 .SOOP h3 {
    font-family: "Centrale Sans", sans-serif;
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    float: left;
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 16px;
    font-weight:500 ;
  }

  #hero-7 .SOOP h3 a{
    color: #48c7f4;
  }

  #hero-7 .SOOP h3 a:hover{
    color: #19325c;
  }

  #hero-7 .SOOP h3 a img{
    width: 4%;
  }

  #hero-7 .SOOP h3 a img:hover{
    filter: invert(13%) sepia(100%) saturate(2077%) hue-rotate(180deg) brightness(30%) contrast(90%);
  }




  #hero-7 .prose /*image*/ {
    /*width: 100%;*/
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 0%;
  }


  #hero-7 .prose img{
    border-radius: 50%;
    float: left;
  }


  #hero-7 .row {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
  }


/*#hero-7 .prose img {
    position: relative;
    max-width: 100%;
    margin-top: 0%; 
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 0%;
  }*/


#hero-7 .meet-other-vols {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 700;
  padding-top: 2%;
  padding-bottom: 5%;
  padding-left: 0%;
  padding-right: 1%;
  font-size: 16px;
  text-transform: none;
  text-align: right;
  color: #18325c;
}


#hero-7 .meet-other-vols a:hover {
  color: #49c8f4;
}


@media (max-width: 991px) {
  #hero-7 {
    height: 100vh;
    text-align: center;
  }
  #hero-7 .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero-7 .hero-7-img {
    text-align: center;
  }
  #hero-7 .hero-7-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  
  #hero-7 {
  width: 100%;
  padding-top: 10%;
  background-color: #f9f9f9;
  position:relative;
  height: 510vh;
}

/*#hero-7 .row {*/
  /*    -webkit-transform: scaleY(-1);*/
  /*    -ms-transform: scaleY(-1);*/
  /*    transform: scaleY(-1);*/
  /*}*/

  /*#hero-7 .row  > * {*/
  /*    -webkit-transform: scaleY(-1);*/
  /*    -ms-transform: scaleY(-1);*/
  /*    transform: scaleY(-1);*/
  /*}*/

      
      #hero-7 .prose{
        padding-left:5%;
      }
      
      #hero-7 .prose img{
        max-width:60%;
      } 

    #hero-7 .SOOP{
        padding-bottom:20%;
    }


  #hero-7 h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero-7 h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero-7 .hero-7-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero-7 .hero-7-img img {
    width: 80%;
  }
  #hero-7 .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #hero-7 .btn-watch-video {
    font-size: 16px;
    padding: 10px 0 8px 40px;
    margin-left: 20px;
  }
  #hero-7 .btn-watch-video i {
    font-size: 32px;
    top: 7px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}



/*--------------------------------------------------------------
# hero-10 Section
--------------------------------------------------------------*/
#hero-10 {
  width: 100%;
  height: 100vh; /*80vh;*/
  padding: 60px 0;
  overflow: hidden;
  /*background: #ffffff;*/  /*#37517e*/
}

#hero-10 .btn-get-started {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  overflow: hidden !important;
  margin-top: 5%;
  margin-left: 10%;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 8%;
  padding-right: 8%;
  border-radius: 0px; /*50px*/
  transition: 0.5s;
  /*margin: 0 -30px 0px;*/
  color: #ffffff;
  background: #49c8f4;
}

#hero-10 .btn-get-started:hover {
  background: #19325c;
}



#hero-10 .SOOP .twitter {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-top: 5%;
  padding-left: 10%;
  left: 0;
  top: 7px;
  transition: 0.3s;
}



#hero-10 .SOOP .twitter:hover{
  color: #209dd8;
}

/*.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #47b2e4;
}*/

#hero-10 .SOOP .instagram {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-top: 5%;
  padding-left: 5%;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

#hero-10 .SOOP .instagram:hover{
  color: #209dd8;
}

#hero-10 .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}


  #hero-10 .SOOP{
    text-align: left;
    background-color: ; /*#41c8f5*/
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 18%;
    padding-bottom: 10%;
    padding-right: 10%;
    padding-left: 10%;
    /*height: 40vh;*/
    width: 100% !important;
  }

  #hero-10 .SOOP h1 {
    font-family: "Recoleta-regulardemo";
    padding-left: 10%;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #000000; 
  }



  #hero-10 .SOOP h2 {
    font-family: "Recoleta-regulardemo";
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 30px;
    font-weight: 500;
  }


  #hero-10 .SOOP h3 {
    font-family: "Centrale Sans", sans-serif;
    /*letter-spacing:1px;*/
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 10%;
    padding-right: 5%;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight:600 ;
  }
  

  /*#hero-10 .SOOP .SOOP-INNER-MOST{*/
  /*  max-width: 50%;*/
  /*  padding-left: 5%;*/
  /*}*/

  #hero-10 .SOOP .conta-block{
    display: inline-block;
    text-align: left;
    padding-top:5%;
  }


  #hero-10 .SOOP .conta-block img{
    position: relative;
    float: left;
    width: 25%; /*90*/
/*    margin-top: 10%; */
/*    padding-top: 5%;*/
    padding-right: 0%;
    padding-left: 13%;
  }

#hero-10 .SOOP .conta-block-text h4 {
    font-family: "Centrale Sans", sans-serif;
    /*letter-spacing:1px;*/
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-top: -8%;
    padding-top: 0%;
    padding-left: 25%;
    padding-right: 0%;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
  }




/*
  #hero-10 .SOOP .SOOP-INNER-MOST h3 {
    font-family: "Centrale Sans", sans-serif;
    letter-spacing:1px;
    color: #000000;*/ /*rgba(255, 255, 255, 0.6);*/
    /*margin-bottom: 0px;
    padding-top: 9%;
    padding-left: 0%;
    margin-left: -10%;
    padding-right: 5%;
    font-size: 16px;
    font-weight:600 ;
  }*/

  #hero-10 .prose /*image*/ {
    /*width: 100%;*/
    height: 115vh;
    background-color: #41c8f5;
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 18%;
    padding-right: 10%;
    padding-left: 0%;
  }


  #hero-10 .row {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
  }


#hero-10 .meet-other-vols {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 700;
  padding-top: 2%;
  padding-bottom: 5%;
  padding-left: 0%;
  padding-right: 1%;
  font-size: 16px;
  text-transform: none;
  text-align: right;
  color: #18325c;
}


#hero-10 .meet-other-vols a:hover {
  color: #49c8f4;
}




@media (max-width: 768px) {

    #hero-10 {
      width: 100%;
      height: 190vh; /*80vh;*/
      margin-top: -16%;
      /*background: #ffffff;*/  /*#37517e*/
    }


    /*swap order of items in #hero-10 row for mobile devices*/
    #hero-10 .row {
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1);
    }

    #hero-10 .row  > * {
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1);
    }



    #hero-10 .btn-get-started {
      font-family: "Centrale Sans", sans-serif;
      font-weight: 600;
      font-size: 16px;
      letter-spacing: 1px;
      display: inline-block;
      overflow: hidden !important;
      margin-top: 5%;
      margin-left: 10%;
      padding-top: 3%;
      padding-bottom: 3%;
      padding-left: 8%;
      padding-right: 8%;
      border-radius: 0px; /*50px*/
      transition: 0.5s;
      /*margin: 0 -30px 0px;*/
      color: #ffffff;
      background: #49c8f4;
    }

    #hero-10 .btn-get-started:hover {
      background: #19325c;
    }

    #hero-10 .SOOP .twitter {
      color: #000000;
      font-size: 18px;
      font-weight: 600;
      position: relative;
      padding-top: 5%;
      padding-left: 10%;
      left: 0;
      top: 7px;
      transition: 0.3s;
    }



    #hero-10 .SOOP .twitter:hover{
      color: #209dd8;
    }

    /*.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
      color: #47b2e4;
    }*/

    #hero-10 .SOOP .instagram {
      color: #000000;
      font-size: 18px;
      font-weight: 600;
      position: relative;
      padding-top: 5%;
      padding-left: 5%;
      left: 0;
      top: 7px;
      transition: 0.3s;
    }

    #hero-10 .SOOP .instagram:hover{
      color: #209dd8;
    }

    #hero-10 .animated {
      animation: up-down 2s ease-in-out infinite alternate-reverse both;
    }


      #hero-10 .SOOP{
        display: block;
        margin-left: auto;
        margin-right: auto;
        position: relative;

        text-align: left;
        background-color: ; /*#41c8f5*/
        margin-right: 0%;
        margin-left: 0%;
        padding-top: 18%;
        padding-bottom: 7%;
        padding-right: 7%;
        padding-left: 0%;
        /*height: 40vh;*/
        width: 100% !important;
        /*z-index: 99 !important;*/
      }

      #hero-10 .SOOP h1 {
        font-family: "Recoleta-regulardemo";
        padding-left: 10%;
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        color: #000000; 
      }



      #hero-10 .SOOP h2 {
        font-family: "Recoleta-regulardemo";
        color: #000000; /*rgba(255, 255, 255, 0.6);*/
        margin-bottom: 0px;
        padding-left: 10%;
        padding-right: 10%;
        font-size: 30px;
        font-weight: 500;
      }


      #hero-10 .SOOP h3 {
        font-family: "Centrale Sans", sans-serif;
        /*letter-spacing:1px;*/
        color: #000000; /*rgba(255, 255, 255, 0.6);*/
        margin-bottom: 0px;
        padding-left: 10%;
        padding-right: 5%;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 600;
      }
      
      
      /*#hero-10 .SOOP .SOOP-INNER-MOST h3 {
        display:block;
        margin-left:auto;
        margin-right:auto;
        position: relative;
        
        font-family: "Centrale Sans", sans-serif;
        letter-spacing:1px;
        color: #000000; 
        margin-bottom: 0px;
        padding-left: 0%;
        text-align:center;
        padding-right: 0%;
        font-size: 13px;
        font-weight:600 ;
      }*/



 /* #hero-10 .SOOP .SOOP-INNER-MOST{
    max-width: 50%;
    padding-left: 5%;
  }*/

 


  /*#hero-10 .SOOP .conta-block img {
    position: relative;
    float: left;
    max-width: 15%; 
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 5%;
  }

  #hero-10 .SOOP .conta-block-text h4 {
    font-family: "Centrale Sans", sans-serif;
    color: #000000; 
    margin-bottom: 0px;
    padding-top: 13%;
    padding-left: 5%;
    padding-right: 0%;
    font-size: 14px;
    font-weight: 600;
  }*/


#hero-10 .SOOP .SOOP-INNER-MOST{
    max-width: 50%;
    padding-left: 5%;
  }

  #hero-10 .SOOP .conta-block{
    display: inline-block;
    text-align: left;
    padding-top:5%;
  }


  #hero-10 .SOOP .conta-block img {
    position: relative;
    float: left;
    width: 25%; /*90*/
/*    margin-top: 10%; */
/*    padding-top: 5%;*/
    padding-right: 0%;
    padding-left: 13%;
  }

#hero-10 .SOOP .conta-block-text h4 {
    font-family: "Centrale Sans", sans-serif;
    /*letter-spacing:1px;*/
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-top: -9%;
    padding-top: 0%;
    padding-left: 30%;
    padding-right: 0%;
    font-size: 14px;
    font-weight: 500;
  }


      #hero-10 .prose /*image*/ {
        /*width: 100%;*/
        height: 115vh;
        /*z-index: 2 !important;*/
        /*content: url("assets/img/obj-4-4.png");*/
        width: 100%;




        /*display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: url("assets/img/obj-1-1.png");
        width: 100%;
        height: 400px;
        padding-left: 100%;*/

        background-color: #18325c; /*41c8f5*/
        /*max-width: 100%;*/
        margin-left: 0%;
        margin-right: 0%;
        padding-top: 0%;
        padding-right: 0%;
        padding-left: 0%;
      }

      #hero-10 .prose img {
        width: 100%;   
      }

      #hero-10 .row {
        margin-left: 0%;
        margin-right: 0%;
        padding-top: 0%;
        padding-right: 0%;
        padding-bottom: 0%;
      }


    /*#hero-10 .SOOP .SOOP-INNER-MOST img {
        display:block;
        margin-left:auto;
        margin-right:auto;
        position: relative;
        max-width: 20%;
        margin-top: 0%; 
        padding-top: 2%;
        padding-right: 0%;
        padding-left: 5%;
      }*/
      
      
     /*#hero-10 .SOOP img {*/
     /*   position: relative;*/
     /*   float: left;*/
     /*   max-width: 20%;*/
     /*   margin-bottom: 5%; */
     /*   padding-top: 2%;*/
     /* }*/


    #hero-10 .meet-other-vols {
      font-family: "Centrale Sans", sans-serif;
      font-weight: 700;
      padding-top: 2%;
      padding-bottom: 5%;
      padding-left: 0%;
      padding-right: 1%;
      font-size: 16px;
      text-transform: none;
      text-align: right;
      color: #18325c;
    }


    #hero-10 .meet-other-vols a:hover {
      color: #49c8f4;
    }

}



/*--------------------------------------------------------------
# hero-11 Section
--------------------------------------------------------------*/
#hero-11 {
  width: 100%;
  height: 80vh; /*80vh;*/
  background: #49c8f4;  /*#37517e*/
}

/*#hero-11 .container {
  padding-top: 0%;
  margin-right: 0%;
  margin-left: 0%;
  padding-right: 0%;*/
  /*padding-left: 11%;*/
/*}*/


/*#hero-11 {*/
  /*padding: 80px 0;*/
  /* Create the parallax scrolling effect */
 /* background: url("..assets/img/obj-1-1.png") no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
*/




/*#hero-11 .btn-get-started {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  overflow: hidden !important;
  padding-top: 9%;
  padding-bottom: 9.5%;
  padding-left: 23%;
  padding-right: 23%;
  border-radius: 0px; /*50px*/
  /*transition: 0.5s;
  margin: 0 -30px 0px;
  color: #000000;
  background: #dbdbdb;
}*/

/*#hero-11 .btn-get-started:hover {
  background: #19325c;
}*/

/*#hero-11 .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  padding: 10px 0 8px 40px;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  position: relative;
}

#hero-11 .btn-watch-video i {
  color: #fff;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

#hero-11 .btn-watch-video:hover i {
  color: #47b2e4;
}*/

/*#hero-11 .prose .BG-img{
  background-image: url(assets/img/obj-1-1.png);
  position: relative;
  padding-top: 2%;
  padding-left: 8%;
  left: 0;
  top: 7px;
  transition: 0.3s;
}*/




/*#hero-11 .prose .twitter:hover{
  color: #209dd8;
  text-decoration: ;
}*/

/*.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #47b2e4;
}*/

/*#hero-11 .prose .instagram {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-top: 2%;
  padding-left: 5%;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

#hero-11 .prose .instagram:hover{
  color: #209dd8;
  text-decoration: ;
}*/

/*#hero-11 .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}*/


 /*#hero-11 .hero-11-img {
    text-align: left;
    background-color: #41c8f5;
    height: 80vh; /*150vh*/
    /*width: 100% !important;
  }*/

#hero-11 .SOOP .SOOP-INNER-MOST{
    max-width: 100%;
    padding-left: 10%;
  }

  #hero-11 .SOOP .conta-block{
    display: block;
    text-align: left;
  }


  #hero-11 .SOOP .conta-block img {
    position: relative;
    float: left;
    width: 70%; /*90*/
    margin-top: 7%; 
    padding-top: 10%;
    padding-right: 0%;
    padding-left: 50%;
  }

/*#hero-11 .SOOP .SOOP-INNER-MOST h3 a{
    font-family: "Centrale Sans", sans-serif;
    letter-spacing:1px;
    color: #ffffff; 
    margin-bottom: 0px;
    padding-top: 15%;
    padding-left: 5%;
    padding-right: 0%;
    font-size: 14px;
    font-weight: 600;
  }


*/


/*#hero-11 .SOOP .SOOP-INNER-MOST img{
  margin-right: 0%;
  padding-top: 18%;
  padding-left: 50%;
  padding-right: 0%;
  max-width: 80%;
  float: right;
}*/


#hero-11 .SOOP .SOOP-INNER-MOST a img:hover {
  filter: invert(100%) sepia(5%) saturate(2%) hue-rotate(57deg) brightness(111%) contrast(101%);
}


#hero-11 .SOOP .SOOP-INNER-MOST h3 {
  margin-left: -20%;
  padding-left: 0%;
  padding-top: 10%;
  color: #000000;
  text-align: left;
}


#hero-11 .SOOP .SOOP-INNER-MOST h3 a:hover {
  color: #ffffff;}

#hero-11 .SOOP .SOOP-INNER-MOST h3 a{
  color: #000000;
  text-align: left;
}

#hero-11 .SOOP .SOOP-INNER-MOST{
  padding-left: 0%;
  padding-right: 0%;
}






  #hero-11 .SOOP{
    text-align: left;
    /*background-color: #41c8f5;*/
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 7%;
    padding-bottom: 7%;
    padding-right: 0%;
    padding-left: 0%;
    /*height: 40vh;*/
    width: 100% !important;
  }

  #hero-11 .SOOP h1 {
    font-family: "Recoleta-regulardemo";
    padding-left: 10%;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #000000; 
  }



  #hero-11 .SOOP h2 {
    font-family: "Recoleta-regulardemo";
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 30px;
    font-weight: 500;
  }


  #hero-11 .SOOP h3 {
    font-family: "Centrale Sans", sans-serif;
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 10%;
    padding-right: 5%;
    font-size: 16px;
    font-weight:500 ;
  }

  

  #hero-11 .prose /*image*/ {
      /*width: 100%;*/
      /*height: 115vh;*/
      -ms-flex-align: end !important;
      align-items: flex-end !important;

      /*-ms-flex-align: center !important;
      align-items: center !important; For Mobile */

      /*background-color: red;*/
      max-width: 100%;
      margin-left: 0%;
      margin-right: 0%;
      padding-top: 0%;
      padding-right: 0%;
      padding-left: 0%;
    }


  #hero-11 .prose img {
/*    max-width: 70%;*/
    padding-top:4%;
  }

  /*#hero-11 .row {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
  }*/


/*#hero-11 .prose img {
    position: relative;
    max-width: 100%;
    margin-top: 0%; 
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 0%;
  }*/

/*
#hero-11 .meet-other-vols {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 700;
  padding-top: 2%;
  padding-bottom: 5%;
  padding-left: 0%;
  padding-right: 1%;
  font-size: 16px;
  text-transform: none;
  text-align: right;
  color: #18325c;
}*/


/*#hero-11 .meet-other-vols a:hover {
  color: #49c8f4;
}*/


@media (max-width: 991px) {
  #hero-11 {
    height: 100vh;
    text-align: center;
  }
  #hero-11 .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero-11 .hero-11-img {
    text-align: center;
  }
  #hero-11 .hero-11-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero-11 {
    height:110vh;
  }
  
  #hero-11 h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero-11 h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  
  #hero-11 .SOOP h1{
    font-family: "Recoleta-regulardemo";
    padding-left: 10%;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #000000; 
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;  
  }
  
  #hero-11 .prose img {
    max-width: 90%;
    align-self: center;
    /*padding-top:70%;*/
    /*display: block;*/
    /*position: relative;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform:translate(-50%, -50%);*/
  }

  
  #hero-11 .SOOP .conta-block img {
    position: relative;
    float: left;
    width: 27%; /*90*/
    margin-top: 0%; 
/*    padding-bottom: -25%;*/
    padding-right: 0%;
    padding-left: 15%;
  }

  #hero-11 .SOOP .SOOP-INNER-MOST h3 {
    margin-left: ;
    padding-left: 60%;
    padding-top: 0%;
    margin-top: -8%;
    color: #000000;
    text-align: left;
  }
}





@media (max-width: 575px) {
  #hero-11 .hero-11-img img {
    width: 80%;
  }
  #hero-11 .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #hero-11 .btn-watch-video {
    font-size: 16px;
    padding: 10px 0 8px 40px;
    margin-left: 20px;
  }
  #hero-11 .btn-watch-video i {
    font-size: 32px;
    top: 7px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}





/*--------------------------------------------------------------
# hero-12 Section
--------------------------------------------------------------*/
#hero-12 {
  width: 100%;
  height: 35vh; /*80vh;*/
  /*background-color: #41c8f5; */
  margin-top: 0%;
  margin-bottom: 0%;
  /*padding-top: ;*/
  /*background: #ffffff;*/  /*#37517e*/
}




  #hero-12 .SOOP{
    text-align: left;
    /*background-color: #41c8f5; */
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 10%;
    padding-bottom: 0%;
    padding-right: 0%;
    padding-left: 0%;
    vertical-align: middle;
    /*height: 40vh;*/
    /*width: 100% !important;*/
  }

  #hero-12 .SOOP h1 {
    font-family: "Recoleta-regulardemo";
    padding-top: 0%;
    padding-left: 5%;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #000000; 
  }



  #hero-12 .SOOP h2 {
    font-family: "Recoleta-regulardemo";
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 10%;
    font-size: 30px;
    font-weight: 500;
  }


  #hero-12 .SOOP h3 {
    font-family: "Centrale Sans", sans-serif;
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    /*padding-bottom: 2%;*/
    font-size: 15px;
    font-weight:600 ;
  }


  #hero-12 .prose /*image*/ {
    /*width: 100%;*/
    /*height: 50vh;*/
    /*max-width: 100%;*/
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 8%;
    padding-right: 0%;
    padding-left: 0%;
    /*background-color: red;*/
    /*display: inline-block;*/
  }


#hero-12 .prose img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*text-align: center;*/
    max-width: 70%;
    /*margin-left: 15%;
    margin-right: 15%;*/
    /*vertical-align: middle;*/
  }


  #hero-12 .row {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
  }



@media (max-width: 991px) {
  #hero-12 {
    height: 100vh;
    text-align: center;
  }
  #hero-12 .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero-12 .hero-12-img {
    text-align: center;
  }
  #hero-12 .hero-12-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero-12 {
    position:relative;
    width: 100%;
    height: 30vh; 
  }
  
  /*#hero-12 h1 {*/
  /*  font-size: 28px;*/
  /*  line-height: 36px;*/
  /*}*/
  
  /*#hero-12 h2 {*/
  /*  font-size: 18px;*/
  /*  line-height: 24px;*/
  /*  margin-bottom: 30px;*/
  /*}*/
  
  /*#hero-12 .hero-12-img img {*/
  /*  width: 70%;*/
  /*}*/

  #hero-12 .SOOP{
    position:relative;
    text-align: left;
    /*background-color: #41c8f5;  */
    /*margin-right: 0%;*/
    /*margin-left: 0%;*/
    /*padding:0 0 0 0px;*/
    padding-top:20%;
    margin-bottom:-10%;
    /*padding-bottom:1%;*/
    /*height: 30vh;*/
    /*width: 100% !important;*/
  }

  #hero-12 .SOOP h1 {
    position:relative;
    font-family: "Recoleta-regulardemo";
    padding-top: 0%;
    padding-left: 5%;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    color: #000000; 
  }



  #hero-12 .SOOP h2 {
    font-family: "Recoleta-regulardemo";
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 10%;
    font-size: 30px;
    font-weight: 500;
  }


  #hero-12 .SOOP h3 {
    font-family: "Centrale Sans", sans-serif;
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
    font-size: 15px;
    font-weight: 600;
  }


  #hero-12 .prose /*image*/ {
    /*width: 100%;*/
    /*height: 80vh;*/
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top:5%;
    padding-right: 0%;
    padding-left: 0%;
  }

  #hero-12 .prose img {
    /*width: 100%;*/
    max-width: 100%;
  }


  /*#hero-12 .row .last{*/
  /*  margin-left: 0%;*/
  /*  margin-right: 0%;*/
  /*  padding-top: 0%;*/
  /*  padding-right: 0%;*/
  /*  padding-bottom: 0%;*/
  /*}*/
}




/*--------------------------------------------------------------
# hero-13 Section
--------------------------------------------------------------*/
#hero-13 {
  width: 100%;
  height: 35vh; /*80vh;*/
  /*background-color: #41c8f5; */
  margin-top: 0%;
  margin-bottom: 0%;
  /*padding-top: ;*/
  /*background: #ffffff;*/  /*#37517e*/
}




  #hero-13 .SOOP{
    text-align: left;
    /*background-color: #41c8f5; */
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 10%;
    padding-bottom: 0%;
    padding-right: 0%;
    padding-left: 0%;
    vertical-align: middle;
    /*height: 40vh;*/
    /*width: 100% !important;*/
  }

  #hero-13 .SOOP h1 {
    font-family: "Recoleta-regulardemo";
    padding-top: 0%;
    padding-left: 5%;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #000000; 
  }



  #hero-13 .SOOP h2 {
    font-family: "Centrale Sans", sans-serif;
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 10%;
    font-size: 27px;
    font-weight: 500;
  }


  #hero-13 .SOOP h3 {
    font-family: "Centrale Sans", sans-serif;
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    padding-top: 1%;
    padding-bottom: 3%;
    padding-left: 5%;
    padding-right: 5%;
    /*padding-bottom: 2%;*/
    font-size: 18px;
    font-weight:600 ;
    color: #18325c;
  }


  #hero-13 .SOOP h3:hover{
    font-family: "Centrale Sans", sans-serif;
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    padding-top: 1%;
    padding-bottom: 3%;
    padding-left: 5%;
    padding-right: 5%;
    /*padding-bottom: 2%;*/
    font-size: 18px;
    font-weight:600 ;
    color: #49c8f4;
  }


  #hero-13 .prose /*image*/ {
    /*width: 100%;*/
    /*height: 50vh;*/
    /*max-width: 100%;*/
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 8%;
    padding-right: 0%;
    padding-left: 0%;
    /*background-color: red;*/
    /*display: inline-block;*/
  }


#hero-13 .prose img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*text-align: center;*/
    max-width: 70%;
    /*margin-left: 15%;
    margin-right: 15%;*/
    /*vertical-align: middle;*/
  }


  #hero-13 .row {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
  }



@media (max-width: 991px) {
  #hero-13 {
    height: 100vh;
    text-align: center;
  }
  #hero-13 .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero-13 .hero-13-img {
    text-align: center;
  }
  #hero-13 .hero-13-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero-13 {
    position:relative;
    width: 100%;
    height: 60vh; 
  }
  
  /*#hero-13 h1 {*/
  /*  font-size: 28px;*/
  /*  line-height: 36px;*/
  /*}*/
  
  /*#hero-13 h2 {*/
  /*  font-size: 18px;*/
  /*  line-height: 24px;*/
  /*  margin-bottom: 30px;*/
  /*}*/
  
  /*#hero-13 .hero-13-img img {*/
  /*  width: 70%;*/
  /*}*/

  #hero-13 .SOOP{
    position:relative;
    text-align: left;
    /*background-color: #41c8f5;  */
    /*margin-right: 0%;*/
    /*margin-left: 0%;*/
    /*padding:0 0 0 0px;*/
    padding-top:20%;
    /*height: 30vh;*/
    /*width: 100% !important;*/
  }

  #hero-13 .SOOP h1 {
    position:relative;
    font-family: "Recoleta-regulardemo";
    padding-top: 0%;
    padding-left: 5%;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    color: #000000; 
  }



  #hero-13 .SOOP h2 {
    font-family: "Recoleta-regulardemo";
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 10%;
    font-size: 30px;
    font-weight: 500;
  }


  #hero-13 .SOOP h3 {
    font-family: "Centrale Sans", sans-serif;
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
    font-size: 15px;
    font-weight: 600;
  }


  #hero-13 .prose /*image*/ {
    /*width: 100%;*/
    /*height: 80vh;*/
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top:5%;
    padding-right: 0%;
    padding-left: 0%;
  }

  #hero-13 .prose img {
    /*width: 100%;*/
    max-width: 100%;
  }


  /*#hero-13 .row .last{*/
  /*  margin-left: 0%;*/
  /*  margin-right: 0%;*/
  /*  padding-top: 0%;*/
  /*  padding-right: 0%;*/
  /*  padding-bottom: 0%;*/
  /*}*/
}

/*--------------------------------------------------------------
# hero-14 Section
--------------------------------------------------------------*/
#hero-14 {
  width: 100%;
  height: 80vh; /*80vh;*/
  /*background-color: #41c8f5; */
  margin-top: 0%;
  margin-bottom: 0%;
  /*padding-top: ;*/
  /*background: #ffffff;*/  /*#37517e*/
}




  #hero-14 .SOOP{
    text-align: left;
    /*background-color: #41c8f5; */
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 10%;
    padding-bottom: 0%;
    padding-right: 0%;
    padding-left: 0%;
    vertical-align: middle;
    /*height: 40vh;*/
    /*width: 100% !important;*/
  }

  #hero-14 .SOOP h1 {
    font-family: "Recoleta-regulardemo";
    padding-top: 0%;
    padding-left: 5%;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #000000; 
  }



  #hero-14 .SOOP h2 {
    font-family: "Recoleta-regulardemo";
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 10%;
    font-size: 30px;
    font-weight: 500;
  }


  #hero-14 .SOOP h3 {
    font-family: "Centrale Sans", sans-serif;
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    /*padding-bottom: 2%;*/
    font-size: 15px;
    letter-spacing: 1px;
	font-weight: 600;
  }


  #hero-14 .prose /*image*/ {
    /*width: 100%;*/
    /*height: 50vh;*/
    /*max-width: 100%;*/
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 8%;
    padding-right: 0%;
    padding-left: 0%;
    /*background-color: red;*/
    /*display: inline-block;*/
  }


#hero-14 .prose img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*text-align: center;*/
    max-width: 70%;
    /*margin-left: 15%;
    margin-right: 15%;*/
    /*vertical-align: middle;*/
  }


  #hero-14 .row {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
  }



@media (max-width: 991px) {
  #hero-14 {
    height: 100vh;
    text-align: center;
  }
  #hero-14 .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero-14 .hero-14-img {
    text-align: center;
  }
  #hero-14 .hero-14-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero-14 {
    position:relative;
    width: 100%;
    height: 130vh; 
  }
  
  /*#hero-14 h1 {*/
  /*  font-size: 28px;*/
  /*  line-height: 36px;*/
  /*}*/
  
  /*#hero-14 h2 {*/
  /*  font-size: 18px;*/
  /*  line-height: 24px;*/
  /*  margin-bottom: 30px;*/
  /*}*/
  
  /*#hero-14 .hero-14-img img {*/
  /*  width: 70%;*/
  /*}*/

  #hero-14 .SOOP{
    position:relative;
    text-align: left;
    /*background-color: #41c8f5;  */
    /*margin-right: 0%;*/
    /*margin-left: 0%;*/
    /*padding:0 0 0 0px;*/
    padding-top:5%;
    /*height: 30vh;*/
    /*width: 100% !important;*/
  }

  #hero-14 .SOOP h1 {
    position:relative;
    font-family: "Recoleta-regulardemo";
    padding-top: 0%;
    padding-left: 5%;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    color: #000000; 
  }



  #hero-14 .SOOP h2 {
    font-family: "Recoleta-regulardemo";
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 10%;
    font-size: 30px;
    font-weight: 500;
  }


  #hero-14 .SOOP h3 {
    font-family: "Centrale Sans", sans-serif;
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
    font-size: 15px;
    letter-spacing: 1px;
	font-weight: 600;
  }


  #hero-14 .prose /*image*/ {
    /*width: 100%;*/
    /*height: 80vh;*/
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top:5%;
    padding-right: 0%;
    padding-left: 0%;
  }

  #hero-14 .prose img {
    /*width: 100%;*/
    max-width: 100%;
    margin-bottom:-20%;
  }


  /*#hero-14 .row .last{*/
  /*  margin-left: 0%;*/
  /*  margin-right: 0%;*/
  /*  padding-top: 0%;*/
  /*  padding-right: 0%;*/
  /*  padding-bottom: 0%;*/
  /*}*/
}





@media (max-width: 575px) {
  #hero-14 .hero-14-img img {
    width: 80%;
  }
  #hero-14 .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #hero-14 .btn-watch-video {
    font-size: 16px;
    padding: 10px 0 8px 40px;
    margin-left: 20px;
  }
  #hero-14 .btn-watch-video i {
    font-size: 32px;
    top: 7px;
  }
}



/*--------------------------------------------------------------
# hero-15 Section
--------------------------------------------------------------*/
#hero-15 {
  width: 100%;
  height: 80vh; /*80vh;*/
  /*background-color: #41c8f5; */
  margin-top: 0%;
  margin-bottom: 0%;
  /*padding-top: ;*/
  /*background: #ffffff;*/  /*#37517e*/
}




  #hero-15 .SOOP{
    text-align: left;
    /*background-color: #41c8f5; */
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 10%;
    padding-bottom: 0%;
    padding-right: 0%;
    padding-left: 0%;
    vertical-align: middle;
    /*height: 40vh;*/
    /*width: 100% !important;*/
  }

  #hero-15 .SOOP h1 {
    font-family: "Recoleta-regulardemo";
    padding-top: 0%;
    padding-left: 5%;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #000000; 
  }



  #hero-15 .SOOP h2 {
    font-family: "Recoleta-regulardemo";
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 10%;
    font-size: 30px;
    font-weight: 500;
  }


  #hero-15 .SOOP h3 {
    font-family: "Centrale Sans", sans-serif;
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    /*padding-bottom: 2%;*/
    font-size: 15px;
    letter-spacing: 1px;
	font-weight: 600;
  }


  #hero-15 .prose /*image*/ {
    /*width: 100%;*/
    /*height: 50vh;*/
    /*max-width: 100%;*/
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 8%;
    padding-right: 0%;
    padding-left: 0%;
    /*background-color: red;*/
    /*display: inline-block;*/
  }


#hero-15 .prose img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*text-align: center;*/
    max-width: 70%;
    /*margin-left: 15%;
    margin-right: 15%;*/
    /*vertical-align: middle;*/
  }


  #hero-15 .row {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
  }



@media (max-width: 991px) {
  #hero-15 {
    height: 100vh;
    text-align: center;
  }
  #hero-15 .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero-15 .hero-15-img {
    text-align: center;
  }
  #hero-15 .hero-15-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero-15 {
    position:relative;
    width: 100%;
    height: 70vh;
    padding-top:10%;
  }
  
  /*#hero-15 h1 {*/
  /*  font-size: 28px;*/
  /*  line-height: 36px;*/
  /*}*/
  
  /*#hero-15 h2 {*/
  /*  font-size: 18px;*/
  /*  line-height: 24px;*/
  /*  margin-bottom: 30px;*/
  /*}*/
  
  /*#hero-15 .hero-15-img img {*/
  /*  width: 70%;*/
  /*}*/

  #hero-15 .SOOP{
    position:relative;
    text-align: left;
    /*background-color: #41c8f5;  */
    /*margin-right: 0%;*/
    /*margin-left: 0%;*/
    /*padding:0 0 0 0px;*/
    padding-top:5%;
    /*height: 30vh;*/
    /*width: 100% !important;*/
  }

  #hero-15 .SOOP h1 {
    position:relative;
    font-family: "Recoleta-regulardemo";
    padding-top: 0%;
    padding-left: 5%;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    color: #000000; 
  }



  #hero-15 .SOOP h2 {
    font-family: "Recoleta-regulardemo";
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 10%;
    font-size: 30px;
    font-weight: 500;
  }


  #hero-15 .SOOP h3 {
    font-family: "Centrale Sans", sans-serif;
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
    font-size: 15px;
    letter-spacing: 1px;
	font-weight: 600;
  }


  #hero-15 .prose /*image*/ {
    /*width: 100%;*/
    /*height: 80vh;*/
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top:5%;
    padding-right: 0%;
    padding-left: 0%;
  }

  #hero-15 .prose img {
    /*width: 100%;*/
    max-width: 100%;
    margin-bottom:-20%;
  }


  /*#hero-15 .row .last{*/
  /*  margin-left: 0%;*/
  /*  margin-right: 0%;*/
  /*  padding-top: 0%;*/
  /*  padding-right: 0%;*/
  /*  padding-bottom: 0%;*/
  /*}*/
}





@media (max-width: 575px) {
  #hero-15 .hero-15-img img {
    width: 80%;
  }
  #hero-15 .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #hero-15 .btn-watch-video {
    font-size: 16px;
    padding: 10px 0 8px 40px;
    margin-left: 20px;
  }
  #hero-15 .btn-watch-video i {
    font-size: 32px;
    top: 7px;
  }
}




/*--------------------------------------------------------------
# hero-16 Section
--------------------------------------------------------------*/
#hero-16 {
  width: 100%;
  height: 60vh; /*80vh;*/
  /*background: #ffffff;*/  /*#37517e*/
}



  #hero-16 .SOOP{
    text-align: left;
    background-color: #37517e;
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 0%;
    padding-left: 0%;
    /*height: 40vh;*/
    width: 100% !important;
  }

  #hero-16 .SOOP h1 {
    font-family: "Recoleta-regulardemo";
    padding-left: 10%;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #41c8f5; 
  }



  #hero-16 .SOOP h2 {
    font-family: "Recoleta-regulardemo";
    color: #ffffff; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 30px;
    font-weight: 500;
  }


  #hero-16 .SOOP h3 {
    font-family: "Centrale Sans", sans-serif;
    color: #ffffff; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 10%;
    padding-right: 5%;
    font-size: 16px;
    font-weight:500 ;
  }


  #hero-16 .row {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
  }


@media (max-width: 991px) {
  #hero-16 {
    height: 100vh;
    text-align: center;
  }
  #hero-16 .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero-16 .hero-16-img {
    text-align: center;
  }
  #hero-16 .hero-16-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  
  #hero-16 {
  width: 100%;
  height: 60vh; /*80vh;*/
  /*background: #ffffff;*/  /*#37517e*/
}

  #hero-16 h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero-16 h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero-16 .hero-16-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero-16 .hero-16-img img {
    width: 80%;
  }
  #hero-16 .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #hero-16 .btn-watch-video {
    font-size: 16px;
    padding: 10px 0 8px 40px;
    margin-left: 20px;
  }
  #hero-16 .btn-watch-video i {
    font-size: 32px;
    top: 7px;
  }
}

@media (max-width: 425px) {

  #hero-16 {
    width: 100%;
    height: 80vh; 
  }
}






@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}




/*--------------------------------------------------------------
# hero-17 Section
--------------------------------------------------------------*/
#hero-17 {
  width: 100%;
  height: 80vh; /*80vh;*/
  /*background: #ffffff;*/  /*#37517e*/
}

  
  
  #hero-17 .prose /*image*/ {
    /*width: 100%;*/
    height: 50vh;
    /*max-width: 100%;*/
    text-align: left;
    background-color: #18325c;
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 5%;
    padding-bottom: 10%;
    padding-right: 0%;
    padding-left: 0%;
    width: 100% !important;
    /*background-color: red;*/
    /*display: inline-block;*/
  }


  #hero-17 .prose h2 {
    font-family: "Recoleta-regulardemo";
    color: #ffffff; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 8%;
    padding-right: 8%;
    font-size: 48px;
    font-weight: 600;
    text-align: left;
  }

  #hero-17 .prose h3 {
    font-family: "Recoleta-regulardemo";
    color: #ffffff; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-top: 5%;
    padding-left: 8%;
    padding-right: 8%;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
  }

  #hero-17 .prose img{
    /*display: block;
    margin-left: auto;
    margin-right: auto;*/
/*    text-align: left;*/
    max-width: 20%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 6%;
    /*vertical-align: middle;*/
  }




  #hero-17 .SOOP{
    text-align: left;
    background-color: #47b2e4;
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-right: 0%;
    padding-left: 0%;
    /*height: 40vh;*/
    width: 100% !important;
  }
  
  #hero-17 .SOOP .SOOP-INNER{
    position: relative;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
  }

  #hero-17 .SOOP h1 {
    font-family: "Recoleta-regulardemo";
    padding-left: 10%;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #41c8f5; 
  }



  #hero-17 .SOOP h2 {
    font-family: "Recoleta-regulardemo";
    color: #ffffff; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 30px;
    font-weight: 500;
  }


  #hero-17 .SOOP h3 {
    font-family: "Centrale Sans", sans-serif;
    color: #ffffff; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-top: 3%;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 20px;
    font-weight:500 ;
  }

  #hero-17 .SOOP h3:hover {
    font-family: "Centrale Sans", sans-serif;
    color: #18325c; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-top: 3%;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 20px;
    font-weight: 600;
  }


  #hero-17 .row {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
  }


@media (max-width: 991px) {
  #hero-17 {
    height: 100vh;
    text-align: center;
  }
  #hero-17 .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero-17 .hero-17-img {
    text-align: center;
  }
  #hero-17 .hero-17-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  
  /*#hero-17 .row {
      -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
      transform: scaleY(-1);
  }

  #hero-17 .row  > * {
      -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
      transform: scaleY(-1);
  }*/

  #hero-17 .prose h2 {
    font-family: "Recoleta-regulardemo";
    color: #ffffff; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 8%;
    padding-right: 8%;
    font-size: 48px;
    line-height: 50px;
    font-weight: 600;
    text-align: left;
  }
  
  #hero-17 h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero-17 h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero-17 .prose img {
    width: 70%;
    margin-top: -50%;
  }
  
  #hero-17 .prose h3 {
    font-family: "Recoleta-regulardemo";
    color: #ffffff; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-top: 20%;
    padding-left: 8%;
    padding-right: 8%;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
  }
  
  #hero-17 .SOOP h3 {
    font-family: "Centrale Sans", sans-serif;
    color: #ffffff; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 5%;
    padding-right: 3%;
    font-size: 15px;
    font-weight:500 ;
  }
}

@media (max-width: 575px) {
  #hero-17 .hero-17-img img {
    width: 80%;
  }
  #hero-17 .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #hero-17 .btn-watch-video {
    font-size: 16px;
    padding: 10px 0 8px 40px;
    margin-left: 20px;
  }
  #hero-17 .btn-watch-video i {
    font-size: 32px;
    top: 7px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}



/*--------------------------------------------------------------
# hero-18 Section
--------------------------------------------------------------*/
#hero-18 {
  width: 100%;
  height: 100vh; /*80vh;*/
  padding: 60px 0;
  overflow: hidden;
  /*background: #ffffff;*/  /*#37517e*/
}



/*#hero-18 .container {
  padding-top: 0%;
  margin-right: 0%;
  margin-left: 0%;
  padding-right: 0%;*/
  /*padding-left: 11%;*/
/*}*/


/*#hero-18 {*/
  /*padding: 80px 0;*/
  /* Create the parallax scrolling effect */
 /* background: url("..assets/img/obj-1-1.png") no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
*/




#hero-18 .btn-get-started {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  overflow: hidden !important;
  margin-top: 5%;
  margin-left: 10%;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 8%;
  padding-right: 8%;
  border-radius: 0px; /*50px*/
  transition: 0.5s;
  /*margin: 0 -30px 0px;*/
  color: #ffffff;
  background: #49c8f4;
}

#hero-18 .btn-get-started:hover {
  background: #19325c;
}



#hero-18 .SOOP .twitter {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-top: 5%;
  padding-left: 10%;
  left: 0;
  top: 7px;
  transition: 0.3s;
}



#hero-18 .SOOP .twitter:hover{
  color: #209dd8;
  text-decoration: ;
}

/*.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #47b2e4;
}*/

#hero-18 .SOOP .instagram {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-top: 5%;
  padding-left: 5%;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

#hero-18 .SOOP .instagram:hover{
  color: #209dd8;
  text-decoration: ;
}

#hero-18 .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}


  #hero-18 .SOOP{
    text-align: left;
    background-color: ; /*#41c8f5*/
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 18%;
    padding-bottom: 10%;
    padding-right: 10%;
    padding-left: 10%;
    /*height: 40vh;*/
    width: 100% !important;
  }

  #hero-18 .SOOP h1 {
    font-family: "Recoleta-regulardemo";
    padding-left: 10%;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #000000; 
  }



  #hero-18 .SOOP h2 {
    font-family: "Recoleta-regulardemo";
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 30px;
    font-weight: 500;
  }


  #hero-18 .SOOP h3 {
    font-family: "Centrale Sans", sans-serif;
/*    letter-spacing:1px;*/
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 10%;
    padding-right: 5%;
    font-size: 16px;
    font-weight:600 ;
  }

  #hero-18 .prose /*image*/ {
    /*width: 100%;*/
    height: 115vh;
    background-color: #41c8f5;
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 18%;
    padding-right: 10%;
    padding-left: 0%;
  }


  #hero-18 .row {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
  }


#hero-18 .SOOP img {
    position: relative;
    max-width: 7%;
    margin-top: 0%; 
    padding-top: 10%;
    padding-right: 0%;
    padding-left: 5%;
  }


#hero-18 .meet-other-vols {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 700;
  padding-top: 2%;
  padding-bottom: 5%;
  padding-left: 0%;
  padding-right: 1%;
  font-size: 16px;
  text-transform: none;
  text-align: right;
  color: #18325c;
}


#hero-18 .meet-other-vols a:hover {
  color: #49c8f4;
}




@media (max-width: 768px) {

    #hero-18 {
      width: 100%;
      height: 220vh; /*80vh;*/
      margin-top: -15%;
      /*background: #ffffff;*/  /*#37517e*/
    }


    /*swap order of items in a row for mobile devices*/
    #hero-18 .row {
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1);
    }

    #hero-18 .row  > * {
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1);
    }


    #hero-18 .btn-get-started {
      font-family: "Centrale Sans", sans-serif;
      font-weight: 600;
      font-size: 16px;
      letter-spacing: 1px;
      display: inline-block;
      overflow: hidden !important;
      margin-top: 5%;
      margin-left: 10%;
      padding-top: 3%;
      padding-bottom: 3%;
      padding-left: 8%;
      padding-right: 8%;
      border-radius: 0px; /*50px*/
      transition: 0.5s;
      /*margin: 0 -30px 0px;*/
      color: #ffffff;
      background: #49c8f4;
    }

    #hero-18 .btn-get-started:hover {
      background: #19325c;
    }

    #hero-18 .SOOP .twitter {
      color: #000000;
      font-size: 18px;
      font-weight: 600;
      position: relative;
      padding-top: 5%;
      padding-left: 10%;
      left: 0;
      top: 7px;
      transition: 0.3s;
    }



    #hero-18 .SOOP .twitter:hover{
      color: #209dd8;
      text-decoration: ;
    }

    /*.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
      color: #47b2e4;
    }*/

    #hero-18 .SOOP .instagram {
      color: #000000;
      font-size: 18px;
      font-weight: 600;
      position: relative;
      padding-top: 5%;
      padding-left: 5%;
      left: 0;
      top: 7px;
      transition: 0.3s;
    }

    #hero-18 .SOOP .instagram:hover{
      color: #209dd8;
      text-decoration: ;
    }

    #hero-18 .animated {
      animation: up-down 2s ease-in-out infinite alternate-reverse both;
    }


      #hero-18 .SOOP{
        text-align: left;
        margin-right: 0%;
        margin-left: 0%;
        padding-top: 18%;
        padding-bottom: 7%;
        padding-right: 10%;
        padding-left: 10%;
        height: 100vh;
        width: 100% !important;
        /*z-index: 99 !important;*/
      }

      #hero-18 .SOOP h1 {
        font-family: "Recoleta-regulardemo";
        padding-left: 10%;
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        color: #000000; 
      }



      #hero-18 .SOOP h2 {
        font-family: "Recoleta-regulardemo";
        color: #000000; /*rgba(255, 255, 255, 0.6);*/
        margin-bottom: 0px;
        padding-left: 10%;
        padding-right: 10%;
        font-size: 30px;
        font-weight: 500;
      }


      #hero-18 .SOOP h3 {
        font-family: "Centrale Sans", sans-serif;
        letter-spacing:1px;
        color: #000000; /*rgba(255, 255, 255, 0.6);*/
        margin-bottom: 0px;
        padding-left: 10%;
        padding-right: 5%;
        font-size: 16px;
        font-weight:600 ;
      }

      #hero-18 .prose /*image*/ {
        /*width: 100%;*/
        height: 115vh;
        /*z-index: 2 !important;*/
        /*content: url("assets/img/obj-4-4.png");*/
        width: 100%;




        /*display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: url("assets/img/obj-1-1.png");
        width: 100%;
        height: 400px;
        padding-left: 100%;*/

        background-color: #18325c; /*41c8f5*/
        /*max-width: 100%;*/
        margin-left: 0%;
        margin-right: 0%;
        padding-top: 0%;
        padding-right: 0%;
        padding-left: 0%;
      }

      #hero-18 .prose img {
        width: 100%;   
      }

      #hero-18 .row {
        margin-left: 0%;
        margin-right: 0%;
        padding-top: 0%;
        padding-right: 0%;
        padding-bottom: 0%;
      }


    /*#hero-18 .SOOP .SOOP-INNER-MOST img {*/
    /*    position: relative;*/
    /*    max-width: 7%;*/
    /*    margin-top: 0%; */
    /*    padding-top: 2%;*/
    /*    padding-right: 0%;*/
    /*    padding-left: 5%;*/
    /*  }*/
      
      
     #hero-18 .SOOP img {
        position: relative;
        max-width: 7%;
        margin-top: 0%; 
        padding-top: 2%;
        padding-right: 0%;
        padding-left: 5%;
      }


    #hero-18 .meet-other-vols {
      font-family: "Centrale Sans", sans-serif;
      font-weight: 700;
      padding-top: 2%;
      padding-bottom: 5%;
      padding-left: 0%;
      padding-right: 1%;
      font-size: 16px;
      text-transform: none;
      text-align: right;
      color: #18325c;
    }


    #hero-18 .meet-other-vols a:hover {
      color: #49c8f4;
    }

}




/*--------------------------------------------------------------
# hero-19 Section
--------------------------------------------------------------*/
#hero-19 {
  width: 100%;
  height: auto; /*80vh;*/
  background: #f7f7f7;  /*#37517e*/
  margin:0 0 0 0px;
  padding:0 0 0 0px;
}

#hero-19 .section-title{
  margin:0 0 0 0px;
  padding-top: 10%;
}

#hero-19 .section-title h2 {
  font-family: "Recoleta-regulardemo", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 55px;
  text-transform: none;
  text-align: left;
}

#hero-19 .container .schedule{
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  margin:0 0 0 0px;
  padding-bottom: 10%;
}

 #hero-19  .container .schedule a img {
    /*position:relative;
    display: block;
    width: 10%;*/
    width: 100%;
    height: auto;
  }

   


@media (max-width: 991px) {
  #hero-19 {
    height: 100vh;
    text-align: center;
  }
  #hero-19 .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero-19 .hero-19-img {
    text-align: center;
  }
  #hero-19 .hero-19-img img {
    width: 50%;
  }
}


@media (max-width: 768px) {
  
  #hero-19 {
  width: 100%;
  height: 140vh; /*80vh;*/
  background: #f7f7f7;  /*#37517e*/
  }

  #hero-19 h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero-19 h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }


  #hero-19 .SOOP .SOOP-INNER {
    position: relative;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  
  #hero-19 .SOOP-PART .PART-LOGS {
    position: relative;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }



  #hero-19 .SOOP-PART{
    text-align: left;
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
    padding-right: 0%;
    padding-left: 0%;
    height: 60vh;
    width: 100% !important;
  }

  #hero-19 .SOOP-PART h3 {
    width: 100%;
    font-family: "Centrale Sans", sans-serif;
    background-color: #cacbcc; /*rgba(255, 255, 255, 0.6);*/
    color: #000000; /*rgba(255, 255, 255, 0.6);*/
    display: block;
    text-align: center;
    margin-bottom: 0px;
    padding-top: 10%;
    padding-bottom: 10%;
    font-size: 20px;
    font-weight:600 ;
  }

  
}

@media (min-width:580px) and (max-width: 700px){

  #hero-19 {
    width: 100%;
    height: 115vh; 
  }
}



@media (max-width: 575px) {
  #hero-19 .hero-19-img img {
    width: 80%;
  }
  #hero-19 .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #hero-19 .btn-watch-video {
    font-size: 16px;
    padding: 10px 0 8px 40px;
    margin-left: 20px;
  }
  #hero-19 .btn-watch-video i {
    font-size: 32px;
    top: 7px;
  }
}


@media (max-width: 395px){
  #hero-19 {
    width: 100%;
    height: 120vh; 
  }
}



@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}





/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.Testimonials {
  padding-top: 2%;
  padding-bottom: 2%;
/*  height: 80vh;*/
  background-color: #19325c;
  padding-left: 1%;
  padding-right: 1%;
}

.Testimonials .section-title h2 {
  font-family: "Recoleta-regulardemo", sans-serif;
  font-weight: 600;
  font-size: 48px;
  text-transform: none;
  text-align: left;
  padding-left: 9%;
  color: #ffffff;
}

/*
.Testimonials .Naam-partners{
  padding-top: 20px;
  font-weight: 700;
  font-size: 32px; 
  font-family: "Poppins", sans-serif;
  color: #19325c;
}*/


.Testimonials .owl-carousel a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  padding-top: 5%;
  padding-bottom: 5%;
  width: 40%;
  opacity: 1;
  transition: 0.3s;
  -webkit-filter: none;
  filter: none;
}

/*.Testimonials .owl-carousel a{
  width: 30%;
}*/


/*.Testimonials .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}*/

/*.Testimonials .owl-item img {
  width: 70%;
  opacity: 1;
  transition: 0.3s;
  -webkit-filter: none;
  filter: none;
}*/

/*.Testimonials .owl-item img:hover {
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.7;
}*/

.Testimonials .owl-carousel a .ico{
  width: 20%;
}


.Testimonials .owl-carousel a h3{
  font-family: "Centrale Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: none;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
  color: #ffffff;
}

.Testimonials .owl-carousel a h2{
  font-family: "Centrale Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: none;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
  color: #41c8f5;
}

.Testimonials .owl-nav, .Testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.Testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.Testimonials .owl-dot.active {
  background-color: #ffc451 !important;
}


@media (max-width: 768px) {
  .Testimonials {
  padding-top: 2%;
  padding-bottom: 2%;
/*  height: 80vh;*/
  background-color: #19325c;
  padding-left: 1%;
  padding-right: 1%;
}

.Testimonials .section-title h2 {
  font-family: "Recoleta-regulardemo", sans-serif;
  font-weight: 600;
  font-size: 48px;
  text-transform: none;
  text-align: left;
  padding-left: 9%;
  color: #ffffff;
}
.Testimonials .owl-carousel a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  padding-top: 5%;
  padding-bottom: 5%;
  width: 30%;
  opacity: 1;
  transition: 0.3s;
  -webkit-filter: none;
  filter: none;
}

.Testimonials .owl-carousel a .ico{
  width: 20%;
}


.Testimonials .owl-carousel a h3{
  font-family: "Centrale Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: none;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
  color: #ffffff;
}

.Testimonials .owl-carousel a h2{
  font-family: "Centrale Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: none;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
  color: #41c8f5;
}

.Testimonials .owl-nav, .Testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.Testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.Testimonials .owl-dot.active {
  background-color: #ffc451 !important;
}
}

/*--------------------------------------------------------------
# about-4 Section
--------------------------------------------------------------*/
#about-4 {
  width: 100%;
  height: 50vh; /*80vh;*/
  background: #49c8f4;  /*#37517e*/
}


  #about-4 .SOOP{
    text-align: left;
    /*background-color: #41c8f5;*/
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 7%;
    padding-bottom: 7%;
    padding-right: 0%;
    padding-left: 0%;
    /*height: 40vh;*/
    width: 100% !important;
  }

  #about-4 .SOOP h1 {
    font-family: "Recoleta-regulardemo";
    padding-left: 10%;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #ffffff; 
  }



  #about-4 .SOOP h2 {
    font-family: "Recoleta-regulardemo";
    color: #ffffff; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 30px;
    font-weight: 500;
  }


  #about-4 .SOOP h3 {
    font-family: "Centrale Sans", sans-serif;
    color: #ffffff; /*rgba(255, 255, 255, 0.6);*/
    margin-bottom: 0px;
    padding-left: 10%;
    padding-right: 5%;
    font-size: 16px;
    font-weight:500 ;
  }




@media (max-width: 991px) {
  #about-4 {
    height: 100vh;
    text-align: center;
  }
  #about-4 .animated {
    -webkit-animation: none;
    animation: none;
  }
  #about-4 .about-4-img {
    text-align: center;
  }
  #about-4 .about-4-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #about-4 {
    height:50vh;
  }
  
  #about-4 h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #about-4 h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  
  #about-4 .SOOP h1{
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;  
  }
  
  #about-4 .prose img {
    max-width: 70%;
    align-self: center;
  }

  
   #about-4 .SOOP .SOOP-INNER-MOST img{
    /*display:block;*/
    /*margin-left:auto;*/
    /*margin-right:auto;*/
    /*position: relative;*/
    /*padding-left: 38%;*/
    /*padding-right: 38%;*/
    background-color: red;
    max-width: 100%;
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
  } 
    
    
   #about-4 .SOOP .SOOP-INNER-MOST h3{
    text-align:center;
    /*padding-left: 5%;*/
    /*padding-right: 5%;*/
  }
  
  #about-4 .SOOP .SOOP-INNER-MOST{
    margin-left:0%;
    margin-right:0%;
  }
    
}





/*--------------------------------------------------------------
# about-5 Us-5
--------------------------------------------------------------*/
.about-5 .content {
  padding-bottom: 5%;
}

.about-5 h2 {
  font-family: "Recoleta-regulardemo", sans-serif;
  font-weight: 600;
  font-size: 48px;
  text-transform: none;
  text-align: left;
}

@media (max-width: 768px) {
  .about-5 .initiatives {
    padding-bottom: 20%;
  }
  .about-5 .initiatives center img{
  border-radius: 50%; /*crop pic into circle*/
  max-width: 50%;
  }
}


.about-5 .initiatives {
  display: block;
  text-align: center;
}


.about-5 .initiatives h2 {
  font-family: "Recoleta-regulardemo", sans-serif;
  font-weight: 600;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 0%;
  font-size: 20px;
  text-transform: none;
  text-align: center;
}

.about-5 .initiatives a {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 500;
  padding-top: 0%;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 16px;
  text-transform: none;
  text-align: center;
  color: #444444;
}


.about-5 .initiatives a:hover{
  font-family: "Centrale Sans", sans-serif;
  font-weight: 600;
  padding-top: 0%;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 16px;
  text-transform: none;
  text-align: center;
  color: #48c7f4;
}


.about-5 .initiatives .dot{
  max-width: 3%;
}


.about-5 .initiatives img{
  border-radius: 50%; /*crop pic into circle*/
  max-width: 70%;
}



.about-5 .initiatives img:hover {
  -webkit-filter: none;
  filter: none;
  transition: all 0.4s ease-in-out;
  transform: scale(1.1);
}

.about-5 .discover-initiatives a{
  display: block;
  font-family: "Centrale Sans", sans-serif;
  font-weight: 700;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 0%;
  font-size: 16px;
  text-transform: none;
  text-align: right;
  color: #19325c;
}


.about-5 .discover-initiatives a:hover {
  color: #48c7f4;
}

.about-5 .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about-5 .content ul {
  list-style: none;
  padding: 0;
}

.about-5 .content ul li {
  padding-left: 28px;
  position: relative;
}

.about-5 .content ul li + li {
  margin-top: 10px;
}

.about-5 .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}

.about-5 .content p:last-child {
  margin-bottom: 0;
}

.about-5 .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
}

.about-5 .content .btn-learn-more:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
}


.about-5 .PART-LOGS-AFT::after {
  content: '';
  position: relative;
  margin-top: 5%;
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  bottom: 0;
  /*left: calc(50% - 20px);*/
}




/*--------------------------------------------------------------
# about-6 Us-6
--------------------------------------------------------------*/
.about-6 .content {
  padding-bottom: 5%;
}

.about-6 h2 {
  font-family: "Recoleta-regulardemo", sans-serif;
  font-weight: 600;
  font-size: 48px;
  text-transform: none;
  text-align: left;
}

@media (max-width: 768px) {
  .about-6 .initiatives {
    padding-bottom: 20%;
  }
  .about-6 .initiatives center img{
  border-radius: 50%;
    /*padding-top: 50%;*/
    width: 40%;
  }
}


.about-6 .initiatives {
  display: block;
  text-align: center;
}


.about-6 .initiatives h2 {
  font-family: "Recoleta-regulardemo", sans-serif;
  font-weight: 600;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 0%;
  font-size: 20px;
  text-transform: none;
  text-align: center;
}

.about-6 .initiatives a h1{
  font-family: "Recoleta-regulardemo", sans-serif;
  font-weight: 600;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 0%;
  font-size: 20px;
  text-transform: none;
  text-align: center;
  color: #444444;
}


.about-6 .initiatives a h1:hover{
  color: #48c7f4;
}


.about-6 .initiatives p {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 500;
  padding-top: 0%;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 16px;
  text-transform: none;
  text-align: center;
  color: #444444;
}


.about-6 .initiatives img{
  border-radius: 50%; 
  max-width:25%;
/*  width:95%;*/
}



.about-6 .initiatives img:hover {
  -webkit-filter: none;
  filter: none;
  transition: all 0.4s ease-in-out;
  transform: scale(1.1);
}

/*.about-6 .discover-initiatives summary{
  color: #19325c;
  padding-left: 10%;
}*/


.about-6 .discover-initiatives summary{
  font-family: "Centrale Sans", sans-serif;
  font-weight: 700;
  padding-top: 0%;
  padding-bottom: 10%;
  padding-left: 5%;
  padding-right: 0%;
  font-size: 16px;
  text-transform: none;
  text-align: left;
  color: #19325c;
}


.about-6 .discover-initiatives summary:hover {
  color: #48c7f4;
}

.about-6 .discover-initiatives summary u:hover {
  color: #48c7f4;
}

.about-6 .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about-6 h3 {
  font-family: "Recoleta-regulardemo", sans-serif;
  font-weight: 500;
  font-size: 30px;
  padding-left: 3%;
  padding-bottom: 1%;
}

.about-6 .content ul {
  list-style: none;
  padding: 0;
}

.about-6 .content ul li {
  padding-left: 28px;
  position: relative;
}

.about-6 .content ul li + li {
  margin-top: 10px;
}

.about-6 .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}

.about-6 .content p:last-child {
  margin-bottom: 0;
}

.about-6 .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
}

.about-6 .content .btn-learn-more:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
}


.about-6 .PART-LOGS-AFT::after {
  content: '';
  position: relative;
  margin-top: 5%;
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  bottom: 0;
  /*left: calc(50% - 20px);*/
}



/*--------------------------------------------------------------
# about-7 Us-7
--------------------------------------------------------------*/
.about-7 .content {
  background-color: ;
  padding-bottom: 3%;
}

.about-7 h2 {
  font-family: "Recoleta-regulardemo", sans-serif;
  font-weight: 600;
  font-size: 48px;
  text-transform: none;
  text-align: left;
}

.about-7 .initiatives {
    padding-left: 1%;
  }
  .about-7 .initiatives center img{
/*  border-radius: 50%; crop pic into circle*/
  max-width: 100%;
  }

  @media (max-width: 768px) {
  .about-7 .initiatives {
    padding-bottom: 20%;
  }
  .about-7 .initiatives center img{
/*  border-radius: 50%; crop pic into circle*/
  max-width: 50%;
  }
  .about-7 .prose {
    margin-top: -15%;
  }
  .about-7 .prose h1{
    padding-top:3%;
    font-size: 22px;
    font-weight:600;
  }
  .about-7 .reel-title h1{
    padding-top:5%;
    padding-bottom:3%;
    font-size: 26px;
    font-weight:600;
  }
  .about-7 .initiatives img{
  max-width: 100%;
  /*margin-top:-15%;*/
 }
  .about-7 .content .initiatives img{
    max-width:100%;
    margin-right:-18%;
 }
  .about-7 .content .initiatives p{
    margin-right:-18%;
 }
}


.about-7 .content .initiatives {
  display: block;
  text-align: left;
}


.about-7 .initiatives h2 {
  font-family: "Recoleta-regulardemo", sans-serif;
  font-weight: 600;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 0%;
  font-size: 20px;
  text-transform: none;
  text-align: center;
}

.about-7 .initiatives a h1{
  font-family: "Recoleta-regulardemo", sans-serif;
  font-weight: 600;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 0%;
  font-size: 20px;
  text-transform: none;
  text-align: center;
  color: #444444;
}


.about-7 .initiatives a h1:hover{
  color: #48c7f4;
}


.about-7 .initiatives p {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 500;
  padding-top: 0%;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 16px;
  text-transform: none;
  text-align: center;
  color: #444444;
}


.about-7 .content p {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 600;
  padding-top: 0%;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 16px;
  text-transform: none;
  text-align: center;
  color: #444444;
}


.about-7 .initiatives img{
/*  border-radius: 50%; /*crop pic into circle*/*/
  max-width: 70%;

/*  width:95%;*/
}

.about-7 .prose {
  padding-top: 5%;
}

.about-7 .reel-title {
  padding-left: 2%;
}

.about-7 .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about-7 .content ul {
  list-style: none;
  padding: 0;
}

.about-7 .content ul li {
  padding-left: 28px;
  position: relative;
}

.about-7 .content ul li + li {
  margin-top: 10px;
}

.about-7 .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}

.about-7 .content p:last-child {
  margin-bottom: 0;
}

.about-7 .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
}

.about-7 .content .btn-learn-more:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
}


.about-7 .PART-LOGS-AFT::after {
  content: '';
  position: relative;
  margin-top: 5%;
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  bottom: 0;
  /*left: calc(50% - 20px);*/
}



/*--------------------------------------------------------------
# about-6 Us-6
--------------------------------------------------------------*/
.about-6 .content-B {
  padding-bottom: 5%;
}

.about-6 h2 {
  font-family: "Recoleta-regulardemo", sans-serif;
  font-weight: 600;
  font-size: 48px;
  text-transform: none;
  text-align: left;
}

@media (max-width: 768px) {
  .about-6 .initiatives {
    padding-bottom: 20%;
  }
  .about-6 .initiatives center img{
/*  border-radius: 50%; crop pic into circle*/
  max-width: 90%;
  }
}


.about-6 .initiatives {
  display: block;
  text-align: center;
}


.about-6 .initiatives h2 {
  font-family: "Recoleta-regulardemo", sans-serif;
  font-weight: 600;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 0%;
  font-size: 20px;
  text-transform: none;
  text-align: center;
}

.about-6 .initiatives a h1{
  font-family: "Recoleta-regulardemo", sans-serif;
  font-weight: 600;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 0%;
  font-size: 20px;
  text-transform: none;
  text-align: center;
  color: #444444;
}


.about-6 .initiatives a h1:hover{
  color: #48c7f4;
}


.about-6 .initiatives p {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 500;
  padding-top: 0%;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 16px;
  text-transform: none;
  text-align: center;
  color: #444444;
}


.about-6 .initiatives img{
/*  border-radius: 50%; /*crop pic into circle*/*/
  max-width: 70%;
/*  width:95%;*/
}

.about-6 .content-B .initiatives img{
  border-radius: 50%;
  max-width: 60%;
/*  width:95%;*/
}



.about-6 .initiatives img:hover {
  -webkit-filter: none;
  filter: none;
  transition: all 0.4s ease-in-out;
  transform: scale(1.1);
}

/*.about-6 .discover-initiatives summary{
  color: #19325c;
  padding-left: 10%;
}*/


.about-6 .discover-initiatives summary{
  font-family: "Centrale Sans", sans-serif;
  font-weight: 700;
  padding-top: 0%;
  padding-bottom: 10%;
  padding-left: 5%;
  padding-right: 0%;
  font-size: 16px;
  text-transform: none;
  text-align: left;
  color: #19325c;
}


.about-6 .discover-initiatives summary:hover {
  color: #48c7f4;
}

.about-6 .discover-initiatives summary u:hover {
  color: #48c7f4;
}

.about-6 .content-B h3 {
  font-weight: 600;
  font-size: 26px;
}

.about-6 h3 {
  font-family: "Recoleta-regulardemo", sans-serif;
  font-weight: 500;
  font-size: 30px;
  padding-left: 3%;
}

.about-6 .content-B ul {
  list-style: none;
  padding: 0;
}

.about-6 .content-B ul li {
  padding-left: 28px;
  position: relative;
}

.about-6 .content-B ul li + li {
  margin-top: 10px;
}

.about-6 .content-B ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}

.about-6 .content-B p:last-child {
  margin-bottom: 0;
}

.about-6 .content-B .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
}

.about-6 .content-B .btn-learn-more:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
}


.about-6 .PART-LOGS-AFT::after {
  content-B: '';
  position: relative;
  margin-top: 5%;
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  bottom: 0;
  /*left: calc(50% - 20px);*/
}




/*--------------------------------------------------------------
# about-8 Us-2
--------------------------------------------------------------*/
.about-8{
  height: 100vh;
  background-color: #47b2e4;
}

.about-8 .section-title h2 {
  font-family: "Recoleta-regulardemo", sans-serif;
  font-weight: 600;
  font-size: 48px;
  text-transform: none;
  color: #ffffff;
  text-align: left;
  padding-top: 5%;
}

.about-8 h3 {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 500;
  font-size: 22px;
  text-transform: none;
  color: #ffffff;
  text-align: left;
  padding-top: 5%;
}

@media (max-width: 768px) {
  .about-8 .initiatives {
    padding-bottom: 20%;
  }
  .about-8 .initiatives center img{
  border-radius: 50%; /*crop pic into circle*/
  max-width: 50%;
  }
}


.about-8 .highlights a h4 {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 500;
  padding-top: 3%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 0%;
  font-size: 20px;
  text-transform: none;
  text-align: center;
  color: #ffffff;
}

.about-8 .highlights a h4:hover{
  font-family: "Centrale Sans", sans-serif;
  font-weight: 600;
  padding-top: 3%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 0%;
  font-size: 20px;
  text-transform: none;
  text-align: center;
  color: #18325c;
}



/*--------------------------------------------------------------
# about-9 Us-2
--------------------------------------------------------------*/
.about-9 {
  padding-bottom: 5%;
}

.about-9 .section-title h2 {
  font-family: "Recoleta-regulardemo", sans-serif;
  font-weight: 600;
  font-size: 48px;
  text-transform: none;
  text-align: left;
}

@media (max-width: 768px) {
  .about-9 .initiatives {
    margin-bottom: -20%;
  }
  .about-9 .initiatives center img{
  /*border-radius: 50%;*/
  max-width: 50%;
  margin-bottom:0%;
  }
  .about-9 .reduced img{
    width: 40%;
    padding-bottom: 15%;
  }
  .about-9 .initiatives a h2 {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 600;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 25%;
  font-size: 25px;
  text-transform: none;
  text-align: center;
  }

}


.about-9 .content {
  padding-bottom: 5%;
}

.about-9 .initiatives h2 {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 600;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 20%;
  font-size: 16px;
  text-transform: none;
  text-align: center;
}

.about-9 .initiatives p {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 400;
  padding-top: 0%;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 16px;
  text-transform: none;
  text-align: center;
  color: #444444;
}


.about-9 .initiatives img{
/*  border-radius: 50%;*/
  max-width: 70%;
  /*position: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
}



.about-9 .initiatives img:hover {
  -webkit-filter: none;
  filter: none;
  transition: all 0.4s ease-in-out;
  transform: scale(1.1);
}

.about-9 .discover-initiatives a{
  display: block;
  font-family: "Centrale Sans", sans-serif;
  font-weight: 700;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 0%;
  font-size: 16px;
  text-transform: none;
  text-align: right;
  color: #19325c;
}


.about-9 .discover-initiatives a:hover {
  color: #48c7f4;
}


.about-9 .reduced img{
/*  border-radius: 50%;*/
  max-width: 50%;
  /*position: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
}



.about-9 .reduced img:hover {
  -webkit-filter: none;
  filter: none;
  transition: all 0.4s ease-in-out;
  transform: scale(1.1);
}

/*.about-9 .discover-initiatives::before {
  content: '';
  position: absolute;
  width: 205px;
  height: 2px;
  background: #19325c;
  bottom: 1px;
  right: calc(7% - 60px);
}*/


/*.about-9 .discover-initiatives::after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: #48c7f4;
  bottom: 1px;
  right: calc(0% - 40px);
}*/

.about-9 .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about-9 .content ul {
  list-style: none;
  padding: 0;
}

.about-9 .content ul li {
  padding-left: 28px;
  position: relative;
}

.about-9 .content ul li + li {
  margin-top: 10px;
}

.about-9 .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}

.about-9 .content p:last-child {
  margin-bottom: 0;
}

.about-9 .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
}

.about-9 .content .btn-learn-more:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
}


.about-9 .PART-LOGS-AFT::after {
  content: '';
  position: relative;
  margin-top: 5%;
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  bottom: 0;
  /*left: calc(50% - 20px);*/
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
/*section {
  padding: 60px 0;
  overflow: hidden;
}*/

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: left;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #000000; /*#37517e*/
}

/*.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}*/


.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  align-items: left;
}

/*.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}*/

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  align-items: left;
}

.section-title p {
  margin-bottom: 0;
}



/*--------------------------------------------------------------
# cliens
--------------------------------------------------------------*/
.cliens {
  padding: 12px 0;
  text-align: center;
  /*height: 15vh;*/
}

.cliens img {
  max-width: 100%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px;
  padding-left: 10%;
  -webkit-filter: grayscale(100);
  filter: grayscale(100); 
}

.cliens img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.1);
  color: #48c7f4;
}



@media (max-width: 768px) {
  .cliens {
  padding: 12px 0;
  text-align: center;
  /*height: 15vh;*/
  }

.cliens img {
  max-width: 100%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px;
  padding-left: 10%;
  -webkit-filter: grayscale(100);
  filter: grayscale(100); 
  }

.cliens img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.1);
  color: #48c7f4;
  }
}



/*--------------------------------------------------------------
# cliens-2
--------------------------------------------------------------*/
.cliens-2 {
  padding: 12px 0;
  text-align: center;
  height: 15vh;
}

.cliens-2 img {
  max-width: 100%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px;
  padding-left: 10%;
  -webkit-filter: grayscale(100);
  filter: grayscale(100); 
}

.cliens-2 img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.1);
  color: #48c7f4;
}

@media (max-width: 768px) {
  .cliens-2 img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about h2 {
  font-family: "Recoleta-regulardemo", sans-serif;
  font-weight: 600;
  font-size: 48px;
  text-transform: none;
  text-align: left;
  padding-top:5%;
}


.about .initiatives h2 {
  font-family: "MADE-Mirage-Medium", sans-serif;
  font-weight: 600;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 0%;
  font-size: 20px;
  text-transform: none;
  text-align: left;
  color: #000000;
}

.about .initiatives h2:hover {
  color: #47b2e4;
}

@media (max-width: 768px) {
  
  .about h2 {
    padding-top:20%;}
    
  .about .initiatives {
  padding-bottom: 10%;
  }
  .about p{
      padding-bottom:10%;
  }
}

.about .initiatives p {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 400;
  padding-top: 0%;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 16px;
  text-transform: none;
  text-align: left;
  color: #444444;
}


.about .initiatives img:hover {
  -webkit-filter: none;
  filter: none;
  transition: all 0.4s ease-in-out;
  transform: scale(1.1);
}


.about .discover-initiatives {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 700;
  padding-top: 5%;
  padding-left: 5%;
  padding-bottom: 5%;
  font-size: 16px;
/*  text-transform: none;*/
  text-align: right;
  color: #18325c;
}


.about .discover-initiatives:hover {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 700;
  padding-top: 5%;
  padding-left: 5%;
  padding-bottom: 5%;
  font-size: 16px;
  text-align: right;
  color: #49c8f4;
}


.about .discover-initiatives summary {
  padding-bottom:3%;
}

/*.about .discover-initiatives::after {
  content: '';
  position: absolute;
  width: 205px;
  height: 2px;
  background: #19325c;
  bottom: 1px;
  right: calc(7% - 60px);
}*/


/*.about .discover-initiatives::after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: #48c7f4;
  bottom: 1px;
  right: calc(0% - 40px);
}*/

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
}

.about .content .btn-learn-more:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
}



/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
/*.portfolio{
  background-color: darkgray;
}

.portfolio .section-title h2{
  font-family: "Recoleta-regulardemo", sans-serif;
  font-weight: 600;
  font-size: 48px;
  text-transform: none;
  text-align: left;
  padding-top:5%;
}

.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #47b2e4;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #47b2e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}*/







/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
  background-color: darkgrey;
  padding-top:5%;
}

.portfolio .section-title h2 {
  font-family: "Recoleta-regulardemo", sans-serif;
  font-weight: 600;
  font-size: 48px;
  text-transform: none;
  text-align: left;
}

.portfolio .section-title p {
  color: #000000;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #151515;
  background: #ffc451;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 10;
  background: rgba(21, 21, 21, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.0);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 20;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}



.portfolio .portfolio-wrap #bkgd {
  opacity: 1;
  position: absolute;
  margin-top: 85px;
  margin-left: 10px;
  width: 300px !important;
  height: 70px !important;
  border-radius: 15px;
  z-index: 30;
  transition: all ease-in-out 0.3s;
  background: rgba(25, 50, 92, 0.9);
}


@media (max-width: 392px) {
 .portfolio .portfolio-wrap #bkgd {
  opacity: 1;
  position: absolute;
  margin-top: 70px;
  margin-left: 33px;
  padding-top: 8px;
  padding-bottom: 0px;
  width: 270px !important;
  height: 70px !important;
  border-radius: 15px;
  z-index: 30;
  transition: all ease-in-out 0.3s;
  background: rgba(25, 50, 92, 0.9);
 }
}

@media (max-width: 500px) {
 .portfolio .portfolio-wrap #bkgd {
  opacity: 1;
  position: absolute;
  margin-top: 70px;
  margin-left: 45px;
  padding-top: 8px;
  padding-bottom: 0px;
  width: 270px !important;
  height: 70px !important;
  border-radius: 15px;
  z-index: 30;
  transition: all ease-in-out 0.3s;
  background: rgba(25, 50, 92, 0.9);
 }
}


@media (max-width: 768px) {
 .portfolio .portfolio-wrap #bkgd {
  opacity: 1;
  position: absolute;
  margin-top: 70px;
  padding-top: 8px;
  padding-bottom: 0px;
  width: 270px !important;
  height: 70px !important;
  border-radius: 15px;
  z-index: 30;
  transition: all ease-in-out 0.3s;
  background: rgba(25, 50, 92, 0.9);
 }
}



.portfolio .portfolio-wrap #bkgd-2 {
  opacity: 1;
  position: absolute;
  margin-top: 25px;
  margin-left: 10px;
  width: 300px !important;
  height: 70px !important;
  border-radius: 15px;
  z-index: 30;
  transition: all ease-in-out 0.3s;
  background: rgba(25, 50, 92, 0.9);
}


@media (max-width: 768px) {
 .portfolio .portfolio-wrap #bkgd-2 {
  opacity: 1;
  position: absolute;
  margin-top: 20px;
  padding-top: 8px;
  padding-bottom: 0px;
  width: 270px !important;
  height: 70px !important;
  border-radius: 15px;
  z-index: 30;
  transition: all ease-in-out 0.3s;
  background: rgba(25, 50, 92, 0.9);
 }
}


.portfolio .portfolio-wrap #bkgd-3 {
  opacity: 1;
  position: absolute;
  margin-top: 170px;
  margin-left: 10px;
  width: 300px !important;
  height: 70px !important;
  border-radius: 15px;
  z-index: 30;
  transition: all ease-in-out 0.3s;
  background: rgba(25, 50, 92, 0.9);
}

@media (min-width:392px) and (max-width: 500px){

  .portfolio .portfolio-wrap #bkgd-3 {
  opacity: 1;
  position: absolute;
  margin-top: 160px;
  margin-left: 45px;
  padding-top: 8px;
  padding-bottom: 0px;
  width: 270px !important;
  height: 70px !important;
  border-radius: 15px;
  z-index: 30;
  transition: all ease-in-out 0.3s;
  background: rgba(25, 50, 92, 0.9);
 }
}

@media (min-width:550px) and (max-width: 650px){

  .portfolio .portfolio-wrap #bkgd-3 {
  opacity: 1;
  position: absolute;
  margin-top: 250px;
  margin-left: 45px;
  padding-top: 8px;
  padding-bottom: 0px;
  width: 270px !important;
  height: 70px !important;
  border-radius: 15px;
  z-index: 30;
  transition: all ease-in-out 0.3s;
  background: rgba(25, 50, 92, 0.9);
 }
}


@media (min-width: 660px) and (max-width: 768px) {
 .portfolio .portfolio-wrap #bkgd-3 {
  opacity: 1;
  position: absolute;
  margin-top: 160px;
  padding-top: 5px;
  padding-bottom: 0px;
  width: 270px !important;
  height: 70px !important;
  border-radius: 15px;
  z-index: 30;
  transition: all ease-in-out 0.3s;
  background: rgba(25, 50, 92, 0.9);
 }
}



.portfolio .portfolio-wrap #bkgd-4 {
  opacity: 1;
  position: absolute;
  margin-top: 170px;
  margin-left: 10px;
  width: 300px !important;
  height: 70px !important;
  border-radius: 15px;
  z-index: 30;
  transition: all ease-in-out 0.3s;
  background: rgba(25, 50, 92, 0.9);
}

@media (min-width:392px) and (max-width: 500px){

  .portfolio .portfolio-wrap #bkgd-4 {
  opacity: 1;
  position: absolute;
  margin-top: 160px;
  margin-left: 45px;
  padding-top: 8px;
  padding-bottom: 0px;
  width: 270px !important;
  height: 70px !important;
  border-radius: 15px;
  z-index: 30;
  transition: all ease-in-out 0.3s;
  background: rgba(25, 50, 92, 0.9);
 }
}

@media (min-width:550px) and (max-width: 650px){

  .portfolio .portfolio-wrap #bkgd-4 {
  opacity: 1;
  position: absolute;
  margin-top: 250px;
  margin-left: 45px;
  padding-top: 8px;
  padding-bottom: 0px;
  width: 270px !important;
  height: 70px !important;
  border-radius: 15px;
  z-index: 30;
  transition: all ease-in-out 0.3s;
  background: rgba(25, 50, 92, 0.9);
 }
}

@media (min-width: 660px) and (max-width: 768px) {
 .portfolio .portfolio-wrap #bkgd-4 {
  opacity: 1;
  position: absolute;
  margin-top: 160px;
  padding-top: 5px;
  padding-bottom: 0px;
  width: 270px !important;
  height: 70px !important;
  border-radius: 15px;
  z-index: 30;
  transition: all ease-in-out 0.3s;
  background: rgba(25, 50, 92, 0.9);
 }
}

@media (min-width: 800px) and (max-width: 1000px) {
 .portfolio .portfolio-wrap #bkgd {
  opacity: 1;
  position: absolute;
  margin-top: 60px;
  padding-top: 5px;
  padding-bottom: 0px;
  width: 240px !important;
  height: 70px !important;
  border-radius: 15px;
  z-index: 30;
  transition: all ease-in-out 0.3s;
  background: rgba(25, 50, 92, 0.9);
 }
}

@media (min-width: 800px) and (max-width: 1000px) {
 .portfolio .portfolio-wrap #bkgd-2 {
  opacity: 1;
  position: absolute;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 0px;
  width: 240px !important;
  height: 70px !important;
  border-radius: 15px;
  z-index: 30;
  transition: all ease-in-out 0.3s;
  background: rgba(25, 50, 92, 0.9);
 }
}

@media (min-width: 800px) and (max-width: 1000px) {
 .portfolio .portfolio-wrap #bkgd-3 {
  opacity: 1;
  position: absolute;
  margin-top: 120px;
  padding-top: 5px;
  padding-bottom: 0px;
  width: 240px !important;
  height: 70px !important;
  border-radius: 15px;
  z-index: 30;
  transition: all ease-in-out 0.3s;
  background: rgba(25, 50, 92, 0.9);
 }
}

@media (min-width: 800px) and (max-width: 1000px) {
 .portfolio .portfolio-wrap #bkgd-4 {
  opacity: 1;
  position: absolute;
  margin-top: 120px;
  padding-top: 5px;
  padding-bottom: 0px;
  width: 240px !important;
  height: 70px !important;
  border-radius: 15px;
  z-index: 30;
  transition: all ease-in-out 0.3s;
  background: rgba(25, 50, 92, 0.9);
 }
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #4dc8f4;
  font-weight: 600;
  width: 300px !important;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
  width: 300px !important;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 40;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #ffc451;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}








/*--------------------------------------------------------------
# About-2 Us-2
--------------------------------------------------------------*/
.About-2 .container {
  padding-top:5%;
}

.About-2 .section-title h2 {
  font-family: "Recoleta-regulardemo", sans-serif;
  font-weight: 600;
  font-size: 48px;
  text-transform: none;
  text-align: left;
}

@media (max-width: 768px) {

  .About-2 .container {
  padding-top:11%;
}

  .About-2 .initiatives {
    padding-bottom: 20%;
  }
  .About-2 .content .initiatives center img{
  border-radius: 50%; /*crop pic into circle*/
  max-width: 50%;
  }
  .About-2 .content .initiatives{
  display: block !important;
  -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}


.About-2 .content .initiatives{
  -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }


.About-2 .initiatives h2 {
  font-family: "Recoleta-regulardemo", sans-serif;
  font-weight: 600;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 0%;
  font-size: 20px;
  text-transform: none;
  text-align: center;
}

.About-2 .initiatives p {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 400;
  padding-top: 0%;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 16px;
  text-transform: none;
  text-align: center;
  color: #444444;
}


.About-2 .initiatives center img{
  border-radius: 50%; 
  max-width: 70%;
}

.About-2 .initiatives .ico center img{
  border-radius: 10%;
  max-width: 15%;
}



.About-2 .initiatives img:hover {
  -webkit-filter: none;
  filter: none;
  transition: all 0.4s ease-in-out;
  transform: scale(1.1);
}

.About-2 .discover-initiatives a{
  display: block;
  font-family: "Centrale Sans", sans-serif;
  font-weight: 700;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 0%;
  font-size: 16px;
  text-transform: none;
  text-align: right;
  color: #19325c;
}


.About-2 .discover-initiatives a:hover {
  color: #48c7f4;
}


/*.About-2 .discover-initiatives::before {
  content: '';
  position: absolute;
  width: 205px;
  height: 2px;
  background: #19325c;
  bottom: 1px;
  right: calc(7% - 60px);
}*/


/*.About-2 .discover-initiatives::after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: #48c7f4;
  bottom: 1px;
  right: calc(0% - 40px);
}*/

.About-2 .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.About-2 .content ul {
  list-style: none;
  padding: 0;
}

.About-2 .content ul li {
  padding-left: 28px;
  position: relative;
}

.About-2 .content ul li + li {
  margin-top: 10px;
}

.About-2 .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}

.About-2 .content p:last-child {
  margin-bottom: 0;
}

.About-2 .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
}

.About-2 .content .btn-learn-more:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
}


.About-2 .PART-LOGS-AFT::after {
  content: '';
  position: relative;
  margin-top: 5%;
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  bottom: 0;
  /*left: calc(50% - 20px);*/
}




/*--------------------------------------------------------------
# about-3 Us-3
--------------------------------------------------------------*/
.about-3 .content {
  padding-bottom: 5%;
}

.about-3 h2 {
  font-family: "Recoleta-regulardemo", sans-serif;
  font-weight: 600;
  font-size: 48px;
  text-transform: none;
  text-align: left;
}

@media (max-width: 768px) {
  .about-3 .initiatives {
    padding-bottom: 20%;
  }
  .about-3 .initiatives center img{
  border-radius: 50%; /*crop pic into circle*/
  width: 50%;
  }

  .about-3 .content .initiatives{
  display: block !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
  }
}

.about-3 .content .initiatives{
  -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;

    display: block;
    text-align: center;
  }


.about-3 .initiatives h2 {
  font-family: "Recoleta-regulardemo", sans-serif;
  font-weight: 600;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 0%;
  font-size: 20px;
  text-transform: none;
  text-align: center;
}

.about-3 .initiatives a {
  font-family: "Centrale Sans", sans-serif;
  font-weight: 500;
  padding-top: 0%;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 16px;
  text-transform: none;
  text-align: center;
  color: #444444;
}


.about-3 .initiatives a:hover{
  font-family: "Centrale Sans", sans-serif;
  font-weight: 600;
  padding-top: 0%;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 16px;
  text-transform: none;
  text-align: center;
  color: #48c7f4;
}


.about-3 .initiatives .dot{
  max-width: 3%;
}


.about-3 .initiatives img{
  border-radius: 50%; /*crop pic into circle*/
  max-width: 70%;
}



.about-3 .initiatives img:hover {
  -webkit-filter: none;
  filter: none;
  transition: all 0.4s ease-in-out;
  transform: scale(1.1);
}

.about-3 .discover-initiatives a{
  display: block;
  font-family: "Centrale Sans", sans-serif;
  font-weight: 700;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 0%;
  font-size: 16px;
  text-transform: none;
  text-align: right;
  color: #19325c;
}


.about-3 .discover-initiatives a:hover {
  color: #48c7f4;
}

.about-3 .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about-3 .content ul {
  list-style: none;
  padding: 0;
}

.about-3 .content ul li {
  padding-left: 28px;
  position: relative;
}

.about-3 .content ul li + li {
  margin-top: 10px;
}

.about-3 .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}

/*.about-3 .content p:last-child {
  margin-bottom: 0;
}*/

.about-3 .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
}

.about-3 .content .btn-learn-more:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
}


.about-3 .PART-LOGS-AFT::after {
  content: '';
  position: relative;
  margin-top: 5%;
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  bottom: 0;
  /*left: calc(50% - 20px);*/
}





/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li + li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
}

.why-us .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {
  .why-us .content, .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #37517e;
  font-family: "Poppins", sans-serif;
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #47b2e4;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #37517e;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8edf5;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #4668a2;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #37517e;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: #47b2e4;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
/*  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/cta-bg.jpg") fixed center center;
*/  
  background-color: #dddbdb;
  background-size: cover;
  padding: 120px 0;
}

.cta h1 {
  font-family: "Recoleta-regulardemo", sans-serif;
  color: #000000;
  font-size: 40px;
  font-weight: 700;
}


.cta h3 {
  font-family: "Centrale Sans", sans-serif;
  color: #000000;
  font-size: 17px;
  font-weight: 600;
}

.cta .cta-btn {
  /*font-family: "Jost", sans-serif;*/
  font-family: "Centrale Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 0px;  /*50px*/
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #18325c;
  color: #18325c;
}

.cta .cta-btn:hover {
  background: #47b2e4;
  border: 2px solid #47b2e4;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #47b2e4;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #47b2e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #47b2e4;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: #37517e;
}

.pricing h4 {
  font-size: 48px;
  color: #37517e;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: #47b2e4;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}

.pricing ul i {
  color: #28a745;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #47b2e4;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  border: 1px solid #47b2e4;
}

.pricing .buy-btn:hover {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured {
  border-top-color: #47b2e4;
}

.pricing .featured .buy-btn {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured .buy-btn:hover {
  background: #23a3df;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #47b2e4;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #37517e;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #47b2e4;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/




#hero-1 .SOOP .SOOP-INNER-MOST img{
  /*font-style:normal;
  font-size:80px;
  display:block;
  line-height:38px;*/
  margin-right: 0%;
  padding-top: 18%;
  padding-left: 42%;
  padding-right: 0%;
  max-width: 80%;
  float: left;

}

#hero-1 .SOOP .SOOP-INNER-MOST h3{
  margin-left: 0%;
  padding-left: 0%;
  padding-top: 9%;
  color: #000000;
  text-align: left;
}

#hero-1 .SOOP .SOOP-INNER-MOST{
/*  margin-left: 0%;
  margin-right: 0%;*/
  padding-left: 0%;
  padding-right: 0%;
}


.contact .info {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #47b2e4;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #47b2e4;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #209dd8;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #47b2e4 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #37517e;
}

/* ---Previously suggested footer---

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-family: "Recoleta-regulardemo";
  font-size: 40px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #000000;
}

#footer .footer-newsletter p {
  font-family: "Centrale Sans", sans-serif;
  font-size: 20px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #000000;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #209dd8;
}*/


#footer .footer-top .footer-newsletter h3 a{
  color: #47b2e4;
}

#footer .footer-top .footer-newsletter form {
  /*margin-top: 30px;*/
  background: #fff;
  padding: 6px 5px;
  padding-left: 0px;
  position: relative;
  /*border-radius: 50px;*/
  /*box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);*/
  text-align: left;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 10px 8px;
  width: 42%;  /*calc(100% - 100px)*/
  background-color: #dddbdb;
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  /*margin-top: 6px;
  margin-bottom: 6px;*/
  background: none;
  font-size: 16px;
  /*padding: 0 20px;*/
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 10px;
  padding-left: 10px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  /*border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);*/
}

/*#footer .footer-top .footer-newsletter form input[type="submit"]:hover {*/
/*  background: #209dd8;*/
/*}*/


#footer .footer-top .footer-newsletter button {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  /*margin-top: 6px;
  margin-bottom: 6px;*/
  background: none;
  font-size: 16px;
  /*padding: 0 20px;*/
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 10px;
  padding-left: 10px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  /*border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);*/
}

#footer .footer-top .footer-newsletter button:hover {
  background: #19325c ;
}


#footer .footer-top .footer-newsletter span {
  color: #19325c;
  font-weight: 600;
}

#footer .footer-top {
  height: 40vh;
  padding: 60px 0 30px 0;
 /* padding-left: 100px;*/
  background: #fff;
}

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

/*#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}*/

#footer .footer-top .footer-contact details summary {
  font-family: "Centrale Sans", sans-serif;
  text-transform: none;
  font-size: 16px;
  font-weight: bold;
  color: #209dd8;
  position: relative;
  padding-bottom: 12px;
  text-align: left;
}

#footer .footer-top .footer-contact details summary:hover {
  text-decoration: none;
  color: #37517e;
}


#footer .footer-top .footer-contact p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Centrale Sans", sans-serif;
  color: #5e5e5e;
}


#footer .footer-top .footer-contact h3 a{
  font-family: "Centrale Sans", sans-serif;
  text-transform: none;
  font-size: 16px;
  font-weight: bold;
  color: #209dd8;
  position: relative;
  padding-bottom: 12px;
  text-align: left;
}

#footer .footer-top .footer-contact h3 a:hover{
  color: #37517e;
  
}




#footer .footer-top h1 {
  font-family: "Recoleta-regulardemo";
  font-size: 26px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
  text-align: left;
}



#footer .footer-top h3 {
  font-family: "Centrale Sans", sans-serif;
  text-transform: none;
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
  text-align: left;
}

#footer .footer-top h3:hover {
  text-decoration: none;
  color: #47b2e4;
}


/*#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
}*/

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

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}


#footer .footer-bottom .credits a{
  color: #37517e;
}


#footer .copyright {
  /*float: left;*/
  text-align: center;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}



@media (max-width: 768px) {
    
    #footer .footer-top {
  height:90vh;
  }

  #footer .footer-top .footer-contact {
  max-width: 100%;
  padding-bottom:10%;
  }
  
  #footer .footer-top .footer-newsletter form{
  max-width: 100%;
  /*padding-left:10%;*/
  display:block;
  text-align:center;
  }
  
  #footer .footer-top .footer-newsletter form input{
  width: 100%;
  /*padding-left:10%;*/
  text-align:center;
  }

  #footer .footer-top .footer-contact h1 {
  font-family: "Recoleta-regulardemo";
  font-size: 20px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
  text-align: center;
  }



#footer .footer-top .footer-contact h3 {
  font-family: "Centrale Sans", sans-serif;
  text-transform: none;
  font-size: 14px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
  text-align: center;
  }

  #footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Centrale Sans", sans-serif;
    text-align: center;
    color: #5e5e5e;
  }
  
  #footer .footer-top .footer-contact details summary {
  font-family: "Centrale Sans", sans-serif;
  text-transform: none;
  font-size: 16px;
  font-weight: bold;
  color: #209dd8;
  position: relative;
  padding-bottom: 12px;
  text-align: center;
  }

  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright, #footer .credits {
    text-align: center;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }
}
