@charset "utf-8";

/* Fonts CSS */
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.eot');
    src: url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Black.woff2') format('woff2'),
        url('../fonts/Gotham-Black.woff') format('woff'),
        url('../fonts/Gotham-Black.svg#Gotham-Black') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff'),
        url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff'),
        url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.eot');
    src: url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Black.woff2') format('woff2'),
        url('../fonts/Gotham-Black.woff') format('woff'),
        url('../fonts/Gotham-Black.svg#Gotham-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-UltraItalic.eot');
    src: url('../fonts/Gotham-UltraItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-UltraItalic.woff2') format('woff2'),
        url('../fonts/Gotham-UltraItalic.woff') format('woff'),
        url('../fonts/Gotham-UltraItalic.svg#Gotham-UltraItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/* Normal CSS */
body {
  color: #000;
  font-family: 'Gotham';
  line-height: 1.42857143;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
}
html, body {
  overflow-x: hidden;
}
*, *:focus {
  outline: none;
}
a {
  color: #9b242d;
  transition: all ease .4s;
  text-decoration: none;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover, a:focus {
  color: #df9f50;
  text-decoration: none;
}
img {
  max-width: 100%;
}
iframe {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 800;
  line-height: 1.3;
}
p {
  color: #535353;
  font-weight: 500;
  font-size: 19px;
  line-height: 29px;
}
p strong {
  font-weight: 500;
  color: #000000;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
}
audio, canvas, progress, video {
  vertical-align: middle;
}
figure {
  margin: 0;
}
::selection {
  background: #104c40;
  color: #ffffff;
}
::-webkit-selection {
  background: #104c40;
  color: #ffffff;
}
::-moz-selection {
  background: #104c40;
  color: #ffffff;
}
::-o-selection {
  background: #104c40;
  color: #ffffff;
}
::-ms-selection {
  background: #104c40;
  color: #ffffff;
}
/* Reseted CSS */

/* Buttons CSS */
.btn {
  padding: 9px 28px;
  font-weight: 500;
  font-size: 20px;
  border-radius: 50px;
  transition: all ease .4s;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  background: #d78cbb;
}
.btn img {
  margin-left: 15px;
  margin-right: -20px;
  margin-top: -2px;
  margin-bottom: -2px;
}
.btn:hover, .btn:focus {
  color: #ffffff;
  background: #b26796;
}
.blue-btn {
  background: #254382;
}
.blue-btn:hover, .blue-btn:focus {
  background: #b26796;
}


/* Section Title Css */
.section-title {
  margin-bottom: 50px;
}
.section-title span {
  font-size: 30px;
  line-height: 24px;
  color: #254282;
  display: flex;
  margin-bottom: 10px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 20px;
}
.section-title h2 {
  font-size: 50px;
  color: #254282;
  margin-bottom: 0;
  font-weight: bold;
  margin-top: 30px;
}
blockquote {
  font-size: 19px;
  line-height: 28px;
  color: #535353;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 22px;
}

/* Form CSS */
select::-ms-expand {
  display: none;
}
select.form-control {
  padding: 10px 40px 10px 20px;
  background-image: url(../images/dropdown-arrow.png);
  background-position: 95% 22px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  cursor: pointer;
  text-indent: 0px;
  text-overflow: '';
}
textarea.form-control {
  height: 110px;
  width: 100%;
  resize: none;
}
.form-control {
  width: 100%;
  height: 75px;
  padding: 15px 0;
  font-size: 14px;
  border-radius: 0;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent !important;
  font-size: 19px;
  color: #535353 !important;
  font-weight: 400;
  border-width: 2px;
  box-shadow: none !important;
  border: none !important;
  border-bottom: 1px solid #c0c0c0 !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #535353 !important;
  opacity: 1 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #535353 !important;
  opacity: 1 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #535353 !important;
  opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #535353 !important;
  opacity: 1 !important;
}


/* Header CSS */
header {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  transition: all ease .4s;
  z-index: 999;
  padding: 0 75px;
  background: #fff;
}
header.sticky {
  position: fixed;
  top: 0;
}
header.sticky .container a > img {
  max-width: 80%;
  filter: brightness(0) invert(1);
}
header .socials {
  padding: 0 20px 0 0;
  margin: 0 20px 0 0;
  border-right: 1px solid #d0d0d0;
}
.menu-bar {
  display: flex;
  align-items: center;
}
.whatsapp-web {
  font-size: 18px;
  color: #254282;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.whatsapp-web:hover {
  color: #d78cbb;
}
.whatsapp-web img {
  margin-right: 10px;
}
nav > ul > li > a {
  font-size: 18px;
  transition: all ease .4s;
  color: #535353;
  display: inline-flex;
  position: relative;
}
nav > ul > li > a:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 2px;
  background: #05ab9e;
  content: "";
  transition: all 0.5s ease;
}
nav > ul > li > a:hover:after {
  width: 100%;
}
header .container {  
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  max-width: 1755px;
}
header .btn {
  font-size: 18px;
  color: #fff;
  background: #d78cbb;
  padding: 5px 15px;
  border-radius: 50px;
  margin: 0 8px;
}
.navbar-toggler {
	display: none;
}
.logo .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
nav {
  display: inline-flex;
  align-items: center;
}
nav ul {
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
nav > ul > li {
  position: relative;
  padding: 0 15px;
}

nav > ul > li:hover > a:before {
  width: 100%;
}
nav > ul > li:hover > a {
  color: #05ab9e;
}
.nav-toggle {
  display: inline-flex;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  background: #79adcd;
  align-items: center;
  justify-content: center;
}
.nav-toggle span {
  display: block;
  width: 40px;
  height: 4px;
  background: #ffffff;
  position: relative;
  transition: all ease .4s;
}
.nav-toggle span:before, .nav-toggle span:after {
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ffffff;
  content: "";
  transition: all ease .4s;
  z-index: 1;
}
.nav-toggle span:after {
  top: 12px;
}
.nav-toggle.active span {
  background: none;
}
.nav-toggle.active span:before {
  top: -6px;
  transform: translateY(7px) rotateZ(-45deg)
}
.nav-toggle.active span:after {
  top: 6px;
  transform: translateY(-5px) rotateZ(45deg)
}
/* Top Banner CSS */
/*.top-banner .banner-background:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(130, 163, 144, 0.44);
  content: "";
  z-index: 0;
}*/
.banner-background {
  display: flex;
  padding: 150px 0;
  background-image: url(../images/background1.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  color: #ffffff;
  position: relative;
  align-items: center;
  margin-top: -5px;
}
.banner-background > * {
  position: relative;
  z-index: 1;
}
.banner-title {
  margin-bottom: 15px;
  font-size: 60px;
  line-height: 70px;
  font-weight: 800;
  color: #fff;
  font-family: 'Gotham';
  font-style: italic;
  margin-top: 55px;
  text-transform: uppercase;
}
.banner-caption span {
  font-weight: 400;
  color: #fff;
  font-size: 21px;
  line-height: 31px;
  border: 3px solid #05ab9e;
  border-radius: 30px;
  display: inline-flex;
  padding: 8px 22px 8px 10px;
  align-items: center;
  gap: 16px;
}
.banner-caption p {
  font-size: 20px;
  line-height: 24px;
  color: #d78cbb;
  font-weight: 400;
  margin-bottom: 65px;
}
.top-banner .owl-carousel .owl-dots {
  max-width: 1350px;
  margin: 0 auto;
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  align-items: flex-start;
  justify-content: flex-start;
}
.top-banner .owl-carousel .owl-dots .owl-dot {
  border: 1px solid #f9f9fb;
  background: transparent !important;
}
.top-banner .owl-carousel .owl-dots .owl-dot.active {
  background: #05ab9e !important;
  border-color: #05ab9e;
}

/* Owl Carousel Slider */
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: unset;
  -moz-user-select: unset;
  -ms-user-select: unset;
  user-select: unset;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
}
.owl-carousel .owl-dots {
  position: static;
  width: 100%;
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  min-width: 17px;
  height: 17px;
  text-indent: -999px;
  cursor: pointer;
  outline: none;
  border-radius: 100%;
  transition: all ease .4s;
  margin: 0 6px;
  background: #c7c7c7 !important;
  position: relative;
  border: none;
}

.owl-carousel button.owl-dot + button.owl-dot {
  margin: 0 6px;
}
.owl-carousel button.owl-dot.active {
  opacity: 1;
  background: #254282 !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.8);
  outline: none;
  align-items: center;
  justify-content: center;
  transition: all ease .4s;
  transform: translateY(-55%);
  z-index: 1;
}
.owl-carousel .owl-nav button.owl-next:before, .owl-carousel .owl-nav button.owl-prev:before {
  position: absolute;
  top: 20px;
  left: 22px;
  width: 30px;
  height: 30px;
  z-index: 11;
  content: "";  
  background-image: url("../images/slider-nav.png");
  background-repeat: no-repeat;
  background-position: 0 0; 
  transition: all ease .4s;
}
/*.owl-carousel .owl-nav button.owl-next:hover:before, .owl-carousel .owl-nav button.owl-prev:hover:before {
  background-position: 0 -72px;
}*/
.owl-carousel .owl-nav button.owl-next:before {
  left: auto;
  right: 15px;
  background-position: 0 -205px;
}
/*.owl-carousel .owl-nav button.owl-next:hover:before {
  background-position: 0 -210px;
}*/
.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 0;
}
.owl-carousel .owl-nav button:hover {
  background: #000;
}
.owl-carousel .owl-nav button:hover:before {
  border-bottom-color: #1c4357;
  border-left-color: #1c4357;
}
.owl-drag .disabled {
  display: none;
}
.slider-no-current {
  display: none;
  padding-top: 46px;
}
.current-no:after {
  content: "/"
}

/* About Us CSS */
.about-us {
  padding: 100px 0;
  background-image: url("../images/about-bg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.about-us .row {
  position: relative;
  z-index: 1;
}
.about-content {
  padding-left: 35px;
}
.about-content p {
  margin-bottom: 2px;
  color: #535353;
  font-weight: 400;
}
.about-content p b {
  color: #1d1d1d;
}
.about-content ul {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.about-content ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 20px;
  color: #05ab9e;
  font-weight: 500;
  padding-left: 60px;
  position: relative;
}
.about-content ul li:before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 37px;
  height: 37px;
  border-radius: 100%;
  background: url("../images/arrow-list.png") no-repeat 0 0;
  content: "";
}
.about-us .btn-block {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.about-us .btn-block .btn:last-child {
  margin-left: 15px;
}
.img-box {
  border-radius: 30px 30px 0 30px;
  overflow: hidden;
  position: relative;
}
.img-box img {
  height: 855px;
  object-fit: cover;
  width: 100%;
}
.img-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 15px solid #05ab9e;
  background: #254382;
  padding: 15px 20px;
  font-size: 32px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  max-width: 250px;
}

/* Loans CSS */
.loans {
  background: #f3f3f3;
  padding: 0;
}
.loans .container {
  max-width: 100%;
  padding: 0;
}
.loans .row {
  margin: 0;
}
.loans [class*="col-"] {
  padding: 0;
}
.loans .row [class*="col-"]:first-child {
  width: 52%;
}
.loans .row [class*="col-"]:last-child {
  width: 48%;
}
.loans .about-content {
  max-width: 680px;
  margin-left: auto;
  margin-right: 105px;
  padding-left: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}
.loans .img-box {
  border-radius: 0;
}
.icons-list-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 50px;
}
.icon-list {
  width: 44%;
  display: flex;
  align-items: center;
  font-size: 19px;
  color: #05ab9e;
  gap: 23px;
}
.icon-list img {
  width: 88px;
}
.your-business {
  background: transparent;
}
.your-business .about-content {
  margin-right: auto;
  margin-left: 105px;
}
.your-business p + p {
  margin-top: 35px;
}
.your-business .row [class*="col-"]:first-child {
  width: 47%;
}
.your-business .row [class*="col-"]:last-child {
  width: 53%;
}
.your-business .img-box img {
  height: 885px;
}

/* Testimonials CSS */
.testimonials {
  padding: 85px 0;
  background: #f3f3f3;
}
.testimonials .section-title {
  text-align: center;
}
.testimonials .section-title span {
  justify-content: center;
}
.testimonials .owl-carousel .owl-stage-outer {
  padding: 50px 0 0;
 }
.testimonial-box {
  padding: 85px 40px 40px;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #c0c0c0;
}
.testimonial-box p {
  margin-bottom: 15px;
}
.testimonial-box p:last-child {
  margin-bottom: 0;
}
.star {
  margin: 40px 0 10px;
}
.top {
  background: #254282;
  border-radius: 15px;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: -135px;
}
.right {
  display: flex;
  flex-direction: column;
}
.top span {
  font-size: 18px;
  color: #fff;
}
.top small {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}

/* Form Section CSS */
.form-section {
  padding: 80px 0;
  background: url(../images/form-bg.png) no-repeat 0 0;
  background-size: cover;
}
.form-section .section-title {
  margin-bottom: 0;
}
.form-section .section-title span {
  color: #fff;
}
.form-section .section-title h2 {
  font-size: 50px;
  color: #fff;
  margin-top: 10px;
  line-height: 60px;
  margin-top: 20px;
  margin-bottom: 35px;
}
.form-section p {
  color: #fff;
}
.form-section .container {
  position: relative;
  z-index: 11;
}
.form-section h3 {
  font-size: 40px;
  line-height: 45px;
  color: #82a390;
  font-family: "Literata", serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 35px;
}
form {
  background: #ffffff;
  padding: 65px 40px;
  margin-top: 45px;
  border-radius: 18px;
}
form [class*="col-"] {
  padding-bottom: 0;
}
form .row [class*="col-"]:last-child {
  text-align: center;
}
textarea.form-control {
  padding-bottom: 0;
}
.form-section .btn {
  font-size: 22px;
  min-width: 95%;
  margin-top: 33px;
  padding: 16px 28px 16px;
}
.box-info {
  padding: 60px;
  background: url(../images/box-info-bg.png) no-repeat 0 0;
  background-size: 100% 100%;
  margin-left: 95px;
  max-width: 460px;
}
.box-info h4 {
  font-size: 40px;
  color: #fff;
  line-height: 50px;
  font-weight: 900;
  margin-bottom: 30px;
}
.form-section .btn img {
  margin-right: 15px;
}
.contact-info-block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contact-info-block span {
  width: 74px;
  min-width: 74px;
  height: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 100%;
  background: #d78cbb;
}
.contact-info-block .right {
  display: flex;
  flex-direction: column;
}
.contact-info-block a {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}
.contact-info-block a:hover {
  color: #d78cbb;
}
.contact-info-block small {
  font-size: 19px;
  color: #fff;
  font-weight: 500;
  display: flex;
  margin-bottom: 0;
}
.form-section .section-title p {
  margin-bottom: 40px;
}
.contact-info-block span img {
  filter: brightness(0) invert(1);
}


/* Footer CSS */
footer {
  padding: 60px 0 100px;
  background: #fff;
}
footer p {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 300;
}
.contact-info .socials ul {
  margin-left: 0;
}
.contact-info .socials ul li:first-child {
  padding-left: 0;
}
.contact-info .socials ul li a {
  width: 51px;
  height: 51px;
  border-radius: 100%;
  border: 1px solid #a2a2a2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact-info .socials ul li a img {
  width: auto;
  height: auto;
  margin: 0;
}
.contact-info .socials ul li a:hover {
  background: #98bfa9;
  border-color: #98bfa9;
}
.contact-info .socials ul li a:hover img {
  filter: brightness(0) invert(1);
}
footer ul {
  padding: 0;
  margin: 0;
}
footer .logo {
  padding: 0;
  background: transparent;
}
footer .contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
footer .contact-info a {
  font-size: 20px;
  margin: 0 0 10px;
}
footer h5 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 35px;
  color: #254282;
}
footer h5 img {
  margin-right: 0;
}
.contact-list {
  display: flex;
  margin-bottom: 15px;
}
.contact-list a {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 13px;
  color: #535353;
}
.contact-list a:hover {
  color: #05ab9e;
}
.quick-links {
  padding-left: 35px;
}
.quick-links li {
  margin-bottom: 10px;
}
.quick-links li a {
  font-size: 16px;
  color: #535353;
}
.quick-links li a:hover {
  color: #d78cbb;
}
footer .contact-info a:hover, footer .col-lg-7.text-center ul li a:hover {
  color: #d73731;
}
footer .col-lg-7.text-center {
  display: flex;
}
footer .col-lg-7.text-center ul {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin-left: 130px;
  width: auto;
}
footer .col-lg-7.text-center ul li {
  width: 50%;
  padding-bottom: 13px;
}
footer .col-lg-7.text-center ul li a {
  font-size: 20px;
  color: #fff;
}
footer .col-lg-7.text-center ul li a img {
  margin-left: 5px;
}
footer span {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
}
footer .container .row [class*="col-"]:nth-child(3n) {
  padding: 0 75px;
}
.socials ul {
  margin-left: 10px;
}
.socials ul li {
  display: inline-flex;
  vertical-align: middle;
  padding: 0 8px;
}
.socials ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
footer p.logo-bottom {
  font-size: 19px;
  font-weight: 500;
  margin: 0;
  padding: 25px 0;
}

.socials ul li a:hover img {
  opacity: 0.55;
}
.f-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
 .copyright {
  padding: 50px 0;
  font-size: 16px;
  color: #ffffff;
  overflow: hidden;
  font-weight: 500;
  background: #254382;
 }
 .copyright .container {
  display: flex;
  align-items: center;
  justify-content: center;
 }
 .copyright small {
  font-weight: 300;
  color: #8aacf4;
  font-size: 16px;
  margin: 0 2px;
 }
 .copyright img {
  vertical-align: text-bottom;
  margin-left: 8px;
  margin-top: -5px;
 }
 .copyright span {
  color: #898c93;
 }

 /* Button CSS */
 #button {
  display: inline-block;
  background-color: #d78cbb;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 44px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #05ab9e;
}
#button:active {
  background-color: #05ab9e;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.banner-title{
  max-width: 606px;
}
.banner-caption p{
  max-width: 406px;
}
#button {
    display: flex;
    align-items: center;
    justify-content: center;
}

#button svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

#button::after {
    display: none;
}