/*!
Theme Name: Greenwich
Theme URI: http://underscores.me/
Author: Ladders Technologies
Author URI: https://ladders.com.ng
Description: Responsive WordPress theme developed for Greenwich Merchant Bank
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: path-solicitors
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Greenwich is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* About Page */
/* 
[0 - 767.9px]       Where my normal style apply
768px - 900px     Tablet portrait
900px - 1200px    Tablet landscape
1200px - 1800px   Small desktop 
1800px            Big desktop 

$breakpoint argument choice
- phone
- tab-port
- tab-land
- small-desktop
- big-destop
*/

a {
  text-decoration: none !important;
}

.container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.btn-custom {
  background-color: #0F3677;
  color: #fff;
}

@media only screen and (min-width: 1200px) {
  .mt-lg-xl {
    margin-top: 5rem;
  }
}

.about-hero {
  height: 40vh;
  position: relative;
  /*margin-top:70px;*/
  /*Add overlay*/
}

@media only screen and (min-width: 768px) {
  .about-hero {
    height: 60vh;
  }
}

.about-hero::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0,0,0);
background: -moz-linear-gradient(266deg, rgba(0,0,0,0) 39%, rgba(0,3,6,0.6082808123249299) 74%);
background: -webkit-linear-gradient(266deg, rgba(0,0,0,0) 39%, rgba(0,3,6,0.6082808123249299) 74%);
background: linear-gradient(266deg, rgba(0,0,0,0) 39%, rgba(0,3,6,0.6082808123249299) 74%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000306",GradientType=1);
  z-index: 2;
}

.about-hero__content {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, 0);
  color: #fff;
  z-index: 3;
}

@media only screen and (min-width: 768px) {
  .about-hero__content {
    top: 20%;
    width: 40%;
  }
}

.about-hero__content h1 {
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .about-hero__content h1 {
    font-size: 2rem;
  }
}

.about-hero__content p {
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  .about-hero__content p {
    font-size: 1.3rem;
  }
}

.about-hero__content p span {
  color: #9DDDF8;
}

.about-content-section {
  background-color: #E8F8FF;
}

@media only screen and (min-width: 1200px) {
  .about-content__image {
    position: relative;
    /*margin-top: -100px !important;
    z-index: 4;*/
  }
}

@media only screen and (min-width: 1200px) {
  .info-section .col-md-6 > * {
    max-width: 500px;
  }
}

.more-info-section {
  background-image: linear-gradient(#fff, #E8F8FF);
}

.info-card {
  background-color: #0F3677;
  color: #fff;
  max-width: 750px;
  border-radius: 10px;
}

@media only screen and (min-width: 1200px) {
  .info-card {
    position: absolute;
    top: -53px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.info-card p {
  max-width: 500px;
}

.joining-us-section {
  background-color: #fff;
}

/* Product Page */

.product-hero {
  background: url('../images/product/banner.jpg') top center/cover no-repeat;
  height: 40vh;
  position: relative;
}

.product-hero::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.product-hero__content {
  position: absolute;
  top: 30px;
  color: #fff;
  z-index: 3;
}

.product-hero__content p {
  font-size: 1.3rem;
}

.domiciliary-account {
  background: linear-gradient(360deg, rgba(255,255,255,1) 0%, rgba(232,248,255,1) 88%); 
}

.domiciliary-account,
.savings-account {
  padding: 20px 0;
}

.savings-account-xtra {
  position: relative;
}


.savings-account-xtra::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100px;
  background: url('../images/product/bg.png') top left / cover no-repeat;
}


.future-account {
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(232,248,255,1) 88%);
}

.card-contact {
  border-radius: 25px;
  max-width: 750px;
  background-color: #0F3677;
  color: #fff;
}


.card-contact a {
  background-color: #fff;
  color: #0F3677;
  font-size: 1.3rem;
}

.card-contact > p {
  max-width: 600px;
}


.btn-custom {
  background-color: #0F3677;
  color: #fff;
  padding: .6rem 2rem;
}

.btn-custom:hover {
  background-color: #1a438a;
  color: #fff;
}



/* Switch Account Tab */
.accounts-link-tab {
  position: relative;
}

.accounts-link-tab li {
 color: #0000009A;
 font-size: 1.3rem;
}


.accounts-link-tab li:hover {
  cursor: pointer;
  color: #01012F;
  text-decoration: none;
}

.accounts-link-tab li.active {
  color: #01012F;
}

.accounts-link-tab .active {
  padding-bottom: 10px;
  border-bottom: 6px solid #0F3677;
}

.accounts-link-tab hr {
  margin-top: -16px;
}


[data-tab-content] {
  display: none;
}

.active[data-tab-content] {
  display: flex;
}


@media (min-width: 400px) {
  
  .product-hero__content {
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
  }

}


@media (min-width: 768px) {

  .product-hero__content {
    top: 50%;
  }

  .product-hero {
    height: 60vh;
  }
  

  .accounts-link-tab .active a {
    padding-bottom: 15px;
  }

}


@media (min-width: 1100px) {

  .product-hero {
    margin-top: 110px;
  }

  .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

}

/*--------------------------------------------------------------
# Core Values
--------------------------------------------------------------*/
.core-values .no-radius{
	border-radius: 0px !important;
}

.core-values .icon-box {
	height: 100%;
  padding: 30px 10px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.core-values .icon-box::before {
  content: '';
  position: absolute;
  background: #e1f0fa;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

.core-values .icon-box:hover::before {
  background: #3498db;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.core-values .icon {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #3498db;
  transition: all 0.3s ease-in-out;
}

.core-values .icon i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.core-values .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.core-values .title a {
  color: #111;
}

.core-values .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.core-values .icon-box:hover .title a, .core-values .icon-box:hover .description {
  color: #fff;
}

.core-values .icon-box:hover .icon {
  background: #fff;
}

.core-values .icon-box:hover .icon i {
  color: #3498db;
}




/*--------------------------------------------------------------
# sub-sidiaries
--------------------------------------------------------------*/
.sub-sidiaries {
  padding-top: 20px;
}

.sub-sidiaries .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.sub-sidiaries .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.sub-sidiaries .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.sub-sidiaries .card-title a {
  color: #222222;
}

.sub-sidiaries .card-text {
  color: #5e5e5e;
}

.sub-sidiaries .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.sub-sidiaries .read-more a:hover {
  text-decoration: underline;
}

.sub-sidiaries .card:hover .card-body {
  background: #3498db;
}

.sub-sidiaries .card:hover .read-more a, .sub-sidiaries .card:hover .card-title, .sub-sidiaries .card:hover .card-title a, .sub-sidiaries .card:hover .card-text {
  color: #fff;
}

.megamenu {
  position: static
}

.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
  left:200px;
  top:30px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .1rem;
  padding-left: .5rem;
}

.navbar .nav-link.link-submenu {
  font-family: "Circular";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #0f3677;
}


.section-blog2 .card-blog {
  margin: 0 0 3rem;
  border-radius: 5px;
  box-shadow: 0 15px 29px -4px #3f49621f;
  background: #ffffff;
  overflow: hidden;
  transition: 0.2s cubic-bezier(0, 0, 0.41, 1.87); }
  .section-blog2 .card-blog .card-blog-wrap {
    padding: 2rem; }
  .section-blog2 .card-blog .img-blog {
    transition: 1s;
    width: 100%; }
  .section-blog2 .card-blog .title-blog {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    transition: 0.2s; }
  .section-blog2 .card-blog .meta-blog {
    display: flex;
    margin-top: 1rem;
    align-items: center; }
    .section-blog2 .card-blog .meta-blog .author {
      font-size: 0.9rem;
      margin-right: 1rem; }
      .section-blog2 .card-blog .meta-blog .author a {
        color: #f84e77; }
    .section-blog2 .card-blog .meta-blog .date {
      color: #a2a6ad;
      font-size: 0.8rem; }
  .section-blog2 .card-blog:hover {
    transform: translateY(0.5rem); }
    .section-blog2 .card-blog:hover .img-blog {
      filter: blur(0.1rem);
      opacity: 0.9; }
    .section-blog2 .card-blog:hover .title-blog {
      color: #f84e77; }

.section-blog2 .load-more {
  margin-top: 3rem; }
  .section-blog2 .load-more span {
    padding: 1rem 2rem;
    box-shadow: 0 15px 29px -4px #2227351f;
    border-radius: 50rem;
    transition: 0.25s;
    color: #f84e77;
    background: #ffffff; }
    .section-blog2 .load-more span:hover {
      background: rgba(248, 78, 119, 0.05);
      box-shadow: none; }

.section-blog2 .img-post {
  border-radius: 10px;
  position: relative;
  z-index: -1;
  width: 100%; }

.section-blog2 .content-post {
  overflow: hidden;
  padding: 4rem;
  background: #ffffff;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 15px 29px -4px #3f49621f;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .section-blog2 .content-post {
      padding: 1rem;
      } }
  .section-blog2 .content-post p {
    margin-bottom: 1rem; }
  .section-blog2 .content-post img {
    width: 100%;
    margin: 1rem 0 2rem; }

.section-blog2 .coments-wrap {
  margin: 2rem 4rem 0;
  background: rgba(248, 78, 119, 0.1);
  padding: 4rem; }
  @media screen and (max-width: 768px) {
    .section-blog2 .coments-wrap {
      padding: 1rem;
      margin: 2rem 0 0; } }
  .section-blog2 .coments-wrap .coments-wrap-title {
    color: #f84e77;
    margin-bottom: 1rem;
    font-size: 1.3rem; }

    /*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  height: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .member-img img {
    /*  filter: gray; /* IE5+ */
    /*  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
     /* -webkit-transition: all .8s ease-in-out;  
    }

.team .member:hover .member-img img {
   /*   filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01);*/
  }

.team .member .member-info a {
  color: #222222;
  font-size: 16px;

}


.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 16px;
  color: #222222;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
}

.trivia-card.card-secondary .trivia-text a {
  color:#0f3677;
}

.story-block {
  background: white;
  padding: 20px; }

  .our-story-dot {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.125rem;
  background: rgba(255, 255, 255, 0.5) !important; }
  .our-story-dot:empty:after {
      content: '';
      width: .5rem;
      height: .5rem;
      border-radius: 50%;
      background-color: #0f3677; }

  .our-story {
  padding: 0;
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column; }
  .our-story li {
      display: flex;
      align-items: center; }
      .our-story li .our-story-dot {
      margin-right: 25px; }
      .our-story li:not(:last-child) {
      position: relative;
      margin-bottom: 25px; }

  @media screen and (min-width: 1025px) {
  .our-story li {
      width: 50%;
      margin-left: 50%; }
      .our-story li .our-story-dot {
      margin-left: -25px; }
      .our-story li:nth-child(even) {
      flex-direction: row-reverse;
      text-align: right;
      margin-left: 0;
      margin-right: 50%; }
      .our-story li:nth-child(even) .our-story-dot {
          margin-right: -25px;
          margin-left: 25px; }
      .our-story li:not(:last-child) {
      padding-bottom: 75px;
      margin-bottom: 0; }
      .our-story li:not(:last-child):after {
          content: '';
          display: block;
          width: 2px;
          height: 50px;
          background: #e5e0eb;
          position: absolute;
          top: 4.125rem; }
  .text-light .our-story li:not(:last-child):after {
      background: rgba(255, 255, 255, 0.25); } }

    
/* intro-page */

.introhero{
           		 position: fixed;
                 top: 0;
                 left: 0;
                 width: 100vw;
                 height: 100vh;
                 background-image: url("https://www.keystonebankng.com/wp-content/uploads/2023/10/Splash_Screen_Website.jpg");
                 background-size: cover;
                 background-position: center;
                 background-repeat: no-repeat;
                 z-index: 2700;
             }

             .blueBar{
                background-color: #144079;
                color: white;
                width: 100%;
                position: absolute;
                bottom: 0;
             }

             .enter{
                 /*border-right: 1px solid white;*/
                 width: 40%;
				 margin: 20px -10px;
                 padding: 15px 25px;
                 cursor: pointer;
                 background-color: #008efe;
				 border-radius: 30px;
                 transition: all 300ms;
				 color: #ffffff;
				 display: none;
             }

             .enter:hover{
                 background-color: #071e3b;
             }

             .enter p{
                 margin: 0;
             }


            .textBoxer{
                display: flex;
                justify-content: flex-start;
                align-items: center;
				margin-top:24vh !important;
               /* height: 80vh;*/
                width: 100%;    
                flex-wrap: wrap;
            }


          .line2{
                font-family: 'Circular', sans-serif;
				font-weight:300;
				font-weight:300;
                font-size: 1.2rem;
                color: #008efe;
                position: relative;
				top: 10vh;
				opacity: 0;
                          }

            .line{
                font-family: 'Circular', sans-serif;
                font-size: 3.0rem;
                line-height: 2.3rem;
               /*color: #fcfcfc;*/
				color: #04275f;
                position: relative;
                top: 10vh;
                opacity: 0;
				
            }


            .curtain{
                position: absolute;
                top: 0;
                left: 0;
                width: 100vw;
                height: 100vh;
                background-color: #144079;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 10vw;
                z-index: 2800;
            }


            .curtainBold{
                color: white;
                font-family: 'Circular', sans-serif;
                font-size: 3rem;
                display: none;
            }

            .babyBlue{
                color: #33ccff;
            }


            @media only screen and (max-width: 960px) {

                .introhero{
                    background-image: url("https://www.keystonebankng.com/wp-content/uploads/2023/10/Splash_Screen_Mobile.jpg");
                }
				
				
				.line {
					font-family: 'Circular', sans-serif;
					font-size: 2.3rem;
					line-height: 2rem;
					font-weight:300;
					}
				
				
				.line2 {
					
					font-size: .9rem;
					
					}
				
				.blueBar {
					
									
				}
				
				.enter {
					
					width: 100%;
					padding: 10px 25px;
					
				}
				
				.curtainBold{
					
					font-size: 2rem;
					
				}
				
				 .textBoxer{
                
               width: 90%;
                
				margin-top:16vh !important;
               /* height: 80vh;*/
                  
                flex-wrap: wrap;
					 padding-left:15%;
            }

            }





    .scam-alert {
        background-color: rgba(103,175,236, .3);
    }
    
    .scam-alert hr {
    background-color: #0F3677;
    height: 2px;
    }
    
    .scam-alert__text-heading, a {
    color: #0F3677;
    }
    
    .scam-alert__text-description {
    font-size: 18px;
    }
    
    .navbar {
        margin-top: -16px;
        position: sticky !important;
		display:none;
    }

  .page_menu {
      background:  #f4fbfe;
      min-height: 20px;
  }
  #map {
    height: 400px;
    width: 100%;
   }

   .bottom-right-chat {
    position: fixed;
    right: 2%;
    bottom: 5%;
    z-index: 10000;
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  
  .bottom-right-chat:hover {
    text-decoration: none;
  }
  
  
  .bottom-right-chat div:hover {
    background: rgb(52,155,218);
    background: linear-gradient(85deg, rgba(52,155,218,1) 0%, rgba(15,54,119,1) 88%); 
  }
  
  .bottom-right-chat span {
    margin-right: .8rem;
    font-size: 1rem;
    padding: .2rem .7rem;
    border-radius: 5px;
    background-color: #2280b9;
    color: #fff;
    background: rgb(52,155,218);
    background: linear-gradient(83deg, rgba(52,155,218,1) 0%, rgba(34,128,185,1) 88%); 
  
  }
  
  .bottom-right-chat div {
    background-color: #2280b9;
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgb(52,155,218);
    background: linear-gradient(83deg, rgba(52,155,218,1) 0%, rgba(34,128,185,1) 88%); 
  }
  
  .bottom-right-chat i {
    font-size: 2rem;
    color: #fff;
  }
  
  @media (min-width: 768px) {
    .bottom-right-chat span {
      padding: .3rem 1.4rem;
    }
  }

  #back-to-top {
    z-index: 10000;
    position:fixed;
    right:35px;
    bottom:22%;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color: #2280b9;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#back-to-top span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#back-to-top:hover {
    background: rgb(52,155,218);
    background: linear-gradient(85deg, rgba(52,155,218,1) 0%, rgb(142, 178, 241) 88%);
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}


.gallery-content {
	position: relative;
}

.gallery-content-overlay {
	background: rgb(0,0,0);
  background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 39%, rgba(15,54,119,1) 74%);
  background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 39%, rgba(15,54,119,1) 74%);
  background: linear-gradient(180deg, rgba(0,0,0,0) 39%, rgba(15,54,119,1) 74%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#0f3677",GradientType=1);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0.5;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.gallery-content:hover .gallery-content-overlay {
	opacity: 1;
}
.gallery-content-image {
	width: 100%;
}
.gallery-content-details {
	position: absolute;
	text-align: left;
	bottom: 30px;
	left: 30px;
	opacity: 1;
}
.gallery-content-details h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 22px;
}


.shadow-box {
  /*-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.03);*/
  transition: all .25s;
}

.shadow-box:hover {
  box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  color: #01012f;
	
  
}
.card-body .card-title a{
  color: #01012f;
  text-decoration: none;
  
}
.card-body .post-category{
  background-color: #3498db;
  color: #fff;
  padding: 3px 15px;
  width: max-content;
  overflow: hidden;
  text-overflow: clip;

}

.card-body .card-text p{
  font-style: normal;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 10;
  line-height: 1;
  
}


.team-member-scrollable-content{
  height: 180px;
  overflow-y: scroll;
}
.member-info span{
 text-transform:uppercase;
}

.team-member-scrollable-content::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
}

.team-member-scrollable-content::-webkit-scrollbar
{
width: 10px;
background-color: #F5F5F5;
}

.team-member-scrollable-content::-webkit-scrollbar-thumb
{
background-color: #0ae;

background-image: -webkit-gradient(linear, 0 0, 0 100%,
                  color-stop(.5, rgba(255, 255, 255, .2)),
  color-stop(.5, transparent), to(transparent));
}
#accordion .card .card-header {
	padding: .3rem .5rem;
	background-color: #fff;
	/*border: 1px solid rgba(0,0,0,0.2);
	border-radius: 2px;*/
}

#accordion .card .card-header span {
	color: #0F3677;
}

.nav-item.megamenu a {
    position: relative;
    z-index: 4444;
}

.nav-item.megamenu a:hover + div {
    display: block;
    animation: smoothTransition .5s ease-in;
}

.nav-item.megamenu #megamneu:hover,
.megamenu:hover #megamneu {
    border-bottom: 3px solid #0F3677;
}
.active-menu{
	border-bottom: 3px solid #0F3677;
	
}

#megamneu + .dropdown-menu a:hover {
        background-color: #BCE6F7;
    border-left: 3px solid #0F3677;
	animation: backToDefault 1s;
}

#internet-banking-dropdown {
    animation: glowing 2.5s infinite;
	background-image: linear-gradient(to right, #1562a4 0%, #0F3677 100%);
	background-size: 300px;
  background-repeat: no-repeat;
  background-position: 0%;
  transition: background-position .3s ease-in-out;
	position: relative;
	z-index: 5555;
}

#internet-banking-dropdown:hover { 
   background-position: -200%;
}


.megamenu:hover div{
    display: flex;
		width: 100%;
}


.bottom-right-chat > span {
	display: none;
}


.bottom-right-chat:hover > span {
    display: block;
}


.trivia-card.card-secondary {
	position: relative;
	padding: 30px 0;
}


.trivia-card.card-secondary::after {
  content: '';
  position: absolute;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  transition: all 0.3s;
  z-index: 1;
}

.trivia-card.card-secondary:hover .trivia-text a {
	color: white;
	position: relative;
	z-index: 2;
}

.trivia-card.card-secondary .trivia-image .image img {
	position: relative;
	z-index: 2;
}

 .trivia-card.card-secondary:hover::after {
  background: #3498db !important;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
} 

.description-card.card-primary .description-wrapper:hover .description-text .title a,
.description-card.card-tertiary .description-wrapper:hover .description-text .title a, 
.description-card.card-tertiary .description-wrapper:hover .description-text .desc p,
.description-card.card-primary .description-wrapper:hover .description-text .desc p,
.description-card.card-primary .description-wrapper:hover .description-button .btn-description,
.description-card.card-tertiary .description-wrapper:hover .description-button .btn-description {
	position: relative;
	color: white;
	z-index: 2;
}


.col-for-text  .description-wrapper {
	position: relative;
	transition: all 0.3s ease-in-out;
}

.col-for-text > .description-wrapper::after {
  content: '';
  position: absolute;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  transition: all 0.3s;
  z-index: 1;
}

 .col-for-text > .description-wrapper:hover::after {
  background: #3498db !important;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}  


  .banner-card.card-primary .banner-icon {
    position: absolute;
    bottom: 80%; 
    left: 3%;  
    z-index: 8888;}

.banner-card.card-primary .banner-icon .icon-wrapper .card-body {
    position: absolute;
    top: 59px;
}

.banner-card.card-primary .banner-icon .icon-wrapper > .collapsing,
.banner-card.card-primary .banner-icon .icon-wrapper > .collapse {
	transition: none !important;
}

#accordion .card .card-header:hover + .collapse,
#accordion .card .card-header:hover + .collapsing{
	display: block ;
}

#accordion .card .card-header + .collapse:hover {
	display:block;
}

@media (max-width: 500px) {

	.about-hero__content {
    top: 30%;
    transform: translate(-22%, 0);
	}

}


@media (max-width: 768.99px) {
	
	.banner-card.card-primary .banner-wrapper {
		transform: translate(-90%, -50%);	
	}
	
}

@media (min-width: 992px) {
	
	.megamenu .dropdown-menu {
    top: 55px;
	}
	
}


@media (min-width: 1300px) {
	
	.navbar-nav li.nav-item.dropdown.megamenu:nth-child(1) > .dropdown-menu, .navbar-nav li.nav-item.dropdown.megamenu:nth-child(2) > .dropdown-menu {
		width: 80%;
		left: 400px;
	}
	
}


@media (min-width: 1500px) {
	
	.navbar-nav li.nav-item.dropdown.megamenu:nth-child(1) > .dropdown-menu, .navbar-nav li.nav-item.dropdown.megamenu:nth-child(2) > .dropdown-menu {
		width: 72%;
		left: 600px;
	}
	
}

@keyframes smoothTransition{
    
    from {
        opacity: 0;
     transform: translateY(-5px);   
    }

    to {
    opacity: 1;
        transform: translateY(0);
    }

}

@keyframes backToDefault {
	from {
		 border-left: 3px solid #0F3677;
	}
	
	to {
		 border-left: 3px solid #0F3677;
	}
}


@keyframes glowing {
    
    0% {
        box-shadow: 0 0 2px #1562a4;
    }
  
	40% {
        box-shadow: 0 0 10px #1562a4;
    }
	
		60% {
        box-shadow: 0 0 10px #1562a4;
    }
	
    100% {
        box-shadow: 0 0 2px #1562a4;
    }

} 


/* -- :: Root */
:root {
  --thBlue          : #0f3677;;
  --thBlue2         : #2280b9;
  --HEXCOLOR        : #0078FF;
  --thYellow        : #2280b9;
  --thYellow2       : #f8a218;
  --thGreen         : #69e781;
  --thRed           : #ff4546;
  --thRed2          : #e00001;
  --thBlack         : #161c2d;
  --thGray          : #828282;
  --thGray2         : #444444;
  --thWhite2        : #e3e9ed;
  --thWhite3        : #a5b8c5;
}

a {
  text-decoration: none !important;
}

/* -- :: Navbar */
nav.th-nav-st1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 28px rgba(93,93,102,.1);
  z-index: 999;
}
/* brand */
nav.th-nav-st1 a.brand img {
  height: 32px;
}
/* links */
nav.th-nav-st1 ul.nav-links li.th-nav-item:not(:last-child) {
  margin-right: 20px;
}
nav.th-nav-st1 ul.nav-links li.th-nav-item > a {
  height: 70px;
  color: var(--thBlack);
  font-size: 15px;
  font-weight: 500;
}
nav.th-nav-st1 ul.nav-links li.th-nav-item:not(.user-item) > a::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 16px;
  height: 4px;
  border-radius: 50px;
  width: 0;
  background: var(--thBlue);
  -webkit-transition: width .25s ease;
  transition: width .25s ease;
}
nav.th-nav-st1 ul.nav-links li.th-nav-item:not(.user-item):hover > a::before {
  width: 50%;
}
nav.th-nav-st1 ul.nav-links li.th-nav-item.user-item > a {
  border: 1px solid var(--thBlue);
  background: var(--thBlue);
  padding: 7px 15px;
  height: auto;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
nav.th-nav-st1 ul.nav-links li.th-nav-item.user-item > a:hover {
  background: var(--thBlue2);
  color: #fff;
  border-color: var(--thBlue2);
}
/* nav item has dropdown */
nav.th-nav-st1 li.th-nav-item.has-dropdown > a::after {
  position: relative;
  content: "\f107";
  display: inline-block;
	border-top: none !important;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
}
nav.th-nav-st1 li.th-nav-item.has-dropdown ul.th-dropdown-list {
  display: none;
  position: absolute;
  left: 0;
  background: #fff;
  min-width: 200px;
  padding: 15px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .04);
  z-index: 9;
}
nav.th-nav-st1 ul.th-dropdown-list li.th-dropdown-item a {
  color: var(--thBlack);
  font-size: 14px;
  font-weight: 500;
  padding: 7px 15px;
  width: max-content;
  border-radius: 4px;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
}
nav.th-nav-st1 ul.th-dropdown-list li.th-dropdown-item a:hover {
  color: #fff;
}
nav.th-nav-st1 ul.th-dropdown-list li.th-dropdown-item a::before {
  position: absolute;
  content: '';
	top: 10%;
	left: 10%;
	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	padding: 0;
	border-radius: 50%;
	z-index: -1;
	background: var(--thBlue);
	-webkit-transition: padding .05s;
	transition: padding .05s;
}
nav.th-nav-st1 ul.th-dropdown-list li.th-dropdown-item a:hover::before {
  padding: 110%;
	-webkit-transition: padding .25s ease-in;
	transition: padding .25s ease-in;
}
/* toggler */
nav.th-nav-st1 button.nav-toggler {
  padding: 0;
  background: transparent;
  min-width: 26px;
  width: 26px;
  height: 26px;
  border: 0;
  color: var(--thBlack);
}
nav.th-nav-st1 button.nav-toggler span {
  height: 2px;
  background: var(--thBlue);
}
nav.th-nav-st1 button.nav-toggler span:nth-child(2) {
  margin: 7px 0;
}

/* -- :: Media Query */
@media (max-width: 991.98px) {
  /* -- :: Navbar */
  body.navbar-activated nav.th-nav-st1 ul.nav-links {
    left: 0;
  }
  nav.th-nav-st1 {
    border-bottom: 1px solid var(--thWhite3);
  }
  nav.th-nav-st1 .nav-content {
    height: 69px;
  }
  nav.th-nav-st1 ul.nav-links {
    position: fixed;
    top: 70px;
    bottom: 0;
    padding: 30px 0;
    left: -222px;
    background: #fff;
    border-right: 1px solid var(--thWhite3);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
  }
  nav.th-nav-st1 ul.nav-links li.th-nav-item:not(:last-child) {
    margin-right: 0;
  }
  nav.th-nav-st1 ul.nav-links li.th-nav-item > a {
    height: auto;
    padding: 10px 20px;
    width: 220px;
    font-size: 14px;
  }
  nav.th-nav-st1 ul.nav-links li.th-nav-item > a:hover {
    color: var(--thYellow);
  }
  nav.th-nav-st1 ul.nav-links li.th-nav-item:not(.user-item) > a::before {
    display: none;
  }
  nav.th-nav-st1 ul.nav-links li.th-nav-item.user-item > a {
    border: none;
    background: #fff;
    color: var(--thBlack);
    padding: 10px 20px;
    border-radius: 0;
  }
  nav.th-nav-st1 ul.nav-links li.th-nav-item.user-item > a:hover {
    background: transparent;
    color: var(--thYellow);
  }
  nav.th-nav-st1 li.th-nav-item.has-dropdown ul.th-dropdown-list {
    position: relative;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    background: var(--thWhite2);
  }
  nav.th-nav-st1 ul.th-dropdown-list li.th-dropdown-item a {
    font-size: 14px;
  }
  /* -- :: Money Back Section */
  .m-b .contain .t-c p {
    width: 100%;
  }
}

/*----New Product content---*/
.swing {
	background-color: white;
	padding: 0px !important;
	box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
	transition:all 0.3s ease;
	border-radius: 30px 30px 0 0;
	
}
@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    65% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    80% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes swing {
    15% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    65% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    80% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.swing:hover
{
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.swing-child {
	padding: 0px !important;
}

.swing-child2{
	padding: 30px !important;
}

.card {
    border: 0px  !important;
    border-radius: .25rem;
}

.swing-body{
	margin-top: 20px;
}


.img-fluid {
    border-radius: 30px 30px 30px 30px;
}





/******************* Timeline Demo - 7 *****************/
.main-timeline7 {
    overflow: hidden;
    position: relative;
}

.main-timeline7 .timeline {
    width: 50%;
    float: left;
    z-index: 1;
    position: relative
}

.main-timeline7 .timeline:after,.main-timeline7 .timeline:before {
    content: "";
    display: block;
    clear: both
}

.main-timeline7 .timeline:before {
    content: "";
    width: 40px;
    height: 90%;
    background: #00275c;
    position: absolute;
    top: 10%;
    right: -20px
}

.main-timeline7 .timeline:last-child:before {
    height: 0
}

.main-timeline7 .timeline-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #00275c;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 0;
    right: -40px;
    z-index: 3
}

.main-timeline7 .timeline-icon:before {
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #727cb6;
    box-shadow: 0 0 0 4px #a5afe4;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.main-timeline7 .timeline-icon i {
    font-size: 35px;
    color: #303a3b;
    line-height: 80px;
    z-index: 1;
    position: relative
}

.main-timeline7 .year {
    display: block;
    padding: 0 60px 0 30px;
    font-size: 30px;
    color: #303a3b;
    text-align: right;
    border-bottom: 2px solid #303a3b;
    z-index: 2;
    position: relative
}

.main-timeline7 .year:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #00275c;
    border: 5px solid #fff;
    box-shadow: 0 0 0 4px #727cb6;
    margin: auto;
    position: absolute;
    bottom: -15px;
    left: 4px
}

.main-timeline7 .year:after {
    content: "";
    border-left: 10px solid #303a3b;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    bottom: -11px;
    left: 50px
}

.main-timeline7 .timeline-content {
    padding: 18px 60px 18px 40px;
    text-align: right;
    position: relative;
    z-index: 1
}

.main-timeline7 .timeline-content:after,.main-timeline7 .timeline-content:before {
    content: "";
    width: 80px;
    height: 150px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -7%;
    right: 15px;
    z-index: -1
}

.main-timeline7 .timeline-content:after {
    left: auto;
    right: -95px
}

.main-timeline7 .timeline:last-child .timeline-content:after,.main-timeline7 .timeline:last-child .timeline-content:before {
    width: 0;
    height: 0
}

.main-timeline7 .title {
    font-size: 22px;
    font-weight: 700;
    color: #00275c;
    margin-top: 0
}

.main-timeline7 .description {
    font-size: 15px;
    color: #7f8386;
    line-height: 25px
}

.main-timeline7 .timeline:nth-child(2) {
    margin-top: 140px
}

.main-timeline7 .timeline:nth-child(even) {
    margin-bottom: 80px
}

.main-timeline7 .timeline:nth-child(odd) {
    margin: -140px 0 0;
}

.main-timeline7 .timeline:first-child,.main-timeline7 .timeline:last-child:nth-child(even) {
    margin: 0!important;
}

.main-timeline7 .timeline:nth-child(2n) .timeline-icon,.main-timeline7 .timeline:nth-child(2n):before {
    right: auto;
    left: -20px;
    background: #34bef5
}

.main-timeline7 .timeline:nth-child(2n) .timeline-icon {
    left: -40px
}

.main-timeline7 .timeline:nth-child(2n) .year {
    padding: 0 30px 0 60px;
    text-align: left
}

.main-timeline7 .timeline:nth-child(2n) .year:before {
    left: auto;
    right: 3px
}

.main-timeline7 .timeline:nth-child(2n) .year:after {
    border-left: none;
    border-right: 10px solid #303a3b;
    right: 50px
}

.main-timeline7 .timeline:nth-child(2n) .timeline-content {
    padding: 18px 40px 18px 60px;
    text-align: left
}

.main-timeline7 .timeline:nth-child(2n) .timeline-content:before {
    left: -95px
}

.main-timeline7 .timeline:nth-child(2n) .timeline-content:after {
    left: 15px
}

.main-timeline7 .timeline:nth-child(2n) .timeline-icon:before {
    border-color: #00275c;
    box-shadow: 0 0 0 4px #00275c
}

.main-timeline7 .timeline:nth-child(2n) .year:before {
    background: #34bef5;
    box-shadow: 0 0 0 4px #00275c
}

.main-timeline7 .timeline:nth-child(2n) .title {
    color: #34bef5
}

.main-timeline7 .timeline:nth-child(3n) .timeline-icon,.main-timeline7 .timeline:nth-child(3n):before {
    background: #00275c
}

.main-timeline7 .timeline:nth-child(3n) .timeline-icon:before {
    border-color: #008b8b;
    box-shadow: 0 0 0 4px #50b5b4
}

.main-timeline7 .timeline:nth-child(3n) .year:before {
    background: #008b8b;
    box-shadow: 0 0 0 4px #00275c
}

.main-timeline7 .timeline:nth-child(3n) .title {
    color: #00275c
}

.main-timeline7 .timeline:nth-child(4n) .timeline-icon,.main-timeline7 .timeline:nth-child(4n):before {
    background: #34bef5
}

.main-timeline7 .timeline:nth-child(4n) .timeline-icon:before {
    border-color: #00275c;
    box-shadow: 0 0 0 4px #00275c
}

.main-timeline7 .timeline:nth-child(4n) .year:before {
    background: #00275c;
    box-shadow: 0 0 0 4px #34bef5
}

.main-timeline7 .timeline:nth-child(4n) .title {
    color: #50b5b4
}

@media only screen and (max-width: 990px) {
    .main-timeline7 .timeline {
        width:100%
    }

    .main-timeline7 .timeline:nth-child(even),.main-timeline7 .timeline:nth-child(odd) {
        margin: 0
    }

    .main-timeline7 .timeline:before,.main-timeline7 .timeline:nth-child(2n):before {
        width: 30px;
        height: 100%;
        left: 25px
    }

    .main-timeline7 .timeline-icon,.main-timeline7 .timeline:nth-child(2n) .timeline-icon {
        left: 0
    }

    .main-timeline7 .timeline:nth-child(2n) .year,.main-timeline7 .year {
        text-align: left;
        padding: 0 30px 0 100px
    }

    .main-timeline7 .timeline:nth-child(2n) .year:before,.main-timeline7 .year:before {
        left: auto;
        right: 4px
    }

    .main-timeline7 .year:after {
        left: auto;
        right: 50px;
        border-right: 10px solid #303a3b;
        border-left: none
    }

    .main-timeline7 .timeline-content .description {
        color: #666
    }

    .main-timeline7 .timeline-content,.main-timeline7 .timeline:nth-child(2n) .timeline-content {
        text-align: left;
        padding: 18px 40px 18px 100px
    }

    .main-timeline7 .timeline-content:after,.main-timeline7 .timeline-content:before {
        width: 0;
        height: 0
    }

	
	
	
	

