:root {
	--color-primary: #620203;
	--color-gradient-start: #620203;
	--color-gradient-stop: #620203
}
@font-face {font-family: "TekoMedium";
  src: url("../../fonts/TekoMedium.eot"); /* IE9*/
  src: url("../../fonts/TekoMedium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../../fonts/TekoMedium.woff2") format("woff2"), /* chrome、firefox */
  url("../../fonts/TekoMedium.woff") format("woff"), /* chrome、firefox */
  url("../../fonts/TekoMedium.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../../fonts/TekoMedium.svg#Teko Medium") format("svg"); /* iOS 4.1- */
}
@font-face {font-family: "Teko";
  src: url("../../fonts/TekoRegular.eot"); /* IE9*/
  src: url("../../fonts/TekoRegular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../../fonts/TekoRegular.woff2") format("woff2"), /* chrome、firefox */
  url("../../fonts/TekoRegular.woff") format("woff"), /* chrome、firefox */
  url("../../fonts/TekoRegular.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../../fonts/TekoRegular.svg#Teko Medium") format("svg"); /* iOS 4.1- */
}

body {
	font-family: poppins,"Microsoft JhengHei", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.9em;
	color: #fff;
	background: #1C1C1C;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
	font-family: TekoMedium, "Microsoft JhengHei",sans-serif;
	line-height: 1.2em;
	color: #181b31
}

.h4,
h4,
.h5,
h5,
.h6,
h6 {
	font-family: poppins, "Microsoft JhengHei",sans-serif
}

.h1,
h1 {
	font-size: 65px
}

.h2,
h2 {
	font-size: 55px
}

.h3,
h3 {
	font-size: 48px
}

.h4,
h4 {
	font-size: 28px
}

.h5,
h5 {
	font-size: 25px
}

.h6,
h6 {
	font-size: 19px
}

.main-header {
	padding: 0px 100px 0
}

.main-nav>li>a {
	font-family:Teko, "Microsoft JhengHei",sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #9e9e9e;
	font-weight: 600;
}

.main-nav>li>a .link-ext {
	background-color: #fff
}

.main-nav>li.is-active>a,
.main-nav>li.current-menu-item>a,
.main-nav>li:hover>a,
.main-nav>li>a:hover {
	color: #fff
}

.btn {
	font-family: Teko, "Microsoft JhengHei",sans-serif
}

.main-footer {
	color: #a1a3ab
}

.main-footer a:not(.btn) {
	color: #777981
}

.main-footer a:not(.btn):hover {
	color: #fff
}

.main-footer .social-icon a {
	color: #fff;
	background-color: rgba(255, 255, 255, .15)
}

.main-footer .social-icon a:hover {
	background-color: var(--color-primary)
}
#team .col-lg-2{
	width: 20%;
}
.text-gray{
	color: #9c9c9c;
}