/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face { 
  font-family: FFDINWeb;
  src:url("fonts/2FA0A8_3_0.ttf");
}

@font-face {
font-family: FFDINWebMedium;
src:url("fonts/2FA0A8_2_0.ttf");
}
@font-face {
  font-family: FFDINWebBold;
  src:url("fonts/2FA0A8_1_0.ttf");
  }
  
body {
  background: #fff;
  color: #333;
  font-family: FFDINWeb, Arial;
}

a {
  color: #07679b;
  text-decoration: none;
  transition: 0.5s;
  line-height: 1.25;
  display: inline-block;
}

a:hover,
a:active,
a:focus {
  color: #005179;
  outline: none;
  text-decoration: none;
}
.navbar a:hover,
.navbar a:active,
.navbar a:focus {
  color: #fff !important;
  outline: none;
  text-decoration: none;
}
p {
  padding: 0;
  margin: 0 0 30px 0;
}
.orange {
  color:#fbbb36 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: FFDINWeb, Arial;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
.h3, .h4, .h5, .h6, h3, h4, h5, h6 {
  font-family: FFDINWebBold, Arial;
  font-weight: 400;
  font-style: normal;
}
.h3, h3 {
  font-size: 18px;
  line-height: 1.2;
}
.h1,
h1 {
    font-size: 60px
}
.h2,
h2 {
    font-size: 36px
}
.h3,
h3 {
    font-size: 18px;
    line-height: 1.2
}
.h4,
h4 {
    font-size: 16px
}
.h5,
h5 {
    font-size: 14px
}
.h6,
h6 {
    font-size: 12px
}
.h3, .h4, .h5, .h6, h3, h4, h5, h6 {
    font-family: FFDINWebBold, Arial;
    font-weight: 400;
    font-style: normal;
}
.btn {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 10px;
  font-family: FFDINWebBold, Arial;
  text-align: center;
  color: #005179;
  outline: 0;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background: 0 0;
  border: 1px solid #005179;
  text-transform: uppercase;
  word-wrap: break-word;
  padding: 15px;
  font-size: 14px;
  line-height: 1;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*--------------------------------------------------------------
# OneTrust button
--------------------------------------------------------------*/

    button#ot-sdk-btn {
    background-color: #031a2d !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 14px !important;
    }
    button#ot-sdk-btn:hover {
    background-color: #031a2d !important;
    border: none !important;
    color: #005179 !important;
    font-size: 14px !important;
    }


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0c2e8a;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #71dfbe;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #f1f1f1;
  font-size: 14px;
  padding: 0;
  height: 100px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #0c2e8a;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #444;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #0c2e8a;
}

#topbar .social-links a {
  color: #555;
  padding: 0 15px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
  color: #0c2e8a;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 55px;
  transition: all 0.5s;
  z-index: 997;
  background: #005179;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#header #logo h1 a {
  color: #0c2e8a;
}

#header #logo h1 a span {
  color: #0c2e8a;
}
.header-logo img {
  width: 57px;
  height: 60px;
}
.header-menu {
  display: none;
}
.header-logo {
  margin-top: 10px;
}
@media (max-width: 768px) {
  #header {
    height: 60px;
  }

  #header #logo h1 {
    font-size: 34px;
  }

  #header #logo img {
    max-height: 40px;
  }
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: FFDINWebMedium, Arial;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #0c2e8a;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #0c2e8a;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #0c2e8a;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .utility-links {
    display: none;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(8, 30, 91, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0c2e8a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #0c2e8a;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #0c2e8a;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 35vh;
  position: relative;
  /* background: url("../img/hero-carousel/1.jpg") no-repeat; */
  background-size: cover;
  padding: 0;
}

#hero .hero-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero .hero-content h2 {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
}

#hero .hero-content h2 span {
  color: #0c2e8a;
  text-decoration: underline;
}
#hero .hero-content h1 {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
}

#hero .hero-content h1 span {
  color: #0c2e8a;
  text-decoration: underline;
}

@media (max-width: 767px) {
  #hero .hero-content h2 {
    font-size: 22px;
  }
  #hero .hero-content h1 {
    font-size: 22px;
  }
}

#hero .hero-content .btn-get-started,
#hero .hero-content .btn-projects {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}

#hero .hero-content .btn-get-started {
  background: #0c2e8a;
  border: 2px solid #0c2e8a;
}

#hero .hero-content .btn-get-started:hover {
  background: none;
  color: #0c2e8a;
}

#hero .hero-content .btn-projects {
  background: #0c2e8a;
  border: 2px solid #0c2e8a;
}

#hero .hero-content .btn-projects:hover {
  background: none;
  color: #0c2e8a;
}

#hero .hero-slider {
  z-index: 8;
  height: 60vh;
}

#hero .hero-slider::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}

#hero .hero-slider .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: opacity;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  color: #0c2e8a;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.section-header h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #0c2e8a;
  bottom: 0;
  left: 0;
}

.section-header p {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #fafafa;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/* About Section
--------------------------------*/
#about {
  padding: 60px 0 30px 0;
}

#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .content h2 {
  color: #0c2e8a;
  font-weight: 700;
  font-size: 36px;
  font-family: "Raleway", sans-serif;
}

#about .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #0c2e8a;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

/* Services Section
--------------------------------*/
#services {
  padding: 40px 0;
}

#services .box {
  padding: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
  height: 100%;
}

#services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#services .box .icon {
  float: left;
}

#services .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#services .box .icon i:before {
  background: #0c2e8a;
  background: linear-gradient(45deg, #0c2e8a 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#services .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

#services .box h4 a {
  color: #444;
}

#services .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

@media (max-width: 767px) {
  #services .box .box {
    margin-bottom: 20px;
  }

  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #services .box h4,
  #services .box p {
    margin-left: 0;
    text-align: center;
  }
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 30px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0c2e8a;
}

#clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0c2e8a;
}

/* Our Portfolio Section
--------------------------------*/
#portfolio {
  background: #fff;
  padding: 30px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 18px 12px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #f7f7f7;
  border-radius: 4px;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #0c2e8a;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

#portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #0c2e8a;
  padding: 15px 20px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

#portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info .preview-link,
#portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: rgba(255, 255, 255, 0.6);
  transition: ease-in-out 0.3s;
}

#portfolio .portfolio-item .portfolio-info .preview-link:hover,
#portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

#portfolio .portfolio-item:hover img {
  top: -30px;
}

#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0c2e8a;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0c2e8a;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(12, 46, 138, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 30px 0;
}

#testimonials .testimonials-carousel,
#testimonials .testimonials-slider {
  overflow: hidden;
}

#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
  #testimonials .testimonial-item {
    margin: 30px 10px;
  }
}

#testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

#testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0c2e8a;
}

#testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0c2e8a;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: #081e5b;
  background-size: cover;
  padding: 40px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }


}
@media (min-width: 992px) {

  .hidden-lg {
    display: none!important;
  }

}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #0c2e8a;
  border: 3px solid #0c2e8a;
}

/* Our Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 30px 0 0 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  overflow: hidden;
  text-align: center;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member .details {
  background: #0c2e8a;
  color: #fff;
  padding: 15px;
  border-radius: 0 0 3px 3px;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 5px;
}

#team .member .social a {
  color: #fff;
}

#team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 30px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #0c2e8a;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #0c2e8a;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {

  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input,
#contact .php-email-form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .php-email-form input::focus,
#contact .php-email-form textarea::focus {
  background-color: #0c2e8a;
}

#contact .php-email-form button[type=submit] {
  background: #0c2e8a;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .php-email-form button[type=submit]:hover {
  background: #2dc899;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: transparent;
  padding: 0 0 0 0;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

footer a {
  color: #fff;
}


footer .footer-link-section, footer .footer-copyright-section {
  background-color: #042037;
  color: #fff;
  padding: 40px 0;
  position: relative;
}

footer .footer-copyright-section, footer .footer-copyright-section p {
  background-color: #031a2d;
  color: #848b93;
  line-height: 1;
  font-size: 14px;
  text-align: center;
}
.swiper-slide {
  background-position: bottom !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/*--------------------------------------------------------------
# Events Page
--------------------------------------------------------------*/
.shortform-link a {
  font: normal 14px/18px FFDINWebBold;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-left: -20px;
}
[type=checkbox]:checked+label, [type=checkbox]:not(:checked)+label {
  position: relative;
  font-family: FFDINWebMedium, Arial;
  font-weight: 400;
  font-style: normal;
  padding-left: 30px;
  margin: 0;
  cursor: pointer;
  text-transform: none;
}
[type=checkbox]:checked, [type=checkbox]:not(:checked) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
[type=checkbox]:checked+label:before, [type=checkbox]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #666;
  background: #fff;
}
[type=checkbox]:not(:checked)+label:after {
  opacity: 0;
  transform: scale(0);
}
[type=checkbox]:checked+label:after, [type=checkbox]:not(:checked)+label:after {
  content: "\2713";
  position: absolute;
  top: 4px;
  left: 2px;
  font-size: 16px;
  line-height: .8;
  color: #005179;
  transition: all .2s;
}

.events .calicon {
  font-size: 30px;
  display: inline-block;
  width: 46px;
  background: url(../img/calicon.png);
  background-size: 44px;
  background-repeat: no-repeat;
  background-position: 1px 0px;
  padding-left: 8px;
  padding-top: 15px;
  height: 60px;
}
.events .shortform-title a {
  color: #333333;
}

.shortform-link a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 10px;
  margin-left: 5px;
  background-image: url(../img/resource_center-arrow_link.png);
  background-size: 7px 10px;
  background-repeat: no-repeat;
  background-position: right 30%;
}

/*--------------------------------------------------------------
# Custom Layout
--------------------------------------------------------------*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.pge-form .field-group, .pge-form .form-group {
  float: left;
  position: relative;
  margin-bottom: 0;
  width: 100%;
}
.pge-form .info {
  font-family: FFDINWebItalic, Arial;
  font-weight: 400;
  font-style: normal;
  color: #111;
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
}
.pge-form input[type=email], .pge-form input[type=text] {
  display: block;
  width: 100%;
  padding: 10px 15px;
  color: #111;
  background: 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-size: 18px;
  min-height: 50px;
}
.pge-form label {
  margin-bottom: 20px;
  color: #111;
}
.pge-form .field-group legend, .pge-form .form-group legend {
  margin-top: 50px;
  color: #111;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: FFDINWebBold, Arial;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  float: left;
  border: none;
  padding-bottom: 0;
}
.pge-form select {
  display: block;
  color: #111;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  padding: 8px 35px 8px 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/form_select.png) right center no-repeat;
  border-radius: 0;
  width: 100%;
  line-height: 2;
  min-height: 50px;
}
.pge-form .no-margin label {
  margin-top: 0;
}
.utility-links {
  position: static;
  padding-top: 10px;
  display: table-cell;
}
.utility-links .profile {
  clear: right;
  margin-top: 6px;
  margin-bottom: 0;
}

.pull-right {
  float: right;
}
.profile {
  margin-bottom: 50px;
  font-family: FFDINWeb, Arial;
  font-weight: 400;
  font-style: normal;
}
.pull-right {
  float: right!important;
}
.utility-links .profile .user-icon {
  height: 28px !important;
}
.utility-links .profile .user-icon {
  background: url(../img/icon-user.png) center center no-repeat;
  height: 21px;
  width: 21px;
  display: inline-block;
  vertical-align: bottom;
}
.utility-links .profile>a {
  font-size: 18px !important;
}

.utility-links .profile>a {
  font-family: FFDINWebMedium, Arial;
  font-weight: 400;
  font-style: normal;
  border: 0;
  color: #333;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: text-bottom;
}
.utility-links .profile .sign-in-text {
  padding-left: 5px;
}

.utility-links .profile .sign-in-text {
  padding-left: 10px;
  vertical-align: text-bottom;
  display: inline-block;
  padding-right: 20px;
}
.category-nav {
  float: left;
  margin-top: 10px;
}
.category-nav ul li.active a {
  font-weight: 500;
}
.category-nav ul li.active .arrow-up-blue {
  display: block;
}
.category-nav .portal-wrapper {
  position: relative;
  display: inline-block;
  padding-right: 30px;
}
.category-nav .arrow-up-blue {
  display: none;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid #005179;
  margin: 0 auto!important;
  float: none;
  position: absolute;
  left: 0;
  right: 36px;
  bottom: -22px;
}
.category-nav ul li.active a {
  font-family: FFDINWebMedium, Arial;
  font-weight: 400;
  font-style: normal;
}
.utility-links ul li a {
  color: #111;
  text-transform: uppercase;
}
.category-nav ul li {
  list-style: none;
  display: inline;
  padding: 0;
  vertical-align: text-bottom;
}
.pge-logo-wrapper {
  display: table-cell;
  vertical-align: top;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 14px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.pge-form legend {
  color: #666;
  font-size: 36px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.pge-form h2 {
  color: #666;
  font-size: 36px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.pge-form button[type=submit] {
  margin-top: 50px;
  width: 100%;
  margin-right: 0;
}
.status-msg {
  color:red;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-size: 18px;
  font-family: FFDINWebBold, Arial;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.pge-form input[type=radio]+label {
  font-style: normal;
  font-size: 14px;
  line-height: 2;
}
input[type=radio]+label {
  font-family: FFDINWebMedium, Arial;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.nav .nav-item button.active {
  background-color: transparent;
  color: var(--bs-danger) !important;
}
.nav .nav-item button.active::after {
  content: "";
  border-bottom: 4px solid var(--bs-danger);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 5px 5px 0 0;
}

input[type=radio]+label:before {
  content: url(../img/icon-radio.png);
  margin-right: 10px;
  position: relative;
  top: 3px;
}



.pge-form input[type=radio] {
  opacity: 0;
  visibility: visible;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.pge-form .radio-group {
  display: inline-grid;
  position: relative;
}
.formquestion {
  font-family: FFDINWebBold;
  color: #000000;
  font-size: 16px;
  text-transform: initial;

}

.formquestionR {
  box-sizing: border-box;
  color: rgb(51, 51, 51);
  display: inline;
  font-family: FFDINWeb, Arial;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  line-height: 24px;
  text-transform: none;
}
.formquestionR strong {
  font-family: 'FFDINWebBold';
}

.formquestionS {
  margin-left:25px;
  box-sizing: border-box;
  color: rgb(51, 51, 51);
  display: inline;
  font-family: FFDINWeb, Arial;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  line-height: 24px;
  text-transform: none;
}
.formquestionS strong {
  font-family: 'FFDINWebBold';
}

label.form-check-label.survey:before {
  content: url(../img/icon-radio_s.png);
  margin-right: 10px;
  position: relative;
  top: 20px;
}

label.form-check-label.survey:checked+label:before {
  content: url(../img/icon-radio_selected_s.png);
}
.form-check {
  padding-left:0px !important
}
.form-check.form-check-inline.col {
  padding-left: 10px !important;
}
.pt50 {
  padding-top:50px;
}
.pt20 {
  padding-top:20px;
}
.pt10 {
  padding-top:10px;
}
fieldset {
  padding-top: 10px;
}

input[type=radio]:checked+label:before {
  content: url(../img/icon-radio_selected.png);
}
.pge-form input[type=email][disabled], .pge-form input[type=text][disabled], fieldset[disabled] .pge-form input[type=email], fieldset[disabled] .pge-form input[type=text] {
  cursor: not-allowed;
}

.pge-form textarea[disabled], fieldset[disabled] .pge-form textarea {
  cursor: not-allowed;
}
.error{
  color: red !important;
  font-family: FFDINWebBold, Arial;
  font-size: 13px;
  text-transform: none;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

#errors label {
  font-family: FFDINWebBold, Arial;
  font-size: 12px;
  text-transform: none;
  color: red;
  margin-top: 10px;
  margin-bottom: 10px;
}
.hidden {
  display: none!important;
  visibility: hidden!important;
}

.pge-form input[type=email][disabled], .pge-form input[type=email][readonly], .pge-form input[type=text][disabled], .pge-form input[type=text][readonly], fieldset[disabled] .pge-form input[type=email], fieldset[disabled] .pge-form input[type=text] {
  background-color: #f1f1f1;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.pge-form input[type=submit] {
  margin-top: 50px;
  width: 100%;
  margin-right: 0;
}
.btn-primary {
  color: #042037;
  background-color: #fbbb36;
  border-color: #fbbb36;
}
.btn-primary:hover {
  color: #042037;
  background-color: #e59902;
  border-color: #fbbb36;
}
.help-block.with-errors {
  color: #ff5050;
  margin-top: 5px;
}
section.thankyou {
  min-height: 300px;
}
.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .pager:after, .pager:before, .row-fluid:after, .row-fluid:before, .row:after, .row:before {
  content: " ";
  display: table;
}
.row-fluid {
  margin-left: 0;
  margin-right: 0;
}
.row-fluid div[class*=col-], .row-fluid div[class~=col-] {
  padding-left: 0;
  padding-right: 0;
}
.category-nav ul {
  margin: 0;
  padding: 0;
}
.hamburger img {
  width: 38px;
}
.mini-header {
  font-size: 14px;
  font-family: FFDINWebMedium;
  padding: 20px 0;
}

.mobile-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: none;
}
.mobile-nav.active {
  display: block;
}
.menu-mask.active {
  display: block;
}

.menu-mask {
  background: #000;
  opacity: .5;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 101;
}
.mobile-nav .mobile-close-btn-wrapper, .mobile-nav .mobile-content-wrapper {
  padding: 0;
}
.mobile-nav .mcontent {
  width: auto;
  overflow: hidden;
}
.mobile-nav .mprofile {
  background: #005179;
  line-height: 0;
}

.mobile-nav .mmenu-cat, .mobile-nav .mobile-menu, .mobile-nav .mprofile {
  display: block;
}
.mobile-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
.mobile-nav .mprofile .logged-out-state, .mobile-nav .mprofile ul li {
  background: #005179;
}

.mobile-nav ul li {
  list-style: none;
}
.mobile-nav .mprofile .logged-out-state a {
  font-family: FFDINWebMedium, Arial;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

.mobile-nav .mprofile .msign-in {
  margin: 0;
}
.mobile-nav .mprofile ul li a {
  text-decoration: none;
  padding: 20px 25px;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
}
.mobile-nav a {
  letter-spacing: 2px;
}
.mobile-nav .mobile-menu ul {
  background: #042037;
}

.mobile-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
.mobile-nav .mobile-menu li {
  border-bottom: 1px solid #fff;
  width: auto;
  clear: both;
  margin: auto 25px;
  overflow: hidden;
}

.mobile-nav ul li {
  list-style: none;
}
.mobile-nav .mobile-menu li a {
  font-family: FFDINWebMedium, Arial;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  display: block;
  padding: 20px 20px 20px 0;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  background: url(../img/right-arrow-icon.png) center right no-repeat;
}

.mobile-nav .mnav-close {
  padding: 39px 16px;
  width: 100%;
  border: none;
  margin: 0;
  background: url(../img/modal_close.png) center center/30px no-repeat #fbbb36;
}
.mobile-close-btn-wrapper.col-sm-4 {
width: 16.666666%;
}
.mobile-content-wrapper.col-sm-8 {
  width: 83.3333333%;
  }

.mobile-nav .mprofile hr {
  border-top: #3b86a3 1px solid;
  padding: 0;
  margin: 0 0 0 25px;
  width: 82%;
  display: inline-block;
  opacity: 1;
}

.mobile-nav .mobile-menu li:last-child {
  border: 0;
}

.mobile-nav .mobile-menu li:last-child {
  margin-bottom: 100px;
  border-bottom: none;
}
@media (max-width: 768px) {

  .hidden-md {
    display: none!important;
  }

}
@media (min-width: 768px) {
  footer .footer-link-section .col-md-12 div {
      display: inline-block;
      
  }

  footer .footer-link-section {
    text-align: center;
  }

  .hidden-sm {
    display: none!important;
  }

  .ffimg {
    position: absolute;
    left: -40px;
    width: 200px;
    float: left;
  }

}
@media (max-width: 576px) { 
  .mini-header {
    max-width: 66.6%;
  }

 }
@media (max-width: 991px) {

  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
  .pge-logo-wrapper .mobile-open-btn-wrapper {
    width: 70px;
  }
  #topbar {
    height:75px;
  }
  .pge-logo-wrapper {
    display: inline;
    width: 33.3%;

  }
  .pge-logo-wrapper .header-logo-wrapper {
    width: auto;
  }
  .header-logo {
    margin-top: 17.5px;
    margin-left: 15px;
  }
  .header-menu .text {
    font-family: FFDINWebBold, Arial;
    font-weight: 400;
    font-style: normal;
    padding-top: 5px;
    color: #262626;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    word-break: break-all;
  }
  #topbar .container {
    margin: 0;
    overflow: visible;
    padding: 0;
    max-width: 100%;
  }
  .utility-links {
    display: none;
  }
  #header {
    display: none !important;
  }

  .header-logo img {
    width: 37px;
    height: 40px;
  }
  .header-menu {
    background-color: #fbbb36;
    width: 100%;
    padding: 15px 8%;
    border: 0;
    border-radius: inherit;
    display: inline-block;
  }
  .hamburger {
    display: block;
    text-align: center;
  }

  /* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
}