.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);
	z-index: 1030
}

.boxed-content {
	margin: 0 auto;
	position: relative
}

.boxed-content .main-menu .row {
	margin-left: 0;
	margin-right: 0
}

.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
}

.relative.container {
	position: relative
}

.overlay-nav .relative .close {
	position: absolute;
	right: 0
}

.close-mobile {
	position: fixed;
	top: 60px;
	right: 25px;
	display: none
}

.fa-times-thin:before {
	content: '\00d7'
}

.fa-2x {
	font-size: 1.4em
}

.logo-center {
	position: absolute;
	z-index: 10
}


/*****/

.splash-menu #logo{
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: -1;
    opacity: 0;
    top: 10px;
    transition: all 0.8s ease;
}


.splash-menu .sub-menu{
    display: block;
    position: relative;
    max-width: inherit;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

.splash-menu .menu-item-has-children:after{
    display: none;
}

.splash-menu .navigation__checkbox {
  display: none;
}
.splash-menu .navigation__button {
  background-color: #fff;
  height: 7rem;
  width: 7rem;
  position: fixed;
  top: 6rem;
  right: 6rem;
  border-radius: 50%;
  z-index: 2000;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
}
.splash-menu .overlay-menu {
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  position: fixed;
  top: 6.5rem;
  right: 6.5rem;
  z-index: 1000;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
.splash-menu .navigation__nav {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
  opacity: 0;
  width: 0;
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.splash-menu .navigation__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  width: 100%;
  padding-left: 0;
}
.splash-menu .menu-item {
  margin: 1rem;
}
.splash-menu .menu-item a:link,.splash-menu .menu-item a:visited {
  display: inline-block;
  font-weight: 300;
  padding: 1rem 2rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #fff 50%);
  background-size: 300%;
  transition: all 0.4s;
}
.splash-menu .menu-item a:link span,.splash-menu .menu-item a:visited span {
  margin-right: 1.5rem;
  display: inline-block;
}
.splash-menu .menu-item a:hover,.splash-menu .menu-item a:active {
  background-position: 100%;
  color: #90CAF9;
  transform: translateX(1rem);
}
.splash-menu .navigation__checkbox:checked ~ .overlay-menu {
  transform: scale(80);
}
.splash-menu .navigation__checkbox:checked ~ .navigation__nav , .splash-menu .navigation__checkbox:checked ~ #logo{
  opacity: 1;
  width: 100%;
}
.splash-menu .navigation__checkbox:checked ~ #logo{
	    z-index: 1501;
}
.splash-menu .navigation__icon {
  position: relative;
  margin-top: 3.5rem;
}
.splash-menu .navigation__icon, .navigation__icon::before,.splash-menu .navigation__icon::after {
  width: 3rem;
  height: 2px;
  background-color: #B0BEC5;
  display: inline-block;
}
.splash-menu .navigation__icon::before,.splash-menu .navigation__icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
}
.splash-menu .navigation__icon::before {
  top: -0.8rem;
}
.splash-menu .navigation__icon::after {
  top: 0.8rem;
}
.splash-menu .navigation__button:hover .navigation__icon::before {
  top: -1rem;
}
.splash-menu .navigation__button:hover .navigation__icon::after {
  top: 1rem;
}
.splash-menu .navigation__checkbox:checked + .navigation__button .navigation__icon {
  background-color: transparent;
}
.splash-menu .navigation__checkbox:checked + .navigation__button .navigation__icon::before {
  top: 0;
  transform: rotate(135deg);
}
.splash-menu .navigation__checkbox:checked + .navigation__button .navigation__icon::after {
  top: 0;
  transform: rotate(-135deg);
}  


/*****/

.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: -50%;
	padding: 50px 20px;
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .1);
	display: flex;
	align-items: center;
	justify-content: center
}

.menu-left {
	position: absolute;
	top: 0;
	background-color: #ddd;
	height: 100vh;
	width: 20%;
	transition: all .4s ease;
	left: -50%;
	padding: 50px 20px 50px 100px;
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .1);
	display: flex;
	align-items: center;
	justify-content: center
}

.open_left {
	position: fixed;
	width: 5%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #ddd
}

.close-menu {
	display: none;
	font-size: 40px;
	color: #444;
	margin-top: -20px
}

.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-left {
	text-align: center;
	position: fixed;
	background: #fff;
	height: 100%;
	width: 320px;
	padding: 80px 0;
	left: -270px;
	transition: all .5s ease
}

.creative-left .menu_btn {
	cursor: pointer
}

.creative-left nav {
	display: none
}

.creative-left .menu-item-has-children:hover .sub-menu {
	display: block;
	box-shadow: none
}

.creative-left #main-menu {
	padding-left: 0
}

.creative-left #logo {
	margin-bottom: 25px;
	display: inline-block
}

.creative-left .menu_btn {
	position: absolute;
	right: 10px;
	top: 20px;
	background: #fff;
	padding: 6px
}


.slide_left .menu-right{
position: fixed;
z-index: -99999;
display: flex;
height: 100vh;
top: 0;
right: 0;
width: 300px;
text-align: center;
align-items: center;
justify-content: center;
opacity: 0;
transition: all 0.2s ease;
}

.menu-right-slide .menu-item-has-children:after{
  display: none;
}

.menu-right-slide .menu_btn{
  height: 25px;
}

.menu-right-slide .open-menu-right{
  border: transparent;
}

.menu-right-slide .main{
  position: relative;
  transition: all 0.4s ease;
  left: 0%;
  z-index: 9999;
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
  clip-path: inset(0px -15px 0px 0px);
}

.slide_left.scrolling-down{
  z-index: 99999;
}

.slide_left .menu_btn .menu-bars{
  transition: all 0.2s ease;
}

.slide_left .active .menu_btn{
  padding-top: 9px;
}

.slide_left .active .menu_btn .menu-bars:last-child{
  display: none;
}

.slide_left .active .menu_btn .menu-bars:nth-child(1){
  transform: rotate(45deg);
  position: absolute;
}
.slide_left .active .menu_btn .menu-bars:nth-child(2){
  transform: rotate(-45deg);
}


.animated-btn-menu .circle {
	width: 25px;
	height: 25px;
	position: relative
}

.animated-btn-menu .line {
	position: absolute;
	height: 1px;
	width: 100%;
	background: #000;
	transition: all cubic-bezier(.26, .1, .27, 1.55) .35s
}

.animated-btn-menu .top {
	top: 18%
}

.animated-btn-menu .middle {
	top: 48%
}

.animated-btn-menu .bottom {
	top: 78%
}

.animated-btn-menu .icon.close .top {
	transform: rotate(45deg);
	top: 48%
}

.animated-btn-menu .icon.close .middle,
.icon.close .bottom {
	transform: rotate(-45deg);
	top: 48%
}

.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
}

.perspective {
	perspective: 1500px;
	position: relative
}

#slide-menu #navbarHeader {
	position: absolute;
	width: 100%
}

#slide-menu #navbarHeader nav {
	padding: 20px 0
}

#slide-menu {
	padding: 0
}

.content-perspective {
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: rotateY(0)
}

.perspective.active .content-perspective {
	transform: rotateY(25deg);
	overflow: hidden
}

.all-content {
	position: relative
}

.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
}

.boxed-content .scrolling-down.main-menu {
	margin: 0 auto
}

.container-fluid .navbar-toggler {
	position: absolute;
	right: 5%
}

.container-fluid {
	padding-right: 0;
	padding-left: 0
}

.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;
	z-index: 1
}

.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>li {
	float: left
}

.menu-main.splited li {
	float: right
}

.menu-to-left ul ul ul {
	left: 100%
}

.normal-menu ul:after,
.normal-menu ul:before {
	content: " ";
	display: table
}

.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 0 0 16px;
	transition: 1s ease;
	display: block
}

.click-menu .menu-item-has-children:hover>.sub-menu {
	max-height: 300em;
	overflow: visible;
	opacity: 1
}

.home .bottom-menu {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 0;
	z-index: 1030
}

body:not(.home) .logo-top.menu-b {
	display: none
}

.home .menu-b2 #logo {
	display: none
}

.home .logo-top.menu-b {
	text-align: center
}

.bottom-menu ul li {
	padding: 0 15px
}

.home .bottom-menu.fix-to-top {
	position: fixed;
	top: 0;
	width: 100%;
	bottom: auto
}

.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
}

.archive .read-more {
	padding: 10px 25px
}

.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
}

.navigation ul {
	padding-left: 15px
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration: none
}

.navigation li {
	display: inline
}

.navigation li a,
.navigation li.disabled {
	background-color: #bc3c45;
	opacity: .6;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: .75rem
}

.navigation li.active a {
	background-color: #bc3c45;
	opacity: 1
}

.single table td,
.single table th {
	padding: 5px 15px
}

#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
}

.open-left #mask-menu {
	left: 20%
}

.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 {
	display: none;
	bottom: 5%;
	position: fixed;
	right: 5%
}

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
}

.hide-logo #logo {
	display: none
}

.creative-menu-open .menu-item-has-children {
	position: relative
}

.creative-menu-open .menu-item-has-children:hover .sub-menu {
	display: block;
	position: relative;
	box-shadow: none;
	max-width: inherit
}

@media(max-width:1190px) {
	.stack_center #logo {
		display: block
	}
	.stack_center #logo-ma {
		display: none
	}
	.hide-logo #logo {
		display: block
	}
	.hide-logo #logo-ma {
		display: none
	}
	.stack_center {
		padding: 0
	}
	.second-nav {
		text-align: left
	}
	.logo-center .logo-main {
		display: none
	}
	.logo-center .logo-mobile {
		display: block
	}
	.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
	}
	.main-menu {
		padding: 0!important
	}
	#main-menu {
		margin-top: 20px
	}
	.normal-menu ul li {
		padding: 0
	}
	.normal-menu li:hover>ul {
		position: relative
	}
	.sub-menu {
		background-color: transparent;
		box-shadow: none
	}
	.sliding-menu .simple2 {
		margin-left: 0!important
	}
	#slide-menu #navbarHeader {
		position: relative;
		top: 0!important
	}
	#main-menu.simple2 {
		margin-top: 0!important
	}
	#slide-menu #navbarHeader nav {
		padding: 0
	}
	.stack_center #main-menu {
		margin-top: 0
	}
	.main-menu.stack_center {
		padding: 10px 0!important
	}
	.main-menu.stack_center .sub-menu {
		position: relative
	}
	.menu-button-resp {
		position: absolute;
		right: 0
	}
}

@media(max-width:1024px) {
	.main-menu {
		position: relative!important
	}
	.fixed-top.fixed-menu {
		position: fixed!important
	}
	.container-fluid .navbar-toggler {
		position: relative!important
	}
}

@media(max-width:960px) {
	.home h1 {
		line-height: 30px!important;
		font-size: 20px!important
	}
	.home h2 {
		line-height: 28px!important;
		font-size: 18px!important
	}
	dl,
	ol,
	ul {
		padding-left: 0
	}
	.widget_footer {
		margin-top: 2em
	}
}

@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-left ul ul ul,
	.menu-to-right ul ul ul {
		right: auto;
		left: auto
	}
	.open_left {
		width: 100%;
		height: auto;
		padding-top: 1rem
	}
	.creative-menu .menu-left {
		width: 250px
	}
	.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
	}
	.creative-left {
		background: 0 0;
		box-shadow: none
	}
	.creative-left.mobile-full {
		width: 100%;
		background: #fff
	}
	.sliding-menu .navbar-nav {
		width: 100%
	}
}