/* Base Styles  4d90fe
--------------------------------------------------------------------- */

body {
	background-color: #fff;
	font-family: 'Merriweather',serif;
	font-weight: 300;
	font-size: 16px;
	color: #555;
	/*padding-top: 50px;*/
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}

#clients .row div, #services .row div{
	padding: 3%;
	display: inline-block;
}
#clients .row img, #services .row img{
	opacity: 0.8;
}
#services-row1 div, #services-row2 div{max-width: 200px;}
.faicon{
    font-size: 4em!important;
}

.img-logo{
    width: 130px;
}

.divider-type{
	/*padding: 200px;*/
	background-position: 50% 65%;
	background-repeat: no-repeat;
	background-size: cover;
    height: 320px;
}

.divider-type h3{
	color: #fff;
	margin-top: 10%;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
    margin-bottom: 35px;
}
/* Titles */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Merriweather',serif;
	font-weight: 300;
	color: #333;
}
.h2title{
  font-family: 'Merriweather',serif;
  font-size: 48px;
  color: #353535;
  font-weight: bold;
}
/* Paragraph & Typographic */

p {
	line-height: 28px;
	margin-bottom: 25px;
}

.brief-text{
  font-family: 'Merriweather',serif;
  font-size: 18px;
  color: #353535;
  line-height: 32px;
  font-weight: 400;
}

.brief-text strong{
  color: #1998ff;
}

.about{
  font-size: 16px;
}

.aboutul{
  font-size: 16px;
  text-align: left;
  width: 80%;
  margin: 0px auto;
}

/* Links */

a {
	color: #1998ff;
	word-wrap: break-word;

	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
	color: #1998ff;
	text-decoration: none;
	outline: 0;
}

a:before,
a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
	display: block;
	width: 500px;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	padding: 0;
}

.pad-top {
	padding-top: 80px;
}

/* Button Modifications */

/* Shikoba */

/* Common button styles */
.button {
	float: left;
	min-width: 150px;
	max-width: 250px;
	display: block;
	margin: 1em;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}


/* text animation home */

.word {
  position: absolute;
  width: 100%;
  text-align: center;
  opacity: 0;
}
.letter {
  display: inline-block;
  position: relative;
  float: left;
  -webkit-transform: translateZ(25px);
          transform: translateZ(25px);
  -webkit-transform-origin: 50% 50% 25px;
          transform-origin: 50% 50% 25px;
}
.letter.out {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transition: -webkit-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: -webkit-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.letter.behind {
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
}

.letter.in {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  -webkit-transition: -webkit-transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.wisteria {
  color: #8e44ad;
}

.belize {
  color: #2980b9;
}

.pomegranate {
  color: #c0392b;
}

.green {
  color: #16a085;
}

.midnight {
  color: #2c3e50;
}    

/* Text color adjustments (we could stick to the "inherit" but that does not work well in Safari) */
.bg-1 .button {
	color: #37474f;
	border-color: #37474f;
}
.bg-2 .button {
	color: #ECEFF1;
	border-color: #ECEFF1;
}
.bg-3 .button {
	color: #fff;
	border-color: #fff;
}

/* Sizes */
.button--size-s {
	font-size: 14px;
}
.button--size-m {
	font-size: 16px;
}
.button--size-l {
	font-size: 18px;
}

/* Typography and Roundedness */
.button--text-upper {
	letter-spacing: 2px;
	text-transform: uppercase;
}
.button--text-thin {
	font-weight: 300;
}
.button--text-medium {
	font-weight: 500;
}
.button--text-thick {
	font-weight: 600;
}
.button--round-s {
	border-radius: 5px;
}
.button--round-m {
	border-radius: 15px;
}
.button--round-l {
	border-radius: 40px;
}

/* Borders */
.button--border-thin {
	border: 1px solid;
}
.button--border-medium {
	border: 2px solid;
}
.button--border-thick {
	border: 3px solid;
}

.button.button--shikoba {
	padding: 1em 30px 1em 50px;
	overflow: hidden;
	background: transparent;
	color: #fff;
	border-color: #fff;
	-webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
	transition: background-color 0.3s, border-color 0.3s, color 0.3s;
	float: none;
	margin: 0px auto;
}
.button--shikoba.button--inverted {
	color: #fff;
	background: transparent;
}
.button--shikoba > span {
	display: inline-block;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	font-size: 18px;
}
.button__icon.fa.fa-envelope-o {
	line-height: 25px;
}
.button--shikoba .button__icon {
	position: absolute;
	left: 20px;
	font-size: 18px;
	-webkit-transform: translate3d(-40px, 2.5em, 0);
	transform: translate3d(-40px, 2.5em, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--shikoba:hover .button__icon,
.button--shikoba:hover > span {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button--shikoba:hover {
	background: transparent;
	border-color: #fff;
	color: #fff;
}
.black{
	color: #353535!important;
	border-color: #353535!important;
}

.box{
	width: 50%;
	margin: 0 auto;
}


.btn-theme {
	background-color: #4d90fe;
	color: #fff;
	border-color: #4d90fe;
}

.btn-theme:hover,
.btn-theme:focus {
	border-color: #4d90fe; /* change to darker hue than bg hover color */
	background-color: transparent;
	color: #4d90fe;
	box-shadow: none;
}

.btn-theme2 {
	border-color: #fff;
	background-color: transparent;
	color: #fff;
}

.btn-theme2:hover,
.btn-theme2:active {
	border-color: #fff;
	background-color: #fff;
	color: #4d90fe;
	box-shadow: none;
}
.menu-title{
  color: #fff;
  font-weight: 500;
  z-index: 7;
  margin-top: 50px;
  margin-left: 100px;
  width: 100%;
  float: left;
  position: absolute;
}
.mt{
  margin-top: 75px;
}
.mb{
  margin-bottom: 30px;
}
.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}
.homepage-hero {
    border-right: none;
    border-left: none;
    position: relative;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
/*    background: rgba(0, 0, 0, 0.4);*/
    width: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}
.video-container .title-container {
    z-index: 9;
    position: absolute;
    top: 25%;
    width: 100%;
    text-align: center;
    color: #fff;
}
.video-container .description .inner {
    font-size: 1em;
    width: 45%;
    margin: 0 auto;
}
.video-container .link {
    position: absolute;
    bottom: 3em;
    width: 100%;
    text-align: center;
    z-index: 1001;
    font-size: 2em;
    color: #fff;
}
.video-container .link a {
    color: #fff;
}
.text-thin{
  font-size: 32px;
  font-weight: 300;
  line-height: 70px;
}
.text-white{
	color: #fff;
}
.nombre{
    font-size: 40px;
    font-weight: 500;
    line-height: 60px;
} 
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


h1{
	font-size: 36px;
}
h2{
	font-size: 25px;
}
.contact-footer{
	/*background-color: #353438;*/
	background-color: #f1f6f8;
	color: #fff;
	height: 140px;
	padding-top: 40px;
}
.contact-footer-inner{
	width: auto;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline;
}


/* Navigation
--------------------------------------------------------------------- */

.navbar-default {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #000;
}

.navbar-default .navbar-toggle {
	border: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-default .navbar-toggle > .icon-bar {
	background-color: #4d90fe;
}

.navbar-default .navbar-brand {
	color: #4d90fe;
}

.navbar-default .navbar-brand:hover {
	color: #bdc3c7;
}

.navbar-default .navbar-nav > li > a {
	color: #4d90fe;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #bdc3c7;
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #bdc3c7;
}

.navbar-default .navbar-right a[type="button"] {
	padding: 6px 20px 6px 20px;
	color: #fff;
}

.navbar-default .navbar-right a[type="button"]:hover,
.navbar-default .navbar-right a[type="button"]:focus {
	background-color: transparent;
	color: #4d90fe;
}


/* Wrap Sections
--------------------------------------------------------------------- */

/* Header Wrap */

#headerwrap {
	/*background: url("../img/header-bg.jpg") no-repeat center top;*/
	background-size: cover;
    background-color: #999;
	/*padding-top: 80px;*/
}

#headerwrap .col-lg-2 {
	padding-top: 40px;
}

#headerwrap h1 {
	margin-top: 30px;
	color: white;
	font-size: 40px;
}

#headerwrap h3 {
	color: white;
	font-size: 30px;
}

#headerwrap h4 {
	padding-top: 10px;
	padding-bottom: 20px;
	color: #fff;
}

#headerwrap h5 {
	color: white;
	font-weight: 700;
	text-align: left;
}

#headerwrap p {
	text-align: left;
	color: #fff;
}

/* Intro Wrap */

#intro {
	padding-top: 80px;
	padding-bottom: 80px;
}

#intro licon {
	font-size: 60px;
	color: #4d90fe;
	padding: 20px;
	vertical-align: middle;
}

/* Features Wrap */

#featureswrap {
	background-color: #f5f5f5;
	padding-top: 80px;
	padding-bottom: 80px;
}

#featureswrap .col-lg-6 img {
	display: table;
	margin: 0 auto;
}

#featureswrap .ac a {
	font-size: 20px;
}

#featureswrap .col-lg-6 h3,
#featureswrap .col-lg-6 licon {
	font-size: 20px;
	color: #4d90fe;
}

/* Divider 1 & 2 Wrap */

#divider01 {
	background: url("../img/divider.jpg") no-repeat center center;
	background-size: cover;
	min-height: 400px;
	padding-top: 120px;
}

#divider01 h3 {
	font-size: 34px;
	color: #fff;
}

#divider01 h4 {
	padding-top: 15px;
	color: #fff;
}

#divider02 {
	background-color: #4d90fe;
	height: 150px;
	padding-top: 55px;
}

#divider02 h3 {
	color: #fff;
	padding-right: 40px;
}

#divider02 h3,
#divider02 button {
	display: inline;
	vertical-align: middle;
}


/* About Wrap */

#aboutwrap {
	background-color: #fff;
	padding-top: 5     0px;
	padding-bottom: 90px;  
}

#aboutwrap small {
	padding-left: 10px;
}

#aboutwrap h3{
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 15px;
}

/* Pricing Wrap */

#pricingwrap {
	background-color: #fff;
	padding-top: 5     0px;
	padding-bottom: 60px;  
}
/*
#pricingwrap{
    padding-bottom: 10px;
}
*/

#pricingwrap small {
	padding-left: 10px;
}

/* Pricing Tables */

.panel {
	text-align: center;
}

.panel-custom {
	border-color: #4d90fe;
}

.panel-custom > .panel-heading {
	background-color: #4d90fe;
	color: #fff;
}

.panel-heading > .panel-title {
	font-weight: 900;
	text-transform: uppercase;
}

.panel-body {
	padding: 0px;
	text-align: center;
}

.the-price {
	background-color: rgba(220,220,220,0.17);
	box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #dcdcdc;
	padding: 20px;
	margin: 0;
}

.the-price h2 {
	font-size: 44px;
	font-weight: 700;
	line-height: 1em;
	padding: 0;
	margin: 0;
}

.subscript {
	font-size: 25px;
	font-weight: 400;
}

/* Footer Wrap */
.footer-in{
  background-color: #333;
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
  color: #fff;
}
.footer-in a{
  color: #fff;
}
.footer-in a:hover, .footer-in a:active{
  color: #ffedd3;
}
.footer-logo, .footer-menu, .footer-social{
  padding-bottom: 20px;
} 
.copyright{
  font-size: 14px;
}
#footerwrap {
	background-color: #333;
	color: #777;
	padding-top: 80px;
	padding-bottom: 100px;
}

#footerwrap h3 {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}

#footerwrap p {
	color: #fff;
	font-size: 14px;
}

#footerwrap #social {
	margin: 20px auto 0px auto;
	display: inline-block;
}

#footerwrap input:focus {
	outline: 0;
}

/* Copyright Wrap */

#copywrap {
	background: #222;
	padding-top: 20px;
	font-size: 14px;
	color: #bdc3c7;
}


/* Sign In & Sign Up Modal */

.modal .nav-tabs {
	padding-left: 5px;
	padding-right: 5px;
}
.bg-midnight-blue {
  background-color: #000;
}
.content-23 #bgVideo {
  overflow: hidden;
}
.content-23 #bgVideo > video {
  position: absolute !important;
  top: 0 !important;
}
.content-23 {
  /*position: relative;*/
  height: 720px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
}
.content-23.v-center,
.content-23 .v-center {
  display: table;
  width: 100%;
}
.content-23.v-center > div,
.content-23 .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .content-23.v-center.row:before,
  .content-23 .v-center.row:before,
  .content-23.v-center.row:after,
  .content-23 .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .content-23.v-center,
  .content-23 .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .content-23.v-center.row,
  .content-23 .v-center.row {
    display: block;
    width: auto;
  }
  .content-23.v-center.row:before,
  .content-23 .v-center.row:before,
  .content-23.v-center.row:after,
  .content-23 .v-center.row:after {
    display: none;
  }
  .content-23.v-center.row > *,
  .content-23 .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
.content-23 .control-btn {
  width: 53px;
  height: 53px;
  line-height: 53px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 19px;
  font-weight: normal;
  color: #7f8c8d;
  background: #121518;
  color: #ffffff;
  opacity: 30;
  filter: alpha(opacity=3000);
  opacity: 1;
  filter: alpha(opacity=30);
  position: absolute;
  left: 50%;
  bottom: 90px;
  margin-left: -26.5px;
    z-index: 100;
}
.content-23 .control-btn:hover,
.content-23 .control-btn:focus,
.content-23 .control-btn.active {
  color: #ffffff;
}
.content-23 .control-btn:hover,
.content-23 .control-btn:focus,
.content-23 .control-btn:active,
.content-23 .control-btn.active {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 480px) {
  .content-23 .control-btn {
    bottom: 30px;
  }
}
.content-23 .hero-unit {
  text-align: center;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.content-23 .hero-unit h1 {
  margin: 0 0 30px;
  font-size: 48px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 600;
  line-height: 56px;
}
@media (max-width: 480px) {
  .content-23 .hero-unit h1 {
    font-size: 36px;
    font-weight: normal;
    color: #ffffff;
    font-weight: 600;
    line-height: 33px;
  }
}
.content-23 .hero-unit.hero-unit-bordered h1 {
  font-size: 46px;
  font-weight: normal;
  color: #ffffff;
  font-weight: 500;
  border: 8px solid white;
  display: inline-block;
  margin: 0;
  padding: 30px 40px;
}
.nombre{
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
}
.text-thin{
    font-size: 25px;
    line-height: 46px;
    margin-bottom: 30px;
}
.divider-type h3{
    font-size: 20px;
    padding-top: 40px;
    margin-bottom: 40px;
    line-height: 32px;
    font-weight: 500;
}
.h2title{
    font-size: 25px;
    font-weight: 500;
}
.contact-footer{
/*    height: 200px;*/
    text-align: center;
}
@media (max-width: 767px) {
  .content-23 .hero-unit.hero-unit-bordered h1 {
    font-size: 28px;
    font-weight: normal;
    color: #ffffff;
    font-weight: 600;
  }
}
.background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 20;
  filter: alpha(opacity=2000);
  opacity: 0.2;
  filter: alpha(opacity=20);
height: 770px;
}
@media (max-width: 768px) {
  .background {
    -webkit-background-size: auto 200%;
    -moz-background-size: auto 200%;
    -o-background-size: auto 200%;
    background-size: auto 200%;
  }
    .contact-footer{
        height: 200px;
    }
}
.count-number{
    font-size: 45px;
    font-weight: bold;
    text-align: center;
}
h6.count-subject{
    padding-top: 12px;
    opacity: 1;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.spb_wrapper .fa{
 color: #4d90fe;
    font-size: 35px;
}
.center {
    text-align:center;    
}

.down-icon-animated {
    padding-top:25px;
    font-size: 30px;
    font-weight: bold;
}

.simple-link {
    text-decoration: none;
    color: #fff;
}
