@import url('https://fonts.googleapis.com/css2?family=Allison&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body {
  
  margin: 0px;
  padding: 0px;
  
overflow-x: hidden !important;
font-family: "Allison", cursive;
font-family: "Roboto", sans-serif;
  font-family: "Marcellus", serif;
  font-family: 'Jost', sans-serif;

background: #ffffff;


}
p{
  font-family: 'Jost', sans-serif;
}
h1{
  font-family: "Roboto", sans-serif;

}
h6{
  font-family: 'Jost', sans-serif;
font-weight: 400;
}
a{
  color: initial !important;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  vertical-align: middle;
  background-image: url('../photos/icons/toggler.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-toggler{
  border: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: 15px;
  font-weight: var(--bs-nav-link-font-weight);
 
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.nav-link:hover{
  color:  #87C3D7;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  vertical-align: middle;
  background-image: url('../photos/icons/toggler.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #87C3D7;
  font-weight: 500;
  border-bottom:1px solid #87C3D7;
}



.carousel1{
  background: url('../photos/accounting-tech-blog-banner.png'), linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 53%);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 90vh;
}
.carousel2{
  background: url('../photos/img5.jpg'), rgba(0, 0, 0, 0.616);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 90vh;
}
.carousel3{
  background: url('../photos/img1.png'), rgba(0, 0, 0, 0.616);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 90vh;
}

.carousel-caption {
  position: absolute;
  right:0%;
  bottom: 20.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
}
.carousel-caption h2{
  font-family: "Roboto", sans-serif;

  font-weight: 700;
  font-size: 80px;
  color: #ffffff;


}
/* From Uiverse.io by Madflows */ 
.button {
  position: relative;
  overflow: hidden;
  height: 3rem;
  padding: 0 2rem;
  border-radius: 1.5rem;
  background: #1482B8;
  background-size: 400%;
  color: #fff;
  border: none;
  cursor: pointer;
}

.button:hover::before {
  transform: scaleX(1);
}

.button-content {
  position: relative;
  z-index: 1;
}

.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(
    82.3deg,
    #173561 10.8%,
    #1482B8 94.3%
  );
  transition: all 0.475s;
}


.about-section{
  background: url('../photos/bg.png');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 30%;
  background-attachment: scroll;
  background-blend-mode: multiply;
}
.service{
  display: flex;
}
.service-circle{
  position: relative;
  display: flex;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #00000035;
  border-radius: 50%;
  transition: 0.3s ease-in-out;

  background: #F7F7F7;
}

.service-circle:hover{
  background: #CAF1F8;
  transition: 0.3s ease-in-out;
}

.service-box{
  background: white;
  padding: 40px;
}

.cover-bg{
  background: url('../photos/cover-bg.png'), linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 53%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
padding-top: 150px;
padding-bottom: 150px;
color: white;
}


.team-members{
  padding-top: 100px;
  padding-bottom: 100px;
}
.team-card{
  background: url('../photos/bg.png'), #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.team-info{
  padding: 10px;
}
footer{
  background: #020324;
  padding-top: 150px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
a.footer-link{
  color: white;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
}
.footer-link:hover{
  color:  #A9D1DB;
}
.payment{
  display: flex;
}

.socials{
  display: flex;
  color: white;
}
.footer-links{
  display: flex;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
}

.socials a{
  text-decoration: none !important;
  color: white;
}
.socials a:hover h4 {
  color:  #A9D1DB;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.copyright{
  display: flex;
justify-content: right;
text-align: right ;
align-items: end ;
}
.room-link{
  color: #000000;
}
.room-link:hover{
  color: #932B41;
}

.contact-banner{
  background: #173561;
  position: relative;
  margin-bottom: -90px;
  padding:70px;
  border-radius: 20px;
  color: white;
}
@media(max-width:1000px){
  .team-card{
    margin: 20px;
  }
  .carousel-caption h2{
    font-size: 40px;
  }
  .about-title{
      font-size:30px !important;
      letter-spacing:1px !important;
      line-height:normal !important;
  }
.carousel1{
  background: url('../photos/img5.jpg'), rgba(0, 0, 0, 0.616);

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 90vh;
}
.carousel2{
  background: url('../photos/accounting-tech-blog-banner.png'), linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 53%);

  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 90vh;
}
.carousel3{
  background: url('../photos/img1.png'), rgba(0, 0, 0, 0.616);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 90vh;
}
.contact-banner{
  width: 95%;
  padding: 30px;
}
}

/*services.html*/
.section-bg{
  background: url('../photos/cover-bg.png'), linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 53%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
padding-top: 200px;
padding-bottom: 150px;
color: white;
text-align: center;
}
.service-box1{
  padding: 40px;
  border: 1px solid rgba(0, 0, 0, 0.261);
}
.service-circle1{
  position: relative;
  display: flex;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.133);
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #d9f8ff;
  transition: 0.3s ease-in-out;

}
.service-box1:hover {
  background: #d9f8ff;
  transition: 0.3s ease-in-out;

}
.service-box1:hover .service-circle1{
  background: #173561;
  color: white;
  transition: 0.3s ease-in-out;
}


/*about.html*/
.section-bg1{
  background: url('../photos/about-bg.jpg'),rgba(0, 0, 0, 0.694);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
padding-top: 200px;
padding-bottom: 150px;
color: white;
text-align: center;
}

.about-title{
  font-size: 50px;
  font-weight: 600;
  color: #060B1E;
  line-height: 60px;
  letter-spacing:2px;
}

/*contact.html*/
.section-bg2{
  background: url('../photos/finance.jpg'),rgba(0, 0, 0, 0.694);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
padding-top: 200px;
padding-bottom: 150px;
color: white;
text-align: center;
}
/*Animations*/
.fadeinleft {
  opacity:0;
  transform: translateX(200px);
  transition: all 1.3s ease-out;
}
.fadeinright{
  opacity: 0;
  transform: translateX(-200px);
  transition: all 0.8s ease-out;
}
.fadeindown{
  opacity: 0;
  transform: translateY(-100px);
  transition: all 1.2s ease-out;
}
.fadeinup{
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.2s ease-out;
}
.fade-in{
  opacity:0;
  transition: all 1.3s ease-in;
}
.active-left,.active,.active-right,.active-down,.active-up{
  opacity:1;
  transform: translateX(0);
  transform: translateY(0);
}

.fadein{
opacity: 0;
}