.loader-model {
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(135, 135, 135, 0.4);
	position: fixed;
	top: 0;
	bottom: 0;
	align-items: center;
	display: flex;
	justify-content: center;
}

.loder-model-min {
	position: relative;
	background: #000000;
	border-radius: 20px;
	padding: 20px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loader,
.loader:before,
.loader:after {
	background: #FFF;
	/*
        * load1：执行的动画名
        * 1s：执行一秒
        * infinite：执行无限次
        * ease-in-out：动画以低速开始和结束
        */
	animation: load1 1s infinite ease-in-out;
	width: 1em;
	height: 2.5em;
}

.loader:before,
.loader:after {
	position: absolute;
	top: 0;
	content: '';
}

.loader:before {
	left: -1.5em;
}

.loader {
	text-indent: -9999em;
	/*margin: 40% auto;*/
	position: relative;
	font-size: 11px;
	/* 延时0.16s */
	animation-delay: 0.16s;

	align-items: center;
	justify-content: center;
	/*top: 50%;*/
	/*left: 50%;*/
}

.loader:after {
	left: 1.5em;
	/* 延时0.32s */
	animation-delay: 0.32s;
}

@keyframes load1 {

	0%,
	80%,
	100% {
		box-shadow: 0 0 #FFF;
		height: 2.5em;
	}

	40% {
		/* 实现上部拉伸 */
		box-shadow: 0 -1.5em #ffffff;
		/* 实现下部拉伸 */
		height: 3em;
	}
}

.banner_section {
	background: #196bbb !important;
	;
}

header {
	background: #196abb !important;
	color: #fff;
}

header h1 {
	color: white;
	font-weight: bolder;
	font-size: 15px;
	line-height: 20px;
}

.newsapp .t0 {
	line-height: 40px;
	font-size: 25px;
	color: white;
	font-weight: 800;
}

.newsapp .t1 {
	line-height: 40px;
	font-size: 25px;
	color: black;
	font-weight: 800;
}

.newsapp .t2 {
	line-height: 35px;
	font-size: 20px;
	color: #2b2b2b;
}

.btn_whatsapp {
	background-image: linear-gradient(to right, #196abb 0%, #196abb 51%, #196abb 100%);
	margin: 0 auto;
	padding: 10px 15px;
	text-align: center;
	letter-spacing: 1px;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;

	border-radius: 35px;
	display: block;
	border: none;
	font-size: 20px;
	font-weight: bold;

}

.section_commond h2 {
	color: #292934;
	font-size: 20px;
	font-weight: bold;
}

.section_commond h3 {
	color: #292934;
	margin-top: 10px;
	font-size: 16px;
}

.working {
	background: #002037 !important;
}

.working .t1 {
	line-height: 25px;
	font-size: 20px;
	color: white;
	font-weight: bold;
}

.working .t2 {
	line-height: 22px;
	font-size: 16px;
	color: white;
}

.wwcd .t1{
	line-height: 22px;
	font-size: 16px;
	color: black;
}

.wwcd .t2{
	line-height: 25px;
	font-size: 20px;
	color: black;
	font-weight: bold;
}

.wwcd .img-box{
	display: inline-block;
	width: 49%;
}

.wwcd .img-box img{
	width: 100px;
	height: 100px;
}

.section_example .t1{
	line-height: 25px;
	font-size: 20px;
	color: black;
	font-weight: bold;
}

.section_example .t2{
	line-height: 22px;
	font-size: 16px;
	color: black;
}

.section_example .t3{
	line-height: 22px;
	font-size: 16px;
	color: black;
	font-weight: bold;
}

.section_example .t4{
	line-height: 22px;
	font-size: 15px;
	color: black;
}
@media(min-width:1200px) {
	.whatsapp_banner {
		margin-top: -80px;
	}