@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

select::-ms-expand { display: none; }
a{  -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
h1 {font-size:30px;color:#222222; margin:0px 0px 20px 0px;padding:0px;line-height: 1.2;font-weight:700;font-family: "Roboto", sans-serif;}
h2 {font-size:25px;color:#222222; margin:0px 0px 20px 0px;padding:0px;line-height: 1.2;font-weight:700;font-family: "Roboto", sans-serif;}
h3 {font-size:24px;color:#222222; margin:0px 0px 10px 0px;padding:0px;line-height: 1.2;font-weight:700;font-family: "Roboto", sans-serif;}
h4 {font-size:22px;color:#222222; margin:0px 0px 20px 0px;padding:0px;line-height: 1.2;font-weight:700;font-family: "Roboto", sans-serif;}
h5 {font-size:20px;color:#222222; margin:0px 0px 15px 0px;line-height: 1.4;font-weight:600;font-family: "Roboto", sans-serif;}
h6 {font-size:18px;color:#222222;margin:0px 0px 15px 0px;line-height: 1.2;font-weight:700;font-family: "Roboto", sans-serif;}
.spacer1pxborder {clear:both;line-height:0;font-size:0;overflow:hidden;height:1px; background: rgba(26,28,38,0.1); margin:20px 0px 20px 0px;width:100%; border:none;}
body {overflow-x:hidden;color:#505050;font-size:15px;line-height:1.4; margin:0px; padding:0px; outline:none;text-decoration:none;list-style:none;box-sizing: border-box;font-family: "Roboto", sans-serif;background-color:#fff;font-weight: 400;}
body,html{padding: 0;margin: 0;}
p {color: #222222;font-size: 16px ; line-height: 1.4;margin: 0px 0px 20px 0px;font-family: "Roboto", sans-serif;font-weight: 400;}
ul, ol {list-style: none;margin: 0;padding: 0;}
a:hover{ text-decoration:none;}
.form-control::-webkit-input-placeholder {color:#222222 !important; opacity:1 !important;}
.form-control::-moz-placeholder {color:#222222 !important; opacity:1 !important;}
.form-control::-ms-input-placeholder {color:#222222 !important; opacity:1 !important;}
.form-control::-moz-placeholder {color:#222222 !important; opacity:1 !important;}
:focus, button:focus {outline-style:none;box-shadow:none;}
*:focus {outline: none;}
input:focus{outline:none;}
img{max-width:100%;height:auto; outline:none;}
a{outline:none; border:none;text-decoration: none;}
.header-sticky {position: relative;z-index: 9 ;}
.fixedhead{position: fixed;top: -0px; animation: slide-down 0.7s; opacity: 1;width: 100%;background: #fff;z-index: 999;left: 0px;box-shadow: 0 1px 7px 0 rgb(227 227 227 / 72%);}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}
/* ========== Inner banner======= */
.page-title {position: relative;background-repeat: no-repeat;background-position: 50%;background-size: cover;text-align: center; background-image: url(../images/blogimg.jpg);}

.title-outer h1{color: #fff;}

.btn-one {background: #00990e;color: #ffffff;display: inline-flex;align-items: center;font-size: 16px;line-height: 26px;padding: 17px 43px;text-align: center;font-weight: 700;z-index: 3;position: relative;transition: 0.4s;text-transform: uppercase;overflow: hidden;border-radius: 6px;}

.btn-one:hover{background-color: #2558d3;color: #fff;}

.btn-one i {position: relative;top: 0px;margin-left: 15px;font-size: 13px;}

button.btn-two { border: none;  background: #00990e;text-align: center; display: block;width: 100%; padding: 15px 20px;  border-radius: 5px; color: #fff; font-size: 19px;  font-weight: 500;}

.mid-menu-flex {display: flex;justify-content: space-between;align-items: center;}

.top-logo img {width: 80px;}

.mid-menu {padding: 5px 0;}

.cart { color: #fff;position: relative;}

.cart i{ color: #fff;}

.curr span {display: block; color: #fff;}

.cart span { font-size: 12px; position: absolute; top: -11px; z-index: 22; background: #FF9900;width: 16px; height: 16px; border-radius: 50%;line-height: 16px; text-align: center; right: -10px;}

.log-box li a { color: #fff;}

.log-box li a:hover{color: #ecb102;}

.log-box {display: flex; gap: 10px;color: #fff; align-items: center;}

.call-icon {display: flex;align-items: center;gap: 10px;}

.cl-text span {display: block;}

.cl-text a {color: #363b4d;font-weight: 600;}

.cl-text {text-align: center;}

.call-icon i {font-size: 25px;font-weight: 500;}

.cl-text a:hover {color: #3368e8;}

.right-box { display: flex;align-items: center;gap: 20px;;}

.log-box li {display: inline-block;}

.log-box {display: flex;}

.curr {display: flex;align-items: center;gap: 10px;}

.curr .dropdown-menu{--bs-dropdown-min-width: 0rem;width: 50px;}

.curr .dropdown-menu a{padding:5px 10px; text-align: center;}

.address-block-one .icon {width: 80px;height: 80px;background: #00990e;}

.address-block-one .title {font-size: 24px;padding: 20px 0 5px;}

.address-block-one p {line-height: 1.6em;color: #878787;}

.address-block-one {border: 1px solid #e1e1e1;border-radius: 25px;height: 100%;padding: 25px 15px;}

.contact-us-section .bg-wrapper {border-radius: 40px;padding: 55px 55px 60px;margin-top: 60px;}

.address-block-one a {color: #00990e;text-decoration: underline;font-weight: 500;}

.light-bg {background-color: #edf1ee;}

.title-one h2 {font-weight: 700;font-size: 43px;}

.form-style-one .input-group-meta input {height: 60px;padding: 0 20px;}

.curr .dropdown button { background: #fff; padding: 1px 4px; border-radius: 5px;}

.curr .dropdown img { width: 21px;}

.footer-first-col p { color: #fff;}

.dropdown-toggle::after { display: inline-block;margin-left: 0; vertical-align: 0.2rem; content: ""; border-top: 0.3em solid #000; border-right: 0.3em solid transparent;border-bottom: 0; border-left: 0.3em solid transparent;}

.color-white {color: #FFF;}

/* ---------------- */

.top-menu .top-menu-inn { justify-content: space-between;}

.top-menu .top-menu-cont li{ padding-right: 10px; border-right: 1px solid #fff; color: #fff;}

.top-menu .top-menu-cont li:last-child{padding-right: 0;padding-left: 10px;border-right: unset;}

.top-menu {background: #19824a;padding: 6px 0;}

.top-menu-flex { display: flex;justify-content: space-between; align-items: center;}

.top-icon ul {display: flex;}

.top-icon li {display: flex;color: #fff; font-size: 14px; font-weight: 500; align-items: center;position: relative;}

img { max-width: 100%;height: auto;outline: none;}

.top-icon li a {color: #fff;text-decoration: none;width: 30px;  height: 30px;  border: 1px solid rgb(255, 255, 255); margin-right: 10px;display: flex;align-items: center;justify-content: center;border-radius: 5px;}

.top-icon li a:hover{color: #19824a;background-color: #fff;}

.top-menu-navbar a {background-color: #00990E;color: white;padding: 8px 20px;border-radius: 5px;display: block;transition: all .3s ease;border: 1px solid #00990e;}

.top-menu-navbar a:hover{background-color: #00990e00;color: #19824a; border: 1px solid #19824a;}

.top-menu-navbar a:hover img{filter: brightness(50%) sepia(155) saturate(48) hue-rotate(131deg);}

.top-menu-navbar a img {margin-right: 8px;transition: all .3s ease;}

.top-icon-social { float: right;}

.top-icon-social li { display: inline-block; padding: 0px 0px 0px 15px;color: #fff;font-size: 15px;}

.top-icon-social li a { color: #fff; font-size: 25px;}

ul,
ol {list-style: none; margin: 0; padding: 0;}

.search-btn { border: 1px solid #216db9;color: #216db9; background: #216db9; width: 40px; height: 40px; font-size: 18px;transition: 0.5s ease;}

.wrapper .owl-stage-outer{height: calc(100% + 30px); margin: -15px;padding: 15px !important;width: calc(100% + 30px);}

.search-btn i { color: white; font-weight: 100;}

.btn-style-one {border: 1px solid #216db9;background: #216db9; color: #fff; border-radius: 30px;  width: 150px; height: 40px; display: inline-block;transition: 0.5s ease;font-size: 15px;}

.cart-button {padding: 0;}

.mobile-menu { display: none;}

.active-products h5 {margin: 0; color: #fff;}

.link-dropdown {background-color: unset !important;order: none !important;color: black !important;}

ul { margin-bottom: 0 !important;}

.five-t{width: 150px;}

.nav-top-btns{display: flex;align-items: center;}

.login {margin-right: 30px;position: relative;}

.login a{padding: 10px 25px 10px 50px;border: 1px solid white;border-radius: 20px;background: #4c804f; color: #fff;box-shadow: 0 0 0px 4px #4c804f;}

.login  .log-in{position: absolute;height: 50px;width: 50px;background: #4c804f;border-radius: 50px; top: -15px; left: -15px; border: 3px solid #fff;display: flex; align-items: center; justify-content: center;}

.login  .log-in .log-1{ height: 18px; width: 11px;background: #f0f8ff00;border-radius: 5px 5px 0 0; border: 1px solid #fff;}

.login  .log-in .log-2{ height: 18px;width: 11px; background: #ffffff; border-radius: 5px 5px 0 0; border: unset;}

.login  .log-in .log-3{position: absolute;left: 5px;}

.login  .log-in .log-3 img{ width: 15px;}

.login:hover .log-in .log-3 img{animation: arow-slide-lrr 1s ease-in-out infinite;}

@keyframes  arow-slide-lrr {
  0%, 100% {
  transform: translate(0, 0);
  }

  50% {
      transform: translate(15px, 0);
  }
}
/* ---------------------toggle switch------------------- */

.checkbox { width: 130px;height: 34px;background-color: #ffffff;border-radius: 0; position: relative;color: rgb(0 0 0);overflow: hidden; border: 1px solid #fff; border-radius: 50px;}

#checkbox_toggle {display: none;  }

.checkbox .toggle {width: 70px;height: 34px; position: absolute; border-radius: 30px;left: 0px; cursor: pointer;background: #19824a;transition: 0.4s;box-shadow: unset;}

.checkbox .slide {  width: 130px; height: 34px;display: flex; align-items: center; justify-content: space-around;cursor: pointer;}

.checkbox .slide .text {font-size: 14px; font-weight: 700; z-index: 100; cursor: pointer;}

.checkbox .slide .wht{ color: #fff;}

.check:checked + .checkbox .slide .toggle {transform: translateX(70px); box-shadow: unset; width: 65px;background: #19824a; border-radius: 20px;}

.check:checked + .checkbox .slide {background-color: #0a1929; color: hsl(0, 0%, 100%);}

.switch { font-size: 17px; position: relative;display: inline-block; width: 80px; height: 34px;}

.switch input {opacity: 0; width: 0;height: 0;}

.slider {position: absolute;cursor: pointer;top: 0; left: 0; right: 0;bottom: 0;background-color: #305ab0;transition: .4s;border-radius: 30px;}

.slider:before { position: absolute;content: "";height: 30px; width: 30px;border-radius: 20px; left: 2px;bottom: 2px;z-index: 2; background-color: #e8e8e8;  transition: .4s;}

.sun svg { position: absolute; top: 6px; left: 50px;  z-index: 1; width: 24px; height: 24px;}

.moon svg {fill: #73C0FC; position: absolute; top: 5px;left: 5px;z-index: 1;  width: 24px;height: 24px;}

.sun svg { animation: rotate 15s linear infinite; }
  
  @keyframes rotate {
   
    0% {
      transform: rotate(0);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
.moon svg {
    animation: tilt 5s linear infinite;
  }
  
  @keyframes tilt {
   
    0% {
      transform: rotate(0deg);
    }
  
    25% {
      transform: rotate(-10deg);
    }
  
    75% {
      transform: rotate(10deg);
    }
  
    100% {
      transform: rotate(0deg);
    }
  }
  
  .input:checked + .slider { background-color: #183153; }
  
  .input:focus + .slider { box-shadow: 0 0 1px #183153;}
  
  .input:checked + .slider:before {transform: translateX(45px);}
/* ==============banner-section=============== */
.banner-section .bnr-img{text-align: center;}

.banner-section .bnr-img img{    margin: 0 auto;    width: 400px;}

.banner-section .nbn img{width: 200px;}

.banner-section {padding: 0; margin-top: 0px; position: relative; background-position: center; background-size: cover;background: linear-gradient(180deg, #19824a, transparent);    padding-top: 45px;}

.banner-section .shape{position: absolute;left: 50%;top: 50%; transform: translate(0%, -50%);}

.banner-section .shape-2{position: absolute; width: 400px;right: 10px;top: 0;}

.banner-section .shape-2 img{animation: gradient 5s ease infinite alternate;}

@keyframes gradient {
  0% {
      opacity: .1;
      filter: invert(28%) sepia(100%) hue-rotate(181deg) saturate(3);
  }
  50% {
      opacity: .5;
      filter: invert(28%) sepia(100%) hue-rotate(88deg) saturate(3);
  }
  100% {
     opacity: .2;
     filter: invert(28%) sepia(100%) hue-rotate(269deg) saturate(3);
  }
}

.banner-section .shape-3{    position: absolute;
  position: absolute;
  width: 26%;
  left: -5px;
  top: 0;
  height: 100%;
}
.banner-section .shape-3 img{
  width: 100%;
  height: 100%;
  opacity: .1;
  object-fit: contain;
}



.back-to-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #19824a;
  position: fixed;
  bottom: 0;
  right: 0;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  display: none;
  z-index: 999;
  animation: 1s infinite bounce_513;
}
@keyframes bounce_513 {
  0%,
    100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }

  50% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

/* =============product-page================= */

.product-page{margin-bottom: 15px; position: relative; margin-top: 10px;}

.product-page::before{ position: absolute; content: ""; top: 0;  left: 0;height: 100%; width: 100%; /* background-image: url(../images/wt-bg.png); */ background-repeat: repeat; background-position: center;background-size: cover;}

.product-inner{ position: relative;}

.product-page .content{padding: 10px 15px;background: #19824a; color: #fff;  font-weight: 400; font-size: 22px;}

.product-page  .search .form-control{ padding: 10px 15px 10px 35px; border-radius: unset;}

.product-page  .search .form-control::placeholder {color: red; opacity: 1;}

.group { display: flex;line-height: 28px;align-items: center; position: relative;}

.input {width: 100%;line-height: 28px;padding: 0 1rem; padding-left: 2.5rem; border: 2px solid transparent;border-radius: 8px; outline: none; background-color: #ffffff;color: #0d0c22; transition: 0.3s ease;border: 1px solid #d7d7d7;}

.input::placeholder { color: #9e9ea7;}

.input:focus,
input:hover { outline: none;border-color: rgb(25 130 74 / 58%); background-color: #fff; box-shadow: 0 0 0 4px rgb(25 130 74 / 12%);}

.icon {position: absolute; left: 1rem;fill: #9e9ea7;width: 1rem;height: 1rem;}

.product-page .filter-product-div .contentbtn{font-size: 15px;color: #838383;}

.product-page .filter-product-div .contentbtn i{margin-right: 8px;}

.product-page .filter-product-div .accordion-button:not(.collapsed) {color: #19824a; background-color: unset;box-shadow: unset; border-bottom: 1px solid #dddddd;}

.product-page .filter-product-div .accordion-button:focus {  border-color: unset; outline: 0; box-shadow: unset;}

.product-page .filter-product-div .accordion-button::after {width: 15px;height: 15px;background-size: cover;}

.product-page .filter-product-div .dept-item li{ padding: 12px 0;padding-left: 11px; border-bottom: 1px dashed #d5d5d5; border-left: 1px dashed #d5d5d5;}

.product-page .filter-product-div .dept-item .sub-event li{border-left: unset;}

.product-page .filter-product-div .dept-item li.active{border-bottom: 1px dashed #19824a; border-left: 1px dashed #19824a;}

.product-page .filter-product-div .dept-item li.active a{color: #19824a;}

.product-page .filter-product-div .dept-item li:hover a{color: #19824a;}

.product-page .filter-product-div .dept-item li:last-child{border-bottom: unset;}

.product-page .filter-product-div .dept-item li a{    font-size: 13px;color: #a5a5a5;}

.product-page .filter-product-div .dept-item li a i{margin-right: 8px;}

.product-page .filter-product-div  .accordion-body{    padding: 0 15px 0px;}

.accordion.showingMore { overflow-y: scroll;}

.accordion { height: 520px; overflow-y: hidden;}

.cat-bot{padding: 6px;  text-align: center; background: #606060;transition: all .3s ease; display: flex;justify-content: center;position: absolute; width: 100%; bottom: 0;border-radius: 0px 0px 10px 10px;border-top: 15px solid #FFF;z-index: 9;}

.cat-bot:hover{background: #305ab0 ;}

.cat-bot p{ margin: 0; color: #fff;font-size: 16px; text-transform: uppercase;line-height: 30px;}

.filter-product-div {position: relative;padding-bottom: 50px;}

.bounces {animation: bounce-back 2s infinite;color: #fff;  margin-left: 15px;}

.bounces i{font-size: 30px;font-weight: 100;}

.accordion::-webkit-scrollbar {width: 2px;}

.accordion::-webkit-scrollbar { width: 6px;background-color: #D6DADD; border-radius: 10px;}

.accordion::-webkit-scrollbar-thumb {background: #0D4F8A; border-radius: 10px;}

@keyframes bounce-back {
  0%, 20%, 50%, 80%, 100% {

    transform: translateY(0);
  }
  40% {
    transform: translateY(-4px);

  }
  60% {
    transform: translateY(-2px);

  }
}

/* =============Video Section=========== */
.video-header{ padding: 10px 15px; background: #305ab0;position: relative;}

.video-header::before{position: absolute;content: "";top: 0;right: -3px;height: 100%; width: 75px ;background-image: url(../images/sm-shape.png);background-position: center;  background-size: cover;}

.video-header h5{color: #fff; font-weight: 400;font-size: 22px; margin: 0;}

.video-header .vd-shape{position: absolute;top: 50%; right: 12px; transform: translate(0%, -50%); color: #305ab0;}

.video-header .vd-shape i{ font-size: 30px;}

.video-item .nav-link { font-size: 16px; background: #19824a;border-radius: unset; border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom: 1px solid #19824a;padding: 5px 30px; width: 100%;color: #ffffff !important; font-weight: 400;position: relative;}

.video-item  .nav-link.active { background-color: #305ab0  !important;  color: #fff;}

.video-item .nav-pills{gap: 15px;width: fit-content;background: #fff; position: relative;}

.video-item .nav-link:hover {color: #ffffff !important; border-color: #305ab0 ;background: #305ab0 ;}

.video-item .nav-link.active::before {content: ""; position: absolute; clip-path: polygon(50% 57%, 0% 100%, 100% 100%);bottom: 0px; transform: translate(-50%, 97%) rotate(180deg);left: 50%; background: #305ab0 ; height: 30px;width: 30px;}

.video-gallery {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));grid-gap: 15px; max-width: 100%;    padding: 20px 15px;margin: 0 auto; box-sizing: border-box;position: relative; z-index: 2;  height: 450px;overflow: hidden;}

.video-gallery .gallery-item {position: relative;  width: 100%;  height: 200px; background: #000;  cursor: pointer; overflow: hidden;}

.video-gallery .gallery-item img {position: relative; display: block;width: 115%; height: 200px; object-fit: cover; opacity: .5;transition: all 350ms ease-in-out;transform: translate3d(-23px, 0, 0);}

.north-cascades-img {object-position: 50% 30%; }

.video-gallery .gallery-item .gallery-item-caption { padding: 10px; font-size: 1em; color: #fff; text-transform: uppercase; }

.video-gallery .gallery-item .gallery-item-caption,
.video-gallery .gallery-item .gallery-item-caption > a { position: absolute; top: 0;  left: 0; width: 100%;height: 100%;}

.video-gallery .gallery-item h2 {font-weight: 300; overflow: hidden; padding: 12px 0;}

.video-gallery .gallery-item h2,
.video-gallery .gallery-item p { position: relative;margin: 0; z-index: 1; pointer-events: none;color: #fff; font-size: 16px;}

.video-gallery .gallery-item p {letter-spacing: 1px; font-size: 12px; padding: 12px 0;  opacity: 0; transition: opacity 0.35s, transform 0.35s; transform: translate3d(10%, 0, 0);}

.video-gallery .gallery-item:hover img {opacity: 0.3; transform: translate3d(0, 0, 0);}

.video-gallery .gallery-item .gallery-item-caption {text-align: left;}

.video-gallery .gallery-item h2::after {content: ""; position: absolute; bottom: 0;left: 0; width: 15%;  height: 1px; background: #fff;transition: transform 0.3s;  transform: translate3d(-100%, 0, 0);}

.video-gallery .gallery-item:hover h2::after { transform: translate3d(0, 0, 0);}

.video-gallery .gallery-item:hover p {opacity: 1; transform: translate3d(0, 0, 0);}

.video-gallery.visible{overflow-y: scroll;}

.video-gallery::-webkit-scrollbar { width: 2px;}

.video-gallery::-webkit-scrollbar {width: 6px;background-color: #D6DADD;border-radius: 10px;}

.video-gallery::-webkit-scrollbar-thumb {background: #0D4F8A;border-radius: 10px;}

.department-content .tab-content{border: 1px solid #efefef; border-radius: 5px; margin-top: -1px;}

.button {display: flex;justify-content: center; align-items: center;padding: 6px 12px;gap: 8px; height: 36px;width: 159px;border: none;background: #606060; border-radius: 20px; cursor: pointer;margin: 10px auto 20px;}

.lable {line-height: 20px; font-size: 17px;color: #ffffff;letter-spacing: 1px;}

.button:hover {background: #305ab0 ;}

.button:hover .svg-icon {animation: spin 2s linear infinite;}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.photo-inner { height: 200px;overflow: hidden;}

.photo-inner img{width: 100%;height: 100%;object-fit: cover;transition: all 1s ease-in-out;}

.photo-inner img:hover{transform: scale(1.1);}

.view-image {z-index: 999 !important;}

.image-gallery{display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));grid-gap: 15px; max-width: 100%;    padding: 20px 15px;margin: 0 auto; box-sizing: border-box;position: relative; z-index: 2;  height: 450px;overflow: hidden;}

.image-gallery.visible2{overflow-y: scroll;}

.image-gallery::-webkit-scrollbar {width: 2px;}

.image-gallery::-webkit-scrollbar { width: 6px;background-color: #D6DADD; border-radius: 10px;}

.image-gallery::-webkit-scrollbar-thumb { background: #0D4F8A; border-radius: 10px;}

.button2 { display: flex;justify-content: center;align-items: center; padding: 6px 12px;gap: 8px; height: 36px; width: 159px;border: none; background: #606060; border-radius: 20px; cursor: pointer; margin: 10px auto 20px;}

.lable { line-height: 20px; font-size: 17px; color: #ffffff; letter-spacing: 1px;}

.button2:hover { background: #305ab0 ;}

.button2:hover .svg-icon {animation: spin 2s linear infinite;}


/* ===============Event============== */

.blog-item .events-item{padding: 8px;border-radius: 10px;text-align: center; background: #fff;border: 1px solid #e9e9e9;}

.blog-item .events-item img{width: 100%;height: 155px;object-fit: cover;}

.blog-item .events-item .event-item-txt{ padding: 20px 0;}

.blog-item .events-item .event-item-txt p{color: #636363;font-size: 14px;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}

.blog-item .events-item .event-item-txt h4{ font-size: 18px;margin-bottom: 5px;color: #636363;display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;}

.blog-item .events-item .event-item-txt .lg-btn{ margin-top: 15px;}

.blog-item .events-item .event-item-txt .lg-btn a{padding: 7px 20px;background: #19824a; border-radius: 50px; color: #fff;font-size: 14px; border: 1px solid #19824a; transition: all .3s ease;}

.blog-item .events-item .event-item-txt .lg-btn a:hover{background-color: #fff;color: #19824a;}

.news-section  .blog-item{ padding: 15px 15px;}

.news-section .lord-content{ height: 339px;  overflow: hidden;padding-bottom: 10px;}

.news-section .lord-content.open{ overflow-y: scroll;}

.news-section .lord-content::-webkit-scrollbar { width: 2px;}

.news-section .lord-content::-webkit-scrollbar {width: 6px; background-color: #D6DADD; border-radius: 10px;}

.news-section .lord-content::-webkit-scrollbar-thumb { background: #0D4F8A;border-radius: 10px;}

.news-section .recent-list .list-img{    width: 100px;flex: 0 0 100px;}

.news-section .recent-list .list-img img{ height: 100%;}

.news-section .recent-list .list-txt{ margin-left: 10px;}

.news-section .recent-list .list-txt p{  margin: 0; font-size: 12px;font-weight: 500;  display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical; overflow: hidden;}

.news-section .recent-list li{ margin-bottom: 15px;border-bottom: 1px solid whitesmoke; padding: 8px 5px;}

.news-section .recent-list .active{ background: whitesmoke;}

.news-section .recent-list a{ font-size: 12px; color: #19824a;}

.news-section .recent-list { height: 410px;overflow-y: scroll;}

.news-section .recent-list::-webkit-scrollbar {width: 2px;}

.news-section .recent-list::-webkit-scrollbar { width: 6px; background-color: #D6DADD;border-radius: 10px;}

.news-section .recent-list::-webkit-scrollbar-thumb { background: #19824a; border-radius: 10px;}

.event li .calender {text-align: center; margin-right: 15px;background: #216db9;height: 100%; border-radius: 5px;padding: 2px 0;border: 1px solid #00000052;}

.event li .calender p{margin: 0;padding: 2px 15px;color: #fff;}

.event li .calender .lg-t{font-size: 14px;}

.event li .calender .sm-t{background: #004991;font-size: 12px;}

.event li .calender .sm-b{font-size: 12px;}

.event li .ann-cont p{ margin: 0;font-size: 12px; font-weight: 500; display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical; overflow: hidden;}

.social-media-btn li{ width: 45%; margin-right: 10px;margin-bottom: 10px;}

.social-media-btn ul{display: flex;flex-wrap: wrap;}

.social-media-btn li a{width: 100%; display: block;padding: 8px 15px;border: 1px solid ;color: #fff;border-radius: 5px;}

.social-media-btn .facebook a{border: 1px solid #3b5998; background: #3b5998;}

.social-media-btn .youtube a{border: 1px solid #ff0000; background: #ff0000;}

.social-media-btn .twiter a{border: 1px solid #1da1f2;background: #1da1f2;}

.social-media-btn  .linkedin a{ border: 1px solid #0a66c2; background: #0a66c2;}

.social-media-btn  .instagram a{ border: 1px solid #c32aa3;background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); }

.gallery-slider{ overflow: hidden;}


.lord-more {width: fit-content; margin: 0 auto;}

.footer{margin-top: 30px; padding: 35px 0;    background: #101727;} 

.footer .footer-inner{text-align: center; color: #fff;}

.footer .footer-inner ul{display: flex;align-items: center;justify-content: center; gap: 20px;}

.footer .footer-inner .footer-top{padding-bottom: 15px;border-bottom: 1px solid #0f67fd66; margin-bottom: 15px;}

.footer .footer-inner p{color: #fff;}

.footer .footer-inner li a{color: #839ac4;}

.footer .footer-inner .footer-btn a{color: #00990E;}

/* ----------Event-popup----------- */

.event-popup {position: fixed;inset: 0;z-index: 9999; background: rgba(0, 0, 0, 0.91); width: 100%;height: 100%;}

.admission2 {max-width: 1000px; position: absolute;left: 50%;top: 50%; transform: translate(-50%, -50%); width: 100%;border-radius: 5px;background-image: url(../images/bg-trd-shape.jpg); background-position: center; background-size: cover;background-repeat: no-repeat;overflow: hidden;}

.admission2::before{position: absolute; content: " ";top: 0;left: 0;height: 100%; width: 100%;background: #ffffffe3;}

.event-popup .blog-image{width: 350px;}

.blog-cont{position: relative;padding: 15px;  padding-bottom: 25px;}

.admission2 .blog-title h4{ margin-top: 35px;  color: #305ab0;margin-bottom: 5px;}

.admission2 .blog-content{ margin-top: 15px; height: 155px; overflow-y: scroll;padding-right: 15px;}

.admission2 .blog-content::-webkit-scrollbar { width: 2px;}

.admission2 .blog-content::-webkit-scrollbar {width: 6px; background-color: #D6DADD; border-radius: 10px;}

.admission2 .blog-content::-webkit-scrollbar-thumb { background: #0D4F8A;border-radius: 10px;}

.admission2 .cos{margin-top: 25px;padding: 8px 15px;border-radius: 5px; background: #305ab0;border: 1px solid #305ab0;  color: #fff;}

.admission2 .cos i{transform: rotateY(180deg);}

/* -----------login-form------------- */

.form_main {width: 100%; display: flex;flex-direction: column; align-items: center;justify-content: center; background-color: rgb(255, 255, 255); padding: 30px 30px 30px 30px;box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.062); position: relative;overflow: hidden;}

.form_main::before {position: absolute;content: ""; width: 300px;height: 300px;background-color: rgb(41 128 82 / 27%);transform: rotate(45deg);left: -180px; bottom: 30px; z-index: 1;border-radius: 30px;box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.082);}

.heading { font-size: 2em; color: #2e2e2e; font-weight: 700;margin: 5px 0 10px 0;z-index: 2;}

.inputContainer { width: 100%; position: relative;display: flex; align-items: center;justify-content: center;z-index: 2;}

.inputIcon {position: absolute;left: 3px;}

.inputField {width: 100%;height: 30px;  background-color: transparent;border: none;border-bottom: 2px solid rgb(173, 173, 173); margin: 10px 0; color: #4f4f4f;font-size: .8em;font-weight: 500;box-sizing: border-box; padding-left: 30px;}

.inputField:focus {outline: none;border-bottom: 2px solid rgb(199, 114, 255);}

.inputField::placeholder { color: rgb(80, 80, 80); font-size: 1em;font-weight: 500;}

#button {z-index: 2; position: relative;width: 100%; border: none; background-color: #19824a; height: 30px;color: white;font-size: .8em; font-weight: 500;  letter-spacing: 1px;  margin: 10px; cursor: pointer;}

#button:hover {background-color: #305ab0;}

.forgotLink {z-index: 2; font-size: .7em; font-weight: 500; color: #305ab0;text-decoration: none;padding: 8px 15px;border-radius: 20px;}

.login-form .modal-body{ padding: 0;}

.login-form .btn-close{position: absolute; right: 15px; top: 15px; z-index: 99;}

.inputContainer i{position: absolute; left: 6px; top: 16px; color: #000000;}

.title {font-size: 20px;font-weight: bold; color: black}

.message {color: #a3a3a3; font-size: 14px; margin-top: 4px;text-align: center}

.inputs { margin-top: 10px}

.inputs input {width: 32px;height: 32px;text-align: center; border: none;border-bottom: 1.5px solid #d2d2d2;margin: 0 10px;background: unset;}

.inputs input:focus { border-bottom: 1.5px solid royalblue; outline: none;}

.action {margin-top: 24px;padding: 12px 16px; border-radius: 8px;border: none; background-color: royalblue;color: white; cursor: pointer; align-self: end;}

.otp-fild {display: none}

.otp-fild.selected{display: block;position: relative;z-index: 9;}

.fg-pass.remove-pass{display: none;}

.forgot-pass .action { display: block;width: fit-content;}

/* ==================Admin Panel==================== */

.ad-hom-box {background: #fff;margin: 5px; position: relative; overflow: hidden;border-radius: 5px; box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.05);width: 100%;}

.ad-hom-col-com {height: 100%;width: 100px; display: flex;justify-content: center;align-items: center;float: left;}

.ad-hom-col-com i {color: #fff; font-size: 35px;text-align: center;}

.ad-hom-view-com {padding: 10px; float: left;}

.ad-hom-box p {color: #9a9a9a;}

.ad-hom-col-1 {background: #167ee6; text-align: center;}

.ad-hom-col-2 {background: #4caf50;}

.ad-hom-col-3 {background: #4c5caf;}

.ad-hom-col-4 {background: #da0c4d;}

.ad-v2-hom-info-inn ul{ display: flex;}

.ad-v2-hom-info-inn ul li{display: inline-flex;width: 25%;}

.dashbord-inner {padding: 15px;border: 1px solid #e1e1e1;position: relative;}

.dashbord .dash-content h4{color: #305ab0;}

.dashbord .accordion {overflow-y: scroll;}

.btn-group li{ margin-right: 15px;}

.btn-group li a{ padding: 8px 25px; border: 1px solid; border-radius: 5px;color: #fff; transition: all .3s ease;}

.btn-group li .add{border-color: #305ab0;background: #305ab0;}

.btn-group li .add:hover{background: unset;color: #305ab0;}

.btn-group li .save{ border-color: #19824a;background: #19824a;}

.btn-group li .save:hover{background: unset;color: #19824a;}

.btn-group li .edit{border-color: #4c5caf;background: #4c5caf;}

.btn-group li .edit:hover{background: unset; color: #4c5caf;}

.btn-group li .close{ border-color: #da0c4d;background: #da0c4d;}

.btn-group li .close:hover{background: unset;color: #da0c4d;}

.btn-group li .sub-dept{border-color: #0cda84;background: #0cda84;}

.btn-group li .sub-dept:hover{background: unset;color: #0cda84;}

.table  th {background: #216db9;color: #fff; border: 1px solid #fff; padding: 15px;font-size: 17px;}

.table td { border: 1px solid #e3e3e3; padding: 12px;}

/* .table td a{color: #305ab0;} */

/* .table td a:hover{color: #19824a;} */

.table td img{width: 50px;height: 50px;object-fit: contain;}

.table td p{margin: 0;font-size: 12px;}

.table td .delet{margin-right: 12px; padding: 6px 15px;border: 1px solid #e34e4e;border-radius: 5px;background: #e34e4e;color: #fff;}

.table td .delet:hover{background: #fff;color: #e34e4e;}

.table td .edit{ padding: 6px 15px;border: 1px solid #19824a;border-radius: 5px; background: #19824a;color: #fff;}

.table td .edit:hover{ background: #fff; color: #19824a;}

.del-yes{margin-right: 15px;border: 1px solid #007738;padding: 5px 20px;border-radius: 5px;background: #007738;color: #fff;}

.del-yes:hover{ background: #fff; color: #007738;}

.del-no{border: 1px solid #6d0626; padding: 5px 20px;border-radius: 5px;background: #6d0626; color: #fff;}

.del-no:hover{background: #fff;color: #6d0626;}

.tablein {white-space: nowrap;}

.admin-table h3{font-size: 20px;color: #305ab0;position: relative;border-bottom: 2px solid #305ab0;width: fit-content;padding-bottom: 10px;}

.admin-table h3::before{position: absolute;content: " "; bottom: -5px; left: 50%; height: 10px;width: 10px; background-color: #305ab0;transform: translate(-50%, 1px) rotate(45deg);}

.admin-table .form-row label{margin-bottom: 8px;}

.admin-table .form-row label span{color: red;}

.admin-table .form-row .form-control{padding: 10px; border-radius: 3px;}

.admin-table .form-row .form-control:focus{box-shadow: unset;}

.viewed-img{ position: relative;  padding: 15px; border: 1px solid #e5e5e5;padding-top: 35px;}

.viewed-img .listof-photo{position: absolute; top: -15px;left: 15px; padding: 7px 20px; border: 1px solid #e5e5e5;  background: #fff;}

.viewed-img .listof-photo p{margin: 0;}

.viewed-img ul{display: flex;gap: 15px;}

.table-top {justify-content: space-between;align-items: center;}

.table-top a{padding: 10px 20px;border: 1px solid #305ab0;border-radius: 5px;background: #305ab0;color: #fff;}

.table-top a:hover{background: unset;color: #305ab0;}

/* ------------Dark Theam------------ */
.dark-theme {background-color: #000000;color: #fff;}

.dark-theme .video-item .nav-pills{background: #000000;}

.dark-theme .mid-menu {background: #000000;}

.dark-theme .top-logo img { filter: brightness(1000);}

.dark-theme .product-page .filter-product-div .contentbtn {color: #216db9; background: #000000;}

.dark-theme .table tr{background-color: #0000;}

.dark-theme .table td {color: #fff;}

.dark-theme .five-t img{filter: contrast(0.5);}

/* -----------new-css------------ */

.new-btn{position: absolute;right: 20px;top: 15px;}

.new-btn button{padding: 8px 30px;border: 1px solid #216db9;background: #216db9; color: aliceblue;border-radius: 5px; font-size: 18px;transition: all .3s ease-in-out;}

.new-btn button:hover{ background: #ffffff; color: #216db9;}

.hide-form{display: none;}

.hide-form.someClass{display: block !important;}

.vdo-up{margin-right: 10px;padding: 8px 15px; border: 1px solid #4c804f; border-radius: 5px; background: #4c804f;color: #fff;}

.vdo-up:hover{background: #fff;color: #4c804f;}

.img-up{padding: 8px 15px; border: 1px solid #305ab0; border-radius: 5px; background: #305ab0;color: #fff;}

.img-up:hover{background: #fff;color: #305ab0;}

.view-image-btn {background-color: #198754 !important; }

/* .modal-open{    overflow: auto !important; padding-right: 0 !important;} */

.modal-backdrop.show { opacity: .9;}


/* ====================Master Admin================== */

.master-header .header-image img{width: 65px;}

.master-header-inner{display: flex;justify-content: space-between;}

.master-header-inner .header-left{width: 293px;background: #f1ffff;padding: 5px;flex: 0 0 293px;}

.master-header-inner .header-left .header-image{text-align: center;}

.master-header .profile img{width: 40px;}

.master-header .admin-bar{display: flex; align-items: center;justify-content: end;}

.master-header .header-right{width: 100%; height: 60px; background: #19824a;padding: 10px;margin-left: 20px;}

.admin-bar .dropdown-toggle{ background: unset; border: unset;color: #fff;}

.admin-bar .dropdown-toggle::after {border-top: 0.3em solid #fff;}

.admin-bar .dropdown:hover .dropdown-menu{display: block !important;}

.admin-bar .dropdown-menu{background: #48a54c;}

.admin-bar  .dropdown-item{color: #fff;}

.admin-bar  .dropdown-item:hover{background-color: unset;}

.dashbord .accordion{height: auto;}

/* -----Login Form----- */

.login-form{height: 100vh;}

.login-form .form-body {background-color: #064E89;height: 100%;}

.login-form .img-holder {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 550px;
  min-height: 700px;
  height: 100%;
  overflow: hidden;
  background-color: #000000;
  padding: 60px;
  text-align: center;
  z-index: 999;
  width: 550px;
  background-color: #fff;
}
.login-form  .img-holder .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.login-form .form-body > .row {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  height: 100%;flex-wrap: wrap;
}

.login-form  .img-holder .info-holder {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.login-form  .img-holder .info-holder h3 {
  display: inline-block;
  color: #064E89;
  text-align: left;
  font-size: 23px;
  font-weight: 900;
  margin-bottom: 30px;
  width: 100%;
  max-width: 378px;
  padding-right: 30px;
} 

.login-form .img-holder .info-holder p {
  display: inline-block;
  color: #064E89;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 50px;
  width: 100%;
  max-width: 378px;
  padding-right: 30px;
}

.login-form .img-holder .info-holder img {
  width: 100%;
  max-width: 378px;
}
.login-form .form-holder {
  padding-left: 550px;
  width: 100%;
}

.login-form .form-holder .form-content {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
  min-height: 100%;background-color: #064E89;
}

.login-form  .form-content .form-items {
  display: inline-block;
  width: 100%;
  max-width: 340px;    max-width: 340px;
  text-align: left;
  transition: all 0.4s ease;
}

.login-form .website-logo-inside {
  margin-bottom: 25px;
}
.login-form .website-logo-inside .logo {
  display: inline-block;
  background-image: url(../images/logo-light.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.login-form .website-logo-inside .logo img {
  width: 100px;filter: brightness(1000);
}

.login-form .form-control{padding: 10px 10px;margin-bottom: 20px;border-radius: 5px 0 5px 0}

.login-form .page-links{  margin-bottom: 20px; width: fit-content; border-bottom: 2px solid #fff;padding-bottom: 5px;}

.login-form .page-links a{font-size: 18px;color: #fff;}

.login-form .ibtn{padding: 8px 30px;border-radius: 5px; border: 1px solid #19824a;background: #19824a;color: #fff;transition: all .3s ease;}

.login-form .form-button a{color: #fff; margin-left: 5px;}

.login-form .form-button a:hover{color: red;}

.login-form .ibtn:hover {border: 1px solid #14e575;background: #14e575;}


/* ===== */

.ac-label {
  font-weight: 400;
  position: relative;
  margin-bottom: 0;
  display: block;
  cursor: pointer;
  background-color: unset;
  transition: background-color .15s ease-in-out;
  font-size: 13px;
  color: #a5a5a5;
  padding-top: 5px;
}

.ac-label i{margin-right: 8px;}

.ac-input:checked + label, .ac-label:hover {
  background-color: #fff;
  color: #19824a;
}

.ac-label:after, .ac-input:checked + .ac-label:after {
  content: "+";
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  line-height: 2.25em;
  text-align: center;
  background-color: #a5a5a5;
  transition: background-color .15s ease-in-out;
  color: #fff;
}

.ac-label:hover .ac-input:checked + .ac-label:after{
  background-color: #19824a;
}

.ac-text .ac-label:after {
  content: "+";
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  line-height: 2.25em;
  text-align: center;
  background-color: #19824a;
  transition: background-color .15s ease-in-out;
  color: #19824a;
}

.ac-label:hover:after, .ac-input:checked + .ac-label:after {
  background-color: #19824a;
}

.ac-input:checked + .ac-label:after {
  content: "-";
}

.ac-input {
  display: none;
}


.ac-text, .ac-sub-text {
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  margin-top: 11px;
  transition: opacity .5s ease-in-out;
  overflow: hidden;
}

.ac-input:checked ~ .ac-text, .ac-sub .ac-input:checked ~ .ac-sub-text { 
  opacity: 1;
  height: auto;
}


.ac-sub .ac-label {
  background: none;
  font-weight: 400;
  padding: .5em 2em;
  margin-bottom: 0;
}

.ac-sub .ac-label:checked {
  background: none;
  border-bottom: 1px solid whitesmoke;
}

.ac-sub .ac-label:after, .ac-sub .ac-input:checked + .ac-label:after {
  left: 0;
  background: none;
  color: #305ab0;
}

.ac-sub .ac-input:checked + label, .ac-sub .ac-label:hover {
  background: none;
  color: #305ab0;
}

.ac-sub-text {
  padding: 0 1em 0 2em;
}


/* ====================responssive==================== */

@media only screen and (min-width: 1480px) and  (max-width: 1920px)  {
  .container {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1300px) and  (max-width: 1400px)  {

}
@media only screen and (min-width: 1180px) and  (max-width: 1299px)  {

}
@media only screen and (min-width: 992px) and  (max-width: 1179px)  {

}
@media only screen and (min-width: 768px) and  (max-width: 991px)  {
  .top-menu .top-menu-cont li {font-size: 14px;}
  .social-media-btn li a {font-size: 11px;}
  .banner-section .nbn img { width: 190px;}
  .product-page .filter-product-div .contentbtn { font-size: 13px;padding: 10px;}
  .product-page .filter-product-div .dept-item li a {font-size: 10px; }
  .product-page .content {font-size: 18px;}
  .video-header h5 {font-size: 18px;}
  .accordion { height: 370px;}

}
@media only screen and (max-width: 767px) {
  .top-menu-cont{display: none;}
  .top-menu .top-menu-inn {justify-content: center;}
  .news-section .lord-content {height: 325px;}
  .department-content{margin-top: 15px;}
  .video-header h5 { font-size: 18px;}
  .product-page .content { font-size: 18px;}
  .product-page .filter-product-div .contentbtn {font-size: 14px;}
  .product-page .filter-product-div .dept-item li a {font-size: 12px;}
  .top-icon{display: none;}
  .five-t{display: none;}
  .top-logo img {width: 65px;}
  .login{margin-right: 0;}
  .banner-section .nbn img {width: 150px;}
  .footer .footer-inner li a, .footer .footer-inner p {font-size: 14px;}
  .news-section .recent-list .list-img {width: 80px; flex: 0 0 80px;    height: 80px;}
  .login .log-in .log-3 img { animation: arow-slide-lrr 1s ease-in-out infinite;}
  .accordion {height: 350px;}
  .admission2 {width: 95%;}


}
@media only screen and (max-width:460px){
  .news-section .lord-content { height: 352px;}
  .video-item .nav-link {font-size: 15px;padding: 5px 20px;}
  .event-popup .blog-image {width: 100%;}
  .blog-content p{font-size: 14px;}
}