/* FONTS */
@font-face{
    font-family: 'OpenSans';
    src: url(../media/fonts/OpenSans-Regular.ttf);
}
@font-face{
    font-family: 'OpenSans-Semibold';
    src: url(../media/fonts/OpenSans-Semibold.ttf);
}
@font-face{
    font-family: 'Lato-Regular';
    src: url(../media/fonts/Lato-Regular.ttf);
}
@font-face{
    font-family: 'OpenSans-Bold';
    src: url(../media/fonts/OpenSans-Bold.ttf);
}
@font-face{
    font-family: 'FuturaPT-Heavy';
    src: url(../media/fonts/futura-pt-heavy.otf);
}
@font-face{
    font-family: 'FuturaPT-Book';
    src: url(../media/fonts/FuturaPT-Book.ttf);
}
@font-face{
    font-family: 'Lato-Bold';
    src: url(../media/fonts/Lato-Bold.ttf);
}
/* Fonts end */

a:hover{
    text-decoration: none;
}
li{
    list-style-type: none;
}
.mrg-norm-bl{
    margin-top: 108px;
}
.navbar-light .navbar-toggler{
    border: none;
}
button:focus{
    outline: none;
}
input:focus{
    outline: none;
}
/* Header */
.header-st{
    margin-top: 40px;
    height: 79px;
}
.header-u-p{
    border-bottom: 1px solid #B3B1B1;
    padding-bottom: 20px;
    padding-right: 0px;
}
.header-u-p a{
    font-family: 'OpenSans';
    font-size: 14px;
    color: rgba(18,18,18,0.50);
    letter-spacing: 0;
    line-height: 20px;
    margin: 0;
}
.menu-header-nav{
    padding-left: 0;
    padding-right: 0;
}
.bord-t{
    padding-left: 0;
}
.bort-f{
    padding-right: 0px;
}
.navbar-brand{
    text-transform: uppercase;
    font-family: 'OpenSans';
    font-size: 16px;
    color: #191716;
    letter-spacing: 0;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    border-bottom: 5px solid #FABA25;
    padding-bottom: 0px;
    line-height: .3;
    padding-right: 0px;
    padding-left: 0;
    padding-top: 17px;
}
.navbar-nav .nav-link{
    font-family: 'OpenSans';
    font-size: 16px;
    color: #191716!important;
    letter-spacing: 0;
    line-height: 24px;
    
}
.nav-item{
    margin-right: 21px;
}
.nav-item:last-child{
    margin-right: 0px;
}
body .nav-link:last-child{
    padding-right: 0px!important;
}
.header-st .navbar-collapse{
    z-index: 1;
    background-color:#fff;
}
.navbar-toggler:focus{
    border: none;
    outline: none;
}
/* Header Ends */

/* Main page */
.main-page-cont{
    padding: 0px;
    margin-top: 164px;
}
.frst-h1{
    font-family: Helvetica;
    font-size: 72px;
    color: #191716;
    letter-spacing: 0;
    line-height: 72px;
}
.scnd-h1{
    font-family: 'OpenSans';
    font-size: 72px;
    color: rgba(18,18,18,0.50);
    letter-spacing: 0;
    line-height: 72px;
}
.main-frst-cont-bg{
    margin-top: 90px;
}
.main-frst-cont-bg>div{
    background-image: url(../media/images/simone-hutsch.jpg);
    background-size: 100%;
    background-position-y: 49%;
    background-repeat: no-repeat;
    height: 530px;
    max-height: 600px;
}
.chpt-1-main{ 
    margin:0px;
    margin-top:100px;
    font-family: 'OpenSans';
    font-size: 12px;
    color: #B3B1B1;
    letter-spacing: 0;
    line-height: 14px;
    margin-bottom: 10px;
}
.brd-l{
    border-top: 1px solid #B3B1B1;
    padding: 0px;
    margin-left: 15px;
    margin-right: 15px;
}
.ab-us-main-p{
    font-family: 'OpenSans-Semibold';
    font-size: 12px;
    color: #B3B1B1;
    letter-spacing: 0;
    line-height: 14px;
    margin-top: 100px;
    margin-bottom: 6px;
}
.scnd-main-p-bl h2{
    font-family: 'OpenSans';
    font-size: 36px;
    color: #191716;
    letter-spacing: 0;
    line-height: 44px;
}
.ab-us-mp{
    font-family: 'Lato-Regular';
    font-size: 16px;
    color: rgba(18,18,18,0.50);
    letter-spacing: 0;
    line-height: 27px;
}
.scnd-main-p-bl a{
    font-family: 'OpenSans-Semibold';
    font-size: 16px;
    color: #FABA25;
    letter-spacing: 0;
    line-height: 24px;
    position: relative;
    transition: all .3s
}
.scnd-main-p-bl a::after{
    content: "";
    position: absolute;
    height: 1px;
    background-color: #FABA25;
    width: 50px;
    top: 32px;
    left: 0;
    transition: all .3s
}
.quad-main-p{
    height: 370px;
    width: 90%;
    background-color: #8BD9D5;
    margin-top: 175px;
}
.qua-main-a-img{
    position: absolute;
    top: 100px;
    right: 0;
    width: 600px;
}
.qua-main-a-img1{
    position: absolute;
    top: 100px;
    left: 0;
    width: 600px;
}
.qua-main-a-img img{
    width: 100%;
}
.bord-b{
    border-top: 1px solid #B3B1B1;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.index-pd-f-cont, .index-pd-cont{
    padding-right:0px;
    padding-left:0px;
}
.index-pd-f-cont{
    position: relative;
    min-height: 561px;
}
.no-r{
    position: static;
}
.scnd-main-p-bl a:hover:after{
    width:100%;
}
.pos-rel-for-index-im::before{
    content: ' ';
    background-color: #8BD9D5;
    position: absolute;
    left: -50px;
    bottom: -50px;
    width: 90%;
    height: 90%;
    z-index: -1;
}
.pos-rel-for-index-im{
    position: relative;
}
.qua-main-a-img1 img{
    width:100%;
}
.pos-rel-for-index-im1{
    position: relative;
}
.pos-rel-for-index-im1::before{
    content: '';
    background-color: #FABA25;
    position: absolute;
    left: -50px;
    bottom: -50px;
    width: 90%;
    height: 90%;
    z-index: -1;
}
.big-img-home{
    display: flex;
    justify-content: flex-end;
    padding-right: 0px;
    margin-top:265px;
    position: relative;
    min-height:856px;
}
.big-img-home img{
    width:412px;
    height:463px;
}
.big-img-home-2{
    position: absolute;
    z-index: -1;
    top: 380px;
    right: 150px;
}
.big-img-home-2 img{
    width:600px;
    height: 388px;
}
.pos-rel-for-index-im-first{
    position: relative;
}
.pos-rel-for-index-im-first::before{
    content: "";
    position: absolute;
    background: #FABA25;
    width: 85%;
    right: 0;
    height: 50px;
    top: -50px;
}
.pos-rel-for-index-und{
    position: relative;
}
.svg-last{
    position: absolute;
    right: 13px;
    bottom: 0;
    z-index: -1;
}
.n-t-brd{
    margin-top:0px;
}
.marg-110-main{
    margin-top:110px;
}
.pd-index-under{
    padding-left:100px;
}
.bl-five-index{
    padding-left:0px;
    padding-right:0px;
    margin-top:100px;
}
.bl-five-index h1{
    font-family: 'OpenSans';
    font-size: 36px;
    color: #191716;
    letter-spacing: 0;
    line-height: 44px;
}
.bl-five-index p{
    font-family: 'Lato-Regular';
    font-size: 16px;
    color: rgba(18,18,18,0.50);
    letter-spacing: 0;
    line-height: 27px;
}
.grp-bl-index{
    padding-left:0px;
    margin-top:70px;
}
.grp-bl-index img{
    width:100%;
    margin-bottom: 15px;
    height:243px;
}
.grp-bl-index span{
    font-family: 'OpenSans-Semibold';
    font-size: 12px;
    color: #B3B1B1;
    letter-spacing: 0;
    line-height: 14px;
    text-transform: uppercase;
}
.grp-bl-index a{
    margin-top:15px;
    font-family: 'OpenSans-Bold';
    font-size: 17px;
    color: #191716;
    letter-spacing: 0;
    line-height: 28px;
}
.grp-bl-index p{
    margin-top:15px;
    font-family: 'Lato-Regular';
    font-size: 15px;
    color: rgba(18,18,18,0.50);
    letter-spacing: 0;
    line-height: 27px;
}
.grp-bl-index a{
    margin-top:15px;
    font-family: 'OpenSans-Bold';
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    transition: all .2s;
}
.grp-bl-index:hover a{
    color: #EBA80C!important;
}
.orange-sect-index{
    background: #FABA25;
    height: 700px;
    display: flex;
    justify-content: center;
}
.orange-sect-index p{
    margin-top:150px;
    width: 70%;
    font-family: 'OpenSans';
    font-size: 40px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 48px;
}
.orng-se{
    margin-top:110px;
}
.minus-mrg{
    margin-top: -220px;
}
.rawpixel-bl-index img{
    width: 100%;
    max-height: unset;
    margin-left: 150px;
}
.mrg-3a-0{
    margin-right:300px;
    margin-top:70px;
}
.public-index-img{
    margin-top:100px;
    padding-right:0px;
}
.public-index-img img{
    width:100%;
}
.focus-index{
    font-family: 'OpenSans';
    font-size: 36px;
    color: #191716;
    letter-spacing: 0;
    line-height: 44px;
    margin-bottom: 80px;
}
.dvoy-bl-index a:hover{
    color: #EBA80C;
}
.no-pd-cont{
    padding-left:0px;
}
.dvoy-bl-index p{
    font-family: 'Lato-Regular';
    font-size: 16px;
    color: rgba(18,18,18,0.50);
    letter-spacing: 0;
    line-height: 27px;
}
.dvoy-bl-index{
    position: relative;
    padding-left:70px;
}
.dvoy-bl-index::before{
    content: '';
    position: absolute;
    left:18px;
    height:40%;
    width:1px;
    background-color: #B3B1B1;
}
.dvoy-bl-index span{
    font-family: 'Lato-Bold';
    color: #191716;
}
.dvoy-bl-index a{
    font-family: 'OpenSans-Semibold';
    font-size: 16px;
    color: #FABA25;
    letter-spacing: 0;
    line-height: 24px;
    border-bottom: 1px solid #FABA25;
}
.mrg-index-under-th{
    margin-top:120px;
}
.pos-rel-index-svg-dots{
    position: relative;
}
.pos-rel-index-svg-dots svg{
    position: absolute;
    bottom:0;
    left:0;
}
.index-us-bl-text{
    font-family: 'OpenSans';
    font-size: 32px;
    color: #FABA25;
    letter-spacing: 0;
    line-height: 48px;
    position: relative;
}
.index-us-bl-text::before{
    content: ' ';
    width: 7px;
    height: 115px;
    left: -35px;
    top: 9px;
    position: absolute;
    background-color: #FABA25;
}
.ndex-most{
    margin-top:110px;
    padding-right: 0px;
    padding-left: 0px;
}
.index-mrg-l-bl{
    margin-top:50px;
}
.topNubex {
	margin-top:120px;
   }
.d-n-9ndex{
    display: none;
}
.lets-index{
    font-family: 'OpenSans-Bold';
    font-size: 40px;
    color: #191716;
    letter-spacing: 0;
    line-height: 48px;
}
.lets-index1{
    font-family: 'OpenSans';
    font-size: 16px;
    color: #B3B1B1;
    letter-spacing: 0;
    line-height: 24px;
}

/* Main page ends */
/* About Us  Page*/
.about-us-frst-bl-m{
    margin-bottom: 90px;
}
.workWithusP span{
    color: #000000;
    font-family: 'Lato-Bold';
}
.about-us-bl-simone{
    background-image: url(../media/images/simone-hutsch1.jpg);
    height: 500px;
    background-position-y: -674px;
    background-size: cover;
    background-repeat: no-repeat;
}
.about-us-bl-text{
    font-family: 'OpenSans';
    font-size: 32px;
    color: #FABA25;
    letter-spacing: 0;
    line-height: 48px;
    position: relative;
    margin-top:20px;
    padding-right: 70px;
}
.about-us-bl-text::before{
    content: ' ';
    width: 7px;
    height: 115px;
    left: -35px;
    top: 9px;
    position: absolute;
    background-color: #FABA25;
}
.about-bord{
    border-bottom: 1px solid #B3B1B1;
    padding-bottom: 15px;
}
.mrg-cont-about-p{
    margin-top:40px;
    position: relative;
}
.img-of-about-p{
    min-height: 470px;
}
.img-of-about-p svg{
    position: absolute;
    right: 5px;
}
.img-of-about-p img{
    position: absolute;
    width:500px;
    right:0px;
    top:130px;
}
.about-us-p-t{
    padding-left:0px;
}
.about-us-p-t p{
    font-family: 'Lato-Regular';
    font-size: 16px;
    color: rgba(18,18,18,0.50);
    letter-spacing: 0;
    line-height: 27px;
}
.about-us-p-t p>span{
    font-family: 'Lato-Bold';
    color: #191716;
}
.pos-unset{
    position: unset;
}
/* About Us page ends */
/* WOrk with us page */
.work-with-us{
    font-family: 'OpenSans';
    font-size: 40px;
    color: #191716;
    letter-spacing: 0;
    line-height: 48px;
}
.workWithusP{
    font-family: 'Lato-Regular';
    font-size: 16px;
    color: rgba(18,18,18,0.50);
    letter-spacing: 0;
    line-height: 27px;
}
.sushi-img{
    position: relative;
    margin-top: 123px;
}
.sushi-img img{
    width: 100%;
}
.svg-dots{
    position: absolute;
    top: -56px;
    z-index: -1;
    right: -314px;
}
.sushi-img::before{
    content: " ";
    width: 100px;
    height: 120px;
    background: #8BD9D5;
    position: absolute;
    z-index: -1;
    bottom: -19px;
    left: -5px;
}
.mr-7{
    margin-right: 85px;
}
.busn-workw-p{
    font-family: 'OpenSans';
    font-size: 24px;
    color: #191716;
    letter-spacing: 0;
    line-height: 32px;
    margin-left: -15px;
}
.h6-yellow-bl{
    font-family: 'OpenSans-Bold';
    font-size: 18px;
    color: #FABA25;
    letter-spacing: 0;
    line-height: 28px;
}
.ht-under-p{
    font-family: 'Lato-Regular';
    font-size: 16px;
    color: rgba(18,18,18,0.50);
    letter-spacing: 0;
    line-height: 27px;
}
.mrg-45-workW{
    margin-top: 20px;
}
.ht-under-ul li{
    list-style-type: disc;
    font-family: 'Lato-Regular';
    font-size: 16px;
    color: rgba(18,18,18,0.50);
    letter-spacing: 0;
    line-height: 27px;
}
.href-part{
    margin-top: 110px;
    background-color: #8BD9D5;
    height: 222px;
}
.href-part .container, .href-part .row{
    height: inherit;
}
.href-part p{
    font-family: 'OpenSans-Semibold';
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.href-part h1{
    font-family: 'OpenSans-Semibold';
    font-size: 32px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 48px;
}
.bord-t{
    border-top: 1px solid #B3B1B1;
}
/* Work with us page ends */

/* Portfolio Page */
.cg-0-pl{
    padding-left: 0;
}
.portfolio-frst-ul li a{
    font-family: 'OpenSans';
    font-size: 16px;
    color: #191716;
    line-height: .7;
    margin-right: 20px;
    padding-bottom: 0;
    padding-left: 0;
    transition: .2s
}
.w-90c{
    width:90%;
}
.w-80c{
    width: 80%;
}
.w-70c{
    width: 70%;
}
.w-50c{
    width: 50%;
}
.w-100c{
    width: 100%;
}
.portfolio-frst-ul li{
    padding-bottom: 10px;
    height:30px;
}
.portfolio-frst-ul li:last-child{
    margin: 0;
}
.cg-0-pr{
    padding-right: 0;
}
.just-mrg0n{
    margin-top: 110px;
    border-bottom: 1px solid #B3B1B1;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: #FABA25;
    background: none;
    border-bottom: 1px solid #FABA25;
    border-radius: 0;
    font-weight: bold;
    transition: .2s;
}
.portfolio-quad{
    position: relative;
    width:25%;
    background-color:#fff;
    border:1px solid #F4F2F2;
    height:285px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: none;
    overflow: hidden;
}

.thrd-bl-of-list-brands .portfolio-quad:last-child, .scnd-bl-of-list-brands .portfolio-quad:last-child, .frst-bl-of-list-brands .portfolio-quad:last-child{
    border-right:1px solid #F4F2F2;
}
.thrd-bl-of-list-brands .portfolio-quad{
    border-top:none;
}
.scnd-bl-of-list-brands .portfolio-quad{
    border-top:none;
}
.quad-sect{
    margin-top: 100px;
    max-height: none;
}
.boxes-hover-eff{
    position: absolute;
    background-color: #FABA25;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
    padding-right: 10px;
    transform: translateX(-700px);
    transition: all .4s ease-in-out;
}
.portfolio-quad svg{
    transition: all .3s ease-in-out;
}
.portfolio-quad:hover svg{
    transform: translateX(350px);
    transition-delay: .1s;
}
.portfolio-quad:hover .boxes-hover-eff{
    transform: translateX(0px);
}
.portfolio-quad:hover .boxes-hover-eff>p{
    opacity: 1;
    transition-delay: .2s;
}
.boxes-hover-eff h6{
    font-family: 'FuturaPT-Heavy';
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 28px;
}
.boxes-hover-eff span{
    font-weight: bold;
}
.boxes-hover-eff p{
    opacity: 0;
    transition:all .2s linear;
    font-family: 'FuturaPT-Book';
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 24px;
}
/* Portfolio Page Ends */

/* Alpha Fund page */
.alpha-login-btn-sect{
    background: #F4F2F2;
    height: 300px;
    margin-top: 60px;
}
.alpha-login-btn-sect h1{
    font-family: 'OpenSans-Semibold';
    font-size: 32px;
    color: #191716;
    letter-spacing: 0;
    line-height: 48px;
    padding-bottom: 15px;
}
.alpha-login-btn-sect a{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FABA25;
    border-radius: 4px;
    font-family: 'OpenSans-Bold';
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    width: 320px;
    height: 56px;
    border: none;
    cursor: pointer;
}
.alpha-login-btn-sect a:active, .alpha-login-btn-sect a:focus, .alpha-login-btn-sect a:hover{
    background: #EBA80C;
}
.alpha-sncd-part-frst-cont{
    padding-left: 0px;
    padding-top: 110px;   
}
.alpha-sncd-part-frst-cont h1{
    font-family: 'OpenSans';
    font-size: 40px;
    color: #191716;
    letter-spacing: 0;
    line-height: 48px;
    margin-bottom: 20px;
}
.alpha-sncd-part-frst-cont h3{
    font-family: 'OpenSans-Semibold';
    font-size: 24px;
    color: #191716;
    letter-spacing: 0;
    line-height: 32px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.alpha-sncd-part-frst-cont p{
    font-family: 'Lato-Regular';
    font-size: 16px;
    color: rgba(18,18,18,0.50);
    letter-spacing: 0;
    line-height: 27px;
}
.img-chamaki-cont{
    position: relative;
}
.img-chamaki-cont svg{
    position: absolute;
    right: 0px;
    top: 125px;
    z-index: -1;
}
.img-chamaki-cont img{
    width: 100%;
    margin-top: 220px;
    padding-right: 50px;
}
.before-for-cha{
    position: relative;
}
.before-for-cha::after{
    content: " ";
    position: absolute;
    background: #8BD9D5;
    width: 50px;
    height: 150px;
    bottom: -16px;
    right: 30px;
    z-index: -1;
}
.img-chamaki-cont h2{
    margin-top:78px;
    font-family: 'OpenSans';
    font-size: 32px;
    color: #FABA25;
    letter-spacing: 0;
    line-height: 48px;
    padding-right: 50px;
    text-align: right;
}
.alpha-mrg{
    margin-bottom: 110px;
}

/* Alpha Funt page end */

/* Team page */
#custom1, #custom{
    font-family: 'Lato-Regular';
    font-size: 16px;
    color: rgba(18,18,18,0.50);
    letter-spacing: 0;
    line-height: 27px;
}
.cont-fl-team{
    margin-top: 120px;
}
.team-page-cont-sect{
    padding-right: 0px;
    position: relative;
}
.team-page-cont-sect img{
    width: 100%;
}
.team-page-cont-sect::before{
    content: " ";
    width: 60%;
    height: 31px;
    background: #FABA25;
    position: absolute;
    right: 0px;
    top: -31px;
    z-index: -1;
}
.team-page-text-sect p{
    font-family: 'OpenSans';
    font-size: 32px;
    color: #8BD9D5;
    letter-spacing: 0;
    line-height: 47px;
    position: relative;
}
.team-page-text-sect p::before{
    content: " ";
    position: absolute;
    width: 7px;
    height: 69px;
    background: #8BD9D5;
    top: 13px;
    left: -33px;
}
.nav-item>.none-mrg-n{
    margin-right: 0px;
}
.img-sect-team-our img{
    width: 100%;
    min-height: 255px;
}
.img-sect-team-our h6{
    font-family: 'OpenSans-Bold';
    font-size: 18px;
    color: #191716;
    letter-spacing: 0;
    margin-top: 18px;
}
.img-sect-team-our p{
    font-family: 'Lato-Regular';
    font-size: 16px;
    color: rgba(18,18,18,0.50);
    letter-spacing: 0;
    line-height: 27px;
    margin-bottom: 40px;
}
.orange-part{
    background: #FABA25;
}
.test-page{
    margin-top: 50px;
    background-color: #fff;
}
.test-page h1{
    color:#191716;
    font-family: 'OpenSans';
    font-size: 40px;
    letter-spacing: 0;
    line-height: 48px;
}
.teams-page-start{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.teams-page-start p{
    font-size: 30px;
    font-family: 'OpenSans';
    color: #FABA25;
}
.teams-page-start .frst-p{
    color: #8BD9D5;
    font-family: 'OpenSans';

}
.h2-news-more{
    text-align: justify;
    font-size: 16px;
    width: 90%;
    color: #191716;
    font-family: 'OpenSans';
}
.pos-news-red{
    color:red;
}
.btn-general-partner{
    padding: 0px;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: #FABA25;
    color: #fff;
    transition: all .2s;
    border: 1px solid #FABA25;
}
button:focus, button:active{
    outline:none;
    border: none;
    box-shadow: unset!important;
}
.btn-general-partner:hover, .btn-general-partner:active{
    background-color: #fff!important;
    color: #FABA25!important;
    border: 1px solid #FABA25!important;
}

.btn-partner{
    padding: 0px;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: #007bff;
    color: #fff;
    transition: all .2s;
    border: 1px solid #007bff;
    white-space: pre-wrap;
}
.btn-partner:hover{
    background-color: #fff;
    color: #007bff;
    border: 1px solid #007bff;
}
.btn-finance-analyst{
    padding: 0px;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: #8BD9D5;
    color: #fff;
    transition: all .2s;
    border: 1px solid #8BD9D5;
    white-space: pre-wrap;
}
.btn-finance-analyst:hover, .btn-finance-analyst:active{
    background-color: #fff!important;
    color: #8BD9D5!important;
    border: 1px solid #8BD9D5!important;
}
.btn-associate-partner{
    padding: 0px;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: aquamarine;
    color: #fff;
    transition: all .2s;
    border: 1px solid aquamarine;
    white-space: pre-wrap;
}
.btn-associate-partner:hover, .btn-associate-partner:active{
    background-color: #fff!important;
    color: aquamarine!important;
    border: 1px solid aquamarine!important;
}
.d-bl-news{
    margin-top: 50px;
    display: block;
    width:100%;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}
.d-bl-news1{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
}
.modal-title{
    font-family: 'Lato-Regular';
    font-size: 16px;
    color: rgba(18,18,18,0.50);
    letter-spacing: 0;
    line-height: 27px;
    text-align: left;
}
.modal-header{
    padding: 50px;
}
.modal-header .close{
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #000000;
    border-radius: 50%;
    padding: 0;
    width: 50px;
    height: 50px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .1s;
}
.modal-header .close>span{
    color: #fff;
    line-height: 3px;
}
.modal-header .close:hover{
    opacity: 1!important;
    transform: rotate(360deg);
    align-items: center;
}
.mrg0t050ind{
    margin-top:50px;
    justify-content: space-evenly;
}
/* Team page ends */
/* About us */
.nav-item .no-pd-news{
    margin-right: 0px;
}
.no-pd-news-sect{
    border-bottom: 1px solid #E0DEDE;
    padding: 35px 50px 35px 0;
}
.news-sect-frst-bl{
    font-family: 'OpenSans-Semibold';
    font-size: 12px;
    color: #B3B1B1;
    letter-spacing: 0;
    line-height: 14px;
    text-transform: uppercase;
    margin: 0px;
}
.no-pd-news-sect h3{
    font-family: 'OpenSans-Semibold';
    font-size: 24px;
    color: #191716;
    letter-spacing: 0;
    line-height: 32px;
    margin-top: 10px;
    transition: all .2s;
}
.news-a-pz{
    font-family: 'OpenSans-Semibold';
    font-size: 24px;
    color: #191716;
    letter-spacing: 0;
    line-height: 32px;
    margin-top: 10px;
    transition: all .2s;
}
.no-pd-news-sect:hover .news-a-pz{
    color: #FABA25;
}
.news-sect-scnd-bl{
    margin: 0;
    font-family: 'Lato-Regular';
    font-size: 16px;
    color: rgba(18,18,18,0.50);
    letter-spacing: 0;
    line-height: 27px;
}

.sign-up-mail{
    background: #8BD9D5;
    height:88px;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start!important;
}
.sign-up-p{
    font-family: 'OpenSans-Bold';
    font-size: 24px;
    color: #8BD9D5;
    letter-spacing: 0;
    line-height: 32px;
    margin-left:60px;
}
.sign-up-mail button{
    background: #FFFFFF;
    border-radius: 100px;
    font-family: 'OpenSans-Semibold';
    font-size: 16px;
    color: #8BD9D5;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    border: none;
    height: 40px;
    width: 166px;
    cursor:pointer;
    transition: all .3s;
}
.sign-up-mail button:hover{
    background-color: #4FB0AB;
    color: #fff;
}
.sign-up-mail input{
    border:none;
    border-bottom: 1px solid #FFFFFF;
    font-family: 'OpenSans-Semibold';
    background-color: #8BD9D5;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 24px;
    width: 440px;
    height: 37px;
    margin-left: 60px;
    margin-right: 20px;
}
.news-mrg-l-bl{
    margin-top:110px;
}
.sign-up-mail input::placeholder{
    color: #fff;
}
.m-clas-r{
    background-color: #444242;
    padding: 11px;
    border-radius: 50%;
    display: inline-block;
    transition: .3s
}
.m-clas-r:hover{
    background: black;
    
}
/* About us Ends */
/* Footer */
.footer-cont .navbar-nav .nav-link{
    color:#8a8585!important;
}
.hover-anim-bl span{
    letter-spacing: -3px;
}
.hover-anim-bl:hover .c-1{
    animation: anim .1s linear 0.08s forwards;
}
.hover-anim-bl:hover .c-2{
    animation: anim .1s linear 0.12s forwards;
}
.hover-anim-bl:hover .c-3{
    animation: anim .1s linear 0.14s forwards;
}
.hover-anim-bl:hover .c-4{
    animation: anim .1s linear 0.18s forwards;
}
.hover-anim-bl:hover .c-5{
    animation: anim .1s linear 0.22s forwards;
}
.hover-anim-bl:hover .c-6{
    animation: anim .1s linear 0.26s forwards;
}
.hover-anim-bl:hover .c-7{
    animation: anim .1s linear 0.30s forwards;
}
.hover-anim-bl:hover .c-8{
    animation: anim .1s linear 0.34s forwards;
}
.hover-anim-bl:hover .c-9{
    animation: anim .1s linear 0.38s forwards;
}
.hover-anim-bl:hover .c-10{
    animation: anim .1s linear 0.42s forwards;
}
.hover-anim-bl:hover .c-11{
    animation: anim .1s linear 0.46s forwards;
}
.hover-anim-bl:hover .c-12{
    animation: anim .1s linear 0.5s forwards;
}
.hover-anim-bl:hover .c-13{
    animation: anim .1s linear 0.54s forwards;
}
.hover-anim-bl:hover .c-14{
    animation: anim .1s linear 0.58s forwards;
}
.hover-anim-bl:hover .c-15{
    animation: anim .1s linear 0.62s forwards;
}
.hover-anim-bl:hover .c-16{
    animation: anim .1s linear 0.64s forwards;
}
@keyframes anim{
    from{
        color: #8a8585
    }
    to{
        color:black;
    }
}
.h-hover-f:hover .mail-f{
    fill:#02b875;
}
.h-hover-f:hover .gplus-f{
    fill: #dd5347;
}
.h-hover-f:hover .linkd-f{
    fill: #0077b5;
}
.h-hover-f:hover .twit-f{
    fill:#1da1f3;
}
.h-hover-f .mail-f, .h-hover-f .gplus-f, .h-hover-f .linkd-f, .h-hover-f .twit-f{
    transition: .3s
}
.footer-cont{
    background: #F4F2F2;
    height: 233px;
}
.footer-frst-r{
    height: 133px;
    align-items: center;
    padding-top: 25px;
}
.logo-footer{
    font-family: 'OpenSans';
    font-size: 20px;
    color: rgba(25,23,22,0.80);
    letter-spacing: 0;
}
.logo-footer:hover{
    color: rgba(25,23,22,0.80);
}
.footer-ul li{
    display: inline-block;
    margin-right: 20px;
}
.footer-ul li:last-child{
    margin-right: 0px;
}
.footer-cr{
    font-family: 'Lato-Regular';
    font-size: 13px;
    color: rgba(18,18,18,0.50)!important;
    letter-spacing: 0;
    line-height: 26px;
    text-transform: none;
}
.footer-cont .navbar-nav .nav-link{
    font-family: 'OpenSans-Semibold';
    font-size: 13px;
    color: rgba(25,23,22,0.80);
    letter-spacing: 0;
    line-height: 24px;
}
.br-right-index{
    border-right: 1px solid #F4F2F2;
}
.marg-110-main .br-top-index{
    border-top: 1px solid #F4F2F2;
}
/* Footer ends */

/* Responsive mode */
@media screen and (max-width:1200px){
    

    .big-img-home{
        min-height: auto;
    }
    .d-n-9ndex{
        display: flex;
    }
    .pos-rel-for-index-im-first {
        position: relative;
        padding: 0;
        margin-top: 100px;
    }
    .orange-sect-index{
        height:600px;
    }
    .big-img-home img {
        width: 80%;
        height: 330px;
    }
    .big-img-home-2{
        display: none;
    }
    .index-pd-f-cont{
        min-height:auto;
    }
    .qua-main-a-img {
        position: static;
        margin-top: 100px;
        width: auto;
    }
    .qua-main-a-img1 {
        position: static;
        margin-top: 100px;
        width: auto;
    }
    .mrg-3a-0{
        margin-right:200px;
    }
    .pos-rel-index-svg-dots svg{
        display: none;
    }
    .index-us-bl-text::before {
        width: 115px;
        height: 7px;
        top:unset;
        left: 0px;
        bottom: -16px;
    }
    .img-of-about-p img{
        position: static;
        width:100%;
    }
    .img-of-about-p svg{
        position: static;
        width:80%;
    }
    .img-of-about-p{
        text-align: right;
    }
    .svg-dots{
        display: none;
    }
    .img-chamaki-cont svg{
        display: none;
    }
    .alpha-login-btn-sect{
        height: 300px;
    }
}
@media screen and (max-width:992px){
    .btn-general-partner, .btn-partner, .btn-finance-analyst, .btn-associate-partner{
        margin-bottom:30px;
    }
    .public-index-img{
        padding-right:15px;
    }
    .focus-index{
        margin-bottom:50px;
        margin-top:50px;
    }
    .pd-index-under {
        margin-top: 50px;
        padding-left: 0px;
        margin-bottom: 50px;
    }

    .img-of-about-p svg{
        position: static;
        width:80%;
        display: none;
    }
    .rawpixel-bl-index img {
     margin-left: 0;
}
    .img-of-about-p{
        margin-top:40px;
    }
    .pos-unset{
        padding-left:0px;
    }
    .about-us-bl-simone{
        background-position-y: 0px;
        background-size: 100% 100%;
    }
    .about-us-bl-text{
        font-size:28px;
    }
    .navbar-nav .nav-link{
        margin-left: 15px;
    }
    .img-chamaki-cont h2{
        padding-right:0;
    }
    .team-page-text-sect p::before {
        content: " ";
        position: absolute;
        width: 100px;
        height: 7px;
        background: #8BD9D5;
        bottom: -25px;
        left: 0;
        top: unset;
    }
   .quad-sect{
        max-height: none;
   }
   .img-chamaki-cont img{
       margin-top: 110px;
   }
   .footer-cont{
       height: auto;
   }
   .mr-7{
       margin: 0px;
   }
   .md-bord-come{
       border-right: 1px solid #F4F2F2;
   }
   .navbar-toggler{
       padding-right: 0px;
   }
   .img-chamaki-cont img{
        padding-right: 0px;
    }
    .before-for-cha::after{
        right: -21px;
    }
    .md-p-news{
        padding-left:0px;
    }
    .d-bl-news1 {
        justify-content: space-evenly;
    }
    .teams-page-start:last-child{
        margin-top:75px;
        margin-bottom:75px;
    }
}
@media screen and (max-width:767px){
    
    .img-of-about-p{
        min-height:auto;
    }
    .team-page-text-sect p{
        margin-top: 50px;
        font-size: 28px;
    }
    .team-page-cont-sect{
        padding-left: 0px;
    }
    .rev-bl{
        flex-direction: column-reverse;
    }
    .quad-sect{
        margin-top: 20px;
    }
    .just-mrg0n{
        padding-bottom: 20px;
    }
    .blue-sect-text{
        text-align: center;
    }
    .cg-0-pr{
        margin-top: 20px;
    }
    .href-part{
        height: 165px;
    }
    .footer-ul{
        padding: 0px;
    }
    .alpha-login-btn-sect a{
        width: 300px;
        height: 50px;
    }
    .alpha-login-btn-sect h1{
        padding-bottom: 0px;
        font-size: 28px;
    }
    .alpha-login-btn-sect{
        height: 250px;
    }
    .news-h-part{
        margin-top:0;
    }
    .sign-up-p{
        font-size: 20px;
    }
    .sign-up-mail input{
        width:50%;
    }
    .sign-up-mail button{
        height:37px;
    }
    .no-pd-news-sect h3{
        font-size: 20px;
    }
    .news-sect-frst-bl{
        font-size: 10px;
    }
    .news-sect-scnd-bl{
        font-size: 14px;
    }
    .frst-h1{
        font-size: 60px;
    }
    .main-page-cont{
        margin-top:100px;
    }
    .big-img-home{
        margin-top:80px;
    }
    .big-img-home img{
        width:100%;
    }
    .scnd-bl-of-list-brands .brd-index-t-l{
        border-top: 1px solid #F4F2F2;
    }
    .grp-bl-index img{
        height:auto
    }
    .orange-sect-index p {
        width:90%;
        margin-top: 50px;
        font-size: 32px;
    }
    .orange-sect-index{
        height:450px;
    }
    .mrg-3a-0{
        margin-right:0px;
    }
    .lets-index{
        font-size: 36px;
    }
    .index-us-bl-text{
        font-size: 30px;
    }
    .index-us-bl-text::before{
        height:5px;
    }
    .scnd-h1{
        font-size: 60px;
    }
    .svg-last{
        display: none;
    }
}
@media screen and (max-width:575px){
    .w-80c, .w-50c, .w-60c, .w-70c, .w-100c, .w-90c{
        width: 50%;
    }
    .pos-rel-for-index-und{
        padding-left:0px;
        padding-right:0px;
    }
    .bl-five-index h1, .focus-index{
        font-size: 26px;
    }
    .public-index-img{
        padding-right:0px;
        padding-left:0px;
    }
    .dvoy-bl-index{
        padding-left:50px;
    }
    .mrg-bot-index-under{
        margin-bottom:50px;
    }
    .mrg-index-under-th{
        margin-top: 50px;
    }
    .main-frst-cont-bg{
        margin-top:20px;
        padding: 0px;
    }
    .main-frst-cont-bg>div{
        height: 350px;
    }
    .orange-sect-index p {
        font-size: 20px;
        line-height: 29px;
    }
    .orange-sect-index{
        height:350px;
    }
    .minus-mrg{
        margin-top: -120px;
    }
    .index-us-bl-text {
        font-size: 26px;
        line-height: 38px;
    }
    .topNubex{
        margin-top: 50px;
        margin-right: 25px;
    }
    .pos-rel-for-index-im::before, .pos-rel-for-index-im1::before{
        bottom: -20px;
    }
    .frst-h1{
        font-size: 50px;
    }
    .scnd-h1{
        font-size: 50px;
    }
    .scnd-main-p-bl h2{
        font-size: 26px;
    }
    .big-img-home{
        padding-left:0;
    }
    .big-img-home img{
        max-height:270px;
        min-height:220px;
    }
    .marg-110-main{
        margin-top:50px;
    }
    .pd-index-under{
        padding-left:15px;
    }
    .bl-five-index{
        padding-left: 15px;
        padding-right:15px;
    }
    
    .pos-rel-for-index-im-first::before {
        height: 25px;
        top: -25px;
    }
    .bord-b{
        margin-left:-15px;
        margin-right:-15px;
    }    
    .main-page-cont, .index-pd-cont, .ndex-most, .grp-bl-index{
        padding-left: 15px;
        padding-right: 15px;
    }
    .btn-general-partner, .btn-partner, .btn-finance-analyst, .btn-associate-partner{
        width:100px;
        height:100px;
        font-size: 13px;
        margin-bottom:30px;
    }
    .modal-header{
        padding:25px;
    }
    .d-bl-news1{
        padding-left:0px;
        padding-right:0px
    }
    .test-page h1{
        font-size: 35px;
        margin-bottom: 10px;
    }
    .mrg-cont-about-p{
        margin-top:20px;
    }
    .about-us-bl-text{
        font-size: 21px;
        padding-right:0px;
        line-height: 26px;
    }
    .about-us-bl-text::before{
        width: 115px;
        height: 4px;
        left: 0px;
        bottom: -13px;
        top:unset;
    }
    .about-us-bl-simone{
        background-position-y: -191px;
        background-size: cover;
        height: 310px;
    }
    .img-of-about-p{
        margin-bottom:80px;
        margin-top:40px;
    }
    .cg-0-pr{
        margin-top: 0px;
    }
    .img-sect-team-our h6{
        text-align: center;
    }
    .img-sect-team-our p{
        text-align: center;
    }
    .team-page-text-sect p{
        font-size: 22px;
        line-height: 32px;
    }
    .team-page-text-sect p::before{
        bottom: -18px;
        height: 5px;
    }
    .cont-fl-team{
        margin-top: 81px;
    }
    .before-for-cha::after{
        right: -11px;
        bottom: -11px;
    }
    .img-chamaki-cont h2{
        font-size: 23px;
        text-align: center;
    }
    .alpha-sncd-part-frst-cont{
        padding-top: 60px;
        padding-left: 15px;
    }
    .alpha-sncd-part-frst-cont h1{
        font-size: 35px;
    }
    .just-mrg0n{
        margin-top: 0px;
    }
    .href-part{
        margin-top: 0px;
    }
    .work-with-us{
        font-size: 35px;
    }
    .workWithusP{
        font-size: 14px;
    }
    .sushi-img{
        margin-top: 75px;
    }
    .mrg-norm-bl{
        margin-top: 50px;
    }
    .busn-workw-p{
        margin-top: 75px;
    }
    .href-part h1{
        font-size: 29px;
    }
    .blue-sect-text{
        padding-left: 15px!important;
    }
    .nav-item{
        margin-right: 0px;
    }
    .alpha-mrg{
        margin-bottom: 60px;
    }
    .portfolio-frst-ul li a{
        margin-right: 10px;
        font-size: 16px;
    }
    .portfolio-frst-ul{
        width: 100%;
        justify-content: center;
        flex-direction: column;
    }
    .team-frst-ul li a{
        font-size: 16px;
        display: inline-block;
    }
    .cg-0-pl{
        padding-left: 15px;
    }
    .footer-cr{
        font-size: 12px;
    }
    .log-foot{
        justify-content: center;
    }
    .header-u-p{
        padding-right: 15px;
    }
    .busn-workw-p{
        margin-left: 0px;
    }
    .navbar-brand{
        padding-left: 15px;
    }
    .footer-cont .navbar-brand{
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar-toggler-icon{
        margin-right: 15px;
    }
    .bord-t{
        padding-left: 15px;
    }
    .bort-f{
        padding-right: 15px;
    }
    .cg-0-pr{
        padding-right: 15px;
    }
    .md-p-news{
        padding-right: 0px;
    }
    .no-pd-news-sect{
        padding-left:15px;
        padding-right: 15px;
    }
    .sign-up-p{
        margin-left: 15px;
        font-size: 18px;
    }
    .sign-up-mail input{
        margin-left: 15px;
        height: 30px;
        font-size: 14px;
    }
    .sign-up-mail button{
        height: 32px;
        width: 122px;
        font-size: 14px;
    }
    .sign-up-mail input:focus{
        outline: none;
    }
}
/* ScrollBar */
.simplebar, [data-simplebar-direction] {
  overflow: hidden;
  -webkit-overflow-scrolling: touch; /* Trigger native scrolling for mobile, if not supported, plugin is used. */
}

.simplebar .simplebar-scroll-content,
[data-simplebar-direction] .simplebar-scroll-content {
  overflow-y: scroll;
  overflow-x: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -ms-overflow-style: none; /* hide browser scrollbar on IE10+ */
}

/* hide browser scrollbar on Webkit (Safari & Chrome) */
.simplebar-scroll-content::-webkit-scrollbar {
  display: none;
}

[data-simplebar-direction="horizontal"] .simplebar-scroll-content,
.simplebar.horizontal .simplebar-scroll-content {
  overflow-x: scroll;
  overflow-y: auto;
}

.simplebar-track {
  z-index: 99;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 11px;
}

.simplebar-track .simplebar-scrollbar {
  position: absolute;
  right: 2px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  min-height: 10px;
  width: 5.7px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  background: rgb(204, 204, 204);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
}

.simplebar-track:hover .simplebar-scrollbar {
  /* When hovered, remove all transitions from drag handle */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 0 linear;
  -moz-transition: opacity 0 linear;
  -o-transition: opacity 0 linear;
  -ms-transition: opacity 0 linear;
  transition: opacity 0 linear;
}

.simplebar-track .simplebar-scrollbar.visible {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
}

[data-simplebar-direction="horizontal"] .simplebar-track,
.simplebar.horizontal .simplebar-track {
  top: auto;
  left: 0;
  width: auto;
  height: 11px;
}

[data-simplebar-direction="horizontal"] .simplebar-track .simplebar-scrollbar,
.simplebar.horizontal .simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
#myElement{
height:500px;
}
#myElement1{
    height:500px;
}
#myElement2{
    height:500px;
}

/* #myElements, #myElements1, #myElements2, #myElements3, #myElements4{
  position: relative;
  height: 500px;
} */
.messagemodal{
    display: none;
    position: absolute;
    top: -19px;
    left: 100px;
    box-shadow: 0px 0px 43px -4px grey;
    padding: 13px 40px;
    z-index: 111111111111;
    background: white;
    align-items: center;
    height: 50px!important;
}
.SoccessData #messageBox{
    color:#67D149;
    font-family: "Lato-Regular";
}
.WorngData #messageBox{
    color:  red;
    font-family: "Lato-Regular";
}#subscribationProcess{
    display: flex;
    align-items: center;
}
.np-bl{
    flex-direction: column;
}
#wrongEmail{
    font-family: "Lato-Regular";
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 24px;
    margin-left: 60px;
}