@font-face{
	font-family: yekan;
	src:url(Yekan.woff) format("woff"); 
}
body{
	font-family: yekan;
}
img{
	width: 100%;
}
.itroduce-body{
	width: 70vw;
	margin: 50px auto;
	text-align: justify-all;
}
.introduce-inner-body{
	margin-top: 100px;
}
.itroduce-body-ul1{
	margin: auto;
	margin-right: 0px;
	/*text-align:center;*/
	/*margin-left: auto;
	margin-right: auto;
	text-align: center;
*/

	/*margin-left: 50px;
	margin-right: 50px;*/
}
.itroduce-body-ul2{
margin: auto;
}
.itroduce-body-ul3{
margin: auto;
margin-left: 0px;
}
.introduce-tab-button{
	border-radius: 50% !important;
	padding: 20px;
}
.team-body{
	width: 100%;
	/*background-color: #f1f3f5;*/
	background-color: rgb(245,245,245);
	margin: auto;
	text-align: center;
	padding-bottom: 150px;
}
.team-body h5{
	/*margin-top: 50px;*/
}
.team-body img{
	width: 55%;
	border-radius: 50%;
}
.team-body .container h5 , h6 , p {
	margin-top: 13px;
}

.footer{
	width: 100%;
	background-color:rgb(235,239,242); 
		
	/*margin: auto;
	text-align: center;*/
}
.footer .container h6 , p{
	/*float: right;
*/	margin-top: 30px;
}
/*.footer .container h6 p{
	float: right;
}*/
.footer a{
	text-decoration: none;
}
.footer .col-sm {
	margin: auto;
	text-align: center;
}
.l4{
	margin: auto;
	text-align: center;
}
.footer-input{
	width: 60%;
	margin: auto;
}
.footer i{
	font-size: 3rem;
	margin: 20px;
	/*display: inline;*/
}
.footer .l4 a{
	color: unset;
/*	display: inline;*/
}
.footer .l4 a:hover{
	color: #495057;
}
.footer .logos{
	width: 90%;
}

.logos-container{
	width: 70%;
}
.footer2{
	background-color:rgb(214,222,224);
	margin: auto;
	text-align: center;
	padding: 30px;
}
.footer3{
	background-color:rgb(170,170,170);
	margin: auto;
	text-align: center;
	padding: 10px;
}
#basic-addon1{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background-color: rgb(240,60,80);
	color: #fff;
}
#footer-input-inside{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;

}
.bg-light{
	background-color: transparent !important;
}