
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700");
@import url("https://use.typekit.net/oov2wcw.css");
@import url("fonts/fave/Fave.css");

body {
  line-height: 1.4;
  font-family: "century-gothic, Titillium Web", sans-serif;
  -webkit-font-smoothing: antialiased;
}

p {
  font-family: "century-gothic, Titillium Web", sans-serif;
  color: #000;
  font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "century-gothic, Titillium Web", sans-serif;
  font-weight: 600;
}

/*=== MEDIA QUERY ===*/
.no-padding {
  padding: 0 !important;
}

.inline-block {
  display: inline-block;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list {
  list-style-type: disc;
  margin-left: 25px ;
  margin-bottom: 10px;
}

figure {
  margin: 0;
}

a {
  transition: all 0.3s ease-in 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus, a:hover {
  color: #04DC9B;
}

.fulliframe {
  width: 100%;
  height: 100vh; /* Set iframe height to full viewport height */
  border: none;
} 
.btn-main, .btn-main-sm {
  background-color: #04dc9b;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 40px;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
}
.btn-main:hover, .btn-main-sm:hover {
  color: #fff;
}

.btn-main-sm {
  padding: 8px 20px;
  font-size: 12px;
}

.btn-transparent {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 10px 40px;
  text-transform: uppercase;
}
.btn-transparent:hover {
  color: #fff;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.btn:focus {
  color: #ddd;
}

#home {
  position: relative;
}

.section {
  padding: 100px 0;
}
@media (max-width: 480px) {
  .section {
    padding: 40px 0;
  }
}

.padding-0 {
  padding: 0;
}
@media (max-width: 768px) {
  .padding-0 {
    padding: 0 15px;
  }
}

.section-sm {
  padding: 70px 0;
}

.section-xs {
  padding: 40px 0;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

#preloader {
  background: #04DC9B;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 99;
  display: flex;
  align-items: center;
}

.preloader {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.preloader .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.preloader .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.preloader .sk-circle2 {
  transform: rotate(30deg);
}

.preloader .sk-circle3 {
  transform: rotate(60deg);
}

.preloader .sk-circle4 {
  transform: rotate(90deg);
}

.preloader .sk-circle5 {
  transform: rotate(120deg);
}

.preloader .sk-circle6 {
  transform: rotate(150deg);
}

.preloader .sk-circle7 {
  transform: rotate(180deg);
}

.preloader .sk-circle8 {
  transform: rotate(210deg);
}

.preloader .sk-circle9 {
  transform: rotate(240deg);
}

.preloader .sk-circle10 {
  transform: rotate(270deg);
}

.preloader .sk-circle11 {
  transform: rotate(300deg);
}

.preloader .sk-circle12 {
  transform: rotate(330deg);
}

.preloader .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.preloader .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.preloader .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.preloader .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.preloader .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.preloader .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.preloader .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.preloader .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.preloader .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.preloader .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.preloader .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.title {
  padding-bottom: 50px;
  text-align: center;
}

.title-script {
  font-family: 'Fave Casual Script Bold Pro';
font-weight: bold;
font-style: normal;
} 

.title h2 {
  font-size: 35px;
  color: #232323;
  text-transform: capitalize;
  margin-bottom: 8px;
  font-weight: 700;
}
.title h4 {
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  letter-spacing: 3.3px;
  text-transform: uppercase;
}
.title p {
  color: #848484;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .title p {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .title p {
    width: 80%;
  }
}
.title .border {
  border: none;
  display: inline-block;
  border-radius: 3px;
  height: 6px;
  position: relative;
  width: 90px;
  margin-bottom: 10px;
}

.calculator {
  margin-top: 60px;

}

.calculator h1 {
font-family: 'Fave Casual Script Bold Pro';
color: #04DC9B;
font-size: 40px;
text-align: center;
}

.calculator-btn {
  color: #000;
  background-color: #04DC9B;
  background-image: none;
  border: 2px solid #04DC9B;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  transition: background-color 0.3s, color 0.3s, transform 0.3s;
}

.calculator-btn:hover {
  border: 2px solid #000;
  color: #fff; /* Change text color on hover */
  background-color: #000; /* Change background color on hover */
  cursor: pointer; /* Change the cursor to a pointer to indicate interactivity */
}



.bg-black {
  background: #000;
}

.bg-gray {
  background: #000;
}

.color-gray {
  color: #777;
}

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

.gradient, .service-2 .service-item i, .title .border {
  background-image: linear-gradient(100deg, #04DC9B, #04DC9B);
}


.header-bradcrumb {
  background: transparent;
}
.header-bradcrumb a, .header-bradcrumb .active {
  color: #cfcfcf;
  font-weight: 200;
  font-family: "Titillium Web", sans-serif;
}
.header-bradcrumb a:hover {
  color: #04DC9B;
}

.slick-slide {
  outline: none;
}

.commonTab .nav-tabs {
  border: 1px solid transparent;
  text-align: center;
}
.commonTab .nav-tabs .nav-item {
  margin: 0 3px;
}
.commonTab .nav-tabs .nav-item .nav-link {
  background: #f9f9f9;
  color: #666;
  text-transform: capitalize;
  border-radius: 0;
}
.commonTab .nav-tabs .nav-item .nav-link.active {
  border: 1px solid #04DC9B;
  background: #04DC9B;
  color: #fff;
}
.commonTab .nav-tabs .nav-item .nav-link:hover {
  border: 1px solid #04DC9B;
  border-radius: 0;
  background: #04DC9B;
  color: #fff;
}
.commonTab .tab-content {
  padding-top: 30px;
}

.rev_slider_wrapper {
  height: calc(100vh - 80px) !important;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .rev_slider_wrapper {
    margin-top: 60px;
  }
}

.bg-pricing {
  background: url("../images/pricing-bg.jpg");
  background-size: cover;
}

.single-page-header {
  background: #000;
  padding: 50px 0;
  text-align: center;
  color: #fff;
  position: relative;
  /* margin-top: 80px; */
}
/* @media (max-width: 992px) {
  .single-page-header {
    margin-top: 60px;
  }
} */
.single-page-header .breadcrumb {
  background: transparent;
  display: inline-block;
}
.single-page-header .breadcrumb li {
  display: inline-block;
}
.single-page-header .breadcrumb li a {
  color: #04DC9B;
}

.navigation {
  transition: 0.3s all;
  background: #000000;
}
.navigation .navbar-nav > li.active a {
  color: #fff;
}
.navigation .navbar-nav > li > a {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 26px;
  padding: 20px 15px !important;
  transition: 0.2s ease-in-out 0s;
}
@media (max-width: 480px) {
  .navigation .navbar-nav > li > a {
    padding: 8px 0 !important;
  }
}
@media (max-width: 768px) {
  .navigation .navbar-nav > li > a {
    padding: 8px 0 !important;
  }
}
.navigation .navbar-nav > li > a:hover, .navigation .navbar-nav > li > a:active, .navigation .navbar-nav > li > a:focus {
  background: none;
  color: #04DC9B;
}
.navigation .navbar-toggler {
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  outline: none;
}
.navigation .nav .open > a {
  background: none;
}
.navigation .dropdown {
  padding: 0;
}
.navigation .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}
.navigation .dropdown .dropdown-item {
  padding: 8px 15px;
  color: #fff;
  font-size: 13px;
}
.navigation .dropdown .dropdown-item:hover {
  background: transparent;
  color: #04DC9B;
}
.navigation .dropdown .dropdown-menu {
  border-radius: 0;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background-color: #000;
  display: block;
  opacity: 0;
  transition: 0.3s ease;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
}
@media (max-width: 992px) {
  .navigation .dropdown .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    transform-origin: unset;
  }
}
.navigation .dropdown .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}
@media (max-width: 992px) {
  .navigation .dropdown .dropdown-menu.show {
    display: block;
  }
}

.navbar-brand {
  height: auto;
  padding: 8px 0;
}
.navbar-brand img {
 width: 370px; 
}

.navbar-brand h1 {
  margin: 0;
}

.hero-area {
  padding: 150px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1f2532;
  background-image: url("../images/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.triangle {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media (max-width: 480px) {
  .hero-area {
    padding: 80px 0;
  }
}
.hero-area .block {
  color: #fff;
  padding-left: 30px;
}
@media (max-width: 480px) {
  .hero-area .block {
    padding: 0;
  }
}
.hero-area .block h2 {
  font-size: 48px;
  margin-bottom: 20px;
}
.hero-area .block p {
  color: #707d8f;
  margin-bottom: 20px;
}
.hero-area .block .list-inline {
  margin-top: 50px;
}
.hero-area .block .btn-main, .hero-area .block .btn-main-sm {
  margin-right: 8px;
}

.video-player iframe {
  width: 100%;
  height: 100%;
}
.video-player .play-icon {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.video-player .play-icon i {
  margin-left: 3px;
  height: 80px;
  width: 80px;
  border-radius: 50px;
  transition: transform 300ms ease;
  background: #fff;
  color: #04DC9B;
  line-height: 80px;
  font-size: 30px;
  margin-left: 5px;
}
.video-player .play-icon:hover i {
  transform: scale(1.1);
}

.hero-area-video {
  height: 100vh;
  position: inherit !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-area-video .block {
  color: #fff;
  text-align: center;
}
.hero-area-video .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}
.hero-area-video .block p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.hero-area-video .block .btn-main, .hero-area-video .block .btn-main-sm {
  margin-top: 20px;
}

.dark-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}

/*=================================================================
  About us section
==================================================================*/
.about {
  background: #fff;
}
.about h2 {
  font-size: 40px;
  font-weight: bold;
  margin-top: 0;
}
@media (max-width: 992px) {
  .about h2 {
    font-size: 25px;
  }
}
.about h4 {
  font-size: 14px;
  color: #04DC9B;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.about p {
  line-height: 1.6;
  margin-top: 20px;
}
.about .content {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .about .content {
    padding: 5px 0;
  }
}

/*=================================================================
omb-services 
==================================================================*/
.omb-services {
  background: #000;
  color: #fff;
  padding: 50px 0px 30px 0px;
}
.omb-services h2 {

  font-family: 'Fave Casual Script Bold Pro';
  color: #04DC9B;
  font-size: 50px;
}

.omb-services, .btn {
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .omb-services h2:before {
    display: none;
  }
}


.omb-services .btn-outline-primary {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border: 2px solid #fff;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
}

.omb-services .btn-outline-primary:hover {
  color: #000 !important;
  background-color: #04DC9B;
  border: 2px solid #04DC9B;
}

.omb-services .btn-outline-sec {
  color: #000 !important;
  background-color: #04DC9B;
  background-image: none;
  border: 2px solid #04DC9B;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
}

.omb-services .btn-outline-sec:hover {
  color: #fff !important;
  background-color: transparent;
  border: 2px solid #04DC9B;
}

.omb-services h4 {
  font-family: 'Fave Casual Script Bold Pro';
  color: #04DC9B;
  font-size: 40px;
}

.banks {
  background-color: #04DC9B;
}

.trustpilot h4, .awards h4, .bynumbers h4{
  font-family: 'Fave Casual Script Bold Pro';
  color: #000000;
  font-size: 50px;
  text-align: center;
}

.featured h4{
  font-family: 'Fave Casual Script Bold Pro';
  color: #fff;
  font-size: 50px;
  text-align: center;
}

.trustpilot h4 span{
 
  color: #04DC9B;
 
}

.trustpilot-widget {
  background: transparent;
  color: #333;
  padding: 30px 0 25px 0;
  overflow: hidden;
}
.trustpilot-widget .wrapper-left a {
  color: #333;
  font-weight: 600;
  text-decoration: underline;
}
.trustpilot-widget .wrapper-left {
  text-align: center;
}
.trustpilot-widget .wrapper-left .title {
  color: #333;
  font-size: 24px;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.trustpilot-widget .wrapper-left .rating img {
  max-width: 160px;
  margin: auto;
}
.trustpilot-widget .wrapper-left .info {
  color: #333;
  font-size: 13px;
  line-height: 45px;
}
.trustpilot-widget .wrapper-left .brand-logo img {
  /* max-width: 25px; */
  margin: auto;
  margin-top: -10px;
  display: inline-block;
}
.trustpilot-widget .wrapper-left .brand-logo p {
  font-size: 18px;
  line-height: 35px;
  color: #333;
  text-align: center;
  display: inline-block;
}
.trustpilot-widget .reviews {
  margin-left: 2%
}
/* The controlsy */
.trustpilot-widget .carousel-control {
    height: 25px;
    width: 25px;
    border: 1px solid #9E9E9E;
    border-radius: 50%;
    margin-top: 60px;
    font-size: 25px;
    background: transparent;
    line-height: 18px;
}
.trustpilot-widget .carousel-control.right {
  margin-right: -50px;
  color: #333;
  text-shadow: none;
}
.trustpilot-widget .carousel-control.left {
  left: -70px;
  color: #333;
  text-shadow: none;
}
.trustpilot-widget .carousel-control.right:hover, .trustpilot-widget .carousel-control.left:hover {
    color: #333;
}
.trustpilot-widget .carousel-inner .rating img {
  max-width: 110px
}
.trustpilot-widget .carousel-inner {
    overflow: hidden
}
.trustpilot-widget .carousel-inner .date, .trustpilot-widget .carousel-inner .name {
  color: rgba(0,0,0,0.6);
  font-size: 13px;
}
.trustpilot-widget .carousel-inner .title {
  margin: 15px 0 10px 0;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden; 
  width: 100%; 
  white-space: nowrap; 
}
.trustpilot-widget .carousel-inner .descriptions {
    min-height: 42px;
}
.trustpilot-widget .carousel-inner .name {
  margin-top: 25px
}

.title-2 {
  margin-bottom: 15px;
  font-weight: 700;
}


.counter {
  padding: 20px 0;
  border-radius: 5px;
}

.count-title {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.count-text {
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #04DC9B;
}

.plus::after {
  content: "+";
}
/*=================================================================
  About us 2 section
==================================================================*/
.about-2 {
  background: #fff;
}
.about-2 h2 {
  font-family: 'Fave Casual Script Bold Pro';
  color: #04DC9B;
  font-size: 50px;
}

.about-2 .sig {
  font-family: 'Fave Casual Script Bold Pro';
  color: #04DC9B;
  font-size: 50px;
  margin-bottom: -20px;
}
.about-2 p {
/* font-size: 18px; */
text-align: justify;
  text-align-last: left;
}
.akhil-award {
  width: 100%;
    /* position: relative;
    right: -50%;
    top: -30%;
    z-index: 9999; */
}

.calc-img {
max-width: 160px;
}


@media (max-width: 768px) {
  .about-2 h2:before {
    display: none;
  }
}

.calc h3 {
  font-size: 50px;
}

@media (max-width: 767px) { /* Media query for screens smaller than 768px (typically mobile devices) */
  .calc h3 {
      font-size: 20px; /* Adjusted font size for smaller screens */
  }

  .calc-img {
    max-width: 60px;
    margin-bottom: 10px;
    }
    .mobile-padding {
      padding: 25px; /* Adjusted padding for smaller screens */
  }
  }
.qoute {
  text-align: center;
  font-size: 35px;
  font-weight: 800;
}
.qoute span {
  color: #04DC9B;
}
/*=================================================================
 Call To Action 1
==================================================================*/
.call-to-action {
  padding: 100px 0;
  background: url("../images/call-to-action/call-to-action-bg-2.jpg");
  background-size: cover;
  color: #fff;
}
.call-to-action h2 {
  line-height: 1.5;
}
.call-to-action p {
  color: #fff;
}
.call-to-action .btn-main, .call-to-action .btn-main-sm {
  margin-top: 20px;
}

/*=================================================================
 Call To Action 2
==================================================================*/
.call-to-action-2 {
  padding: 100px 0;
  background-image: url("../images/call-to-action/call-to-action-bg.jpg");
  background-size: cover;
  color: #fff;
}
.call-to-action-2 h2 {
  line-height: 1.5;
}
.call-to-action-2 p {
  color: #fff;
}
.call-to-action-2 .btn-main, .call-to-action-2 .btn-main-sm {
  margin-top: 20px;
}

/*=================================================================
  Contact
  ==================================================================*/
.contact-form {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .contact-form {
    margin-top: 20px;
  }
}
.contact-form .form-control {
  background-color: transparent;
  border: 1px solid #dedede;
  box-shadow: none;
  height: 45px !important;
  color: #0c0c0c;
  height: 38px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  border-radius: 3px;
}
.contact-form input:hover,
.contact-form textarea:hover,
.contact-form #contact-submit:hover {
  border-color: #04DC9B;
}
.contact-form #contact-submit {
  border: none;
  padding: 15px 0;
  width: 100%;
  margin: 0;
  background: #04DC9B;
  color: #fff;
  border-radius: 0;
  cursor: pointer;
}
.contact-form textarea.form-control {
  padding: 10px;
  height: 120px !important;
  outline: none;
}

.contact-details .contact-short-info {
  margin-top: 15px;
}
.contact-details .contact-short-info li {
  margin-bottom: 6px;
}

.social-icon li {
  display: inline-block;
  margin-right: 10px;
}
.social-icon li a {
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  color: #04DC9B;
}
.social-icon li a i {
  display: inline-block;
  font-size: 20px;
  line-height: 50px;
  margin: 0;
}

.error {
  padding: 10px;
  color: #D8000C;
  border-radius: 2px;
  font-size: 14px;
  background-color: #FFBABA;
}

.success {
  background-color: #6cb670;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 10px;
}

#error, #success {
  display: none;
  margin-bottom: 10px;
}

.map {
  position: relative;
}
.map #map {
  height: 400px;
  color: white;
}

.contact-meta-block {
  margin-top: 30px;
  padding: 40px 0;
  min-height: 250px;
  text-align: center;
  background: #000;
  border-radius: 3px;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
  color: #fff !important;
}

.book-btn  {
    background-color: #ff0000;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    /* letter-spacing: 1px; */
    padding: 10px 40px;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
}


.contact-meta-block p {

  color: #fff !important;
}

.contact-meta-block a {
  color: #04DC9B;
}
.contact-meta-block a:hover {
  color: #fff;
}
.contact-meta-block > i {
  display: block;
  font-size: 50px;
  margin-bottom: 20px;
}

.contact-us h3 {
  font-family: 'Fave Casual Script Bold Pro';
  color: #fff;
  font-size: 50px;
  text-align: center;
}

/*=================================================================
  Pricing section
==================================================================*/
.pricing-table .pricing-item {
  margin-bottom: 15px;
  border-radius: 3px;
  padding-bottom: 40px;
  text-align: center;
  background: #f9f9f9;
}
.pricing-table .pricing-item a.btn-main, .pricing-table .pricing-item a.btn-main-sm {
  text-transform: uppercase;
  margin-top: 20px;
}
.pricing-table .pricing-item ul {
  padding: 20px 0 10px;
}
.pricing-table .pricing-item li {
  font-weight: 400;
  padding: 10px 0;
  color: #666;
}
.pricing-table .pricing-item li i {
  margin-right: 6px;
}
.pricing-table .price-title {
  padding: 30px 0 20px;
  text-align: center;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #fff;
}
.pricing-table .price-title > h3 {
  color: #fff;
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 15px;
  text-transform: uppercase;
}
.pricing-table .price-title > p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 5px;
  width: 60%;
  margin: 0 auto;
}
.pricing-table .price-title .value {
  font-size: 50px;
  padding: 10px 0;
}

/*=================================================================
  Portfolio section
==================================================================*/
.portfolio-filter {
  margin-bottom: 40px;
  text-align: center;
}
.portfolio-filter button {
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin: 0 10px;
  padding: 8px 5px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  color: #777;
  outline: none;
  background: none;
}
.portfolio-filter button:hover {
  border-bottom: 2px solid #04DC9B;
  color: #000;
}
.portfolio-filter button.active {
  border-bottom: 2px solid #04DC9B;
  color: #000;
}

.portfolio-items-wrapper li {
  width: 32.33%;
}

.portfolio-block {
  position: relative;
  transition: 0.3s all;
  overflow: hidden;
}
.portfolio-block:before {
  content: "";
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(240, 50, 107, 0.9);
  transition: 0.3s all;
}
.portfolio-block:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.portfolio-block:hover .caption h4 {
  transform: translate3d(0, 0, 0);
}
.portfolio-block:hover .caption {
  opacity: 1;
}
.portfolio-block:hover .caption .search-icon {
  opacity: 1;
}
.portfolio-block .caption {
  position: absolute;
  bottom: 10%;
  left: 10%;
  opacity: 0;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}
.portfolio-block .caption h4 {
  font-size: 20px;
  font-weight: 700;
}
.portfolio-block .caption h4 a {
  color: #fff;
}
.portfolio-block .caption .search-icon {
  background: #04DC9B;
  color: #fff;
  display: inline-block;
  padding: 4px 13px;
  font-size: 25px;
  border-radius: 30px;
  opacity: 0;
}

/*=================================================================
  Services section
==================================================================*/
.services .service-block {
  padding: 30px 20px;
}
@media (max-width: 480px) {
  .services .service-block {
    padding: 15px;
  }
}
.services .service-block .service-icon {
  margin-bottom: 15px;
}
.services .service-block i {
  font-size: 40px;
  color: #04DC9B;
  background: linear-gradient(100deg, #f9643d, #fe2a77);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.services .service-block h3 {
  color: #333;
  font-size: 18px;
}
.services .service-block p {
  color: #777;
}

/*=================================================================
  Services section 2
==================================================================*/
@media (max-width: 480px) {
  .service-2 .p-0 {
    padding: 0 15px !important;
  }
}
@media (max-width: 768px) {
  .service-2 .p-0 {
    padding: 0 15px !important;
  }
}
@media (max-width: 400px) {
  .service-2 .p-0 {
    padding: 0 15px !important;
  }
}
.service-2 .service-item {
  background: #fff;
  border: 1px solid #eee;
  padding: 50px 20px;
  margin-right: -1px;
  margin-bottom: -1px;
  transition: all 0.3s ease 0s;
}
.service-2 .service-item .count {
  font-size: 80px;
  position: absolute;
  top: 0;
  left: 20px;
  color: #f3f1f1;
  font-weight: 700;
}
.service-2 .service-item i {
  font-size: 30px;
  display: inline-block;
  border-radius: 30px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  height: 55px;
  line-height: 55px;
  margin-bottom: 20px;
  width: 55px;
  transition: all 0.3s ease 0s;
}

.service-list .block {
  background: #04DC9B;
  color: #fff;
  padding: 30px;
}
.service-list .block i {
  font-size: 30px;
}
.service-list .block h3 {
  font-size: 22px;
  margin: 10px 0;
}
.service-list .block ul li {
  margin-bottom: 6px;
  color: #f9f9f9;
}

/*=================================================================
  Our Team
  ==================================================================*/
.team-member {
  background: #fff;
  margin-bottom: 15px;
}
.team-member:hover img {
  transform: scale(1.1);
}
.team-member:hover .mask {
  opacity: 1;
}
.team-member .member-content {
  padding: 25px 0;
}
.team-member .member-content h3 {
  font-size: 20px;
  margin: 0 0 5px;
  color: #333;
}
.team-member .member-content span {
  font-size: 14px;
  color: #555;
}
.team-member .member-content p {
  color: #777;
  margin-top: 10px;
  padding: 0 15px;
}
.team-member .member-content ul {
  text-align: center;
  position: relative;
}
.team-member .member-content ul li {
  margin-right: 7px;
}
.team-member .member-content ul li a {
  font-size: 18px;
  padding: 10px;
}
.team-member .member-content ul li a i {
  color: #04DC9B;

}
.team-member .member-content ul li a:hover {
  color: #04DC9B;
}
.team-member .member-photo {
  overflow: hidden;
  position: relative;
}
.team-member .member-photo img {
  transition: all 0.6s ease 0s;
}

/*=================================================================
  Testimonial section
==================================================================*/
.testimonial {
  background: #04DC9B;
  position: relative;
}
.testimonial .item i {
  font-size: 40px;
  color: #fff;
  margin-bottom: 30px;
  display: inline-block;
}
.testimonial .item .client-details {
  padding-bottom: 30px;
}
.testimonial .item .client-details p {
  font-size: 17px;
  color: #fff;
  font-weight: 200;
  padding: 0 10%;
}
.testimonial .item .client-meta {
  margin-top: 8px;
  color: #fff;
}
.testimonial .item .client-meta h4 {
  margin-bottom: 4px;
}
.testimonial .item .client-meta span {
  font-size: 12px;
}
.testimonial .item .client-thumb img {
  display: inline-block;
  border-radius: 100%;
  width: 90px;
  height: auto;
}

/*=================================================================
  Latest Posts
==================================================================*/
.post-item {
  background: #fff;
  margin-bottom: 40px;
}
.post-item .post-thumb {
  margin-right: 10px;
}
.post-item .post-thumb img {
  height: auto;
}
.post-item .post-title {
  margin-top: 20px;
}
.post-item .post-title h3 {
  font-size: 23px;
}
.post-item .post-title h3 a {
  color: #000;
}
.post-item .post-meta {
  font-size: 14px;
  color: #888;
}
.post-item .post-meta a {
  color: #000;
  margin: 3px 0;
}
.post-item .post-content p {
  color: #757575;
  margin: 10px 0;
}
.post-item .btn-main, .post-item .btn-main-sm {
  font-size: 12px;
  margin-top: 10px;
  padding: 8px 20px;
  margin: 15px 0;
}

/*=================================================================
  Footer section
==================================================================*/
.top-footer {
  background-color: #222222;
  border-top: 1px solid #404040;
  padding: 100px 0 80px;
}
.top-footer h3 {
  font-size: 16px;
  line-height: 1.5;
  color: #04DC9B;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.top-footer p {
  font-size: 14px;
  line-height: 30px;
  color: #fff;

  padding-right: 20px;
}
.top-footer li a {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  transition: color 0.3s;
  display: block;
}
.top-footer li a:hover {
  color: #04DC9B;
}

.footer-bottom {
  text-align: center;
  background-color: #1b1b1b;
  border-top: 1px solid #2c2c2c;
  padding: 30px 0;
}
.footer-bottom h5 {
  font-size: 12px;
  line-height: 1;
  color: #888888;
  font-weight: 400;
  margin-top: 7px;
  margin-bottom: 3px;
}
.footer-bottom h6 {
  font-size: 11px;
  line-height: 15px;
  color: #888888;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.footer-bottom p {
  color: #656565;
}
.footer-bottom a {
  color: #04DC9B;
}

.contact-us-footer p {
line-height: normal;
}

.contact-us-footer a {
 color: #fff;
  }

.subscribe-form .form-control {
  border-radius: 0;
}

.page-404 {
  height: 100vh;
}
.page-404 h1 {
  font-size: 200px;
}
@media (max-width: 480px) {
  .page-404 h1 {
    font-size: 100px;
  }
}
/*# sourceMappingURL=style.css.map */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.cookie-message {
  font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
  border-radius: 10px;
  padding: 15px 0;
  background: #f7f8fb;
  border: 1px solid rgba(0,0,0,.15);
  box-shadow: 0 0 16px 2px rgba(0,0,0,.05), 0 10px 10px 2px rgba(0,0,0,.05);
  font-size: 12px;
  line-height: 40px;
  border-top: 1px solid #e4e4e4;
  position: fixed;
  z-index: 100;
  bottom: 10%;
  right: 2%;
  margin: auto;
  max-width: 540px;
  display: -ms-flexbox;
  display: flex;
}
.cookie-message img {
  height: 50px;
  width: 50px;
  margin: 0 15px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.cookie-message span {
  display: inline-block;
  line-height: 1.5;
  padding-right: 16px;
  border-right: 1px solid rgba(0,0,0,.1);
}
.cookie-message p.close {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border: none;
  font-size: 24px;
  padding: 0 20px 0 16px;
  position: relative;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #919191;
  transition: color 0.2s;
}
.cookie-message p.close:hover { color: #795548; }
.cookie-message p {
  display: inline-block;
  color: red;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.script-green {
font-family: 'Fave Casual Script Bold Pro';
color: #04DC9B;
}
.script-black {
  font-family: 'Fave Casual Script Bold Pro';
  color: #000;
  }
  
  .pageTitle {
    font-family: 'Fave Casual Script Bold Pro';
    color: #000;
    font-size:calc(18px + 3vw);
    text-align: center;
  }

  .about-email{
    color: #333;
    margin: 20px 0px;
  }
/* 
  .residential-mortgages-header{
    background-image: url(../images/morgages/headers/residential-mortgages.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  } */

/* Add an animated glow effect to your modal */
@keyframes glowAnimation {
  0% {
    box-shadow: 0 0 20px rgba(4, 220, 155, 0.8);
  }
  50% {
    box-shadow: 0 0 40px rgba(4, 220, 155, 0.6);
  }
  100% {
    box-shadow: 0 0 20px rgba(4, 220, 155, 0.8);
  }
}

.title-modal {
  font-weight: 900;
    line-height: 1;
  color: #000;
  font-size: 35px;

}
.btn-modal {
  background: #000;
  border: 2px solid #fff;
  color: #04DC9B;
  font-weight: 900;
  line-height: 1;
  margin: 0.5em;
  padding: 1em 2em;
  border-radius: 10px;
  cursor: pointer;
}

.btn-modal:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #000;
  cursor: pointer;
}

.modal-style {
  background-color: #04DC9B;
  color: #000;
  border-radius: 20px;
  animation: glowAnimation 2s infinite; /* Adjust the duration as needed */
  border: 5px solid #098560;
}
.modal-style h5 {
  text-align: center;
}

.btn-round {
    width: auto;
    border-radius: 20px;
}

.header-border {
  border-radius: 30px;
  border: 10px solid #04DC9B;
}

.hideme
{
    opacity:0;
}

.underline {
  position: relative;
}
.pageTitle::after {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: -0.5rem;
  right: -0.5rem;
  height: 0.75rem;
  z-index: -1;
  background-image: url("underline.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

body .particletext {
  position: relative;
}
body .particletext.bubbles > .particle {
  opacity: 0;
  position: absolute;
  background-color: rgba(33, 150, 243, 0.5);
  -webkit-animation: bubbles 3s ease-in infinite;
          animation: bubbles 3s ease-in infinite;
  border-radius: 100%;
}
body .particletext.hearts > .particle {
  opacity: 0;
  position: absolute;
  background-color: #cc2a5d;
  -webkit-animation: hearts 3s ease-in infinite;
          animation: hearts 3s ease-in infinite;
}
body .particletext.hearts > .particle:before, body .particletext.hearts > .particle:after {
  position: absolute;
  content: "";
  border-radius: 100px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #cc2a5d;
}
body .particletext.hearts > .particle:before {
  transform: translateX(-50%);
}
body .particletext.hearts > .particle:after {
  transform: translateY(-50%);
}
body .particletext.lines > .particle {
  position: absolute;
  background-color: rgba(244, 67, 54, 0.5);
  -webkit-animation: lines 3s linear infinite;
          animation: lines 3s linear infinite;
}
body .particletext.confetti > .particle {
  opacity: 0;
  position: absolute;
  -webkit-animation: confetti 3s ease-in infinite;
          animation: confetti 3s ease-in infinite;
}
body .particletext.confetti > .particle.c1 {
  background-color: rgba(76, 175, 80, 0.5);
}
body .particletext.confetti > .particle.c2 {
  background-color: rgba(156, 39, 176, 0.5);
}
body .particletext.fire > .particle {
  position: absolute;
  background-color: rgba(255, 193, 7, 0.5);
  border-radius: 40px;
  border-top-right-radius: 0px;
  -webkit-animation: fires 0.8s linear infinite;
          animation: fires 0.8s linear infinite;
  transform: rotate(-45deg);
  opacity: 0;
}
body .particletext.fire > .particle:before {
  position: absolute;
  content: "";
  top: 60%;
  left: 40%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  border-radius: 40px;
  border-top-right-radius: 0px;
  background-color: rgba(251, 140, 0, 0.5);
}
body .particletext.sunbeams > .particle {
  position: absolute;
  background-color: rgba(253, 216, 53, 0.5);
  -webkit-animation: sunbeams 3s linear infinite;
          animation: sunbeams 3s linear infinite;
}

@-webkit-keyframes bubbles {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
    transform: translate(0, -20%);
  }
  100% {
    opacity: 0;
    transform: translate(0, -1000%);
  }
}

@keyframes bubbles {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
    transform: translate(0, -20%);
  }
  100% {
    opacity: 0;
    transform: translate(0, -1000%);
  }
}
@-webkit-keyframes hearts {
  0% {
    opacity: 0;
    transform: translate(0, 0%) rotate(45deg);
  }
  20% {
    opacity: 0.8;
    transform: translate(0, -20%) rotate(45deg);
  }
  100% {
    opacity: 0;
    transform: translate(0, -1000%) rotate(45deg);
  }
}
@keyframes hearts {
  0% {
    opacity: 0;
    transform: translate(0, 0%) rotate(45deg);
  }
  20% {
    opacity: 0.8;
    transform: translate(0, -20%) rotate(45deg);
  }
  100% {
    opacity: 0;
    transform: translate(0, -1000%) rotate(45deg);
  }
}
@-webkit-keyframes lines {
  0%, 50%, 100% {
    transform: translateY(0%);
  }
  25% {
    transform: translateY(100%);
  }
  75% {
    transform: translateY(-100%);
  }
}
@keyframes lines {
  0%, 50%, 100% {
    transform: translateY(0%);
  }
  25% {
    transform: translateY(100%);
  }
  75% {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes confetti {
  0% {
    opacity: 0;
    transform: translateY(0%) rotate(0deg);
  }
  10% {
    opacity: 1;
  }
  35% {
    transform: translateY(-800%) rotate(270deg);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(2000%) rotate(1440deg);
  }
}
@keyframes confetti {
  0% {
    opacity: 0;
    transform: translateY(0%) rotate(0deg);
  }
  10% {
    opacity: 1;
  }
  35% {
    transform: translateY(-800%) rotate(270deg);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(2000%) rotate(1440deg);
  }
}
@-webkit-keyframes fires {
  0% {
    transform: rotate(-70deg) translateY(0%);
  }
  25% {
    transform: rotate(-20deg) translateY(-5%);
    opacity: 1;
  }
  50% {
    transform: rotate(-70deg) translateY(-10%);
  }
  75% {
    transform: rotate(-20deg) translateY(-20%);
  }
  100% {
    transform: rotate(-70deg) translateY(-40%);
    opacity: 1;
  }
}
@keyframes fires {
  0% {
    transform: rotate(-70deg) translateY(0%);
  }
  25% {
    transform: rotate(-20deg) translateY(-5%);
    opacity: 1;
  }
  50% {
    transform: rotate(-70deg) translateY(-10%);
  }
  75% {
    transform: rotate(-20deg) translateY(-20%);
  }
  100% {
    transform: rotate(-70deg) translateY(-40%);
    opacity: 1;
  }
}
@-webkit-keyframes sunbeams {
  0% {
    transform: translateY(40%) rotate(0deg);
  }
  50% {
    transform: translateY(-40%) rotate(180deg);
  }
  100% {
    transform: translateY(40%) rotate(360deg);
  }
  0%, 14%, 17%, 43%, 53%, 71%, 80%, 94%, 100% {
    opacity: 0;
  }
  6%, 15%, 24%, 28%, 48%, 55%, 78%, 82%, 99% {
    opacity: 1;
  }
}
@keyframes sunbeams {
  0% {
    transform: translateY(40%) rotate(0deg);
  }
  50% {
    transform: translateY(-40%) rotate(180deg);
  }
  100% {
    transform: translateY(40%) rotate(360deg);
  }
  0%, 14%, 17%, 43%, 53%, 71%, 80%, 94%, 100% {
    opacity: 0;
  }
  6%, 15%, 24%, 28%, 48%, 55%, 78%, 82%, 99% {
    opacity: 1;
  }
}

.thm-container {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact-form-content {
  background: #F5F6FA;
  padding: 80px 0;
  padding-left: 80px;
  padding-right: 80px;
}

.thm-container .title {
  margin-bottom: 50px;
}

.thm-container .title span {
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  color: #018e63;
}

.thm-container .title h2 {
  color: #212121;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
}

.contact-form input, 
.contact-form textarea {
  border: none;
  outline: none;
  width: 100%;
  height: 68px;
  border-radius: 35px;
  background: #fff;
  color: #757575;
  font-size: 16px;
  padding-left: 50px;
  margin-bottom: 20px;
  display: block;
}

.contact-form textarea {
  height: 182px;
  padding-top: 20px;
}

.thm-btn {
  border: none;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  background: #04DC9B;
  color: #000;
  border-radius: 35px;
  font-weight: 500;
  font-size: 16px;
  padding: 18px 69px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.contact-info {
  margin-left: -30px;
  border: 2px solid #EBEDF4;
  padding-top: 75px;
  padding-bottom: 80px;
}

.single-contact-info h4 {
  color: #212121;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.contact-info .social a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 59px;
  text-align: center;
  line-height: 50px;
  margin-top: 10px;
  display:inline-block;
  font-family: FontAwesome;
  margin:5px;
  font-weight: 900;
}

.contact-info .social a.fa-x-twitter {
  background: #212121;
}

.contact-info .social a.fa-instagram{
  background: #e9259e;
}

.contact-info .social a.fa-facebook-f {
  background: #2884C6;
}

.contact-info .social a.fa-youtube {
  background: #FF4328;
}

.wave {
  display: inline-block;
  animation: wave 2.5s infinite;
  transform-origin: 70% 70%;
}

@keyframes wave {
  0%, 100% {
      transform: rotate(0);
  }

  10%, 30%, 50%, 70% {
      transform: rotate(14deg);
  }

  20%, 40%, 60% {
      transform: rotate(-8deg);
  }
}


  /* adds some margin below the link sets  */
  .navbar .dropdown-menu div[class*="col"] {
    margin-bottom:1rem;
 }
 
 .menu-title {
     font-weight: 800;
     color: #04dc9b;
 }
 
 .navbar .dropdown-menu {
   border:none;
   color: #fff;
 }
 
 .navbar .dropdown-menu a {
   color: #fff;
 }
 /* breakpoint and up - mega dropdown styles */
 @media screen and (min-width: 992px) {
   
   /* remove the padding from the navbar so the dropdown hover state is not broken */
 .navbar {
   padding-top:0px;
   padding-bottom:0px;
 }
 
 /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
 .navbar .nav-item {
   padding:.5rem;
   margin:0;
 }
 
 /* makes the dropdown full width  */
 .navbar .dropdown {position:static;}
 
 .navbar .dropdown-menu {
   width:100%;
   left:0;
   right:0;
 /*  height of nav-item  */
   top:80px;
   
   display:block;
   visibility: hidden;
   opacity: 0;
   transition: visibility 0s, opacity 0.3s linear;
   
 }
   
  
 
   
   /* shows the dropdown menu on hover */
 .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
   display:block;
   visibility: visible;
   opacity: 1;
   transition: visibility 0s, opacity 0.3s linear;
 }
   
   .navbar .dropdown-menu {
     border: 1px solid rgba(0,0,0,.15);
     background-color: #fff;
   }
 
 }
 
 @media (min-width: 992px) {
   .navbar-expand-lg .navbar-nav .nav-link {
     padding-right: 0.5rem;
     padding-left: 0;
 }
 .nav.flex-column {
 margin-left: -0.5rem 
 
 }
 
 
 }
 a .nav-link:hover {
   color: #04dc9b;
 }
 
 /*--------------------------------------------------------------
 # Top Bar
 --------------------------------------------------------------*/
 #topbar {
   background: #000;
   height: 40px;
   font-size: 14px;
   transition: all 0.5s;
   color: #fff;
   padding: 0;
   font-size: 1.2em;
   font-weight: bold;
 }
 
 #topbar .contact-info i {
   font-style: normal;
   color: #fff;
 }
 
 #topbar .contact-info i a,
 #topbar .contact-info i span {
   padding-left: 5px;
   color: #fff;
 }
 
 #topbar .mail {
   color: #04DC9B;
 }
 
 
 #topbar .contact-info i a {
   line-height: 0;
   transition: 0.3s;
   transition: 0.3s;
 }
 
 #topbar .contact-info i a:hover {
   color: #fff;
   text-decoration: underline;
 }
 
 #topbar .social-links a {
   color: #04DC9B;
   line-height: 0;
   transition: 0.3s;
   margin-left: 20px;
   font-size: 24px;
 }
 
 #topbar .social-links a:hover {
   color: white;
 }
 
 @media (min-width: 1200px){
   .navbar-expand-xl .navbar-nav .nav-link {
 
   
     padding-left: 0;
 }
 }
 .nav-item .nav-link:hover {
   color: #000000;
     background-color: #ffffff;
     padding: 5px 8px;
     border-radius: 10px;
     font-weight: 600;
     display: inline-block;
     cursor: pointer !important;
 }
 
 .nav-item .nav-link {
 display: inline-block;
 cursor: pointer !important;
 }
 
 .nav-link {
   cursor: pointer !important;
 }
 .image-btn:hover {
   cursor: pointer !important;
 }