/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

/* @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes'); */
@import url('https://fonts.cdnfonts.com/css/metropolis-2');
/* @import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i'); */

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(animate.css);
@import url(font-awesome.min.css);
@import url(magnific-popup.css);
@import url(responsiveslides.css);
@import url(timeline.css);
@import url(flaticon.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/

body {
	color: #666666;
	font-size: 15px;
	font-family: 'Metropolis', sans-serif !important;
	line-height: 1.5 !important;
	overflow-x: hidden !important;
}

a {
	color: #1f1f1f;
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0;
	font-weight: normal;
	position: relative;
	padding: 0 0 10px 0;
	font-weight: normal;
	line-height: 120% !important;
	color: #1f1f1f;
	margin: 0
}

h1 {
	font-size: 24px
}

h2 {
	font-size: 22px
}

h3 {
	font-size: 18px
}

h4 {
	font-size: 21px;
	color: #07528d;
	margin-top: 25px;
}

h5 {
	font-size: 14px
}

h6 {
	font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #212121;
	text-decoration: none!important;
	opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	opacity: .8
}

a {
	color: #1f1f1f;
	text-decoration: none;
	outline: none;
}

.dark_bg {
	background: #000;
}

.padding_left_right {
	padding-left: 30px;
	padding-right: 30px;
}

a,
.btn {
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn-custom {
	margin-top: 20px;
	background-color: transparent !important;
	border: 2px solid #ddd;
	padding: 12px 40px;
	font-size: 16px;
}

.lead {
	font-size: 18px;
	line-height: 30px;
	color: #767676;
	margin: 0;
	padding: 0;
}

blockquote {
	margin: 20px 0 20px;
	padding: 30px;
}


ul,
li,
ol {
	margin: 0px;
	padding: 0px;
}
.mission li{
  list-style-type: disc;
}

.funding li{
	list-style-type: decimal;
  }

.funding li a{
	color: #000;
}
.funding li:hover{
	text-decoration: underline;
  }

  .blog-meta {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    /* margin-bottom: 20px; */
}

.blog-meta ul {
    margin-bottom: -10px !important;
    margin-top: 5px;
}

ul.list-unstyled h4 {
    font-size: 14px !important;
}

.article-title a{
	color: #000;
	font-weight: 600;
}

.article-title a:hover{
	color: #000;
}
.article-title:hover{
	color: #000;
	text-decoration: underline;
}

.referencing li{
  list-style-type: decimal;
}

button:focus {
	outline: none;
}

.form-control::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}


/*------------------------------------------------------------------
   LOADER
-------------------------------------------------------------------*/

#preloader {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 11000;
	position: fixed;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}

.loader {
    display: block;
    flex-wrap: wrap;
    width: 250px;
    height: auto;
    -webkit-transform-style: preserve-3d;
}

.loader img {
    width: 100%;
    height: auto;
}

.box {
	position: absolute;
	top: 0;
	left: 0;
	width: 75px;
	height: 75px;
	background-image: none;
	background-size: auto auto;
	background-image: none;
	-webkit-animation: move 2s ease-in-out infinite both;
	animation: move 2s ease-in-out infinite both;
	animation-delay: 0s;
	animation-delay: 0s;
	animation-delay: 0s;
	background-image: url('../images/gb.png');
	background-size: 100% 100%;
}

.box:nth-child(1) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.box:nth-child(2) {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
}

.box:nth-child(3) {
	-webkit-animation-delay: -3s;
	animation-delay: -3s;
}

@-webkit-keyframes move {
	0%,
	100% {
		-webkit-transform: none;
		transform: none;
	}
	12.5% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0);
	}
	25% {
		-webkit-transform: translate(80px, 0);
		transform: translate(80px, 0);
	}
	37.5% {
		-webkit-transform: translate(80px, 40px);
		transform: translate(80px, 40px);
	}
	50% {
		-webkit-transform: translate(80px, 40px);
		transform: translate(80px, 40px);
	}
	62.5% {
		-webkit-transform: translate(30px, 60px);
		transform: translate(30px, 60px);
	}
	75% {
		-webkit-transform: translate(0, 80px);
		transform: translate(0, 40px);
	}
	87.5% {
		-webkit-transform: translate(0, 40px);
		transform: translate(0, 40px);
	}
}

@keyframes move {
	0%,
	100% {
		-webkit-transform: none;
		transform: none;
	}
	12.5% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0);
	}
	25% {
		-webkit-transform: translate(80px, 0);
		transform: translate(80px, 0);
	}
	37.5% {
		-webkit-transform: translate(80px, 40px);
		transform: translate(80px, 40px);
	}
	50% {
		-webkit-transform: translate(80px, 80px);
		transform: translate(80px, 80px);
	}
	62.5% {
		-webkit-transform: translate(40px, 80px);
		transform: translate(40px, 80px);
	}
	75% {
		-webkit-transform: translate(0, 80px);
		transform: translate(0, 80px);
	}
	87.5% {
		-webkit-transform: translate(0, 40px);
		transform: translate(0, 40px);
	}
}

#scroll-to-top {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 10px;
	right: 20px;
	display: flex !important;
	justify-content: center;
	font-size: 25px;
	border-radius: 0;
	transition: .2s;
	letter-spacing: 1px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	font-weight: 900;
	border-radius: 100%;
}

#scroll-to-top i.fa.fa-angle-up {
    position: relative;
    top: 6px;
    left: 6px;
}

.padding_bottom-0 {
	padding-bottom: 0 !important;
}

/*------------------------------------------------------------------ HEADER -------------------------------------------------------------------*/

.top-header .navbar {
	padding: 1rem 0 1rem 50px;
}

.top-header {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 20;
    background-position: left;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: auto 100%;
    width: 100%;


    /* margin: 0 5%; */
}

.top-header .navbar .navbar-collapse ul li a {
	text-transform: uppercase;
	font-size: 14px;
	padding: 0px 1px 0px 10px;
	position: relative;
	font-weight: 600;
	overflow: hidden;
	color: #035f82;
}


.header-border{
	width: 100%;
	display: block;
	bottom: 0;
	height: 7px;
}

a.navbar-brand {
    left: 0;
    position: relative;
}

a.navbar-brand img {
    height: 55px;
}
.brand-logo{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.brand-img{

}

.brand-text{
	font-size: .8rem;
	color: #035f82;
	font-weight: 500;
}

.top-header .navbar .navbar-collapse ul li a.active {}
.top-header .navbar .navbar-collapse ul li a:hover,
.top-header .navbar .navbar-collapse ul li a:focus {
	background: transparent;
	color: #d4a81e;
}



.search_icon.nav-link img {
	width: 25px;
}

.top-header .navbar .navbar-collapse ul li {
    margin: 0 2px;
    padding: 10px 10px 10px 10px;
}


.top-header.fixed-menu {
    width: 100%;
    position: fixed;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    background: #fff;
    z-index: 20;
    margin: 0;
}

.navbar-toggler {
	border: 2px solid #d4a81e !important;
	border-radius: 0;
	margin: 15px 15px;
	padding: 8px 8px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.navbar-toggler span {
	background: #d4a81e;
	display: block;
	width: 22px;
	height: 2px;
	margin: 0 auto;
	margin-top: 0px;
	margin-top: 0px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.navbar-toggler span+span {
	margin-top: 5px;
}

.navbar-toggler:hover {
	border: 2px solid #d4a81e;
}

.navbar-toggler:hover span {
	background: #d4a81e;
}

.tab_menu {
    overflow: scroll;
}
.tab_menu ul {
    width: 100%;
}
.full > img {
    width: 100%;
    height: auto;
}
.blog_img_popular {
    /* margin-bottom: 30px; */
	padding: 5px;
}
/* search bar */

.search-box {
	position: absolute;
	top: 0;
	right: 50px;
	height: auto;
	padding: 0;
	margin-top: 17px;
}

.search-box:hover .search-txt {
	width: 240px;
	padding: 0 10px;
}

.top-header #navbarNav {
	padding-right: 100px;
}

.search-btn {
	float: right;
	width: 41px;
	height: 41px;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #111;
}

.search-txt {
	border: none;
	outline: none;
	float: left;
	padding: 0;
	color: #000;
	font-size: 14px;
	line-height: 41px;
	width: 0;
	transition: width 400ms;
	background: #fff;
	padding: 0;
	font-weight: 300;
}

.theme_color {
	color: #d4a81e;
}


/*------------------------------------------------------------------ Banner -------------------------------------------------------------------*/

.home-slider {
	position: relative;
	height: 540px;
}

.lbox-caption {
	display: table;
	height: 100% !important;
	width: 100% !important;
	left: 0 !important;
}

.lbox-caption {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 10;
}

.lbox-details {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	height: 100%;
	padding: 22% 0%;
}

.lbox-details::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.lbox-details h1 {
	font-size: 54px;
	font-family: 'Metropolis', sans-serif !important;
	color: #ffffff;
	font-weight: 600;
	position: relative;
	z-index: 3;
}

.lbox-details h2 {
	font-size: 48px;
	color: #ffffff;
	font-weight: 300;
	position: relative;
	z-index: 3;
}

.lbox-details p {
	color: #ffffff;
	position: relative;
	z-index: 3;
}

.lbox-details p strong {
	color: #70c6eb;
	font-size: 40px;
	font-family: 'Metropolis', sans-serif !important;
}

.lbox-details a.btn {
	background: #ffffff;
	padding: 10px 20px;
	font-size: 20px;
	text-transform: capitalize;
	color: #3a4149;
	border-radius: 0px;
	position: relative;
	z-index: 3;
}

.lbox-details a.btn:hover {
	background: #70c6eb;
}

.pogoSlider-nav-btn {
	background: #000;
}

.pogoSlider-nav-btn--selected {
	background: #d4a81e !important;
}

.pogoSlider--navBottom .pogoSlider-nav {
    bottom: 75px;
}

.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn {
	display: none;
}

.img-responsive {
	max-width: 100%;
}

/* .slide_text{
	position: absolute;
	padding: 2rem;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -100%);
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.8);
} */

.slide_text h3 {
    font-size: 1rem;
    font-weight: 600;
    padding-bottom: 0 !important;
    /* line-height: 37px !important; */
    text-align: left;
    color: #fff;
	text-transform: uppercase;
	padding-right: 50px;
	padding-left: 100px;
}

/* .slide_text h3 span {
    font-size: 40px;
} */

.slide_text h4 {
    font-size: 30px;
    font-weight: 300;
    margin: 10px 0 0 0;
    padding: 0;
    text-transform: uppercase;
    /* text-align: center; */
    color: #fff;
}

.slider-content{
	position: relative;
	width: 100%;
	height: 100%;
}

.slide_text p {
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
    margin: 0;
	text-align: left;
    padding-left: 100px;
}

.contact_bt {
    width: 180px;
    height: 50px;
    background: #d4a81e;
    color: #fff;
    float: left;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    /* margin-top: 50px; */
    border-radius: 5px;
}

.contact_bt:hover,
.contact_bt:focus {
    color: #fff;
}

.dark_bg .contact_bt {
    margin-top: 30px;
}

/* .slide_text {
    margin-top: 220px;
    padding-left: 0;
} */

.tab_menu {
    width: 100%;
    height: 110px;
    background: #fff;
    float: left;
    border-radius: 10px;
    margin-top: -30px;
    position: relative;
    z-index: 9;
    box-shadow: 0px 0 14px 0 rgba(0,0,0,.3);
    overflow: hidden;
    padding: 0 30px;
}

.tab_menu ul li:nth-child(7),.tab_menu ul li:nth-child(5) {
    /* background: #2685f2; * #002147; * */
    /* transform: skew(-30deg); */
	/* color:#fff; */
}

.tab_menu ul li:nth-child(6) {
    /* background: #d4a81e; */
    /* transform: skew(-30deg); */
	/* color:#fff; */
}

.tab_menu ul li:nth-child(7) a,.tab_menu ul li:nth-child(5) a {
    /* transform: skew(30deg); */
	/* float: left; */
	/* color: #fff; */
}

.tab_menu ul li:nth-child(6) a {
    /* transform: skew(30deg); */
	/* float: left; */
	/* color: #fff; */
}

.tab_menu ul li span {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    float: left;
}

.tab_menu ul li {
    width: 14.25%;
    float: left;
    padding: 25px 0;
    display: flex;
    justify-content: center;
}

span.icon {
    float: left;
    width: 100%;
    text-align: center;
}


span.icon img {
    height: 35px;
}

/*------------------------------------------------------------------ About -------------------------------------------------------------------*/

.tooltip-1 {
	display: inline-block;
	position: relative;
	color: #70c6eb;
	opacity: 1;
}

.tooltip__wave {
	width: 30%;
	height: 20px;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0px;
	margin: 0 auto;
	overflow: hidden;
}

.tooltip__wave span {
	position: absolute;
	left: -100%;
	width: 200%;
	height: 100%;
	background: url(../images/wave.svg) repeat-x center center;
	background-size: 50% auto;
}

.about-box {
	padding: 70px 0px;
}



.title-box {
	text-align: center;
	margin-bottom: 30px;
}

.title-box h2 {
	font-size: 75px;
	font-family: 'Metropolis', sans-serif !important;
	color: #e91327;
	font-weight: 400;
	padding: 0;
}

.title-box h2 span {
	color: #70c6eb;
	text-decoration: underline;
}

.about-main-info h2 span {
	color: #70c6eb;
	text-decoration: underline;
}

.about-main-info {
	margin-bottom: 30px;
}

.about-m {}

.about-img {
	padding: 30px 0px;
}

.about-img img {
	border-radius: 10px;
}

.about-m ul {
	display: block;
	text-align: center;
	padding-bottom: 30px;
}

.about-m ul li {
	display: inline-block;
	text-align: center;
}

.about-m ul li a {
	background: #528780;
	color: #ffffff;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	display: block;
	border-radius: 50px;
	margin: 0px 5px;
}

.about-m ul li a:hover {
	background: #333333;
	color: #ffffff;
}

.about-main-info h2 {
	font-size: 45px;
	color: #e91327;
	font-weight: 600;
}

.about-main-info a {
	border-radius: 2px;
	transition: .2s;
	padding: 10px 25px;
	background: #e91327;
	color: #ffffff;
	font-weight: 300;
	font-size: 15px;
	border-radius: 0 15px;
	margin-top: 10px;
}

.about-main-info a:hover {
	color: #ffffff;
}

.about-main-info div.full>img {
	height: 500px;
}



.hvr-radial-out {
    display: flex;
    justify-content: center;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    background: /*#095a83*/ #2c7e06;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #fff;
    float: left;
    width: 165px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin-top: 20px;
	font-size: 17px;
    font-weight: 600;
    text-indent: -10px;
	clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}

/* .hvr-radial-out:after {
    content: "";
    display: flex;
    width: 30px;
    height: 100px;
    background: #fff;
    position: absolute;
    z-index: 11;
    top: -5px;
    right: -6px;
    transform: skew(-20deg);
} */

.slide_text .hvr-radial-out {
    margin-top: 0;
}

.hvr-radial-out::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #070500;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-radial-out:hover::before,
.hvr-radial-out:focus::before,
.hvr-radial-out:active::before {
	-webkit-transform: scale(2);
	transform: scale(2);
}

a.hvr-radial-out:hover,
a.hvr-radial-out:focus {
	color: #fff;
}

a#scroll-to-top::after {
    display: none;
}

.silver_bg .hvr-radial-out:after {
    background: #eee;
}



/* footer link */

.hvr-radial-out-footer {
  display: flex;
  justify-content: center;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: /*#095a83*/ #2c7e06;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #fff;
  float: left;
  width: 165px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 600;
  text-indent: -10px;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);

}

/* .hvr-radial-out-footer:after {
  content: "";
  display: flex;
  width: 30px;
  height: 100px;
  background: #0b1c2c;
  position: absolute;
  z-index: 11;
  top: -5px;
  right: -6px;
  transform: skew(-20deg);
} */

.hvr-radial-out-footer::before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #070500;
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}

.hvr-radial-out-footer:hover::before,
.hvr-radial-out-footer:focus::before,
.hvr-radial-out:active::before {
-webkit-transform: scale(2);
transform: scale(2);
}

a.hvr-radial-out-footer:hover,
a.hvr-radial-out-footer:focus {
color: #fff;
}

/*------------------------------------------------------------------ Services -------------------------------------------------------------------*/


.service_blog {
    float: left;
    width: 100%;
    border: solid #555 1px;
    padding: 30px;
    margin-top: 30px;
    transition: ease all 0.2s;
}

.service_blog:hover, .service_blog:focus {
    box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    transform: scale(1.02);
}

.service_blog h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: solid #222 2px;
    color: #222;
    margin-bottom: 15px;
}

.effect-service {
	position: relative;
	height: auto;
	text-align: center;
	cursor: pointer;
	border: 8px solid #eee;
	margin-bottom: 30px;
}

figure.effect-service {
	background: -webkit-linear-gradient(-45deg, #EC65B7 0%, #05E0D8 100%);
	background: linear-gradient(-45deg, #EC65B7 0%, #05E0D8 100%);
}

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

figure.effect-service img {
	opacity: 0.85;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure figcaption,
.grid figure figcaption>a {
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure figcaption {
	padding: 10px;
	color: #999;
	text-transform: capitalize;
	font-size: smaller;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-service h2 {
	padding: 20px;
	width: 50%;
	height: 50%;
	text-align: left;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(10px, 10px, 0);
	transform: translate3d(10px, 10px, 0);
}

figure.effect-service h2 {
	background: #e91327;
	padding: 13px;
	width: 94%;
	height: 58px;
	border: 0;
	margin: 0;
	font-weight: 200;
	font-size: 34px;
	color: #ffffff;
	text-align: center;
	font-family: 'Metropolis', sans-serif !important;
}

figure.effect-service p {
	padding: 15px;
	width: 100%;
	height: 80%;
	font-size: 14px;
	border: 2px solid #fff;
	margin: 0;
	font-weight: 300;
	display: none;
}

figure.effect-service p {
	float: right;
	padding: 20px;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

figure figcaption>a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

figure.effect-service:hover img {
	opacity: 0.6;
}

figure.effect-service:hover p {
	opacity: 1;
}

figure.effect-service:hover {
	border: 8px solid #e91327;
}


/*------------------------------------------------------------------ Gallery -------------------------------------------------------------------*/

.gallery-box {
	padding: 70px 0px 120px;
}

.gallery-box ul {}

.gallery-box ul li {
	position: relative;
	width: 31.33%;
	margin: 0 1% 20px !important;
	padding: 0px;
	float: left;
	border: none;
	overflow: hidden;
	margin-bottom: 0px;
}

.gallery-box ul li a {
	position: relative;
	display: inline-block;
	border: 4px solid #ffffff;
}

.gallery-box ul li a::before {
	content: "";
	position: absolute;
	background: rgba(233, 19, 39, 0.9);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 100%;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.gallery-box ul li a .overlay {
	background: #70c6eb;
	color: #3a4149;
	font-size: 22px;
	text-align: center;
	width: 38px;
	height: 38px;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.gallery-box ul li a:hover::before {
	top: 0;
	opacity: 1;
}

.gallery-box ul li a:hover .overlay {
	opacity: 1;
}

.gallery-box ul li a:hover {
	border: 4px solid #e91327;
}

.gallery-box ul li a .overlay {
	background: #fff;
	color: #e91327;
}


/*------------------------------------------------------------------ Properties -------------------------------------------------------------------*/

.properties-box {
	padding: 70px 0px;
	background-color: #f2f3f5;
}

.single-team-member {
	position: relative;
	margin-top: 30px;
	border: 10px solid #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.filter-button-group {
	margin-bottom: 30px;
}

.filter-button-group button {
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px;
	background: #57cef8;
	color: #ffffff;
	cursor: pointer;
	border: none;
}

.filter-button-group button:hover {
	color: #ffffff;
}

.properties-single {
	margin-bottom: 30px;
	background: #ffffff;
	transition: all 0.5s ease 0s;
}

.fuit {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
}

.fuit a {
	background: #57cef8;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	color: #ffffff;
}

.for-sal {
	background: #3a4149;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #ffffff;
	border-radius: 2px;
	padding: 5px 10px;
	font-size: 13px;
	z-index: 10;
}

.pro-price {
	background: #57cef8;
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #ffffff;
	border-radius: 2px;
	padding: 5px 10px;
	font-size: 13px;
	z-index: 10;
}

.properties-img {
	position: relative;
	overflow: hidden;
}

.properties-img img {
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-o-transition: all 1.5s;
	-ms-transition: all 1.5s;
	transition: all 1.5s;
	transition-delay: 0s;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-o-transition-delay: .5s;
	-ms-transition-delay: .5s;
	transition-delay: .5s;
}

.properties-single:hover .properties-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.hover-box {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	-webkit-transition: all .9s ease;
	-moz-transition: all .9s ease;
	-o-transition: all .9s ease;
	-ms-transition: all .9s ease;
	transition: all .9s ease;
	transition-delay: 0s;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-o-transition-delay: .5s;
	-ms-transition-delay: .5s;
	transition-delay: .5s;
}

.properties-single:hover .hover-box {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
	top: 0;
}

.properties-dit {
	padding: 15px;
}

.properties-dit h3 {
	font-size: 20px;
}

.properties-dit ul {
	padding: 10px 0px;
}

.properties-dit ul li {
	float: left;
	width: 33.33%;
	font-size: 12px;
	line-height: 30px;
}

.properties-dit ul li i {
	float: right;
	padding: 7px 10px;
	font-size: 15px;
	color: #57cef8;
}

.properties-dit p {
	margin: 0px;
}

.properties-dit p i {
	padding-right: 10px;
}

/*------------------------------------------------------------------ counter ----------------------------------------------------------------*/

h2.timer.count-title.count-number {
    color: #f43866;
    font-size: 60px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: 60px;
}

p.count-text {
    color: #f43866;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    border-bottom: solid #fff 5px;
    padding-bottom: 10px;
    width: 50%;
}

/*------------------------------------------------------------------ Team -------------------------------------------------------------------*/

.team-box {
	padding: 70px 0px;
}

.team_member_img img {
    border: solid #ece9e2 20px;
    border-radius: 100%;
    width: 300px;
    height: 300px;
}

#team_slider h3 {
    margin-bottom: 10px;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    padding: 0;
    margin-top: 25px;
}

#team_slider p {
    padding: 0 43px;
}

.team_member_img {
    position: relative;
}

.team_member_img .social_icon_team {
    position: absolute;
    top: 19px;
    left: 42px;
    width: 76%;
    height: 87%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: rgba(244,56,102,0.7);
	opacity:0;
	transition: ease all 0.2s;
}

.team_member_img:hover .social_icon_team,
.team_member_img:focus .social_icon_team {
	opacity: 1;
}

.our-team {
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.our-team:before,
.our-team:after {
	content: "";
	width: 130px;
	height: 150px;
	background: #57cef8;
	position: absolute;
	z-index: -1;
}

.our-team:before {
	bottom: -20px;
	left: 0;
}

.our-team:after {
	top: -20px;
	right: 0;
}

.our-team .pic {
	margin: 8px;
	position: relative;
	border: 3px solid #57cef8;
	transition: all 0.5s ease 0s;
}

.our-team:hover .pic {
	border-color: #3a4149;
}

.our-team .pic:after {
	content: "";
	width: 100%;
	height: 0;
	background: #57cef8;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform-origin: 0 0 0;
	transition: all 0.5s ease 0s;
}

.our-team:hover .pic:after {
	height: 100%;
	opacity: 0.85;
}

.our-team img {
	width: 100%;
	height: auto;
}

.our-team .team-content {
	width: 100%;
	position: absolute;
	top: -50%;
	left: 0;
	transition: all 0.5s ease 0.2s;
}

.our-team:hover .team-content {
	top: 38%;
}

.our-team .title {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	margin: 0px;
}

.our-team .post {
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	text-transform: capitalize;
}

.our-team .social {
	padding: 0;
	margin: 40px 0 0 0;
	list-style: none;
}

.our-team .social li {
	display: inline-block;
}

.our-team .social li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	border: 1px solid #fff;
	font-size: 18px;
	color: #fff;
	margin: 0 7px;
	transition: all 0.5s ease 0s;
}

.our-team .social li a:hover {
	background: #fff;
	color: #00bed3;
}

@media only screen and (max-width: 990px) {
	.our-team {
		margin-bottom: 30px;
	}
}


/*------------------------------------------------------------------ Blog -------------------------------------------------------------------*/

.blog-box {
	padding: 70px 0px;
	background-color: #f2f3f5;
}

.blog-inner {
	background: #ffffff;
	text-align: center;
	margin-bottom: 30px;
	border: 10px solid #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.blog-img {
	margin-bottom: 15px;
	overflow: hidden;
}

.blog-img img {
	transition: all 0.9s ease 0s;
}

.blog-inner:hover .blog-img img {
	-moz-transform: scale(1.5) rotate(-10deg);
	-webkit-transform: scale(1.5) rotate(-10deg);
	-ms-transform: scale(1.5) rotate(-10deg);
	-o-transform: scale(1.5) rotate(-10deg);
	transform: scale(1.5) rotate(-10deg);
}

.blog-inner a {
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px;
	background: #57cef8;
	color: #ffffff;
}

.blog-inner a:hover {
	color: #ffffff;
}


/*------------------------------------------------------------------ Contact -------------------------------------------------------------------*/

.contact-box {
	padding: 70px 0px;
}

.left-contact h2 {
	font-size: 22px;
	font-weight: 500;
	padding-bottom: 30px;
}

.cont-line {
	overflow: hidden;
	margin-bottom: 30px;
}

.icon-b {
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	font-size: 25px;
	margin-right: 15px;
	color: #fff;
	border-radius: 100%;
	background: #d4a81e;
}

.dit-right h4 {
	font-size: 16px;
	color: #3a4149;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

.dit-right p {
	font-size: 14px;
	margin-top: 0;
}

.dit-right a {
	font-size: 14px;
	color: #3a4149;
	font-weight: 300;
	line-height: normal;
}

.dit-right a:hover {
	color: #57cef8;
}

.contact-block {}

.contact-block .form-group .form-control {
	background: #333;
	height: 48px;
	font-size: 14px;
	border: 0;
	padding: 5px 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	font-weight: 200;
	letter-spacing: 0px;
}

.submit-button .btn-common {
	background-color: #d4a81e;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	padding: 0 20px;
	border: 0;
	outline: 0;
	text-transform: uppercase;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 0;
	opacity: 1;
}

.contact-block .form-group textarea.form-control {
	height: 150px;
	padding-top: 15px;
}

.submit-button .btn-common:hover {
	background-color: #111;
	opacity: 1;
}

.custom-select {
	height: 45px;
	font-size: 16px;
}

select.form-control:not([size]):not([multiple]) {
	height: calc(45px + 2px);
}

.help-block ul li {
	color: red;
}

.footer-box {
    background: #0b1c2c;
    padding: 50px 0;
    margin-top: -30px;
}

.footer-box .footer-company-name {
	text-align: center;
	margin: 0px;
	color: #333;
	font-size: 13px;
	font-weight: 400;
	padding-top: 2px;
}

.footer-box .footer-company-name a {
	color: #333;
	text-decoration: underline !important;
}

.footer-box .footer-company-name a:hover {
	color: #e91327;
}


/*------------------------------------------------------------------ Subscribe -------------------------------------------------------------------*/

.subscribe-box {
	padding: 70px 0px;
	background: #e91327;
}

.subscribe-inner {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}

.subscribe-inner h2 {
	font-size: 80px;
	font-weight: 600;
	color: #ffffff;
	font-family: 'Metropolis', sans-serif !important;
	padding: 0;
}

.subscribe-inner p {
	color: #cccccc;
}

.subscribe-inner .form-group .form-control-1 {
	width: 100%;
	padding: 12px 15px;
	border-radius: 0px;
	border: none;
}

.subscribe-inner .form-group button {
	border-radius: 0;
	transition: .2s;
	padding: 10px 18px;
	background: #222;
	color: #ffffff;
	border: none;
	cursor: pointer;
	font-weight: 300;
	letter-spacing: 0.1px;
	border-radius: 0 15px 0 15px;
}

.about-main-info h2 img {
	margin-top: -10px;
}

p {
    margin-top: 5px;
    margin-bottom: 1rem;
    font-size: 16px;
    /* font-weight: 500; */
    line-height: 1.5 !important;
    color: #4a4a49;
}

.text_align_center {
	text-align: center;
}

.red_bg {
	background: #e91327;
}

.white_fonts p,
.white_fonts h1,
.white_fonts h2,
.white_fonts h3,
.white_fonts h4,
.white_fonts h5,
.white_fonts h6,
.white_fonts ul,
.white_fonts ul li,
.white_fonts ul li a,
.white_fonts ul i,
.white_fonts .post_info i,
.white_fonts div,
.white_fonts a.read_more {
	color: #fff !important;
}

.red_bg .about-main-info a {
	background: #fff;
	color: #e91327;
}

.testimonial_img {
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
}

.mfp-figure figure .mfp-bottom-bar {
	display: none;
}

#client_slider .carousel-indicators {
	bottom: -45px;
}

#client_slider .carousel-indicators li {
	height: 15px;
	width: 15px;
	border-radius: 100%;
	background: #999;
}

#client_slider .carousel-indicators li.active {
	background: #e91327;
}

.layout_padding {
	padding-top: 40px;
	padding-bottom: 75px;
}

.layout_padding_2 {
	/* padding-top: 30px; */
	padding-bottom: 30px;
}

.heading_main h2 {
    font-size: 40px;
    font-weight: 700;
    padding: 0 0 15px 0;
    margin: 0 0 30px 0;
    font-family: 'Metropolis', sans-serif !important;
    position: relative;
    background-image: url(../images/heading_main_border.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.heading_main h2 span {
	color: #095a83;
}

.heading_main p.large {
    font-size: 20px;
    color: #605f5f;
    position: relative;
    padding: 0;
    font-weight: 500;
    margin: 0;
}

.heading_main p {
    font-family: 'Metropolis', sans-serif !important;
}

.heading_main p.small_tag {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 600;
    margin: 0;
}

.heading_main.text_align_center {
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
}

.center {
	display: flex;
	justify-content: center;
}

p.section_count {
    font-size: 155px;
    margin: 0 45px 0 0;
    color: #cccac5;
    font-weight: 400;
    line-height: 70px;
}

.padding_0 {
	padding: 0;
}

.full {
	float: left;
	width: 100%;
  overflow: hidden;
}

.heading_main {
    float: left;
    display: flex;
}

.theme_bg {
	background: #07528d;
}

.slider_title{
	color: #095a83;
}

h3.small_heading {
	font-size: 35px;
	font-weight: 600;
	line-height: normal;
}

.margin-top_20 {
	margin-top: 20px;
}

.margin-top_30 {
	margin-top: 30px;
}

.margin-top_50 {
	margin-top: 50px;
  margin-bottom: 30px;
}

.margin-bottom_30 {
	margin-bottom: 30px;
}

.carousel-item img {
  width: 100%;
  height: auto;
}

.carousel a.carousel-control-prev {
    background: #d4a81e;
    opacity: 1;
    width: 55px;
    height: 50px;
    border-radius: 0;
    top: 40%;
    /* left: -80px; */
}

.carousel a.carousel-control-next {
	background: #d4a81e;
	opacity: 1;
	width: 50px;
	height: 50px;
	border-radius: 0;
	top: 40%;
	/* right: -80px; */
}

#demo {
	margin-bottom: 20px;
}

ul.social_icon li a {
    width: 35px;
    height: 35px;
    background: #fff;
    float: left;
    border-radius: 100%;
    text-align: center;
    font-size: 16px;
}

ul.social_icon li i {
	color: #000 !important;
	line-height: 35px;
}

ul.social_icon li {
	float: left;
	margin: 0 5px;
}

.inner_page .top-header {

    position: relative;

}

.inner_page .inner_page_header {

    background: #1f1f1f;
    padding: 40px 0;

}

.inner_page .inner_page_header h3 {

    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;

}

.footer_bottom {
    background: #0b1c2c;
    padding: 15px 0;
}

.footer_bottom p.crp {
    float: left;
    margin: 0;
    color: #fff;
    font-size: 15px;
    width: 100%;
    text-align: center;
}

.footer_menu ul {
    list-style: none;
    width: 100%;
    float: left;
    margin-top: -10px;
}

.footer_blog li a {
    font-size: 14px;
    font-weight: 400 !important;
    color: #acaba9 !important;
}

.footer_blog li{
  margin-bottom: -10px !important;
}

.footer_blog li a:hover {
  font-size: 14px;
  font-weight: 800 !important;
  color: #ffffff !important;
  text-decoration: underline;
}

.recent_post_footer p {
    color: #acaba9 !important;
    font-size: 13px;
}

.footer_blog h3 {
    margin-bottom: 10px;
}

.news-section{
	background: #f7f7f7;
}

.newsletter_form input {

    padding: 5px 10px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;

}

.newsletter_form button {
    background: #e0af14;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 25px;
    border-radius: 5px;
    cursor: pointer;
}

.footer_blog h3 {
    margin-bottom: 10px;
    font-size: 22px;
    color: #fff;
    border-bottom: solid #e0af14 2px;
    font-weight: 600;
    margin-top: 14px;
    float: right;
    width: 100%;
    margin-bottom: 30px;
}

footer.footer-box p {
    font-size: 14px;
}

.footer_blog {
    float: left;
    width: 100%;
}

.footer_blog ul li {
    display: flex;
}

.footer_blog ul li img {
    width: 26px;
    height: 26px;
    margin-right: 15px;
    position: relative;
    top: 3px;
}

.footer_blog ul li {
    margin-bottom: 15px;
}

ul.bottom_menu li a {
	color: #8d8d8c;
}

ul.bottom_menu li {
	float: left;
	font-size: 14px;
	font-weight: 300;
	margin-left: 20px;
}

#inner_page header.top-header {
    position: relative !important;
}

.bottom_menu {
	float: right;
}

.innerpage_banner {
	background-color: #f9f9f9;
	min-height: 150px;
	text-align: center;
	background-image: url("../images/slider-01.jpg");
	background-size: cover;
	background-position: center center;
}

.innerpage_banner h2 {
	margin: 55px 0 0;
	padding: 0;
	font-size: 30px;
	text-align: left;
	font-weight: 500;
	position: relative;
}

section.inner_banner {
    min-height: 125px;
    background: #002147;
}

section.inner_banner h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -1px;
    text-align: center;
    line-height: 110px !important;
    padding: 0;
	color: #fff;
}

#demo .img-responsive {
	width: 100%;
}

.top-header.fixed-menu .search-btn {
	background: #111;
}

.top-header.fixed-menu .search-btn img {
    width: 25px;
}

.top-header.fixed-menu .search-box:hover .search-txt {
	width: 240px;
	padding: 0 10px;
	border: solid #000 1px;
	height: 41px;
}

.top-header.fixed-menu ul li:hover a,
.top-header.fixed-menu ul li:focus a {
	color: #0892fd !important;
}

.blog_img_popular h4 {
    width: 86%;
    background: #2c7e06;
    margin: 0 7%;
    padding: 20px !important;
    color: #ffffff !important;
    height: 150px !important;
    font-size: 15px !important;
    min-height: 70px;
    box-shadow: 0 0 25px 0 rgba(0,0,0,.2);
    margin-top: -35px;
    border-radius: 10px;
}
.blog_img_popular h4:hover{
	text-decoration: underline;
}

.blog-text{
	padding: 1rem;
	background-color: #e2e2e2;
	width: 100%;
}

.blog_img_popular p {
    color: #000 !important;
	font-weight: 600 !important;
    /* text-align: center; */
    font-size: 18px;
    margin: 0;
    line-height: 24px;
    margin-top: .5rem !important;
	border-radius: 3px;
}

span.date {
    font-size: 12px;
}

.silver_bg {
	background: #eee;
    padding-top: 50px;
    padding-bottom: 30px;
}

.text_align_right {
	text-align: right;
}

.float-right_img img {
    float: right;
}

/** contact **/

.contact_form input {
    width: 100%;
    margin: 15px 0;
    min-height: 60px;
    border: none;
    background: #fff;
    font-size: 17px;
    color: #676767;
    padding: 0px 25px;
}

.contact_form textarea {
	width: 100%;
    margin: 15px 0;
    min-height: 60px;
    border: none;
    background: #fff;
    font-size: 17px;
    color: #676767;
    padding: 25px;
	min-height:120px;
}

.contact_form button {
    background: #e0af14;
    border: none;
    color: #fff;
    width: 200px;
    height: 65px;
    text-transform: uppercase;
    font-size: 21px;
    padding: 0;
    font-weight: 500;
    cursor: pointer;
	transition: ease all 0.5s;
}

.contact_form button:hover,
.contact_form button:focus {
	background: #fff;
	color: #12385b;
}


.sidebar-title h2 {
    background: #F4F5F7 no-repeat bottom left;
    margin: 0 0 4px;
    padding: 25px 10px 15px 10px;
    font-size: 0.8em;
    font-weight: bold;
    color: #666;
    border-top-left-radius: 5px;
}

.about-sidebar-fee{
  background-color: #f1f1f1;
}
.about-sidebar-fee ul{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.about-sidebar .sidebar-title .title{
  color: #07294d;
  font-size: 24px;
  font-weight: 500;
}


.about-sidebar li a {
	background-color: #e4e4e4;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
}

.sidebar-title ul li {
    margin: 0 0 2px;
    position: relative;
}

.about-sidebar ul li a{
  color: #000 !important;
}

.about-sidebar ul li a.selected{
  font-weight: bold;
  background-color: #ccc;
}

.about-sidebar-fee li .is-active{
  font-weight: 800;
}


.views-label{
  font-weight: 600;

}

.footer-up{
	display: flex;
    justify-content: center;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    background: /*#095a83*/ #2c7e06;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #fff;
    float: left;
    width: 165px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 600;
    text-indent: -10px;
}

.news-page div div{
  font-size: 1rem;
  font-weight: 400;
  color: #e0af14;
}
.news-page div {
  font-size: 1.4rem;
  /* font-weight: 500; */
}

.news-row img {
  max-width: 100%;
  height: auto !important;

}
.all-news h4 {
    font-weight: bold !important;
}

.article-featuredimage img{
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

.news-row .views_slideshow_cycle_slide{
  width: 100%;
  height: auto;
}

.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 20px;
}

#formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding-top: 10px;
  position: relative;
  padding: 10px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.3);
  box-shadow: 0 10px 20px 0 rgba(0,0,0,0.3);
  text-align: center;
}


.news a{
	color: white;
}

.news a:hover{
	color: #fff !important;
}

.news-baseline{
  border-bottom: solid thin #ddd;
  display: block;
  padding: 0 0 10px 0;
  margin-top: 0;
  margin-bottom: 15px;

}

.news-baseline1 {
    border-top: solid thin #ddd;
    border-bottom: solid thin #ddd;
    margin: -15px auto 30px auto;
    padding: 5px 0;
    color: #999;
    position: relative;
}

.news-baseline1 small {
    position: relative;
    padding-right: 25px;
}
.article-bottom{
	padding-bottom: 30px;
}

.news-baseline1 small:last-of-type {
    padding-right: 0;
}

.news-row .all-news{
	color: #000000;
}

/* .all-news h4{
	font-weight: normal;
    line-height: normal;
} */

.layout-sidebar-first h2{
  font-size: 18px;
}

.layout-sidebar-second{
  margin: 25px auto;
  display: block;
  padding-top: 15px;
  border-top: solid 5px #ddd;
}

.layout-sidebar-second h2{
  font-size: 24px;
}

.layout-sidebar-first ul{
  font-size: 14px;
}

.news-baseline h5{
  padding-top: 5px;
  font-size: 13px;
}

.news-baseline h5:hover{
  text-decoration: underline;
}
.news-baseline h5 a:hover{
  color: #000;
}


 a.item-title{
  font-size: 14px !important;
  padding: 10px;
  height: auto;
  color: rgb(10, 10, 10) !important;

}

.item-title{
	font-weight: normal;
    line-height: normal;
	font-size: 18px;
	color: rgb(10, 10, 10) !important;
}
.notices-wrapper:hover{
  text-decoration: underline;
}

small span{
  font-size: 14px !important;
  height: auto;
  color: #000 !important; 
}

.more-link{
  float: left;
  width: 100%;
}

.more-link a{
    display: flex;
    justify-content: center;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    background: /*#095a83*/ #2c7e06;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #fff ;
    float: left;
    width: 165px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin-top: 20px;
    font-weight: 600;
    text-indent: -10px;
	clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}


.more-link a:after {
  content: "";
  display: flex;
  width: 25px;
  height: 100px;
  background: #fff;
  position: absolute;
  z-index: 11;
  top: 0;
  right: -6px;
  transform: skew(-20deg);
}

.more-link a::before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #070500;
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}

.more-link a:hover::before,
.more-link a:focus::before,
.more-link a:active::before {
-webkit-transform: scale(2);
transform: scale(2);
}

.more-link a:hover,
.more-link a:focus {
color: #fff;
}

.layout-content h1 {
    font-size: 24px;
    text-align: center;
}

.news-page figcaption {
    font-size: 12px;
}

.sub-navigation .views-field-title span{
  text-align: center;
}

.sub-navigation .views-field-title div{
  color: #000000;
}

.about-sidebar-fee .faq-category{
	background-color: #f1f1f1;
}

.sidebar-title .faq-category h2 {
    background: #F4F5F7 no-repeat bottom left;
    margin: 0 0 4px;
    padding: 25px 10px 15px 10px;
    font-size: 0.8em;
    font-weight: bold;
    color: #666;
    border-top-left-radius: 5px;
}

.about-sidebar-fee .faq-category {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.about-sidebar .faq-category .views-row a {
    color: #000 !important;
}
.about-sidebar .faq-category .views-row a {
    background-color: #e4e4e4;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
}

.sidebar-title .faq-category .views-row {
    margin: 0 0 2px;
    position: relative;
}

.layout-sidebar-first .faq-category .views-row {
    font-size: 18px;
}

.about-sidebar .sidebar-title .title{
  color: #07294d;
  font-size: 24px;
  font-weight: 500;
}


.footer_blog ul li{
  margin-top: 20px;
  position: relative;
}

.footer_blog ul li:before {
  content: "\f053";
  transform: rotate(180deg);
  font-family: FontAwesome;
  position:absolute;

}
.footer_blog ul li a{
  margin-left: 20px;
}

.footer_blog ul li:hover{
  text-decoration: underline;
}

.footer-title .views-field .field-content{
  border-bottom: solid #e0af14 2px;
  padding: 0 0 6px 0;
  color: #fff !important;
  font-size: 24px;
  font-weight: 600;

}

#block-footermenu2-2-menu{
  font-size: 24px !important;
  font-weight: 600;
  border-bottom: solid #e0af14 2px;
  margin-right: 100px;
}

.footer-title .views-field .field-content p{
  margin-top: 20px !important;
}

.contact-logo{
	display: flex;
	margin-top: 20px !important;
}

.share, .share1, .share2 {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    background-color: white;
    margin-left: 5px;
}

.article-image img{
  width: 500px !important;
  height: auto !important;
}

.col-md-6{
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.event-discription img {
    height: auto;
    max-width: 100%;
}

/* STAFF */
.person-item-bg {
    background-color: #eee;
    display: inline-flex;
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
	padding-left: 20PX;
}

.name-staff{
	padding-left: 20px;
}

.img-wrapper-block {
    max-height: 200px;
    overflow: hidden;
}


a.white{
	background-color: #fff;
}
a.white {
    border: solid thin #444;
}
a.white:hover {
    color: #222 !important;
}

a.white {
    padding: 10px 20px;
    display: inline-block;
    border-radius: 0;
}

/* announcement */
div.notices-item {
    padding-bottom: 10px;
}

.notices-item {
    border-top: solid thin #ddd;
    padding: 10px 0;
}

h4, .item-title {
    font-weight: normal;
    line-height: normal;
}
h4 .item-title{
	font-size: 18px;
}

.notices-wrapper {
    min-height: 60px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: solid thin #eee;
}

.notices-item h4 a:hover {
    color: #000;
	text-decoration: underline !important;
}

.full a.hvr-radial-out{
	color: #ffffff !important;
	text-decoration: none !important;
}


a {
    text-decoration: none;
    color: #444;
}

.layout-sidebar-second .more-item:hover {
    background-color: #eee;
}

.layout-sidebar-second .more-item {
    border-bottom: solid thin #eee;
    padding: 10px;
    margin-bottom: 10px;
    display: inline-table;
    height: auto;
}

.layout-sidebar-second .more-item a h5 {
    font-weight: bold;
    color: #444;
}

.more-item a h5 {
    font-size: 14px;
}

.news-page img{
	max-width: 100%;
	height: auto;
}

/* events */
.events-item, .notices-item {
    border-top: solid thin #ddd;
    padding: 10px 0;
}

.events-item .separator {
    border-right: solid thin #ddd;
}

.separator {
    border: solid thin #eee;
    padding: 15px 10px;
    text-align: center;
}

.events-section {
    margin-bottom: 20px;
    height: auto;
    display: block;
}

.calendar-wrapper {
    min-height: 60px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: solid thin #eee;
}

div.calendar-wrapper p, .news-baseline p, small, .events-item p, .notices-item p {
    position: relative;
}
p {
    margin: 0 0 10px !important;
}

div.news-baseline:hover, div.notices-wrapper:hover, div.calendar-wrapper:hover {
	text-decoration: underline;
}


.accordion a {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	padding: 1rem 3rem 1rem 1rem;
	color: #7288a2;
	font-size: 1.15rem;
	font-weight: 400;
	border-bottom: 1px solid #e5e5e5;
  }
  
  .accordion a:hover,
  .accordion a:hover::after {
	cursor: pointer;
	color: #035f82;
  }
  
  .accordion a:hover::after {
	border: 1px solid #035f82;
  }
  
  .accordion a.active {
	color: #035f82;
	border-bottom: 1px solid #035f82;
  }
  
  .accordion a::after {
	font-family: 'fontawesome';
	content: '\f078';
	position: absolute;
	float: right;
	right: 1rem;
	font-size: 1rem;
	color: #7288a2;
	padding: 5px;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #7288a2;
	text-align: center;
  }
  
  .accordion a.active::after {
	font-family: 'fontawesome';
	content: '\f077';
	color: #035f82;
	border: 1px solid #035f82;
  }
  
  .accordion .content {
	opacity: 0;
	padding: 0 1rem;
	max-height: 0;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	clear: both;
	-webkit-transition: all 0.2s ease 0.15s;
	-o-transition: all 0.2s ease 0.15s;
	transition: all 0.2s ease 0.15s;
  }
  
  .accordion .content p {
	font-size: 1rem;
	font-weight: 300;
  }
  
  .accordion .content.active {
	opacity: 1;
	padding: 1rem;
	max-height: 100%;
	-webkit-transition: all 0.35s ease 0.15s;
	-o-transition: all 0.35s ease 0.15s;
	transition: all 0.35s ease 0.15s;
  }
  
  .ftr{
	  text-align: center;
	  margin-top: 20px;
  }

  .slideshow-image img{
    width: 100%;
    height: auto;
   }

   .align-left {
    float: left;
    margin-right: 20px;
}

.layout-content img{
	max-width: 100%;
	height: auto;
  }


                    @media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px !important;
}
}

.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}

.mb-1, .my-1 {
    margin-bottom: 0.25rem !important;
}
.text-center {
    text-align: center !important;
}

.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}
h4 {
    font-size: 1.125rem !important;
    line-height: 1. !important;
}

.read-more-btn a{
	color: #2c7e06;
}
.read-more-btn a:hover{
	color: #2c7e06;
	text-decoration: underline !important;
}

.submenu.shift-left ul.submenu {
	left: auto;
	right: 100%; 
}

.navbar-nav {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav-item {
	position: relative;
}
  
.navbar-nav .dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0; 
	z-index: 99;
	background-color: #fff;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
	padding: 0;
	margin-top: -10px;
	width: 250px !important;
}

.dropdown-item {
	white-space: normal !important; 
}

ul.submenu.dropdown-menu.open-left,.submenu .dropdown-menu {
    margin-top: 0;
}

.submenu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	display: none;
}
  
.submenu ul.submenu {
	position: absolute;
	top: 0;
	left: 100%; 
	right: auto; 
}
  
.submenu ul.submenu.shift-left {
	left: auto;
	right: 100%; 
}
  

  
  /* For second-level submenu (inside the first submenu) */
.navbar-nav .dropdown-menu .submenu {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 100;
	background-color: #fff;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
  
.navbar-nav .submenu.open-left {
	left: auto;
	right: 100%;
}
  
.nav-item:hover > .dropdown-menu,
.nav-item:focus-within > .dropdown-menu {
	display: block;
}
  
.dropdown-menu .nav-item:hover > .submenu,
.dropdown-menu .nav-item:focus-within > .submenu {
	display: block;
}
  
@media (max-width: 992px) {
	/* Accordion style for smaller screens */
	.dropdown-menu {
	  position: static;
	}
  
	.submenu {
	  position: static;
	}
  
	.nav-item .submenu {
	  display: none;
	}
  
	.nav-item.show .submenu {
	  display: block;
	}
}

.navbar-nav .nav-item i.fa-caret-down {
    margin-left: 0px;
    vertical-align: middle;
    margin-bottom: 3px;
}

  
.submenu .nav-item i.fa-caret-right {
	margin-left: 8px;
	vertical-align: middle;
}
  
.navbar-nav .nav-item {
	position: relative;
	padding-right: 10px; 
}
  
  
@media (max-width: 992px) {
	.navbar-nav .nav-item i {
	  margin-left: 6px;
	}
}

.carousel-caption {
    position: relative !important;
    /* right: 15%; */
    /* bottom: 20px; */
    left: 0 !important;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    background-color: #f7f7f7;
    height: 80px;
}

.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.carousel-indicators .active {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        display: -webkit-box !important;
    }
}

.pager li {
    display: inline;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    color: #000;
}
  




/* ------------contact/feedback------------------ */
input[type=text], input[type=email], textarea{
	display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input[value="Send message"]{
	color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
	padding: .5rem 1rem !important;
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
    border-radius: .3rem !important;
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent !important;
	margin-top: 1.5rem !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input[value="Send message"]:hover{
	background-color: #007bff !important;
	color: #ffffff !important;
}

input[value="Preview"]{
	color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
	padding: .5rem 1rem !important;
    font-size: 1.25rem !important;
    line-height: 1.5;
    border-radius: .3rem !important;
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent !important;
	margin-top: 1.5rem !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input[value="Preview"]:hover{
	background-color: #6c757d !important;
	color: #ffffff !important;
}

/***

==================================================================
  News section
==================================================================

***/

.blog-section {
	position: relative;
	padding: 100px 0 70px;
  }
  
  .news-block-one {
	position: relative;
  }
  
  .news-block-one .inner-box {
	margin-bottom: 30px;
  }
  
  .news-block-one .image {
	position: relative;
	overflow: hidden;
  }
  

  
  .news-block-one:hover .image:before {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
  }
  
  .news-block-one img {
	width: 100%;
	-webkit-transition: .7s ease;
	-o-transition: .7s ease;
	transition: .7s ease;
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
  }
  
  .news-block-one:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
  }
  
  .news-block-one .lower-content {
	position: relative;
	z-index: 9;
	padding: 20px 26px;
	border: 1px solid #f2f2f2;
	background-color: #fff;
	min-height: 200px;
  }
  
  .news-block-one .lower-content .category {
	margin-bottom: 15px;
  }
  
  .news-block-one .lower-content .category a {
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	padding: 5px 10px;
	background-color: #095a83;
  }
  
  .news-block-one .lower-content .post-meta {
	margin-bottom: 8px;
	padding: 0;
  }
  
  .news-block-one .lower-content .post-meta li {
	position: relative;
	color: #b8b8b8;
	font-size: 9px;
	font-weight: 500;
	padding-right: 8px;
	margin-right: 17px;
	margin-bottom: 8px;
	display: inline-block;
  }
  
  .news-block-one .lower-content .post-meta li:after {
	position: absolute;
	content: '/';
	color: #b8b8b8;
	right: -10px;
	top: 1px;
	font-size: 14px;
  }
  
  .news-block-one .lower-content .post-meta li:last-child::after {
	display: none;
  }
  
  .news-block-one .lower-content .post-meta li strong {
	color: #222;
	font-weight: 500;
  }
  
  .news-block-one .lower-content .post-meta li span {
	color: #b8b8b8;
  }
  
  .news-block-one h4 {
	font-size: 15px !important;
	font-weight: 600;
	/* margin-bottom: 20px; */
	margin-top: 0px;
  }
  
  .news-block-one h4 a {
	color: #222;
	transition: .5s ease;
  }
  
  .news-block-one h4 a:hover {
	color: #095a83;
  }
  
  .news-block-one .text {
	margin-bottom: 15px;
  }
  
  .news-block-one .read-more-btn {
	font-size: 16px;
	font-weight: 500;
	color: #222;
  }
  
  .news-block-one .read-more-btn:hover {
	color: #095a83;
  }

  .hvrr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

  .hvrr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, transparent 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
