@font-face {
  font-family: "futurabold";
  src: url("../fonts/futura_bold-webfont.woff2") format("woff2"), url("../fonts/futura_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Futura-Bold";
  src: url("../fonts/futur.woff2") format("woff2"), url("../fonts/futur.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "futuralight";
  src: url("../fonts/futura_light_bt-webfont.woff2") format("woff2"), url("../fonts/futura_light_bt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "futuramedium";
  src: url("../fonts/futura_medium_bt-webfont.woff2") format("woff2"), url("../fonts/futura_medium_bt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  padding: 0 !important;
  color: #000000;
  font-family: "futuralight";
  overflow: hidden;
  overflow-y: scroll;
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: #032757;
}
body::-webkit-scrollbar-thumb {
  background-color: #0697f0;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 24px;
  }
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

p {
  font-weight: 300;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

input, textarea {
  box-shadow: none !important;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  line-height: 1.2;
}

h1 {
  font-family: "futurabold";
  font-size: 60px;
}
@media (max-width: 1400px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-family: "futurabold";
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 50px;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 24px;
    line-height: 34px;
  }
}

h3 {
  font-family: "futuramedium";
  font-size: 36px;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-family: "futuramedium";
  font-size: 30px;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-family: "futuramedium";
  font-size: 24px;
}
@media (max-width: 991px) {
  h5 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-family: "futuramedium";
  font-size: 20px;
}
@media (max-width: 991px) {
  h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 16px;
  }
}
h6.title {
  color: #0697f0;
  margin-bottom: 20px;
  font-family: "futuralight";
}
@media (max-width: 767px) {
  h6.title {
    margin-bottom: 10px;
  }
}

.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 10;
  height: 80px;
  transition: 600ms all;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #ffffff;
}
@media (max-width: 991px) {
  header {
    height: 70px;
  }
}
header .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
header .navbar .navbar-brand {
  margin-right: 50px;
  background-color: #ffffff;
  padding: 10px 30px;
}
@media (max-width: 1300px) {
  header .navbar .navbar-brand {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  header .navbar .navbar-brand {
    padding: 10px;
  }
}
header .navbar .navbar-brand img {
  width: 130px;
  max-height: 60px;
}
@media (max-width: 991px) {
  header .navbar .navbar-brand img {
    max-height: 50PX;
  }
}
@media (max-width: 1100px) {
  header .navbar .navbar-brand img {
    width: 110px;
  }
}
@media (max-width: 992px) {
  header .navbar .navbar-toggler {
    margin-right: 30px;
    border: none;
    padding: 0;
    box-shadow: none;
    outline: none;
  }
}
@media (max-width: 767px) {
  header .navbar .navbar-toggler {
    margin-right: 25px;
  }
}
header .navbar .navbar-collapse .navbar-nav {
  width: 100%;
  display: flex;
  align-items: center;
  padding-right: 30px;
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse .navbar-nav {
    background-color: #ffffff;
    padding: 30px;
    align-items: flex-start;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 0px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item {
  margin-right: 25px;
}
@media (max-width: 1300px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-right: 15px;
  }
}
@media (max-width: 1100px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item {
    width: 100%;
    margin-bottom: 5px;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-weight: 500;
  text-transform: uppercase;
  color: #032757;
  font-family: "futuramedium";
  height: 80px;
  display: flex;
  align-items: center;
  box-shadow: none;
  outline: none;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:focus {
  box-shadow: none;
  outline: none;
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #032757;
    height: auto;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #0697f0;
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
    margin-left: inherit;
    margin-top: 20px;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul {
  display: flex;
  margin: 0 -6px;
}
@media (max-width: 1300px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul {
    margin: 0 -2px;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li {
  padding: 0 6px;
}
@media (max-width: 1300px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li {
    padding: 0 2px;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li a {
  background-color: rgba(3, 39, 87, 0.2);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li a img {
  width: 20px;
  height: 20px;
  transition: 600ms all;
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li a:hover {
  background-color: #032757;
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li a:hover img {
  filter: brightness(0) invert(1);
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li:last-child a {
  width: auto;
  height: auto;
  background-color: #0697f0;
  padding: 7px 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 6px;
  font-family: "futuramedium";
}
@media (max-width: 1300px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li:last-child a {
    padding: 7px 15px;
  }
}
@media (max-width: 1100px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li:last-child a {
    font-size: 13px;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li:last-child a:hover {
  background-color: #032757;
}
header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  padding: 25px 15px;
  border-radius: 0px 0px 20px 20px;
  border: none;
  box-shadow: 0px 15px 15px 5px rgba(0, 0, 0, 0.1);
  margin-top: 0;
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    box-shadow: none;
    padding: 0;
    font-size: 14px;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  background-color: transparent;
}
header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: #0697f0;
}
header.fixed {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header.fixed .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #032757;
}
header.fixed .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li a {
  background-color: rgba(3, 39, 87, 0.2);
}
header.fixed .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li a:hover {
  background-color: rgb(3, 39, 87);
}
header.fixed .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li:last-child a {
  background-color: #0697f0;
}
header.fixed .navbar .navbar-collapse .navbar-nav .nav-item:last-child ul li:last-child a:hover {
  background-color: #032757;
}
@media (max-width: 991px) {
  header.fixed .navbar .navbar-toggler {
    filter: none;
  }
}

.banner {
  background: #000000;
  position: relative;
  overflow: hidden;
  /*flex slider end*/
  /*progress bar end*/
  /*Reveal animation*/
}
.banner .flexslider {
  width: 100%;
  margin: 0 auto;
  box-shadow: none;
  border: none;
  background: #000;
}
.banner .flexslider li {
  position: relative;
  height: 100vh;
  transition: 1s all;
  -webkit-transition: 1.5s all;
  position: relative;
  background-size: cover !important;
}
.banner .flexslider li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner .flexslider li .meta {
  color: white;
  margin: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 99;
  text-align: center;
}
.banner .flexslider li .meta .inner {
  max-width: 1000px;
  padding: 0 15px;
}
.banner .flexslider li .meta .inner h1 {
  margin: 0px auto;
  margin-bottom: 0;
  max-width: 800px;
}
.banner .flexslider li .meta .inner h6 {
  font-size: 20px;
  margin-bottom: 0;
  margin: 0px auto;
  text-transform: capitalize;
  line-height: 30px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .banner .flexslider li .meta .inner h6 {
    font-size: 18px;
    font-family: "futuralight";
  }
}
.banner .flexslider li .meta .inner a {
  background: #0697f0;
  padding: 10px 25px 8px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  margin-top: 20px;
  display: inline-block;
  border-radius: 6px;
}
.banner .flexslider li h1,
.banner .flexslider li h6,
.banner .flexslider li .meta .inner a {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  color: #fff;
}
.banner .flexslider li.flex-active-slide .meta h1,
.banner .flexslider li.flex-active-slide .meta h6,
.banner .flexslider li.flex-active-slide .meta .inner a {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.banner .flexslider li.flex-active-slide .meta h6 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.banner .flexslider li.flex-active-slide .meta .category p {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.banner .flexslider .meta .category span {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.banner .flexslider li.flex-active-slide .meta .inner a {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.banner .flex-direction-nav {
  position: absolute;
  right: 50px;
  width: 50px;
  height: 125px;
  z-index: 2;
  top: 47%;
}
@media (max-width: 1199px) {
  .banner .flex-direction-nav {
    left: 0;
    right: 0;
    top: inherit;
    bottom: 50px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.banner .flex-direction-nav li {
  height: 50px;
  width: 50px;
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 1199px) {
  .banner .flex-direction-nav li {
    margin: 0 5px;
  }
}
.banner .flex-direction-nav li::after {
  display: none;
}
.banner .flex-direction-nav li:last-child {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .banner .flex-direction-nav li:last-child {
    margin-top: 0px;
  }
}
.banner .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 50px;
  height: 50px;
  background-color: transparent;
  margin: 0;
  position: relative;
  top: 0;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  font-size: 0;
}
.banner .flex-direction-nav .flex-prev:before,
.banner .flex-direction-nav a.flex-next:before {
  position: absolute;
  content: "";
  background: url(../images/arrow-left.png) no-repeat;
  width: 6px;
  height: 12px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.banner .flex-direction-nav a.flex-prev::after,
.banner .flex-direction-nav a.flex-next:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 34px;
  height: 34px;
  background: #0697f0;
  top: 0;
  bottom: 0;
  border-radius: 50px;
  transition: 400ms all;
  -webkit-transition: 400ms all;
  opacity: 0.2;
}
.banner .flex-direction-nav a.flex-prev:hover:after,
.banner .flex-direction-nav a.flex-next:hover:after {
  width: 50px;
  height: 50px;
  opacity: 1;
}
.banner .flex-direction-nav a.flex-next:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.banner .flex-direction-nav .flex-prev {
  left: 0;
}
.banner .flexslider:hover .flex-next:hover,
.banner .flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.banner .flex-direction-nav a:before {
  display: -webkit-box;
  display: flex;
  top: 0;
}
.banner .baner-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  padding: 25px;
  background: #db2837;
  z-index: 9;
}
.banner .baner-bottom img {
  width: auto !important;
  float: left;
}
.banner .baner-bottom:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  background: #ca0001;
  width: 120px;
  z-index: -9;
}
.banner .baner-bottom .number {
  display: flex;
  padding: 10px 0 0 150px;
}
.banner .baner-bottom .number h6 {
  font-size: 20px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
.banner .baner-bottom b {
  font-size: 13px;
  font-weight: normal;
  text-transform: capitalize;
  display: block;
}
.banner .baner-bottom b img {
  width: 10px !important;
  height: 10px;
  margin-right: 5px;
}
.banner .baner-bottom .number span {
  margin-right: 70px;
  position: relative;
  color: #fff;
}
.banner .baner-bottom .number span:after {
  position: absolute;
  content: "";
  left: 30px;
  background: #fff;
  width: 50px;
  height: 1px;
  top: 10px;
}
.banner .flexslider:hover .flex-prev {
  opacity: 1;
  left: 0;
}
.banner .flexslider:hover .flex-next {
  opacity: 1;
  right: 0;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
.banner .titulo {
  font-family: "Montserrat";
  font-size: 20px;
  text-align: center;
  color: #999;
}
.banner .barras {
  width: auto;
  margin-top: 40px;
}
.banner .barras ul li {
  display: flex;
}
.banner .barras ul li p {
  width: 180px;
  margin-bottom: 0;
  line-height: 9px;
}
.banner .barra {
  width: 290px;
  height: 10px;
  background: #CCC;
  margin-bottom: 35px;
  border-radius: 10px;
  position: relative;
}
.banner .barra-nivel {
  height: 10px;
  background: #0e68bc;
  width: 1px;
  border-radius: 10px;
  -webkit-transition: width 1s ease;
  -moz-transition: width 1s ease;
  transition: width 1s ease;
}
.banner .valor-nivel {
  line-height: 10px;
  color: #000;
  margin-left: 15px;
  font-size: 13px;
  position: absolute;
  font-weight: 800;
  left: 100%;
  top: -9px;
  padding: 8px 7px;
  background: #fff;
  opacity: 1;
  border-radius: 3px;
}
.banner #inner {
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  box-shadow: 2px 2px 50px rgba(0, 0, 0, 0.2);
}
.banner .reveal img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform-origin: left;
}
.banner .reveal {
  visibility: hidden;
  position: relative;
  overflow: hidden;
}
.banner * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.banner .credit {
  font-family: Termina, sans-serif;
  position: absolute;
  bottom: 10px;
}
.banner .credit a {
  color: white;
}

.owl-theme .custom-nav {
  display: flex;
  justify-content: flex-start;
  margin: 0 -6px;
}
.owl-theme .custom-nav .owl-prev,
.owl-theme .custom-nav .owl-next {
  position: relative;
  height: auto;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: 400ms all;
  -webkit-transition: 400ms all;
  -o-transition: 400ms all;
  -moz-transition: 400ms all;
  -ms-transition: 400ms all;
  margin: 0 6px;
}
@media (max-width: 575px) {
  .owl-theme .custom-nav .owl-prev,
  .owl-theme .custom-nav .owl-next {
    width: 40px;
    height: 40px;
  }
}
.owl-theme .custom-nav .owl-prev img,
.owl-theme .custom-nav .owl-next img {
  width: 18px;
  transition: 400ms all;
  -webkit-transition: 400ms all;
  -o-transition: 400ms all;
  -moz-transition: 400ms all;
  -ms-transition: 400ms all;
}
.owl-theme .custom-nav .owl-prev:hover,
.owl-theme .custom-nav .owl-next:hover {
  background-color: #032757;
}
.owl-theme .custom-nav .owl-prev:hover img,
.owl-theme .custom-nav .owl-next:hover img {
  filter: brightness(0) invert(1);
}
.owl-theme .custom-nav .owl-prev {
  left: 0;
}
.owl-theme .custom-nav .owl-next {
  right: 0;
}
.owl-theme .owl-controls {
  position: relative;
}

a.more {
  background-color: #0697f0;
  padding: 10px 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 6px;
  display: inline-block;
  font-family: "futuramedium";
  letter-spacing: 1px;
}
a.more:hover {
  background-color: #032757;
}
a.more-line {
  text-decoration: underline;
  font-weight: 500;
  text-transform: uppercase;
  text-underline-offset: 4px;
  text-decoration-color: #0697f0;
}
a.more-line:hover {
  color: #0c03d6;
}

.home-welcome {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 991px) {
  .home-welcome {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .home-welcome {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .home-welcome {
    padding: 50px 0;
  }
}
.home-welcome .wel-left {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .home-welcome .wel-left {
    padding-left: 12px;
    margin-bottom: 25px;
  }
}
.home-welcome .wel-left .wel-img-box .inner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.home-welcome .wel-left .wel-img-box .inner img {
  width: 100%;
}
.home-welcome .wel-left .wel-img-box:last-child {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .home-welcome .wel-left .wel-img-box:last-child {
    padding-top: 50px;
  }
}
.home-welcome .wel-right {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .home-welcome .wel-right {
    padding-left: 12px;
  }
}
.home-welcome .wel-right h3 {
  margin-bottom: 40px;
  margin-top: 25px;
}
.home-welcome .wel-right .wel-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px -12px;
}
.home-welcome .wel-right .wel-box div {
  width: 50%;
  padding: 0 12px;
}
@media (max-width: 575px) {
  .home-welcome .wel-right .wel-box div {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .home-welcome .wel-right .wel-box div:last-child {
    margin-top: 25px;
  }
}
.home-welcome .wel-right .wel-box div span {
  margin-right: 15px;
}
.home-welcome .wel-right .wel-box div span img {
  width: 50px;
}
.home-welcome .wel-right .wel-box div h6 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .home-welcome .wel-right .wel-box div h6 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .home-welcome .wel-right .wel-box div h6 {
    font-size: 18px;
  }
}
.home-welcome .wel-right .wel-box div p {
  margin-bottom: 0;
}
.home-welcome .vision-row {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .home-welcome .vision-row {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .home-welcome .vision-row .box:last-child {
    margin-top: 24px;
  }
}
.home-welcome .vision-row .box .inner {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 50px;
  height: 100%;
}
@media (max-width: 991px) {
  .home-welcome .vision-row .box .inner {
    padding: 30px;
  }
}
.home-welcome .vision-row .box .inner h3 {
  margin-bottom: 15px;
}
.home-welcome .vision-row .box .inner p:last-child {
  margin-bottom: 0;
}

.home-products {
  padding: 120px 0;
  background-color: rgba(3, 39, 87, 0.05);
}
@media (max-width: 991px) {
  .home-products {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .home-products {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .home-products {
    padding: 50px 0;
  }
}
.home-products .head {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .home-products .head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .home-products .head {
    margin-bottom: 20px;
  }
}
.home-products .head .right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .home-products .head .right {
    justify-content: flex-start;
    margin-top: 15px;
  }
}
@media (max-width: 420px) {
  .home-products .container-full {
    padding-right: 16px;
  }
}
.home-products .container-full .owl-product .owl-stage {
  display: flex;
}
.home-products .container-full .owl-product .item {
  height: 100%;
}
.home-products .container-full .owl-product .item .inner {
  background-color: #ffffff;
  padding: 50px;
  border-radius: 15px;
  height: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .home-products .container-full .owl-product .item .inner {
    border-radius: 10px;
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .home-products .container-full .owl-product .item .inner {
    padding: 20px;
  }
}
.home-products .container-full .owl-product .item .inner .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  margin: 0 auto 25px;
}
@media (max-width: 575px) {
  .home-products .container-full .owl-product .item .inner .icon {
    width: 50px;
    height: 50px;
  }
}
.home-products .container-full .owl-product .item .inner .icon img {
  width: 100%;
}
.home-products .container-full .owl-product .item .inner h6 {
  margin-bottom: 25px;
  font-size: 24px;
  color: #032757;
}
@media (max-width: 767px) {
  .home-products .container-full .owl-product .item .inner h6 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .home-products .container-full .owl-product .item .inner h6 {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.home-products .container-full .owl-product .item .inner a {
  text-transform: uppercase;
  font-family: "futuramedium";
}
.home-products .container-full .owl-product .item .inner a:hover {
  color: #0697f0;
}

.why {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .why {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .why {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .why {
    padding: 50px 0;
  }
}
.why .left .inner {
  padding-right: 80px;
}
@media (max-width: 991px) {
  .why .left .inner {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.why .left .inner h6 {
  margin-bottom: 10px;
}
.why .left .inner h3 {
  margin-bottom: 15px;
}
.why .left .inner p {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .why .left .inner p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .why .left .inner p {
    font-size: 18px;
    line-height: 26px;
  }
}
.why .right .inner {
  border-radius: 15px;
  overflow: hidden;
}

.faq {
  padding: 120px 0;
  background: url(../images/faq-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
@media (max-width: 991px) {
  .faq {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .faq {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .faq {
    padding: 50px 0;
  }
}
.faq::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #032757;
  opacity: 0.9;
}
.faq::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(3, 39, 87);
  background: linear-gradient(0deg, rgb(3, 39, 87) 0%, rgba(3, 39, 87, 0) 100%);
}
@media (max-width: 991px) {
  .faq {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .faq {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .faq {
    padding: 50px 0;
  }
}
.faq .container {
  position: relative;
  z-index: 1;
}
.faq h2 {
  color: #ffffff;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .faq h2 {
    margin-bottom: 30px;
  }
}
.faq h6.title {
  margin-bottom: 10px;
  color: #ffffff;
}
.faq .accordion {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .faq .accordion {
    padding-left: 45px;
  }
}
.faq .accordion .accordion-item {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  border-radius: 0;
  position: relative;
}
.faq .accordion .accordion-item .number {
  position: absolute;
  left: -70px;
  top: 0;
}
@media (max-width: 767px) {
  .faq .accordion .accordion-item .number {
    left: -45px;
  }
}
.faq .accordion .accordion-item .number span {
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .faq .accordion .accordion-item .number span {
    width: 30px;
    height: 30px;
  }
}
.faq .accordion .accordion-item .accordion-header .accordion-button {
  padding: 20px 0;
  box-shadow: none;
  outline: none;
  font-size: 24px;
  font-weight: 500;
  background-color: transparent;
  color: #ffffff;
}
@media (max-width: 767px) {
  .faq .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
}
.faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.faq .accordion .accordion-item .accordion-header .accordion-button::after {
  filter: brightness(0) invert(1);
}
.faq .accordion .accordion-item .accordion-body {
  padding: 0 0 15px;
}
.faq .accordion .accordion-item .accordion-body p {
  color: #ffffff;
}
.faq .accordion .accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}

footer {
  background-color: rgba(3, 39, 87, 0.1);
  position: relative;
}
footer::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 110px;
  background-color: #032757;
}
footer.inner-footer::before {
  background-color: #ffffff;
}
footer .container {
  position: relative;
  z-index: 1;
}
footer .help-row {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  footer .help-row {
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  footer .help-row {
    margin-bottom: 50px;
  }
}
footer .help-row .inner {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 50px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  footer .help-row .inner {
    padding: 30px;
    text-align: center;
  }
}
footer .help-row .inner ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -12px;
}
@media (max-width: 767px) {
  footer .help-row .inner ul {
    flex-direction: column;
  }
}
footer .help-row .inner ul li {
  width: 50%;
  padding: 0 12px;
}
@media (max-width: 767px) {
  footer .help-row .inner ul li {
    width: 100%;
  }
}
footer .help-row .inner ul li h4 {
  color: #032757;
}
footer .help-row .inner ul li h5 {
  color: #032757;
}
footer .help-row .inner ul li h5 span {
  font-family: "futurabold";
}
footer .help-row .inner ul li:last-child {
  text-align: right;
}
@media (max-width: 767px) {
  footer .help-row .inner ul li:last-child {
    text-align: left;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  footer .help-row .inner ul li:last-child {
    text-align: center;
  }
}
footer .help-row .inner ul li:last-child p {
  margin-bottom: 5px;
}
footer .help-row .inner ul li:last-child h5 {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  footer .foot-logo {
    margin-bottom: 40px;
    text-align: center;
  }
}
footer .foot-logo img {
  width: 120px;
}
footer .foot-logo ul {
  display: flex;
  margin: 20px -6px 0;
}
@media (max-width: 991px) {
  footer .foot-logo ul {
    justify-content: center;
  }
}
footer .foot-logo ul li {
  padding: 0 6px;
}
footer .foot-logo ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
}
footer .foot-logo ul li a img {
  width: 20px;
  height: 20px;
  transition: 600ms all;
}
footer .foot-logo ul li a:hover img {
  opacity: 1;
}
footer .foot-logo ul li:last-child a img {
  width: 17px;
  height: 17px;
}
@media (max-width: 1199px) {
  footer .foot-links {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  footer .foot-links {
    padding-left: 12px;
  }
}
footer .foot-links h6 {
  text-transform: uppercase;
  color: #032757;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  footer .foot-links h6 {
    text-align: center;
  }
}
footer .foot-links ul {
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
}
footer .foot-links ul li {
  padding: 5px 12px;
  width: 33.333%;
}
@media (max-width: 991px) {
  footer .foot-links ul li {
    width: 50%;
    text-align: center;
  }
}
@media (max-width: 575px) {
  footer .foot-links ul li {
    width: 100%;
  }
}
footer .foot-links ul li a {
  text-decoration-color: rgba(3, 39, 87, 0.1);
}
footer .foot-links ul li a:hover {
  color: #0697f0;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  text-decoration-color: #0697f0;
}
footer .foot-nav .inner {
  padding: 25px 0;
  margin: 25px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
footer .foot-nav .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
@media (max-width: 575px) {
  footer .foot-nav .inner ul {
    justify-content: center;
  }
}
footer .foot-nav .inner ul li {
  padding: 5px 12px;
  margin-right: 40px;
}
@media (max-width: 1199px) {
  footer .foot-nav .inner ul li {
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  footer .foot-nav .inner ul li {
    margin-right: 0;
    font-size: 14px;
  }
}
footer .foot-nav .inner ul li a {
  text-transform: uppercase;
  font-family: "futuramedium";
  color: #032757;
}
footer .foot-nav .inner ul li a:hover {
  color: #0697f0;
}
footer .foot-copy {
  padding-bottom: 25px;
}
footer .foot-copy .inner p {
  margin-bottom: 0;
  opacity: 0.6;
  text-align: center;
}

.inner-banner {
  background-color: #032757;
  padding: 50px;
  min-height: 350px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .inner-banner {
    padding: 30px;
    min-height: 300px;
  }
}
@media (max-width: 575px) {
  .inner-banner {
    padding: 20px;
    min-height: 250px;
  }
}
.inner-banner::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #032757;
  opacity: 0.5;
}
.inner-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.inner-banner h1 {
  color: #ffffff;
  font-size: 50px;
  margin-bottom: 0;
  line-height: 50px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .inner-banner h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .inner-banner h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .inner-banner h1 {
    font-size: 24px;
    line-height: 34px;
  }
}

.contact-us {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .contact-us {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .contact-us {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .contact-us {
    padding: 50px 0;
  }
}
.contact-us .contact-left .inner {
  padding-right: 150px;
}
@media (max-width: 1400px) {
  .contact-us .contact-left .inner {
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .contact-us .contact-left .inner {
    padding-right: 20px;
  }
}
.contact-us .address {
  text-align: center;
}
.contact-us .address .inner {
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.contact-us .address .inner h4 {
  margin-bottom: 10px;
}
.contact-us .address .inner p {
  font-size: 18px;
  line-height: 30px;
}
.contact-us .address .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.contact-us .address .inner ul li {
  padding: 5px 12px;
}
@media (max-width: 767px) {
  .contact-us .address .inner ul li {
    padding: 0 12px;
  }
}
.contact-us .address .inner ul li a {
  display: inline-block;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: #ffffff;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  color: #032757;
  margin-bottom: 10px;
  font-family: "futuramedium";
  font-size: 20px;
}
@media (max-width: 767px) {
  .contact-us .address .inner ul li a {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .contact-us .address .inner ul li a {
    font-size: 16px;
  }
}
.contact-us .address .inner ul li a:hover {
  text-decoration-color: #0697f0;
}
.contact-us .map {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .contact-us .map {
    margin-top: 30px;
  }
}
.contact-us .map iframe {
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .contact-us .map iframe {
    height: 300px;
  }
}
.contact-us .form-wrap {
  background: #ffffff;
}
.contact-us .form-wrap h5 {
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .contact-us .form-wrap h5 {
    margin: 0 0 15px;
  }
}
.contact-us .form-wrap input {
  width: 100%;
  height: 50px;
  padding: 10px;
  border-radius: 4px;
  border: none;
  border: 1px solid #ced4da;
  outline: none !important;
  box-shadow: none !important;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .contact-us .form-wrap input {
    margin-bottom: 12px;
  }
}
.contact-us .form-wrap input.button {
  padding: 10px 30px;
  background: #0697f0;
  color: #ffffff;
  border: none;
  width: auto;
  height: 50px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  text-transform: uppercase;
  margin-bottom: 0;
}
.contact-us .form-wrap input.button:hover {
  background: #032757;
}
.contact-us .form-wrap textarea {
  width: 100%;
  height: 100px;
  border-radius: 4px;
  border: none;
  border: 1px solid #ced4da;
  padding: 10px;
  outline: none !important;
  box-shadow: none !important;
  margin-bottom: 24px;
  display: block;
}

.product-single {
  padding: 70px 0 120px;
}
@media (max-width: 991px) {
  .product-single {
    padding: 50px 0 100px;
  }
}
@media (max-width: 991px) {
  .product-single {
    padding: 70px 0 70px;
  }
}
@media (max-width: 767px) {
  .product-single {
    padding: 50px 0 50px;
  }
}
.product-single .pr-single-left .inner {
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-single .pr-single-left .inner {
    display: none;
  }
}
@media (max-width: 575px) {
  .product-single .pr-single-left .inner {
    border-radius: 15px;
  }
}
.product-single .pr-single-right .inner {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .product-single .pr-single-right .inner {
    padding-left: 0;
  }
}
.product-single .pr-single-right .inner h4 {
  margin-bottom: 15px;
}
.product-single .pr-single-right .inner ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
@media (max-width: 575px) {
  .product-single .pr-single-right .inner ul {
    display: inline-block;
  }
}
.product-single .pr-single-right .inner ul li {
  position: relative;
  padding: 6px 6px;
  width: 50%;
}
@media (max-width: 575px) {
  .product-single .pr-single-right .inner ul li {
    width: 100%;
  }
}
.product-single .pr-single-right .inner ul li span {
  display: inline-block;
}

.inner-products {
  padding: 0 0 120px;
}
@media (max-width: 991px) {
  .inner-products {
    padding: 0 0 100px;
  }
}
@media (max-width: 991px) {
  .inner-products {
    padding: 0 0 70px;
  }
}
@media (max-width: 767px) {
  .inner-products {
    padding: 0 0 50px;
  }
}
@media (max-width: 991px) {
  .inner-products .pr-box {
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .inner-products .pr-box {
    margin-bottom: 12px;
  }
}
.inner-products .pr-box .inner {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  overflow: hidden;
}
.inner-products .pr-box .inner .image {
  overflow: hidden;
}
.inner-products .pr-box .inner .details {
  padding: 30px;
}
@media (max-width: 1199px) {
  .inner-products .pr-box .inner .details {
    padding: 20px;
  }
}
.inner-products .pr-box .inner .details h6 {
  margin: 0 0 10px;
  font-size: 20px;
}
.inner-products .pr-box .inner .details p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}
.inner-products .aditional-details {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .inner-products .aditional-details {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .inner-products .aditional-details {
    margin-bottom: 12px;
  }
}
.inner-products .aditional-details .inner {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  height: 100%;
}
@media (max-width: 767px) {
  .inner-products .aditional-details .inner {
    padding: 20px;
  }
}
.inner-products .aditional-details .inner h6 {
  margin-bottom: 10px;
}
.inner-products .aditional-details .inner p {
  font-size: 14px;
  line-height: 22px;
}
.inner-products .aditional-details .inner p:last-child {
  margin-bottom: 0;
}
.inner-products .aditional-details .inner ul li {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}
.inner-products .aditional-details .inner ul li:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=styles.css.map */