@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-weight: normal;
    font-style: normal;
    src: url('https://realcorp.co/webfonts/AustinNewsHeadlineLight.woff2') format('woff2'),
         url('https://realcorp.co/webfonts/AustinNewsHeadlineLight.woff') format('woff'),
         url('https://realcorp.co/webfonts/AustinNewsHeadlineLight.ttf') format('truetype');
}
body {
    background: var(--black);
    font-family: 'Austin News Headline Light';
   direction:ltr;
}
/*body.rtl {*/
  direction: rtl;
/*    text-align: right;*/
/*}*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #bf951a;
    --secondary: #cf212a;
    --white: #fff;
    --black: #1c1d21;
    --gray:#8e8e90;
}

ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}

a {
    text-decoration: none;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="date"],
textarea,
select {
    color: #5e5e5e;
    font-size: 14px;
    line-height: normal;
    width: 100%;
    outline: 0;
font-family: "Inter", sans-serif;
    border: 1px solid #dbdbdb;
    margin: 0px 0 14px;
    border-radius: 4px;
    padding: 12px 20px;
    font-weight: 400;
    letter-spacing: .5px;
    background: #fff;
}

::placeholder {
    color: #777;
    font-weight: 400;
}

input[type="submit"] {
    color: var(--black);
    background: var(--white);
    text-transform: uppercase;
    border: none;
    font-size: 14.5px;
    border: 0;
    outline: none;
    font-weight: 400;
font-family: "Inter", sans-serif;
    padding: 12px 20px;
    letter-spacing: 1px;
    border-radius: 4px;
    line-height: normal;
    width: 100%;
}

input[type="submit"]:hover {
    background: var(--primary);
    color: var(--white);
    transition: 0.8s;
}

textarea {
    height: 100px;
    margin-bottom: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
font-family: 'Austin News Headline Light';
    color: var(--white);
    font-weight: 300;
    text-transform: inherit;
    line-height: normal;
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

p {
    padding: 0;
    margin: 0 0 10px 0;
 font-family: "Inter", sans-serif;
    color: #aeaeaf;
    font-size: 14px;
    line-height: 24px;
        font-weight: 300;
}

ul,
li,
a {
    list-style-type: none;
font-family: "Inter", sans-serif;
    color: #aeaeaf;
    font-size: 14px;
    line-height: 24px;
        font-weight: 300;
}

a:hover {
    transition: 0.8s;
    text-decoration: none;
}

.heading,
.leftheading {
    text-align: center;
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 300;
    position: relative;
    margin-bottom: 25px;
}

.heading {
    width: fit-content;
    margin: 0 auto 25px;
}

.leftheading {
    text-align: left;
}
.subheading {
    color: var(--primary);
    font-size: 10px;
    display: block;
    padding-bottom: 10px;
    letter-spacing: .5px;
    line-height: 20px;
    font-family: "Inter", sans-serif;
}
figure {
    margin: 0;
}
.btnarrow {
    color: var(--white);
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-size: 13px;
}
.btnarrow i{
margin-left: 10px;    
}


/* Header */

header {
    position: absolute;
    top: 0;
    z-index: 11;
    width: 100%;
}


/* menu bar section  */

.nav-bar.sticky {
    background-color: #000;
    color: #fff;
    top: 0;
}
.menu-bar {
    padding: 20px 0;
    position: relative;
}
.menu-bar.fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    box-shadow: 3px 3px 13px #4444441f;
    background: var(--white);
}
.menu-bar li.dropdown .dropdown-content a {
    color: #000 !important;
}
.menu-bar li.dropdown .dropdown-content a:hover {
    color: var(--white) !important;
}
.dropdown {
    position: relative;
    display: inline-block;
  }
.dropdown-content {
    display: none;
    position: absolute;
    top: 54px;
    background-color: #f9f9f9;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
    transition: all 0.5s ease-in-out;
}
  .dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    font-size: 14px !important;
    padding: 8px 15px !important;
    border-bottom: 1px solid #00000024;
}
.menu-bar li.dropdown .drop-down-cnt a {
    color: #242568 !important;
}
  .dropdown-content a:hover {
    background-color:var(--secondary);
     color: #fff !important;
     transition: all 0.5s ease-in-out;
  }
  .dropdown:hover .dropdown-content{
    display: block;
  }

/*
.menu-bar figure {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
}
.menu-bar::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: var(--primary);
    height: 100%;
    width: 280px;
    clip-path: polygon(75% 0%, 87% 49%, 75% 100%, 0% 100%, 0 51%, 0% 0%);
    z-index: -1;
}
*/
.menu-bar .col-lg-10{
    display: flex;
    column-gap: 80px;
    justify-content: flex-end;
}
.menu-bar ul.hdrlang {
    display: flex;
}

.menu-bar ul.hdrlang li a {
    padding: 0 10px;
}

.menu-bar ul.hdrlang li:last-child a {
    border-left: solid 1px #dddddd40;
}
.menu-bar ul.hdrlang li:first-child a {
    color: #ccc;
}
.menu-bar figure img {
    max-width: 170px;
}
.menu-bar ul li a {
    color: var(--white);
    padding: 32px 15px;
    font-size: 17px;
    transition: 0.5s ease-in-out;
}
.menu-bar ul li a:hover {
    color: var(--primary);
}
.language-switcher a {
    font-size: 15px !important;
}
.menu-bar nav i {
    display: none;
}
.menu-bar nav .fa-angle-down {
    display: inline-block;
}


/* banner section  */

.carousel-item img {
    height: 100vh;
    object-fit: cover;
    object-position: top;
    filter: brightness(0.6);
}

.carousel-item video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.9);
}

.carousel-cnt {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 655px;
}
.carousel-cnt h2 {
    font-size: 70px;
    text-transform: capitalize;
    color: var(--white);
    margin: 0;
    line-height: 65px;
    letter-spacing: 1px;
    opacity: 0;
    animation: .5s ease-in-out .7s forwards lts;
}
.carousel-cnt .btn-primary {
    opacity: 0;
    animation: .6s ease-in-out .8s forwards lts;
}

@keyframes lts {
    0% {
        transform: translateX(-150px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

button.carousel-control-prev, button.carousel-control-next {
    height: 40px;
    width: 40px;
    background: #ffffff70;
    position: absolute;
    top: 50%;
    border-radius: 10px;
    transform: translateY(-50%);
}

button.carousel-control-next {
    right: 20px;
}

button.carousel-control-prev {
    left: 20px;
}

/*breadcrumb section */

.breadcrumbs {
    padding: 230px 0;
    text-align: center;
}

.breadcrumbs ul {
    display: flex;
    justify-content: center;
}

.breadcrumbs h1,
.breadcrumb-item+.breadcrumb-item::before,
.breadcrumbs ul li a,
.breadcrumb-item.active {
    color: var(--white);
}
.breadcrumbs h1 {
    color: #ffffffcc;
    font-size: 45px;
    width: 52%;
    letter-spacing: 1px;
    margin: 0 auto;
    line-height: 50px;
}


/*home about us section */

.about-us {
    padding: 150px 0 170px;
    border-top: solid 1px #ffffff24;
    border-bottom: solid 1px #ffffff24;
}
.about-us .about-cnt {
    max-width: 82%;
}
.aboutpage.about-us .about-cnt{
 max-width: 83%;   
}
.about-us .leftheading{
  font-size:30px;   
}
.aboutpage.about-us {
    border-top: none;
    padding-top: 50px;
}
.about-us.chairmanmsg .about-cnt {
    max-width: 85%;
}
.about-cnt h6 {
    color: var(--secondary);
    font-size: 17px;
    margin-bottom: 0;
    border-left: solid 2px var(--primary);
    padding-left: 8px;
}
.about-cnt h2 {
    margin-bottom: 45px;
}

.about-cnt h4 {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin: 10px 0px;
    line-height: 26px;
}

/* Expertise */


.expertise {
    padding: 180px 0 130px;
}
#expertise .leftheading {
    width: 35%;
}
.expertise .leftheading, .blogs .leftheading {
    margin-bottom: 20px;
}
.expertise-sec {
    margin: 25px 0;
}
.expertise-item {
    position: relative;
    height: 100%;
    border-top: solid 1px #6d6d6d;
    padding: 30px 0 0;
    display: flex;
    justify-content: space-between;
}
.blogsitem a {
    display: block;
    width: 100%;
    text-align: right;
}
.expertise figure img {
    height: 230px;
    object-fit: cover;
}
.expertise figure {
    margin: 0;
}
.expertise-sec .real {
    color: #aeaeaf;
}
.expertise-sec .real i{
    color: #aeaeaf;
}
.expertise-content {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.expertise-content p {
    font-size: 13px;
}
.about-cnt {
    padding-left: 15px;
}
.about-cnt p {
    color: #ffffffa6;
    font-size: 13px;
    line-height: 20px;
}
.about-cnt .btn {
    background: none;
    color: var(--white);
    border: 1px solid #ffffff94;
    display: inline-block;
    margin-top: 30px;
    font-size: 12px;
    padding: 9px 22px;
}
.about-cnt .btn i{
    margin-left: 8px;
    font-size: 11px;
}
.about-cnt .number {
    color: #bf951ac2;
    margin-bottom: 22px;
    display: block;
    font-size: 21px;
    font-family: 'HelveticaNeueBlack', Arial, sans-serif;
}

/* Blogs */

.blogs {
    padding: 130px 0 70px;
    border-top: solid 1px #ffffff24;
    border-bottom: solid 1px #ffffff24;
}
.viewmore {
    display: inline-block;
    margin-bottom: 40px;
    color: #fff !important;
}
.blogs h3, .blogs .btnarrow {
    color: var(--gray);
}
.blogs h3 {
    margin: 15px 0 15px;
    font-size: 23px;
    text-align: right;
}
.blogs .btnarrow svg path {
    fill: var(--gray);
}
.blogs .btnarrow:hover {
    color: var(--white);
}
.blogs .btnarrow:hover svg path {
    fill: var(--white);
}
/* Investing  */

.investing {
    background: url(../img/investingbg.webp) center / cover;
    padding: 165px 0;
    background-attachment: fixed;
}
.investing.aboutinvest {
    border-top: solid 2px #777;
    border-bottom: solid 2px #777;
}
.investing-content {
    max-width: 525px;
}
.aboutinvest .investing-content {
    max-width: 700px;
    margin: 0 auto;
}
.investing-content .btn-primary {
    font-size: 12px;
    padding: 8px 25px;
}
.investing-content {
    max-width: 550px;
}
.moreabout-cnt p {
    color: #ffffffab;
}
.investing-content p {
     width: 89%;
    margin: 0 auto;
    text-align: center;
    color: #ffffffb8;
}
#investments p {
    text-align: left;
    margin: 0;
    width: 83%;
    color: #ffffff;
    margin-bottom: 10px;
}
.aboutinvest .investing-content p strong {
    font-size: 24px;
    color: var(--white);
    margin-bottom: 25px;
    display: block;
    line-height: 32px;
    font-weight: normal;
}
li.logout a {
    margin-right: 25px;
}

/*Investment Page Css */

.invstmntsdtls span {
    color: var(--primary);
    font-family: "Inter", sans-serif;
}
.invstmntsdtls h2 {
    font-size: 30px;
    margin: 0;
    padding: 22px 0;
}
.invstmntsdtls p {
    font-size: 12px;
    width: 85%;
    line-height: 20px;
}
.invstmntsdtls a {
    margin-top: 20px;
    display: block;
    font-size: 13px;
}
.investments-info {
    padding-left: 40px;
}
.invstmntsdtls .row {
    row-gap: 90px;
    margin-bottom: 150px;
}


/*our expertise page css */


.exprtisedtls span {
    color: var(--primary);
    font-family: "Inter", sans-serif;
}
.exprtisedtls h2 {
    font-size: 30px;
    margin: 0;
    padding: 22px 0 30px;
}
.exprtisedtls p {
    font-size: 12px;
    width: 73%;
    line-height: 20px;
}
.exprtisedtls .btn {
    background: unset !important;
    color: #ffffffd4;
    border: 1px solid #ffffff69;
    font-weight: 400;
    font-size: 12px;
    padding: 10px 25px;
    letter-spacing: 1px;
    margin-top: 25px !important;
}
.exprtisedtls .row {
    row-gap: 80px;
}
.expertise-info {
    padding-left: 40px;
}
.expertfooter {
    margin-top: 100px;
}


/*news page css */

.featuresnews img {
    height: 290px;
    object-fit: cover;
    object-position: top;
}
.featuresnews span {
    color: var(--primary);
    font-size: 12px;
    letter-spacing: 1px;
}
.featuresnews h2 {
    font-size: 35px;
    width: 60%;
    padding: 20px 0 35px;
}
.featuresnews a {
    color: #ffffffbd;
}
span{
   font-family: "Inter", sans-serif; 
}
.featuresnews {
    background: #222326;
    padding: 20px;
    margin-bottom: 100px;
}
.featuresnews a {
    color: #ffffffbd;
}

/*all news css */

.allnews-dtls img {
    width: 100%;
    height: 280px;
    margin-bottom: 15px;
    object-fit: cover;
}
.allnews-dtls h4 {
    color: #ffffff70;
}
.allnews .row {
    row-gap: 30px;
}
.allnews {
    margin-bottom: 90px;
}
.allnews-dtls i {
    margin-left: 5px;
}

/*news details css */

.newdtls span {
    color: var(--primary);
    font-size: 13px;
    margin-bottom: 20px;
    display: block;
}
.btnnews i {
    color: #000;
    height: 30px;
    width: 30px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: rotate(
180deg);
    margin-right: 8px;
}
.btnnews {
    color: #fff;
    margin-bottom: 35px;
    display: inline-block;
}
.publisheddtls span {
    color: #8e8e90;
}
.publisheddtls {
    padding-left: 30px;
}
.publisheddtls strong {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 6px;
    display: inline-block;
}
.newdtls h2 {
    font-size: 25px;
    line-height: 35px;
}
.breadcrumb {
    padding: 130px 0;
}
.newdtls img {
    margin: 20px 0 30px;
}

.newdtls p {
    color: #fff;
}


/*about profile section css */

.profile span {
    color: var(--primary);
    font-size: 13px;
}
.profile h2 {
    font-size: 35px;
    width: 72%;
    margin: 0;
    padding: 20px 0 45px;
}
.profile p {
    width: 85%;
    font-size: 13px;
    line-height: 19px;
}
.profile {
    border-bottom: 1px solid #878789;
    padding-bottom: 90px;
}

/*msnvsn section */

.msnvsn {
    padding: 120px 0;
    border-bottom: 1px solid #878789;
}

.about-msnvsn {
    background: #222326;
    height: 100%;
    padding: 30px 20px 30px;
}

.about-msnvsn p {
    font-size: 12px;
    line-height: 21px;
    margin: 0;
}

.about-msnvsn strong {
    color: #fff;
    font-size: 14px;
}
.msninfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.msninfo img {
    width: 80px;
}
.about-msnvsn h3 {
    font-size: 30px;
}
.cornerstore {
    text-align: center;
    background-image: url(../img/cornerstone.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0;
}
.cornerstore h2 {
    font-size: 38px;
}
.storecnt h4 {
    font-size: 23px;
}
.storecnt {
    width: 50%;
    margin: 0 auto;
}
.storecnt p {
    font-size: 13px;
    margin-top: 25px;
    color: #fff;
    line-height: 20px;
}

.directors {
    padding: 150px 0;
    background: #111;
    color: #fff;
}
.director-slide.slick-slide img {
    height: 200px;
    object-fit: cover;
}
.director-slide h3 {
    font-size: 28px;
    margin-bottom: 5px;
}

.director-slide span {
    color: #aaa;
    display: block;
    margin-bottom: 18px;
    font-size: 14px;
}
.about-directors p {
    font-size: 11px;
}
.about-directors h3 {
    font-family: "Inter", sans-serif;
    font-size: 22px;
}
.about-directors {
    padding-left: 30px;
}
.about-directors p {
    font-size: 12px;
    color: #ffffffa3;
}
.directors strong {
    color: var(--primary);
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 15px;
    display: block;
}
.directors h2 {
    font-size: 40px;
    margin-bottom: 60px;
}
.welcome-meeage span {
    color: var(--primary);
    font-size: 11px;
    margin-bottom: 20px;
    display: block;
}
.welcome-cnt h2 {
    font-size: 35px;
    width: 66%;
    margin-bottom: 30px;
}
.welcome-cnt p {
    font-size: 12px;
    width: 90%;
    line-height: 20px;
    color: #ffffffa6;
}
.welcome-meeage {
    padding: 130px 0;
}
.welcome-meeage img {
    display: block;
    margin: 0 auto;
    width: 350px;
    margin-top: -32px;
}

/*market insight css */

.insight-dtls {
    font-family: "Inter", sans-serif;
}

.insight-dtls h2 {
    font-family: "Inter", sans-serif;
}
.insight-dtls button.btn.btn-sm.text-light {
    border: 1px solid #ffffff38;
    padding: 5px 22px;
}
.insight-dtls button.btn i {
    color: #d9aa1e;
}
.insight-dtls .btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: unset !important;
}
thead th {
    color: #fff;
    font-weight: 400;
    padding: 20px 20px 15px !important;
    font-size: 15px;
}
table.table.table-dark.table-borderless.align-middle {
    background: #1c1d21  !important;
}
thead tr th {
    background: #2e2e2e !important;
}
table td {
    font-size: 13px;
}
.table>:not(caption)>*>* {
    background-color: unset !important;
}
.text-secondary.small {
    background: red !important;
}
.text-secondary.small {
    background: #2e2e2e !important;
}
table.table tbody tr {
    border-bottom: 1px solid #878789;
    height: 60px;
}
.insight-dtls {
    font-family: "Inter", sans-serif;
    margin-bottom: 120px;
}
.insight-dtls button span {
    color: #fff;
}
.insight-dtls button.btn.btn-outline-warning.btn-sm {
    border: 1px solid #ffffff59;
    padding: 4px 30px;
    border-radius: 3px;
}
table.table.table-dark.table-borderless.align-middle thead tr th {
    width: 35%;
}
.insight-dtls h2 {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1px;
}
.form-control:focus {
    box-shadow: unset !important;
}
.insight-dtls input {
    padding: 15px;
}


/*sign in page css */

.login-wrapper {
    width: 100%;
    max-width: 645px;
    padding: 0;
    margin: 0 auto 180px;
}

.login-card {
    background: transparent;
}

.login-card h1 {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 12px;
}

.subtitle {
    color: #b5b7ba;
    font-size: 15px;
    margin: 20px 0 35px;
}

.form-group {
    margin-bottom: 26px;
}

.form-group label {
    display: block;
    font-size: 11px;
    letter-spacing: 1.5px;
    color: #9a9ca0;
    margin-bottom: 8px;
    font-family:"Inter", sans-serif;
}

.form-group input {
    width: 100%;
    height: 52px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 6px;
    padding: 0 14px;
    color: #fff;
    font-size: 15px;
}

.form-group input:focus {
    outline: none;
    border-color: #ffffff;
}

.login-btn {
    margin-top: 10px;
    background: #fff;
    color: #000;
    border: none;
    border-radius: 30px;
    padding: 12px 26px;
    font-size: 14px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s ease;
}

.login-btn:hover {
    background: #eaeaea;
}

.login-btn span {
    font-size: 16px;
}


/*contact page css */
 
    /* LEFT */
   .contact-section .contact-left {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 90vh;
    }
 
   .contact-section a,
   .contact-section span,
   .contact-section p,
   .contact-section h6 {
      font-family: "Inter", sans-serif;
    }
 
   .contact-section .info-block a {
      text-decoration: none;
      color: #fff !important;
    }
 
   .contact-section .small-title {
      color: #c9a75f;
      font-size: 12px;
      letter-spacing: 2px;
    }
 
   .contact-section .main-title {
      font-family: 'Austin News Headline Light';
      font-size: 42px;
      margin: 15px 0;
    }
 
  .contact-section .desc {
    color: #b5b5b5;
    max-width: 295px;
    font-size: 13px;
    margin-top: 35px;
}
 
.contact-section .info-block p {
    margin-bottom: 4px;
    color: #fff;
}
 
   .contact-section .info-block .label {
      font-size: 11px;
      color: #888;
      letter-spacing: 1px;
    }
 
    /* FORM */
   .contact-section .contact-form label {
      font-size: 12px;
      color: #999;
      margin-bottom: 6px;
      font-family:"Inter", sans-serif;
    }
 
 .contact-section .form-control, .contact-section .form-select {
    background: transparent;
    border: 1px solid #444 !important;
    color: #fff;
    border-radius: 4px;
    padding: 10px 14px;
    font-size: 12px;
}
 
   .contact-section .form-control:focus ,
    .contact-section .form-select:focus{
      background: transparent;
      border-color: 1px solid #444;
      box-shadow: none;
      color: #fff;
    }
 
   .contact-section .country-code {
      max-width: 90px;
    }
 
    /* BUTTON */
   .contact-section .send-btn {
      background: #fff;
      color: #000;
      border: none;
      padding: 10px 26px;
      border-radius: 30px;
      font-size: 14px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      transition: 0.3s;
    }
 
   .contact-section .send-btn:hover {
      background: #c9a75f;
    }
 
   .contact-section .form-label {
      font-size: 12px;
      color: #9a9a9a;
      margin-bottom: 6px;
    }
 
    /* Phone Field Wrapper */
   .contact-section .phone-wrapper {
      display: flex;
      border: 1px solid #3a3a3a !important;
      border-radius: 4px;
      background: transparent;
    }
 
    /* Country Code */
    .contact-section .country-select {
      display: flex;
      align-items: center;
      gap: 6px;
      padding: 0 12px;
      border-right: 1px solid #3a3a3a;
      background: transparent;
    }
 
  .contact-section .country-select select {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
    appearance: none;
    outline: none;
    cursor: pointer;
    margin: 0;
}
 
    .contact-section .country-select select option,
    .contact-section .form-select option{
      background: #1a1c20;
      color: #fff;
      width: 100%;
     }
   
   .contact-section .country-select .flag {
      font-size: 14px;
    }
 
   .contact-section .country-select .arrow {
      color: #aaa;
      font-size: 12px;
    }
 
    /* Phone Input */
  .contact-section .phone-wrapper input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 12px 14px;
    color: #fff;
    font-size: 14px;
    margin: 0;
}
 
   .contact-section .phone-wrapper:focus-within {
      border-color: 1px solid #444;
    }
 
.contact-section {
    margin-bottom: 130px;
}




/*dropdown menus css */

/* Dropdown wrapper */
.has-dropdown {
    position: relative;
}

/* Dropdown menu */
.has-dropdown .dropdown-menu {
    position: absolute;
    top: 120%;
    left: 0;
    min-width: 220px;
    background: unset !important;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    display: block !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.has-dropdown .investors:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    content: '\f107';
    color: var(--primary);
    font-size: 12px;
    position: absolute;
    right: 2px;
    top: 30px;
    cursor: pointer;
}



/* Dropdown links */
.has-dropdown .dropdown-menu li a {
    display: block;
    padding: 10px 18px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}
.dropdown-menu li {
    border-bottom: 1px solid #ffffff33;
}
/* Hover state */
.has-dropdown .dropdown-menu li a:hover {
    background: #f5f5f5;
}

/* Show dropdown on hover */
.has-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}





/* Footer */

footer {
    background: var(--black);
    padding: 90px 0 45px;
    border-top: 1px solid #878789;
}
.ftrcntdtls span {
    display: block;
}
footer .col-sm-3,
footer .col-sm-2 {
    padding-top: 40px;
}

footer h3 {
    color: var(--white);
    font-weight: 400;
    font-size: 20px;
    position: relative;
}
.ftrcontact img {
    max-width: 220px;
}
.ftrmenu h3 {
    color: var(--white);
    margin-bottom: 40px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 22px;
    position: relative;
    padding-bottom: 15px;
}

.ftrmenu h3:after {
    position: absolute;
    content: "";
    background-color: #fffdfd57;
    padding: 0.5px;
    width: 75px;
    left: 0;
    bottom: 0;
}
.ftrmenu li a {
    display: inline-block;
    line-height: 28px;
}
.ftrmenu li a, .ftrcntdtls a{
  color: var(--white);   
}
.ftrsmo li a {
    background: #ffffff17;
    height: 42px;
    display: inline-flex;
    width: 42px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: .5s;
}

.ftrsmo li a i {
    padding: 0;
    font-size: 15px;
}
.coppyright {
    padding: 25px 0 30px;
    border-top: solid 1px #878789;
}
.coppyright p {
    margin: 0;
}
.coppyright ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 8px;
}
.coppyright ul li svg {
    fill: #8e8e90;
}
.coppyright p a {
    color: var(--white);
    text-decoration: underline;
}

/* Contact Us */

.contactaddr {
    margin-bottom: 25px;
}
.contactus .googlemap iframe {
    width: 100%;
    height: 350px;
}
.contactaddrbox {
    background: var(--white);
    height: 100%;
    border-radius: 6px;
    border: dotted 1px var(--primary);
    padding: 15px;
    text-align: center;
}

.contactaddrbox i {
    font-size: 23px;
    background: var(--secondary);
    color: var(--white);
    width: 45px;
    height: 45px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    outline: dotted 1px var(--primary);
    outline-offset: 3px;
}
.contactaddrbox p, .contactaddrbox p a {
    font-weight: 500;
    font-size: 16px;
}

#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 99999999;
    padding-top: 8px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    box-shadow: 0 6px 9px rgb(0 0 0 / 5%), 0 4px 5px rgb(0 0 0 / 5%);
}

#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: whtsbtn 2s linear infinite forwards;
}

#whatsappbtn img {
    width: 110px;
}

@keyframes whtsbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

#whatsappbtn img {
    width: 30px;
    margin-top: 4px;
}

#GoToTop {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 20px;
    border-radius: 4px;
    z-index: 99;
    padding: 0;
    border: solid 1px var(--primary);
    background: var(--white);
    width: 46px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color: var(--primary);
    text-decoration: none;
    padding-top: 10px;
}

#GoToTop .fa {
    display: block;
    padding-bottom: 3px;
}

#GoToTop:hover {
    background: var(--primary);
    color: var(--white);
}

#GoToTop.show {
    display: block
}

/* responsive design  */
/* about us page  */
@media (max-width:1199px) {

    .heading,
    .leftheading {
        font-size: 30px;
    }
}

/* home page  */
@media (max-width:991px) {

    /* header section  */
    .top-bar {
        display: none;
    }
.menu-bar .nav-links {
    position: fixed;
    top: 0;
    right: -220px;
    height: 100vh;
    width: 220px;
    background-color: var(--black);
    color: #fff;
    text-align: right;
    z-index: 2;
    transition: 0.5s;
    padding: 10px;
}
    .menu-bar .nav-links ul {
        flex-direction: column;
        padding-top: 30px;
    }

    .menu-bar .nav-links ul li {
        margin-bottom: 8px;
    }

    .menu-bar .nav-links li a {
        color: #fff;
    }

    .menu-bar nav i {
        display: block;
        font-size: 25px;
        color: #000;
    }
.menu-bar nav i.fa-solid.fa-bars {
    float: right;
    height: 35px;
    width: 35px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: var(--white);
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.about-us .about-cnt {
    max-width: 100%;
}
.about-us .col-lg-6 {
    padding: 0 15px !important;
}
    .carousel-cnt h2 {
        font-size: 30px;
        line-height: 45px;
    }
.about-us, .expertise{
    padding: 50px 0;
}
.expertise .leftheading, .blogs .leftheading {
    margin-bottom: 20px;
}
.expertise-item {
    flex-wrap: wrap;
}
.expertise-content {
    width: 100%;
}
.expertise-sec .col-lg-8 {
    padding-left: 15px !important;
}
.expertise-item {
    margin: 30px 0 0;
    justify-content: inherit;
    height: auto;
}
.investing {
    padding: 60px 0;
}
footer .row {
    row-gap: 15px;
}
.carousel-cnt {
    width: 90%;
} 
footer {
    padding: 45px 0 10px;
}
.ftrcontact img {
    max-width: 150px;
}
.coppyright {
    padding: 15px 0;
}
.coppyright ul {
    justify-content: start;
}
}

/*google translate hide css */

.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
iframe.goog-te-banner-frame {
    display: none !important;
}

body,
html {
    top: 0 !important;
    position: static !important;
}

.skiptranslate {
    display: none !important;
}





















