  /* =================================================================================================
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: 'Conthrax-Semibold';
  src: url('../fonts/conthrax/conthrax-semibold.eot');
  src: url('../fonts/conthrax/conthrax-semibold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/conthrax/conthrax-semibold.svg#conthrax-semibold') format('svg'),
  url('../fonts/conthrax/conthrax-semibold.woff') format('woff'),
  url('../fonts/conthrax/conthrax-semibold.ttf') format('truetype');
  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;*/
  overflow-x: hidden;
}

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

a {
  outline: none;
  color: #231F20;
  text-decoration: none;
}

a:hover {
  color: #231F20;
  text-decoration: none;
}


.w-100 {width: 100%;}

span.tkd {
  font-family: 'permanent_markerregular';
}

#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: 17px;
  line-height: 30px;
  color:#231F20;
}

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

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

ol {
  line-height: 30px;
}

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;
  height: 700px !important;
}

.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;
}

.home-vid-slide video {
    width: 100%;
}

@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;
  }

}
.nav-overlay .nav-header{ 
    position: absolute;
    /* background-color: transparent; */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0%,   /* 30% black at top */
    rgba(0, 0, 0, 0.15) 50%, /* lighter in middle */
    rgba(0, 0, 0, 0) 100%    /* fully transparent at bottom */
  );
  z-index: 1;
}

.nav-header .inner-header-bg {
  background-color: #231F20;
  position: relative;
}

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

.navlist {
  padding: 0;
  margin-top: 24px;
}

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

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

.header-phone {	
  font-family: 'Gilmer-Bold';
  font-size: 22px;
  line-height: 18px;
  margin: 0 0 0 5px;
  color: #231F20;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.header-phone a {	
  color: #ff4101;
  padding: 0 3px;
  text-decoration: none;
}

.header-phone a:hover { 
/*  color: #333;*/
}

.header-phone small {
  font-size: 16px;	
}

.header-phone span.label {
  font-size: 12px;
  line-height: 20px;
  font-family: 'Gilmer-Medium';
  padding: 0 3px;
}

.btn-partner:hover {
  color: #FFF;
  background-color: #26316a;
}

.header-social {
    text-align: right;
    margin-top: 20px;
}

.header-social .btn-main {
    font-size: 14px;
    min-width: 210px;
    padding: 10px 20px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-family: 'Gilmer-Regular';
  font-size: 16px;
  line-height: 40px;
  color: #333;
  padding: 0 15px;
  font-weight: normal;
}

.nav-white .navbar-expand-lg .navbar-nav .nav-link {
  color: #FFF;
}

.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}

.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: 14px;
  
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #333;
  color: #D4C0A8;
}

.dropdown-item:focus img,
.dropdown-item:hover img {
  filter: brightness(25);
}

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: #F26522;
  background-color: transparent;
}

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

/* Mega Menu End */

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

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

.navbar-inner .isr-phone, .navbar-inner .isr-phone a, .navbar-inner .isr-phone a:hover{
  color: #333;
  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: 250px;
  margin-top: -40px;
}

.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: -30px;
}

.navbar-nav > li > .dropdown-menu {
  font-family: 'Gilmer-Regular';
  font-size: 12px;
  line-height: 24px;
  background-color: #FFF;
  border-bottom: 3px solid #333;
  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 img.compli {
  max-width: 100%;
} 

.mega-row > li > a {
  font-family: 'Gilmer-Medium';
  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: 7px 15px;
  white-space: normal;
}

.dropdown-menu > li > a:hover {
  color: #333;
  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-color: #E96222;
  color: #ffffff;
}

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

.megamenu-icon {
    float: left;
}

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

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

h1 {
  font-family: 'Gilmer-Medium';
  font-size: 48px;
  line-height: 58px;
  color: #273983;
  margin: 0 auto 30px;
  text-align: center;
}

h2 {
  font-family: 'Gilmer-Medium';
  font-size: 34px;
  line-height: 40px;
  color: #ff4101;
  margin: 0 auto 10px;
}

h3 {
  font-family: 'Gilmer-Regular';
  font-size: 24px;
  line-height: 30px;
  color: #000;
  margin: 0 auto 10px;
}

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

h4 a:hover{
  color: #231F20;
  text-decoration: none;
}

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

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

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

.back {
  text-align: right;
  padding-top: 30px;
  font-weight:700;
  margin-bottom: 0;
}

.back a {
  color:#231F20;
}

.back a:hover {
  color: #231F20;
}

.readmore {
  text-align: right;
  padding-top: 30px;
  color:#231F20;
  margin: 0 auto;
}

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

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

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

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

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

.svg-inline--fa.fa-youtube-square.fa-w-14.fa-3x {
  color: #1B8BCC;
  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);
}

.iframe-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.66%; /* 3:2 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.btn-book {
  font-family: 'Gilmer-Bold';
  font-size: 16px;
  line-height: 26px;
  background-color: #F26522;
  color: #FFF;
  border-radius: 30px;
  padding: 10px 30px;
}

.btn-main {
  font-family: 'Gilmer-Bold';
  font-size: 16px;
  line-height: 26px;
  background-color: #273983;
  color: #FFF;
  padding: 10px 50px;
  
    &:hover {
      background-color: #D23F2C;
      color: #FFF;
    }
}

.homepage {
  h2 {
    font-family: 'Conthrax-Semibold';
    font-size: 38px;
    line-height: 60px;
    margin: 0 0 20px;
  }
  p {
    font-family: 'Gilmer-Regular';
    font-size: 16px;
    line-height: 26px;
    margin: 0;
  }

  /* Section 1 Start */
  .section1 {
    padding-top: 230px;
    padding-bottom: 100px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: transparent;
    background-image: url(../images/section1-bg.png);

    position: relative;
    margin-top: -165px;
  }

  .section1 h2 {
    color: #273983;
  }

  .section1 p {
    color: #333;
  }

  .section1.overlay {

    padding-top: 100px;
  }


  .section1.dark {
    padding-top: 250px;
    padding-bottom: 100px;
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
    /*background-image: url(../images/section1-bg-dark.png);*/

    position: relative;
    margin-top: -170px;
  }

  .section1.dark h2 {
    color: #FFF;
  }

  .section1.dark p {
    color: #FFF;
  }
  /* Section 1 End */

  /* Section 2 Start */
  .section2 {
    padding-top: 200px;
    padding-bottom: 200px;
    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: #011725;
    background-image: url(../images/section2-bg.png);
  }

  .section2 h2 {
    color: #F26522;
  }

  .section2 p {
    color: #FFF;
  }
  /* Section 2 End */

  /* Section 3 Start */
  .section3 {
    padding-top: 200px;
    padding-bottom: 200px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #FDFDFD;
    background-image: url(../images/section3-bg.png);
  }

  .section3 h2 {
    color: #273983;
  }

  .section3 p {
    color: #333;
  }
  /* Section 3 End */

  /* Section Book A Demo Start */
  .section-book-demo {
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #002379;
    background-image: url(../images/section-book-a-demo-bg.png);
  }

  .section-book-demo h2 {
    color: #F26522;
  }

  .section-book-demo p {
    color: #FFF;
    margin: 0 0 30px;
  }
  /* Section Book A Demo End */
}



/* Resources Start */
.resources {
  padding-top: 230px;
  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: auto;
  background-color: transparent;
  background-image: url(../images/resources-bg.png);
  position: relative;
  margin-top: -165px;

  a:hover{
    color: #F26522;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  h3 {
    font-family: 'Gilmer-Bold';
    font-size: 26px;
    line-height: 36px;
    color: #273983;
    margin: 0 auto 20px;
  }
}

.back a:hover {
  color: #F26522;
}

/* Resources End */


/* Contact Us Start */
.parallax-contact-us {
  padding-top: 290px;
  padding-bottom: 100px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #FFF;
  background-image: url(../images/contact-us-bg.png);
  font-family: 'Gilmer-Medium';
  font-size: 24px;
  line-height: 40px;
}

.parallax-contact-us h1 {
   font-family: 'Gilmer-Regular';
  font-size: 50px;
  line-height: 60px;
  color: #333;
  margin: 0 0 20px;
}

.parallax-contact-us h2 {
   font-family: 'Gilmer-Medium';
  font-size: 50px;
  line-height: 60px;
  color: #273983;
  margin: 0;
}

.parallax-contact-us h3 a {
   font-family: 'Gilmer-Regular';
  font-size: 40px;
  line-height: 50px;
  color: #333;
  margin: 0 0 20px;
}

.parallax-contact-us p {
   font-family: 'Gilmer-Regular';
  color: #333;
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 20px;
  max-width: 580px;
}

.parallax-contact-us .contact {
  background-color: #FFF;
  padding: 50px;
}

.parallax-contact-us .contact p {
  color: #2E2B2C;
}

.parallax-contact-us a {
  color: #FFF;
}

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

.parallax-contact-us .contact .form-control {
  background-color: transparent;
  font-family: 'Gilmer-Medium';
  font-size: 18px;
  line-height: 30px;
  border: 1px solid #666666;
  border-radius: 5px;
  height: 50px;
  color: #666666;
}
/* Contact Us End */

/* Client Application Start */
.parallax-contact-us.client-app {
  h1 {
    font-family: 'Gilmer-Medium';
    font-size: 48px;
    line-height: 58px;
    color: #273983;
    margin: 0 auto 30px;
    text-align: center;
  }

  .contact h2 {
    font-family: 'Gilmer-Bold';
    font-size: 30px;
    line-height: 40px;
    margin: 0 auto 20px;
    color: #F26522;
  }
}
/* Client Application End */

/* Software Int Start */
#stepTab {
  .nav-item.show .nav-link,
  .nav-link.active,
  .nav-link.active:hover {
    color: #FFF;
    background-color: #273983;
    border-color: #dee2e6 #dee2e6 #fff;
  }
  .nav-link {
    color: #0a58ca;
  }
  .nav-link:hover {
    color: #757575;
  }
}
/* Software Int End */

/* Tokens Start */
.tokens p {
    font-family: 'Gilmer-Bold';
    font-size: 20px;
    line-height: 30px;
    color: #263983;
    margin: 10px auto 50px;
}
/* Tokens End */

/* Mega Footer */
.mega-footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F3F3F3;
 /* border-top: 1px solid #ff4101;*/
}

.mega-footer h2 {
  font-family: 'Gilmer-Bold';
  font-size: 22px;
  line-height: 27px;
  color: #273983;
  margin: 0 0 20px;
}

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


.mega-footer p i {
  color: #333;
}

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

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

.mega-footer ul li {
  margin-bottom: 10px;
}

.mega-footer a {
  font-family: 'Gilmer-Regular';
  color: #333;
  text-decoration: none;
}

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

.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: #938D91;
  vertical-align: top;
  font-size: 30px;
}

.border-start {
  border-left: 1px solid #FFF!important;
}

/* Mega Footer End */

/* Footer Start */
footer {
  font-family:'Gilmer-Regular';
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 0px;
  color: #333;
  font-size: 14px;
  background-color: #F3F3F3;
  height: 50px;
  line-height: 24px;
  border-top: 1px solid #333333;
}

footer a {
  color: #333;
  text-decoration:none;
  font-weight: normal;
}

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

footer img {vertical-align: sub;}


footer a.btn-footer:hover {
  color: #333;
}

/* Footer End */

/*** For List Style ***/
.container ul.arrow {
  list-style: none;
  margin: 0 0 30px 18px;
  padding: 0;
  font-family:'Gilmer-Regular';
  color: #231F20;
}

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

.container ul.arrow li span.initial {
  color: #185E9C;
  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 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: -25px;
  margin-top: 0px;
  position: absolute;
  font-family:'FontAwesome';
  text-align: center;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #ff4101;
  line-height: 20px;
  text-indent: 1px;
  display: inline-block;
}

.container ul.arrow ul li:before {  
  color: #273983;
}

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

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



@media only screen and (max-width: 600px) {
  .col-container .col { 
    display: block;
    width: 100%;
  }

}

