

.gbns-home-banner-img{
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.gbns-home-banner-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(transparent, transparent);
    opacity: .5;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 3rem;
  height: 3rem;
}
.gbns-carousel-indicators {
  justify-content: start;
}
.gbns-carousel-caption{
    text-align:left;
    padding-bottom: 4rem;
}
.gbns-carousel-caption h2 {
    font-size: 32px;
    font-family: "MontserratMedium";
    margin-bottom: 15px;
}
@media only screen and (max-width: 575px) {
    .gbns-carousel-caption h2 {
      font-size: 24px;
    }
}
.gbns-intro-video{
    height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0;
    border: 0;
}
.home-section-2{
    padding:60px 5%;
}
.home-section-2 h2{
    margin-bottom:30px;
    font-size: 24px;
  width: 50%;
  line-height: 1.4;
}
.gbns-primary-btn {
    background: #2c3a96;
    color: white;
    padding: 15px 20px;
    border: 0;
    outline: 0;
}
.gbns-tbb-btn, .gbns-tbb-btn:hover, .gbns-tbb-btn:focus, .gbns-tbb-btn:active {
  background: transparent;
  color: black;
  padding: 10px 0;
  border: 0;
  outline: 0;
  border-bottom: 2px solid #2c3a96;
    text-decoration: none;
}
@media only screen and (max-width: 1440px) {
    .home-section-2 h2{
        font-size: 18px;
        width: 50%;
    }
}
@media only screen and (max-width: 1200px) {
    .home-section-2 h2{
        font-size: 18px;
        width: 50%;
    }
}
@media only screen and (max-width: 1024px) {
    .home-section-2 h2{
        font-size: 18px;
        width: 50%;
    }
}
@media only screen and (max-width: 992px) {
    .home-section-2 h2{
        font-size: 18px;
        width: 50%;
    }
}
@media only screen and (max-width: 768px) {
    .home-section-2 h2{
        font-size: 18px;
        width: 60%;
    }
}
@media only screen and (max-width: 575px) {
    .home-section-2 h2{
        font-size: 18px;
        width: 80%;
    }
}


.hs3-row-1 {
  display: flex;
  width: 100%;
}
.hs3-row-1-left {
  width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2c3a96;
    padding: 5%;
}
.hs3-row-1-left h2{
    color:white;
    font-size:24px;
    font-family: "MontserratMedium";
    margin-bottom: 10px;
    max-width: 350px;
}
.hs3-row-1-left p{
    color:rgba(255, 255, 255, 0.75);
    max-width: 350px;
    margin: 0;
    font-size: 14px;
}
.hs3-row-1-left a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    text-decoration: underline;
}
.hs3-row-1-right {
  width: 50%;
}
.hs3-row-1-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media only screen and (max-width: 1440px) {
    .hs3-row-1-left h2 {
        font-size: 16px;
    }
    .hs3-row-1-left p{
        font-size: 12px;
    }
    /*.hs3-row-1-right img{
        height: 250px;
    }*/
    .hs3-row-1-left a {
        margin: 0 15px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 1200px) {
    .hs3-row-1-left h2 {
        font-size: 16px;
    }
    .hs3-row-1-left p{
        font-size: 12px;
    }
    /*.hs3-row-1-right img{
        height: 250px;
    }*/
    .hs3-row-1-left a {
        margin: 0 15px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 1024px) {
    .hs3-row-1-left h2 {
        font-size: 16px;
    }
    .hs3-row-1-left p{
        font-size: 12px;
    }
    /*.hs3-row-1-right img{
        height: 250px;
    }*/
    .hs3-row-1-left a {
        margin: 0 15px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 992px) {
    .hs3-row-1-left h2 {
        font-size: 16px;
    }
    .hs3-row-1-left p{
        font-size: 12px;
    }
    /*.hs3-row-1-right img{
        height: 250px;
    }*/
    .hs3-row-1-left a {
        margin: 0 15px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 768px) {
    .hs3-row-1-left h2 {
        font-size: 16px;
    }
    .hs3-row-1-left p{
        font-size: 12px;
    }
    /*.hs3-row-1-right img{
        height: 250px;
    }*/
    .hs3-row-1-left a {
        margin: 0 15px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 575px) {
    .hs3-row-1-left h2 {
        font-size: 16px;
    }
    .hs3-row-1-left p{
        font-size: 12px;
    }
    /*.hs3-row-1-right img{
        height: 250px;
    }*/
    .hs3-row-1-left a {
        margin: 0 15px;
        font-size: 14px;
    }
}

.hs3-row-2 {
  display: flex;
  width: 100%;
}
.hs3-row-2-right {
    padding: 5%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: whitesmoke;
}
.hs3-row-2-right h2{
    color:#2c3a96;
    font-size:24px;
    font-family: "MontserratMedium";
    margin-bottom: 10px;
    max-width: 350px;
}
.hs3-row-2-right p{
    color:rgba(0, 0, 0, 0.75);
    max-width: 350px;
    margin: 0;
    font-size: 14px;
}
.hs3-row-2-right a {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    text-decoration: underline;
}
.hs3-row-2-left {
  width: 50%;
}
.hs3-row-2-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media only screen and (max-width: 1440px) {
    .hs3-row-2-right h2 {
      font-size: 16px;
    }
    .hs3-row-2-right p{
        font-size: 12px;
    }
    /*.hs3-row-2-left img{
        height: 250px;
    }*/
    .hs3-row-2-right a {
        margin: 0 15px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 1200px) {
    .hs3-row-2-right h2 {
      font-size: 16px;
    }
    .hs3-row-2-right p{
        font-size: 12px;
    }
    /*.hs3-row-2-left img{
        height: 250px;
    }*/
    .hs3-row-2-right a {
        margin: 0 15px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 1024px) {
    .hs3-row-2-right h2 {
      font-size: 16px;
    }
    .hs3-row-2-right p{
        font-size: 12px;
    }
    /*.hs3-row-2-left img{
        height: 250px;
    }*/
    .hs3-row-2-right a {
        margin: 0 15px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 992px) {
    .hs3-row-2-right h2 {
      font-size: 16px;
    }
    .hs3-row-2-right p{
        font-size: 12px;
    }
    /*.hs3-row-2-left img{
        height: 250px;
    }*/
    .hs3-row-2-right a {
        margin: 0 15px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 768px) {
    .hs3-row-2-right h2 {
      font-size: 16px;
    }
    .hs3-row-2-right p{
        font-size: 12px;
    }
    /*.hs3-row-2-left img{
        height: 250px;
    }*/
    .hs3-row-2-right a {
        margin: 0 15px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 575px) {
    .hs3-row-2-right h2 {
      font-size: 16px;
    }
    .hs3-row-2-right p{
        font-size: 12px;
    }
    /*.hs3-row-2-left img{
        height: 250px;
    }*/
    .hs3-row-2-right a {
        margin: 0 15px;
        font-size: 14px;
    }
}
.home-section-4 {
  padding: 80px 0;
}
.home-section-4 h2 {
  color: #2c3a96;
  font-size: 24px;
  margin-bottom: 30px;
  font-family: "MontserratMedium";
}
.home-section-4 p a {
    width: 100%;
  display: block;
  color: #444;
  text-decoration: none;
    font-size: 22px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    font-family: "MontserratMedium";
    margin-bottom: 40px;
    padding-bottom: 10px;
}
@media only screen and (max-width: 575px) {
    .home-section-4 p a {
      font-size: 18px;
    }
}

.section-breadcrumb {
    position: relative;
    padding: 20px 0;
    background: whitesmoke;
}
.section-breadcrumb h2{
    font-family: "MontserratMedium";
    color: black;
    margin-bottom: 10px;
    font-size: 18px;
}
.section-breadcrumb p{
    color: black;
    font-size: 12px;
    margin-bottom: 0;
}




/*section {
  height: 100vh;
  width: 100%;
  background-color: gray;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
#home {
  background-color: royalblue;
}
#about {
  background-color: aquamarine;
}
#footer {
  background-color: crimson;
}
nav {
  position: sticky;
  top: 0;
  background-color: white;
}
nav .container {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}
nav .container ul li {
  display: inline-block;
}
nav .container ul li a {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  color: black;
}
nav .container ul li.active {
  background-color: crimson;
  transition: 0.3s ease background-color;
}
nav .container ul li.active a {
  color: rgb(255, 255, 255);
}*/