/* =================================
 css index
 =================================
 *. typography
 *. section title
 *. preloader
 *. normalize
 1. header
 2. banner
 3. info-feature
 4. litehyip features
 5. we thinking global
 6. inventors
 7. testimonial
 8. newsletter
 9. page title
 10. footer
 11. about
 12. investmenut-plan
 13. faq
 14. contact */
/*==========================================
    typography
===========================================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900");
@font-face {
  font-family: amrFont;
  src: url("../fonts/Gilbert%20Bold-Preview_1004.otf"); }

@font-face {
  font-family: amrFont;
  src: url("../fonts/Gilbert-Color%20Bold-Preview_1004.otf"); }

/*==========================================
    section title
==========================================*/
.section-title {
  margin-bottom: 38px;
  margin-top: -19px; }
  .section-title.add-space {
    margin-bottom: 59px; }
  .section-title h2 {
    font-size: 72px;
    font-family: amrfont;
    background-image: -webkit-linear-gradient(0deg, #ff6975 0%, #d34d94 56%, #a730b2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    .section-title h2.remove-space {
      margin-bottom: 7px; }

.c-white {
  color: #fff; }

/*==========================================
    Preloader
==========================================*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #020c16;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 555; }
  .preloader:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, #ff6975 0%, #d34d94 56%, #a730b2 100%);
    opacity: .7;
    z-index: -1;
    left: 0;
    top: 0;
    content: ''; }

.loader,
.loader hr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -50px;
  bottom: 0; }

.loader {
  width: 100px;
  height: 100px;
  font-size: 0;
  left: 50%;
  margin-left: -50px;
  border-radius: 50%;
  overflow: hidden; }

.loader hr {
  border: 50px solid transparent;
  border-top-color: #fff;
  -webkit-animation: 1s spin infinite linear;
  animation: 1s spin infinite linear;
  opacity: 1; }

.loader hr:nth-of-type(1) {
  opacity: 0.25;
  border-left-color: #fff; }

.loader hr:nth-of-type(2) {
  animation-direction: reverse;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*==========================================
    scroll to top button
==========================================*/
.scroll-to-top {
  position: fixed;
  right: 50px;
  bottom: 80px;
  display: inline-block;
  z-index: 9;
  width: 40px;
  height: 40px;
  background: #052157;
  border: 2px solid #fff;
  text-align: center; }

.scroll-to-top a {
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  padding: 2px 0 0px 0;
  display: inline-block; }

.scroll-to-top a i {
  color: #fff; }

/*==========================================
    normalize
==========================================*/
html {
  font-family: "Open Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin: 0;
  color: #3d5169;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6, a {
  line-height: 1.3; }



p {
  line-height: 1.6;
  font-family: "Open Sans", sans-serif; }

a {
  color: #101830;
  text-decoration: none; }

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none; }

a i {
  padding: 0 2px; }

img {
  max-width: 100%; }

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd; }

/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/*==========================================
    Header
==========================================*/
.header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 55;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .header .logo a {
    display: inline-block; }
  .header .mainmenu .navbar {
    padding: 0;
    float: right; }
    .header .mainmenu .navbar .navbar-nav .nav-item .nav-link {
      padding: 31px 0;
      font-family: "Poppins", sans-serif;
      font-size: 14px;
      font-weight: 500;
      margin-right: 30px;
      color: #fff;
      position: relative; }
      .header .mainmenu .navbar .navbar-nav .nav-item .nav-link:before {
        position: absolute;
        content: '';
        width: 0px;
        height: 0px;
        left: 50%;
        top: 50%;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-top: -2px;
        border-radius: 50%;
        margin-left: -25px;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        background-image: -webkit-linear-gradient(0deg, #ff6975 0%, #d34d94 56%, #a730b2 100%); }
      .header .mainmenu .navbar .navbar-nav .nav-item .nav-link:hover:before, .header .mainmenu .navbar .navbar-nav .nav-item .nav-link.active:before {
        width: 50px;
        height: 4px;
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
        opacity: .8; }
    .header .mainmenu .navbar .navbar-nav .nav-item:last-child .nav-link {
      margin-right: 0px; }

/*==========================================
    breadcrump
==========================================*/
.breadcrump {
  background: url("../img/breadcrump-bg.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2; }
  .breadcrump:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #03111e;
    z-index: -1;
    opacity: .88; }
  .breadcrump .breadcrump-content {
    margin-top: 81px;
    padding: 27px 0 26px; }
    .breadcrump .breadcrump-content span {
      display: inline-block;
      color: #bbb;
      font-size: 18px;
      text-transform: capitalize;
      font-weight: 500;
      margin-right: 10px; }

/*==========================================
    banner
==========================================*/
.banner {
  background: url("../img/banner.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2; }
  .banner:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #03111e;
    opacity: .88;
    z-index: -1; }
  .banner .banner-content {
    display: inline-block;
    text-align: center;
    padding: 280px 0 237px; }
    .banner .banner-content h1 {
      font-family: amrFont;
      font-size: 180px;
      background-image: -webkit-gradient(linear, left top, right top, from(#f4627c), to(#b439a8));
      background-image: -webkit-linear-gradient(left, #f4627c, #b439a8);
      background-image: -o-linear-gradient(left, #f4627c, #b439a8);
      background-image: linear-gradient(to right, #f4627c, #b439a8);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 23px; }
    .banner .banner-content h4 {
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 8px;
      text-align: right; }
  .banner .banner-bottom {
    position: relative;
    z-index: 2; }
    .banner .banner-bottom:after {
      position: absolute;
      content: '';
      left: 0;
      top: 20px;
      bottom: 0;
      width: 999999px;
      background: #03111e;
      opacity: .3;
      z-index: -1; }
    .banner .banner-bottom .promo-video {
      margin-top: 20px; }
      .banner .banner-bottom .promo-video .part-icon {
        background-image: -webkit-linear-gradient(0deg, #ff6975 0%, #d34d94 56%, #a730b2 100%);
        width: 75px;
        height: 75px;
        border: 15px solid #1e2f38;
        border-radius: 50%;
        line-height: 45px;
        font-size: 14px;
        text-align: center;
        float: left;
        margin-right: 20px; }
        .banner .banner-bottom .promo-video .part-icon a {
          color: #fff; }
      .banner .banner-bottom .promo-video .part-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 75px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .banner .banner-bottom .promo-video .part-text h3 {
          font-size: 24px;
          font-weight: 500;
          text-transform: uppercase;
          background-image: -webkit-linear-gradient(0deg, #ff6975 0%, #d34d94 56%, #a730b2 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          margin-bottom: 3px; }
        .banner .banner-bottom .promo-video .part-text span.intro {
          display: inline-block;
          font-weight: 500;
          color: #fff; }
    .banner .banner-bottom .banner-buttons {
      text-align: right;
      width: 100%;
      margin-top: 26px; }
      .banner .banner-bottom .banner-buttons a {
        display: inline-block;
        height: 60px;
        width: 160px;
        border-radius: 5px;
        position: relative;
        font-weight: 600;
        text-transform: capitalize;
        color: #fff;
        line-height: 60px;
        text-align: center;
        z-index: 2;
        overflow: hidden; }
        .banner .banner-bottom .banner-buttons a:after {
          position: absolute;
          content: '';
          left: 0;
          top: 0;
          background-image: -webkit-linear-gradient(0deg, #ff6975 0%, #d34d94 56%, #a730b2 100%);
          width: 100%;
          height: 100%;
          z-index: -2; }
        .banner .banner-bottom .banner-buttons a:before {
          background: #0b1e1d;
          position: absolute;
          content: '';
          left: 2px;
          top: 2px;
          right: 2px;
          bottom: 2px;
          z-index: -1;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
        .banner .banner-bottom .banner-buttons a:last-child {
          margin-left: 16px; }
          .banner .banner-bottom .banner-buttons a:last-child:before {
            opacity: 1; }
          .banner .banner-bottom .banner-buttons a:last-child:hover:before {
            opacity: 0; }
        .banner .banner-bottom .banner-buttons a:first-child:before {
          opacity: 0; }
        .banner .banner-bottom .banner-buttons a:first-child:hover:before {
          opacity: 1; }




/*==========================================
    contact
==========================================*/
.contact {
  padding: 120px 0;
  background: #020c16;
  z-index: 2;
  position: relative; }
  .contact:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #020c16;
    background-size: 100%;
    z-index: -1;
    opacity: .04; }
  .contact .contact-form form input {
    width: 100%;
    height: 60px;
    padding: 0 30px;
    color: #fff;
    opacity: .85;
    border: none;
    background: none;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    border-radius: 5px; }
    .contact .contact-form form input::-webkit-input-placeholder {
      color: #bbb; }
    .contact .contact-form form input:-ms-input-placeholder {
      color: #bbb; }
    .contact .contact-form form input::-ms-input-placeholder {
      color: #bbb; }
    .contact .contact-form form input::placeholder {
      color: #bbb; }
  .contact .contact-form form span {
    display: block;
    position: absolute;
    content: '';
    left: 15px;
    top: 0;
    right: 15px;
    height: 60px;
    background-image: -webkit-linear-gradient(0deg, #ff6975 0%, #d34d94 56%, #a730b2 100%);
    opacity: .15;
    z-index: -1;
    border-radius: 5px; }
    .contact .contact-form form span.textarea {
      height: 200px; }
  .contact .contact-form form textarea {
    width: 100%;
    height: 200px;
    background: none;
    border: none;
    padding: 15px 30px;
    color: #fff;
    opacity: .85;
    border-radius: 5px;
    resize: none; }
    .contact .contact-form form textarea::-webkit-input-placeholder {
      color: #bbb; }
    .contact .contact-form form textarea:-ms-input-placeholder {
      color: #bbb; }
    .contact .contact-form form textarea::-ms-input-placeholder {
      color: #bbb; }
    .contact .contact-form form textarea::placeholder {
      color: #bbb; }
  .contact .contact-form form button {
    height: 60px;
    width: 100%;
    color: #fff;
    background: transparent;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    z-index: 2;
    position: relative;
    overflow: hidden;
    margin-top: 35px;
    outline: none; }
    .contact .contact-form form button:after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      background-image: -webkit-linear-gradient(0deg, #ff6975 0%, #d34d94 56%, #a730b2 100%);
      width: 100%;
      height: 100%;
      z-index: -2;
      border-radius: 5px; }
    .contact .contact-form form button:before {
      background: #20152a;
      position: absolute;
      content: '';
      left: 2px;
      border-radius: 5px;
      cursor: pointer;
      top: 2px;
      right: 2px;
      bottom: 2px;
      z-index: -1;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .contact .contact-form form button:before {
      opacity: 0; }
    .contact .contact-form form button:hover:before {
      opacity: 1; }

/*footer*/
.footer {
  background: #020c16;
  position: relative;
  z-index: 2; }
  .footer:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, #ff6975 0%, #d34d94 56%, #a730b2 100%);
    background-size: 100%;
    z-index: -1;
    opacity: .25; }
  .footer .footer-menu {
    text-align: right; }
    .footer .footer-menu .navbar {
      padding: 0;
      float: right; }
      .footer .footer-menu .navbar .navbar-nav {
        width: 100%; }
        .footer .footer-menu .navbar .navbar-nav .nav-item .nav-link {
          padding: 0;
          color: #fff;
          opacity: .8;
          font-size: 16px;
          font-weight: 400;
          margin-left: 30px;
          padding: 30px 0; }
        .footer .footer-menu .navbar .navbar-nav .nav-item:first-child .nav-link {
          margin-left: 0; }
/*nuevo*/

.container{
  text-align: center;

}
h2{
  color:#B70A72;
}

.contenedor-video{
  text-align: center;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  position: relative;

}

iframe{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
body{
	background-color: #020c16;
}
.contenido{
	text-align: center;
    background: #020c16;
    padding: 35px;
}
a {
  color:#B70A72;
  text-decoration: none; 

}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none; 
}

a i {
  padding: 0 2px; }
h1{
	font-size: 50px;
    font-family: amrfont;
          font-weight: 500;
          text-transform: uppercase;
          background-image: -webkit-linear-gradient(0deg, #ff6975 0%, #d34d94 56%, #a730b2 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          margin-bottom: 3px; }
img{
	border-radius:15px;
	max-width: 100%; 
}