@font-face {
	font-family: 'aachen-bt';
	src: url('../fonts/ufonts.com_aachen-bt.eot');
	src: local('â˜º'), 
	url('../fonts/ufonts.com_aachen-bt.woff') format('woff'), 
	url('../fonts/ufonts.com_aachen-bt.ttf') format('truetype'), 
	url('../fonts/ufonts.com_aachen-bt.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html.no-scroll {
  overflow: hidden;
}
input[type=file]::-webkit-file-upload-button{
    cursor:pointer;
}
input[type=file]::-moz-file-upload-button{
    cursor:pointer;
}
input[type=file]::-ms-file-upload-button{
    cursor:pointer;
}
input[type=file]::-o-file-upload-button{
    cursor:pointer;
}
html body{
    font-family: "Lato",sans-serif;
    margin:0;
}
::-moz-selection{
    background:#000;
    color:#fff;
}
::-webkit-selection{
    background:#000;
    color:#fff;
}
::-webkit-input-placeholder{
    opacity:1;
    color:#666666;
}
:-moz-placeholder{
    opacity:1;
    color:#666666;
}
::-moz-placeholder{
    opacity:1;
    color:#666666;
}
:-ms-input-placeholder{
    opacity:1;
    color:#666666;
}


a, button, div a:active, div a:focus, div a:hover{
    text-decoration:none;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -ms-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease;
}
a, button, div a:active, div a:hover, span{
    text-decoration:none;
}
*, ::after, ::before{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}
body ul{
    margin:0;
    padding:0
}
a{
    color:#01458E;
    outline:0;
}
a:hover{
    color:#000;
}
body .clear, body .clearfix{
    clear:both;
    line-height:100%;
}
body .clearfix{
    height:auto;
}
*{
    outline:0!important;
    box-sizing:border-box;
}
.clearfix:after, .clr:after, .grve-container:after, li:after, ul:after{
    clear:both;
    display:block;
    content:"";
}
body, body p{
    font-family: "Lato",sans-serif;
    font-size:18px;
    color:#666666;
    line-height:170%;
    font-style:normal;
    font-weight:normal;
}
body h1, body h2, body h3, body h4, body h5, body h6{
    font-family: "Lato",sans-serif;
    line-height:120%;
    color:#333;
    font-weight:400;
    margin:0 0 15px;
    padding-top:0;
}
.section-heading,nav.menu-act ul li a{
    font-family: "Lato",sans-serif;
}
.left{
    float:left;
}
.right{
    float:right;
}
body h1{
    font-size:45px;
}
body h2{
    font-size:40px;
}
body h3{
    font-size:35px;
}
body h4{
    font-size:16px;
}
body h5{
    font-size:12px;
}
body h6{
    font-size:10px;
}
body h1:last-child, body h2:last-child, body h3:last-child, body h4:last-child, body h5:last-child, body h6:last-child{
    margin-bottom:0;
}
input{
    background:0 0;
    outline:0;
}
table{
    border-collapse:collapse;

    border-spacing:0
}
td{
    vertical-align:top;
}

.clear:after, .container:after{
    display:block;
    content:"";
    clear:both;
}
body {
  overflow-x: hidden;
  padding-top: 35px;
}
.wrap {
  max-width: 100%;
  padding: 0;
}
.content-wrapper > * {
  display: inline-block;
  margin-right: 0px;
  vertical-align: top;
}
.content-wrapper > .comment_no {
  border-right: 1px solid #ddd;
  padding-right: 0px;
  margin-right:13px;
  margin-left:22px;
}
.content-wrapper .comment_no label {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  position: relative;
  padding-right:18px;
}
.content-wrapper .comment_no label > a::before {
  content: "";
  display: inline-block;
  font-family: fontawesome;
  margin-right: 7px;
}
.content-wrapper .share-text > span {
  cursor: pointer;
  display: block !important;
  font-size: 14px;
  height: auto !important;
  margin: 0 !important;
  opacity: 1 !important;
  padding: 0 !important;
  position: relative;
  width: 100% !important;
  color:#666666;
}
.content-wrapper .share-text > span::before {
  content: "";
  display: inline-block;
  font-family: fontawesome;
  margin-right: 7px;
}
.content-wrapper .share-text:hover > span {
  color:#01458E;
}
.content-wrapper .share-button {
  position: absolute;
}
.search-form .search-submit {
  background-color: rgba(0,0,0,0);
  border-radius: 0 3px 3px 0;
  height: 48px;
  line-height: 48px;
  padding: 0;
  left: 0;
  text-align: center;
  top: 0;
  width: 48px;
  color:#333;
  border:0;
}
.search-form .search-submit:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #01458E;
}
.recent-post .recent-post-listing {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.recent-post .recent-post-listing:last-child {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.recent-post .recent-post-listing::after {
	clear: both;
	content: "";
	display: block;
}
.recent-post .recent-post-listing .left img {
  max-width: 55px;
  display:block;
}
.recent-post .recent-post-listing .right {
	float: none;
	overflow: hidden;
	padding-left: 15px;
}
.recent-post .recent-post-listing .post-title > a {
	color: #01458E;
	font-size: 15px;
	box-shadow: none;
	font-family:"Lato",sans-serif;
}
.recent-post .recent-post-listing .post-title > a > b {
	font-weight: normal;
}
.recent-post .recent-post-listing .post-title > a:hover,
.recent-post .recent-post-listing .post-title > a.active {
  color: #000;
}
.widget-area #categories-3 ul li {
  border: medium none;
  padding:10px 8px 10px 22px;
  border-bottom:1px solid #ddd;
  text-align:right;
  font-size:15px;
  position:relative;
  color:#666666;
}
.widget-area #categories-3 ul li:last-child{
	border-bottom:0;
}
.widget-area #categories-3 ul li a {
  box-shadow: none !important;
  color: #666666;
  position: relative;
  left:0;
  font-family: "Lato",sans-serif;
  float:left;
  font-weight:normal;
  text-align:left;
}
.widget-area #categories-3  ul li:before {
	content: "\f0da";
	font-family: FontAwesome;
	left: 10px;
	position: absolute;
	color:#01458E;
	top:10px;
}
.widget-area ul li:hover, .widget-area ul li.active{
  background:#EEF5FD;
  color:#333!important;
}
.widget-area ul li:hover a ,.widget-area ul li.active a{
  color: #000!important;
}
.widget:not(.widget_tag_cloud) ul li + li {
	margin-top: 0;
}
.link-more {
	display: none;
}
.bottom-bar-right a, .bottom-bar-right {
  color: #fff;
  font-family: 'HelveticaNeue';
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.bottom-bar-right a:hover{
	color: #008DD1;
}
.bottom-bar-left .social-navigation {
  width: 100%;
}
.bottom-bar-left .social-navigation li a .icon {
  height: 18px;
  top: 7px;
  width: 18px;
  color: #fff;
}
.bottom-bar-left .social-navigation li a:hover .icon {
  color: #008DD1;
}
.bottom-bar-left .social-navigation li a {
  background-color: transparent !important;
  border: medium none;
  height: auto;
  margin-right: 0;
  width: 30px;
}
.bottom-to-top {
	background: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	bottom: 60px;
	color: #fff;
	cursor: pointer;
	font-size: 0;
	height: 36px;
	line-height: 36px;
	margin: 0;
	opacity: 0.5;
	position: fixed;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	right: 40px;
	text-align: center;
	width: 36px;
	z-index: 99;
}
.bottom-to-top:hover {
	background-color: #01458e;
	color: #ffffff;
	opacity: 1;
}
.bottom-to-top::before {
	content: "";
	font-family: FontAwesome;
	font-size: 18px;
}
.site-content-contain .site-content #primary {
	width: 66%;
}
.site-content-contain .site-content #secondary {
	width: 30%;
	padding:0;
}
#media_image-4 {
  padding-bottom: 0;
  position: relative;
}
#media_image-4::after {
  background-image: url("../images/banner_bg_bottom-1.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  height: 170px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.post-creation-info {
	color: #666;
	font-size: 13px;
	line-height: 130%;
	padding-left: 18px;
	position: relative;
}
.post-creation-info::before {
	content: "\f073";
	font-family: fontawesome;
	font-style: normal;
	left: 0;
	margin-right: 5px;
	position: absolute;
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	color: #888888;
}
/******************* Search Page Start *******************/
.search .site-content-contain #primary {
	text-align: center;
	width: 100% !important;
	background:#fff;
}
.search-results .site-content-contain #primary{
  text-align: left;
}
.search-results article {
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
  padding: 25px !important;
}
.search-results article .entry-header .entry-title {
  font-size: 100%;
  line-height: normal;
}
.search-results article .entry-header .entry-title a {
  color: #01458e;
  font-family: "Lato",sans-serif;
  font-size: 24px;
  line-height: normal;
  margin: 0;
}
.search-results article .entry-header .entry-title a:hover {
  color: #666;
}

/******************* Search Page Close *******************/

/******************* Blog Detail Page Start *******************/

.entry-footer {
  border: medium none;
  margin: 0;
  padding: 20px;
}
.navigation {
  margin: 30px auto;
}
.entry-content #comments.comments-area {
  padding-top: 0;
}
#comments.comments-area .comments-title, 
.comments-area .comment-respond .comment-reply-title {
	color: #01458e;
	font-family: "Lato",sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 36px;
}
.comments-area .comment-respond .comment-reply-title{
	margin-bottom:0;
}
.comments-area ol.comment-list .comment-body {
	border: medium none;
	margin: 0 !important;
	padding: 0 !important;
}
.comment-list .comment-metadata > a time {
  color: #008dd1;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0;
  position: relative;
}
.comment-list .comment-metadata > a time::before {
  content: "";
  display: inline-block;
  font-family: fontawesome;
  margin-right: 5px;
}
.comment-list .comment-metadata > a:hover time {
  color: #000;
}
.comment-list .comment-reply-link .icon {
	color: #fff;
	margin-right: 8px;
	position: static;
}
.comment-form .comment-notes {
  width: 100%;
}
.children .comment-respond {
	padding-top: 10px;
}
.comment-form .required {
  color: #ff0000;
}
.comment-form label {
	color: #333;
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 4px;
	text-align: left;
}
.comment-form > p {
	float: left;
	margin-bottom: 13px;
	width: 48.5%;
}
.comment-form .comment-notes {
	color: #666666;
	float: none;
	text-align:left;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 18px;
	width: 100%;
}
.comment-form > p:nth-child(3), .comment-form > p:nth-child(5) {
  float: right;
}
.comment-form > p:nth-child(4) {
  clear: both;
}
.comment-form > p.form-submit {
	clear: both;
	float: none;
	margin: 20px 0 0;
	text-align: left;
	width: auto;
}
.site-content-contain .site-content {
  padding-top: 0px;
}
.comment-list > .comment {
/*
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  background:#f7f7f7;
*/
}
.comment-body .comment-meta {
  margin: 0;
}
form input.error, form textarea.error {
  border-color: #ff0000 !important;
}
form.comment-form input[type="submit"] {
	background: #01458e;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-family: "Lato",sans-serif;
	font-size: 18px;
	font-weight: normal;
	height: 48px;
	line-height: normal;
	padding: 0 30px;
	vertical-align: top;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
form.comment-form input[type="submit"]:hover{
	background:#000;
	color:#fff;
}
.post-title {
  margin-bottom: 4px;
}
.entry-content br {
  display: none;
}
.comment-error, 
#wait_approval strong {
	border: 2px solid #ff0000;
	color: #ff0000;
	font-size: 15px;
	font-weight: normal;
	line-height: normal;
	display:block;
	margin-top: 15px;
	padding: 10px;
	text-align: center;
	width: 100%;
}
#wait_approval strong{
	border-color: green;
	color: green;
}
#wait_approval {
	padding: 0 !important;
}
.search-results article .entry-header {
  padding: 0 !important;
}
.entry-meta .pipe {
  border-right: 1px solid #ddd;
  margin-right: 10px;
  padding-right: 10px;
}
.comment-form .grve-form-textarea {
  clear: both;
}
.comment-form .error-field {
  color: #ff0000;
  font-size: 14px;
}
.comments-area .comment-list .children {
	margin: 20px 0 0 25px;
	padding: 0;
}

.search-form .error-search-field {
	color: #ff0000;
	display: block;
	font-size: 14px;
	line-height: normal;
	margin-top: 5px;
}
.search-form input.search-field {
  height: 48px;
  padding-bottom: 0;
  padding-top: 0;
  line-height:normal;
  padding-left:40px;
  border:1px solid #ddd;
}
.header-widget {
  display: table;
  margin: 0 auto;
}
.header-widget #text-15 {
    background: rgba(0, 0, 0, 0.5);
    left: 40px; /*15px*/
    max-width: 720px;
    padding: 11px 18px;
    position: absolute;
    top: 149px;
    width: 100%;
}
.banner-content h1, .banner-content h3 {
  color: #fff;
  font-size: 35px;
  margin: 0;
  text-shadow: 3px 4px 10px #000;
}
.banner-content p, .banner-content > p a {
  color: #fff;
  font-family: "Lato",sans-serif;
  font-size: 28.16px;
}
.banner-content a:hover {
  color: #008dd1;
}
.banner-content p {
  margin: 12px 0;
  text-shadow: 3px 3px 10px #000;
}
.banner-content span {
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
}
.banner-content span#tt {
  text-align: left;
  width: 208px;
}
.banner-content span#tt span {
  float:right;
  margin-top:1px;
 }
.header-widget #custom_html-2 {
  background: #005f8c;
  border-radius: 10px;
  max-width: 490px;
  padding: 47px 33px 50px;
  position: absolute;
  right: 37px;
  top: 60px;
  width: 100%;
}
#custom_html-2 .form-wrap p {
  color: #fff;
  font-family: "Lato",sans-serif;
  font-size: 27px;
  line-height: 100%;
  margin: 0 0 26px;
  text-align: center;
}
.book.b_form {
  margin-bottom: 25px;
}
.book > a {
  background-color: #7dc836;
  border-radius: 5px;
  color: #fff;
  font-family: "Lato",sans-serif;
  padding: 10px;
  text-align: center;
}
.book > a:hover {
  background-color: #17e300;
}
.book {
  margin: 0 auto;
  text-align: center;
}
.container .wrap {
	padding: 0;
}
html .tagcloud ul li {
	margin: 0 5px 5px 0;
	padding: 0;
}
#secondary #tag_cloud-2 .tagcloud li a {
	background: #ffffff;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #333;
	font-size: 13px !important;
	line-height: 20px;
	padding: 5px 15px;
}
#secondary #tag_cloud-2 .tagcloud li.active a, 
#secondary #tag_cloud-2 .tagcloud li a:hover {
	background-color:#01458E;
	border-color: #01458E;
	color: #fff!important;
}
.rev_slider .tparrows{
    background-color: #008dd1;
    border-radius: 50%;
    color: #fff;
    content: "\f053";
    font-family: fontawesome;
    font-size: 20px;
    height: 40px;
    left: 0;
    line-height: 41px;
    position: absolute;
    text-align: center;
    text-indent: -3px;
    top: 0;
    width: 40px;
    font-weight: bold;
    margin-top:-53px;
}
.rev_slider .tp-revslider-mainul {
  position: relative;
}
.rev_slider .tp-revslider-mainul::after {
  background-image: url("../images/banner_bg_bottom-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: -30px;
  clear: none;
  content: "";
  height: 200px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 99;
}
.banner-content p:last-child {
  margin-bottom: 0;
}




/******************* 400 Page Close *******************/








/******header/********/
html .site-header {
	background: transparent;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
}
html .sticky_header .site-header {
	position: fixed;
	top: -35px;
}
.sticky_header .header-main {
	background: rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	padding: 5px 0;
}
.site-header .menu-scroll-down {
	display: none !important;
}
.page-header {
  background: #2f8eec ;
  color: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 112px;
  padding-top: 65px;
}
.search-form .search-submit .icon {
	height: 20px;
	top: -2px;
	width: 17px;
}
.blog-wrap-inner:after{
	content:"";
	display:block;
	clear:both;
}
.entry-content a, 
.entry-summary a, 
.comment-content a, 
.widget a, .site-footer 
.widget-area a, 
.posts-navigation a,
.widget_authors a strong {
  box-shadow:none!important;
}
.read-more {
	margin-right: 10px;
}
.content-wrapper .comment_no a {
	color: #666666;
	font-size:14px;
}


/******footet****/
footer.site-footer {
	border-top: 1px solid #ddd;
	line-height: 100%;
	margin: 0;
	padding: 40px 0;
	text-align:center;
}
.site-footer .wrap {
	padding:0 15px;
}
html .site-footer .widget-area {
	padding-bottom: 0;
	padding-top: 0;
}
footer .widget {
	padding: 0;
}
.footer-widget-1 > .widget.widget_text {
	display: inline-block;
	vertical-align: top;
}
footer .widget-area h2.widget-title {
	color: #8d9aae;
	font-size: 16px;
	letter-spacing: 3px;
	line-height:1.62;
	margin-bottom:0;
}
.footer-widget-2 .textwidget > p {
	margin: 0;
}
.copyright-footer > div {
	color: #8d9aae;
	font-size: 16px;
	letter-spacing: 3px;
	line-height: 2.62;
	font-family:'Code Pro LC';
}
.copyright-footer > div.title {
	font-family: "Lato",sans-serif;
	font-weight: bold;
}
#media_image-2 > a {
	display: inline-block;
	line-height: 2.62;
	margin-top: 10px;
	vertical-align: top;
}
footer .footer-widget-2 img {
	box-shadow: none;
}
.footer-widget-2 .widget.widget_media_image {
	display: inline-block;
	margin-right: 40px;
	vertical-align: top;
}
.footer-widget-2 .widget.widget_media_image {
	display: inline-block;
	margin-right: 40px;
	vertical-align: top;
}
.site-content-contain .site-content aside.widget-area .widget.widget_tag_cloud {
	padding-bottom: 16px;
}
html .site-footer .widget-column.footer-widget-1, 
html .site-footer .widget-column.footer-widget-2 {
	float: none;
	width: auto;
}
.site-footer .wrap{
	position:relative;
}
.single-post .content-wrapper > .comment_no {
	margin-left: 0;
}
.content-wrapper > .button-wrap > div ,.share-button-wrap > div{
	display: inline-block;
	vertical-align: top;
}
.share-button-wrap {
	margin-left: 20px;
	padding-top:4px;
}
.content-wrapper .comment_no label {
	border-right: 1px solid #dddddd;
	margin-right: 12px;
	padding-right: 14px;
}
.comment-content {
	margin-bottom: 5px;
}
.comment-author {
	color: #00438f;
	font-size: 20px;
	line-height: 120%;
	margin: 0 0 8px;
}
.comment-reply-link, 
#cancel-comment-reply-link {
	background: #01458e;
	border-radius: 50px;
	color: #ffffff;
	cursor: pointer;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	display: inline-block;
	font-family: "Lato",sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 38px;
	padding: 0 20px;
	vertical-align: top;
}
.comment-reply-link:hover,
#cancel-comment-reply-link:hover{
    background:#000;
    color:#fff;
}
h3.comment-reply-title::after {
	clear: both;
	content: "";
	display: block;
}
#reply-title a {
	float: right;
}
.comment-list .comment-respond {
	margin-top: 18px;
}
.comment-list .comment-reply-link .icon {
	margin-top: -5px;
}
.comment-list > li > article {
	margin: 0 !important;
}
.comment-list > li {
	border-top: 1px solid #dddddd;
	margin-top: 25px;
	padding-top: 25px;
}
.comment-list > li:first-child {
	border-top:0;
	margin-top:0;
	padding-top:0;
}
.comment-list .comment-meta {
	float: left;
}
.comment-list .reply {
	float: right;
}
.comment-body::after {
	clear: both;
	content: "";
	display: block;
}
.comment-meta.commentmetadata {
	color: #666;
	font-size: 14px;
	line-height: 120%;
}
.comment-meta.commentmetadata a{
	color: #666;
}
.comment-meta.commentmetadata a:hover{
	color:#02458B;
}
.comment-list > li:last-child {
	border-bottom: 0 none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.comments-area {
	padding-top: 0 !important;
}
.comment-form::after {
	clear: both;
	content: "";
	display: block;
}
.single-post .share-button-wrap {
	margin-left: 0;
}
html #comments {
	padding: 0;
}


.logged-in header.site-header {
	padding-top: 50px;
}
.logged-in.sticky_header header.site-header {
	padding-top: 32px;
}
html .navigation-top nav {
	margin-left: 0;
}




/******19-10-2018----*/
.content-wrapper .share-button {
    position: absolute;
    padding-top: 10px;
}
.content-wrapper .comment_no a:hover {
    color:#01458E;
}
.blog-wrap-inner .entry-content > ol ,.blog-wrap-inner .entry-content > ul{
	margin-bottom: 20px;
}
.blog-wrap-inner .entry-content ol > li {
	list-style: decimal;
	margin-left: 20px;
	list-style-position: outsides;
}
.blog-wrap-inner .entry-content ul > li {
	list-style:disc;
	margin-left: 20px;
	list-style-position: outside;
}
.widget.widget_tag_cloud {
	margin-bottom: 0 !important;
}
.footer-widget-2 .widget.widget_text {
	display: inline-block;
}
.widget-area .widget_tag_cloud h2.widget-title {
	padding-top: 1px;
}



html .container,
html .wrap {
	margin: 0 auto;
	max-width: 1170px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
}
header .top-bar {
	background: #f8c301;
}
header .top-bar .top-bar-right {
	float: right;
}
.top-bar-contact {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	line-height: 35px;
}
.top-bar-contact a {
	color: #000;
	display: inline-block;
	vertical-align: top;
}
.top-bar-contact a:hover{
	color:#01458e;
}
.top-bar-contact .fa {
	color: #333;
	font-size: 22px;
	padding-right: 6px;
	vertical-align: top;
	line-height: inherit;
}
header .site-branding {
	margin: 0 !important;
	padding: 0;
}
header .custom-header {
	float: left;
	margin: 0 !important;
}
header .navigation-top {
	background: transparent;
	border: 0 none;
	float: right;
	padding: 15px 0 0;
	position: relative;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: auto;
}
.sticky_header header .navigation-top {
	padding-top: 18px;
}
header .site-branding {
	margin: 0 !important;
	padding: 0;
}
header .custom-logo-link img {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}
header .custom-logo-link {
	display: block;
	margin-top: -45px;
	max-width: 288px;
	padding: 0;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.sticky_header header .custom-logo-link {
	margin-top: 0;
	max-width: 137px;
}
html .site-branding a:hover, 
html .site-branding a:focus {
	opacity: 1;
}
header .menu{
	margin-right:-18px;
}
header .menu > li {
	display: block;
	float: left;
	margin: 0 0 0 10px;
}
header .menu > li:first-child{
	margin-left:0;
}
header .menu > li > a {
	color: #fff;
	display: block;
	font-family: "Lato",sans-serif;
	font-size: 15px;
	font-weight: 600;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	line-height: 20px;
	border-radius:50px;
	padding: 10px 18px;
}
header .menu > li:hover > a,
header .menu > li.menu-blog  > a{
	color:#fff;
	background:#01458E;
}
.baner-image {
	background-attachment: fixed;
	background-image: url("../images/banner.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 730px;
	overflow: hidden;
	padding-bottom: 0;
	padding-top: 300px;
	position:relative;
	z-index:8;
}
.baner-image:before {
	background: url("../images/overaly.png") repeat 0 0;
	left: 0;
	right:0;
	bottom:0;
	content:"";
	display:block;
	position: absolute;
	z-index:-1;
	top: 0;
}
html #page {
	position: static;
}

.baner-image .widget_media_image {
	float: right;
	max-width: 50%;
	padding: 0;
}
.baner-image .widget_text {
	float: left;
	max-width: 50%;
	padding:33px 0 0 0;
}
html p {
	color: #333333;
	font-family: "Lato",sans-serif;
	font-size: 16px;
	line-height: 160%;
	margin-bottom: 15px;
	text-align: justify;
}
html p:last-child{
	margin-bottom:0;
}
.baner-text p {
	color: #fff;
	font-family: 'aachen-bt';
	font-size: 55px;
	text-align:left;
	line-height: 65px;
}
.baner-image .widget_media_image img {
	display: block;
	margin: 0 auto;
}
html .baner-btn {
	background: #616263;
	border: 2px solid #f1be02;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	line-height: 26px;
	padding: 15px 50px;
	vertical-align: top;
}
html .baner-btn:hover{
	background:#01458E;
	color:#fff;
}
.baner-image .baner-button {
	margin-top: 30px;
}
.site-content-contain .site-content {
	padding: 60px 0;
}
html .page-header {
	background: transparent;
	color: #333;
	margin: 0 0 40px;
	padding: 0;
}
html .section-heading,
html .page-title {
	color: #01458e;
	font-family: "Lato",sans-serif;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 110%;
	margin: 0 0 40px;
	padding: 0 0 32px;
	position: relative;
	text-align: center;
}
html .section-heading:after,
html .page-title:after {
	background: #dedede;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	right:0;
	margin:auto;
	display:block;
	position: absolute;
	width: 150px;
}
.site-main article {
	border: 1px solid #ddd;
	margin-bottom: 35px;
	padding: 30px!important;
}
.site-main article:last-child{
	margin-bottom:0;
}
.site-main article .entry-header .entry-title {
	color: #01458E;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 120%;
	margin: 0 0 15px;
}
.site-main article .entry-header .entry-title a {
	box-shadow: 0 0 0 transparent;
	color: inherit;
	font: inherit;
	margin: 0;
	text-shadow: 0 0 0 transparent;
}
.site-main article .entry-header .entry-title a:hover{
	color:#000;
}
html .entry-meta {
	letter-spacing: normal;
	line-height: 100%;
	padding: 0;
}
.entry-meta > span {
	color: #444;
	display: inline-block;
	font-family: "Lato",sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	margin:0 15px 0 0 ;
	line-height: 20px;
	vertical-align: top;
}
.entry-meta > span:last-child{
	margin-right:0;
}
.entry-meta > span a{
	color: #444;
}
.entry-meta > span a:hover{
	color: #01458E;
}
.posted-date::before, 
.post-author::before,
.posted-in:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	font-family: FontAwesome;
	margin-right: 6px;
	color: #000;
}
.post-author:before{
	content:"\f2c0";
}
.posted-in:before{
	content:"";
}
article .post-thumbnail {
	display: block;
	margin: 0 -30px 30px;
}
article .post-thumbnail a{
	display:block;
}
article .post-thumbnail img{
	display:block;
	margin:0 auto;
}
article .entry-header {
	margin: -10px -10px 20px;
}
.button {
	background: #01458e;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	font-size: 16px;
	line-height: 40px;
	padding: 0 20px;
	vertical-align: top;
}
.button:hover{
	background:#000;
	color:#fff;
}
html .navigation {
	margin: 35px 0 0;
	text-align: center;
}
html .wp-paginate li {
	display: inline-block;
	line-height: 100%;
	margin: 0 5px;
	vertical-align: top;
}
html .wp-paginate li:first-child{
	display:none;
}
.navigation .wp-paginate li > * {
	background: transparent;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #333;
	display: block;
	height:32px;
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	min-width: 32px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	padding: 0 8px;
}
.navigation .wp-paginate li > *.current,
.navigation .wp-paginate li > *:hover{
	background:#01458E;
	color:#fff;
	border-color:#01458E;
}
.navigation .wp-paginate li > .prev,
.navigation .wp-paginate li > .next {
	font-size: 0;
}
.navigation .wp-paginate li > .prev:before,
.navigation .wp-paginate li > .next::before {
	content: "";
	display: block;
	font-family: FontAwesome;
	font-size: 16px;
}
.navigation .wp-paginate li > .prev:before{
	content: "";
}
.blog-wrap .widget-area .widget {
	border: 1px solid #ddd;
	margin: 0 0 30px;
	padding: 20px;
}
.blog-wrap .widget-area .widget:last-child {
	margin-bottom:0;
}
.widget-area .widget-title {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: normal;
	margin: 0 0 15px;
}
.search-form label {
	margin: 0;
}
.widget_archive.widget ul li {
	background: transparent;
	border-bottom: 1px solid #ddd;
	border-top: 0 none;
	font-size: 15px;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.widget_archive.widget ul li:last-child{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:0;
}
.widget_archive.widget ul li a {
	color: #01458e;
}
.widget_archive.widget ul li.active a,
.widget_archive.widget ul li a:hover {
	color: #333;
}
footer .menu-social-links-menu-container .menu li {
	border: 0 none;
	display: inline-block;
	margin: 0;
	padding: 0;
	position:relative;
	vertical-align: top;
}
footer .menu-social-links-menu-container .menu li::before {
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	transform: rotate(60deg);
}
footer .menu-social-links-menu-container .menu li::after {
	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
footer .menu-social-links-menu-container .menu li a::after, 
footer .menu-social-links-menu-container .menu li::before, 
footer .menu-social-links-menu-container .menu li::after {
	background: #01458e;
	bottom: 0;
	content: "";
	display: block;
	height: 24px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}
footer .menu-social-links-menu-container .menu li a {
	color: #fff;
	display: block;
	font-size: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	height: 40px;
	line-height: 40px;
	z-index:1;
	position: relative;
	width: 40px;
}
footer .menu-social-links-menu-container .menu li a:hover{
	color:#F8C301!important;
}
footer .menu-social-links-menu-container .menu li a::before {
	content: "";
	display: block;
	font-family: FontAwesome;
	font-size: 20px;
	position: relative;
	z-index: 2;
}
footer .menu-social-links-menu-container .menu li.social-facebook a:before {
	content: "";
}
footer .menu-social-links-menu-container .menu li.social-google a::before {
	content: "";
}
footer .menu-social-links-menu-container .menu li.social-linkedin a:before {
	content: "";
}
.footer-information {
	color: #323232;
	font-family: "Lato",sans-serif;
	font-size: 14px;
	letter-spacing: normal;
	line-height: 24px;
}
.footer-information p, 
.footer-information h5, 
.footer-information a {
	color: inherit;
	font: inherit;
	letter-spacing: normal;
	text-align: center;
	text-transform: none;
}
.footer-information a{
	color:#ee3b24;
}
.footer-information a:hover{
	color:#f8c301;
}
.footer-information > * {
	margin-bottom: 9px;
}
.footer-information > *:last-child {
	margin-bottom:0;
}
html .site-footer .widget-column.footer-widget-1 {
	margin-bottom: 35px;
}
.comments-area .comment-list-wrap, 
.comments-area .comment-respond {
	border: 1px solid #ddd;
	margin-bottom: 35px;
	padding: 30px;
}
.comments-area .comment-list-wrap:last-child, 
.comments-area .comment-respond:last-child {
	margin-bottom:0;
}
.content-area input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"]), 
.content-area select, 
.content-area textarea {
	border: 1px solid #ddd;
	display: block;
	font-size: 14px;
	border-radius:4px;
	padding-left: 12px;
	padding-right: 12px;
	resize: none;
	width: 100%;
}
.content-area input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"]), 
.content-area select {
	height: 48px;
	padding-top:0;
	padding-bottom:0;
}
.content-area input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"]){
	line-height:normal;
}
.content-area select {
	line-height: 48px;
}
.content-area textarea{
	height:120px;
	padding-top:10px;
	padding-bottom:10px;
	line-height:140%;
}
.entry-content ol, 
.entry-content ul {
	color: #333;
	font-size: 16px;
	line-height: 140%;
}
.entry-content ol li, 
.entry-content ul li{
	margin-bottom:5px;
}
.entry-content ol li:last-child, 
.entry-content ul li:last-child{
	margin-bottom:0;
}
.search-results article .entry-header {
	margin: 0 0 20px;
}
.search-no-results #main {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 40px;
	text-align: center;
}
.search-not-found {
	color: #01458e;
	font-size: 34px;
	line-height: 120%;
	text-align: center;
	margin: 0 0 20px ;
}
.search-no-results main p {
	text-align: center;
}
.search-no-results .search-form {
	margin: 40px auto 0;
	max-width: 600px;
}
.search-no-results .content-area .search-form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"]),
.no-results .search-form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"]) {
	padding-left: 44px;
	height:44px;
}
.no-results.not-found {
	border: 1px solid #ddd;
	padding: 30px;
}
.no-result-page-title {
	color: #01458e;
	font-size: 29px;
	font-weight: 600;
	margin: 0 0 20px;
	text-align: center;
}
.no-results p {
	text-align: center;
}
.no-results .search-form {
	margin-top: 30px;
}
.widget-area #categories-3 ul li.cat-item-none {
	text-align: left;
}
.error404 .site-content-contain .site-content {
	height: 695px;
	padding: 262px 0 70px;
	position: relative;
	background-attachment: fixed;
	background-image: url("../images/banner.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.error404 .site-content-contain .site-content #primary {
	float: none;
	padding: 0;
	width: auto;
}
.error-404.not-found {
	color: #fff;
	padding-right: 50%;
	position: absolute;
	padding-top:73px;
}
.error-404 .image-404 {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 50%;
}
.error-404 .error-404-icon {
	color: #fff;
	font-family: "aachen-bt";
	font-size: 55px;
	line-height: 120%;
	margin: 0 0 10px;
}
.error-404.not-found p {
	color: #fff;
	font-size: 18px;
	margin: 0 0 30px;
	text-align: left;
}
.error-404.not-found p:last-child{
	margin-bottom:0;
}
.error-404.not-found .text-404 {
	font-size: 15px;
}
.error-404.not-found p a{
	color:#fff;
	text-decoration:underline;
}
.error-404.not-found p a:hover {
	color:#01458E;
}
.error404 .breadcrumbs {
	display: none;
}

.breadcrumbs {
	background: #efefef;
	border-bottom: 1px solid #ddd;
	color: #01458E;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 0;
}
.breadcrumbs .container > span::before {
	color: #666;
	content: "";
	display: block;
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	top: 0;
}
.breadcrumbs .container > span:last-child:before{
	display:none;
}
.breadcrumbs .container > span {
	display: block;
	float: left;
	margin-right: 12px;
	padding-right: 22px;
	position: relative;
}
.breadcrumbs .container > span:last-child{
	margin-right:0;
	padding-right:0;
}
.breadcrumbs a{
	color:#000;
}
.breadcrumbs a:hover{
	color:#01458E;
}

/* Start CSS 28-06-2024 */
.blog main#main .content-wrapper .share-button,
.single-post .content-wrapper .share-button {
	opacity: 1 !important;
	height: 100% !important;
	width: 100% !important;
}
/* End CSS 28-06-2024 */
/* Start CSS 07-01-2024 */
.single-post .site-main article {
	padding-bottom: 40px !important;
}
/* End CSS 01-07-2024 */
/* Start CSS 02-07-2024 */
.blog main#main .content-wrapper .share-text > span,
.single-post .content-wrapper .share-text > span{
	color: #333333;
	pointer-events: none;
}
/* .single-post .content-wrapper .share-text .share-button,
.blog main#main .content-wrapper .share-text .share-button{
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
	transition: 0.5s all;
}
.single-post .content-wrapper .share-text:hover .share-button,
.blog main#main .content-wrapper .share-text:hover .share-button{
	opacity: 1 !important;
	width: 100% !important;
	height: 100% !important;
} */
/* End CSS 02-07-2024 */

/*
	font-family: 'aachen-bt';
	font-family:"Lato",sans-serif;
*/
/* g-26-09-2024 */
.blog main#main .content-wrapper .share-button, .single-post .content-wrapper .share-button {
	opacity: 1 !important;
	height: auto !important;
	width: auto !important;
	position: static;
	margin: 10px 0 0;
}
/* g-26-09-2024 */