@font-face {
    font-family: 'Barlow-Light';
    src: url('../fonts/Barlow-Light.eot') format('embedded-opentype'),
    url('../fonts/Barlow-Light.woff') format('woff'),
    url('../fonts/Barlow-Light.ttf') format('truetype'),
    url('../fonts/Barlow-Light.svg') format('svg');
}

@font-face {
    font-family: 'Barlow-Regular';
    src: url('../fonts/Barlow-Regular.eot') format('embedded-opentype'),
    url('../fonts/Barlow-Regular.woff') format('woff'),
    url('../fonts/Barlow-Regular.ttf') format('truetype'),
    url('../fonts/Barlow-Regular.svg') format('svg');
}

@font-face {
    font-family: 'Barlow-Medium';
    src: url('../fonts/Barlow-Medium.eot') format('embedded-opentype'),
    url('../fonts/Barlow-Mediumr.woff') format('woff'),
    url('../fonts/Barlow-Medium.ttf') format('truetype'),
    url('../fonts/Barlow-Medium.svg') format('svg');
}

@font-face {
    font-family: 'Barlow-SemiBold';
    src: url('../fonts/Barlow-SemiBold.eot') format('embedded-opentype'),
    url('../fonts/Barlow-SemiBold.woff') format('woff'),
    url('../fonts/Barlow-SemiBold.ttf') format('truetype'),
    url('../fonts/Barlow-SemiBold.svg') format('svg');
}

@font-face {
    font-family: 'Barlow-Bold';
    src: url('../fonts/Barlow-Bold.eot') format('embedded-opentype'),
    url('../fonts/Barlow-Bold.woff') format('woff'),
    url('../fonts/Barlow-Bold.ttf') format('truetype'),
    url('../fonts/Barlow-Bold.svg') format('svg');
}

@font-face {
  font-family: 'Barlow-ExtraBold';
  src: url('../fonts/Barlow-ExtraBold.eot') format('embedded-opentype'),
    url('../fonts/Barlow-ExtraBold.woff') format('woff'),
    url('../fonts/Barlow-ExtraBold.ttf') format('truetype'),
    url('../fonts/Barlow-ExtraBold.svg') format('svg');
}

@font-face {
    font-family: 'Barlow-Black';
    src: url('../fonts/Barlow-Black.eot') format('embedded-opentype'),
    url('../fonts/Barlow-Black.woff') format('woff'),
    url('../fonts/Barlow-Black.ttf') format('truetype'),
    url('../fonts/Barlow-Black.svg') format('svg');
}



body {
	
	padding: 0;
	margin: 0;
	color: #000;
	letter-spacing: normal;
	line-height: 22px;
	font-weight: 400;
	font-size: 18px;
    background-color: #fff!important;
    font-family: 'Barlow-Regular';
}
h1,h2,h3,h4,h5,h6{
	margin: 0 0 15px 0;
	line-height: normal;
	color: #001b41;
    font-family: 'Barlow-SemiBold';
}
h1 {
	font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
}
h2{
	font-size: 24px;
    line-height: 28px;
    color: #001b41;
    margin-bottom: 0;
}
h3{	
    font-size: 22px;
    line-height: 28px;
    color: #001b41;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 14px;
    line-height: 18px;
}
p{
	margin: 0 0 15px 0;
    line-height: 1.7rem;
    
}
ul , ol{
	padding: 0px;
	margin: 0 0 20px 10px;
}
ul li , ol li{
	margin: 0 0 15px 10px;
	padding: 0px;
}
a{
	text-decoration: none;
	outline: none;
	color: #001b41;
}
a:hover {
	text-decoration: none;
}    
img{
	max-width: 100%;
}
input, textarea, a, img {
	outline: none !important;
}
section:before , section:after{
	clear: both;
	display: table;
	content: "";
}
section{
	position: relative;
	clear: both;
	padding:0px 0;
	display: inline-block;
	float: left;
	width: 100%;
    z-index: 1;
}
/*input[type="text"] , input[type="password"] , input[type="email"] , input[type="url"] , input[type="phone"] , textarea{
	border: 1px solid #58646a;
	width: 100%;
	padding: 0 20px;
	background: #ffffff;
	//height: 42px;
}*/

/*textarea{
	height: 150px;
	resize: none;
	padding: 20px;
}*/
table{	
	margin-bottom: 0px;
	overflow-x: auto;
}
td , th{
	padding: 10px 20px;
	border-right: 1px solid #e1e1e1;
}
tr th:first-child , tr td:first-child{
}
th,tr{	
	border: 1px solid #e1e1e1;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0px;
   padding-left: 0;
}
.pad-top-zero {
    padding-top: 0 !important;
}

/*---------header-part---------*/
.header-part {
    position: fixed;
    display: inline-block;
    width: 100%;
    float: left;
    left: 0;
    top: 0;
    z-index: 999;
}
.header-top {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    background: #001b41;
    padding: 5px 0;
}
.header-logo {
    position: relative;
    display: inline-block;
    width: 255px;
    float: left;
    margin-top: 3px;
}
.header-search {
    position: relative;
    display: inline-block;
    width: 330px;
    float: right;
}
.header-search input {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    border: 2px solid #e6eaef; 
    border-radius: 33px;
    padding: 7px 66px 7px 20px;
    font-size: 17px;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    color: #555;
    margin: 0;
}
.header-search input::placeholder {
    line-height: 1;
    color: #999;
}
.search-btn {
    position: absolute;
    right: 0;
    top: 2px;
    width: 66px;
    color: #dedc00;
    height: 36px;
    border: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    background: none;
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    line-height: 1;
}
.search-btn span {
    display: none;
}
.search-btn:focus {
    outline: none;
}
.search-btn:hover {
    background: #dedc00;
}
.search-btn:hover .search-icon {
    color: #fff;
}
.search-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);   
}
.header-nav {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    background: #001b41;
}
nav {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.main-menu {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    float: left;
}
.main-menu li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    float: left;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.main-menu li a {
    position: relative;
    display: block;
    padding: 14px 15px;
    color: #ffffff;
    font-size: 22px;
}
.main-menu li:hover a,.main-menu li.current-menu-item a{
    color: #dedc00;
}
.sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #001b41;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.sub-menu li {
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    float: unset;
}
.sub-menu li:hover a,
.sub-menu li.current-menu-item a {
    color: #dedc00!important;
    text-decoration: none;
    background-color: #001b41;
}
.sub-menu li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff!important;
    white-space: nowrap;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.main-menu li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
}
.mobile-search-bar {
    display: none;
    position: absolute;
    left: 0;
    /*top: 75px;*/
	top: 50px;
    width: 100%;
    padding: 20px 0;
    background: #001b41;
}

/*----------------end----------*/

/*-----------main------------*/
.main-part {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    margin-top: 146px;
}
.top-news-blog {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.top-news-blog-img {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.list-artical .top-news-blog-img {
    overflow: hidden;
    transition: all 0.6s ease-out;
}
.list-artical .top-news-blog-img img {
    transform: scale(1);
    transition: all 0.6s ease-out;
}
.list-artical .top-news-blog-img:hover img {
    transform: scale(1.1);
    transition: all 0.6s ease-out;
}
.top-news-blog-img img {
    width: 100%;
    display: block;
}
.top-news-blog-img-info {
    position: absolute;
    left: 0;
    bottom: 60px;
    /*background: rgba(2, 90, 185, 0.85);*/
	background: #dedc00;
    padding:23px 25px;
}
.list-artical .top-news-blog-img-info {
    width: 60%;
}
.top-news-blog-img-info span {
    font-size: 19px;
    color: #001b41;
    display: block;
    font-family: 'Barlow-SemiBold';
    margin-bottom: 5px;
}
.top-news-blog-img-info h1,.top-news-blog-img-info h2 {
    position: relative;
    display: block;
    margin-bottom: 0;
    color: #001b41;
}
.top-news-blog-info {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 25px;
    background: #f4f5f6;
}
.top-news-blog-info p,.top-news-blog-info p a {
    color: #000;
}
.top-news-blog-info p a.read-more:hover {
    color: #025ab9;
}
.list-artical .top-news-blog-info p a.read-more {
    color: #025ab9;
    transition: all 0.3s ease-out;
}
.list-artical .top-news-blog-info p a.read-more:hover {
    color: #000;
}
.top-news-blog-info p:last-child {
    margin-bottom: 0;
}
.read-more {
    border-bottom: 1px solid;
    color: #001b41;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.read-more:hover {
    color: #dedc00;
}
.list-artical {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.list-artical-post {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.artical-post {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    background: #f4f5f6;
    padding: 25px;
    margin-bottom: 30px;
}
.artical-post-title {
    position: relative;
    display: inline-block;
    width:100%;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.artical-post-title:hover h2 {
    border-bottom: 1px solid;
}
.artical-post-title span {
    display: block;
    margin-bottom: 5px;
    font-size: 19px;
    line-height: 1;
    color: #001b41;
    font-family: 'Barlow-SemiBold';
}
.artical-post-title h2 {
    margin-bottom: 0;
    display: inline-block;
    border-bottom: 1px solid transparent;
}
.artical-post-body {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.artical-post-img {
    float: left;
    width: 205px;
    display: inline-block;
    position: relative;
}
.artical-post-img-link {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    float: left;
}
.artical-post-img-link img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    width: 100%;
}
.artical-post-img-link:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.cat-name {
    position: relative;
    display: inline-block;
    float: right;
    color: #fff;
    background-color: #001b41;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.cat-name:hover {
    background: #000;
}
.cat-name a {
    color: #dedc00;
}
.artical-post-info {
    position: relative;
    display: inline-block;
    width: calc(100% - 230px);
    float: right;
}
.artical-post-info p:last-child {
    margin-bottom: 0;
}
.artical-post.artical-post-big .artical-post-img {
    width: 100%;
}
.artical-post.artical-post-big .artical-post-info {
    width: 100%;
    padding-top: 20px;
}
.sidebar {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.teaser-blog {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px;
    background: #f4f5f6;
    margin-bottom: 30px;
}
.teaser-blog img {
    display: block;
    margin:0 auto 15px;
    width: 150px;
}
.teaser-blog p:last-child {
    margin-bottom: 0;
}
.port-item {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.small-post-outer {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    background: #f4f5f6;
    padding-top: 55px;
}
.port-item-heading {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100%;
    float: left;
    z-index: 5;
}
.port-item-heading h5 {
    color: #dedc00;
    margin-bottom: 0;
    padding: 5px;
    background: #001b41;;
    display: inline-block;
}
.small-post-blog {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding:0 15px 25px;
}
.small-post-img {
    position: relative;
    display: inline-block;
    width: 95px;
    float: left;
}
.small-post-img-link {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    overflow: hidden;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.small-post-img-link img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.small-post-img-link:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.small-post-blog-info {
    position: relative;
    display: inline-block;
    width: calc(100% - 110px);
    float:right;
}
.small-post-blog-info h6 {
    margin-bottom: 5px;
    line-height: 
}
.load-more {
    position: relative;
    color: #001b41;
    font-size: 14px;
    line-height: 18px;
    display: block;
    font-family: 'Barlow-Regular';
    transition: all 0.3s ease-out; 
}
.load-more:hover {
    color: #dedc00;
}
.angle-icon {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
     font-family: 'Barlow-Regular';
}
.artical-video {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.artical-video iframe {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 255px;
}
.artical-audio {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 150px 15px 10px;
    text-align: center;
    background-size: cover;
}
.artical-audio audio {
    width: 66%;
}
.artical-audio p {
    color: #fff;
    position: relative;
}
.pagination-btn {
    position: relative;
    display: inline-block;
    float: right;
    border: solid 1px #001b41;
    padding: 5px 10px;
    color: #001b41;
    line-height: 1;
    margin-bottom: 30px;
    transition: all 0.3s ease-out;
}
.pagination-btn:hover {
    background: #dedc00;
	border: solid 1px #dedc00;
    color: #001b41;
}
/*-------------footer-part-----------*/

.footer-part {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.footer-top {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.footer-top-blog {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 25px 25px;
    background: #f4f5f6;
}
.footer-top-blog p:last-child {
    margin-bottom: 0;
}
.footer-top-blog h3 {
    color: #001b41;
    margin-bottom: 15px;
}
.footer-top-blog p a {
    color: #001b41;
    transition: all 0.3s ease-out;
}
.footer-top-blog p a:hover {
    color: #000;
}
.envelope-icon {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
}
.footer-bottom {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 55px 0;
    margin-top: 80px;
    background: #001b41;
}
.footer-bottom p {
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    padding: 0 15px;
	color: #fff;
}
.footer-bottom a{
    color: #dedc00;
    padding: 5px;
    transition: all 0.3s ease-out;
}
.footer-bottom a:hover {
    color: #fff;
}
.footer-bottom p span {
    padding: 0 10px;
}
.scroll-top {
    float: right;
    background: #001b41;
    color: #dedc00!important;
    border-color: #001b41 !important;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: inline-block;
    z-index: 99;
    width: 61px;
    height: 42px;
    border-radius: 4px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.angle-double-up-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #dedc00;
}

.scroll-top:hover{
    background: #001b41;
    border-color: #001b41 !important;
}
/*------------end------------*/
/*--------breadcrumbs----------*/
.catbreadcrumb-outer {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.catbreadcrumb {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 0 0 25px 0;
    margin: 0;
}
.catbreadcrumb li {
   display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
    padding-right: 5px;
}
.catbreadcrumb li a {
    display: inline-block;
    position: relative;
    color: #025ab9;
    font-family: 'Barlow-SemiBold';
    padding-right: 15px;
}
.catbreadcrumb li a:after {
    position: absolute;
    content: '»';
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
    font-family: 'Barlow-Regular';
}
.catbreadcrumb li span {
    font-family: 'Barlow-Regular';
}
.pagination {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
}
.pagination li {
    position: relative;
    display: inline-block;
    padding: 0 5px 0 0;
    margin: 0;
    float: left;
}
.pagination li a {
    display: block;
    border: solid 1px #001b41;
    padding-left: 6px;
    padding-right: 6px;
    color: #001b41;
}
.pagination li a:hover {
    border: solid 1px #dedc00;
    color: #dedc00;
}
.pagination li.active a {
    background: #001b41;
    color: #fff;
}
.artical {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.artical-img {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.artical-img img {
    width: 100%;
}
.artical-info {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    background: #fff;
    padding: 15px 50px 35px;
}
.artical-caption {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 14px;
}
.artical-heading {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
}
.artical-heading span {
    position: relative;
    display: block;
    font-size: 22px;
    font-family: 'Barlow-SemiBold'; 
    margin-bottom: 5px;
}
.artical-heading h1 {
    font-size: 30px;
}
.social {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
    margin: 50px 0;
    padding: 12px 0;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}
.social li {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    margin: 0;
}
.social li a {
    display: block;
}
.social li a:hover {
	color: #dedc00;
}
.teaser {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;  
}
.teaser p {
    font-family: 'Barlow-SemiBold';
}
.toolbar {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 25px 0;
}
.pdf-download {
    position: relative;
    padding-left: 20px;
}
.pdf-download a {
    transition: all 0.3s ease-out;
}
.pdf-download a:hover {
    color: #025ab9;
}
.artical-body {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.artical-item {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 15px 0 0px;
    margin-bottom: 40px;
}
.artical-item-title {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left; 
}
.artical-item-title p {
    margin-bottom: 20px;
}
.artical-item-row {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.artical-item-blog {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.artical-item-img {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    overflow: hidden;
    transition: all 0.6s ease-out;
}
.artical-item-img img {
    width: 100%;
    transform: scale(1);
    transition: all 0.6s ease-out;
}
.artical-item-blog:hover img {
    transform: scale(1.1);
    transition: all 0.6s ease-out;
}
.artical-item-info {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 10px 12px;
}
.artical-item-info p {
    margin-bottom: 0;
    color: #001b41;
    font-family: 'Barlow-SemiBold';
    line-height: 22px;
}
.artical-item-blog p:hover {
    text-decoration: underline;
}
.artical-item-info span {
    font-size: 16px; 
}
.artical-item-info a:hover span {
    color: #000;
}
.authors {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 10px 50px 20px;
    margin: 0;
    background: #fff;
}
.authors-heading {
    position: relative;
    display: inline-block;
    width: 100%;
}
.author-img {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 15px 0;
}
.author-img img {
    width: 100%;
    border-radius: 50%;
}
.breadcrumb {
    padding: 8px 15px;
    margin:0 0 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb li {
    display: inline-block;
    position: relative;
    padding: 0 5px 0 0 ;
    margin: 0;
    transition: all 0.3s ease-out;
}
.breadcrumb li a {
    color: #001b41;
}
.breadcrumb li:hover a {
    /*color: #dedc00;*/
	text-decoration: underline;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.main-search-bar {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding:0;
    margin-bottom: 30px;
}
.main-search {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.main-search input {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    border: 2px solid #e6eaef;
    border-radius: 33px;
    padding: 10px 66px 10px 20px;
    font-size: 17px;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    color: #555;
    margin: 0;
}
.main-search .search-btn {
    position: absolute;
    right: 0;
    top: 1px;
    width: 66px;
    color: #001b41;
    height: 44px;
    border: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    background: none;
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    line-height: 1;
}
.main-search .search-btn:hover {
    background: #001b41;
}
.main-search .search-btn:hover .search-icon {
    color: #fff;
}
.main-content {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 54px;
    background: #f4f5f6;
    margin-bottom: 30px;
}
.main-content-title {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.main-content-title h2 {
    font-size: 40px;
    color: #001b41;
    margin-bottom: 2rem;
    font-family: 'Barlow-Regular'
}
.main-content-body {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.main-content-body h3 {
    font-size: 26px;
    line-height: 36px;
    color: #000;
    font-family: 'Barlow-Regular';
    margin-bottom: 10px;
}
.main-content-body h4 {
    font-size: 27px;
    line-height: 36px;
    color: #000;
    font-family: 'Barlow-Regular';
    margin-bottom: 10px;
}
.main-content-body p {
    overflow-wrap: break-word;
}
.main-content-body a {
    color: #001b41 !important;
    overflow-wrap: break-word;
}
.main-content-body a:hover {
    border-bottom: 1px solid #dedc00 ;
}
.main-content-body ul.blue-icon {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 20px 0;
}
.main-content-body ul.blue-icon li {
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
    padding: 0 0 0 20px;
    margin: 0;
    line-height: 24px;
}
.main-content-body ul.blue-icon li a {
    color: #025ab9;
}
.main-content-body ul.blue-icon li:before {
    position: absolute;
    content: "\f00c";
    font-family: FontAwesome;
    color: #025ab9;
    font-size: 14px;
    left: 0;
    top: 3px;
}
.artical-info .artical-caption {
	text-align: center;
}
#cookie_action_close_header {
	margin-left: 20px;
}
.auto-complete {
    position: absolute;
    z-index: 3;
    top: 98%;
    text-align: left;
    border-style: solid;
    border-width: 1px;
    color: #000;
    display: none;
    background: #ffffff;
    width: 100%;
}
.auto-complete .result {
    padding: 20px;
    background: #ffffff;
}
.auto-complete .result p {
    font-weight: 500;
    text-align: center;
    margin: 0px;
}
.auto-complete ul {
    overflow: auto;
    max-height: 305px;
    list-style: none;
    margin: 0px;
}
.auto-complete .media-object {
    width: 60px;
}
.auto-complete .media-object img {
    max-width: 60px;
    height: auto;
}
.auto-complete .media-heading {
    font-size: 14px;
    line-height: 14px;
    margin: 0px;
}
.auto-complete .media {
    padding: 10px;
    cursor: pointer;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    color: #000;
    margin: 0px;
}
.auto-complete .amenities li {
    margin-right: 5px;
}
.auto-complete .search-view {
    top: 17px;
    right: 20px;
}
.auto-complete .search-view,
.auto-complete .search-footer .search-result-view {
    font-weight: 500;
}
.auto-complete .search-footer {
    padding: 10px 20px;
    border-top: 1px solid #cccccc;
}
.auto-complete .search-footer .search-result-view {
    line-height: 20px;
}
.auto-complete .search-footer .search-count {
    font-weight: 300;
}
.auto-complete, .auto-complete .media {
    border-color: #e6eaef;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media >.pull-left, .media-left {
    padding-right: 10px;
}
.header-search.pp-desktop {
    display: block;
}
.header-search.pp-mobile {
    display: none;
}
.search-result-view {
    float: right;
}
img.pdf-logo {
    max-width: 10px;
    height: auto;
}
.search-footer {
    font-size: 14px;
}
.auto-complete .media-heading:hover {
	color: #025ab9;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
.sharing{
	position: fixed;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99999999;
}
.share {
	position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.share a {
	position: relative;
    display: block;
    position: relative;
    display: block;
    border-radius: 6px;
    padding: 7px 10px;
    background: #001b41;
    margin: 5px;
    font-size: 14px;
    color:#dedc00;
    transition:all 0.3s ease-out;
	text-align: center;
}
header .header-rss-feed {
	float: right;
    width: auto;
    height: 40px;
    padding-top: 9px;
    margin-left: 10px;
}
header .header-rss-feed a {
    color: #dedc00;
}
.artical-video p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: inline-block;
    margin: 0;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.artical-video .fa-play {
    position: absolute;
    left: 53%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.header-top .container {
	padding: 0 30px;
}
.artical-info .artical-caption span {
    color: #666666;
    padding-left: 20px;
}

.widget_text.widget.widget_custom_html .teaser-blog a {
    border-bottom: 1px solid;
    color: #025ab9;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.widget_text.widget.widget_custom_html .teaser-blog a:hover {
    color: #000;
}

.main-content-body ul {
	margin-left: 40px;
	margin-bottom: 20px;
}

.podcast-feed-slider.owl-carousel.owl-theme .owl-nav {
    display: none;
} 
.podcast-feed-slider.owl-theme .owl-dots {
    margin-top: 10px;
}
.podcast-feed-slider .artical-audio:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: 0 0;
    background: -webkit-linear-gradient(top,transparent,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom,transparent,rgba(0,0,0,.8) 100%);
}

 .port-item-caption {
    position: absolute;
    left: 0;
    top: 35px;
    display: inline-block;
    width: 100%;
    float: left;
    z-index: 5;
    text-align: center;
    margin: auto;
    color: #000000;
 }

/* CLEVER PUSH BELL */

.cleverpush-bell {
  background-color: #001b41 !important;
}

.cleverpush-bell-message, .cleverpush-tooltip {
  background-color: #001b41 !important;
  color: #dedc00 !important;
}

.cleverpush-confirm-title {
  color: #001b41 !important;
}

.cleverpush-confirm-btn {
  background: #001b41 !important;
}

.advance_search input::placeholder {
  color: #001b41!important;	
}