 /* Css For Weldlfe */

 /************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two/style-three/style-four/style-five
5. Main Banner/style-one/style-two/style-three/style-four/style-five
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/



 /*** 

====================================================================
  Reset
====================================================================

 ***/


 /* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */


 * {
   margin: 0px;
   padding: 0px;
   border: none;
   outline: none;
 }

 /*------------------- 1.1. Mixin -------------------*/

 /*------------------- 1.2. Function -------------------*/
 /*------------------- 1.3. Variable-------------------*/
 :root {
   /* --theme-color: #00a258;
  --theme-color2: #127782;
  --theme-color3: #32B4B4; */
   /*  --title-color: #5d5b5b; */
   --title-color: #38383a
     /* --title-color: #010F34; */
     /* --body-color: #38383a  */
     /* --body-color: #788094; */
     --smoke-color: #F5F7FA;
   --smoke-color2: #00a258;
   --smoke-color3: #F4E8E1;
   --black-color: #000000;
   --black-color2: #1b1b1b;
   --gray-color: #F8F8F8;
   --white-color: #ffffff;
   --light-color: #CDCDCD;
   --yellow-color: #FFB539;
   --success-color: #28a745;
   --error-color: #dc3545;
   --th-border-color: #D8DDE1;
   --title-font: 'Afacad', serif;
   --body-font: 'Afacad', serif;
   /* --body-font: "Poppins", serif; */
   --style-font: 'Red Hat Display', cursive;
   --icon-font: "Font Awesome 6 Pro";
   --main-container: 1220px;
   --container-gutters: 30px;
   --section-space: 70px;
   --section-space-mobile: 80px;
   --section-title-space: 60px;
   --ripple-ani-duration: 5s;
   /* new */
   --bg: #f4f8ff;
   --surface: #ffffff;
   --ink: #16314a;
   --muted: #6f859b;
   --line: #e8eff9;
   --primary: #1e6de6;
   --primary-deep: #104fb4;
   --accent: #22c55e;
   --accent-soft: #eafcf3;
   --amber: #ffb020;
   --amber-soft: #fff5e6;
   --blue-soft: #eaf2ff;
   --chip: #eef3fb;
   --shadow: 0 6px 18px rgba(18, 62, 124, .08);
   --radius: 14px;

 }

 .theme2 {
   --theme-color: #32B4B4;
 }

 /* Hide Google Translate top banner */
 .goog-te-banner-frame.skiptranslate {
   display: none !important;
 }

 /* Fix body shifting when banner is hidden */
 body {
   top: 0px !important;
 }

 /* Hide Google Translate floating widget (optional) */
 .goog-te-gadget-icon {
   display: none !important;
 }






 /*------------------- 1.5. Typography -------------------*/
 /* html,
body {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--body-font);;
  font-size: 17px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
} */

 /*** 

====================================================================
  Global Settings
====================================================================

 ***/


 body {
   font-size: 16px;
   color: #71747a;
   line-height: 32px;
   font-weight: 400;
   background: #ffffff;
   font-family: var(--body-font);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center top;
   -webkit-font-smoothing: antialiased;
 }

 @media (min-width:1200px) {
   .container {
     max-width: 1170px;
     padding: 0px 15px;
   }
 }

 .large-container {
   max-width: 1570px;
   padding: 0px 15px;
   margin: 0 auto;
 }

 .container-fluid {
   padding: 0px;
 }

 .auto-container {
   position: static;
   max-width: 1280px;
   padding: 0px 15px;
   margin: 0 auto;
 }

 .small-container {
   max-width: 680px;
   margin: 0 auto;
 }

 .boxed_wrapper {
   position: relative;
   overflow-x: hidden;
   margin: 0 auto;
   width: 100%;
   min-width: 300px;
 }


 a {
   text-decoration: none;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 a:hover {
   text-decoration: none;
   outline: none;
 }

 input,
 button,
 select,
 textarea {
   font-family: var(--body-font);
   font-weight: 400;
   font-size: 16px;
 }

 ul,
 li {
   list-style: none;
   padding: 0px;
   margin: 0px;
 }

 input {
   transition: all 500ms ease;
 }

 button:focus,
 input:focus,
 textarea:focus {
   outline: none;
   box-shadow: none;
   transition: all 500ms ease;
 }

 p {
   position: relative;
   font-family: var(--body-font);
   color: #71747a;
   margin: 0px;
   transition: all 500ms ease;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   position: relative;
   font-family: var(--body-font);
   font-weight: 900;
   color: #29313d;
   margin: 0px;
   transition: all 500ms ease;
 }


 ::-webkit-input-placeholder {
   color: inherit;
 }

 ::-moz-input-placeholder {
   color: inherit;
 }

 ::-ms-input-placeholder {
   color: inherit;
 }

 .centred {
   text-align: center;
 }

 .pull-left {
   float: left;
 }

 .pull-right {
   float: right;
 }


 figure {
   margin: 0px;
 }

 img {
   display: inline-block;
   max-width: 100%;
   height: auto;
   transition-delay: .1s;
   transition-timing-function: ease-in-out;
   transition-duration: .7s;
   transition-property: all;
 }


 @keyframes pulse {
   50% {
     box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
   }
 }

 /** button **/

 .theme-btn {
   position: relative;
   display: inline-block;
   font-size: 12px;
   line-height: 30px;
   font-weight: 700;
   font-family: var(--body-font);
   color: #fff !important;
   padding: 10px 20px;
   text-align: center;
   cursor: pointer;
   text-transform: uppercase;
   z-index: 1;
   letter-spacing: 2px;
   transition: all 500ms ease;
 }

 .theme-btn.btn-one {
   background: #59a154;
 }

 .theme-btn:before {
   position: absolute;
   content: '';
   background: #151c2c;
   width: 0%;
   height: 100%;
   left: 0px;
   bottom: 0px;
   z-index: -1;
   transition: all 500ms ease;
 }

 .theme-btn:hover:before {
   width: 100%;
 }


 .pagination {
   position: relative;
   display: inline-block;
 }

 .pagination li {
   display: inline-block;
   margin: 0px 3px;
 }

 .pagination li a {
   position: relative;
   display: inline-block;
   font-size: 16px;
   height: 45px;
   width: 45px;
   font-weight: 400;
   line-height: 45px;
   border-radius: 2px;
   border: 1px solid #dddddd;
   text-align: center;
   color: #222;
   background: transparent;
   transition: all 500ms ease;
 }

 .pagination li a i {
   font-size: 12px;
 }

 .pagination li a:hover,
 .pagination li a.active {
   color: #fff;
 }

 .scroll-top {
   width: 50px;
   height: 50px;
   line-height: 50px;
   position: fixed;
   bottom: 105%;
   right: 50px;
   font-size: 24px;
   z-index: 99;
   color: #ffffff;
   text-align: center;
   cursor: pointer;
   transition: 1s ease;
   border-radius: 50%;
 }

 .scroll-top:hover {
   box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
 }

 .scroll-top.open {
   bottom: 30px;
 }

 .scroll-top span {
   color: #fff;
 }

 .sec-pad {
   padding: 120px 0px;
 }

 .mr-0 {
   margin: 0px;
 }

 /** sec-title **/

 .sec-title {
   position: relative;
   display: block;
   margin-bottom: 30px;
 }

 .sec-title h2 {
   position: relative;
   display: block;
   font-size: 50px;
   line-height: 40px;
   padding-top: 0px;
   text-transform: uppercase;
 }

 .sec-title h2:before {
   /* position: absolute;
  content: '';
  width: 43px;
  height: 2px;
  left: 0px;
  top: 0px; */
 }

 .sec-title.centred h2:before {
   left: 50% !important;
   transform: translateX(-50%);
   right: inherit !important;
 }

 .sec-title.light h2 {
   color: #fff;
 }


 /* Preloader */

 .handle-preloader {
   align-items: center;
   -webkit-align-items: center;
   display: flex;
   display: -ms-flexbox;
   height: 100%;
   justify-content: center;
   -webkit-justify-content: center;
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   z-index: 9999999;
 }

 .preloader-close {
   position: fixed;
   z-index: 99999999;
   font-size: 18px;
   background: #fff;
   width: 30px;
   height: 30px;
   line-height: 26px;
   text-align: center;
   cursor: pointer;
   right: 15px;
   top: 15px;
   border-radius: 50%;
 }

 .handle-preloader .animation-preloader {
   position: absolute;
   z-index: 100;
 }

 .handle-preloader .animation-preloader .spinner {
   animation: spinner 1s infinite linear;
   border-radius: 50%;
   height: 150px;
   margin: 0 auto 45px auto;
   width: 150px;
 }

 .handle-preloader .animation-preloader .txt-loading {
   text-align: center;
   user-select: none;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
   animation: letters-loading 4s infinite;
   content: attr(data-text-preloader);
   left: 0;
   opacity: 0;
   top: 0;
   position: absolute;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading {
   /* font-family: 'Rubik', sans-serif; */
   font-weight: 500;
   letter-spacing: 15px;
   display: inline-block;
   position: relative;
   font-size: 70px;
   line-height: 70px;
   text-transform: uppercase;
   color: transparent;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
   animation-delay: 0.2s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
   animation-delay: 0.4s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
   animation-delay: 0.6s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
   animation-delay: 0.8s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
   animation-delay: 1s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
   animation-delay: 1.2s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
   animation-delay: 1.4s;
 }

 .handle-preloader .loader-section {
   background-color: #ffffff;
   height: 100%;
   position: fixed;
   top: 0;
   width: calc(50% + 1px);
 }

 .preloader .loaded .animation-preloader {
   opacity: 0;
   transition: 0.3s ease-out;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading {}

 .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
   color: #ffffff;
 }

 .handle-preloader .animation-preloader .spinner {
   border: 3px solid #ffffff;
   border-top-color: rgba(255, 255, 255, 0.5);
 }

 /* AnimaciÃ³n del preloader */
 @keyframes spinner {
   to {
     transform: rotateZ(360deg);
   }
 }

 @keyframes letters-loading {

   0%,
   75%,
   100% {
     opacity: 0;
     transform: rotateY(-90deg);
   }

   25%,
   50% {
     opacity: 1;
     transform: rotateY(0deg);
   }
 }

 @media screen and (max-width: 767px) {
   .handle-preloader .animation-preloader .spinner {
     height: 8em;
     width: 8em;
   }
 }

 @media screen and (max-width: 500px) {
   .handle-preloader .animation-preloader .spinner {
     height: 7em;
     width: 7em;
   }

   .handle-preloader .animation-preloader .txt-loading .letters-loading {
     font-size: 30px;
     letter-spacing: 10px;
   }
 }



 /*** 

====================================================================
                        Home-Page-One
====================================================================

***/


 /** main-header **/

 .main-header {
   position: relative;
   z-index: 999;
   width: 100%;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .sticky-header {
   position: fixed;
   opacity: 0;
   visibility: hidden;
   background: #fff;
   left: 0px;
   top: 0px;
   box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
   width: 100%;
   z-index: 0;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .fixed-header .sticky-header {
   z-index: 999;
   opacity: 1;
   visibility: visible;
   -ms-animation-name: fadeInDown;
   -moz-animation-name: fadeInDown;
   -op-animation-name: fadeInDown;
   -webkit-animation-name: fadeInDown;
   animation-name: fadeInDown;
   -ms-animation-duration: 500ms;
   -moz-animation-duration: 500ms;
   -op-animation-duration: 500ms;
   -webkit-animation-duration: 500ms;
   animation-duration: 500ms;
   -ms-animation-timing-function: linear;
   -moz-animation-timing-function: linear;
   -op-animation-timing-function: linear;
   -webkit-animation-timing-function: linear;
   animation-timing-function: linear;
   -ms-animation-iteration-count: 1;
   -moz-animation-iteration-count: 1;
   -op-animation-iteration-count: 1;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
 }

 /** header-style-one **/
 .main-menu.new-main .navigation>li {
   padding: 0px 0 5px;
 }

 .logo-box a {
   display: flex;
   align-items: center;
   text-decoration: none;
 }

 .logo-box img {
   margin-right: 10px;
   /* width: 50px; */
   height: 123px;
 }

 .logo-box p {
   font-size: 18px;
   color: #000000;
   line-height: 1.2;
   margin: 0;
   text-transform: uppercase;
   font-weight: 600;
   /* font-family: 'poppinsmedium'; */
 }

 .logo-box p span.firsttitle {
   text-transform: uppercase;
   /* font-family: 'poppinsmedium'; */
 }

 .logo-box p span {
   text-transform: none;
   font-size: 12px;
   color: #000;
   display: block;
   margin-top: 3px;
   font-weight: normal;
   /* font-family: 'poppinsregular'; */
 }

 .header-style-one {
   /* position: absolute; */
   top: 0px;
   right: 0px;
   /* width: calc(100% - 260px); */
   background: #fff;
 }

 .header-top {
   position: relative;
   background: #062647;
   padding: 7px 80px 6px 100px;
 }

 .header-top .info li {
   position: relative;
   display: inline-block;
   float: left;
   margin-right: 20px;
   font-size: 14px;
   line-height: 24px;
   color: #fff;
   padding-left: 22px;
 }

 .header-top .info li a {
   position: relative;
   display: inline-block;
   color: #fff;
 }

 .header-top .info li a:hover {}

 .header-top .info li i {
   position: absolute;
   left: 0px;
   top: 2px;
   font-size: 14px;
   color: #fff;
 }

 .header-top .top-right {
   position: relative;
   display: flex;
   align-items: center;
 }

 .header-top .top-right .info li {
   padding-left: 10px;
 }

 .header-top .top-right .social-links li {
   position: relative;
   display: inline-block;
   float: left;
   margin-right: 25px;
 }

 .header-top .top-right .social-links li:last-child {
   margin: 0px !important;
 }

 .header-top .top-right .social-links li a {
   position: relative;
   display: inline-block;
   font-size: 14px;
   line-height: 24px;
   color: #fff;
 }

 .header-top .top-right .social-links li a:hover {}

 .header-top .top-right .social-links {
   margin-right: 10px;
 }

 .header-top .top-right .other-links li {
   position: relative;
   display: inline-block;
   float: left;
   margin-right: 30px;
   font-size: 13px;
   line-height: 24px;
 }

 .header-top .top-right .other-links li:last-child {
   margin: 0px !important;
 }

 .header-top .top-right .other-links li a {
   position: relative;
   display: inline-block;
   color: rgba(255, 255, 255, 0.50);
 }

 .header-top .top-right .other-links li a:hover {}

 .header-top .top-right .other-links li:before {
   position: absolute;
   content: '/';
   top: 0px;
   right: -17px;
 }

 .header-top .top-right .other-links li:last-child:before {
   display: none;
 }

 .header-top .top-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 /** header-lower **/

 .header-style-one .header-lower {
   padding-left: 100px;
   padding-right: 80px;
 }

 .header-style-one .outer-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .header-style-one .header-lower .logo-box {
   position: relative;
   padding: 0px 0px;
 }

 .main-header .menu-right-content {
   position: relative;
   display: flex;
   align-items: center;
 }

 .main-header .menu-right-content .btn-box {
   position: relative;
   /* width: 250px; */
 }

 .main-header .menu-right-content .btn-box a {
   position: relative;
   display: inline-block;
   font-size: 14px;
   line-height: 17px;
   color: #fff;
   font-weight: 700;
   padding: 45px 70px 44px 70px;
   width: 250px;
   text-transform: uppercase;
 }

 .main-header .menu-right-content .btn-box a:hover {}

 .main-header .menu-right-content .support-box {
   position: relative;
   display: block;
   padding: 12px 40px 10px 80px;
   margin-right: 30px;
 }

 .main-header .menu-right-content .support-box:before {
   position: absolute;
   content: '';
   background: #e6e1db;
   width: 1px;
   height: 43px;
   top: 10px;
   right: 0px;
 }

 .main-header .menu-right-content .support-box .icon {
   position: absolute;
   display: inline-block;
   left: 0px;
   top: 0px;
   width: 62px;
   height: 62px;
   line-height: 74px;
   text-align: center;
   background: #faf7f3;
   font-size: 30px;
   border-radius: 50%;
 }

 .main-header .menu-right-content .support-box span {
   position: relative;
   display: block;
   font-size: 14px;
   line-height: 18px;
   margin-bottom: 2px;
 }

 .main-header .menu-right-content .support-box h6 {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 20px;
   font-weight: 400;
 }

 .main-header .menu-right-content .support-box h6 a {
   display: inline-block;
   color: #151c2c;
 }

 .main-header .menu-right-content .support-box h6 a:hover {}

 .main-header .search-box-outer {
   margin-right: 20px;
 }

 .main-header .search-box-btn {
   position: relative;
   font-size: 24px;
   line-height: 30px;
   color: #fff;
   /* left: 60px; */
   background: transparent;
   font-weight: 700;
   top: 5px;
   transition: all 500ms ease;
 }

 .main-header .search-box-btn:hover {
   color: #fff;
 }

 .main-header .search-box-outer .dropdown-menu {
   top: 30px !important;
   padding: 0px;
   width: 330px;
   border-radius: 0px;
   right: 0;
   left: auto !important;
   transform: translate3d(0px, 0px, 0px) scale3d(0.8, 0.8, 0.8) !important;
   border-color: transparent;
   border-radius: 3px;
   transition: .5s ease;
   display: block;
   opacity: 0;
   visibility: hidden;
 }

 .main-header .search-box-outer .show .dropdown-menu {
   display: block;
   transform: scale3d(1, 1, 1) !important;
   opacity: 1;
   visibility: visible;
 }

 .main-header .search-panel .form-container {
   padding: 10px;
 }

 .main-header .search-panel .form-group {
   position: relative;
   margin: 0px;
 }

 .main-header .search-panel input[type="text"],
 .main-header .search-panel input[type="search"],
 .main-header .search-panel input[type="password"],
 .main-header .search-panel select {
   display: block;
   width: 100%;
   line-height: 24px;
   padding: 9px 50px 9px 15px;
   height: 50px;
   color: #fff;
   border-radius: 3px;
   background-color: #1e2434;
 }

 .main-header .search-panel .search-btn {
   position: absolute;
   right: 1px;
   top: 1px;
   width: 50px;
   height: 48px;
   text-align: center;
   color: #fff;
   background: transparent;
   font-size: 14px;
   border-radius: 0px 3px 3px 0px;
   cursor: pointer;
 }

 .dropdown-toggle::after {
   display: none;
 }

 .header-style-one .sticky-header .menu-right-content .btn-box {
   display: none;
 }

 .main-header .sticky-header .search-box-outer {
   margin-right: 0px;
 }


 /** main-menu **/


 .main-menu .navbar-collapse {
   padding: 0px;
   display: block !important;
 }

 .main-menu .navigation {
   margin: 0px;
 }

 .main-menu .navigation>li {
   position: inherit;
   float: left;
   z-index: 2;
   padding: 46px 0px 47px 0px;
   margin: 0px 10px;
   cursor: pointer;
   -webkit-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   transition: all 300ms ease;
 }

 .main-menu .navigation>li:last-child {
   margin-right: 0px !important;
 }

 .main-menu .navigation>li:first-child {
   margin-left: 0px !important;
 }

 .navigation .dropdown i {
   font-size: 10px;
 }

 .main-menu .navigation>li>a {
   position: relative;
   display: block;
   text-align: center;
   font-size: 16px;
   line-height: 30px;
   opacity: 1;
   /* font-family: 'Rubik', sans-serif; */
   color: #29313d;
   z-index: 1;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-menu .navigation>li.current>a,
 .main-menu .navigation>li:hover>a {
   color: #151c2c;
 }

 .main-menu .navigation>li>ul,
 .main-menu .navigation>li>.megamenu {
   border-radius: 5px;
   border: 1px solid #f7f7f7;
   position: absolute;
   left: inherit;
   top: 100%;
   width: 220px;
   z-index: 100;
   display: none;
   opacity: 0;
   visibility: hidden;
   background-color: #fff;
   -moz-transform: translateY(30px);
   -webkit-transform: translateY(30px);
   -ms-transform: translateY(30px);
   -o-transform: translateY(30px);
   transform: translateY(30px);
   -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
   -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
   -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
   box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
   -webkit-transform-origin: top;
   -ms-transform-origin: top;
   transform-origin: top;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-menu .navigation>li>ul.from-right {
   left: auto;
   right: 0px;
 }

 .main-menu .navigation>li>ul>li {
   position: relative;
   width: 100%;
   padding: 5px 10px;
   /* border-bottom: 1px solid #eeeeee; */
 }

 .main-menu .navigation>li>ul>li:last-child {
   border-bottom: none;
 }

 .main-menu .navigation>li>ul>li:last-child {
   border-bottom: none;
 }

 .main-menu .navigation>li>ul>li>a {
   position: relative;
   display: block;
   padding: 5px 0px;
   line-height: 20px;
   font-weight: 400;
   font-size: 14px;
   text-transform: capitalize;
   color: #535353 !important;
   text-align: left;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .main-menu .navigation>li>ul>li>a:hover {
   /* padding-left: 10px; */
   color: #fff;
 }

 .main-menu .navigation li.dropdown .megamenu li a:hover {
   padding-left: 10px;
   color: #151c2c;
 }

 .main-menu .navigation>li>ul>li.dropdown>a:after {
   font-family: 'Font Awesome 5 Pro';
   content: "\f105";
   position: absolute;
   right: 5px;
   top: 6px;
   display: block;
   line-height: 24px;
   font-size: 16px;
   font-weight: 800;
   text-align: center;
   z-index: 5;
 }

 .main-menu .navigation>li>ul>li>ul.sec-unit {
   width: 250px;
   height: 475px;
   overflow-y: scroll;
 }

 .main-menu .navigation>li>ul>li>ul {
   position: absolute;
   left: 100%;
   top: 0px;
   width: 230px;
   z-index: 100;
   display: none;
   padding: 0px 0px;
   background-color: #fff;
   -moz-transform: translateY(30px);
   -webkit-transform: translateY(30px);
   -ms-transform: translateY(30px);
   -o-transform: translateY(30px);
   transform: translateY(30px);
   -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
   -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
   -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
   box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
 }

 .main-menu .navigation>li>ul>li>ul.from-right {
   left: auto;
   right: 0px;
 }

 .main-menu .navigation>li>ul>li>ul>li {
   position: relative;
   width: 100%;
   padding: 5px 10px;
   border-bottom: 1px solid #eee;
 }

 .main-menu .navigation>li>ul>li>ul>li:last-child {
   border-bottom: none;
 }

 .main-menu .navigation>li>ul>li>ul>li:last-child {
   border-bottom: none;
 }

 .main-menu .navigation>li>ul>li>ul>li>a {
   position: relative;
   display: block;
   font-size: 15px;
   padding: 5px 0px;
   line-height: 20px;
   font-weight: 400;
   font-size: 14px;
   text-transform: capitalize;
   color: #71747a;
   text-align: left;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .main-menu .navigation>li>ul>li>ul>li>a:hover {
   /* padding-left: 10px; */
   color: #151c2c;
 }

 .main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
   font-family: 'Font Awesome 5 Free';
   content: "\f105";
   position: absolute;
   right: 20px;
   top: 12px;
   display: block;
   line-height: 24px;
   font-size: 16px;
   font-weight: 900;
   z-index: 5;
 }

 .main-menu .navigation>li.dropdown:hover>ul,
 .main-menu .navigation>li.dropdown:hover>.megamenu {
   visibility: visible;
   opacity: 1;
   -moz-transform: translateY(0);
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .main-menu .navigation li>ul>li.dropdown:hover>ul {
   visibility: visible;
   opacity: 1;
   -moz-transform: translateY(0);
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
   transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
 }

 .main-menu .navigation li.dropdown .dropdown-btn {
   position: absolute;
   right: -32px;
   top: 66px;
   width: 34px;
   height: 30px;
   text-align: center;
   font-size: 18px;
   line-height: 26px;
   color: #3b3b3b;
   cursor: pointer;
   display: none;
   z-index: 5;
   transition: all 500ms ease;
 }

 .main-menu .navigation li.current.dropdown .dropdown-btn,
 .main-menu .navigation li:hover .dropdown-btn {}

 .main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
   display: none;
 }

 .menu-area .mobile-nav-toggler {
   position: relative;
   float: right;
   font-size: 40px;
   line-height: 50px;
   cursor: pointer;
   color: #3786ff;
   display: none;
 }

 .menu-area .mobile-nav-toggler .icon-bar {
   position: relative;
   height: 2px;
   width: 30px;
   display: block;
   margin-bottom: 5px;
   background-color: #fff;
   -webkit-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   transition: all 300ms ease;
 }

 .menu-area .mobile-nav-toggler .icon-bar:last-child {
   margin-bottom: 0px;
 }

 /** megamenu-style **/

 .main-menu .navigation>li.dropdown>.megamenu {
   position: absolute;
   width: 100%;
   padding: 30px 50px;
   left: 0px;
 }

 .main-menu .navigation li.dropdown .megamenu li {
   position: relative;
   display: block;
   z-index: 2;
   padding: 7px 0px;
   -webkit-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   transition: all 300ms ease;
 }

 .main-menu .navigation li.dropdown .megamenu li h4 {
   font-weight: 500;
   padding: 3px 0px;
   color: #222;
 }

 .main-menu .navigation li.dropdown .megamenu li a {
   position: relative;
   display: inline-block;
   text-align: left;
   font-size: 15px;
   line-height: 30px;
   font-weight: 400;
   opacity: 1;
   color: #71747a;
   padding: 0px;
   z-index: 1;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-menu .navigation li.dropdown .megamenu li a:hover {
   color: #151c2c;
 }


 /** mobile-menu **/

 .nav-outer .mobile-nav-toggler {
   position: relative;
   float: right;
   font-size: 40px;
   line-height: 50px;
   cursor: pointer;
   color: #3786ff;
   display: none;
 }

 .mobile-menu {
   position: fixed;
   right: 0;
   top: 0;
   width: 300px;
   padding-right: 30px;
   max-width: 100%;
   height: 100%;
   opacity: 0;
   visibility: hidden;
   z-index: 999999;
 }

 .mobile-menu .navbar-collapse {
   display: block !important;
 }

 .mobile-menu .nav-logo {
   position: relative;
   padding: 30px 25px;
   text-align: left;
 }

 .mobile-menu-visible {
   overflow: hidden;
 }

 .mobile-menu-visible .mobile-menu {
   opacity: 1;
   visibility: visible;
 }

 .mobile-menu .menu-backdrop {
   position: fixed;
   right: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   -webkit-transform: translateX(101%);
   -ms-transform: translateX(101%);
   transform: translateX(101%);
   transition: all 900ms ease;
   -moz-transition: all 900ms ease;
   -webkit-transition: all 900ms ease;
   -ms-transition: all 900ms ease;
   -o-transition: all 900ms ease;
 }

 .mobile-menu-visible .mobile-menu .menu-backdrop {
   opacity: 0.70;
   visibility: visible;
   -webkit-transition: all 0.7s ease;
   -moz-transition: all 0.7s ease;
   -ms-transition: all 0.7s ease;
   -o-transition: all 0.7s ease;
   transition: all 0.7s ease;
   -webkit-transform: translateX(0%);
   -ms-transform: translateX(0%);
   transform: translateX(0%);
 }

 .mobile-menu .menu-box {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   max-height: 100%;
   overflow-y: auto;
   background: #202020;
   padding: 0px 0px;
   z-index: 5;
   opacity: 0;
   visibility: hidden;
   border-radius: 0px;
   -webkit-transform: translateX(101%);
   -ms-transform: translateX(101%);
   transform: translateX(101%);
 }

 .mobile-menu-visible .mobile-menu .menu-box {
   opacity: 1;
   visibility: visible;
   -webkit-transition: all 0.7s ease;
   -moz-transition: all 0.7s ease;
   -ms-transition: all 0.7s ease;
   -o-transition: all 0.7s ease;
   transition: all 0.7s ease;
   -webkit-transform: translateX(0%);
   -ms-transform: translateX(0%);
   transform: translateX(0%);
 }

 .mobile-menu .close-btn {
   position: absolute;
   right: 25px;
   top: 10px;
   line-height: 30px;
   width: 24px;
   text-align: center;
   font-size: 16px;
   color: #ffffff;
   cursor: pointer;
   z-index: 10;
   -webkit-transition: all 0.9s ease;
   -moz-transition: all 0.9s ease;
   -ms-transition: all 0.9s ease;
   -o-transition: all 0.9s ease;
   transition: all 0.9s ease;
 }

 .mobile-menu-visible .mobile-menu .close-btn {
   -webkit-transform: rotate(360deg);
   -ms-transform: rotate(360deg);
   transform: rotate(360deg);
 }

 .mobile-menu .close-btn:hover {
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
 }

 .mobile-menu .navigation {
   position: relative;
   display: block;
   width: 100%;
   float: none;
 }

 .mobile-menu .navigation li {
   position: relative;
   display: block;
   border-top: 1px solid rgba(255, 255, 255, 0.10);
 }

 .mobile-menu .navigation:last-child {
   border-bottom: 1px solid rgba(255, 255, 255, 0.10);
 }

 .mobile-menu .navigation li>ul>li:first-child {
   border-top: 1px solid rgba(255, 255, 255, 0.10);
 }

 .mobile-menu .navigation li>a {
   position: relative;
   display: block;
   line-height: 24px;
   padding: 10px 25px;
   font-size: 15px;
   font-weight: 500;
   color: #ffffff;
   text-transform: uppercase;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .mobile-menu .navigation li ul li>a {
   font-size: 16px;
   margin-left: 20px;
   text-transform: capitalize;
 }

 .mobile-menu .navigation li>a:before {
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   height: 0;
   border-left: 5px solid #fff;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .mobile-menu .navigation li.current>a:before {
   height: 100%;
 }

 .mobile-menu .navigation li.dropdown .dropdown-btn {
   position: absolute;
   right: 6px;
   top: 6px;
   width: 32px;
   height: 32px;
   text-align: center;
   font-size: 16px;
   line-height: 32px;
   color: #ffffff;
   background: rgba(255, 255, 255, 0.10);
   cursor: pointer;
   border-radius: 2px;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
   z-index: 5;
 }

 .mobile-menu .navigation li.dropdown .dropdown-btn.open {
   background: #fff;
   color: #3b3b3b;
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
 }

 .mobile-menu .navigation li>ul,
 .mobile-menu .navigation li>ul>li>ul,
 .mobile-menu .navigation>li.dropdown>.megamenu {
   display: none;
 }

 .mobile-menu .social-links {
   position: relative;
   padding: 30px 25px;
 }

 .mobile-menu .social-links li {
   position: relative;
   display: inline-block;
   margin: 0px 10px 10px;
 }

 .mobile-menu .social-links li a {
   position: relative;
   line-height: 32px;
   font-size: 16px;
   color: #ffffff;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .mobile-menu .social-links li a:hover {}

 div#mCSB_1_container {
   top: 0px !important;
 }

 .mobile-menu .contact-info {
   position: relative;
   padding: 80px 30px 20px 30px;
 }

 .mobile-menu .contact-info h4 {
   position: relative;
   font-size: 20px;
   color: #ffffff;
   font-weight: 700;
   margin-bottom: 20px;
 }

 .mobile-menu .contact-info ul li {
   position: relative;
   display: block;
   font-size: 15px;
   color: rgba(255, 255, 255, 0.80);
   margin-bottom: 3px;
 }

 .mobile-menu .contact-info ul li a {
   color: rgba(255, 255, 255, 0.80);
 }

 .mobile-menu .contact-info ul li a:hover {}

 .mobile-menu .contact-info ul li:last-child {
   margin-bottom: 0px;
 }

 .sticky-header .main-menu .navigation>li {
   padding: 25px 0px !important;
 }

 .sticky-header .outer-box {
   position: relative;
   padding: 10px 70px;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }


 /** banner-section **/

 .banner-section {
   position: relative;
 }

 .banner-carousel {
   position: relative;
 }

 .banner-carousel .slide-item {
   position: relative;
   overflow: hidden;
   /* padding: 342px 0px 180px 0px; */
   height: 600px;
 }

 .banner-carousel .slide-item:before {
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   /* background: #0e131f8a; */
   left: 0px;
   top: 0px;
   right: 0px;
   z-index: 1;
   opacity: 0.7;
 }

 .banner-carousel .slide-item .image-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   right: 0px;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition: all 6000ms linear;
   -moz-transition: all 6000ms linear;
   -ms-transition: all 6000ms linear;
   -o-transition: all 6000ms linear;
   transition: all 6000ms linear;
 }

 .banner-carousel .active .slide-item .image-layer {
   -webkit-transform: scale(1.15);
   -ms-transform: scale(1.15);
   transform: scale(1.15);
 }

 .banner-carousel .content-box {
   position: relative;
   display: block;
   z-index: 5;
   width: 100%;
   max-width: 700px;
 }

 .banner-carousel .content-box h3 {
   position: relative;
   display: block;
   font-size: 24px;
   line-height: 30px;
   font-weight: 500;
   margin-bottom: 25px;
   opacity: 0;
   -webkit-transform: translateY(50px);
   -moz-transform: translateY(50px);
   -ms-transform: translateY(50px);
   -o-transform: translateY(50px);
   transform: translateY(50px);
   -webkit-transition: all 700ms ease;
   -moz-transition: all 700ms ease;
   -ms-transition: all 700ms ease;
   -o-transition: all 700ms ease;
   transition: all 700ms ease;
 }

 .banner-carousel .active .content-box h3 {
   opacity: 1;
   -webkit-transition-delay: 500ms;
   -moz-transition-delay: 500ms;
   -ms-transition-delay: 500ms;
   -o-transition-delay: 500ms;
   transition-delay: 500ms;
   -webkit-transform: translateY(0);
   -moz-transform: translateY(0);
   -ms-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
 }

 .banner-carousel .content-box h2 {
   position: relative;
   display: block;
   color: #fff;
   font-size: 40px;
   line-height: 50px;
   font-weight: 600;
   margin-bottom: 20px;
   opacity: 0;
   text-transform: uppercase;
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -ms-transform: translateY(100px);
   -o-transform: translateY(100px);
   transform: translateY(100px);
   -webkit-transition: all 700ms ease;
   -moz-transition: all 700ms ease;
   -ms-transition: all 700ms ease;
   -o-transition: all 700ms ease;
   transition: all 700ms ease;
 }


 .banner-carousel .active .content-box h2 {
   opacity: 1;
   -webkit-transform: translateY(0);
   -moz-transform: translateY(0);
   -ms-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
   -webkit-transition-delay: 700ms;
   -moz-transition-delay: 700ms;
   -ms-transition-delay: 700ms;
   -o-transition-delay: 700ms;
   transition-delay: 700ms;
 }

 .banner-carousel .content-box p {
   color: #fff;
   font-size: 14px;
   margin-bottom: 39px;
   opacity: 0;

   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -ms-transform: translateY(100px);
   -o-transform: translateY(100px);
   transform: translateY(100px);
   -webkit-transition: all 700ms ease;
   -moz-transition: all 700ms ease;
   -ms-transition: all 700ms ease;
   -o-transition: all 700ms ease;
   transition: all 700ms ease;
 }

 .banner-carousel .active .content-box p {
   opacity: 1;
   -webkit-transform: translateY(0);
   -moz-transform: translateY(0);
   -ms-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
   -webkit-transition-delay: 700ms;
   -moz-transition-delay: 700ms;
   -ms-transition-delay: 700ms;
   -o-transition-delay: 700ms;
   transition-delay: 700ms;
 }

 .banner-carousel .content-box .btn-box {
   position: relative;
   opacity: 0;
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -ms-transform: translateY(100px);
   -o-transform: translateY(100px);
   transform: translateY(100px);
   -webkit-transition: all 700ms ease;
   -moz-transition: all 700ms ease;
   -ms-transition: all 700ms ease;
   -o-transition: all 700ms ease;
   transition: all 700ms ease;
 }

 .banner-carousel .active .content-box .btn-box {
   opacity: 1;
   -webkit-transform: translateY(0);
   -moz-transform: translateY(0);
   -ms-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
   -webkit-transition-delay: 1000ms;
   -moz-transition-delay: 1000ms;
   -ms-transition-delay: 1000ms;
   -o-transition-delay: 1000ms;
   transition-delay: 1000ms;
 }

 .banner-section .owl-theme .owl-nav {
   position: absolute;
   top: 52%;
   right: 150px;
 }

 .banner-section .owl-theme .owl-nav button {
   position: absolute;
   display: inline-block;
   width: 63px;
   height: 63px;
   line-height: 63px;
   border: 2px solid rgba(255, 255, 255, 0.20);
   text-align: center;
   border-radius: 50%;
   font-family: 'Flaticon';
   left: 0px;
   top: 0px;
   font-size: 24px;
   color: rgba(255, 255, 255, 0.20);
   transition: all 500ms ease;
 }

 .banner-section .owl-theme .owl-nav button:hover {
   border-color: #fff;
   color: #fff;
 }

 .banner-section .owl-theme .owl-nav .owl-prev {
   left: 0px;
   top: 0px;
 }

 .banner-section .owl-theme .owl-nav .owl-next {
   left: 0px;
   top: 73px;
 }

 .banner-section .owl-theme .owl-nav .owl-prev:before {
   content: "\f107";
 }

 .banner-section .owl-theme .owl-nav .owl-next:before {
   content: "\f106";
 }


 .banner-section .owl-theme .owl-nav button span {
   display: none;
 }

 .owl-dots-none .owl-dots,
 .owl-nav-none .owl-nav {
   display: none !important;
 }

 .owl-nav button,
 .owl-dots button {
   background: transparent;
 }


 /** info-section **/

 .info-section {
   position: relative;
 }

 .info-section .inner-container {
   position: relative;
   display: block;
   background: #151c2c;
   padding: 94px 0px 92px 0px;
 }

 .info-section .single-item {
   position: relative;
   display: block;
   padding-left: 83px;
   padding-right: 30px;
 }

 .info-section .single-item:before {
   position: absolute;
   content: '';
   background: rgba(255, 255, 255, 0.08);
   width: 1px;
   height: 100%;
   top: 0px;
   right: 25px;
 }

 .info-section .single-column:last-child .single-item:before {
   display: none;
 }

 .info-section .single-item .icon-box {
   position: absolute;
   left: 0px;
   top: 3px;
   font-size: 65px;
   line-height: 60px;
 }

 .info-section .single-item .icon-box:before {
   position: absolute;
   content: '';
   background: rgba(255, 255, 255, 0.10);
   width: 30px;
   height: 30px;
   left: -8px;
   top: -8px;
   border-radius: 50%;
   -webkit-animation: zoom-fade-two 4s infinite linear;
   animation: zoom-fade-two 4s infinite linear;
 }

 .info-section .single-item h5 {
   display: block;
   font-size: 18px;
   line-height: 26px;
   color: #fff;
   text-transform: uppercase;
   margin-bottom: 14px;
 }

 .info-section .single-item h5 a {
   display: inline-block;
   color: #fff;
 }

 .info-section .single-item h5 a:hover {}

 .info-section .single-item p {
   font-size: 16px;
   line-height: 32px;
   color: rgba(255, 255, 255, 0.50);
 }

 .info-section .bg-layer {
   position: absolute;
   left: 260px;
   top: 0px;
   width: calc(100% - 260px);
   height: 100%;
   background: #151c2c;
 }

 .info-section .bg-layer:before {
   position: absolute;
   content: '';
   background: #0e131f;
   width: 36px;
   height: 100%;
   left: 0px;
   top: 0px;
 }

 .info-section .rotate-text {
   position: absolute;
   left: 196px;
   top: 143px;
   font-size: 10px;
   line-height: 20px;
   font-weight: 700;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 5px;
   transform: rotate(90deg);
   z-index: 1;
 }


 /** about-section **/

 .about-section {
   position: relative;
 }

 .image_block_one .image-box {
   position: relative;
   display: block;
 }

 .image_block_one .image-box .image {
   position: relative;
   display: block;
   overflow: hidden;
   border-radius: 50%;
 }

 .image_block_one .image-box .image img {
   width: 100%;
   border-radius: 50%;
   transition: all 500ms ease;
 }

 .image_block_one .image-box .image:hover img {
   transform: scale(1.05);
 }

 .image_block_one .image-box .image::before {
   position: absolute;
   top: 50%;
   left: 50%;
   z-index: 1;
   display: block;
   content: '';
   width: 0;
   height: 0;
   background: rgba(255, 255, 255, .2);
   border-radius: 0%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   opacity: 0;
 }

 .image_block_one .image-box .image:hover::before {
   -webkit-animation: circle .95s;
   animation: circle .95s;
 }

 @-webkit-keyframes circle {
   0% {
     opacity: 1;
   }

   40% {
     opacity: 1;
   }

   100% {
     width: 200%;
     height: 200%;
     opacity: 0;
   }
 }

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

   40% {
     opacity: 1;
   }

   100% {
     width: 200%;
     height: 200%;
     opacity: 0;
   }
 }

 .image_block_one .image-box .shape {
   position: absolute;
   left: -50px;
   top: 0px;
   width: 119px;
   height: 247px;
   background-repeat: no-repeat;
 }

 .image_block_one .image-box .icon-box {
   position: absolute;
   right: 30px;
   bottom: 0px;
   width: 160px;
   height: 160px;
   line-height: 160px;
   text-align: center;
   border-radius: 50%;
   z-index: 1;
 }

 .content_block_one .content-box {
   position: relative;
   display: block;
   margin-left: 70px;
 }

 .content_block_one .content-box .text {
   position: relative;
   display: block;
   margin-bottom: 49px;
 }

 .content_block_one .content-box .text h4 {
   display: block;
   font-size: 20px;
   line-height: 30px;
   font-weight: 700;
   margin-bottom: 21px;
 }

 .content_block_one .content-box .text p {
   font-size: 16px;
   line-height: 36px;
   margin-bottom: 32px;
 }

 .list-style-one li {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 26px;
   padding-left: 35px;
   color: #151c2c;
   margin-bottom: 14px;
 }

 .list-style-one li:last-child {
   margin-bottom: 0px;
 }

 .list-style-one li:before {
   position: absolute;
   content: '\f0a9';
   font-family: 'Font Awesome 5 Pro';
   left: 0px;
   top: 0px;
   font-size: 16px;
   font-weight: 700;
 }

 .img-wrap {
   position: absolute;
   right: 0px;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
 }

 .back-img {
   left: 0px !important;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   z-index: -1;
   top: 5% !important;
 }


 /** chooseus-section **/

 .chooseus-section {
   position: relative;
 }

 .chooseus-section:before {
   position: absolute;
   content: '';
   background: #faf7f3;
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   opacity: 0.92;
 }

 .chooseus-section .inner-box .text p {
   font-size: 16px;
   line-height: 34px;
   margin-bottom: 16px;
 }

 .chooseus-section .inner-box {
   margin-right: 80px;
 }

 .chooseus-section .content-box {
   position: relative;
   display: block;
   margin-left: -30px;
 }

 .chooseus-section .content-box .content-inner {
   position: relative;
   display: block;
   padding: 53px 130px 60px 60px;
 }

 .chooseus-section .content-box .content-inner h3 {
   display: block;
   font-size: 30px;
   line-height: 36px;
   color: #fff;
   margin-bottom: 26px;
   text-transform: uppercase;
 }

 .chooseus-section .content-box .content-inner h5 {
   display: block;
   font-size: 18px;
   line-height: 26px;
   color: #151c2c;
   font-weight: 400;
   margin-bottom: 6px;
 }

 .chooseus-section .content-box .content-inner h2 {
   display: block;
   font-size: 50px;
   line-height: 60px;
   color: #fff;
   margin-bottom: 32px;
 }

 .chooseus-section .content-box .content-inner .theme-btn {
   background: #151c2c;
 }

 .chooseus-section .content-box .content-inner .shape {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 211px;
   height: 327px;
   background-repeat: no-repeat;
 }

 .chooseus-section .content-box .content-inner .image-layer {
   position: absolute;
   right: -60px;
   bottom: -15px;
 }


 /** gallery-section **/

 .gallery-section {
   position: relative;
   padding-top: 120px;
 }

 .gallery-block-one .inner-box {
   position: relative;
   display: block;
   overflow: hidden;
 }

 .gallery-block-one .inner-box .image-box {
   position: relative;
   display: block;
   overflow: hidden;
 }

 .gallery-block-one .inner-box .image-box:before {
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   background: -webkit-linear-gradient(90deg, rgba(14, 19, 31, 0.95) 0%, rgba(14, 19, 31, 0.0) 50%);
   bottom: 0px;
   right: 0px;
   z-index: 1;
 }

 .gallery-block-one .inner-box .image-box img {
   width: 100%;
   transition: all 500ms ease;
 }

 .gallery-block-one .inner-box:hover .image-box img {
   transform: scale(1.05);
 }

 .gallery-block-one .inner-box .content-box {
   position: absolute;
   left: 0px;
   bottom: 40px;
   padding-left: 50px;
   padding-right: 50px;
   z-index: 1;
   width: 100%;
   transition: all 500ms ease;
 }

 .gallery-block-one .inner-box:hover .content-box {
   opacity: 0;
 }

 .gallery-block-one .inner-box h3 {
   position: relative;
   display: block;
   font-size: 30px;
   line-height: 40px;
   color: #fff;
   text-transform: uppercase;
 }

 .gallery-block-one .inner-box h3 a {
   display: inline-block;
   color: #fff;
 }

 .gallery-block-one .inner-box h3 a:hover {}

 .gallery-block-one .inner-box .overlay-content {
   position: absolute;
   left: 0px;
   bottom: 0px;
   padding-left: 50px;
   padding-right: 50px;
   width: 100%;
   z-index: 1;
   opacity: 0;
   transition: all 500ms ease;
 }

 .gallery-block-one .inner-box:hover .overlay-content {
   bottom: 50px;
   opacity: 1;
 }

 .gallery-block-one .inner-box p {
   font-size: 16px;
   line-height: 30px;
   color: #b9babc;
   margin-bottom: 20px;
   margin-top: 2px;
 }

 .gallery-block-one .inner-box .link a {
   position: relative;
   display: inline-block;
   width: 42px;
   height: 42px;
   line-height: 44px;
   text-align: center;
   border-radius: 50%;
   font-size: 16px;
 }

 .gallery-block-one .inner-box .link a:hover {
   color: #fff;
 }

 .gallery-section .sec-title {
   margin-bottom: 47px;
 }


 /** clients-section **/

 .clients-section {
   position: relative;
   padding: 120px 0px 239px 0px;
 }

 .clients-section:before {
   position: absolute;
   content: '';
   background: #151c2c;
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   opacity: 0.9;
 }

 .clients-section .clients-logo {
   position: relative;
   display: block;
 }

 .clients-section .clients-logo img {
   position: relative;
   display: block;
   margin: 0 auto;
   /* opacity: 0.2; */
   transition: all 500ms ease;
 }

 .clients-section .clients-logo img:hover {
   /* opacity: 0.8; */
 }

 .content_block_two .content-box {
   position: relative;
   display: block;
   padding-top: 120px;
 }

 .content_block_two .content-box .single-item {
   position: relative;
   display: block;
   padding-left: 90px;
   padding-bottom: 41px;
   margin-bottom: 44px;
   border-bottom: 1px solid #e6e1db;
 }

 .content_block_two .content-box .single-item:last-child {
   border-bottom: none;
   padding-bottom: 0px;
   margin-bottom: 0px;
 }

 .content_block_two .content-box .single-item .icon-box {
   position: absolute;
   display: inline-block;
   left: 0px;
   top: 7px;
   width: 58px;
   height: 58px;
   line-height: 58px;
   text-align: center;
   border-radius: 50%;
   font-size: 24px;
   color: #fff;
 }

 .content_block_two .content-box .single-item h4 {
   display: block;
   font-size: 20px;
   line-height: 30px;
   text-transform: uppercase;
   margin-bottom: 22px;
 }

 .content_block_two .content-box .single-item p {
   font-size: 16px;
   line-height: 32px;
 }

 .content_block_two .content-box .sec-title {
   margin-bottom: 40px;
 }

 .image_block_two .image-box {
   position: relative;
   display: block;
   padding-left: 36px;
   margin-top: -120px;
   z-index: 1;
 }

 .image_block_two .image-box .image {
   position: relative;
   display: block;
   overflow: hidden;
 }

 .image_block_two .image-box .image img {
   width: 100%;
   transition: all 500ms ease;
 }

 .image_block_two .image-box .image:hover img {
   transform: scale(1.05);
 }

 .image_block_two .image-box .video-btn {
   position: absolute;
   left: -90px;
   top: 0px;
   z-index: 1;
 }

 .image_block_two .image-box .video-btn a {
   position: relative;
   display: inline-block;
   width: 126px;
   height: 120px;
   line-height: 120px;
   text-align: center;
   font-size: 24px;
   color: #fff;
 }


 /** testimonial-section **/

 .testimonial-section {
   position: relative;
 }

 .testimonil-block-one {
   margin-top: 45px;
 }

 .testimonil-block-one .inner-box {
   position: relative;
   display: block;
   border: 1px solid #e6e1db;
   padding: 0px 35px 30px 35px;
   margin: 5px;
   border-radius: 10px;
 }

 .testimonil-block-one .inner-box:before {
   position: absolute;
   content: '';
   width: 100%;
   height: 4px;
   left: 0px;
   top: -1px;
   transform: scale(0, 0);
   transition: all 500ms ease;
 }

 .testimonil-block-one .inner-box:hover:before {
   transform: scale(1, 1);
 }

 .testimonil-block-one .inner-box .author-thumb {
   position: relative;
   display: inline-block;
   width: 89px;
   height: 89px;
   border-radius: 50%;
   margin-top: -46px;
   margin-bottom: 18px;

 }


 .testimonil-block-one .inner-box .author-thumb img {
   object-fit: cover;
   border-radius: 50%;
   height: 90px;
   width: 90px;
 }

 .testimonil-block-one .inner-box .author-thumb .quote {
   position: absolute;
   display: inline-block;
   right: 0px;
   bottom: 0px;
   width: 34px;
   height: 34px;
   line-height: 40px;
   font-size: 16px;
   color: #fff;
   border-radius: 50%;
   text-align: center;
 }

 .testimonil-block-one .inner-box .text {
   position: relative;
   display: block;
   padding-bottom: 12px;
   margin-bottom: 14px;
   border-bottom: 1px solid #e6e1db;
 }

 .testimonil-block-one .inner-box .text p {
   font-size: 16px;
   line-height: 36px;
 }

 .testimonil-block-one .inner-box .author-info h5 {
   display: block;
   font-size: 18px;
   line-height: 26px;
   text-transform: uppercase;
   margin-bottom: 3px;
 }

 .testimonil-block-one .inner-box .author-info .designation {
   position: relative;
   display: block;
   font-size: 14px;
   line-height: 20px;
   font-weight: 700;
   text-transform: uppercase;
   color: #1b9c58;
 }

 .testimonial-section .sec-title {
   margin-bottom: 47px;
 }


 /** events-section **/

 .events-section {
   position: relative;
 }

 .events-section .bg-image {
   position: absolute;
   left: 0px;
   top: 0px;
   width: calc(50% - 115px);
   height: calc(100% - 30px);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .events-section .bg-layer {
   position: absolute;
   top: 0px;
   right: 0px;
   background: #faf7f3;
   width: calc(50% + 85px);
   height: calc(100% - 30px);
 }

 .events-section .sec-title {
   position: relative;
   max-width: 300px;
   margin-bottom: 0px;
 }

 .events-section .sec-title h2 {
   margin-bottom: 48px;
 }

 .events-block-one .inner-box {
   position: relative;
   display: block;
   padding-left: 245px;
   padding-bottom: 84px;
   margin-bottom: 54px;
   border-bottom: 1px solid #e6e1db;
 }

 .events-block-one:last-child .inner-box {
   margin-bottom: 0px;
   border-bottom: none;
   padding-bottom: 24px;
 }

 .events-block-one .inner-box .image-box {
   position: absolute;
   left: 0px;
   top: 6px;
 }

 .events-block-one .inner-box .image-box .image {
   position: relative;
   display: block;
   width: 195px;
   height: 195px;
   overflow: hidden;
 }

 .events-block-one .inner-box .image-box .image img {
   width: 100%;
   transition: all 500ms ease;
 }

 .events-block-one .inner-box:hover .image-box .image img {
   opacity: 0.2;
 }

 .events-block-one .inner-box .image-box .post-date {
   position: absolute;
   right: -10px;
   bottom: 0px;
   width: 67px;
   height: 65px;
   text-align: center;
   padding: 18px 0px 10px 0px;
 }

 .events-block-one .inner-box .image-box .post-date h6 {
   font-size: 16px;
   line-height: 16px;
   color: #fff;
   text-transform: uppercase;
 }

 .events-block-one .inner-box .image-box .post-date h6 span {
   display: block;
   font-size: 12px;
 }

 .events-block-one .inner-box .info li {
   position: relative;
   display: inline-block;
   float: left;
   margin-right: 12px;
   padding-left: 19px;
   font-size: 16px;
   line-height: 26px;
   color: #71747a;
 }

 .events-block-one .inner-box .info li:last-child {
   margin: 0px !important;
 }

 .events-block-one .inner-box .info li i {
   position: absolute;
   left: 0px;
   top: 6px;
   font-size: 14px;
 }

 .events-block-one .inner-box .info {
   margin-bottom: 1px;
 }

 .events-block-one .inner-box h3 {
   display: block;
   font-size: 24px;
   line-height: 34px;
   text-transform: uppercase;
   margin-bottom: 22px;
 }

 .events-block-one .inner-box h3 a {
   display: inline-block;
   color: #151c2c;
 }

 .events-block-one .inner-box h3 a:hover {}

 .events-block-one .inner-box p {
   font-size: 16px;
   line-height: 30px;
 }


 /** funfact-section **/

 .funfact-section {
   position: relative;
   padding: 120px 0px;
   overflow: hidden;
 }

 .funfact-section:before {
   position: absolute;
   content: '';
   background: #151c2c;
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   opacity: 0.9;
 }

 .counter-block-one .inner-box {
   position: relative;
   display: block;
   padding-left: 60px;
 }

 .counter-block-one .inner-box:before {
   position: absolute;
   content: '';
   background: rgba(255, 255, 255, 0.10);
   width: 1px;
   height: 100%;
   top: 0px;
   right: -15px;
 }

 .counter-block:last-child .counter-block-one .inner-box:before {
   display: none;
 }

 .counter-block-one .inner-box .icon-box {
   position: relative;
   display: inline-block;
   width: 74px;
   height: 74px;
   line-height: 84px;
   text-align: center;
   font-size: 30px;
   color: #fff;
   border-radius: 50%;
   margin-bottom: 20px;
 }

 .counter-block-one .inner-box .count-outer {
   position: relative;
   display: block;
   font-size: 70px;
   line-height: 70px;
   color: #fff;
   font-weight: 900;
   margin-bottom: 6px;
 }

 .counter-block-one .inner-box p {
   font-size: 18px;
   line-height: 26px;
   color: #99a0b0;
 }


 /** news-section **/

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

 .news-block-one {
   margin-bottom: 21px;
 }

 .news-block-one .inner-box {
   position: relative;
   display: block;
   background: #faf7f3;
 }

 .news-block-one .inner-box .image-box {
   position: relative;
   display: block;
 }

 .news-block-one .inner-box .image-box .image {
   position: relative;
   display: block;
   overflow: hidden;
 }

 .news-block-one .inner-box .image-box .image img {
   width: 100%;
   transition: all 500ms ease;
 }

 .news-block-one .inner-box:hover .image-box .image img {
   transform: scale(1.05);
 }

 .news-block-one .inner-box .image-box .post-date {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 67px;
   height: 65px;
   text-align: center;
   padding: 18px 0px 10px 0px;
   z-index: 1;
   background: #2f8c30 !important;
 }

 .news-block-one .inner-box .image-box .post-date h6 {
   font-size: 16px;
   line-height: 16px;
   color: #fff;
   text-transform: uppercase;
 }

 .news-block-one .inner-box .image-box .post-date h6 span {
   font-size: 12px;
   display: block;
 }

 .news-block-one .inner-box .lower-content {
   position: relative;
   display: block;
   padding: 31px 60px 0px 60px;
 }

 .news-block-one .inner-box .lower-content .post-info li {
   position: relative;
   display: inline-block;
   margin-right: 8px;
   padding-left: 17px;
   font-size: 14px;
   line-height: 24px;
 }

 .news-block-one .inner-box .lower-content .post-info {
   margin-bottom: 2px;
 }

 .news-block-one .inner-box .lower-content .post-info li:last-child {
   margin: 0px !important;
 }

 .news-block-one .inner-box .lower-content .post-info li a {
   display: inline-block;
   color: #71747a;
 }

 .news-block-one .inner-box .lower-content .post-info li a:hover {}

 .news-block-one .inner-box .lower-content .post-info li i {
   position: absolute;
   left: 0px;
   top: 4px;
   font-size: 13px;
 }

 .news-block-one .inner-box .lower-content h3 {
   position: relative;
   display: block;
   font-size: 24px;
   line-height: 34px;
   text-transform: uppercase;
   margin-bottom: 10px;
 }

 .news-block-one .inner-box .lower-content h3 a {
   display: inline-block;
   color: #151c2c;
 }

 .news-block-one .inner-box .lower-content h3 a:hover {}

 .news-block-one .inner-box .lower-content .link {
   position: relative;
   bottom: -21px;
 }

 .news-block-one .inner-box .lower-content .link a {
   position: relative;
   display: inline-block;
   width: 42px;
   height: 42px;
   line-height: 48px;
   text-align: center;
   font-size: 20px;
   color: #fff;
   border-radius: 50%;
   box-shadow: 0px 0px 0px 6px #fff;
 }

 .news-block-one .inner-box .lower-content .link a:hover {}

 .news-section .sec-title {
   margin-bottom: 47px;
 }


 /** cta-section **/

 .cta-section {
   position: relative;
 }

 .cta-section .bg-layer {
   position: absolute;
   top: 0px;
   right: 0px;
   width: calc(100% - 260px);
   height: 100%;
 }

 .cta-section .inner-box {
   position: relative;
   padding-left: 450px;
   padding-top: 90px;
   padding-bottom: 87px;
 }

 .cta-section .inner-box h2 {
   font-size: 50px;
   line-height: 60px;
   color: #fff;
   text-transform: uppercase;
 }

 .cta-section .inner-box .btn-box {
   margin-top: 27px;
 }

 .cta-section .image-layer {
   position: absolute;
   left: -110px;
   bottom: 0px;
 }

 .cta-section .pattern-layer {
   position: absolute;
   left: 200px;
   top: 0px;
   width: 324px;
   height: 168px;
   background-repeat: no-repeat;
 }


 /** main-footer **/

 .main-footer {
   position: relative;
   background: #151c2c;
 }

 .footer-top {
   position: relative;
   padding: 70px 0px 70px 0px;
 }

 .footer-top .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .footer-top .logo-widget {
   margin-top: 6px;
 }

 .footer-top .logo-widget .footer-logo {
   position: relative;
   display: block;
   /* margin-bottom: 30px; */
 }

 .footer-social li {
   position: relative;
   display: inline-block;
   float: left;
   margin-right: 10px;
 }

 .footer-social li:last-child {
   margin: 0px !important;
 }

 .footer-social li a {
   background: #f7bf39 !important;
 }

 .footer-social li a {
   position: relative;
   display: inline-block;
   width: 40px;
   height: 40px;
   line-height: 40px;
   background: #0e131f;
   font-size: 15px;
   text-align: center;
   color: #fff;
 }

 .footer-social li a:hover {}

 .footer-top .widget-title {
   position: relative;
   display: block;
   margin-bottom: 36px;
 }

 .footer-top .widget-title h5 {
   font-size: 18px;
   line-height: 26px;
   color: #fff;
   text-transform: uppercase;
 }

 .footer-top .links-widget .links-list li {
   position: relative;
   display: block;
   font-size: 15px;
   line-height: 24px;
   margin-bottom: 6px;
 }

 .footer-top .links-widget .links-list li:last-child {
   margin-bottom: 0px;
 }

 .footer-top .links-widget .links-list li a {
   position: relative;
   display: inline-block;
   color: rgba(255, 255, 255, 0.50);
 }

 .footer-top .links-widget .links-list li a:hover {}

 .footer-top .contact-widget .info li {
   position: relative;
   display: block;
   font-size: 15px;
   line-height: 30px;
   color: rgba(255, 255, 255, 0.50);
   padding-left: 30px;
 }

 .footer-top .contact-widget .info li a {
   color: rgba(255, 255, 255, 0.50);
 }

 .footer-top .contact-widget .info li a:hover {}

 .footer-top .contact-widget .info li i {
   position: absolute;
   left: 0px;
   top: 3px;
   font-size: 14px;
 }

 .footer-top .gallery-widget .image-list li {
   position: relative;
   display: inline-block;
   float: left;
   margin-right: 10px;
   margin-bottom: 10px;
 }

 .footer-top .gallery-widget .image-list li .image {
   position: relative;
   display: block;
   width: 76px;
   height: 76px;
   overflow: hidden;
 }

 .footer-top .gallery-widget .image-list li .image img {
   width: 76px;
   height: 76px;
   object-fit: cover;
 }

 .footer-top .gallery-widget .image-list li .image:hover img {
   opacity: 0.1;
 }

 .footer-top .gallery-widget .image-list li .image a {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%) scale(0, 0);
   font-size: 20px;
   color: #fff;
   z-index: 1;
 }

 .footer-top .gallery-widget .image-list li .image {
   background: #175b12;
 }

 .footer-top .gallery-widget .image-list li .image:hover a {
   transform: translate(-50%, -50%) scale(1, 1);
 }

 .footer-bottom {
   padding: 20px 0px;
   background: #0d2949;
 }

 .footer-bottom p {
   font-size: 13px;
   line-height: 15px;
   color: #fff;
 }

 .footer-bottom p a {
   color: rgba(255, 255, 255, 0.50);
 }

 .footer-bottom p a:hover {}


 /*** 

====================================================================
                        Home-Page-Two
====================================================================

***/

 /** header-style-two **/

 .header-style-two {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
 }

 .header-style-two .header-lower {
   position: relative;
   padding-left: 80px;
   border-bottom: 1px solid rgba(255, 255, 255, 0.10);
 }

 .header-style-two .header-lower .logo-box,
 .header-style-two .header-lower .main-menu {
   float: left;
 }

 .header-style-two .header-lower .logo-box {
   padding: 43px 0px 30px 0px;
   margin-right: 120px;
 }

 .header-style-two .header-lower .main-menu .navigation>li>a {
   color: #fff;
 }

 .header-style-two .header-lower .main-menu .navigation>li.current>a,
 .header-style-two .header-lower .main-menu .navigation>li:hover>a {}

 .header-style-two .header-lower .outer-box {
   position: relative;
 }

 .header-style-two .header-lower .menu-right-content {
   display: flex;
   align-items: center;
 }

 .header-style-two .header-lower .search-box-btn {
   color: #fff;
 }

 .header-style-two .header-lower .search-box-btn:hover {}

 .header-style-two .header-lower .menu-right-content .other-links li {
   position: relative;
   display: inline-block;
   float: left;
   margin-right: 30px;
   font-size: 14px;
   line-height: 24px;
 }

 .header-style-two .header-lower .menu-right-content .other-links li:last-child {
   margin: 0px !important;
 }

 .header-style-two .header-lower .menu-right-content .other-links li a {
   position: relative;
   display: inline-block;
   color: rgba(255, 255, 255, 0.50);
 }

 .header-style-two .header-lower .menu-right-content .other-links li a:hover {}

 .header-style-two .header-lower .menu-right-content .other-links li:before {
   position: absolute;
   content: '/';
   top: 0px;
   right: -17px;
 }

 .header-style-two .header-lower .menu-right-content .other-links li:last-child:before {
   display: none;
 }

 .header-style-two .header-lower .menu-right-content .search-box-outer {
   margin-left: 70px;
   position: relative;
 }

 .header-style-two .header-lower .menu-right-content .search-box-outer:before {
   position: absolute;
   content: '';
   background: rgba(255, 255, 255, 0.20);
   width: 1px;
   height: 43px;
   left: -32px;
   top: -3px;
 }


 /** banner-style-two **/

 .banner-style-two .banner-carousel .slide-item:after {
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   background: -webkit-linear-gradient(-90deg, rgba(14, 19, 31, 0.85)0%, rgba(14, 19, 31, 0.0) 25%);
   left: 0px;
   top: 0px;
   right: 0px;
   z-index: 1;
 }

 .banner-style-two .banner-carousel .content-box {
   margin: 0 auto;
   max-width: 650px;
 }

 .banner-style-two .banner-carousel .slide-item {
   padding: 320px 0px 200px 0px;
 }

 .banner-style-two .social-links {
   position: absolute;
   left: 60px;
   bottom: 50px;
   z-index: 2;
 }

 .banner-style-two .social-links li {
   position: relative;
   display: inline-block;
   float: left;
   margin-right: 30px;
 }

 .banner-style-two .social-links li:last-child {
   margin: 0px !important;
 }

 .banner-style-two .social-links li a {
   position: relative;
   display: inline-block;
   font-size: 15px;
   color: #fff;
 }

 .banner-style-two .social-links li a:hover {}

 .banner-style-two .video-box {
   position: absolute;
   right: 60px;
   bottom: 60px;
   z-index: 2;
   background: #000000;
   width: 300px;
   padding: 47px 50px 27px 30px;
   text-align: left;
 }

 .banner-style-two .video-box .video-btn a {
   position: relative;
   display: inline-block;
   width: 37px;
   height: 37px;
   line-height: 39px;
   font-size: 14px;
   color: #fff;
   text-align: center;
   border-radius: 50%;
   margin-bottom: 18px;
 }

 .banner-style-two .video-box h6 {
   position: relative;
   display: block;
   font-size: 14px;
   line-height: 17px;
   color: #fff;
   font-weight: 700;
   text-transform: uppercase;
 }

 .banner-style-two .video-box .link {
   position: absolute;
   top: 0px;
   right: 0px;
   display: flex;
   align-items: center;
   height: 100%;
   width: 47px;
 }

 .banner-style-two .video-box .link a {
   position: relative;
   width: 100%;
   display: flex;
   background: #0e131f;
   font-size: 18px;
   color: #fff;
   height: 100%;
   text-align: center;
   align-items: center;
   justify-content: center;
 }

 .banner-style-two .video-box .link a:hover {}

 .image_block_three .image-box {
   position: relative;
   display: block;
   margin-right: 100px;
   margin-left: -362px;
 }

 .image_block_three .image-box:before {
   position: absolute;
   content: '';
   background: #faf7f3;
   width: calc(100% - 270px);
   left: 0px;
   bottom: -120px;
   height: 120px;
 }

 .image_block_three .image-box:after {
   position: absolute;
   content: '';
   width: 10px;
   height: 100px;
   bottom: -120px;
   right: 240px;
 }

 .image_block_three .image-box .image {
   position: relative;
   display: block;
   overflow: hidden;
 }

 .image_block_three .image-box .image:before {
   position: absolute;
   top: 0;
   left: -75%;
   z-index: 2;
   display: block;
   content: '';
   width: 50%;
   height: 100%;
   background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
   background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
   background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
   -webkit-transform: skewX(-25deg);
   -ms-transform: skewX(-25deg);
   transform: skewX(-25deg);
   z-index: 1;
 }

 .image_block_three .image-box .image:hover:before {
   -webkit-animation: shine 1s;
   animation: shine 1s;
 }

 @-webkit-keyframes shine {
   100% {
     left: 125%;
   }
 }

 @keyframes shine {
   100% {
     left: 125%;
   }
 }

 .image_block_three .image-box .image img {
   width: 100%;
 }

 .content_block_three .content-box {
   position: relative;
   display: block;
 }

 .content_block_three .content-box .inner {
   position: relative;
   display: block;
   padding-left: 90px;
   margin-bottom: 30px;
 }

 .content_block_three .content-box .inner .icon-box {
   position: absolute;
   left: 0px;
   top: 6px;
   font-size: 65px;
   line-height: 60px;
 }

 .content_block_three .content-box .inner h5 {
   font-size: 18px;
   line-height: 36px;
   font-weight: 400;
 }

 .content_block_three .content-box .text p {
   font-size: 16px;
   line-height: 34px;
   margin-bottom: 33px;
 }

 .content_block_three .content-box .text .list-style-one li {
   position: relative;
   float: left;
   width: 50%;
   font-size: 16px;
   padding-left: 28px;
   margin-bottom: 12px;
 }

 .content_block_three .content-box .text {
   margin-bottom: 32px;
 }

 .content_block_three .content-box .sec-title {
   margin-bottom: 24px;
 }


 /** animals-section **/

 .animals-section {
   position: relative;
 }

 .animals-section .single-item {
   position: relative;
   display: block;
   background: #faf7f3;
   padding: 27px 15px 23px 15px;
   cursor: pointer;
   transition: all 500ms ease;
 }

 .animals-section .single-item:before {
   position: absolute;
   content: '';
   width: 40px;
   height: 10px;
   left: 50%;
   transform: translateX(-50%);
   bottom: -10px;
   clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
   opacity: 0;
   transition: all 500ms ease;
 }

 .animals-section .single-item:hover:before,
 .animals-section .single-item.active-btn:before {
   opacity: 1;
 }

 .animals-section .single-item:hover {}

 .animals-section .single-item .icon-box {
   position: relative;
   display: block;
   font-size: 65px;
   line-height: 60px;
   margin-bottom: 15px;
   transition: all 500ms ease;
 }

 .animals-section .single-item:hover .icon-box,
 .animals-section .single-item:hover h5,
 .animals-section .single-item.active-btn .icon-box,
 .animals-section .single-item.active-btn h5 {
   color: #fff;
 }

 .animals-section .single-item h5 {
   display: block;
   font-size: 18px;
   line-height: 26px;
   text-transform: uppercase;
   transition: all 500ms ease;
 }

 .tabs-box .tab {
   position: relative;
   display: none;
   transition: all 900ms ease;
   -moz-transition: all 900ms ease;
   -webkit-transition: all 900ms ease;
   -ms-transition: all 900ms ease;
   -o-transition: all 900ms ease;
 }

 .tabs-box .tab.active-tab {
   display: block;
 }

 .tabs-box .tab {
   transform: scale(0.9, 0.9) translateY(0px);
 }

 .tabs-box .tab.active-tab {
   transform: scale(1) translateY(0px);
 }

 .animals-section .tab-btn-box {
   position: relative;
   display: block;
   margin-bottom: 89px;
 }

 .animals-section .tabs-content .inner-box {
   position: relative;
   display: block;
 }

 .animals-section .tabs-content .inner-box .text h2 {
   position: relative;
   display: block;
   font-size: 50px;
   line-height: 60px;
   text-transform: uppercase;
   margin-bottom: 28px;
 }

 .animals-section .tabs-content .inner-box .text p {
   font-size: 16px;
   line-height: 32px;
   margin-bottom: 39px;
 }

 .animals-section .tabs-content .inner-box .text .theme-btn {
   background: #faf7f3;
   color: #0e131f !important;
   font-size: 14px;
 }

 .animals-section .tabs-content .inner-box .text .theme-btn:hover {
   color: #fff !important;
 }

 .animals-section .tabs-content .inner-box .image-box {
   position: relative;
   display: block;
   overflow: hidden;
   margin-left: 100px;
   margin-top: 11px;
 }

 .animals-section .tabs-content .inner-box .image-box img {
   width: 100%;
   transition: all 500ms ease;
 }

 .animals-section .tabs-content .inner-box .image-box:hover img {
   transform: scale(1.05);
 }

 .animals-section .sec-title {
   margin-bottom: 47px;
 }


 /** video-section **/

 .video-section {
   position: relative;
   padding: 120px 0px 104px 0px;
 }

 .video-section:before {
   position: absolute;
   content: '';
   background: #0e131f;
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   opacity: 0.6;
 }

 .video-section .inner-box .video-btn {
   position: relative;
   display: block;
   margin-bottom: 46px;
 }

 .video-section .inner-box .video-btn a {
   position: relative;
   display: inline-block;
   width: 107px;
   height: 107px;
   line-height: 107px;
   font-size: 24px;
   color: #fff;
   text-align: center;
 }

 .video-section .inner-box h2 {
   position: relative;
   display: block;
   font-size: 60px;
   line-height: 72px;
   text-transform: uppercase;
   color: #fff;
 }


 /** gallery-style-two **/

 .gallery-style-two {
   position: relative;
 }

 .gallery-style-two .outer-container {
   position: relative;
   padding-left: 540px;
 }

 .gallery-style-two .sec-title {
   position: absolute;
   left: 0px;
   display: flex;
   top: 0px;
   width: 540px;
   padding: 130px 110px 119px 120px;
   margin-bottom: 0px;
   height: 100%;
   align-items: center;
 }

 .gallery-block-two .inner-box {
   position: relative;
   display: block;
   overflow: hidden;
 }

 .gallery-block-two .inner-box .image-box {
   position: relative;
   display: block;
   overflow: hidden;
   background: #151c2c;
 }

 .gallery-block-two .inner-box .image-box img {
   width: 100%;
   transition: all 500ms ease;
 }

 .gallery-block-two .inner-box:hover .image-box img {
   opacity: 0.1;
   transform: scale(1.05);
 }

 .gallery-block-two .inner-box .view-box {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
 }

 .gallery-block-two .inner-box .view-box a {
   position: relative;
   display: inline-block;
   font-size: 28px;
   line-height: 30px;
   transform: scale(0, 0);
 }

 .gallery-block-two .inner-box .view-box a:hover {
   color: #fff;
 }

 .gallery-block-two .inner-box:hover .view-box a {
   transform: scale(1, 1);
 }


 /** pricing-section **/

 .pricing-section {
   position: relative;
 }

 .pricing-block-one {
   margin-top: 61px;
 }

 .pricing-block-one .pricing-table {
   position: relative;
   display: block;
   background: #fff;
   border: 1px solid #e6e1db;
   box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
   padding: 0px 60px 60px 60px;
   transition: all 500ms ease;
 }

 .pricing-block-one .pricing-table:hover {
   box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
 }

 .pricing-block-one .pricing-table .table-header {
   position: relative;
   display: block;
   padding-bottom: 29px;
   border-bottom: 1px solid #e6e1db;
 }

 .pricing-block-one .pricing-table .table-header .icon-box {
   position: relative;
   display: inline-block;
   width: 122px;
   height: 122px;
   line-height: 150px;
   text-align: center;
   font-size: 65px;
   color: #fff;
   border-radius: 50%;
   margin-top: -62px;
   margin-bottom: 24px;
   z-index: 1;
 }

 .pricing-block-one .pricing-table .table-header .icon-box:before {
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   transform: scale(0, 0);
   border-radius: 50%;
   z-index: -1;
   transition: all 500ms ease;
 }

 .pricing-block-one .pricing-table:hover .table-header .icon-box:before {
   transform: scale(1, 1);
 }

 .pricing-block-one .pricing-table .table-header h5 {
   display: block;
   font-size: 18px;
   line-height: 26px;
   font-weight: 400;
   margin-bottom: 0px;
 }

 .pricing-block-one .pricing-table .table-header p {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 24px;
   margin-bottom: 11px;
 }

 .pricing-block-one .pricing-table .table-header h2 {
   position: relative;
   display: inline-block;
   font-size: 50px;
   line-height: 50px;
   padding-left: 24px;
 }

 .pricing-block-one .pricing-table .table-header h2 span {
   font-size: 30px;
   position: absolute;
   left: 0px;
   top: -10px;
 }

 .pricing-block-one .pricing-table .table-content {
   position: relative;
   padding-top: 34px;
 }

 .pricing-block-one .pricing-table .feature-list li {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 26px;
   margin-bottom: 14px;
 }

 .pricing-block-one .pricing-table .feature-list li:last-child {
   margin-bottom: 0px;
 }

 .pricing-block-one .pricing-table .feature-list {
   margin-bottom: 32px;
 }

 .pricing-block-one .pricing-table .theme-btn {
   font-size: 14px;
   background: #faf7f3;
   color: #0e131f !important;
 }

 .pricing-block-one .pricing-table .theme-btn:hover {
   color: #fff !important;
 }

 .pricing-section .sec-title {
   margin-bottom: 47px;
 }

 .pricing-section .bg-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 50%;
   background: #faf7f3;
 }

 .pricing-section .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 50%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }


 /** news-style-two **/

 .news-style-two {
   position: relative;
 }

 .news-style-two .sec-title .theme-btn {
   position: absolute;
   right: 0px;
   bottom: 29px;
   background: #faf7f3;
   font-size: 14px;
   color: #0e131f !important;
 }

 .news-style-two .sec-title .theme-btn:hover {
   color: #fff !important;
 }

 .news-block-two .inner-box {
   position: relative;
   display: block;
 }

 .news-block-two .inner-box .image-box {
   position: relative;
   display: block;
   overflow: hidden;
 }

 .news-block-two .inner-box .image-box img {
   width: 100%;
   transition: all 500ms ease;
 }

 .news-block-two .inner-box:hover .image-box img {
   transform: scale(1.05);
   opacity: 0.2;
 }

 .news-block-two .inner-box .lower-content {
   padding: 43px 50px 43px 60px;
 }

 .news-block-two .inner-box .lower-content .post-info li {
   position: relative;
   display: inline-block;
   margin-right: 8px;
   padding-left: 20px;
   font-size: 14px;
   line-height: 24px;
   color: #fff;
 }

 .news-block-two .inner-box .lower-content .post-info {
   margin-bottom: 2px;
 }

 .news-block-two .inner-box .lower-content .post-info li:last-child {
   margin: 0px !important;
 }

 .news-block-two .inner-box .lower-content .post-info li a {
   display: inline-block;
   color: #fff;
 }

 .news-block-two .inner-box .lower-content .post-info li a:hover {
   text-decoration: underline;
 }

 .news-block-two .inner-box .lower-content .post-info li i {
   position: absolute;
   left: 0px;
   top: 4px;
   font-size: 13px;
 }

 .news-block-two .inner-box .lower-content h3 {
   position: relative;
   display: block;
   font-size: 24px;
   line-height: 34px;
   color: #fff;
   text-transform: uppercase;
 }

 .news-block-two .inner-box .lower-content h3 a {
   display: inline-block;
   color: #fff;
 }

 .news-block-two .inner-box .lower-content h3 a:hover {
   text-decoration: underline;
 }

 .news-block-three .inner-box {
   position: relative;
   display: block;
   padding-left: 300px;
   padding-bottom: 25px;
   margin-bottom: 30px;
   min-height: 161px;
 }

 .news-block-three:last-child .inner-box {
   margin-bottom: 0px;
 }

 .news-block-three .inner-box .image-box {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 270px;
   height: 161px;
   overflow: hidden;
 }

 .news-block-three .inner-box .image-box img {
   width: 100%;
   transition: all 500ms ease;
 }

 .news-block-three .inner-box:hover .image-box img {
   opacity: 0.3;
   transform: scale(1.05);
 }

 .news-block-three .inner-box .post-info li {
   position: relative;
   display: inline-block;
   margin-right: 8px;
   padding-left: 20px;
   font-size: 14px;
   line-height: 24px;
   color: #71747a;
 }

 .news-block-three .inner-box .post-info {
   margin-bottom: 2px;
 }

 .news-block-three .inner-box .post-info li:last-child {
   margin: 0px !important;
 }

 .news-block-three .inner-box .post-info li a {
   display: inline-block;
   color: #71747a;
 }

 .news-block-three .inner-box .post-info li a:hover {}

 .news-block-three .inner-box .post-info li i {
   position: absolute;
   left: 0px;
   top: 4px;
   font-size: 13px;
 }

 .news-block-three .inner-box h3 {
   position: relative;
   display: block;
   font-size: 24px;
   line-height: 34px;
   color: #fff;
   text-transform: uppercase;
 }

 .news-block-three .inner-box h3 a {
   display: inline-block;
   color: #151c2c;
 }

 .news-block-three .inner-box h3 a:hover {}

 .news-style-two .sec-title {
   margin-bottom: 47px;
 }

 .bg-color-1 {
   background: #faf7f3;
 }

 .clients-section.alternat-2:before {
   display: none;
 }

 .border-top {
   border-top: 1px solid #e6e1db;
 }

 .clients-section.alternat-2 {
   padding: 120px 0px;
 }


 /*** 

====================================================================
                        About-Page
====================================================================

***/


 /** page-title **/

 .page-title {
   position: relative;
   padding: 100px 0px 100px 0px;
 }

 .page-title:before {
   position: absolute;
   content: '';
   background: #0e131f;
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   opacity: 0.6;
 }

 .page-title .bread-crumb li {
   position: relative;
   display: inline-block;
   float: left;
   font-size: 14px;
   font-weight: 500;
   padding-right: 20px;
   margin-right: 12px;
 }

 .page-title .bread-crumb li:last-child {
   padding: 0px !important;
   margin: 0px !important;
 }

 .page-title .bread-crumb li a:hover {
   color: #fff;
 }

 .page-title .bread-crumb li:before {
   position: absolute;
   content: '/';
   top: 0px;
   right: 0px;
 }

 .page-title .bread-crumb li:last-child:before {
   display: none;
 }

 .page-title h1 {
   display: block;
   font-size: 60px;
   line-height: 62px;
   text-transform: capitalize;
   color: #fff;
 }


 /** about-style-three **/

 .about-style-three {
   position: relative;
 }

 .about-style-three .content_block_three .content-box {
   margin-left: 70px;
 }

 .content_block_three .content-box .text h4 {
   display: block;
   font-size: 20px;
   line-height: 30px;
   font-weight: 700;
   margin-bottom: 14px;
 }

 .about-style-three .content_block_three .content-box .sec-title {
   margin-bottom: 37px;
 }

 .about-style-three .content_block_three .content-box .inner {
   margin-bottom: 36px;
 }

 .about-style-three .content_block_three .content-box .text p {
   margin-bottom: 24px;
 }

 .about-style-three .content_block_three .content-box .theme-btn {}

 .about-style-three .image-box {
   position: relative;
   display: block;
   margin-right: 40px;
   overflow: hidden;
   margin-bottom: 20px;
 }

 .about-style-three .image-box img {
   width: 100%;
   transition: all 500ms ease;
   border-radius: 10px;
   height: 600px;
 }

 .about-style-three .image-box:hover img {
   transform: scale(1.05);
   border-radius: 10px;
 }

 .testimonial-section .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .testimonil-block-one .inner-box {
   box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
   background: #fff;
 }

 .testimonial-section .owl-carousel .owl-stage-outer {
   overflow: visible;
 }

 .testimonial-section .owl-carousel .owl-stage-outer .owl-item {
   opacity: 0;
 }

 .testimonial-section .owl-carousel .owl-stage-outer .owl-item.active {
   opacity: 1;
 }

 .border-bottom {
   border-bottom: 1px solid #e6e1db;
 }


 /** team-section **/

 .team-section .team-block {
   padding: 0px 67.5px;
 }

 .team-section .inner-content {
   margin: 0px -52.5px;
 }

 .team-block-one .inner-box {
   position: relative;
   display: block;
 }

 .team-block-one .inner-box .image-box {
   position: relative;
   display: block;
   overflow: hidden;
 }

 .team-block-one .inner-box .image-box img {
   width: 100%;
   transition: all 500ms ease;
 }

 .team-block-one .inner-box:hover .image-box img {
   transform: scale(1.05);
 }

 .team-block-one .inner-box .image-box::before {
   position: absolute;
   top: 50%;
   left: 50%;
   z-index: 1;
   display: block;
   content: '';
   width: 0;
   height: 0;
   background: rgba(255, 255, 255, .2);
   border-radius: 0%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   opacity: 0;
 }

 .team-block-one .inner-box:hover .image-box::before {
   -webkit-animation: circle .95s;
   animation: circle .95s;
 }

 .team-block-one .inner-box .lower-content {
   position: relative;
   display: block;
   padding-top: 23px;
 }

 .team-block-one .inner-box .lower-content h3 {
   font-size: 24px;
   line-height: 32px;
   margin-bottom: 14px;
   text-transform: uppercase;
 }

 .team-block-one .inner-box .lower-content h3 a {
   display: inline-block;
   color: #0e131f;
 }

 .team-block-one .inner-box .lower-content h3 a:hover {}

 .team-block-one .inner-box .lower-content h3 span {
   font-size: 16px;
   line-height: 24px;
   font-weight: 400;
   text-transform: capitalize;
 }

 .team-block-one .inner-box .lower-content p {
   font-size: 16px;
   line-height: 30px;
   margin-bottom: 30px;
 }

 .team-block-one .inner-box .lower-content .social-links li {
   position: relative;
   display: inline-block;
   float: left;
   margin-right: 10px;
 }

 .team-block-one .inner-box .lower-content .social-links li:last-child {
   margin: 0px !important;
 }

 .team-block-one .inner-box .lower-content .social-links li a {
   position: relative;
   display: inline-block;
   width: 40px;
   height: 40px;
   line-height: 40px;
   text-align: center;
   font-size: 15px;
   color: #0e131f;
   background: #faf7f3;
 }

 .team-block-one .inner-box .lower-content .social-links li a:hover {
   color: #fff;
 }

 .team-section .team-block:nth-child(2) {
   padding-top: 50px;
 }

 .team-section .sec-title {
   margin-bottom: 47px;
 }

 .sidebar-page-container .news-block-one {
   margin-bottom: 0px;
 }


 /** gallery-page-section **/

 .gallery-page-section {
   position: relative;
   padding: 120px 0px 90px 0px;
 }

 .gallery-page-section .gallery-block-two .inner-box {
   margin-bottom: 30px;
 }

 .gallery-page-section .gallery-block-two .inner-box .view-box a {
   color: #fff;
 }


 /** error-section **/

 .error-section {
   position: relative;
   padding: 110px 0px 120px 0px;
 }

 .error-section .inner-box .theme-btn-one i {
   margin-right: 10px;
 }

 .error-section .inner-box .error-image {
   position: relative;
   display: inline-block;
   margin-bottom: 60px;
 }

 .error-section .inner-box h1 {
   font-size: 200px;
   line-height: 200px;
   font-weight: 700;
   margin-bottom: 10px;
 }

 .error-section .inner-box h2 {
   position: relative;
   display: block;
   font-size: 30px;
   line-height: 42px;
   font-weight: 600;
   margin-bottom: 60px;
 }


 /*** 

====================================================================
                        Animals-Page
====================================================================

***/


 .animals-page-section {
   position: relative;
   padding: 120px 0px 90px 0px;
 }

 .animals-page-section .gallery-block-one .inner-box {
   margin-bottom: 30px;
 }


 /** animals-details **/

 .animals-details {
   position: relative;
   padding-top: 120px;
 }

 .animals-details .animals-details-content {
   padding-bottom: 110px;
   border-bottom: 1px solid #e6e1db;
 }

 .animals-details-content .image-box {
   position: relative;
   display: block;
   margin-bottom: 30px;
 }

 .animals-details-content .image-box img {
   width: 100%;
 }

 .animals-details-content .text h2 {
   position: relative;
   display: block;
   font-size: 40px;
   line-height: 50px;
   text-transform: uppercase;
   margin-bottom: 29px;
 }

 .animals-details-content .text p {
   font-size: 16px;
   line-height: 32px;
   margin-bottom: 32px;
 }

 .animals-details-content .text .list-style-one {
   padding-top: 18px;
 }

 .animals-details-content .sidebar-content {
   position: relative;
   display: block;
   background: #faf7f3;
   padding: 44px 50px 45px 50px;
   margin-top: 20px;
 }

 .animals-details-content .sidebar-content .single-item {
   position: relative;
   display: block;
   margin-bottom: 25px;
 }

 .animals-details-content .sidebar-content .single-item:last-child {
   margin-bottom: 0px;
 }

 .animals-details-content .sidebar-content .single-item h5 {
   display: block;
   font-size: 18px;
   line-height: 26px;
   text-transform: uppercase;
   margin-bottom: 1px;
 }

 .animals-details-content .sidebar-content .single-item p {
   font-size: 16px;
   line-height: 26px;
 }


 /*** 

====================================================================
                        Blog-Page
====================================================================

***/

 /** sidebar-page-container **/

 .sidebar-page-container {
   position: relative;
   padding: 120px 0px;
 }

 .news-block-one .inner-box .lower-content h2 {
   position: relative;
   display: block;
   font-size: 30px;
   line-height: 40px;
   text-transform: uppercase;
   margin-bottom: 10px;
 }

 .news-block-one .inner-box .lower-content h2 a {
   display: inline-block;
   color: #151c2c;
 }

 .news-block-one .inner-box .lower-content h2 a:hover {}

 .news-block-one .inner-box .lower-content p {
   font-size: 16px;
   line-height: 32px;
   margin-bottom: 19px;
 }

 .news-block-one .inner-box .lower-content .theme-btn {
   font-size: 10px;
   background: #faf7f3;
   padding: 6.5px 35px;
   color: #151c2c !important;
 }

 .news-block-one .inner-box .lower-content .theme-btn:hover {
   color: #fff !important;
 }

 .sidebar-page-container .news-block-one .inner-box {
   background: #fff;
   margin-bottom: 30px;
 }

 .sidebar-page-container .news-block-one:last-child .inner-box {
   margin-bottom: 0px;
 }

 .sidebar-page-container .news-block-one .inner-box .lower-content {
   padding: 21px 0px 0px 0px;
 }

 .blog-sidebar {
   position: relative;
   display: block;
 }

 .blog-sidebar .search-widget {
   position: relative;
   display: block;
   padding: 15px;
   margin-bottom: 30px;
 }

 .blog-sidebar .search-widget .form-group {
   position: relative;
   margin-bottom: 0px;
 }

 .blog-sidebar .search-widget .form-group input[type='search'] {
   position: relative;
   display: block;
   width: 100%;
   height: 47px;
   font-size: 16px;
   color: #fff;
   background: transparent;
   padding: 0px 70px 0px 35px;
 }

 .blog-sidebar .search-widget .form-group button {
   position: absolute;
   top: 12px;
   right: 35px;
   font-size: 24px;
   color: #fff;
   background: transparent;
   transition: all 500ms ease;
 }

 .blog-sidebar .search-widget .form-group input:focus+button,
 .blog-sidebar .search-widget .form-group button:hover {}

 .blog-sidebar .sidebar-widget {
   position: relative;
   display: block;
   background: #faf7f3;
   padding: 44px 30px 42px 50px;
   margin-bottom: 30px;
 }

 .blog-sidebar .sidebar-widget:last-child {
   margin-bottom: 0px;
 }

 .blog-sidebar .widget-title {
   position: relative;
   display: block;
   margin-bottom: 18px;
 }

 .blog-sidebar .widget-title h5 {
   font-size: 18px;
   line-height: 26px;
   text-transform: uppercase;
 }

 .blog-sidebar .post-widget .post {
   position: relative;
   display: block;
   padding: 0px 0px 0px 90px;
   margin-bottom: 22px;
   min-height: 80px;
 }

 .blog-sidebar .post-widget .post:last-child {
   margin-bottom: 0px;
 }

 .blog-sidebar .post-widget .post .post-thumb {
   position: absolute;
   left: 0px;
   top: 5px;
   width: 70px;
   height: 67px;
   overflow: hidden;
 }

 .blog-sidebar .post-widget .post .post-thumb img {
   width: 100%;
   transition: all 500ms ease;
 }

 .blog-sidebar .post-widget .post:hover .post-thumb img {
   opacity: 0.5;
 }

 .blog-sidebar .post-widget .post-inner .post .post-date {
   position: relative;
   display: block;
   padding-left: 22px;
   font-size: 14px;
   line-height: 24px;
   margin-bottom: 4px;
 }

 .blog-sidebar .post-widget .post-inner .post .post-date i {
   position: absolute;
   left: 0px;
   top: 3px;
 }

 .blog-sidebar .post-widget .post-inner .post .post-date a {
   position: relative;
   display: inline-block;
   color: #7c6f68;
 }

 .blog-sidebar .post-widget .post-inner .post .post-date a:hover {}

 .blog-sidebar .post-widget .post-inner .post h6 {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 26px;
   text-transform: uppercase;
 }

 .blog-sidebar .post-widget .post-inner .post h6 a {
   display: inline-block;
   color: #151c2c;
 }

 .blog-sidebar .post-widget .post-inner .post h6 a:hover {}

 .blog-sidebar .category-widget .category-list li {
   position: relative;
   display: block;
 }

 .blog-sidebar .category-widget {
   padding-left: 20px;
   padding-right: 20px;
   padding-bottom: 35px;
 }

 .blog-sidebar .category-widget .widget-title {
   padding-left: 30px;
   margin-bottom: 7px;
 }

 .blog-sidebar .category-widget .category-list li a {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 26px;
   color: #71747a;
   padding: 11px 30px 10px 30px;
 }

 .blog-sidebar .category-widget .category-list li a i {
   position: absolute;
   top: 15px;
   right: 30px;
   font-size: 18px;
   transition: all 500ms ease;
 }

 .blog-sidebar .category-widget .category-list li a:hover {
   background: #fff;
   color: #0e131f;
 }

 .blog-sidebar .category-widget .category-list li a:hover i {}

 .blog-sidebar .tags-widget .tags-list li {
   position: relative;
   display: inline-block;
   float: left;
   margin-right: 10px;
   margin-bottom: 10px;
 }

 .blog-sidebar .tags-widget .tags-list li a {
   position: relative;
   display: inline-block;
   font-size: 10px;
   line-height: 26px;
   color: #0e131f;
   background: #fff;
   text-transform: uppercase;
   padding: 7px 23px;
   font-weight: 700;
 }

 .blog-sidebar .tags-widget .tags-list li a:hover {
   color: #fff;
 }

 .blog-details-content .news-block-one .inner-box .image-box .image img {
   transform: scale(1) !important;
 }

 .blog-details-content .news-block-one .inner-box p {
   font-size: 16px;
   line-height: 34px;
   margin-bottom: 35px;
 }

 .blog-details-content .news-block-one .inner-box p:last-child {
   margin-bottom: 0px;
 }

 .blog-details-content .news-block-one .inner-box {
   border-bottom: 1px solid #e6e1db;
   padding-bottom: 51px;
 }

 .blog-details-content .post-share-option {
   position: relative;
   margin-bottom: 30px;
 }

 .blog-details-content .post-share-option .tags-list li {
   position: relative;
   display: inline-block;
   float: left;
   margin-right: 10px;
 }

 .blog-details-content .post-share-option .tags-list li:last-child {
   margin: 0px !important;
 }

 .blog-details-content .post-share-option .tags-list li h5 {
   font-size: 18px;
   line-height: 40px;
   text-transform: uppercase;
 }

 .blog-details-content .post-share-option .tags-list li a {
   position: relative;
   display: inline-block;
   font-size: 10px;
   line-height: 26px;
   font-weight: 700;
   color: #fff;
   text-transform: uppercase;
   padding: 7px 23px;
 }

 .blog-details-content .post-share-option .social-links li {
   position: relative;
   display: inline-block;
   float: left;
   margin-right: 10px;
 }

 .blog-details-content .post-share-option .social-links li:last-child {
   margin: 0px !important;
 }

 .blog-details-content .post-share-option .social-links li a {
   position: relative;
   display: inline-block;
   width: 40px;
   height: 40px;
   line-height: 40px;
   font-size: 15px;
   background: #faf7f3;
   color: #151c2c;
   text-align: center;
 }

 .blog-details-content .post-share-option .social-links li a:hover {
   color: #fff;
 }

 .blog-details-content .author-box {
   position: relative;
   display: block;
   background: #faf7f3;
   padding: 57px 50px 67px 270px;
   margin-bottom: 51px;
 }

 .blog-details-content .author-box .author-thumb {
   position: absolute;
   width: 170px;
   height: 160px;
   left: 60px;
   top: 60px;
 }

 .blog-details-content .author-box h3 {
   position: relative;
   display: block;
   font-size: 24px;
   line-height: 30px;
   text-transform: uppercase;
   margin-bottom: 24px;
 }

 .blog-details-content .author-box p {
   font-size: 16px;
   line-height: 34px;
 }

 .blog-details-content .group-title {
   position: relative;
   display: block;
   margin-bottom: 44px;
 }

 .blog-details-content .group-title h3 {
   display: block;
   font-size: 30px;
   line-height: 40px;
   text-transform: uppercase;
 }

 .blog-details-content .comment-box .comment {
   position: relative;
   display: block;
   padding-left: 180px;
   padding-bottom: 52px;
   margin-bottom: 54px;
   border-bottom: 1px solid #e3dcd9;
   min-height: 209px;
 }

 .blog-details-content .comment-box .comment:last-child {
   margin-bottom: 0px;
 }

 .blog-details-content .comment-box .comment .thumb-box {
   position: absolute;
   left: 0px;
   top: 6px;
   width: 140px;
   height: 140px;
 }

 .blog-details-content .comment-box .comment .comment-info h5 {
   font-size: 18px;
   line-height: 26px;
   text-transform: uppercase;
 }

 .blog-details-content .comment-box .comment .comment-info {
   margin-bottom: 25px;
 }

 .blog-details-content .comment-box .comment p {
   font-size: 16px;
   line-height: 32px;
 }

 .blog-details-content .comment-box .comment .reply-btn {
   position: absolute;
   top: 6px;
   right: 0px;
   display: inline-block;
   font-size: 10px;
   line-height: 20px;
   font-weight: 700;
   color: #fff;
   text-transform: uppercase;
   padding: 10px 23px;
   z-index: 1;
 }

 .blog-details-content .comment-box .comment .reply-btn:hover {}

 .blog-details-content .comment-box {
   margin-bottom: 51px;
 }

 .default-form .form-group {
   position: relative;
   margin-bottom: 20px;
   padding: 0px 10px;
 }

 .default-form .form-group:last-child {
   margin-bottom: 0px;
 }

 .default-form {
   position: relative;
   margin: 0px 5px;
 }

 .default-form .form-group input[type='text'],
 .default-form .form-group input[type='email'],
 .default-form .form-group textarea {
   position: relative;
   display: block;
   width: 100%;
   height: 63px;
   background: #faf7f3;
   border: 1px solid #faf7f3;
   font-size: 14px;
   padding: 10px 30px;
   font-size: 14px;
   color: #7a7d83;
   transition: all 500ms ease;
 }

 .default-form .form-group input:focus,
 .default-form .form-group textarea:focus {}

 .default-form .form-group textarea {
   height: 150px;
   resize: none;
 }


 /*** 

====================================================================
                        Contact-Page
====================================================================

***/

 /** google-map-section **/

 .google-map-section {
   position: relative;
   padding: 120px 0px 160px 0px;
 }

 .google-map-section .map-inner {
   position: relative;
   display: block;
 }

 .google-map-section .map-inner .map-canvas {
   position: relative;
   width: 100%;
   height: 500px;
 }

 .google-map-section .map-inner .content-box {
   position: absolute;
   top: 40px;
   right: 40px;
   width: 460px;
   padding: 61px 60px 60px 60px;
   z-index: 1;
 }

 .google-map-section .content-box h2 {
   display: block;
   font-size: 40px;
   line-height: 48px;
   color: #fff;
   text-transform: uppercase;
   margin-bottom: 25px;
 }

 .google-map-section .content-box .info li {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 28px;
   color: #fff;
   padding-left: 37px;
   margin-bottom: 12px;
 }

 .google-map-section .content-box .info li:last-child {
   margin-bottom: 0px;
 }

 .google-map-section .content-box .info li i {
   position: absolute;
   left: 0px;
   top: 2px;
   font-size: 16px;
 }

 .google-map-section .content-box .info li a {
   color: #fff;
 }


 .google-map-section .content-box .info li a:hover {
   text-decoration: underline;
 }

 .google-map-section .content-box .info {
   margin-bottom: 37px;
 }

 .google-map-section .content-box .inner {
   position: relative;
   display: block;
   background: #fff;
   padding: 29px 30px 30px 115px;
 }

 .google-map-section .content-box .inner .icon-box {
   position: absolute;
   left: 40px;
   top: 30px;
   font-size: 55px;
   line-height: 55px;
 }

 .google-map-section .content-box .inner p {
   display: block;
   font-size: 16px;
   line-height: 24px;
   margin-bottom: 2px;
 }

 .google-map-section .content-box .inner h4 {
   display: block;
   font-size: 20px;
   line-height: 28px;
   font-weight: 400;
 }

 /* .contact-section{
  position: relative;
  padding-bottom: 120px;
} */

 .contact-section .sec-title {
   margin-bottom: 47px;
 }

 .pricing-section .owl-carousel .owl-stage-outer {
   overflow: visible;
 }

 .pricing-section .owl-carousel .owl-stage-outer .owl-item {
   opacity: 0;
 }

 .pricing-section .owl-carousel .owl-stage-outer .owl-item.active {
   opacity: 1;
 }

 .main-menu .navigation>li a {
   padding: 2px 8px;
 }



 .main-menu .navigation>li:hover>a {
   background: #235c231a;
   color: #235c23 !important;
   padding: 2px 8px;
   border-radius: 5px;
 }

 .head-logo {
   padding-top: 10px;
   padding-bottom: 5px;
 }

 .btn-box img {
   margin-left: 30px;
 }

 .main-menu .navigation>li>ul>li:hover {
   background: #235c231a;
   color: #235c23 !important;
 }

 .main-menu .navigation>li>ul>li:hover a {
   color: #235c23 !important;
 }

 .main-menu .navigation>li>ul>li.dropdown:hover .sub-menuuu li a {
   color: #535353 !important;
 }

 .main-menu .navigation>li>ul>li.dropdown:hover .sub-menuuu li:hover {

   background: #235c231a;
 }

 .main-menu .navigation>li>ul>li.dropdown:hover .sub-menuuu li:hover a {
   color: #235c23 !important;
 }

 /* .header-lower.new-header-lower .outer-box {
    justify-content: unset;
} */
 .fot-cp {
   border-bottom: 1px solid #767676;
   padding-bottom: 10px;
   margin-bottom: 10px;
 }

 .sticky-header .main-menu .navigation>li>a {
   color: #000;
 }

 .sticky-header .search-box-btn {
   color: #000;
 }

 .sticky-header .main-menu .navigation>li.current>a {
   color: #000;
 }

 figure.footer-logo a h4 {
   color: #fff;
   font-size: 30px;
   text-transform: capitalize;
   line-height: 40px;
   font-weight: 700;
 }

 figure.footer-logo p {
   margin-top: 20px;
   color: #8a8e96;
   font-size: 14px;
   line-height: 26px;
 }

 .about-us-wrap {
   padding: 60px 0;
   background: #f7f7f7;
 }

 /* new footer */
 footer {
   background-color: #0d2949;
   color: #fff;
   padding: 40px 0px 0px;
 }

 footer h6 {
   font-weight: 600;
   margin-bottom: 15px;
   color: #ffc107;
 }

 .footer-links a {
   display: block;
   color: #fff;
   text-decoration: none;
   margin-bottom: 2px;
   transition: 0.3s;
 }

 .footer-links a:hover {
   color: #fff;
 }

 .social-icons a {
   color: #ccc;
   margin-right: 15px;
   font-size: 18px;
   transition: 0.3s;
 }

 .social-icons a:hover {
   color: #fff;
 }

 .stats-box {
   background: #1d3a63;
   padding: 20px;
   border-radius: 10px;
   text-align: center;
   margin: 10px 0;
 }

 .stats-box h5 {
   margin: 0;
   font-weight: 700;
   font-size: 1.2rem;
 }

 .stats-box p {
   margin: 5px 0 0;
   font-size: 0.9rem;
   color: #ccc;
 }

 .important-links .btn {
   background: #1d3a63;
   border: none;
   margin: 5px;
   color: #fff;
 }

 .important-links .btn:hover {
   background: #2e4e77;
 }

 .footer-line1 {
   border-top: 1px solid rgba(255, 255, 255, 0.2);
 }

 .footer-bottom {
   /* border-top: 1px solid rgba(255,255,255,0.2); */
   padding-top: 15px;
   /* margin-top: 20px; */
   font-size: 0.9rem;
   color: #bbb;
   text-align: center;
   display: flex;
   justify-content: space-between;
 }

 /* end */
 /* slider */
 .carousel-item {
   height: 500px;
   /* Full screen height */
   /* min-height: 400px; */
   background: no-repeat center center scroll;
   background-size: cover;
 }

 .carousel-caption {
   bottom: 220px;
 }

 .carousel-caption h5 {
   font-size: 3rem;
   font-weight: bold;
   text-transform: uppercase;
 }

 .carousel-caption p {
   font-size: 1.2rem;
 }

 .carousel-control-prev i {
   background: #fff;
   border-radius: 20pc;
   padding: 10px;
   color: #000;
 }

 .carousel-control-next i {
   background: #fff;
   border-radius: 20pc;
   padding: 10px;
   color: #000;
 }

 /* .carousel-item {
      height: 500px;  
      background: no-repeat center center scroll;
      background-size: cover;
      position: relative;
    }
    .carousel-caption {
      position: absolute;
      bottom: 10%;
      left: 5%;
      text-align: left;
    }
    .carousel-caption h5 {
      font-size: 1rem;
      background: green;
      display: inline-block;
      padding: 3px 10px;
      border-radius: 20px;
      color: #fff;
      font-weight: 600;
    }
    .carousel-caption h1 {
      font-size: 2rem;
      font-weight: 700;
      color: #fff;
    }
    .carousel-caption p {
      font-size: 1rem;
      color: #ddd;
    }
    .carousel-control-prev, 
    .carousel-control-next {
      width: 5%;
    }
    .carousel-control-prev-icon, 
    .carousel-control-next-icon {
      background-color: rgba(0,0,0,0.6);
      border-radius: 50%;
      padding: 10px;
    }
    .carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0%;
    }
    .carousel-control-next span{
    background: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    }
     .carousel-control-next span i{
      color: #000;
    }
    .carousel-control-prev span{
    background: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    }
     .carousel-control-prev span i{
      color: #000;
    } */

 /* about */
 /* .about-boxx {
    border: 1px solid #e2e6e9;
    padding: 25px 10px 15px;
    border-radius: 10px;
    text-align: center;
    background: #7bb58914;
    transition: all 0.5s ease;
}

.about-boxx span i{
     color: #235c23;
    background: #235c231a;
    padding: 10px 15px;
    font-size: 24px;
    border-radius: 5px;
}
.about-boxx h4 {
    font-weight: 600;
    font-size: 18px;
       margin-top: 20px;
    margin-bottom: 5px;
}
.about-boxx a {
    color: #67707e;
    font-size: 15px;
}
.about-boxx a i{
    color: #67707e;
    font-size: 12px;
} */
 .heading-section h2 {
   color: #29313d;
   text-align: center;
   font-size: 40px;
   font-weight: 700;
   margin-bottom: 10px;
 }

 .heading-section p {
   color: #67707e;
   font-size: 18px;
   text-align: center;
   width: 70%;
   line-height: 30px;
   margin-right: auto;
   margin-left: auto;
   margin-bottom: 40px;
 }

 .section-wrapp {
   padding: 60px 0;
 }

 .section-wrapp-tech {
   padding: 60px 0 25px;
 }

 .section-wrapp-bottom {
   padding: 10px 0 60px;
 }

 /* Latest Announcements */
 .announcement-card {
   border: 1px solid #e5e7eb;
   border-radius: 8px;

   background: #fff;
   transition: all 0.3s ease;
   height: 100%;
   margin-top: 20px;
 }

 .announcement-card img {
   width: 100%;
   height: 220px;
   border-top-left-radius: 8px;
   object-fit: cover;
   border-top-right-radius: 8px;
 }

 .announcement {
   padding: 15px;
 }

 .announcement-card:hover {
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
 }

 .badge-category {
   font-size: 0.75rem;
   padding: 0.35em 0.65em;
   border-radius: 12px;
   margin-right: 0.5rem;
 }

 .badge-training {
   background: #fee2e2;
   color: #dc2626;
 }

 .badge-research {
   background: #d1fae5;
   color: #065f46;
 }

 .badge-technology {
   background: #e0f2fe;
   color: #0369a1;
 }

 .urgent {
   color: #dc2626;
   font-size: 0.8rem;
   font-weight: bold;
 }

 .announcement-card h6 {
   font-weight: 600;
   margin-top: 0.5rem;
 }

 .announcement-date {
   font-size: 0.85rem;
   color: #6b7280;
   margin: 4px 0 8px;
   line-height: 20px;
 }

 .read-more {
   font-size: 15px;
   font-weight: 500;
   display: inline-flex;
   align-items: center;
   color: #29313d;
   text-decoration: none;
 }

 .read-more i {
   color: #29313d;
   font-size: 12px;
   margin-top: 2px;
   margin-left: 8px;
 }


 /* Explore CARI */
 .cari-card {
   border-radius: 8px;
   overflow: hidden;
   background: #fff;
   border: 1px solid #e5e7eb;
   transition: all 0.3s ease;
   /* height: 100%; */
   margin-bottom: 30px;
 }

 .cari-card:hover {
   box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
 }

 .cari-card .card-header h4 {
   color: #fff;
   font-size: 20px;
   font-weight: 500;
 }

 .card-header img {
   height: 45px;
   margin-right: 10px;
 }

 .cari-card .card-header {
   padding: 20px 10px;
   display: flex;
   align-items: center;
   justify-content: center;
 }

 .cari-card .card-body {
   padding: 1.2rem;
   font-size: 0.95rem;
   color: #374151;
 }

 .cari-card .card-body p {
   line-height: 25px;
 }

 .cari-card .btn {
   margin-top: 20px;
   border-radius: 6px;
   font-weight: 500;
   width: 100%;
   font-size: 15px;
   padding: 7px 15px;
 }

 .cari-card .card-body button {
   background: linear-gradient(to right, #235c23, #357335);
   border: none;
 }

 /* Header colors */
 .tech-header {
   background: #2b612b;
 }

 .research-header {
   background: #092d51;
 }

 .training-header {
   background: linear-gradient(to right, #166534, #08321f);
 }

 .heading-section h4 {
   color: #29313d;
   text-align: center;
   font-size: 26px;
   font-weight: 700;
   margin-bottom: 10px;
 }

 /* CARI at a Glance */
 .bg-bluee {
   background-color: #092d51f2;
   padding: 50px 0;
 }

 .bg-bluee h3 {
   color: #fff !important;

 }

 .bg-bluee .heading-section h3 {
   font-size: 35px;
 }

 .glance-stats {
   text-align: center;
   margin-top: 30px;
 }

 .glance-stats h3 {
   font-size: 35px;
   font-weight: 700;
 }

 .glance-stats p {
   color: #fff;
   margin-top: 8px;
 }

 .stat-green {
   color: #235c23;
 }

 .stat-blue {
   color: #2563eb;
 }

 .stat-orange {
   color: #f97316;
 }

 .btn-tender:hover {
   color: #fff;
 }

 /* Recent News & Events */
 .news-event-card {
   /* align-items: center; */
   display: flex;
 }

 .newss-img {
   width: 20%;
 }

 .news-txt {
   width: 75%;
 }

 .newss-img img {
   height: 80px;
   width: 100px;
   border-radius: 10px;
   object-fit: cover;
   margin-right: 12px;
 }

 .news-event-card {
   border-left: 3px solid #166534;
   padding: 0.5rem 1rem;
   margin-bottom: 1rem;
   background: #fff;
   border-radius: 10px;
   transition: 0.3s;
 }

 .news-event-card:hover {
   background: #f3f4f6;
 }

 .news-event-card h6 {
   margin: 0;
   font-weight: 600;
   font-size: 16px;
   color: #29313d;
 }

 .news-event-card p {
   color: #67707e;
   font-size: 14px;
   line-height: 20px;
   margin-top: 5px;
 }

 .news-event-card small {
   color: #6b7280;
 }

 .btn-all-cal {
   background: none;
   color: #29313d;
   font-size: 15px;
   font-weight: 600;
 }

 .event-card {

   border: 1px solid #e5e7eb;
   border-radius: 6px;
   padding: 0.8rem 1rem;
   margin-bottom: 1rem;
   background: #fff;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
 }

 .event-card h6 {
   margin: 0;
   font-weight: 600;
   font-size: 16px;
   color: #29313d;
 }

 .event-card p {
   color: #67707e;
   font-size: 14px;
 }

 .event-card .date {
   font-size: 0.9rem;
   font-weight: 600;
   color: #374151;
 }

 /* Tender Notices */
 .tender-tabs .nav-link {
   border-radius: 20px;
   font-weight: 500;
   margin-right: 0.5rem;
 }

 .tender-tabs .nav-link.active {
   background: #166534;
   color: #fff !important;
 }

 .tender-card {
   border: 1px solid #e5e7eb;
   border-radius: 8px;
   padding: 1.5rem;
   background: #fff;
   margin-top: 1rem;
 }

 .tender-card h6 {
   font-weight: 600;
   margin-bottom: 0.5rem;
 }

 .tender-card .badge {
   font-size: 0.75rem;
   margin-left: 0.5rem;
 }

 .expired {
   background: #fee2e2;
   color: #dc2626 !important;
 }

 .btn-tender {
   border-radius: 6px;
   font-weight: 500;
   padding: 0.5rem 1rem;
 }

 .tender-meta {
   font-size: 0.9rem;
   color: #6b7280;
 }

 .heading-section h3 {
   color: #29313d;
   text-align: center;
   font-size: 34px;
   font-weight: 700;
   margin-bottom: 10px;
 }

 .bg-greyy {
   background-color: #f8f8f8;
   /* background-color: #f3f5f74d; */
 }

 .announcement-card h6 {
   font-weight: 600;
   margin-top: 12px;
   font-size: 16px;
   color: #29313d;
 }

 .btn-vieww {
   background: #fff;
   border: 1px solid #f0f2f4;
   padding: 0 10px;
   font-size: 14px;
   border-radius: 5px;
   color: #29313d;
 }

 .top-right p {
   color: #fff;
 }

 .menu-right-content {
   display: flex;
   align-items: center;
   gap: 10px;
 }

 .search-box1 {
   display: flex;
   align-items: center;
   background: #f8f9fa;
   padding: 5px 10px;
   border-radius: 5px;
   border: 1px solid #ddd;
   margin-right: 15px;
 }

 .search-box1 input {
   border: none;
   outline: none;
   background: transparent;
   font-size: 14px;
   width: 300px;
   color: #838b96;
 }

 .search-box1 i {
   color: #838b96;
   margin-right: 10px;
 }

 .menu-right-content .btn {
   font-size: 14px;
   padding: 5px 15px;
   border-radius: 6px;
 }

 .btnn-rti {
   background: #fff;
   border: 1px solid #ddd;
 }

 .btnn-tender {
   background: #0d2a4a;
   color: #fff;
   font-weight: 600;
 }

 .btnn-login {
   background: #215c2f;
   color: #fff;
   font-weight: 600;
 }

 .btnn-tender:hover {
   background: #0d2a4a;
   color: #fff;
   font-weight: 600;
 }

 .btnn-login:hover {
   background: #215c2f;
   color: #fff;
   font-weight: 600;
 }

 .tenderr-wrapp .nav-tabs {
   border-bottom: none;
 }

 .tenderr-wrapp .nav-tabs .nav-link {
   border: none
 }

 .badge-success-tender {
   color: #fff;
   /* background-color: #235c23; */
   padding: 10px 15px;
 }

 .badge-secondary-tender {
   color: #fff;
   /* background-color: #6c757d; */
   padding: 10px 15px;
 }

 .tenderr-wrapp .heading-section p {
   margin-bottom: 20px;
 }

 .tenderr-wrapp .nav-tabs .nav-link.active span {
   background-color: #235c23 !important;
   color: #fff !important;
   border-color: #235c23;
 }

 .tenderr-wrapp .nav-tabs .nav-link span {
   background-color: #6c757d;
   color: #fff;
   font-size: 16px;
   padding: 10px;
   border-radius: 6px;
 }

 .tender-meta1 {
   color: #67707e;
   font-size: 14px;
   font-weight: 600;
 }

 .tender-card h6 {
   margin-bottom: 0;
 }

 .tender-card .badge {
   font-size: 0.75rem;
   border: 1px solid #e2e6e9;
   border-radius: 20px;
   margin-left: 0.5rem;
   color: #29313d;

 }

 .tender-meta2 {
   font-size: 15px;
   margin-top: 10px;
   margin-bottom: 10px;
 }

 .tender-meta3 {
   font-size: 14px;
 }

 .tender-meta3 b {
   color: #29313d;
 }

 .text-orangee {
   color: #ea580c;
   margin-left: 10px;
 }

 .tender-btnn button {
   color: #29313d;
   background: none;
   border: 1px solid #e2e6e9;
   padding: 0 10px;
   border-radius: 6px;
   font-size: 12px;
   margin-right: 10px;
   font-weight: 600;
   margin-top: 15px;
 }

 .tender-btnn button i {
   margin-right: 5px;
 }

 .new-flexx {
   display: flex;
   justify-content: space-between;
 }

 .wid-85 {
   width: 85%;
 }

 .mew-flex-c h5 {
   font-weight: 500;
   color: #235c23;
   font-size: 18px;
 }

 .mew-flex-c p {
   color: #67707e;
   font-size: 14px;
   margin-top: -5px;
 }

 .btn-success-view {
   background-color: #235c23;
   color: #fff;
   font-size: 14px;
   width: 140px;
 }

 .btn-primary-sub {
   font-size: 14px;
   background-color: #062647;
   color: #fff;
   width: 140px;
 }

 .btn-success-view:hover {
   color: #fff;
 }

 .btn-primary-sub:hover {
   color: #fff;
 }

 .btn-primary-sub i {
   font-size: 12px;
   margin-right: 3px;
 }

 .btn-success-view i {
   font-size: 12px;
   margin-right: 3px;
 }

 .tender-card:hover {
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 }

 /* gallery section */
 .gallery-wrapp .nav-tabs {
   justify-content: center;
   margin-bottom: 30px;
   border-bottom: none;
 }

 .gallery-wrapp .nav-tabs .nav-item {
   margin: 0 5px;
 }

 .gallery-wrapp .nav-tabs .nav-link {
   border-radius: 20px;
   color: #333;
   padding: 2px 15px;
   font-weight: 500;
   background: #6c757d26;
 }

 .gallery-wrapp .nav-tabs .nav-link.active {
   background-color: #1a7d34;
   /* Green */
   color: #fff !important;
   border-color: #1a7d34;
 }

 .gallery-card {
   border: 1px solid #eee;
   border-radius: 10px;
   overflow: hidden;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
   margin-bottom: 20px;
   position: relative;
   height: 375px;
 }

 .gallery-card .img-wrapper {
   position: relative;
   overflow: hidden;
 }

 .gallery-card img {
   width: 100%;
   height: 250px;
   object-fit: cover;
   display: block;
 }

 /* Badge on image */
 .badge-overlay {
   position: absolute;
   top: 10px;
   left: 10px;
   background: #1a7d34;
   color: #fff;
   padding: 0px 8px;
   font-size: 12px;
   line-height: 2;
   border-radius: 20px;
   z-index: 3;
 }

 /* Overlay only on image */
 .gallery-card .img-wrapper::after {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.3);
   opacity: 0;
   transition: opacity 0.3s ease;
 }

 .gallery-card:hover .img-wrapper::after {
   opacity: 1;
 }

 /* View button */
 .view-btn {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   display: none;
   z-index: 4;
   background: rgba(26, 125, 52, 0.9);
   color: #fff;
   border: none;
   font-size: 12px;
   padding: 0px 20px;
   border-radius: 25px;
   font-weight: bold;
   cursor: pointer;
 }

 .gallery-card:hover .view-btn {
   display: block;
 }

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

 .gallery-card h5 {
   font-size: 18px;
   font-weight: bold;
   margin-bottom: 8px;
 }

 .gallery-card p {
   font-size: 14px;
   color: #71747a;
   margin: 0;
   line-height: 20px;
 }

 /* footer */
 footer.fot-wrapp p {
   color: #fff;
 }

 .fot-wrapp h5 {
   color: #fff;
 }

 .add-fot {
   display: flex;
 }

 .fot-logo img {
   margin-bottom: 20px;
 }

 .add-fot i {
   margin-right: 5px;
 }

 .modal-body.text-center img {
   height: 400px;
   width: 100%;
   object-fit: cover;
 }

 /*  dfdsg*/
 .about-boxx span img {
   background: #235c231a;
   padding: 10px 15px;
   font-size: 24px;
   border-radius: 5px;
   box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
 }

 .btn-vieww:hover {
   background-color: #fac938;
 }

 .btn-all-cal:hover {
   background-color: #fac938;

 }

 .btn-all-cal {
   padding: 0 10px;
   border-radius: 5px;
   background-color: #fff;
 }

 .about-boxx:hover {
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   transform: scale(1.02);
   border: 2px solid #235c23;
 }

 .about-boxx a {
   padding: 5px 10px;
   border-radius: 5px;
   background-color: #fff;
 }

 .about-boxx a:hover {
   background-color: #fac938;
   color: #29313d;

 }

 .about-boxx a:hover i {

   color: #29313d;

 }

 .about-boxx p {
   font-size: 15px;
 }

 .read-more {

   border-radius: 5px;
 }

 .read-more:hover {
   background-color: #fac938;
   color: #29313d;
   padding: 0 10px;
 }

 /* tender  */
 .info-box {
   background-color: #f0f3f1;
   border-radius: 8px;
   padding: 20px 25px;
   margin-top: 30px;
   display: flex;
   align-items: flex-start;
   box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
 }

 .info-icon {
   background-color: #dce3dc;
   color: #2f7d32;
   border-radius: 8px;
   padding: 10px;
   margin-right: 15px;
   font-size: 20px;
   display: flex;
   align-items: center;
   justify-content: center;
 }

 .info-content h3 {
   margin: 0 0 8px 0;
   font-size: 16px;
   font-weight: bold;
 }

 .info-content ul {
   margin: 0;
   padding: 0;
   list-style: none;
 }

 .info-content ul li {
   margin-bottom: 6px;
   font-size: 14px;
   color: #67707e;
   line-height: 20px;
 }

 .info-content ul li::before {
   content: "• ";
   color: #2f7d32;
   font-weight: bold;
 }

 .language-dropdown {
   cursor: pointer;
   margin-left: 20px;
   background-color: #fac938;
   padding: 0 10px;
   border-radius: 5px;
   color: #29313d;
 }

 /* Language Dropdown Styles */
 .language-dropdown {
   position: relative;
   display: inline-block;
   cursor: pointer;
 }

 .language-dropdown .language-trigger {
   position: relative;
   margin: 0;
   padding: 0;
   color: inherit;
   transition: all 300ms ease;
 }

 .language-dropdown .language-trigger i {
   margin-left: 5px;
   font-size: 12px;
   transition: transform 300ms ease;
 }

 .language-dropdown:hover .language-trigger i {
   transform: rotate(180deg);
 }

 .language-dropdown .language-menu {
   position: absolute;
   top: 100%;
   left: 0;
   width: 150px;
   background: #fff;
   border-radius: 5px;
   border: 1px solid #f7f7f7;
   box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
   padding: 0;
   margin: 0;
   list-style: none;
   opacity: 0;
   visibility: hidden;
   transform: translateY(10px);
   transition: all 500ms ease;
   z-index: 100;
 }

 .language-dropdown:hover .language-menu {
   opacity: 1;
   visibility: visible;
   transform: translateY(0);
 }

 .language-dropdown .language-menu li {
   position: relative;
   width: 100%;
   padding: 5px 10px;
   border-bottom: 1px solid #f0f0f0;
 }

 .language-dropdown .language-menu li:last-child {
   border-bottom: none;
 }

 .language-dropdown .language-menu li a {
   position: relative;
   display: block;
   padding: 8px 10px;
   line-height: 20px;
   font-weight: 400;
   font-size: 14px;
   color: #535353;
   text-decoration: none;
   text-align: left;
   transition: all 300ms ease;
   border-radius: 3px;
 }

 .language-dropdown .language-menu li a:hover {
   background: #235c231a;
   color: #235c23 !important;

 }

 .tender {
   display: flex;
   justify-content: space-between;
 }

 .top-right p {
   font-size: 14px;
 }

 /* ... existing code ... */
 /* .about-boxx {
    position: relative;
}


.about-boxx:hover::after {
    position: absolute;
    content: "";
    width: 85px;
    height: 85px;
    left: 0;
    top: 0;
    border-left: 3px solid #235c23c7;
    border-top: 3px solid #235c23c7;
    border-radius: 7px 0px 7px 0px;
}
.about-boxx:hover::before {
    position: absolute;
    content: "";
    width: 85px;
    height: 85px;
    right: 0;
    bottom: -1px;
    border-right: 3px solid #235c23c7;
    border-bottom: 3px solid #235c23c7;
    border-radius: 7px 0px 7px 0px;
} */
 .about-bot {
   margin-bottom: 30px;

 }




 /* RTI  section css */
 .rti-section {
   padding: 50px 0;
   text-align: center;
 }

 .rti-section .col-md-3 {
   padding: 0 10px;
 }

 /* .rti-section h2 {
      font-weight: 700;
      color: #1c7c54;
      margin-bottom: 10px;
    } */
 .rti-section p {
   color: #555;
   margin-bottom: 40px;
 }

 .rti-card {
   background: #fff;
   border: 1px solid #e0e6e3;
   border-radius: 12px;
   padding: 20px 15px;
   text-align: left;
   transition: 0.3s ease;
   height: 100%;
 }

 .rti-card:hover {
   box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
   transform: translateY(-4px);
 }

 .rti-icon {
   font-size: 22px;
   color: #235c23;
   background: #e9eee9;
   padding: 10px;
   height: 45px;
   width: 45px;
   border-radius: 10px;
   margin-bottom: 15px;
   display: flex;
   justify-content: center;
   box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
   align-items: center;
 }

 .rti-card h5 {
   font-weight: 600;
   font-size: 16px;
   margin-bottom: 8px;
 }

 .rti-card p {
   font-size: 14px;
   color: #555;
   margin: 0;
   line-height: 24px;
 }

 /* important link section */
 .imp-link .card-box {
   background: #fff;
   border-radius: 12px;
   padding: 25px;
   box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
   transition: 0.3s ease;
   margin-top: 30px;
   height: 600px;
   overflow-y: auto;
 }

 .imp-link .card-box:hover {
   box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
 }

 .imp-link .card-title h4 {
   font-size: 1.2rem;
   font-weight: bold;
   margin-bottom: 0px;
   display: flex;
   align-items: center;
 }

 .imp-link .card-title i {
   margin-right: 10px;
 }

 .link-right i {
   color: green;
 }

 .link-item {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
   padding: 6px 0;
   border-bottom: 1px solid #f0f0f0;
   transition: background 0.2s ease;
 }

 .link-item:last-child {
   border-bottom: none;
 }

 .link-item:hover {
   background: #f9fdfb;
   border-radius: 6px;
 }


 .link-left {
   display: flex;
   align-items: center;
   flex-grow: 1;
 }

 .link-left i {
   margin-right: 12px;
   font-size: 16px;
   color: #71747a;

 }

 .link-text {
   font-weight: 500;
   color: #71747a;
   text-decoration: none;
   font-size: 16px;
 }

 .link-text:hover {
   color: #1c7c3b;
 }

 .link-text small {
   display: block;
   font-size: 0.85rem;
   color: #666;
   margin-top: 2px;
 }

 .link-right i {
   font-size: 14px;
   margin-left: 10px;
 }

 /* Quick links */
 section.quick-links {
   padding: 60px 20px;
   background-color: #092d51f2;
   /* background: linear-gradient(135deg, #60a5fa 0%, #6ee7b7 100%);
      clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%); */
 }

 section.quick-links h2 {
   text-align: center;
   font-size: 2rem;
   font-weight: 700;
   color: #fff;
   margin-bottom: 40px;
   position: relative;
 }

 .links-grid {
   max-width: 1100px;
   margin: 0 auto;
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
   gap: 20px;
 }

 .link-card1 {
   background: #fff;
   border-radius: 16px;
   padding: 25px 20px;
   display: flex;
   align-items: center;
   gap: 15px;
   box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
   transition: transform 0.25s ease, box-shadow 0.25s ease;
   cursor: pointer;
 }

 .link-card1:hover {
   transform: translateY(-8px);
   box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
 }

 .link-card1 i {
   font-size: 26px;
   color: #4582cd;
   background: rgba(96, 165, 250, 0.1);
   padding: 14px;
   border-radius: 12px;
   flex-shrink: 0;
 }

 .link-card1 span {
   font-size: 1rem;
   font-weight: 600;
   color: #333;
   line-height: 1.3;
 }


 /* cari categories */
 /*     
    .card-categ {
      background: #fff;
      border-radius: 10px;
      padding: 40px 20px 20px;
      position: relative;
      text-align: center;
      box-shadow: 0 10px 20px rgba(0,0,0,0.05);
      transition: transform 0.3s, box-shadow 0.3s;
      margin-top: 60px;
    }

    .card-categ:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 25px rgba(0,0,0,0.2);
    }
 .card-categ .icon img{
  height: 36px;
 }
    .card-categ .icon {
      background: #2e832e;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 30px;
      color: #fff;
      position: absolute;
      top: -35px;
      left: 50%;
      transform: translateX(-50%);
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .card-categ h3 {
          margin: 20px 0 15px;
    color: #29313d;
    font-size: 18px;
    font-weight: 600;
    }

    .card-categ p {
          font-size: 15px;
    line-height: 1.6;
    color: #67707e;
    }

    .card-categ a {
      display: inline-block;
      margin-top: 15px;
      text-decoration: none;
      color: #235c23;
      font-weight: 600;
      font-size: 14px;
      transition: color 0.3s;
    } */



 /* latest news effect */
 .image-box img {
   width: 100%;

   transition: all 500ms ease;
 }

 .image-box:hover img {
   transform: scale(1.05);
 }

 .image-box::before {
   position: absolute;
   top: 50%;
   left: 50%;
   z-index: 1;
   display: block;
   content: '';
   width: 0;
   height: 0;
   background: rgba(255, 255, 255, .2);
   border-radius: 0%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   opacity: 0;
 }

 .image-box:hover::before {
   -webkit-animation: circle .95s;
   animation: circle .95s;
 }

 .image-box {
   position: relative;
   overflow: hidden;
 }

 @-webkit-keyframes circle {
   0% {
     opacity: 1;
   }

   40% {
     opacity: 1;
   }

   100% {
     width: 200%;
     height: 200%;
     opacity: 0;
   }
 }

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

   40% {
     opacity: 1;
   }

   100% {
     width: 200%;
     height: 200%;
     opacity: 0;
   }
 }

 /* end */
 .partner-logos {
   /* background: #f5f7fa; */
   padding: 35px 0;
   /* border-top: 1px solid #e6e8ec;
    border-bottom: 1px solid #e6e8ec; */
 }

 .partner-logos .owl-nav.disabled {
   display: none;
 }

 /* end */
 .nav-link {
   display: block;
   padding: 0 5px;
 }

 .link-item:hover .link-text a {

   color: #1c7c3b;

 }

 /* media query */
 @media screen and (max-width: 767px) {
   .tender {
     display: block;
   }

   .wid-85 {
     width: 100%;
   }

   .header-lower.new-header-lower {
     background: #062647;
   }

   .search-box1 {
     display: none;
   }

   .menu-right-content {
     display: none !important;
   }

   .header-top .auto-container {
     padding: 0;
   }

   .header-top .info li i {
     position: absolute;
     left: 0px;
     top: 2px;
     font-size: 9px;
     color: #fff;
   }

   .header-top .info li {
     position: relative;
     display: inline-block;
     margin-right: 4px;
     font-size: 14px;
     line-height: 24px;
     color: #fff;
     padding-left: 12px;
   }

   .header-top .top-right .info li {
     font-size: 14px;
   }

   .mob-none {
     display: none;
   }

   .high-last {
     margin-right: 15px;
   }

   .top-right p {
     color: #fff;
     font-size: 14px;
   }

   .header-top {
     padding-top: 0px;
     padding-bottom: 4px;
   }

   .language-dropdown {
     cursor: pointer;
     margin-left: 20px;
     background-color: #fac938;
     padding: 0px 8px 0px;
     border-radius: 5px;
     color: #29313d;
     line-height: 26px;
     height: 25px;
   }

   .language-dropdown p {
     font-size: 12px;
   }

   .logo-box p {
     font-size: 16px;
   }

   .logo-box p span {
     font-size: 11px;
   }

   .logo-box img {
     margin-right: 10px;
     height: 85px;
     object-fit: contain;
     padding: 5px 0;
   }

   .carousel-item {
     height: 300px;
   }

   .heading-section p {
     width: 100%;
   }

   .heading-section p {
     color: #67707e;
     font-size: 17px;
     text-align: center;
     line-height: 25px;
     margin-right: auto;
     margin-left: auto;
     margin-bottom: 20px;
   }

   .section-wrapp {
     padding: 40px 0;
   }

   .about-boxx {
     margin-bottom: 15px;
   }

   .new-flexx {
     display: block;
   }

   .tender-btnn {
     margin-bottom: 10px;
   }

   .gallery-wrapp .nav-tabs .nav-item {
     margin: 0 5px 10px;
   }

   .gallery-wrapp .nav-tabs {
     margin-bottom: 10px;
   }

   .heading-section h3 {
     font-size: 25px;
   }

   .glance-stats h3 {
     font-size: 26px;
     font-weight: 700;
   }

   .glance-stats p {
     line-height: 20px;
     font-size: 15px;
     color: #67707e;
     margin-top: 8px;
   }

   .news-event-card p {
     line-height: 20px;
     margin-top: 10px;
   }

   .mob-size {
     font-size: 22px !important;
     margin-bottom: 0 !important;
   }

   .header-top .top-right .social-links li {
     margin-right: 10px;
   }

   .about-bot {
     margin-bottom: 0px;
   }

   .news-event-card {
     display: block;
   }

   .newss-img {
     width: 100%;
   }

   .news-txt {
     width: 100%;
   }

   .newss-img img {
     height: 150px;
     width: 100%;
     border-radius: 10px;
     object-fit: cover;
     margin-bottom: 12px;
   }

   .footer-bottom {
     display: block;
   }

   .navigation .dropdown i {
     display: none;
   }
 }


 /* 04092025 */

 /* new dashboard */
 .dashboard {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 20px;
 }

 .card-dash {
   background: #fff;
   border-radius: 12px;
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
   padding: 20px;
   position: relative;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   min-height: 120px;
   border: 1px solid #e1e7ef;
   border-left: 3px solid #0e4fa480;
   transition: all .3s cubic-bezier(.4, 0, .2, 1);
 }

 .card-dash .top {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
 }

 .icon-dash img {
   height: 24px;
 }

 .icon-dash {
   width: 38px;
   height: 38px;
   border-radius: 10px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 20px;
 }

 .value {
   font-size: 26px;
   font-weight: bold;
   margin: 10px 0 5px;
   color: #29313d;
 }

 .label1 {
   font-size: 16px;
   color: #65758b;
   font-weight: 500;
 }

 .badge1 {
   background: #21c45d;
   color: #fff;
   font-size: 12px;
   padding: 0px 5px;
   border-radius: 15px;
   font-weight: 500;
   line-height: 20px;
 }

 .badge1.stable {
   background: #2196f3;
 }



 .card-dash:hover {
   --tw-translate-y: -.25rem;
   transform: translate(0, -.25rem)rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
 }

 .card-dash:hover {
   box-shadow: 0 4px 16px hsl(214 84% 35% / .15);
 }

 /* icon-dash background colors */
 .icon-dash.handshake {
   background: #eaf3ff;
   color: #2962ff;
 }

 .icon-dash.cap {
   background: #eafcf1;
   color: #2e7d32;
 }

 .icon-dash.user {
   background: #fff3e0;
   color: #ef6c00;
 }

 .icon-dash.map {
   background: #f1f8e9;
   color: #558b2f;
 }

 .icon-dash.book {
   background: #e3f2fd;
   color: #1976d2;
 }

 .icon-dash.star {
   background: #fffde7;
   color: #fbc02d;
 }

 .icon-dash.building {
   background: #e8f5e9;
   color: #2e7d32;
 }

 .icon-dash.money {
   background: #fbe9e7;
   color: #d84315;
 }

 .icon-dash.lab {
   background: #f1f8e9;
   color: #388e3c;
 }

 .icon-dash.file {
   background: #ede7f6;
   color: #5e35b1;
 }

 .icon-dash.briefcase {
   background: #f3e5f5;
   color: #8e24aa;
 }

 .icon-dash.graph {
   background: #fff3e0;
   color: #ef6c00;
 }

 .dash-foot {
   margin-top: 25px;
   font-size: 14px;
   color: #555;
   text-align: center;
 }

 .dash-foot a {
   color: #2962ff;
   text-decoration: none;
   font-weight: 500;
 }


 /* cart tm services css start */
 .wrapper {

   display: grid;
   grid-template-columns: 2fr 1fr;
   grid-template-areas:
     "feat ip"
     "feat cert"
     "vprod feed";
   gap: 18px;
   margin-bottom: 80px;
 }

 /* ————— Generic panel ————— */
 .panel {
   background: var(--surface);
   border: 1px solid var(--line);
   border-radius: var(--radius);
   box-shadow: var(--shadow);
   padding: 16px 16px 18px;
 }

 .panel-head {
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 12px;
 }

 .panel-title {
   font-weight: 700;
   font-size: 18px;
   color: #29313d;
   display: flex;
   align-items: center;

 }

 /* .panel-title .dot{
  width:10px;height:10px;border-radius:50%;
  background:#7aa8ff;box-shadow:0 0 0 3px #e8f0ff inset;
} */

 /* ————— Featured Technologies ————— */
 .featured {
   grid-area: feat;
 }

 .tech-grid {
   display: grid;
   grid-template-columns: repeat(2, minmax(260px, 1fr));
   gap: 14px;
 }

 .tech-tile {
   border: 1px solid #e1e7ef;
   border-left: 3px solid #0e4fa480;
   border-radius: 12px;
   padding: 14px;
   position: relative;
   background: #fff;
   transition: transform .2s ease, box-shadow .2s ease;
 }

 .tech-tile:hover {
   transform: translateY(-2px);
   box-shadow: var(--shadow);
 }

 .tile-top {
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 8px;
 }

 .roundmark {
   width: 34px;
   height: 34px;
   border-radius: 10px;
   background: linear-gradient(145deg, #f6f9ff, #eaf1ff);
   display: grid;
   place-items: center;
   border: 1px solid var(--line);
   color: #5b7dd6;
 }

 .badge-status {
   line-height: 15px;
   font-size: 12px;
   font-weight: 700;
   border-radius: 20px;
   padding: 5px 10px;
 }

 .is-available {
   background: var(--accent-soft);
   color: #1f9e52;
 }

 .is-licensed {
   background: var(--blue-soft);
   color: #1e6de6;
 }

 .is-commercial {
   background: var(--amber-soft);
   color: #d37a00;
 }

 .badge-kind {
   display: inline-block;
   margin: 6px 0 8px;
   font-size: 13px;
   line-height: 18px;
   font-weight: 700;
   border-radius: 999px;
   padding: 4px 10px;
 }

 .kind-germ {
   background: #3f6de6;
   color: #fff;
 }

 .kind-tech {
   background: #1a6de1;
   color: #fff;
 }

 .kind-prod {
   background: #fff0df;
   color: #ff8f1a;
 }

 .kind-anal {
   background: #e8fff4;
   color: #2ba86b;
 }

 .tech-title {
   font-size: 18px;
   font-weight: 700;
   color: #29313d;
 }

 .tech-desc {
   font-size: 16px;
   color: var(--muted);
   min-height: 34px;
   line-height: 20px;
 }

 .tile-meta {
   display: flex;
   align-items: center;
   justify-content: space-between;
   font-size: 12.5px;
   color: #445e78;
   margin-top: 8px;
 }

 .meta-left {
   display: flex;
   align-items: center;
   gap: 6px
 }

 .meta-left i {
   color: #f5b400
 }

 .meta-right {
   display: flex;
   align-items: center;
   gap: 14px;
   color: #7a93ac
 }

 .meta-right i {
   margin-right: 4px
 }

 .tile-actions {
   margin-top: 10px;
   display: flex;
   align-items: center;
   gap: 10px;
 }

 .btn-main {
   display: inline-block;
   background: #25841ec2;
   color: white;
   text-decoration: none;
   padding: 2px 16px;
   border-radius: 10px;
   font-weight: 600;
   font-size: 14px;
   text-transform: capitalize;
   letter-spacing: 0.5px;
   transition: all 0.3s ease;
   margin-top: 10px;
 }

 .btn-main i {
   font-size: 10px;
 }

 .btn-main:hover {
   transform: translateY(-2px);
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
 }

 /* ————— IP Portfolio ————— */
 .portfolio {
   grid-area: ip;
 }

 .port-list {
   margin-top: -8px;
 }

 .port-row {
   padding: 10px 0;
   border-top: 1px dashed var(--line);
 }

 .port-row:first-child {
   border-top: 0
 }

 .port-title {
   font-size: 13.5px;
   font-weight: 700;
   margin-bottom: 6px;
   color: #29313d;
   line-height: 15px;
 }

 .chips {
   display: flex;
   align-items: center;
   gap: 8px;
   flex-wrap: wrap;
 }

 .chip {
   font-size: 11px;
   font-weight: 700;
   border-radius: 999px;
   padding: 4px 10px;
   border: 1px solid var(--line);
   background: #f7faff;
 }

 .chip.green {
   background: #eafcf3;
   color: #178f4b;
   border-color: #d3f3e3;
   line-height: 14px;
 }

 .chip.yellow {
   background: #fff5e6;
   color: #c07600;
   border-color: #ffe3bf;
   line-height: 14px;
 }

 .chip.blue {
   background: #eaf2ff;
   color: #195fd3;
   border-color: #d7e6ff;
   line-height: 14px;
 }

 .year {
   margin-left: auto;
   font-size: 12px;
   color: #7a93ac;
 }

 .port-cta {
   font-size: 14px;
   line-height: 20px;
   margin-top: 12px;
   width: 100%;
   display: block;
   text-align: center;
   padding: 5px 12px;
   border-radius: 8px;
   background: #1b9c580a;
   color: #1b9c58;
   font-weight: 700;
   text-decoration: none;
   border: 1px solid #1b9c580a;
 }

 /* ————— Certified Block ————— */
 .certified {
   grid-area: cert;
   padding: 0;
   overflow: hidden;
 }

 .cert-cover {
   padding: 18px;
   background: linear-gradient(135deg, #e8effa 0%, #e8effa 35%, #e8effa 100%);
   border-radius: var(--radius);
   height: 100%;
   display: flex;
   flex-direction: column;
   gap: 10px;
   border: 1px solid #d5f4e4;
 }

 .cert-title {
   font-size: 20px;
   justify-content: center;
   display: flex;
   align-items: center;
   gap: 10px;
   font-weight: 800;
   color: #29313d;
   letter-spacing: .1px;
 }

 .cert-meta span {
   display: flex;
   justify-content: space-between;
   line-height: 25px;
   color: #29313d;
 }

 .cert-big {
   font-size: 40px;
   line-height: 1;
   font-weight: 800;
   color: #29313d;
   text-align: center;
 }

 .cert-meta {
   color: #26775a;
   font-size: 13.5px;
   gap: 16px;
 }

 .cert-btn {
   text-align: center;
   margin-top: auto;
   align-self: center;
   background: #3f6fe712;
   color: #3f6de6;
   text-decoration: none;
   padding: 6px 10px;
   border-radius: 8px;
   font-weight: 800;
   font-size: 13px;
   width: 100%;
   line-height: 20px;
 }

 /* ————— Value-Added Products ————— */
 .vproducts {
   grid-area: vprod;
 }

 .rate-switch {
   display: flex;
   align-items: center;
   gap: 8px;
   background: #f0f6ff;
   border: 1px solid #dce7fb;
   color: #1a5fe3;
   font-weight: 700;
   padding: 7px 10px;
   border-radius: 8px;
   font-size: 12.5px;
   line-height: 18px;
 }

 .banner {
   background: #0b55cf18;
   margin: 10px 0 14px;
   border-radius: 12px;
   display: flex;
   align-items: center;
   color: #fff;
   padding: 15px 20px;
 }

 .banner h3 {
   font-size: 18px;
   font-weight: 800;
   margin-bottom: 6px
 }

 .banner p {
   opacity: .9;
   font-size: 12.5px
 }

 .product-split {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 16px;
 }

 .group {
   border: 1px solid #e8effa;
   border-radius: 12px;
   padding: 15px 20px;
   border-left: 3px solid #86a7d1;
 }

 .group h4 {
   font-size: 14px;
   font-weight: 800;
   color: #29313d;
   margin: 2px 0 10px;
   display: flex;
   align-items: center;
   gap: 8px;
 }

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

 .group .item {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 0px 0;
   border-top: 1px dashed var(--line);
   font-size: 14px;
 }

 .item:first-child {
   border-top: 0
 }

 .info-pill {
   font-size: 14px;
   color: #6a89a6;
 }

 /* ————— Feed Analysis Services ————— */
 .feed {
   grid-area: feed;
 }

 .fee-list {
   list-style: none;
   margin: 8px 0 14px;
   padding: 0;
 }

 .fee-row {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 2px 0;
   border-top: 1px dashed var(--line);
   font-size: 13.5px;
 }

 .fee-row:first-child {
   border-top: 0
 }

 .rs {
   font-weight: 800;
   color: #1a4da9;
 }

 .rs.red {
   color: #d14c49;
 }

 .action-wide {
   display: block;
   width: 100%;
   text-align: center;
   text-decoration: none;
   background: var(--primary);
   color: #fff;
   padding: 10px 14px;
   border-radius: 9px;
   font-weight: 800;
 }

 .action-wide:hover {
   background: var(--primary-deep);
 }

 /* ————— Responsive ————— */
 @media (max-width:1060px) {
   .wrapper {
     grid-template-columns: 1fr;
     grid-template-areas:
       "feat"
       "ip"
       "cert"
       "vprod"
       "feed";
   }

   .product-split {
     grid-template-columns: 1fr;
   }

   .tech-grid {
     grid-template-columns: 1fr;
   }
 }

 /* fnslkd */
 .pdd-8 {
   padding: 8px;
 }

 .announcement-date i {
   margin-right: 5px;
 }

 /* honourable ministers */
 .leaders-container {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 20px;
   justify-content: center;
   align-items: stretch;

 }

 .leader-card {
   background: #fff;
   border: 1px solid #e5e7eb;
   border-radius: 10px;
   text-align: center;
   box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
   transition: transform 0.3s ease;
 }

 .leader-card:hover {
   transform: translateY(-5px);
 }

 .leader-card img {
   width: 100%;
   height: 220px;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   object-fit: cover;
   object-position: top;

 }

 .leader-name {
   font-size: 18px;
   font-weight: bold;
   color: #0a4a8e;
   margin: 0;
 }

 .leader-role {
   font-size: 14px;
   color: #555;
   line-height: 25px;
 }

 /* News Ticker */
 .news-ticker {
   background: #e6e8ec;
   border-top: 1px solid #e6e8ec;
   border-bottom: 1px solid #e6e8ec;
   padding: 0px 0px;
 }

 .news-ticker .ticker-inner {
   display: flex;
   align-items: center;
   gap: 16px;
 }

 .news-ticker .ticker-label {
   background: #59a154;
   color: #fff;
   font-weight: 700;
   font-size: 13px;
   padding: 12px 12px;
   border-radius: 3px;
   flex: 0 0 auto;
   width: 100%;
 }

 .text-white {
   width: 100%;
 }

 .news-ticker .ticker-content {
   overflow: hidden;
   position: relative;
 }

 .news-ticker .ticker-content ul {
   display: flex;
   gap: 40px;
   list-style: none;
   padding: 0;
   margin: 0;
   animation: ticker-scroll 30s linear infinite;
   white-space: nowrap;
 }

 .news-ticker .ticker-content li {
   color: #000;
   font-size: 15px;
 }

 .news-ticker .ticker-content:hover ul {
   animation-play-state: paused;
 }

 @keyframes ticker-scroll {
   0% {
     transform: translateX(0);
   }

   100% {
     transform: translateX(-100%);
   }
 }

 /* calender css */
 .calendar {
   background: #fff;
   border-radius: 16px;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
   padding: 20px 20px 10px;
   width: 100%;
   /* max-width: 500px; */
 }

 .calendar-header {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 10px;
   flex-wrap: wrap;
   gap: 10px;
 }

 .calendar-header select {
   padding: 5px;
   border-radius: 6px;
   border: 1px solid #ccc;
   font-size: 1rem;
 }

 .calendar-header button {
   background: none;
   border: none;
   cursor: pointer;
   font-size: 1.2rem;
   color: #555;
 }

 .calendar-days {
   display: grid;
   grid-template-columns: repeat(7, 1fr);
   gap: 5px;
   margin-top: 10px;
 }

 .day-name,
 .day {
   text-align: center;
   padding: 5px 10px;
 }

 .day-name {
   font-weight: bold;
   color: #888;
   padding-left: 0;
 }

 .day {
   background: #f9f9f9;
   border-radius: 8px;
   cursor: pointer;
   transition: background 0.3s, transform 0.2s;
   position: relative;
   z-index: 0;
 }

 .day:hover {
   z-index: 5;
 }

 .day:hover:not(.today) {
   background: #e0e0e0;
 }

 .today {
   background: #ff5722;
   color: white;
   font-weight: bold;
   border: 2px solid #e64a19;
   transform: scale(1.05);
   pointer-events: none;
 }

 .event {
   background: #ffecb3;
   border: 1px solid #ff9800;
 }

 .holiday {
   background: #c8e6c9;
   border: 1px solid #4caf50;
 }

 /* Tooltip */
 /* Tooltip — REPLACE THIS BLOCK */
 .day[data-title]:hover::after {
   content: attr(data-title);
   position: absolute;

   /* 🔥 CHANGED: anchor above the date so tooltip grows upward */
   bottom: calc(100% + 8px);

   left: 50%;
   transform: translateX(-50%);
   background: #333;
   color: #fff;
   padding: 8px 10px;
   border-radius: 6px;
   font-size: 0.75rem;

   white-space: pre-line;
   /* keep multi-line text */
   line-height: 1.35;
   /* 🔥 CHANGED: uniform gap between events */

   z-index: 10;
   text-align: left;
   min-width: 140px;
   max-width: 260px;
   /* optional, keeps it readable */

   /* 🔥 CHANGED: prevent tooltip from growing off-screen; allow internal scroll */
   max-height: 180px;
   overflow-y: auto;
   -webkit-overflow-scrolling: touch;
   box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);

   /* keep tooltip from stealing hover (prevents flicker) */
   pointer-events: none;
 }

 /* .day[data-title]:hover::after {
      content: attr(data-title);
      position: absolute;
      top: -110px;
      left: 50%;
      transform: translateX(-50%);
      background: #333;
      color: #fff;
      padding: 6px 10px;
      border-radius: 6px;
      font-size: 0.75rem;
      white-space: pre-line; /* allow line breaks 
      z-index: 10;
      text-align: left;
      min-width: 140px;
    } */
 /* Legend */
 .legend {
   display: flex;
   justify-content: center;
   gap: 15px;
   margin-top: 6px;
   font-size: 0.85rem;
   color: #555;
 }

 .legend div {
   display: flex;
   align-items: center;
   gap: 6px;
 }

 .legend .box {
   width: 14px;
   height: 14px;
   border-radius: 3px;
   display: inline-block;
   padding: 6px !important;
 }

 .legend .event-box {
   background: #ffecb3;
   border: 1px solid #ff9800;
 }

 .legend .holiday-box {
   background: #c8e6c9;
   border: 1px solid #4caf50;
 }

 @media (max-width: 600px) {
   .calendar {
     padding: 15px;
   }

   .day,
   .day-name {
     padding: 8px;
     font-size: 0.85rem;
   }

   /* .calendar-header {
        flex-direction: column;
        align-items: stretch;
      }
      .calendar-header select {
        width: 100%;
      } */
 }

 /* slider */
 /* announce ment */
 .announcement-card1 {
   background: #fff;
   border: 1px solid #e0e6f0;
   border-left: 4px solid #86a7d1;
   border-radius: 8px;
   padding: 15px 20px 8px;
   margin-bottom: 15px;
   display: flex;
   flex-direction: column;
   transition: box-shadow 0.3s ease;
 }

 .announcement-card1:hover {
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
 }

 .announcement-top {
   display: flex;
   align-items: center;
   margin-bottom: 10px;
   flex-wrap: wrap;
   gap: 10px;
 }

 .badge {
   font-size: 0.75rem;
   font-weight: 500;
   padding: 3px 8px;
   border-radius: 12px;
   display: inline-block;
 }

 .mgg-30 {
   margin-top: 30px;
 }

 .badge.announcement {
   background-color: #e6f0ff;
   color: #0b3e91;
 }

 .badge.tender {
   background-color: #fff4e6;
   color: #ff8c42;
 }

 .badge.achievement {
   background-color: #e6fef0;
   color: #28a745;
 }

 .badge.high-priority {
   background-color: #ff4c4c;
   color: #fff;
   font-size: 10px;
 }

 .announcement-title {
   font-weight: 600;
   font-size: 18px;
   margin-bottom: 0px;
   color: #29313d;
 }

 .announcement-desc {
   font-size: 14px;
   color: #67707e;
   margin-bottom: 5px;
   line-height: 20px;
 }

 .announcement-meta {
   display: flex;
   align-items: center;
   font-size: 0.8rem;
   color: #6b7280;
   gap: 15px;
   flex-wrap: wrap;
 }

 .announcement-meta i {
   margin-right: 5px;
 }

 .read-more-ann {
   margin-left: auto;
   color: #0b3e91;
   font-weight: 500;
   text-decoration: none;
   display: flex;
   align-items: center;
   gap: 5px;
 }

 .read-more:hover {
   text-decoration: underline;
 }

 /* Responsive */
 @media (max-width: 600px) {
   .announcement-meta {
     flex-direction: column;
     align-items: flex-start;
     gap: 5px;
   }

   .read-more {
     margin-left: 0;
   }
 }


 /* rate box */
 .card-rate {
   margin-top: 15px;
   background-color: #fff;
   border-radius: 12px;
   padding: 20px 20px;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
   border: 1px solid #e0e6f0;
 }

 .card-rate h2 {
   font-size: 20px;
   margin-bottom: 15px;
   color: #333;
 }

 .service-rate {
   display: flex;
   justify-content: space-between;
   /* margin-bottom: 12px; */
   font-size: 16px;
   color: #555;
   border-bottom: 1px solid #eee;
   padding-bottom: 6px;
   padding-top: 6px;
 }

 .service-rate:last-child {
   border-bottom: none;
 }

 .price-rate {
   font-weight: bold;
   color: #333;
 }

 .price-rate.red {
   color: #d9534f;
 }

 .request-btn {
   display: block;
   width: 100%;
   text-align: center;
   background-color: #28a745;
   color: #fff;
   font-weight: bold;
   padding: 12px 0;
   border-radius: 8px;
   margin-top: 20px;
   text-decoration: none;
   transition: background-color 0.3s;
 }

 /* ndk */
 .img-wrapper {
   position: relative;
   overflow: hidden;
 }

 .video-thumb {
   width: 100%;
   border-radius: 8px;
 }

 /* .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 28px;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
} */
 .play-btn {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   /* display: none; */
   z-index: 4;
   background: rgb(77 77 77 / 90%);
   color: #fff;
   border: none;
   font-size: 20px;
   padding: 7px 20px 10px;
   border-radius: 9px;
   font-weight: bold;
   cursor: pointer;
 }

 /* .gallery-card:hover .play-btn {
      display: block;
    } */

 /* filter css */
 .filter-section {
   display: none;
   background-color: #fff;
   padding: 10px 20px;
   margin-bottom: 20px;
   border-radius: 5px;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
 }

 .filter-section.active {
   display: block;
 }

 .filter-btn i {
   font-size: 12px;
 }

 .filter-btn button {
   background: #1a5b9f;
   color: #fff;
 }

 .filter-btn:hover button {
   background: #1a5b9f;
   color: #fff;
 }

 .filter-section label {
   color: #29313d;
   font-weight: 600;
 }

 .about-wrapp .heading-section p {
   margin-bottom: 20px;
 }

 .btn-groupp button {
   margin-right: 5px;
   padding: 2px 10px;
 }

 .filter-section .form-control {
   display: block;
   width: 100%;
   height: 30px;
   padding: 4px 0.75rem;
   font-size: 14px;
   font-weight: 400;
   line-height: 10px;
   color: #495057;
 }

 /* success-story */
 .success-story {
   text-align: center;
 }

 .testimonil-block-one .inner-box:before {
   background-color: #1b9c58;
 }

 .testimonil-block-one .inner-box .author-thumb .quote {
   background-color: #1b9c58;

 }

 .img-playstore img {
   border-radius: 5px;
   margin-top: 15px;
 }

 .bdb-none {
   border-bottom: none;
 }

 .about_images {
   float: left;
   /* width: 600px; */

 }

 .text p b {
   color: #2c2c2c;
 }

 .text p {
   text-align: justify;
 }

 .text h4 {
   margin-top: 20px;
   font-size: 30px;
   text-decoration: underline;
   margin-bottom: 10px;
 }

 .text ul {
   padding-left: 15px;
 }

 .text ul li {
   list-style-type: disc;
   color: #c90000;
   font-size: 18px;
 }

 /* organogram */
 .org-chart {
   display: flex;
   align-items: center;
   justify-content: center;
 }

 .about_images-right {
   float: right;
   width: 600px;

 }

 .reach-txt p span {
   color: #005b23;
   font-weight: 800;
   font-size: 20px;
 }

 .reach-txt h5 {
   margin-bottom: 12px;
 }

 .reach-txt p {
   text-align: justify;
   margin-bottom: 10px;
   line-height: 30px;
 }

 .reach-facility h4 {
   font-size: 30px;
   margin-top: 20px;

 }

 .reach-facility p span {
   color: #336fb5;
   font-weight: 700;
 }

 .reach-facility p {
   line-height: 30px;
 }

 /* Latest News Section */
 .latest-news-section {
   padding: 25px 0;
   background: white;
 }

 .latest-news-section .sec-title.centred {
   margin-bottom: 60px;
 }

 .latest-news-section .sec-title h2 {
   color: #2c3e50;
   font-size: 36px;
   font-weight: 700;
   margin-bottom: 20px;
   position: relative;
 }

 .latest-news-section .sec-title h2 span {
   display: block;
   width: 90px;
   height: 3px;
   background: #f7bf39;
   margin: 20px auto 0;
   border-radius: 2px;
 }

 .latest-news-section .sec-title p {
   color: #666;
   font-size: 18px;
   max-width: 600px;
   margin: 0 auto;
   line-height: 1.6;
 }

 .news-carousel {
   position: relative;
 }

 .news-card {
   background: white;
   border-radius: 15px;
   overflow: hidden;
   box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
   margin-bottom: 30px;
   transition: all 0.3s ease;
   border: 1px solid rgba(0, 0, 0, 0.05);
   height: 455px;
 }

 .news-card:hover {
   transform: translateY(-5px);
   box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
 }

 .news-card .image-box {
   position: relative;
   overflow: hidden;
 }

 .news-card .image-box img {
   width: 100%;
   height: 220px;
   object-fit: cover;
   transition: transform 0.3s ease;
 }

 .news-card:hover .image-box img {
   transform: scale(1.05);
 }

 .news-card .image-box>div {
   position: absolute;
   top: 15px;
   left: 15px;
   background: rgba(231, 76, 60, 0.9);
   color: white;
   padding: 8px 15px;
   border-radius: 20px;
   font-size: 12px;
   font-weight: 600;
 }

 .news-card:nth-child(2) .image-box>div {
   background: rgba(52, 152, 219, 0.9);
 }

 .news-card:nth-child(3) .image-box>div {
   background: rgba(39, 174, 96, 0.9);
 }

 .news-card .content-box {
   padding: 12px 20px 20px;
 }

 .news-card .date {
   color: #0158af;
   font-size: 12px;
   margin-bottom: 2px;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 0.5px;
 }

 .news-card:nth-child(2) .date {
   color: #3498db;
 }

 .news-card:nth-child(3) .date {
   color: #27ae60;
 }

 .news-card h4 {
   color: #2c3e50;
   margin-bottom: 10px;
   font-size: 18px;
   font-weight: 600;
   line-height: 1.4;
 }

 .news-card p {
   color: #666;
   line-height: 1.7;
   margin-bottom: 15px;
   font-size: 15px;
 }

 .news-card .read-more {
   display: inline-block;
   background: #25841ec2;
   color: white;
   text-decoration: none;
   padding: 5px 16px;
   border-radius: 10px;
   font-weight: 600;
   font-size: 14px;
   text-transform: capitalize;
   letter-spacing: 0.5px;
   transition: all 0.3s ease;
 }

 .news-card:nth-child(2) .read-more {
   background: linear-gradient(90deg, #3498db, #2980b9);
 }

 .news-card:nth-child(3) .read-more {
   background: linear-gradient(90deg, #27ae60, #229954);
 }

 .news-card .read-more:hover {
   transform: translateY(-2px);
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
 }

 .three-item-carousel .owl-next {
   position: absolute;
   top: 40%;
   right: -12px;
   background: #59a154;
   color: #fff;
   height: 35px;
   width: 35px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 18px;
 }

 .three-item-carousel .owl-prev {
   position: absolute;
   top: 40%;
   left: -12px;
   background: #59a154;
   color: #fff;
   height: 35px;
   width: 35px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 18px;
 }

 /* end */
 .holiday-head {
   color: #2f659d;
   margin-bottom: 15px;
   font-size: 22px;
 }

 .img-playstore {
   margin-top: 10px;
 }

 .btn-success-detail {
   background-color: #25841ec2;
   color: #fff;
   font-size: 16px;
   padding: 8px 40px;
   margin-top: 20px;
   border-radius: 10px;
 }

 .btn-success-detail:hover {
   color: #fff;
   transform: translateY(-2px);
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
 }

 .btn-success-detail i {
   font-size: 12px;
 }


 /* card-link */
 .card-linkk-container {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 25px;
   width: 100%;
   max-width: 1280px;
 }

 .card-linkk {
   background: #fff;
   padding: 30px 20px;
   border-radius: 16px;
   box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
   text-align: center;
   transition: all 0.3s ease-in-out;
   border: 1px solid transparent;
   position: relative;
   overflow: hidden;
 }

 .card-linkk::before {
   content: "";
   position: absolute;
   top: -50%;
   left: -50%;
   width: 230%;
   height: 250%;
   background: linear-gradient(135deg, #4078b3, #4078b3);
   transform: rotate(45deg);
   opacity: 0;
   transition: opacity 0.4s ease-in-out;
   z-index: 0;
 }

 .card-linkk:hover::before {
   opacity: 0.15;
 }

 .card-linkk i {
   font-size: 40px;
   color: #4078b3;
   margin-bottom: 15px;
   transition: transform 0.3s, color 0.3s;
   z-index: 1;
   position: relative;
 }

 .card-linkk:hover i {
   transform: scale(1.2);
   color: #25841ec2;
 }

 .card-linkk h4 {
   font-size: 16px;
   font-weight: 600;
   margin: 0;
   color: #333;
   position: relative;
   z-index: 1;
   text-decoration: underline;
 }

 .card-linkk:hover {
   border-color: #4078b3;
   transform: translateY(-5px);
   box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
 }

 .card-linkk img {
   margin-bottom: 20px;
   height: 60px;

 }

 .card-linkk.link-extt img {
   height: 45px;
   margin-top: 8px;
 }

 /* area of research */

 /* Header */
 .research .brand {
   display: flex;
   align-items: center;
   gap: 14px
 }

 .research .logo {
   width: 64px;
   height: 64px;
   border-radius: 12px;
   background: linear-gradient(135deg, #1a7d34, #0f9a6b);
   display: flex;
   align-items: center;
   justify-content: center;
   color: white;
   font-weight: 700;
   font-size: 18px;
   box-shadow: 0 8px 18px rgba(11, 106, 74, 0.12)
 }

 .research .title {
   font-size: 20px;
   font-weight: 700
 }

 .research .subtitle {
   color: var(--muted);
   font-size: 13px;
   margin-top: 2px
 }

 /* Tabs */
 .research .tabs {
   margin-top: 30px
 }

 .research .tab-buttons {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
   justify-content: center;
 }

 .research .tab-buttons button {
   border-radius: 20px;
   color: #333;
   padding: 2px 15px;
   font-weight: 500;
   background: #6c757d26;
   outline: none;
   font-size: 15px;
   cursor: pointer;
 }

 .research .tab-buttons button.active {
   background: #1a7d34;
   color: #fff
 }

 .research .tab-content {
   background: #fff;
   padding: 22px;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   border-left: 4px solid #86a7d1;
   border-radius: 10px;
   margin-top: 25px;
 }

 .research .tab-panel {
   display: none;
   animation: fadeIn .4s ease-in-out
 }

 .research .tab-panel.active {
   display: block
 }

 @keyframes fadeIn {
   from {
     opacity: 0;
     transform: translateY(10px)
   }

   to {
     opacity: 1;
     transform: translateY(0)
   }
 }

 .research .panel-inner {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
   align-items: center
 }

 .research .panel-text {
   flex: 1 1 300px
 }

 .research .panel-text h2 {
   font-size: 22px;
   color: #29313d;
 }

 .research .panel-text p {
   margin: 10px 0;
   color: var(--muted);
   text-align: justify;
 }

 .research .panel-text .cta {
   display: inline-block;
   margin-top: 10px;
   padding: 0px 14px;
   border-radius: 10px;
   background: #59a154;
   color: #fff;
   text-decoration: none;
   font-weight: 600;
 }

 .research .panel-img {
   flex: 1 1 0px;
   display: flex;
   align-items: center;
   justify-content: center
 }

 .research .panel-img img {
   max-width: 100%;
   border-radius: 12px;
   box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
   object-fit: cover;
   height: 300px;
 }

 /* Responsive */
 @media (max-width:640px) {
   .research .panel-inner {
     flex-direction: column
   }

   .research .tab-buttons {
     gap: 6px
   }
 }

 /* end */


 /* about institute */
 .card-missions {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 30px;
 }

 .card-mission {
   background: #fff;
   border-radius: 15px;
   padding: 30px 20px;
   text-align: center;
   box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
   transition: transform 0.3s, box-shadow 0.3s;
   position: relative;
   overflow: hidden;
 }

 .card-mission:hover {
   transform: translateY(-10px);
   box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
 }

 .card-mission i {
   font-size: 50px;
   color: #008730;
   margin-bottom: 20px;
   transition: transform 0.3s;
 }

 /* .card-mission:hover i {
            transform: rotate(15deg);
        } */

 .card-mission h3 {
   font-size: 26px;
   margin-bottom: 15px;
   color: #29313d;
 }

 .card-mission p {
   font-size: 1rem;
   line-height: 1.6;
   color: #555;
 }

 /* Decorative Background shapes */
 .card-mission::before {
   content: '';
   position: absolute;
   width: 120px;
   height: 120px;
   background: #a4d4a561;
   border-radius: 50%;
   top: -40px;
   right: -40px;
   z-index: 0;
 }

 .card-mission::after {
   content: '';
   position: absolute;
   width: 80px;
   height: 80px;
   background: rgba(26, 35, 126, 0.05);
   border-radius: 50%;
   bottom: -30px;
   left: -30px;
   z-index: 0;
 }

 .card-mission-content {
   position: relative;
   z-index: 1;
 }

 .reach-contact p {
   font-size: 18px;
   line-height: 24px;
 }

 .reach-contact h6 {
   font-size: 20px;
 }

 @media (max-width: 768px) {
   .section-header h1 {
     font-size: 2rem;
   }

   .card-mission {
     padding: 25px 15px;
   }
 }

 /* end */


 /* how to reach start */
 .box-wrapp {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 25px;
 }

 .box {
   background: #fff;
   border-radius: 12px;
   padding: 30px;
   box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
   transition: all 0.3s ease;
   position: relative;
   overflow: hidden;
   border-left: 4px solid #86a7d1;
 }

 .box h3 {
   color: #29313d;
   margin-bottom: 15px;
   font-size: 1.5rem;
 }

 .box i {
   color: #005b23;
   margin-right: 8px;
   transition: color 0.3s ease;
 }

 .contact p {
   margin: 8px 0;
 }

 /* Hover Effects */
 .box:hover {
   transform: translateY(-10px);
   box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
 }

 .box:hover i {
   color: #1a237e;
 }

 /* .box::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: linear-gradient(135deg, rgba(255,87,34,0.05), rgba(26,35,126,0.05));
      opacity: 0;
      transition: opacity 0.3s ease;
      border-radius: 12px;
      z-index: 0;
    } */
 /* .box:hover::before {
      opacity: 1;
    } */
 .box * {
   position: relative;
   z-index: 1;
 }

 @media(max-width: 768px) {
   .box-wrapp {
     grid-template-columns: 1fr;
   }
 }

 /* end */


 /* cadre strength css start */
 /* Quick Stats */
 .stats {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
   gap: 25px;
   margin-top: 20px;

 }

 .cad-tbl {
   padding-top: 20px;
 }

 .card-cad {
   background: #fff;
   border-radius: 16px;
   padding: 25px;
   text-align: center;
   box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
   transition: transform 0.25s ease, box-shadow 0.25s ease;
   position: relative;
   overflow: hidden;
   border-left: 4px solid #008730a6;
 }

 /* .card-cad::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 6px;
      width: 100%;
      background: linear-gradient(to right, #1E3A8A, #0891B2);
    } */
 .card-cad:hover {
   transform: translateY(-8px);
   box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
 }

 .card-cad i {
   font-size: 35px;
   color: #008730;
 }

 .card-cad h3 {
   font-size: 24px;
   margin: 12px 0;
 }

 .card-cad p {
   line-height: 25px;
   font-size: 18px;
 }

 /* Section Heading */
 .section-heading-cad {
   text-align: center;
   margin: 60px 20px 20px;

   font-size: 1.8rem;
   position: relative;
   color: #1E3A8A;
 }

 .section-heading-cad i {
   color: #0891B2;
   margin-right: 8px;
 }

 .section-heading-cad::after {
   content: "";
   display: block;
   width: 80px;
   height: 4px;
   margin: 12px auto 0;
   border-radius: 4px;
   background: linear-gradient(to right, #1E3A8A, #0891B2);
 }

 /* Table */
 /* .table-container {
      max-width: 1100px;
      margin: 30px auto 50px;
      padding: 0 20px;
    } */
 .table-cad table {
   width: 100%;
   border-collapse: collapse;
   background: #fff;
   border-radius: 12px;
   overflow: hidden;
   box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
 }

 .table-cad th,
 td {
   padding: 16px;
   text-align: center;
 }

 .table-cad tr {
   border-bottom: 1px solid #ebebeb;
 }

 .table-cad th {
   background: #215c2f;
   color: #fff;
   font-weight: 600;
   padding: 10px;
 }

 /* .table-cad tr:nth-child(even) {
      background: #f1f5f9;
    } */
 .table-cad tr:hover {
   background: #ededed;
   transition: background 0.3s ease;
 }

 .table-cad tr:last-child {
   font-weight: 600;
   background: #215c2f1c;
   color: #000;
 }

 .table-cad tr td a {
   color: #215c2f;
   font-size: 18px;
   font-weight: 600;
 }

 /* Callout */
 .callout {
   background: #f8f8f8;
   border-left: 4px solid #86a7d1;
   margin: 40px auto;
   padding: 25px;
   border-radius: 10px;
   font-size: 1rem;
   line-height: 1.6;
 }

 .callout i {
   color: #0891B2;
   margin-right: 8px;
 }

 .table-cad tr td a:hover {
   text-decoration: underline;
 }

 .leader-identity {
   /* background: #f7f7f7; */
   padding: 15px 10px;
 }

 .flip-card {
   background: transparent;
   width: 100%;
   height: 333px;
   /* fixed height */
   perspective: 1000px;
   margin-bottom: 30px;
 }

 .flip-card-inner {
   position: relative;
   width: 100%;
   height: 100%;
   transition: transform 0.8s;
   transform-style: preserve-3d;
 }

 .flip-card:hover .flip-card-inner {
   transform: rotateY(180deg);
 }

 .flip-card-front,
 .flip-card-back {
   position: absolute;
   width: 100%;
   height: 100%;
   backface-visibility: hidden;
   border: 1px solid #ddd;
   border-radius: 8px;
   overflow: hidden;
 }

 .flip-card-front {
   background: #fff;
   display: flex;
   flex-direction: column;
   align-items: center;
 }

 .flip-card-front img {
   width: 100%;
   height: 220px;
   object-fit: cover;
 }

 .flip-card-front h3 {
   margin: 16px 0 3px;
   font-size: 18px;
   color: #222;
   padding: 0 15px;
 }

 .flip-card-front p {
   font-size: 16px;
   color: #2c8140;
   font-weight: bold;
   line-height: 22px;
   padding: 0 15px;

 }

 .flip-card-back {
   background: linear-gradient(135deg, #4CAF50, #2E7D32);
   color: #fff;
   transform: rotateY(180deg);
   display: flex;
   flex-direction: column;
   justify-content: center;
   padding: 20px;
   text-align: left;
 }

 .flip-card-back h4 {
   margin-bottom: 12px;
   text-align: center;
   font-size: 18px;
   color: #fff;
 }

 .flip-card-back p {
   font-size: 14px;
   margin: 6px 0;
   display: flex;
   color: #fff;
   line-height: 22px;
 }

 .flip-card-back i {
   margin-right: 8px;
   color: #ffd54f;
   width: 18px;
   text-align: center;
   padding-top: 5px;

 }

 /* cadre strength css end */
 /* division section start */
 .avian-section .nav-tabs {
   justify-content: center;
   border-bottom: none;

 }

 .avian-section .nav-tabs .nav-item {
   margin: 0 6px;
   padding-bottom: 10px !important;
 }

 .avian-section .nav-tabs .nav-link {
   border: none;
   border-radius: 25px;
   background: #ecf0f1;
   color: #2c3e50;
   font-weight: 500;
   transition: 0.3s;
   padding: 10px 20px;
 }

 .avian-section .nav-tabs .nav-link.active {
   background: #215c2f;
   color: #fff !important;
   box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
 }

 .avian-section .tab-content {
   background: #fff;
   border-radius: 10px;
   padding: 30px;
   margin-top: 30px;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 }

 .avian-section h4 {
   font-size: 20px;
   font-weight: 600;
   margin-bottom: 15px;
   color: #215c2f;
 }

 .avian-section .tab-pane p {
   text-align: justify;
 }

 .avian-section .content-block {
   margin-bottom: 10px;
   line-height: 25px;

 }

 .avian-section .tab-pane ul li {
   line-height: 25px;
   margin-bottom: 10px;
 }

 .avian-section h5 {
   font-weight: 600;
   margin-bottom: 15px;
   font-size: 20px;
   margin-top: 20px;
   color: #215c2f;
 }

 .avian-section .tab-pane ul li strong {
   color: #215c2f;
 }

 .avian-section .tab-pane strong {
   color: #215c2f;
 }

 .course-table th {
   background: #215c2f;
   color: #fff;
   text-align: center;
 }

 .course-table td {
   vertical-align: middle;
 }

 .head-para {
   margin-bottom: 40px;
   text-align: justify;
 }

 .avian-section .tab-pane ul li {
   list-style-type: disc;
 }

 .avian-section .tab-pane ul {
   padding-left: 15px;
 }

 .avian-section h3 {
   color: #29313d;
   font-size: 26px;
   margin-bottom: 15px;
 }

 .avian-section h6 {
   color: #0a427c;
   font-size: 24px;
   margin-bottom: 0;
   margin-top: 20px;
 }

 .img-tab-box img {
   border-radius: 10px;
   height: 200px;
   object-fit: cover;
   width: 100%;
 }

 .img-tab-box {
   margin-top: 20px;
 }

 /* end */

 /* training */

 .btn-trn {
   background: #215c2f1f;
   border-radius: 5px;
   margin-right: 5px;
   padding: 2px 8px;
   font-weight: 400;
 }

 .training-card h3 {
   text-align: center;
   margin-bottom: 10px;
 }

 .training-card h6 {
   text-align: center;
   margin-bottom: 10px;
 }

 .highlightt {
   color: red;
 }

 .training-card {
   background: #f8f8f8;
   padding: 30px 15px 20px;
   border-radius: 10px;
   margin-bottom: 30px;
 }

 .training-card p strong {
   color: #29313d;
   font-size: 16px;
 }

 .section-trn {
   background: #fff;
   border-radius: 10px;
   padding: 30px;
   margin-bottom: 30px;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 }

 .section-trn h2 {
   color: #2E7D32;
   margin-bottom: 10px;
   font-size: 24px;
 }

 .meta {
   font-size: 0.9rem;
   color: #666;
   margin-bottom: 15px;
 }

 .meta i {
   color: #2E7D32;
   margin-right: 6px;
 }

 .section-trn ul {
   list-style: none;
   padding: 0;
 }

 .section-trn ul li::before {
   content: "✔";
   color: #29313d;
   margin-right: 8px;
 }

 .section-trn p {
   line-height: 25px;
   margin-bottom: 5px;
 }

 .training-card-outer {
   margin-top: 50px;
 }

 .eligibility ul {
   list-style: none;
   padding: 0;
 }

 .eligibility ul li::before {
   content: "✔";
   color: #2E7D32;
   margin-right: 8px;
 }

 .details {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 20px;
 }

 .card-bx {
   background: #fff;
   border-radius: 8px;
   padding: 20px;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 }

 .card-bx h4 {
   color: #2E7D32;
   display: block;
   margin-bottom: 6px;
 }

 .contact-bx {
   background: #fff;
   border-left: 6px solid #2E7D32;
   padding: 20px;
   border-radius: 8px;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   margin-top: 30px;
 }

 .contact-bx p {
   margin: 5px 0;
   line-height: 25px;
 }

 .contact-bx i {
   color: #2e7d32;
   margin-right: 6px;
   font-size: 18px;
 }

 .contact-bx h2 {
   font-size: 24px;
 }

 .contact-bx p strong {
   font-size: 24px;
   color: #2e7d32;
 }

 .meetings {
   margin-top: 30px;
 }

 .meeting-list {
   background: #fff;
   padding: 20px;
   border-radius: 8px;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 }

 .meeting-list ul {
   list-style: none;
   padding: 0;
 }

 .meeting-list ul li {
   padding: 8px 0;
   border-bottom: 1px solid #eee;
 }

 .meeting-list ul li span {
   font-weight: bold;
   color: #2E7D32;
   margin-right: 10px;
 }

 .eligibility h2 {
   font-size: 24px;
   margin-bottom: 15px;
 }

 .eligibility i {
   font-size: 18px;
 }

 .eligibility {
   margin-bottom: 20px;
 }

 .meetings i {
   font-size: 18px;
 }

 .meetings h3 {
   font-size: 24px;
   margin-bottom: 15px;
 }

 .card-bx p {
   line-height: 25px;
 }

 /* end */
 /* research institute */
 .heading-institute {
   text-align: center;
   margin-bottom: 20px;
 }

 .heading-institute h2 {
   font-size: 26px;
   font-weight: bold;
   color: #333;
 }

 .heading-institute p {
   font-size: 16px;
   color: #666;
 }

 .heading-institute p span {
   color: #0077cc;
   font-weight: 600;
   cursor: pointer;
 }

 /* Grid with 3 fixed columns on large screens */
 .projects-container {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 25px;
   padding: 10px;
   max-width: 1200px;
   margin: auto;
 }

 @media (max-width: 991px) {
   .projects-container {
     grid-template-columns: repeat(2, 1fr);
   }
 }

 @media (max-width: 600px) {
   .projects-container {
     grid-template-columns: 1fr;
   }
 }

 .project-card {
   background: #fff;
   border-radius: 12px;
   overflow: hidden;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
   transition: transform 0.3s ease, box-shadow 0.3s ease;
   position: relative;
 }

 .project-card:hover {
   transform: translateY(-8px);
   box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
 }

 .status {
   position: absolute;
   top: 12px;
   left: 12px;
   background: #28a745;
   color: #fff;
   padding: 4px 12px;
   border-radius: 20px;
   font-size: 13px;
   font-weight: bold;
   line-height: 22px;
 }

 .project-content {
   padding: 0 15px 15px;
 }

 .project-card img {
   width: 100%;
   height: 250px;
   object-fit: cover;
 }

 .project-content {
   padding: 15px;
 }

 .project-content p {
   margin: 6px 0;
   font-size: 16px;
   color: #555;
   line-height: 25px;
 }

 .project-content .date-ins {
   font-weight: bold;
   color: #000;
   font-size: 14px;
   line-height: 16px;
 }

 .read-more-ins {
   display: inline-block;
   background: #25841ec2;
   color: white;
   text-decoration: none;
   padding: 5px 16px;
   border-radius: 10px;
   font-weight: 600;
   font-size: 14px;
   text-transform: capitalize;
   letter-spacing: 0.5px;
   transition: all 0.3s ease;
   margin-top: 10px;
   cursor: pointer;
 }

 .read-more-ins:hover {
   transform: translateY(-2px);
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
 }

 /* Modal Styles */
 .modal.mod-ins {
   display: none;
   position: fixed;
   z-index: 1000;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.6);
   justify-content: center;
   align-items: center;
   padding: 20px;
 }

 .mod-ins .modal-content {
   background: #fff;
   max-width: 950px;
   width: 100%;
   border-radius: 12px;
   padding: 25px 30px;
   position: relative;
   box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
   animation: fadeIn 0.3s ease-in-out;
   max-height: 600px;
 }

 @keyframes fadeIn {
   from {
     opacity: 0;
     transform: translateY(-20px);
   }

   to {
     opacity: 1;
     transform: translateY(0);
   }
 }

 .mod-ins .modal-header h3 {
   font-size: 20px;
   margin: 0 0 8px 0;
   color: #222;
 }

 .mod-ins .modal-header .duration {
   font-size: 13px;
   font-weight: bold;
   color: #555;
   margin-bottom: 15px;
 }

 .mod-ins .modal-body {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
 }

 .mod-ins .modal-body .content {
   flex: 2;
   min-width: 250px;
 }

 .mod-ins .modal-body .content h4 {
   margin-top: 15px;
   font-size: 16px;
   color: #0077cc;
   border-bottom: 2px solid #eee;
   padding-bottom: 5px;
 }

 .mod-ins .modal-body .content p {
   font-size: 14px;
   color: #444;
   margin: 6px 0;
   line-height: 1.5;
 }

 .mod-ins .modal-body .leader {
   flex: 1;
   min-width: 220px;
   text-align: center;
   background: #f9f9f9;
   border-radius: 8px;
   padding: 15px;
 }

 .mod-ins .modal-body .leader img {
   width: 110px;
   height: 110px;
   border-radius: 8px;
   margin-bottom: 10px;
   box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
 }

 .mod-ins .modal-body .leader h5 {
   margin: 5px 0;
   font-size: 15px;
   font-weight: bold;
   color: #333;
 }

 .mod-ins .modal-body .leader span {
   font-size: 13px;
   color: #666;
 }

 .mod-ins .modal-body .leader p {
   font-size: 13px;
   margin-top: 10px;
   line-height: 1.4;
 }

 .mod-ins .close-btn {
   position: absolute;
   top: 12px;
   right: 18px;
   font-size: 24px;
   color: #333;
   cursor: pointer;
   transition: 0.2s;
 }

 .mod-ins .close-btn:hover {
   color: #e63946;
 }

 .mod-ins .close-bottom {
   text-align: center;
   /* margin-top: 20px; */
 }

 .mod-ins .close-bottom button {
   background: #dc3545;
   color: #fff;
   border: none;
   padding: 8px 16px;
   border-radius: 6px;
   cursor: pointer;
 }

 .mod-ins .close-bottom button:hover {
   background: #b52a37;
 }

 /* end */

 /* training-new css start */
 .training-new {
   background: linear-gradient(to right, #1a7d3403, #e0f7fa);
   /* display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      padding: 40px 5%; */
 }

 .training-new .cat-card {
   background: #fff;
   border-radius: 15px;
   padding: 30px 20px;
   text-align: center;
   box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
   transition: 0.3s;
   position: relative;
   overflow: hidden;
   margin-bottom: 30px;
 }

 .training-new .cat-card::before {
   content: "";
   position: absolute;
   top: 0;
   left: -100%;
   width: 100%;
   height: 100%;
   background: #64b06529;
   transition: 0.5s;
   pointer-events: none;
 }

 .training-new .cat-card:hover::before {
   left: 0;
 }

 .training-new .cat-card:hover {
   transform: translateY(-8px);
   box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
 }

 .training-new .cat-icon {
   font-size: 40px;
   color: #1a7d34;
   margin-bottom: 15px;
 }

 .training-new .cat-card h2 {
   font-size: 24px;
   margin: 10px 0;
 }

 .training-new .cat-card p {
   font-size: 16px;
   color: #555;
   margin-bottom: 20px;
 }

 .training-new .btn {
   padding: 8px 16px;

 }

 .training-new .row {
   display: flex;
   flex-wrap: wrap;
 }

 .training-new .row>[class*="col-"] {
   display: flex;
   /* col ko bhi flex bana diya */
 }

 .training-new .cat-card {
   flex: 1;
   /* col ke andar pura stretch karega */
   display: flex;
   flex-direction: column;
   /* content vertical rahe */
   justify-content: space-between;
   /* button hamesha niche */
   min-height: 320px;
   /* kam se kam itna height */
   height: auto;
   /* jyada content hua to auto badh jaye */
 }


 /* training-new-css end */
 /* training details css start */

 .card-training {
   background: #fff;
   border-radius: 15px;
   padding: 20px;
   box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
   transition: transform 0.3s, box-shadow 0.3s;
   border-top: 5px solid #1a7d34;
   margin-bottom: 30px;
   width: 100%;
 }

 .card-training:hover {
   transform: translateY(-6px);
   box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
 }

 .card-training h3 {
   font-size: 22px;
   margin-bottom: 10px;

 }

 .card-training p {
   margin: 6px 0;
   font-size: 14px;
 }

 .card-training .meta {
   margin-top: 10px;
   font-size: 13px;
   color: #555;
 }

 .card-training .btn-group {
   margin-top: 15px;
 }

 .card-training .btn {
   display: inline-block;
   text-decoration: none;
   padding: 8px 12px;
   border-radius: 8px;
   font-size: 13px;
   margin: 4px 6px 0 0;
   transition: 0.3s;
 }

 .card-training .btn-primary {
   background: #1a7d34;
   color: #fff;
   border: none;
 }

 .card-training .btn-primary:hover {
   background: #005f8a;
 }

 .card-training .btn-outline {
   border: 1px solid #1a7d34;
   color: #1a7d34;
 }

 .card-training .btn-outline:hover {
   background: #1a7d34;
   color: #fff;
 }

 .card-training .status-trn {
   font-weight: bold;
   margin-top: 8px;
 }

 .card-training .status-trn.open {
   color: #d32020;
 }

 .card-training p i {
   color: #1a7d34;
   width: 22px;
 }

 /* training view css start */
 .info-training {
   margin-bottom: 20px;
 }

 .info-training p {
   margin: 6px 0;
   font-size: 15px;
   color: #555;
   line-height: 20px;
 }

 .training-view .highlight {
   font-weight: bold;
   color: #d9534f;
 }

 .training-view {
   background: linear-gradient(to right, #1a7d3403, #e0f7fa);
 }

 .btn-trn-view .btn {
   display: inline-block;
   padding: 10px 18px;

   background: #28a745;
   color: #fff;
   border: none;
   border-radius: 6px;
   text-decoration: none;
   font-size: 15px;
 }

 .btn-trn-view .btn:hover {
   background: #218838;
 }

 .training-view-r h3 {
   margin-top: 20px;
 }

 .btn-trn-view {
   margin-top: 20px;
 }


 .btn-trn-view .back-link {
   margin-left: 15px;

   color: #0066cc;
   text-decoration: none;
 }

 .btn-trn-view .back-link:hover {
   text-decoration: underline;
 }

 .training-view-r {
   background: #fff;
   border-radius: 12px;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
   padding: 30px;
   border-left: 4px solid #006600;
 }

 .training-view-r p {
   line-height: 25px;
 }

 /* training view css end */
 /* achievement section start */
 .achievement-section .summary {
   margin: 10px 0 60px;
   padding: 0 1rem;
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 1rem;
 }

 .achievement-section .summary .card {
   background: #fff;
   border-radius: 12px;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
   padding: 1.2rem;
   text-align: center;
   transition: transform 0.2s;
   border-left: 4px solid #008730a6;
 }

 .achievement-section .nav-tabs {
   border-bottom: none;
 }

 .achievement-section .summary .card:hover {
   transform: translateY(-5px);
 }

 .achievement-section .summary .card h3 {
   margin: 0.3rem 0;
   font-size: 1.3rem;
   color: #3b5998;
 }

 .achievement-section .summary .card p {
   margin: 0;
   font-size: 0.95rem;
   color: #555;
 }

 /* Highlight Box */
 .achievement-section .highlight {
   background: #f4f7ff;
   border-left: 5px solid #3b5998;
   padding: 1rem;
   margin: 1.5rem 0;
   border-radius: 6px;
   color: #333;
 }

 /* Tabs styling */
 .achievement-section .nav-tabs .nav-link {
   border-radius: 20px;
   color: #333;
   padding: 2px 15px;
   font-weight: 500;
   background: #6c757d26;
 }

 .achievement-section .nav-tabs .nav-link.active {
   background-color: #1a7d34;
   color: #fff !important;
   border-color: #1a7d34;
 }

 .achievement-section .nav-tabs .nav-item {
   margin: 0 5px 10px;
 }

 .achievement-section .tab-content .content-section {
   background: #fff;
   padding: 2rem;
   border-radius: 12px;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   /* box-shadow: 0 4px 15px rgba(0,0,0,0.1); */
   margin-top: 25px;
   line-height: 1.6;
 }

 .achievement-section .tab-content .content-section h2 {
   /* color: #c0392b; */
   margin-top: 0;
   margin-bottom: 15px;

 }

 .achievement-section .tab-content .content-section strong {
   color: #3b5998;
 }

 .achievement-section .tab-content .content-section ul {
   margin: 1rem 0;
   padding-left: 1.5rem;
 }

 .achievement-section .tab-content .content-section ul li {
   margin-bottom: 0.5rem;
 }

 /* achievement section end */

 /* collaboration css start */
 table.collab-tble {
   border-collapse: collapse;
   width: 100%;
   background: #fff;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
   border-radius: 12px;
   overflow: hidden;
 }

 .collab-tble th,
 td {
   padding: 12px 15px;
   border: 1px solid #ccc;
   text-align: left;

 }

 .collab-tble th {
   background: #006400;
   color: #fff;
   font-weight: bold;
 }


 .collab-tble .section-header {
   background: #f0f0f0;
   font-weight: bold;
   color: #00008B;
   font-size: 18px;
   padding: 10px;
 }

 .collab-tble .sub-header {
   background: #fafafa;
   font-weight: bold;
   color: #333;
   padding: 10px;
 }

 .collab-tble tr:nth-child(even) td {
   background: #fcfcfc;
 }


 /* collaboration css end */
 /* saleable technology css start */
 .saleable-tech {

   margin: 30px auto;
   padding: 20px;
   background-color: #ffffff;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
   border-radius: 8px;
 }

 .saleable-tech .tech-item {
   border-left: 4px solid #008730a6;
   padding: 15px 20px;
   margin-bottom: 15px;
   background-color: #f9f9f9;
   border-radius: 6px;
   transition: all 0.3s ease-in-out;
 }

 .saleable-tech .tech-item:hover {
   background-color: #eafaf1;
   border-left-color: #00b27c;
 }

 .saleable-tech .tech-item h3 {
   margin: 0 0 10px;
   font-size: 16px;
   font-weight: 500;
 }


 .saleable-tech .tech-item ul {
   padding-left: 20px;
   margin-top: 10px;
 }

 .saleable-tech .highlight {
   color: green;
   font-weight: bold;
 }

 .saleable-tech .bold {
   font-weight: bold;
   color: #29313d;
 }

 .sale-headd {
   font-size: 18px;
   font-weight: 700;
 }

 .saleable-tech .title-number {
   display: inline-block;
   background: #57af76;
   color: white;
   border-radius: 50%;
   width: 24px;
   height: 24px;
   text-align: center;
   line-height: 24px;
   font-size: 0.9em;
   margin-right: 10px;
 }

 /* saleable technology css end */
 /* technology commercial css start */
 .wrap-research {
   margin: auto;
   display: grid;
   gap: 28px
 }



 /* Card container */
 .wrap-research .section-card {
   background: #ffffff;
   border-radius: 16px;
   padding: 24px;
   box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);

   border-bottom: 4px solid green;
 }

 .wrap-research .section-card h2 {
   display: inline-block;

   font-size: 20px;
   margin-bottom: 16px;
   position: relative;
 }

 .wrap-research .section-card h2::after {
   content: "";
   display: block;
   width: 60px;
   height: 3px;
   background: linear-gradient(135deg, #57b077, #57b077);
   border-radius: 2px;
   margin-top: 6px;
 }

 .wrap-research .section-card ul {
   padding-left: 20px;
   line-height: 1.6;
   color: #555
 }

 .wrap-research .section-card li {
   margin-bottom: 8px;
   list-style-type: decimal;
 }

 /* Two-column layout */
 .wrap-research .grid-research {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 24px
 }





 @media(max-width:900px) {
   .grid-research {
     grid-template-columns: 1fr
   }
 }

 /* technology commercial css end */

 /* award page css start */
 /* Year sections container */
 .years-container {
   max-width: 1100px;
   margin: auto;
 }

 /* Year Title */
 .year-title {
   padding-top: 50px;
   margin-bottom: 20px;
   font-size: 2rem;
   font-weight: 700;
   color: #29313d;
   border-bottom: 2px solid #29313db3;
   padding-bottom: 8px;
 }

 /* Award Cards Grid */
 .awards-grid {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
   gap: 20px;
 }

 /* Animation */
 @keyframes fadeSlideUp {
   0% {
     opacity: 0;
     transform: translateY(20px);
   }

   100% {
     opacity: 1;
     transform: translateY(0);
   }
 }

 /* Award Card */
 .award-card {
   background: #fff;
   border-radius: 12px;
   padding: 20px;
   border: 2px solid #c8e6c9;
   /* very light green border */
   transition: border-color 0.3s ease;
   animation: fadeSlideUp 0.6s ease forwards;
   opacity: 0;
 }

 .award-card:hover {
   transform: scale(1.04);
   border-color: #4caf50;
   /* box-shadow: 0 8px 20px #4caf50cc;
    border-color: #4caf50; */
 }

 /* Delay animation for each card */
 .award-card:nth-child(1) {
   animation-delay: 0.1s;
   opacity: 1;
 }

 .award-card:nth-child(2) {
   animation-delay: 0.2s;
   opacity: 1;
 }

 .award-card:nth-child(3) {
   animation-delay: 0.3s;
   opacity: 1;
 }

 .award-card:nth-child(4) {
   animation-delay: 0.4s;
   opacity: 1;
 }

 .award-card:nth-child(5) {
   animation-delay: 0.5s;
   opacity: 1;
 }

 .award-card:nth-child(6) {
   animation-delay: 0.6s;
   opacity: 1;
 }

 .award-card:nth-child(7) {
   animation-delay: 0.7s;
   opacity: 1;
 }

 /* Award Name */
 .award-name {
   font-size: 1.25rem;
   font-weight: 600;

   margin-bottom: 10px;
 }

 /* Award details */
 .award-detail {
   font-size: 0.95rem;
   line-height: 1.4;

   margin-bottom: 6px;
 }

 /* Highlight label-award */
 .label-award {
   font-weight: 600;
   color: #29313d;
   font-size: 16px;
   margin-right: 5px;

 }

 /* award page css end */

 /* contact us css start */
 /* card-contact GRID STYLING */
 .contact-wrapp {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 25px;

   margin-bottom: 40px;
 }

 .card-contact {
   background: white;
   border-left: 4px solid #008730a6;
   border-radius: 10px;
   padding: 20px 25px 15px;
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
   transition: transform 0.3s ease, box-shadow 0.3s ease;
 }

 .card-contact:hover {
   transform: translateY(-5px);
   box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
 }

 .card-contact h3 {
   margin-bottom: 0px;
   font-size: 22px;

 }

 .card-contact p strong {
   font-size: 18px;
 }

 .card-contact p {
   margin: 6px 0;
   line-height: 1.6;
   font-size: 16px;
 }

 .card-contact i {
   width: 20px;

   margin-right: 6px;
 }

 .card-contact a {
   color: #066832;
   text-decoration: none;
 }

 .card-contact a:hover {
   text-decoration: underline;
 }

 /* FORM & MAP SECTION */
 .contact-section {
   display: flex;
   flex-wrap: wrap;
   gap: 30px;

   margin: auto;
 }

 .contact-section .form-container,
 .contact-section .map-container {
   flex: 1 1 500px;
   background-color: white;
   border-radius: 10px;
   padding: 20px;
   box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
 }

 .contact-section .form-container h2 {
   margin-bottom: 20px;

 }

 .contact-section form {
   display: flex;
   flex-direction: column;
 }

 .contact-section form input,
 .contact-section form textarea {
   margin-bottom: 15px;
   padding: 5px 15px;
   font-size: 16px;
   border-radius: 6px;
   border: 1px solid #ccc;
   transition: border 0.3s ease;
 }

 .contact-section form input:focus,
 .contact-section form textarea:focus {
   outline: none;
   border-color: #0077b6;
 }

 .contact-section button {
   background-color: #066832;
   color: white;
   padding: 12px;
   border: none;
   border-radius: 6px;
   font-size: 16px;
   cursor: pointer;
   transition: background 0.3s ease;
 }

 .contact-section button:hover {
   background-color: #066832;
 }

 .map-container iframe {
   width: 100%;
   height: 470px;
   border: none;
   border-radius: 8px;
 }



 /* contact us css end  */

 /* payment gateway css start */
 .payment-grid {
   display: grid;
   grid-template-columns: 1fr 500px;
   gap: 28px;
   align-items: stretch;
 }

 /* Left Card */
 .payment-grid .card-main {
   background: linear-gradient(135deg, rgba(12, 54, 89, 0.06), rgba(124, 58, 237, 0.03));
   border-radius: 18px;
   padding: 28px;
   display: flex;
   flex-direction: column;

 }

 .payment-grid .card-main .headline {
   font-size: 28px;
   font-weight: 800;
   margin-bottom: 10px;
 }

 .payment-grid .card-main p.lead {
   font-size: 16px;
   margin-bottom: 10px;
 }

 .payment-grid .features {
   display: flex;
   flex-wrap: wrap;
   gap: 14px;
   width: 100%
 }

 .payment-grid .feat {
   background: #fff;
   border-radius: 12px;
   padding: 12px 14px;
   display: flex;
   gap: 10px;
   align-items: center;
   box-shadow: 0 6px 18px rgba(12, 34, 56, 0.04);
   width: 48.5%;
 }

 .payment-grid .feat .icon {
   width: 40px;
   height: 40px;
   display: grid;
   place-items: center;
   border-radius: 10px;
   background: #39895a;
   color: white;
   font-weight: 700;
 }

 .payment-grid .feat small {
   font-size: 15px;
   color: #555;
   display: block;
   line-height: 20px;
 }

 .payment-grid .feat b {
   font-size: 16px;
   color: #555;
   display: block;
   line-height: 20px;
 }

 /* Right Side (Image Matching Design) */
 .payment-grid .pay-box {
   background: #ffffff;
   border-radius: 16px;
   box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
   padding: 28px 24px;
   text-align: center;
   display: flex;
   flex-direction: column;

   align-items: center;
 }

 .payment-grid .pay-box h2 {
   font-size: 30px;
   font-weight: 700;
   color: #1e3a8a;
   margin-bottom: 10px;
 }

 .payment-grid .pay-box p {
   font-size: 16px;

 }

 .payment-grid .pay-box button {
   background-color: #2563eb;
   color: white;
   font-weight: 600;
   padding: 10px 24px;
   border: none;
   border-radius: 6px;
   cursor: pointer;
   font-size: 16px;
   line-height: 20px;
   transition: background 0.2s ease;
   margin-top: 10px;
   margin-bottom: 10px;
 }

 .payment-grid .pay-box button:hover {
   background-color: #1d4ed8;
 }

 .payment-grid .or-divider {
   display: flex;
   align-items: center;
   width: 100%;
   gap: 12px;
 }

 .payment-grid .or-divider hr {
   flex: 1;
   border: none;
   border-top: 1px solid #e5e7eb;
 }

 .payment-grid .or-divider span {
   color: #6b7280;
   font-size: 13px;
   white-space: nowrap;
 }

 .payment-grid .qr-container {
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
   padding: 12px;
   border-radius: 8px;
   background-color: white;
   display: inline-block;
   margin-top: 10px;
 }

 .payment-grid .qr-container img {
   width: 200px;
   height: 200px;
   object-fit: contain;
 }

 .payment-grid .qr-note {
   font-size: 13px;
   color: #6b7280;
   margin-top: 10px;
 }

 @media (max-width: 980px) {
   .payment-grid .payment-grid {
     grid-template-columns: 1fr;

   }

   .payment-grid {
     display: block;
   }

   .payment-grid .feat {
     width: 100%;
   }



   .payment-grid .card-main p.lead {
     max-width: 100%;
   }

   .payment-grid .pay-box {
     padding: 32px 20px;
   }
 }

 @media (max-width: 480px) {
   .payment-grid .qr-container img {
     width: 140px;
     height: 140px;
   }

   .payment-grid .pay-box h2 {
     font-size: 18px;
   }

   .payment-grid .pay-box button {
     font-size: 13px;
   }
 }

 /* payment gateway css end */

 /* variety css start */

 .variety-section {
   padding: 60px 0;
 }

 .variety-section .product-card {
   background: white;
   border-radius: 15px;
   overflow: hidden;
   box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
   transition: transform 0.3s ease, box-shadow 0.3s ease;
   text-align: center;
   margin-bottom: 30px;
   cursor: pointer;
 }

 .variety-section .product-card:hover {
   transform: scale(1.05);
   box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
 }

 .variety-section .product-card.m-cate img {
   width: 100%;
   height: 350px;
   object-fit: cover;
   background: #f8f8f8;
 }

 .variety-section .product-card.cate img {
   width: 100%;
   height: 250px;
   object-fit: cover;
   background: #f8f8f8;
 }


 .variety-section .product-title {
   padding: 15px;
   font-weight: bold;
   font-size: 1.1rem;
   color: #333;
 }

 .modern-modal {
   border-radius: 20px;
   background: #ffffff;
   padding: 15px;
   transition: all 0.3s ease-in-out;
   overflow: hidden;
   max-height: 90vh;
 }

 .modern-modal .modal-scrollable-content {
   max-height: 65vh;
   overflow-y: auto;
   padding-right: 15px;
   padding-top: 10px;
 }

 /* Customize scrollbar inside modal */
 .modern-modal .modal-scrollable-content::-webkit-scrollbar {
   width: 6px;
 }

 .modern-modal .modal-scrollable-content::-webkit-scrollbar-thumb {
   background-color: #cfcfcf;
   border-radius: 10px;
 }

 .modern-modal .modal-scrollable-content::-webkit-scrollbar-track {
   background-color: #f1f1f1;
 }

 /* Bullet style in modal */
 .modern-modal ul.list-style-circle li {
   list-style-type: disc;
   margin-bottom: 0;
   line-height: 25px;
 }

 /* Optional: Add fade-in animation */
 .modern-modal .modal.fade .modal-dialog {
   transform: translateY(-50px);
   transition: all 0.3s ease-out;
 }

 .modern-modal .modal.show .modal-dialog {
   transform: translateY(0);
 }

 .modern-modal .close-btnn {
   background-color: green;
   color: #fff;
 }

 .modern-modal .close-btnn:hover {
   color: #fff;
 }

 .product-title p {
   font-size: 16px;
   font-weight: 500;
   line-height: 20px;
   margin-bottom: 5px;
 }

 /* variety section css end */

 /* lab css start */
 .grid-lab {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 24px;
   margin-top: 24px
 }

 .card-lab {
   background: #fff;
   border-radius: 16px;
   padding: 14px;
   border: 1px solid var(--glass-border);
   transition: transform 0.25s ease, box-shadow 0.25s ease;
   cursor: pointer;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   color: #222;
   position: relative;
 }

 .card-lab:hover {
   transform: translateY(-8px);
   box-shadow: 0 12px 34px rgba(0, 0, 0, 0.1)
 }

 .icon-lab {
   width: 56px;
   height: 56px;
   margin-bottom: 15px;
   border-radius: 50%;
   display: grid;
   place-items: center;
   background: #25841ec2;
   border: 1px solid rgba(0, 0, 0, 0.05);
   color: #fff;
   font-size: 22px;
 }

 .card-lab h3 {
   margin: 0;
   font-size: 20px;
   height: 42px;
 }

 .card-lab p {
   margin: 10px 0 0 0;
   font-size: 16px;
   line-height: 25px;
 }



 @media (max-width:980px) {
   .grid-lab {
     grid-template-columns: repeat(2, 1fr)
   }

   .hero-right {
     display: none
   }
 }

 @media (max-width:600px) {
   .grid-lab {
     grid-template-columns: 1fr
   }

   header {
     flex-direction: column;
     align-items: flex-start
   }

   .hero {
     flex-direction: column;
     align-items: flex-start
   }
 }

 /* lab css end */

 /* seminar hall css start */
 .section-title-guest {
   font-size: 2rem;
   margin-bottom: 25px;
   text-align: center;
   padding-left: 15px;
   font-weight: 700;
 }

 /* card-guest */
 .card-guest {
   background: white;
   padding: 25px;
   border-radius: 12px;
   margin-bottom: 35px;
   box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
   transition: transform 0.3s;
 }

 .card-guest:hover {
   transform: translateY(-5px);
 }

 .mg-guest {
   padding-top: 50px;
   padding-bottom: 50px;
 }

 .card-guest ul {
   margin: 10px 0 0 20px;
 }

 /* Image Gallery */
 .image-gallery-guest {
   display: flex;
   gap: 20px;
   flex-wrap: wrap;
   margin-top: 25px;
 }

 .image-gallery-guest img {
   width: calc(33.33% - 15px);
   height: 220px;
   object-fit: cover;
   border-radius: 12px;
   transition: transform 0.4s;
 }

 .image-gallery-guest img:hover {
   transform: scale(1.05);
 }

 /* Charges Section */
 .charges {
   display: flex;
   gap: 20px;
   flex-wrap: wrap;
 }

 .price-card-guest {
   flex: 1;
   min-width: 250px;
   background: #1a7d3424;
   padding: 20px;
   color: #fff;
   border-radius: 12px;
   text-align: center;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   line-height: 24px;
 }

 .price-card-guest h3 {

   margin-bottom: 10px;
 }

 /* Contact */
 .contact-box {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 25px;
 }

 .contact-guest {
   background: #ffffff;
   padding: 25px;
   border-radius: 12px;
   border-left: 4px solid #008730a6;
   box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
 }

 .contact-guest h3 {
   margin-bottom: 10px;
   font-size: 22px;

 }

 .contact-guest p {
   margin: 8px 0;
 }

 .contact-guest i {
   /* color: #0d3b66; */
   margin-right: 8px;
 }

 .contact-guest a {
   color: #0d3b66;
   text-decoration: none;
 }

 .contact-guest a:hover {
   text-decoration: underline;
 }



 @media (max-width: 768px) {
   .image-gallery-guest img {
     width: 100%;
   }
 }

 /* seminar hall cs end */


 /* lpf css start */
 .grid-lpf {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 20px;
 }

 .card-lpf {
   background: #fff;
   border-radius: 12px;
   padding: 20px;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
   transition: transform 0.3s;
   border-left: 3px solid #0d3b66;
 }

 .card-lpf:hover {
   transform: translateY(-6px);
 }

 .name-lpf {
   font-size: 1.2rem;
   font-weight: 600;
   color: #0d3b66;
   margin-bottom: 8px;
 }

 .detail-lpf {
   margin: 6px 0;
   font-size: 0.95rem;
 }

 .detail-lpf i {
   margin-right: 8px;
   color: #0d3b66;
 }

 .phone a {
   color: #0d3b66;
   text-decoration: none;
   font-weight: 500;
 }

 .phone a:hover {
   text-decoration: underline;
 }

 /* lpf css end */

 /* success- stories css start */
 .pd-8 {
   padding: 8px;
 }

 /* success stories css end */
 /* helpline css start */
 .help-box {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 20px;
 }

 .card-help {
   background: #fff;
   border-radius: 16px;
   padding: 24px;
   box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
   transition: transform 0.3s ease, box-shadow 0.3s ease;
 }

 .card-help:hover {
   transform: translateY(-4px);
   box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
 }

 .card-help h2 {
   font-size: 26px;
   font-weight: 700;
   margin: 0 0 14px;
   color: #111827;
   border-left: 4px solid #058107;
   padding-left: 10px;
 }

 .info-help {
   margin-bottom: 14px;
   display: flex;
 }

 .info-help .label {
   font-weight: 600;
   color: #058107;
   margin-bottom: 4px;
   font-size: 18px;
   width: 120px;
 }

 .info-help .value {
   font-size: 16px;
   color: #374151;
   line-height: 25px;
   margin-top: 3px;
   margin-left: 10px;
 }

 .info-help .value a {
   color: #374151;
   font-weight: 600;
   text-decoration: none;
   font-size: 16px;
 }

 .info-help .value a:hover {
   text-decoration: underline;
 }

 @media(max-width:800px) {
   .help-box {
     grid-template-columns: 1fr;
   }
 }

 /* helpline css end */
 /* annual reprt css start*/
 .variety-section .product-card.m-repo img {
   width: 100%;
   height: 400px;
   object-fit: cover;
   background: #f8f8f8;
 }

 .variety-section.annual-repo {
   padding-bottom: 10px;
 }

 /* annual report css end */

 /* patent css start */
 .patent-wrap ul {
   padding-left: 15px;
 }

 .patent-wrap ul li {
   list-style-type: auto;
 }

 .patent-wrap h2 {
   margin-bottom: 10px;
 }

 .patent-wrap h5 {
   margin-bottom: 15px;
 }

 .pdb-30 {
   padding-bottom: 30px;
 }

 /* patent css end */

 /* newsletters css start */
 .variety-section .product-card.news-lat img {
   width: 100%;
   height: 250px;
   object-fit: cover;
   background: #f8f8f8;
 }

 .variety-section.annual-repo {
   padding-bottom: 10px;
 }

 /* newsletters css end */



 @media screen and (max-width: 767px) {

   .top-left .info li {
     margin-right: 20px !important;
     font-size: 14px !important;
   }

   .top-left .info {
     display: flex;
     justify-content: center;
   }

   .about-style-three .image-box img {
     height: auto;
   }

   .tenderr-wrapp .nav-tabs .nav-link span {
     font-size: 14px;
   }

   .header-style-one .header-lower {
     padding: 0 !important;
   }

   .banner-carousel .slide-item {
     height: 250px !important;
   }
 }



 /* header 2 css start */
 /* extra css  */
 .main-menu.head-2 .navigation>li:hover>a {
   background: #fff;
   color: #235c23 !important;
   padding: 0;
   border-radius: 5px;
 }

 .main-menu .navigation>li>ul>li>ul>li {
   padding: 0 !important;
 }

 /* extra css end */

 /* Top blue strip */
 .top-access-bar {
   background: #0052a5;
   color: #fff;
   font-size: 13px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 5px 20px;
 }

 .top-access-left {
   font-weight: bold;
 }

 .top-access-right {
   display: flex;
   align-items: center;
   gap: 15px;
 }

 .top-access-right span,
 .top-access-right i {
   cursor: pointer;
 }

 /* Header main (logo + menu + icons) */
 .header-main {
   background: #fff url('https://cmfri.org.in/images/header-bg.jpg') no-repeat center/cover;
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 10px 30px 0;
   border-bottom: 2px solid #ddd;
 }

 .logo {
   display: flex;
   align-items: center;
   gap: 15px;
   margin-bottom: 10px;
 }

 .logo img {
   height: 60px;
 }

 .logo-text {
   font-size: 18px;
   color: #003366;
   font-weight: 500;
   line-height: 1.3;
 }

 .logo-text span {
   color: #0052a5;
   font-size: 18px;
   font-weight: 700;
 }

 .main-menu.head-2 {
   display: flex;
   align-items: center;
   gap: 25px;
   font-size: 14px;
   font-weight: 600;
   color: #000;
 }

 .main-menu.head-2 .navigation {
   margin: 0;
   padding: 0;
   list-style: none;
   display: flex;
   align-items: center;
   gap: 10px;
 }

 .main-menu.head-2 .navigation>li {
   position: relative;
   padding: 0;
 }

 .main-menu.head-2 .navigation>li>a {
   font-size: 18px;
   text-decoration: none;
   color: #000;
   position: relative;
   padding: 5px 0;
   line-height: 0;
   display: block;
   font-weight: 500;
   transition: all 300ms ease;
 }



 .main-menu.head-2 .navigation>li>ul {
   position: absolute;
   top: 26.5px;
   left: 0;
   min-width: 200px;
   background: #fff;
   box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
   z-index: 999;
   opacity: 0;
   visibility: hidden;
   transform: translateY(10px);
   transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   margin: 0;
   padding: 0;
   list-style: none;
   border: 1px solid #ccc;
 }

 /* Submenu styles for nested dropdowns */
 .main-menu.head-2 .navigation>li>ul>li.dropdown>ul {
   position: absolute;
   top: 0;
   left: 100%;
   min-width: 200px;
   background: #fff;
   box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
   z-index: 999;
   opacity: 0;
   visibility: hidden;
   transform: translateY(10px);
   transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   margin: 0;
   padding: 0px 0;
   list-style: none;
   border: 1px solid #ccc;
 }

 .main-menu.head-2 .navigation>li>ul>li.dropdown:hover>ul {
   opacity: 1;
   visibility: visible;
   transform: translateY(0);
   border-radius: 5px;
 }

 .main-menu.head-2 .navigation>li:hover>ul {
   opacity: 1;
   visibility: visible;
   transform: translateY(0);
 }

 .main-menu.head-2 .navigation>li>ul>li {
   padding: 0;
 }

 .main-menu.head-2 .navigation>li>ul>li>a {
   display: block;
   padding: 10px 15px;
   color: #000;
   text-decoration: none;
   transition: all 300ms ease;
   position: relative;
 }

 .main-menu.head-2 .navigation>li>ul>li>ul>li>a {
   display: block;
   padding: 10px 15px;
   color: #5c5c5c !important;
   text-decoration: none;
   transition: all 300ms ease;
 }

 .main-menu.head-2 .navigation>li>ul>li>ul>li>a:hover {
   color: green;
 }

 .main-menu.head-2 .navigation>li>ul>li>a:hover {
   background-color: #f0f0f0;
 }

 .main-menu.head-2 .navigation>li>ul>li>ul>li>a:hover {
   background-color: #f0f0f0;
 }

 .main-menu.head-2 .navigation>li.dropdown>a i {
   margin-left: 5px;
   font-size: 12px;
 }

 /* Style for nested dropdown arrows */
 .main-menu.head-2 .navigation>li>ul>li.dropdown>a i {
   position: absolute;
   right: 10px;
   top: 50%;
   transform: translateY(-50%);
   font-size: 12px;
 }

 /* Create a bridge to connect the menu item and dropdown content */
 .main-menu.head-2 .navigation>li.dropdown::before {
   content: '';
   position: absolute;
   top: 100%;
   left: 0;
   width: 100%;
   height: 33px;
   background: transparent;
   pointer-events: none;
 }

 /* Create a bridge for nested dropdowns */
 .main-menu.head-2 .navigation>li>ul>li.dropdown::before {
   content: '';
   position: absolute;
   top: 0;
   right: -33px;
   width: 33px;
   height: 100%;
   background: transparent;
   pointer-events: none;
 }

 /* Add padding to menu items for better hover area */
 .main-menu.head-2 a {
   text-decoration: none;
   color: #000;
   position: relative;
   padding: 15px 0;
   /* Increased padding for better hover area */
 }

 .right-icons {
   display: flex;
   align-items: center;
   gap: 15px;
   justify-content: end;
   line-height: 0;
   padding-bottom: 10px;
   /* margin-bottom: -5px; */
 }

 .right-icons i {
   font-size: 20px;
   cursor: pointer;
   color: #003366;
   transition: 0.3s;
 }

 .right-icons i:hover {
   color: #0073cf;
 }

 /* Overlay menu */
 .overlay {
   position: absolute;
   left: 0;
   top: 123px;
   width: 100%;
   background: #001f3f;
   color: #fff;
   display: none;
   padding: 20px 30px 40px;
   z-index: 1000;
   animation: slideDown 0.4s ease forwards;
 }

 @keyframes slideDown {
   from {
     opacity: 0;
     transform: translateY(-20px);
   }

   to {
     opacity: 1;
     transform: translateY(0);
   }
 }

 .overlay.active {
   display: block;
 }

 .overlay .tabs {
   display: flex;
   gap: 30px;
   border-bottom: 2px solid #0a335e;
   margin-bottom: 20px;
 }

 .overlay .tab {
   padding: 2px 25px;
   background: none;
   border: none;
   color: #fff;
   font-weight: bold;
   cursor: pointer;
   font-size: 16px;
 }

 .overlay .tab.active {
   background: #0073cf;
   border-radius: 5px 5px 0 0;
 }

 .overlay-content {
   display: none;
   grid-template-columns: 300px 1fr;
   gap: 30px;
   margin-top: 20px;
 }

 .overlay-content.active {
   display: grid;
 }

 /* Left accordion menu */
 .left-menu {
   display: flex;
   flex-direction: column;
   gap: 10px;
 }

 .left-menu a {
   color: #fff;
   text-decoration: none;
   font-size: 14px;
   padding: 8px 0;
   border-bottom: 1px solid #0a335e;
   display: flex;
   justify-content: space-between;
   align-items: center;
 }

 /* Right images */
 .right-images {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 20px;
 }

 .right-images img {
   width: 100%;
   border-radius: 10px;
   height: 350px;
   object-fit: cover;
 }

 .close-overlay {
   position: absolute;
   top: 15px;
   right: 30px;
   background: #0073cf;
   color: #fff;
   border: none;
   font-size: 20px;
   width: 35px;
   height: 35px;
   border-radius: 50%;
   cursor: pointer;
 }



 /* Accordion styles */
 .submenu {
   display: none;
   /* Hide by default */
   padding-left: 20px;
 }

 .submenu.active {
   display: block;
   /* Show when active */
 }

 .accordion-toggle i {
   transition: transform 0.3s;
 }

 .accordion-toggle.active i {
   transform: rotate(45deg);
   /* Rotate the icon when open */
 }

 /* Responsive styles */
 @media (max-width: 768px) {
   .main-menu.head-2 {
     display: none;
     /* Hide main menu on mobile */
   }

   .header-main {
     flex-wrap: wrap;
     padding: 10px 15px;
   }

   .logo-text {
     font-size: 13px;
   }

   .right-icons i {
     font-size: 24px;
   }

   /* Make overlay full screen fixed */
   .overlay {
     position: fixed;
     top: 0;
     left: 0;
     height: 100vh;
     overflow-y: auto;
     padding: 60px 20px 40px;
     z-index: 10000;
   }

   .close-overlay {
     top: 20px;
     right: 20px;
     width: 40px;
     height: 40px;
     font-size: 22px;
   }

   /* Hide tabs completely on mobile */
   .overlay .tabs {
     display: none !important;
   }

   /* Hide desktop content on mobile */
   .overlay-content {
     display: none !important;
   }

   /* Show mobile menu structure on mobile */
   .mobile-menu-structure {
     display: block !important;
   }

   .left-menu {
     display: block;
   }

   .right-images {
     display: flex;
     flex-wrap: nowrap;
     overflow-x: auto;
     gap: 10px;
     margin-top: 15px;
   }

   .right-images img {
     min-width: 200px;
     height: 150px;
   }

   /* Mobile dropdown menu styles */
   .mobile-dropdown {
     display: block;
     width: 100%;
     background: none;
     border: none;
     color: white;
     text-align: left;
     padding: 12px 0;
     font-size: 16px;
     cursor: pointer;
     border-bottom: 1px solid #0a335e;
     display: flex;
     justify-content: space-between;
     align-items: center;
   }

   .mobile-dropdown-content {
     display: none;
     padding-left: 20px;
     background-color: rgba(0, 0, 0, 0.2);
   }

   .mobile-dropdown-content a {
     display: block;
     padding: 10px 0;
     color: #fff;
     text-decoration: none;
     border-bottom: 1px solid rgba(10, 51, 94, 0.5);
   }

   .mobile-dropdown-content a:last-child {
     border-bottom: none;
   }

   .mobile-dropdown.active i {
     transform: rotate(180deg);
   }

   /* Nested dropdown styles */
   .nested-dropdown {
     display: block;
     width: 100%;
     background: none;
     border: none;
     color: white;
     text-align: left;
     padding: 10px 0;
     font-size: 15px;
     cursor: pointer;
     display: flex;
     justify-content: space-between;
     align-items: center;
   }

   .nested-dropdown-content {
     display: none;
     padding-left: 20px;
     background-color: rgba(0, 0, 0, 0.3);
   }

   .nested-dropdown-content a {
     display: block;
     padding: 8px 0;
     color: #fff;
     text-decoration: none;
     border-bottom: 1px solid rgba(10, 51, 94, 0.3);
     font-size: 14px;
   }

   .nested-dropdown-content a:last-child {
     border-bottom: none;
   }

   .nested-dropdown.active i {
     transform: rotate(180deg);
   }
 }

 /* Desktop styles - hide mobile structure */
 .mobile-menu-structure {
   display: none;
 }

 @media (max-width: 480px) {
   .top-access-bar {
     flex-direction: column;
     gap: 8px;
     padding: 0px 10px;
     font-size: 12px;
   }

   .top-access-right {
     gap: 10px;
   }

   .header-main {
     padding: 8px 10px;
   }

   .logo {
     gap: 8px;
   }

   .logo img {
     height: 45px;
   }

   .logo-text {
     font-size: 11px;
   }

   .right-icons i {
     font-size: 20px;
   }

   .overlay {
     padding: 50px 15px 30px;
   }

   .close-overlay {
     top: 15px;
     right: 15px;
     width: 35px;
     height: 35px;
     font-size: 20px;
   }

   .overlay .tab {
     padding: 6px 10px;
     font-size: 12px;
   }

   .left-menu a {
     font-size: 13px;
     padding: 6px 0;
   }

   .right-images {
     gap: 8px;
     margin-top: 12px;
   }

   .right-images img {
     min-width: 160px;
     height: 120px;
   }
 }

 /* Additional mobile enhancements */
 @media (max-width: 360px) {
   .logo-text {
     font-size: 10px;
   }

   .right-images img {
     min-width: 140px;
     height: 100px;
   }
 }

 /* Improved focus states for accessibility */
 /* .main-menu.head-2 a:focus,
    .overlay .tab:focus,
    .left-menu a:focus,
    .close-overlay:focus {
      outline: 2px solid #fff;
      outline-offset: 2px;
    } */

 /* Smooth transitions */
 .main-menu.head-2 a,
 .right-icons i,
 .overlay .tab {
   transition: all 0.3s ease;
 }

 .top-access-right a {
   color: #fff;
 }

 .language-dropdown.head-lang {
   /* cursor: pointer; */
   margin-left: 0 !important;
   background-color: transparent !important;
   padding: 0 0px !important;
   border-radius: 5px;
   color: #fff;
 }

 /* header 2 css end */
 ul.sub-menuuu {
   max-height: 300px;
   overflow-y: auto;
 }

 /* faq css start */

 .faq-container {
   /* padding-top:60px; */
 }

 .faq-container .card {
   border: none;
   border-radius: 6px;
   margin-bottom: 1rem;
   box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
   overflow: hidden;
 }

 .faq-container .card-header {
   background-color: #fff;
   padding: 10px 15px;
 }

 .faq-container .btn-link {
   font-size: 1.05rem;
   font-weight: 600;
   color: #037a04;
   text-decoration: none;
   display: flex;
   justify-content: space-between;
   width: 100%;
   align-items: center;
   padding: 0;
 }

 .faq-container .btn-link:hover {
   text-decoration: none;
   color: #037a04;
 }

 .faq-container .btn-link::after {
   content: '+';
   font-size: 1.5rem;
   transition: transform 0.2s ease;
 }

 .faq-container .btn-link[aria-expanded="true"]::after {
   content: '-';

 }

 .faq-container .card-body {
   background-color: #ffffff;
   padding: 10px 15px;
   border-top: 1px solid #e9ecef;
 }

 /* faq css end */

 .scroll {
   height: 347px;
   overflow: auto;
 }

 /* training form css start */
 .training-frm {
   background: #fff;
   border-radius: 18px;
   box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
   overflow: hidden;

 }

 .training-form-header {
   background: linear-gradient(135deg, #037a04, #037a04);
   color: #fff;
   text-align: center;
   padding: 15px 15px;
   /* border-bottom: 4px solid #e6e6e6; */
 }

 .instructions {
   background: #037a0414;
   border-left: 4px solid #037a04;
   padding: 15px 18px;
   border-radius: 10px;
   font-size: 16px;
   color: #333;
   margin: 24px 24px 5px;
 }

 .instructions span {
   font-size: 14px;
 }

 .instructions b {
   color: #000;
 }

 .training-form-header h1 {
   font-size: 26px;
   font-weight: 600;
   margin-bottom: 10px;
 }

 .training-form-header h2 {
   font-size: 18px;
   font-weight: 400;
   margin-bottom: 5px;
   color: #fff;
 }

 .training-form-header h3 {
   font-size: 16px;
   color: #fff;
   margin-bottom: 12px;
   font-weight: 400;
 }

 /* Accordion */
 .training-card-frm {
   border: 1px solid #ddd;
   border-radius: 6px;
   margin-bottom: 15px;
   overflow: hidden;
 }

 .training-header-frm {
   background: #f7f7f7;
   padding: 15px;
   border: none;
 }

 .training-header-frm h5 {
   color: #037a04;
 }

 .training-header-frm .btn-link {
   border-radius: 5px;
   width: 100%;
   text-align: left;
   font-weight: 600;
   font-size: 18px;
   color: #037a04;
   padding: 14px 18px;
   text-decoration: none;
   position: relative;
   display: flex;
   align-items: center;
   background: #f7f7f7;
 }

 .btn-link span.title-text {
   flex: 1;
 }

 .btn-link .icon {
   margin-left: auto;
   color: #037a04;
   font-size: 16px;
   transition: transform 0.3s ease;
 }

 .btn-link:hover,
 .btn-link:focus {
   text-decoration: none;
   color: #037a04;
 }

 .training-body {
   background: #fff;
   padding: 25px 25px 10px;
   border-top: 1px solid #eee;
 }

 .accrd-form label {
   margin-bottom: 6px;
   font-weight: 500;
   color: #252525;
   font-size: 16px;
 }

 .accrd-form input[type="text"],
 .accrd-form input[type="email"],
 .accrd-form input[type="number"],
 .accrd-form select,
 .accrd-form textarea {
   width: 100%;
   padding: 10px 12px;
   border: 1px solid #ccc;
   border-radius: 8px;
   font-size: 16px;
   height: 50px;
   background: #fafafa;
   transition: border-color 0.3s ease, background 0.3s ease;
 }

 .accrd-form input:focus,
 .accrd-form select:focus,
 .accrd-form textarea:focus {
   border-color: #062647 !important;
   background: #fff;
   outline: none;
   box-shadow: none;
 }

 .accrd-form input:hover,
 .accrd-form select:hover,
 .accrd-form textarea:hover {
   border-color: #062647 !important;
   background: #fff;
   outline: none;
   box-shadow: none;
 }

 .btn-submit {
   padding: 6px 24px;
   background: #037a04;
   color: #fff;
   border: none;
   border-radius: 10px;
   font-size: 16px;
   cursor: pointer;
   width: auto;
   transition: background 0.3s ease;
   margin-top: 20px;
   margin-bottom: 5px;
 }

 .btn-submit:hover {
   background: #037a04;
 }

 .training-form-header p {
   color: #fff;
   line-height: 15px;
 }

 .accrd-form label span {
   font-size: 14px;
 }

 .mg-left-25 {
   margin-left: 25px;
 }

 .radio-group label input {
   margin-right: 7px;
   margin-top: 15px;
 }

 .red-astrik {
   color: red;
   font-size: 16px !important;
 }

 .upload-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   border: 1px solid #ccc;
   border-radius: 8px;
   padding: 10px 12px;
   background: #fafafa;
   cursor: pointer;
   transition: border-color 0.3s ease;
   height: 50px;
 }

 .upload-box:hover {
   border-color: #062647;
 }

 .upload-box input[type="file"] {
   position: absolute;
   opacity: 0;
   width: 100%;
   height: 100%;
   cursor: pointer;
 }

 .upload-box span {
   color: #666;
   font-size: 14px;
 }

 .upload-btn {
   background: #062647;
   color: #fff !important;
   padding: 0px 12px;
   border-radius: 6px;
   font-size: 14px;
   white-space: nowrap;
 }

 .form-check-input {
   position: absolute;
   top: 5px;
 }

 .farm-table {
   width: 100%;
   border-collapse: collapse;
   margin-top: 15px;
   font-size: 14px;
 }

 .farm-table th {
   text-align: center;
   background: #056506;
   color: #fff;
   padding: 10px 5px;
   font-size: 13px;
   border: 1px solid #ddd;
 }

 .farm-table td {
   text-align: center;
   border: 1px solid #ddd;
   padding: 8px 5px;
 }

 .farm-table td:first-child {
   text-align: left;
   font-weight: 500;
   color: #333;
   background: #fafafa;
 }

 input[type="radio"] {
   accent-color: #037a04;
 }

 .radio-group label {
   margin-top: 8px;
 }

 .btn-draft {
   padding: 6px 24px;
   background: gray;
   color: #fff;
   border: none;
   border-radius: 10px;
   font-size: 16px;
   cursor: pointer;
   width: auto;
   transition: background 0.3s ease;
   margin-top: 20px;
   margin-bottom: 5px;
   margin-left: 10px;
 }




 /* Conditional Fields Responsive Styles */
 #poultryDetails,
 #poultryDetails1,
 #uploadSection,
 #uploadSectiontraining {
   transition: all 0.3s ease-in-out;
 }

 /* Mobile Responsive Styles */
 @media (max-width: 767px) {
   .training-form-header h2 {
     font-size: 16px;
   }

   .training-form-header h3 {
     font-size: 14px;
   }

   .instructions {
     margin: 15px 15px 5px;
     padding: 12px 15px;
     font-size: 14px;
   }

   .instructions span {
     font-size: 12px;
   }

   .training-header-frm .btn-link {
     font-size: 16px;
     padding: 12px 15px;
   }

   .training-body {
     padding: 15px 15px 5px;
   }

   .accrd-form label {
     font-size: 15px;
   }

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

   .accrd-form input[type="text"],
   .accrd-form input[type="email"],
   .accrd-form input[type="number"],
   .accrd-form select {
     font-size: 15px;
     height: 45px;
   }

   .radio-group {
     flex-direction: column;
     gap: 10px;
   }

   .mg-left-25 {
     margin-left: 0;
   }

   .upload-box {
     height: 45px;
     padding: 8px 10px;
   }

   .upload-box span {
     font-size: 13px;
     line-height: 18px;
   }

   .upload-btn {
     font-size: 13px;
     padding: 6px;
   }

   /* Make tables horizontally scrollable on mobile */
   .table-responsive {
     overflow-x: auto;
     -webkit-overflow-scrolling: touch;
   }

   .farm-table {
     min-width: 800px;
     font-size: 12px;
   }

   .farm-table th,
   .farm-table td {
     padding: 6px 4px;
     font-size: 11px;
   }

   /* Conditional fields mobile adjustments */
   #poultryDetails .row>div,
   #poultryDetails1 .row>div {
     margin-bottom: 15px;
   }

   #poultryDetails .col-md-6,
   #poultryDetails1 .col-md-6 {
     margin-bottom: 15px;
   }

   /* Form layout adjustments */
   .form-body.p-4 {
     padding: 15px !important;
   }

   .btn-submit {
     width: 100%;
     padding: 12px;
     font-size: 16px;
   }

   /* Conditional upload sections */
   #uploadSection,
   #uploadSectiontraining {
     margin-top: 15px;
   }
 }

 /* Tablet adjustments */
 @media (min-width: 768px) and (max-width: 991px) {
   .training-form-header h2 {
     font-size: 17px;
   }

   .training-form-header h3 {
     font-size: 15px;
   }

   .farm-table {
     font-size: 13px;
   }

   .farm-table th,
   .farm-table td {
     padding: 7px 4px;
   }

   /* Conditional fields tablet adjustments */
   #poultryDetails .col-md-6,
   #poultryDetails1 .col-md-6 {
     margin-bottom: 15px;
   }
 }

 /* Small mobile devices */
 @media (max-width: 480px) {
   .training-form-header h2 {
     font-size: 15px;
   }

   .training-form-header h3 {
     font-size: 13px;
   }

   .instructions {
     font-size: 13px;
   }

   .instructions span {
     font-size: 11px;
   }

   .training-header-frm .btn-link {
     font-size: 15px;
   }

   .accrd-form label {
     font-size: 14px;
     line-height: 20px;
   }

   .accrd-form label span {
     font-size: 12px;
   }

   .upload-box span {
     font-size: 12px;
   }

   .farm-table {
     min-width: 900px;
   }

   /* Conditional fields small mobile adjustments */
   #poultryDetails,
   #poultryDetails1 {
     padding: 10px 0;
   }
 }

 /* Fix for form-check layout on mobile */
 @media (max-width: 767px) {
   .form-check {
     margin-bottom: -10px;

   }

   .form-check-label {
     padding-left: 25px;
   }
 }

 /* Ensure proper spacing for form elements */
 .mb-3 {
   margin-bottom: 1rem !important;
 }

 /* Improve radio button alignment */
 .radio-group label {
   display: flex;
   align-items: flex-start;
 }

 .radio-group input[type="radio"] {
   margin-top: 10px;
 }

 /* Make file upload boxes more touch-friendly on mobile */
 @media (max-width: 767px) {
   .upload-box {
     min-height: 50px;
   }
 }

 /* Adjust accordion icon size for better touch targets */
 @media (max-width: 767px) {
   .btn-link .icon {
     font-size: 18px;
   }
 }

 /* Conditional fields animation */
 #poultryDetails[style*="display: block"],
 #poultryDetails1[style*="display: block"],
 #uploadSection[style*="display: block"],
 #uploadSectiontraining[style*="display: block"] {
   animation: fadeIn 0.3s ease-in-out;
 }

 @keyframes fadeIn {
   from {
     opacity: 0;
     transform: translateY(-10px);
   }

   to {
     opacity: 1;
     transform: translateY(0);
   }
 }

 /* training form css end */

 /* tender css start */
 .card-tender {
   background: #fff;
   border-radius: 14px;
   box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1);
   padding: 20px;
   transition: all 0.25s ease;
   border-top: 4px solid #008730a6;
   position: relative;
   overflow: hidden;
   margin-bottom: 20px;
   height: 210px;
 }

 .card-tender:hover {
   transform: translateY(-8px) scale(1.02);
   box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.15);
 }

 /* Sno Badge */
 .card-tender .sno {
   width: 35px;
   height: 35px;
   display: flex;
   align-items: center;
   justify-content: center;
   position: absolute;
   top: 14px;
   right: 14px;
   background: #008730;
   color: #fff;
   font-size: 0.85rem;
   font-weight: 600;
   padding: 10px;
   border-radius: 50%;
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
 }

 /* Category Tag */
 .card-tender .tag {
   display: inline-block;
   background: #59b1781f;
   color: #017229;
   font-size: 0.75rem;
   font-weight: 600;
   line-height: 20px;
   padding: 4px 10px;
   border-radius: 20px;
   margin-bottom: 10px;
   text-transform: uppercase;
   letter-spacing: 0.5px;
 }

 .card-tender .subject {
   font-size: 1rem;
   font-weight: 600;
   margin-bottom: 10px;
   color: #004d40;
   line-height: 1.4;
 }

 .card-tender .subject a {
   text-decoration: none;
   color: #29313d;
   font-size: 16px;
 }

 .card-tender .subject a:hover {
   text-decoration: underline;

 }

 .dates-tender {
   font-size: 0.9rem;
   color: #555;
   display: flex;
   justify-content: space-between;

 }

 .dates-tender .date-label {
   font-weight: 600;
   color: #333;
 }

 /* tender css end */


 /* application form css start */
 .application-wrapp {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
   gap: 20px;


 }

 .card-frm {
   background: #fff;
   border-radius: 14px;
   padding: 20px;
   box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
   text-align: center;
   transition: all 0.3s ease;
   position: relative;
   overflow: hidden;
   border-left: 4px solid #0d3b66;
 }



 .card-frm-content {
   position: relative;
   z-index: 1;
 }

 .icons-frm {
   margin-bottom: 14px;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 10px;
 }

 .icons-frm img {
   height: 60px;
   transition: 0.3s;
 }

 .icons-frm .fa-file-word {
   color: #2b579a;
 }

 .icons-frm .fa-file-pdf {
   color: #d9534f;
 }

 .icons-frm i:hover {
   transform: scale(1.2);
 }

 .card-frm h3 {
   font-size: 16px;
   font-weight: 600;
   margin: 0;
   color: #333;
   line-height: 1.4em;
 }

 /* Hover Animation */
 .card-frm:hover {
   transform: translateY(-8px);
   box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
 }

 @media(max-width:600px) {
   .card-frm h3 {
     font-size: 14px;
   }

   .icons-frm i {
     font-size: 28px;
   }
 }

 /* application form css end */
 .popupcontent {
   height: 425px;
   overflow-y: auto
 }

 span.box.holiday-box:hover {
   transform: unset;
 }