/*============== CONTENTS ==============

COLORS

COMMON
  Text links
  Images
  Icons
  Buttons 
  Lists 
  Cards 

TOP NAV
  Social nav 
  Main nav 
  Section Markers 
  Submenu 
  Contact & Login 

HOME
  Hero 
  Cards 
  Info 

INTERNAL
  Banner 
  Title 
  Breadcrumbs 
  Banner images 
  Contents 
  Intro 
  Cards 
  Boxes
  Tables
  Map
  Wealth solutions
  Service providers
  Go links
  Modal
  Logos carousel

FOOTER

=== RESPONSIVE STYLES ===

SMALL

MEDIUM
  Hero 
  Home - Cards 
  Home - Info 
  Internal - Breadcrumbs 
  Internal - Banner imagea 
  Internal - Intro 
  Internal - Contents 
  Go links
  Footer 

LARGE
  Top nav 
  Social nav 
  Main nav 
  Submenu 
  Contact & Login 
  Home - Hero 
  Home - Cards 
  Internal - Map

EXTRA LARGE
  Top nav 
  Submenu 

======================================*/


/*================
  COLORS
==================

#f4f2f1; light gray
#dddee0; medium gray
#c3c5d8; map blue
#417fad; blue
#044372; dark blue
#032b4a; darker blue
#dd7262; orange

*/


/*=================
  COMMON
=================*/

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: Tajawal, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  background-color: #f4f2f1; /* light gray */
}

strong {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 { 
  font-weight: normal; 
}

.note {
  line-height: 1;
}

/*======== Text links ========*/

a {
  color: #dd7262; /* orange */
  transition: color .15s ease-in-out;
}

a:hover {
  color: #417fad; /* blue */
  text-decoration: none;
}

/*======== Images ========*/

.img-squared {
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.img-wide {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/*======== Icons ========*/

.icons [class*="fa"]{
  color: #dd7262; /* orange */
}

/*======== Buttons ========*/

.btn {
  padding: .8em 1.6em .4em;
  position: relative;
  font-size: 0.875rem;
  line-height: 1em;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: .025em;
  border-radius: 1.3em;
}

.btn-primary {
  background-color: transparent;
  border-color: white;
}

.btn-primary:hover,
.btn-primary:focus {
  color: #044372; /* dark blue */
  background-color: white;
  border-color: white;
  box-shadow: none;
}

.btn-secondary {
  color: #044372; /* dark blue */
  background-color: transparent;
  border-color: #044372; /* dark blue */
}

.btn-secondary:hover,
.btn-secondary:focus {
  color: white;
  background-color: #044372; /* dark blue */
  box-shadow: none;
}

.btn-secondary::after {
  border-top: 9px solid #044372; /* dark blue */
}

.btn-secondary:hover::after {
  border-top: 9px solid white;
}

/*======== Lists ========*/

.info li,
.cards li,
.regular-text li {
  margin-bottom: .5em;
  padding-left: 20px;
  position: relative;
  list-style: none;
}

.info li::before,
.cards li::before,
.regular-text li::before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 5px;
  left: 0;
  border-top: 10px solid #dd7262; /* orange */
  border-right: 10px solid transparent;
}

.info dt {
  margin-top: 1.3em;
  padding-left: .8rem;
  position: relative;
  color: #dd7262; /* orange */
  transition: color .15s ease-in-out;
  line-height: 1.1;
}

.info dt .fa-chevron-right {
  position: absolute;
  top: .1rem;
  left: 0;
}

.info dt:hover {
  color: #417fad;
  cursor: pointer;
}

.info dd {
  padding-top: .3rem;
  font-size: 1.1rem;
  font-weight: normal;
}

/*======== Cards ========*/

.cards,
.cards .col-12 {
  padding: 0;
}

.cards .row {
  margin: 20px 0 0 0;
}

.cards .row>div {
  margin-bottom: 20px;
}

.cards .card {
  height: 100%;
  overflow: hidden;
  font-size: 1.2rem;
  color: white;
  line-height: 1.3;
  text-align: center;
  border: 0;
  border-radius: 0;
}

.cards .card-img img {
  width: 100%;
  height: 200px;
  border-radius: 0;
}

.cards .card ul {
  text-align: left;
}

/*=================
  TOP NAV
=================*/

.top-nav {
  height: 120px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

.top-nav .container-fluid,
.top-nav .row,
.top-nav .col,
.top-nav .col-12,
.top-nav .col-auto {
  padding: 0;
}

.top-nav .row {
  margin: 0;
  position: relative;
}

.top-nav a {
  color: white;
}

.top-nav a:hover {
  text-decoration: none;
  color: #dd7262; /* orange */
}

.top-nav .container {
  position: relative;
}

.menu-toggler {
  position: absolute;
  top: 36px;
  right: 20px;
  z-index: 1000;
  font-size: 2.2rem;
  color: white;
  line-height: 1;
  opacity: 1;
  transition: opacity .15s ease-in-out;
}

.menu-toggler:hover {
  cursor: pointer;
}

.menu-close {
  right: 24px;
  opacity: 0;
  transition: opacity .15s ease-in-out;
}

#check {
  display: none;
}

#check:checked~.menu-close {
  opacity: 1;
}

#check:checked~.menu-open {
  opacity: 0;
}

#check:checked~.container-fluid .main-nav {
  background-color: rgba(4, 66, 114, 0.95); /* dark blue */
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.6);
}

#check:checked ~ .container-fluid .section-link,
#check:checked ~ .container-fluid .social-nav,
#check:checked ~ .container-fluid .login-link {
  display: block;
  opacity: 1;
}

/*======== Social nav ========*/

.top-nav .social-nav {
  margin: auto;
  display: none;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  opacity: 0;
  transition: opacity .15s ease-in-out;
}

.top-nav .social-nav .nav-link {
  margin-left: 5px;
  padding: 0;
  display: inline-block;
  font-size: 2.5rem;
}

.top-nav .social-nav a {
  padding: 0 5px;
}

/*======== Main nav ========*/

.top-nav .main-nav {
  display: block;
  background-color: rgba(7, 43, 73, 0); /* dark blue */
  transition: background-color .15s ease-in-out;
}

.top-nav .main-nav .home-link {
  width: 100%;
  margin-bottom: 130px;
  padding-left: 20px;
}

.top-nav .main-nav .home-link a {
  margin: 0;
  padding: 0;
  text-align: left;
  transition: filter .15s ease-in-out;
}

.top-nav .main-nav .home-link a:hover {
  background-color: transparent;
  filter: invert(65%) sepia(77%) saturate(4039%) hue-rotate(326deg) brightness(100%) contrast(87%);
}

.top-nav .main-nav .home-link a:hover img {
  filter: saturate(100%) brightness(0%);
}

.top-nav .main-nav .home-link span {
  display: none;
}

.top-nav .main-nav .home-link img {
  width: 160px;
  height: auto;
  margin-top: 3px;
  transition: filter .15s ease-in-out;
}

.top-nav .main-nav .section-link,
.top-nav .main-nav .login-link {
  display: none;
  position: relative;
}

.top-nav .main-nav li+li {
  margin: 0 20px 25px;
}

.top-nav .main-nav li {
  padding: 0;
}

.top-nav .main-nav li a {
  padding: 10px;
  display: block;
  font-size: 1.875rem;
  line-height: 0.8em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .025em;
}

.top-nav .main-nav li a span {
  font-size: 1.3132rem;
}

.top-nav .contact-link i {
  transition: transform .15s ease-in-out;
}

.top-nav .contact-link:hover i {
  transform: translateY(-50%);
}

.top-nav .contact-link:hover a::after {
  opacity: 1;
}

.wealth-link,
.sharia-link {
  cursor: default;
}

/*======== Section Markers ========*/

.page-mission .top-nav .mission-link > a,
.page-partners .top-nav .partners-link > a,
.page-benefits .top-nav .benefits-link > a,
.page-wealth .top-nav .wealth-link > a,
.page-sharia .top-nav .sharia-link > a,
.page-funds .top-nav .funds-link > a,
.page-advisory .top-nav .advisory-link > a,
.page-contact .top-nav .contact-link > a {
  color: #dd7262; /* orange */
}

/*======== Submenu ========*/

.top-nav .main-nav .submenu ul {
  padding: 15px 20px;
  border-top: 1px solid white;
}

.top-nav .main-nav .submenu ul::before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top: 10px solid white;
}

.top-nav .main-nav .submenu ul li {
  margin: 15px 0 0;
  list-style-type: none;
}

.top-nav .main-nav .submenu ul li a {
  font-size: 1.4rem;
  text-transform: none;
}

/*======== Contact & Login ========*/

.top-nav .login-link {
  max-width: 300px;
  margin: 60px auto 45px !important;
  background-color: #dd7262; /* orange */
  border-radius: 30px;
}

.top-nav .login-link:hover {
  background-color: white;
  border-color: #dd7262; /* orange */
}

.top-nav .login-link a {
  font-size: 2rem;
}

.contactFormSuccess, .contactFormError {
    padding: 1em;
    display: none;
    border: 1px solid #dd7262; /* orange */
    border-radius: 5px;
  }
  .warning-close {
    text-align: right;
  }
  .warning-close a {
    cursor: pointer;
    color: #dd7262; /* orange */
    font-size: 1.4em;
  }
  .errorIconColor {
      color: #cc3300;
  }
  .warningIconColor {
      color: #FFCC00;
  }
  .successIconColor {
      color: #339900;
  }

/*=================
  HOME
=================*/

/*======== Hero ========*/

.hero {
  background-color: #044372; /* dark blue */
}

.hero .video {
  overflow: hidden;
  position: absolute;
  inset: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}

.hero .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100) brightness(1.5);
}

.hero-txt {
  height: auto;
  overflow: hidden;
  position: relative;
  color: white;
  font-size: 1.2rem;
  line-height: 1.1;
  z-index: 2;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

.hero-txt h1 {
  width: 100%;
  color: #dd7262; /* orange */
  font-size: 2.5rem;
  line-height: 1;
}

.hero-txt li {
  margin-bottom: 1em;
  font-size: 1.3rem;
}

.animate__animated {
  animation-name: stop !important;
}

.animate__animated.animate__fadeInDown {
  animation-name: fadeInDown !important;
}

.animate__animated.animate__fadeInRight {
  animation-name: fadeInRight !important;
}

.animate__animated.animate__fadeIn {
  animation-name: fadeIn !important;
}

/*======== Cards ========*/

.page-home .card-1 {
  background-color: #044372;  /* dark blue */
}

.page-home .card-2 {
  background-color: #dd7262; /* orange */
}

.page-home .card li::before {
  border-top-color: white;
}

.page-home .card-3 {
  background-color: #417fad; /* blue */
}

.page-home .card-title {
  font-size: 1.875rem;
  line-height: 1em;
}

.page-home .card .card-img img {
  object-fit: cover;
}

.page-home .card-body {
  padding: 1.5rem 1.25rem;
}

/*======== Info ========*/

.info {
  font-size: 1.2rem;
}

.info ul {
  padding: 0;
  text-align: left;
}

.info li::before {
  border-top: 10px solid #dd7262; /* orange */
}

.info .info-title {
  margin-bottom: .5em;
  font-size: 2rem;
  color: #dd7262; /* orange */
  line-height: 1;
}

.info .info-title small {
  font-size: 0.5em;
}

.title-big {
  font-size: 2.5rem !important;
}

.info-bg {
  color: white;
  background-color: #044372; /* dark blue */
}

.info-bg .info-title {
  color: white;
}

/*=================
  INTERNAL
=================*/

/*======== Banner ========*/

.banner {
  height: 300px;
  padding: 0;
  position: relative;
}

.banner .container {
  padding: 0 20px;
  color: white;
  line-height: 1em;
}

/*======== Title ========*/

.banner .page-title {
  padding: 20px 0 15px 0;
  position: absolute;
  bottom: 0px;
}

.banner .title {
  margin-bottom: 10px;
  color: #dd7262; /* orange */
  font-size: 2.1875rem;
}

.banner .title small {
  font-size: .6em;
}

/*======== Breadcrumbs ========*/

.banner .breadcrumbs {
  font-size: 1rem;
  letter-spacing: .025em;
  line-height: 1.5em;
  text-transform: uppercase;
}

.banner .breadcrumbs li {
  position: relative;
}

.banner .breadcrumbs li:after {
  content: "\f054";
  margin: 0 10px;
  position: absolute;
  right: -3px;
  top: -2px;
  font-family: "Font Awesome 5 Pro";
  font-size: .5rem;
  font-weight: 900;
}

.banner .breadcrumbs li:last-of-type:after {
  display: none;
}

.banner .breadcrumbs span {
  display: none;
}

.banner .breadcrumbs a {
  color: white;
  padding-right: 1.7em;
}

/*======== Banner images ========*/

.banner {
  background-position: center;
  background-size: cover;
}

.page-mission .banner {
  background-image: url(../img/img-banner-family-beach.jpg);
  background-position: left top;
}

.page-partners .banner {
  background-image: url(../img/img-banner-04.jpg);
}

.page-benefits .banner {
  background-image: url(../img/img-banner-columns.jpg);
}

.page-wealth .banner,
.page-sharia .banner,
.page-funds .banner {
  background-image: url(../img/img-banner-key.jpg);
}

.page-advisory .banner {
  background-image: url(../img/img-banner-office.jpg);
}

.page-contact .banner,
.page-press .banner {
  background-image: url(../img/img-banner-03.jpg);
}

/*======== Contents ========*/

.internal .bg-alt-section {
  padding: 60px 0;
  background-color: #dddee0; /* medium gray */
}

.internal .contents {
  padding: 0 20px;
}

.internal .contents .col-12 {
  padding: 0;
}

.internal .contents-title {
  margin-bottom: 30px;
  color: #dd7262; /* orange */
  font-size: 1.5625rem;
  text-align: center;
  text-transform: uppercase;
}

.internal .contents a {
  text-decoration: underline;
}

.internal .contents .txt-img {
  width: 100%;
  margin-bottom: 20px;
  clear: both;
}

.internal .regular-text {
  margin: 60px auto;
  font-size: 1.125rem;
  text-align: justify;
}

.internal .bg-alt-section .regular-text {
  margin: 0 auto;
}

.internal .text-title {
  padding-bottom: 20px;
  font-size: 1.375rem;
  line-height: 1;
}

.internal .text-title i {
  font-size: 1.125rem;
}

.internal .text-title .far,
.internal .text-title .fas {
  margin-top: -5px;
  color: #dd7262; /* orange */
  font-size: 3rem;
  vertical-align: middle;
}

.internal .regular-text ul {
  padding-left: 20px;
}

.internal .aside-text {
  margin-bottom: 20px;
  padding: 20px;
  color: white;
  font-size: 1rem;
  background-color: #044372; /* dark blue */
}

.internal .aside-title {
  color: #dd7262; /* orange */
  font-size: 1.125rem;
}

.internal .aside-text li::before {
  border-top-color: #dd7262; /* orange */
}

/*======== Intro ========*/

.internal .intro {
  margin: 60px auto;
  font-size: 1.375rem;
  text-align: justify;
}

.internal .intro p:last-child {
  margin-bottom: 0;
}

/*======== Cards ========*/

.internal .card {
  background-color: transparent;
  border: none;
}

.internal .card-body {
  font-size: 1.125rem;
}

.internal .card-title {
  color: #dd7262; /* orange */
}

.internal .card-title small {
  font-weight: 600;
}

/*======== Boxes ========*/

.partners-boxes {
  background-image: url(../img/img-columns-2.jpg);
  background-size: cover;
  background-position: bottom;
}

.partner-box {
  background-color: #044372; /* dark blue */
  transition: transform .2s ease;
}

.partner-box:hover {
  transform: scale(1.05);
}

.partner-box h3 {
  margin: 0;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
}

.partner-box h3 small {
  margin-top: 1rem;
  display: block;
  color: #dd7262; /* orange */
  font-size: 1.1rem;
  font-weight: normal;
  text-transform: none;
}

.partner-box .learn-more {
  color: white;
  font-size: .9rem;
  line-height: 1;
}

/*======== Tables ========*/

table thead th {
  color: #dd7262; /* orange */
  text-transform: uppercase;
}

table th,
table td {
  padding: 0.25em;
  font-weight: normal;
}

table ul {
  margin-bottom: 0;
}

table p {
  margin-bottom: 0;
}

table.table-striped tbody tr:nth-child(odd) {
  background-color: #dddee0; /* medium gray */
}


table.table-striped tbody tr:nth-child(odd of :not([style="display: none;"])) {
  background-color: #dddee0; /* medium gray */
}

table.table-striped tbody tr:nth-child(even of :not([style="display: none;"])) {
  background-color: transparent;
}

table.investment-options {
  min-width: 500px;
}

table.investment-options th,
table.investment-options td {
  border-top: none;
}

table.investment-options th:nth-child(4),
table.investment-options td:nth-child(4) {
  text-align: center;
}

table.investment-options td:first-child {
  font-weight: 600;
}

/*======== Map ========*/

.internal .map span {
  line-height: 2em;
}

.internal .map span::before {
  content: "";
  height: 20px;
  width: 20px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-bottom;
}

.internal .map .clients::before {
  background-color: #044372; /* dark blue */
}

.internal .map .no-clients::before {
  background-color: white;
}

/*======== Wealth solutions ========*/

/* .page-wealth .family-copy {
  width: 60%;
  padding: 20px;
  bottom: 20px;
  right: 20px;
  color: white;
  background-color: rgba(4, 66, 114, 0.8);
  font-size: 1.3em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

.page-wealth .family-copy h3 {
  color: #dd7262;
  font-size: 1.3em;
} */

.page-wealth.w-options .img-squared {
  object-position: 100% 0%;
}

/*======== Service providers ========*/

.internal .provider {
  padding: 0 0 40px 0 !important;
  text-align: center;
}

.internal .provider img {
  max-height: 120px;
  max-width: 150px;
  margin: 0 auto 1em auto;
  display: block;
}

.internal .provider h3 {
  margin: 0;
  padding: 0;
}

/*======== Global Advantage Plus ========*/

.page-products .globalvip img {
  width: 100%;
}

.internal .globalvip th,
.internal .globalvip td {
  text-align: center;
}

/*======== Client centricity ========*/

.internal .clientcentricity .text-title .far,
.internal .clientcentricity .text-title .fas {
  margin-top: 20px;
}

/*======== Model portfolios ========*/

.internal .modelportfolios.regular-text {
  margin-bottom: 0;
}

.internal .modelportfolios .col-6 {
  margin-bottom: 2em;
}

/*======== Wealth ========*/

.internal .wealth .text-title {
  margin-bottom: 0;
  padding-bottom: 0;
}

.internal .wealth th {
  width: 47.5%;
}

.internal .wealth th:nth-child(2) {
  width: 5%;
}

.internal .wealth td:nth-child(2) {
  text-align: center;
  vertical-align: middle;
}

/*======== Advisory Committee ========*/

.page-advisory .card-body {
  text-align: justify;
}

/*======== Contacts Us ========*/

.page-contact label {
  margin-bottom: 0.3em;
}

/*======== Press Release ========*/

.page-press article {
  border-bottom: 0.5px solid #044372; /* dark blue */
}

.page-press .fa-newspaper {
  color: #044372; /* dark blue */
}

.page-press h3 {
  line-height: .9;
}

.page-press h3 .article-source {
  color: #044372; /* dark blue */
  font-size: 1rem;
}

.page-press h3 .article-date {
  color: #aaa; /* gray */
  font-size: .9rem;
}

.page-press h3 a {
  font-size: 1.3rem;
  font-weight: bold;
}

.page-press h3 a .fas {
  font-size: .7em;
  vertical-align: text-top;
}

/*======== Go links ========*/

.go-link {
  position: relative;
  z-index: 3;
  color: #044372; /* dark blue */
  font-size: 3rem;
  text-align: center;
}

.page-partners .go-link {
  margin-top: -3rem !important;
}

.go-link a {
  color: #044372; /* dark blue */
}

.go-link a span {
  display: none;
}

.go-link a span {
  display: block;
  opacity: 0;
  position: absolute;
  top: -10px;
  left: 50%;
  font-size: 1rem;
  font-weight: bold;
  text-transform: lowercase;
  white-space: nowrap;
  transform: translateX(-50%);
  transition: opacity .15s ease-in-out;
}

.go-link a:hover span{
  opacity: 1;
}

.go-discover a {
  color: white;
  transition: color .15s ease-in-out;
}

.go-discover a:hover {
  color: #dd7262; /* orange */
}

/*======== Modal ========*/

.modal-content {
  border-radius: 0;
}

.modal-header {
  background-color: #044372; /* dark blue */
  border-bottom: none;
  border-radius: 0;
}

.modal-header .close {
  color: #dd7262; /* orange */
  text-shadow: none;
  opacity: 1;
  transition: color .15s ease-in-out;
}

.modal-header .close:hover {
  color: white;
}

.modal-content.info {
  font-size: 1rem;
}

.modal-content.info img {
  width: 250px;
  min-width: 150px;
  max-height: 100px;
  object-fit: contain;
  object-position: left;
}

.modal-content.info ul {
  padding-left: 1em;
}

.modal-content.info li {
  font-size: 1rem;
}

/*======== Logos carousel ========*/

.fund-managers-logos {
  mix-blend-mode: multiply;
}

.fund-managers-logos img {
  height: 100px;
  margin: auto;
  padding: 0 25px;
  object-fit: contain;
  object-position: 50% 50%;
  opacity: .85;
  filter: grayscale(100);
}

/*=================
  FOOTER
=================*/

.footer {
  padding: 30px 0;
  background-color: #032b4a; /* darker blue */
  font-size: 1.1rem;
  color: white;
}

.footer .row {
  margin: 0;
}

.footer .col-md {
  text-align: center;
  padding: 0 40px;
}

.footer .address {
  margin-bottom: 0;
  padding-bottom: 20px;
  line-height: 1.45em;
}

.footer .address:after {
  content: "";
  width: 50%;
  margin: 20px auto -15px auto;
  display: block;
  border-bottom: 1px solid white;
}

.footer .address a,
.footer .address img {
  transition: filter .15s ease-in-out;
}

.footer .address a:hover {
  filter: invert(65%) sepia(77%) saturate(4039%) hue-rotate(326deg) brightness(100%) contrast(87%);
}

.footer .address img {
  height: 50px;
  margin-bottom: 20px;
}

.footer .address a:hover img {
  filter: saturate(100%) brightness(0%);
}

.footer .nav {
  display: block;
}

.footer .main-nav .home-link,
.footer .main-nav br,
.footer .login-link {
  display: none;
}

.footer .nav-link {
  margin: 7px 0;
  padding: 10px;
}

.footer a {
  color: white;
  text-transform: lowercase;
}

.footer a:hover {
  color: #dd7262; /* orange */
  text-decoration: none;
}

.footer .login-link {
  display: none;
}

/* .footer .contact-link {
  font-size: 2.5rem;
  border: none;
  padding: 0;
} */

.footer .social-nav li {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
  font-size: 2.5rem;
  border: none;
}

.footer .submenu ul {
  display: none;
}

.footer .wealth-link > a:hover,
.footer .sharia-link > a:hover {
  color: white;
}

.footer .wealth-link ul,
.footer .sharia-link ul {
  display: block;
  padding-left: 0;
  list-style-type: none;
}




/*==================================================
  RESPONSIVE STYLES
==================================================*/

/*==================================================
  SMALL
==================================================*/
@media (min-width: 576px) {

  .internal .contents .txt-img {
    width: auto;
    margin-right: 20px;
    margin-bottom: 0;
    float: left;
    clear: none;
  }

  .investment-options .form-inline .custom-select {
    width: 100%;
  }
}

/*==================================================
  MEDIUM
==================================================*/
@media (min-width: 768px) {

  .img-squared {
    aspect-ratio: 1 / 1;
  }

  /*======== Hero ========*/

  .hero-txt h1,
  .hero-txt ul {
    width: 80%;
  }

  /*======== Home - Cards ========*/

  .page-home .cards .row>div:last-child {
    margin-bottom: 0;
  }


  /*======== Home - Info ========*/

    .img-sea {
      object-position: 90% 100%;
    }

  /*======== Internal - Breadcrumbs ========*/

  .banner .breadcrumbs {
    font-size: .75rem;
  }

  /*======== Internal - Banner images ========*/

  .page-benefits .banner {
    background-position: center 30%;
  }

  /*======== Internal - Intro ========*/

  .internal .intro {
    text-align: left;
  }

  /*======== Internal - Contents ========*/

  .internal .regular-text {
    text-align: left;
  }

  .internal .contents-title {
    text-align: left;
  }

  .img-parade {
    max-width: 600px;
  }

/*======== Wealth solutions ========*/

  .page-wealth.w-options .img-squared {
    object-position: 100%;
  }

  .investment-options .form-inline .custom-select {
    width: auto;
  }

  /*======== Go link ========*/

  .go-link {
    font-size: 2rem;
  }


  /*======== Footer ========*/

  .footer {
    padding: 45px 0;
    font-size: 0.875rem;
  }

  .footer .col-md {
    text-align: left;
  }

  .footer .main-nav {
    padding-top: 0 !important;
  }

  .footer .address {
    padding-bottom: 0;
    text-align: right;
    border-right: 1px solid white;
  }

  .footer .address img {
    height: 30px;
  }

  .footer .address:after {
    display: none;
  }

  .footer .nav-link {
    margin: 0 0 10px 0;
    padding: 0;
  }

  .footer .wealth-link ul,
  .footer .sharia-link ul {
    padding-left: 10px;
    list-style-type: disc;
  }

  /* .footer .contact-link {
    font-size: 1.5rem;
    padding: 0;
  } */

  .footer .social-nav li {
    margin-left: 0;
    margin-right: 15px;
    padding: 0;
    font-size: 1.5rem;
  }

}

/*==================================================
  LARGE
==================================================*/
@media (min-width: 992px) {

  .hero-txt h1,
  .hero-txt ul {
    width: 70%;
  }
  
  .hero-txt h1 {
    font-size: 2.9rem;
    line-height: .9;
  }

  .hero-txt li {
    font-size: 1.4rem;
  }

  /*======== Top nav ========*/

  .menu-toggler {
    display: none;
  }

  /*======== Social nav ========*/

  .top-nav .social-nav {
    height: 20px;
    display: -ms-flexbox;
    display: flex;
    top: 5px;
    right: 10px;
    left: auto;
    opacity: 1;
    transform: translateX(0);
  }

  .top-nav .social-nav .nav-link {
    margin-left: 5px;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .top-nav .social-nav a {
    padding: 0 5px;
  }

  /*======== Main nav ========*/

  .top-nav .main-nav {
    display: -ms-flexbox;
    display: flex;
    background-color: transparent !important;
    box-shadow: none !important;
  }

  .top-nav .main-nav .home-link {
    margin: 0;
    padding-left: 0;
    transform: translateY(-10px);
  }

  .top-nav .main-nav .section-link {
    display: block;
  }

  .top-nav .main-nav li+li {
    margin: 0;
    padding-top: 15px;
  }

  .top-nav .main-nav li a {
    margin: 0 2px;
    font-size: 1.05rem;
  }

  .top-nav .main-nav li a span {
    font-size: .7em;
  }

  /*======== Submenu ========*/

  .top-nav .main-nav .submenu ul {
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .15s ease-in-out;
  }

  .top-nav .main-nav .submenu ul::before {
    display: none;
  }

  .top-nav .main-nav .submenu:hover ul,
  .top-nav .main-nav .submenu:focus-within ul {
    transform: scaleY(1) translateX(-50%);
  }

  .top-nav .main-nav .submenu::after {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top: 10px solid white;
    opacity: 0;
    transition: opacity .15s ease-in-out;
  }

  .top-nav .main-nav .submenu:hover::after,
  .top-nav .main-nav .submenu:focus-within::after {
    opacity: 1;
  }

  .top-nav .main-nav .submenu ul {
    padding: 10px 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: scaleY(0) translateX(-50%);
  }

  .top-nav .main-nav .submenu ul li {
    height: auto;
    margin: 0;
    padding-top: 15px;
    color: white;
    white-space: nowrap;
  }

  .top-nav .main-nav .submenu ul li a {
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: .8em;
    line-height: 1em;
  }

  /*======== Contact & Login ========*/

  .top-nav .login-link {
    margin: auto 0 auto 15px !important;
    padding: 0 !important;
    display: -ms-flexbox;
    display: flex !important;
  }

  .top-nav .login-link a {
    margin: 0;
    padding: .85em 1.3em .65em;
    line-height: 1em;
  }

  /*======== Home - Cards ========*/

  .page-home .cards .row>div {
    margin-bottom: 0;
  }

  .page-home .cards .card-title {
    font-size: 1.875rem;
    line-height: 1em;
  }

  /*======== Internal - Banner images ========*/  

  .page-mission .banner {
    background-position: left 17%;
  }
  
  .page-partners .banner {
    
  }
  
  .page-benefits .banner {
    background-position: center 50%;
  }

  /*======== Internal - Map ========*/

  .map figcaption {
    margin-top: -60px;
  }

  /*======== Footer ========*/

  .footer .social-nav {
    margin-top: 2em;
  }

}

/*==================================================
  EXTRA LARGE
==================================================*/
@media (min-width: 1200px) {

  /*======== Top nav ========*/

  .top-nav .main-nav .home-link {
    transform: translateY(0px);
  }

  .top-nav .main-nav .home-link {
    width: auto;
    margin-right: auto;
  }

    /*======== Home - Hero ========*/

  .hero .container {
    width: 1140px;
  }

  .hero-txt h1,
  .hero-txt ul {
    width: 50%;
  }

  .page-advisory .banner {
    background-position: center 30%;
  }

}

