.carousel-item {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 650px;
}


.carousel-caption {
    bottom: 250px;
    margin-left: 0px;
}


.carousel-caption h5 {
    font-size: 46px;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-top: 25px;
    font-family: Signika Negative;
    text-align: inherit;
    font-weight: bold;
}


.carousel-caption p {
    width: 75%;
    margin: auto;
    font-size: 12px;
    line-height: 1.9;
    font-family: Raleway;
    text-transform: uppercase;
}


.w-100 {
    height: 650px;
    width: 100%;
}



.link-bar {
    margin-bottom: 118px;
}

.btn {
  background-color: #f4511e;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  font-size: 12px;
  margin: 4px 2px;
  opacity: 1;
  transition: 0.3s;
  font-family: raleway;
  text-transform: uppercase;
}

.btn:hover {
    opacity: 0.10;
}





/************************ NAVBAR SECTION *****************************/




.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  line-height: inherit;
  white-space: nowrap;
  margin-left: -162px;
}


.Slide-pg {
    height: 650px;
    width: 100%;
}


.navbar.affix-top,
.navbar.affix-bottom {
  position: static;
}

.navbar.affix {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1;
  background: #fff;
  transition: all .35s ease;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: white;
}




.navbar-toggler {
    background: #fff;
}


.navbar-nav {
    text-align: center;
}


.nav-link {
    padding: .2rem 1rem;
}



.navbar-toggler {
    padding: 1px 5px;
    font-size: 18px;
    line-height: 0.3;
}


.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
    color: grey;
}


.navbar-light .navbar-nav .nav-link {
    font-size: 22px;
    text-transform: uppercase;
    font-family: Poppins;
    margin-right: 34px;
    color: #000;
    letter-spacing: -1px;
}

.active {
    color: #000;
    font-weight: bold;
}


.dropdown-menu {
    position: absolute;
    margin-top: 0px;
    font-size: 14px;
    text-align: left;
    border-radius: 0px;
    color: grey;
    background-color: orange;
    border: none;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 12px;
    font-family: raleway;
    text-transform: uppercase;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: grey;
    text-decoration: none;
    background-color: #fff;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}











/******************** HOME SECTION *****************************************************/



.home-pg {
    height: 400px;
    background-color: #000;
}

.supply-img {
    margin-top: 40px;
    float: left;
    margin-right: 20px;
}





/****************** SERVICES SUB PAGE *******************/


.wrapper-pg {
    color: #fff;
    font-size: 30px;
    font-family: Poppins;
    font-weight: bold;
    margin-top: 50px;
}

.wrapper-text {
    color: #fff;
    font-family: Raleway;
    font-size: 12px;
    margin-top: 30px;
}




.wrapper-pg2 {
    color: #fff;
    font-size: 30px;
    font-family: Poppins;
    font-weight: bold;
    margin-top: 50px;
}

.wrapper-text {
    color: #fff;
    font-family: Raleway;
    font-size: 12px;
    margin-top: 30px;
}




.wrapper-pg3 {
    color: #fff;
    font-size: 30px;
    font-family: Poppins;
    font-weight: bold;
    margin-top: 50px;
}

.wrapper-text {
    color: #fff;
    font-family: Raleway;
    font-size: 12px;
    margin-top: 30px;
}


.learn-more {
    margin-top: 30px;
}

.more {
  background-color: transparent;
  border: 1px solid darkorange;
  color: white;
  padding: 16px 32px;
  text-align: center;
  font-size: 12px;
  margin: 4px 2px;
  opacity: 1;
  transition: 0.3s;
  font-family: raleway;
  text-transform: uppercase;
}

.more:hover {
    opacity: 0.6;
}





/********************** ABOUT US SUB PAGE ************************************************/



.About-sub {
    height: 550px;
}

.About-header {
    margin-top: 100px;
    font-family: Poppins;
    font-weight: bold;
    letter-spacing: -2px;
}

.line {
    border: none;
    display: inline-block;
    text-align: left;
    background: #22211f;
    height: 4px;
    width: 250px;
}

.about_text {
    font-family: Raleway;
    font-size: 14px;
}

.Read_more {
    margin-top: 30px;
}

.more_abt {
  background-color: transparent;
  border: 1px solid darkorange;
  color: black;
  padding: 16px 32px;
  text-align: center;
  font-size: 12px;
  margin: 4px 2px;
  opacity: 1;
  transition: 0.3s;
  font-family: raleway;
  text-transform: uppercase;
}

.more_abt:hover {
    opacity: 0.6;
}

.Rev-img {
    margin-top: 100px;
}






/************************************* OPERATION SUB PAGE ***************************************/




.operations-sub-pg {
    height: 500px;
    background-color: #eeeeee91;
    text-align: center;
}

.Ope_tittle {
    font-size: 40px;
    font-family: Poppins;
    font-weight: bold;
    padding-top: 80px;
    letter-spacing: -2px;
}


.Log-img {
    margin-top: 30px;
}

.caption {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-family: Poppins;
    letter-spacing: -1px;
    font-weight: bold;
    margin-top: 30px;
}


.Log-text {
    font-family: Raleway;
    margin-top: 10px;
    font-size: 12px;
}

.arrow {
    font-size: 12px;
    text-transform: uppercase;
    font-family: Raleway;
}


.opreation-line {
    width: 200px;
    border: none;
    display: inline-block;
    text-align: left;
    background: #22211f;
    height: 4px;
    width: 250px;
}




/***************** CONTACT FORM *********************************/



.contact-form {
    height: 480px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.black-bg {
    background-color: #000000db;
    height: 480px;
    left: 0;
    right: 0;
}

.form-pg {
    font-family: Poppins;
    margin-top: 50px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 20px;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 35px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    font-family: 'raleway';
    background-color: transparent !important;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    border: 1px solid #9797975e;
    border-radius: 1px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-top: -25px;
}

.btn-snd {
    display: inline-block;
    padding: 15px 21px;
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 12px;
    text-transform: uppercase;
    width: 144px;
    float: right;
    color: #fff;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: darkorange;
    border: 0px;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-color: transparent;
}

.btn-snd:hover {
    color: #fff;
    background-color: grey;
}

.form-bar {
    border: none;
    display: inline-block;
    text-align: left;
    background: #22211f;
    height: 4px;
    width: 250px;
}


.details-pg {
    font-family: Raleway;
    font-size: 18px;
    color: grey;
    margin-top: 150px;
}

.Telephone {
    font-family: Raleway;
    font-size: 18px;
    color: grey;
    margin-top: 10px;
}






/*********************** QUICK LINK PAGE ******************************/


.Quick-link-pg {
    height: 650px;
    background-color: #c4c1c126;
}


.company-name {
    font-size: 36px;
    font-family: Signika Negative;
    letter-spacing: -2px;
    padding-top: 130px;
    color: #000;
    font-weight: bolder;
}

.eners-txt {
    font-family: Raleway;
    padding-top: 20px;
    font-size: 12px;
}


.Quick-header {
    color: #000;
    font-family: Poppins;
    font-weight: bolder;
    margin-top: 100px;
    font-size: 20px;
}

.list {
    font-family: Raleway;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 0px;
    padding: 5px;
    list-style-type: none;
}

.list a {
    color: #000;
    padding: 2px;
}


.search-bar {
    margin-top: 0px;
}

.email {
    font-family: Raleway;
    font-size: 12px;
    color: grey;
    margin-top: 20px;
}

.phone {
    font-family: Raleway;
    font-size: 12px;
    color: grey;
    margin-top: 10px;
}














.footer-pg {
    height: 80px;
    background-color: #464545;
}

.footer-text {
    font-family: Raleway;
    font-size: 13px;
    color: #fff;
    padding-top: 20px;
    margin-left: 50px;
}

.footer-text a {
    color: grey;
}









/**************************************** ABOUT US MAIN PAGE **********************************/


.About_us-pg {
    height: 350px;
    width: 100%;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-title {
    color: #fff;
    font-family: Poppins;
    padding-top: 150px;
    font-weight: bold;
    margin-left: 50px;
}

.sub-links {
    font-size: 12px;
    font-family: Raleway;
    color: #fff;
    padding-top: 10px;
    margin-left: 50px;
}

.sub-links a {
    color: darkorange;
}





.About-content {
    height: 780px;
}

.content-1 {
    margin-top: 90px;
    font-size: 14px;
    font-family: Raleway;
}

.Abt-img {
    margin-top: 130px;
}


.mission-pg {
    margin-top: 50px;
}


.collapsible {
  background-color: darkorange;
  color: white;
  cursor: pointer;
  padding: 14px;
  width: 100%;
  height: 50px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  text-transform: uppercase;
  font-family: Raleway;
  font-weight: bold;
}

/*.active, .collapsible:hover {
  background-color: #555;
}*/

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
  font-family: Raleway;
}

.vision-pg {
    margin-top: 10px;
}





/******************************* OUR EXPERTS ***********************************/



.Experts-pg {
    height: 350px;
}

.expert-header {
    font-family: Poppins;
    font-weight: bold;
    padding-top: 145px;
    margin-left: 50px;
    font-size: 46px;
    letter-spacing: -1px;
    color: #fff;
}


.Expert-1 {
    height: 1450px;
}

.first-name {
    font-family: Poppins;
    letter-spacing: -2px;
    font-weight: bold;
    margin-top: 100px;
    color: #000;
}

.position-pg {
    font-family: Raleway;
    font-size: 16px;
    font-style: italic;
    color: grey;
}

.experts-text {
    font-family: Raleway;
    font-size: 15px;
}

.experts1-img {
    margin-top: 110px;
}

.Expert-2 {
    height: 600px;
    background-color: #bfbdbd24;
}


.second-name {
    font-family: Poppins;
    letter-spacing: -2px;
    font-weight: bold;
    margin-top: 50px;
    color: #000;
}

.Zo-text {
    font-family: Raleway;
    font-size: 15px;
}

.experts2-img {
    margin-top: 50px;
}





/************** LOGISTICS AND TRADING PAGE *****************************/




.Logistics-header {
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.Log-title {
    color: #fff;
    font-family: Poppins;
    padding-top: 150px;
    margin-left: 50px;
    font-weight: bold;
    letter-spacing: -2px;
    text-transform: uppercase;
}


.Log-content-pg {
    height: 600px;
}


.log-img {
    margin-top: 120px;
}


.log-wrapper a {
    margin-top: 60px;
    font-family: Poppins;
    font-weight: bold;
    letter-spacing: -1px;
    color: #000;
    font-size: 24px;
}

.trading-txt {
    font-family: Raleway;
    font-size: 15px;
    margin-top: 20px;
}


.Ghana-pg {
    color: #fff;
    font-family: Poppins;
    padding-top: 0px;
    margin-left: 50px;
    font-weight: bold;
    letter-spacing: -2px;
}




/**************************** UAE - DUBAI PAGE *******************************/



.Dubai-pg {
    height: 400px;
}


.UAE {
    margin-top: 60px;
    font-family: Poppins;
    font-weight: bold;
    letter-spacing: -2px;
    color: #000;
}

.UAE-text {
    font-family: Raleway;
    font-size: 15px;
    color: #000;
    margin-top: 30px;
}

.UAE-img {
    margin-top: 120px;
}




/******************* SERVICES MAIN PAGE *********************/



.Services-content-pg {
    height: 400px;
}


.gold_supply {
    font-family: Poppins;
    font-weight: bold;
    padding-top: 50px;
    letter-spacing: -2px;
}

.supply-txt {
    margin-top: 20px;
    font-family: Raleway;
    font-size: 13px;
}


.joint-pg {
    font-family: Poppins;
    font-weight: bold;
    padding-top: 50px;
    letter-spacing: -2px;
}

.joint-txt {
    margin-top: 20px;
    font-family: Raleway;
    font-size: 13px;
}


.consult-pg {
    font-family: Poppins;
    font-weight: bold;
    padding-top: 50px;
    letter-spacing: -2px;
}


.consult-txt {
    margin-top: 20px;
    font-family: Raleway;
    font-size: 13px;
}






/************************* GOLD SUPPLY MAIN PAGE *****************************/


.Gold_supply-header {
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.Gold-txt-pg {
    height: 800px;
}


.gold_content1 {
    font-family: Raleway;
    padding-top: 30px;
}


.Sub-content {
    height: 720px;
    background-color: #80808014;
}

.trade-1 {
    color: #000;
    font-family: Poppins;
    margin-top: 20px;
    font-weight: bolder;
    font-size: 25px;
}

.text-1 {
    font-family: Raleway;
    font-size: 13px;
    color: #000;
}

.trade-img {
    margin-top: 50px;
}




.Rev-header {
    font-family: Poppins;
    margin-top: 20px;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #000;
}

.Rev-txt {
    font-family: Raleway;
    font-size: 13px;
    color: #000;
    margin-top: 20px;
}


.Rev-img {
    margin-top: 50px;
}




.banking-header {
    font-family: Poppins;
    color: #000;
    margin-top: 50px;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 18px;
}

.banking-txt {
    font-family: Raleway;
    font-size: 13px;
    margin-top: 20px;
    color: #000;
}

.condition-pg {
    color: #000;
    font-size: 18px;
    font-family: Poppins;
    font-style: italic;
}

.condition-txt {
    font-family: Raleway;
    font-size: 13px;
    margin-top: 20px;
    color: #000;
}




.Second-page {
    height: 780px;
}


.Export-header {
    font-family: Poppins;
    color: #000;
    margin-top: 50px;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 25px;
}

.export-txt {
    font-family: Raleway;
    font-size: 13px;
    margin-top: 20px;
    color: #000;
}

.procedures-head {
    color: #000;
    font-size: 18px;
    font-family: Poppins;
    font-style: italic;
}

.pro-txt {
    font-family: Raleway;
    font-size: 13px;
    margin-top: 20px;
    color: #000;
}


.CONSULT-head {
    font-family: Poppins;
    color: #000;
    margin-top: 50px;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 25px;
}

.conslt-txt {
    font-family: Raleway;
    font-size: 13px;
    margin-top: 20px;
    color: #000;
}









/*****************************8*** SUSTAINABILITY PAGE *********************************/


.Sustain-pg {
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.Sustain-pg2 {
    height: 705px;
}

.policy-text {
    padding-top: 50px;
    font-family: Poppins;
    letter-spacing: -1px;
    font-weight: bold;
    font-size: 24px;
}

.enviro-txt {
    font-family: Raleway;
    font-size: 13px;
}

.enviro-txt2 {
    font-family: Raleway;
    font-size: 13px;
    margin-top: 50px;
}






/********** PRINCIPLES ****************/



.Principles {
    height: 685px;
    background-color: #80808014;
}

.Comp-pg {
    font-family: Poppins;
    margin-top: 50px;
    font-size: 18px;
    font-weight: bold;
}

.Comp-txt {
    font-family: Raleway;
    font-size: 12px;
}






/***************************************** CONTACT SECTION ************************************/


.Map-pg {
    height: 600px;
}








































/****************************** MEDIA QUERIES ***********************************/



@media screen and (max-width: 768px) and (max-width: 1199.98px) {
body {
  overflow-x:hidden;
}


.navbar-collapse {
    margin-top: -4px;
    background-color: #c8c8c8;
    height: 331px;
    z-index: 99;
}

.Slide-pg {
    height: 240px;
}

.carousel-item {
    height: 240px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}


.carousel-caption h5 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-top: 25px;
    font-family: Signika Negative;
    text-align: inherit;
    font-weight: bold;
}


.carousel-caption p {
    width: 75%;
    margin: auto;
    font-size: 11px;
    line-height: 0.9;
    font-family: Raleway;
    text-transform: uppercase;
}

.link-bar {
    margin-top: -12px;
    margin-bottom: -30px;
}


.w-100 {
    height: 50vh;
}


.btn {
    background-color: #f4511e;
    border: none;
    color: white;
    padding: 15px 21px;
    text-align: center;
    font-size: 12px;
    margin: 20px 2px;
    opacity: 1;
    transition: 0.3s;
    font-family: raleway;
    text-transform: uppercase;
}



.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Raleway';
    margin-right: 30px;
    padding-top: 26px;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    line-height: inherit;
    white-space: nowrap;
    margin-left: 0px;
}


.navbar-light .navbar-toggler {
    border-color: rgb(242, 240, 240);
    background-color: #fff;
}


.main-logo {
    margin-left: 0px;
    height: 50px;
    width: 100px;
}






/************************* HOME PAGE *******************************/


.home-pg {
    height: 1056px;
    background-color: #000;
}






/****************** SERVICES SUB PAGE *****************************/

.wrapper-pg {
    color: #fff;
    font-size: 28px;
    font-family: Poppins;
    font-weight: bold;
    margin-top: 50px;
}


.wrapper-pg2 {
    color: #fff;
    font-size: 25px;
    font-family: Poppins;
    font-weight: bold;
    margin-top: 51px;
}

.wrapper-pg3 {
    color: #fff;
    font-size: 25px;
    font-family: Poppins;
    font-weight: bold;
    margin-top: 50px;
}





/*************************** ABOUT US SUB PAGE *******************************/

.About-sub {
    height: 998px;
}








/************* OPEREATIONS SUB PAGE **********************************/


.operations-sub-pg {
    height: 1123px;
    background-color: #eeeeee91;
    text-align: center;
}

.Ope_tittle {
    font-size: 34px;
    font-family: Poppins;
    font-weight: bold;
    padding-top: 52px;
}


.arrow {
    font-size: 10px;
    text-transform: uppercase;
    font-family: Raleway;
}




.contact-form {
    height: 695px;
    background-size: cover;
    background-repeat: no-repeat;
}


.details-pg {
    font-family: Raleway;
    font-size: 12px;
    color: grey;
    margin-top: 61px;
}








.black-bg {
    background-color: #000000c4;
    height: 696px;
    left: 0;
    right: 0;
}


.btn-snd {
    display: inline-block;
    padding: 15px 21px;
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 12px;
    text-transform: uppercase;
    width: 144px;
    float: left;
    color: #fff;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: darkorange;
    border: 0px;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: transparent;
}


/**************************** FOOTER PAGE ****************************/


.footer-text {
    font-family: Raleway;
    font-size: 12px;
    color: #fff;
    padding-top: 17px;
    margin-left: 24px;
}



/********************* QUICK LINKS ************************************/


.Quick-link-pg {
    height: 1080px;
}


.Quick-header {
    color: #000;
    font-family: Poppins;
    font-weight: bolder;
    margin-top: 10px;
    font-size: 20px;
}

.company-name {
    font-size: 36px;
    font-family: Signika Negative;
    letter-spacing: -2px;
    padding-top: 74px;
    color: #000;
    font-weight: bolder;
}





/***************************** ABOUT US MAIN PAGE *******************************/


.About_us-pg {
    height: 350px;
    width: 100%;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.About-content {
    height: 1438px;
}

.content-1 {
    margin-top: 90px;
    font-size: 13px;
    font-family: Raleway;
}

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
    font-family: Raleway;
    font-size: 12px;
}



/************************ EXPERTS PAGE *********************/





.expert-header {
    font-family: Poppins;
    font-weight: bold;
    padding-top: 145px;
    margin-left: 8px;
    font-size: 40px;
    letter-spacing: -1px;
}


.first-name {
    font-family: Poppins;
    letter-spacing: 0px;
    font-weight: bold;
    margin-top: 50px;
    color: #000;
    font-size: 20px;
}

.Expert-1 {
    height: 2735px;
}


.experts-text {
    font-family: Raleway;
    font-size: 13px;
    text-align: justify;
}


.Expert-2 {
    height: 1368px;
    background-color: #bfbdbd24;
}

.Zo-text {
    font-family: Raleway;
    font-size: 13px;
    text-align: justify;
}










/********************* LOGISTICS AND TRADING ********************************/




.Log-title {
    color: #fff;
    font-family: Poppins;
    padding-top: 150px;
    margin-left: 15px;
    font-weight: bold;
    letter-spacing: -2px;
    font-size: 28px;
}


.sub-links {
    font-size: 10px;
    font-family: Raleway;
    color: #fff;
    padding-top: 10px;
    margin-left: 17px;
}

.log-wrapper {
    margin-top: 56px;
    font-family: Poppins;
    font-weight: bold;
    letter-spacing: -2px;
    color: #000;
    font-size: 27px;
}

.trading-txt {
    font-family: Raleway;
    font-size: 13px;
    margin-top: 15px;
}

.Log-content-pg {
    height: 1016px;
}





.Dubai-pg {
    height: 798px;
}

.UAE-img {
    margin-top: 120px;
    width: 100%;
}









/************************** SERVICES PAGE *************************************/




.Services-content-pg {
    height: 993px;
}


.Gold-txt-pg {
    height: 1363px;
}


.gold_content1 {
    font-family: Raleway;
    font-size: 13px;
}



.Sub-content {
    height: 1382px;
    background-color: #80808014;
}

.trade-1 {
    color: #000;
    font-family: Poppins;
    margin-top: 20px;
    font-weight: bolder;
    font-size: 19px;
}


.Rev-header {
    font-family: Poppins;
    margin-top: 50px;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: -1px;
}


.banking-header {
    font-family: Poppins;
    color: #000;
    margin-top: 50px;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 17px;
}


.condition-pg {
    color: #000;
    font-size: 15px;
    font-family: Poppins;
    font-style: italic;
}


.Second-page {
    height: 1252px;
}









/************************* SUSTAINABILITY PAGE *********************************/




.Sustain-pg2 {
    height: 1705px;
}


.policy-text {
    padding-top: 50px;
    font-family: Poppins;
    letter-spacing: -1px;
    font-weight: bold;
    font-size: 16px;
}


.Principles {
    height: 1699px;
    background-color: #80808014;
}


.Comp-pg {
    font-family: Poppins;
    margin-top: 50px;
    font-size: 14px;
    font-weight: bold;
}



}










