@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400&display=swap');
body, h1, h2, h3, h4, h5, h6, p{font-family: 'Poppins', sans-serif;font-size:0.95rm;}
h1{font-size:32px; line-height:48px; color:#0095da; font-weight:bold; text-transform:uppercase;}
h4 {line-height: 45px;font-weight: 800;color: #777;}
header nav a{text-transform:uppercase;}
.callout {position: relative;display: flex;justify-content: center;align-items: center;flex-direction: column;height: 100%;text-align: center;position: relative;z-index: 10;background: rgba(0, 0, 51, 0.5);}
.callout h1{font-size:85px; line-height:95px; color:#fff; font-weight:bold;}
.callout h1 span, .call_action .heading_section h1 span{color:#00aeef;}
.callout h2{font-size:45px; line-height:55px; color:#fff; font-weight:bold;}
.custom_button{background:#00aeef; color:#fff; padding:10px 25px; margin-top:25px; text-decoration:none;}
.heading_section{float:left:width:50%; padding:0 25%; margin-bottom:75px;}
.service_section{float:left;width:100%; margin:30px 0;}
.heading_section p{margin-top:20px;}
.service_icon{width:15%; float:left; text-align:center; background-color:#0095da; padding:20px 0;border-radius:8px;}
.service_dec{width:80%; float:left; margin-left:5%;}
.service_dec h1{font-size:20px; line-height:25px; color:#4d4d4f;}
.service_dec p{margin-bottom:5px; line-height:1.3;}
.text_link{text-decoration:none; text-transform:uppercase; color:#0095da;}
.call_action{background:url(../images/bg-home.jpg) no-repeat; padding:280px 0 170px 0; margin-top:50px;}
.call_action_about{background:url(../images/bg-about.jpg) no-repeat; padding:250px 0 120px 0;}
.call_action_services{background:url(../images/bg-services.jpg) no-repeat; padding:250px 0 120px 0;}
.call_action_contact{background:url(../images/contact_bg.jpg) no-repeat; padding:250px 0 120px 0;}
.call_action .heading_section h1, .call_action .heading_section p, .call_action_about h1, .call_action_services h1, .call_action_contact h1{color:#fff;}
.heading_section p{margin:20px 0 50px 0;}
header nav a {margin-left:35px;}
.video-container {height:750px;position: relative;overflow: hidden;
  @media(min-width: 600px) {
    height: 100vh;
  }
}

video{object-fit: cover;position: absolute;height: 100%;width: 100%;top: 0;left: 0;}
.footer_bg{position:relative;z-index:1;}
.footer_bg:after{content:'';position:absolute;top:0;z-index:-1;left:0;width:50%;bottom:0;background:#e6e7e8;}
.footer_bg:before{content:'';position:absolute;top:0;width:50%;right:0;bottom:0;background:#4d4d4f;z-index:-1;}
.contact_form{padding:50px; color:#fff;}
.contact_form input, .contact_form textarea{border-radius:0;}
.address_section{padding:50px 0;}
footer .address_section h1{font-size:20px; line-height:28px;}
.copy_right{ font-size:14px; padding:25px 0;}
img{width:100%;}
.service_page h2{background-color:#0095da; color:#fff; font-size:18px; line-height:24px; text-align:center; padding:10px; margin-bottom:45px;text-transform:uppercase;}
.service_icon img {width: auto;}
.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
}

.icon-link > .bi {
  margin-top: .125rem;
  margin-left: .125rem;
  fill: currentcolor;
  transition: transform .25s ease-in-out;
}
.icon-link:hover > .bi {
  transform: translate(.25rem);
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
}

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.feature-icon-small {
  width: 3rem;
  height: 3rem;
}

@media only screen and (max-width: 600px) {

header nav a {font-size: 12px !important; margin-left:18px !important;}
.call_action_about, .call_action_services, .call_action_contact{padding:40px 0 5px 0;}
.footer_bg:after{content:'';position:absolute;top:0;z-index:-1;left:0;width:50%;bottom:0;background:#e6e7e8;}
.footer_bg:before{content:'';position:absolute;top:0;width:50%;right:0;bottom:0;background:#e6e7e8;z-index:-1;}
.contact_form {padding: 5px 5px 25px 5px;color: #212529;}
.address_section {padding: 20px 0 0 0;}
.callout h2{font-size: 30px;line-height: 40px;}
.callout h1 {font-size: 60px;line-height: 70px;}
.heading_section {padding: 0 9%;margin-bottom: 30px;}
.service_icon img {width: 35px;}
h1 {font-size: 26px;line-height: 36px;}
.call_action {padding: 80px 0 75px 0;}
body {font-size: 0.9rem;font-weight: 400;}
h4 {line-height: 35px;}

}



