  /* =================================================================================================
Font Face Definition
================================================================================================= */
@font-face {
  font-family: 'Gilmer-Light';
  src: url('../fonts/gilmer/gilmer-light.eot');
  src: url('../fonts/gilmer/gilmer-light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/gilmer/gilmer-light.svg#gilmer-light') format('svg'),
  url('../fonts/gilmer/gilmer-light.woff') format('woff'),
  url('../fonts/gilmer/gilmer-light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gilmer-Regular';
  src: url('../fonts/gilmer/gilmer-regular.eot');
  src: url('../fonts/gilmer/gilmer-regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/gilmer/gilmer-regular.svg#gilmer-regular') format('svg'),
  url('../fonts/gilmer/gilmer-regular.woff') format('woff'),
  url('../fonts/gilmer/gilmer-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gilmer-Medium';
  src: url('../fonts/gilmer/gilmer-medium.eot');
  src: url('../fonts/gilmer/gilmer-medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/gilmer/gilmer-medium.svg#gilmer-medium') format('svg'),
  url('../fonts/gilmer/gilmer-medium.woff') format('woff'),
  url('../fonts/gilmer/gilmer-medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gilmer-Bold';
  src: url('../fonts/gilmer/gilmer-bold.eot');
  src: url('../fonts/gilmer/gilmer-bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/gilmer/gilmer-bold.svg#gilmer-bold') format('svg'),
  url('../fonts/gilmer/gilmer-bold.woff') format('woff'),
  url('../fonts/gilmer/gilmer-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Alverata';
  src: url('../fonts/alverata/alverata-sb.eot?#iefix') format('embedded-opentype'),
  url('../fonts/alverata/alverata-sb.woff') format('woff'), 
  url('../fonts/alverata/alverata-sb.ttf')  format('truetype'), 
  url('../fonts/alverata/alverata-sb.svg#alberata-sb') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*!
* Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/

/* Global Styles */
html,
body {
  height: 100%;
  /*font-family: 'Myriad-Pro';*/
}

html {
  scroll-behavior: smooth;
}

body {
  padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
  /*background-color:#F8F8F8;*/
}

.error-404 {
  font-size: 100px;
}

a {
  outline: none;
  color: #213F94;
  text-decoration: none;
}

a:hover {
  color: #213F94;
  text-decoration: none;
}

.w-100 {width: 100%;}


#loader{
  position: fixed;
  width: 100%;
  height: 100vh;
  background: /*rgba(255, 255, 255, 0.5)*/ url('../images/loader.gif') no-repeat center;
  z-index: 999;
}

.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 26px;
  border-radius: 4px;
}

.form-group {
    margin-bottom: 1rem;
}

ol, ul {
  font-family: 'Gilmer-Regular';
  font-size: 16px;
  line-height: 22px;
  color: #333;
}

ul {
  padding-inline-start: 0px;
  list-style: none;
}

ol.p {list-style-type: lower-latin;}

ol {
  font-size: 16px;
  line-height6: 26px;
}

blockquote {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 80px;
}

hr {
  margin: 30px auto;
  border: 0;
  border-top: 1px solid #1A1F23;
}

img {
  max-width: 100%;
}

.img-hover:hover {
  opacity: 0.9;
}

/* Slick Slider Start */
.index__slider {
  position: relative;
  z-index: 0;
}

.index__slider .slick-slider.slick-initialized {
  opacity: 1;
}

.index__slider .slick-slider {
  /*opacity: 0;*/
  transition: opacity 0.2s ease-in-out;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.index__slider .slick-slide {
  display: none;
  float: left;
  height: auto;
  min-height: 0 !important;
}

.slick-initialized .slick-slide {
  display: block !important;
}

.slick-slide.slick-active {
  z-index: 6 !important;
}

.index__slider .slick-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 0;
  text-align: right;
  display:none;
}

.index__slider .slick-dots li {
  display: inline-block;
  margin-left: 10px;
}

.index__slider .slick-dots .slick-active button {
  background: #fff;
}

.index__slider .slick-dots button {
  height: 5px;
  width: 23px;
  border-radius: 0;
  border: none;
  background: #fff;
  background: rgba(255,255,255,0.4);
  transition: background 0.25s ease-in-out;
}

.slider__slide {
  cursor: pointer;
}

@media (min-width: 68em) {
  .index__slider .slick-dots button {
    height: 8px;
  }

}

@media (min-width: 48em) {
  .index__slider .slick-dots button {
    width: 48px;
  }

  .index__slider .slick-dots {
    bottom: 34px;
    padding: 0 70px;
  }

}

.top-banner1 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #DC1D3F;

  p {
    color: #FFF;
    margin: 0 auto;
    font-size: 14px;
  }
}

.top-banner2 {
  padding-top: 10px;
  padding-bottom: 10px;
	width: 100%;
	margin: 0 auto;
	color: #FFF;
	background-color: #213F94;

  p {
    color: #FFF;
    margin: 0 auto;
    font-size: 14px;
  }
}

.nav-header .inner-header-bg {
  background-color: #213F94;
  position: relative;
}

.nav-header-inner {
  background: #fff;
  padding: 12px 0px 11px;
}

.navlist {
  padding: 0;
/*  margin-top: 12px;*/
}

p.btn-show-mobile {
  display: none;
}

img.phone-sep {
  width: 1px !important;
  height: 44px;
  margin: 0 10px!important
}

.header-social {
    text-align: right;
}

.header-social .btn-primary {
	background-color: #4856C1;
	border-color: #4856C1;

  font-size: 12px;
  padding: 4px 8px;
  margin-top: -24px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-family: 'Gilmer-Regular';
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  padding: 0 20px;
  margin: 15px 0;
  font-weight: bold;


}

.navbar-expand-lg .navbar-nav .nav-item:not(:last-child) .nav-link {
    /*border-right: 1px solid #EEE;*/
  }

.nav-header-inner .navbar-toggler-icon,
.nav-header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-home {
	display: none;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown:hover>.dropdown-menu a {
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  white-space: normal;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color:#EEE ;
  color: #FFF;
 
}
.dropdown-item:focus img, .dropdown-item:focus p, .dropdown-item:hover p,
.dropdown-item:hover img {
/*  filter: grayscale(1) contrast(100) invert(1);*/

  color: #EC1B24;
}


ul.navbar-nav li.nav-item.active a, ul.navbar-nav li.nav-item > a:focus, ul.navbar-nav li.nav-item > a:hover {
  color: #EC1B24;
  background-color: transparent;
}

ul li.nav-item {
  margin: 0;
}

.dropdown-item.active, .dropdown-item:active {
  text-decoration: none;
  color: #FFF;
}

.header-logo {
  padding-top: 15px;
  padding-bottom: 15px;

  .logo {
    max-width: 230px;
  }

  .searchbox {
    input {
      border: none;
      border-radius: 0;
      border-bottom: 1px solid #CCC;
      font-family: 'Gilmer-Regular';
      font-size: 16px;
    }
    .input-group-text {
      background-color: transparent;
      border: none;
      border-radius: 0;
      border-bottom: 1px solid #CCC;
    }
  }

  .header-action {
    ul {
      margin: 0;

      li {
        font-family: 'Gilmer-Bold';
        font-size: 14px;
        display: inline-block;
        position: relative;
        margin-left: 25px;

        i {
          font-size: 16px;
        }
      }
    }
  }

  .header-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    .phone { 
      font-family: 'Gilmer-Bold';
      font-size: 25px;
      line-height: 25px;
      margin: 0 0 0 5px;
      color: #DC1D3F;
      display: inline-block;
      text-align: center;
    }

    .phone a { 
      color: #88C65B;
      padding: 0 2px;
      text-decoration: none;
    }

    .phone a:hover { 
      color: #213F94;
    }
  }
}

/* Mega Menu End */

/* Nav CSS Start */
.nav-header {  
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 15px 0;
}

.nav-header.homepage {  
  position: absolute;
}

.navbar-inner .isr-phone, .navbar-inner .isr-phone a, .navbar-inner .isr-phone a:hover{
  color: #0c323b;
  font-size: 26px;
  line-height: 38px;
  font-family: 'Gilmer-Bold';
  text-decoration: none;
}

.navbar-inverse, .navbar-default {
  border-bottom: none;
  z-index: 9;
  background-color:transparent;
}

.navbar-default .navbar-nav > li > a {
  font-family: 'Gilmer-Bold';
  font-weight: normal;
  font-size: 20px;
  color: #373735;
  padding: 25px 20px;
  outline: unset;
}

.navbar-right {
  float: right!important;
  margin-right: -15px;
  margin-top: 0px;
}

.navbar-inner {
  margin-bottom: 0px;
  font-family: 'Gilmer-Bold';
  color:#747474;
  position:absolute;
  width:100%;
  background: transparent;
}

.navbar img {
  width: 100%;
  max-width: 265px;
}

.navbar-brand {
  float: left;
  overflow:hidden;
  height: auto;
  padding: 0px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-nav-home {
  border-bottom: 1px solid #ddd;
}

.navbar-nav {
  align-items: center;
/*  margin-top: -20px;*/
}

.navbar-nav > li > .dropdown-menu {
   font-family: 'Gilmer-Regular';
  font-size: 12px;
  line-height: 24px;
  background-color: #FFF;
  border-bottom: 3px solid #0c323b;
  box-shadow: 1px 1px 30px rgb(0 0 0 / 6%);
  font-weight: 400;
  padding: 0;
  max-width: 1100px;
  min-width: max-content;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: unset;
}

.navbar-nav > li > .dropdown-menu.dropdown-large {
  max-width: 1250px;
  min-width: 1250px;
}

.dropdown-menu li {
  margin: 0;
}

.dropdown-menu .list-col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.dropdown-menu .list-col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.dropdown-menu .list-col-4 {
  grid-template-columns: repeat(4, 1fr);
}

a.dropdown-item p {
  font-size: 14px;
  line-height: 18px;
  margin: 14px 10px;
  font-family: 'Gilmer-Regular';
  color: #333333;
  margin: 8px 10px;
}

.mega-row > li > a {
  font-family: 'Gilmer-Bold';
  font-size: 12px;
  padding: 20px 10px;
  font-weight: 400;
  line-height: 3.5;
  color: #333;
  border: 1px solid #EEE;
  border-top: none;
  white-space: normal;
  text-transform: uppercase;
}

.navbar img.nav-icon {
  max-height: 25px;
  min-width: 30px;
  filter: brightness(0) invert(0.5);
}
 .navbar .img-icon {
  width: 35px;
  margin: 0px;
  padding: 2px;
}

.dropdown-menu > li > a {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 7px;
  padding-top: 7px;
  white-space: normal;
}

.dropdown-menu > li > a:hover {
  color: #0c323b;
  text-decoration: none;
}

.dropdown-menu > li.last > a {
  border-right: none;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background: #EEE;
  color: #FFF;
}

.dropdown-toggle {
  white-space: inherit;
}

.megamenu-icon {
    float: left;
}

.megamenu-icon img {
  width: 50px;
  max-height: 45px;
  margin: 0;
  padding: 0 5px;
}

/* For Visas Menu */
.menu-list {
  li {
    line-height: 26px;

    a {
      margin: 0;
      padding: 5px 10px;
      border: none!important;
    }
  }

  li:not(:first-child) a {
    padding-left: 50px;
  }

  li:not(:first-child) p {
    font-size: 12px;
  }

   .megamenu-icon img {
    width: 40px;
    max-height: 35px;
  }

  a.dropdown-item p {
    min-height: auto;
    margin: 0;
  }
}

.navbar .img-menu {
  margin: 0 auto;
  width: 100%;
  max-width: unset;
  padding: 8px
}
/* Nav CSS End */

.ft-100 {
  font-size: 100px;
  line-height: 80px;
}

p.small {
  font-size: 14;
  line-height: 22px;
}

h1 {
  font-family: 'Alverata';
  font-size: 50px;
  line-height: 60px;
  color: #203F93;
  margin: 0 auto 30px;
  text-align: center;
}

h2 {
  font-family: 'Gilmer-Bold';
  font-size: 35px;
  line-height: 45px;
  color: #ED1C24;
  margin: 0 auto 20px;
}

h2.team-name {
  font-family: 'Alverata';
  font-size: 45px;
  line-height: 55px;
  color: #203F93;
  margin: 0;
}

h3 {
  font-family: 'Gilmer-Bold';
  font-size: 25px;
  line-height: 35px;
  color: #333;
  margin: 0 auto 20px;
}

h4 {
  font-family: 'Gilmer-Regular';
  color: #333;
  font-size: 22px;
  line-height: 32px;
  margin: 0 auto 10px;
}

h4 a:hover{
  color: #213F94;
  text-decoration: none;
}

h5 {
  font-family: 'Gilmer-Bold';
  font-size: 18px;
  line-height: 28px;
}

p {
  font-family: 'Gilmer-Regular';
  font-size: 16px;
  line-height: 26px;
  color: #333;
  margin: 0 auto 15px;
  font-weight: normal;

  strong {
    font-family: 'Gilmer-Bold';
    font-weight: normal;
  }
}

ul li {
  margin-bottom: 10px;
}

.txt-blue {color: #213F94 }
.txt-red {color: #EC1B24 }

.inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

.back {
  font-family: 'Gilmer-Bold';
  text-align: right;
  padding-top: 30px;
  margin-bottom: 0;
}

.back a {
  color:#333333;
}

.back a:hover {
  color: #213F94;
}

.readmore {
  text-align: right;
  padding-top: 20px;
  color:#213F94;
  margin: 0 auto;
}

video.img-fluid {
/*    clip-path: inset(91px 0px);*/
}

.svg-inline--fa.fa-youtube-square.fa-w-14.fa-2x {
  color: #0D764B;
  font-size: 30px;

} 
.svg-inline--fa.fa-facebook-square.fa-w-14.fa-2x {
  color: #0D764B;
  font-size: 30px;
}

.svg-inline--fa.fa-twitter-square.fa-w-14.fa-2x {
  color: #0D764B;
  font-size: 30px;
}

.svg-inline--fa.fa-instagram.fa-w-14.fa-2x {
  color: #0D764B;
  font-size: 30px;
  margin: 0px 3px;
}

.svg-inline--fa.fa-linkedin.fa-w-14.fa-2x {
  color: #0D764B;
  font-size: 30px;
}

.svg-inline--fa.fa-youtube-square.fa-w-14.fa-3x {
  color: #0D764B;
  font-size: 40px;

} 
.svg-inline--fa.fa-facebook-square.fa-w-14.fa-3x {
  color:#1B8BCC;
  font-size: 40px;
}

.svg-inline--fa.fa-twitter-square.fa-w-14.fa-3x {
  color:#1B8BCC;
  font-size: 40px;
}

.svg-inline--fa.fa-instagram.fa-w-14.fa-3x {
  color:#1B8BCC;
  font-size: 40px;
}

.line-sep {margin: 15px auto 20px;}s

img.hover-zoom:hover {
  transform: scale(1.1)!important;
  filter: drop-shadow(0px 5px 5px #777);
}

.btn-back {
  font-family: 'Gilmer-Bold';
  background-color: #333;
  padding: 6px 30px;

  &:hover {
    background-color: #213F94;
  }
}

.btn-main {
  font-family: 'Gilmer-Bold';
  font-size: 20px;
  line-height: 26px;
  color: #FFF;

  padding: 10px 30px;
  margin: 20px auto 0;
  display: inline-block;
  border-radius: 100px;

  &.red {background-color: #ED1C24;}
  &.red:hover {
    color: #FFF;
    background-color: #9D0208;
  }

  &.blue {background-color: #213F94;}
  &.blue:hover {
    color: #FFF;
    background-color: #15275E;
  }
}

.slider__cover-wrapper .homeslide {
    position: absolute;
    top: 36%; 
    height: 100%;
}

.sched-demo-btn {
 padding: 5px 20px;
 margin: 5px;
 border: 3px solid #1472B9;
 display: inline-block;
 border-radius: 100px;
}

.sched-demo-btn h2 {
  font-family: 'Gilmer-Bold';
  font-size: 16px;
  line-height: 26px;
  margin: 0 auto;
  color: #1472B9;
}

a.sched-demo-btn:hover {background-color: #1472B9;}

a.sched-demo-btn:hover {
    h2 {
        color: #FFF;
    }
}



/* Homeslide Start */

.homeslide h1 {
  font-family: 'Alverata';
  font-size: 100px;
  line-height: 100px;
  color: #FFFF;
  margin: 0;
}

.homeslide h2 {
  font-family: 'Gilmer-Regular';
  font-size: 50px;
  line-height: 100px;
  color: #FFFF;
  margin: 0;
  letter-spacing: 0.5em;
}

/* Homeslide End */

/* Section 1 Start */
.home-section1 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.home-section1 h1 {
  font-family: 'Alverata';
  font-size: 50px;
  line-height: 60px;
  color: #213F94;
  margin: 0 auto;
}

.home-section1 h2 {
  font-family: 'Gilmer-Bold';
  font-size: 35px;
  line-height: 45px;
  color: #ED1C24;
  margin: 0 auto 5px;
}

.home-section1 p {
  font-family: 'Gilmer-Regular';
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  margin: 0 auto;
  padding: 0;
  max-width: 700px;
}

/* Section 1 End */

/* Section 2 Start */
.home-section2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F4F7FD;
}

.banners h2 {
  font-family: 'Alverata';
  font-size: 50px;
  line-height: 60px;
  color: #213F94;
  margin: 0 auto 30px;
}

.banners p {
  font-family: 'Gilmer-Bold';
  font-size: 20px;
  line-height: 26px;
  color: #213F94;
  margin: 10px auto;
  max-width: 170px;
}

.banners a:hover p {
  color: #ED1C24;
}
.banners a:hover img {
  filter: hue-rotate(110deg)
}
/* Section 2 End */

/* Section 3 Start */
.home-section3 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #191E2A;
  background-image: url('../images/why-matters-bg.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-section3.preview {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #191E2A;
  background-image: url('../images/preview-why-matters-bg.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-section3 h2 {
  font-family: 'Alverata';
  font-size: 50px;
  line-height: 60px;
  color: #FFF;
  margin: 0 auto 30px;
}

.home-section3 h3 {
  font-family: 'Gilmer-Bold';
  font-size: 25px;
  line-height: 30px;
  color: #FFF;
  margin: 10px auto;
}

.home-section3 p {
  font-family: 'Gilmer-Regular';
  font-size: 16px;
  line-height: 26px;
  color: #FFF;
  margin: 10px auto;
}
/* Section 3 End */

/* Section 4 Start */
.home-section4 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FAFBFE;
  background-image: url('../images/serving-our-nations-heroes-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-section4 h2 {
  font-family: 'Alverata';
  font-size: 50px;
  line-height: 60px;
  color: #213F94;
  margin: 0 auto 15px;
}

.home-section4 h3 {
  font-family: 'Gilmer-Bold';
  font-size: 25px;
  line-height: 35px;
  color: #ED1C24;
  margin: 0 auto 30px;
}

.home-section4 p {
  font-family: 'Gilmer-Regular';
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  margin: 0;

  strong {
    font-family: 'Gilmer-Bold';
    font-size: 20px;
    line-height: 26px;
  }
}

.home-section4 a:hover p {
  color: #333;
}
/* Section 4 End */


/*Testimonials Start */
.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;

  h2 {
    font-family: 'Alverata';
    font-size: 50px;
    line-height: 60px;
    color: #213F94;
    margin: 0 auto 30px;
  }

  .box {
    border: 1px solid #AAAAAA;
    border-radius: 30px;
    padding: 30px;
  }

  p {
    font-family: 'Gilmer-Bold';
  }

  a:hover {
    text-decoration: underline;
  };
}
/*Testimonials End */


/* Container List Start */
.container ul.arrow {
  list-style: none;
  margin: 0 0 30px 40px;
  padding: 0;
  font-family: 'Gilmer-Regular';
  color: #333333;
}

.container ul.arrow li {
  font-family: 'Gilmer-Regular';
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  padding-left: 0px;
  list-style: inside;
}

.container ul.arrow li span.initial {
  color: #0c323b;
  font-size: 20px;
}

.container ul.arrow li a {
  color: #747474;
}


.container ul.arrow li a:hover, .container ul.arrow li a:focus{
  color: #0E4693;
  text-decoration: none;
}

.container ul.arrow::marker,
.container ul.arrow li::marker {
  list-style: none;
  content: '';
}

.container ul.arrow li:before {
  display: inline-block;

  /*background: #152343;  For browsers that do not support gradients */
  /*background: -webkit-linear-gradient(left, #39b54a , #152343);  For Safari 5.1 to 6.0 */
  /*background: -o-linear-gradient(right, #39b54a, #152343); For Opera 11.1 to 12.0 */
  /*background: -moz-linear-gradient(right, #39b54a, #152343);  For Firefox 3.6 to 15 */
  /*background: linear-gradient(to right, #39b54a , #152343);  Standard syntax (must be last) */

  background-repeat: no-repeat;
  background-position: center center;
  background: transparent;
  height: 20px;
  width: 20px;
  border-radius: 75px;
  font-size: 18px;
  content: "\f00c";
  float: left;
  margin-right: 0;
  margin-left: -23px;
  margin-top: 2px;
  position: absolute;
  font-family:'FontAwesome';
  text-align: center;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #87C55A;
  line-height: 20px;
  text-indent: 1px;
  display: inline-block;
  list-style: inside;
}

.container blockquote {
  background: #f5f5f5;
  font: 13px/20px Gilmer-Regular, arial, helvetica, sans-serif;
  color: #444444;
  border-left: 4px solid #87C55A;
  padding: 15px;
}

.container ul.arrow li > ul, .container ul.arrow li > div > div > ul {
  list-style: none;
  padding-top: 10px;
}

ul.img-check li {
  display: flex;
  align-items: center;
  gap: 5px;
}
ul.img-check li:before {
  content: url(../images/img-check.png);
  margin-right: 5px;
}
ul.fa-check li:before {
  font-family:'FontAwesome';
  content: "\f058";
  margin-right: 5px;
  color: #203F93;
}
/* Container List End */

/* Resources Start */
.resources h3 {
  font-family: 'Gilmer-Bold';
  font-size: 28px;
  line-height: 38px;
  color: #333333;
  margin: 0 auto 10px;
}

.resources h2 {
  font-family: 'Gilmer-Bold';
  font-size: 30px;
  line-height: 40px;
  color: #DC1D3F;
  margin: 0 auto;
}

.resources a:hover {
    color: #DC1D3F;
    text-decoration: none;
}

/* Resources End */

/* Articles Start*/

/* Articles End*/

/* Contact Us Start */
.parallax-contact-us {
  padding-top: 100px;
  padding-bottom: 100px;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #000000;
  background-image: url(../images/parallax-contact-us-bg.jpg);
 
}

.parallax-contact-us .contact {
  background-color: #FFFF;
    padding: 35px 40px;
    border-radius: 0px;
}

.parallax-contact-us h1 {
  font-family: 'Alverata';
  font-size: 50px;
  line-height: 60px;
  color: #FFFF;
  margin-bottom: 0px;
  text-align: left;
}
.parallax-contact-us h2 {
  font-family: 'Alverata';
  font-size: 40px;
  line-height: 50px;
  color: #FFFF;
}

.parallax-contact-us p {
 font-family: 'Gilmer-Regular';
 font-size: 18px;
 line-height: 28px;
 color: #FFFF;

}

.parallax-contact-us .contact h2 {
  font-family: 'Alverata';
  color: #213F94;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 30px;
  text-align: center;
}

.parallax-contact-us .form-control {
  border: 2px solid #666666;
  border-radius: 5px;
  padding: 3px 10px;
  background:transparent;
}

.parallax-contact-us .btn-primary {
  font-family: 'Gilmer-Regular';
  font-size: 20px;
  line-height: 30px;
  width: 50%;
  background-color: #041E2F;
  margin-top: 16px;
  border-radius: 0;
  border: none;
}

.parallax-contact-us .contact .form-control {
  background-color: transparent;
    font-family: 'Gilmer-Regular';
    font-size: 18px;
    line-height: 30px;
    border: 1px solid #CCC;
    border-radius: 5px;
    height: 50px;
    color: #333333;
}

.parallax-contact-us input::placeholder {
  color: #333333;
}

.parallax-contact-us textarea::placeholder {
  color: #333333;
}
/* Contact Us End */

/* Call to Action Start */
.calltoaction {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0E1C41;
  background-image: url(../images/cta-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.calltoaction h2 {
  font-family: 'Alverata';
  font-size: 50px;
  line-height: 60px;
  color: #FFFF;
  margin-bottom: 0px;
}
.calltoaction p {
  font-family: 'Gilmer-Regular';
  font-size: 18px;
  line-height: 28px;
  color: #FFFF;
}
/* Call to Action End */


/* Mega Footer */
.mega-footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #213F94;
}

.mega-footer h2 {
  font-family: 'Gilmer-Bold';
  font-size: 24px;
  line-height: 30px;
  color: #FFFF;
  padding-top: 0px;
}

.mega-footer hr {
  border-top: 3px solid #DC1D3F;
  opacity: 1;
  width: 70px;
  margin: 15px 0;
}

.mega-footer p {
  font-family: 'Gilmer-Regular';
  font-size: 16px;
  line-height: 26px;
  color: #FFFF;
  margin: 0;
}

.mega-footer .logo img {
  max-width: 250px;
  }

 .mega-footer .container ul {
  font-family: 'Gilmer-Regular';
  font-size: 16px;
  line-height: 26px;
  color: #333;
  margin: 0 auto;
  list-style: disc;
  list-style-position: inside;

  /*columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2; */

  li {
    color: #FFFF;
    margin-bottom: 5px;

    a {
      color: #FFF;

      &:hover {
        color: #CCC;
      }
    }

  }

}


.mega-footer a {
 font-family: 'Gilmer-Regular';
 font-size: 16px;
 line-height: 26px;
  color: #FFFF;
  text-decoration: none;
}

.mega-footer a:hover {
  color: #AAA;
}

.mega-footer .svg-inline--fa.fa-facebook-square.fa-w-14.fa-2x,
.mega-footer .svg-inline--fa.fa-twitter-square.fa-w-14.fa-2x,
.mega-footer .svg-inline--fa.fa-linkedin.fa-w-14.fa-2x,
.mega-footer .svg-inline--fa.fa-instagram.fa-w-14.fa-2x {
  color: #FFFF;
  vertical-align: top;
  font-size: 30px;
}

.mega-footer a.btn-partner{
  font-family: 'Gilmer-Bold';
  font-size: 16px;
  line-height: 26px;
  color: #FFF;
  background-color: #213F94;
  border: none;
  padding: 7px 15px;
  margin-top: 0;
  border-radius: 5px;

}
.mega-footer a.btn-partner:hover {
  color: #0f404d;
  background-color: #d5fff1;
}

.mega-footer .mega-details i{
    color: #FFFF;
    font-size: 18px;
    line-height: 25px;
    min-width: 25px;
    margin-right: -4px;
}

.mega-footer .footer-social a{
  color: #88C65B;
}

.footer-contact {
  padding-top: 60px;
  padding-bottom: 60px;

  h2 {
    font-family: 'Gilmer-Regular';
    font-size: 30px;
    line-height: 36px;
    color: #242424;
    text-transform: uppercase;
  }

  p {
    font-family: 'Gilmer-Regular';
    font-size: 16px;
    line-height: 26px;
    color: #242424;
    margin: 0 auto;
  }
}

.footer-btn {
    padding: 5px 20px;
    border: 2px solid #87C55A;
    display: inline-block;
    border-radius: 83px;
}

.mega-footer .footer-btn h2 {
  font-family: 'Gilmer-Bold';
  font-size: 16px;
  line-height: 26px;
  margin: 0 auto;
  color: #88C65B;
}

 a.footer-btn:hover {
    background-color: #1472B9;
    border: 2px solid #1472B9;
}
a.footer-btn:hover {
    h2 {
        color: #FFF;
    }
}

/* Mega Footer End */

/* Footer Start */
footer {
  font-family: 'Gilmer-Regular';
  width: 100%;
  margin: 0px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  background-color: #213F94;
  padding-top: 0px;
  padding-bottom: 10px;
  border-top: 1px solid #999999;
}
footer .white-line {
	width: 100%;
	height: 1px;
	margin: 20px 0 10px;
	border-top: 1px solid #BBBBBB;
}
footer p {
  font-size: 14px;
  line-height: 16px;
  color: #FFF;
  text-decoration:none;
  font-weight: normal;
  margin: 0 auto;
  margin-block: 0;
}

footer a {
  font-size: 14px;
  line-height: 16px;
  color: #FFF;
  text-decoration:none;
  font-weight: normal;
}

footer a:hover {
  color: #CCC;
  text-decoration:none;
}

footer img {vertical-align: sub;}
/* Footer End */


/**********************
       Mega Menu      
**********************/
.megamenu-tabs {
  list-style-type: none;
  margin: 0px;
  padding: 0 15px;
}
.megamenu-tabs li {
  position: relative; 
  overflow:hidden; 
  border-bottom: 1px solid #ccc; 
  display: flex;
  justify-content: stretch;
  align-items: center;
}
.megamenu-tabs li:last-child {
  border-bottom-width: 0px; 
}
.megamenu-tabs li span.list-img img {
  max-width: 40px;
  margin: 0;
}
.megamenu-tabs li span.list-icon,
.megamenu-tabs li span.list-title{
  padding: 10px 15px;
  display: flex;
  text-decoration: none;
}

.megamenu-tabs li .arrow-icon {
  display: none;
  position: absolute;
  right: 15px;
}

.megamenu-tabs li .arrow-icon i {
  font-size: 18px;
}

.megamenu-tabs li span.list-icon {
  text-align:center;
  width:60px;
}

.megamenu-tabs li span.list-icon .mm-tab-list-icon {
  color:#19202e;
  font-size: 32px;
}

.megamenu-tabs li span.list-title a {
  font-family: 'Gilmer-Regular';
  font-size: 14px!important;
  line-height: 21px;
  margin: 14px 10px;
  color: #333333;
}

.megamenu-tabs li:hover span.list-icon .mm-tab-list-icon,
.megamenu-tabs li.active span.list-icon .mm-tab-list-icon,
.megamenu-tabs li:hover span,
.megamenu-tabs li.active span{ color:#2C86D9; }
.megamenu-tabs li.active span.arrow-icon {
  display: block;
}

/**********************
       Tab Content       
**********************/
.megamenu-tabcontent {
  padding: 15px;
  display: none;

  p {
    font-size: 14px;
    line-height: 21px;
    margin: 14px 10px;
    font-family: 'Gilmer-Regular';
    color: #333333;
    min-height: 42px;
    margin: 0;
  }
}
.megamenu-tabcontent.active {
  display: block;
}