body {
	font-family: 'Lato', sans-serif;
}

.media-bg {
  /* The image used */
  background-image: url('/static/image/eitbs-under-construction.svg');

  /* Full height */
  height: 560px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 61px;
  margin-bottom: 41px;
}


.media-caption {
    position: absolute;
    left: 0;
    top: 25%;
    width: 100%;
    text-align: center;
    color: #000;
}

.media-caption span.border {
    background-color: #9a9a9a;
    color: #fff;
    padding: 3px;
    font-size: 25px;
    letter-spacing: 10px;
}

a {
	text-decoration: unset !important;
	color: unset;
}

::-webkit-input-placeholder { /* Edge */
  color: #fff !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff !important;
}

::placeholder {
  color: #fff !important;
  opacity: 1;
}

/*.navbar-white .navbar-nav .nav-link {
	color: #fff;
}
*/

.fixed-top.scrolled {
  background-color: #0081ab !important;
  transition: background-color 200ms linear;
}
.navbar {
	padding: .0rem 1rem;
}

.navbar-brand {
	font-size: 40px;
}

.navbar-white .navbar-nav .show > .nav-link, 
.navbar-white .navbar-nav .active > .nav-link, 
.navbar-white .navbar-nav .nav-link.show, 
.navbar-white .navbar-nav .nav-link.active {
	color: #003f78;
	background-color: #fff;
}	

.card-welcome {
	width: 100%;
    height: 285px;
    margin: 0 15px 34px;
    padding: 35px 35px 50px;
    border: 1px solid #dadee0;
}

@media (max-width: 767px) {
.card-welcome {
    margin: 0 0 32px;
    padding: 32px 10px 42px;
	}
}

#why p {
	font-size: 24px;
    float: none;
    padding-top: .2em;
    padding-right: 0;
    margin-bottom: 1.4em;
    margin-top: 0;
    line-height: 1;
    text-align: center;
    font-style: normal;
    /*font-weight: 900;*/
    /*text-transform: uppercase;*/
    display: block;
}

#services .card {
	height: 225px;
}

#services .btn-primary {
	color: #0081ab;
}

@media (max-width: 991.98px) {
	.jumbo-index {
		display: block !important;
	}
}

.jumbo-index {
	min-height: 400px;
	/*background-image: linear-gradient(-133deg,#52A5EB,#7AC4FA);*/
	background-image: url(/static/image/jumbo.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0;
}

.jumbo-index a:hover {
	color: #007bff00;
	text-decoration: none !important;
}

.jumbo-quote {
	background-color: unset !important;
	border: unset;
}

.jumbo-header {
	min-height: 220px;
	background-image: url(/static/image/jumbo.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0;
	margin-top: -10px;
}

.title {
	font-family: 'Teko', sans-serif;
	color: #0096d6;
}

.title-bg {
	background-color: rgba(0,0,0,0);
	color: #fff;
	font-family: 'Teko', sans-serif;
}

.btn {
    border: 2px solid transparent;
}

.btn-primary {
    color: #0081ab;
    background-color: unset;
    border-color: unset;
    border-radius: 22px;
}

.btn-primary:hover {
	background-color: unset;
	border-color: unset;
}

.why-btn:hover {
	background-color: unset;
	border-color: unset;
}

.submit-btn {
	color: #fff;
	background-color: unset;
    border-color: unset;
    border-radius: 22px;
}

.why-btn {
	color: #fff;
    background-color: unset;
    border-color: unset;
    border-radius: 22px;
}

.btn-secondary {
	color: #003f78;
	background-color: #fff;
	border-color: none;
    border-radius: 22px;
}

.btn-secondary:hover {
	background-color: #fff;
	border-color: #fff;
	color: #003f78;
}

.btn-third {
	color: #fff;
	border-color: #003f78;
	background-color: #003f78;
	border-radius: 22px;
}

.modal-header {
	color: #fff;
	font-family: 'Teko', sans-serif;
	letter-spacing: 1px;
	background-color: #0081ab;
}

.modal-body p {
	color: black;
}

.close {
	color: #fff;
}

#footer-1 {
	font-family: 'Teko', sans-serif;
	/*background: linear-gradient(to bottom right, #0096d6 , #181e2f);*/
	background-color: #eceff1;
}

#footer-1 a {
	color: #0077B5;
}

#footer-dark {
	background: #fff;
	color: #4a4a4a;
	font-family: 'Teko', sans-serif;

}

.trans {
	color: #007bff00;
}

.form-control {
	border-radius: unset;
	background-color: #fff0;
	border: 2px solid #fff;
}

.contact-bg {
	background-color: #003f78;
	/*background-image: linear-gradient(-133deg,#003f78,#7AC4FA);*/
}

.table-hover tbody tr:hover {
  background-color: #002daf7d;
  color: #fff;
}

th {
	font-size: 2rem;
}

.vb {
	border-right: 1px solid #FFF;
    margin: 2rem 0 !important;
}


.vb-1 {
	border-right: 1px solid #0096d6;
    margin: 6rem 0 !important;
}

.primary {
	background-color: #0096d6;
}

.secondary {
	color: #0096d6;
}

.solution-card {
	min-height: 138px !important;
	border: 1px #c1bfbf solid;
}

.solution-card-bg {
	background-size: contain;
    background-position: right;
}

/*.solution-card a {*/
.card-text a {
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	line-height: 90px;
	font-weight: bold;
	font-size: 20px;
}

.security-text p {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.side-column a {
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	color: #0096d6;
}

.carousel-indicators li {
	background-color: #ddd;
}


@media (max-width: 575.98px) {
   .testimonial-sm {
	   	width: 100%;
	    padding-bottom: 2rem;
	    border-right: none;
	    border-bottom: 1px solid #fff;
	    margin: 0 2rem !important;
	}
}

.anim-typewriter{
  animation: typewriter 4s steps(44) 1s 1 normal both,
             blinkTextCursor 500ms steps(44) infinite normal;
}

@keyframes typewriter{
  from{width: 0;}
  to{width: 24em;}
}

@keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}

.line-1{
        white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);    
}

.card-img-overlay {
	background-color: #00000087;
}

#bio .card {
	border: unset;
}

.clients-logo {
	border-radius: unset;
	border: none;
}

.clients {
	background: #eceff1;
}

.welcome-image {
	 height: 200px;
}

/*.footer {
  position: absolute;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
 /*	line-height: 36px; /* Vertically center the text there */


.logo {
	position: inherit;
	/*margin-left: auto;
	margin-right: auto;
	width: 60px;*/
	display: block;
	z-index: 4;
}

.logo-img {
	height: 85px;
}

@media screen and (max-width: 991px) {
	.logo {
		position: relative;
	}
}

.typewriter-text {
    color: #FFF;
    font-size: 42px;
    font-weight: 800;
    text-align: center
}

.blockquote-footer {
	color : black;
}

.section-row {
    padding: 30px 0;
}

#partners img {
	max-width: 100%;
}

.logoo {
	padding-top: 35px;
}

#partners {
	text-align: center;
}

 .wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    padding: 50px 20px;
}

@media (min-width: 600px) {
.only-sm-down {
    display: none!important;
	}
}

@media (max-width: 599px){
.only-sm-up {
    display: none!important;
	}
}

/**===================================================
                  Images Effcts 
==================================================*****/

.grayscale {
  -webkit-filter: grayscale(1);
  /* Webkit */
  filter: gray;
  /* IE6-9 */
  filter: grayscale(0.999);
  /* W3C */
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.grayscale:hover {
  -webkit-filter: grayscale(0);
  /* Webkit */
  filter: none;
  /* IE6-9 */
  filter: grayscale(0);
}

.testimony {
	background-color: #fff;
	color: #003f78;
}

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
}

.gallery-block{
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-block .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.cards-gallery h6 {
  font-size: 17px;
  font-weight: bold; 
}

.gallery-block.cards-gallery .card{
  transition: 0.4s ease; 
}

.gallery-block.cards-gallery .card img {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15); 
}

.gallery-block.cards-gallery .card-body {
  text-align: center; 
}

.gallery-block.cards-gallery .card-body p {
  font-size: 15px; 
}

.gallery-block.cards-gallery a {
  color: #212529; 
}

.gallery-block.cards-gallery a:hover {
  text-decoration: none; 
}

.gallery-block.cards-gallery .card {
  margin-bottom: 30px; 
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

@media (min-width: 576px) {

  .gallery-block .transform-on-hover:hover {
      transform: translateY(-10px) scale(1.02);
      box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important; 
  }
}
