.logo img {
    margin: 10px;
}

.navigation {
    float: right;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.firstrow {
    width: 100%;
    box-shadow: 0px 2px 8px gray;
    background-color: white;
    position: sticky;
    top: 0;
}

.nav .nav-item a {
    text-decoration: none;
    color: black;
    padding: 27px 20px 27px 20px;
    font-weight: 550;
    display: flex;
    justify-content: center;
    font-size: 17px;
}

.down {
    margin-top: 5px;
    padding-left: 5px;
}

.dealer {
    background-color: #dc0705;
    margin-right: 10px;
    height: 100%;
}

.dealer a {
    color: white !important;
}

.fa-bars {
    color: #2d36a3;
    font-size: 25px;
    padding: 27px 0;
    display: none;
}

.nav .nav-item a:hover {
    color: white;
}

.sub-service,
.sub-gallery {
    margin-left: -12px;
    margin-top: -20px;
    display: none;
}

.sub-service-item,
.sub-gallery-item {
    list-style: none;
    background-color: white;
    box-shadow: 5px 5px 7px gray;
}

.sub-service .sub-service-item a,
.sub-gallery .sub-gallery-item a {
    padding: 2px !important;
    font-weight: normal;
}

.services:hover .sub-service,
.gallery:hover .sub-gallery {
    display: block;
}

.down-btn-icon {
    display: flex;
    justify-content: center;
    margin-top: -50px;
}

iframe {
    width: 100%;
}

.vid-thumbnail-sub iframe {
    height: 50%;
}

.down-btn {
    color: white;
    border: 1px solid white;
    padding: 15px 10px;
    border-radius: 50%;
}

.about-section {
    margin-top: 150px;
    padding: 20px;
}

.about-us,
.services-title {
    color: #2d36a3;
    font-size: 30px;
    font-weight: 650;
}

.about,
.services-text {
    color: rgb(107, 107, 107);
}

button a {
    color: red;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 20px;
}

button:hover a {
    color: white;
}

.about-img {
    margin: 50px 0px;
}

.services-block,
.media {
    background-color: rgb(236, 236, 236);
}

.services-img img {
    width: 90%;
    padding: 50px 0;
}

.services-section {
    padding-top: 100px;
    margin-left: -50px;
}

.services-text {
    padding-right: 120px;
}

.product-title,
.media-title,
.video {
    color: #2d36a3;
    font-size: 30px;
    font-weight: 650;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.product {
    margin-left: 40px;
    width: 250px;
    height: 300px;
    cursor: pointer;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.product:hover .product-name {
    color: red;
}

.product-name {
    text-align: center;
    font-weight: 650;
    font-size: 18px;
    color: gray;
}

.products {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.cylinder {
    cursor: pointer;
    margin-top: 80px;
    height: 370px;
    background-color: rgb(255, 255, 255);
}

.cylinder p {
    font-size: 18px;
    color: #2d36a3;
    font-weight: 600;
    text-align: center;
    margin-top: 5px;
}

.news-row {
    cursor: pointer;
    background-color: white;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.news-div {
    margin-top: 20px;
}

.news-div-sub {
    margin-top: 20px;
}

.news-img {
    margin-left: -12px;
}

.news-title {
    color: #2d36a3;
    font-size: 20px;
    padding-top: 5px;
}

.view-btn {
    margin: 30px 0px;
}

.vids {
    margin-top: 60px;
    cursor: pointer;
}

.vid-thumbnail img {
    width: 90%;
}

.vid-title {
    margin-top: -40px;
    font-size: 17px;
    text-align: center;
    color: white;
}

.vid-thumbnail-sub img {
    width: 90%;
}

.vid-title-sub {
    font-size: 15px;
    text-align: center;
    margin-left: -90px;
    margin-top: -20px;
    color: white;
}

.vids-sub {
    margin-left: -100px;
    margin-top: 60px;
}

.dealer-section
{
    background-color: #df5454;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.dealer-title {
    padding: 70px 0;
    color: white;
    font-weight: 600;
    font-size: 35px;
}

.col-search {
    background-color: rgb(245, 245, 245);
    border-radius: 10px;
    margin-top: 50px;
}

.select-info {
    font-size: 13px;
    font-weight: 600;
    padding: 10px 0 0 20px;
}

select {
    width: 95%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid gray;
    cursor: pointer;
}

.select {
    margin-left: 20px;
    padding-bottom: 20px;
}

input[type=text] {
    border-radius: 5px;
    width: 95%;
    height: 40px;
    border: 1px solid gray;
}

.select:focus {
    outline: none;
}

input:focus {
    border: none;
    outline: none;
}

.submit {
    color: white;
    background-color: #17a2b8;
    border: none;
    border-radius: 5px;
    padding: 8px 40px;
}

.reset {
    color: white;
    background-color: #6c757d;
    border: none;
    border-radius: 5px;
    padding: 8px 40px;
}

.reset:hover {
    background-color: #61666b;
    transition: 0.8s ease;
}

.submit:hover {
    background-color: #2d36a3;
    transition: 0.8s ease;
}

.dealers {
    padding: 20px;
}

.dealer-card {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    /* width: 80%; */
    margin-top: 20px;
}

.dealer-items {
    list-style: none;
    margin-top: 5px;
}

.first-item {
    border-bottom: 1px solid lightgray;
}

.home {
    color: white;
    background-color: #dc0705;
    padding: 8px;
    width: 34px;
}

.dealer-name {
    color: #dc0705;
    font-weight: 600;
    font-size: 17px;
}

.featured-icons {
    color: gray;
    background-color: lightgrey;
    padding: 5px;
    font-size: 22px;
    width: 34px;
}

span {
    padding-left: 10px;
    color: rgb(54, 54, 54);
}

.pagination {
    display: flex;
    justify-content: center;
    margin: 30px 0;
    overflow: scroll;
}

.active-page a {
    color: white !important;
}

.active-page {
    background-color: #2d36a3;
}

.page-items {
    border: 1px solid lightgray;
    padding: 5px 12px;
    border-radius: 5px;
    margin-right: 5px;
}

.page-items:hover {
    background-color: lightgray;
    transition: 0.5s ease;
}

.prev,
.next {
    font-size: 10px;
    padding: 0px !important;
}

.page-items a {
    text-decoration: none;
    color: black;
}

.about-row {
    width: 100%;
}

.about-nep-logo {
    margin: 50px 0;
}

.about-nep-logo img {
    width: 60%;
    display: block;
    margin: auto;
}

.about-info {
    font-size: 14px;
    font-weight: 450;
    padding: 0px 150px 30px 150px;
    color: rgb(70, 70, 70);
}

.products-page {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-top: 40px;
}

.prod-last {
    margin-bottom: 40px;
}

.products-image img {
    width: 85%;
}

.product-page-title {
    color: #2d36a3;
    font-size: 1.6rem;
    font-weight: 650;
}

.right-prod-col {
    margin: 20px;
}

.specs-item {
    font-size: 17px;
    padding: 5px 100px 0 0;
}

.career {
    border: 1px solid lightgray;
    color: gray;
    padding: 10px;
    border-radius: 5px;
    margin: 30px 0;
}

.news-section {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-top: 30px;
    margin-bottom: 20px;
    width: 350px;
    height: 310px;
}

.news-topic {
    text-align: center;
    padding: 10px 40px;
    font-weight: 650;
    font-size: 18px;
}

.count {
    background-color: rgb(236, 236, 236);
}

.count-icon {
    border: 1px solid gray;
    padding: 12px;
    font-size: 30px;
}

.cus-count {
    font-size: 25px;
    font-weight: 650;
}

.cus-text {
    margin-left: 70px;
    text-transform: uppercase;
}

.live-count {
    padding: 30px;
}

.bar-item {
    list-style: none;
}

footer {
    background-color: #2d36a3;
}

.footer-title {
    color: white;
    font-weight: 600;
    font-size: 18px;
    margin-top: 60px;
}

.footer-items {
    list-style: none;
    padding: 5px 0;
    margin-left: -20px;
}

.footer-items a:hover {
    color: crimson;
    transition: 0.5s ease;
}

.footer-items a {
    text-decoration: none;
    color: white;
}

.btn-primary a {
    color: white !important;
    text-transform: lowercase;
    padding: 0px;
}

.address,
.phone,
.email {
    color: white;
}

.address {
    margin-top: 20px;
}

.phone,
.email {
    margin-top: -20px;
}

.facebook {
    color: white;
    border: 1px solid white;
    padding: 15px;
}

.follow:hover .facebook {
    background-color: white;
    color: #2d36a3;
    transition: 1s ease;
}

.border {
    border-top: 1px solid white;
    background-color: white;
}

.copyright-col {
    color: white;
    margin: 10px 0;
}

.developed-by {
    font-size: 18px;
    color: white;
    font-weight: 600;
    margin: 10px 0;
    float: right;
}

@media screen and (max-width:600px) {
    .fa-bars {
        display: block;
        margin-top: -80px;
    }
    .nav-item {
        display: none;
    }
    .live-count {
        /* margin-left: 150px; */
    }
    .count-icon {
        font-size: 20px;
    }
    .cus-count {
        font-size: 15px;
    }
    .cus-text {
        font-size: 12px;
    }
    .about-section {
        margin-top: 20px;
    }
    .about-img {
        width: 100%;
        display: block;
        margin: auto;
    }
    .services-section {
        margin-left: 0;
    }
    .services-text {
        padding-right: 10px;
    }
    .service-btn {
        margin-bottom: 20px;
    }
    .about-nep-logo img {
        width: 80%;
    }
    .about-info {
        padding: 10px 30px;
    }
    .products-image img {
        width: 50%;
        display: block;
        margin: auto;
    }
    .specs-item {
        padding: 5px 10px;
    }
    .news-section {
        width: 100%;
        height: 360px;
    }
}


/*for Gallery Page*/

.lightbox-gallery {
    /* background-image: linear-gradient(#4A148C, #E53935); */
    /* background-color: #a80000; */
    background-repeat: no-repeat;
    color: #000;
    overflow-x: hidden
}

.lightbox-gallery p {
    color: #fff
}

.lightbox-gallery h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: #fff
}

@media (max-width:767px) {
    .lightbox-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
    .mobilenav {
        display: block !important;
    }
    .logo img {
        width: 60% !important;
    }
    .my__topic {
        font-size: 22px !important;
    }
    .forfutsec {
        margin-top: 12px !important;
    }
    .main-navigation>ul>li>a {
        color: #065FAB !important;
    }
    .main-navigation>ul>li.horizontal-menu::after {
        display: none;
    }
}

.forfutsec {
    margin-top: 30px;
}

.lightbox-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 0px
}

.lightbox-gallery .intro p {
    margin-bottom: 0
}

.lightbox-gallery .photos {
    padding-bottom: 20px
}

.lightbox-gallery .item {
    padding-bottom: 30px
}


/*end Gallery Page*/


/* Fow News Section */

.news-row {
    display: flex;
    flex-wrap: wrap;
}

.up-news {
    width: 100%;
    margin-bottom: 40px;
    border: 1px solid #F2F2F2;
    border-top: 3px solid #FB4A05;
}

.sec-news-title {
    font-size: 22px;
    margin-bottom: 15px;
    position: relative;
    z-index: 8;
    font-weight: 600;
}

.sec-news-title {
    text-align: left;
}

.sec-news-title a {
    display: inline-block;
    background: #FB4A05;
    color: #FFF;
    padding: 8px 30px;
}

.top-box-news2 {
    background: #fff;
    position: relative;
}

.news-type1 {
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
    position: relative;
    margin-bottom: 10px;
}

.news-item {
    text-decoration: none;
    color: #333;
}

.news-item-thumbnail {
    position: relative;
    background-color: #d3d2d2;
    height: 236px;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    display: flex;
}

.news-item .news-item-thumbnail img {
    /* width: 100%; */
    height: 100%;
}

.news-item-content2 {
    padding: 20px;
}

.news-item-content2 a {
    color: #000;
}

.news-item-content2 h6 {
    font-size: 18px;
    line-height: 1.5em;
    margin: 0;
    color: #000;
    text-align: center;
    font-weight: 900;
}

.parent-content {
    background: #FFFFFF;
    border-radius: 5px;
    position: relative;
    height: 100%;
}

ol,
ul {
    list-style: none;
}

.parent-content li {
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
    margin-bottom: 5px;
}

#special-card-right {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    padding: 8px;
    transition: all 0.3s;
    height: 100%;
}

#special-card-img {
    height: 105px;
    border-radius: 5px;
    grid-column: 2 span;
    align-self: center;
    display: flex;
    justify-content: center;
    background-color: #d3d2d2;
}

#special-card-img {
    height: 87px!important;
}

#special-card-paragraph {
    align-self: center;
    grid-column: 3 span;
    padding: 10px;
    text-align: left;
}

#special-card-paragraph {
    padding: 0 10px!important;
}

.post-date {
    font-size: 15px;
    font-weight: 500;
    /* margin-top: 10px; */
}

.show-nepali-date {
    position: relative;
    padding: 0 5px;
    display: inline-block;
}

.sec-news-title a {
    display: inline-block;
    background: #FB4A05;
    color: #FFF;
    padding: 8px 30px;
}

.parent-content li:hover {
    background-color: #FB4A05;
    border-radius: 5px;
}

.cumname:hover {
    text-decoration: none;
    color: white !important;
}

.show-nepali-date:hover {
    text-decoration: none;
    color: white !important;
}

.fa-calendar-alt:hover {
    text-decoration: none;
    color: white !important;
}


/* endFow News Section */

.nav-menu {
    position: fixed;
    top: 0;
    z-index: 999999999;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #B971BB;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: relative;
    top: -13px;
    right: 25px;
    font-size: 37px;
    margin-left: 20px;
    color: white;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav a {
        font-size: 18px;
    }
}

.sidenav {
    display: none;
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #065FAB;
    overflow-x: hidden;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: relative;
    top: 0;
    right: 25px;
    font-size: 22px;
    margin-left: 20px;
}

@media screen and (max-height: 450px) {
    .sidenav a {
        font-size: 18px;
    }
}

#mySidenav {
    z-index: 99999;
}

.mob-nav-item {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 5px;
    padding-left: 5px;
    font-weight: 600;
}

.mob-nav-item a {
    color: #efefef;
}

.mobile-menuite {
    text-decoration: none;
    color: black;
    padding: 27px 20px 27px 20px;
    font-weight: 550;
    display: flex;
    justify-content: center;
    font-size: 17px;
}

.mobile-menuite {
    border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
    /* border-bottom: 1px .solid rgba(255, 255, 255, 0.1) !important; */
}

ul {
    padding: 0;
    list-style: none;
    /* background: #f2f2f2; */
}

ul li {
    display: inline-block;
    position: relative;
    line-height: 21px;
    text-align: left;
}

ul li a {
    display: block;
    padding: 8px 25px;
    color: white;
    text-decoration: none;
}

ul li a:hover {
    color: #fff !important;
    box-shadow: 0 0 5px #c22222;
    border-radius: 10px;
    background-color: #dc0705;
}

ul li ul.dropdown {
    min-width: 100%;
    /* Set width of the dropdown */
    background-color: #dc0705;
    color: white;
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
}

ul li:hover ul.dropdown {
    display: block;
    /* Display the dropdown */
}

ul li ul.dropdown li {
    display: block;
    color: white;
}

.dropdown a {
    color: white !important;
}

.mobilenav {
    display: none;
}

.rs-tb {
    height: 8px;
    width: 10%;
    border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #ee3e3b;
}

#mobile-menu li {
    display: block;
}
