.logo-section {
    background-size: cover;
    background-position: bottom;
    height: 300px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.logo-section::before {
    content: "";
    position: absolute;
    background-color: rgb(49 46 46 / 70%);
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
}

.logo-section {
    color: #fff;
}

.logo-wapper {
    position: relative;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%)
}

.logo-wapper img {
    width: 165px;
    height: auto;
}

.logo-section > .particles-js-canvas-el {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 300px !important;
}

/* Footer Section */

footer > .particles-js-canvas-el {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
    z-index: 1;
}

.footer-section{
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: absolute;
    width: 100%;
}

.footer-section::before {
    content: "";
    position: absolute;
    background-color: rgb(49 46 46 / 70%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.footer-wapper{
    position: relative;
    z-index: 100;
}

.copyright-warpper{
    position: relative;
    z-index: 100;
}

/* Scrollbar Section */

::-webkit-scrollbar {
    width: 1em;
}

::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

.carousel-caption {
    position: relative;
    bottom: -18.75rem;
    left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-item > img{
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 420px;
}

.carousel-inner{
    height: 420px;
    width: 100%;
}

.notice-list{
    max-height: 352px;
    overflow-y: auto;
}

.notice-section{
    height: 100%;
    max-height: 420px;
    border-top: 4px solid #198754;
}

a.notice{
    margin-top: 10px;
    display: block;
    text-decoration: none;
    background-color: #d9dde1;
    padding: 7px;
    border-radius: 3px;
    color: #000000;
    border: 2px solid transparent;
    transition: 1s;
}

a.notice:hover{
    border-width: 2px;
    border-style: solid;
    border-color: #198754;
}

a.notice > h6 {
    font-size: 14px;
}

a.notice > span {
    font-size: 12px;
    color: #818181;
}

.simple-marquee-container *{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.simple-marquee-container {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 45px;
	position: relative;
	cursor: pointer;
    background-color: #026f3b;
}

.jctkr-label {
	background: #f23010;
    position: absolute;
	padding: 0;
	width: 90px;
	height: 45px;
	line-height: 42px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	left: 50px;
	z-index: 1;
	cursor: default;
}

.simple-marquee-container .marquee, .simple-marquee-container *[class^="marquee"] {
	display: inline-block;
	white-space: nowrap;
	position:absolute;
}


.simple-marquee-container .marquee-content-items{
    display: inline-block;
    padding: 5px;
    margin: 0;
    height: 45px;
    position: relative;
}

.simple-marquee-container .marquee-content-items li{
    display: inline-block;
    line-height: 35px;
    color: #fff;
}

.simple-marquee-container .marquee-content-items li:after{
	content: "|";
	margin: 0 1em;
}

.simple-marquee-container .marquee-content-items li a {
    color: #ffffff;
    text-decoration: none;
}

.simple-marquee-container .marquee-content-items li svg {
    color: #ffffff;
}

.page_404{ 
    padding:40px 0; 
    background:#fff; 
    font-family: 'Arvo', serif;
}

.page_404  img{ width:100%;}

.four_zero_four_bg{
    background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
    height: 400px;
    background-position: center;
}
 
 
.four_zero_four_bg h1{
    font-size:80px;
}
 
.four_zero_four_bg h3{
    font-size:80px;
}
			 
.link_404{			 
	color: #fff!important;
    padding: 10px 20px;
    background: #198754;
    margin: 20px 0;
    display: inline-block;
}

.contant_box_404{ 
    margin-top:-50px;
}

/* Count */
.stats {
    text-align: center;
}

.w3layouts_stats_left {
    padding: 5em 0;
    text-align: center;
    display: inline-block;
    width: 22%;
    margin: 10px;
    border-radius: 25px 50px 25px 50px;
}

.w3layouts_stats_left p{
    font-size: 2em;
    font-weight: 600;
    letter-spacing: 5px;
    color: #fff;
}

.w3layouts_stats_left h3{
    font-size:1.2em;
    color:#fff;
}

.w3_counter_grid{
    background:#ec9114;
}

.w3_counter_grid1{
    background:#0accff;
}

.w3_counter_grid2{
    background:#ff0084;
}

.w3_counter_grid3{
    background:#940fe0;
}


/* Section Space */
.section-padding {
    padding: 120px 0 100px;
}

.bg-gray {
    background-color: #f5f5f5;
}
/* Section Title */
.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h3 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 5px;
    color: #222;
}

.section-title p {
    font-size: 18px;
    line-height: 32px;
}

/* shapes */

.shapes {
    position: relative;
    margin: 25px 0 35px;
    display: inline-block;
}

.shapes::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #026f3b;
    top: 7px;
    left: 15px;
}

.shapes::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #026f3b;
    top: 7px;
    right: 20px;
}

.shapes span::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    right: 5px;
    border-radius: 50px 50px 0 50px;
    border: 2px solid #026f3b;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.shapes span::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0px;
    border-radius: 50px 50px 50px 0;
    border: 2px solid #026f3b;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Gallery Home */

#portfolio-image ul li img {
	max-width: 400px;
	max-height: 300px;
	min-width: 400px;
	min-height: 300px;
}

/* Gallery Page */

.portfolio-menu{
	text-align:center;
}
.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
}

.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}

.text-justify{
    text-align: justify!important;
}

.min-width-300 {
    width: 300px!important;
}