@font-face {
    font-family: 'mRegular';
    src: url('../fonts/myriad-pro-cufonfonts/MYRIADPRO-REGULAR.OTF');
   
  }
  @font-face {
    font-family: 'mBold';
    src: url('../fonts/myriad-pro-cufonfonts/MYRIADPRO-BOLD.OTF');

  }
  /* Invest Page */
  .invest-page h2.section-title {
    font-family: 'mRegular';
    font-weight: normal;
}
p.lead.font-weight-bold {
    font-family: 'mRegular';
    font-weight: normal !important;
}
.invest-page #banner strong {
    font-weight: bold;
    font-family: 'mBold';
    font-size: 37px;
    margin-top: -20px !important;
    display: inline-block;
}
.contact .contact-info .ovr-1:after{
    display: none !important;
}
.contact .contact-info .ovr-1:before{
bottom: unset !important;
z-index: 999;
right: 96%;
}
.col-md-3.invest-item h2 {
    font-size: 33px;
    font-family: 'mRegular';
    font-weight: normal;
    color: #8ce3ea;
}
.col-md-3.invest-item img:nth-child(1) {
    border-radius: 5px;
}
.invest-page section#banner {
    padding-bottom: 170px !important;
}
.col-md-3.invest-item {
    text-align: center;
    padding-bottom: 100px;
}
.col-md-3.invest-item img:nth-child(4) {
    margin-top: -30px;
}
.col-md-3.invest-item span {
    font-size: 54px;
    color: #141414;
    font-family: 'mBold';
}
.col-md-3.invest-item em {
    font-style: normal;
    color: #3a28af;
}
.col-md-3.invest-item h3, .col-md-3.invest-item h4 {
    font-size: 34px;
    font-family: 'mBold';
}

.container.invest-row {
    top: -80px;
}

.contact .banner .overlay {
   margin-top: -45px;
}



/*responsive*/

@media (max-width: 1200px) {
.col-md-3.invest-item em {
    font-size: 25px;
}

.col-md-3.invest-item span {
    font-size: 25px;
}

.col-md-3.invest-item h3, .col-md-3.invest-item h4 {
    font-size: 18px;
}

.col-md-3.invest-item img:nth-child(4){

width:17px;
padding-top:16px;

}

.col-md-3.invest-item a {
    font-size: 12px;
}
.col-md-3.invest-item h2 {
    font-size: 25px;
    padding-top: 5px;
}

.col-md-3.invest-item img:nth-child(1) {
    width: 35px;
}
.invest-page #banner strong {
    font-size: 22p;
}

.contact .banner .section-title {
    font-size: 55px;
}


}
li.insta-icon {
    display: none;
}
@media (max-width: 767px) {
    
    .col-md-3.invest-item img:nth-child(1) {
        width: 45px;
    
    }
    
    
    .col-md-3.invest-item em {
        font-size: 40px;
    }
    
    
    
    .col-md-3.invest-item img:nth-child(4) {
        width: 29px;
        display: inline-block;
        margin: 0 auto;
        margin-top: -20px;
    }
    
    .col-md-3.invest-item img:nth-child(3) {
        display: block;
        margin: 0 auto;
    }
    .invest-page #banner strong{
        font-size: 22px;
        }

    
        .col-md-3.invest-item {
            text-align: center;
            padding-bottom: 100px;
            width: 220px;
        }
    .featured-in {
        display: inline;
    }
      
}


@media (max-width: 900px){
    section#banner:before {
        transition-duration: 0.5s;
        content: 's';
        bottom: -45px;
        height: 264px;
        background-image: url(../images/background/ovr-01.png);
        display: inline-block;
        z-index: 999;
        background-size: contain;
        position: absolute;
        left: -74px;
        width: 150px;
        background-repeat: no-repeat;
        color: transparent;
        transform: rotate(
    19deg
    );
    }
    section#banner:after {
        transition-duration: 0.5s;
        content: 's';
        bottom: -45px;
        height: 264px;
        background-image: url(../images/background/ovr-02.png);
        display: inline-block;
        z-index: 999;
        background-size: contain;
        position: absolute;
        right: -21%;
        width: 300px;
        background-repeat: no-repeat;
        color: transparent;
        transform: rotate( 
    19deg
     );
    }


}

@media (max-width: 500px){
    section#banner:before {
        content: 's';
        bottom: -45px;
        height: 264px;
        background-image: url(../images/background/ovr-01.png);
        display: inline-block;
        z-index: 999;
        background-size: contain;
        position: absolute;
        left: -74px;
        width: 150px;
        background-repeat: no-repeat;
        color: transparent;
        transform: rotate(
    19deg
    );
    }
    li.insta-icon:hover {
        text-decoration: none;
    }
    li.insta-icon {
            font-size: 22px;
            line-height: 0;
            padding: .5em;
            color: #3a28af;
            border-radius: 50%;
            background-color: rgb(64, 3, 121);
            list-style: none;
            width: fit-content;
            display: inline-block;
            margin-bottom: 13px;
        
}

.insta-icon  a.nav-link{
color:#fff;
padding: unset;
}

.contact .contact-info .ovr-1::before {
    right: 100%;
       bottom: 50%;
       width: 295px;
       height: 264px;
       background-image: url(../images/background/ovr-01.png);
       position: absolute;
       z-index: 999 !important;
   }

   .ovrovr-1::before, .ovr::after{
   content: "s";
   width: 126px;
   height: 264px;
   background-image: url(../images/background/ovr-01.png);
   display: inline-block;
   z-index: 999;
   position: absolute;
   background-size: contain;
   -webkit-transform: scaleX(-1);
   transform: scaleX(-1);
   top: 381px;
   left: -98px;
   transform: rotate( 
72deg
);
   background-repeat: no-repeat;
   color: transparent;
}

div#colophon:before {
    display: none!important;
}
div#colophon:after {
  display: none!important;


}
}
@media (max-width: 425px){
.col-md-3.invest-item {
    width: 195px;
}
}
@media (max-width: 320px){
.col-md-3.invest-item {
    width: 140px!important;
}
.col-md-3.invest-item img:nth-child(4) {
    width: 19px;
    display: inline-block;
    margin: 0 auto;
    margin-top: -20px;
}
}
@media (max-width: 375px){
    .col-md-3.invest-item  {
    width:170px;
}
}

div#colophon:before {
    content: "s";
    width: 126px;
    height: 264px;
    background-image: url(../images/background/ovr-01.png);
    display: inline-block;
    z-index: 999;
    position: absolute;
    background-size: contain;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    top: -129px;
    left: -83px;
    transform: rotate( 
72deg
 );
    background-repeat: no-repeat;
    color: transparent;
}
div#colophon:after {
    z-index: 1;
    top: 0;
    right: -180px;
    width: 293px;
    height: 293px;
    background-image: url(../images/background/ovr-06.png);
    content: "s";
    display: inline-block;
    position: absolute;
}
section#banner {
    position: relative;
}

.container.invest-row,.site-info.container {
    z-index: 9999;
}


