@font-face {
    font-family: 'sofia-pro,sans-serif';
    src: url("../font/sofia-pro.eot?") format("eot"),
        url("../font/sofia-pro.otf") format("opentype");
}

@font-face {
    font-family: 'sofia-reg,sans-serif';
    src: url("../font/sofia-provreg.eot?") format("eot"),
        url("../font/sofia-provreg.otf") format("opentype");
}

h1, h2, h3, h4, h5, h6{
    font-family: 'sofia-pro,sans-serif';
}

p{
    font-family: 'sofia-pro,sans-serif';
}

a{
    font-family: 'sofia-pro,sans-serif';
}

input{
    font-family: 'sofia-pro,sans-serif';
}

span {
    font-family: 'sofia-pro,sans-serif';
}

li {
    font-family: 'sofia-pro,sans-serif';
}

#slideNav.open {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#slideNav.open::-webkit-scrollbar {
  display: none;       /* Chrome, Safari, Opera */
}

ul{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
        section.bannerrsec {
    background: url('../images/investors.jpg');
    background-position: left;
    height: 72vh;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}

.center__heading__all h1::after {
    content: '';
    background: rgba(255,148,56);
    width: 120px;
    height: 2px;
    display: block;
    position: absolute;
    left: 48%;
    transform: translate(-50%, -50%);
}

.center__heading__all h1 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 50px;
    margin-top: 30px;
}

.wrapper-cards {
    padding: 25px;
    background: #fff;
    border: 1px solid #ff9438;
    position: relative;
    height: 221px;
    width: 100%;
    margin-bottom: 21px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bottom__crad a {
    text-decoration: none;
    color: #fff;
    background: #ff9438;
    padding: 10px;
}

footer {
    background: #000;
    color: #fff;
    padding: 161px 0 0;
}

.left__side-footer h1 {
    font-size: 4.375rem;
    letter-spacing: .025em;
    line-height: 1.5;
    font-weight: 500;
}

.bottom___footer {
    margin-top: 6rem;
    display: flex;
    justify-content: space-between;
    width: 50%;
}

.links___quick h4 {
    opacity: .6;
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: .05em;
    font-weight: 700;
}

.links___quick ul li  a {
    color: #fff;
    text-decoration: none;
    letter-spacing: .025em;
    line-height: 1.75rem;
    font-size: 1.125rem;
    /* margin-top: 1.25rem; */
}

.links___quick ul li {
    margin-top: 1.25rem;
}

.social ul li a {
    text-decoration: none;
}

.social ul {
    display: flex;
    column-gap: 25px;
}

span.icon {
    width: 40px;
    height: 40px;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #000;
    font-size: 22px;
}

.wrapper___tpz h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    transition-duration: .5s;
    opacity: .75;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 300;
}

.connect__with a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    line-height: 1.75rem;
    font-size: 1.125rem;
    align-items: center;
}

.connect__with svg {
    margin-right: 1rem;
}

.connect__with {
    margin-top: 2.5rem;
}

.right___side-footer {
    width: 80%;
    float: right;
}

.container___bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container___bottom {
    margin-top: 1.5rem;
}

.container-fluid {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

p.font-semibold.text-lg {
    font-weight: 600;
    line-height: 1.75rem;
    font-size: 16px;
}

.col-md-8.navigation {
    width: 65%;
}

.col-md-4.navigation {
    width: 35%;
}

li.group {
    position: relative;
    top: -42px;
}

p.font-light.opacity-80 {
    opacity: .8;
    font-weight: 300;
}

span.opacity-80 {
    opacity: .8;
}

.space-y-2 p {
    margin-bottom: 5px;
}

.social {
    margin-top: 1.5rem;
}

.wrapperzzhead {
    position: relative;
    display: flex;
    align-items: end;
    flex-direction: column;
    justify-content: center;
}

.logo__header {
    position: absolute;
    top: 18px;
    left: 16px;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    padding: 0;
    border: none;
    display: block;
    width: 8rem;
    height: auto;
}

.logo__header img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

header {
    position: fixed;
    width: 100%;
    z-index: 99;
    background: #ffffff00;
    top: 0;
    left: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    backdrop-filter: blur(13px);
}

span.text-color {
    color: #fff;
    letter-spacing: .05em;
    font-weight: 500;
    text-shadow: 1px 1px 3px #292828;
    line-height: 1.75rem;
    font-size: 1.125rem;
}

.one__div svg {
    width: 1.25rem;
    height: 1.25rem;
}

.div__two button {
    background: transparent;
    border: 0;
    color: #fff;
    letter-spacing: .05em;
    font-weight: 500;
    text-shadow: 1px 1px 3px #292828;
    line-height: 1.75rem;
    font-size: 1.125rem;
}

.header__right {
    width: 25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.one__div p {
    margin-bottom: 0;
}

.header__right {
    width: 25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.one__div a {
    text-decoration: none;
}

.one__div a {
    text-decoration: none;
}

.one__div p {
    margin-bottom: 0;
    color: rgba(231,120,24,.8);
}

span.text-color {
    color: #fff;
}

.div__two.tow button {
    width: 60px;
    height: 60px;
    background: rgba(231,120,24,.8);
    border-radius: 550%;
}

/* Navbar Styles */
 #slideNav {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 100%;
    height: 100%;
    background: #000;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: right 0.5s ease-in-out;
    z-index: 99;
    padding-top: 200px;
    padding-bottom: 50px;
    overflow: auto;
    padding-left: 33px;
}

#slideNav ul {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-top: 8rem;
    width: 35%;
}

#slideNav ul li {
    margin: 0px 0;
    /* margin-bottom: 10px; */
}

#slideNav ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
    letter-spacing: .05em;
    line-height: 1.5;
    font-weight: 700;
    font-size: 2.5rem;
    font-family: sofia-reg,sans-serif;
}

.col-md-8.navigation ul::after {
    content: '';
    width: 100%;
    height: 47px;
    background: #000;
    position: fixed;
    bottom: 0;
}

/* #slideNav ul li a:hover {
    color: orange;
} */

/* Close Button */
#closeMenu {
    position: absolute;
    top: 20px;
    right: 30px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-size: .875rem;
    line-height: 1.25rem;
    margin-top: 5px;
}

/* When nav is open */
#slideNav.open {
    right: 0;
}

button#closeMenu svg {
    width: 2.75rem;
    height: 2.75rem;
}

.right___navz a {
    text-decoration: none;
    color: #fff;
}

.right___navz {
    border-left: 1px solid #ffffff42;
    padding-left: 40px;
}

button#BACK-HOME {
    background: transparent;
    color: #fff;
    border: 0;
    opacity: .8;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.75rem;
    align-items: center;
    margin-bottom: 1.5rem;
    margin-top: 2.5rem;
}

#slideNav.open svg {
    opacity: 1;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .5rem;
}

button#closeMenu svg {
    height: 2.75rem !important;
    width: 2.75rem !important;
}



        ul li {
            position: relative;
        }
        ul li a {
            text-decoration: none;
            color: white;
            padding: 10px;
            display: block;
        }
        /* Dropdown Styles */
        .dropdown {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            min-width: 150px;
        }
        ul.dropdown {
            position: absolute;
            left: 100%;
            top: 0;
            margin-top: 0 !important;
        }
        ul.dropdown li {
            margin: 15px 0 !important;
        }
        ul.dropdown li a {
            font-size: 20px !important;
            line-height: 25px !important;
            font-weight: 500 !important;
            letter-spacing: .5px !important;
        }
        .dropdown li {
            width: 100%;
        }
        .dropdown li a {
            padding: 8px;
            white-space: nowrap;
        }
        ul li:hover .dropdown {
            display: block;
        }
         button#myBtn {
            border: none;
            background: transparent;
            font-size: 14px;
            color: #4a5568;
            border-bottom: 1px solid #ff9438;
            padding: 0;
            padding-bottom: 3px;
        }
button#closeMenu {
    font-size: .875rem;
    line-height: 1.25rem;
}
#slideNav.open svg {
    opacity: 1;
    width: 2.75rem;
    height: 2.75rem;
    margin-right: .5rem;
}
.right___navz {
    padding-left: 40px;
    margin-top: 96px;
}
.logo__header.nav {
    top: 52px;
    left: 48px;
        height: 56px;
}
button#BACK-HOME {
    position: relative;
    top: 35px;
    margin-bottom: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-top: 0;
}
a.back-home {
    text-decoration: none;
}
.connect__with svg {
    width: 1rem !important;
    height: 1rem !important;
}
.connect__with {
    margin-top: 11rem;
}
.connect__with p {
    margin-bottom: 0;
}
.social ul {
    width: 100% !important;
    justify-content: flex-end;
    margin-top: 0 !important;
}
.social {
    margin-top: 0;
}
button#BACK-HOME svg {
    width: 1.5rem !important;
    height: 1.5rem !important;
}
.group:hover .group-hover\:opacity-20 {
    opacity: .2;
}
.ease-in-out {
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.duration-500 {
    transition-duration: .5s;
}
.transition-all {
    transition-property: all;
}
.opacity-1 {
    opacity: 0;
}
.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}
.font-bold {
    font-weight: 700;
}
.tracking-wider {
    letter-spacing: .05em;
}

.absolute.text-6xl.font-bold.tracking-wider {
    position: absolute;
    left: 24px;
    top: -6px;
}
.opacity-75 {
    opacity: .75;
}
.tracking-wider {
    letter-spacing: .05em;
}
.tracking-wider {
    letter-spacing: .05em;
}
.font-light {
    font-weight: 300;
}
.address-main p {
    display: flex;
    /* gap: 10px; */
}
.address-main svg {
    width: 28px !important;
    height: 34px !important;
}
@media screen and (min-width:1200px) and (max-width:1400px) {
    .logo__header.nav {
    top: 30px;
}
.social ul {
    display: flex;
    column-gap: 0px;
}
button#BACK-HOME {
    top: 62px;
    margin-bottom: 0;
}
}
@media screen and (min-width:320px) and (max-width:767px) {
    .logo__header.nav {
    top: 26px;
}
#slideNav ul {
    margin-top: 30px;
    width: 100%;
}
#slideNav.open {
    position: relative;
}
.logo__header {
    width: 180px;
    height: 45px;
    left: 0;
}
.logo__header.nav {
    width: 210px;
    height: 56px;
    left: 16px;
}
#slideNav ul li a {
    font-size: 2.5rem;
}
.right___navz {
    padding-left: 0;
    margin-top: 48px;
    border-left: 0;
}
#slideNav {
    padding-left: 6px;
}
.social ul {
    justify-content: flex-start;
}
.connect__with {
    margin-top: 4rem;
    padding-right: 10px;
}
.div__two.tow svg {
    width: 30px;
}
.div__two.tow button {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin-right: 18px;
}
.header__right {
    width: 50%;
}
button#BACK-HOME {
    position: absolute;
    top: 113px;
    margin-bottom: 0;
}
.logo__header img {
    width: 120px;
}
.left__side-footer h1 {
    font-size: 3rem;
}
.links___quick ul li a {
    padding: 0;
}
.right___side-footer {
    width: 100%;
    margin-top: 25px;
}
.bottom___footer {
    margin-top: 2rem;
    width: 100%;
}
.leadership____sec ul {
    padding: 10px;
}
section.bannerrsec {
    height: 50vh;
}
.div__two.tow button {
    margin-right: 0;
}
.container___bottom {
    gap: 10px;
}
.col-md-8.navigation {
    width: 100%;
}
.col-md-4.navigation {
    width: 100%;
}
.col-md-8.navigation ul::after {
    display: none;
}
.col-md-8.navigation {
    margin-top: 44rem;
}
.nav-bar {
    height: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 9999;
    margin-top: 0;
}
.col-md-8.navigation {
    width: 100%;
}
.col-md-4.navigation {
    width: 100%;
}

#slideNav.open {
    position: relative;
}
.col-md-8.navigation ul::after {
    display: none;
}
.col-md-8.navigation {
    margin-top: 44rem;
}
.nav-bar {
    height: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 9999;
    margin-top: 0;
}
}

@media screen and (min-width:1020px) and (max-width:1200px) {
    button#BACK-HOME {
    top: 85px;
    margin-bottom: 0;
}
.logo__header.nav {
    top: 33px;
    left: 48px;
    height: 35px;
}
}