body {
    font-family: 'Source Sans Pro', sans-serif !important;
    background: url(../images/bg11.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
section.Top-header {
    background: #ffffff;
    padding: 5px 0;
}
.logo img {
    width: 100%;
}
.logo {
    text-align: center;
}
.right-banner img.img-responsive {
    width: 100%;
    padding-top: 20px;
}
nav.navbar.navbar-default {
    border: none;
    margin-bottom: 0;
}
.navbar-nav li a {
    color: #fff !important;
    font-size: 16px;
    padding: 15px 22px;
}
.navbar-nav .active a {
    color: #000 !important;
    background: #f5ed00 !important;
    font-weight: 600;
}
.navbar-nav li a:hover {
    background: #f5ed00 !important;
    color: #000 !important;
    font-weight: 600;
    transition: all 0.3s linear;
}
section.brand-collection {
    padding: 20px 0;
}
.nor-collect img.img-responsive {
    width: 100%;
}
.nor-collect {
    padding: 20px;
    background: #ffffff40;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 20px;
}
.nor-collect button.btn.btn-success {
    background: #f5ed00;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    padding: 8px 15px;
    border: 0;
}
.nor-collect button.btn.btn-success:hover {
    background: #2700ff;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s linear;
}
.banner-center img.img-responsive {
    width: 100%;
    margin-bottom: 20px;
}
.table-sec table th {
    color: #fff;
    font-size: 23px;
    font-weight: 500;
}
.table tbody tr td {
    text-align: center;
    vertical-align: middle;
}
section.brands {
    background: #24072670;
    padding: 0 0 20px 0;
}
.table td span {
    color: #070fff;
    font-size: 22px;
    font-weight: 600;
}
.table-sec button.btn.btn-dark {
    background: #00f5b1;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    padding: 8px 8px;
    border: 0;
}
.table-sec button.btn.btn-dark:hover {
    background: #2700ff;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s linear;
}
table.table {
    border: 1px solid #f59300;
    background: #dcdcdce0;
}
.table thead tr th {
    border-bottom: 1px solid #f5ed00;
    background: #ec1c4b;
}

.table-sec button.btn.btn-primary {
    background: #f59300;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    padding: 8px 15px;
    border: 0;
}
.table-sec button.btn.btn-primary:hover {
    background: #ff0ba9;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s linear;
}

.sldier-right img {
    width: 100%;
}
.touchdown-contnt h2 {
    background: #ec1c4b;
    padding: 10px 10px;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}
.aside_list .fa {
    padding: 0 10px 0 0;
    font-size: 16px;
}
.touchdown-contnt .aside_list a {
    display: block;
    padding: 10px 10px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    border-top: 1px solid #ec1c4b;
}
.aside_list {
    border: 1px solid #ec1c4b;
}
.touchdown-contnt .aside_list a:hover {
    background: #ec1c4b;
    color: #fff;
    font-weight: 500;
}
.touchdown-contnt p {
    font-size: 18px;
    color: #000;
    text-align: justify;
}
section.footer {
    padding: 30px 0;
    background: #592e37cc;
    text-align: center;
}
section.content-sec {
    padding: 0 0 30px 0;
    background: #dcdcdcdb;
}
.footer-sec-img h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 0;
}
.footer-sec-img h3 a {
    color: #fff;
}
.footer-sec-img h3 a:hover {
    color: #ff8100;
}


/*-----------Media Query--------------*/

@media only screen and (max-width:1199px) {
.navbar-nav li a {
    font-size: 15px;
    padding: 15px 15px;
}
.table-sec table th {
    font-size: 20px;
}
.table td span {
    font-size: 20px;
}
.touchdown-contnt h2 {
    font-size: 24px;
}
.touchdown-contnt .aside_list a {
    font-size: 16px;
}
.touchdown-contnt p {
    font-size: 16px;
}

}
@media only screen and (max-width:991px) {
.right-banner img.img-responsive {
    padding-top: 0px;
}
.navbar-nav li a {
    font-size: 13px;
    padding: 15px 6px;
}
.nor-collect button.btn.btn-success {
    font-size: 15px;
}
.table tr td img {
    width: 70%;
}
.table-sec button.btn.btn-primary {
    font-size: 15px;
}
.table-sec button.btn.btn-dark {
    font-size: 15px;
}
.table td span {
    font-size: 18px;
}
.table-sec table th {
    font-size: 17px;
    font-weight: 600;
}
section.brands {
    padding: 0;
}
section.brand-collection {
    padding: 10px 0;
}
.touchdown-contnt h2 {
    font-size: 20px;
    text-align: center;
}
.footer-sec-img h3 {
    font-size: 25px;
}
.footer-sec-img img {
    width: 90%;
}

}

@media only screen and (max-width:767px) {
.logo img {
    width: 50%;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.nor-collect {
    margin-bottom: 10px;
}
.table td span {
    font-size: 15px;
}
.table-sec button.btn.btn-dark {
    font-size: 14px;
    padding: 8px 4px;
}
.table-sec button.btn.btn-primary {
    font-size: 14px;
    padding: 8px 10px;
}
.touchdown-contnt p {
    font-size: 15px;
}
.touchdown-contnt .aside_list a {
    font-size: 15px;
}
.footer-sec-img h3 {
    font-size: 22px;
}
section.footer {
    padding: 20px 0;
}
section.content-sec {
    padding: 0;
}

}

@media only screen and (max-width:639px) {
.logo img {
    width: 60%;
}
.navbar-toggle {
    padding: 9px 7px;
}
.nor-collect {
    padding: 10px;
}
.banner-center img.img-responsive {
    margin-bottom: 10px;
}
.table tr td img {
    width: 80%;
}
.table td span {
    font-size: 12px;
}
.table-sec button.btn.btn-dark {
    font-size: 12px;
    padding: 8px 3px;
}
.table-sec button.btn.btn-primary {
    font-size: 12px;
    padding: 8px 6px;
}
.touchdown-contnt h2 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}
.footer-sec-img h3 {
    font-size: 20px;
}
.nor-collect button.btn.btn-success {
    font-size: 13px;
}

}

@media only screen and (max-width:479px) {
.logo img {
    width: 80%;
}
.table-sec table th {
    font-size: 13px;
    font-weight: 500;
}
.table tr td img {
    width: 100%;
}
.table td span {
    font-size: 10px;
}
.table-sec button.btn.btn-dark {
    font-size: 10px;
}
.table-sec button.btn.btn-primary {
    font-size: 10px;
    padding: 8px 4px;
}
.touchdown-contnt h2 {
    font-size: 16px;
}
.touchdown-contnt .aside_list a {
    font-size: 13px;
}
.touchdown-contnt p {
    font-size: 13px;
}
.footer-sec-img h3 {
    font-size: 17px;
}
section.footer {
    padding: 10px 0;
}



}