@font-face {
	font-family: 'Museo';
	src: url(../fonts/MuseoSansCyrl-100.otf) format("opentype");
	src: url(../fonts/MuseoSansCyrl-300.otf) format("opentype");
	src: url(../fonts/MuseoSansCyrl-500.otf) format("opentype");
	src: url(../fonts/MuseoSansCyrl-700.otf) format("opentype");
	src: url(../fonts/MuseoSansCyrl-800.otf) format("opentype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Museo';
	src: url(../fonts/MuseoSansCyrl-100Italic.otf) format("opentype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Exo 2';
	src: url(../fonts/Exo2-Black.ttf);
	src: url(../fonts/Exo2-Bold.ttf);
	src: url(../fonts/Exo2-ExtraBold.ttf);
	src: url(../fonts/Exo2-ExtraLight.ttf);
	src: url(../fonts/Exo2-Medium.ttf);
}

/* STYLE RESET START */
*{
	box-sizing: border-box;
}
body{
	margin: 0;
	font: 500 20px/1 "MuseoSansCyrl-500", sans-serif;
}

h1, h2, h3, h4, h5, h6, p{
	margin: 0;
}
ul, ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
a{
	color: inherit;
	text-decoration: none;
}
img{
	max-width: 100%;
}
/* STYLE RESET END */


/* CUSTOM STYLE START */
.content-box h4 {
	margin: 15px 0;
    font-size: 1.5em;
}
.content-box h4 .light {	
    color: #000000;
}
.light {
	color: #dcdcdc;
}
.teal-text {
	color: rgb(112,172,84);
}
.white-text {
	color: #ffffff;
}
.black-text {
	color: #000000;
}
.content-box {
	padding: 30px;
	font: 500 13px/1 "MuseoSansCyrl-500", sans-serif;
	background-color: #ffffff;
}
.box-heading .big-title {
    margin-bottom: 7px;
}
.focus_container {
	width: 1150px;
}
.under-title {
	font-size: 18px;
    font-style: italic;
    color: #bbbbbb;
    letter-spacing: -0.5px;
}
.row-fluid {
	margin-top: 20px;
}
.content-box .list+h2{
	margin-top: 20px;
}
.content-box h2{
	margin-bottom: 20px;
}
.list li {
	display: flex;
	align-items: center;
	line-height: 15px;
}
.list-style {
	border: 3px solid transparent;
    border-left-color: black;
    border-left-width: 6px;
    margin-right: 10px;
    max-height: 3px;
}
.btn {
	display: flex;
}
.main-btn {
    padding: 10px 15px;
    display: block;
    margin: 10px;
    background-color: #71ad52;
}
/* CUSTOM STYLE END */


/* MAIN STYLE START */
.logo {
	position: fixed;
    background-color: white;
    padding: 5px 25px;
    margin-left: 27px;
    margin-top: 30px;
}
.logo a {
	display: flex;
    flex-direction: column;
    align-items: center;
    color: #43a900;
    font-weight: 600;
}
.logo img {
	width: 80px;
}
body {
	background-image: url(../images/9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.container {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.nav {
	position: fixed;
	top: 300px;
}
.nav ul li {
	padding: 10px;
	background-color: black;
    margin: 5px 0;
}
.nav ul li:hover {
	background-color: #ffffff;
}
.nav ul li:hover .light{
	color: #000000;
}
.main {
	margin: auto;
}
#home {
    height: 430px;
    background-image: url(../images/header.png);
    background-size: 1150px;
    background-repeat: no-repeat;
    background-position-y: -250px;
}
.title-box h1 {
	height: 98%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 100px;
}
.bottom-line {
    height: 10px;
    width: 100%;
    background-color: rgb(112,172,84);
    bottom: 0;
}

#portfolio {
	background-image: url(../images/crm.png);
    background-position: center;
	min-height: 150px;
}
#portfolio .light {
	color: #000000;
}
#portfolio h1 {
	height: 150px;
}
.span4 {
	position: absolute;
    right: 133px;
    top: 1385px;
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 125px;
}
.full-width-circle {
	width: 250px;
	height: 250px;
}
/* MAIN STYLE END */