*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: Microsoft Yahei!important;
}
.accordion-button:focus{
	box-shadow: none;
}
section{
	padding-top:40px!important;
	padding-bottom:1.5rem!important;
	scroll-margin-top: 2rem;
}
.sticky-top{
	background-image:linear-gradient(to right, #b00a0a , #b00a0a);
}
:root{
	--theme-color:#e41b1b;
	--text-theme-color:#e41b1b;
	--btn-bg-color:;
	--text-color-white:#fff;
	--text-color-black:#000;
}
.sticky-top .navbar-nav a{
	color:var(--text-color-white);
	font-size: 16px;
	padding: 0px 20px!important;
	display: inline-block;
}
.section-1{
	color:var(--text-color-white);
}
.sticky-top .navbar-nav a:after {
	display: block;
	content : '';
	border-bottom: solid 3px var(--text-color-white);
	transform: scaleX(0);
	transition: transform 300ms ease-in-out;
}
.sticky-top .navbar-nav a:hover:after {
	transform: scaleX(1);
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
	color:var(--text-color-white);
}
.head h2{
	color: var(--theme-color);
    font-family: Nunito,sans-serif!important;
    font-weight: bold;
    font-size:24px;
    padding: 16px 0px 8px 0px;
    margin: 0px;
}
.text-theme{
	color: var(--text-theme-color);
}
.silo-coin-btn {
    text-decoration: none;
    background: var(--theme-color);
    padding: 10px 16px;
    border-radius: 6px;
}
.silo-coin-btn:hover{
	color: var(--text-theme-color);
}
.section-4 .row-cols-md-3 .card{
	transition: all .6s;
}
.section-4 .row-cols-md-3 .card:hover{
	box-shadow:inset 4px 4px 6px -2px rgba(0,0,0,0.2),
	inset -4px -4px 6px -1px rgba(255,255,255,0.7),
	-0.5px -0.5px 0px -1px rgba(255,255,255,1),
	0.5px 0.5px 0px rgba(0,0,0,0.15),
	0px 12px 10px -10px rgba(0,0,0,0.05);
	border: 1px solid rgba(0, 124, 196, 0.1);
	transform: translateY(2px);
}
/*.section-2*/
.section-2 i{
	font-size: 80px;
	color: #8080809e;
}
.circle-img{
	position: absolute;
	right: 0px;
	top: 50%;
}
.shape-squre-img{
	position: absolute;
	bottom: 0px;
	left: -10em;
}
/*.section-4*/
.section-4{
	background-color: #8080800d;
}
.section-4 .card-icon{
	width: 100px;
	height: 100px;
	background-color:var(--theme-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px auto;
}

.section-4 .card-icon i{
	color:var(--text-color-white);
	font-size: 45px;
}

/*section-5 strart*/

.section-content{
	overflow: hidden;
	position: relative;
}
.section-content:before{
	content: "";
	width: 3px;
	height: 100%;
	background: #d6d5d5;
	position: absolute;
	top: 30px;
	left: 50%;
}
.section-content .post{
	width: 50%;
	float: left;
	padding-right: 30px;
	position: relative;
}
.section-content .post-icon{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background:var(--text-color-white);
	border: 3px solid var(--theme-color);
	position: absolute;
	top: 5.5%;
	right: -17.5px;
}
.section-content .year{
	display: block;
	padding: 10px;
	margin: 0;
	font-size: 30px;
	color:var(--text-color-white);
	border-radius: 0 50px 50px 0;
	background: var(--theme-color);
	text-align: center;
	position: relative;
}
.section-content .year:before{
	content: "";
	border-top: 35px solid var(--theme-color);
	border-left: 35px solid transparent;
	position: absolute;
	bottom: -34px;
	left: 0;
}
.section-content .post-content{
	padding: 15px 20px 30px 20px;
	margin: 0 45px 0 35px;
	background: #f2f2f2;
}
.section-content .description{
	font-size: 14px;
	color: #7d7b7b;
	margin: 0;
}
.section-content .post:nth-child(2n){ padding: 0 0 0 30px; }
.section-content .post:nth-child(2n) .post-icon{
	right: auto;
	left: -14.5px;
}
.section-content .post:nth-child(2n) .year{ border-radius: 50px 0 0 50px; }
.section-content .post:nth-child(2n) .year:before{
	border-left: none;
	border-right: 35px solid transparent;
	left: auto;
	right: 0;
}
.section-content .post:nth-child(2n) .post-content{
/*	text-align: 	right;*/
	margin: 0 35px 0 14px;
}
.section-content .post:nth-child(2){ margin-top:15rem; }
.section-content .post:nth-child(odd){ margin: -175px 0 0 0; }
.section-content .post:nth-child(even){ margin-bottom:12rem; }
.section-content .post:first-child,
.section-content .post:last-child:nth-child(even){ margin: 0; }


@media only screen and (max-width: 767px){
	.section-content{ overflow: visible; }
	.section-content:before{
		top: 0;
		left: 0;
	}
	.section-content .post:nth-child(2),
	.section-content .post:nth-child(odd),
	.section-content .post:nth-child(even){ margin: 0; }
	.section-content .post{
		width: 100%;
		float: none;
		padding: 0 0 0 30px;
		margin-bottom: 20px !important;
	}
	.section-content .post:last-child{ margin: 0 !important; }
	.section-content .post-icon{
		right: auto;
		left: -14.5px;
	}
	.section-content .year{ border-radius: 50px 0 0 50px; }
	.section-content .year:before{
		border-left: none;
		border-right: 35px solid transparent;
		left: auto;
		right: 0;
	}
	.section-content .post-content{ margin: 0 35px 0 14px; }
}


/*image-hover*/
.back-animation-image-scroll {
	display: block;
	width:100%;
	height: 250px;
	overflow: hidden;
	position: relative;
}
.back-animation-image-scroll img {
	bottom: -1210px;
	width: 100%;
	height: auto;
	position: absolute;
	transition:25s;
}
.post:hover .back-animation-image-scroll img {
	bottom: 0;
}
/*section-5-end*/


.footer h5{
	position: relative;
	border-bottom: 2px solid #dfdada;
	padding-bottom:8px;
}
.footer h5:before{
	content: "";
	position: absolute;
	width: 20%;
	height: 3px;
	background-color: var(--theme-color);
	bottom: -2px;
	left: 0px;
	transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}
.footer .col-sm-6:hover h5:before{
	width: 100%;  
}
.footer ul li{
	margin-bottom: 10px;
	cursor: pointer;
	transition: all 500ms ease-in-out;
}
.footer li:hover{
	color: var(--text-theme-color);
	transform: scale(1.05);
}
.footer .footer-icon{
	display: inline-block;
	color: var(--text-color-white);
	font-size:22px;
	text-align: center;
	transition: 0.3s;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height:32px;
	border: 1px solid #7f839c;
	border-radius: 50%;
	margin: 10px;
	position: relative;
}
.footer .footer-icon i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.footer a{
	text-decoration: none;
	color:var(--text-color-white);
}
.footer-icon:hover{
	color:var(--text-color-white);
	background:var(--theme-color);
	box-shadow: 0px 17px 66px 1px hwb(208deg 0% 0%);
	border: 1px solid var(--theme-color);
}
@media only screen and (max-width: 600px){
	
	section{
		padding-top: 40px!important;
		padding-bottom: 2rem!important;
	}
	.logo-mobile{
		height: 25px;
	}
}
@media only screen and (min-width: 900px) {
	.shape-circle{
		position: absolute;
		bottom: -22%;
		right: -85%;
	}
	.head h2{
		font-size: 40px;
	}

}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}