/* Common CSS */

:root {
  --gen_color: #001325;
  --primary_color: #767676;
  --sec_color: #00284c;
  --sec2_color: #0063bc;
  --wht_color: #fff;
  --blk_color: #000;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: var(--wht_color);
  color: var(--gen_color);
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  overflow-x: hidden;
}

*,
*:focus {
  outline: none;
}

a {
  color: var(--gen_color);
  transition: all ease .4s;
}

a:focus {
  outline: none;
  outline-offset: 0;
}

a:hover,
a:focus {
  color: var(--sec2_color);
  text-decoration: none;
}

p {
  color: var(--primary_color);
  font-size: 22px;
  padding-bottom: 45px;
  margin-bottom: 0;
}

img {
  max-width: 100%;
  border: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  padding-bottom: 10px;
  margin-bottom: 0;
  line-height: 1.318;
  font-weight: bold;
  text-transform: uppercase;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

button,
button:focus {
  outline: none;
  outline-offset: 0;
}

input,
textarea,
select {
  background-color: #fff !important;
  padding: 18px 20px !important;
  height: 50px;
  margin-bottom: 15px;
}

input:focus,
textarea:focus {
  transition: 0.4s all ease;
  border-color: var(--sec_color) !important;
}

::-webkit-input-placeholder {
  color: var(--primary_color) !important;
  opacity: 1;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: normal;
}

::-moz-placeholder {
  color: var(--primary_color) !important;
  opacity: 1;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: normal;
}

:-ms-input-placeholder {
  color: var(--primary_color) !important;
  opacity: 1;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: normal;
}

:-moz-placeholder {
  color: var(--primary_color) !important;
  opacity: 1;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: normal;
}

::selection {
  background: var(--sec2_color);
  color: #ffffff;
}

::-webkit-selection {
  background: var(--sec2_color);
  color: #ffffff;
}

::-moz-selection {
  background: var(--sec2_color);
  color: #ffffff;
}

::-o-selection {
  background: var(--sec2_color);
  color: #ffffff;
}

::-ms-selection {
  background: var(--sec2_color);
  color: #ffffff;
}

/*Webfonts*/
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Light.woff2') format('woff2'),
    url('../fonts/Poppins-Light.woff') format('woff'),
    url('../fonts/Poppins-Light.ttf') format('truetype'),
    url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff'),
    url('../fonts/Poppins-Regular.ttf') format('truetype'),
    url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Medium.woff2') format('woff2'),
    url('../fonts/Poppins-Medium.woff') format('woff'),
    url('../fonts/Poppins-Medium.ttf') format('truetype'),
    url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
    url('../fonts/Poppins-SemiBold.woff') format('woff'),
    url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
    url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Bold.woff2') format('woff2'),
    url('../fonts/Poppins-Bold.woff') format('woff'),
    url('../fonts/Poppins-Bold.ttf') format('truetype'),
    url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Kristi';
  src: url('../fonts/Kristi-Regular.eot');
  src: url('../fonts/Kristi-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Kristi-Regular.woff2') format('woff2'),
    url('../fonts/Kristi-Regular.woff') format('woff'),
    url('../fonts/Kristi-Regular.ttf') format('truetype'),
    url('../fonts/Kristi-Regular.svg#Kristi-Regular') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.eot');
  src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Regular.woff2') format('woff2'),
    url('../fonts/OpenSans-Regular.woff') format('woff'),
    url('../fonts/OpenSans-Regular.ttf') format('truetype'),
    url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.eot');
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Bold.woff2') format('woff2'),
    url('../fonts/OpenSans-Bold.woff') format('woff'),
    url('../fonts/OpenSans-Bold.ttf') format('truetype'),
    url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



.p-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  transition: all ease .4s;
  font-size: 17px;
  line-height: 1;
  min-width: 190px;
  max-width: 190px;
  font-weight: 500;
  color: var(--wht_color);
  text-transform: uppercase;
  border-radius: 10px;
  background-color: var(--sec_color);
  box-shadow: none !important;
  outline: none !important;
  border: none;
}

.btn:hover,
.btn:focus {
  color: var(--wht_color);
  background-color: var(--sec2_color);
  text-decoration: none;
}

.blue-btn {
  color: var(--wht_color);
  background-color: var(--sec2_color);
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.blue-btn:hover,
.blue-btn:focus {
  color: var(--wht_color);
  background-color: var(--sec_color);
}

/*header css*/
body:not(.home) .header {
  position: relative;
}

.navbar-collapse {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-toggler {
  width: 35px;
  height: 35px;
  border-radius: 0;
  position: relative;
  padding: 0;
  display: flex;
}

.navbar-toggler span {
  height: 3px;
  width: 100%;
  background: var(--wht_color);
  position: relative;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.navbar-toggler span:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--wht_color);
  transform: rotate(0deg);
  transition: 0.3s all ease;
}

.navbar-toggler span:after {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--wht_color);
  transform: rotate(0deg);
  transition: 0.3s all ease;
}

.navbar-toggler.collapsed span:before {
  transform: rotate(45deg);
  bottom: 0;
}

.navbar-toggler.collapsed span:after {
  transform: rotate(-45deg);
  top: 0;
}

.navbar-toggler.collapsed span {
  background-color: transparent;
}

.has-submenu:before {
  content: '';
  position: absolute;
  top: 34px;
  right: 15px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--gen_color);
  border-top: transparent;
  border-right: transparent;
  background-color: transparent;
  transform: rotate(-45deg);
  transition: 0.3s all ease;
}

header nav .has-submenu.active:before {
  border-color: var(--wht_color);
  top: 38px;
  transform: rotate(-225deg);
}

.navbar-expand-lg .navbar-nav .has-submenu:hover:before {
  border-color: var(--wht_color);
}

nav ul li {
  padding-left: 0;
}

header nav .nav-item {
  position: relative;
}

header nav .nav-item .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 340px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
  display: none;
}

header nav .nav-item .submenu a {
  display: block;
  padding: 15px 30px;
  color: var(--gen_color);
}

header nav .nav-item .submenu a:hover {
  background-color: var(--sec2_color);
  color: var(--wht_color);
}

header nav .nav-item .submenu .menu-item {
  width: 100%;
}

body.home header {
  position: absolute;
  z-index: 18;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  transition: 0.6s all ease;
}

header {
  position: static;
  z-index: 18;
  width: 100%;
  background: #ffffff;
  transition: 0.6s all ease;
}

.header-top {
  border-bottom: 1px solid #ccc;
}

.header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.address {
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.address img {
  margin-right: 5px;
}

.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

header .header-top ul {
  border-right: 1px solid #ccc;
}

.social-icon li {
  border-left: 1px solid #ccc;
  transition: 0.4s all ease;
}

.social-icon a {
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  padding: 20px;
}

header .social-icon img {
  max-width: 18px;
  max-height: 18px;
}

.social-icon img {
  filter: hue-rotate(360deg) contrast(5) saturate(0.1);
  transition: 0.4 all ease;
}

.social-icon li a:hover img {
  filter: inherit;
}

.social-icon a:hover {
  background: #f6f7f9;
}

.social-icon a span {
  position: relative;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.social-icon a span:before {
  content: '';
  position: absolute;
  top: -10px;
  left: auto;
  right: -10px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--sec2_color);
}

.header {
  padding: 15px 0 24px;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main header {
  background-color: var(--wht_color);
}

.main header .container {
  transition: 0.6s all ease;
}

.header-blue {
  background-color: var(--wht_color);
}

.header-blue .container {
  background-color: var(--sec2_color);
  transition: 0.6s all ease;
}

.header-blue a.book-now {
  color: var(--blk_color);
  transition: 0.4s all ease;
}

.header-blue a.book-now img {
  filter: brightness(0);
  transition: 0.4s all ease;
}

.header-blue a.book-now:hover {
  color: var(--wht_color);
}

.header-blue a.book-now:hover img {
  filter: brightness(0) invert(1);
}

.header .nav-bottom {
  display: none;
}

.contact-details {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 100px;
}

.contact-details a {
  display: block;
  font-size: 16px;
  line-height: 22px;
}

header a.book-now {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

header a.book-now img {
  transition: 0.4s all ease;
  margin-left: 10px;
  -webkit-animation: arrow 1s infinite alternate ease-in-out;
}

/*keyframes*/
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(0.3em);
  }
}

header a.book-now:hover img,
header a.book-now:focus img {
  filter: brightness(0);
}

.contact-details a.number {
  color: var(--wht_color);
}

.contact-details a.number:hover {
  color: var(--blk_color);
}

/*.logo-wrap {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }*/
.logo-wrap .logo {
  display: block;
  max-width: 286px;
  min-width: 150px;
}

.nav-wrap {
  justify-content: center;
  display: flex;
}

.navbar-wrap {
  display: flex;
  align-items: center;
}

.navbar {
  position: static;
  padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-weight: 600;
  color: var(--gen_color);
  font-size: 18px;
  padding: 16px;
  text-transform: uppercase;
}

.navbar-collapse a.btn {
  min-width: 124px;
  height: 46px;
  margin-left: 30px;
}

.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link,
.navbar-expand-lg .navbar-nav .nav-item:focus .nav-link {
  color: var(--sec2_color);
}

.nav-item.active .nav-link {
  color: var(--wht_color);
  background-color: var(--sec2_color);
}

.navbar-nav li a {
  font-size: 18px;
}

.toggler-text {
  color: var(--wht_color);
  padding-bottom: 0;
  margin-left: 18px;
}

.carousel-indicators {
  bottom: 20px;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid #fff;
  background: var(--sec_color);
  margin-right: 6px;
  margin-left: 6px;
}

.carousel-indicators .active {
  background-color: var(--sec2_color);
  border-color: var(--sec2_color);
}

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 50px 0;
}

.carousel-caption .btn {
  margin-right: 18px;
  background-color: rgba(0, 40, 76, 0.9);
}

.carousel-caption .btn:hover {
  background-color: var(--sec2_color);
}

.carousel-caption h1 {
  font-size: 45px;
  line-height: 100px;
  color: var(--wht_color);
  text-transform: capitalize;
  padding-bottom: 20px;
}

.carousel-caption h1 span {
  font-size: 125px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}

.carousel-caption p {
  font-size: 100px;
  line-height: 53px;
  font-family: 'Kristi';
  color: var(--wht_color);
  background-color: transparent;
  text-transform: capitalize;
  margin: 0 auto;
  padding: 10px 0;
  margin-bottom: 58px
}

.carousel-item {
  position: relative;
}

.carousel-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.5);
  z-index: 1;
}

.carousel-item-disabled:before {
  content: none !important;
}

.carousel-item img {
  /* height: 850px; */
  object-fit: cover;
  aspect-ratio: 1920 / 1080;
}

.banner-wrap {
  padding: 50px 0;
}

.page-title {
  color: var(--wht_color);
  font-weight: 600;
  font-size: 70px;
  padding-bottom: 0;
}

.breadcrum {
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrum .subpage {
  color: var(--wht_color);
  margin: 0 17px;
  padding-bottom: 14px;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  text-transform: uppercase;
}

.breadcrum .subpage.active {
  color: var(--sec2_color);
  list-style: disc;
}

.section-title {
  text-align: center;
  position: relative;
}

.section-title:before {
  content: '';
  position: absolute;
  width: 94px;
  height: 20px;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/title-decoration.png);
}

.section-title .title {
  font-size: 40px;
  padding-bottom: 82px;
  text-transform: capitalize;
  color: #302f2f;
}

.section-title p {
  font-size: 18px;
}

.service-time {
  background: #003361;
  padding: 32px 0;
}

.service-time .container {
  display: flex;
  align-items: center;
}

.service-time .title {
  color: var(--wht_color);
  font-size: 30px;
  padding-bottom: 0;
}

.service-btn-wrap {
  margin-left: 13px;
}

.service-time .days,
.service-btn-wrap {
  display: flex;
  align-items: center;
}

.service-time .days li {
  font-size: 24px;
  padding-left: 44px;
  color: var(--wht_color);
  position: relative;
  font-family: 'Open Sans';
}

.service-time .days li:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 17px;
  width: 11px;
  height: 11px;
  background: var(--sec2_color);
}

.service-time .days li strong {
  text-transform: uppercase;
}

.instructions .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  text-align: center;
  border: none;
  background: var(--wht_color);
  border-bottom: 17px solid var(--sec2_color)
}

.instructions .card:not(.style2) img {
  width: 100%;
}

.card .title {
  padding: 30px 45px;
  font-size: 24px;
  color: #302f2f;
}

.card-body {
  text-align: center;
  padding: 26px;
}

.card p {
  padding: 0;
  font-weight: 300;
  font-size: 22px;
}

.card .date,
.card span {
  display: block;
  color: var(--sec2_color);
}

.card .img-wrap {
  position: relative;
}

.card .img-wrap:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 99, 188, 0.6);
  transition: 0.4s all ease;
}

.card .img-wrap:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 29px;
  height: 29px;
  background: url(../images/plus-icon.png);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all ease;
}

.card:hover .img-wrap:after {
  height: 100%;
}

.card:hover .img-wrap:before {
  opacity: 1;
  visibility: visible;
}

.instructions.style2 .container {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  background: var(--wht_color);
  padding: 50px 40px 66px;
}

.instructions.style2 {
  padding-top: 0;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}

.card.style2 {
  margin-top: 33px;
  border: none;
}

.card.style2 .title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
}

.card.style2 h2.title img {
  margin-left: 7px;
}

.instructions.style3 .container {
  box-shadow: none;
  border-radius: 0;
}

.instructions.style3 {
  background: #edf0f1;
}

.instructions.style3 .card {
  margin-bottom: 36px;
}

.instructions.style3 .card .title,
.instructions.video .card .title {
  padding-bottom: 0;
}

.instructions.style3 .card p,
.instructions.video .card p {
  padding-bottom: 20px;
}

.instructions.style3 .img-wrap:before {
  background: url(../images/video-play-icon.png);
  width: 81px;
  height: 81px;
  background-size: contain;
}

.team .card {
  margin-bottom: 44px;
}

.instructions.team .container {
  padding-bottom: 20px;
}

.team p {
  font-size: 20px;
  min-height: 105px;
}

.team .img-wrap {
  width: 246px;
  height: 246px;
  margin: 0 auto;
  border-radius: 100%;
}

.team .img-wrap img {
  border-radius: 100%;
}

.team .img-wrap:after,
.team .img-wrap:before {
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
}

.team .inner {
  max-width: 1160px;
}

iframe {
  display: block;
}

.access {
  position: relative;
  border-top: 2px solid #133d62;
  border-bottom: 2px solid #133d62;
  background: #00386a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #00386a 50%, #00284c 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00386a 50%, #00284c 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00386a 50%, #00284c 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00386a', endColorstr='#00284c', GradientType=1);
  /* IE6-9 */
}

.access .row {
  margin: 0;
}

.access [class*=col-] {
  padding: 0;
}

.access .title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 66px 0;
  font-size: 30px;
  color: var(--wht_color);
  background: url(../images/section-bg.png);
  background-position: left;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.access .left .title {
  background-color: #00386a;
}

.access .right .title {
  background-color: var(--sec_color);
  background-position: left -50px center;
}

.service-btn img {
  height: 19px;
  width: 19px;
  object-fit: cover;
  object-position: center;
  transition: 0.2s all ease;
}

.service-btn {
  font-size: 17px;
  color: #fff;
  display: flex;
  align-items: center;
  margin-left: 20px;
  text-transform: uppercase;
}

.service-btn span {
  margin-left: 8px;
  font-weight: 400;
  position: relative;
}

.service-btn span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  width: 0;
  height: 2px;
  transition: 0.4s all ease;
  background-color: var(--sec2_color);
}

.service-btn:hover span:after {
  width: 100%;
  left: 0;
  right: auto;
}

.service-btn:hover img {
  object-position: left;
}

.app-section {
  background: #edf0f1;
  padding-bottom: 0;
}

.app-section .section-title .title {
  padding-bottom: 45px;
}

.app-section .section-title p {
  padding-bottom: 40px;
}

.app-section .container {
  max-width: 1000px;
  margin: 0 auto;
}

.app-section [class*=col-] div {
  position: relative;
}

.app-section .btn.style-2 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: absolute;
  left: 0;
  bottom: 60px;
  padding: 10px;
  box-shadow: rgba(100, 100, 111, 0.5) 0px 7px 29px 0px !important;
  background: #fff;
  color: var(--gen_color);
}

.app-section .btn.style-2 img {
  margin-right: 10px;
  transition: 0.4s all ease;
}

.app-section .btn.style-2:hover {
  background: var(--sec2_color);
  color: var(--wht_color);
}

.app-section .btn.style-2:hover img {
  filter: brightness(0) invert(1);
}

.mobile {
  text-align: right;
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 30px;
}

.ipad img:not(.btn img) {
  max-width: unset;
  margin-left: -150px;
  z-index: -1;
}

.services .row {
  margin: 0 -10px;
}

.services [class*=col-] {
  padding: 0 10px;
}

.box {
  position: relative;
  border-radius: 10px;
  margin-bottom: 22px;
}

.box img:not(.overlay img) {
  border-radius: 10px;
}

.box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.4s;
}

.box .overlay h2.title {
  color: #ffffff;
  font-size: 45px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 35px;
}

.box:hover .overlay {
  background: rgba(0, 99, 188, 0.85);
}

.welcome {
  margin-bottom: 55px;
}

.welcome .section-title {
  margin-top: 40px;
}

.welcome .section-title .title {
  padding-bottom: 52px;
}

.welcome .container {
  padding: 25px;
  border-radius: 10px;
  background-color: var(--wht_color);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
  z-index: 1;
  margin-top: -30px;
}

.welcome .img-wrap,
.welcome .img-wrap img {
  border-radius: 10px;
  width: 100%;
}

/*form-section*/
.form-control {
  background-color: #f2f4f4 !important;
  padding: 20px 28px !important;
  height: 63px;
  border: none;
  border-radius: 10px;
}

.form-control:focus {
  color: #302f2f;
}

textarea.form-control {
  height: 170px;
  resize: none;
}

select.form-control {
  padding-right: 80px !important;
  padding-left: 24px !important;
  appearance: none;
  position: relative;
  background: url(../images/arrow-icon.png);
  background-size: contain;
  background-size: 75px;
  background-position: right;
  background-repeat: no-repeat;
  color: var(--primary_color);
}

form .title {
  text-align: center;
  text-transform: unset;
  color: #302f2f;
  font-size: 26px;
  font-weight: 600;
  padding: 30px 0;
  position: relative;
  z-index: 1;
  margin-bottom: 26px;
}

form .title:before {
  content: '';
  position: absolute;
  top: 0;
  left: -26px;
  width: 104%;
  height: 100%;
  z-index: 0;
  background: transparent;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

form .row {
  margin: 0 -7px;
}

form [class*=col-] {
  padding: 0 7px;
}













.dnweb {
  display: none;
}

.dnmovil {
  display: block;
}

/*footer*/
footer {
  background: var(--sec_color);
}

footer .social-icon a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 8px;
}

footer .social-icon a:hover {
  background: transparent;
}

footer .social-icon a span {
  padding-top: 30px;
  color: #ffffff;
}

footer .social-icon a span:before {
  top: 100%;
  left: auto;
  right: 0;
  width: 0;
  height: 2px;
  transition: 0.4s all ease;
  background: #ffffff;
}

footer .social-icon a:hover span:before {
  width: 100%;
  left: 0;
  right: auto;
}

footer .social-icon img {
  filter: inherit;
  transition: 0.4s all ease;
}

footer .social-icon a:hover img {
  filter: brightness(0) invert(1);
}

footer .social-icon {
  position: relative;
  padding-bottom: 30px;
}

footer .social-icon:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  content: '';
  width: 430px;
  height: 1px;
  background: #133758;
}

footer .address-bar {
  text-align: center;
  padding-top: 32px;
}

footer .address-bar a {
  color: var(--wht_color);
  font-family: 'open sans';
  font-weight: 600;
}

footer .address-bar .address {
  font-family: 'open sans';
  font-weight: 400;
  font-size: 18px;
}

.bottom-bar {
  padding: 26px 0;
  background: #ffffff;
}

.bottom-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottom-bar p {
  font-family: 'open sans';
  padding: 0;
  font-size: 16px;
}

footer .logo-wrap {
  max-width: 257px;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

footer p.copyright {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.activo {
  font-weight: 600 !important;
  color: var(--gen_color) !important;
  font-size: 18px !important;
  padding: 16px !important;
  text-transform: uppercase !important;
}

.activo:hover{
  color: var(--sec2_color) !important;
}

.card-videos {
  height: 390px;
  position: relative;
}

.card-videos iframe {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 250px;
}

.latest-events{
  background-color: #edf0f1 !important;
}

.latest-events .title {
  padding-bottom: 40px;
}

.latest-events-card .img-wrap {
  display: block;
}

.latest-events-card .img-wrap:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 99, 188, 0.6);
  transition: 0.4s all ease;
  display: block;
}

.latest-events-card .img-wrap:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 29px;
  height: 29px;
  background: url(../images/plus-icon.png);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all ease;
}

.latest-events-card:hover .img-wrap:after {
  height: 100%;
}

.latest-events-card:hover .img-wrap:before {
  opacity: 1;
  visibility: visible;
}

.latest-events-img {
  border-radius: 10px 10px 0px 0px;
}

.latest-events-description {
  font-size: 18px;
  font-family: "Poppins";
  color: rgb(118, 118, 118);
  text-align: center;
}

.latest-events-title {
  font-size: 24px;
  font-family: "Poppins";
  color: rgb(48, 47, 47);
  text-align: center;
  text-transform: inherit;
}

.latest-events-box {
  padding: 25px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  border-radius: 0px 0px 10px 10px;
}


.latest-events-btn {
  font-size: 22px;
  font-family: "Poppins";
  border-style: solid;
  border-width: 2px;
  border-color: rgb(0, 99, 188);
  border-radius: 10px;
  color: rgb(0, 99, 188);
  line-height: 1.136;
  font-weight: bold;
  text-align: center;
  margin-top: 45px;
  height: 67px;
}

.latest-events-list-btn{
  font-size: 22px;
  font-family: "Poppins";
  border-style: solid;
  border-width: 2px;
  background-color: rgb(0,99,188);
  border-color: rgb(0, 99, 188);
  border-radius: 10px;
  color: #fff;
  line-height: 1.136;
  font-weight: bold;
  text-align: center;
  margin-top: 45px;
  height: 67px;
}

.latest-events-list-btn:hover{
  transition: all .3s;
  background-color: #fff;
  border: 2px solid rgb(0, 99, 188);
  color: rgb(0, 99, 188);
}

.latest-events-btn:hover {
  transition: all .3s;
  color: #fff;
  background-color: rgb(0, 99, 188);
}

.latest-events-date{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.latest-events-date p{
  font-size: 20px;
  font-family: "Poppins";
  color: rgb(0, 99, 188);
  padding-bottom: 0px;
}

.listing{
  margin-bottom: 25px;
}

@media(max-width:768px){
  .latest-events-box{
    margin-bottom: 25px;
  }
  .latest-events-btn{
    margin-top: 20px;
  }
}