@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700&display=swap');




body {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #002254;
}
h1 {
	font-size: 2em;
	font-weight: 700;
}
h2 {
	font-size: 1.25em;
	font-weight: 700;
}

.list-inline-item {
	margin: 0 20px;
}



strong {
	font-weight: 600;
}

p a {
	text-decoration: underline;
	color: #002254;
}

a.btn {
	text-decoration: none !important;
}


.icon-lg, .icon-large {
	font-size: 48px !important;
}

.text-tim {
	color: #49b4e9;
}

.contact_form_field::placeholder {
	font-size: 12px;
	color: #7ac8ef;
}

.section {
    padding-top: 160px;
}


.section {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
}

.hider .wrapper {
    z-index: 10;
}

.hider-table-wrapper {
    z-index: 200;
    width: 100%;
    position: relative;
    top: -10px;
}

.hider-table {
    background: navy;
    border-top:3px solid white;
/*     box-shadow: inset 0 20px red;  */
    width: 100%;
    height: 1000em;
}

/* fullpageJS navigation dots color */
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background-color: white !important;
}

.navbar {
	border-bottom: 3px solid #d6dcea;
}

.bg-gray {
	background-color: #d6dcea;
}
.bg-dark {
	background-color: #002254 !important;
}

.bg-orange {
	background: hsla(9, 79%, 58%, .4);
	/*text-shadow: 1px 1px hsla(9, 79%, 58%, .8);*/
}

.blue-text {
	color: #7ac8ef;
}
.dark-blue-text {
	color: #002254;
}

.navbar-light .navbar-nav .nav-link {
	color: #49b4e9;
	text-transform: uppercase;
	font-weight: 200;
}

.button-color {
	color: #002254;
}

.bg-process {
	background-color: #002254;
}
.bg-about {
	background-color: #49b4e9;
}

.power-of-video {	
    padding-top: 60px !important;
}
.enginuity {
	padding-top: 120px !important;
}

.fancybox-bg {
	background: #002254 !important;
}


@media screen and (max-height: 800px) {
	.panel-image {
	    width: auto !important;
	    max-height: 300px !important;
	}
	.power-of-video-image {
	    width: auto !important;
	    max-height: 500px !important;		
	}
}
@media screen and (max-height: 700px) {
	.panel-image {
	    width: auto !important;
	    max-height: 200px !important;
	}
	.power-of-video-image {
	    width: auto !important;
	    max-height: 400px !important;		
	}
	
	.panel-image-logo  {
	    width: auto !important;
	    max-height: 200px !important;
	}
}
@media (max-width: 767.98px) { 
	.section {
	    padding-top: 110px;
	}
	.panel-image-logo  {
	    width: auto !important;
	    max-height: 120px !important;
	}/*
	.panel-image {
	    width: auto !important;
	    max-height: 150px !important;
	}
*/
}

/* process page cards / boxes */
.card-deck .card {
	margin-left: 4px;
	margin-right: 4px;
}


.card-text {
	font-weight: 200;
	font-size: .8em;
}
.card-title {
	text-transform: uppercase;
	font-size: 1.1em;
}
.card-body {
	padding-right: .5em;
	padding-bottom: 0;
}

.card hr {
	width: 40px;
	border-top-color: #EF3E41; /* red */
	border-top-width: 2px;
	margin: 0px;
	display: inline-block;
	padding-bottom: 2px;
}
.card img {
	margin-left: 1.25em;
}

.card-hover .read-more {
    display: none;
}

.quote-box {
	font-weight: 400;
	font-size: 1em;
}


@media (min-width: 992px) {
	.col-lg-3.quote-box {
	    -ms-flex: 0 0 23% !important;
	    flex: 0 0 23% !important;
	    max-width: 23% !important;
	    margin-left: 4px !important;
	}
}



/* process page modals */
.process-modal {
	position: relative;	
	max-width: 800px !important;
	padding: 15px !important;
	border-radius: 5px !important;
}

.process-icon {
	background: #002254;
	padding: 10px;
	position: absolute;
	top: 0px;
	left: 44px;
}
.process-modal h3 {
	margin-top: 120px;	
	margin-bottom: 30px;
	margin-left: 28px;
	padding: 0;
	font-weight: 500;
	font-size: 1.25em;
	text-transform: uppercase;
}

.process-modal-body {
	background: #d4dbe9;
}

.process-modal-body p {
	font-weight: 500;
}





/* buttons */

.btn-tim { 
  color: #002254; 
  background-color: transparent; 
  border-color: #002254; 
  text-transform: uppercase;
  border-width: 2px;
  font-weight: 700;
  padding: .75em 1.5em;
} 
 
.btn-tim:hover, 
.btn-tim:focus, 
.btn-tim:active, 
.btn-tim.active, 
.open .dropdown-toggle.btn-tim { 
  color: #002254; 
  background-color: transparent; 
  border-color: #002254; 
} 
 
.btn-tim:active, 
.btn-tim.active, 
.open .dropdown-toggle.btn-tim { 
  background-image: none; 
} 
 
.btn-tim.disabled, 
.btn-tim[disabled], 
fieldset[disabled] .btn-tim, 
.btn-tim.disabled:hover, 
.btn-tim[disabled]:hover, 
fieldset[disabled] .btn-tim:hover, 
.btn-tim.disabled:focus, 
.btn-tim[disabled]:focus, 
fieldset[disabled] .btn-tim:focus, 
.btn-tim.disabled:active, 
.btn-tim[disabled]:active, 
fieldset[disabled] .btn-tim:active, 
.btn-tim.disabled.active, 
.btn-tim[disabled].active, 
fieldset[disabled] .btn-tim.active { 
  background-color: transparent; 
  border-color: #002254; 
} 
 
.btn-tim .badge { 
  color: #002254; 
  background-color: transparent; 
}


.btn-dark { 
  color: #002254; 
  background-color: transparent; 
  border-color: #002254; 
  text-transform: uppercase;
  border-width: 3px;
  font-weight: 700;
  font-size: 16px;
  padding: .75em 2em ;
} 
 
.btn-dark:hover, 
.btn-dark:focus, 
.btn-dark:active, 
.btn-dark.active, 
.open .dropdown-toggle.btn-dark { 
  color: #002254; 
  background-color: transparent; 
  border-color: #002254; 
} 
 
.btn-dark:active, 
.btn-dark.active, 
.open .dropdown-toggle.btn-dark { 
  backgmodal-image: none; 
} 
 
.btn-dark.disabled, 
.btn-dark[disabled], 
fieldset[disabled] .btn-dark, 
.btn-dark.disabled:hover, 
.btn-dark[disabled]:hover, 
fieldset[disabled] .btn-dark:hover, 
.btn-dark.disabled:focus, 
.btn-dark[disabled]:focus, 
fieldset[disabled] .btn-dark:focus, 
.btn-dark.disabled:active, 
.btn-dark[disabled]:active, 
fieldset[disabled] .btn-dark:active, 
.btn-dark.disabled.active, 
.btn-dark[disabled].active, 
fieldset[disabled] .btn-dark.active { 
  background-color: transparent; 
  border-color: #002254; 
} 
 
.btn-dark .badge { 
  color: #002254; 
  background-color: transparent; 
}


.btn-white { 
  color: #FFFFFF; 
  background-color: transparent; 
  border-color: #FFFFFF; 
  text-transform: uppercase;
  border-width: 3px;
  font-weight: 700;
  font-size: 16px;
  padding: .75em 2em ;
} 
 
.btn-white:hover, 
.btn-white:focus, 
.btn-white:active, 
.btn-white.active, 
.open .dropdown-toggle.btn-white { 
  color: #FFFFFF; 
  background-color: transparent; 
  border-color: #FFFFFF; 
} 
 
.btn-white:active, 
.btn-white.active, 
.open .dropdown-toggle.btn-white { 
  background-image: none; 
} 
 
.btn-white.disabled, 
.btn-white[disabled], 
fieldset[disabled] .btn-white, 
.btn-white.disabled:hover, 
.btn-white[disabled]:hover, 
fieldset[disabled] .btn-white:hover, 
.btn-white.disabled:focus, 
.btn-white[disabled]:focus, 
fieldset[disabled] .btn-white:focus, 
.btn-white.disabled:active, 
.btn-white[disabled]:active, 
fieldset[disabled] .btn-white:active, 
.btn-white.disabled.active, 
.btn-white[disabled].active, 
fieldset[disabled] .btn-white.active { 
  background-color: transparent; 
  border-color: #FFFFFF; 
} 
 
.btn-white .badge { 
  color: #FFFFFF; 
  background-color: transparent; 
}


/*. audio button */

.sc_player_container1 .myButton_play {
    background: transparent url(../img/modal4.png) no-repeat !important;
    cursor: pointer !important;
    width: 56px !important;
    height: 56px !important;
    border: none !important;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    background-size: contain !important;
}
.sc_player_container1 .myButton_stop {
    background-color: white !important;
    cursor: pointer !important;
    width: 56px !important;
    height: 56px !important;
    border: none !important;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    background-position: center !important;
}

/* Bounce */
.arrow-1 {
  animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
}
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-10px);
  }
}

@media only screen and (max-width: 600px) {
	#fp-nav {
		display: none !important;
	}
	.power-of-video {
		padding-top: 85px !important;		
	}
	
	
}

.grecaptcha-badge{
	visibility: collapse !important;  
}