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

@font-face {
  font-family: 'DM-Sans-Bold';
  src: url('../fonts/dm-sans/dmsans-bold.eot');
  src: url('../fonts/dm-sans/dmsans-bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/dm-sans/dmsans-bold.svg#dmsans-bold') format('svg'),
  url('../fonts/dm-sans/dmsans-bold.woff') format('woff'),
  url('../fonts/dm-sans/dmsans-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DM-Sans-Bold-Italic';
  src: url('../fonts/dm-sans/dmsans-bolditalic.eot');
  src: url('../fonts/dm-sans/dmsans-bolditalic.eot?#iefix') format('embedded-opentype'),
  url('../fonts/dm-sans/dmsans-bolditalic.svg#dmsans-bolditalic') format('svg'),
  url('../fonts/dm-sans/dmsans-bolditalic.woff') format('woff'),
  url('../fonts/dm-sans/dmsans-bolditalic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DM-Sans-Medium';
  src: url('../fonts/dm-sans/dmsans-medium.eot');
  src: url('../fonts/dm-sans/dmsans-medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/dm-sans/dmsans-medium.svg#dmsans-medium') format('svg'),
  url('../fonts/dm-sans/dmsans-medium.woff') format('woff'),
  url('../fonts/dm-sans/dmsans-medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DM-Sans-Medium-Italic';
  src: url('../fonts/dm-sans/dmsans-mediumitalic.eot');
  src: url('../fonts/dm-sans/dmsans-mediumitalic.eot?#iefix') format('embedded-opentype'),
  url('../fonts/dm-sans/dmsans-mediumitalic.svg#dmsans-mediumitalic') format('svg'),
  url('../fonts/dm-sans/dmsans-mediumitalic.woff') format('woff'),
  url('../fonts/dm-sans/dmsans-mediumitalic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DM-Sans-Regular';
  src: url('../fonts/dm-sans/dmsans-regular.eot');
  src: url('../fonts/dm-sans/dmsans-regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/dm-sans/dmsans-regular.svg#dmsans-regular') format('svg'),
  url('../fonts/dm-sans/dmsans-regular.woff') format('woff'),
  url('../fonts/dm-sans/dmsans-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DM-Sans-Regular-Italic';
  src: url('../fonts/dm-sans/dmsans-regularitalic.eot');
  src: url('../fonts/dm-sans/dmsans-regularitalic.eot?#iefix') format('embedded-opentype'),
  url('../fonts/dm-sans/dmsans-regularitalic.svg#dmsans-regularitalic') format('svg'),
  url('../fonts/dm-sans/dmsans-regularitalic.woff') format('woff'),
  url('../fonts/dm-sans/dmsans-regularitalic.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;
}

body.inner-page {
  background-color: #0C1127;
}

.hidden-content {
    display: none;
}

.page-item.active .page-link {
z-index: 1;
  }

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

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

main .inner a {text-decoration: underline;}

a:hover {
  color: #EEE;
  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: 'DM-Sans-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;
}

ol li,
ul li {
  color: #FFF;
}


main ul.bullet {
    margin-bottom: 1rem;
}
main ul.bullet li {
    list-style: disc;
    margin-left: 3rem;
}

main table {color: #FFF;}


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

 .inner table tr td {
  font-family: 'DM-Sans-Regular';
  font-size: 18px;
  line-height: 26px;
  color: #FFF;
  margin: 0 auto 20px;
  font-weight: normal;
  border-width: 1px;
}

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-header-inner {
  background: #fff;
  padding: 12px 0px 11px;
}

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

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

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

.header-phone {	
  font-family: 'DM-Sans-Medium';
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 0 5px;
  color: #000;
  display: inline-block;
  text-align: center;
}

.header-phone .form-control::placeholder{ 
  font-size: 14px;
  line-height: 22px;
}

.header-phone a.f12 {	
  font-size: 12px;
  color: #0E76BC;
}

.header-phone a { 
  font-family: 'DM-Sans-Bold';
  font-size: 22px;
  line-height: 32px;
  color: #56585A;
  padding: 0 3px;
  text-decoration: none;
  vertical-align: middle;
}

.header-phone a:hover { 
  color: #000;
}

.header-phone .btn-login {
  background-color: #0E76BC;
    padding: 6px 20px;
    color: #FFF;
}

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

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

.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: 'DM-Sans-Medium';
  font-size: 15px;
  line-height: 22px;
  color: #FFF;
  padding: 0 20px;
  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(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-home {
	display: none;
}

.navbar-collapse {
  margin-top: 15px;
}

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

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

.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: #45C8F3;
  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: 20px 0;
}

.inner-page .nav-header {  
  border-bottom: 1px solid #555;
  position: relative;
}

.nav-header .logo {  
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

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

.navbar-inner .isr-phone, .navbar-inner .isr-phone a, .navbar-inner .isr-phone a:hover{
  color: #45C8F3;
  font-size: 26px;
  line-height: 38px;
  font-family: 'DM-Sans-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: 'DM-Sans-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: 'DM-Sans-Bold';
  color:#747474;
  position:absolute;
  width:100%;
  background: transparent;
}

.navbar img {
  width: 100%;
  max-width: 260px;
  margin-top: 0;
}

.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: 'DM-Sans-Medium';
  font-size: 14px;
  line-height: 24px;
  background-color: #FFF;
  border-bottom: 3px solid #555959;
  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: 'DM-Sans-Regular';
  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: #45C8F3;
  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: #45C8F3;
  color: #FFF;
}

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


.account {
  padding: 0 0 0 20px;
}
.account .sign-up button,
.account .login button:hover {
  font-family: 'DM-Sans-Regular';
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.1px;
  background-color: #003DA5;
  border: 2px solid #003DA5;
/*  border-radius: 16px;*/
  color: #fff;
  padding: 10px 20px;
  margin: 0 0 0 15px;
}

.account .login button,
.account .sign-up button:hover {
  font-family: 'DM-Sans-Regular';
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.1px;
  background-color: #FFF;
  border: 2px solid #003DA5;
/*  border-radius: 16px;*/
  color: #003DA5;
  padding: 10px 20px;
  margin: 0 0 0 15px;
}
/* Nav CSS End */

h1 {
  font-family: 'DM-Sans-Bold';
  font-size: 50px;
  line-height: 60px;
  color: #FFF;
  margin: 0 auto 30px;
  font-weight: normal;
}

h2 {
  font-family: 'DM-Sans-Medium';
  font-size: 40px;
  line-height: 50px;
  color: #1D934B;
  margin: 0 auto 25px;
  font-weight: normal;
}

h2.sub {
  font-size: 40px;
  line-height: 50px;
}

h3 {
  font-family: 'DM-Sans-Bold';
  font-size: 30px;
  line-height: 40px;
  color: #FFF;
  margin: 0 auto 30px;
  font-weight: normal;
}

h4 {
  font-family: 'DM-Sans-Regular';
  color: #FFF;
  font-size: 22px;
  line-height: 32px;
  margin: 0 auto 10px;
  font-weight: normal;
}

h4 a:hover{
  color: #EEE;
  text-decoration: none;
  font-weight: normal;
}

h5 {
  font-family: 'DM-Sans-Bold';
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
}

p {
  font-family: 'DM-Sans-Regular';
  font-size: 18px;
  line-height: 26px;
  color: #FFF;
  margin: 0 auto 20px;
  font-weight: normal;
}

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

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

.back a {
}

.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:#56595A;
  font-size: 30px;

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

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

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

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

.svg-inline--fa.fa-google.fa-w-16.fa-2x {
  color:#56595A;
  font-size: 26px;
}

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

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

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

.svg-inline--fa.fa-instagram.fa-w-14.fa-3x {
  color:#56595A;
  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);
}

.text-green {color: #1D934B!important;}

/* Button Start */
.btn-white {
  font-family: 'DM-Sans-Medium';
  font-size: 20px;
  line-height: 30px;
  color: #FFF;
  padding: 10px 35px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.3);
  border: 2px solid #FFF;
  white-space: nowrap;
}

.btn-green {
  font-family: 'DM-Sans-Medium';
  font-size: 20px;
  line-height: 30px;
  color: #FFF;
  padding: 10px 20px;
  margin: 0 auto;
  background-color: rgba(29, 148, 75, 0.3);
  border: 2px solid #1D944B;
  white-space: nowrap;
}

.btn-blue {
  font-family: 'DM-Sans-Medium';
  font-size: 20px;
  line-height: 30px;
  color: #FFF;
  padding: 10px 20px;
  margin: 0 auto;
  background-color: rgba(27, 50, 107, 0.5);
  border: 2px solid #00AEEF;
  white-space: nowrap;
}

.btn-white:hover,
.btn-green:hover,
.btn-blue:hover {
  color: #EEE;
}
/* Button End */


/* List Number Start */
.list-number p {
  font-family: 'DM-Sans-Regular';
  font-size: 25px;
  line-height: 30px;
  color: #FFF;
  margin: 0 auto 15px;
  text-indent: -57px;
  padding-left: 57px;
}
.list-number p span.num {
  font-family: 'DM-Sans-Bold';
  color: #FFF;
  margin: 0 5px 0 0;
  background-color: #1D944B;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  text-indent: 0;
}
/* List Number End */

/* Modal Prediction Start */
#predictionModal .modal-header {
	padding: 15px 35px;
}
#predictionModal .modal-body,
#submittedModal .modal-body, #editsubmittedModal .modal-body {
	padding: 35px;
}

.modal-title {
  color: #1D934B;
}

#predictionModal label {
    font-family: 'DM-Sans-Regular';
    font-size: 18px;
}

.modal-content .btn-green {
    font-family: 'DM-Sans-Medium';
    font-size: 20px;
    line-height: 30px;
    color: #FFF;
    padding: 10px 35px;
    margin: 0 auto;
    background-color: #1D934B;
    border: 2px solid #1D944B;
}


#submittedModal .modal-body h4, #editsubmittedModal .modal-body h4 {
	color: #333;
}
#submittedModal h5, #editsubmittedModal h5 {
    font-family: 'DM-Sans-Medium';
    font-size: 20px;
    line-height: 26px;
}
#submittedModal .fa-hat-wizard, #editsubmittedModal .fa-hat-wizard {
	font-size: 70px;
    color: #0b94b6;
	margin: 0 auto 20px;
}

/* Modal End Start */


/* Wizard Prediction Start */
.wiz-prediction {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 100;
}
.wiz-prediction p {
  font-family: 'DM-Sans-Medium';
  font-size: 18px;
  line-height: 22px;
  color: #0C1127;
  text-align: center;
  margin: 0 auto;

  position: absolute;
  top: 40%;
  width: 100%;
  right: 5%;
}
.wiz-prediction p span {
  font-family: 'DM-Sans-Bold';
  color: #00A6E0;
}
.wiz-prediction img {
  max-width: 300px;
}
/* Wizard Prediction End */


/* Section Top Section Start */
.section-top-banner {
  padding-top: 200px;
  padding-bottom: 75px;
  background-color: #0C1127;
  background-image: url(../images/section-top-banner-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section-top-banner h1 {
  font-family: 'DM-Sans-Bold';
  font-size: 60px;
  line-height: 70px;
  color: #FFF;
  margin: 0 auto 10px;
}

.section-top-banner h2 {
  font-family: 'DM-Sans-Medium';
  font-size: 40px;
  line-height: 50px;
  color: #FFF;
  margin: 0 auto 50px;
}

.section-top-banner .btn-white, .section-top-banner .btn-green {
  font-size: 30px;
  line-height: 40px;
  padding: 10px 35px;
}

img.wizard {
    max-width: 110px;
   margin: -65px -10px 0 0;
}

.with-wizard {padding-top: 42px;}

.nowrap {white-space: nowrap;}

/* Section Top Section End */

/* Section 1 Start */
.section1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1B326B;
}

.section1 h2 {
  font-family: 'DM-Sans-Bold';
  font-size: 55px;
  line-height: 65px;
  color: #FFF;
  margin: 0 auto;
}

.section1 h3 {
  font-family: 'DM-Sans-Medium';
  font-size: 45px;
  line-height: 55px;
  color: #FFF;
  margin: 0 auto 30px;
}

.section1 h4 {
  font-family: 'DM-Sans-Medium';
  font-size: 28px;
  line-height: 38px;
  color: #FFF;
  margin: 0 auto 30px;
}

.section1 p {
  font-family: 'DM-Sans-Regular';
  font-size: 24px;
  line-height: 34px;
  color: #FFF;
  margin: 0 auto 15px;
}
/* Section 1 End */

/* Section 2 Start */
.section2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0C1127;
}

.section2 h2 {
  font-family: 'DM-Sans-Bold';
  font-size: 55px;
  line-height: 65px;
  color: #FFF;
  margin: 0 auto;
}

.section2 h3 {
  font-family: 'DM-Sans-Medium';
  font-size: 45px;
  line-height: 55px;
  color: #1D944B;
  margin: 0 auto;
}

.section2 h3 span,
.section2 h3 i {
  font-size: 30px;
  line-height: 40px;
}
.section2 h3 i.text-success {
  color: #28CC66!important;
}

.section2 h4 {
  font-family: 'DM-Sans-Medium';
  font-size: 30px;
  line-height: 40px;
  color: #FFF;
  margin: 0 auto 30px;
}

.section2 hr {
  border-top: 2px solid #BBBBBB;
}

.section2 p {
  font-family: 'DM-Sans-Regular';
  font-size: 25px;
  line-height: 30px;
  color: #FFF;
  margin: 0 auto 25px;
}

.section2 .chart-info p {
  font-family: 'DM-Sans-Regular';
  font-size: 18px;
  line-height: 24px;
  color: #FFF;
  margin: 0 auto 10px;
}
.section2 .chart-info p strong {
    font-weight: normal;
    font-family: 'DM-Sans-Bold';
}

.section2 p.note {
  font-family: 'DM-Sans-Regular';
font-style: italic;
  font-size: 14px;
  line-height: 20px;
  color: #CCC;
  margin: 0 auto 25px;
}

/* Section 2 End */

/* Section 3 Start */
.section3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1B326B; /*#121631*/
}

.section3 h2 {
  font-family: 'DM-Sans-Bold';
  font-size: 55px;
  line-height: 65px;
  color: #FFF;
  margin: 0 auto 30px;
}

.section3 p {
  font-family: 'DM-Sans-Regular';
  font-size: 24px;
  line-height: 36px;
  color: #FFF;
  margin: 0 auto 15px;
}

.ws-nowrap {
  white-space: nowrap;
}
/* Section 3 End */

/* Section 4 Start */
.section4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0C1127;
  color: #FFF;
}

.section4 h2 {
  font-family: 'DM-Sans-Bold';
  font-size: 55px;
  line-height: 65px;
  color: #FFF;
  margin: 0 auto 30px;
}

.section4 h3 {
  font-family: 'DM-Sans-Bold';
  font-size: 35px;
  line-height: 40px;
  color: #FFF;
  margin: 0 auto 15px;
}

.section4 h4 {
  font-family: 'DM-Sans-Regular';
  font-size: 25px;
  line-height: 30px;
  color: #1D944B;
  margin: 0 auto;
}

.section4 #dateInput {
  background-color: #555968;
  color: #FFF;
}


#leaderboard thead {
  background-color: #1D944B;
  border-radius: 5px;
}
#leaderboard thead th {
  font-family: 'DM-Sans-Bold';
  font-size: 20px;
  line-height: 30px;
  color: #FFF;
  margin: 0 auto;
  text-align: center;
}
#leaderboard tbody {
  background-color: #555968;
}
#leaderboard tbody td {
  font-family: 'DM-Sans-Bold';
  font-size: 20px;
  line-height: 30px;
  color: #FFF;
  margin: 0 auto;
  text-align: center;
}

.section4 .btn-blue {
  width: 250px;
  display: inline-block;
  text-align: center;
}

/*
#leaderboard tbody tr:nth-child(1) td:first-child::before {
    content: '\f091';
    font-family: FontAwesome;
    margin: 0 5px 0 -25px;
}
*/

#leaderboard tbody .fa-trophy {
    margin: 0 5px 0 -25px;
}
.page-item .page-link {
  background-color: #0C1127;
  color: #FFF;
  cursor: pointer;
}

.page-item.disabled .page-link {
  background-color: #0C1127;
  color: #515463;
}

.page-item.active .page-link {background-color: #1D944B; border-color: #FFF;}

/*#leaderboard tbody tr:nth-child(2) td:first-child::before,
#leaderboard tbody tr:nth-child(3) td:first-child::before {
    content: '\f559';
    font-family: FontAwesome;
    margin: 0 5px 0 -15px;
}*/

/* Section 4 End */

/* Section - 3 Chances Start */
.section-3chances {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #E0EDFF;
}

.section-3chances h2 {
  font-family: 'DM-Sans-Bold';
  font-size: 55px;
  line-height: 65px;
  color: #1B326B;
  margin: 0 auto 30px;
}

.section-3chances p {
  font-family: 'DM-Sans-Regular';
  font-size: 24px;
  line-height: 30px;
  color: #1B326B;
  margin: 0 auto 15px;
}
.section-3chances .btn-blue {
  font-family: 'DM-Sans-Medium';
  font-size: 30px;
  line-height: 40px;
  color: #FFF;
  padding: 50px 35px;
  margin: 0 auto;
  background-color: rgba(69, 200, 243, 0.85);
  border: 2px solid #45c8f3;
}
/* Section - 3 Chances End */

/* Section - Who is The Wizard Start */
.section-who-is-the-wizard {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #E0EDFF;
}

.section-who-is-the-wizard h2 {
  font-family: 'DM-Sans-Bold';
  font-size: 55px;
  line-height: 65px;
  color: #1B326B;
  margin: 0 auto 30px;
}

.section-who-is-the-wizard p {
  font-family: 'DM-Sans-Regular';
  font-size: 24px;
  line-height: 30px;
  color: #1B326B;
  margin: 0 auto 15px;
}
/* Section - Who is The Wizard End */

/* Section 6 - Timer Start */
.section6 {
  padding-top: 50px;
  padding-bottom: 0;
}

.section6 h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 32px;
  line-height: 38px;
  color: #FFFFFF;
  margin: 0 auto 20px;
}
.section6 #countdown ul {
  margin: 0 auto;
}
.section6 #countdown ul li {
  font-family: DM Sans;
  font-size: 25px;
  line-height: 30px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;

  display: inline-block;
  list-style-type: none;
  min-width: 170px;
  margin: 0;
}
.section6 #countdown ul li:last-child {
  margin-left: 0;
}
.section6 #countdown ul li span {
  font-size: 130px;
  line-height: 156px;
  color: #FFFFFF;
  font-weight: 400;

  display: block;
}
.section6 #countdown ul li.sec span {
  color: #1D944B;
}
.section6 #countdown ul li:nth-child(2) span::before {
  content: ':';
  padding: 0 25px 0 0;
}
.section6 #countdown ul li:nth-child(2) span::after {
  content: ':';
  padding: 0 0 0 25px;
}

.section6 #countdown ul li:last-child span::before {
  color: #FFFFFF;
}
/* Section 6 - Timer End */

/* Section Form Start */
.section-form {
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #121631;
  background-image: url(../images/section-form-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section-form .contact {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 50px;
  border-radius: 12px;
}

.section-form h2 {
  font-family: 'DM-Sans-Bold';
  font-size: 45px;
  line-height: 55px;
  color: #1B326B;
  margin: 0 auto 30px;
}

.section-form h2 span {
  font-family: 'DM-Sans-Bold';
  font-size: 35px;
  line-height: 42px;
}

.section-form h3 {
  font-family: 'DM-Sans-Bold';
  font-size: 35px;
  line-height: 45px;
  color: #45C8F3;
  margin: 0 auto 10px;
}

.section-form p {
  font-family: 'DM-Sans-Regular';
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
  margin: 0 auto 20px;
}

.section-form .contact .form-control {
  background-color: transparent;
  font-family: 'DM-Sans-Regular';
  font-size: 16px;
  line-height: 26px;
  border: 1px solid #121631;
  border-radius: 5px;
  height: 50px;
  color: #0C1127;
}

.section-form .btn-primary {
  font-family: 'DM-Sans-Bold';
  font-size: 20px;
  line-height: 30px;
  width: 100%;
  background-color: #1D944B;
  margin-top: 16px;
  border-radius: 0;
  border: none;
}

.section-form .btn-primary:hover {
  background-color: #121631;
}
/* Section Form End */

/* Mega Footer */
.mega-footer {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #0C1127;
  border-top: 1px solid #333;
}

.mega-footer p a {
  font-family: 'DM-Sans-Medium';
  font-size: 16px;
  line-height: 26px;
  color: #CACAD9;
  margin: 0 auto;
}

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

.mega-footer p 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: #45C8F3;
  vertical-align: top;
  font-size: 30px;
}

.mega-footer .svg-inline--fa.fa-google.fa-w-16.fa-2x {
  color: #45C8F3;
  font-size: 26px;
  vertical-align: middle;
}

/* Mega Footer End */

/* Footer Start */
footer {
  font-family:'DM-Sans-Regular';
  width: 100%;
  padding-top: 0;
  padding-bottom: 70px;
  margin: 0px;
  color: #CACAD9;
  font-size: 16px;
  line-height: 24px;
  background-color: #0C1127;
  /*height: 50px;*/
}

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

footer a:hover {
  color: #CCC;
  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:'DM-Sans-Regular';
  color: #FFF;
}

.container ul.arrow li {
  font-family: 'DM-Sans-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;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f058";

  /*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;
  border-radius: 75px;
  float: left;
  margin-right: 0;
  margin-left: -25px;
  margin-top: 3px;
  position: absolute;
  /* 
  height: 20px;
  width: 20px;
  font-family:"FontAwesome";
  font-size: 18px;
  font-weight: normal;*/
  text-align: center;
  color: #1D934B;
  line-height: 20px;
  text-indent: 1px;
}

.container blockquote {
  background: transparent;
  font: 14px/22px DM-Sans-Regular, arial, helvetica, sans-serif;
  line-height: 22px;
  color: #444444;
  border-left: 4px solid #1d934b;
  padding: 15px;
}

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



#overlay {
  position: absolute;
  left: 0;
  top: 5%;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 3;
}
#overlay-fixed {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.8);
  /*opacity: 0.8;
  filter: alpha(opacity=80);*/
  z-index: 3;
}

#overlay-fixed .loading {
  position: absolute;
  top: 45%;
  left: 48%;
}

#overlay-fixed p {
  color: #FFF;
  letter-spacing: 1px;
}

i#loading_icon {
  width: 50px;
  height: 50px;
  color: #FFF;
  font-size: 57px;
  opacity: 1;
}

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

}

