@font-face {
    font-family: 'Swis721 Cn BT';
    src: url('Swiss721BT-RomanCondensed.woff2') format('woff2'),
        url('Swiss721BT-RomanCondensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
	font-family: 'Swis721 Cn BT' !important;
}

h1 {
	font-weight: 700;
	font-size: 55px;
}
h2{
	font-weight: 700;
	font-size: 42px;
}
h3{
	font-weight: 700;
	font-size: 24px;
}
p, a{
	
	font-size: 18px;
}
.hero-img{
	background-image: url("../images/banner.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.logo{
	background-image: url("../images/chive-logo.png");
	background-repeat: no-repeat;
	background-size: contain;
	height: 100px;
	margin-top: 10% !important;
}



.bi-play-circle-fill{
	font-size: 2rem; 
	color: white;
}
.bi-play-fill{
	position: relative;
	font-size: 2.5rem; 
	color: black;
	left: 6px;
	top: 5px;
}

.play-btn{
	border-radius: 50%;
    background: white;
    width: 50px;
    height: 50px;
}

.content{
	background-color: #00000059;
	border-radius: 10px;
	color: white;	
	width: 80% !important;
	height: auto;
}
.click-btn{
	background-color: #FD9033 !important;
	color: white !important;
	font-size: 20px !important;
	width: 166px;
	height: 55px;
}

.bottom-logo{
    width: 100px;
    float: right;
}

.mfsys-bg-img{
	background-image: url("../images/mfsys-bg.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.scroll-top {
	display: flex;
	width: 45px;
	height: 45px;
	background: #fd9033;
	border-radius: 5px;
	position: fixed;
	bottom: 25px;
	right: 54px;
	z-index: 2;
	cursor: pointer;
	font-size: 25px;
	color: #fff;
	justify-content: center;
	align-items: center;
}


.text-edit{
	margin: auto;
	text-align: center;
	line-height: 2;
	font-size: 20px;
}
.text-bg {
    background-color: #FD9033;
    color: white;
    padding: 8px 8px;
    line-height: 2;
}


.card-head-1{
	background-color: #FEDDC1;
    height: 150;
    width: auto;
    border-radius: 0 0 150px 150px
}

.card-head-2{
	background-color: #DEEEF8;
    height: 150;
    width: auto;
    border-radius: 0 0 150px 150px
}

.card-head-3{
	background-color: #E7CCF7;
    height: 150;
    width: auto;
    border-radius: 0 0 150px 150px
}

.card-icon{
	margin: auto;
	text-align: center;
	position: relative;
	top: -45px;
	border-radius: 50%;
	background: white;
	width: 100px;
	height: 100px;
	
}

.card-body{
	top: -40px;
    position: relative;
    margin: 0;
}

.container-3-text{
	margin: auto;
	text-align: center;
	line-height: 2;
}

/*------Footer------*/

.footer-bg{
	background: url(../images/footer-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.form-bg{
	background: #f9f9f99e;
}

img.img-responsive.edit {
    width: 55px;
}
.form{
	background: white;
	position: relative;
	top: -100px;
	z-index: 1;
}

.footer-icons{
	height: 100px;
	width: 100px;
}

.footer-logo{
	height: 88px;
	width: 85%;
}
.bottom-border{
	margin-top: 15px;
  margin-bottom: 55px;
}
.bottom-border:before {
	content: "";
	position: absolute;
	height:6px;
	border-right:75px solid #3986d3;	
}
.bottom-border:after{
	content: "";
    position: absolute;
    z-index: -1;
    height: 3px;
    border-left: 150px solid #3986d3;
    margin-top: 1.5;
    margin-left: 2;
}

.footer-items .nav-item{
	line-height: 1 !important;
}

.footer-items .nav-item a{
		margin-left: -15px;
	}




@media screen and (min-width: 360px) and (max-width: 767px)  {
  /* For mobile phones: */
   h1{
   	font-size: 25px;
   }

  	.logo{
  		width: 50% !important;
  		margin: 0 !important;
  		padding: 0!important;
  	}

	h2{
		font-size: 20px;
	}
	h3{
		font-size: 20px;
	}
  	.content{
	width: 100% !important;
	height: auto;}
	
	.video-btn{
	width: 50%;
	}
	.footer-top .row{
		width: 100%;
	}

	.footer-items .nav-item a{
		margin-left: -15px;
	}
	
}

 /*
@media only screen and (max-width: 768px) {
 
  h1{
	font-family: 'swis721_cn_btbold';
	font-size: 40px;}

	header{
	width: 100%;
	height: 800px;}

	

	nav {
		width: 85px !important;
		height: auto;
	}

	.navbar {
		position: absolute !important;
		top: 100px;
		left: 500px;
		
	}

	.navbar .navbar-nav .nav-item
}