.full-screen-menu,
.logo-center,
.overlay-nav {
	width: 100%;
	right: 0;
	left: 0
}

.grid-item-wrap,
.thumb-cover {
	overflow: hidden
}

.list_check li,
.page_nav ul li,
.widget_sidebar ul li,
nav li {
	list-style-type: none
}

:focus {
	border: 0!important;
	outline: 0!important;
	box-shadow: none
}

.creative-menu .menu-right,
.main-menu {
	-webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .1)
}

html {
	scroll-behavior: smooth;
	max-width: 1920px;
	margin: 0 auto
}

body {
	font-family: Poppins, sans-serif;
	font-size: 14px;
	overflow-x: hidden
}

a:hover {
	text-decoration: none
}

.main-menu {
	padding: 20px 0;
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .1)
}

.fixed-top {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none
}

.full-screen-menu {
	position: fixed;
	top: -100%;
	height: 100%;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s ease
}

.overlay-nav {
	position: absolute;
	top: 0;
	z-index: 9
}

.overlay-nav li {
	text-align: center
}

.overlay-nav .close {
	font-size: 32px;
	display: none;
	position: relative;
	z-index: 9
}

.fa-times-thin:before {
	content: '\00d7';
}

.fa-2x{
    font-size: 1.4em;
}

.logo-center {
	position: absolute;
	z-index: 10
}

.relative-split {
	position: relative;
}

.creative-menu {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.creative-menu .menu-right {
	position: absolute;
	top: 0;
	background-color: #ddd;
	height: 100vh;
	width: 20%;
	transition: all .4s ease;
	right: -20%;
	padding: 50px 20px;
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .1);
	display: flex; 
	align-items: center; 
	justify-content: center;
}

.creative-menu .close{
	position: absolute;
    top: 5%;
    right: 5%;
}

.creative-menu-open {
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9;
	text-align: center;
	padding-top: 40px
}

.creative-menu-open .logo-main{
	width: auto;
	max-width: 100%;
	height: auto;
}

.stack_center {
	position: absolute;
	width: 100%;
	z-index: 9
}

.fixed-menu {
	position: fixed;
	top: -200px;
	right: 0;
	left: 0;
	z-index: 1030
}

.creative-menu-open .menu-left {
	margin-top: 50px
}

.creative-menu-open .menu-left li {
	padding: 5px
}

.archive .readmore,
.scrolling-down {
	transition: all .4s ease
}

.scrolling-down {
	-webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .1)
}

.scrolling-down.main-menu {
	padding: 10px 0
}

.container-fluid .navbar-toggler{position: absolute;right: 5%;}

.menu_btn {
	padding: 4px
}

.menu-bars {
	width: 24px;
	height: 1px;
	margin-bottom: 7px;
	background-color: #0a0a0a
}

.menu-bars:last-child,
nav .menu-main,
nav .second-menu {
	margin-bottom: 0
}

.normal-menu ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.normal-menu ul li {
  display: block;
  position: relative;
  float: left;
  padding: 0 15px;
}

.normal-menu li ul { display: none; }

.normal-menu ul li a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}

.normal-menu li:hover > ul {
  display: block;
  position: absolute;
}

.normal-menu li:hover li { float: none; }

.normal-menu ul ul ul {
  top: 0;
}

.menu-to-right ul ul ul{
	right: 100%;
}

.menu-to-left ul ul ul{
	left: 100%;
}

.normal-menu ul:before,
.normal-menu ul:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.normal-menu ul:after { clear: both; }

.sub-menu {
	display: none;
	position: absolute;
	transition: all .5s ease;
	background-color: #fff;
	padding: 5px 20px;
	max-width: 190px;
	-webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .2)
}



.menu-item-has-children:after {
	font-family: FontAwesome;
	content: "\f0dd";
	display: inline-block;
	vertical-align: top;
	background-color: transparent;
	padding-left: 5px;
	right: 0;
    top: 0;
    position: absolute;
}

.click-menu ul li{position: relative;}

.click-menu .menu-item-has-children:after{right: -15px}

.click-menu .sub-menu{
	position: relative;
	border:0;
	max-height: 1px;
	opacity: 0;
	overflow: hidden;
	box-shadow: none;
	padding: 0 0px 0 16px;
	transition:  1s ease;
	display: block;
}

.click-menu .menu-item-has-children:hover > .sub-menu{max-height: 300em;overflow: visible;opacity: 1}




.logo-sticky,
.logo-sticky-mobile {
	display: none
}

img.alignright {
	float: right;
	margin: 0 0 1em 1em
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0
}

.aligncenter,
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.no-margin-bottom p,
.so-widget-animation_box figure {
	margin-bottom: 0
}

.alignright {
	float: right
}

.alignleft {
	float: left
}

.archive .readmore,
.pagination {
	display: inline-block
}

.pagination .next {
	float: right
}

.pagination .prev {
	float: left
}

.full-height {
	height: 100vh
}

body:not(.home) .main {
	padding-bottom: 40px
}

.archive h1,
.single h1 {
	z-index: 1;
	position: relative
}

.archive h2 {
	font-size: 20px;
	line-height: 30px
}

.archive .grid2 h2 {
	position: absolute;
	bottom: 30px
}

.archive .grid2:hover h2 {
	position: relative;
	bottom: 0
}

.subheader {
	padding: 190px 0 50px;
	margin-bottom: 60px;
	background-size: cover;
	position: relative;
	background-color: #eee;
	background-repeat: no-repeat
}

#mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0
}

.archive .loop-post img,
.single .post-thumb img {
	width: auto;
	height: auto;
	max-width: 100%
}

.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
	font-size: 18px;
	font-weight: 400;
	color: #000
}

.grid-item-inner {
	position: relative;
	overflow: hidden;
	transition: all .25s ease;
	border-radius: 4px;
	min-height: 300px;
	background: linear-gradient(to bottom, rgba(122, 188, 255, 0) 0, rgba(104, 158, 213, 0) 15%, rgba(33, 36, 41, .66) 76%, rgba(33, 36, 41, .89) 97%, rgba(33, 36, 41, .9) 98%)
}

.grid-item-wrap,
.grid-item__thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.grid-item__thumbnail {
	background-size: cover;
	background-position: center;
	z-index: -1
}

.grid-item-wrap {
	text-align: left;
	padding: 30px 28px 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	z-index: 1;
	transition: all .42s cubic-bezier(.68, .125, 0, .995);
	transition-delay: .22s
}

.page_nav ul,
.widget_sidebar ul {
	padding-left: 0
}

.grid-item-wrap__animated {
	transition: all .4s ease;
	color: #fff;
	margin-bottom: -100%;
	opacity: 0
}

.grid-item-inner:hover .grid-item-wrap__animated {
	margin-bottom: 5%;
	opacity: 1
}

.single .related {
	margin-bottom: 10px
}

p {
	text-align: justify
}

.widget_sidebar {
	margin-bottom: 25px
}

.widget_sidebar .sidebar-widget {
	font-size: 18px
}

.widget_sidebar a,
.widget_sidebar p {
	font-size: 14px
}

.single .related {
	font-size: 18px
}

.single .post-element {
	font-size: 14px
}

.single .post-thumb {
	margin-bottom: 20px
}

.not-found {
	height: 200px
}

.thumb-cover img {
	transition: all .4s ease
}

.thumb-cover:hover img {
	transform: scale(1.1)
}

.post-inloop {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px
}

.page_nav {
	position: fixed;
	top: 50%;
	left: 1%;
	height: 150px;
	margin-top: -75px;
	display: none
}

.page_nav ul li {
	padding: 10px 0
}

.page_nav ul li span {
	margin-left: 20px;
	font-weight: 700
}

.page_nav li {
	cursor: pointer
}

.single table td,
.single table th {
	padding: 5px 15px
}

@media (max-width:767px) {
	.post-inloop {
		display: block
	}
	.home h1 {
		line-height: 45px!important;
		font-size: 40px!important
	}
	.home h2 {
		line-height: 42px!important;
		font-size: 32px!important
	}
	.archive h2 {
		margin-top: 1em!important
	}
	h1 {
		font-size: 26px!important
	}
	h2 {
		font-size: 20px!important
	}
	.sidebar {
		margin-top: 3em
	}
	.normal-menu li:hover > ul {
	display: block;
	position: relative;
	}
	.menu-to-right ul ul ul,.menu-to-left ul ul ul{
    right: auto;
    left: auto;
	}
}

#mask-menu,
.creative-menu-open .navbar-toggler,
.logo-center .logo-mobile {
	display: none
}

footer {
	padding: 50px 0 30px
}

footer .footer-widget {
	font-size: 18px
}

footer a,
footer p {
	font-size: 14px
}

footer .copyright {
	border-top: 1px solid #ddd;
	padding-top: 20px
}

.second-nav {
	text-align: right
}

#mask-menu {
	position: fixed;
	width: 80%;
	left: 0;
	min-height: 100%;
	z-index: 9999999
}

.list_check {
	padding-left: 0
}

.list_check li {
	padding-bottom: 20px
}

.list_check li:last-child {
	padding-bottom: 0
}

.list_check li:before {
	content: "\f00c";
	font-family: FontAwesome;
	padding-right: 8px
}

.post-loop {
	margin-bottom: 30px
}

footer #back_to_top i {
	font-size: 30px;
	cursor: pointer
}

.scrolling-down #logo img {
	height: 28px
}

.creative-menu-open.scrolling-down #logo img {
	height: inherit;
}

@media(max-width:1190px) {
	.second-nav {
		text-align: left
	}
	.logo-center .logo-main {
		display: none
	}
	.logo-center .logo-mobile {
		display: block
	}
	.logo-center.scrolling-down .logo-mobile {
		display: none
	}
	.logo-center.scrolling-down .logo-sticky-mobile {
		display: inline-block
	}
	.col-md-2 #logo {
		display: none
	}
	.logo-center nav li {
		width: 100%;
		padding: 0
	}
	.first-menu,
	.second-nav {
		padding: 0
	}
}

@media(max-width:767px) {
	.creative-menu .menu-right.open {
		width: 70%
	}
	#mask-menu {
		width: 30%
	}
	.creative-menu-open {
		position: inherit;
		padding-top: 5px
	}
	.creative-menu-open .navbar-toggler {
		float: right;
		display: block
	}
	.scrolling-down #logo {
		display: block
	}
}