



img {
    max-width: 100% !important;
}

.bodyWrapper {
    padding: 0;
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
}

.header {
    padding: 45px 0;
}

.logoHolder {
    padding: 0;
    float: left;
}

.clear  {
    clear: both;
}

.navigation {
    padding: 0;
    background: #005391;
	font-family: 'Work Sans', sans-serif;
}

.navigation label {
    display: none;
    padding: 15px 25px;
    margin: 0;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.navigation label i {
    width: 20px;
}

.navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    overflow: hidden;
}

.navigation ul li {
    display: block;
    float: left;
}

.navigation ul li a {
    display: block;
    padding: 15px 25px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.navigation ul li a:hover {
    background: #fcc90c;
    color: #28293a;
}

.mainBody {
    padding: 30px 0;
}

.summerySection {
    padding: 15px;
}

.gallerySection {
    padding: 15px;
    text-align: center;
}

.gallerySection img {
    width: 100% !important;
    max-width: 570px !important;
}

.BigHolder {
    padding: 0 0 15px;
}

.BigSinlge {
    display: none;
    padding: 2px;
    border: 1px solid #cdcdcd;
}

.SingleHolder {
    padding: 0;
}

.SingleInner {
    padding: 5px;
}

.SingleHolder label {
    display: block;
    padding: 2px;
    margin: 0;
    cursor: pointer;
    border: 1px solid #cdcdcd;
}

#img01:checked ~ .BigHolder > .BigSinlge:nth-child(1),
#img02:checked ~ .BigHolder > .BigSinlge:nth-child(2),
#img03:checked ~ .BigHolder > .BigSinlge:nth-child(3),
#img04:checked ~ .BigHolder > .BigSinlge:nth-child(4),
#img05:checked ~ .BigHolder > .BigSinlge:nth-child(5),
#img06:checked ~ .BigHolder > .BigSinlge:nth-child(6),
#img07:checked ~ .BigHolder > .BigSinlge:nth-child(7),
#img08:checked ~ .BigHolder > .BigSinlge:nth-child(8),
#img09:checked ~ .BigHolder > .BigSinlge:nth-child(9),
#img10:checked ~ .BigHolder > .BigSinlge:nth-child(10),
#img11:checked ~ .BigHolder > .BigSinlge:nth-child(11),
#img12:checked ~ .BigHolder > .BigSinlge:nth-child(12) {
    display: block;
}

.Summery {
    padding: 15px;
}

.Summery  h1 {
    padding: 0;
    margin: 0 0 30px;
    color: #151515;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.25;
}

.specification {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.5px;
}

.tabSection {
    padding: 15px;
}

.tabController {
    padding: 0 15px;
    overflow: hidden;
    margin-bottom: -2px;
}

.tabController label {
    display: inline-block;
    float: left;
    padding: 10px 25px;
    margin: 0;
    cursor: pointer;
    color: #ffffff;
    background: #005391;
    border-right: 2px solid #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.tabContainer {
    padding: 0 15px;
    overflow: hidden;
}

.tabContainer label {
    display: none;
    padding: 10px 15px;
    margin: 0;
    clear: both;
    cursor: pointer;
    color: #ffffff;
    background: #005391;
    border-top: 2px solid #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.5px;
    text-transform: uppercase;

}

.tabContent {
    display: none;
    min-height: 300px;
    padding: 25px 15px;
    border: 2px solid #cdcdcd;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.5px;
}

#tab01:checked ~ .tabController label:nth-child(1),
#tab02:checked ~ .tabController label:nth-child(2),
#tab03:checked ~ .tabController label:nth-child(3),
#tab04:checked ~ .tabController label:nth-child(4),
#tab05:checked ~ .tabController label:nth-child(5),
#tab06:checked ~ .tabController label:nth-child(6) {
    background: #fcc90c;
}

#tab01:checked ~ .tabContainer > .tabContent:nth-child(2),
#tab02:checked ~ .tabContainer > .tabContent:nth-child(4),
#tab03:checked ~ .tabContainer > .tabContent:nth-child(6),
#tab04:checked ~ .tabContainer > .tabContent:nth-child(8),
#tab05:checked ~ .tabContainer > .tabContent:nth-child(10),
#tab06:checked ~ .tabContainer > .tabContent:nth-child(12) {
    display: block;
}

.footer {
    padding: 25px 0;
    color: #ffffff;
    background: #005391;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 30px;
}


@media screen and (max-width: 991px) {
    .logoHolder {
        float: none;
        text-align: center;
    }
    .tabController {
        display: none;
    }
    .tabContainer label {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .navigation label {
        display: block;
    }
    .navigation ul {
        height: 0;
        -webkit-transition: height .5s ease;
        -moz-transition: height .5s ease;
        -ms-transition: height .5s ease;
        -o-transition: height .5s ease;
        transition: height .5s ease;
    }
    .navigation ul li {
        float: none;
    }
    .navigation ul li a {
        padding: 0 0 0 35px;
    }
    #cssMenu:checked ~ ul {
        height: 200px;
    }
}

@media screen and (max-width: 567px) {
    .mainBody {
        padding: 15px 0;
    }
    .SingleInner {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}






