/*fonts*/
/* latin-ext */
/*
@font-face {
  font-family: 'Pontano Sans';
  src: url("../fonts/pontanosans.woff2") format('woff2');
  font-weight: normal;
}
@font-face {
  font-family: 'Mada';
  src: url("../fonts/mada.woff2") format('woff2');
  font-weight: normal;
}
*/



/*
@font-face {
  font-family: 'Pontano Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Pontano Sans'), local('PontanoSans-Regular'), url('../fonts/pontanosans.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Pontano Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Pontano Sans'), local('PontanoSans-Regular'), url('../fonts/pontanosans-1.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Mada';
  font-style: normal;
  font-weight: 300;
  src: local('Mada Light'), local('Mada-Light'), url('../fonts/mada.woff2') format('woff2');
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}

@font-face {
  font-family: 'Mada';
  font-style: normal;
  font-weight: 300;
  src: local('Mada Light'), local('Mada-Light'), url('../fonts/mada-1.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*/
/*fonts*/

body {
	padding: 0 0;
	margin: 0 0;
	font-family: "Pontano Sans", sans-serif;
	-webkit-appearance: none;
}

h1,
p,
a {
	font-family: 'Pontano Sans';
	font-style: normal;
	text-transform: none;
}

h1 {
	font-family: 'Mada';
	font-size: 72px;
	color: #000;
	line-height: 100px;
}

h2 {
	font-family: 'Mada';
	font-style: normal;
	margin: 0 0;
	font-size: 24px;
	font-weight: 600;
}

_::-webkit-full-page-media,
_:future,
:root h2 {
	font-weight: 400;
}

p {
	font-size: 14px;
	color: #303030;
}

a {
	font-size: 18px;
	color: #303030;
}

a:hover {
	color: #5860ff;
}

.social li a i {
	font-size: 24px;
}

.social li a i:hover {
	color: #5860ff;
}

/*header*/
#header-2 .main-nav .navbar-nav>li a {
	font-family: 'Mada';
	font-style: normal;
	text-transform: none;
	color: #000;
	font-size: 18px;
	font-weight: 600;
}

_::-webkit-full-page-media,
_:future,
:root #header-2 .main-nav .navbar-nav>li a {
	font-weight: 400;
}

#header-2 .main-nav .navbar-nav>li a:hover {
	color: #5860ff;
}

#header-2 .main-nav .navbar-nav>li.active a {
	color: #5860ff;
}

#header-2 .brand-img {
	max-width: 140px;
}

.navbar-header img {
	position: absolute;
	z-index: 999999;
	width: 8%;
	top: 35px;
}

.nav>li>a {
	padding: 10px 16px;
}

.navbar-default {
	background-color: transparent;
	border: none;
}

.team2 .decorate-circle {
	width: auto;
	position: fixed;
	bottom: 8%;
	right: 5%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (min-width: 1200px) {
	#header-2 .container {
		width: 93%;
	}

	.container {
		width: 93%;
		padding: 25px 0;
	}
}

/*header*/

/*decorate*/
.add {
	font-size: 32px;
	font-weight: 400;
}

.circle {
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background-color: #5860ff;
}

.circle1 {
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background-color: #5860ff;
}

.decorate-circle p {
	float: right;
	font-weight: 600;
	font-size: 18px;
	margin-top: 5px;
}

.decorate {
	overflow: hidden;
	height: 50px;
}

/*brand content*/
.container .tab-content {
	padding: 0 15%;
}

.tab-pane {
	border-bottom: none;
}

/*brand content*/


@media only screen and (max-width:480px) {
	/*header*/

	#header-2 .main-nav .navbar-nav>li a {
		text-align: right;
		padding-right: 5px;
		font-size: 14px;
	}

	_::-webkit-full-page-media,
	_:future,
	:root #header-2 .main-nav .navbar-nav>li a {
		font-weight: 400;
	}

	#header-2 .navbar-toggle {
		top: 25px;
		right: 10px;
		color: #000;
	}

	#header-2 .navbar-toggle .icon-bar {
		background-color: #555;
		height: 1px;
		margin: 5px 0;
	}

	#header-2 .navbar-toggle:hover .icon-bar {
		background: #555;
	}

	.container>.navbar-collapse {
		margin-right: 0px;
	}

	#header-2 .main-nav .nav {
		margin-top: 68px;
	}

	.nav>li>a {
		padding: 3px 0;
	}

	.navbar-header img {
		width: 40%;
		top: 26px;
		left: 15px;
	}

	.navbar-nav {
		margin: 0 -15px;
		padding-bottom: 20px;
	}

	#header-2 .brand-img {
		margin: 30px 5% 0 5%;
	}

	/*header*/
	p {
		font-size: 16px;
		line-height: 30px;
	}

	.team2 {
		padding-top: 0px;
	}

	.team2 .decorate-circle {
		bottom: 5%;
	}

	.decorate-circle p {
		margin: 0;
	}
}

@media only screen and (min-width:481px) and (max-width:768px) {
	.team2 p {
		margin-right: 9%;
	}

	video {
		margin-top: -10%;
	}

	/*header*/
	#header-2 .main-nav .navbar-nav>li a {
		text-align: right;
		padding-right: 10px;
	}

	#header-2 .navbar-toggle {
		font-family: "Mada";
		font-weight: 600;
		font-size: 22px;
		top: 20px;
		right: 10px;
	}

	#header-2 .navbar-toggle:focus {
		text-decoration: underline;
	}

	.container>.navbar-collapse {
		margin-right: 0px;
	}

	#header-2 .main-nav .nav {
		margin-top: 45px;
	}

	.navbar-header img {
		width: 18%;
		top: 32px;
		left: 15px;
	}

	.navbar-nav {
		margin: 0 -15px;
		padding-bottom: 20px;
	}

	#header-2 .brand-img {
		margin: 30px 5% 0 5%;
	}

	.add {
		font-size: 26px;
		font-weight: 400;
	}
}

@media only screen and (min-width:769px) and (max-width:992px) {
	.team2 p {
		margin-right: 9.2%;
	}

	.navbar-header img {
		width: 15%;
		top: 22px;
	}
}

@media only screen and (min-width:993px) and (max-width:1024px) {
	.team2 p {
		margin-right: 9.3%;
	}

	.navbar-header img {
		width: 14%;
		top: 22px;
	}

	h1 {
		font-size: 48px;
		line-height: 64px;
	}

	section .container {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media only screen and (min-width:1025px) and (max-width:1190px) {
	.team2 p {
		margin-right: 9.3%;
	}

	.navbar-header img {
		width: 12%;
		top: 22px;
	}

	h1 {
		font-size: 64px;
	}
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
	.team2 p {
		margin-right: 9.4%;
	}

	.navbar-header img {
		width: 12%;
		top: 22px;
	}
}

@media only screen and (min-width:1441px) and (max-width:1600px) {
	.team2 p {
		margin-right: 9.5%;
	}

	.navbar-header img {
		width: 10%;
		top: 30px;
	}
}

@media only screen and (min-width:1921px) and (max-width:2560px) {
	.team2 p {
		margin-right: 9.7%;
	}
}

@media only screen and (min-width:2561px) and (max-width:2880px) {
	.team2 p {
		margin-right: 9.7%;
	}
}