@charset "utf-8";
:root {
--primaryfont:"Roboto", sans-serif;
--secondaryfont:'Arial', 'Helvetica', sans-serif;
--primarycolor:#003659;
--secondarycolor:#6f6f6e;
--tertiarycolor:#001828;
--quaternarycolor:#999999;
--quinarycolor:#888888;
--senarycolor:#777777;
--septenarycolor:#666666;
--octonarycolor:#555555;
--nonarycolor:#444444;
--denarycolor:#333333;
--undenarycolor:#222222;
--duodenarycolor:#2A2A2A;
--tredecenarycolor:#111111;
--quattuordecenarycolor:#1A1A1A;
--quindecenarycolor:#0A0A0A;
--colorwhite:#ffffff;
--colorblack:#000000;
--silver:#faf9f7;
--disabled:#dddddd;
--whitearrow: url("../images/icons/icon-move-light.png"), move;
--blackarrow: url("../images/icons/icon-move-black.png"), move;
--patternbackground:url("../images/icons/bg-pattern.png");
}
html {
  font-synthesis: none;
  -moz-font-feature-settings: inherit;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
html* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html, body {
  height: 100%;
  min-height: 100%;
}
a, em, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, select, small, span, strike, sub, summary, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  background: transparent;
  font-variant-ligatures: none;
}
body {
 font-size:.875rem;
  font-style: normal;
  line-height: 1.6;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: var(--colorwhite);
  font-family: 'Roboto', system-ui, -apple-system, "Segoe UI", 'Helvetica', 'Helvetica Neue', Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: var(--octonarycolor);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
}
.h1, h1 {
  font-size: 2.5rem;
}
.h2, h2 {
  font-size: 2rem;
}
.h3, h3 {
  font-size: 1.75rem;
}
.h4, h4 {
  font-size: 1.5rem;
}
.h5, h5 {
  font-size: 1.25rem;
}
.h6, h6 {
  font-size: 1rem;
}
p {
  margin: 0;
  padding: 0;
  font-weight: 500;
}
a {
  color: var(--primarycolor);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
a:hover, a:focus {
  color: var(--secondarycolor);
  text-decoration: none;
  outline: 0;
}
a:active {
  color: var(--tertiarycolor);
  text-decoration: none;
  outline: 0;
}
a.underline-link {
  color: var(--primarycolor);
  text-decoration: underline!important;
  outline: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
a.underline-link:hover, a.underline-link:focus {
  color: var(--secondarycolor);
  text-decoration: underline!important;
  outline: 0;
}
a.underline-link:active {
  color: var(--tertiarycolor);
  text-decoration:underline!important;
  outline: 0;
}
/* Columns */
.col-5th {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 991.98px) {
.col-5th {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
}
@media (max-width: 767.98px) {
.col-5th {
  flex: 0 0 50%;
  max-width: 50%;
}
}
@media (max-width: 575.98px) {
.col-5th {
  flex: 0 0 100%;
  max-width: 100%;
}
}
/* Arrows */
.white-move .slide-arrow {
  cursor: var(--whitearrow);
}
.black-move .slide-arrow {
  cursor: var(--blackarrow);
}
.brand-button {
  color: var(--colorwhite);
  background-color: var(--primarycolor);
  border: 1px solid var(--primarycolor);
 border-radius: .25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 12px 14px;
  position: relative;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
}
.brand-button:hover, .brand-button:focus {
  color: var(--colorwhite);
  background-color: var(--secondarycolor);
  border: 1px solid var(--secondarycolor);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
}
.brand-button:active {
  color: var(--colorwhite);
  background-color: var(--tertiarycolor);
  border: 1px solid var(--tertiarycolor);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
}
.white-button {
  color: var(--primarycolor);
  background-color: var(--colorwhite);
  border: 1px solid var(--colorwhite);
 border-radius: .25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 12px 14px;
  position: relative;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
}
.white-button:hover, .white-button:focus {
  color: var(--secondarycolor);
  background-color: var(--silver);
  border: 1px solid var(--silver);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
}
.white-button:active {
  color: var(--primarycolor);
  background-color: var(--colorwhite);
  border: 1px solid var(--colorwhite);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
}
.text-1 {
  color: #00345b
}
.text-2 {
  color: #6d6e70
}
.background-1 {
  background: #00345b
}
.background-2 {
  background: #6d6e70
}
/* Header */
header.header-light {
  background: var(--colorwhite);
}
header.header-light .sticky-header {
  background: var(--colorwhite);
}
header.header-light nav li.nav-item .nav-link {
  color: var(--septenarycolor);
}
header.header-light nav li.nav-item .nav-link:hover {
  color: var(--secondarycolor);
}
header.header-light nav li.nav-item .nav-link:focus {
  color: var(--tertiarycolor);
}
header.header-light nav li.nav-item .nav-link:active {
  color: var(--primarycolor)!important;
}
header.header-light nav li.nav-item .nav-link.active {
  color: var(--primarycolor)!important;
}
@media (max-width: 991.98px) {
header.header-light .navbar-nav {
  border-top: 1px solid var(--disabled);
}
header.header-light nav li.nav-item .nav-link {
  border-bottom: 1px solid var(--disabled);
}
header.header-light nav li.nav-item .nav-link:hover {
  background: var(--colorwhite);
}
}
header.header-light .navbar-nav > li > .dropdown-menu {
  border: 0 solid var(--colorwhite);
  background: var(--colorwhite);
}
header.header-light .navbar-nav > li > .dropdown-menu a.dropdown-item {
  background: var(--colorwhite);
  color: var(--septenarycolor);
  border-bottom: 1px solid var(--disabled);
}
header.header-light .navbar-nav > li > .dropdown-menu a.dropdown-item:hover {
  background: var(--colorwhite);
  color: var(--secondarycolor);
}
header.header-light .navbar-nav > li > .dropdown-menu a.dropdown-item:focus {
  background: var(--colorwhite);
  color: var(--tertiarycolor);
}
header.header-light .navbar-nav > li > .dropdown-menu a.dropdown-item:active {
  background: var(--colorwhite)!important;
  color: var(--primarycolor)!important;
}
header.header-light .dropdown-item.active, header.header-light .dropdown-item:active {
  background: var(--colorwhite)!important;
  color: var(--primarycolor)!important;
}
header.header-light button.navbar-toggler {
  color: var(--primarycolor);
}
header.header-light button.navbar-toggler:hover {
  color: var(--secondarycolor);
}
footer.footer {
  width: 100%;
  padding: 100px 0;
  background-color: var(--primarycolor);
  color:var(--colorwhite);
}
footer.footer .footer-contact {
  position: relative;
}
footer.footer .footer-links ul {
  display: block;
  margin: 0;
  padding: 0;
}
footer.footer .footer-links ul li {
  display: inline-block;
  margin: 0;
  margin-right: 20px;
  padding: 0;
  list-style: none;
}
footer.footer .footer-links ul li:last-child {
  margin-right: 0
}
footer.footer .footer-links ul li a {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 6px;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  border-bottom: 2px solid transparent
}
footer.footer .footer-links ul li a:hover {
  padding-bottom: 1px;
  border-bottom: 2px solid #fff;
  text-decoration: none
}
footer.footer ul.footer-menu {
  display: block;
}
footer.footer ul.footer-menu li a {
  position: relative;
  color: var(--silver);
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
footer.footer ul.footer-menu li a:hover {
  color: #fff;
}
.scroll-to-top {
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: var(--silver);
}
.scroll-to-top:hover {
  color: var(--colorwhite)!important;
}
.social-media-section {
  display: none;
}
.floating-socialmedia .whatsapp {
  position: fixed;
  left: 40px;
  bottom: 40px;
  z-index: 999;
}
.lazy-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: inherit;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: var(--colorwhite);
}
.top-banner {
  position: relative;
  padding: 100px 0;
}
.top-banner .content {
  position: relative;
  z-index: 99;
}
.top-banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 52, 91, .90);
}
.project-block {
  position: relative;
}
.project-block .listing-badges {
  position: absolute;
  top: 0;
  z-index: 10;
  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px
}
.project-block .listing-badges .featured {
  float: left;
  transform: rotate(-45deg);
  left: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 11px;
  margin: 0;
  padding: 7px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
  box-shadow: 1px 2px 3px 0 rgba(2, 0, 0, .2);
  background: #6d6e70;
  font-family: 'Roboto', sans-serif;
}
.project-block .listing-badges .featured:hover {
  background: #00345b;
}
.project-block .tag-for {
  bottom: 15px;
  left: 15px;
  z-index: 20;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, .5);
  padding: 5px 12px;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  position: absolute;
}
.project-block .project-type {
  top: 15px;
  right: 15px;
  z-index: 20;
  letter-spacing: 1px;
  background-color: rgba(0, 54, 89, .5);
  padding: 5px 12px;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  position: absolute;
}
.service-box-home {
  position: relative;
  -webkit-transition: all .3s cubic-bezier(.785, .135, .15, .86);
  -ms-transition: all .3s cubic-bezier(.785, .135, .15, .86);
  transition: all .3s cubic-bezier(.785, .135, .15, .86);
  color: var(--secondarycolor);
  background:var(--colorwhite);
}
.service-box-home:hover {
  color: var(--colorwhite);
  background: var(--secondarycolor);
}
.service-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 99;
  position: relative;
  text-align: left;
  height: 100%;
}
.img-hover-zoom {
  height: auto;
  overflow: hidden;
}
.img-hover-zoom img {
  transition: transform .5s, filter 1.5s ease-in-out;
}
.img-hover-zoom:hover img {
  transform: scale(1.1);
}
.arrow-icon {
  position: relative;
}
.right-icon {
  z-index: 1;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--primarycolor);
  color: var(--colorwhite);
  transition: color .3s ease;
  position: absolute;
  bottom: 0;
  right: 0;
}
.right-icon-gallery {
  z-index: 1;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--primarycolor);
  color: var(--colorwhite);
  transition: color .3s ease;
  position: absolute;
  bottom: 0;
  right: 0;
}
.home-center {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: inherit;
  padding: 120px 0;
  position: relative;
  z-index: 1;
}
.home-image-box {
  background: rgba(0,54,89,0.25);
  padding: 3em;
  border-radius: 6px;
  backdrop-filter: blur(5px);
}
.home-banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: inherit;
  padding: 120px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .home-banner {
    padding: 100px 0;
    position: relative;
    z-index: 1;
  }
}
.home-banner .content {
  position: relative;
  z-index: 99;
}
.home-banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #003659;
  background: -webkit-linear-gradient(0deg, rgba(0, 54, 89, 1) 0%, rgba(255, 255, 255, 0) 30%);
  background: -moz-linear-gradient(0deg, rgba(0, 54, 89, 1) 0%, rgba(255, 255, 255, 0) 30%);
  background: linear-gradient(0deg, rgba(0, 54, 89, 1) 0%, rgba(255, 255, 255, 0) 30%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003659", endColorstr="#FFFFFF", GradientType=0);
}
.home-banner .content h1{
  text-shadow: 0px 3px 10px rgba(0,0,0,0.4);
}
.hero-text-box {
  background: rgba(0,54,89,0.25);
  padding: 3em;
  border-radius: 6px;
  backdrop-filter: blur(5px);
}