body.white-layout {
    background: #fff;
}
.white-layout .choosing {
    background: url(../images/bg/vector.png) 0 0 repeat;
}
.white-layout .choosing .top-headings-section h2,
.white-layout .choosing .top-headings-section h2 span {
    color: #000;
}
.white-layout .choosing .top-headings-section h2::after {
    background: #000;
}
.white-layout section.portfolio {
    background: #fff;
}
.white-layout .portfolio .top-headings-section h2,
.white-layout .portfolio .top-headings-section h2 span {
    color: #000;
}
.white-layout .portfolio .top-headings-section h2::after {
    background: #000;
}
.white-layout .portfolio .filters-group ul li {
    color: #000;
}
.white-layout .portfolio .filters-group ul li:hover {
    background: #fff;
    color: #000;
}
.white-layout .portfolio .filters-group .active {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
.white-layout .bg-3 .button {
    color: #000;
    border-color: #000;
    margin-left: 1px;
}
.white-layout .button--wayra:hover {
    color: #fff;
    border-color: #000;
}
.white-layout main.services {
    background: url(../images/bg/b-2.jpg) no-repeat center center;
    background-size: cover;
}
.white-layout .services .art-1 {
    background: #fff;
    color: #000;
    border: 1px solid #464646;
}
.white-layout .services .art-1 p {
    color: #000;
}
.white-layout .services .art-1:hover p,
.white-layout .services .art-1:hover h3 {
    color: #000;
}
.white-layout .testimonials {
	background: #ececec;
	color: #000;
}
.white-layout .testimonials .top-headings-section h2,
.white-layout .testimonials .top-headings-section h2 span {
    color: #000;
}
.white-layout .testimonials .section-title {
    padding-bottom: 3rem;
}
.white-layout .testimonials .top-headings-section h2::after {
    background: #000;
}
.white-layout .testimonials .test-1 p {
	color: #000;
	font-weight: 400;
}
.white-layout .testimonials .test-1 p::before {
	color: #000;
}
.white-layout .testimonials .test-1 p::after {
	color: #000;
}
.white-layout .testimonials .test-1 h3 {
	color: #000;
}
.white-layout .testimonials .test-1 h6 {
	font-weight: 400;
    color: #000;
}
.white-layout section.blog {
    background: #fff;
}
.white-layout .blog .top-headings-section h2,
.white-layout .blog .top-headings-section h2 span {
    color: #000;
}
.white-layout .blog .top-headings-section h2::after {
    background: #000;
}
.white-layout .blog .top-headings-section p {
    color: #000;
}
.white-layout .blog .blog-info {
    background: #f4f4f4;
}
.white-layout .first-footer .top-footer {
    background: #ececec;
	color: #000;
}
.white-layout .first-footer .netabout h3 {
    color: #000;
}
.white-layout .first-footer .netabout h3::after,
.white-layout .first-footer .contactus h3::after,
.white-layout .first-footer .widget h3::after,
.white-layout .first-footer .newsletters h3::after {
    background-color: #000;
}
.white-layout .first-footer .netabout p,
.white-layout .first-footer .contactus .info p,
.white-layout .navigation ul li a,
.white-layout .newsletters p {
    color: #000;
    font-weight: 400;
}
.white-layout .first-footer .contactus ul li .fa {
    color: #000;
}
.white-layout .first-footer .netsocials a .fa-facebook {
    background: #3b5998;
}
.white-layout .first-footer .netsocials a .fa-twitter {
    background: #1da1f2;
}
.white-layout .first-footer .netsocials a .fa-google-plus {
    background: #dd4b39;
}
.white-layout .first-footer .netsocials a .fa-instagram {
    background: #fb3958;
}
.white-layout .first-footer .netsocials a .fa-youtube {
    background: #cd201f;
}
.white-layout .navigation ul li a:hover {
    color: #1da1f2;
}
.white-layout .first-footer .bloq-email .email input[type="text"] {
    border: 1px solid #000;
}
.white-layout div.partners {
    background: url(../images/bg/vector.png) 0 0 repeat;
}
body.inner-page {
    background: #fff;
}
.white-layout .section-title {
    text-align: center;
    padding-bottom: 4.5rem;
}
.white-layout .section-title .title-style {
    position: relative;
    display: inline-block;
}
.white-layout .section-title .title-style h2 {
    color: #000;
    margin-bottom: 1rem;
}
.white-layout .title-icon {
    width: 80px;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
}
.white-layout .title-icon:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 18px;
    left: -85px;
}
.white-layout .title-icon:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 18px;
    right: -85px;
}
.white-layout .title-icon i {
    color: #000;
    font-size: 1.8rem;
    margin-top: 1px;
}
.white-layout .section-title p {
    margin-top: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    color: #000;
    max-width: 550px;
}