p,li {
	letter-spacing:0;line-height: 23px;
}
select:focus {
	outline-style: none;
}
 input::-webkit-input-placeholder {
 color: #aaa;
}
input::-moz-placeholder {
 color: #aaa;
}
 
 
.main-content {
	padding-top: 0;
}
.main-content_mod-a {
	margin-right: 20px;
}
.main-content_mod-b {
	margin-left: 68px;
}
.main-content_mod-c {
	padding-top: 10px;
}
.blogNav h1 { font-weight: 600;}
 
 

.br {
	display: block;
}
.no-br {
	white-space: nowrap;
}
/* Vertical align */
.helper, .helper:before {
	display: inline-block;
	vertical-align: middle;
}
.helper:before {
	width: 0;
	height: 100%;
	content: '';
}
.helper-2 {
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
/* The horizontal placement of blocks without spaces */
.blocks-inline {
	padding-left: 0;
	list-style-type: none;
}
.blocks-inline > li {
	display: inline-block;
	margin-right: -3px;
	vertical-align: top;
}
/* Tabular scrolling for mobile devices */
.table-container {
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
}
.table-container::-webkit-scrollbar {
 width: 14px;
 height: 14px;
 -webkit-appearance: none;
}
.table-container::-webkit-scrollbar-thumb {
 border: 3px solid #fff;
 border-radius: 8px;
 background-color: rgba(0, 0, 0, 0.3);
}
.pruning {
	overflow: hidden;
}
/* ======= TYPOGRAPHY ======= */

.typography-section {
	padding-top: 100px;
	padding-bottom: 100px;
}
.typography-section:first-child {
	padding-top: 50px;
}
.typography-section-border {
	border-bottom: 4px double #eee;
}
.typography-section__inner {
	margin-top: 57px;
}
.typography-page .typography-title {
	margin-top: 0;
	margin-bottom: 35px;
	font-weight: 400;
	color: #777;
}
.typography-title-number {
	padding-left: 85px;
	font-size: 16px;
	line-height: 1;
	color: #999;
	vertical-align: middle;
	;
	;
}
.typography__highlights {
	margin-bottom: 23px;
}
.btn-typography {
	margin-right: 22px !important;
	margin-bottom: 40px;
	vertical-align: bottom;
}
.typography-page .list {
	margin-bottom: 20px;
}
.typography-page blockquote {
	margin-bottom: 56px;
}
.typography-page .checkbox-group, .typography-page .label-group {
	margin-left: 20px;
}
.typography-page .ui-form {
	margin-bottom: 70px;
}
.typography-page .alert-group {
	margin-bottom: 55px;
}
.typography-page .table {
	margin-bottom: 70px;
}
.table_primary-headings h1, .table_primary-headings h2 {
	margin-bottom: 35px;
	line-height: 1;
	vertical-align: middle;
	;
}
.table_primary-headings h3, .table_primary-headings h4, .table_primary-headings h5, .table_primary-headings h6 {
	margin-bottom: 44px;
}
.typography-page .typography-last-elem {
	margin-bottom: 0;
}
/* ======= BASIC ELEMENTS ======= */



/* Titles */

.ui-title-page {
	position: relative;
	display: inline-block;
	margin-top: 0;
	padding: 38px 88px 32px;
	font-size: 22px;
	font-weight: 700;
	color: #333;
	background-color: #fff;
	letter-spacing:0;
}
.ui-title-block {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 22px;
	line-height: 1.27;
	letter-spacing:0;
    text-transform: capitalize;
}

.ui-title-block_small {
	margin-bottom: 43px;
	font-size: 14px;
	text-transform: uppercase;
}
.ui-title-block_small:after {
	margin-top: 14px;
}
.ui-title-block_border_small {
	display: inline-block;
	padding-top: 3px;
}
.ui-title-block_border_small:after {
	width: 67px;
}
.ui-title-light {
	font-weight: 300;
}
.title-marginalia {
	margin-top: 7px;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: uppercase;
}
/* Buttons */


/* Images */

.img-default {
	margin-bottom: 40px;
}
/* Lists */

.list {
	margin-bottom: 40px;
	padding-left: 0;
	list-style-type: none;
}
.list li {
	position: relative;
	margin-bottom: 4px;
	padding-left: 31px;
	letter-spacing:0;
}
.list li:before {
	position: absolute;
	top: 7px;
	left: 1px;
}
.list li a {
	color: #777;
}
.list li a:hover {
	text-decoration: none;
}
.list-mark-1 li:before {
	font: 12px/1 ElegantIcons;
	content: '\52';
}
.list-mark-2 li:before {
	font: 12px/1 ElegantIcons;
	content: '\5c';
}
.list-mark-3 li:before {
	font: 14px/1 FontAwesome;
	content: '\f00c';
}
.list-mark-3 li:hover:before {
	content: '\f00d';
}
.list-mark-4 li:before {
	font: 14px/1 ElegantIcons;
	color: #666;
	content: '\24';
}
.list-mark-4 li:after {
	position: absolute;
	top: 10px;
	left: 15px;
	width: 5px;
	height: 5px;
	content: '';
}
.list-mark-5 li:before {
	font: 14px/1 FontAwesome;
	color: #999;
	content: '\f046';
}
.list-num {
	counter-reset: list;
}
.list-num li:before {
	display: inline-block;
	counter-increment: list;
}
.list-num-1 li:before {
	font-size: 14px;
	content: counter(list) '. ';
}
.list_mod-a {
	margin-left: 20px;
}
.list_mod-a li {
	margin-bottom: 10px;
}
/* Forms */


.ui-form-1 .btn {
	margin-top: 5px;
	padding-right: 36px;
	padding-left: 36px;
}
.ui-form-2 .form-control {
	font-size: 11px;
	border-color: #eee;
	background-color: transparent;
}
.ui-form-2 .btn {
	padding-top: 14px;
	padding-bottom: 14px;
}
.ui-select {
	width: 100%;
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 5px;
	font-size: 16px;
	vertical-align: top;
	border: 1px solid #fff;
	border-radius: 0;
	background-color: transparent;
	text-transform: inherit;
}
/* Radio/check customisation */

.forms__label {
	position: relative;
	display: inline-block;
	margin-bottom: 11px;
	padding-left: 45px;
	cursor: pointer;
}
.forms__label:last-child {
	margin-right: 0;
}
.forms__label-check:before, .forms__label-radio:before {
	position: absolute;
	left: 0;
	border: 1px solid #fff;
	content: '';
}
.forms__label-check:after, .forms__label-radio:after {
	position: absolute;
	display: none;
}
.forms__label-check {
	display: block;
	height: 22px;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 19px;
	padding-left: 29px;
	 
	font-size: 11px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
}
.forms__label-check:before {
	top: 1px;
	width: 15px;
	height: 15px;
	border: 1px solid #ccc;
	;
}
.forms__label-check:after {
	top: 0;
	left: 1px;
	width: 15px;
	height: 15px;
	padding-top: 3px;
	font: 10px/1 FontAwesome;
	content: '\f00c';
	text-align: center;
}
.forms__label-check-1:after {
	top: 5px;
	left: 4px;
	width: 7px;
	height: 7px;
	content: '';
}
.forms__label-check-3:before {
	border-color: #ddd;
	background-color: #fff;
	box-shadow: none;
}
.forms__label-check-3:after {
	top: 6px;
	left: 7px;
	width: 8px;
	height: 8px;
	content: '';
}
.forms__label-radio {
	height: 12px;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 23px;
}
.forms__label-radio:before {
	top: 2px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
.forms__label-radio:after {
	top: 5px;
	left: 3px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #fff;
	content: '';
}
.forms__label-radio-1:after {
	background-color: #fff;
}
.forms__label-radio-2:before {
	border: 1px #ccc solid;
}
.forms__label-radio-3:before {
	border: 1px #ccc solid;
}
.forms__check, .forms__radio {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	opacity: 0;
}
.forms__check:checked + .forms__label-check:after, .forms__radio:checked + .forms__label-radio:after {
	display: block;
}
.forms__check:checked + .forms__label-check:before {
	box-shadow: none;
}
.label-group-inline {
	white-space: nowrap;
}
.forms__label-radio-3:after {
	background-color: #666;
}
/* Decor elements */

.border-left {
	position: relative;
}

/* Tables */

.table-type-a > thead > tr > th {
	background-color: #f7f7f7;
}
/* Accordion */

.accordion .panel .icon {
	display: inline-block;
	font: normal normal 20px/1 Montserrat, arial;
	background-color: transparent;
}
.panel-heading {
	position: relative;
	color: #333;
}
.panel-default > .panel-heading .panel-title {
	color: #fff;
	border-left-color: #fff;
}
.panel-heading .btn-collapse {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 45px;
	height: 100%;
	padding-top: 12px;
	text-align: center;
}
.panel-heading .collapsed .btn-collapse {
	background-color: transparent;
}
.accordion .btn-collapse .icon:before {
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content: '';
	transition: all 0.3s;
	transform: rotate(135deg);
}
.accordion .btn-collapse.collapsed .icon:before {
	border-color: #999;
	transform: rotate(45deg);
}
.accordion .panel-title.panel-passive {
	color: #333;
	border-left-color: #eee;
}
/* Tabs */

.tab-content img {
	margin-bottom: 20px;
}
/* Effects */

.btn-effect {
	position: relative;
	margin-right: 1px;
	overflow: hidden;
	z-index: 1;
}

.btn-effect:hover:after {
	height: 500%;
	opacity: 1;
}
.entry-footer .btn, .entry-footer .btn:focus {background: none !important; border:none!important; outline: none;box-shadow: inherit; color: #0277d9!important; padding: 0; font-size: 13px; font-weight: 700; text-transform: capitalize;}
.entry-footer .btn:hover, .entry-footer .btn:foucs {background: none; border:none; color: #000; }
.border-effect {
	position: relative;
	padding: 20px;
	overflow: hidden;
}
.border-effect__mark {
	color: #fff;
}
.border-effect__top, .border-effect__right, .border-effect__bottom, .border-effect__left {
	position: absolute;
	transition: all 300ms;
}
.border-effect__top, .border-effect__bottom {
	width: 100%;
	height: 3px;
}
.border-effect__left, .border-effect__right {
	width: 3px;
	height: 100%;
}
.border-effect__top {
	top: 0;
	left: -100%;
}
.border-effect__right {
	top: -100%;
	right: 0;
}
.border-effect__bottom {
	right: -100%;
	bottom: 0;
}
.border-effect__left {
	bottom: -100%;
	left: 0;
}
/* Dropcap */

.dropcap:first-letter {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	padding: 10px 10px 7px;
	font-size: 46px;
	font-weight: 900;
	line-height: 1;
	color: #fff;
}
/* Blockquote */

.blockquote cite {
	display: block;
	padding-right: 7px;
	font-style: normal;
	text-align: right;
}
.blockquote__author {
	
	font-size: 10px;
	color: #333;
	letter-spacing: 0;
	text-transform: uppercase;
}
.blockquote-1_mod-a {
	padding-top: 54px;
	padding-bottom: 8px;
	text-align: center;
}
.blockquote-1_mod-a:before {
	top: 10px;
	left: 55%;
}
.blockquote-1_mod-a p {
	line-height: 1.38;
}
.blockquote-2 {
	padding-top: 33px;
	padding-left: 0;
	font-size: 24px;
	font-weight: 700;
	color: #333;
	text-align: center;
}
.blockquote-2 p {
	line-height: 1.33;
}
.blockquote-2 cite {
	margin-top: 13px;
	text-align: center;
}
.blockquote-2:before {
	top: -10px;
	margin-left: -10px;
}
.blockquote-3 {
	margin: 0;
	padding: 60px;
	text-align: center;
}
.blockquote-3:before {
	top: 17px;
	margin-left: -15px;
}
.blockquote-3 cite {
	margin-top: 20px;
	padding-right: 0;
	text-align: center;
}
/* Pagination */



/* Alert */

.alert-default {
	color: #333;
	background-color: #eee;
}
.alert-1 {
	color: #333;
	background-color: #ffd339;
}
.alert-2 {
	background-color: #9630d7;
}
.alert-3 {
	background-color: #fcf7e3;
}
.alert-4 {
	background-color: #fce3e3;
}
.alert-5 {
	background-color: #daf2da;
}
.alert-block {
	margin-bottom: 21px;
	padding: 20px 50px 25px;
}
.alert .icon {
	display: inline-block;
	margin-right: 18px;
	font-size: 16px;
	vertical-align: middle;
	;
	;
}
.alert-title {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: normal;
}
.alert-text {
	font-size: 13px;
	color: #666;
	letter-spacing:0;
}
.alert-icon {
	float: left;
	margin-top: 20px;
}
.alert-icon .icon {
	font-size: 30px;
}
.alert__inner {
	padding-left: 70px;
}
.alert-default .alert-icon .icon {
	color: #333;
}
.alert-3 .alert-icon .icon {
	color: #ffd339;
}
.alert-4 .alert-icon .icon {
	color: #fb3840;
}
.alert-5 .alert-icon .icon {
	color: #3eda31;
}
/* Tooltip */

.tooltip {
	text-transform: uppercase;
}
/* Progress bar */

.progress_w_border {
	border: 1px solid #eee;
}
.progress_round {
	border-radius: 22px;
}
.progress_round .progress-bar {
	border-radius: 0 22px 22px 0;
}
.progress_shadow {
	box-shadow: inset 0 1px 0 0 #ccc;
}
.progress_background {
	background-color: #eee;
}
.progress-1 .progress-bar {
	background-color: #f20001;
}
.progress-2 .progress-bar {
	background-color: #03c300;
}
.progress-3 .progress-bar {
	background-color: #222;
}
.progress-4 .progress-bar {
	background-color: #8000c2;
}
.progress-5 {
	height: 5px;
	overflow: visible;
}
.progress-5 .progress-bar {
	position: relative;
	background-color: #6b6b6b;
}
.progress-5 .progress-bar__number {
	position: absolute;
	top: -20px;
	right: -13px;
	font-size: 13px;
	color: #6b6b6b;
}
.progress_border_primary, .progress_border_secondary {
	border-width: 2px;
	border-style: solid;
}
.progress-title {
	margin-bottom: 15px;
}
.progress-block_left {
	margin-right: 20px;
}
.progress-block_right {
	margin-left: 20px;
}
/* Other */

.bg-primary, .bg-secondary, .bg-border {
	padding: 4px 11px;
}
.bg-primary, .bg-secondary {
	color: #fff;
}
.bg-grey {
	background-color: #f7f7f7;
}
.bg-border {
	border: 1px dashed #222;
}
.jarallax {
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}


  
.header-search {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	visibility: hidden;
	width: 100%;
	height: 100vh;
	background-color: rgba(34,34,34,0.95);
	opacity: 0;
	z-index: 1000;
	transition: all 0.3s ease 0s;
}
.header-search.open {
	visibility: visible;
	opacity: 1;
}
.close {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	font-size: 18px;
	border: none;
	background-color: #fff !important;
	opacity: 1 !important;
	z-index: 999;
}
.search-open {
	float: right;
	height: 40px;
	padding-top: 7px;
	padding-left: 22px;
	font-size: 14px;
	color: #666;
	background-color: #fff;
}
.header-search.open {
	visibility: visible;
	opacity: 1;
}
.search-global {
	position: absolute;
	top: 50vh;
	margin-top: -120px;
}
.search-global__input {
	width: 100%;
	padding-right: 50px;
	padding-bottom: 12px;
	font: 700 72px Montserrat;
	color: #fff;
	border: none;
	border-bottom: 1px solid #919191;
	background-color: transparent;
	opacity: 1;
}
.search-global__input::-moz-placeholder {
 color: #fff;
}
.search-global__input:-ms-input-placeholder {
 color: #fff;
}
.search-global__input::-webkit-input-placeholder {
 color: #fff;
}
.search-global__input:focus {
	outline-style: none;
}
.search-global__btn {
	position: absolute;
	top: 34px;
	right: 0;
	font-size: 30px;
	color: #fff;
	border: none;
	background-color: transparent;
	transition: all 0.3s;
}
.search-global__note {
	margin-top: 41px;
	
	font-size: 14px;
	color: #555;
}
/* ======= Sidebar ======= */

.sidebar-menu {
	padding-right: 50%;
	border-right: 2px solid #333;
}
.sidebar-menu > li {
	position: inherit;
}
.sidebar-menu > li > a {
	font: 700 4.4rem Montserrat;
	color: #fff;
}
.sidebar-menu > li > a:hover {
	background-color: transparent !important;
}
.sidebar-menu > li > a:after {
	position: absolute;
	top: 0;
	left: 100%;
	display: block;
	height: 100%;
	border-right: 2px solid #333;
	content: '';
}
.sidebar-menu .dropdown .dropdown-menu {
	top: 0;
	left: 100%;
	float: none;
	margin-top: 2rem;
	border: none;
	background-color: transparent;
	box-shadow: none;
	z-index: 1000;
}
.sidebar-menu .dropdown .dropdown-menu li > a {
	padding: 1.5rem 7rem;
	font: 400 1.4rem Montserrat;
	color: #777;
	border-left: solid 0.4rem transparent;
	transition: all 0.3s;
}
.sidebar-nav__list {
	position: relative;
	display: inline-block;
	padding: 20px 0 20px 20px;
}
.sidebar-nav__list > li.open .dropdown-menu {
	top: 20px;
	left: 100%;
	float: none;
	padding: 20px;
}
.sidebar-nav__list > li > a {
	display: block;
	padding-right: 40px;
	padding-bottom: 10px;
	font-size: 16px;
	color: #fff;
	transition: all 0.3s;
	text-transform: uppercase;
}
.sidebar-nav__list > li > a:hover {
	text-shadow: 0 0 12px #fff;
}
.sidebar-nav__list > li .dropdown-menu a {
	margin-bottom: 10px;
	font-size: 15px;
	white-space: nowrap;
}
.sidebar-nav__list > li .dropdown-menu .list {
	margin-bottom: 0;
}
/* ======= FOOTER ======= */


.footer {
	font-size: 12px;
    margin-top: 30px;
}
.footer-main {
	padding-bottom: 70px;
    padding-top: 50px;
	line-height: 2.16;
	background-color: #f7f7f7;
	letter-spacing: 0;
	;
}
.footer__title {
	margin-bottom: 26px;
	font-size: 12px;
	text-transform: uppercase;
}
.footer__section_center {
	text-align: center;
}
.footer__section_right {
	text-align: right;
}
.footer__logo {
	display: block;
	margin-bottom: 37px;
	color: #333;
	letter-spacing: 0;
}
.footer__logo img{max-width: 250px;}
.footer__slogan {
	display: block;
	margin-top: 8px;
}
.footer__info {
	max-width: 380px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	font-size: 13px;
	line-height: 2;
}
.footer-nav {
	margin-top: 34px;
	margin-bottom: 20px;
}
.footer-nav__link {
	padding: 0 5px;
	font-weight: 700;
	color: #666;
	letter-spacing:0;
	text-transform: uppercase;
	transition: all .3s;
}
.footer-form {
	margin-top: 25px;
}
.footer-form .form-control {
	width: 100%;
	margin-bottom: 0;
	padding: 8px 48px 8px 18px;
	font-style: italic;
	background-color: #fff;
	letter-spacing: 0;
}
.footer .social-list > li > a {
	padding-right: 7px;
	padding-left: 7px;
}
.footer__contact a {
	color: #6d6d6d;
}
.footer-bottom {
	padding-bottom: 20px;
	text-align: center;
}
.copyright__link {
	color: #666;
	transition: all 0.3s;
}
.link-top {
	position: relative;
	top: -35px;
	width: 80px;
	height: 35px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 18px;
	font-size: 18px;
	color: #999;
	background-color: #fff;
	cursor: pointer;
	transition: all 0.3s;
}
/* ======= SECTIONS ======= */


.section-area {
	position: relative;
}
.section-default {
	position: relative;
	padding-top: 100px;
}
.section-type-2 {
	margin-top: 43px;
}
.section-type-3 {
	margin-top: 65px;
}
.section-type-4 {
	margin-top: 78px;
}
.section-type-5 {
	margin-top: 55px;
}
.section-title {
	background-position: 50%;
	background-size: cover;
	text-align: center;
}
.section-title__inner {
	position: relative;
	top: -40px;
}
.section-title_mod-a .page-description {
	letter-spacing: 0;
}
.section-parag p {
	margin-bottom: 25px;
}
.section-parag p:last-child {
	margin-bottom: 0;
}
.title-page__media {
	position: relative;
	overflow: hidden;
}
.title-page__media:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	content: '';
}
.title-page__media img {
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.section-bg {
	position: relative;
}
.section-bg:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
}
.section__inner {
	position: relative;
	z-index: 10;
}
.section-reply-form {
	margin-top: 88px;
}
.section-social-carousel {
	margin-top: 100px;
	margin-bottom: 120px;
}
/* ======= COMPONENTS ======= */


.social-list {
	margin-bottom: 0;
	padding-left: 0;
	list-style-type: none;
}
.social-list > li {
	display: inline-block;
}
.social-list > li > a {
	display: block;
	font-size: 20px;
	color: #000;
	transition: all 0.3s;
}
 .blogTopPart, .blogNav{margin-top: 0px;}
.social-list.rightSocial > li > a{background: #0277d9; color: #fff; width: 34px; height: 34px; line-height: 34px; margin-left: 20px; border-radius:100%; text-align: center;}
.social-list.rightSocial > li > a:hover{ background-color: #4f0c37 !important;}
.blogTopPart h1 { margin-top: 0;}
.blogNav .blogNavication{display: flex; padding-left: 0; }
.blogNav ul.blogNavication li{list-style: none; padding: 0 10px 0 0; position: static;}
.blogNav .blogNavication li a{padding: 9px 12px; color: #515151; border-radius:0;}
.blogNav .sort a{ color: #515151;}
.blogNav ul a .fa,.blogNav .sort a .fa{margin-left: 6px; font-size: 16px;}
.blogNav .sort a img{margin-right: 3px;}
.blogNav ul li a.all{background: #481336; color: #fff; }
.blogNav .blogNavication .dropdown-menu{background: #0277d9; border:none; width: 100%;}
.blogNav .blogNavication .dropdown-menu ul{padding-left: 0; display: flex; width: 100%;}
.blogNav .blogNavication .dropdown-menu li{padding: 0 5px;}
.blogNav .blogNavication .dropdown-menu a{color: #fff; padding: 10px 15px; display: block;}
.blogNavication li a:hover { background-color: #0277d9 !important;}
.blogNavication .dropdown-menu li a:hover { background-color: #4f0c37 !important; border-radius:0 !important;}
.blogNav .blogNavication li:first-child a {padding: 5px 12px !important;}
.blogNav .entry-footer a:hover { text-decoration: underline;}
.blogNav ul li a.active, .blogNav li a:hover{background: inherit; color:#0277d9; }
.border-blog { border-top: 1px solid #ddd; border-bottom:1px solid #ddd; padding: 15px 0 10px 0;}
.blogNav .sort .dropdown-menu {
  padding: 0;
  left: auto;
  right: 0;
} 

 .entry-category__item{
  margin: 10px 0 0px;
  display: inline-block;
  font-size: 22px;
}


 .view_entry .entry-category__item   {
  font-size: 15px;
  margin: 0 0 15px;
}


.blogNav .sort .dropdown-menu a {
  padding: 7px 10px;
  font-size: 16px;
  font-weight: 500;
  display: block;
  width: 100%;
  text-decoration: none !important;
  border: none;
}
.blogNav .sort .dropdown-menu a:hover{background: #0277d9 !important; color: #fff !important;}
.blogNav .sort ul li{border-top:1px solid #ddd;}
.blogNav .sort ul li:first-child{border-top:0;}
.blogNav .sort ul li{border-top:0;}
.blogNav .col-sm-10{position: static;}
.blogNav .row{position: relative;}
.entry-title a{color: #333;}
.rightSearchBar .form-control {
  background: #f0f0f0 !important;
  border: none;
  height: 58px;
  border-radius: 4px !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  box-shadow: inherit !important;
}


 h3.widget-title {
  padding-left: 10px;  margin: 30px 0 20px;
}


 .widget-content ul {
  margin: 0 0 40px;
}

            .post-widget_mod-b    {
  flex-wrap: wrap;
  display: flex;
  gap: 12px;
}


  .post-widget_mod-b .post-widget__inner  {
  width: 75%;
}

 .post-widget_mod-b .post-widget__inner time{
  display: block;
  color: #0277d9;
  font-weight: 600;
}
  .post-widget_mod-b .post-widget__media img  {
  height: 100%;
  object-fit: cover;
}
  .post-widget_mod-b .post-widget__media {
  width: 20%;
  float: left;
  font-size: 11px;
  border: solid 1px #f2f2f2;
}

  .widget:last-child .widget-content{
  display: inline-block;
  width: 100%;
  margin: 0 0 30px;
}

        img {
  max-width: 100%;
}

 .entry-media img {
  width: 100%;
}

.rightSearchBar .btn {
  background: #0277d9;
  border: none;
  padding: 19px 24px;
  color: #fff;
  border-radius: 4px;
  font-size: 20px;
  position: absolute;
  top: 0;       z-index: 99;
  right: 0;
  padding: 0 22px;
  height: 100%;
}
.rightSearchBar .btn:hover { background-color:#4f0c37 ;}
.rightSearchBar{margin:25px 0 40px;}
.list-widget .badge{color: #fff; background: #0277d9; font-style: normal; width: 40px; height:28px; line-height: 22px; text-align: center; border-radius:13px}

 .list-widget__item .list-widget__link{
  display: flex;
  align-items: center;
  justify-content: space-between;
}


  .blog-detail-container {padding-bottom:50px;}
  .blog-detail-container {padding-top:30px;}
  .blog-detail-container h2, .blog-detail-container h3, .blog-detail-container h4{
  font-size: 22px;
  margin: 20px 0 10px;
}
  .blog-detail-container h5{
  font-size: 22px;
  margin: 20px 0 10px;
}

.viewMoreText{color: #0277d9; width: 100%; display: block; text-align: right; font-size: 13px;}
.viewMoreText .fa{color: #000; margin-left: 4px;}
.widget-content .list-widget-vertical{display: flex;flex-wrap:wrap; margin: 0 -4px; padding: 0;}
.widget-content .list-widget-vertical li{list-style: none; padding: 5px 4px;}
.widget-content .list-widget-vertical li a{display: block; font-size: 14px; padding: 10px; color: #000;border: 1px solid #ddd;}
.arcguListing li{position: relative;}
.arcguListing li:before{position: absolute; content: ''; width: 7px; height: 7px; background: #0277d9; top:50%; left:0; transform: translateY(-50%);}
.arcguListing li a{padding-left: 16px;}
.yearList a{ color: #0277d9; padding: 6px 8px; font-weight: 700;}
.scroll-next {
	display: block;
	margin-top: 20px;
	padding-top: 43px;
	
	font-size: 10px;
	color: #333;
	border-top: 1px solid #ddd;
	cursor: pointer;
	text-align: center;
    letter-spacing: 0;
	text-transform: uppercase;
}
.scroll-next .icon {
	display: block;
	margin-top: 10px;
	font-size: 18px;
	color: #999;
}
.scroll-next + .content {
	display: none;
}
.post-link {
	position: relative;
	margin-top: 30px;
	margin-bottom: 100px;
	color: #fff;
	background-size: cover;
	text-align: center;
	text-transform: uppercase;
}
.post-link:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	content: '';
}
.post-link:hover:after {
	background-color: rgba(0, 0, 0, 0.7);
}
.post-link__category {
	display: block;
	margin-top: 50px;
	
	font-size: 26px;
	color: #fff;
	    letter-spacing: 0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}
.grid figure:hover .post-link__category {
	font-size: 16px;
}
.post-link__title {
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.625;
	color: #fff;
}
.post-link__btn {
	color: #fff;
	border-color: #fff;
	background-color: transparent;
}
.post-link__label {
	position: relative;
	top: -34px;
	display: inline-block;
}
.post-link_mod-a .post-link__title {
	font-size: 22px;
	line-height: 1.27;
}
.post-link_mod-a .post-link__category {
	margin-top: 114px;
}
.post-link_mod-b {
	margin-bottom: 20px;
}
.team {
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
.team__category {
	margin-top: 44px;
	font-size: 11px;
	color: #333;
	text-transform: uppercase;
}
.team__name {
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
	color: #333;
	transition: all 0.3s;
}
.team__description {
	margin-bottom: 17px;
	    letter-spacing: 0;
}
.about-author {
	position: relative;
	margin-top: 100px;
}
.about-author:before, .about-author:after {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	border-bottom: 1px solid #eee;
	content: '';
}
.about-author:before {
	right: 360px;
}
.about-author:after {
	left: -100%;
	width: 100%;
}
.about-author__title {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 300;
	    letter-spacing: 0;
	text-transform: uppercase;
}
.about-author__title-inner {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 1;
	    letter-spacing: 0;
}
.about-author__subtitle {
	font-size: 14px;
	font-style: italic;
	line-height: 1;
	text-align: right;
	    letter-spacing: 0;
}
.about-author__inner {
	margin-top: 6px;
	margin-right: 15px;
	text-align: right;
}
.about-author__info {
	margin-left: 7px;
}
.about-author__info p {
	margin-bottom: 26px;
}
.about-author__media {
	margin-top: 7px;
}
.about-author__signature {
	margin-left: auto;
}
.about-author_mod-a {
	margin-top: 0;
	margin-bottom: 100px;
	padding-top: 74px;
}
.about-author_mod-a:before, .about-author_mod-a:after {
	top: 0;
	bottom: auto;
}
.about-author_mod-a .about-author__media {
	margin-top: -74px;
}
.map {
	height: 600px;
}
html .scroll-top-view {
	opacity: 1;
}
.scroll-top {
	position: fixed;
	right: 4%;
	bottom: 3%;
	width: 40px;
	height: 40px;
	padding-top: 6px;
	border: 2px solid #ccc;
	background-color: #fff;
	opacity: 0;
	z-index: 100000;
	cursor: pointer;
	text-align: center;
}
.scroll-top .icon {
	font-size: 24px;
}
.contact__item {
	position: relative;
	padding-bottom: 39px;
}
.contact__item:last-child {
	padding-bottom: 0;
}
.contact__item:before {
	position: absolute;
	top: 0;
	left: -30px;
	height: 100%;
	border-left: 1px solid #eee;
	content: '';
}
.contact__title {
	margin-bottom: 6px;
	font-weight: 700;
	color: #333;
	    letter-spacing: 0;
	text-transform: uppercase;
}
.contact__info {
	line-height: 1.84;
    letter-spacing: 0;
}
.player {
	height: 420px;
}
/* ======= SLIDERS ======= */


/* MAIN SLIDER */


.main-slider__title {
	margin-bottom: 5%;
	font-size: 18px;
	line-height: 1.55;
	color: #fff;
	text-transform: uppercase;
}
.main-slider__inner {
	position: absolute;
	top: 10%;
	right: 10%;
	bottom: 10%;
	left: 10%;
	color: #fff;
	opacity: 0;
	transition: all 0.3s;
}
.main-slider__category {
	
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
}
.main-slider__hover {
	position: absolute;
	bottom: 0;
	padding: 7%;
}
.main-slider .sp-layer {
	position: relative;
	height: 100%;
}
.main-slider .sp-image-container {
	position: absolute;
}
.main-slider-2 {
	margin-top: 7px;
}
.main-slider-2 .sp-image-container:after {
	content: none;
}
.main-slider-2 .main-slider__wrap:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
	background-color: rgba(0, 0, 0, 0.5);
	content: '';
}
.main-slider-2 .main-slider__wrap {
	position: relative;
	padding: 154px 32px 0 52px;
	z-index: 10;
    letter-spacing: 0;
}
.main-slider-2 .main-slider__category {
	position: relative;
	z-index: 10;
	    letter-spacing: 0;
}
.main-slider-2 .main-slider__title {
	position: relative;
	z-index: 10;
	    letter-spacing: 0;
}
.main-slider-2 .main-slider__info {
	position: relative;
	margin-bottom: 48px;
	color: #fff;
	z-index: 10;
}
.main-slider-2 .btn {
	border-radius: 2px;
}
.main-slider-3 .sp-image-container:after {
	background-color: rgba(0, 0, 0, 0.4);
}
.main-slider-3 {
	text-align: center;
}
.main-slider-3 .btn {
	color: #fff;
	border-color: #fff;
	background-color: transparent;
}
.main-slider-3 .main-slider__category {
	margin-top: 214px;
	    letter-spacing: 0;
}
.main-slider-3 .main-slider__title {
	max-width: 420px;
	margin: 12px auto 46px;
	font-size: 22px;
	line-height: 1.27;
	    letter-spacing: 0;
}
.main-slider-3 .main-slider__info {
	max-width: 620px;
	margin-right: auto;
	margin-bottom: 48px;
	margin-left: auto;
	font-size: 13px;
	line-height: 2;
	color: #fff;
	    letter-spacing: 0;
}
.main-slider-3_mod-a .main-slider__category {
	margin-top: 174px;
}
.main-slider-3_mod-a .main-slider__title {
	max-width: 560px;
	margin-top: 7px;
	margin-bottom: 20px;
	font-size: 28px;
}
.main-slider-3_mod-b {
	margin-top: 100px;
}
/* OTHER SLIDERS */


.carusel-clients__item {
	height: 100px;
	text-align: center;
}
.carusel-clients__img {
	display: inline-block;
	vertical-align: middle;
}
.social-carousel__title {
	margin-top: 7px;
	margin-bottom: 30px;
	font-size: 22px;
	    letter-spacing: 0;
}
.social-carousel__user {
	margin-left: 18px;
	font-size: 20px;
	font-weight: 300;
}
/* Type */

/* Modifications */


.slider-pro_mod-a .sp-previous-arrow:before {
	content: '\f107';
}
.slider-pro_mod-a .sp-next-arrow:before {
	content: '\f106';
}
.slider-pro_mod-a .sp-arrow {
	right: 0;
	bottom: 300px;
	width: 100px;
	padding-left: 20px;
	background-color: transparent;
	text-align: left;
}



.slider-pro_mod-a .sp-previous-arrow {
	bottom: 250px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.slider-pro_mod-a .sp-arrow:before {
	font-size: 28px;
	color: #fff;
}
.bg-dark.type-2 { background: #060c17;  color: #fff;}
.text-white { color: #fff;}
 
.contact-info { margin-bottom: 30px;}
.contact-info .contact-line {   font-size: 16px;  line-height: 18px;  font-weight: 600;  margin-bottom: 0;}
.bg-dark.type-2 .contact-info span, .bg-dark.type-2 .contact-info span { color: #fff; font-weight: 400;  font-size: 13px;}
.bg-dark.type-2 .contact-info span, .bg-dark.type-2 .contact-info a { font-weight: 400;  font-size: 13px;  color: #fff;}
.yellow { color: #fdb900 !important;}
.brdtp {  border-top: 1px solid #626262; margin: 30px 0 0 0 !important;  padding: 10px 0 !important;}
.flag-section {width: 100%; display: flex;  margin-top: 30px;}
.flag-section .flag { width: 50%;  text-align: center;  margin: 0 10px;}
footer h5 { font-size: 14px;  line-height: 19px;  font-weight: 400;  letter-spacing: normal; color: #fff; margin: 0;}
.flag-section .flag p { font-size: 11px;}
footer.type-2 .footer-block h6 { padding-bottom: 24px;}
.footer-block h6 {  padding-bottom: 15px;  color: #fff;}
.bg-dark.type-2 .f_news { margin-bottom: 15px;}
.f_news .f_news-img { display: block;  width: 86px;  float: left;}
.bg-dark.type-2 .f_news .f_news-img { width: 110px; position: relative;}
.delay-1 { -webkit-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);  -moz-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);  -o-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);}
.tour-layer {  position: absolute;  left: 0px;  top: 0px;  width: 100%;  height: 100%;  background: rgba(0, 0, 0, 0.6);  opacity: 0;  transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in;  -moz-transition: all 0.3s ease-in;  -ms-transition: all 0.3s ease-in;}
.black-hover:hover .tour-layer { opacity: 1;}
.bg-dark.type-2 .f_news .f_news-content {  padding-top: 0px;  margin-left: 130px;}
.bg-dark.type-2 .f_news .f_news-tilte { margin-bottom: 2px;}
.f_news .f_news-tilte { display: block; font-size: 14px;  line-height: 15px;  letter-spacing: normal;  font-weight: 400;  text-transform: inherit;  margin-bottom: 10px;}
footer span.date-f { color: #fdb900;}
.date-f {  display: block;  color: #cd2c91;  font-size: 13px;  padding-bottom: 0px;}
.bg-dark.type-2 .f_news-content .r-more { font-size: 13px; font-style: italic;  color: #ccc;}
.color-white { color: #fff;}
footer .link-red:hover { color: #cd2c91;}
footer .social-list .social-list__item_link{font-size: 25px;  color: #fff;  margin: 0px 20px 0px 0px;}
footer .social-list .social-list__item_link:hover{color: #cd2c91;}
.brdbtm { border-top: 1px solid #626262;  margin: 20px 0 !important;  padding: 20px 0 !important;}
footer .social-list .social-list__item_link .fa{font-size: 25px;}
.tags-b { position: relative; color: #fff; float: left;  margin: 0px 10px 10px 0px; background: #282e3a; border-radius: 30px; padding: 12px 17px; font-size: 12px; line-height: 12px; font-weight: 500; text-transform: capitalize; z-index: 0;}
.tags-b:before { content: '';  position: absolute;  left: 0px;  top: 0px;  width: 100%;  height: 100%;  background: #cd2c91;  border-radius: 30px;  transform: scale(0);  z-index: -1; -moz-transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0);  transition: all 0.3s ease-in;  -webkit-transition: all 0.3s ease-in;  -moz-transition: all 0.3s ease-in;  -o-transition: all 0.3s ease-in;  -ms-transition: all 0.3s ease-in;}
.tags-b:hover:before { transform: scale(1);  -moz-transform: scale(1);  -ms-transform: scale(1);  -webkit-transform: scale(1); background: #cd2c91;}
footer.type-2 .footer-link { margin-top: 0;  padding: 3px 0px;  background: #0277d9;position: relative;   width: 100%; margin-bottom: 5px;}
.copyright { position: relative; margin-top: 8px; float: left;}
footer li{list-style: none;}
.footer-link ul {  position: relative;  float: right; margin-bottom: 0;}
.footer-link ul li { position: relative;  float: left;  font-size: 13px;  font-weight: 400;  color: #fff;  text-transform: uppercase;  letter-spacing: normal;  line-height: 13px; line-height: 40px; margin: 0px 0px 0px 30px;}
.bg-dark.type-2 .footer-link ul li a { text-transform: capitalize; color: #fff;}
.bg-dark.type-2 .footer-link ul li a:hover {color: #000;}
.bg-dark.type-2 .footerbottom ul { display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center; padding-left: 0; margin-bottom: 0;}
.footerbottom ul li { position: relative; float: left; font-size: 10px;  font-weight: 400;  color: #fff; line-height: 30px;  margin: 0px 0px 0px 30px;  text-transform: uppercase; letter-spacing: normal;  line-height: 13px;}
.bg-dark.type-2 .footerbottom ul li a {  text-transform: capitalize; color: #fff;}
.bg-dark.type-2 .footerbottom ul li { line-height: 30px;  margin: 0px 0px 0px 30px;}
.marg-0-10 { margin: 0 0 10px 0;}
.contact-info .contact-line img { margin-right: 10px;  vertical-align: middle;  width: 85px;  margin-bottom: 10px;}

.btn-primary:focus, .btn-primary.focus{background:#004b8d!important; border-color: #004b8d!important;}
header, footer{}
.paginationNumber{border-top:1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px; display: flex; justify-content:center; padding-left: 0; margin-bottom: 40px; align-items: center;}
.paginationNumber li{list-style: none; color: #979797; padding:  0 15px;  font-size: 13px; }
.paginationNumber li a{display: block; width: 24px; height: 24px; line-height: 24px; text-align: center; color: #000; border-radius:100%; font-size: 13px; font-weight: 600; color: #000;}
.paginationNumber li .fa{font-size: 16px; padding: 0 4px;}


@media(min-width:992px){
    .header .social-list{position: absolute; top: 50%; right: 0; transform: translate(0%, -50%);}
    .header .logo img{max-width: 190px; margin:10px 0;}
    .headerSearch { width: 100%; margin: 22px 0 0;}
    .headerSearch .form-control {letter-spacing:normal; background: #fff;color: #1e1717; font-size: 16px; box-shadow: inherit !important; border: 1px solid #ccc; height: 46px;  padding: 10px 16px;}
    .headerSearch .btn {background: #2856d7; line-height: 1.3333333; color: #fff;  border-color: #2856d7;  margin-left: 0 !important;  outline: 0; padding: 10px 14px 8px 15px; font-size: 18px; border-radius: 6px; border-top-left-radius: 0; border-bottom-left-radius: 0;}
    .headerSearch .btn:hover {background: #cd2c91; border-color: #cd2c91; margin-left: 0 !important;  outline: 0;}
    .headerSearch .dropdown-menu{display: block !important; position: static !important; padding: 0; background: none; border: none; float: right;  width: 100%; height: auto !important;}
}
@media(max-width:980px){
.logo img {   width: 160px;   margin: 0; }
.contact-info .contact-line img{width: 44px;}
.contact-info .contact-line b{display: block;}
.footer-link ul li{font-size: 11px; margin-left: 10px;}
.header-2 .logo{text-align: center;}
.headerSearch {float: right;}
.headerSearch a{color: #000; display: inline-block; margin-top: 13px;}
.headerSearch .dropdown-menu{left:inherit; right:0; border:none; width: 292%; top:114%}
.headerSearch .dropdown{position: static;}
.headerSearch .form-control{height: 46px;   padding: 10px 16px;  font-size: 18px;  line-height: 1.3333333; background: none; border: 1px solid #ccc; box-shadow: inset 0 1px 1px rgba(0,0,0,.075);}
.headerSearch .btn {padding: 10px 16px;  font-size: 18px; line-height: 1.3333333;  border-radius: 6px;border: 1px solid #ccc;}
header{transform: inherit;}
.logomobileBg{background: #f2f2f2;   width: 100%;   margin: 0 0 20px;    border-right: solid 1px #ddd;}
.header-2 .yamm {  max-width: 100%;  flex-wrap: nowrap;    background: none; min-height: auto;}
.header-2 .yamm .nav{  max-width: 100%;  flex-wrap: nowrap;   display: flex;   overflow-x: scroll;   padding: 0 0 0 12px; background: none; }
.header-2 .yamm .nav > li {  padding: 5px 15px 12px 0;    text-align: center;}
.header-2 .yamm .nav > li > a { white-space: nowrap; color: #000; padding: 0; font-weight: normal; font-size: 16px; font-weight: 300; }
.header .navbar{min-height: auto; border:none !important;}
.blogNavburger{display: inline-block; width: 24px; height: 24px; cursor: pointer;  text-decoration: none; position: relative;}
.blogNavburger i:before, .blogNavburger i:after {content: ''; width: 24px; height: 2px; background: #000; position: absolute; left: 0;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}
.blogNavburger i:after { bottom: -4px;}
.blogNavburger i{height: 2px; background: #000; width: 24px; display: inline-block;}
.blogNavburger i:before {top: 6px;}
.blogNav .blogNavication{ background: #fff; height: 0; opacity:0; visibility: hidden; transition: all 0.2s ease-out; margin-top: 10px;}
.blogNav ul.blogNavication li{padding: 0; border-top:1px solid #ddd}
.blogNav ul.blogNavication li:first-child{border-top:none;}
.showBlogNav .blogNavication{height: auto; opacity:1; visibility:visible;}
.blogNav .blogNavication, .blogNav .blogNavication li a{display: block;}
.blogNav .blogNavication{border:1px solid #ddd}
.blogNav .blogNavication li a{font-size: 16px; padding: 12px;}
.blogNav .blogNavication .dropdown-menu ul{flex-wrap:wrap}
.blogNav .blogNavication .dropdown-menu li{width: 100%;}
.blogNav .dropdown-menu{top:93%; position: relative;}
.blogNav .row{margin: 0;}
.blogNav .row [class*=col-]{padding: 0px;}
}


@media(max-width:766px){
     .header .logo img{max-width: 200px; margin-top:15px;}
    .flag-section .flag {  width: 43%;   text-align: center;    margin: 0 10px;  }
    .contact-info .contact-line img { margin-right: 10px;  vertical-align: middle;   width: 130px;  margin-bottom: 10px; }
    .footer-block{float: left; width: 100%;}
    .flag-section{flex-wrap:wrap;}
    .footer-link ul{padding-left: 0;}
    .copyright{width: 100%; text-align: center;}
   .bg-dark.type-2 .footerbottom ul li {   line-height: 30px !important;    margin: 0px 0px 0px 15px !important; }
   .footerbottom ul li { font-size: 10px !important; letter-spacing: normal !important;}
   .widget a{text-align: left;}
   .widget .yearList a{width: auto;}
   .paginationNumber li{padding: 0 7px;}
   .paginationNumber li a{width: 18px; height: 18px;  line-height: 18px;}
   .newsletter-box {
    display: inline-block !important;
	    margin-bottom: -60px !important;
}
.sub-news
 {
    font-size: 24px !important;
}
.footer-categories
 {
    border-right: none !important;
    border-left: none !important;
}
.footer-categories h6
 {
    margin-left: 0 !important;
}
.blogNav .row.m-auto{margin:inherit;}

.footer-categories2 h6 {
    margin-bottom: 10px !important;
    margin-top: 25px;
}
.footer-categories h6 {
    margin-bottom: 10px !important;
    margin-top: 25px;
}
}
.imgBlog img {
	max-width: 70%;
	display: inline-block;
}
figure figcaption{
	text-align: center;
}


.bloogEntryBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;margin-top: 20px;
}

.bloogEntryBox .btn {
  margin-top: 0;
}
.bloogEntryBox .social-list li a {outline: 0;}

.bloogEntryBox .social-list li i{
  margin-left: 16px;
  font-size: 19px;color: #A8A8A8;
}

.bloogEntryBox .social-list li a:hover {
  background:inherit!important;
  color: #000!important;
}

.bloogEntryBox .social-list li a:hover i { 
  color: #000!important;
}

.newsletter-box
 {
    width: 1000px;
    margin: 0 auto;
    background-color: #f44336;
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: -60px;
    z-index: 2;
    position: relative;
	    display: flex;
    align-items: center;
}
.sub-news {
    font-size: 28px; font-weight: 500;
}
.form-control {
    border-radius: 8px 0px 0px 8px;
}
.btn-sub {
    background: #000000;
    padding: 10px;
    outline: none;
    color: #FFFFFF;
    width: 150px;
    border-radius: 0px 9px 9px 0px;
    opacity: 1;
}
.btn-sub {
    background: #000000;
    padding: 10px;
    outline: none;
    color: #FFFFFF;
    width: 150px;
    border-radius: 0px 9px 9px 0px;
    opacity: 1;
	height: 50px;
	font-size: 16px;
}

.footer-section {
    margin-top: 10px;
    background-color: #000;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 40px;
    border-radius: 10px 10px 0 0;
}
.footer-categories {
    border-right: 1px solid #707070;
    border-left: 1px solid #707070;
    padding-left: 30px;
}
.footer-links ul {
    width: 100%;
    display: flex
;
    flex-wrap: wrap;
    padding: 0;
}
.footer-links ul li {
    width: 50%;
    list-style-type: none;
}

.footer-links a {
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
    font-size: 16px;
}

.m-auto{
    margin: auto;
    display: flex;
}
 
.newsletter-box form { display: flex; width: 100%;}
.newsletter-box .d-none{display: none;}
.newsletter-box .d-block{display: block;}
.newsletter-box form .form-control {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.5px;
}



 
 