
.text-white {
  color: #fff;
}
.text-white:hover {
  color: #fff;
}
.no-underline {
  text-decoration: none;
}
.no-underline:hover {
  text-decoration: none;
}

/*Navbar CSS*/
body{
	font-family:'Hind', sans-serif;
}

.navbar{
	margin-bottom:0;
	border-radius:0;
	border-bottom:0;
}
.navbar-bg{
	background-image:url(images/navbar-BG.png);
	background-repeat: no-repeat;
	height:150px;
  background-size: cover;
	border:0;
}

.navbar-default .navbar-nav > li > a{
	color:#fff;
	font-size:18px;
	padding:15px 10px 10px;
	text-transform: uppercase;
  transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.navbar-default .navbar-right2 > li > a{
	font-size:14px;
	padding:9px;
}
.navbar-right2{
  margin-top:-50px;
}


.navbar .nav-btn{
	border:1px solid #fff;
	border-radius:5px;
	margin-left:15px;
	margin-top:14px;
  background:#fff;
  
}

@media screen and (max-width:767px){
  .navbar .nav-btn{
    border:1px solid #fff;
    border-radius:5px;
    margin-left:0px;
    margin-top:0px;
    background:#fff;
    
  }
}



.navbar .navbar-right2 .nav-btn a{
	padding:5px 20px;
	font-size:14px;
  color:#3053a5!important;
}
.navbar-right li .border-right{
	border-right:2px solid #fff;
}

.navbar .navbar-brand{
	color:#fff;
}
.navbar-right2 li{
    margin-top:12px;
}

.navbar-default .navbar-list{
	margin-top:42px;
}


.navbar-list li{
	border-right:1px solid rgba(255,255,255,.6);

}
 .navbar-list li:last-child{
 	border:none;
 }
.fab{
	font-size:28px;
	margin-top:-6px;
}

.navbar-default .navbar-nav > li > .last-list{
	padding-right:0;
	margin-right:-13px;
}
.navbar-brand{
	width:63%;
}

.navbar-brand img {
	width:100%;
  margin-top:-10px;
	display:inline;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
    color:#F5DE93;
}
.nav > li > a:hover, .nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
  color:#F5DE93;
  background-color:transparent;
}

.covid-link {
  color: #ffd400 !important;
}

.covid-link:hover {
  color: hsl(50, 100%, 40%) !important;
}

.navbar .navbar-right2 .nav-btn a:hover{
    color:#3053a5;
    background:#fff;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.navbar-nav > li > .dropdown-menu::before{
    content: '';
    display: block;
    position: absolute;
    height:0;
    width: 0;
    border-bottom: 6px solid #2e4fa2;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    top:-6px;
    right:4rem;
}

.navbar-nav > li >.dropdown-menu{
    background:#2e4fa2;
    border:0;
    margin-top:15px;
    text-transform: uppercase;
}
.dropdown-menu > li > a{
    color:#fff;
    font-size:16px;
    padding:10px;
}

.dropdown-menu > li{
    border:none;
    padding:10px 0;
}

.navbar-menu > .item {
  position: relative;
  text-align: center;
  transition-duration: 0.25s;
}


.fixed-header{
  position:fixed;
  top:0px;
  left:0;
  width:100%;
  height:45px;
  box-shadow:0 1px 3px rgba(0,0,0,.1);
  z-index: 100;
  transition:transform 0.5s;
  transform:translate3d(0,-120%,0);
}


.navbar-nav > li > a{
  color:#fff;
  font-size:18px;
  text-transform: uppercase;
}

.navbar2 > li > a{
  font-size:14px;
  padding:15px 5px;
}

.fixed-header--visible .navbar-nav > li >.dropdown-menu{
  top:68%;
}

.fixed-header--visible{
  top:0px;
  background-size:cover!important;
  background:url(images/navbar-2.png);
  transform:translate3d(0,0,0);
  transition:transform .3s;
}




/*=========================================*/

/*SlideShow CSS*/

.carousel{
  height:599px;
}


.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel .carousel-indicators li,.carousel .carousel-indicators li .active{
	height: 5px;
	border-radius:0;
	width:15%;
	background-color:#fff;
	margin-bottom:5px;
}
.carousel .carousel-indicators .active{
	background-color:#F7D77A;
	border:none;
	margin-top:-5px;
}

.carousel-caption{
	/* background-color:rgba(56, 87, 168, .9); */
	/* width:35%; */
  background-color:rgba(31,49,94,0.7);
  width:55%; 
  left:0%;
	margin-bottom:3%;
	text-align: left;
	padding-left:5%;
	padding-right:5%;
	text-transform: uppercase;
  padding-top:10px;
  padding-bottom:10px;
}

@media(max-width:576px){
  .carousel-caption{
    background-color:rgba(31,49,94,0.7);
    width:70%;
    left:0%;
    margin-bottom:0;
    text-align: left;
    padding-left:5%;
    padding-right:5%;
    text-transform: uppercase;
    padding-top:0px;
    padding-bottom:0px;
    font-size:10px;
  }
}

.carousel-caption h1{
	font-size:3m;
	font-weight:200;
}

.carousel-indicators{
  bottom:5px;
}



.carousel-caption span{
	font-weight:900;
	color:#F5DE93;
}


/*Podcast CSS*/

.podcast-section{
  background-color:rgb(116, 143, 201);
  color:#fff;
  padding:0 15px;
  /* padding-top:40px; */
  
}

/* .podcast-section h3, .podcast-section span{
  text-align: right;
} */

.podcast-section span{
  color:#fff;
  font-weight:900;
}

.podcast-section h3 {
  margin-top: 8px;
}

.form2 {
  padding-bottom: 8px;
}


.search-text .btn{
  background-color:#fff;
  color:#013995;
  border:none;
  text-transform: uppercase;
  border-radius:5px;
  padding:00px 15px;
  margin-top:10px;
}
.search-text .btn h4{
  font-weight:500;
}


/*=========================================*/


/*=========================================*/

/*Radio / Main Article CSS*/

.news-container2{
	padding-top:80px;
  padding-bottom:65px;
  background-color:#f1f1f1;
	margin-bottom:0;
  z-index:9;
}


.news-container-wrap{
  display:block;
}

.news-containr-wrap .news-wrapper-img{
  float:left;
  width:100%;
  position:relative;
}

/*.news-wrapper-img:before{
  content: "";
  position:absolute;
  top:-35px;
  left:-58px;
  width:100%;
  height:100%;
  border: 9px solid #3857a8;
  background-color:#f1f1f1;
}*/

figure{
  float:left;
  width:100%;
  position:relative;
  overflow:hidden;
}

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

.news-wrapper-img:after{
  content: "";
  position:absolute;
  border:3px solid #dfdfdf;
  height:110%;
  left:-28px;
  top:-24px;
  width:100%;
  z-index:-1;

}
.news-wrapper-desc{
  float:left;
  width:100%;
  margin-top:17px;
}

.news-wrapper-desc h4{
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 18px;
  margin-bottom:20px;
  position: relative;
  line-height: 24px;
}

.news-wrapper-desc p{
  line-height: 29px;
  font-weight:400;
  margin-bottom:20px;
  color:#666;
}

.link_btn{
  background-color: #3857a8;
  display:inline-block;
  /*border:1px solid #3857a8;
  border-offset:3px;*/
  overflow: hidden;
  padding: 12px 68px 10px 20px;
  position: relative;
  text-transform: uppercase;
  color:#fff;
  font-weight: bold;
  letter-spacing: 1.2px;

}

.link_btn:before{
  background-color:#fff;
  content: "";
  height:100%;
  padding:33px 34px;
  position:absolute;
  right:-27px;
  top:-15px;

}

.link_btn i{
  color:#3857a8;
  font-size:19px;
  font-weight: bold;
  height: 100%;
  position: absolute;
  right:16px;
  top:16px;
}

.link_btn:hover{
  color:#fff;
}



/*=========================================*/

/*News / Iframe CSS*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom:20px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.news-container{
	padding-top:40px;
	padding-bottom:40px;
}



/*=========================================*/

/*4 Focus Area CSS*/
/* service block classes */
.service-blocks-wrapper{
	overflow:hidden;
}


section{
	overflow:hidden;
	display:block;
	position:relative;
	background-size:cover!important;
	box-sizing:border-box!important;

}

.service-blocks-wrapper .service-blocks-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    opacity: 0;

    -webkit-transition: opacity .8s ease, -webkit-transform 1s linear .8s;
    transition: opacity .8s ease, -webkit-transform 1s linear .8s;
    transition: opacity .8s ease, transform 1s linear .8s;

    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.transparency{
    opacity: 0.0;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.service-blocks-wrapper .service-blocks-background.active-service-block {
    opacity: 1;

    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);

    -webkit-transition:opacity .8s tr.ease,-webkit-transform 10s linear 0s;
    transition:opacity .8s ease,-webkit-transform 10s linear 0s;
    transition:opacity .8s ease,transform 10s linear 0s;
    transition:opacity .8s ease,transform 10s linear 0s,-webkit-transform 10s linear 0s;
}

.imageBlock1 {
    /*transition: all .8s ease;
    transition-property: all;
    -webkit-transition: all .8s ease;
    transition-duration: 0.8s;
    transition-timing-function: ease;
    transition-delay: initial; */
    background-image: url(images/927888142-2048x2048.jpg);
    

    /*-webkit-transform: scale(1.2);
    transform: scale(1.2);
    -ms-transform: scale(1.2);*/
}

.imageBlock2 {
  background-image: url(images/531416661-2048x2048.jpg);
    background-repeat: no-repeat;
    /* background-size: cover; */
    /* background-position: center; */
}

.imageBlock3 {
  background-image: url(images/870381458-2048x2048.jpg);
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: center;
}

.imageBlock4 {
  background-image: url(images/537417114-2048x2048.jpg);
    background-repeat: no-repeat;
    /* background-size: cover; */
    /* background-position: center; */
}


.bg-change1{
    background-image: url("images/927888142-2048x2048.jpg");
    
}

.bg-change2{
    background-image: url("images/531416661-2048x2048_SM.jpg");
}

.bg-change3{
    background-image: url("images/870381458-2048x2048_SM.jpg");
}

.bg-change4{
    background-image: url("images/537417114-2048x2048_SM.jpg");
}



.service-blocks-wrapper{
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    background-position: center;
    background-repeat: no-repeat;
    overflow:hidden!important;

}

.service-block-content{
    overflow:hidden;
    z-index: 3;
    height:230px;
    transition: opacity .8s ease-in-out, transform .8s ease-in-out;
    -webkit-transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
    transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
}

.service-block-content:hover .service-block-blurb,
.service-block-content:hover .service-block-icon,
.service-block-content:focus .service-block-blurb,
.service-block-content:focus .service-block-icon {
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    opacity: 1.0;
}

.service-block-content:hover .service-block-image.service-block-animate,
.service-block-content:focus .service-block-image.service-block-animate {
    transition: all .8s;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}


.service-block-image{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*z-index: 1;*/
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow:hidden;
    transition: opacity .8s ease-in-out, transform .8s ease-in-out;
    -webkit-transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
    transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
}

.service-block-title{
    /*z-index:2;*/
    text-shadow: 0 0 8px black;
    position: relative;
    opacity: 1;
    transition: opacity .8s ease;
    -webkit-transition: opacity .8s ease;
}

.service-block-title.no-icon {
    padding-top: 15rem;
}

.faded-service-title {
    opacity: .4;
    transition: opacity .8s ease;
    -webkit-transition: opacity .8s ease;
}

.service-block-title h2{
    font-family:'Open Sans',Arial,Helvetica,sans-serif;
	font-weight:400;
	/* color:#414141; */
	line-height:1.5;
    -webkit-font-smoothing: antialiased;
    font-size: 26px;
    margin: 0 0 32px 45px;
   color: white;
   transition:transform 0.5s;
   text-transform: capitalize;
}

.service-block-icon{
    /*z-index:2;*/
    position: relative;
    opacity: 0.0;
   color: white;
   margin-bottom: 1.5rem;
   transition: opacity .8s ease-in-out;
   -webkit-transition: opacity .8s ease-in-out;
}

.service-block-blurb{
    /*z-index:2;*/
    position: relative;
    opacity: 0.0;
   color: #000;
   color: white;
   transition: opacity .8s ease-in-out;
   -webkit-transition: opacity .8s ease-in-out;

}
/* end service block classes */
.service-block-title p{
  display:none;
  color:#fff;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;

}
.service-block-content .service-block-title:hover p{
  display:inline-block;
    font-weight:400;
  /* color:#414141; */
  margin: 0 0 25px 0;
  text-shadow: 0 0 8px black;
  /*line-height:1.5;*/
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    margin: 0 0 32px 0;
    margin-top:-4%;
   color: white;
   transition:transform 0.5s;
   text-transform: capitalize;
}

.service-block-content .service-block-title:hover h2,.service-block-content .service-block-title:hover p{
  transition:transform 0.5s;
  transform:translate3d(0,-110%,0);
} 


/*=========================================*/

/*Footer CSS*/

	
.search-text .input-search{
	height:45px;
	width:400px;
	padding-left:20px;
    color:#333;
} 

.search-text .btn-search{
	background-color:#4466B5;
	border:1px solid #FFF;
	color:#FFF;
	padding: 11px 22px;
}

.search-text  .btn-search:hover{
	background-color:#FFF;
	color:#7dabdb;
}

.stylish-color-dark{
	/*background-color:#4466B5;*/
  background-image:url(images/footer-bg.jpg);
  background-size: cover;
	color:#fff;
	padding-bottom:0;
  padding-top:10px;
}
.stylish-color-dark a{
	color:#fff;
}
.stylish-color-dark ul li{
	list-style: none;
	font-size:16px;
}

.page-footer ul{
	padding-left:0;
}

.footer-icons{
  margin:5px;
}


hr{
  width:75%;
}
.footer-copyright{
	background-color:#4466B5;
	padding:15px;
}
.col-md-4 i{
	margin-right:15px;
}
.footer-copyright p,.footer-copyright a {
	color:#fff;
}

.page-footer .inline li{
  display:inline-block;
}
.page-footer .inline .donate-btn{
  background:#fff;
  border:2px solid #fff;
  color:#3053a5;
  padding: 2px 10px;
}
.mx-auto{
  margin-top:33px;
}

.page-footer .fab{
  font-size:2em;
}

.search-text{
  background-color:#434E74;
  margin-top:28px;
  padding-top:10px;
}
.page-footer .inline{
  padding-left:13px;
}
.search-text h3{
  margin-bottom:0;
  font-size:20px;
}

.search-text p:hover{
  text-decoration: none;
}
.search-text p{
  color:#fff!important;
}


.social-media{
  margin-right:-50px;
  /* margin-top:5px; */
}
.stylish-color-dark ul li a:hover{
  color:#F5DE93;
}

.title-BG{
  background-image:url(images/title-BG.png);
  height:200px;
  background-size:cover;
}

.title-BG-economics{
  background-image:url(images/title-BG-economics.jpg);
  height:250px;
  background-size:cover;
}
.title-BG-education{
  background-image:url(images/title-BG-education.jpg);
  height:250px;
  background-size:cover;
}
.title-BG-medical{
  background-image:url(images/title-BG-medical.jpg);
  height:250px;
  background-size:cover;
}
.title-BG-energy{
  background-image:url(images/title-BG-power.jpg);
  height:250px;
  background-size:cover;
}


.title-BG h2{
  color:#fff;
  margin-top:5%;
}


.form {
  background: rgba(204 ,204 ,204, 0.7);
  padding: 40px;
  max-width: 600px;
  margin: 40px auto;
  border-radius: 4px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

.tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.tab-group li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  background: #4466B5;
  color: #fff;
  font-size: 20px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  transition: .5s ease;
}
.tab-group li a:hover {
  background: #3857a8;
  color: #ffffff;
}
.tab-group .active a {
  background: #3857a8;
  color: #ffffff;
}

.tab-content > div:last-child {
  display: none;
}

.form h1 {
  text-align: center;
  color: #666;
  font-weight: 300;
  margin: 0 0 40px;
}

.form label {
  position: absolute;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  left: 13px;
  color:#666;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  font-size: 22px;
}
.form label .req {
  margin: 2px;
  color: #3857a8;
}

.form label.active {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  left: 2px;
  font-size: 14px;
}
.form label.active .req {
  opacity: 0;
}

.form label.highlight {
  color: #666;
}

.form input, .form textarea {
  font-size: 22px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  background: none;
  background-image: none;
  border: 1px solid #013995;
  color: #666!important;
  border-radius: 0;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.form input:focus, .form textarea:focus {
  outline: 0;
  border-color: #3857a8;
}

.form textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}

.form .field-wrap {
  position: relative;
  margin-bottom: 40px;
}

.form .top-row:after {
  content: "";
  display: table;
  clear: both;
}
.form .top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.form .top-row > div:last-child {
  margin: 0;
}

.button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 15px 0;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #3857a8;
  color: #ffffff;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
.button:hover, .button:focus {
  background: #3857a8;
}

.form .button-block {
  display: block;
  width: 100%;
}

.form .forgot {
  margin-top: -20px;
  text-align: right;
}


.wizard {
    margin: 20px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #3857a8;
    
}
.wizard li.active span.round-tab i{
    color: #3857a8;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 33%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #3857a8;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 47.5%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #3857a8;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.register .panel{
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  border:none;
}



.team-box {border: 1px solid #e5e5e5; padding:10px;}
.team-box:hover {border: 1px solid blue ;}
.team-img img {border: 1px solid #e0e0e0;}
.team-title h3 {font-size:24px;font-weight:700;}
.team-title h4 {font-size:16px; font-weight:600;}
.team-title p {line-height:22px;}

.team-box.mobile-box {
  /* min-height: 418px; */
  height:458px;
}

.team-box.mobile-box.mobile-box-2 {
  height: 413px;
}


.accordion {
  font-size: 1rem;
  margin: 0 auto;
  border-radius: 5px;
}

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
  padding: 1.5em 1.5em;
  background: #3F51B5;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: .1em;
  transition: all .3s;
}

.accordion-header:hover {
  background: #2D3D99;
  position: relative;
  z-index: 5;
}

.accordion-body {
  background: #fcfcfc;
  color: #3f3c3c;
  display: none;
}

.accordion-body__contents {
  padding: 1.5em 1.5em;
  font-size: 14px;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion__item > .accordion-header:after {
  content: ">";
  font-family: IonIcons;
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
  background: #2D3D99;
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: black;
}


.form-wizard {
  padding: 25px; 
  background: #fff;
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  border-radius: 4px; 
  box-shadow: 0px 0px 6px 3px #777;
  font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 40px;
    text-align: center;
}
  
.form-wizard strong { font-weight: 500; }

.form-wizard a, .form-wizard a:hover, .form-wizard a:focus {
  color: #7589EB;
  text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.form-wizard h1, .form-wizard h2 {
  margin-top: 10px;
  font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

.form-wizard h3 {
  font-size: 25px;
    font-weight: 300;
    color: #7589EB;
    line-height: 30px;
  margin-top: 0; 
  margin-bottom: 5px; 
  text-transform: uppercase; 
}

.form-wizard h4 {
  float:left;
  font-size: 20px;
    font-weight: 300;
    color: #7589EB;
    line-height: 26px;
  width:100%;
}
.form-wizard h4  span{
  float:right;
  font-size: 18px;
    font-weight: 300;
    color: #555;
    line-height: 26px;
}

.form-wizard table tr th{font-weight:normal;}

.form-wizard img { max-width: 100%; }

.form-wizard ::-moz-selection { background: #7589EB; color: #fff; text-shadow: none; }
.form-wizard ::selection { background: #7589EB; color: #fff; text-shadow: none; }


.form-wizard .form-control {
  height: 44px;
  width:100%;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 44px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
  position: absolute;
  margin-top: 9px;
  margin-left: -20px;
}

.form-wizard .form-control option:hover, .form-wizard .form-control option:checked  {
    box-shadow: 0 0 10px 100px #7589EB inset;
}

.form-wizard .form-control:focus {
  outline: 0;
  background: #fff;
    border: 1px solid #ccc;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.form-wizard .form-control:-moz-placeholder { color: #888; }
.form-wizard .form-control:-ms-input-placeholder { color: #888; }
.form-wizard .form-control::-webkit-input-placeholder { color: #888; }

.form-wizard label { font-weight: 300; }
.form-wizard label span { color:#7589EB; }


.form-wizard .btn {
  min-width: 105px;
  height: 40px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.form-wizard .btn:hover {
  background:#f34727; 
  color: #fff; 
  }
.form-wizard .btn:active { 
  outline: 0; 
  background:#f34727; 
  color: #fff; 
  -moz-box-shadow: none; 
  -webkit-box-shadow: none; 
  box-shadow: none; 
  }
.form-wizard .btn:focus,
.form-wizard .btn:active:focus,
.form-wizard .btn.active:focus { 
  outline: 0; 
  background:#f34727; 
  color: #fff; 
}

.form-wizard .btn.btn-next,
.form-wizard .btn.btn-next:focus,
.form-wizard .btn.btn-next:active:focus, 
.form-wizard .btn.btn-next.active:focus { 
background: #7589EB; 
}

.form-wizard .btn.btn-submit,
.form-wizard .btn.btn-submit:focus,
.form-wizard .btn.btn-submit:active:focus, 
.form-wizard .btn.btn-submit.active:focus { 
background: #7589EB; 
}

.form-wizard .btn.btn-previous,
.form-wizard .btn.btn-previous:focus,
.form-wizard .btn.btn-previous:active:focus, 
.form-wizard .btn.btn-previous.active:focus { 
background: #bbb;
}

.form-wizard .success h3{
  color: #4F8A10;
  text-align: center;
  margin: 20px auto !important;
}
.form-wizard .success .success-icon {
  color: #4F8A10;
  font-size: 100px;
  border: 5px solid #4F8A10;
  border-radius: 100px;
  text-align: center !important;
  width: 110px;
  margin: 25px auto;
}
.form-wizard .progress-bar {
  background-color: #7589EB;
}

.form-wizard-steps{ 
  margin:auto; 
  overflow: hidden; 
  position: relative; 
  margin-top: 20px;
}
.form-wizard-step{
  padding-top:10px !important;
  border:2px solid #fff;
  background:#ccc;
  -ms-transform: skewX(-30deg); /* IE 9 */
    -webkit-transform: skewX(-30deg); /* Safari */
    transform: skewX(-30deg); /* Standard syntax */
}
.form-wizard-step.active{
  background:#7589EB;
}
.form-wizard-step.activated{
  background:#7589EB;
}
.form-wizard-progress { 
  position: absolute; 
  top: 36px;
  left: 0; 
  width: 100%; 
  height: 0px; 
  background: #7589EB;
}
.form-wizard-progress-line { 
  position: absolute; 
  top: 0; 
  left: 0; 
  height: 0px; 
  background: #7589EB; 
}

.form-wizard-tolal-steps-3 .form-wizard-step { 
  position: relative;
  float: left; 
  width: 33.33%; 
  padding: 0 5px; 
}
.form-wizard-tolal-steps-4 .form-wizard-step { 
  position: relative; 
  float: left; 
  width: 33%; 
  padding: 0 5px; 
}

.form-wizard2 .form-wizard-tolal-steps-4 .form-wizard-step { 
  position: relative; 
  float: left; 
  width: 50%; 
  padding: 0 5px; 
}

.form-wizard-tolal-steps-5 .form-wizard-step { 
  position: relative;
  float: left;
  width: 20%;
  padding: 0 5px;
}

.form-wizard-step-icon {
  display: inline-block;
  width: 40px; 
  height: 40px; 
  margin-top: 4px; 
  background: #ddd;
  font-size: 16px; 
  color: #777; 
  line-height: 40px;
  -moz-border-radius: 50%; 
  -webkit-border-radius: 50%; 
  border-radius: 50%;
  -ms-transform: skewX(30deg); /* IE 9 */
    -webkit-transform: skewX(30deg); /* Safari */
    transform: skewX(30deg); /* Standard syntax */
}
.form-wizard-step.activated .form-wizard-step-icon {
  background: #7589EB; 
  border: 1px solid #fff; 
  color: #fff; 
  line-height: 38px;
}
.form-wizard-step.active .form-wizard-step-icon {
  background: #fff; 
  border: 1px solid #fff; 
  color: #7589EB; 
  line-height: 38px;
}

.form-wizard-step p { 
  color: #fff;
  -ms-transform: skewX(30deg); /* IE 9 */
    -webkit-transform: skewX(30deg); /* Safari */
    transform: skewX(30deg); /* Standard syntax */
}
.form-wizard-step.activated p { color: #fff; }
.form-wizard-step.active p { color: #fff; }

.form-wizard fieldset { 
  display: none; 
  text-align: left; 
  border:0px !important
}

.form-wizard-buttons { text-align: right; }

.form-wizard .input-error { border-color: #7589EB;}

/** image uploader **/
.image-upload a[data-action] {
  cursor: pointer;
  color: #555;
  font-size: 18px;
  line-height: 24px;
  transition: color 0.2s;
}
.image-upload a[data-action] i {
  width: 1.25em;
  text-align: center;
}
.image-upload a[data-action]:hover {
  color: #7589EB;
}
.image-upload a[data-action].disabled {
  opacity: 0.35;
  cursor: default;
}
.image-upload a[data-action].disabled:hover {
  color: #555;
}
.settings_wrap{
  margin-top:20px;
}
.image_picker .settings_wrap {
  overflow: hidden;
  position: relative;
}
.image_picker .settings_wrap .drop_target,
.image_picker .settings_wrap .settings_actions {
  float: left;
}
.image_picker .settings_wrap .drop_target {
  margin-right: 18px;
}
.image_picker .settings_wrap .settings_actions {
  float: left;
  margin-top: 100px;
  margin-left: 20px;
}
.settings_actions.vertical a {
  display: block;
}
.drop_target {
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
    width: 250px;
    height: 250px;
    background: #f2f2f2;
    border-radius: 100%;
    margin: 0 auto 25px auto;
    overflow: hidden;
    border: 8px solid #E0E0E0;
}
.drop_target input[type="file"] {
  visibility: hidden;
}
.drop_target::before {
  content: 'Drop Hear';
  font-family: FontAwesome;
  position: absolute;
  display: block;
  width: 100%;
  line-height: 220px;
  text-align: center;
  font-size: 40px;
  color: rgba(0, 0, 0, 0.3);
  transition: color 0.2s;
}
.drop_target:hover,
.drop_target.dropping {
  background: #f80;
  border-top-color: #cc6d00;
}
.drop_target:hover:before,
.drop_target.dropping:before {
  color: rgba(0, 0, 0, 0.6);
}
.drop_target .image_preview {
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: contain;
  position: relative;
  z-index: 2;
}

.form-wizard-step-icon .fa{
  padding-top:10px;
}
.issues-BG{
  padding-top:18rem;
  padding-bottom:18rem;

}
.issues-BG h2{
  color:#fff;
}

.contact-form input, .contact-form textarea{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}
.portal-text {
  /* margin-top: -43px; */
  margin-bottom: -23px;
}
.portal-text p {
  font-size: 18px;
  padding-bottom: 48px;
}
.pension-img {
  margin-bottom: 20px;
}
.pension-img img {
  width: 59%;
  display: block;
  margin: 0 auto;
}
.pension-text p {
  font-size: 18px;
}

/*=========================================*/

/*Media Queries*/

strong{
  -webkit-font-smoothing: antialiased;
}

@-moz-document url-prefix() {
  .news-container .col-lg-5{
    height:73.5%;
  }
  .service-block-content .service-block-title:hover p{
    display:inline-block;
      font-weight:400;
    /* color:#414141; */
    margin: 0 0 25px 0;
    text-shadow: 0 0 8px black;
    /*line-height:1.5;*/
      -webkit-font-smoothing: antialiased;
      font-size: 20px;
      margin: 0 0 32px 0;
      margin-top:-9%;
     color: white;
     transition:transform 0.5s;
     text-transform: capitalize;
  }
  .podcast-section{
    /* background-color:rgb(116, 143, 201); */
    background-color: rgb(58, 85, 142);
    color:#fff;
    padding:25px 15px;
    padding-left: 8.2%;
  }

}

#ctct_button_footer {
  color: #f9f9f9;
}

.team-img img{
  width:80%;
  position: relative;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
     .podcast-section{
      padding-top:25px;
     }
     .date-pick{
       height:50px;
     }
}

/*Mobile*/
@media(max-width:768px){
  .team-box .team-img img{
    width:40%;
  }
  .portal-text p {
    padding-top: 38px;
  }
}

@media(min-width:900px) and (max-width:970px){
  .navbar-default .navbar-right2 > li > a{
    font-size:10px;
  }
  .navbar .nav-btn{
    margin-left:2px;
  }
  .navbar .navbar-right2 .nav-btn a{
    font-size:10px;
    padding:5px 11px;
  }
  .navbar-default .navbar-nav > li > a{
    font-size:12px;
  }
  .team-img img{
    width:30%;
  }
}

@media(min-width:350px) and (max-width:767px){
  .navbar-brand img{
    width:350px;
  }
  .navbar-bg{
    height:100px;
  }
  .navbar-default .navbar-list{
    margin-top:0;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border:none;
    background-color:#fff;
    overflow: hidden;
    position:relative;
    z-index:9;
  }
  .navbar-list li{
    border:none;
  }
  .navbar-default .navbar-nav > li > a{
    color:#333;
    font-size:15px;
    text-align: left
  }
  .carousel{
    z-index:0;
    height:auto!important;
  }
  .navbar-default .navbar-nav > li > a:hover{
    color:#333;
  }
  .podcast-section h3, .podcast-section span{
    text-align: center!important;
    margin-left:-25px;
  }
  .podcast-section .btn{
    margin-left:25%;
  }
  .news-wrapper-img::before{
    left:-15px;
  }
  footer img{
    width:100%!important;
  }
  .service-block-content .service-block-title:hover p{
    margin-top:0;
  }
  .page-footer .inline{
    width:130%;
  }
  .search-text .input-search{
    width:300px;
    margin-bottom:20px;
  }
  .form .top-row > div{
    width:100%;
  }
  .form .top-row > div:nth-child(2){
    margin-bottom:30px;
  }
  .title-BG{
    height:100px;
  }
  .title-BG hr{
    display:none;
  }
  .navbar-nav > li > .dropdown-menu{
    width:100%;
  }
  .navbar-list li{
    padding:0px;
  }
  .news-container2{
    padding-top:55px;
  }
  .service-block-title.no-icon{
    padding:1rem;
    padding-top:28%;
  }
  .podcast-section{
    margin-top:-5px;
    padding-left:7.2%;
    padding-bottom:5px;
    padding-top:0;
    padding-right:0;
  }
  .form-wizard-tolal-steps-4 .form-wizard-step{
    width:98%
  }
  .form-wizard{
    box-shadow:none;
  }
  .form-wizard2 .form-wizard-tolal-steps-4 .form-wizard-step{
    width:100%;
  }
  .mobile-box .team-img img{
    width:90%;
  }
  .carousel-indicators{
    display:none;
  }

}



@media(max-width:768px){
  .navbar-default .navbar-nav > li > a{
    padding:15px 8px 10px;
    font-size:14px;
  }
  .navbar-default .navbar-right2 > li > a{
    font-size:11px;
  }
  .navbar .navbar-right2 .nav-btn a{
    font-size:10px;
  }
  .fixed-header--visible{
    background-image:url(images/mobile-navbar-2.png);
  }
  .navbar-brand {
    width:44%;
  }
  .navbar-default .navbar-list{
    margin-top:15px;
  }
  .navbar2 > li > a{
    font-size:12px;
  }
  .podcast-section h3, .podcast-section span{
    text-align: left;
    display: block;
  }
  .carousel{
    height:255px;
  }
  .news-wrapper-desc{
    width:auto;
  }
  .mobile-form .col-xs-12{
    margin-top:15px;
  }
  .form-wizard-buttons{
    display:grid;
    margin-bottom:15px;
  }
  .title-BG{
    height:120px;
  }
  .navbar-default .top-container .navbar-right2 > li > a{
    padding:5px 14px 5px;
  }

}

@media(min-width:780px) and (max-width:1500px){
  .fixed-header--visible{
    background-image:url(images/mobile-navbar-2.png);
  }
}
@media(min-width:768px) and (max-width:1999px){
  .navbar-brand img{
    width: 74%;
  }
}

@media(min-width:769px) and (max-width:991px){
  .navbar-default .navbar-nav > li > a{
    font-size:12px;
  }
  .navbar-default .top-container .navbar-nav > li > a{
    font-size:10px;
  }
  .navbar-brand img{
    margin-top:13px;
  }
}

@media(min-width:992px) and (max-width:1199px){
  .navbar-default .navbar-right2 > li > a{
    font-size:12px;
  }
  .navbar-default .navbar-nav > li > a{
    font-size:14px;
  }
}

@media(min-width:1500px) and (max-width:1820px){
  .navbar2 > li > a{
    font-size:14px;
  }
  .navbar2 > li > a > i{
    font-size:16px;
    margin-top:3px;
  }

}

@media(min-width:1440PX){
  .carousel{
    height:auto;
  }
  .navbar-brand img{
    margin-top:-10px!important;
  }
}

@media(min-width:956px) and (max-width:976px){
  .team-img img{
    width:30%!important;
  }
}

@media(min-width:768px) and (max-width:1450px){
  .navbar-brand img{
    margin-top:13px;
  }
}

@media(max-width:1024px){
  .team-img{
    height:260px!important;
  }
  .carousel{
    height:auto;
  }
  .carousel-caption h1{
    font-size:1.5em;
    margin: 9px 0 5px 0;
  }
  .navbar-brand img{
    margin-top:3px!important;
  }
  /* .navbar-default .navbar-list{
    margin-top:30px;
  } */
  .box-gradient{
    height: auto!important;
  }
}

@media(min-width:375px) and (max-width:991px){
  .team-img img{
    width:40%;
  }
  .pension-img img {
    width: 100%;
  }
}

@media screen and (max-width:1199px) {
  .navbar-default .navbar-list{
    margin-top:0;
  }
}


@media(min-width:1440PX){
  .carousel{
    height:auto;
  }
  .navbar-brand img{
    margin-top:-10px;
  }
}

@media(min-width:1200px) and (max-width:1439px){
  .navbar-brand img{
    margin-top:-10px;
  }
}

@media(min-width:992px) and (max-width:1199px){
  .article-container .col-md-4{
    height:164px;
    overflow:hidden;
  }
}









/*=========================================