/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  font-family: Roboto;
}
.register:first-child > a {
  text-decoration: none;
  background-color: #0066b2!important;
  border-color: #0066b2!important;
}
.register .joinnow.buyer-btn {
  text-decoration: none;
  background-color: #0066b2!important;
  border-color: #0066b2!important;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */


/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEz0dL_nz.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzQdL_nz.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzwdL_nz.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzMdL_nz.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.text-xs-center {
  text-align: center !important;
}
hr.style13 {
  height: 10px;
  border: 0;
  box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

/**Small devices (landscape phones, 576px and up)****/

@media (min-width: 576px) {

  .text-xs-center {
    text-align: center !important;
  }

  .text-sm-center {
    text-align: center !important;
  }


}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .register {
    padding: 15px 0;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/******************Page Desgin**********************************/

/******* Header Section *******************/
header {
  padding: 15px 0 0 0;
}
.day span.d8-10 {font-size: 22px;  font-weight: 900;}
.year-month span.march {  font-size: 22px; font-weight: 900;}

.headline h2{ font-size: 21px; font-weight: 700; color: #2c358d; }
.headline h3{ font-size: 16px;font-weight: 700;  }
/*.col-md-2.register {
  padding: 30px 0;
}
.register a{color: #000000}
.joinnow{}

.register a.signin{
  border-top-color: initial;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: transparent;
  border-right-style: none;
  border-right-width: 0px;
  border-bottom-color: initial;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: initial;
  border-left-style: solid;
  border-left-width: 1px;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 25px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 25px;
  padding: 3px 10px;
  z-index: 9;

}
.register a.joinnow{
  border: 1px solid;
  border-radius: 25px;
  padding: 5px 10px;
  z-index: 999;
  position: relative;
  left: -12px;
*/
}
.col-md-5.headline{    padding: 0;}

ol.roman-digit {list-style-type: upper-roman;}

/*********** Major Feature *************/
.row.major {
  padding: 30px 0;
}

.major h3{	font-family: Raleway;font-weight: 600;}

.font-weight-600{ font-weight: 600!important;}

.video-cover{ padding: 30px 10px}

/********* Start Call to action **********************/
.call-2-action {
  padding: 30px 0px;
}

.row.call-2-action {
  background: #f8f8f9;
  border-radius: 20px;
}

/********* END Call to action **********************/

/********** Start Footer CSS ***************************/
#footer {
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 30px 0;
  /* Set the fixed height of the footer here */
  height: auto;
  background:
          linear-gradient(
                  rgb(0 0 0),
                  rgb(0 0 0)
          )
}

/* Custom footer CSS
-------------------------------------------------- */


.container .text-muted {
  margin: 20px 0;
}
.footertext {
  color: #ffffff;
}

/*******Social icon ***************/
/* footer social icons */
ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}


/* footer social icons */

.social-network a.icoRss:hover {
  background-color: #F56505;
}

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
}

.social-circle li i {
  margin: 0;
  line-height: 40px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-circle a {
  background-color: #D3D3D3;
}
/*******Socail icon ***************/

/************ END Footer CSS **************************/


.major-feature p {
  font-size: 14px;
  text-align: justify;
  line-height: 1.3;
}

.signin, .joinnow {
  background-color: #f8f8f9;
  transition: .2s;
  text-decoration: none;
  font-weight: 500;
  padding: 5px 20px;
  border-radius: 25px;
  color: #000;
  border: 1px solid #cecece;
  font-size: 16px;
  margin: 5px;
  display: inline-block;
}
.signin:hover, .joinnow:hover {
  text-decoration: none;
  background-color: #0066b2;
  border-color: #0066b2;
  color: #fff;
  transition: .2s;
}
.carousel-indicators li {
  background-color: #0066b2 !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 50px !important;
  height: 50px !important;
}

/************************************/


.countdown {
  margin-bottom: 60px; }
.countdown .counter-item {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  text-align: center;
  color: #000;
  margin-right: 18px;
  /*    padding: 35px 0;*/
  padding:25px 0;
  position: relative; }
.countdown .counter-item i {
  font-size: 105px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
.countdown .counter-item:last-of-type {
  margin-right: 0; }
.countdown .counter-item span {
  font-size: 24px;
  display: block;
  line-height: 18px;
  letter-spacing: .96px;
  font-weight: 700; }
.countdown .counter-item .smalltext {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2.5px; }
.countdown .counter-item:nth-of-type(1) i {
  color: #00a3ee; }
.countdown .counter-item:nth-of-type(2) i {
  color: #ffcf4a;
  top: 2px;
  -webkit-transform: rotate(-148deg);
  -ms-transform: rotate(-148deg);
  transform: rotate(-148deg); }
.countdown .counter-item:nth-of-type(3) i {
  color: #00c1c1; }
.countdown .counter-item:nth-of-type(4) i {
  color: #ff6386; }

.ts-count-down {
  padding: 0;
  margin: -80px 0;
  z-index: 1; }
.ts-count-down .countdown {
  margin-bottom: 0; }
.ts-count-down .countdown:before {
  z-index: -1;
  opacity: 1; }
.ts-count-down .countdown .counter-item {
  width: 25%;
  float: left;
  margin-right: 0;
  border: none;
  position: relative;
  height: auto; }
.ts-count-down .countdown .counter-item span {
  /*        font-size: 64px;*/
  font-size: 38px;
  font-weight: 700;
  line-height: 64px; }
.ts-count-down .countdown .counter-item b {
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 0;
  margin: auto;
  font-size: 30px;
  -webkit-transform: translateY(-18%);
  -ms-transform: translateY(-18%);
  transform: translateY(-18%); }
