body {
	font-family: 'Poppins', sans-serif;	
	padding-top: 72px;
}


.navbar-brand {
    height: 70px;
    padding: 25px 15px;
}

.navbar-default .navbar-brand {
    color: #000;
}

@media (min-width: 768px) {
.navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
}
}

.navbar-default {
    background-color: white;
    border-color: transparent;
}

.home-bg .container {
	max-width: 820px;
}

.home-bg img {
    width: 80%;
    margin-bottom: 20px;
}

.home-bg h3 {
    font-weight: bold;
    font-size: 30px;
}

.home-bg h4 {
    margin: 30px 0;
    line-height: 40px;
    font-size: 23px;
}

.home-bg h5 {
	font-weight: lighter;
	margin-bottom: 20px;
}

.home-bg {
	padding: 50px 0;
    background-color: #fff;
    background-image: url('/img/dots-v-red.svg'),url('/img/shape-right.svg'),url('/img/dots-v-green.svg'),url('/img/shape-left.svg');
    background-position: 96% 73%,100% 40%,4% 11%,0 30%;
    background-size: 15px,290px,15px,290px;
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
}

.home-left-img {
    float: left;
    width: 550px;
}

.home-right-text {

}

.home-right-img {
    width: 550px;
    float: right;
}

.home-left-text {
	float: left;
}

.home-section p {
    line-height: 1.75;
    color: #666;
    margin: 10px 0;	
}

.home-section {
    background-image: linear-gradient(to bottom,rgba(204,71,131,.05),transparent);
}

.home-section h3 {
    margin: 60px 0;
    font-size: 30px;
}

.home-section h4 {
    margin: 0;
    font-size: 27px;
    margin-bottom: 15px;
    line-height: 44px;
}


.home-footer {
	background-image: url('/img/pattern-light.svg');
    background-size: 1440px,100%;
    padding-bottom: 120px;	
    background-repeat: no-repeat;
    background-position: bottom;    
}

.home-footer h3 {
	font-weight: lighter;
	font-size: 18px;
	margin-bottom: 30px;
}

.home-footer .container {
	max-width: 800px;
	padding-top: 100px;
}

.home-footer-links {
	padding: 50px 0;
}

.navbar-default .navbar-brand {
    color: #000;
    font-size: 23px;
    margin-top: 10px;
}

.navbar-brand b {
	color: #1b55e2;
}


@media (min-width: 768px) {
.navbar-nav>li>a {
    padding: 25px 5px;
}
}

.btn-primary {
    color: #fff;
    background-color: #1c55e2;
    border-color: #1c55e2;
}

.btn-default {
    color: #1c55e2;
    border-color: #1c55e2;
}

a {
	color: #1c55e2;
}

a:hover {
	color: #0d40b7;
}

.btn-default:hover {
	color: #0d40b7;
    background-color: #fff;
    border-color: #0d40b7;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0d40b7;
    border-color: #0d40b7;
}

img {
	max-width: 100%;
}

@media (max-width: 768px) {
	.home-section img {
		max-width: 100%;
	}

	.navbar-default .navbar-brand {
	    margin-top: 0px;
	}

}