.news-border {
  padding: 2px;
  /* border-radius: 20px; */
  /* background: linear-gradient(45deg, #007cf0, #00dfd8, #ff6ec4, #007cf0); */
  /* background-size: 300% 300%; */
  /* animation: gradient-border 6s linear infinite; */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.row.news-item1 {
    margin: 5px;
}

/* Scale the entire card (including border) on hover */
.news-border:hover {
  transform: scale(1.03);
  /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); */
}

/* Inner white card */
.news-item {
    background: #f0fbff;
    border-radius: 20px;
    padding: 4px 15px;
    display: flex;
    align-items: center;
    color: #111;
    text-decoration: none;
    transition: color 0.3s ease;
    margin: 1px;
    border: 1px solid #c9c9c9;
}

/* Hover text styling */
.news-item:hover .news-link {
  /* color: #007cf0; */
  text-decoration: underline;
}

.arrow-icon {
  width: 18px;
  margin-top: -2px;
}

.news-link {
  font-size: 15px;
  font-weight: 500;
  color: #111;
  line-height: 1.4;
}

/* Gradient animation */
@keyframes gradient-border {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Section header and image spacing */
.newsletter-box .sec_image {
  width: 60px;
  height: auto;
}

.newsletter-box h4.section-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #000;
}

 
 
 
 
 
 
 
 
 
 
 .nr-section {
     /* padding: 60px 0; */
 }

 .vertical-center {
     display: flex;
     align-items: center;
     justify-content: center;
     /* optional for horizontal centering */
     /*height: 100%;*/
 }



 .txt_justify {
     text-align: justify !important;
 }


 .nr-title {
     text-align: center;
     margin-bottom: 40px;
 }

 .nr-title h2 {
     font-size: 32px;
     font-weight: 700;
     text-transform: uppercase;
     margin-bottom: 10px;
     color: white;
 }

 .nr-title p {
     font-size: 16px;
     max-width: 900px;
     margin: 0 auto;
     color: white;
 }

 .nr-vision-wrapper {
     background: linear-gradient(to right, #0072ff, #00c6ff);
     padding: 60px 20px;
     color: white;
     text-align: center;
 }

 .nr-vision-card {
     background: white;
     color: #333;
     border-radius: 12px;
     max-width: 800px;
     margin: 0 auto;
     padding: 40px 30px;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
     position: relative;
 }

 .nr-vision-card .nr-icon {
     font-size: 40px;
     color: #0072ff;
     margin-bottom: 10px;
 }

 .nr-vision-card h3 {
     font-size: 20px;
     font-weight: bold;
     margin-bottom: 10px;
 }

 .nr-objective-box {
     background: linear-gradient(to right, #8e2de266, #4a00e08f);
     color: white;
     padding: 30px;
     /* border-radius: 10px; */
     position: relative;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
     margin-bottom: 30px;
 }

 .nr-objective-box .nr-icon {
     font-size: 28px;
     margin-right: 10px;
     vertical-align: middle;
 }

 .nr-objective-box h3 {
     display: inline-block;
     font-size: 24px;
     font-weight: bold;
     vertical-align: middle;
 }

 .nr-objective-box p {
     margin-top: 10px;
     font-size: 15px;
 }

 .nr-bullet-wrapper {
     display: flex;
     flex-direction: column;
     height: 100%;
 }

 .nr-bullet-row {
     display: flex;
     flex-wrap: wrap;
     margin: 0 -10px;
 }

 .nr-bullet-col {
     width: 33.3333%;
     padding: 10px;
     box-sizing: border-box;
 }

 .nr-bullet-card {
     background: linear-gradient(to right, #6f6b2df5, #10101091);
     padding: 10px;
     border-radius: 10px;
     box-shadow: 0 3px 8px rgb(255 255 255 / 80%);
     font-weight: 500;
     display: flex;
     align-items: center;
     justify-content: center;
     height: 72px;
     text-align: center;
     margin: 7px;
     color: white;
     border: 2px solid black;
     font-size: 18px;
 }

 @media (max-width: 991px) {
     .nr-bullet-col {
         width: 50%;
     }
 }

 @media (max-width: 600px) {
     .nr-bullet-col {
         width: 100%;
     }
 }

 .nr-img {
     width: 80%;
     border-radius: 10px;
     margin-bottom: 20px;
     box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
 }

 @media (max-width: 767px) {

     .nr-vision-card,
     .nr-objective-box {
         padding: 25px;
     }
 }

 .nr-section {
     position: relative;
     background-image: url('../images/new/nr1.webp');
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
     z-index: 1;
 }

 .nr-section1 {
     position: relative;
     background-image: url('../images/new/7.webp');
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
     z-index: 1;
 }

 .nr-section2 {
     position: relative;
     background-image: url('../images/new/nr5.webp');
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
     z-index: 1;
 }

 /* Dark overlay */
 .nr-section1::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.65);
     /* Adjust darkness if needed */
     z-index: 2;
 }

 /* Ensure content stays on top */
 .nr-section1>.container {
     position: relative;
     z-index: 3;
 }

 img.nr_img {
     margin-top: 25px;
     width: 500px;
 }















 /* Section background and padding */
 .mod-project-impact-section {
     position: relative;
     background-image: url('../images/new/4.webp');
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
     z-index: 1;
 }

 /* Dark overlay */
 .mod-project-impact-section::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.65);
     /* Adjust darkness if needed */
     z-index: 2;
 }

 /* Ensure content stays on top */
 .mod-project-impact-section>.container {
     position: relative;
     z-index: 3;
 }

 /* Title */
 .mod-title {
     font-size: 28px;
     margin-bottom: 30px;
     /* border-bottom: 2px solid #fff; */
     display: inline-block;
     padding-bottom: 10px;
 }

 /* Carousel/Feature Box */
 .mod-feature-box {
     /* background: #2b3a50; */
     /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); */
     padding: 20px;
     border-radius: 8px;
     margin-bottom: 30px;
 }

 /* Main Image */
 .mod-main-img {
     border-radius: 6px;
     /* max-height: 250px;
    object-fit: cover; */
     width: 100%;
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
 }

 /* Sub Title */
 .mod-subtitle {
     font-size: 22px;
     margin-bottom: 10px;
 }

 /* Info list */
 .mod-info-list {
     margin-top: 15px;
     padding-left: 0;
 }

 .mod-info-list li {
     color: #eee;
 }

 /* Button shadow */
 .mod-btn-shadow {
     box-shadow: 0 2px 6px rgba(255, 255, 255, 0.2);
     margin-top: 10px;
 }

 /* Sidebar */
 .mod-sidebar {
     background-image: url('../images/new/front-sidebar1.webp');
     background-repeat: no-repeat;
     background-size: cover;
     padding: 20px;
     border-radius: 6px;
     box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
 }

 .mod-sidebar-item {
     border-bottom: 1px solid #ccc;
     padding: 15px 0;
     overflow: hidden;
 }

 .mod-sidebar-img {
     width: 63px;
     height: 80px;
     /* object-fit: cover; */
     border-radius: 4px;
     border: 2px solid gray;
 }

 .mod-sidebar-text {
     margin-left: 80px;
 }

 .mod-sidebar-text h4 {
     font-size: 16px;
     margin: 0 0 5px 0;
 }

 .mod-sidebar-date {
     font-size: 13px;
     color: #555;
 }


 /* Responsive tweaks */
 @media (max-width: 767px) {
     .mod-feature-box {
         text-align: center;
     }

     .mod-sidebar-text {
         margin-left: 0;
         margin-top: 10px;
         text-align: left;
     }

     .mod-sidebar-item {
         text-align: left;
     }

     .mod-sidebar-img {
         margin-bottom: 10px;
     }

     .mod-sidebar-text {
         margin-left: 0;
         margin-top: 0px;
         padding-left: 93px;
         text-align: left;
     }
 }

 .mod-view-btn {
     margin-top: 20px;
     display: inline-block;
     padding: 10px 20px;
     background-color: #086d08;
     color: #fff !important;
     font-weight: 600;
     text-transform: uppercase;
     border-radius: 4px;
     transition: all 0.3s ease;
     box-shadow: 0 4px 10px rgba(0, 188, 212, 0.3);
 }

 .mod-view-btn:hover,
 .mod-view-btn:focus {
     background-color: #0097a7;
     color: #fff;
     box-shadow: 0 6px 14px rgba(0, 151, 167, 0.4);
     text-decoration: none;
 }

 /* Justify the description paragraph */
 .mod-feature-box p.text-white {
     text-align: justify;
 }




















 /* Shared Section Styling */

 .mod-latest-advisories-section {
     position: relative;
     background-image: url('../images/new/8.webp');
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
     z-index: 1;
 }

 /* Dark overlay */
 .mod-latest-advisories-section::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgb(0 0 0 / 35%);
     /* Adjust darkness here */
     z-index: 2;
 }

 /* Ensure inner content is above overlay */
 .mod-latest-advisories-section>.container {
     position: relative;
     z-index: 3;
 }

 .mod-section-title .mod-title {
     font-size: 28px;
     margin-bottom: 30px;
     /* border-bottom: 2px solid #fff; */
     display: inline-block;
     padding-bottom: 10px;
     color: #fff;
 }

 /* Main Carousel/Feature Content */
 .mod-feature-box {
     /* background: #2b3a50; */
     /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); */
     /* padding: 20px; */
     border-radius: 8px;
     margin-bottom: 30px;
 }



 .mod-subtitle {
     font-size: 22px;
     margin-bottom: 10px;
 }

 .mod-info-list {
     margin-top: 15px;
     padding-left: 0;
 }

 .mod-info-list li {
     color: #eee;
     margin-right: 15px;
     display: inline-block;
 }

 /* Justified text */
 .mod-justify {
     text-align: justify;
 }





 /* View All Button */
 .mod-view-all-btn {
     display: block;
     background-color: #00bcd4;
     color: #fff;
     text-align: center;
     font-weight: bold;
     padding: 12px;
     margin-top: 20px;
     border-radius: 4px;
     box-shadow: 0 3px 8px rgba(0, 188, 212, 0.2);
     transition: all 0.3s ease;
 }

 .mod-view-all-btn:hover {
     background-color: #0097a7;
     color: #fff;
     text-decoration: none;
     box-shadow: 0 5px 12px rgba(0, 151, 167, 0.3);
 }

 /* Responsive Tweaks */
 @media (max-width: 767px) {
     .mod-feature-box {
         text-align: center;
     }

     .mod-sidebar-text {
         margin-left: 0;
         margin-top: 10px;
         padding-left: 10px;
         text-align: left;
     }

     .mod-sidebar-item {
         text-align: left;
     }

     .mod-sidebar-img {
         margin-bottom: 10px;
     }
 }









 .header-nav {
     z-index: 4;
 }



 .bg_rmc {
     background-image: url('../images/new/7.webp');
     background-repeat: no-repeat;
     background-size: cover;
 }


 .bg_rmc_2 {
     background-image: url('../images/new/5.webp');
     background-repeat: no-repeat;
     background-size: cover;
 }

 .bg_nrrf {
     background-image: url('../images/new/nr5.webp');
     background-repeat: no-repeat;
     background-size: cover;
 }
  .bg_nrrf::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.605);
     /* semi-transparent black */
     z-index: 2;
 }

  .bg_nrrf1 {
     background-image: url('../images/new/nr1.webp');
     background-repeat: no-repeat;
     background-size: cover;
 }
  .bg_nrrf1::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgb(159 159 159 / 27%);
     /* semi-transparent black */
     z-index: 2;
 }

 .bg_web_head {
     background-image: url('../images/new/8.webp');

 }

 .bg_web_head::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.5);
     /* semi-transparent black */
     z-index: 1;
 }

 .bg_web_projection_impact {
     background-image: url('../images/new/10.webp');
     background-repeat: no-repeat;
     background-size: cover;
 }

 .bg_web_projection_impact::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.5);
     /* semi-transparent black */
     z-index: 2;
 }

 .bg_rmc_2::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.605);
     /* semi-transparent black */
     z-index: 2;
 }

 .container,
 .section-header {
     position: relative;
     z-index: 3;
     /* bring content above overlay */
 }

 .bg_rmc_3 {
     background-image: url('../images/new/3.webp');
     background-repeat: no-repeat;
     background-size: cover;
 }

 .bg_rmc_4 {
     background-image: url('../images/new/8.webp');
     background-repeat: no-repeat;
     background-size: cover;
 }

 .section-header {
     text-align: center;
     padding: 60px 15px 30px;
     background-color: #f8f9fa;
 }

 .section-header h2 {
     color: white;
     font-weight: bold;
     margin-bottom: 20px;
 }

 .section-header p {
     font-size: 18px;
     color: white;
     max-width: 800px;
     margin: 0 auto;
 }

 .section-image {
     width: 90%;
     height: auto;
 }

 .content-section {
     padding: 60px 15px;
 }

 .custom-box {
     margin-bottom: 30px;
 }

 .custom-heading {
     font-size: 28px;
     font-weight: 600;
     margin-bottom: 20px;
 }

 .custom-list {
     list-style: none;
     padding-left: 0;
 }

 .custom-list li {
     padding: 8px 8px;
     font-size: 16px;
     border: 1px solid #eee;
     margin: 10px 0px;
     box-shadow: 2px 2px 2px 0px grey;
     border-radius: 10px;
     background-color: #0000005c;
 }



 .img-left {
     padding-right: 30px;
 }

 @media (max-width: 767px) {

     .img-left,
     .img-right {
         padding: 0;
         margin-top: 20px;
     }
 }

 .img-right {
     display: flex;
     justify-content: center;
     /* horizontal centering */
     align-items: center;
     /* vertical centering */
     height: 100%;
     /* ensure full height of parent */
 }

 .rmc_sec_img {
     width: 80%;
     border-radius: 17px;
     max-width: 100%;
     height: auto;
     border: 1px solid black;
 }







 p.hero-description {
     text-align: justify;
 }






























 .menuzord-menu>li>a {
     padding: 8px 9px !important;
     border-radius: 30px !important;
 }



 .bg_ic {
     background-image: url('../images/new/ic.webp');
     background-repeat: no-repeat;
     background-size: cover;
 }



 .ic_img {
     width: 70%;
 }


 .bg_coe {
     background-image: url('../images/new/coe.webp');
     background-repeat: no-repeat;
     background-size: cover;
 }



 .coe_img {
     width: 70%;
 }


.overlay-coe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgb(0 0 0 / 70%);
     /* dark overlay */
     z-index: 1;
 }

 .coe-container {
     position: relative;
     z-index: 2;

 }






































 .circle-layout {
     background: linear-gradient(to right, #f0f2f5, #e4e8f0);
     padding: 20px 0;
     text-align: center;
 }

 .circle-container {
     position: relative;
     width: 600px;
     height: 600px;
     margin: 0 auto;
 }

 .circle-center {
     position: absolute;
     width: 260px;
     height: 260px;
     background: #ffffff;
     border-radius: 50%;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     padding: 30px;
     box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 14px;
     z-index: 2;
 }

 .circle-items {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     z-index: 1;
 }

 .circle-item {
     position: absolute;
     width: 80px;
     height: 80px;
     border-radius: 50%;
     background: #ffffff;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
     text-align: center;
     text-decoration: none;
     color: #333;
     transition: all 0.3s ease;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
 }

 .circle-item:hover {
     background-color: #007bff;
     color: #fff;
     transform: scale(1.1);
 }

 .circle-item i {
     font-size: 18px;
 }

 .circle-item span {
     font-size: 11px;
     margin-top: 4px;
 }




































 .hero-section {
     position: relative;
     width: 100vw;
     /* Full viewport width */
     margin: 0;
     padding: 0;
     background-image: url('../images/new/3.webp');
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     color: #fff;
 }

 .overlay-ic {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgb(0 0 0 / 78%);
     /* dark overlay */
     z-index: 1;
 }

 .ic-container {
     position: relative;
     z-index: 2;

 }



 .overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.6);
     /* dark overlay */
     z-index: 1;
 }

 .hero-content {
     position: relative;
     z-index: 2;
 }

 .hero-title {
     font-size: 2.2rem;
     font-weight: bold;
     margin-bottom: 25px;
     color: #ffffff;
 }

 .text-content p {
     font-size: 1.1rem;
     line-height: 1.7;
     color: #dddddd;
 }

 .video-container {
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .video-wrapper {
     position: relative;
     width: 100%;
     /* margin-top: 50px; */

 }

 .video-wrapper img {
     border: 2px solid #f4f4f48a;
     border-radius: 20px;
     width: 82%;
     margin-left: 45px;
 }

 .video-wrapper iframe {
     position: absolute;
     top: 20px;
     left: 0;
     width: 100%;
     height: 330px;
     border: none;
     border-radius: 8px;
     box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
 }

 /* Responsive Grid System (if not using Bootstrap) */
 .container {
     width: 96%;
     max-width: 1200px;
     margin: auto;
 }



 span.inner-span {
     font-weight: bold;
     color: yellow;
 }
















 @media only screen and (max-width: 600px) {
     .slider_arrow {
         display: none;
     }
 }



 .team-card {
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
     margin: 20px auto;
     text-align: center;
     border-radius: 5px;
     overflow: hidden;
     background: #fff;
 }

 .team-card img {
     width: 100%;
     height: 250px;
     display: block;
 }

 .lib img {
     height: 320px;
 }

 .team-card .card-body {
     padding: 15px;
 }

 .team-card .name {
     font-weight: bold;
     font-size: 18px;
     margin-top: 10px;
 }

 .team-card .role {
     color: #d63384;
     font-size: 13px;
     text-transform: uppercase;
     margin-bottom: 10px;
 }

 .team-card .description {
     font-size: 13px;
     color: #555;
     padding: 0 10px;
 }

 .team-card.card_custom {
     border: 1px solid grey;
     box-shadow: 0px 0px 12px -2px white;
     transition: transform 0.3s ease;
     /* Smooth transition */
     margin-bottom: 35px;
     background-color: #0000006e;
 }

 .team-card.card_custom:hover {
     transform: scale(1.05);
     /* Zoom in slightly on hover */
 }

 .date_dew {
     color: white;
     font-weight: bold;
 }

 .title_dew {
     color: yellow;
     font-size: 17px;
     font-weight: bold;
 }









 /* test code for news slider --- start */

 .widget.dark .styled-icons li a:hover i {
     color: #f00;
 }

 .text-yellow {
     color: yellow;
 }

 .entry-date {
     background-color: #0e600e9c !important;
     border-radius: 7px;
 }

 .shadow_table {
     box-shadow: 0px 0px 13px 5px grey;
 }

 .read_more {
     background-color: #0e600e9c !important;
     border-radius: 7px;
 }

 .bg-lighter {
     background-color: #000000b0 !important;
 }

 .post .entry-content {
     background: #00000000;

 }


 input.form-control.search-input.pl {
     border: 1px solid white;
 }

 input.form-control.search-input.pl:focus {
     border: 1px solid white;
 }


 .icon-box.icon-rounded-bordered i,
 .widget .line-bottom:after,
 .widget .line-bottom:after,
 .pager.theme-colored a {
     border: 1px solid #fffffff7;
 }

 .text-sky {
     color: #cdf5ff !important;
 }

 ul.list.theme-colored.check li:before {
     color: white !important;
 }

 .col-md-3.rig_img img {
     border-radius: 10px;
     /* padding: 16px 3px; */
     margin: 7px;
 }

 .icon-revert.icon-dark a {
     background-color: #fffffff7;
     color: #026902f7;
 }

 .plan_single {
     background-color: #0000009e;
     border-radius: 19px;
 }

 .news_title_a:hover {
     text-decoration: underline;
 }

 .footer_logo {
     background-color: #bddfb9;
     padding: 10px;
     border-radius: 15px;
     box-shadow: 0px 0px 9px 3px white;
 }

 .bga {
     background-image: url(../images/bga.png);
     background-repeat: no-repeat;
     background-size: cover;
 }

 .cus input {
     height: 25px;
     font-size: 12px;
 }

 .btn.but {
     padding: 5px 11px !important;
     font-size: 9px !important;
     border-radius: 0px;
 }

 /* test code for news slider --- end */

 .visitor_div {
     border: 2px solid gray;
     padding: 2px 10px;
     background: #6c6c6636;
     box-shadow: 0px 0px 10px 1px;
     border-radius: 12px;
     color: white;
 }

 img.smog_img {
     width: 37px;
 }

 span.text_styl {
     font-size: 18px;
     vertical-align: middle;
     font-weight: bold;
     color: white;
     /* text-decoration: underline; */
 }

 i.fp {
     font-size: 20px;
 }

 @keyframes colorChange {
     0% {
         color: red;
     }

     50% {
         color: white;
     }

     100% {
         color: red;
     }
 }

 .text_styl {
     display: inline-block;
     /* Ensure the span only takes up as much width as necessary */
     animation: colorChange 2s infinite;
     /* Change '2s' to adjust the animation duration */
 }

 .line-bottom:after {
     background: white !important;
 }

 .except_sec {
     height: 45px;
     overflow: hidden;
 }

 .dropdown ul {
     margin-left: 0px !important;
 }

 h4.entry-title.text-black.m-0.mt-5.psm {
     font-size: 16px;
 }

 .entry-content.p-20.pr-10.psm {
     height: 115px;
 }

 .spc {
    padding: 3px 5px 3px 5px !important;
    text-align: justify;
    /* border: 2px solid grey; */
    background-color: #fffff8;
    /* margin: 10px; */
    border-radius: 10px;
     border: 1px solid #c9c9c9;
 }

 .sec_image_1 {
     width: 66.7%;
 }

 .horizontal-rotation {
     animation: rotateY 4s linear infinite;
     transform-origin: center;
 }

 @keyframes rotateY {
     0% {
         transform: perspective(1200px) rotateY(0deg);
     }

     100% {
         transform: perspective(1200px) rotateY(360deg);
     }
 }

 .gradient-bg {
     margin: 2px;
     background-color: #00602f1f;
 }

 .gradient-bg h5 {
     color: black;
 }

 .news_div {
     /* background-color: red; */
     height: 142px;
     overflow: hidden;
     padding: 0px 0px;
 }


 .bold {
     font-weight: bold;
 }

 h4.news {
     font-size: 15px !important;
 }

 .box_cus_shadow {
     box-shadow: 0px 0px 21px -7px white;
 }

 .box_cus_shadow_b {
     box-shadow: 0px 0px 21px -7px rgb(255 255 255);
 }

 .featur_image {
     width: 193px !important;
     height: 155px;
     padding: 7px;
     border-radius: 19px;
 }

 .project_impact_sidebar {
     box-shadow: 0px 0px 0px 0px;
     background-image: url('../images/impact-projection.gif');
     padding: 0px 0px;
     background-size: cover;
 }

 .sitrep_sidebar {
     box-shadow: 0px 0px 11px -2px;
     background-image: url('../images/bg.jpg');
     padding: 15px 8px;
     background-size: cover;
 }

 tr.inner {
     background: url('../images/table_bg.png');
     background-color: #f6ffff !important;
     background-repeat: no-repeat;
 }

 tr.inner2 {
     background: url('../images/table_bg3.png');
     background-color: #f6ffff !important;
     background-repeat: no-repeat;
     background-size: 330px;
 }

 tr.inner3 {
     background: url('../images/table_bg2.png');
     background-color: #f6ffff !important;
     background-repeat: no-repeat;
     background-size: 330px;
     background-position: left;
 }

 tr.inner4 {
     background: url('../images/table_bg4.png');
     background-color: #f6ffff !important;
     background-repeat: no-repeat;
     background-size: 330px;
 }

 .adv_title a {
     color: black !important;
 }

 .adv_title a:hover {
     color: red !important;
 }

 .adv_title2 a {
     color: black !important;
 }

 .adv_title2 a:hover {
     color: red !important;
 }

 .adv_title3 a {
     color: black !important;
 }

 .adv_title3 a:hover {
     color: red !important;
 }

 .adv_title4 a {
     color: black !important;
 }

 .adv_title4 a:hover {
     color: red !important;
 }

 .table>tbody>tr>td {
     border-top: 0px solid red;
 }

 tr {
     background-color: #f6ffff !important;
 }

 td.adv_title {
     font-weight: bold;
     padding: 9px 20px !important;
     width: 422px;
 }

 td.adv_title3 {
     font-weight: bold;
     padding: 10px 39px !important;
 }

 td.adv_title2 {
     font-weight: bold;
     padding: 13px 20px !important;
 }

 td.adv_title4 {
     font-weight: bold;
     padding: 17px 4px !important;
 }

 .projectionImpact_feature_image {
     border: 2px solid grey;
     height: 237px;
     box-shadow: 0px 0px 11px -2px;
 }

 .sitrep_feature_image {
     border: 2px solid grey;
     height: 320px;
     box-shadow: 0px 0px 11px -2px;
 }

 .sec_image {
     width: 60px;
 }

 .about_image {
     width: 200px;
 }

 .text-orange {
     color: orange;
 }

 .box_shadow {
     box-shadow: 0px 0px 12px -3px;
 }

 .box-banner {
     background-image: url('../images/bg_first_sec.webp');
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
 }

 .bg1 {
     background-image: url('../images/event_bg.webp');
     background-repeat: no-repeat;
     background-size: cover;
 }

 .bg2 {
     background-image: url('../images/psm_bg.webp');
     background-repeat: no-repeat;
     background-size: cover;
 }

 .bg3 {
     background-image: url('../images/bg3.png');
     background-repeat: no-repeat;
     background-size: cover;
 }

 .bg4 {
     background-image: url('../images/fbg_adv2.webp');
     background-repeat: no-repeat;
     background-size: cover;
 }

 .project-impact {
     background-image: url('../images/new/4.webp');
     background-repeat: no-repeat;
     background-size: cover;
 }


 .scrollToTop1 {
     background: rgb(11 102 1 / 40%);
     bottom: 15px;
     display: none;
     height: 50px;
     padding: 2px 0px;
     position: fixed;
     text-align: center;
     text-decoration: none;
     width: 50px;
     z-index: 99999;
     left: 20px;
     border-radius: 36px;
 }

 .scrollToTop1 i {
     color: #fff;
     font-size: 42px;
 }


 .bg_news {
     background-image: url('../images/new/6.webp');
     background-repeat: no-repeat;
     background-size: cover;
 }

 .bg5 {
     /* background-image: url('../images/bg5.png'); */
     background-repeat: no-repeat;
     background-size: cover;
     background-color: #f0fbff !important;
 }
  .bg9 {
     background-color: #fffff8 !important;
 }
 .bg10 {
     background-color: #e4fff3 !important;
 }

 .bg6 {
     background-image: url('../images/adv_bg1.jpg');
     background-repeat: no-repeat;
     background-size: cover;
 }

 .bg7 {
     background-image: url('../images/sitrep_bg.webp');
     background-repeat: no-repeat;
     background-size: cover;
 }

 .bg8 {
     background-image: url('../images/logo_bg.webp');
     background-repeat: no-repeat;
     background-size: cover;
 }

 .upcomingevent-img {
     border: 5px solid #ffffff;
     border-radius: 20px;
 }

 .event.media {

     background: #00000070;
     padding: 0px 8px;
     border-radius: 18px;
     box-shadow: 2px 2px 6px -1px #ffffff9c;

 }

 .event-date {
     background-color: #0269028a !important;
     border: 1px solid black;
     border-radius: 14px;
 }

 .post {
     box-shadow: 0px 0px 12px -3px white;
     height: 475px;
     border-radius: 15px;
 }

 .post .entry-content.sing {
     background: #000000b0 !important;
 }

 .post img {
     border-radius: 15px 15px 0px 0px;

 }

 .post img.single_image {

     height: 223px;
 }

 single_image .clients-logo img {

     opacity: 1;
 }

 .bg-silver-light-red {
     background-color: #4db7fe12 !important;
 }

 .date_time i {
     font-size: 16px;
 }

 .sitrep_feature_image_1 {
     border: 2px solid black;
     width: 70px;
     height: 96px;
 }

 a.icon.icon-circled.icon-lg.pull-left.flip.sm-pull-none {
     height: 87px;
 }

 .icon-box.border-bottom.clearfix {
     border-bottom: 2px solid #dddddd4f !important;
 }




 .bg-silver-light-green {
     background-color: #f3f3f3 !important;
 }

 .btn_full_width {
     width: 100%;
 }

 .icon-box {
     margin-bottom: 9px;


 }

 .icon-box.a {
     margin-bottom: 9px;
     border: 5px solid #494884;
     border-radius: 11px;
     box-shadow: 4px 4px 16px -1px white;
 }

 .footer_ul li a {
     color: white;
 }

 /*Blinker css Start*/

 .blink {
     animation: blink 1s steps(1, end) infinite;
     color: #ffff00;
 }

 @keyframes blink {
     0% {
         opacity: 1;
     }

     50% {
         opacity: 0;
     }

     100% {
         opacity: 1;
     }


     arrow1 {
         width: 20px !important;
     }

 }

 .reigion-font {
     width: 34px;
     height: 30px;
 }

 .back-button {
     background-color: #bddfb9 !important;
     color: #000 !important;
     font-weight: bold;
 }

 .back-button-black {
     background-color: #000;
     color: #fff;
     font-weight: bold;
 }