<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -------------------------------------------------------------
FONTS
------------------------------------------------------------- */
@font-face {
  font-family: AcuminVariableConcept;
  src: url(../fonts/AcuminVariableConcept.otf);
}
@font-face {
  font-family: GESSTwo;
  src: url(../fonts/GESSTwoMedium.otf);
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #595959;
  font-family: AcuminVariableConcept;
}

a {
  color: #606EB2;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #4C659E;
  outline: none;
  /* text-decoration: none; */
  text-decoration: underline;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  /* font-family: AcuminVariableConcept; */
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */



/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 40px;

  width: 90vw;
  margin: 0 auto;
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  top: 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);

  border-radius: 0;
  width: 100%;
}

#header .logo {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo a {
  color: #595959;
}

#header .logo img {
  max-height: 40px;
}

@media (max-width: 992px) {
  #header {
    top: 0;
  }
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */

.main-nav, .main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav &gt; ul &gt; li {
  position: relative;
  white-space: nowrap;
  float: left;
  padding-left: 30px;
}

.main-nav a {
  display: block;
  position: relative;
  color: #595959;
  padding: 10px 0;
  transition: 0.3s;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.main-nav a:hover, .main-nav .active &gt; a, .main-nav li:hover &gt; a {
  color: #606EB2;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover &gt; ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #606EB2;
}

.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active &gt; a, .main-nav .drop-down ul li:hover &gt; a {
  color: #606EB2;
}

.main-nav .drop-down &gt; a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover &gt; ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down &gt; a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down &gt; a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #fff;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #595959;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active &gt; a, .mobile-nav li:hover &gt; a {
  color: #606EB2;
  text-decoration: none;
}

/* .mobile-nav .drop-down &gt; a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down &gt; a:after {
  content: "\f077";
}

.mobile-nav .drop-down &gt; a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
} */

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #606EB2;
}

.mobile-nav-overlay {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background-color: #A1A1A1;
  opacity: 0.8;
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /* height: 800px; */
  height: 100vh;
  /* max-height: 800px; */
  position: relative;

  background-image: url('../img/hero.jpg');
  background-size: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #f5f8fd; */
  background: linear-gradient(0deg, rgba(245,248,253,1) 0%, rgba(245,248,253,1) 85%, rgba(245,248,253,1) 100%);
  opacity: 0.6;
  /* background: rgb(245,248,253); */

}


@media (max-width: 767px) {
  #hero {
    height: auto;
    padding: 100px 0 60px 0;
  }
  #hero .container {
    height: auto !important;
  }
  #hero .intro-img {
    width: 80%;
  }
}

@media (max-width: 767px) {
  #hero .intro-info {
    text-align: center;
    padding-top: 40px;
  }
}

#hero .intro-info h2 {
  color: #595959;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
  text-transform: capitalize;
}

#hero .intro-info h2 span {
  color: #606EB2;
}

@media (max-width: 767px) {
  #hero .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

#hero .intro-info .btn-get-started {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #606EB2;
}

#hero .intro-info .btn-get-started:hover {
  background: #4C659E;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 36px;
  color: #595959;
  text-align: center;
  font-weight: 700;
  position: relative;

}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}

@media (max-width: 767px) {
  .section-header p {
    width: 100%;
  }
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f5f8fd;
}

/* About Us Section
--------------------------------*/
#about {
  padding: 80px 0;
}

#about .about-content {
  padding-top: 40px;
}

#about .about-content h2 {
  color: #595959;
  font-weight: 700;
}

#about .about-content h3 {
  color: #606EB2;
  font-weight: 400;
  font-size: 22px;
  font-style: italic;
}


#about .about-img {
  position: relative;
  margin: 30px 30px 30px 30px;
}

#about .about-img img {
  width: 100%;
  border: 8px solid #fff;
  transition: .5s;
}

#about .about-img img:hover {
  width: 100%;
  transform: scale(1.03);
}

#about .about-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

#about .about-img::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

/* Services Section
--------------------------------*/
#services {
  padding: 80px 0;
}

.box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.box:hover {
  transform: scale(1.05);
}

.icon {
  margin: 0 auto 15px auto;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #f5f8fd;

  position: relative;
}

.icon i {
  font-size: 24px;
  color: #606EB2;

  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);

}

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

.title a {
  color: #111;
}

#services .box:hover .title a {
  color: #606EB2;
}

#services .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: center;
}

/* PORTFOLIO */
#portfolio {
  padding: 80px 0;
}

#portfolio h4 {
  font-weight: 600;
  font-size: 24px;
}

#portfolio .box {
  text-align: left;
  padding: 0;
}

#portfolio .box:hover {
  transform: scale(1.04);
}

#portfolio .left {
  padding: 30px;
  padding-left: 60px;
}

#portfolio .left .logo {
  margin-bottom: 20px;
  height: 32px;
}

#portfolio .right {
  background-image: url(../img/bleems-banner.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}



@media (max-width: 768px) {
  #portfolio .right {
    padding-bottom: 50%
  }
}

#portfolio a {
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 8px;
  white-space: nowrap;
}


/* CONTACT US */
#contact {
  padding: 80px 0;
}

@media (min-width: 992px) {
  #contact {
    /* padding-bottom: 180px; */
  }
  #contact .email {
    height: 48px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background-color: #595959;
  padding: 30px;
}

#footer p {
  color: #A1A1A1;
  font-size: 14px;
  margin: 0;
}


/* @media screen and (min-height:1000px) and (min-height:1000px) {
  #footer {
    padding: 72px;
  }
} */

/* ----------------------------------------- */

/* TEAM SECTION */

#team {
  padding: 80px 0;
}

#team .member-full {
  width: 100%;
  text-decoration: none;
}
#team .member-image-wrapper {
  overflow: hidden;
}

#team .member-image-wrapper img {
  width: 100%;
  /* filter: grayscale(100%); */
  transition: transform 0.3s ease-in-out;
}

#team .member-image-wrapper:hover img {
  transform: scale(1.08);
}

#team .member-content {
  max-width: 100%;
}

#team .member-desc {
  color: #A1A1A1;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease-in-out;

  text-align: justify;
}

.member-head {
  color: #595959;
  margin: 0;
  margin-top: 16px;
}

.member-sub-head {
  color: #A1A1A1;
  margin: 0;
  margin-top: 8px;
}

.toggle-desc {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  margin-top: 8px;
  display: flex;
}

.toggle-desc &gt; p {
  color: #606EB2;
  margin: 0;
  padding: 0;
}

.toggle-desc:hover &gt; p {
  color: #4C659E;
}</pre></body></html>