@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/material-icons/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../fonts/material-icons/MaterialIcons-Regular.woff2) format('woff2'),
    url(../fonts/material-icons/MaterialIcons-Regular.woff) format('woff'),
    url(../fonts/material-icons/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
#main #content-wrap {
	padding: 0;
}
.site-main > .container {
	max-width: 100% !important;
	width: 1440px !important;
	padding: 0;
}
#content-wrap.container {
	max-width: 100% !important;
	width: 1440px !important;
	padding: 0;
}
#footer-inner.container {
	max-width: 100% !important;
	width: 1440px !important;
	padding: 0 40px;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	/*color: inherit;*/
}
h1 {
	/*font-size: 45px;*/
	font-weight: bold;
	text-transform: capitalize;
	/*line-height: 1;*/
    margin-bottom: 20px;
}
h2 {
	text-align: center;
	/*font-size: 35px;*/
	margin-bottom: 25px;
	/*line-height: 1.2;*/
}
h3 {
	/*font-size: 25px;*/
	margin-bottom: 25px;
}
h4 {
	/*font-size: 22px;*/
	margin-bottom: 15px;
}
p {
	font-size: inherit;
	/*line-height: 1.7;*/
	margin-bottom: 10px;
}
p:last-child {
	margin-bottom: 0;
}
figure {
	margin-bottom: 20px;
}
img[class*="align"], img[class*="attachment-"] {
	height: inherit;
}
.site-content .single-page-article .entry > * {
	/* padding: 0 40px; */
	margin-bottom: 30px;
}
.site-content .single-page-article div:last-child {
	margin-bottom: 0;
}
body > #outer-wrap > #wrap {
	padding-bottom: 114.67px;
	min-height: 100vh;
	position: relative;
}
body *:first-letter {
	text-transform: uppercase;
}
header .dropdown-menu .sub-menu {
	min-width: 140px;
	margin-top: 15px;
}
footer {
	min-height: 114.67px;
	position: absolute !important;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}
.block-1by1 > div {
	width: 100%;
}
.block-1by1-center {
	text-align: center;
}
.block-1by1-center.small-width {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.block-2by3-1by3, .block-1by3-2by3, .block-1by2-1by2, .block-1by3-1by3-1by3 {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between; 
}
.site-content .single-page-article .block-2by3-1by3 > div, .site-content .single-page-article .block-1by3-2by3 > div, .site-content .single-page-article .block-1by2-1by2 > div, .site-content .single-page-article .block-1by3-1by3-1by3 > div {
	margin-bottom: 0;
}
/*.block-2by3-1by3 p, .block-1by3-2by3 p, .block-1by2-1by2 p, .block-1by3-1by3-1by3 p {
	text-align: justify;
}*/
.block-2by3-1by3 > div:first-child {
    width: calc(66.66% - 40px);
}
.block-2by3-1by3 > div:last-child {
    width: calc(33.33% - 40px);
}
.block-1by3-2by3 > div:first-child {
    width: calc(33.33% - 40px);
}
.block-1by3-2by3 > div:last-child {
    width: calc(66.66% - 40px);
}
.block-1by2-1by2 > div {
	width: calc(50% - 40px);
}
.block-1by3-1by3-1by3 > div {
	width: calc(33.33% - 40px);
}
.block-1by1, .block-1by1-center, .block-2by3-1by3, .block-1by3-2by3, .block-1by2-1by2, .block-1by3-1by3-1by3 {
	margin-bottom: 30px;
}
.right_link  {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.sponsors_holder {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}
.sponsors_holder figure {
	/*width: calc(20% - 10px);*/
	padding: 0 8px;
	/*margin-right: 12.5px;*/
	margin-bottom: 16px;
	display: flex;
}
.sponsors_holder figure img {
	margin: 0 auto;
	max-width: 100%;
	/*height: 150px;*/
	object-fit: contain;
}
#footer-widgets, #top-bar {
	display: none;
}
#copyright {
	color: #fff;
	font-size: 16px;
}
footer {
	padding: 40px 0;
	background-color: #1B1B1B;
}
#footer-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#site-logo {
	float: none;
	display: block;
}
#site-logo-inner a {
	/*width: 120px;
	height: 120px;*/
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
}
#site-header {
	padding: 10px 0;
}
/*#site-navigation-wrap {
	margin-top: 63px;
    margin-bottom: -10px;
}*/
#site-header-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#oceanwp-social-menu {
	order: 0;
}
/*#site-navigation-wrap .dropdown-menu>li>a {
	font-size: 16px;
}*/
#footer-bottom {
	font-size: 16px;
	padding: 0;
	line-height: 1;
}
.link_btn {
	background-color: #1f1c1c;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    padding: 0 30px;
    border-radius: 20px;
    border: 1px solid #1f1c1c;
}
.link_btn:hover {
	background-color: #fff;
	color: #1f1c1c;
}
.site-content .single-page-article .entry .banner_section {
	padding: 0;
	margin-bottom: 60px;
}
.banner_holder {
	position: relative;
	margin-bottom: 40px;
}
.banner_block  figure {
	margin-bottom: 0;
}
/* .banner_slider  figure {
	margin-bottom: 0;
} */


.banner_img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.owl-nav button {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 25px !important;
	color: #616161 !important;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.8) !important;
	position: absolute;
	top: calc(50% - 20px);
	transition: 0.3s;
}
.owl-nav button:hover {
	box-shadow: 0 0 10px #ddd;
}
.owl-nav button.owl-prev {
	left: 30px;
}
.owl-nav button.owl-next {
	right: 30px;
}
header > .container, .header_top_bar > .container, .search-container {
	width: 1440px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 40px;
}
.search_section {
	padding: 60px 0;
}
.banner_content {
	position: absolute;
	left: 0;
	bottom: 60px;
	right: 0;
	margin: 0 auto;
	width: 100%;
}
.container-fluid {
	width: 85%;
	margin: 0 auto;
}
.banner_caption {
	width: 450px;
	color: #fff;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 10px;
	max-width: 100%;
}
/*.banner_caption a {
	color: #fff;
}*/
.news-category-link {
	margin-top: 30px;
}
.site-content .single-page-article .entry .banner-image {
	padding: 0;
}
.banner-image img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.breadcrumb {
	padding: 0 40px;
	margin: 40px auto 30px;
	width: 1440px;
	max-width: 100%;
	background-color: transparent;
}
.breadcrumb a {
	margin-right: 10px;
}
.breadcrumb i {
	margin-right: 10px;
}
.site-content .single-page-article .entry .block-address-contact {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.block-address-contact > div {
	width: calc(50% - 25px);
	margin-right: 50px;
}
.block-address-contact > div:last-child {
	margin-right: 0;
}
.block-contactform-map {
	display: flex;
	flex-wrap: wrap;
}
.block-contactform-map > div {
	width: calc(50% - 25px);
	margin-right: 50px;
}
.block-contactform-map > div:last-child {
	margin-right: 0;
}
.block-address-contact h3 {
	margin-bottom: 15px;
	font-size: 22px;
}
.nf-form-content {
	padding: 0 !important;
}
.nf-form-layout {
	width: 450px;
	max-width: 100%;
}
.nf-form-content label {
	font-size: 17px !important;
}
.nf-field-container {
	margin-bottom: 20px !important;
}
.sidebar_content {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-bottom: 40px;
}
.left_sidebar {
	width: calc(100% - 280px);
	padding-right: 30px;
}
.right_sidebar {
	width: 280px;
	padding: 25px;
	background-color: #ececec;
	border-radius: 10px;
}
.news_block {
	margin-bottom: 30px;
}
.news_block:after {
	clear: both;
	display: table;
	content: '';
}
.news_block:last-child {
	margin-bottom: 0;
}
.news_block figure {
	width: 180px;
	height: 180px;
	margin-bottom: 0;
	margin-right: 25px;
	float: left;
	/*border-radius: 10px;*/
	overflow: hidden;
}
.news_block figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_block figure a {
	display: block;
}
.news_block .news_block_content time {
	display: block;
	line-height: 1;
	margin-bottom: 10px;
	font-size: 15px;
	color: #848484;
}
.news_block .news_block_content .news_list_category {
	display: block;
	line-height: 1;
	margin-bottom: 10px;
	font-size: 15px;
	color: #848484;
}
.news_block .news_block_content h3 {
	margin-bottom: 18px;
	line-height: 1;
}
.news_list_desc {
	margin-top: 20px;
}
.right_sidebar h3 {
	font-size: 20px;
	margin-bottom: 18px;
	line-height: 1;
}
.right_sidebar ul {
	margin: 0 0 0 17px;
	padding: 0;
}
.right_sidebar ul li {
	font-size: 15px;
	margin-bottom: 8px;
}
.right_sidebar > div {
	margin-bottom: 50px;
}
.galleryContent {
	display: flex;
	flex-wrap: wrap;
}
.galleryContent .all_gallery_box {
	width: calc(25% - 12px);
	margin-right: 16px;
	margin-bottom: 16px;
	position: relative;
}
.galleryContent .all_gallery_box:nth-child(4n) {
	margin-right: 0;
}
.galleryContent .featured_img {
	width: 100%;
	padding-bottom: 70%;
	position: relative;
	margin-bottom: 0;
}
.galleryContent .gallery_box {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.galleryContent .featured_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
/*.galleryContent .all_gallery_box:nth-child(-n + 4) {
	margin-bottom: 0;
}*/
.galleryContent .all_gallery_box:nth-child(4n) {
	margin-right: 0;
}
.galleryContent .gallery_box a:first-child {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}
.galleryContent .gallery_box a img {
	display: none;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.galleryContent .gallery_box a:first-child img {
	display: block;
}
.galleryContent .gallery_box figcaption {
  display: none;
}
.block-galleries h3 {
	font-size: 18px;
	margin-bottom: 20px;
} 
article {
	display: none;
}
article:first-child {
	display: block;
}
.site-content .single-page-article .entry .sidebar_content {
	padding-bottom: 70px;
}
/*article .single-news {
	padding: 0 40px;
}*/
.news-container {
	/* padding: 0 40px 50px; */
	padding: 0 0 50px;
}
.single-news article .thumbnail {
	display: none;
}
.single-news .news_single_category {
	display: block;
	line-height: 1;
	margin-bottom: 20px;
	font-size: 15px;
	color: #848484;
}
.single-news time {
	display: block;
	line-height: 1;
	margin-bottom: 10px;
	font-size: 15px;
	color: #848484;
}
.news_single_content {
	margin-top: 20px;
}
.news_single_tags {
	margin-bottom: 20px;
}
.news_single_tags ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 15px;
}
.news_single_tags ul li {
	font-size: 15px;
	margin-bottom: 5px;
	display: inline-block;
	margin-right: 5px;
	line-height: 1;
}
.news_single_tags ul li:after {
	content: ',';
	position: absolute;
	color: #848484;
}
.news_single_tags ul li:last-child:after {
	content: normal;
}
.news_single_tags ul li a {
	color: #848484;
}
.news_single_content figure {
    float: left;
    margin-right: 30px;
}
.news_single_content figure img {
	max-width: 500px;
}
ul.category_list {
	list-style: none;
	margin: 0 0 0 27px;
}
ul.category_list li {
	position: relative;
}
ul.category_list li:before {
	content: '';
	position: absolute;
	left: -26px;
	top: 5px;
	background-image: url(../images/news-icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}
.right_sidebar ul.tag_list {
	margin: 0;
	list-style: none;
}
.tag_list li {
	margin-right: 3px;
	/*margin-left: 20px;*/
	position: relative;
	line-height: 2;
	display: inline;
}
.tag_list li:after {
	line-height: 1;
	content: ',';
	/*position: absolute;
	right: -5px;
    top: 8px;*/
}
.tag_list li:last-child:after {
	content: normal;
}
/*ul.tag_list li:before {
	content: '';
	position: absolute;
	left: -19px;
    top: 8px;
	background-image: url(../images/tag-icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}*/
.news-holder figure {
	border-radius: 10px;
	overflow: hidden;
}
.news-holder a {
	display: block;
}
.single-page-article {
	padding-bottom: 40px;
}
.header_top_bar {
    position: relative;
    z-index: 999;
    /*margin-bottom: -50px;
    margin-top: 20px;*/
}
.header_top_bar .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
.header_top_bar a {
	margin-right: 20px;
}
.header_top_bar .searchform {
	position: relative;
	margin-right: 20px;
}
.header_top_bar a.site-search-toggle .icon-magnifier {
	font-size: 15px;
}
.header_top_bar a.user_icon {
	font-size: 25px;
}
.header_top_bar a:last-child {
	margin-right: 0;
}
.searchform input {
	padding: 0 30px 0 10px !important;
	margin: 0 !important;
}
.searchform input:hover {
	border-color: #000;
}
/*.searchBtn {
	position: absolute;
	top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    line-height: 1;
    height: 100%;
}*/
.header_right {

}
.login-form {
	width: 500px;
}
.news-share {
	margin-top: 30px;
	display: flex;
	margin-bottom: 60px;
}
.news-share a {
	width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
    height: 30px;
    border-radius: 4px;
    margin-right: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    position: relative;
    top: 0;
    transition: 0.3s;
}
.news-share a:hover {
	top: -4px;
}
.news-share a:last-child {
	margin-right: 0;
}
.news-share a img {
	max-height: 60%;
	object-fit: contain;
	width: auto;
	margin-right: 8px;
}
.facebook-icon {
	background-color: #4267B2;
}
.twitter-icon {
	background-color: #55acee;
}
.linkedin-icon {
	background-color: #0077b5;
}
.email-icon {
	background-color: #7d7d7d;
}
.um-form {
    max-width: 400px;
    margin: 0 auto;
}
#site-navigation-wrap {
	margin-right: 20px;
}
#site-navigation-wrap .dropdown-menu>li>a {
	line-height: 1;
}
.owl-nav button span {
	display: none;
}
.owl-nav button.owl-prev:after {
	content: "\f104";
	font-family:'FontAwesome';
}
.owl-nav button.owl-next:after {
	content: "\f105";
	font-family:'FontAwesome';
}
.news-pagination {
	width: 100%;
	margin-top: 40px;
}
.news-pagination ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	justify-content: center;
	align-items: center;
}
.news-pagination ul li {
	font-size: 16px;
	margin-right: 20px;
	line-height: 1;
	margin-bottom: 10px;
}
.news-pagination ul li:last-child {
	margin-right: 0;
}
.news-pagination ul li.active a {
	color: #dd9933;
}
.news-pagination ul li img {
	height: 9px;
	display: inline-block;
}
.news-pagination ul li a {
	display: flex;
	align-items: center;
}
.footer_social_icons ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_social_icons ul li {
	font-size: 22px;
	margin-right: 15px;
}
.footer_social_icons ul li:last-child {
	margin-right: 0;
}
#footer-inner a {
	color: #fff;
}
/*#footer-inner a:hover {
	color: #dd9933;
}*/
.rss_block {
	font-size: 22px;
}
.main-menu {
	display: block;
}
.main-menu.dropdown-menu {
	position: inherit; 
	top: auto; 
	left: 0; 
	box-shadow: none;
	display: block;
	float: left; 
	min-width: inherit; 
	border: none !important; 

}
.main-menu.dropdown-menu>li>a:hover, .main-menu.dropdown-menu>li>a:focus, .main-menu.dropdown-submenu:hover>a, .main-menu.dropdown-submenu:focus>a {
	background: none;
}
/*.main-menu > li {
	margin-right: 25px;
}
.main-menu ul.sub-menu {
	background-color: #fff;
	border-top: 2px solid #ccc;
	margin-top: 15px;
}
.main-menu ul.sub-menu li {
	border-bottom: 1px solid #efefef;
}
.main-menu ul.sub-menu li a {
	padding: 8px 15px;
}
a {
	color: inherit;
}*/
.searchform input {
	background-color: #fff !important;
}
#footer-bottom {
	background-color: transparent !important;
}
.news_slider .owl-nav button.owl-prev {
	left: -40px;
}
.news_slider .owl-nav button.owl-next {
	right: -40px;
}

.search_results_each h3 {
    font-size: 24px;
    font-weight: 600;
	letter-spacing: 0.6px;
	margin: 0 0 6px 0;
	font-family: Arial, Helvetica, sans-serif;
}
.search-container .search_results_each{
	margin: 0 0 25px 0;
}
.search-container .search_results_each:last-child{
	margin: 0 0 0px 0;
}
.read_srch_details{
	font-size: 13px;
    padding: 10px 10px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 165px;
    text-transform: uppercase;

	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
}
.read_srch_details i{
	margin: 0 0 0 5px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
} 
.read_srch_details:hover{
	color: #e2007a;
	border: 1px solid #e2007a;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
}
.read_srch_details:hover i{
	color: #e2007a;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
}
/* .comments-area {
	padding: 0 40px;
} */
#comments {
	margin-bottom: 40px;
}
ul.category_list li.active a {
	font-weight: 700;
}
.header_search_form {
	width: 0 !important;
	overflow: hidden;
	transition: 0.3s;
}
#site-navigation-wrap {
	float: none;
}
.header_right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.searchBtn {
	background-color: transparent;
	border: none;
}
.search_box {
	display: flex;
    align-items: center;
}
.searchShowBtn {
	background-color: transparent;
	border: none;
}
.search_box.showInput .header_search_form {
	width: 230px !important;
}
.search_box.showInput .searchShowBtn {
	display: none;
}
.searchform {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.searchBtn {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.searchform input {
	min-height: 35px !important;
	border-radius: 0 !important;
}
.oceanwp-custom-links li a:before {
	margin-top: 0;
}
.error404-content {
	margin-bottom: 40px;
}
.searchFormIn {
    padding-right: 20px;
    position: relative;
}
.searchFormIn .closeBtn {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 15px;
}
.closeBtn a {
	line-height: 35px;
}
.sidr-class-mobile-searchform button span {
	font-weight: 700;
}
.news_block_content img {
	width: 300px;
	height: 169px;
}
.news-holder p img, .news_list_desc p img {
	display: none !important;
}

a, a:hover{
	text-decoration: none !important;
}

#main #content-wrap.container, .container {
    padding: 0 40px;
}