@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Encode+Sans:400,500,600,700,800,900|Source+Sans+Pro:400,400i,600,600i,700');

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

.navbar-custom {
	font-family: 'Encode Sans', sans-serif;
    /*font-family: 'Source Sans Pro', sans-serif;*/
   background-color: #fff !important;
   border-bottom:thin solid #e6e7e8;
   font-weight:600;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #000;
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: #000;
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #4d91cc;
}

/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
    background-color: #f1f1f2;
}
.navbar-custom .dropdown-item {
    color: #000;
}

.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    color: #333333;
    background-color: rgba(255,255,255,.3);
}

.nav-link {
	padding:10px 20px !important;
}


.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top:-5px;
  border-radius:0;
}


.carousel-caption-black h3{
	font-family:'Arial Black', Helvetica, sans-serif;
	font-weight:500;
	color:#000;
	font-size:56px;
	margin-left:-300px;
}


.carousel-caption-black h4{
	font-family:"Times New Roman", Times, serif;
	font-weight:500;
	font-style:italic;
	color:#000;
	font-size:56px;
	letter-spacing:10px;
	margin-left:100px;
	margin-top:-20px;
}

.carousel-caption-black h2{
	font-family:'Arial Black', Helvetica, sans-serif;
	font-weight:500;
	color:#000;
	font-size:56px;
	margin-left:350px;
	margin-top:-25px;
}



.carousel-caption-white h3{
	font-family:'Arial Black', Helvetica, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:56px;
	margin-left:-300px;
}

.carousel-caption-white h4{
	font-family:"Times New Roman", Times, serif;
	font-weight:500;
	font-style:italic;
	color:#fff;
	font-size:56px;
	letter-spacing:10px;
	margin-left:100px;
	margin-top:-20px;
}

.carousel-caption-white h2{
	font-family:'Arial Black', Helvetica, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:56px;
	margin-left:350px;
	margin-top:-25px;
}


.carousel-caption {
	bottom:20% !important;
}


.btn-black { 
  color: #ffffff; 
  background-color: #0D0D0D; 
  padding:15px;
  letter-spacing:5px;
  margin-top:50px;
} 
 
.btn-black:hover, 
.btn-black:focus, 
.btn-black:active, 
.btn-black.active, 
.open .dropdown-toggle.btn-black { 
  color: #ffffff; 
  background-color: #4d91cc; 
} 
 
.btn-black:active, 
.btn-black.active, 
.open .dropdown-toggle.btn-black { 
  background-image: none; 
} 
 
.btn-black.disabled, 
.btn-black[disabled], 
fieldset[disabled] .btn-black, 
.btn-black.disabled:hover, 
.btn-black[disabled]:hover, 
fieldset[disabled] .btn-black:hover, 
.btn-black.disabled:focus, 
.btn-black[disabled]:focus, 
fieldset[disabled] .btn-black:focus, 
.btn-black.disabled:active, 
.btn-black[disabled]:active, 
fieldset[disabled] .btn-black:active, 
.btn-black.disabled.active, 
.btn-black[disabled].active, 
fieldset[disabled] .btn-black.active { 
  background-color: #4d91cc; 
} 

 
 .btn-black .badge { 
  color: #0D0D0D; 
  background-color: #ffffff;

}


.top-header-inside{
	margin-top:10%;
}

.line h1 {
    position: relative;
    font-size: 54px !important;
    z-index: 1;
	color:#666666;
    overflow: hidden;
    text-align: center;
	font-weight:400;
}

.line h1:before {
    position: absolute;
    top: 31%;
    overflow: hidden;
    width: 45%;
    height: 10px;
    content: '\a0';
    background-color: #666666;

}
.line h1:before {
    margin-left: -50%;
    text-align: right;
}


h1:after {
    position: absolute;
    top: 31%;
	right:-60px;
    overflow: hidden;
    width: 35%;
    height: 10px;
    content: '\a0';
    background-color: #666666;

}
.line p{
	font-weight:100;
	font-size:20px;
	color:#666;
}


.line-blue h1 {
    position: relative;
    font-size: 54px;
    z-index: 1;
	color:#4d91cc;
    overflow: hidden;
    text-align: center;
	font-weight:400;

}

.line-blue h1:before, .line-blue h1:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 10px;
    content: '\a0';
    background-color: #4d91cc;

}
.line-blue h1:before {
    margin-left: -50%;
    text-align: right;
}


.title-2 h4{
	font-size:24px;
	font-family: 'Lato', sans-serif;
	font-weight:300;
}

.border-apply{
	border:thin solid #999;
}

.og-grid h4{
	font-size:20px;
}

.og-grid h3{
	font-size:16px;
}

.bg-blue{
	background-color:#4d91cc;
}

.vertical ul {
    margin: 0; 
    padding: 0;
    list-style-type: none;
}

.vertical ul li a {
    text-decoration: none;
    color: white; 
    padding: 3px 11px;
    display:block;
}
 
.vertical ul li a:visited {
    color: white;
}
 
.vertical ul li a:hover, .vertical ul li .current {
    color: #ccc;
}

.list-group-item{
	border:none !important;
}

.list-group {
	background:none !important;
}

.nav-side{
	border:thin solid #fff;
	margin-top:20px;
	text-align:center;
}

.nav-side ul{
	list-style-type:none;
	padding:10px 0;;
	margin:0;
}

.nav-side ul li a{
	color:#FFF;
	padding:10px 10px;
	display:block;
	font-size:20px;
}

.nav-side ul li a:hover{
	color:#CCC;
}

.bg-grey{
	background-color:#d1d2d3;
}

.bg-grey:hover{
	background-color:#ccc;
}

.hover-image {
  position: relative;
  width: 50%;
}

.hover-image-image {
  display: block;
  width: 100%;
  height: auto;
}


.hover-image-overlay {
 	position: absolute;
 	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top:0;
  height: 100%;
  width: 350px;
  opacity: 0;
  transition: .5s ease;
  background-color: #4d91cc;
}

.hover-image:hover .hover-image-overlay {
  opacity: 0.8;
}

.text {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index:999;
}

.overview{
	text-align:right;
	border-right:thin solid #ddd;
}

@media (min-width: 1200px) {
	.top-header-inside{
	margin-top:10% !important;
}

.navbar-custom {
	font-family: 'Encode Sans', sans-serif;
    /*font-family: 'Source Sans Pro', sans-serif;*/
   background-color: #fff !important;
   border-bottom:thin solid #e6e7e8;
   font-weight:600;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #000;
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: #000;
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #4d91cc;
}

/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
    background-color: #f1f1f2;
}
.navbar-custom .dropdown-item {
    color: #000;
}

.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    color: #333333;
    background-color: rgba(255,255,255,.3);
}

.nav-link {
	padding:10px 20px !important;
}


.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top:-5px;
  border-radius:0;
}


.carousel-caption-black h3{
	font-family:'Arial Black', Helvetica, sans-serif;
	font-weight:500;
	color:#000;
	font-size:56px !important;
	margin-left:-300px;
}


.carousel-caption-black h4{
	font-family:"Times New Roman", Times, serif;
	font-weight:500;
	font-style:italic;
	color:#000;
	font-size:56px !important;
	letter-spacing:10px;
	margin-left:100px;
	margin-top:-20px;
}

.carousel-caption-black h2{
	font-family:'Arial Black', Helvetica, sans-serif;
	font-weight:500;
	color:#000;
	font-size:56px !important;
	margin-left:350px;
	margin-top:-25px;
}



.carousel-caption-white h3{
	font-family:'Arial Black', Helvetica, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:56px !important;
	margin-left:-300px;
}

.carousel-caption-white h4{
	font-family:"Times New Roman", Times, serif;
	font-weight:500;
	font-style:italic;
	color:#fff;
	font-size:56px !important;
	letter-spacing:10px;
	margin-left:100px;
	margin-top:-20px;
}

.carousel-caption-white h2{
	font-family:'Arial Black', Helvetica, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:56px !important;
	margin-left:350px;
	margin-top:-25px;
}


.carousel-caption {
	bottom:20% !important;
}


.btn-black { 
  color: #ffffff; 
  background-color: #0D0D0D; 
  padding:15px;
  letter-spacing:5px;
  margin-top:50px;
} 
 
.btn-black:hover, 
.btn-black:focus, 
.btn-black:active, 
.btn-black.active, 
.open .dropdown-toggle.btn-black { 
  color: #ffffff; 
  background-color: #4d91cc; 
} 
 
.btn-black:active, 
.btn-black.active, 
.open .dropdown-toggle.btn-black { 
  background-image: none; 
} 
 
.btn-black.disabled, 
.btn-black[disabled], 
fieldset[disabled] .btn-black, 
.btn-black.disabled:hover, 
.btn-black[disabled]:hover, 
fieldset[disabled] .btn-black:hover, 
.btn-black.disabled:focus, 
.btn-black[disabled]:focus, 
fieldset[disabled] .btn-black:focus, 
.btn-black.disabled:active, 
.btn-black[disabled]:active, 
fieldset[disabled] .btn-black:active, 
.btn-black.disabled.active, 
.btn-black[disabled].active, 
fieldset[disabled] .btn-black.active { 
  background-color: #4d91cc; 
} 

 
 .btn-black .badge { 
  color: #0D0D0D; 
  background-color: #ffffff;

}


.top-header-inside{
	margin-top:10%;
}

.line h1 {
    position: relative;
    font-size: 54px;
    z-index: 1;
	color:#666666;
    overflow: hidden;
    text-align: center;
	font-weight:400;
}

.line h1:before {
    position: absolute;
    top: 31%;
    overflow: hidden;
    width: 45%;
    height: 10px;
    content: '\a0';
    background-color: #666666;

}
.line h1:before {
    margin-left: -50%;
    text-align: right;
}


h1:after {
    position: absolute;
    top: 31%;
	right:-60px;
    overflow: hidden;
    width: 35%;
    height: 10px;
    content: '\a0';
    background-color: #666666;

}
.line p{
	font-weight:100;
	font-size:20px;
	color:#666;
}


.line-blue h1 {
    position: relative;
    font-size: 54px;
    z-index: 1;
	color:#4d91cc;
    overflow: hidden;
    text-align: center;
	font-weight:400;

}

.line-blue h1:before, .line-blue h1:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 10px;
    content: '\a0';
    background-color: #4d91cc;

}
.line-blue h1:before {
    margin-left: -50%;
    text-align: right;
}


.title-2 h4{
	font-size:24px;
	font-family: 'Lato', sans-serif;
	font-weight:300;
}

.border-apply{
	border:thin solid #999;
}

.og-grid h4{
	font-size:20px;
}

.og-grid h3{
	font-size:16px;
}

.bg-blue{
	background-color:#4d91cc;
}

.vertical ul {
    margin: 0; 
    padding: 0;
    list-style-type: none;
}

.vertical ul li a {
    text-decoration: none;
    color: white; 
    padding: 3px 11px;
    display:block;
}
 
.vertical ul li a:visited {
    color: white;
}
 
.vertical ul li a:hover, .vertical ul li .current {
    color: #ccc;
}

.list-group-item{
	border:none !important;
}

.list-group {
	background:none !important;
}

.nav-side{
	border:thin solid #fff;
	margin-top:20px;
	text-align:center;
}

.nav-side ul{
	list-style-type:none;
	padding:10px 0;;
	margin:0;
}

.nav-side ul li a{
	color:#FFF;
	padding:10px 10px;
	display:block;
	font-size:20px;
}

.nav-side ul li a:hover{
	color:#CCC;
}

.bg-grey{
	background-color:#d1d2d3;
}

.bg-grey:hover{
	background-color:#ccc;
}

.hover-image {
  position: relative;
  width: 50%;
}

.hover-image-image {
  display: block;
  width: 100%;
  height: auto;
}


.hover-image-overlay {
 	position: absolute;
 	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top:0;
  height: 100%;
  width: 350px;
  opacity: 0;
  transition: .5s ease;
  background-color: #4d91cc;
}

.hover-image:hover .hover-image-overlay {
  opacity: 0.8;
}

.text {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index:999;
}

.overview{
	text-align:right;
	border-right:thin solid #ddd;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
}

@media (max-width: 480px) {
}
	
.carousel-caption-black h3{
	font-family:'Arial Black', Helvetica, sans-serif;
	font-weight:500;
	color:#000;
	font-size:30px;
	margin-left:-50px !important;
}

.carousel-caption-black h4{
	font-family:"Times New Roman", Times, serif;
	font-weight:500;
	font-style:italic;
	color:#000;
	font-size:30px;
	letter-spacing:10px;
	margin-left:100px;
	margin-top:-10px;
}

.carousel-caption-black h2{
	font-family:'Arial Black', Helvetica, sans-serif;
	font-weight:500;
	color:#000;
	font-size:30px;
	margin-left:150px;
	margin-top:-15px;
}

.carousel-caption-white h3{
	font-family:'Arial Black', Helvetica, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:30px;
	margin-left:-50px;
}

.carousel-caption-white h4{
	font-family:"Times New Roman", Times, serif;
	font-weight:500;
	font-style:italic;
	color:#fff;
	font-size:30px;
	letter-spacing:10px;
	margin-left:100px;
	margin-top:-10px;
}

.carousel-caption-white h2{
	font-family:'Arial Black', Helvetica, sans-serif;
	font-weight:500;
	color:#fff;
	font-size:30px;
	margin-left:150px;
	margin-top:-15px;
}


.carousel-caption {
	bottom:20% !important;
}

.overview{
	text-align:left;
	border:none;
}

.top-header-inside{
	margin-top:30%;
}


.top-header-inside{
	margin-top:30%;
}

.line h1 {
    position: relative;
    font-size: 24px;
    z-index: 1;
	color:#666666;
    overflow: hidden;
    text-align: center;
	font-weight:400;
}

.line h1:before {
    position: absolute;
    top: 25%;
    overflow: hidden;
    width: 45%;
    height: 5px;
    content: '\a0';
    background-color: #666666;

}
.line h1:before {
    margin-left: -50%;
    text-align: right;
}


h1:after {
    position: absolute;
    top: 25%;
	right:-60px;
    overflow: hidden;
    width: 35%;
    height: 5px;
    content: '\a0';
    background-color: #666666;

}
.line p{
	font-weight:100;
	font-size:20px;
	color:#666;
}




}
