/**
* Template Name: BizPage
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: Montserrat;
}

a {
  color: #a3a3a3;
  transition: 0.5s;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #50787d;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  /* margin: 0 0 30px 0; */
}

.img-fluid {
  width: 100%
}

.img-fluid-sub {
  width: 80%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.tnp-field.tnp-field-button {
    position: absolute;
}

.footerbi::before {
  margin: 5px 10px 0 0;
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  padding: 10px;
  color: #304761;
  font-size: larger;
}

.heading-primary-black {
  color: #141731 !important;
  text-align: center;

  /* SectionHeading Bold Mobile */
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 41px;
  /* 102.5% */
  text-transform: uppercase;
}

.heading-primary-black-nor {
  color: #141731 !important;
  text-align: center;

  /* SectionHeading Bold Mobile */
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px;
  /* 102.5% */
  /* text-transform: uppercase; */
}

.personal-primary-black-nor {
  color: #141731 !important;
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  padding: 10% 0% 5% 0%;
}

.heading-primary-default {
  color: var(--primary-green-primary-green-500, #115E67) !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  /* 108% */
  text-transform: uppercase;
}

.heading-primary-black-sm {
  color: #141731 !important;
  text-align: center;

  /* SectionHeading Black Bold Desktop */
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  /* 126.667% */
  padding-bottom: 0 !important;
}

.heading-primary-black-m-sm {
  color: #141731 !important;
  text-align: center;

  /* SectionHeading Black Bold Desktop */
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  /* 126.667% */
  padding-bottom: 0 !important;
}

.heading-primary-black-ssm {
  color: #141731 !important;
  text-align: center;
  /* SectionHeading Black Bold Desktop */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  /* 126.667% */
  padding-bottom: 0 !important;
}

.heading-primary-default-sm {
  color: var(--primary-green-primary-green-500, #115E67) !important;
  text-align: center;
  /* SectionHeading Black Bold Desktop */
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  /* 126.667% */
}

#header .logo {
  padding: 0 15px 0 40px;
}

.xs-show {
  display: none;
}

.xs-hide {
  display: block;
}

.client-concierge {
  background: url(../img/banner_bg.png);
  background-repeat: no-repeat;
  height: 470px;
  background-size: 160%;
  border-radius: 20px;
  background-position-y: 60%;
  background-position-x: 0%;
}

.text-position{ text-align: left;}

.personal-fd-flexi{
  padding: 0px 8% 2% 4%;background: url(../img/personal/PersonalFundTransferBG.png) center top no-repeat;background-size: cover;height: 700px;border-radius: 20px;
}

.business-fd-flexi{
  padding: 0px 8% 2% 4%;background: url(../img/Business/BusinessFundTransferBG.png) center top no-repeat;background-size: cover;height: 700px;border-radius: 20px;
}

.security-div{
  padding: 60px 0;
}
.leadership-item-img{
  width: 100%;border: 1px solid #e5e5e5;border-radius: 20px;
}
.about-card-one{ padding: 0px 8% 2% 4%;background: url(../img/AboutPage/AboutCard01.png);background-size: cover;height: 410px;border-top-right-radius: 20px;;background-repeat: no-repeat;}
.about-card-two{ padding: 0px 8% 2% 4%;background:url(../img/AboutPage/AboutCard02.png);background-size: cover;height: 410px;background-repeat: no-repeat;}
.about-card-three{ padding: 0px 8% 2% 4%;background:url(../img/AboutPage/AboutCard03.png);background-size: cover;height: 410px;background-repeat: no-repeat;}
.about-card-four{ padding: 0px 8% 2% 4%;background:url(../img/AboutPage/AboutCard04.png);background-size: cover;height: 410px;background-repeat: no-repeat;}
.about-card-five{ padding: 0px 8% 2% 4%;background:url(../img/AboutPage/AboutCard05.png);background-size: cover;height: 410px;border-bottom-right-radius: 20px;background-repeat: no-repeat;}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #07272d;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3b747b;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Sitemap Section Container */
.sitemap-page {
  padding: 60px 20px;
  font-family: Montserrat;
}

/* Heading Style */
.sitemap-page h1 {
  margin-bottom: 20px;
  color: #141731 !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120px;
}

input.tnp-submit {
  background: url(/wp-content/themes/dhabi/assets/img/div.arrow-wrap.png) no-repeat scroll 0 0 !important;
  background-size: 30px !important;
  text-indent: -999999px;
  position: relative;
  left: 245px;
  /* bottom: 0px; */
  top: -35px;
  width: 40px;
  height: 51px;
}

.tnp-field.tnp-field-email label {
  display: none;
}

.tnp-field.tnp-field-email input {
  width: 240px !important;
}

/* Sub-Headings */
.sitemap-page h4 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  color: #115E67;
  border-bottom: 2px solid #00408033;
  padding-bottom: 8px;
}

/* List Styling */
.sitemap-page ul {
  list-style: none;
  padding-left: 0;
}

.sitemap-page ul li {
  margin-bottom: 10px;
}

.sitemap-page ul li a {
  text-decoration: none;
  color: #333;
  font-size: 1rem;
  transition: color 0.2s ease, padding-left 0.2s ease;
  display: inline-block;
}

.sitemap-page ul li a:hover {
  color: #115E67;
  padding-left: 5px;
}

/* Nested Links */
.sitemap-page ul ul {
  margin-top: 5px;
  margin-left: 20px;
  border-left: 2px solid #eee;
  padding-left: 10px;
}


/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #115E67;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

.top-head-AppIcon-box {
  display: none;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 997;
  width: 100%;
  position: absolute;
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  height: 70px;
  position: fixed;
  background: white !important;
  transition: 0.3s;
  top: 0;
}

.img-fluid-scrolled {
  transition: 0.3s;
  width: 40% !important;
}

#header .logo {
  /* height: 125px; */
}



.top-head-search-box {
  height: 50px;
  position: absolute;
  right: 2%;
}

#header .logo a {
  color: #fff;
}


.custom-search {
  position: relative;
}
.custom-search-input {
  width: 100%;
  border-radius: 100px;
  padding: 20px 100px 20px 20px; 
  line-height: 1;
  box-sizing: border-box;
  outline: none;
  color: #115E67;
  border: 1px solid #E7E7E7;
background: #FFF;
box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10);

}
.custom-search-botton {
  position: absolute;
  right: 12px;
  top: 12px;
  bottom: 12px;
  color: #fff;
  outline: none;
  margin: 0;
  border-radius: 100px;
  z-index: 2;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 6px;
  padding-bottom: 14px;
  background: linear-gradient(90deg, #1D8296 0%, #07272D 100%);
  border: 0;
}
.search-secure-param-blk {
  color: #25282A !important;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
}
.search-secure-param-sub-blk {
  color: #25282A;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.8px;
}

.search-secure-param-sub-blk-url{color: var(--Secondary-Green-secondary-green-500, #1D8296);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px; /* 170% */
}
.section-search {
  border-radius: 20px;
  background: var(--Primary-Green-primary-green-50, #E7EFF0);
  padding: 30px;
}


#searchitems{

}



/* --------------------- New Sub Banner CSS start --------------------- */
nav                             { position: absolute; left: 0; top: 0; width: 100%;}

.HeroSectionInner               { background: url(../img/InnerBanner/BannerInnerDesertBG.png), url(../img/InnerBanner/BannerInnerEffectBG.png); background-position: center top, 60% top; background-size: cover, cover; background-repeat: no-repeat;  padding: 0;}
.HeroSectionInner2              { background: url(../img/InnerBanner/BannerPersonalPhoto.png) 150% bottom no-repeat transparent; background-size: 70%; padding: 0; }

.DhabiIcon                      { padding-left: 25px; padding-right: 25px; height: 320px; overflow: hidden;}

.PageHeading                    { color: #115E67; font-size: 35px; line-height: 1; font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase; margin: 140px 0 0 0;}
.PageSubHeading                 { color: #716E6A; font-size: 12x; line-height: 1.3; font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase;}

.PersonalBanner                 { background-image: url(../img/Group.png),url(../img/InnerBanner/BannerPersonalPhoto.png);}
.BusinessBanner                 { background-image: url(../img/Group.png),url(../img/InnerBanner/BannerBusinessPhoto.png);}
.AboutDhabiBanner               { background-image: url(../img/Group.png),url(../img/InnerBanner/BannerAboutPhoto.png);}
.LeadershipBanner               { background-image: url(../img/Group.png),url(../img/InnerBanner/BannerLeadershipPhoto.png); }
.SecurityBanner                 { background-image: url(../img/Group.png),url(../img/InnerBanner/BannerSecurityPhoto.png);}
.SearchBanner                   { background-image: url(../img/Group.png),url(../img/InnerBanner/BannerSearchPhoto.png);}
.CareersBanner                  { background-image: url(../img/Group.png),url(../img/InnerBanner/BannerCareersPhoto.png);}
.LatestNewsBanner               { background-image: url(../img/Group.png),url(../img/InnerBanner/BannerNewsPhoto.png);}
.FAQsBanner                     { background-image: url(../img/Group.png),url(../img/InnerBanner/BannerFAQPhoto.png);}
.ExcellenceCenterBanner         { background-image: url(../img/Group.png),url(../img/InnerBanner/BannerExcellencePhoto.png);}
.HeadqarterBanner               { background-image: url(../img/Group.png),url(../img/InnerBanner/BannerHeadquartrsPhoto.png);}
.PrivacyPolicyBanner            { background-image: url(../img/Group.png),url(../img/InnerBanner/BannerPrivacyPhoto.png);}
.TnCBanner                      { background-image: url(../img/Group.png),url(../img/InnerBanner/BannerTnCPhoto.png);}


@media (min-width: 576px) {

}

@media (min-width: 768px) {

    .HeroSectionInner           { background-position: left top, center top; background-size: cover, cover; padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5);}
    .HeroSectionInner2          { background-size: 15%,50%;
      background-position: 60%,right; padding: 0; }
    .DhabiIcon                  { height: 350px;}
    .PageHeading                { font-size: 50px;}
    .PageSubHeading             { font-size: 15x;}

    .LeadershipBanner,
    .SearchBanner               { background-size: contain; }

}

@media (min-width: 992px) {

    .HeroSectionInner           { background-size: contain, cover;}
    .HeroSectionInner2          { background-size: contain, contain;
      background-position: 60%,right; }
    .DhabiIcon                  { background-size: contain;}
    .PageHeading                { font-size: 70px; margin: 110px 0 0 -5px;}
    .PageSubHeading             { font-size: 20px;}
    .BusinessBanner .DhabiIcon  { background-position: 55%;}
}

@media (min-width: 1200px) {

    .HeroSectionInner           { background-position: left top, right top; background-size: contain, cover;}
    .DhabiIcon                  { background-position: 70%;}
    .PageHeading                { font-size: 70px;}

    .PageSubHeading             { font-size: 20px;}

}

@media (min-width: 1400px) {

    .HeroSectionInner           { background-position: left top, center top; background-size: contain, cover;}
    .DhabiIcon                  { background-position: 63%; height: 500px;}
    .PageHeading                { font-size: 110px; margin: 75px 0 0 -5px;}

    .SearchBanner               {     background-size: contain,40%;
      background-position: 60%,right bottom; }

}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}

/* --------------------- New Sub Banner CSS end --------------------- */

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

p.pgnewsletter {
  font-family: inherit;
  font-size: 50px;
  padding: 12% 5%;
}

.navbar {
  padding-left: 10px;
  width: 100%;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  color: #000;
  white-space: nowrap;
  text-transform: uppercase;
  transition: 0.3s;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  display: flex;
  padding: 15px 1vw;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-left: 10px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #000;
  background-color: white;
  border-radius: 42px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 10%);
}

.navbar .dropdown ul {
  display: flex;
  position: absolute;
  left: 10px;
  top: calc(100% + 0px) !important;
  margin: 4px 0;
  padding: 4px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  color: #000;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #000;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  border-radius: 26px;
  /* display: flex; */
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgb(235 245 247);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 150px;
  right: 15px;
  bottom: 15px;
  left: 0px;
  margin: 25px;
  padding: 20px 0px;
  background-color: rgb(235 245 247);
  overflow-y: auto;
  transition: 0.3s;
  border-top: 1px solid #e1e1e1;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #333333;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #115E67;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #115E67;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: flex;
}

.scroll-down-icon {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0;
  right: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: #fff;
  overflow: hidden;
  position: relative;
}

#heroglobal {
  width: 100%;
  height: 100vh;
  background: #fff;
  overflow: hidden;
  position: relative;
}

@media (max-height: 500px) {
  #hero {
    height: 150vh;
  }

  #hero .container {
    width: 100% !important;
  }

  #heroglobal {
    height: 150vh;
  }

  #heroglobal .container {
    width: 100% !important;
  }

  .top-head-AppIcon-box {
    margin-top: 20%;
    padding-top: 2%;
    width: 100%;
    padding-left: 8%;
    display: block !important;
    border-top: 1px solid #e1e1e1;
  }
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  /* background-color: rgba(0, 0, 0, 0.7); */
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}
a.clr-default {
  color: #1d5f67;
  font-size: 18px;
}
#hero .container {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-left: 10%;
}


#hero h2 {
  color: #115E67;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
  font-family: Montserrat;
  font-size: 11vh;
  font-style: normal;
  font-weight: 700;
  line-height: 9.5vh;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-right: 3%;
}



#hero h3 {
  color: #115E67;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
  font-family: Montserrat;
  font-size: 9vh;
  font-style: normal;
  font-weight: 700;
  line-height: 9.5vh;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-right: 3%;
}



#heroglobal .carousel,
#heroglobal .carousel-inner,
#heroglobal .carousel-item,
#heroglobal .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#heroglobal .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#heroglobal .carousel-item::before {
  content: "";
  /* background-color: rgba(0, 0, 0, 0.7); */
}

#heroglobal .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#heroglobal .container {
  text-align: left;
  width: 45%;
  margin-left: 10%;
}

#heroglobal h2 {
  color: #115E67;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
  font-family: Montserrat;
  font-size: 11vh;
  font-style: normal;
  font-weight: 700;
  line-height: 9.5vh;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-right: 3%;
}


@media (max-width: 550px) {

  .top-head-AppIcon-box {
    margin-top: 39%;
    padding-top: 2%;
    width: 100%;
    padding-left: 8%;
    display: block !important;
    border-top: 1px solid #e1e1e1;
  }

}

@media (max-width: 768px) {

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }

  #herosub h2 {
    font-size: 28px;
  }

  p.pgnewsletter{
    padding: 33% 5% 0% !important;
    font-size: 30px !important;
  }

  #hero h2 {
    font-size: 7vh;
    line-height: 7vh;
    margin: 0;
  }

  #hero h3 {
    font-size: 7vh;
    line-height: 7vh;
    margin: 0;
  }

  #hero .param1 {
    font-size: 3vh !important;
    letter-spacing: 0px !important;
  }

  #hero .container {
    text-align: center;
    width: 100%;
    margin-left: 0%;
  }

  #heroglobal h2 {
    font-size: 7vh;
    line-height: 7vh;
    margin: 0;
  }

  #heroglobal .param1 {
    font-size: 3vh !important;
    letter-spacing: 0px !important;
  }

  #heroglobal .container {
    text-align: center;
    width: 100%;
    margin-left: 0%;
  }

  .mobile-nav-toggle {
    display: block;
    position: absolute;
    right: 5%;
    font-size: 40px;
    color: black;
  }

  #header .logo {
    padding: 0 20px 0 0px;
    z-index: 9999;
  }

  #hero p {
    width: 100% !important;
  }

  #hero .carousel-container {
    top: 0px;
    left: 0px;
    right: 0px;
  }

  #hero .param2 {
    font-size: 2vh !important;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  #heroglobal p {
    width: 100% !important;
  }

  #heroglobal .carousel-container {
    top: 0px;
    left: 0px;
    right: 0px;
  }

  #heroglobal .param2 {
    font-size: 2vh !important;
    margin-top: 20px;
  }

  .carousel-indicators {
    justify-content: center !important;
    bottom: 25px;
  }

  .scroll-down-icon {
    bottom: -30px !important;
  }

  .navbar-mobile .mobile-nav-toggle {
    top: 5%;
    display: block;
    position: absolute;
    right: 6%;
    font-size: 55px;
    color: black;
  }

  .img-fluid-navmenu {
    width: 74%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    background-color: transparent;
    box-shadow: none;
  }

  .modal-dialog {
    position: relative !important;
    width: 80% !important;
    left: 8% !important;
}

  .navbar-mobile ul {
    right: 0px !important;
    left: 0px !important;
    /* margin: 15px !important; */
}

.DhabiIcon {
  width: 100% !important;
}

  .top-head-search-box {
    height: 80px;
        position: relative;
        border-top: 1px solid #e1e1e1;
        padding-top: 22px;
        justify-content: center;
    /* height: 12%;
    position: absolute;
    margin: 8% 0%;
    width: 95%;
    border-top: 1px solid #e1e1e1;
    padding-top: 10%;
    gap: 15px; */
  }

  #exclusive {
    background: url(../img/ScrollerMob.png) center top no-repeat !important;
    background-size: 150% !important;
    padding: 45px 0 0 0;
    position: relative;
    /* background: linear-gradient(180deg, #115E67 10.8%, rgba(17, 94, 103, 0.00) 55.08%);  */
  }

  .footer-logo-dhabi{
    width: 50px;height: 100% !important;
  }
  .footer-logo-adgm{
    width: 50%;height: 60% !important;margin-top: 15px;
  }
  .footer-logo-iso{
    width: 75px;height: 80px;margin: 10px 0px 0px 0px;
  }


  .nav-mob-appandroid {
    background-image: url(../img/mobileandroid.svg);
    background-repeat: no-repeat;
    width: 50%;
    height: 60px;
    background-size: contain;
  }

  .nav-mob-appApple {
    background-image: url(../img/mobileapple.svg);
    background-repeat: no-repeat;
    width: 50%;
    height: 60px;
    background-size: contain;
  }

  .exclusive-param1 {
    font-size: 60px !important;
    margin-top: 20px !important;
    padding-bottom: 0px !important;
  }

  .exclusive-param2 {
    font-size: 30px !important;
    font-weight: 500 !important;
    line-height: 32px !important;
    padding-top: 0px !important;
    padding-bottom: 10px !important;
  }

  .exclusive-param3 {
    font-size: 22px !important;
    font-weight: 300 !important;
    line-height: 36px !important;
    padding: 0px 3% !important;
  }

  .exclusive-lrnmore-btn {
    margin-bottom: 5vh !important;
  }

  .about-cols {
    padding: 0 5%;
  }

  .leading-param {
    padding: 50px 0px 0px 0px !important;
  }

  .heading-primary-black {
    font-size: 28px;
    line-height: 35px;
  }

  #heroglobal {
    height: 40vh !important;
  }

  .mask-Mobile1,
  .mask-Mobile2,
  .mask-Mobile3 {
    height: 500px !important;
    background-size: cover !important;
  }

  .mask-Mobile1 {
    background-position-y: -120%, bottom !important;
  }

  .mask-Mobile2 {
    background-position-y: -170%, bottom !important;
  }

  .mask-Mobile3 {
    background-position-y: -120%, bottom !important;
  }

  .adgm-param {
    padding-bottom: 0 !important;
    padding-top: 10%;
    font-size: 32px;
    line-height: 35px;
  }

  .recogimg img {
    margin: 1% auto !important;
  }

  .swiper-pagination-bullet-active {
    background: #115E67 !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    color: #115E67 !important;
  }

  .xs-show {
    display: block !important;
  }

  .xs-hide {
    display: none !important;
  }

  .containeradgm {
    height: 40vh !important;
}
  .slideradgm [class*="box"] {
    overflow: hidden;
    border-radius: 20px;
    transition: all 1s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    position: absolute;
  }

  .slideradgm [class*="box"]:nth-child(7),
  .slideradgm [class*="box"]:nth-child(1) {
    width: 90vh !important;
    height: 60vh !important;
    transform: scale(0.2) translate(-50%, -50%);
    top: -10% !important;
    z-index: 1;
  }

  .slideradgm [class*="box"]:nth-child(2),
  .slideradgm [class*="box"]:nth-child(6) {
    width: 60vh !important;
    height: 40vh !important;
    transform: scale(0.4) translate(-50%, -50%);
    top: 19% !important;
    z-index: 2;
  }

  .slideradgm [class*="box"]:nth-child(3),
  .slideradgm [class*="box"]:nth-child(5) {
    width: 50vh !important;
    height: 33vh !important;
    transform: scale(0.6) translate(-50%, -50%);
    top: 30% !important;
    z-index: 3;
  }

  .slideradgm [class*="box"]:nth-child(4) {
    width: 81vw !important;
    height: 30vh !important;
    /* border-color: #c92026; */
    color: #fff;
    transform: scale(1) translate(-50%, -50%);
    top: 40%;
    z-index: 4;
  }

  .slideradgm [class*="box"]:nth-child(1) {
    left: -63% !important;
  }

  .slideradgm [class*="box"]:nth-child(2) {
    left: -13% !important;
  }

  .slideradgm [class*="box"]:nth-child(3) {
    left: 15% !important;
  }

  .slideradgm [class*="box"]:nth-child(4) {
    left: 50% !important;
  }

  .slideradgm [class*="box"]:nth-child(5) {
    left: 39% !important;
  }

  .slideradgm [class*="box"]:nth-child(6) {
    left: 30% !important;
  }

  .slideradgm [class*="box"]:nth-child(7) {
    left: -2% !important;
  }

  .slideradgm .firstSlide .lastSlide {
    -webkit-animation: firstChild 1s;
    animation: firstChild 1s;
  }
  
  .box1, .box2, .box3, .box4, .box5, .box6, .box7 {
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }

  .client-concierge {
    height: 100% !important;
    width: 95%;
    margin-left: 2%;
    background-size: cover;
    border-radius: 20px;
    background-position-y: 60%;
    background-position-x: 0%;
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .primary-btn-white {
    padding: 15px 30px !important;
    gap: 8% !important;
    width: 100% !important;
  }
  .primary-white-ssm {
    padding: 20px 0 !important;
  }
  .section-header {
    align-items: center;
    flex-direction: column;
  }
  .vogue-div-mob{
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  #vogue .vogue-news-item {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .vogue-img {
    width: 100% !important;
  }
  .primary-btn-default {
    justify-content: center !important;
  }
  .primary-btn-white-bg {
    width: 100% !important;
  }
  .text-position{ text-align: center !important;}
  .social-mob{ display: flex;
    justify-content: center;
    padding: 0 0 30px 0;}
    .foot-bot-mob{ flex-direction: column;
      align-items: center;}

      #herosub .carousel-container {
        top: 32% !important;
        left: 1% !important;
        right: 1% !important;
    }

    #herosub {
      height: 39vh !important;
  }

  #herosub h2 {
    font-size: 4.1vh !important;
    line-height: 85% !important;
    letter-spacing: 0px !important;
    padding: 8vh 0 0 8% !important;
}
#herosub .param2 {
  font-size: 1.4vh !important;
  font-weight: 500 !important;
  line-height: 115% !important;
  padding: 0 0 0 9% !important;
  width: 115% !important;
}
.head-sub-banner{
  width: 250px ;
  margin-right: -50px ;
}
/* .img-fluid-sub {
  width: 80% !important;
} */
.providing-param {
  font-size: 18px !important;
  line-height: 23px !important;
  padding: 2% 4% !important;
}
.heading-primary-black-nor-chr {
  text-align: left !important;
  padding-bottom: 20px !important;
}
.about-chairmain-msg-text{
  text-align: justify !important;
  padding: 0 10px 30px !important;
}
.open-icon-div {
  padding: 0px 0 0px 0 !important;
}
.open-widget-div {
  width: 100% !important;
  padding: 20px 10px 10px 10px !important;
  height: 100% !important;
}
.d-flex-wrap {
  flex-wrap: wrap !important;
}
.d-flex-align-center{
  align-items: center;
}

.personal-secure-param {
  padding-top: 15px !important;
}

.personal-fd-flexi{
  padding: 0px 4% 2% 4% !important;
  background: url(../img/personal/PersonalFundTransferBG.png) #000 !important;
  background-repeat: no-repeat !important;
  background-size: 190% !important;
  height: 850px !important;
  background-position-x: 83% !important;
  align-content: flex-end;
}

.business-fd-flexi{
  padding: 0px 4% 2% 4% !important;
  background: url(../img/Business/BusinessFundTransferBG.png) #000 !important;
  background-repeat: no-repeat !important;
  background-size: 180% !important;
  height: 850px !important;
  background-position-x: 45% !important;
  align-content: flex-end;
}

.fd-section-bg {
  height: unset !important;
}
.providing-param-sm {
  padding: 0 5% !important;
}
.heading-primary-black-nor {
  line-height: 35px !important;
}

.personal-secure-param-blk {
  padding: 10% 5% 0 5% !important;
}
.personal-secure-param-sub-blk {
  padding: 0 5% 10% 5% !important;
}
.personal-secure-param-btm {
  font-size: 25px !important;
  line-height: 30px !important;
  padding: 7% 20% 0% 2% !important;
}
.personal-secure-param-sub-btm {
  font-size: 18px !important;
  line-height: 23px !important;
  padding: 2% 31% 10% 2% !important;
}
#joinDhabiBottom {
  background-size: 30% !important;
  background-position: 100% !important;
  background-position-y: 104% !important;
  padding: 1% 0% 3% 0% !important;
}
#joinDhabiBottomBuss {
  background-size: 30% !important;
  background-position: 100% !important;
  background-position-y: 104% !important;
  padding: 1% 0% 3% 0% !important;
}

#joinDhabiBottomCommon {
  background-size: 30% !important;
  background-position: 100% !important;
  background-position-y: 104% !important;
  padding: 1% 0% 3% 0% !important;
}
.d-flex-justify-center {
  /* justify-content: center; */
  text-align-last: center;
}
.navbar-mobile .dropdown ul {
  margin: 0px 0px !important;
  padding: 0 !important;
}
.navbar-mobile .dropdown ul li {
  min-width: 45% !important;
}
.navbar-mobile .dropdown>.dropdown-active {
  /* display: block !important; */
  justify-content: center !important;
}
/* .navbar-mobile ul {
  margin: 5px !important;
} */
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 15px 15px !important;
}
.btn-touch-in {
  padding: 16px 30px !important;
}
.top-head-AppIcon-box {
  margin-top: 17% !important;
}
.security-secure-param {
  padding: 5% 0% 1% 5% !important;
}
.security-secure-param-sub {
  padding: 0% 0% 1% 5% !important;
}
.security-div{
  padding: 0 !important;
}
.d-block-mob{ display: block !important;}

#footer .footer-top .footer-links {
  margin: 15px !important;
}
#footer .footer-top .footer-newsletter {
  padding: 0px 10px 0 25px !important;
}
.footer-param{     padding: 0 0 0 10px;}

.leadership-top-banner{
  right: -90px !important;
  top: -50% !important;
  width: 120% !important;
  height: 150% !important;
}
.leadership-flex-div{
  flex-wrap: wrap;
  justify-content: center;
}
.leadership-item-img{
  width: 250px !important;
}
.text-align-center{
  text-align: center;
}

.about-card-one {
  background-size: contain !important;
  height: 300px !important;
  border-radius: 20px 20px 0 0 !important;
}
.about-div-one {
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.about-card-two {
  background-size: contain !important;
  height: 300px !important;
  border-radius: 20px 20px 0 0 !important;
  width: 100%;
}
.about-div-two {
  flex-wrap: wrap;
  justify-content: center;
}

.about-card-three {
  background-size: contain !important;
  height: 300px !important;
  border-radius: 20px 20px 0 0 !important;
}
.about-div-three {
  flex-wrap: wrap;
  flex-direction: column-reverse;
}


.about-card-four {
  background-size: contain !important;
  height: 300px !important;
  border-radius: 20px 20px 0 0 !important;
  width: 100%;
}
.about-div-four {
  flex-wrap: wrap;
  justify-content: center;
}


.about-card-five {
  background-size: contain !important;
  height: 300px !important;
  border-radius: 20px 20px 0 0 !important;
}
.about-div-five {
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.vogue-mob-div{
  flex-direction: column;
  gap:10px
}
#invogue {
  border-radius: 20px !important;
  background: #FFF !important;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10) !important;
}

.excellencecen-param-grn {
  font-size: 30px !important;
  line-height: 31px !important;
  padding: 10% 35% 0% 0% !important;
}
.excellencecen-param-wht {
  font-size: 26px !important;
  line-height: 31px !important;
  padding: 1% 0% 10% 0% !important;
}
.bottom-div-back{
  background-size: contain !important;
}

.excellencecen-param {
  font-size: 26px !important;
  line-height: 30px !important;
}

.excellencecen-param-sub {
  color: #909090 !important;
  font-size: 16px !important;
  font-weight: 500 !important; 
  line-height: 20px !important;
  padding-bottom: 10px !important;
}
.bottom-div-back-map{
    background-size: contain !important;
    height: 171px !important;
}

.card .form-field-title {
  padding: 0px 50px 5px 0px !important;
  text-align: left !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 25px !important;
}

.heading-primary-black-m-sm {
  font-size: 20px !important;
  line-height: 25px !important;
}

.recogimg {
  padding: 0 2%;
  display: grid;
}

.personal-primary-black-nor {
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
  padding: 8% 0% 0% 0% !important;
}

.terms-div-mob{
  display: flex !important;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#modalGetInTouch input[type=text] {
  width: 97% !important;
  margin: 10px 0 !important;
}
#modalGetInTouch select {
  width: 97% !important;
}
#modalGetInTouch input[type=email] {
  width: 97% !important;
  margin: 0px 0 20px 0 !important;
}
#modalGetInTouch input[type=number] {
  width: 97% !important;
}
.select2-container {
  width: 97% !important;
  margin: 5px 0 10px 0 !important;
}
.block-div-mob{
  display: block !important;
}
.modal-head {
  padding: 20px 10px !important;
  gap: 20px !important;
}



.open-icon-div-bg-bsns {
  bottom: 100px !important;
}
.open-icon-div-bsns {
  background-size: 160px,200px !important;
}
.PersonalBanner                 { background-image: url(../img/InnerBanner/BannerPersonalPhoto.png) !important;}
.BusinessBanner                 { background-image: url(../img/InnerBanner/BannerBusinessPhoto.png) !important;}
.AboutDhabiBanner               { background-image: url(../img/InnerBanner/BannerAboutPhoto.png) !important;}
.LeadershipBanner               { background-image: url(../img/InnerBanner/BannerLeadershipPhoto.png) !important; }
.SecurityBanner                 { background-image: url(../img/InnerBanner/BannerSecurityPhoto.png) !important;}
.SearchBanner                   { background-image: url(../img/InnerBanner/BannerSearchPhoto.png) !important;}
.CareersBanner                  { background-image: url(../img/InnerBanner/BannerCareersPhoto.png) !important;}
.LatestNewsBanner               { background-image: url(../img/InnerBanner/BannerNewsPhoto.png) !important;}
.FAQsBanner                     { background-image: url(../img/InnerBanner/BannerFAQPhoto.png) !important;}
.ExcellenceCenterBanner         { background-image: url(../img/InnerBanner/BannerExcellencePhoto.png) !important;}
.HeadqarterBanner               { background-image: url(../img/InnerBanner/BannerHeadquartrsPhoto.png) !important;}
.PrivacyPolicyBanner            { background-image: url(../img/InnerBanner/BannerPrivacyPhoto.png) !important;}
.TnCBanner                      { background-image: url(../img/InnerBanner/BannerTnCPhoto.png) !important;}

.mob-border-sub-pages{
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid #DCDCE0;
  margin-bottom: 10px;
}
.about-card-five {
  border-radius: 0 !important;
}
.about-card-two {
  border-radius: 0 !important;
}
.pd-top-40{
  padding: 0 !important;
}
.bottom-div-back{
  background-size: cover !important;
}

article {
  width: 100% !important;
}

.recognition-img {
  width: 80% !important;
}

/* Mobile CSS END */

}



@media (max-width: 820px) {

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }

  #herosub h2 {
    font-size: 28px;
  }

  p.pgnewsletter{
    padding: 33% 5% 0% !important;
    font-size: 30px !important;
  }

  #hero h2 {
    font-size: 7vh;
    line-height: 7vh;
    margin: 0;
  }

  #hero h3 {
    font-size: 7vh;
    line-height: 7vh;
    margin: 0;
  }

  #hero .param1 {
    font-size: 3vh !important;
    letter-spacing: 0px !important;
  }

  #hero .container {
    text-align: center;
    width: 100%;
    margin-left: 0%;
  }

  #heroglobal h2 {
    font-size: 7vh;
    line-height: 7vh;
    margin: 0;
  }

  #heroglobal .param1 {
    font-size: 3vh !important;
    letter-spacing: 0px !important;
  }

  #heroglobal .container {
    text-align: center;
    width: 100%;
    margin-left: 0%;
  }

  .mobile-nav-toggle {
    display: block;
    position: absolute;
    right: 5%;
    font-size: 40px;
    color: black;
  }

  #header .logo {
    padding: 0 20px 0 0px;
    z-index: 9999;
  }

  #hero p {
    width: 100% !important;
  }

  #hero .carousel-container {
    top: 0px;
    left: 0px;
    right: 0px;
  }

  #hero .param2 {
    font-size: 2vh !important;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  #heroglobal p {
    width: 100% !important;
  }

  #heroglobal .carousel-container {
    top: 0px;
    left: 0px;
    right: 0px;
  }

  #heroglobal .param2 {
    font-size: 2vh !important;
    margin-top: 20px;
  }

  .carousel-indicators {
    justify-content: center !important;
    bottom: 25px;
  }

  .scroll-down-icon {
    bottom: -30px !important;
  }

  .navbar-mobile .mobile-nav-toggle {
    top: 5%;
    display: block;
    position: absolute;
    right: 6%;
    font-size: 55px;
    color: black;
  }

  .img-fluid-navmenu {
    width: 74%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    background-color: transparent;
    box-shadow: none;
  }

  .modal-dialog {
    position: relative !important;
    width: 80% !important;
    left: 8% !important;
}

  .navbar-mobile ul {
    right: 0px !important;
    left: 0px !important;
    /* margin: 15px !important; */
}

.DhabiIcon {
  width: 100% !important;
}

  .top-head-search-box {
    height: 80px;
        position: relative;
        border-top: 1px solid #e1e1e1;
        padding-top: 22px;
        justify-content: center;
    /* height: 12%;
    position: absolute;
    margin: 8% 0%;
    width: 95%;
    border-top: 1px solid #e1e1e1;
    padding-top: 10%;
    gap: 15px; */
  }

  #exclusive {
    background: url(../img/ScrollerMob.png) center top no-repeat !important;
    background-size: 150% !important;
    padding: 45px 0 0 0;
    position: relative;
    /* background: linear-gradient(180deg, #115E67 10.8%, rgba(17, 94, 103, 0.00) 55.08%);  */
  }

  .footer-logo-dhabi{
    width: 50px;height: 100% !important;
  }
  .footer-logo-adgm{
    width: 50%;height: 60% !important;margin-top: 15px;
  }
  .footer-logo-iso{
    width: 75px;height: 80px;margin: 10px 0px 0px 0px;
  }


  .nav-mob-appandroid {
    background-image: url(../img/mobileandroid.svg);
    background-repeat: no-repeat;
    width: 50%;
    height: 60px;
    background-size: contain;
  }

  .nav-mob-appApple {
    background-image: url(../img/mobileapple.svg);
    background-repeat: no-repeat;
    width: 50%;
    height: 60px;
    background-size: contain;
  }

  .exclusive-param1 {
    font-size: 60px !important;
    margin-top: 20px !important;
    padding-bottom: 0px !important;
  }

  .exclusive-param2 {
    font-size: 30px !important;
    font-weight: 500 !important;
    line-height: 32px !important;
    padding-top: 0px !important;
    padding-bottom: 10px !important;
  }

  .exclusive-param3 {
    font-size: 22px !important;
    font-weight: 300 !important;
    line-height: 36px !important;
    padding: 0px 3% !important;
  }

  .exclusive-lrnmore-btn {
    margin-bottom: 5vh !important;
  }

  .about-cols {
    padding: 0 5%;
  }

  .leading-param {
    padding: 50px 0px 0px 0px !important;
  }

  .heading-primary-black {
    font-size: 28px;
    line-height: 35px;
  }

  #heroglobal {
    height: 40vh !important;
  }

  .mask-Mobile1,
  .mask-Mobile2,
  .mask-Mobile3 {
    height: 500px !important;
    background-size: cover !important;
  }

  .mask-Mobile1 {
    background-position-y: -120%, bottom !important;
  }

  .mask-Mobile2 {
    background-position-y: -170%, bottom !important;
  }

  .mask-Mobile3 {
    background-position-y: -120%, bottom !important;
  }

  .adgm-param {
    padding-bottom: 0 !important;
    padding-top: 10%;
    font-size: 32px;
    line-height: 35px;
  }

  .recogimg img {
    margin: 1% auto !important;
  }

  .swiper-pagination-bullet-active {
    background: #115E67 !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    color: #115E67 !important;
  }

  .xs-show {
    display: block !important;
  }

  .xs-hide {
    display: none !important;
  }

  .containeradgm {
    height: 40vh !important;
}
  .slideradgm [class*="box"] {
    overflow: hidden;
    border-radius: 20px;
    transition: all 1s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    position: absolute;
  }

  .slideradgm [class*="box"]:nth-child(7),
  .slideradgm [class*="box"]:nth-child(1) {
    width: 90vh !important;
    height: 60vh !important;
    transform: scale(0.2) translate(-50%, -50%);
    top: -10% !important;
    z-index: 1;
  }

  .slideradgm [class*="box"]:nth-child(2),
  .slideradgm [class*="box"]:nth-child(6) {
    width: 60vh !important;
    height: 40vh !important;
    transform: scale(0.4) translate(-50%, -50%);
    top: 19% !important;
    z-index: 2;
  }

  .slideradgm [class*="box"]:nth-child(3),
  .slideradgm [class*="box"]:nth-child(5) {
    width: 50vh !important;
    height: 33vh !important;
    transform: scale(0.6) translate(-50%, -50%);
    top: 30% !important;
    z-index: 3;
  }

  .slideradgm [class*="box"]:nth-child(4) {
    width: 70vw !important;
    height: 30vh !important;
    /* border-color: #c92026; */
    color: #fff;
    transform: scale(1) translate(-50%, -50%);
    top: 43%;
    z-index: 4;
  }

  .slideradgm [class*="box"]:nth-child(1) {
    left: -55% !important;
  }

  .slideradgm [class*="box"]:nth-child(2) {
    left: -8% !important;
  }

  .slideradgm [class*="box"]:nth-child(3) {
    left: 18% !important;
  }

  .slideradgm [class*="box"]:nth-child(4) {
    left: 50% !important;
  }

  .slideradgm [class*="box"]:nth-child(5) {
    left: 40% !important;
  }

  .slideradgm [class*="box"]:nth-child(6) {
    left: 33% !important;
  }

  .slideradgm [class*="box"]:nth-child(7) {
    left: 3% !important;
  }

  .slideradgm .firstSlide .lastSlide {
    -webkit-animation: firstChild 1s;
    animation: firstChild 1s;
  }
  
  .box1, .box2, .box3, .box4, .box5, .box6, .box7 {
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }

  .client-concierge {
    height: 100% !important;
    width: 95%;
    margin-left: 2%;
    background-size: cover;
    border-radius: 20px;
    background-position-y: 60%;
    background-position-x: 0%;
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .primary-btn-white {
    padding: 15px 30px !important;
    gap: 8% !important;
    width: 100% !important;
  }
  .primary-white-ssm {
    padding: 20px 0 !important;
  }
  .section-header {
    align-items: center;
    flex-direction: column;
  }
  .vogue-div-mob{
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  #vogue .vogue-news-item {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .vogue-img {
    width: 100% !important;
  }
  .primary-btn-default {
    justify-content: center !important;
  }
  .primary-btn-white-bg {
    width: 100% !important;
  }
  .text-position{ text-align: center !important;}
  .social-mob{ display: flex;
    justify-content: center;
    padding: 0 0 30px 0;}
    .foot-bot-mob{ flex-direction: column;
      align-items: center;}

      #herosub .carousel-container {
        top: 32% !important;
        left: 1% !important;
        right: 1% !important;
    }

    #herosub {
      height: 39vh !important;
  }

  #herosub h2 {
    font-size: 4.1vh !important;
    line-height: 85% !important;
    letter-spacing: 0px !important;
    padding: 8vh 0 0 8% !important;
}
#herosub .param2 {
  font-size: 1.4vh !important;
  font-weight: 500 !important;
  line-height: 115% !important;
  padding: 0 0 0 9% !important;
  width: 115% !important;
}
.head-sub-banner{
  width: 250px ;
  margin-right: -50px ;
}
/* .img-fluid-sub {
  width: 80% !important;
} */
.providing-param {
  font-size: 18px !important;
  line-height: 23px !important;
  padding: 2% 4% !important;
}
.heading-primary-black-nor-chr {
  text-align: left !important;
  padding-bottom: 20px !important;
}
.about-chairmain-msg-text{
  text-align: justify !important;
  padding: 0 10px 30px !important;
}
.open-icon-div {
  padding: 0px 0 0px 0 !important;
}
.open-widget-div {
  width: 100% !important;
  padding: 20px 10px 10px 10px !important;
  height: 100% !important;
}
.d-flex-wrap {
  flex-wrap: wrap !important;
}
.d-flex-align-center{
  align-items: center;
}

.personal-secure-param {
  padding-top: 15px !important;
}

.personal-fd-flexi{
  padding: 0px 4% 2% 4% !important;
  background: url(../img/personal/PersonalFundTransferBG.png) #000 !important;
  background-repeat: no-repeat !important;
  background-size: 190% !important;
  height: 850px !important;
  background-position-x: 83% !important;
  align-content: flex-end;
}

.business-fd-flexi{
  padding: 0px 4% 2% 4% !important;
  background: url(../img/Business/BusinessFundTransferBG.png) #000 !important;
  background-repeat: no-repeat !important;
  background-size: 180% !important;
  height: 850px !important;
  background-position-x: 45% !important;
  align-content: flex-end;
}

.fd-section-bg {
  height: unset !important;
}
.providing-param-sm {
  padding: 0 5% !important;
}
.heading-primary-black-nor {
  line-height: 35px !important;
}

.personal-secure-param-blk {
  padding: 10% 5% 0 5% !important;
}
.personal-secure-param-sub-blk {
  padding: 0 5% 10% 5% !important;
}
.personal-secure-param-btm {
  font-size: 25px !important;
  line-height: 30px !important;
  padding: 7% 20% 0% 2% !important;
}
.personal-secure-param-sub-btm {
  font-size: 18px !important;
  line-height: 23px !important;
  padding: 2% 31% 10% 2% !important;
}
#joinDhabiBottom {
  background-size: 30% !important;
  background-position: 100% !important;
  background-position-y: 104% !important;
  padding: 1% 0% 3% 0% !important;
}
#joinDhabiBottomBuss {
  background-size: 30% !important;
  background-position: 100% !important;
  background-position-y: 104% !important;
  padding: 1% 0% 3% 0% !important;
}

#joinDhabiBottomCommon {
  background-size: 30% !important;
  background-position: 100% !important;
  background-position-y: 104% !important;
  padding: 1% 0% 3% 0% !important;
}
.d-flex-justify-center {
  /* justify-content: center; */
  text-align-last: center;
}
.navbar-mobile .dropdown ul {
  margin: 0px 0px !important;
  padding: 0 !important;
}
.navbar-mobile .dropdown ul li {
  min-width: 45% !important;
}
.navbar-mobile .dropdown>.dropdown-active {
  /* display: block !important; */
  justify-content: center !important;
}
/* .navbar-mobile ul {
  margin: 5px !important;
} */
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 15px 15px !important;
}
.btn-touch-in {
  padding: 16px 30px !important;
}
.top-head-AppIcon-box {
  margin-top: 17% !important;
}
.security-secure-param {
  padding: 5% 0% 1% 5% !important;
}
.security-secure-param-sub {
  padding: 0% 0% 1% 5% !important;
}
.security-div{
  padding: 0 !important;
}
.d-block-mob{ display: block !important;}

#footer .footer-top .footer-links {
  margin: 15px !important;
}
#footer .footer-top .footer-newsletter {
  padding: 0px 10px 0 25px !important;
}
.footer-param{     padding: 0 0 0 10px;}

.leadership-top-banner{
  right: -90px !important;
  top: -50% !important;
  width: 120% !important;
  height: 150% !important;
}
.leadership-flex-div{
  flex-wrap: wrap;
  justify-content: center;
}
.leadership-item-img{
  width: 250px !important;
}
.text-align-center{
  text-align: center;
}

.about-card-one {
  background-size: contain !important;
  height: 300px !important;
  border-radius: 20px 20px 0 0 !important;
}
.about-div-one {
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.about-card-two {
  background-size: contain !important;
  height: 300px !important;
  border-radius: 20px 20px 0 0 !important;
  width: 100%;
}
.about-div-two {
  flex-wrap: wrap;
  justify-content: center;
}

.about-card-three {
  background-size: contain !important;
  height: 300px !important;
  border-radius: 20px 20px 0 0 !important;
}
.about-div-three {
  flex-wrap: wrap;
  flex-direction: column-reverse;
}


.about-card-four {
  background-size: contain !important;
  height: 300px !important;
  border-radius: 20px 20px 0 0 !important;
  width: 100%;
}
.about-div-four {
  flex-wrap: wrap;
  justify-content: center;
}


.about-card-five {
  background-size: contain !important;
  height: 300px !important;
  border-radius: 20px 20px 0 0 !important;
}
.about-div-five {
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.vogue-mob-div{
  flex-direction: column;
  gap:10px
}
#invogue {
  border-radius: 20px !important;
  background: #FFF !important;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10) !important;
}

.excellencecen-param-grn {
  font-size: 30px !important;
  line-height: 31px !important;
  padding: 10% 35% 0% 0% !important;
}
.excellencecen-param-wht {
  font-size: 26px !important;
  line-height: 31px !important;
  padding: 1% 0% 10% 0% !important;
}
.bottom-div-back{
  background-size: contain !important;
}

.excellencecen-param {
  font-size: 26px !important;
  line-height: 30px !important;
}

.excellencecen-param-sub {
  color: #909090 !important;
  font-size: 16px !important;
  font-weight: 500 !important; 
  line-height: 20px !important;
  padding-bottom: 10px !important;
}
.bottom-div-back-map{
    background-size: contain !important;
    height: 171px !important;
}

.card .form-field-title {
  padding: 0px 50px 5px 0px !important;
  text-align: left !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 25px !important;
}

.heading-primary-black-m-sm {
  font-size: 20px !important;
  line-height: 25px !important;
}

.recogimg {
  padding: 0 2%;
  display: grid;
}

.personal-primary-black-nor {
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
  padding: 8% 0% 0% 0% !important;
}

.terms-div-mob{
  display: flex !important;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#modalGetInTouch input[type=text] {
  width: 97% !important;
  margin: 10px 0 !important;
}
#modalGetInTouch select {
  width: 97% !important;
}
#modalGetInTouch input[type=email] {
  width: 97% !important;
  margin: 0px 0 20px 0 !important;
}
#modalGetInTouch input[type=number] {
  width: 97% !important;
}
.select2-container {
  width: 97% !important;
  margin: 5px 0 10px 0 !important;
}
.block-div-mob{
  display: block !important;
}
.modal-head {
  padding: 20px 10px !important;
  gap: 20px !important;
}



.open-icon-div-bg-bsns {
  bottom: 100px !important;
}
.open-icon-div-bsns {
  background-size: 160px,200px !important;
}
.PersonalBanner                 { background-image: url(../img/InnerBanner/BannerPersonalPhoto.png) !important;}
.BusinessBanner                 { background-image: url(../img/InnerBanner/BannerBusinessPhoto.png) !important;}
.AboutDhabiBanner               { background-image: url(../img/InnerBanner/BannerAboutPhoto.png) !important;}
.LeadershipBanner               { background-image: url(../img/InnerBanner/BannerLeadershipPhoto.png) !important; }
.SecurityBanner                 { background-image: url(../img/InnerBanner/BannerSecurityPhoto.png) !important;}
.SearchBanner                   { background-image: url(../img/InnerBanner/BannerSearchPhoto.png) !important;}
.CareersBanner                  { background-image: url(../img/InnerBanner/BannerCareersPhoto.png) !important;}
.LatestNewsBanner               { background-image: url(../img/InnerBanner/BannerNewsPhoto.png) !important;}
.FAQsBanner                     { background-image: url(../img/InnerBanner/BannerFAQPhoto.png) !important;}
.ExcellenceCenterBanner         { background-image: url(../img/InnerBanner/BannerExcellencePhoto.png) !important;}
.HeadqarterBanner               { background-image: url(../img/InnerBanner/BannerHeadquartrsPhoto.png) !important;}
.PrivacyPolicyBanner            { background-image: url(../img/InnerBanner/BannerPrivacyPhoto.png) !important;}
.TnCBanner                      { background-image: url(../img/InnerBanner/BannerTnCPhoto.png) !important;}

.mob-border-sub-pages{
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid #DCDCE0;
  margin-bottom: 10px;
}
.about-card-five {
  border-radius: 0 !important;
}
.about-card-two {
  border-radius: 0 !important;
}
.pd-top-40{
  padding: 0 !important;
}
.bottom-div-back{
  background-size: cover !important;
}

article {
  width: 100% !important;
}

.recognition-img {
  width: 80% !important;
}

/* Mobile CSS END */

}

/* @media (max-width: 1200px) {

  .recognition-img {
    height: 92px !important;
    padding: 35px !important;
    margin: 12px !important;
  }
} */


@media (max-width: 1400px) {

  .recognition-img {
    padding: 30px 20px !important;
  }
}


.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 20px 20px;
  font-size: 18px;
  color: #333333;
}

/* #hero .carousel-control-prev, #hero .carousel-control-next {
      width: 5% !important;
    } */

/* } */

#hero p {
  width: 80%;
  /* margin: 0 auto 30px auto; */
  color: #fff;
}

#hero .param1 {
  color: #222426;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
  font-family: Montserrat;
  font-size: 3.8vh;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.pd-0{
  padding-bottom: 0 !important;
}

#hero .param2 {
  color: #222426;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
  font-family: Montserrat;
  font-size: 2.1vh;
  font-style: normal;
  font-weight: 500;
  line-height: 2.8vh;
  margin-bottom: 40px;
  width: 40%;
}

#heroglobal p {
  width: 80%;
  /* margin: 0 auto 30px auto; */
  color: #fff;
}

#heroglobal .param1 {
  color: #222426;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
  font-family: Montserrat;
  font-size: 3.8vh;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 0;
}

#heroglobal .param2 {
  color: #222426;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
  font-family: Montserrat;
  font-size: 2.4vh;
  font-style: normal;
  font-weight: 500;
  line-height: 2.7vh;
}


@media (min-width: 1024px) {
  #hero p {
    width: 75%;
  }
}

#hero .carousel-fade {
  overflow: hidden;
}

#hero .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#hero .carousel-fade .carousel-inner .carousel-item,
#hero .carousel-fade .carousel-inner .active.carousel-item-start,
#hero .carousel-fade .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-fade .carousel-inner .active,
#hero .carousel-fade .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-fade .carousel-inner .carousel-item-next,
#hero .carousel-fade .carousel-inner .carousel-item-prev,
#hero .carousel-fade .carousel-inner .active.carousel-item-start,
#hero .carousel-fade .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#heroglobal .carousel-fade {
  overflow: hidden;
}

#heroglobal .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#heroglobal .carousel-fade .carousel-inner .carousel-item,
#heroglobal .carousel-fade .carousel-inner .active.carousel-item-start,
#heroglobal .carousel-fade .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#heroglobal .carousel-fade .carousel-inner .active,
#heroglobal .carousel-fade .carousel-inner .carousel-item-next.carousel-item-start,
#heroglobal .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#heroglobal .carousel-fade .carousel-inner .carousel-item-next,
#heroglobal .carousel-fade .carousel-inner .carousel-item-prev,
#heroglobal .carousel-fade .carousel-inner .active.carousel-item-start,
#heroglobal .carousel-fade .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#heroglobal .carousel-control-prev,
#heroglobal .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#hero .carousel-indicators li {
  cursor: pointer;
  list-style-type: none;
}

#heroglobal .carousel-control-prev,
#heroglobal .carousel-control-next {
  width: 5%;
}


#heroglobal .carousel-control-next-icon,
#heroglobal .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#heroglobal .carousel-indicators li {
  cursor: pointer;
  list-style-type: none;
}

.carousel-indicators {
  justify-content: left;
}

.carousel-indicators [data-bs-target] {
  background-color: #6D6F70 !important;
  border-radius: 10px;
}

.carousel-indicators .active {
  background-color: #1D8296 !important;
}

.btn-touch-in {
  display: flex;
  padding: 12px 22px;
  gap: 5px;
  border-radius: 53px;
  border: 1px solid #000;
  color: rgb(0, 0, 0);
  background: transparent;
}

#hero .btn-get-started {
  padding: 15px 76px;
  border-radius: 50px;
  transition: 0.5s;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 70px;
  letter-spacing: 2px;
  margin: 10px;
}

#heroglobal .btn-get-started {
  padding: 15px 76px;
  border-radius: 50px;
  transition: 0.5s;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 70px;
  letter-spacing: 2px;
  margin: 10px;
}

/* font-family: Montserrat;font-weight: 500;font-size: 16px;letter-spacing: 1px;display: inline-block;padding: 8px 32px;border-radius: 50px;transition: 0.5s;margin: 10px;color: #fff;background: #115E67; */


#hero .btn-get-started:hover {
  /* background: #fff;color: #115E67; */
}






/* Vogue Start ------ */

#vogue {
  padding: 2% 0 6% 0;
}

#vogue .section-header {
  margin-bottom: 40px;
  margin-top: 40px;
}

#vogue .vogue-carousel,
#vogue .vogue-slider {
  overflow: hidden;
}

#vogue .vogue-item {
  text-align: center;
}

#vogue .vogue-news-item {
  background: white;
  border-radius: 20px;
  padding: 3%;
  margin-left: 25px;
  width: 64%;
}

#vogue .vogue-item .vogue-img {
  border-radius: 20px;
  height: 310px;
}

#vogue .vogue-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#vogue .vogue-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

#vogue .vogue-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#vogue .vogue-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#vogue .vogue-item .p-heading {
  color: #101828;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
  text-align: left;
  padding-bottom: 3%;
}

@media (min-width: 992px) {
  #vogue .vogue-item p {
    width: 80%;
  }
}

#vogue .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#vogue .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #115E67;
}

#vogue .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #115E67;
}

/* ---------Vogue END------------- */





/*--------------------------------------------------------------
# Hero-Sub Section
--------------------------------------------------------------*/
#herosub {
  width: 100%;
  height: 54vh;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.herosub-carousal-item-top{
  background-image: url(../img/InnerBanner/BannerInnerDesertBG.png), url(../img/InnerBanner/BannerInnerEffectBG.png); 
  background-position: left, right;
}

.header-top-icon-lam{
  color: #000;font-size: 15px;line-height: 24px;letter-spacing: 5px;padding: 10px 15px;font-weight: 100;
}
.header-search-icon{
  color: #000;line-height: 50px;
}
.thank-you-choosing-div{
      background: linear-gradient(180deg, #1D8296 0%, #115E67 100%);
      position: relative;
      z-index: -99;
}

.join-dhabi-div-top{
      background: rgb(17 94 103 / 10%);
      position: relative;
      z-index: -99;
      margin-top: 3%;
}
.access-premium-param{
            color: #141731;
            font-size: 16px;
            font-weight: 700;
            line-height: 20px; /* 125% */
            text-transform: uppercase;
}
.bg-foreign-exchange-div{
  padding: 0px 8% 2% 4%;background:url(../img/personal/BGForeignExchange.png);background-size: cover;height: 350px;border-bottom-left-radius: 20px;background-repeat: no-repeat;
}
.bg-intl-fd-div{
  padding: 0px 8% 2% 4%;background: url(../img/personal/BGInternationalFinancialTransactions.png);background-size: cover;height: 350px;border-top-right-radius: 20px;;background-repeat: no-repeat;
}
.pd-top-40{
  padding-top: 40px;
}
.header-top-grp-banr{
  width: 75%;padding: 60px 10px;
}
.breadcrumbs-top-div-bg{
  height: 60px;flex-shrink: 0;background: var(--primary-green-primary-green-500, #115E67);
}
.buss-fd-bg-div{
  padding: 0px 8% 2% 4%;background: url(../img/Business/BusinessFundTransferBG.png) center top no-repeat;background-size: cover;height: 700px;border-radius: 20px;
}
.mobile-bedge-andr{
  /* width: 190px; margin-right: 20px; */
  margin: 0 3%;
  width: 80%;
}
.mobile-bedge-appl{
  /* width: 190px;  */
  width: 80%;
}
.footer-email-icon{
  width: 23px;height: 100%;margin: 3px 0px 0px 15px;
}
.footer-logo-dhabi{
  width: 50px;height: 75%;
}
.footer-logo-adgm{
  width: 200px;
  height: 62px;
  margin-top: 15px;
}
.footer-logo-iso{
  width: 75px;height: 80px;margin: 10px 0px 0px 0px;
}
.modal-body-div{
  flex-direction: column; justify-content: flex-start; align-items: flex-start; padding: 2% 0; display: flex;width: 100%;gap: 20px;
}
.modal-btn-submit{
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: linear-gradient(90deg, #1D8296 0%, #07272D 100%);
  border-radius: 30px;
  gap: 10px;
  display: flex;
  color: white;
  border: 0;
}

.select2-container {
  z-index: 9999 !important;
  width: 100% !important;
  font-size: 14px;
  color: #115E67 !important;
  font-weight: 500;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #115E67 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  /* color: #444; */
  color: #115E67 !important;
  line-height: 28px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 5px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #277585 !important;
  color: white;
}
.select2-container .select2-selection--single {
  height: 38px !important;
  border-radius: 10px !important;
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px !important;
}
.select2-dropdown {
  z-index: 999999 !important;
  font-size: 14px;
  color: #115E67 !important;
  font-weight: 500;
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
}



@media (max-height: 500px) {
  #herosub {
    height: 150vh;
  }

  #herosub .container {
    width: 100% !important;
  }
}

#herosub .carousel,
#herosub .carousel-inner,
#herosub .carousel-item,
#herosub .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#herosub .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#herosub .carousel-item::before {
  content: "";
  /* background-color: rgba(0, 0, 0, 0.7); */
}

#herosub .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 15%;
  left: 15%;
  right: 15%;
}

#herosub .container {
  margin-top: 40px;
  text-align: left;
  width: 50%;
  margin-left: 10%;
}

#herosub h2 {
  color: var(--primary-green-primary-green-500, #115E67);
  font-family: Montserrat;
  font-size: 10.6vh;
  font-style: normal;
  font-weight: 700;
  line-height: 80%;
  /* 89.727% */
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding-top: 8vh;
}

#herosub p {
  width: 80%;
  /* margin: 0 auto 30px auto; */
  color: #fff;
}


#herosub .param1 {
  color: #FFF;
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

#herosub .param2 {
  color: #716E6A;

  font-family: Montserrat;
  font-size: 2.5vh;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  text-transform: uppercase;
  padding: 1%;
  width: 90%;
}


@media (min-width: 1024px) {
  #herosub p {
    width: 75%;
  }
}

#herosub .carousel-fade {
  overflow: hidden;
}

#herosub .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#herosub .carousel-fade .carousel-inner .carousel-item,
#herosub .carousel-fade .carousel-inner .active.carousel-item-start,
#herosub .carousel-fade .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#herosub .carousel-fade .carousel-inner .active,
#herosub .carousel-fade .carousel-inner .carousel-item-next.carousel-item-start,
#herosub .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#herosub .carousel-fade .carousel-inner .carousel-item-next,
#herosub .carousel-fade .carousel-inner .carousel-item-prev,
#herosub .carousel-fade .carousel-inner .active.carousel-item-start,
#herosub .carousel-fade .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#herosub .carousel-control-prev,
#herosub .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {

  #herosub .carousel-control-prev,
  #herosub .carousel-control-next {
    width: 5%;
  }
}

#herosub .carousel-control-next-icon,
#herosub .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#herosub .carousel-indicators li {
  cursor: pointer;
  list-style-type: none;
}

.carousel-indicators {
  justify-content: left;
}

#herosub .btn-get-started {
  padding: 20px 90px;
  border-radius: 50px;
  transition: 0.5s;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 70px;
  letter-spacing: 2px;
  margin: 10px;
  /* font-family: Montserrat;font-weight: 500;font-size: 16px;letter-spacing: 1px;display: inline-block;padding: 8px 32px;border-radius: 50px;transition: 0.5s;margin: 10px;color: #fff;background: #115E67; */
}

#herosub .btn-get-started:hover {
  /* background: #fff;color: #115E67; */
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #115E67;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: url(../img/InnerBanner/bgshade1.png) no-repeat;
  background-position-y: center;
  background-size: contain;
  background-position-x: center;
}

.box {
    overflow: hidden;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f7f7f7;
  min-height: 40px;
  margin-top: 80px;
}

.breadcrumbs h2 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

/* Style the list */
ul.breadcrumb {
  padding: 15px 0px;
  list-style: none;
  font-weight: 300;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: #fff;
  content: ">\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #fff;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #e0e0e0;
}


ul.downloadcrumb {
  padding: 11px 0px;
  list-style: none;
  text-align: right;
  width: 100%;
}

ul.downloadcrumb li {
  display: inline;
  font-size: 18px;
  color: white;
  padding: 0 5px;
}





/* Featured Services Section
--------------------------------*/
#featured-services {
  background: #000;
}

#featured-services .box {
  padding: 30px 20px;
}

#featured-services .box-bg {
  background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services i {
  color: #115E67;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #115E67;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

/* About Us Section
--------------------------------*/
#exclusive {
  background: url(../img/Scroller.png) center top no-repeat;
  background-size: contain;
  padding: 60px 0 0 0;
  position: relative;
  /* background: linear-gradient(180deg, #115E67 10.8%, rgba(17, 94, 103, 0.00) 55.08%);  */
}

#exclusive::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* background: rgba(255, 255, 255, 0.92); */
  z-index: 9;
}

#exclusive .container {
  position: relative;
  z-index: 10;
}

.exclusive-param1 {
  color: #fff !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  /* 88.889% */
  text-transform: uppercase;
  margin-top: 50px;
}

.exclusive-param2 {
  color: #fff !important;
  text-align: center;
  /* SectionHeading Black Bold Desktop */
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px;
  /* 126.667% */
}

.exclusive-param3 {
  color: #fff !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 133.333% */
  padding: 0 9%;
}

.exclusive-lrnmore-btn {
  background-image: url(../img/LearnMore.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 4vh;
  margin-bottom: 5vh;
}

.leading-param {
  padding: 80px 0px 0px 0px
}

.providing-param {
  color: #141731 !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 41px;
  padding: 0 11%;
  /* 136.667% */
}

.providing-param-sm {
  color: #141731 !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  padding: 0 21%;
}

.leading-icon {
  text-align: center;
  padding: 0 0 20px 0;
}

.leading-img {
  width: 30px;
}

.leading-secure-param {
  color: #16171C;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 118.182% */
  letter-spacing: -0.648px;
  margin: 0;
}

.leading-secure-param-sub {
  color: rgba(22, 23, 28, 0.70);
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.8px;
  /* 145.333% */
  padding: 0 20px;
}

.about-div-mainset {
  border-radius: 20px;
  border: 1px solid #DCDCE0;
}

#exclusive .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#exclusive .about-col .img {
  position: relative;
}

#exclusive .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#exclusive .about-col .icon {
  width: 64px;
  height: 64px;
  text-align: center;
  position: absolute;
  background-color: #115E67;
  border-radius: 50%;
  border: 4px solid #fff;
  left: calc(50% - 32px);
  bottom: -30px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#exclusive .about-col i {
  font-size: 28px;
  line-height: 0;
  color: #fff;
  transition: 0.3s;
}

#exclusive .about-col:hover .icon {
  background-color: #fff;
}

#exclusive .about-col:hover i {
  color: #115E67;
}

#exclusive .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#exclusive .about-col h2 a {
  color: #000;
}

#exclusive .about-col h2 a:hover {
  color: #115E67;
}

#exclusive .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

/* Services Section
--------------------------------*/
#News {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#News .box {
  margin-bottom: 30px;
}

#News .icon {
  float: left;
}

#News .icon i {
  color: #115E67;
  font-size: 36px;
  line-height: 0;
  transition: 0.5s;
}

#News .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#News .title a {
  color: #111;
}

#News .box:hover .title a {
  color: #115E67;
}

#News .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}

#call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action p {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #115E67;
  border: 2px solid #115E67;
}

/* Call To Action Section
--------------------------------*/
#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
  border-radius: 0;
}

#skills .progress .skill {
  font-family: Montserrat;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: 0.9s;
}

/* Facts Section
--------------------------------*/
#facts {
  background: url("../img/facts-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}

#facts::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #115E67;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: Montserrat;
  font-size: 14px;
  color: #111;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #115E67;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
  font-size: 22px;
  color: #333;
  line-height: 0;
}

#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
  background: #115E67;
}

#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #115E67;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #115E67;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #115E67;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(51, 51, 51, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 60px 0;
}

#clients img {
  opacity: 0.5;
  transition: 0.3s;
}

#clients img:hover {
  opacity: 1;
}

#clients .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

#clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #115E67;
}

#clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #115E67;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 60px 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
  margin-top: 40px;
}

#testimonials .testimonials-carousel,
#testimonials .testimonials-slider {
  overflow: hidden;
}

#testimonials .testimonial-item {
  text-align: center;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

#testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #115E67;
}

#testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #115E67;
}

/* Recognition
--------------------------------*/
#recognition {
  background: #fff;
  padding: 0;
}

#recognition .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#recognition .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#recognition .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#recognition .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#recognition .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#recognition .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#recognition .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#recognition .member .social {
  margin-top: 15px;
}

#recognition .member .social a {
  transition: none;
  color: #fff;
}

#recognition .member .social a:hover {
  color: #115E67;
}

#recognition .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.recognition-param {
  padding-bottom: 0 !important;
  padding-top: 15%;
}

img {
  width: 100%;
}

.mask-Mobile {
  position: relative;
  display: inline-block;
}

.mask-Mobile .img-top {
  /* display: none; */
  transition: all .3s ease;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 99;
}

.mask-Mobile:hover .img-top {
  /* display: inline; */
  opacity: 1;
}

.recognition-img {
  width: auto;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 30%);
  height: 92px;
  padding: 30px 50px;
  margin: 12px;
}

.FT-clr {
  transition-duration: 5s;
}

.recogimg {
  padding: 0 2%;
}

.recogimg img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 1s ease;
  opacity: 0.3;
}

.recogimg img:hover {
  filter: grayscale(0%);
  filter: gray;
  -webkit-filter: grayscale(0%);
  filter: none;
  transition: 1s ease;
  opacity: 1;
}



.FT-clr:hover {
  background-image: url(../../assets/img/recognition/FT-clr.svg);
  width: auto;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: cover;
}

.Forbes-clr {
  transition: background .25s ease-in-out;
  -moz-transition: background .25s ease-in-out;
  -webkit-transition: background .25s ease-in-out;
}

.Forbes-clr:hover {
  background-image: url(../../assets/img/recognition/Forbes-clr.svg);
  width: auto;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: cover;
}

.BB-clr:hover {
  background-image: url(../../assets/img/recognition/BB-clr.svg);
  width: auto;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: cover;
}

.CNBC-clr:hover {
  background-image: url(../../assets/img/recognition/CNBC-clr.svg);
  width: auto;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: cover;
}

.TE-clr:hover {
  background-image: url(../../assets/img/recognition/TE-clr.svg);
  width: auto;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: cover;
}

.Reuters-clr:hover {
  background-image: url(../../assets/img/recognition/Reuters-clr.svg);
  width: auto;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: cover;
}

.TWSJ-clr:hover {
  background-image: url(../../assets/img/recognition/TWSJ-clr.svg);
  width: auto;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: cover;
}

.BI-clr:hover {
  background-image: url(../../assets/img/recognition/BI-clr.svg);
  width: auto;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: cover;
}

.Fortune-clr:hover {
  background-image: url(../../assets/img/recognition/Fortune-clr.svg);
  width: auto;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: cover;
}



/* Excellence
--------------------------------*/
#excellence {
  background: #fff;
  padding: 0;
}

#excellence .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#excellence .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}



#excellence .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#excellence .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#excellence .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#excellence .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#excellence .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#excellence .member .social {
  margin-top: 15px;
}

#excellence .member .social a {
  transition: none;
  color: #fff;
}

#excellence .member .social a:hover {
  color: #115E67;
}

#excellence .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.excellence-param {
  padding-bottom: 0 !important;
  padding-top: 10%;
}


.excellence-param-sub {
  color: var(--secondary-gunmetal-secondary-gunmetal-300, #596E72) !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  padding: 0 10%;
  /* 132% */
}

.excellence-img {
  width: auto;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.07);
  height: 92px;
  padding: 30px 50px;
  margin: 12px;
}

.box-Mobile {
  clip-path: content-box !important;
  border-radius: 30px;
}

.mask-Mobile1,
.mask-Mobile2,
.mask-Mobile3 {
  /* background-image: url(../../assets/img/excellence/Card01Mobile.png), url(../../assets/img/excellence/Card01BG.png); */
  background-repeat: no-repeat, no-repeat;
  height: 575px;

  width: 100%;
  border-radius: 20px;
  background-color: #f1f1f0;
  background-position-x: center;
  transition: all .4s;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.mask-Mobile1 {
  background-image: url(../../assets/img/excellence/Card01Mobile.png), url(../../assets/img/excellence/Card01BG.png);
  background-position-y: -90%, bottom;
}

.mask-Mobile2 {
  background-image: url(../../assets/img/excellence/Card02Mobile.png), url(../../assets/img/excellence/Card02BG.png);
  background-color: #1d8296;
  background-position-y: -130%, bottom;
}

.mask-Mobile3 {
  background-image: url(../../assets/img/excellence/Card03Mobile.png), url(../../assets/img/excellence/Card01BG.png);
  background-position-y: -74%, bottom;
}

.mask-Mobile1:hover {
  background-position-y: -50%, 120% !important;
  transform: scale(1, 1) !important;
  /* padding: 20px; */
}

.mask-Mobile2:hover {
  background-position-y: -75%, 120% !important;
  transform: scale(1, 1) !important;
  /* padding: 20px; */
}

.mask-Mobile3:hover {
  background-position-y: -37%, 120% !important;
  transform: scale(1, 1) !important;
  /* padding: 20px; */
}

.mask-Mobile1:hover .heading-empowering-s {
  display: none;
}

.mask-Mobile1:hover .heading-empowering-m {
  font-size: 26px !important;
}

.mask-Mobile2:hover .heading-empowering-w-s {
  display: none;
}

.mask-Mobile2:hover .heading-empowering-w-m {
  font-size: 26px !important;
}

.mask-Mobile3:hover .heading-empowering-s {
  display: none;
}

.mask-Mobile3:hover .heading-empowering-m {
  font-size: 26px !important;
}


.heading-empowering-s {
  color: #141731 !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  padding: 0 20px;
}

.heading-empowering-m {
  color: #141731 !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  /* padding-bottom: 0 !important; */
  padding: 40px 20px 0px 20px;
  margin: 0;
}

.heading-empowering-w-s {
  color: #fff !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  padding: 0 20px;
}

.heading-empowering-w-m {
  color: #fff !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  /* padding-bottom: 0 !important; */
  padding: 40px 20px 0px 20px;
  margin: 0;
}

/* ADGM
--------------------------------*/
#adgm {
  background: #fff;
  padding: 0;
}

#adgm .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#adgm .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}



#adgm .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#adgm .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#adgm .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#adgm .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#adgm .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#adgm .member .social {
  margin-top: 15px;
}

#adgm .member .social a {
  transition: none;
  color: #fff;
}

#adgm .member .social a:hover {
  color: #115E67;
}

#adgm .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.adgm-param {
  padding-bottom: 0 !important;
  padding-top: 6%;
}


.adgm-param-sub {
  color: var(--secondary-gunmetal-secondary-gunmetal-300, #596E72) !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  /* 132% */
}

.adgm-img {
  width: auto;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.07);
  height: 92px;
  padding: 30px 50px;
  margin: 12px;
}


.security-secure-param {
  color: #16171C;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 118.182% */
  letter-spacing: -0.648px;
  padding: 10% 0% 1% 10%;
}

.security-secure-param-sub {
  color: rgba(22, 23, 28, 0.70);
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.8px;
  /* 145.333% */
  padding: 0% 0% 1% 10%;
}


/* Slider ADGM */
.containeradgm {
  width: 100%;
  height: 72vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slideradgm {
  height: 100%;
  width: 100%;
  display: flex;
  /* perspective: 1000px; */
  position: relative;
  align-items: center;
}

.box1{      
  background:url('../../assets/img/adgm-slider/4.png');
  background-size:cover;
  background-position:center center;}
.box2{
background:url('../../assets/img/adgm-slider/3.png');
  background-size:cover;
  background-position:center center;}
.box3{
background:url('../../assets/img/adgm-slider/2.png');
  background-size:cover;
  background-position:center center;}
.box4{
background:url('../../assets/img/adgm-slider/1.png');
  background-size:cover;
  background-position:center center;}
.box5{
background:url('../../assets/img/adgm-slider/7.png');
  background-size:cover;
  background-position:center center;}
.box6{
background:url('../../assets/img/adgm-slider/6.png');
  background-size:cover;
  background-position:center center;}
.box7{
background:url('../../assets/img/adgm-slider/5.png');
  background-size:cover;
  background-position:center center;}

  .slideradgm [class*="box"] {
    /*   float: left; */
    overflow: hidden;
    border-radius: 20px;
    transition: all 1s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    position: absolute;
  }
  
  .slideradgm [class*="box"]:nth-child(7),
  .slideradgm [class*="box"]:nth-child(1) {
    width: 65%;
    height: 75%;
    transform: scale(0.2) translate(-50%, -50%);
    top: 21%;
    z-index: 1;
  }
  
  .slideradgm [class*="box"]:nth-child(2),
  .slideradgm [class*="box"]:nth-child(6) {
    width: 65%;
    height: 60%;
    transform: scale(0.4) translate(-50%, -50%);
    top: 32%;
    z-index: 2;
  }
  
  .slideradgm [class*="box"]:nth-child(3),
  .slideradgm [class*="box"]:nth-child(5) {
    width: 65%;
    height: 70%;
    transform: scale(0.6) translate(-50%, -50%);
    top: 32%;
    z-index: 3;
  }
  
  .slideradgm [class*="box"]:nth-child(4) {
    width: 55%;
    height: 60%;
    /* border-color: #c92026; */
    color: #fff;
    transform: scale(1) translate(-50%, -50%);
    top: 43%;
    z-index: 4;
  }
  
  .slideradgm [class*="box"]:nth-child(1) {
    left: -20%;
  }
  
  .slideradgm [class*="box"]:nth-child(2) {
    left: -0%;
  }
  
  .slideradgm [class*="box"]:nth-child(3) {
    left: 20%;
  }
  
  .slideradgm [class*="box"]:nth-child(4) {
    left: 50%;
  }
  
  .slideradgm [class*="box"]:nth-child(5) {
    left: 54%;
  }
  
  .slideradgm [class*="box"]:nth-child(6) {
    left: 61%;
  }
  
  .slideradgm [class*="box"]:nth-child(7) {
    left: 68%;
  }
  
  .slideradgm .firstSlide .lastSlide {
    -webkit-animation: firstChild 1s;
    animation: firstChild 1s;
  }

/*Animation for buyers landing page slideradgm*/
@-webkit-keyframes firstChild {
  0% {
    left: 100%;
    transform: scale(0.2) translate(-50%, -50%);
  }

  100% {
    left: -13%;
    transform: scale(0.2) translate(-50%, -50%);
  }
}

@keyframes firstChild {
  0% {
    left: 100%;
    transform: scale(0.2) translate(-50%, -50%);
  }

  100% {
    left: -13%;
    transform: scale(0.2) translate(-50%, -50%);
  }
}

/* Slider ADGM End */


.primary-white {
  color: #FFF;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 41px;
  /* 102.5% */
  margin-bottom: 0 !important;
}

.primary-white-sm {
  color: #FFF;
  font-family: Montserrat;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 133.333% */
}

.primary-white-ssm {
  color: #FFF;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.8px;
  padding: 45px 0;
}

.primary-btn-white {
  display: flex;
  padding: 12px 22px;
  gap: 5px;
  border-radius: 53px;
  border: 1px solid #FFF;
  color: white;
  width: 250px;
}

.primary-btn-white:hover {
  color: white;
}

.primary-btn-white-bg {
  display: flex;
  padding: 12px 22px;
  gap: 5px;
  border-radius: 53px;
  border: 1px solid #FFF;
  color: white;
  width: 250px;
  background-color: #115E67;
}

.primary-btn-default {
  display: flex;
  padding: 12px 22px;
  gap: 5px;
  border-radius: 53px;
  border: 1px solid #115E67;
  color: #115E67;
  width: 250px;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #115E67;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #115E67;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {

  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #115E67;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #115E67;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form .form-group {
  margin-bottom: 20px;
}

#contact .php-email-form input,
#contact .php-email-form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .php-email-form input::focus,
#contact .php-email-form textarea::focus {
  background-color: #115E67;
}

#contact .php-email-form button[type=submit] {
  background: #115E67;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .php-email-form button[type=submit]:hover {
  background: #13a456;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #333333;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #115E67;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #115E67;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #666666;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #fff;
  color: #333333;
  padding: 6px 30px 8px 30px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 50px;
  border: 2px solid #115E67;
}

.blog .entry .entry-content .read-more a:hover {
  background: #115E67;
  color: #fff;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #666666;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #115E67;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #115E67;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #666666;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #115E67;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #333333;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(51, 51, 51, 0.4);
  margin-right: 5px;
  transition: 0.3s;
}

.blog .blog-author .social-links a:hover {
  color: #115E67;
}

.blog .blog-author p {
  font-style: italic;
  color: #666666;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #666666;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #333333;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #115E67;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #999999;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #666666;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #666666;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 50px;
  padding: 10px 30px;
  border: 0;
  background-color: #115E67;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #115E67;
}

.blog .blog-pagination {
  color: #115E67;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #115E67;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-weight: bold;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #115E67;
  border-radius: 50px;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #333333;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
  border-radius: 50px;
}

.blog .sidebar .search-form form input {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 70px);
  box-shadow: none;
}

.blog .sidebar .search-form form input:focus {
  box-shadow: none;
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: -1px;
  background: #115E67;
  color: #fff;
  transition: 0.3s;
  line-height: 0;
  border-radius: 50px;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #115E67;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #333333;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #115E67;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #b3b3b3;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #333333;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #115E67;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #b3b3b3;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #333333;
  font-size: 14px;
  padding: 6px 20px;
  margin: 0 6px 8px 0;
  border: 1px solid #115E67;
  display: inline-block;
  border-radius: 50px;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  background: #115E67;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: white;
  font-size: 14px;
}




/* Personal Page Section
--------------------------------*/
#opendhabi {
  background: url(../img/InnerBanner/bgshade.png) center top no-repeat;
  /* background-position-y: -40vh;
  background-size: 100%; */
  /* background: linear-gradient(180deg, #115E67 10.8%, rgba(17, 94, 103, 0.00) 55.08%);  */
}

/* #opendhabi::before {content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: rgba(255, 255, 255, 0.92);z-index: 9; } */

#opendhabi .container {
  position: relative;
  z-index: 10;
}

.opendhabi-param1 {
  color: #fff !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  /* 88.889% */
  text-transform: uppercase;
  margin-top: 50px;
}

.opendhabi-param2 {
  color: #fff !important;
  text-align: center;
  /* SectionHeading Black Bold Desktop */
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px;
  /* 126.667% */
}

.opendhabi-param3 {
  color: #fff !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 133.333% */
  padding: 0 9%;
}


.providing-param {
  color: #141731;
  text-align: center;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 41px;
  /* 136% */
  /* 136.667% */
}

.open-widget-div {
  height: 370px;
  padding: 40px 20px 20px 20px;
  background: url(../../assets/img/bgdiv.png) no-repeat;
  border-radius: 20px;
  background-color: #F1F1F0;
  background-size: contain;
  background-position: bottom;
  background-blend-mode: multiply;
  margin: 10px
}

.open-icon-div {
  text-align: center;
  padding: 30px 0 0px 0;
}

.open-icon-div-bsns{
  height: 320px;
  background: url(../../assets/img/personal/Icon3.svg), url(../../assets/img/personal/Icon3.svg);
  background-size: 215px,280px;
  background-repeat: no-repeat;
  background-position: left -38%,right 180%;
  opacity: 0.2;
  border-radius:20px
    /* margin-left: 20px; */
}
.open-widget-div-bsns {
  height: 320px;
  background: url(../../assets/img/bbgdiv.png) no-repeat;
  border-radius: 20px;
  background-color: #F1F1F0;
  background-size: 100%;
  background-position: bottom;
  background-blend-mode: multiply;
  width: 100%;
  /* margin: 10px; */
}
.open-icon-div-bg-bsns {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 185px;
}
.leading-secure-param-bsns {
  color: #16171C;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.648px;
  margin: 0;
}

.leading-secure-param-sub-bsns {
  color: #16171C;
  text-align: center;
  font-family: Montserrat;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  padding: 0 10%;
}

.bsns-our-service-IFT{
  padding: 0px 8% 2% 4%; 
  background: url('../../assets/img/personal/BGInternationalFinancialTransactions.png'); 
  background-size: cover; 
  height: 350px; 
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  background-repeat: no-repeat;
  border: 1px solid #DCDCE0;
}
.bsns-our-service-FE{
  padding: 0px 8% 2% 4%;
  background: url('../../assets/img/personal/BGForeignExchange.png');
  background-size: cover;
  height: 350px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-repeat: no-repeat;
  border: 1px solid #DCDCE0;
}

.open-icon {
  width: 48%;
  padding: 15px;
}

.leading-img {
  width: 30px;
}

.leading-secure-param {
  color: #16171C;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 118.182% */
  letter-spacing: -0.648px;
  margin: 0;
}

.leading-secure-param-sub {
  color: rgba(22, 23, 28, 0.70);
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.8px;
  /* 145.333% */
  padding: 0 10%;
}

#opendhabi .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#opendhabi .about-col .img {
  position: relative;
}

#opendhabi .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#opendhabi .about-col .icon {
  width: 64px;
  height: 64px;
  text-align: center;
  position: absolute;
  background-color: #115E67;
  border-radius: 50%;
  border: 4px solid #fff;
  left: calc(50% - 32px);
  bottom: -30px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#opendhabi .about-col i {
  font-size: 28px;
  line-height: 0;
  color: #fff;
  transition: 0.3s;
}

#opendhabi .about-col:hover .icon {
  background-color: #fff;
}

#opendhabi .about-col:hover i {
  color: #115E67;
}

#opendhabi .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#opendhabi .about-col h2 a {
  color: #000;
}

#opendhabi .about-col h2 a:hover {
  color: #115E67;
}

#opendhabi .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

/* Personal Page*/


#leadershipdhabi {
  background: url(../img/InnerBanner/bgshade.png) center top no-repeat;
  /* background-position-y: -40vh;
  background-size: 100%; */
  /* background: linear-gradient(180deg, #115E67 10.8%, rgba(17, 94, 103, 0.00) 55.08%);  */
}

/* #opendhabi::before {content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: rgba(255, 255, 255, 0.92);z-index: 9; } */

#leadershipdhabi .container {
  position: relative;
  z-index: 10;
}

.leadership-secure-param {
  color: var(--secondary-green-secondary-green-500, #1D8296);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  padding-top: 0px;
}

.leadership-secure-param-sub {
  color: #141731;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 113.333% */
}

.leadership-secure-param-p-sub {
  color: rgba(22, 23, 28, 0.70);
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.8px;
  /* 145.333% */
  padding: 0% 0% 1% 5%;
}


#aboutusdhabi {
  background: url(../img/InnerBanner/bgshade.png) center top no-repeat;
  /* background-position-y: -40vh;
  background-size: 100%; */
}

.about-chairmain-msg-text {
  color: var(--primary-black-primary-black-400, #515355) !important;
  font-size: 16px;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 0 90px 30px;
}

#aboutusdhabi .container {
  position: relative;
  z-index: 10;
}


#peronalfd .container {
  position: relative;
  z-index: 10;
}

.peronalfd-param1 {
  color: #fff !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  /* 88.889% */
  text-transform: uppercase;
  margin-top: 50px;
}

.peronalfd-param2 {
  color: #fff !important;
  text-align: center;
  /* SectionHeading Black Bold Desktop */
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 10px;
  /* 126.667% */
}

.peronalfd-param3 {
  color: #fff !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 133.333% */
  padding: 0 9%;
}

.fd-section-bg {
  border-radius: 20px;
  opacity: 0.8;
  background: var(--Gradent-1, linear-gradient(207deg, #00B894 -51.96%, #1A7689 118.17%));
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(11.5px);
  height: 200px;
  align-self: self-end;
  margin: 1%;
}

.personal-secure-param {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 118.182% */
  letter-spacing: -0.648px;
  margin: 5px;
  padding-top: 35px;
}

.personal-secure-param-sub {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.8px;
  /* 145.333% */
  padding: 0 10% 0 10%;
}

.personal-secure-param-blk {
  color: #25282A !important;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 118.182% */
  letter-spacing: -0.648px;
  padding: 16% 13% 0 13%;
}

.personal-secure-param-sub-blk {
  color: #25282A;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.8px;
  /* 145.333% */
  padding: 0 13% 0 13%;
}

.personal-secure-param-btm {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  padding: 6% 10% 1% 0%;
}

.personal-secure-param-sub-btm {
  color: #FFF;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding: 2% 0% 6% 0%;
}


#peronalcurrency .container {
  position: relative;
  z-index: 10;
}

#joinDhabiBottom {
  /* height: 100%; */
  background: url(../../assets/img/personal/CTA01Mobile.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 82%;
  background-position-y: 50px;
  padding: 0% 0% 2% 0%;

}

#joinDhabiBottomBuss {
  background: url(../../assets/img/Business/CTA01Mobile.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 82%;
  background-position-y: 50px;
  padding: 0% 0% 2% 0%;
}

#joinDhabiBottomCommon {
  background: url(../../assets/img/CTA01Mobile.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 82%;
  background-position-y: 50px;
  padding: 0% 0% 2% 0%;
}

#joinDhabiBottom .container {
  position: relative;
  z-index: 10;
}
.security-main{
  background: url(../img/InnerBanner/bgshade.png),rgb(17 94 103 / 10%) !important;
  background-repeat: no-repeat !important;
}

.security-widget-div {
  height: 300px;
  background: url(../../assets/img/Security/SecurityCard01.png) no-repeat;
  border-radius: 10px;
  background-color: #F1F1F0;
  background-size: cover;
}

.security2-widget-div {
  height: 300px;
  background: url(../../assets/img/Security/SecurityCard02.png) no-repeat;
  border-radius: 10px;
  background-color: #F1F1F0;
  background-size: cover;
}

.security3-widget-div {
  height: 300px;
  background: url(../../assets/img/Security/SecurityCard03.png) no-repeat;
  border-radius: 10px;
  background-color: #F1F1F0;
  background-size: cover;
}

.security-secure-param-blk {
  font-size: 18px;
  font-style: normal;
  line-height: 25px;
  letter-spacing: 0px;
  padding: 2% 1% 0 1%;
}


#privacypolicy {
  background: url(../img/InnerBanner/bgshade.png) center top no-repeat;
  /* background-position-y: -40vh;
  background-size: 100%; */
  color: #25282A;
}

#privacypolicy .container {
  position: relative;
  z-index: 10;
}

.privacypolicy-param {
  color: #25282A;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 23px;
  word-wrap: break-word
}

.privacypolicy-param-s {
  color: #25282A;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 23px;
  word-wrap: break-word
}

.privacypolicy-param-b {
  color: #25282A;
  font-size: 24px;
  font-family: Montserrat;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 28px;
  word-wrap: break-word
}


#termscondition {
  background: url(../img/InnerBanner/bgshade.png) center top no-repeat;
  /* background-position-y: -40vh;
  background-size: 100%; */
  color: #25282A;
}

#termscondition .container {
  position: relative;
  z-index: 10;
}

.termscondition-main {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  display: flex;
}

.termscondition-head {
  text-align: center;
  color: #141731;
  font-size: 45px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 70px;
  word-wrap: break-word;
}

.termscondition-span {
  color: #25282A;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 23px;
  word-wrap: break-word;
}

.termscondition-span-s {
  color: #25282A;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 23px;
  word-wrap: break-word
}

.termscondition-param {
  color: #25282A;
  font-size: 24px;
  font-family: Montserrat;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 28px;
  word-wrap: break-word
}

#excellencecenter {
  background: url(../img/InnerBanner/bgshade.png) center top no-repeat;
  /* background-position-y: -40vh;
  background-size: 100%; */
}

#excellencecenter .container {
  position: relative;
  z-index: 10;
}

.excellencecen-param {
  color: var(--primary-black-primary-black-500, #25282A);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  text-align: left !important;
  padding: 8% 0% 0% 0%;
}

.excellencecen-param-sub {
  color: var(--primary-black-primary-black-500, #25282A);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  text-align: left !important;
}

.excellencecen-param-grn {
  color: var(--secondary-green-secondary-green-500, #1D8296);
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  /* 108% */
  padding: 15% 9% 5% 0%;

}

.excellencecen-param-wht {
  color: #FFF;
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  padding: 5% 0% 15% 0%;

}

.card {
  border: 0;
  padding: 15px 0;
  background-color: transparent !important;
}

.card h5 {
  padding: 0;
  margin: 0;
}

.card .form-field-title {
  white-space: normal;
  width: 100%;
  padding: 20px 80px 20px 10px;
  background: url(../img/arrow-up.png) right center no-repeat;
  color: var(--primary-black-primary-black-500, #25282A);
  text-align: justify;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  text-decoration: none;
}

.card .form-field-title:focus,
.card .form-field-title:hover,
.card .form-field-title:active:hover,
.card .form-field-title:active,
.card .form-field-title.focus {
  color: #141731 !important;
}

.card .form-field-title.collapsed {
  background: url(../img/arrow-down.png) right center no-repeat;
}

.card .form-field-title:focus,
.card .form-field-title:hover,
.card .form-field-title:active:hover,
.card .form-field-title:active,
.card .form-field-title.focus {
  color: #009BDA;
}

.card-header {
  border-bottom: 0;
  border-radius: 10px !important;
  background: #FFF;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10);
  padding: 14px 15px 10px;
}

.card .card-body {
  padding: 20px;
  border-radius: 0 0 10px 10px;
  background: #FFF;
  margin-top: -5px;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10);
}


#invogue {
  background: url(../img/InnerBanner/bgshade.png) center top no-repeat;
  /* background-position-y: -40vh;
  background-size: 100%; */
}

#invogue .container {
  position: relative;
  z-index: 10;
}

article{
  border-radius: 20px !important;
  background: #FFF !important;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10) !important;
  width: 95%;
  height: 450px;
  margin-bottom: 10px;
}

.entry-img {
  text-align: center;
}

.vogue-img {
  width: 100%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.entry-title {
  margin: 3% 0 3% 10% !important;
  font-size: 18px;
}

.invogue-param {
  color: var(--primary-black-primary-black-500, #25282A);
  font-size: 20px;
  margin: 0% 3% 3% 10% !important;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 125% */
}


/* --------- modal start ----------- */
.modal {
  --bs-modal-width: 700px;
}

.modal-head {
  padding: 40px;
  flex-direction: column;
  gap: 36px;
  display: inline-flex;
  width: 100%;
}

.d-modal-heading {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  display: flex;
}

#modalGetInTouch input[type=text] {
  /* width: 95%; */
  padding: 8px;
  border-radius: 10px;
  font-size: 14px;
}
#modalGetInTouch input[type=email] {
  /* width: 95%; */
  padding: 8px;
  border-radius: 10px;
  font-size: 14px;
}
#modalGetInTouch input[type=number] {
  /* width: 95%; */
  padding: 8px;
  border-radius: 10px;
  font-size: 14px;
}

.agreed-label{
font-size: 13px;
}

#modalGetInTouch select {
  /* width: 95%; */
  padding: 8px;
  border-radius: 10px;
  font-size: 14px;
  color: #115E67;
  font-weight: 500;
}

#modalGetInTouch input[type=checkbox] {
  padding: 9px;
  background-color: #46868d;
  color: #FFF;
  border: 0;
}

#modalGetInTouch textarea {
  padding: 8px;
  border-radius: 10px;
  font-size: 14px;
}

#modalGetInTouch input::placeholder {
  color: #115E67;
  font-weight: 500;

}

#modalGetInTouch textarea::placeholder {
  color: #115E67;
  font-weight: 500;

}
.form-row.d-flex {
  padding: 0 0 2% 0;
}
.validate {
  font-size: 12px;
  font-weight: 500;
  padding: 1%;
  color: #950000;
}
#modalGetInTouch select::placeholder {
  color: #115E67;
  font-weight: 500;

}

.modal-check-label {
  color: var(--Text-Grey, rgba(1, 33, 50, 0.70));
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
}

/* --------------------------------- */

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 30px 0 30px 0;
  color: #8b8d9a;
  font-size: 14px;
}

#footer .footer-top {
  background: #fff;
  padding: 0px 0 0px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 0px;
  place-content: space-between;
  justify-content: space-around;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: Montserrat;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #115E67;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: Montserrat;
  color: #eee;
}

#footer .footer-top .social-links a {
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#footer .footer-top .social-links a i {
  line-height: 0;
  font-size: 16px;
}

#footer .footer-top .social-links a:hover {
  background: #115E67;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before,
#footer .footer-top h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #115E67;
  width: 60px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #91939f;
  font-weight: 600;
  font-size: 14px;
  padding-left: 0px;
}

#footer .footer-top .footer-links ul a:hover {
  color: #5f6263;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 0px;
}

#footer .footer-top .footer-newsletter input[type=email] {
  border: 1px solid #e9e9e9;
  padding: 6px 8px;
  width: 80%;
  border-radius: 7px;
}

#footer .footer-top .footer-newsletter input[type=submit] {
  background: #115E67;
  border: 0;
  /* width: 35%; */
  /* padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s; */
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type=submit]:hover {
  background: #fff;
}

#footer .footer-top .footer-newsletter input[type=submit]:focus-visible {
  border: 1px solid #8a8888;
}


#footer .copyright {
  text-align: right;
  /* padding-top: 30px; */
}

#footer .credits {
  text-align: left;
  font-size: 13px;
  color: #ddd;
}
