<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* * ------------------------------------------------------------- * *
 GENAREL CSS STYLE
 * * ------------------------------------------------------------- * */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: non;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-family: 'Open+Sans', sans-serif !important;
	font-weight: 400;
}
a {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
a:hover, a:active, a:focus {
	color: #000;
	text-decoration: none;
	border-bottom: none;
	outline: 0;
}
h1 {
	font-family: 'Open+Sans', sans-serif;
	font-weight: bold;
	color: #073c78;
	font-size: 20px;
}
h2 {
	font-family: 'Open+Sans', sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 16px;
}
h3 {
	font-family: 'Open+Sans', sans-serif;
	font-weight: bold;
	color: #ff0000;
	font-size: 20px;
}
p {
	font-family: 'Open+Sans', sans-serif;
	color: #000;
	font-size: 15px;
	line-height: 26px;
}
input.form-control {
	height: 45px;
	border: 1px solid #073c78;
	color: #073c78;
	font-size: 15px;
	border-radius: 0px;
}
select {
	height: 45px;
	width: 100%;
	border: 1px solid #073c78;
	color: #073c78;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 0px;
}
textarea.form-control {
	height: 205px;
	border: 1px solid #073c78;
	color: #073c78;
	font-size: 15px;
	border-radius: 0px;
}
.form-group label {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 5px;
}
.btnBlue {
	border-radius: 0px;
	background-color: #073c78;
	color: #fff;
	padding: 10px 40px;
	border: none;
}
.btnBlue:hover {
	background-color: #00c7fc;
}
.btnWhite {
	border-radius: 0px;
	background-color: #00c7fc;
	color: #073c78;
	padding: 10px 40px;
	border: none;
}
.btnWhite:hover {
	background-color: #fff;
}
/***** Margings+Paddings CSS *****/
.marginTop5 {
	margin-top: 5px;
}
.marginTop10 {
	margin-top: 10px;
}
.marginTop15 {
	margin-top: 15px;
}
.marginTop20 {
	margin-top: 20px;
}
.marginTop25 {
	margin-top: 25px;
}
.marginTop30 {
	margin-top: 30px;
}
.marginTop35 {
	margin-top: 35px;
}
.marginTop40 {
	margin-top: 40px;
}
.marginTop45 {
	margin-top: 45px;
}
.marginTop50 {
	margin-top: 50px;
}
.marginBottom5 {
	margin-bottom: 5px;
}
.marginBottom10 {
	margin-bottom: 10px;
}
.marginBottom15 {
	margin-bottom: 15px;
}
.marginBottom20 {
	margin-bottom: 20px;
}
.marginBottom25 {
	margin-bottom: 25px;
}
.marginBottom30 {
	margin-bottom: 30px;
}
.marginBottom35 {
	margin-bottom: 35px;
}
.marginBottom40 {
	margin-bottom: 40px;
}
.marginBottom45 {
	margin-bottom: 45px;
}
.marginBottom50 {
	margin-bottom: 50px;
}
.paddingTop5 {
	padding-top: 5px;
}
.paddingTop10 {
	padding-top: 10px;
}
.paddingTop15 {
	padding-top: 15px;
}
.paddingTop20 {
	padding-top: 20px;
}
.paddingTop25 {
	padding-top: 25px;
}
.paddingTop30 {
	padding-top: 30px;
}
.paddingTop35 {
	padding-top: 35px;
}
.paddingTop40 {
	margin-top: 40px;
}
.paddingTop45 {
	padding-top: 45px;
}
.paddingTop50 {
	padding-top: 50px;
}
.paddingBottom5 {
	padding-bottom: 5px;
}
.paddingBottom10 {
	padding-bottom: 10px;
}
.paddingBottom15 {
	padding-bottom: 15px;
}
.paddingBottom20 {
	padding-bottom: 20px;
}
.paddingBottom25 {
	padding-bottom: 25px;
}
.paddingBottom30 {
	padding-bottom: 30px;
}
.paddingBottom35 {
	padding-bottom: 35px;
}
.paddingBottom40 {
	padding-bottom: 40px;
}
.paddingBottom45 {
	padding-bottom: 45px;
}
.paddingBottom50 {
	padding-bottom: 50px;
}
.txtCap {
	text-transform: uppercase;
}
/***** Margings+Paddings CSS *****/

/*---------------*/
/***** Bubba *****/
/*---------------*/
.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin-bottom: 30px;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption &gt; a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption &gt; a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	font-size:20px;
	color: #fff;
    font-weight: bold;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {

	font-size: 70%;
}

figure.effect-bubba {
	background: #0066cc;
}

figure.effect-bubba img {
	opacity: 1;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 10%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	/*padding: 20px 2.5em;*/
	opacity: 0;
	color:#fff;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-bubba p a{

	color:#fff;
}
figure.effect-bubba p a:hover{

	color:#ff0000;
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.btn-group &gt; .btn, .btn-group-vertical &gt; .btn {
    color:#fff;
	z-index:999;
	font-size:20px;
	font-weight:bold
}


/* * ------------------------------------------------------------- * *
						 All Body CSS
 * * ------------------------------------------------------------- * */

.logo {
	text-align: center;
	margin: 30px 0;
}
.logo img {
	margin: 0 auto;
}
.tagline {
	text-align: center;
	font-size: 12px;
	color: #073c78;
	font-weight: 600;
	margin-bottom: 20px;
}
.tagline2{
	display:none;}
/***** Nav CSS *****/
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-nav {
	float: none;
	margin: 0 auto;
}
.navbar-default {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00ccff+0,009bff+100 */
	background: #00ccff; /* Old browsers */
	background: -moz-linear-gradient(top, #00ccff 0%, #009bff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #00ccff 0%, #009bff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #00ccff 0%, #009bff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ccff', endColorstr='#009bff', GradientType=0 ); /* IE6-9 */
	border: none;
	border-bottom: 8px solid #0066cc;
}
.navbar-nav &gt; li {
	float: none;
	width: 13.9%;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
}
.navbar {
	border-radius: 0px;
	margin-bottom: 5px;
}
.navbar-default .navbar-nav &gt; li &gt; a {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}
.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus {
	color: #fff;
	background-color: #0066cc;
	border-top: 2px solid #00c7fc;
}
/***** Nav CSS *****/

/***** Boday CSS *****/
.blue-bg {
	background-color: #cce6ff;
}
#slideshow {
	position: relative;
	width: 100%;
	height: 520px;
	overflow: hidden;
	margin-bottom: 15px;
}
#slideshow &gt; div {
	position: absolute;
	width: 100%;
	height: 520px;
}
/***** Boday CSS *****/






/***** Footer CSS *****/
.foterBorder {
	border-top: 2px solid #9dabb7;
}
.privacy-links {
	color: #073c78;
	margin-left: -15px;
}
.privacy-links ul {
}
.privacy-links ul li {
	display: inline-block;
	font-weight: bold;
}
.privacy-links ul li a {
	color: #073c78;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.privacy-links ul li a:hover {
	color: #ff0000;
}
.copyright {
	color: #073c78;
	margin-right: -15px;
	font-size: 12px;
	text-align: right;
}
.copyright span {
	font-weight: bold;
}
/***** Footer CSS *****/

/***** Boday CSS *****/


.modal-content {
	background-color: #063c78;
	border: 1px solid #265d95;
	border: 1px solid rgba(38, 93, 149, 0.12);
	border-radius: 0px;
}
.modal-header {
	padding: 10px;
	border-bottom: 1px solid rgba(229, 229, 229, 0.13);
	text-align: center;
}
.modal-header button.close {
	color: red;
	margin-top: -10px;
	margin-right: -6px;
	opacity: 1;
	text-shadow: none;
	font-size: 28px;
}
.modal-title {
	font-size: 20px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 500;
}
#login-form {
}
#login-form label {
	color: #FFF;
}
/***** Portfolio CSS *****/
#sub-menu &gt; .navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
#sub-menu &gt; .navbar-nav {
	float: none;
	margin: 0 auto;
}
#sub-menu &gt; .navbar-default {
	background: #04bd03 !important;
	border: none;
}
#sub-menu .navbar-nav &gt; li {
	display: table-cell;
	text-align: center;
}
#sub-menu .navbar {
	border-radius: 0px;
	margin-bottom: 5px;
}
#sub-menu .navbar-default .navbar-nav &gt; li &gt; a {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
#sub-menu .navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus {
	color: #fff;
	background-color: #0066cc;
	border-top: 2px solid #00c7fc;
}
#sub-menu .dropdown-menu {
	background-color: #006800 !important;
}
#sub-menu .dropdown-menu &gt; li &gt; a {
	color: #fff;
}
#sub-menu .dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus {
	color: #000;
	background-color: #04bd03;
}
#sub-menu .navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
	background-color: #006800;
}
/***** sub menu 2 *****/

#sub-menu2 &gt; .navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
#sub-menu2 &gt; .navbar-nav {
	float: none;
	margin: 0 auto;
}
#sub-menu2 &gt; .navbar-default {
	background: #04bd03 !important;
	border: none;
}
#sub-menu2 .navbar-nav &gt; li {
	display: table-cell;
	text-align: center;
	width: auto;
}
#sub-menu2 .navbar {
	border-radius: 0px;
	margin-bottom: 5px;
}
#sub-menu2 .navbar-default .navbar-nav &gt; li &gt; a {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
#sub-menu2 .navbar-default .navbar-nav &gt; li &gt; a:hover {
	color: #000;
}
#sub-menu2 .navbar-default .navbar-nav &gt; li &gt; a.active2 {
	color: #000;
}
#sub-menu2 .navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus {
	color: #fff;
	background-color: #0066cc;
	border-top: 2px solid #00c7fc;
}
#sub-menu2 .dropdown-menu {
	background-color: #006800 !important;
}
#sub-menu2 .dropdown-menu &gt; li &gt; a {
	color: #fff;
}
#sub-menu2 .dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus {
	color: #000;
	background-color: #04bd03;
}
#sub-menu2 .navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
	background-color: #006800;
}
/***** sub menu 2 *****/





/***** Portfolio CSS *****/

/* CSS used here will be applied after bootstrap.css */
.carousel {
	margin-top: 20px;
}
.item .thumb {
	width: 15%;
	cursor: pointer;
	float: left;
	margin: 0 19px 0 0px;
	max-height: 82px;
	height: auto;
	overflow: hidden;
}
.item {
	width: 100%;
	max-height: 558px;
	height: auto;
	overflow: hidden;
}
.item .thumb img {
	width: 100%;
	margin: 0px;
}
.item img {
	width: 100%;
}
.carousel-control {
	width: 7%;
}
.carousel-control.left {
	background-image: none;
}
.carousel-control.right {
	background-image: none;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	color: #ff0000;
}
ul.list {
	font-weight: bold;
	line-height: 32px;
}
ul.list li{

	list-style:circle;
	margin-left:15px;
}
.font-nor {
	font-weight: normal;
	padding-left: 15px;
}
.colorblu {
	color: #214b82;
	margin-left: 30px;
}
ul.presLinks {
}
ul.presLinks p {
	font-size: 16px;
	font-weight: normal;
	color: #202020;
}
ul.presLinks li {
	line-height: 40px;
	display: block;
	margin-bottom: 20px;
}
ul.presLinks li a {
	color: #073c78;
	font-weight: bold;
	font-size: 20px;
}
ul.presLinks li a:hover {
	color: #ff0000;
}
/******************************** Press Page Slider CSS ***********************************/


.slider-container {
	position: relative;
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: all-scroll;
	overflow: hidden;
	height: 500px;
}
.slider-control {
	z-index: 2;
	position: absolute;
	top: 0;
	width: 5%;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	will-change: opacity;
	opacity: 0;
}
.slider-control.inactive:hover {
	cursor: auto;
}
.slider-control:not(.inactive):hover {
	opacity: 1;
	cursor: pointer;
}
.slider-control.left {
	left: 0;
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}
.slider-control.right {
	right: 0;
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}
.slider-pagi {
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 2rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 0;
	list-style-type: none;
}
.slider-pagi__elem {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 1rem;
	height: 1rem;
	margin: 0 0.2rem;
	border-radius: 50%;
	border: 1px solid #fff;
	cursor: pointer;
}
.slider-pagi__elem:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0.5rem;
	height: 0.5rem;
	background: #fff;
	border-radius: 50%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
}
.slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}
.slider {
	z-index: 1;
	position: relative;
	height: 100%;
}
.slider.animating {
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	will-change: transform;
}
.slider.animating .slide__bg {
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	will-change: transform;
}
.slide {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.slide.active .slide__overlay, .slide.active .slide__text {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.slide__bg {
	position: absolute;
	top: 0;
	left: -50%;
	width: 100%;
	height: 100%;
	background-size: cover;
	will-change: transform;
}
.slide:nth-child(1) {
	left: 0;
}
.slide:nth-child(1) .slide__bg {
	left: 0;
	background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/3d-slider-3.jpg");
}
.slide:nth-child(1) .slide__overlay-path {
	fill: #073c78;
}

@media (max-width: 991px) {
.slide:nth-child(1) .slide__text {
	background-color: rgba(7, 60, 120, 0.8);
}
}
.slide:nth-child(2) {
	left: 100%;
}
.slide:nth-child(2) .slide__bg {
	left: -50%;
	background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/3d-slider-2.jpg");
}
.slide:nth-child(2) .slide__overlay-path {
	fill: #073c78;
}

@media (max-width: 991px) {
.slide:nth-child(2) .slide__text {
	background-color: rgba(7, 60, 120, 0.8);
}
}
.slide:nth-child(3) {
	left: 200%;
}
.slide:nth-child(3) .slide__bg {
	left: -100%;
	background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/3d-slider-1.jpg");
}
.slide:nth-child(3) .slide__overlay-path {
	fill: #073c78;
}

@media (max-width: 991px) {
.slide:nth-child(3) .slide__text {
	background-color: rgba(7, 60, 120, 0.8);
}
}
.slide:nth-child(4) {
	left: 300%;
}
.slide:nth-child(4) .slide__bg {
	left: -150%;
	background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/3d-slider-4.jpg");
}
.slide:nth-child(4) .slide__overlay-path {
	fill: #073c78;
}

@media (max-width: 991px) {
.slide:nth-child(4) .slide__text {
	background-color: rgba(7, 60, 120, 0.8);
}
}
.slide__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slide__overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	min-height: 640px;
	-webkit-transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
	transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
	transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
	transition: transform 0.5s 0.5s, opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
	will-change: transform, opacity;
	-webkit-transform: translate3d(-20%, 0, 0);
	transform: translate3d(-20%, 0, 0);
	opacity: 0;
}

@media (max-width: 991px) {
.slide__overlay {
	display: none;
}
}
.slide__overlay path {
	opacity: 0.8;
}
.slide__text {
	position: absolute;
	width: 25%;
	bottom: 15%;
	left: 6%;
	color: #fff;
	-webkit-transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
	transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
	transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
	transition: transform 0.5s 0.8s, opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
	will-change: transform, opacity;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}
a.slide__text-link:hover {
	text-decoration: none;
	color: #ff0000;
}

@media (max-width: 991px) {
.slide__text {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 20rem;
	text-align: center;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	-webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
	transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
	transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
	transition: transform 0.5s 0.5s, opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
	padding: 0 1rem;
}
}
.slide__text-heading {
	font-family: "Polar", Helvetica, Arial, sans-serif;
	font-size: 30px;
	margin-bottom: 2rem;
}

@media (max-width: 991px) {
.slide__text-heading {
	line-height: 20rem;
	font-size: 3.5rem;
}
}
.slide__text-desc {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 15px;
	margin-bottom: 1.5rem;
	color: #fff;
}

@media (max-width: 991px) {
.slide__text-desc {
	display: none;
}
}
.slide__text-link {
	z-index: 5;
	display: inline-block;
	position: relative;
	padding: 0.5rem;
	cursor: pointer;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	color: #ff0000;
}

@media (max-width: 991px) {
.slide__text-link {
	display: none;
}
}
.slide__text-link:before {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: rotateX(-85deg);
	transform: rotateX(-85deg);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	will-change: transform;
}
.slide__text-link:hover:before {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}
/******************************** Press Page Slider CSS ***********************************/


ul.career-add {
	font-size: 20px;
	font-weight: bold;
	color: #073c78;
}
ul.career-add li {
	margin-bottom: 30px;
}
.blue-bld-c {
	font-weight: bold;
	color: #073c78;
}
p a {
	font-weight: bold;
	color: #073c78;
}
p a:hover {
	color: #ff0000;
}
.file {
	visibility: hidden;
	position: absolute;
}
.team-bg {
	background-color: #fff;
	border: 1px solid #d9d9d9;
	padding: 20px;
	margin-bottom: 15px;
	text-align: center;
}
.team-bg img {
	margin: 0 auto;
}
.phon-email {
	color: #073c78;
	display: none;
}
.phon-email span {
	font-weight: bold;
}
.phon-email ul {
}
.phon-email ul li {
	display: block;
}
.phon-email a {
	color: #073c78;
}
.phon-email a:hover {
	color: #ff0000;
}
/********* protfolio page css ***********/

.btn-group.open .dropdown-toggle{
	box-shadow:none;}

.dropdown-menu {
    background-color: #0066cc;
    background-clip: padding-box;
    border: none;
    border-radius:0px;
}

.dropdown-menu &gt; li &gt; a {
 color:#fff;}



.submenu-head{
	display:none;}


.alert-success {
    color: #073c78;}

.close {
	opacity: .6;
	color:#ff0000;}
.txt-justify{
	text-align:justify;}

/* * ------------------------------------------------------------- * *
						 All Media Queries
 * * ------------------------------------------------------------- * */


@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (min-width: 768px) and (max-width: 966px) {
.navbar-nav &gt; li {
	float: none;
	width: 1%;
	margin: 0 auto;
	display: table-cell;
	text-align: center;
}
.navbar-default .navbar-nav &gt; li &gt; a {
	font-size: 14px;
}
#sub-menu .navbar-default .navbar-nav &gt; li &gt; a {
	font-size: 12px;
	font-weight: 400;
	text-transform: capitalize;
}
#sub-menu2 .navbar-default .navbar-nav &gt; li &gt; a {
	font-size: 14px;
	font-weight: 500;
}
#sub-menu2 .navbar-nav &gt; li {
	display: inline-block !important;
}
}

@media screen and (max-width: 767px) {
.logo {
	margin: 15px 0;
}
.tagline {
	font-weight: 600;
	margin-bottom: 12px;
	padding: 0px 15px;
	line-height:normal;
}
.navbar-default {
	background: none;
	border: none;
	border-bottom: none;
}
.navbar-toggle {
	background: #00ccff; /* Old browsers */
	background: -moz-linear-gradient(top, #00ccff 0%, #009bff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #00ccff 0%, #009bff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #00ccff 0%, #009bff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ccff', endColorstr='#009bff', GradientType=0 ); /* IE6-9 */
	float: none;
	display: table;
	margin: 0px auto;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle {
	border: none;
}
#slideshow {
	height: 350px;
	margin-bottom: 0px;
}
#slideshow &gt; div {
	height: auto;
}
.navbar-nav &gt; li {
	width: 100%;
	background-color: #00c7fc;
}
.privacy-links {
	margin-left: 0px;
}
.privacy-links ul li a {
	font-weight: normal;
}
footer {
	text-align: center;
}
footer .copyright {
	text-align: center;
	margin-top: 15px;
	margin-right: 0px;
	line-height: 20px;
	padding-bottom: 5px;
}
#sub-menu .navbar {
	min-height: 35px !important;
}
#sub-menu .navbar-nav &gt; li {
	width: 100%;
	background-color: #04bd03;
	display: inline-block;
	text-align: left;
}
#sub-menu .navbar-default .navbar-nav &gt; li &gt; a {
	width: 100%;
	font-size: 14px;
	font-weight: 500;
}
#sub-menu .navbar-toggle {
	float: right;
	margin-top: 2px;
	background: none;
}
.dropdown-custom {
	width: 100%;
}
#sub-menu2 .navbar {
	min-height: 35px !important;
}
#sub-menu2 .navbar-nav &gt; li {
	width: 100%;
	background-color: #04bd03;
	display: inline-block;
	text-align: left;
}
#sub-menu2 .navbar-default .navbar-nav &gt; li &gt; a {
	width: 100%;
	font-size: 14px;
	font-weight: 500;
}
#sub-menu2 .navbar-toggle {
	width: 100%;
	float: left;
	margin-top: 2px;
	background: none;
}
#sub-menu2 .navbar-toggle .sr-only {
	float: left;
	position: relative;
	font-size: 12px;
	color: #FFF;
	width: auto;
	height: auto;
	padding-top: 3px;}


}

@media screen and (max-width: 640px) {
#slideshow {
	height: 290px;
	margin-bottom: 0px;
}
}

@media screen and (min-width: 360px) and (max-width:480px) {
.navbar-default .navbar-toggle {
    border: none;
    float: right;
	margin-top:10px;
	margin-right:15px;
}
#slideshow {
	height: 162px;
}
.phon-email {
	color: #073c78;
	display: block;
	float: left;
	margin-left: 14px;
	width: 220px;
}
.logo{
	position:relative;
	z-index:999;}
.logo img {
	width: 30%;
    margin: 0 auto 20px auto;
    float: left;
	padding-left:15px;}

.tagline {
    font-size: 11px;
	line-height:normal;
	font-weight:bold;

}
.navbar {
    margin-bottom: 0px;
}

.bx-wrapper .bx-controls-direction a {
	top: 63% !important;
	width: 16px !important;
	height: 16px !important;
}
.bx-wrapper .bx-prev {
	border-top: 10px solid transparent !important;
	border-bottom: 10px solid transparent !important;
	border-right: 10px solid #0066cc !important;
}
.bx-wrapper .bx-next {
	border-top: 10px solid transparent !important;
	border-bottom: 10px solid transparent !important;
	border-left: 10px solid #0066cc !important;
}
header{
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }
header.sticky{
	position: fixed;
    background: #fff;
    margin-top: 0px;
	z-index:999;
	width:100%;
	top:0;}

ul.presLinks li {
	line-height: 20px;}

.tagline {
	display:none;}
.tagline2 {
	text-align: center;
    font-size: 11px;
    color: #073c78;
    font-weight: 600;
    margin-bottom: 20px;
	display:block;
	margin-left:15px;
	margin-top:9px;
	float:left;
	line-height:14px;
	width:155px;	}

.grid figure{
	overflow:visible;
	height:350px;}

.submenu-head{margin:11px 0 0 10px; color:#fff;width:78%;;float:left;display:block;}
}

@media screen and (max-width: 320px) {
	.tagline2 {
	text-align: center;
    font-size: 11px;
    color: #073c78;
    font-weight: 600;
    margin-bottom: 20px;
	display:block;
	margin-left:8px;
	margin-top:9px;
	float:left;
	line-height:14px;
	width:135px;	}
.navbar-default .navbar-toggle {
    border: none;
    float: right;
	margin-top:10px;
	margin-right:15px;
}
.tagline {
	display:none;}

.logo img {
	width: 30%;
    margin: 0 auto 20px auto;
    float: left;}

#slideshow {
	height: 135px;
}
.phon-email {
	color: #073c78;
	display: block;
}
.bx-wrapper .bx-controls-direction a {
	top: 63% !important;
	width: 16px !important;
	height: 16px !important;
}
.bx-wrapper .bx-prev {
	border-top: 10px solid transparent !important;
	border-bottom: 10px solid transparent !important;
	border-right: 10px solid #0066cc !important;
}
.bx-wrapper .bx-next {
	border-top: 10px solid transparent !important;
	border-bottom: 10px solid transparent !important;
	border-left: 10px solid #0066cc !important;
}
.phon-email {
	color: #073c78;
	display: block;
	float: left;
	margin-left: 14px;
	width: 220px;}

.tagline {
    font-size: 11px;
	line-height:normal;
	font-weight:bold;

}
.logo{
	position:relative;
	z-index:999;}

.logo img {
	width:35%;
	padding-left:15px;}


header{
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

header.sticky{
	position: fixed;
    background: #fff;
    margin-top: 0px;
	z-index:999;
	width:100%;
	top:0;}

ul.presLinks li {
	line-height: 20px;}
.submenu-head{margin:11px 0 0 10px; color:#fff;width:76%;float:left;display:block;}

}
.bx-wrapper #gallery img{
    height: 700px;
}

.bx-wrapper img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.bx-wrapper .thumb img{
    height: 110px;
    width: 100%;

}

@media screen and (min-width:320px) and (max-width:768px) {

    .bx-wrapper .thumb img {
        height: 80px;
        width: 100%;
        object-fit: cover;

    }
  
    .bx-wrapper #gallery img{
        height: 520px !important;
    }

}
@media screen and (max-width:640px){

    .bx-wrapper .thumb img {
        height: 80px;

    }
    .bx-wrapper #gallery img{
        height: 500px !important;
    }

}
@media screen and (min-width:320px) and (max-width:480px) {

    .bx-wrapper .thumb img {
        height: 50px;
    }

    .bx-wrapper #gallery img{
        height: 340px !important;
    }

}
@media screen and (min-width:320px) and (max-width:380px) {

    .bx-wrapper #gallery img{
        height: 320px !important;
    }

}


</pre></body></html>