  /* =================================================================================================
Font Face Definition
================================================================================================= */

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

@font-face {
  font-family: 'Poppins-Medium';
  src: url('../fonts/poppins/poppins-medium.eot');
  src: url('../fonts/poppins/poppins-medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/poppins/poppins-medium.svg#poppins-medium') format('svg'),
  url('../fonts/poppins/poppins-medium.woff') format('woff'),
  url('../fonts/poppins/poppins-medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@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.svg#poppins-bold') format('svg'),
  url('../fonts/poppins/poppins-bold.woff') format('woff'),
  url('../fonts/poppins/poppins-bold.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;
}


/*!
* 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: 18px;
  line-height: 32px;
  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;
}

.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-color: rgba(255,255,255,.7);
}

.nav-header .inner-header-bg {
  background-color: #231F20;
  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-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: #34A5DE;
  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-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-Medium';
  font-size: 16px;
  line-height: 40px;
  color: #352D39;
  padding: 0 15px;
  font-weight: normal;
}

.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: #34A5DE;
  background-color: transparent;
}

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

/* Mega Menu End */

/* Nav CSS Start */
.nav-header {  
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #FFF;
  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: 200px;
  margin-top: -55px;
}

.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: -90%;
  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: #34A5DE;
  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: 'Poppins-Regular';
  font-size: 54px;
  line-height: 58px;
  color: #2B2829;
  margin: 0 auto 30px;
  text-align: center;
}

h2 {
  font-family: 'Poppins-Regular';
  font-size: 34px;
  line-height: 40px;
  color: #34A5DE;
  margin: 0 auto 10px;
}

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

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


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

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

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


/* Landing Content Start */
.landing {
  padding-top: 80px;
  padding-bottom: 80px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-color: #F7F7F7;
  background-image: url(../images/landing-bg.jpg);

  h2 {
    font-family:'Poppins-Bold';
    font-size: 50px;
    line-height: 60px;
    color: #2A5080;
    margin: 0 auto 20px;
  }

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

.landing .contact {
  padding: 50px;
  background-color: #FFF;

  .btn-submit {
    font-family:'Gilmer-Regular';
    background-color: #2A5080;
    color: #FFF;
    padding: 7px 45px;
    border-radius: 0;

    &:hover {
      background-color: #333;
    }
  }
}

/* Landing Content End */

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

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

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

footer img {vertical-align: sub;}

/* 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: #34A5DE;
  line-height: 20px;
  text-indent: 1px;
  display: inline-block;
}

.container blockquote {
  background: #f5f5f5;
  font: 13px/20px Gilmer-Regular, arial, helvetica, sans-serif;
  color: #444444;
  border-left: 4px solid #34A5DE;
  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%;
  }

}

