/* PRELOADER */
.preloader {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 2s;
  z-index: 999999;
}
.preloader * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.preloader .layers {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #2ebff8;
  transition-delay: 1.75s;
}
.preloader .layers span {
  width: 100%;
  height: 33.4%;
  position: absolute;
  left: 0;
  background: #0D1B35;
}
.preloader .layers span:nth-child(1) {
  top: 0;
  transition-delay: 1s;
}
.preloader .layers span:nth-child(2) {
  top: 33.33333%;
  transition-delay: 1.25s;
}
.preloader .layers span:nth-child(3) {
  top: 66.66666%;
  transition-delay: 1.50s;
}
.preloader .container-fluid {
  position: relative;
  text-align: center;
  color: #fff;
}
.preloader .container-fluid small {
  display: inline-block;
  letter-spacing: 1px;
  transition-delay: 0.60s;
}
.preloader .container-fluid small .char {
  display: inline-block;
  animation: texteffect 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(10ms * var(--char-index));
}
.preloader .container-fluid h5 {
  display: inline-block;
  letter-spacing: 1px;
  transition-delay: 0.60s;
}
.preloader .container-fluid h5 .char {
  display: inline-block;
  animation: texteffect 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(10ms * var(--char-index));
}
.preloader .container-fluid figure {
  margin-bottom: 5px;
  transition-delay: 0.5s;
  width: 180px;
  height: 80px;
}
.preloader .container-fluid figure h5 {
  color: #2ebff8;
}
.preloader .container-fluid figure img {
  animation: texteffect 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
  margin-bottom: 10px;
}
.preloader .container-fluid .percentage {
  width: 100%;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #2ebff8;
  color: transparent;
  line-height: 1;
  font-size: 40vw;
  font-weight: 800;
  position: absolute;
  left: -50%;
  top: 50%;
  z-index: 0;
  transform: translateY(-40%);
  opacity: 0.1;
  transition-delay: 0.80s;
}
.preloader .container-fluid .percentage #percentage {
  animation: texteffect 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: 0.3s;
}
.page-loaded .preloader {
  left: -100%;
}
.page-loaded .preloader .container-fluid figure {
  transform: translateY(-20px);
  opacity: 0;
}
.page-loaded .preloader .container-fluid small {
  transform: translateY(-10px);
  letter-spacing: 5px;
  font-weight: 300;
  opacity: 0;
  margin-top: 5px;
}
.page-loaded .preloader .container-fluid .percentage {
  opacity: 0;
  transform: translateY(-60%);
}
.page-loaded .preloader .layers {
  left: -100%;
}
.page-loaded .preloader .layers span {
  left: -100%;
}
.mb30 {
  margin-bottom: 30px;
}
.mb15 {
  margin-bottom: 15px;
}
body {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4 {
  margin: 0px;
  line-height: 1.3;
  font-weight: 700;
}
.transition {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
a:hover {
  text-decoration: none;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb0 {
  margin-bottom: 0px;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pt15 {
  padding-top: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section .widget {
  margin-top: 30px;
  margin-bottom: 30px;
}
.navbar-default {
  border: none;
  margin-bottom: 0px;
  border-bottom: 1px solid #00121f;
  background-color: #00121f;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #3badf6;
  letter-spacing: 1px;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}
.navbar-default .navbar-nav > .active > a {
  color: #daefff;
}
.navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
}
.navbar-brand {
  max-width: 144px;
  padding: 11px 15px 11px 30px;
}
.nav-margin {
  height: 80px;
  background: #00121f;
}
.navbar-default .navbar-nav .nav-btn .btn-warning {
  color: #fff !important;
  padding: 23px 25px;
  font-size: 33px !important;
  position: absolute;
  right: 0px;
  top: -5px;
  background-color: #3ea9f5;
  border-color: #3ea9f5;
}
.navbar-default .navbar-nav .nav-btn .btn-warning span {
  display: none;
}
.navbar-default .navbar-nav .nav-btn .btn-warning:hover {
  background-color: #3ea9f5;
  border-color: #3ea9f5;
}
.navbar-default .navbar-nav .nav-btn .btn-warning:focus {
  background-color: #3ea9f5;
  border-color: #3ea9f5;
}
.navbar-default .navbar-nav .social-icon a {
  font-size: 24px;
  font-family: 'Major Mono Display', monospace;
  text-transform: capitalize;
  color: #fff;
}
.navbar-default .navbar-nav .social-icon a:focus {
  color: #fff;
}
.nav-extended {
  border-bottom: 1px solid #00121f;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.nav-extended .btn-warning {
  padding-top: 20px !important;
  padding-bottom: 21px !important;
}
.btn {
  padding: 10px 50px 10px 30px;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
}
.btn .la-long-arrow-alt-right {
  margin-left: 10px;
  position: absolute;
  top: 13px;
}
.light-bg {
  background-color: #3badf6;
}
.mid-bg {
  background-color: #0166a7;
}
.hard-bg {
  background-color: #022033;
}
.grey-bg {
  background-color: #20c8d0;
}
.modal-body img {
  margin-bottom: 2px;
}
.banner {
  position: relative;
  height: calc(100vh - 70px);
  background-color: #f1f1f1;
  background-size: cover;
  background-position: center;
}
.banner .container-outer {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.banner .container-outer .banner-spacing {
  padding: 17px;
}
.banner .container-outer .banner-spacing .banner-text-box {
  border: 3px solid #fff;
  padding: 64px 10px;
  min-height: 277px;
}
.banner .container-outer .banner-spacing .banner-text-box h2 {
  font-size: 53px;
  color: #fff;
  font-weight: 700;
}
.banner .container-outer .banner-spacing .banner-text-box h3 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 34px;
}
.section-video .video-img {
  min-height: 400px;
  background-position: center;
  background-size: cover;
}
.section-video .video-img img {
  width: 100px;
  padding: 200px 0;
}
.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-body {
  padding: 2px;
}
.modal-body img {
  max-width: 100%;
}
.modal-body .close-button {
  position: absolute;
  right: 6px;
  top: 6px;
  border-radius: 50px;
  padding: 3px 7px;
  z-index: 1;
}
.modal-body .close-button .close {
  color: #fff;
  opacity: 1;
  outline: none;
}
.nav-btn {
  width: 150px;
}
.nav-btn .tooltip {
  position: relative !important;
  right: 0px !important;
}
.nav-btn .tooltip.in {
  display: block !important;
  opacity: 1 !important;
}
.tooltip-inner {
  font-size: 12px;
  padding: 10px 15px 10px 20px;
  background-color: #004598;
  color: #fff;
  text-align: left;
  border-radius: 20px;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #004598;
  margin-top: -6px;
  right: 1px;
}
.section-blog {
  background-color: #0e0e0e;
}
.section-blog h3 {
  font-size: 18px;
  color: #2ebff8;
}
.section-blog h2 {
  color: #2ebff8;
}
.section-blog p {
  color: #c9e9ff;
  line-height: 20px;
  margin-top: 5px;
}
.section-blog .list-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-blog .list-item li {
  display: inline-block;
  font-size: 15px;
  margin: 10px 16px;
  color: #fff;
}
.section-blog .list-item li:before {
  content: "";
  width: 5px;
  height: 9px;
  background-color: #2ebff8;
  display: inline-block;
  position: relative;
  left: -10px;
  top: -1px;
}
.section-blog .date a {
  font-size: 15px;
}
.section-blog1 {
  background-size: cover;
  background-position: center;
  position: relative;
}
.section-blog1 h3 {
  font-size: 18px;
  color: #2ebff8;
}
.section-blog1 p {
  line-height: 20px;
  margin-top: 5px;
  color: #c9e9ff;
}
.section-blog1 .date a {
  font-size: 15px;
}
.section-blog1 .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(5, 50, 82, 0.6);
  background-blend-mode: red;
}
.main-banner {
  position: relative;
  height: calc(100vh - 80px);
  margin-right: 30px;
  margin-left: 30px;
  background-size: cover;
  background-position: center;
}
h4.sub {
  color: #2ebff8;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
}
h2.title-lg {
  font-size: 34px;
  color: #004598;
  font-weight: 500;
  margin-bottom: 15px;
}
h2.title-lg span {
  font-weight: 600;
}
.section-about {
  padding-top: 90px;
  padding-bottom: 70px;
}
.row-features {
  margin-top: 30px;
}
.feature-box {
  text-align: center;
  margin-bottom: 30px;
}
.feature-box .img-outer {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #d9d9d9;
  padding: 20px;
  display: inline-block;
  text-align: center;
  margin-bottom: 15px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
}
.feature-box .img-outer img {
  display: inline-block;
  max-width: 64px;
  opacity: 0.9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.feature-box .img-outer:hover img {
  transform: translate3d(50deg);
}
.feature-box h4 {
  margin-bottom: 5px;
  font-weight: 700;
  color: #004598;
}
.feature-box p {
  font-size: 13.5px;
}
.feature-box:hover .img-outer {
  background-color: #2ebff8;
}
h2.title {
  margin-bottom: 15px;
  color: #004598;
}
.page-title {
  margin-bottom: 15px;
  color: #004598;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
  position: relative;
}
.page-title span {
  position: relative;
  z-index: 2;
}
.page-title .text-lg-border {
  text-transform: initial;
}
.text-lg-border {
  position: absolute;
  top: -100px;
  font-size: 120px;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2ebff8;
  color: transparent;
  z-index: 0;
  opacity: 0.3;
}
.section-numbers {
  background-color: #004598;
}
.section-numbers h2.title {
  color: #fff;
}
.number-box {
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 20px 15px;
  color: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.number-box img {
  margin-bottom: 10px;
  max-width: 110px;
  display: inline-block;
  transform: scale(0.7);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.number-box h4 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 1.1;
}
.number-box p {
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: #F5EFFF;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.number-box:hover {
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.07);
}
.number-box:hover p {
  letter-spacing: 4px;
}
.number-box:hover img {
  transform: scale(0.9);
}
.section-gallery {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-gallery h2.title {
  color: #004598;
  margin-bottom: 5px;
}
.section-gallery p {
  margin-bottom: 30px;
}
.img-gallery {
  margin-bottom: 20px;
  display: inline-block;
}
.img-gallery img {
  border: 2px solid transparent;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.img-gallery:hover img {
  border: 2px solid #2ebff8;
}
.section-full-width {
  position: relative;
  background-color: #F5EFFF;
}
.section-full-width .img-right {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #2ebff8;
  background-size: cover;
  background-position: center;
}
.section-full-width h3.title {
  color: #004598;
  font-size: 26px;
  margin-bottom: 5px;
}
.section-full-width p {
  margin-bottom: 15px;
}
.blog-box {
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-box img {
  margin-bottom: 10px;
  border: 2px solid transparent;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.blog-box h4 {
  font-size: 17px;
  margin-bottom: 7px;
}
.blog-box h4 a {
  color: #363636;
  font-weight: 600;
}
.blog-box h4 a:hover {
  color: #2ebff8;
}
.blog-box .date {
  font-size: 12px;
  color: #848484;
}
.blog-box .date i {
  font-size: 16px;
  margin-right: 2px;
  position: relative;
  top: 2px;
}
.blog-box:hover img {
  border: 2px solid #2ebff8;
}
.section-p-our-portfolio {
  background-color: #f5efff;
}
.section-p-our-portfolio h3 {
  font-weight: 500;
  color: #004598;
  margin-bottom: 15px;
  line-height: 1.3;
}
.section-p-our-portfolio .p-spaceing {
  margin-bottom: 5px;
  margin-top: 20px;
}
.section-p-our-portfolio .list-items {
  margin: 0;
  padding: 0;
}
.section-p-our-portfolio .list-items li {
  list-style: none;
  margin-left: 15px;
}
.section-p-our-portfolio .list-items li:before {
  content: "";
  width: 5px;
  height: 12px;
  display: inline-block;
  background-color: #2ebff8;
  position: relative;
  left: -15px;
  top: 0;
}
.section-p-our-portfolio .over-port {
  position: relative;
}
.section-p-our-portfolio .over-port .overlay-zoom {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(5, 50, 82, 0.2);
  z-index: 9;
}
.section-p-our-portfolio .over-port .overlay-zoom:hover {
  background-color: rgba(5, 50, 82, 0.5);
}
.section-p-our-portfolio .over-port .overlay-zoom:hover i {
  color: #fff;
}
.section-p-our-portfolio .over-port i {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 9;
  font-size: 60px;
  transform: translateY(-40%);
  transform: translatex(-50%);
  color: #fff;
}
.section-p-portfolio {
  background-color: #f5efff;
}
.section-p-portfolio h3 {
  font-weight: 500;
  color: #004598;
  margin-bottom: 15px;
  line-height: 1.3;
}
.section-p-portfolio .extra-space {
  margin-top: 75px;
}
.footer {
  background-color: #00121f ;
  color: #becbfc;
  padding-top: 80px;
  padding-bottom: 40px;
  background-size: cover;
  background-position: center;
}
.footer .widget {
  margin-top: 15px;
  margin-bottom: 30px;
}
.footer .footer-logo {
  max-width: 140px;
  margin-bottom: 15px;
}
.footer h4 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 14px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.footer p {
  font-size: 15px;
  color: #2ebff8;
  font-weight: 300;
}
.footer ul li a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  color: #becbfc;
}
.footer .footer-links li a {
  font-size: 12px;
}
.footer .footer-links li a i {
  margin-right: 5px;
  font-size: 16px;
  position: relative;
  top: 1px;
}
.footer .footer-links li a:hover {
  color: #2ebff8;
}
.footer .text-lower a {
  text-transform: initial;
}
.footer .row-copyright p {
  color: #d6d6d6;
  font-size: 11px !important;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.footer .row-copyright p span {
  color: #fff;
  font-weight: 400;
}
.section-p-about {
  background-color: #f5efff;
}
.section-p-about h2.title {
  font-weight: 500;
  margin-bottom: 30px;
}
.section-p-about .img-text-img {
  max-width: 250px;
}
.section-p-about-2 h3 {
  font-weight: 500;
  color: #004598;
  margin-bottom: 15px;
  line-height: 1.3;
}
.images-flex {
  display: flex;
  padding: 2px;
  background-color: #2ebff8;
}
.images-flex .img {
  flex-grow: 1;
  background-size: cover;
  background-position: center;
  min-height: 200px;
  margin: 2px;
}
.decor-img {
  padding: 30px;
  position: relative;
}
.decor-img img {
  position: relative;
  z-index: 2;
}
.decor-img:after {
  content: "";
  background-image: url('../img/dots.svg');
  width: 170px;
  height: 90px;
  display: inline-block;
  position: absolute;
  background-size: cover;
  right: -10px;
  bottom: -34px;
  z-index: 1;
}
.decor-img:before {
  content: "";
  background-image: url('../img/dots.svg');
  width: 170px;
  height: 90px;
  display: inline-block;
  position: absolute;
  background-size: cover;
  left: -10px;
  top: -20px;
  z-index: 1;
}
.section-md h3 {
  color: #004598;
}
.section-md p.designation {
  color: #2ebff8;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
}
.section-md strong {
  color: #004598;
}
.section-md i {
  font-weight: 600;
  color: #004598;
}
.team-box {
  margin-bottom: 30px;
}
.team-box img {
  margin-bottom: 10px;
}
.team-box h4 {
  color: #004598;
  font-weight: 600;
}
.team-box p {
  color: #2ebff8;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
}
.section-p-contact {
  background-image: url(../img/world-map.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 800px;
  background-color: #f5efff;
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-p-contact .title {
  font-weight: 600;
  margin-bottom: 5px;
}
.section-p-contact .contact-form {
  margin-top: 15px;
  margin-bottom: 30px;
  display: block;
}
.section-p-contact h5 {
  color: #222;
}
label {
  font-weight: 500;
  font-size: 13px;
}
label span {
  color: red;
}
.form-control {
  min-height: 40px;
  border: 1px solid #ccc;
}
.form-control:focus {
  box-shadow: none;
  border-color: #004598;
}
.contact-links {
  margin-bottom: 30px;
}
.contact-links li {
  margin-bottom: 5px;
}
.contact-links li a {
  color: #004598;
}
.contact-links li a i {
  margin-right: 7px;
}
.address h4 {
  font-weight: 700;
  margin-bottom: 5px;
}
.address p {
  margin-bottom: 30px;
}
.social-links {
  font-size: 24px;
}
.social-links a {
  display: inline-block;
  margin-right: 8px;
  color: #004598;
}
.modal-content {
  border: 2px solid #004598;
}
.modal-content .modal-header {
  border-bottom: 2px solid #004598;
}
.modal-content .modal-header h4 {
  font-size: 14px;
  color: #004598;
}
.modal-content form {
  padding: 0px 5px ;
}
.section-p-gallery {
  background-color: #f5efff;
}
.section-p-gallery .title {
  margin-bottom: 30px;
}
.section-p-gallery .my-gallery img {
  border: 2px solid transparent;
  margin-bottom: 30px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.section-p-gallery .my-gallery img:hover {
  border-color: #2ebff8;
}
.section-p-gallery .my-gallery .banner-spacing {
  padding: 17px;
}
.section-p-gallery .my-gallery .banner-spacing .banner-text-box {
  border: 3px solid #fff;
  padding: 64px 10px;
  min-height: 277px;
}
.section-p-gallery .my-gallery .banner-spacing .banner-text-box h2 {
  font-size: 53px;
  color: #fff;
  font-weight: 700;
}
.section-p-gallery .my-gallery .banner-spacing .banner-text-box h3 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 34px;
}
.splitting .char,
.splitting .word {
  display: inline-block;
  bottom: 0;
}
.splitting .char {
  position: relative;
  bottom: 0;
}
.aos-animate .splitting .char {
  animation: slide-in 500ms cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(15ms * var(--char-index));
}
@keyframes slide-in {
  from {
    bottom: -30px;
    opacity: 0;
  }
}
.section-p-blog {
  background-color: #f5efff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #004598;
}
.navbar-default .navbar-toggle {
  border-color: #004598;
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .banner-spacing {
    margin-bottom: 15px;
    padding: 5px !important;
  }
  .banner-spacing .banner-text-box {
    min-height: 100% !important;
  }
  .banner-spacing .banner-text-box h2 {
    font-size: 20px !important;
  }
  .banner-spacing .banner-text-box h3 {
    font-size: 16px !important;
    line-height: normal !important;
  }
  .main-banner {
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-brand {
    padding-left: 15px;
    max-width: 124px;
  }
  h2.title-lg {
    font-size: 22px;
  }
  h4.sub {
    font-size: 14px;
  }
  .section-numbers h2.title {
    font-size: 22px;
  }
  h2.title {
    font-size: 22px;
  }
  .footer p {
    font-size: 13px;
  }
  .images-flex {
    padding: 2px;
    flex-wrap: wrap;
  }
  .images-flex .img {
    flex: 0 calc(50% - 4px);
    margin: 2px;
  }
  .section-p-gallery .my-gallery img {
    border-color: #2ebff8;
  }
  .navbar-default .navbar-nav .nav-btn {
    width: 100%;
    padding: 0 15px;
  }
  .navbar-default .navbar-nav .nav-btn .btn-warning {
    position: relative;
    padding: 10px 25px;
  }
  .navbar-default .navbar-nav .nav-btn .btn-warning i {
    display: none;
  }
  .navbar-default .navbar-nav .nav-btn .btn-warning span {
    display: block;
    font-size: 14px;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
  }
}
.section-p-compliance h4 {
  font-weight: 500;
  color: #004598;
}
.section-p-factory h4 {
  font-weight: 500;
  color: #004598;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 12px solid black;
  left: 5px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  border-right: 20px solid white;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 12px solid black;
  left: 3px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 20px solid white;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
.mfp-iframe-holder .mfp-close {
  top: -43px;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.mfp-figure {
  line-height: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
