/*
Template Name: Minton - Admin & Dashboard Template
Author: CoderThemes
Email: support@coderthemes.com
File: Main scss file
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");
/*******************
    1.General
*******************/
@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/poppins/Poppins-Bold.eot');
    src: url('../fonts/poppins/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Bold.woff') format('woff'),
        url('../fonts/poppins/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/poppins/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/roboto/Roboto-Bold.eot');
    src: url('../fonts/roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/roboto/Roboto-Bold.woff') format('woff'),
        url('../fonts/roboto/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/roboto/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Roboto-Black';
  src: url('../fonts/roboto/Roboto-Black.woff2') format('woff2'),
      url('../fonts/roboto/Roboto-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
header li a {
  font-family: 'Roboto-Bold';
  text-transform: uppercase;
}

body {
  font-size: 18px;
  background-color: #ffffff;
  font-family: 'Inter', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  line-height: 1.6;
  font-size: 18px;
}

html {
  scroll-padding-top: 69px;
  /* height of sticky header */
}

.row > * {
  position: relative;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}

/*******************
    2.Helper
*******************/
.card {
  border: none;
  box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
}

.bg-gradient {
  background: linear-gradient(360deg, #fff 0%, #3bafda 78%);
}

.btn {
  font-weight: 500;
}

.dropdown-menu-end {
  right: 0 !important;
  left: auto !important;
}

.avatar-sm {
  width: 32px;
  height: 32px;
}

.avatar-md {
  width: 56px;
  height: 56px;
}

.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.font-size-13 {
  font-size: 13px;
}

.font-size-14 {
  font-size: 14px;
}

/******************
    3.Navbar
*******************/
.tagline {
  position: absolute;
  width: 100%;
  z-index: 9;
}

.tagline .info-link {
  color: rgba(255, 255, 255, 0.7);
}

.tagline .info-link li {
  line-height: 40px;
  padding: 0px 7px;
}

.tagline .info-link li a {
  color: rgba(255, 255, 255, 0.7);
}

.tagline .social-links li a {
  line-height: 30px;
  padding: 0px 7px;
  color: rgba(255, 255, 255, 0.7);
  /*background-color: #3e4754;*/
  background-color: #ed1f24;
  display: block;
  height: 30px;
  width: 30px;
  margin: 5px 0;
  border-radius: 50%;
}

.tagline .social-links li a:hover {
  color: #ffffff;
}

.navbar-custom {
  padding: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.4s;
  background: #ffffff00;
  top: 40px;
}

.navbar-custom .logo .logo-light {
  display: inline-block;
}

.navbar-custom .logo .logo-dark {
  display: none;
}

.navbar-custom .navbar-nav .nav-item {
  position: relative;
}

.navbar-custom .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item {
  color: #7a7d84;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  line-height: 26px;
  transition: all 0.4s;
  color: #7a7d84;
  background-color: transparent !important;
  padding: 22px 10px;
  margin: 0 7px;
  font-weight: 500;
}

.navbar-custom .navbar-nav .nav-item .nav-link:hover, .navbar-custom .navbar-nav .nav-item .nav-link.active, .navbar-custom .navbar-nav .nav-item .nav-link:active {
  color: #323a46;
}

.navbar-custom .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0px;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
}

@media (min-width: 992px) {
  .navbar-custom .navbar-nav .nav-item .dropdown:hover .dropdown-menu {
    display: block;
  }
}

/*--- navbar sticky ---*/
.nav-sticky .navbar-custom {
  padding: 0px;
  box-shadow: 0 10px 35px 0 rgba(249, 251, 255, 0.1);
  top: 0px;
}

.nav-sticky .navbar-custom .logo .logo-dark {
  display: inline-block;
}

.nav-sticky .navbar-custom .logo .logo-light {
  display: none;
}

.nav-sticky .navbar-custom .navbar-nav .nav-item .nav-link {
  color:#fff;
}

.nav-sticky .navbar-custom .navbar-nav .nav-item .nav-link:hover, .nav-sticky .navbar-custom .navbar-nav .nav-item .nav-link.active, .nav-sticky .navbar-custom .navbar-nav .nav-item .nav-link:active {
  color: #004a98;
}

/*******************
    4.Home
*******************/
.bg-home {
  position: relative;
  /*padding-top: 190px; */
}

.bg-home .home-img {
  position: relative;
  top: 70px;
  z-index: 1;
}

.bg-overlay {
  background: url(../images/overlay.png);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.home-desc {
  color: #d4edf5;
}

/*******************
    5.Services
*******************/
.services-box .services-icon {
  display: inline-block;
  position: relative;
}

.services-box .services-icon i {
  width: 64px;
  height: 64px;
  line-height: 64px;
  background: rgba(59, 175, 218, 0.6);
  color: #ffffff;
  border-radius: 92% 50% 80% 50%;
  z-index: 99;
  position: relative;
}

.services-box .services-icon:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 64px;
  background: rgba(102, 88, 221, 0.3);
  right: -8px;
  top: 4px;
  border-radius: 50% 100% 50% 80%;
}

/*******************
    5.counter
*******************/
.counter-box {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: inset 1px 1px 0px 1000px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 1px 1px 0px 1000px rgba(0,0,0,0.3);
    box-shadow: inset 1px 1px 0px 1000px rgba(0,0,0,0.3);
    text-shadow: 0 0 8px rgb(0, 0, 0);
  
}

.counter-box .counter-icon i {
  position: absolute;
  right: 14px;
  bottom: -20px;
}

/*******************
    6.pricing
*******************/
.pricing-plan {
  border-radius: 7px;
  max-width: 523px;
  margin: 0px auto;
}

.pricing-plan.active {
  border: 2px solid #3bafda;
}

/*******************
    7.testimonial
*******************/
.testi-desc {
  background-color: #ffffff;
  box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
  border-radius: 7px;
  position: relative;
}

.testi-desc:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #ffffff;
  bottom: -6px;
  left: 52px;
  transform: rotate(45deg);
}

.client-images img {
  margin: 10px auto;
  opacity: 0.7;
}

/*******************
    8.Faq
*******************/
.faq-nav-tabs .nav-item {
  margin: 0px 12px;
  box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
}

.faq-nav-tabs .nav-item:first-child {
  margin-left: 0px;
}

.faq-nav-tabs .nav-item:last-child {
  margin-right: 0px;
}

.faq-nav-tabs .nav-item .nav-link {
  padding: 1.2rem;
  color: #323a46;
}

.faq-nav-tabs .nav-item .nav-link.active h4 {
  color: #ffffff;
}

.faq-nav-tabs .nav-item .nav-link.active i {
  color: #ffffff !important;
}

.faq-tab-content .faq-question-q-box {
  height: 30px;
  width: 30px;
  color: #3bafda;
  text-align: center;
  border-radius: 50%;
  float: left;
  font-weight: 600;
  line-height: 30px;
  background-color: rgba(59, 175, 218, 0.15);
}

/*******************
    9.Footer
*******************/
.footer .footer-cta {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-title {
  font-size: 16px;
}

.footer .footer-list li {
  padding: 7px 0px;
}

.footer .footer-list li a {
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.4s;
}

.footer .footer-list li a:hover {
  color: #ffffff;
}

/*******************
    10.Page title box
*******************/
.page-header-box {
  padding: 175px 0px 60px 0px;
  color: #ffffff;
}

.page-header-box .breadcrumb {
  background: transparent;
  justify-content: center;
}

.page-header-box .breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.6);
}

.page-header-box .breadcrumb .breadcrumb-item.active {
  color: #ffffff;
}

.page-header-box .breadcrumb-item + .breadcrumb-item:before {
  color: #ffffff;
}

/*******************
    11.about
*******************/
.about-box .about-index-number {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  text-align: center;
  background-color: #c4e7f4;
  color: #3bafda;
  border-radius: 50%;
}

.team-box {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  border-radius: 7px;
}

.team-box .team-overlay {
  background: none repeat scroll 0 0 rgba(50, 58, 70, 0.7);
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  border-radius: 8px;
}

.team-box .team-content {
  position: absolute;
  bottom: -60px;
  left: 0px;
  right: 0px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 0.5s ease-in-out 0s;
  opacity: 0;
}

.team-box .team-content .social-icon a {
  display: inline-block;
  height: 36px;
  width: 36px;
  line-height: 34px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.5s;
}

.team-box .team-content .social-icon a:hover {
  background: #3bafda;
  border-color: #3bafda;
}

.team-box:hover .team-overlay {
  opacity: 1;
  visibility: visible;
}

.team-box:hover .team-content {
  bottom: 50%;
  transform: translateY(50%);
  opacity: 1;
}

/*******************
    12.blog
*******************/
.blog-content {
  position: relative;
  bottom: 14px;
  background: #ffffff;
  border-radius: 4px;
}

.blog-right-sidebar .widget-search form {
  position: relative;
}

.blog-right-sidebar .widget-search form .form-control {
  font-size: 14px;
}

.blog-right-sidebar .widget-search form .search-button {
  position: absolute;
  top: 5px;
  right: 4px;
  background-color: #ffffff;
  border: none;
  font-size: 18px;
  transition: all .3s ease-out;
}

.blog-right-sidebar .widget-search form .search-button:focus {
  outline: 0;
}

.blog-right-sidebar .widget ul li {
  padding: 12px 0px;
}

.blog-right-sidebar .widget ul li:last-child {
  padding-bottom: 0px;
}

.blog-right-sidebar .widget ul li a {
  color: #323a46;
  display: block;
}

.blog-right-sidebar .widget.widget-popular-post .popular-post {
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 0px;
}

.blog-right-sidebar .widget.widget-popular-post .popular-post img {
  width: 64px;
}

.blog-right-sidebar .widget.widget-popular-post .popular-post:last-of-type {
  border: none;
}

.blog-right-sidebar .widget.widget-tag-cloud .tagcloud > a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid rgba(50, 58, 70, 0.1);
  border-radius: 2px;
  color: #475364;
  font-size: 12.4px;
  margin-top: 9px;
  margin-right: 6px;
}

.blog-right-sidebar .widget.widget-tag-cloud .tagcloud > a:hover {
  background: #3bafda;
  border-color: #3bafda;
  color: #ffffff;
}

/*******************
    13.blog Details
*******************/
.blog-details-box .post-meta .list-inline-item {
  margin-right: 24px;
  color: #7a7d84;
}

.blog-details-box .post-meta .list-inline-item a {
  color: #7a7d84;
}

.blog-details-box .blockquote {
  position: relative;
}

.blog-details-box .blockquote .blockquote-icon i {
  position: absolute;
  right: 0;
  bottom: 0;
  color: rgba(50, 58, 70, 0.1);
}

/*******************
    14.contact
*******************/
.map iframe {
  width: 100%;
  height: 300px;
  border: 0;
}

.custom-form form .form-control {
  height: 43px;
  font-size: 15px;
  border-color: #dfdfe1;
}

.custom-form form textarea {
  height: auto !important;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #ee324d;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #ee324d;
  background-color: #fcdce0;
  border-color: #fcdce0;
  border-radius: 5px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #1abc9c;
  font-size: 22px;
}

/******************
    15.Responsive
*******************/
@media (min-width: 200px) and (max-width: 1199px) {
  .container-fluid {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 100%;
  }
}

@media (min-width: 1600px) {
  .container-fluid {
    max-width: 100%;
  }
}

@media (min-width: 200px) and (max-width: 991px) {
  .navbar-custom {
    top: 0px;
    padding: 10px 0px !important;
    background-color: #08244D !important;
    box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
  }
  .navbar-custom .logo .logo-dark {
    display: inline-block;
  }
  .navbar-custom .logo .logo-light {
    display: none;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link {
    transition: all 0.4s;
    color: rgba(255, 255, 255, 1) !important;
    margin: 0px;
    padding: 6px 0px;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link i.mdi-chevron-down {
    position: absolute;
    right: 14px;
  }
  .navbar-custom .navbar-nav .nav-item.active .nav-link {
    color: #3bafda !important;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    /*color: #323a46;*/
    color: #ffffff;
  }
  .mo-mb-20 {
    margin-bottom: 20px !important;
  }
  .page-header-box {
    padding: 100px 0px 40px 0px;
  }
}

@media (max-width: 540px) {
  .bg-home {
    padding-top: 130px;
  }
  .home-title {
    font-size: 26px;
  }
  .media-list {
    padding: 0px !important;
  }
  .media-list .media .media-body {
    margin-left: 1rem !important;
  }
  .post-meta .list-inline-item {
    padding: 10px 0px;
  }
}

/*# sourceMappingURL=style.css.map */

/* Additional CSS adjustments 09-26-2023*/
.text-purple-2 {color:#08244D;}
.text-red {color:#ed1f24;}
.text-blue {color:#004a98;}
footer, footer p {
  font-size:16px;
}
.footer-end p, footer a {
  font-size:14px;
  font-weight: 500;
}
.text-bold {
  font-family: 'Roboto-Bold';
  color:#fff;
  font-size:64px;
}
.container-fluid {
  --bs-gutter-x: 200px;
}
.navbar-custom .navbar-nav .nav-item .nav-link {
  color:#fff;
}
.navbar-custom .navbar-nav .nav-item .nav-link:hover, .navbar-custom .navbar-nav .nav-item .nav-link.active, .navbar-custom .navbar-nav .nav-item .nav-link:active {
  color:#004a98;
}
.navbar-custom .navbar-nav .nav-item {

  margin-left: 2.5%;
  margin-right: 2.5%;
}

/*10-19-2023*/
.bg-jmc-dark-blue {
  background: #08244D;
  background-color: #08244D;
}
.bg-jmc-light-blue {
  background: #004a98;
  background-color: #004a98;
}
.bg-jmc-red {
  background: #ed1f24;
  background-color: #ed1f24;
}
.text-jmc-dark-blue {
  color:#08244D;
}
.text-jmc-light-blue {
  color:#004a98;
}
.text-jmc-red {
  color:#ed1f24;
}
.text-jmc-white {
  color:#ffffff;
}

.btn-jmc-dark-blue {
    color: #fff;
    background: #08244D;
    border-color: #08244D;


}
.btn-jmc-dark-blue:hover { 
  color: #fff;
  background-color: #004a98;
  border-color: #004a98;

}
.btn-jmc-dark-blue:active { 
  color: #fff;
  background-color: #0d093a;
  border-color: #0d093a;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-jmc-light-blue {
    color: #fff;
    background: #004a98;
    border-color: #004a98;


}
.btn-jmc-light-blue:hover { 
  color: #fff;
  background-color: #08244D;
  border-color: #08244D;

}
.btn-jmc-light-blue:active { 
  color: #fff;
  background-color: #08244D;
  border-color: #08244D;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.section-parallax {
    background: url(../images/aboutus-filler-edited.jpg) no-repeat fixed center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    color: white;
    min-height: 600px;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    -webkit-box-shadow: inset 1px 1px 0px 1000px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 1px 1px 0px 1000px rgba(0,0,0,0.3);
    box-shadow: inset 1px 1px 0px 1000px rgba(0,0,0,0.3);
    text-shadow: 0 0 8px rgb(0, 0, 0);
   
}

.section-whats-new {
    background: url(../images/background-30th.png) no-repeat fixed center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    color: white;
    min-height: 600px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.section-parallax-2 {
    background: url(../images/aboutus-filler.jpg) no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    color: white;
    min-height: 550px;
    text-align: center;
    -webkit-box-shadow: inset 1px 1px 0px 1000px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 1px 1px 0px 1000px rgba(0,0,0,0.3);
    box-shadow: inset 1px 1px 0px 1000px rgba(0,0,0,0.3);
    text-shadow: 0 0 8px rgb(0, 0, 0);
   
}
.bg-contact-map {
  background: url(../../images/contact/josmef-branches-nationwide.jpg) no-repeat fixed left center;
    background-size: auto;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    -ms-background-size: auto;
}
.footer .footer-list li a {
  color:#fff;
}
.footer .footer-list li a:hover {
  color:#004a98;
}
.footer .col-lg-3 p a, .footer .col-lg-3 p {
  color:#fff;
  font-size:12px;
}
.footer p a:hover {
  color:#004a98;
}
.border-jmc-light-blue {
  border:2px solid #004a98;
}
/*11-03-2023*/
@media only screen and (max-width: 900px) {
  .container-fluid {
      padding-right:5%;
      padding-left:5%;
  }
  .section {
    padding-top: 5%;
    padding-bottom: 5%;
	}
}
.border-jmc-dark-blue {
  border:2px solid #08244D;
}
/*
.nav-item:hover {
  background-color:#004a98;
}
*/
h1 {
  font-family: 'Roboto-Black';
  font-weight: bold;
  font-style: normal;
  font-size:72px;
  line-height: 1;
  color:#ffffff;
}
h2 {
  font-family: 'Roboto-Black';
  font-size:48px;
  color:#fff;
  line-height: 1;
}
h3, h4, h5, h6 {
  font-family: 'Roboto-Black';
  line-height: 1;
}