:root {
    --primary: #8D0B55;
    --primary-g: #399C3F;
    --secondary: #444444;
    --grey: #555555;
    --grey-new: #666;
    --lightgrey: #999;
    --white: #ffffff;
    --txt-color: #333333;
    --railway: "Mukta";
    --btn-color: linear-gradient(to right,
            #e90d01 0%,
            #e91e1d 51%,
            #f93137 100%s);
    --btn-hover: linear-gradient(to right,
            #f82f24 0%,
            #ef2b2b 51%,
            #f02c33 100%);
    --txt-hover: #a1fcc7;
    --txt-red: #de0b00;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: var(--secondary);
    font-family: "Mukta", sans-serif !important;
    line-height: 1.7rem;
    font-size: 1.1rem;
    overflow-x: hidden;
}

img {
    width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

b,
strong {
    font-weight: bold !important;
}

.btn {
    border-radius: 5px;
    border: none;
    padding: 0.6rem 1.3rem;
    transition: all 0.3s ease 0s;

}

.btn:hover,
.btn:active,
.btn:focus {
    background: var(--btn-hover);
    transition: all 0.3s ease 0s;
}

.btn i {
    padding-left: 0.625rem;
}

.btn-primary {
    background: var(--primary);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #34AC4E;
    transition: all 0.3s ease 0s;
}

.secondary-btn {
    background-image: linear-gradient(to right,
            #1fb25a 100%,
            #33cc66 0%) !important;
}

.secondary-btn {
    border-radius: 1.5rem;
    border: none;
    padding: 0.7rem 1.3rem 0.7rem 1.3rem;
    transition: all 0.3s ease 0s;
    font-size: 0.81rem;
    color: var(--white);
}

.secondary-btn a {
    color: var(--white);
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: 500;
}

.secondary-btn:hover,
.secondary-btn:active,
.secondary-btn:focus {
    background-image: linear-gradient(to right,
            #0a9441e4 100%,
            #1d813e 0%) !important;
    transition: all 0.3s ease 0s;
}

.readmore-btn {}

.readmore-btn a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 500;
    display: inline-block;
    background: var(--primary);
}

.readmore-btn .btn {
    border: 1px solid var(--primary);

}

.readmore-btn .mechi-readmore:hover {
    color: #12c05bac;
    transition: 0.3s;
}

.readmore-btn .btn:hover,
.btn:active,
.btn:focus {
    background: #009c3f;
    color: var(--white);
    border-color: #009c3f;
    transition: all 0.3s ease 0s;
}

.read-more i {
    padding-left: 6px;
}

h1 {
    font-size: 1.75rem;
    color: var(--white);
    line-height: 2.37rem;
}

h2 {
    font-size: 1.5rem;
    color: var(--secondary);
    font-weight: 500;
}

h3 {
    font-size: 1.375rem;
    color: var(--secondary);
    font-weight: 500;
    line-height: 1.875rem;
}

h5 {
    font-size: 1.125rem;
    color: var(--secondary);
    font-weight: 500;
    line-height: 1.625rem;
}

p {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.section-padding {
    padding: 60px 0px;
    position: relative;
}

.paragraph-title div {
    color: var(--primary);
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 500;
    padding-bottom: 1rem;
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #8d0c54 40%, #389c3f 60%);
}

.paragraph-title h2 {
    padding-bottom: 1.5rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 300;
    width: 500px;
    margin: auto;
    line-height: 30px;
}

#headerPopup {
    width: 75%;
    margin: 0 auto;
}

#headerPopup iframe {
    width: 100%;
    margin: 0 auto;
}


.sidefixedicon {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 140px;
    border-left: none;
    border-radius: 8px 0 0 8px;
    background-color: #fff;
    box-shadow: 0px 2px 15px #00000030;
    text-align: center;
    font-size: 15px;
    width: 70px;
    line-height: 1.3;
}

.sidefixedicon ul {
    padding: 10px 0;
    margin: 0;
}

.sidefixedicon ul li {
    display: block;
}

.sidefixedicon ul li a {
    display: block;
    padding: 7px 5px;
    color: #444;
}

.sidefixedicon ul li a:hover {
    opacity: 0.6;
}

.sidefixedicon ul li a img {
    width: 30px;
}


/* TOP-HEADER----*/
#header-topbar {
    padding: 0.3rem 0;
    color: var(--white);
    background: #34AC4E;
    font-size: 1rem;
}

#header-topbar .top-leftmenu ul {
    margin: 0;
    padding: 0;
    margin-top: 6px;
}

#header-topbar .top-leftmenu ul li {
    float: left;
    display: block;
    margin-right: 1rem;
    border-right: 1px solid #d5d4d4;
    line-height: 1;
    padding-right: 1rem;
}

#header-topbar .top-leftmenu ul li i {
    position: relative;
    top: 1px;
    margin-right: 10px;
}

.top-leftmenu ul li a:hover {
    color: var(--white);
    transition: all 0.3s ease 0s;
    text-decoration: underline;
}

.top-rightmenu ul li a:hover {
    color: var(--white);
    transition: all 0.3s ease 0s;
    text-decoration: underline;
}

/* .top-leftmenu{
    margin-top: 4px;

} */

.top-leftmenu li a {
    color: var(--white);
    font-size: 1rem;
}

.top-rightmenu li a {
    color: var(--white);
    font-size: 1rem;
}

#header-topbar .top-rightmenu ul li {
    display: inline-block;
    margin-left: 1.8rem;
    font-size: 0.85rem;
}

.top-rightmenu ul li i {
    font-size: 0.85rem;
    margin-right: 0.7rem;
    font-weight: 500;
}

.top-rightmenu {
    display: flex;
    justify-content: end;
}

.searchmenu-line {
    /* border-right:1px solid #d5d4d4;
    border-left:1px solid  #d5d4d4;
    font-size: 0.85rem;
    padding: 0rem 1.28rem;
    margin-left: 1.7rem;  */
}

.rightmenu-bar {
    position: relative;
    padding-top: 2px;
}

.searchmenu-line a {
    color: var(--white);
    position: relative;

    margin-right: 1.8rem;
}



.search-btn:after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 16px;
    background: #d5d4d4;
    right: -19px;
  top: 6px;
}

.usefulmenu-line:after {
    content: "";
    position: absolute;
    display: none;
    width: 1px;
    height: 16px;
    background: #d5d4d4;
    right: -16px;
    top: 6px;
}

.searchmenu-line i {
    margin-right: 0.2rem;
}

.searchmenu-line a:hover {
    color: var(--txt-hover);
}

/* Top-header--usefulmenu */
.usefulmenu-line {
    font-size: 0.8rem;
    position: relative;
}

.usefulmenu-line a {
    color: var(--white);
    position: relative;
    top: 0.07rem;
}

.usefulmenu-line .navik-menu ul li {
    margin-left: 0rem !important;
}

.usefulmenu-line .navik-menu {
    margin-bottom: -4.06rem;
}

.usefulmenu-line .navik-menu li>ul {
    top: 26px;
}

.usefulmenu-line .navik-menu>ul>li>a {
    top: -31px;
}

.usefulmenu-line .navik-menu li>ul {
    z-index: 999999;
}

.usefulmenu-line .navik-menu>ul>li>a {
    padding: 0 2px;
    color: var(--white);
    font-size: 0.85rem;
    font-weight: 400;
}

.usefulmenu-line .navik-menu ul li.dropdown_menu>a>span::before {
    border-color: var(--white) !important;
    margin-left: 5px;
}

.usefulmenu-line .navik-menu>ul>li>a:hover {
    color: var(--txt-hover);
}

/* Top-header--usefulmenu-- end */

#header-topbar .lan-switch-dropdown select {
    background: var(--primary);
}

.lan-switch-dropdown select {
    color: var(--white);
    border: 0;
    background: none;
}

.lan-switch-dropdown select:hover {
    color: var(--txt-hover);
}

.right-corner {
    display: flex;

}

/* TOP-HEADER-END---*/

#header-mid {
    padding:5px 0 0 0;
}

/* ---NAVIK-HEADER--*/
.navik-header.sticky {
    top: 0 !important;
    margin-top: 0px !important;
}

.navik-menu {
    display: flex;
}

.e-Banking-btn {
    margin: 1.4rem 0rem 0rem 1rem;
    float: right;
}

.e-Banking-btn .bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
    vertical-align: -0.23em;
}

.e-Banking-btn .btn i {
    background: #fff;
    padding: 0.15rem 0.45rem 0.4rem 0.45rem;
    border-radius: 50%;
    color: #ed1c24;
    margin-left: 0.5rem;
    font-size: 1rem;
    line-height: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.navik-header {
    box-shadow: 0px 6px 7px #00000008 !important;
    border-top: 1px solid var(--primary);
    border-bottom: 1px solid var(--primary);
}

.header-shadow-wrapper {
    display: none;
}

/* ---NAVIK-HEADER--End */

/* SIDE-CONTENT */
.sidecontent-wrapper {
    width: 30px;
    z-index: 99;
    position: fixed;
    left: -34px;
    top: 100px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: none;
}

.officers {
    margin-top: 200px;
    z-index: 6;
}

.sidecontent-wrapper .officers .sidebtn {
    padding: 0.75rem;
    color: #fff;
    float: right;
    border-radius: 0 0 10px 10px;
    position: relative;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-align: center;
}

.officers .sidebtn {
    background-color: #009c3f;
    width: 140px;
    right: -94px;
    top: 160px;
}

/* .officers:hover .sidebtn {
    top: 90px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}  */


.sidecontent-wrapper.officers:hover {
    z-index: 10;
}

.officers.officersnepali-class .sidecontent {
    width: 365px;
    height: 264px;
    overflow: scroll;
    overflow-x: hidden;
}

.sidecontent-wrapper.quicklinks:hover {
    width: 290px;
}

.sidecontent-wrapper:hover {
    width: 350px;
    height: 350px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.sidecontent-wrapper .sidebtn {
    padding: 0.75rem;
    color: #fff;
    float: right;
    border-radius: 0 0 10px 10px;
    position: relative;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    /* top: 123px; */
    text-align: center;
}

.sidecontent-wrapper .sidebtn i {
    margin-left: 4px;
}

.sidecontent-wrapper .sidecontent {
    float: right;
    background: white;
    width: 320px;
    min-height: 260px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    margin-top: -5px;
    border-bottom-right-radius: 10px;
}

.sidecontent-wrapper .sidecontent ul {
    margin: 0;
    padding: 0;
}

.sidecontent-wrapper .sidecontent ul li {
    display: block;
    padding: 0.5rem 1.5rem;
    border-bottom: 1px solid #eee;
}

.sidecontent-wrapper .sidecontent ul li:last-child {
    border-bottom: none;
}

.sidecontent-wrapper .sidecontent ul li a {
    display: block;
    color: var(--txt-color);
    font-size: 0.87rem;
    padding-left: 4px;
}

.sidecontent-wrapper .sidecontent ul li a:hover {
    color: var(--primary);
    transition: all 0.3s ease 0s;
}

.sidecontent .higher-official {
    margin-bottom: 0;
}

.sidecontent-wrapper .sidecontent .higher-official ul li {
    padding-bottom: 0;
    margin-bottom: -8px;
    padding-right: 4px;
}


/* quicklinks-side-content-*/

/* .quicklinks  .sidecontent{
   
    width: 280px;
    min-height: 200px; 
    margin-right: 37px;  
 } */

.quicklinks {
    margin-top: 4px;
    z-index: 9;
}

.quicklinks .sidebtn {
    background-image: linear-gradient(to right,
            #e90d01 0%,
            #e91e1d 51%,
            #f93137 100%);
    width: 140px;
    right: -94px;
    top: 89px;
}

.quicklinks .sidecontent {
    width: 260px;
}

/* quicklinks-side-content-end */

/* notice-side-content-*/

.notice .sidebtn {
    background-color: var(--primary);
    width: 115px;
    right: -81px;
    top: 76px;
}

.notice {
    margin-top: 150px;
    z-index: 8;
}

.notice-list li i {
    color: #999999;
    font-size: 0.81rem;
    padding-right: 0.25rem;
}

.notice-list span {
    color: #999999;
    text-transform: uppercase;
    font-size: 0.84rem;
}

/* notice-side-content-end*/

/* officers-side-content-*/
/* 
.officers .sidebtn {
    background-color: #009c3f;
    padding: 13px 10px 15px 10px;
    font-size: 15px;
    color: #fff;
    float: left;
    border-radius: 0px 0px 10px 10px;
    position: relative;
    left: -6px;
    width: 120px;
    transform: rotate(-90deg);
    top: 366px;
    text-align: center;
}
.officers {
    top: 60px;
    z-index: 6;
}

.officers.officersnepali-class .sidecontent {
    width: 365px;
    height:  264px;
    overflow: scroll;
    overflow-x: hidden;
} */


.sidecontent-wrapper.officers:hover {
    width: 380px;
    transition: all 0.3s ease 0s;
}

.sidecontent .higher-official {
    padding-left: 12px;
    padding-top: 5px;
    margin-bottom: -4px;
}

.sidecontent .higher-official .officalteam-list li {
    padding-left: 0;
    border-bottom: 0;
}

.sidecontent .higher-official-details {
    padding-left: 0;
    margin-top: 5px;
}

.sidecontent .higher-official-details ul li {
    padding: 0px;
    font-size: 0.75rem;
    display: flex;
}


.sidecontent .higher-official-details ul li a {
    font-size: 0.75rem;
}

.sidecontent .higher-official-details .cooperative-team {
    font-size: 0.75rem;
    display: block;
}

.officalteam-list .team-designation {
    color: var(--secondary);
    font-weight: 500;
    display: block;
}

.higher-official ul li img {
    aspect-ratio: 1/1;
    width: 85%;
    object-fit: cover;
}

.sidecontent-wrapper.officers .sidecontent {
    margin-top: -56px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
}


/* officers-side-content-end */

/* ---BANNER--- */

#slideshow {
    overflow: hidden;
}

#slideshow .container {
    position: relative;
}

#slideshow .carousel-inner .carousel-item img {
    height: auto;
    object-fit: cover;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%;
}

#slideshow .carousel-control-next {
    height: 2.3rem;
    width: 2.3rem;
    border-radius: 50px;
}


#slideshow .carousel-control-next-icon,
#slideshow .carousel-control-prev-icon {
    height: 2.3rem;
    width: 2.3rem;
    background-size: 55% 55%;
    background-color: var(--primary-g);
    border-radius: 50px;
}

#slideshow .carousel-control-next {
    opacity: inherit !important;
    bottom: 300px;
    right: 5rem;
}

#slideshow .carousel-control-prev {
    opacity: inherit !important;
    bottom: 300px;
    left: 3rem;
    width: auto !important;
}

#slideshow .carousel-control-prev-icon {
    border-radius: 50px;
}

#slideshow .carousel-control-prev-icon:hover {
    background-color: var(--primary);
    border: none;
}

#slideshow .carousel-control-next-icon:hover {
    background-color: var(--primary);
    border: none;
}

#slideshow .slidecaptionwrapper {
    position: absolute;
    background-color: #00150b8c;
    padding: 5rem 1.56rem 1.56rem;
    border-radius: 0.6rem 0 0 0.6rem;
    width: 500px;
    height: 100%;
}

#slideshow .slidecaptionwrapper .slidecaption {
    z-index: 3;
    position: absolute;
    bottom: 45px;
}

#slideshow .slidecaptionwrapper .slidecaption h1 {
    margin-bottom: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#slideshow .slidecaptionwrapper .slidecaption p {
    color: var(--white);
    margin-bottom: 0;
}

#slideshow .slidecaption .readmore-btn .btn {
    margin-top: 1.56rem;
    border: 0;
    color: var(--white);
}

.slidecaption .readmore-btn {
    text-align: left;
}

.homeslide-bg {
    width: 110%;
}

.bgimg-home {
    position: absolute;
    z-index: -1;
    top: 0px;
    width: 100%;
}

.topheader-link {
    display: none !important;
}

/* ---Banner-End */

/* service */

#service {
    background: #F6F6F9;
    background-size: cover;
    background-position: center center;
    background-size: 1800px;
}

#service .nav-tabs {
    display: flex;
    justify-content: space-around;
    margin: 0px 70px 30px 70px;
}

#service .nav-item img {
    width: 3.4375rem;
    margin-bottom: 2px;
}

#service .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: 0;
    background: 0;
}

#service .nav-tabs .nav-link {
    border: 0;
    border-bottom: 3px solid #ffffff00;
}

#service .nav-link {
    color: var(--secondary);
    border-bottom: 3px solid var(--white);
    margin-bottom: 0px;
}

#service .nav-link div {
    padding-bottom: 1.5rem;
}

#service .nav-link:hover {
    color: var(--primary);
    transition: all 0.3s ease 0s;
}

#service .nav-tabs .nav-link:hover {
    color: var(--primary);
    border-bottom: 3px solid var(--primary);
    transition: all 0.3s ease 0s;
}

#service .nav-tabs .nav-link.active {
    color: var(--primary);
    border-bottom: 3px solid var(--primary);
    transition: all 0.3s ease 0s;
}

#service .tab-pane {
    color: #555555;
    text-align: center;
    font-size: 16px !important;
    width: 85%;
    margin: auto;
}

.services-block {
    text-align: center;
}

.service-items div {
    color: var(--secondary);
    padding-bottom: 1.62rem;
    border-bottom: 3px solid var(--white);
}

.service-items div:hover {
    color: var(--primary);
    border-bottom: 3px solid var(--primary);
    transition: 0.3s;
}

/* .belowservice-line{
    border-bottom: 1px solid #D9D9D9;
    margin-bottom:30px;
}

.services-block p{
    color:#555555;
    text-align: center;
} */

/* service-End */

#cooperative .cooperative-text {
    text-align: center;
    margin: auto;
    width: 60%;
    margin-bottom: 1.876rem;
}

#cooperative .cooperative-text span {
    color: #de0b00;
    font-weight: 600;
    text-decoration: underline;
}

.award {
    display: flex;
}

.our-award img {
    display: block;
    margin-right: 0.75rem;
}

.award-yrs {
    font-size: 1.37rem;
    color: var(--secondary);
    font-weight: 700;
    padding-bottom: 0.5rem;
}

/* 
.bank-award{
    margin-left:18px;
} */

.highest-award {
    font-size: 1rem;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 1.875rem;
}

.cooperative-details {
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    text-align: center;
    padding: 20px 0px 16px 0px;
}

.cooperative-details h5 {
    font-size: 1.25rem;
    color: var(--primary);
    font-weight: 500;
    padding-bottom: 8px;
}

.cooperative-details div {
    color: #555555;
}

.cooperative-block {
    /* margin: 0px 80px; */
    display: flex;
    justify-content: center;
}

/* promotion */
.partnerpromotion {
    background-color: #999999 !important;
}

#promotion .owl-carousel .owl-item img {
    filter: grayscale(100%);
}

#promotion .owl-carousel .owl-item img:hover {
    filter: none;
}

/* promotion--end */



/* newsandevents--- */
#newsandevents {
    background: #f7f8f9;
    padding: 60px 0;
    margin: 10px 0;
}

#newsandevents .vertical-tabs {
    border: 1px solid #d9d9d9;
    display: flex;
    border-radius: 10px;
    overflow: auto;
    background: #fff;
    min-height: 308px;
}

#newsandevents .vertical-tabs ul.list li {
    margin-bottom: 1rem;
}

#newsandevents .vertical-tabs ul.list li .title {
    max-height: 3.3rem;
    overflow: hidden;
}

#newsandevents .vertical-tabs ul.list li a {
    color: var(--txt-color);
    font-size: 1rem;
}

#newsandevents .vertical-tabs ul.list li a:hover {
    color: var(--primary);
    border-right: 0;
    transition: all 0.3s ease 0s;
}

#newsandevents .vertical-tabs ul.list li {
    color: #999;
}

#newsandevents .side-ad img {
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.list li i {
    color: #999999;
    font-size: 0.81rem;
    padding-right: 0.25rem;
}

.list span {
    color: #999999;
    text-transform: uppercase;
    font-size: 0.84rem;
}

/* newsandevents-end-- */

/* higher-official */

.higher-official {
    display: flex;
    margin-bottom: 1.25rem;
}

.higher-official-details .cooperative-team {
    color: var(--primary);
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}

.higher-official-details {
    padding-left: 25px;
}

.nationa-Cooperative {
    border: 1px solid #d9d9d9;
    border-radius: 0.625rem;
    padding: 1.625rem 1.625rem 0;
    background: #fff;
}

.officalteam-list li {
    padding-bottom: 0.312rem;
    font-size: 0.937rem;
}

.right-section {
    padding-left: 1.57rem;
}

/* higher-official---end */

/* training-- */

.updates-time span {
    color: #909297;
    font-size: 0.9rem;
    text-transform: uppercase;
    margin: 5px 0;
    display: inline-block;
}

.updates-time span i {
    margin-right: 5px;
}

.updates-time a.traning-category {
    color: #909297;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.updates-time .training-line {
    border-left: 1px solid #999999;
    margin: 0rem 0.7rem;
    font-size: 7px;
}

.training-updates {
    display: block;
}

.training-updates {
    margin-bottom: 8px;
}

.updates-time a:hover {
    color: var(--txtgreen-hover);
    transition: all 0.3s ease 0s;
}

.updates-time {
    border: 1px solid var(--white);
    background-color: var(--white);
    box-shadow: 0px 2px 15px #00000020;
    padding: 20px;
    margin: 10px;
}

.updates-time .readmore-btn {
    text-align: left;
    margin-top: 10px;
}

.updates-time .readmore-btn a {
    color: var(--primary-g) !important;
    background: none;
}

.updates-time .readmore-btn a:hover {
    color: var(--primary) !important;
}


.training-title {
    padding-top: 0.5rem;
    font-size: 18px;
    font-weight: 500;
    color: var(--secondary);
    max-height: 72px;
    overflow: hidden;
    margin-bottom: 0.625rem;
    text-align: left;
}

.training-title a {
    color: var(--txt-color);
    font-size: 1.4rem;
    line-height: 1.8rem;
}

.officalteam-list li {
    color: var(--secondary);
}

.officalteam-list a {
    color: var(--secondary);
}

.training-title a:hover,
.training-title a:focus,
.training-title a:active {
    color: var(--primary);
    transition: all 0.3s ease 0s;
}

.owl-theme .owl-dots {
    display: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    display: none;
}

/* .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    display: none;
} */

/* .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color:var(--green)!important;
} */

/* .owl-theme .owl-dots .owl-dot span {
    width: 26px !important;
    height: 5px !important;
    border-radius: 0 !important;
    
} */

#training .owl-theme .owl-nav {
    position: absolute;
    display: block;
    right: 0px;
    top: -4.5rem;
    margin-top: 0px;
}

#training .owl-theme .owl-nav:hover .owl-next {
    background-color: none !important;
}

#training .owl-prev {
    height: 40px;
    width: 30px;
    opacity: 1;
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    font-size: 0;
    background-size: 40px;
    cursor: pointer;
    opacity: 0.5;
}

#training .owl-next {
    height: 40px;
    width: 30px;
    opacity: 1;
    background-image: url(../images/arrow-left.svg);

    background-repeat: no-repeat;
    font-size: 0;
    background-size: 40px;
    cursor: pointer;
    opacity: 0.5;
}

#training .owl-prev:hover,
#training .owl-prev:focus,
#training .owl-prev:active,
#training .owl-next:hover,
#training .owl-next:focus,
#training .owl-next:active {
    opacity: 1;
    background-color: var(--white);
}

/* ---training-end--- */


#news .owl-theme .owl-nav {
    position: absolute;
    display: block;
    right: 0px;
    top: -4.5rem;
    margin-top: 0px;
}

#news .owl-theme .owl-nav:hover .owl-next {
    background-color: none !important;
}

#news .owl-prev {
    height: 40px;
    width: 30px;
    opacity: 1;
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    font-size: 0;
    background-size: 40px;
    cursor: pointer;
    opacity: 0.5;
}

#news .owl-next {
    height: 40px;
    width: 30px;
    opacity: 1;
    background-image: url(../images/arrow-left.svg);

    background-repeat: no-repeat;
    font-size: 0;
    background-size: 40px;
    cursor: pointer;
    opacity: 0.5;
}

#news .owl-prev:hover,
#news .owl-prev:focus,
#news .owl-prev:active,
#news .owl-next:hover,
#news .owl-next:focus,
#news .owl-next:active {
    opacity: 1;
    background-color: var(--white);
}

.over-npl {
    position: relative;
    border: 1px solid var(--white);
    background-color: var(--white);
    box-shadow: 0px 2px 15px #07070720;
    padding: 28px 20px 20px 20px;
    margin: 1rem 0.5rem;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
}

#statistic .over-npl:hover {
    transform: translate(0, -10px);
    /* animation-fill-mode: none  !important; */
    box-shadow: 0px 2px 15px #20202020;
}

.statistic-bg {
    display: block;
    position: absolute;
    right: -1px;
    top: -1px;
}

.statistic-bg {
    float: right;
}

.member-details {
    font-size: 0.875rem;
    text-align: center;
    color: var(--secondary);

    line-height: 18px;
}

.over-npl .count {
    font-size: 36px;
    color: var(--primary);
    padding-bottom: 1rem;
    font-weight: 500;
    text-align: center;
}

#statistic .owl-theme .owl-nav {
    position: absolute;
    display: block;
    right: 0px;
    top: -4.5rem;
    margin-top: 0px;
}

#statistic .owl-theme .owl-nav:hover .owl-next {
    background-color: none !important;
}

#statistic .owl-prev {
    height: 40px;
    width: 40px;
    opacity: 1;
    background-image: url(../images/arrow-left.svg);
    background-repeat: no-repeat;
    font-size: 0;
    background-size: 40px;
    cursor: pointer;
    opacity: 0.5;
    background-color: #fff;
}

#statistic .owl-next {
    height: 40px;
    width: 40px;
    opacity: 1;
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    font-size: 0;
    background-size: 40px;
    cursor: pointer;
    opacity: 0.5;
}

#statistic.owl-prev:hover,
#statistic .owl-prev:focus,
#statistic .owl-prev:active,
#statistic .owl-next:hover,
#statistic .owl-next:focus,
#statistic .owl-next:active {
    opacity: 1;
    background-color: var(--white);
}

#statistic {
    position: relative;
}

/* FOOTER */
#footer {
    padding-top: 100px;
    padding-bottom: 40px;
    background: url(../images/footer-bg.jpg) no-repeat;
    background-size: cover;
    background-color: #34AC4E;
    margin-top: -60px;

    color: var(--white);
}

.footer-bottom {
    background: #fff;
}

#footer h5 {
    padding-bottom: 1rem;
    font-size: 1.5rem;
    color: var(--white);

}

#footer p {
    font-size: 0.875rem;

}

.our-footer h2 {
    font-size: 22px;
    font-weight: 600;
}

#footer .readmore-btn {
    text-align: left;
}

.footer-details h6 {
    font-size: 17px;
    color: var(--white);
    font-weight: 600;
    padding: 35px 0 15px;
}

.contact-details {
    display: flex;
    margin-bottom: 15px;
}

.contact-details a {
    color: var(--white);
    font-size: 1rem;
}

.contact-details a:hover {
    color: var(--white) !important;
    text-decoration: underline;
}

.quick-links {
    list-style: none;
    color: var(--primary);
    margin-left: 0px;
}

.quick-links li {

    padding-bottom: 10px;
    width: 33.33%;
    float: left;
}

.contact-info div {

    font-size: 1rem;
}

.contact-info span {

    font-size: 1rem;
}

.quick-links a {
    line-height: 28px;
    list-style: disc;
    font-size: 1.1rem;
    color: var(--white)
}

.quick-links a:hover {
    color: var(--white);
    transition: 0.3s;
    text-decoration: underline;
}

.quick-link {
    font-size: 14px;
}

.social-network ul li a {
    font-size: 18px;
    display: block;
    margin: 15px 10px 0px 0px;
    color: #fff;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
}

.social-icon li {
    display: inline-block;
}

.social-icon i:hover {
    color: #fff;
}

.social-network ul li a:hover {
    opacity: 0.6;
}

.contact-icon span i {
    border: 1px solid var(--primary);
    height: 35px;
    width: 35px;
    border-radius: 50%;
    color: var(--primary);
    text-align: center;
    line-height: 2;
    margin-right: 14px;
}

.contact-details a:hover {
    color: var(--primary);
}

#footer .readmore-btn .btn {
    margin-top: 0rem;
}

/* -----FOOTER---END */

/* below-footer---*/

.copyright span {
    color: var(--grey-new);
    font-size: 1rem;
}

.link {
    text-align: right;
}

.link span {
    color: var(--grey-new);
    font-size: 1rem;
}

.link span a {
    color: var(--grey-new);
}

.link span a {
    text-decoration: underline;
}

.link span a:hover {
    color: var(--primary);
}

.below-footer {}

.footerline {
    border-bottom: 1px solid #d9d9d9;
    margin: 30px 0px 28px 0px;
}

/* below-footer-- END-*/

/* waves */
.waveheader {
    position: relative;
    text-align: center;
    color: white;
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}

/* Animation */
.parallax>use {
    animation: move-forever 50s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
    fill: #f6f6f6;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 14s;
    fill: #f1f1f1;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 20s;
    fill: #ebebeb;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }
}

/* Waves end */



/* Search  */
.searchwrapper,
.search-data {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.searchwrapper {
    position: fixed;
    height: 0px;
    width: 0px;
    background: #001e0cbf;
    transition: all 0.4s linear;
    z-index: 999999;
}

.searchwrapper.active {
    height: 100vh;
    width: 100vw;
}

.search-data {
    position: absolute;
    height: 50px;
    width: 550px;
    display: flex;
    text-align: center;
    /* display: none;  */
}

.search-data input {
    height: 100%;
    width: 100%;
    background: none;
    border: none;
    outline: none;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

.search-data .line {
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    bottom: 0;
    transform: scaleX(0);
    transition: transform 0.4s 0.3s linear;
}

.search-data .line.active {
    transform: scaleX(1);
}

.search-data label {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 20px;
    transform: translateY(-50%);
    pointer-events: none;
    color: rgba(255, 255, 255, 0.7);
}

.search-data input:valid~label {
    opacity: 0;
}

.search-data span {
    color: #fff;
    position: absolute;
    width: 50px;
    font-size: 25px;
    right: 0;
    top: 0;
    line-height: 45px;
    cursor: pointer;
}

.close-btn {
    position: fixed;
    z-index: 9999999;
    right: 25px;
    top: 25px;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}

.search-data,
.search-data span,
.search-data label,
.close-btn {
    display: none;
}

/* Search  */

.mechi-readmore i {
    margin-left: 3px;
    font-weight: 400;
    font-size: 15px;
}

.animate-y {
    -webkit-animation-name: animate-y;
    animation-name: animate-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes animate-y {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(-20px);
    }
}

.animate-y2 {
    -webkit-animation-name: animate-y2;
    animation-name: animate-y2;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes animate-y2 {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(-20px);
    }
}

.animate-y3 {
    -webkit-animation-name: animate-y3;
    animation-name: animate-y3;
    -webkit-animation-duration: 4s;
    animation-duration: 4.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes animate-y3 {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(-20px);
    }
}

.service-shape1 {
    position: absolute;
    right: 60px;
    transform: rotate(-40deg);
}

.service-shape2 {
    position: absolute;
    left: 60px;
    transform: rotate(-40deg);
}

.slideshow-shape2 {
    position: absolute;
    left: 60px;
    transform: rotate(-40deg);
    bottom: 60px;
}

.cooperative-shape1 {
    position: absolute;
    left: 0px;
    transform: rotate(-40deg);
    bottom: 60px;
}

.statistic-shape1 {
    position: absolute;
    right: 60px;
    transform: rotate(-40deg);
    bottom: 0;
}

.about-shape1 {
    position: absolute;
    left: 60px;
    transform: rotate(-40deg);
}

.footer-shape1 {
    position: absolute;
    left: 60px;
    transform: rotate(-40deg);
}

/* animation speed */
.s1 {
    --animate-duration: 0.5s;
}

.s2 {
    --animate-duration: 1s;
}

.s3 {
    --animate-duration: 1.5s;
}

.s4 {
    --animate-duration: 2s;
}

.s5 {
    --animate-duration: 2.5s;
}

/* animation speed */

.officers .sidecontent::-webkit-scrollbar {
    width: 0.4em;
}

.officers .sidecontent::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.officers .sidecontent::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

/* .navik-menu > ul> li> a {
    padding: 0 12px!important;
} */



/* Innerpage start */

/* About-us inner-page-- */
#pagetitle {
    background-color: #f6f6f6;
}

#pagetitle ul li {
    display: inline-block;
    padding: 15px 0px 15px;
}

#pagetitle ul {
    font-size: 15px;
}

#pagetitle ul li i {
    margin: 0 16px;
    font-size: 10px;
    color: var(--secondary);
}

#pagetitle ul li a {
    color: var(--primary);
}

#inner-contanier {
    margin-bottom: 60px;
    padding-top: 50px;
    text-align: justify;
}

#inner-contanier h1 {
    font-size: 34px;
    color: var(--primary);
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 25px;
}

#inner-contanier h2 {
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 18px;
    font-size: 22px;
}

#inner-contanier .rightsection {}

.ncbl-paragraph {
    line-height: 28px;
    color: var(--secondary);
    font-size: 1.1rem;
}

.ncbl-paragraph img {
    border-radius: 10px;
    margin-bottom: 25px;
}

ul.cont-list {
    margin-bottom: 22px;
}

.below-border {
    display: none;
}

.cont-list li {
    color: var(--secondary);
    line-height: 28px;
    font-weight: 400;
    list-style: none;
    position: relative;
    padding: 0px 0px 10px 18px;
    font-size: 16px;
}

ul.cont-list li::after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    border: 2px solid var(--primary);
    width: 8px;
    height: 8px;
    border-radius: 50px;
}

#inner-contanier .list {
    border-bottom: 1px solid #dedede;
    /* padding-bottom: 15px; */
}

#inner-contanier .list li {
    padding-bottom: 0.8rem;
}

#inner-contanier .list li a {
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.1rem;
}

#inner-contanier .list li a:hover {
    color: var(--primary);
    transition: all 0.3s ease 0s;
}

.rightside-block {
    margin-bottom: 30px;
}

.usefulink-block {
    background-color: #f5f5f5;
    border-radius: 5px;
    display: block;
    padding: 14px 14px;
}

.usefulink-block:hover {
    background-color: #f1f0f0;
    border-radius: 5px;
    display: block;
    padding: 14px 14px;
}

.usefullink-circle li {
    position: relative;
}

ul.usefullink-circle li::after {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    right: 16px;
    background-color: #c5c5c5;
    width: 8px;
    height: 8px;
    border-radius: 50px;
}

ul.usefullink-circle li:hover::after {
    background-color: var(--primary);
}

#inner-contanier .owl-theme .owl-dots {
    text-align: right;
}

#inner-contanier .owl-theme .owl-dots {
    display: block;
    position: absolute;
    right: 8px;
    bottom: 12px;
    z-index: 4;
    display: none;
}

#inner-contanier .owl-theme .owl-dots .owl-dot {
    display: block;
}

#inner-contanier .owl-theme .owl-nav {
    display: none;
}

#inner-contanier .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
}

#inner-contanier .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    display: block;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--white);
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #999999;
    margin-bottom: 4px;
}

.innertraining-block {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.national-training {
    position: absolute;
    display: block;
    bottom: 0;
    padding: 20px;
    z-index: 5;
    background: linear-gradient(to top, black, transparent);
    width: 100%;
}

.national-training:hover {
    text-decoration: underline;
}

.innertraining-block a {
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

/* About-us inner-page- end- */

/* Contact-us inner-page- end- */
#inner-contanier .contact-icon span i {
    height: 50px;
    width: 50px;
    line-height: 2.5;
    font-size: 20px;
}

#inner-contanier .contactrightside-block p {
    padding-bottom: 25px;
    color: var(--secondary);
}

.contactrightside-block .contact-details a {
    color: #333;
    font-size: 1rem;
}
.contactrightside-block .contact-details a:hover { color:#333 !important}

#inner-contanier .contact-details {
    margin-bottom: 24px;
}

#inner-contanier .contact-info span {
    font-size: 16px;
}
.contact-details.card-block  a {
    color: #333 !important
  }

#inner-contanier .contact-info div {
    font-size: 16px;
}

#inner-contanier .contact-below {
    border: 1px solid #dedede;
    margin: 10px 0px 30px;
}

.contact-form {
    margin-top: 6px;
}

.form-floating>label {
    color: var(--secondary);
    font-size: 15px;
    padding: 1rem;
}

.form-control {
    color: var(--bs-body-color);
    background-color: #f1f1f1;
    border: 0;
}


#inner-contanier .readmore-btn .btn {
    margin-top: 0px;
    border: 0;
    color: var(--white);
    min-width: 110px;
}

#inner-contanier .readmore-btn {
    text-align: left;
}

.mb-4 {
    margin-bottom: 1.25rem !important;
}

.map iframe {
    width: 100% !important;
    height: 450px !important;
    border: 0;
}

.form-floating>.msg-txt.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: 8rem;
    resize: none;
}

/* Contact-us inner-page- end- */

/* Newslist inner-page- end- */
.newslist-block {
    border: 1px solid #d9d9d9;
    background-color: #f5f5f5;
    display: block;
    color: var(--secondary);
    border-radius: 8px;
    /* box-shadow: 0px 4px 20px 0px #07070715; */
    margin-bottom: 20px;
    padding: 18px;
}

.newslist-block:hover {
    border: 1px solid #c1c1c1;
    background-color: #ededed;
}

#inner-contanier .news-listing .list {
    padding-bottom: 18px;
    margin-bottom: 25px;
}

.newslist-block li::after {
display: none !important;
  }

#inner-contanier .news-listing .list li {
    padding-bottom: 0px;
}

.pagination {
    margin-top: 35px;
}

.page-link {
    color: #333333;
    font-weight: 500;
    font-size: 16px;
    margin-right: 12px;
    border-radius: 5px;
    padding: 8px 15px;
}

.page-item.active .page-link {
    background-color: var(--primary);
    color: var(--white);
    border: 0;
}

.page-link:hover {
    color: var(--primary);
}

.page-item:first-child .page-link {
    border-radius: 5px;
}

.page-item:not(:first-child) .page-link {
    border-radius: 5px;
}

/* News-list inner-page- end- */

/* News-details inner-page- end- */

.news-details p {
    padding-bottom: 20px;
    line-height: 28px;
    color: var(--secondary);
    font-size: 16px;
}

.ncbl-paragraph .news-paragraph {
    padding: 0px 0px 25px;
}

.date-box {
    position: relative;
    color: var(--white);
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
}

.date-box span {
    background: var(--primary);
    content: "";
    display: block;
    position: absolute;
    bottom: 26px;
    left: 26px;
    padding: 14px 16px;
    border-radius: 5px;
}

.date-box span i {
    padding-right: 6px;
}

/* News-details inner-page- end- */

/* Board of directors--- */
.board-directors {
    border: 1px solid var(--white);
    background-color: var(--white);
    box-shadow: 0px 2px 15px #00000020;
    padding: 20px;
    margin: 10px;
    text-align: center;
}

.management-team img {
    width: 100%;
}

.management-team {
    /* background-color: #f5f5f5;
    border: 1px solid #e6e6e6;
    padding: 5px 5px 5px 5px;
    width: 170px;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 5px; */
}

.card-body {
    text-align: center;
}

.card-body .mang-title {
    font-size: 19px;
    color: var(--primary);
    font-weight: 600;
}

.card-body .mang-designation {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
  padding: 0;
}

.card-body li {
    padding-bottom: 5px;
    color: var(--secondary);
    font-size: 15px;
    margin: 0 35px;
}

/* Board of directors-End-- */

/* Downloads-- */


.download-table {
    width: 100%;
}

.download-table tr th {
    background: var(--red);
    padding: 10px 10px;
    color: #fff;
    text-align: center;
}

.download-table tr th:first-child {
    text-align: left;
    width: 60%;
    padding: 10px 10px 10px 15px;
}

.download-table tr td {
    background: #fbfbfb;
    padding: 10px 10px;
    color: var(--lightgray);
    text-align: center;
    line-height: 20px;
}

.download-table tr td a {
    color: var(--lightgray);
}

.download-table tr td a:hover {
    color: var(--red);
}

.download-table tr:nth-child(odd) td {
    background: #f5f5f5;
    line-height: 20px;
}

.download-table tr td:first-child {
    text-align: left;
    line-height: 20px;
    padding: 10px 10px 10px 15px;
}

.filetype {
    background: #eaeaea;
    padding: 3px;
    border-radius: 50px;
}

.download-block {
    border: 1px solid #d9d9d9;
    background-color: #f5f5f5;
    display: block;
    color: var(--secondary);
    border-radius: 8px;
    /* box-shadow: 0px 4px 20px 0px #07070715; */
    margin-bottom: 20px;
    padding: 18px;
}

.download-block:hover {
    border: 1px solid #c1c1c1;
    background-color: #ededed;
}

#inner-contanier .download-block .list li a {
    color: #333333;
    /* height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
}

#inner-contanier .download-block .list {
    border-bottom: 0;
    /* padding-bottom: 0px; */
}

#inner-contanier .download-block ul li {
    padding: 0px;
}

#inner-contanier .download-block .download-pdf {
    color: var(--txt-red);
    font-weight: 600;
    font-size: 14px;
}

#inner-contanier .download-block .download-pdf:hover {
    color: var(--txt-red);
    text-decoration: underline;
    transition: all 0.3s ease 0s;
}

#inner-contanier .download-block .download-word {
    color: #1c56b8;
    font-weight: 600;
    font-size: 14px;
}

/* #inner-contanier .download-block .download-word:hover {
    color: #1c56b8;
    text-decoration: underline;
    transition: all 0.3s ease 0s;
} */
#inner-contanier .download-block .download-file {

    font-size: 14px;
    font-weight: 600;
}

#inner-contanier .download-block .download-file a {
    padding-right: 16px;

}

.download-image {
    color: var(--txt-red);
    font-weight: 600;
    font-size: 14px;
}

.download-image:hover {
    border-bottom: 1px solid var(--txt-red);
    transition: all 0.3s ease 0s;
}

.download-word {
    color: #1B5EBE;
}

.download-word:hover {
    border-bottom: 1px solid #1B5EBE;
    transition: all 0.3s ease 0s;
}

.download-excel {
    color: var(--primary);

}

.download-excel:hover {
    border-bottom: 1px solid var(--primary);
    transition: all 0.3s ease 0s;
}

.rightsection .download-block ul li::after {
    display: none;

}

.rightsection .pagination li::after {
    display: none;
    padding: 0px;

}

.rightsection .branch-blocks ul li::after {
    display: none;

}


.rightsection .job-applynow li::after {
    display: none;

}

.rightsection .list-group li::after {
    display: none;

}

/* Downloads-End- */

/* Branch-- */
.branch-blocks {
    position: relative;
    color: var(--secondary);
    min-height: 155px;
    border: 1px solid #d9d9d9;
    background-color: #f5f5f5;
    display: block;
    color: var(--secondary);
    border-radius: 8px;
    /* box-shadow: 0px 4px 20px 0px #07070715; */
    margin-bottom: 20px;
    padding: 18px;
}

.branch-blocks:hover {
    border: 1px solid #c1c1c1;
    background-color: #ededed;
    transition: all 0.3s ease 0s;
}

.rightsection ul .branch-place {
    font-size: 18px;
    line-height: 24px;
    color: var(--primary);
    font-weight: 600;
    width: 85%;
    margin-bottom: 10px;
}

.branch-map a {
    font-size: 18px;
    width: 35px;
    height: 35px;
    background: var(--primary);
    text-align: center;
    border-radius: 50px;
    line-height: 39px;
    color: #fff;
    display: block;
}

.branch-map {
    position: absolute;
    right: 30px;
    top: 25px;
}

.branch-blocks a {
    color: var(--secondary);
}

.branch-blocks a:hover {
    color: var(--primary);
}

.has-link i {
    color: var(--white);
}

.usefulink-block-active {
    color: var(--white);
}

#inner-contanier .list .usefulink-block-active a {
    color: var(--white);
    background-color: var(--primary);
}

#inner-contanier .usefullink-circle .usefulink-block-active:hover {
    color: var(--white);
}

#inner-contanier .list li .usefulink-block-active a {
    background-color: var(--primary);
}

ul .usefullink-circle li.usefulink-block-active::after {
    color: var(--white);
}

#inner-contanier .list .usefulink-block-active a:hover {
    color: #e4e1e1;
}

ul.usefullink-circle .usefulink-block-active::after {
    background-color: var(--white);
}

ul.usefullink-circle .usefulink-block-active:hover::after {
    background-color: #e4e1e1;
}

.branch-blocks ul li .branch-above {
    min-height: 0px;
}

.branch-blocks .branch-map a:hover {
    background: #03c24f;
    transition: all 0.3s ease 0s;
}

/* Branch-End- */
.ncbl-form {
    margin-bottom: 20px;
}

/* .card-box{
    padding: 25px;
    border: 1px solid #D9D9D9;
    background-color: #F5F5F5;
    display: block;
    margin-bottom: 20px;
    border-radius: 8px;
    margin-bottom: 2rem;
} */
.ncbl-form h5 {
    padding-bottom: 25px;
}

.form-paragraph {
    padding: 10px 0px 25px;
    font-size: 15px;
}

.asterisk {
    color: var(--txt-red);
}

.ncbl-form .form-floating>label {
    color: var(--secondary);
    font-size: 14px;
    padding: 1rem;
}

.ncbl-form .form-floating>.msg-txt.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: 0rem !important;
}

.form-floating>.form-select {
    padding-top: 0px;
    padding-bottom: 0px;
}

.form-select {
    border: 0;
    background-color: #f1f1f1;
    color: var(--secondary);
    font-size: 15px;
}

/* popup */
.modal {
    z-index: 999999 !important;
    background: #00000078;
}

.ncbl-form {
    margin-bottom: 15px;
}

.ncbl-form h5 {
    padding-bottom: 15px;
    font-size: 14px;
}

.form-paragraph {
    padding: 10px 0px 25px;
}

.asterisk {
    color: var(--txt-red);
}

.ncbl-form .form-floating>label {
    color: var(--secondary);
    padding: 1rem;
}

.ncbl-form .form-floating>.msg-txt.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: 0rem !important;
}

.form-floating>.form-select {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 15px;
    background-color: #f1f1f1;
    color: var(--secondary);
}

.form-select {
    border: 0;
    background-color: #f1f1f1;
    color: var(--secondary);
}

.needs-validation input,
.needs-validation select,
#formFile {
    background-color: #f9f9f9;
}

.org-txt {
    font-size: 14px;
}

.org-txt .senior-tilte {
    font-weight: 500;
    font-size: 16px;
}

.gov-details {
    padding-bottom: 6px;
    font-size: 13px;
}

.amt-recovered {
    padding-bottom: 15px;
    font-size: 14px;
}

.file-chosen .form-control {
    line-height: 2.4;
}

.file-chosen #formFile {
    background-color: #f1f1f1;
    font-size: 15px;
    border: 1px solid #f3ebeb;
}

.file-chosen {
    margin-bottom: 30px;
}

.form-label {
    font-size: 13px;
}

.self-dec {
    font-weight: 500;
}

.self-dec-txt {
    line-height: 26px;
    font-size: 14px;
}

.ncbl-form .cont-list li {
    line-height: 22px;
    font-size: 14px;
}

#inner-contanier ul.cont-list {
    margin-bottom: 8px;
}

.amt-dpt {
    padding-top: 5px;
    font-size: 13px;
}

.upload-doc {
    margin-top: 25px;
}

.radio-label {
    font-size: 15px;
    padding: 2px 30px 2px 0px;
    /* position: relative; */
}

/* }
.radio-label:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: -15px;
    top: 5px;
    border-radius: 50%;
}
.radio-input:checked + .radio-label:after {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: var(--primary);
} */

/* .membermsg-txt{
    height:8rem;
} */

.ncbl-form .form-floating>.membermsg-txt {
    height: 10rem !important;
    resize: none;
}

.formblock-below {
    border-bottom: 1px solid #d9d9d9;
    margin: 18px 0px 24px;
}

input[type="file"]::file-selector-button {
    background: #e4e4e4;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    background-color: #f1f1f1;
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
    background-color: #f1f1f1 !important;
}

.form-control:hover,
.form-control:focus,
.form-control:active {
    background-color: #f1f1f1;
}

.form-grp .form-control {
    font-size: 0.875rem;
    display: block;
    width: 100%;
    height: 60px;
    padding: 12px 15px;
    background-color: #f1f1f1;
}




.grievance-form {
    margin-bottom: 25px;
}

.captcha img {
    width: 200px;
}






/* Ncbl--form--end */

/* Career--form */
/* .careerform {
    margin-bottom: 20px;
} */

.careerform h5 {
    margin-bottom: 25px;
    font-size: 22px;
}

.careerform label span {
    margin-bottom: 3px;
    font-size: 13px;
    color: red;
}

.careerform #formFile {
    background-color: #f1f1f1;
    font-size: 14px;
    border: 1px solid #f3ebeb;
}

.careerform .form-control {
    line-height: 2.9;
}

.note-msg {
    font-size: 14px;
}

.note-msg span {
    font-weight: 500;
}

.careerform h4 {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
}

.list-group-item {
    border: 0;
    background-color: #f5f5f5;
    border-radius: 5px;
    display: block;
    padding: 14px 14px;
    margin-bottom: 12px;
}

.list-group-item:hover {
    background-color: #ededed;
}

.list-group-item a {
    color: var(--secondary);
}

.list-group li i {
    padding-right: 6px;
}

.list-group li a:hover {
    color: var(--primary);
}

#inner-contanier .list li a:hover {
    color: var(--primary);
}

.captcha-enter {
    display: flex;
    column-gap: 40px;
    margin: 0 0px 15px;
}



/* Career--form end*/

/* calculator */

.input-group-prepend {
    margin-right: 1px;
}

.input-group-prepend {
    border-right: 1px solid #e1dbdb;
}

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-radius: 0 !important;
}

.input-group-text {
    line-height: 2.5;
    border: 0;
    background-color: #f1f1f1;
}

.emi-calc .form-control {
    line-height: 2.5;
}

.emi-calc .input-group {
    margin-bottom: 25px;
}

/* .emi-calc{
    background-color:#f1f1f1 ;
    border-radius:10px;
} */

.calculate-block {
    display: flex;
    justify-content: center;
}

.calculate-block label {
    padding-bottom: 10px;
}

.pay-result h3 {
    padding-top: 8px;
    padding-bottom: 22px;
}

.calblock-below {
    border-bottom: 1px solid #d9d9d9;
}

.emi-cal-results {
    background-color: #f1f1f1;
    border-radius: 10px;
}

.pay-result {
    padding: 25px 0px 0px 25px;
}

/* calculator--end */

/* GALLERY */
.card {
    border: none;
    margin-bottom: 18px;
}

.gallery-block {
    position: relative;
}

.card-title {
    font-weight: 500;
    line-height: 22px;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    z-index: 4;
    background: linear-gradient(2deg, black, transparent);
    color: #fff;
    padding: 20px;
}


.gallery-block a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    border-radius: 0px 0px 10px 10px;
}

.card-title span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.card-title:hover {
    text-decoration: underline;
}


.card .view .img-fluid {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.gallery-list {}

.gallery-list img {
    aspect-ratio: 3/2;
    object-fit: cover;
}

/* GALLERY--END */



/* GALLERY-DETAILS */

.gallerylisting-block {
    margin-bottom: 14px;
}

#lightgallery .img-fluid {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* GALLERY-DETAILS---END */

/* Form-side-- plus */

.another-row {
    position: relative;
    z-index: 1;
}

.anotherrow-plus {
    content: "";
    display: block;
    position: absolute;
    bottom: 18px;
    right: 55px;
}

.executive-fields .anotherrow-plus {
    content: "";
    display: block;
    position: absolute;
    bottom: 18px;
    right: 40px;
}

.another-row i {
    font-size: 21px;
    color: var(--secondary);
}

.anotherrow-minus {
    content: "";
    display: block;
    position: absolute;
    bottom: 8px;
    right: 55px;
}

.executive-fields .anotherrow-minus {
    content: "";
    display: block;
    position: absolute;
    bottom: 8px;
    right: 40px;
}

/* Form-side-- plus--end */

/* Grievance--- */

.grievance-form textarea.form-control {
    height: 100px;
    resize: none;
    margin-bottom: 20px;
}


.grievanceofficer-details .gri-offi {
    color: var(--primary);
    font-weight: 500;
    font-size: 18px;
}

.ncbl-grivance ul li a:hover {
    color: var(--primary);
    transition: all 0.3s ease 0s;
}

.ncbl-grivance ul li a {
    color: var(--secondary);
}

.grievanceofficer-details li img {
    margin-top: 18px;
}

.grievanceofficer-details li {
    padding-bottom: 2px;
}

/* Grievance--End- */





/*Search --*/
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #34AC4E;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
    z-index: 99999;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 999999;
    display: block;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 26px;
    font-family: Roboto;
    font-weight: 300;
    text-align: center;
    outline: none;
    padding: 20px 10px;
    box-shadow: 0 0 0 #000;
    outline: none;
    height: 70px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 0px;
    color: #fff;
    width: 50px;
    height: 50px;
    background: none;
    border: 0;

}

#search .close i {
    position: absolute;
    z-index: -1;
    font-size: 27px;
    right: 15px;

}

#search .close:hover {
    color: #fff;
    cursor: pointer;

}



.searchform {
    border-radius: 10px;
    width: 70%;
    margin: auto;
    min-height: 500px;
    padding: 25px;
    margin-top: 10vh;
}

.most-popular {
    margin-bottom: 25px;
    display: none;
}

.most-popular a {
    background: #ffffff3b;
    padding: 5px 15px;
    color: #fff;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 20px;

}

.most-popular a:hover {
    background: #ffffff55;
    color: #fff;
}

.search-block {
    margin-bottom: 15px;
    position: relative;
}

.search-block input {
    width: 100%;
    background: #ffffff36;
    padding: 10px 50px 10px 15px;
    border: 0;
    border-radius: 5px;
    color: #fff;
}

.search-block input::placeholder {
    color: #fff;
}

.search-block button {
    position: absolute;
    right: 10px;
    top: 10px;
    background: none;
    border: 0;
    color: #d4d4d4;
}

.search-block button:hover,
.search-block button:focus,
.search-block button:active {
    color: #fff;
    border: 0;
    outline: none;
    box-shadow: 0;
    cursor: pointer;
}

#search-section h2 {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 7px;
    display: none;
}

.searchform .search-block input {
    width: 100%;
    background: #efeded3b;
    padding: 10px 50px 10px 15px;
    border: 0;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    height: 60px;
    box-shadow: 0 0 0 #eee;
    margin-bottom: 35px;
}

.searchform button {
    position: absolute;
    right: 15px;
    top: 18px;
    background: none;
    border: 0;
    color: #fff;
}

/*Search -End-*/



/*Search -page-*/
.ncbl-search {
    margin-top: 20px;
}

.ncbl-search .form-floating>label {
    color: var(--white);
    font-size: 15px;
    padding: 1rem;
}

.ncbl-search input {
    background-color: #efeded3b !important;
}

.ncbl-search input .form-floating>label {
    color: var(--white);
    font-size: 15px;
    padding: 1rem;
}


.search-wrapper {
    background: var(--white);
    padding: 25px 30px 25px 30px;
    box-shadow: 0 0px 15px #514d4d30;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-bottom: 35px;

}

.search-area input {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    margin-bottom: 10px;
    border-radius: 5px;
}

.search-btn .btn {
    min-width: 150px;
}

/*Search page -End-*/



/* FAQ */

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--primary);
}

.accordion-body {
    border-bottom: 1px solid #dee2e6;
}

.accordion-item:first-of-type .accordion-button {
    border-bottom: 1px solid #dee2e6;
}

.accordion-item {
    margin-right: 35px;
}

#accordionExample .accordion-item h2 {
    padding-bottom: 0px;
}

.accordion-style {
    margin-bottom: 15px;
}

.accordion-style h2 {
    border-top: 1px solid #dee2e6;
}

.accordion-body p {
    margin-bottom: 0px;
}

/* FAQ--end */

#inner-contanier .about-shape1 {
    Display: none;
}

#promotion .owl-nav {
    display: none;
}


/* career-another-added */

.another-plus i {
    font-size: 19px;
    color: var(--secondary);
    margin-left: 6px;
}

.form-check-input:checked {
    background-color: var(--primary) !important;
    ;
    border-color: var(--primary) !important;
}


/* career-another-added--end */

.table th {
    background: var(--primary);
    color: #fff;
}

table,
th,
td {
    border: 1px solid #e1e1e1;
    border-collapse: collapse;
}

.table td,
.table th {
    padding: 0.5rem 1rem;
}

.table-bordered>:not(caption)>*>* {
    border-width: 1px var(--bs-border-width);
}




/* career-tack-app--*/
.table th {
    background: var(--primary) !important;
    color: var(--white) !important;

}

.table td,
.table th {
    padding: 0.5rem 1rem;
}

.table td,
.table th {
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    font-size: 15px;
}

.tracking-code {
    float: none;
    margin: auto;
}

.track {
    background: #fff;
    padding: 25px 30px 25px 30px;
    box-shadow: 0 0px 15px #00000030;
    display: block;
    border-radius: 10px;
    margin-bottom: 40px;
}

.track h5 {
    font-size: 16px;
    padding-bottom: 10px;
}

#careerForm .form-floating>label {
    z-index: 1;
}

.actionbtn-box {
    text-align: center;
}

.actionbtn-box a {
    margin-right: 2px;
}

#inner-contanier .belowline-useful .list {
    border-bottom: 0;

}

/* career-tack-app-end-*/
.additional-doc {
    margin: 15px 0px 30px;
    cursor: pointer;
}

.additional-doc .btn {
    background-color: #009c3f;
}

.additional-doc .btn:hover {
    background-color: #009c3f;
}

.remove-document i {
    font-size: 18px;
    color: var(--secondary);
    float: right;

}

.document-field .form-label {
    font-size: 14px;
}

#upload_documents .form-label {
    font-size: 14px;
}

.success-card {
    background: #fff;
    padding: 25px;
    box-shadow: 0 0px 15px #00000030;
    display: block;
    border-radius: 10px;
}

.success-msg li {
    padding-bottom: 15px;
    font-size: 15px;
}

.ncbl-success {
    font-weight: 500;
}

.job-applynow {
    padding: 0;
    margin: 0;
    list-style: none;
}

.job-applynow li {
    padding: 10px 0;
    display: flex;
    border-bottom: 1px solid #DEDEDE;
}

.job-applynow li span {
    display: block;
    width: 25%;
    font-weight: 600;
}

.job-applynow li div {
    width: 75%;
}

.applyposition {
    margin-top: 40px;
}



.was-validated .form-control:valid {
    background-image: none;
}

.was-validated .form-select:valid:not([multiple]):not([size]) {
    background-image: none;
}

.was-validated .form-check-input:valid~.form-check-label {

    color: var(--secondary);
}

#workExperienceBlock .btn {
    min-width: 110px;
}

#workReference .btn {
    min-width: 110px;
}

.submit-btn .btn {
    min-width: 110px;
    margin-top: 15px;
}

.rightsection ol {
    list-style: decimal;
}

.rightsection ol {
    padding-left: 18px;
}

.rightsection ol li {
    padding-left: 3px;
}

.rightsection ul {
    position: relative;
    margin-bottom: 5px;

}

.rightsection .ncbl-paragraph ul li {
    color: var(--secondary);
    line-height: 28px;
    font-weight: 400;
    list-style: none;
    position: relative;

    font-size: 15px;
    padding-left: 15px;
    margin-bottom: 5px;
}



.rightsection .ncbl-paragraph ul li::after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    border: 2px solid var(--primary);
    width: 8px;
    height: 8px;
    border-radius: 50px;
}

.click-here {
    margin-left: 10px;
    font-weight: 500;
    font-size: 15px;
}

.doc-info li {
    margin-left: 35px;
    font-weight: 500;
}

/* Rounded switch */

/* .switch {
    display: inline-block;
    margin-left:32px;
}

.btn-right{
    background-color: #ccc;
}

.switch .btn{
    padding: 2px 6px;
} */

.switch {
    margin-left: 10px;
}

.switch select {
    background: #34AC4E;
    border: 0;
    color: #fff;
}

.pill-button {
    display: inline-block;
    position: relative;
    padding: 0px 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-image: linear-gradient(to right, #de0b00 0%, #ea0c00 100%) !important;
    border-radius: 14px;
    color: #fff;
    z-index: 0;
}

.pill-button-input {
    display: none;
    visibility: hidden;
}

.pill-button-highlight {
    transform: translate(0, -50%);
    transition: all 0.2s;
    position: absolute;
    top: 50%;
    left: 4px;
    height: 22px;
    width: 70px;
    background: #fff;
    border-radius: 22px;
    z-index: 1;
}

.pill-button-selection {
    transition: all 0.2s;
    display: inline-block;
    position: relative;
    cursor: pointer;
    z-index: 2;
    padding: 2px 6px;
}

.pill-button-selection_active {
    color: var(--secondary);
}

/* Rounded switch--end */

.quicklinks.nepali-class .sidebtn {
    background-image: linear-gradient(to right, #e90d01 0%, #e91e1d 51%, #f93137 100%);
    width: 180px;
    right: -113px;
    top: 109px;
}

/* .sidecontent-wrapper.officers{
    left: -33px;
} */

.quicklinks.nepali-class {
    margin-top: -2px;
}

.notice.noticenepali-class {
    margin-top: 186px;
}

.officers.officersnepali-class {
    top: 410px;
}

/* .pill-button-selection{
    color: var(--secondary);
} */

.eng .pill-button-highlight {
    left: 3px;
}

.nep .pill-button-highlight {
    right: 3px !important;
    left: auto;
}

.sidecontent-wrapper.officers .sidecontent {
    width: 365px;
}

.download-icon {
    margin-top: 15px;
}


#inner-contanier .service-shape1 {
    display: none;
}

.form-label {
    margin-bottom: .0rem;
}

.branch-blocks ul li {
    text-align: left;
}


.navik-menu>ul {

    padding: 0;
    font-size: 0;
    margin-right: -15px;
}

.service-block {
    padding: 40px 40px;
    background: var(--white);
    box-shadow: 0 0 10px #00000020;
    text-align: left;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 25px;
    border-radius: 5px;
}

#service a {
    color: var(--grey-new);
}

#service a:hover .service-block {
    box-shadow: 0 0 10px #00000030;
}

.service-block h2 {
    margin-bottom: 15px;
    font-size: 1.8rem;
}

.service-block a div {
    font-size: 1rem;
}

.service-icon {
    width: 65px;
    height: 65px;
    margin-bottom: 15px;
    border: 2px solid var(--primary-g);
    display: block;
    border-radius: 100px;
    margin: auto;
    margin-bottom: 25px;
    line-height: 65px;
}

.service-icon img {
    width: 40px;
    height: 40px;
    margin-top: 10px;
}

.txt-link {
    font-size: 1.2rem;
    color: var(--primary-g) !important;
}

.txt-link:hover {
    font-size: 1.2rem;
    color: var(--primary) !important;
}

.txt-link i {
    font-size: 0.8rem;
}

.sidecontent {
    display: none;
}

.owl-remmitance {
    background: var(--white);
    box-shadow: 0px 2px 15px #00000020;
    padding: 5px 25px;
    border-radius: 10px;
}

.owl-remmitance .owl-nav {
    display: none;
}

.owl-remmitance .item a {
    padding: 0 10px;

}

.owl-remmitance .item img {
    aspect-ratio: 4/2;
    object-fit: contain;
    width: 85%;
}

#stats {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url(../images/count-bg.jpg) no-repeat;
  background-size: cover;
  background-color: #9b0b60;

}

.title-white.paragraph-title div {
    color: var(--primary);
    background-image: linear-gradient(to right, #fff 40%, #fff 60%);
}

.stats-wrapper img {
    width: 50px;
}

.stats-wrapper .counting {
    font-size: 2rem;
    line-height: 2rem;
    margin: 10px 0;
    color: var(--white);
}

.stats-wrapper .stats-txt {
    font-size: 1.1rem;
    margin: 10px 0;
    color: var(--white);
}

.sticky {
    box-shadow: 0px 6px 7px #00000014 !important
}

.training-block {
    border: 1px solid var(--white);
    background-color: var(--white);
    box-shadow: 0px 2px 15px #00000020;
    padding: 20px;
    margin: 10px;
    text-align: center;
}

.team-txt {
    margin-top: 15px;
    color: var(--grey-new);
}

.team-txt span {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 5px;
    color: var(--secondary);

}

.team-img {
    height: 270px;
    overflow: hidden;
}

.abt-txt {
    font-size: 1rem;
    padding-right: 30px;
    line-height: 26px;
}

#footer .readmore-btn a {
    color: var(--white) !important;
}

.carousel-indicators [data-bs-target] {
    background-color: var(--primary-g);
}

.carousel-indicators .active {
    opacity: 1;
    background-color: var(--primary);
}


/* new added css */
.card-block {
    border: 1px solid var(--white);
    background-color: var(--white);
    box-shadow: 0px 2px 15px #00000030;
    padding: 30px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.pd-left {
    padding-left: 30px;
}

.clear {
    clear: both;
}

.header-left {
    float: left;
    margin-top: 10px;
}

.logo img {
    width: 340px;
}

.yearlogo {width: 60px !important;
    margin-left: 10px;}

.header-right {
    float: right;
   
}

.header-contact {
    float: left;
    margin-top: 22px;
    font-size: 1rem;
}

.header-contact ul li {
    float: left;
    display: block;
    margin-right: 20px;
    padding-left: 30px;
    line-height: 1.2;
    max-width: 240px;
}
.header-contact ul li a { color:#333}

.header-contact ul li img {
    width: 30px;
    position: absolute;
    margin-left: -35px;
}

.header-logo {
    float: right;
}

.header-logo img {
    width: 100px;
}

#about-block {
    background: #F0F0F0;
}

#about-block .card-block {
    padding: 15px;
}


.about-card-block-desc {
    padding-left: 70px;
}

.about-card-block-desc p {
    margin-bottom: 0;
}

.about-card-block-desc .icon {
    position: absolute;
    width: 60px;
    background: #34AC4E;
    padding: 10px;
    border-radius: 50%;
    height: 60px;
    margin-left: -70px;
}

.about-card-block-desc .bg-maroon {
    background: var(--primary);
}

.team-info {
    text-align: center;
}

.team-info a {
    color: var(--primary);
}

.team-info h2 {
    margin-bottom: 15px;
}

.team-info h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.team-info img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    box-shadow: 0px 2px 15px #00000030;
}


/* branches start */


@media (max-width: 991px) {
    .branches .flex-container {flex-direction: inherit; }
    .branches .leftside-block {
        display: flex;
        justify-content: space-between;
        margin-bottom: 16px;
      }
    
      .branches-listing .leftside-block {
        display: flex;
        justify-content: space-between;
        margin-bottom: 16px;
      }
  }
  @media (max-width: 768px) {
    .middle-block div {
        font-size: 18px !important;
        padding-bottom: 0px !important;
      }    
    
      .leftside-block ul li {
        padding-bottom: 0px !important;
        
      }
      .brancheslisting-block {
        margin: 14px !important;
      }
  
  }



@media (max-width: 678px) {
    .branches-listing .branches-block {
        margin-bottom: 25px;
      }
    
      .branches-listing .mt-50 {
        margin-top: 30px;
      }
}

@media (max-width: 480px) {
    .flex-container .leftside-block {
      flex-direction: column-reverse;
    }
    .branches .rightside-block {
        text-align: left !important;
        margin-bottom: 0;
      }
  
    .middle-block .branches-info {
      display: inline-block !important;
    }
  
    .headimg img {
      margin-bottom: 5px;
    }
  
    .branches .leftside-block {
      align-items: normal !important;
      margin-bottom: 10px;
    }
  
    .branches-listing .leftside-block {
      align-items: normal !important;
    }
   

  }
  /* media query end */


  .branches .leftside-block {
    display: flex;
    justify-content: space-between;
  
  }
  
  .branches-listing .leftside-block {
    display: flex;
    justify-content: space-between;
    
  }
  
  .flex-container {
   
  }
  
  .branches .rightside-block {
    text-align: right;
    margin-bottom: 0;
  }
  
  .middle-block .branches-info {
    display: flex;
  }
  
  .middle-block div {
    color: #333;
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 6px;
  }
  
  .top-line {
    border-top: 1px solid #E4E4E4;
  }
  
  .branches-block:hover {
    background-color: #19509e0f;
  }
  
  .branches-block {
    border-bottom: 1px solid #E4E4E4;
    padding: 15px;
  }
  
  .middle-block ul li {
    margin-right: 20px;
  }
  
  .leftside-block ul li {
    color: #666666;
    padding-bottom: 6px;
  }
  
  .middle-block ul li a {
    color: #666666;
  }
  
  .middle-block ul li a:hover {
    color: var(--primary-color);
  }
  
  .headimg img {
    aspect-ratio: 1 / 1;
    width: 120px;
    object-fit: cover;
  }
  
  .rightside-block .branches-info {
    display: flex;
  }
  
  .leftside-block .headname-listing .head-name {
    color: #333;
    font-weight: 600;
    font-size: 18px;
  }
  
  .branches-info i {
    color: var(--primary-color);
    margin-right: 6px;
  }
  .see-all {margin-top: 20px;}
  .see-all a {
    color: var(--primary);
  }
   
  .brancheslisting-block {
    background: white;
    padding: 25px;
    margin: 20px;
    box-shadow: 0px 2px 10px #07070720;
    text-align: center;
  }
  
  .brancheslisting-block img {
    margin-bottom: 10px;
  }
  
  .brancheslisting-block .bh-name {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    padding-bottom: 2px;
  }
  
  
  /* branches end */