﻿/* Style the tab */
.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 100%;
    height: auto;
}

/* Style the buttons inside the tab */
.tab button {
    position: relative;
background: #fff;
border: none;
margin-bottom: 2px;
padding: 20px 20px 20px 20px;
font-size: 14px;
text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
color: #aaa;
transition: all .3s;
font-weight: 700;
width: 100%;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #fbb908;
    color: #fff;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #fbb908;
    color: #fff;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    width: 100%;
    border-left: none;
    height: 300px;
}

#why-choose {
    background-color: #0c1f38;
    padding: 70px 0;
    position: relative;
    z-index: 1;
}

.why-choose_img {
    background-image: url(../images/parallax3.jpg);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}


#why-choose h2, #why-choose p {
	color: #fff;
}