@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    outline: none !important;
}
.main_desc{
	flex: 4.4;
}
button:hover {
    transition: 0.2s ease;
    background-color: #fd287f !important;
}
header > img {
    width: 240px;
}
.main_section.d-flex {
    display: flex;
}
.main_banner {
    flex: 6;
    background-image: url(../images/main_banner.png);
    background-position: bottom;
    height: 100vh;
    background-size: cover;
}
.title_for_main {
    height: 50vh;
    width: 100%;
    background-color: #fd267d;
    display: flex;
    align-items: flex-end;
    padding: 0 15px;
}
.title_for_main h1 span {
    font-size: 35px;
    font-weight: 500;
    color: white;
    display: block;
}
.title_for_main h1 {
    font-weight: 500;
    color: white;
    font-size: 27px;
    margin-bottom: 30px;
    margin-left: 30px;
}
header img{
	position: relative;
	z-index: 99;
}
.bespoke {
    height: 50vh;
    width: 100%;
    background-color: #F00664;
    padding: 0 15px;
}
.inv_management_text {
    font-size: 20px;
    color: white;
    padding-top: 30px;
    padding-bottom: 20px;
    max-width: 555px;
    margin-left: 30px;
    margin-right: 0;
}
.bespoke a{
    text-transform: uppercase;
    padding: 1rem 2rem;
    background-color: #21252A !important;
    max-width: 555px;
    margin-left: 30px;
    margin-right: 0;
}
header {
    top: 0;
    padding: 15px;
    left: 0;
    right: 0;
    width: 95% !important;
    margin: auto !important;
}
.icons i {
    margin: 0 5px;
    color: white;
    font-size: 14px;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    line-height: 12px;
    width: 28px;
    text-align: center;
}
.icons i.fab.fa-linkedin-in:hover {
    background: #0073B2;
}
.icons i.fab.fa-facebook-f:hover {
    background: #3B5A9A;
}
.icons i.fab.fa-twitter:hover {
    background: #1AA9E1;
}
.icons i.fab.fa-instagram:hover {
    background: #DB5B7E;
}
a.dropdown-item:after {
    display: none !important;
}
.menu li a {
    font-size: 14px !important;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 12px;
}
a.dropdown-item {
    color: #888888;
}
.menu li a:hover {
    background: #fc267d;
    color: white;
}
a.dropdown-item i {
    padding-left: 5px;
}
.icons {
    margin-left: 20px;
}
ul .dropdown-menu a.dropdown-item:hover {
    background: #fc267d !important;
    color: white !important;
}
ul .dropdown-menu a.dropdown-item {
    color: #888888 !important;
}
li.dropdown:hover ul {
    display: block !important;
    margin-top: 0 !important;
}
.solutions_awards {
    background-image: url(../images/solutions_banner.jpg);
    background-size: cover;
    background-position: center;
}
.solutions_sec {
    height: 65%;
    background-color: #23262ad4;
    padding: 35px 0;
}
.awards_sec {
    height: 35%;
    background-color: #ef0765d1;
    padding: 35px 0;
}
.sol_title {
    color: #fbfbfb;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 10px;
}
.sol_subtext {
    color: #dadada;
    letter-spacing: .2px;
    line-height: 1.7;
    font-weight: 300;
}
.sol_parts > div{
    flex: 1;
}
.sol_part_title {
    color: #ef0765;
    line-height: 1.4;
    font-size: 28px;
    font-weight: 500;
    padding: 10px 0 5px;
}
.sol_part_subtitle {
    color: #ffffff;
    letter-spacing: .2px;
    line-height: 1.4;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 5px;
    min-height: 50px;
}
.sol_part_desc {
    color: #dadada;
    letter-spacing: .2px;
    font-weight: 300;
    font-size: 14px;
}
a.sol_parts_button {
    font-size: 14px;
    padding: 12.8px 24px;
    padding: .4rem 1.5rem;
    font-weight: 500;
    background-color: #ef0765;
    border-radius: .25rem;
    text-decoration: none;
    display: inline-block;
    border: 0;
    color: white;
    margin-top: 15px;
}
.award_content img{
    height: 80px;
    width: 80px;
    object-fit: contain;
}
.award_content img {
    height: 60px;
    width: 60px;
    object-fit: contain;
    background-color: white;
    border-radius: 10px;
}
.award_content{
    margin: 25px;
}
.award_title {
    padding: 5px 0;
    color: white;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}
.award_sub {
    font-size: 12px;
    color: white;
}
.award_content {
    margin: 0 20px;
    max-width: 170px;
}
.awards_sec h3 {
    color: #ffffff;
    font-weight: 500;
    font-size: 34px;
    margin-bottom: 20px;
}
.pfm_sec h3{
    font-weight: 500;
    font-size: 34px;
    margin-bottom: 15px;
    margin-top: 35px;
    color: #000000;
}
.pfm_sec p {
    color: #718096;
    margin: 0 0 20px;
    font-size: 14px;
}
.pfm_container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px 25px;
}
.pfm_content {
    padding: 20px 15px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    background-image: linear-gradient(to right, rgba(33, 37, 41, .8), rgba(0, 0, 0, .8)), url(../images/our_products.jpg);
}
.pfm_details {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #d4d4d4;
    font-size: 14px;
    margin-top: 15px;
    min-height: 63px;
}
.pfm_content a {
    font-size: 14px;
    padding: 12.8px 24px;
    padding: .4rem 1.5rem;
    font-weight: 500;
    background-color: #ef0765;
    border-radius: .25rem;
    text-decoration: none;
    display: inline-block;
    border: 0;
    color: white;
    margin-top: 15px;
}
.pfm_title {
    color: #ef0765;
    font-size: 18px;
    font-weight: 500;
}
.pfm_sec {
    margin-bottom: 40px;
}
.inv_manag {
    margin-right: 15px;
}
.about_pfm_sec > div > p {
    color: white;
    font-size: 14px;
}
.ecosystem_sec{
    background-image: linear-gradient(to right, rgba(33, 37, 41, .8), rgba(0, 0, 0, .8)), url(../images/ecosystem.jpg);
    background-size: cover;
    background-position: center;
}
.our_ecosystem{
    font-weight: 500;
    font-size: 34px;
    margin-bottom: 15px;
    margin-top: 35px;
    color: #ffffff;
    text-align: center;
    padding: 35px 0 15px;
}
.eco_sub {
    color: #dadada;
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
}
.eco_container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin: 0 10%;
    grid-gap: 20px;
    padding-bottom: 30px;
}
.eco_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.eco_content img {
    width: 125px;
    background-color: #fff;
    border-radius: 3px;
    padding: 10px;
    object-fit: contain;
    height: 60px;
}
.eco_content p {
    color: #dadada;
    text-align: center;
    font-size: 13px;
    margin-top: 7px;
}
.about_pfm_sec {
    background-image: linear-gradient(to right, rgb(252 38 125 / 72%), rgb(239 7 101 / 75%)), url(../images/about.jpg);
    background-size: cover;
    background-position: center;
    padding: 85px 0;
}
h3.about_pfm_title {
    font-size: 34px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 500;
}
.mission_sec{
    flex: 1;
    margin-right: 15px;
}
.vision_sec {
    flex: 1.5;
}
.two_parts_pfm_title {
    color: white;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 10px;
}
.two_parts_pfm_desc {
    color: white;
    font-size: 14px;
}
.about_pfm_button {
    font-size: 14px;
    padding: 12.8px 24px;
    padding: .6rem 1.5rem;
    font-weight: 500;
    background-color: #23262b;
    border-radius: .25rem;
    text-decoration: none;
    display: inline-block;
    border: 0;
    color: white;
    margin-top: 15px;
}
.cities_branches_sec {
    background-image: linear-gradient(to right, rgba(33, 37, 41, .8), rgba(0, 0, 0, .8)), url(../images/footer.jpg);
    background-size: cover;
    background-position: inherit;
    padding: 35px 0;
}
.cities_title {
    color: #ef0765;
    font-size: 2em;
    font-weight: 600;
    padding-bottom: .25rem;
    margin-bottom: .5rem !important;
}
.call_city,.address_city {
    color: white;
}
.call_city {
    margin-top: 10px;
}
.upper_footer > div{
    flex: 1;
}
.send_a_msg_sec{
    background-color: #212529;
}
.start_convo_sec{
    background-color: #272C31;
}
.half_sec{
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    max-width: 555px;
}
.half_sec {
    margin-right: 15px;
}
.form{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.upper_footer textarea{
    margin-top: 25px;
    height: inherit !important;
}
/*
.light-checkbox .customCheckbox label {
    color: #888;
}
.customCheckbox label {
    position: relative;
    cursor: pointer;
    padding-left: 25px;
    font-size: 12px;
    display: block;
    color: #757575;
    margin-top: 10px;
}
.customCheckbox label:before {
    border-color: #757575 !important;
}
.customCheckbox label:before {
    content: "";
    -webkit-appearance: none;
    box-shadow: none;
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 3px;
    box-shadow: none;
    padding: 7px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px;
}
.customCheckbox a {
    color: #EF0765;
}*/
a.up_foot_button {
    padding: 10px 25px;
    font-size: 14px;
    border: 0;
    background-color: #ef0765;
    color: white;
    border-radius: 5px;
    margin-top: 10px;
    position: relative;
    top: 10px;
}
.send_a_msg_sec {
    padding: 35px 0;
}
.start_convo_sec h2 {
    color: #ef0765;
    font-weight: 400;
}
/*.customCheckbox input:checked+label:before {
    background: #EF0765;
    border-color: #EF0765 !important;
    cursor: pointer;
}
.customCheckbox input:checked+label:after {
    border-color: #fff !important;
}
.customCheckbox input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 6px;
    height: 10px;
    border: 1px solid transparent;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}*/
.down_footer {
    background-color: #212429;
    padding: 35px 0;
}
.logo_links_container > div{
    flex: 1;
}
.footer_img img {
    width: 225px;
}
.copyright_text {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: .9em;
    opacity: .4;
    text-align: center;
}
.links {
    text-align: right;
}
.links a {
    color: #ccc;
    font-size: 11px;
}
.links a:first-child {
    padding-right: 5px;
    border-right: 1px solid;
}
.links a:last-child {
    padding-left: 5px;
}
.disclaimer-text {
    color: #7a7c7f;
    font-size: 14px;
    margin-top: 15px;
}
.send_a_msg_sec iframe {
    height: auto !important;
}
html {
    background: none !important;
}
form#emf-form {
    font-family: 'Poppins', sans-serif !important;
}
#emf-form {
    padding: 0 !important;
}
a:hover{
    text-decoration: none !important;
    opacity: 0.8;
    transition: 0.2s ease;
}
.menu_icons a:hover{
    opacity: 1;
}
.send_a_msg_sec iframe {
    height: -webkit-fill-available!important;
}

/* media queries starts */
@media (min-width: 769px){
    #myLinks{
       display: flex !important;
   }
   .toggle_menu{
       display: none;
   }
   .menu,.icons{
       position: relative;
       z-index: 99;
   }
}

@media (max-width: 1024px) {
.main_banner {
    height: 50vh;
}
.title_for_main,.bespoke {
    height: 25vh;
}
.cap_market {
    flex: 2 !important;
}
}

@media (max-width: 768px){
#myLinks{
   display: none;
}	
.menu_icons.d-flex.align-items-center {
    z-index: 9;
}
.main_banner {
    height: 60vh;
}
.title_for_main, .bespoke {
    height: 30vh;
}
.menu_icons{
	flex-direction: row-reverse;
}
.eco_container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 0 10%;
}
.vision_sec {
    flex: 1;
}
.upper_footer {
    flex-direction: column;
}
.send_a_msg_sec {
    justify-content: center !important;
}
.start_convo_sec {
    padding: 35px 0;
}
.footer_img img {
    width: 185px;
}
.copyright_text {
    flex: 1.5 !important;
}
a.toggle_menu {
    margin-left: 20px;
    color: white;
}
li.dropdown:hover ul {
    position: relative;
    z-index: 999 !important;
}
header {
    background-color: #fd267d;
}
#myLinks {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    padding: 20px 10px;
}
ul#myLinks li {
    border-bottom: 1px solid #e8e8e8;
}
.menu li a {
    font-size: 14px !important;
    font-weight: 500;
    padding: 10px 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 1px;
    margin-bottom: 1px;
    color: #444;
}
a.dropdown-item {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
ul.dropdown-menu {
    position: static;
    border: 0;
    width: 100%;
    padding-left: 15px;
}
ul.dropdown-menu a {
    font-weight: 400;
    text-transform: capitalize;
}
}

@media (max-width: 545px){
.main_banner {
    display: none;
}
.icons {
    display: none !important;
}
.title_for_main, .bespoke {
    height: 50vh;
}
.sol_parts,.two_parts_pfm,.logo_links_container {
    flex-direction: column;
}
.award_content {
    margin: 0 5px;
    max-width: 170px;
}
.pfm_container,.form {
    grid-template-columns: 1fr;
}
.eco_container {
    grid-template-columns: 1fr 1fr;
    margin: 0;
}
.half_sec {
    margin-right: 0;
}
.copyright_text {
    flex: 1 !important;
    padding: 10px 0;
}
}