* {
    font-family: Rajdhani,sans-serif;
}

li {
    list-style: none;
}

.pane--2 {
    background: #eee;
}

.pane--2 .btn {
    background: #da251d;
    color: #fff !important;
}

.pane--2 .btn:hover {
    background: #d81008;
}

.pane--2 h3 {
    padding-top: 60px;
    margin-bottom: 15px;
}

.pane--2 p {
    font-size: 18px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.nav--primary>li {
    position: relative;
}

.nav--primary .nav__dropdown {
    width: auto;
    min-width: 165px;
    padding: 15px 20px;
}

.nav--primary .nav-item:nth-of-type(2) .nav__dropdown {
    width: 250px;
}

.nav--primary .nav-item:nth-of-type(3) .nav__dropdown {
    width: 250px;
}

.nav--primary .nav-item:nth-of-type(5) .nav__dropdown {
    width: 180px;
}

.nav--primary .nav-item:nth-of-type(7) .nav__dropdown {
    width: 200px;
}

.nav--primary .nav__dropdown p {
    margin-bottom: 6px;
    padding: 4px 0;
}

.nav--primary .nav__dropdown p:last-of-type {
    margin-bottom: 0
}

.nav--primary .nav__dropdown p a {
    text-decoration: none;
    color: #001b24
}

.nav--primary .nav__dropdown p a:hover {
    color: #da251d
}
.home-banner img{
    width:100%;
}

#fullBanner .txt {
    color: #fff;
    font-size: 46px;
    position: absolute;
}

#fullBanner .txt .moreBtn {
    color: #FFFFFF;
    width: 180px;
    padding: 10px 0;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 17px;
    margin: 50px auto;
    border: 2px solid #fff;
    cursor: pointer;
    transition: all linear 200ms;
}

#fullBanner .txt .moreBtn:hover {
    background: #da251d
}

#fullBanner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#fullBanner .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: #fff;
    opacity: .5;
    margin: 0 8px 15px 8px;
}

#fullBanner .swiper-pagination-bullet-active {
    opacity: 1;
}

.pane--1 .video-colmn-left h4 {
    text-align: center;
    margin-top: 20px
}

.pane--1 {
    min-height: 0;
    overflow: hidden;
    padding-bottom: 120px;
}

.pane--1 ul li:before {
    content: '';
    top: 10px;
    left: 0;
    position: absolute;
    width: 14px;
    height: 13px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(http://cdn2.hubspot.net/hubfs/4219228/Flux_Power_Themes_2018/Images/right-sign-arrow.png);
}
.about-img img{width: 100%;}
.pane--1 ul li {
    list-style: none;
    line-height: 34px;
    padding-left: 20px;
    position: relative;
    margin-top: 10px;
    font-size: 16px;
}

.pane--1 ul h2 {
    font-size: 48px;
    margin-bottom: 25px;
    font-weight: 700;
    color: #222f42;
    position: relative;
    padding: 0 0 20px;
}

.pane--1 ul h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 56px;
    height: 5px;
    background-color: #da251d;
    border-radius: 35px;
}

.video-colmn-left iframe {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 20px -3px rgba(0,0,0,0.1);
    height: 378px;
}

.faq {
    min-height: 600px;
    background: #001b24;
    margin-bottom: 120px;
    padding-bottom: 100px;
    text-align: center;
}

.faq h3 {
    text-align: center;
    color: #fff;
    display: block;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 40px;
}

.faq .asked-outer {
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
    text-align: left;
}

.faq .asked-outer:last-of-type {
    margin-bottom: 0;
}

.faq .asked-outer ul {
    padding: 0;
}

.faq .asked-outer .asked-tabs {
    min-height: 0;
    overflow: hidden;
}

.faq .asked-outer .asked-tabs ul li {
    list-style: none;
    width: 24.5%;
    float: left;
    margin-right: .65%;
    height: 62px;
    border: 2px solid #eee;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 10px 6px;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
}

.faq .asked-outer .asked-tabs ul li.on {
    background: #da251d;
}

.faq .asked-outer .asked-tabs ul li:hover {
    background: #da251d;
}

.faq .asked-outer .asked-tabs ul li svg {
    margin: 0 5px;
}

.faq .asked-outer .asked-tabs ul li:nth-child(4n) {
    margin-right: 0;
}

.faq .asked-outer .asked-contain {
    background: #fff;
    min-height: 0;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 20px;
}

.faq .asked-outer .asked-contain ul {
    padding: 25px;
    margin-bottom: 0;
    min-height: 0;
    overflow: hidden;
    display: none;
}

.faq .asked-outer .asked-contain ul.on {
    display: block;
}

.faq .asked-outer .asked-contain ul li {
    margin-bottom: 15px;
}

.faq .asked-outer .asked-contain ul li:last-child {
    margin-bottom: 0;
}

.faq .asked-outer .asked-contain ul li .asked-title {
    cursor: pointer;
    font-weight: 700;
    font-size: 17px;
    padding: 15px 20px;
    background-color: #da251d;
    color: #fff;
    position: relative;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
}

.faq .asked-outer .asked-contain ul li .asked-title svg {
    float: right;
    margin-top: 0;
}

.faq .asked-outer .asked-contain ul .asked-title svg.cut {
    display: none;
}

.faq .asked-outer .asked-contain ul li .asked-content {
    font-size: 15px;
    padding: 20px;
    border: 2px solid #da251d;
    border-top: 0;
    display: none;
}

.faq .btn {
    background: #da251d;
    color: #fff;
    padding: .65rem 1.8rem;
    margin-top: 8px;
}

.faq .btn:hover {
    background: #d81008;
}

#newsList {
    min-height: 0;
    overflow: hidden;
    margin-bottom: 100px;
}

#newsList .col-lg-4 {
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    margin-bottom: 30px;
}

#newsList .col-lg-4 .img {
    overflow: hidden;
}

#newsList .col-lg-4:hover img {
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
}

#newsList .col-lg-4 img {
    width: 100%;
    transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
    height: 300px;
    object-fit: cover;
}

#newsList .col-lg-4 .title {
    font-size: 25px;
    color: #da251d;
    border-left: 3px solid #da251d;
    padding-left: 10px;
    /* height: 26px; */
    line-height: 26px;
    margin: 15px 0 15px 0;
}

.links b {
    margin-right: 10px
}

.links a {
    color: #999;
    text-decoration: none;
    margin-right: 10px
}

.links a:hover {
    color: #da251d
}

.links a:last-of-type {
    margin-right: 0;
}

.visible-xs {
    display: none !important;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 8px !important;
}

.swiper-pagination-bullet {
    background: #fff !important;
}

.swiper-pagination-bullet-active {
    background: #da251d !important;
}

.about-section-2 {
    display: none
}

.about-section-2:last-of-type {
    display: block
}

#about-section .about-section-1:last-of-type() {
    display: none
}

.select-row {
    margin-top: 3%;
    margin-bottom: 2% !important;
}

.blog-select {
    position: relative;
}

.subscribe-form form {
    float: right;
}

.subscribe-form input[type=text] {
    height: 42px;
    border: 1px solid #ddd;
    line-height: 42px;
    text-indent: 15px;
    width: 250px;
    margin: 0 3px;
}

.subscribe-form input[type=submit] {
    height: 42px;
    border: none;
    line-height: 42px;
    background: #da251d;
    color: #fff;
    padding: 0 15px;
}

.blog-select .select-head {
    width: 350px;
    height: 42px;
    border: 1px solid #ddd;
    line-height: 42px;
    text-indent: 15px;
    cursor: pointer;
}

.blog-select .select-head:hover {
    border: 1px solid #ccc;
}

.blog-select .select-head svg {
    float: right;
    margin-right: 15px;
    position: relative;
    top: 15px;
}

.blog-select .select-body {
    width: 350px;
    min-height: 0;
    overflow: hidden;
    border: 1px solid #ddd;
    border-top: 0;
    display: none;
    position: absolute;
    left: 20px;
    top: 42px;
    background: #fff;
    z-index: 999;
}

.blog-select .select-body a {
    color: inherit;
    text-decoration: none;
    height: 35px;
    line-height: 35px;
    display: block;
    width: 100%;
    text-indent: 20px
}

.blog-select .select-body a:hover {
    background: #da251d;
    color: #fff
}

@media (max-width: 1399px) {
    .nav-link {
        padding:.4rem .5rem;
    }

    .nav--meta>.nav-item {
        margin-right: 10px;
        margin-left: 10px
    }

    .nav--primary>li>.nav-link {
        font-size: .9rem;
    }

    .logo__image {
        width: 190px;
    }
}

@media(max-width: 991px) {
    .pane--1 {
        padding-bottom:40px
    }

    .pane--1 ul {
        padding-left: 0
    }

    .pane--1 ul h2 {
        font-size: 35px;
    }

    .pane--1 ul li {
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
    #fullBanner {
        height:auto;
    }

    .hidden-xs {
        display: none !important;
    }

    .visible-xs {
        display: block !important;
    }

    #fullBanner .txt {
        font-size: 18px
    }

    #fullBanner .txt .p1 {
        margin-bottom: 0;
    }

    #fullBanner .txt .moreBtn {
        width: 120px;
        font-size: 14px;
        margin: 15px auto;
        padding: 0;
        border: 1px solid #fff;
    }

    #fullBanner .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin-top: -10px;
    }

    .faq .asked-outer .asked-tabs ul li {
        width: 49%;
        margin-right: 0;
        margin-bottom: 2.5%
    }

    .faq .asked-outer .asked-tabs ul li:nth-child(2n) {
        float: right
    }

    .faq .asked-outer .asked-contain {
        margin-top: 10px;
    }

    .faq {
        margin-bottom: 50px;
    }

    #newsList .col-lg-3 {
        margin-bottom: 30px;
    }

    #newsList .col-lg-3:last-of-type {
        margin-bottom: 0;
    }

    #newsList .col-lg-3 .title {
        margin-bottom: 10px;
    }

    .faq h3 {
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .faq .asked-outer .asked-contain ul li .asked-title {
        font-size: 16px;
        padding: 10px 15px;
    }

    .faq .asked-outer .asked-contain ul {
        padding: 15px;
    }

    .faq .asked-outer .asked-contain ul li {
        margin-bottom: 10px;
    }

    .faq {
        padding-bottom: 55px;
    }

    .faq .btn {
        margin-top: -10px;
    }

    .faq .asked-outer .asked-contain ul li .asked-content {
        padding: 15px;
    }

    #newsList {
        margin-bottom: 40px;
    }
}
