/* reset*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
	border:0;
}
.video embed,
.video object,
.video iframe {
	width: 100%;
	height: auto;
}
video {
	width: 90%;
	height: auto;
}
.intro-video {
	width: 100% !important;
	height: auto !important;
}
* {
  box-sizing: border-box;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 100%;
    color: #00171f;
    background-color: #fff;
}
h1 {
  font-family: 'Poppins', sans-serif; 
    font-size: 180%;
}
h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 150%;
}
h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 125%;
}
p {
    padding: 1%;
    line-height: 1.5;
}
a:link {
    color: #00a8e8;
    text-decoration: none;
}
a:visited {
    color: #00a8e8;
}
a:hover {
    color: #007ea7;
    text-decoration: underline;
}
.container {
    max-width: 1920px;
}
.inner-container {
    width: 80%;
    margin: 1% auto;
}
.inner-container-header {
    width: 80%;
    margin: 1% auto 0 auto;
}
.top-header {
    background-color: #003459;
    color: #fff;
    padding: 0.5% 0;
}
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
.column-padding {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
	padding: 2%;
}
.double-column-header {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2;
}
.double-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2;
}
/** Keep the image from stretching in flex column**/
.nostretch {
	align-self: center;
}
.nostretch-logo {
	align-self: flex-start;
    margin-bottom: 1%;
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1%;
  background-color: #003459;
  color: #fff;
}

.nav-links a {
  color: #fff;
    text-decoration: none;
}
/* NAVBAR MENU */
.menu {
  display: flex;
  gap: 1em;
  font-size: 18px;
    text-align: center;
}

.menu li:hover {
  background-color: #007ea7;
  border-radius: 5px;
  transition: 0.3s ease;
}

.menu li {
  padding: 5px 14px;
    list-style: none;
}

/* DROPDOWN MENU */
.services {
  position: relative; 
}

.dropdown {
  background-color: rgb(1, 139, 139);
  padding: 1em 0;
  position: absolute; /*WITH RESPECT TO PARENT*/
  display: none;
  border-radius: 8px;
  top: 35px;
}

.dropdown li + li {
  margin-top: 10px;
}

.dropdown li {
  padding: 0.5em 1em;
  width: 8em;
  text-align: center;
}

.dropdown li:hover {
  background-color: #4c9e9e;
}

.services:hover .dropdown {
  display: block;
}

#chkToggle:checked + ul.main-nav {
  display: block;
}
input[type=checkbox] {
  display: none;
} 

/* HAMBURGER MENU */
.hamburger {
  display: none;
  font-size: 24px;
  user-select: none;
}
footer {
    background-color: #003459;
    padding: 1%;
}
.footer-info {
    font-size: 87.50%;
    color: #fff;
    font-style: italic;
    text-align: center;
}
.footer-title {
    font-family: 'Poppins', sans-serif;
    font-size: 125%;
    color: #fff;
}
ul.vertical-menu {
  list-style: none;
    margin: 0;
    padding: 0;
}

.vertical-menu li a {
color: #fff;
  display: block;
  padding: 2%;
  text-decoration: none;
  text-align: center;
}

.vertical-menu li a:hover {
  background-color: #007ea7;
}

.vertical-menu li a.active {
  background-color: #00a8e8;
  color: #fff;
}
.white {
    color: #fff;
}
.footer-border {
    border-left: 1px solid #fff;
}
figure {
    text-align: center;
    padding: 2%;
}
figcaption {
  text-align: center;
  color: #003459;
    padding: 2%;
}
.project-subtitle {
   margin-bottom: 2%;
}
.photo-shadow {
    box-shadow: 6px 6px 10px rgba(0, 0, 0, .16);
}
.zoom {
  transition: transform .2s;
}
.zoom:hover {
  transform: scale(1.25); 
}
ul.whatwedo {
  margin: 0;
  padding: 0;
  list-style: none;
}

.whatwedo li {
  font-weight: bold;
  padding: 0.25%;
  overflow: hidden;
}

.whatwedo li:nth-child(odd) {
  background-color: #00a8e8;
    color: #fff;
}

.whatwedo li p {
  font-size: 125%;
  overflow: hidden;
  float: left;
  position: relative;
}
.medium-blue-box {
    background-color: #007ea7;
    margin: 4% 0;
    padding: 2% 1%;
}
.white-home-box {
    margin: 4% 0;
}
.white-text {
    color: #fff;
}
.horizontal-list {
  display: flex;
  list-style: none;
  justify-content: space-evenly;
    flex-wrap: wrap;
}

.horizontal-list li {
  font-size: 120%;
    color: #003459;
    font-weight: 800;
    padding: 2%;
}
.choose-us-title {
    color: #fff;
    margin: 2%;
}
.services-home-title {
    font-size: 180%;
    margin: 2% 0 0 2%;
    
}
.services-sub-home-title {
    margin: 0 0 1% 0;
    text-align: center;
}
ul.services-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block; 
	text-align: left;
}
.services-list li {
	padding: 4% 4%;
    display: flex;
    line-height: 1.5;
}
.services-list li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1ad  ";
  color: #003459;
    margin-right: 2%;
}
.italic {
    font-style: italic;
}

.google-map {
     padding-bottom: 50%;
     position: relative;
}

.google-map iframe {
     height: 100%;
     width: 100%;
     left: 0;
     top: 0;
     position: absolute;
}
.centerit {
    text-align: center;
    margin: auto;
}
.tablet-br {
display:none;
}
/*for Animations*/
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
[data-animation] {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.animations-disabled, .animations-disabled [data-animation] {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1 !important;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

.slideInLeft {
  -webkit-animation-name: slideInleft;
          animation-name: slideInleft;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.fadeOut {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  animation-direction: reverse;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

.zoomOut {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  animation-direction: reverse;
}

.zoomReverseIn {
  -webkit-animation-name: zoomReverseIn;
          animation-name: zoomReverseIn;
}

.zoomReverseOut {
  -webkit-animation-name: zoomReverseIn;
          animation-name: zoomReverseIn;
  animation-direction: reverse;
}

.flipInY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

.flipOutY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
  animation-direction: reverse;
}