 /* Css For Sensai */

 /************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
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
====================================================================

 ***/
 * {
     margin: 0px;
     padding: 0px;
     border: none;
     outline: none;
 }


 /*** 

====================================================================
  Global Settings
====================================================================

 ***/


 :root {
     --secondary-color: #0A1F1A;
     --text-color: #2F2F2F;
     --title-color: #0A1F1A;
     --text-font: 'Sora';
     --title-font: 'Sora';
 }

 body {
     font-size: 16px;
     color: var(--text-color);
     line-height: 26px;
     font-weight: 400;
     background: #ffffff;
     font-family: var(--text-font);
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center top;
     -webkit-font-smoothing: antialiased;
 }

 @media (min-width:1200px) {
     .container {
         max-width: 1200px;
         padding: 0px 15px;
     }
 }

 .large-container {
     max-width: 1550px;
     padding: 0px 15px;
     margin: 0 auto;
 }

 .container-fluid {
     padding: 0px;
 }

 .auto-container {
     position: static;
     max-width: 1320px;
     padding: 0px 15px;
     margin: 0 auto;
 }

 .small-container {
     max-width: 680px;
     margin: 0 auto;
 }

 .boxed_wrapper {
     position: relative;
     margin: 0 auto;
     overflow: hidden !important;
     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(--text-font);
     font-weight: 400;
     font-size: 18px;
     background: transparent;
 }

 ::-webkit-input-placeholder {
     color: inherit;
 }

 ::-moz-input-placeholder {
     color: inherit;
 }

 ::-ms-input-placeholder {
     color: inherit;
 }

 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(--text-font);
     color: var(--text-color);
     font-weight: 400;
     margin: 0px;
     transition: all 500ms ease;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     position: relative;
     font-family: var(--title-font);
     font-weight: 600;
     color: var(--title-color);
     margin: 0px;
     transition: all 500ms ease;
 }

 /* 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;
     background: #fff;
 }

 .loader-wrap img {
     width: 350px;
 }

 .preloader-close {
     position: fixed;
     z-index: 99999999;
     font-size: 14px;
     background: #fff;
     color: red;
     width: 40px;
     height: 40px;
     line-height: 40px;
     text-align: center;
     border-radius: 50%;
     cursor: pointer;
     right: 30px;
     top: 30px;
     font-weight: 400;
 }

 .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: var(--title-font);
     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(0, 153, 98, 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: #009962;
     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:before {
     color: #009962;
 }

 .handle-preloader .animation-preloader .spinner {
     border: 3px solid #009962;
     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: 40px;
         letter-spacing: 10px;
     }
 }


 .centred {
     text-align: center;
 }

 .pull-left {
     float: left;
 }

 .pull-right {
     float: right;
 }

 .special_fonts {
     font-family: 'Fredoka', sans-serif;
 }


 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;
 }

 /* .row {
     --bs-gutter-x: 30px;
 } */

 /** button **/


 .theme-btn {
     position: relative;
     display: inline-block;
     overflow: hidden;
     vertical-align: middle;
     font-size: 18px;
     line-height: 30px;
     font-weight: 500;
     padding: 10px 20px;
     font-family: var(--title-font);
     color: #fff;
     text-align: center;
     border-radius: 55px;
     z-index: 1;
     transition: all 500ms ease;
     cursor: pointer;
 }

 .theme-btn:hover {
     color: #fff;
 }

 .theme-btn.btn-one:hover {
     background: var(--secondary-color);
 }

 .theme-btn:before {
     position: absolute;
     content: '';
     background: var(--secondary-color);
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     transform: scale(0, 0);
     z-index: -1;
     transition: all 500ms ease;
 }

 .theme-btn:hover:before {
     transform: scale(1, 1);
 }

 .theme-btn.btn-two {
     background: #fff;
     color: #111111;
     padding: 10px 20px;
 }

 .theme-btn.btn-two:hover {
     color: #fff;
     background: var(--theme-color);
 }

 .theme-btn.btn-two::before {
     background: var(--theme-color);
 }

 .theme-btn.btn-three {
     padding: 10px 20px;
     color: var(--theme-color);
     border: 1px solid var(--theme-color);
 }

 .theme-btn.btn-three:hover {
     color: #fff;
     border-color: var(--secondary-color);
 }

 .theme-btn.btn-four {
     padding: 10px 20px;
     color: #fff;
     background: var(--secondary-color);
 }

 .theme-btn.btn-four:hover:before {
     background: var(--theme-color);

 }

 .theme-btn.btn-four:hover {
     color: #fff;
     border-color: #fff;
 }

 .theme-btn.btn-four:before {
     background: #fff;
 }

 /* Base styles for the button */
 .theme-btn.btn-five {
     background-color: #ECFFEE;
     color: #1E1E1E;
     border: 1px solid var(--theme-color);
     display: inline-block;
     /* Ensures the button takes the width of its content */
     padding: 10px 20px;
     /* Adjust padding as needed for spacing around the text */
     text-align: center;
     /* Center the text inside the button */
     text-decoration: none;
     /* Remove underline from the <a> tag */
     box-sizing: border-box;
     /* Ensure padding doesn’t affect the width */
     width: 350px;
 }

 /* Hover styles for the button */
 .theme-btn.btn-five:hover {
     background-color: var(--theme-color);
     /* Green background on hover */
     color: #fff;
     /* White text on hover */
     border-color: var(--theme-color);
     /* Ensure the border color matches */
 }

 .theme-btn.btn-six {
     padding: 10px 20px;
     color: #0A1F1A;
     background: #F4F4F4;
 }

 .theme-btn.btn-six:hover {
     color: #fff;
 }

 .theme-btn.btn-six:before {
     background: var(--secondary-color);
 }


 .parallax-bg {
     position: absolute;
     left: 0px;
     top: -30%;
     width: 100%;
     height: calc(100% + 30%);
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
 }


 /** styled-pagination */

 .pagination {
     position: relative;
     display: block;
 }

 .pagination li {
     position: relative;
     display: inline-block;
     margin: 0px 5px;
 }

 .pagination li a {
     position: relative;
     display: inline-block;
     font-size: 18px;
     font-weight: 500;
     font-family: var(--title-font);
     height: 60px;
     width: 60px;
     line-height: 60px;
     background: #ffffff;
     box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.07);
     text-align: center;
     color: #000;
     border-radius: 50%;
     z-index: 1;
     transition: all 500ms ease;
 }

 .pagination li a:hover,
 .pagination li a.current {
     color: #fff;
     background: var(--theme-color);
     border-color: var(--theme-color);
 }

 .pagination li:first-child a,
 .pagination li:last-child a {
     font-size: 16px;
     line-height: 64px;
 }

 .sec-pad {
     padding: 142px 0px 150px 0px;
 }

 .mr-0 {
     margin: 0px !important;
 }

 /** scroll-to-top **/

 .scroll-to-top {
     position: fixed;
     right: 0px;
     bottom: 100px;
     transform: rotate(90deg);
     z-index: 99;
 }

 .scroll-to-top .visible {
     visibility: visible !important;
     opacity: 1 !important;
 }

 .scroll-to-top .scroll-top-inner {
     opacity: 0;
     visibility: hidden;
 }

 .scroll-to-top .scroll-top-inner {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
     -o-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
     transition: all cubic-bezier(.4, 0, .2, 1) .4s;
 }

 .scroll-to-top .scroll-bar {
     width: 50px;
     height: 2px;
     margin-right: 10px;
     position: relative;
 }

 .scroll-to-top .scroll-bar:before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     height: 100%;
     width: 100%;
     background-color: #f4244f;
     opacity: .3;
 }

 .scroll-to-top .scroll-bar .bar-inner {
     position: absolute;
     top: 0;
     right: 0;
     height: 100%;
     background-color: currentColor;
 }

 .scroll-to-top .scroll-bar-text {
     font-size: 14px;
     font-weight: 600;
     cursor: pointer;
     color: var(--theme-color);
     transition: all 500ms ease;
 }

 .light-home .scroll-to-top .scroll-bar-text {
     color: var(--secondary-color);
 }

 .scroll-to-top .scroll-bar-text:hover {
     transform: scale(1.1);
 }



 @-webkit-keyframes ripple {
     70% {
         -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
         box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
     }

     100% {
         -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
         box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
     }
 }

 @keyframes ripple {
     70% {
         -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
         box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
     }

     100% {
         -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
         box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
     }
 }



 .sec-title {
     position: relative;
     display: block;
 }

 .sec-title h2 {
     position: relative;
     display: block;
     font-size: 35px;
     line-height: 45px;
     font-weight: 600;
     margin: 0px;
 }

 .sec-title.light h2,
 .sec-title.light .sub-title {
     color: #fff !important;
 }

 .sub-title {
     position: relative;
     display: inline-block;
     font-size: 25px;
     line-height: 1.2;
     font-weight: 600;
     margin-bottom: 13px;
 }

 .sub-title-two {
     position: relative;
     display: inline-block;
     font-size: 14px;
     line-height: 20px;
     font-weight: 500;
     text-transform: uppercase;
     margin-bottom: 13px;
     color: var(--theme-color);
     padding-right: 68px;
 }

 .centred .sub-title-two {
     padding-left: 68px;
 }

 .sub-title-two:before {
     position: absolute;
     content: '';
     width: 60px;
     height: 1px;
     right: 0px;
     bottom: 9px;
     background: var(--theme-color);
 }

 .centred .sub-title-two:after {
     position: absolute;
     content: '';
     width: 60px;
     height: 1px;
     left: 0px;
     bottom: 9px;
     background: var(--theme-color);
 }

 .sub-title-three {
     position: relative;
     display: inline-block;
     font-size: 14px;
     line-height: 20px;
     font-weight: 500;
     text-transform: uppercase;
     margin-bottom: 13px;
     color: var(--theme-color);
     padding-right: 68px;
     padding: 5px 20px;
     z-index: 1;
 }

 .sub-title-three:before {
     position: absolute;
     content: '';
     background: var(--theme-color);
     opacity: 0.05;
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     border-radius: 40px;
     z-index: -1;
 }





 /*** 

====================================================================
                        Home-Page-One
====================================================================

***/


 /** main-header **/

 .main-header {
     position: relative;
     left: 0px;
     top: 0px;
     right: 0px;
     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;
     left: 0px;
     top: 0px;
     width: 100%;
     z-index: 0;
     background-color: #fff;
     border-bottom: 1px solid rgba(0, 0, 0, 0.10);
     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;
 }


 .main-header .outer-box {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .main-header .logo-box {
     padding: 26px 0px;
 }

 .main-header .menu-right-content {
     position: relative;
     display: flex;
     align-items: center;
 }

 .main-header .menu-right-content .search-toggler {
     position: relative;
     display: inline-block;
     font-size: 20px;
     color: var(--title-color);
     cursor: pointer;
     transition: all 500ms ease;
 }

 .main-header .menu-right-content .search-toggler:hover {}

 .main-header .menu-right-content .theme-btn {
     padding: 11px 65px;
 }


 /*** Search Popup ***/

 .search-popup {
     position: fixed;
     left: 0;
     top: 0px;
     width: 100%;
     height: 100%;
     z-index: 99999;
     visibility: hidden;
     opacity: 0;
     overflow: auto;
     background: rgba(0, 0, 0, 0.80);
     -webkit-transform: translateY(101%);
     -ms-transform: translateY(101%);
     transform: translateY(101%);
     transition: all 700ms ease;
     -moz-transition: all 700ms ease;
     -webkit-transition: all 700ms ease;
     -ms-transition: all 700ms ease;
     -o-transition: all 700ms ease;
 }

 .search-popup.popup-visible {
     -webkit-transform: translateY(0%);
     -ms-transform: translateY(0%);
     transform: translateY(0%);
     visibility: visible;
     opacity: 1;
 }

 .search-popup .popup-inner {
     width: 100%;
     background: #fff;
     height: 100%;
 }

 .search-popup .upper-box {
     position: relative;
     padding: 70px 70px;
     z-index: 99;
 }

 .search-popup .upper-box .logo-box {
     max-width: 182px;
 }

 .search-popup .overlay-layer {
     position: absolute;
     left: 0px;
     top: 0px;
     right: 0px;
     bottom: 0px;
     display: block;
 }

 .search-popup .close-search {
     position: relative;
     font-size: 25px;
     color: #141417;
     cursor: pointer;
     z-index: 5;
     top: 11px;
     transition: all 500ms ease;
 }

 .search-popup .close-search:hover {
     color: red;
 }

 .search-popup .search-form {
     position: relative;
     width: 100%;
     padding: 100px 0px 250px 0px;
 }

 .search-popup .search-form .form-group {
     position: relative;
     margin: 0px;
 }

 .search-popup .search-form fieldset input[type="search"] {
     position: relative;
     height: 90px;
     padding: 20px 0px;
     background: #ffffff;
     line-height: 30px;
     font-size: 20px;
     color: #808080;
     font-family: 'Poppins', sans-serif;
     border: none;
     font-weight: 400;
     border-radius: 0px;
     padding-right: 50px;
     border-bottom: 1px solid #e5e5e5;
 }

 .search-popup .search-form fieldset button[type="submit"] {
     position: absolute;
     top: 30px;
     right: 0px;
     font-size: 25px;
     color: #141417;
     cursor: pointer;
     transition: all 500ms ease;
 }

 .search-popup .search-form fieldset input[type="search"]:focus {
     border-color: #141417;
 }

 .search-popup .form-control:focus {
     box-shadow: none !important;
 }


 /** main-menu **/

 .main-menu {
     float: left;
 }

 .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;
     margin: 0px 15px;
     -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;
 }

 .main-menu .navigation>li>a {
     position: relative;
     display: block;
     text-align: center;
     font-size: 15px;
     line-height: 30px;
     padding: 31px 0px;
     font-weight: 400;
     font-family: var(--title-font);
     opacity: 1;
     color: var(--title-color);
     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;
 }

 .light-home .main-menu .navigation>li>a {
     color: #fff;
 }

 .main-menu .navigation>li.current>a,
 .main-menu .navigation>li:hover>a {}

 .main-menu .navigation>li>ul,
 .main-menu .navigation>li>.megamenu {
     position: absolute;
     left: inherit;
     top: 100%;
     width: 290px;
     margin-top: 15px;
     z-index: 100;
     display: none;
     background: rgba(2, 2, 2, 1);
     opacity: 0;
     visibility: hidden;
     border-radius: 0px;
     box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
     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.from-right {
     left: auto;
     right: 0px;
 }

 .main-menu .navigation>li>ul>li {
     position: relative;
     width: 100%;
 }

 .main-menu .navigation>li>ul>li>a,
 .main-menu .navigation>li>.megamenu li>a {
     position: relative;
     display: block;
     padding: 10px 25px;
     line-height: 30px;
     font-weight: 500;
     font-size: 16px;
     text-transform: capitalize;
     font-family: var(--title-font);
     color: #fff;
     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 {
     border-bottom: 1px solid rgba(255, 255, 255, 0.1);
 }

 .main-menu .navigation>li>.megamenu li>a {
     padding-left: 0px;
 }

 .main-menu .navigation>li>.megamenu h4 {
     display: block;
     font-size: 20px;
     line-height: 30px;
     color: #ffffff;
 }

 .main-menu .navigation>li>ul>li>a:hover,
 .main-menu .navigation>li>.megamenu li>a:hover {
     padding-left: 35px;
 }

 .main-menu .navigation>li>ul>li:last-child>a,
 .main-menu .navigation>li>.megamenu li:last-child>a {
     border-bottom: none;
 }

 .main-menu .navigation>li>ul>li.dropdown>a:after {
     font-family: 'Font Awesome 6 Free';
     content: "\f105";
     position: absolute;
     right: 20px;
     top: 10px;
     display: block;
     line-height: 24px;
     font-size: 16px;
     font-weight: 800;
     text-align: center;
     z-index: 5;
 }

 .main-menu .navigation>li>ul>li>ul {
     position: absolute;
     left: 100%;
     top: 0%;
     margin-top: 15px;
     background: rgba(2, 2, 2, 1);
     width: 250px;
     z-index: 100;
     display: none;
     border-radius: 0px;
     box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
     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.from-right {
     left: auto;
     right: 0px;
 }

 .main-menu .navigation>li>ul>li>ul>li {
     position: relative;
     width: 100%;
 }

 .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;
     padding: 10px 25px;
     line-height: 24px;
     font-weight: 500;
     font-size: 16px;
     text-transform: capitalize;
     font-family: var(--title-font);
     color: #fff;
     border-bottom: 1px solid rgba(255, 255, 255, 0.1);
     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:last-child>a {
     border-bottom: none;
 }

 .main-menu .navigation>li>ul>li>ul>li>a:hover {
     padding-left: 35px;
 }

 .main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
     font-family: 'Font Awesome 5 Pro';
     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;
     margin-top: 0px;
     top: 100%;
 }

 .main-menu .navigation li>ul>li.dropdown:hover>ul {
     visibility: visible;
     opacity: 1;
     top: 0%;
     margin-top: 0px;
 }

 .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;
     background: var(--theme-color);
     display: none;
 }

 .mobile-menu .nav-logo img {
     max-width: 160px;
 }

 .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 h4 {
     margin-bottom: 10px;
 }

 .sticky-header .main-menu .navigation>li>a {
     padding-top: 25px;
     padding-bottom: 25px;
     color: #000;
 }

 .sticky-header .main-menu .navigation>li.dropdown>a:before {
     top: 27px;
 }

 .sticky-header .main-menu:before {
     top: 15px;
 }


 /** 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;
     transition: all 900ms ease;
 }

 .mobile-menu .navbar-collapse {
     display: block !important;
 }

 .mobile-menu .nav-logo {
     position: relative;
     padding: 50px 25px;
     text-align: left;
     padding-bottom: 30px;
 }

 .mobile-menu-visible {
     overflow: hidden;
 }

 .mobile-menu-visible .mobile-menu {
     opacity: 1;
     visibility: visible;
 }

 .mobile-menu .menu-backdrop {
     position: fixed;
     left: 0%;
     top: 0;
     width: 100%;
     height: 100%;
     z-index: 1;
     transition: all 900ms ease;
     background-color: #000;
 }

 .mobile-menu-visible .mobile-menu .menu-backdrop {
     opacity: 0.70;
     visibility: visible;
     right: 100%;
     -webkit-transition: all .8s ease-out 0s;
     -o-transition: all .8s ease-out 0s
 }

 .mobile-menu .menu-box {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     max-height: 100%;
     overflow-y: auto;
     background: #141417;
     padding: 0px 0px;
     z-index: 5;
     opacity: 0;
     visibility: hidden;
     border-radius: 0px;
     -webkit-transform: translateX(100%);
     -ms-transform: translateX(100%);
     transform: translateX(100%);
     transition: all 900ms ease !important;
 }

 .mobile-menu-visible .mobile-menu .menu-box {
     opacity: 1;
     visibility: visible;
     -webkit-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: 18px;
     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 {
     color: #ffffff;
     -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: 0px 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: 120px 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;
 }

 .main-header .outer-box {
     position: relative;
 }

 .owl-dots-none .owl-dots,
 .owl-nav-none .owl-nav {
     display: none !important;
 }

 .owl-nav button {
     background: transparent;
 }

 .float-bob-y {
     animation-name: float-bob-y;
     animation-duration: 2s;
     animation-iteration-count: infinite;
     animation-timing-function: linear;
     -webkit-animation-name: float-bob-y;
     -webkit-animation-duration: 2s;
     -webkit-animation-iteration-count: infinite;
     -webkit-animation-timing-function: linear;
     -moz-animation-name: float-bob-y;
     -moz-animation-duration: 2s;
     -moz-animation-iteration-count: infinite;
     -moz-animation-timing-function: linear;
     -ms-animation-name: float-bob-y;
     -ms-animation-duration: 2s;
     -ms-animation-iteration-count: infinite;
     -ms-animation-timing-function: linear;
     -o-animation-name: float-bob-y;
     -o-animation-duration: 2s;
     -o-animation-iteration-count: infinite;
     -o-animation-timing-function: linear;
 }

 .float-bob-x {
     animation-name: float-bob-x;
     animation-duration: 15s;
     animation-iteration-count: infinite;
     animation-timing-function: linear;
     -webkit-animation-name: float-bob-x;
     -webkit-animation-duration: 15s;
     -webkit-animation-iteration-count: infinite;
     -webkit-animation-timing-function: linear;
     -moz-animation-name: float-bob-x;
     -moz-animation-duration: 15s;
     -moz-animation-iteration-count: infinite;
     -moz-animation-timing-function: linear;
     -ms-animation-name: float-bob-x;
     -ms-animation-duration: 15s;
     -ms-animation-iteration-count: infinite;
     -ms-animation-timing-function: linear;
     -o-animation-name: float-bob-x;
     -o-animation-duration: 15s;
     -o-animation-iteration-count: infinite;
     -o-animation-timing-function: linear;
 }


 /** rtl-switcher **/

 .demo-rtl {
     position: fixed;
     top: 390px;
     left: 10px;
     z-index: 9999;
 }

 button.rtl {
     background: var(--theme-color);
     display: block;
     text-indent: inherit;
     font-size: 12px;
     width: 40px;
     height: 40px;
     line-height: 40px;
     text-align: center;
     font-weight: 700;
     margin: 0px;
     color: #fff !important;
     border-radius: 50%;
     box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
     transition: all 500ms ease;
 }

 .light-home button.rtl {
     background: var(--secondary-color);
 }

 .demo-ltr {
     position: fixed;
     top: 390px;
     left: auto;
     right: 10px;
     z-index: 9999;
 }

 button.ltr {
     background: var(--theme-color);
     display: block;
     text-indent: inherit;
     font-size: 12px;
     font-weight: 700;
     width: 40px;
     height: 40px;
     line-height: 40px;
     text-align: center;
     margin: 0px;
     color: #fff !important;
     border-radius: 50%;
     box-shadow: rgba(0, 0, 0, 1.0);
     transition: all 500ms ease;
 }

 .light-home button.ltr {
     background: var(--secondary-color);
 }

 .boxed_wrapper.ltr .demo-rtl {
     display: block;
 }

 .boxed_wrapper.ltr .demo-ltr {
     display: none;
 }

 .boxed_wrapper.rtl .demo-rtl {
     display: none;
 }

 .boxed_wrapper.rtl .demo-ltr {
     display: block;
 }

 .list-style-one {
     position: relative;
     display: block;
 }

 .list-style-one li {
     position: relative;
     display: block;
     font-size: 18px;
     line-height: 24px;
     color: var(--title-color);
     font-weight: 500;
     padding-left: 37px;
     margin-bottom: 26px;
 }

 .list-style-one li:last-child {
     margin-bottom: 0px;
 }

 .list-style-one li:before {
     position: absolute;
     content: '\e903';
     font-family: 'icomoon';
     font-size: 12px;
     color: #111;
     left: 0px;
     top: 0px;
     font-weight: 400;
     width: 25px;
     height: 25px;
     line-height: 25px;
     text-align: center;
     border-radius: 50%;
     border: 1.5px solid #111;
 }

 .accordion-box .block .acc-content {
     display: none;
 }

 .accordion-box .block .acc-content.current {
     display: block;
 }

 @-webkit-keyframes ripple {
     70% {
         -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
         box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
     }

     100% {
         -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
         box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
     }
 }

 @keyframes ripple {
     70% {
         -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
         box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
     }

     100% {
         -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
         box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
     }
 }


 /** main-footer **/

 .main-footer {
     position: relative;
     background: #0A1F1A;
 }

 .main-footer .widget-section {
     padding: 45px 0px 60px 0px;
 }

 .main-footer .logo-widget .footer-logo {
     margin-bottom: 30px;
 }

 .footer-border {
     border-top: 1px solid #636363;
     padding-top: 11px;
     padding-bottom: 15px;
 }

 .main-footer .logo-widget p {
     color: #f4f4f4;
     margin-bottom: 40px;
 }

 .main-footer .logo-widget .social-links li {
     position: relative;
     display: inline-block;
     margin-right: 10px;
     float: left;
 }

 .main-footer .logo-widget .social-links li:last-child {
     margin: 0px !important;
 }

 .main-footer .logo-widget .social-links li a {
     position: relative;
     display: inline-block;
     width: 44px;
     height: 44px;
     line-height: 44px;
     font-size: 18px;
     color: rgba(255, 255, 255, 0.80);
     border: 1px solid rgba(255, 255, 255, 0.10);
     border-radius: 50%;
     text-align: center;
 }

 .main-footer .logo-widget .social-links li a:hover {
     color: #fff;
 }

 .main-footer .widget-title {
     position: relative;
     display: block;
     margin-bottom: 15px;
 }

 .main-footer .widget-title h3 {
     font-size: 24px;
     line-height: 32px;
     color: #fff;
 }

 .main-footer .links-widget .links-list li {
     position: relative;
     display: block;
     font-size: 16px;
     line-height: 48px;
 }

 .main-footer .links-widget .links-list li a {
     position: relative;
     display: inline-block;
     color: #F4F4F4;
     display: inline-flex;
     align-items: center;
     line-height: 1;
 }

 .main-footer .links-widget .links-list.menu-footer-links li a {
     font-weight: 200;
 }

 .main-footer .links-widget .links-list li a:hover {}

 .main-footer .subscribe-widget {
     position: relative;
     margin-left: -60px;
 }

 .main-footer .subscribe-widget p {
     color: rgba(255, 255, 255, 0.80);
     margin-bottom: 35px;
 }

 .main-footer .subscribe-widget .form-inner .form-group {
     position: relative;
     margin-bottom: 0px;
 }

 .main-footer .subscribe-widget .form-inner .form-group input[type='email'] {
     position: relative;
     display: block;
     width: 100%;
     height: 60px;
     background: rgba(255, 255, 255, 0.03);
     border: 1px solid rgba(255, 255, 255, 0.15);
     border-radius: 40px;
     font-size: 16px;
     color: #9F9D9D;
     padding: 10px 160px 10px 17px;
     transition: all 500ms ease;
 }

 .main-footer .subscribe-widget .form-inner .form-group input:focus {}

 .main-footer .subscribe-widget .form-inner .form-group button[type='submit'] {
     position: absolute;
     top: 5px;
     right: 5px;
     padding: 10px 30px;
 }

 .main-footer .subscribe-widget .form-inner .form-group button[type='submit']:before {
     background: #fff;
 }



 .footer-bottom {
     position: relative;
     width: 100%;
     background: #0A1F1A;
 }

 .footer-bottom p {
     color: #fff;
 }

 .footer-bottom p a:hover {
     text-decoration: underline;
 }

 .main-footer .contact-widget .contact-info li {
     position: relative;
     display: block;
     font-size: 16px;
     line-height: 40px;
     color: #A9A7B0;
     padding-left: 26px;
 }

 .main-footer .contact-widget .contact-info li a {
     display: inline-block;
     color: #A9A7B0;
 }

 .main-footer .contact-widget .contact-info li a:hover {}

 .main-footer .contact-widget .contact-info li i {
     position: absolute;
     left: 0px;
     top: 10px;
     font-size: 20px;
 }

 .main-footer .contact-widget .contact-info li:nth-child(2) i {
     font-size: 14px;
     top: 15px;
 }



 .white-bg {
     background: #fff !important;
 }

 .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);
 }

 .default-form label {
     font-weight: 500;
     color: #000;
 }

 .default-form input[type='text'],
 .default-form input[type='email'],
 .default-form input[type='tel'],
 .default-form input[type='password'],
 .default-form textarea {
     position: relative;
     width: 100%;
     height: 50px;
     background: #fff;
     font-size: 15px;
     color: #6E6E6E;
     padding: 15px 20px;
     border-radius: 0px;
     background: transparent;
     border: 1px solid #D5D5D5;
     transition: all 500ms ease;
     border-radius: 5px;
 }

 .default-form input:focus,
 .default-form textarea:focus {}

 .shop-details .product-discription .comment-form textarea {
     height: 170px;
     resize: none;
 }


 .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-down {
     position: absolute;
     background: transparent;
     padding: 0px 0px;
     left: -19px;
     top: 12px;
     border-radius: 0px;
     border: none !important;
     z-index: 1;
 }

 .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-up {
     position: absolute;
     background: transparent;
     padding: 0px 0px;
     right: -23px;
     top: 11px;
     border: none !important;
     margin-top: 0px;
     border-radius: 0px;
     z-index: 1;
 }

 .bootstrap-touchspin .glyphicon-chevron-up:before {
     content: "+";
     font-size: 24px;
     font-style: normal;
     color: #6A6A6A;
     font-weight: 400;
     transition: all 500ms ease;
 }

 .bootstrap-touchspin .glyphicon-chevron-down:before {
     content: "-";
     font-size: 24px;
     font-style: normal;
     color: #6A6A6A;
     font-weight: 400;
     transition: all 500ms ease;
 }

 .bootstrap-touchspin .glyphicon-chevron-up:hover:before,
 .bootstrap-touchspin .glyphicon-chevron-down:hover:before {
     color: #101010;
 }

 .bootstrap-touchspin .input-group-btn-vertical {
     position: absolute;
     width: 100%;
 }

 .bootstrap-touchspin .input-group-btn-vertical i {
     top: 0px;
     left: 7px;
     font-size: inherit !important;
 }

 .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
     margin-top: 0px;
 }

 @-moz-keyframes scroll-left {
     0% {
         -moz-transform: translateX(0%);
     }

     100% {
         -moz-transform: translateX(-100%);
     }
 }

 @-webkit-keyframes scroll-left {
     0% {
         -webkit-transform: translateX(0%);
     }

     100% {
         -webkit-transform: translateX(-100%);
     }
 }


 /** text-overlay-animation **/

 .overlay-anim-black-bg,
 .overlay-anim-red-bg,
 .overlay-anim-white-bg {
     display: inline-block;
     overflow: hidden;
 }

 .overlay-anim-black-bg:after,
 .overlay-anim-red-bg:after,
 .overlay-anim-white-bg:after {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     -webkit-transition: 1s cubic-bezier(.858, .01, .068, .99);
     -o-transition: 1s cubic-bezier(.858, .01, .068, .99);
     transition: 1s cubic-bezier(.858, .01, .068, .99);
     z-index: 1;
     -webkit-transform: translateX(0);
     -ms-transform: translateX(0);
     transform: translateX(0);
 }

 .overlay-anim-black-bg:after {
     background: #020202;
 }

 .overlay-anim-white-bg:after {
     background: #fff;
 }

 .overlay-anim-black-bg.overlay-animation:after,
 .overlay-anim-red-bg.overlay-animation:after,
 .overlay-anim-white-bg.overlay-animation:after {
     -webkit-transform: translateX(110%);
     -ms-transform: translateX(110%);
     transform: translateX(110%);
 }

 .dots-style-one .owl-dots .owl-dot span {
     position: relative;
     display: inline-block;
     width: 7px;
     height: 7px;
     border-radius: 50%;
     cursor: pointer;
     margin: 0px 7.5px;
     opacity: 0.2;
     transition: all 500ms ease;
 }

 .dots-style-one .owl-dots .owl-dot.active span,
 .dots-style-one .owl-dots .owl-dot span:hover {
     opacity: 1;
     transform: scale(1.8);
 }


 .theme-btn.btn-one {
     background: var(--theme-color);
 }

 .main-header .menu-right-content .search-toggler:hover {
     color: var(--theme-color);
 }

 .main-menu .navigation>li.current>a,
 .main-menu .navigation>li:hover>a {
     color: var(--theme-color);
 }

 .sub-title {
     color: var(--theme-color);
 }

 .banner-section .content-box h2 span {
     color: var(--theme-color);
 }

 .banner-section .content-box .form-inner .form-group input:focus {
     border-color: var(--theme-color) !important;
 }

 .working-block-one .inner-box .lower-content h3 a:hover {
     color: var(--theme-color);
 }

 .working-block-one .inner-box .btn-box a {
     color: var(--theme-color);
     border-color: var(--theme-color);
 }

 .working-block-one .inner-box .image-box button {
     background: var(--theme-color);
 }

 .sortable-masonry .filter-tabs li:before {
     background: var(--theme-color);
 }

 .accordion .acc-btn.active .icon-box {
     border-color: var(--theme-color);
     background: var(--theme-color);
 }

 .dots-style-one .owl-dots .owl-dot span {
     background: var(--theme-color) !important;
 }

 .news-block-one .inner-box .lower-content .category {
     color: var(--theme-color);
 }

 .news-block-one .inner-box .lower-content h3 a:hover {
     color: var(--theme-color);
 }



 .news-block-one .inner-box .lower-content .post-info li i {
     color: var(--theme-color);
 }

 .news-block-one .inner-box .lower-content .post-info li a:hover {
     color: var(--theme-color);
 }

 .main-footer .logo-widget .social-links li a:hover {
     background: var(--theme-color);
     border-color: var(--theme-color);
 }

 .main-footer .links-widget .links-list li a:hover {
     color: var(--theme-color);
 }

 .main-footer .subscribe-widget .form-inner .form-group input:focus {
     border-color: var(--theme-color) !important;
 }

 .main-footer .subscribe-widget .form-inner .form-group button[type='submit']:hover {
     color: var(--theme-color);
 }

 .footer-bottom p a {
     color: var(--theme-color);
 }

 .dark-home {
     background-color: #020202;
 }

 .dark-color-2 {
     background-color: #03081C;
 }



 /** header-style-two **/

 .header-style-two {
     position: absolute;
     left: 0px;
     top: 30px;
     width: 100%;
 }

 .header-style-two .header-lower {
     position: relative;
     max-width: 1390px;
     width: 100%;
     margin: 0 auto;
     background: #fff;
     border-radius: 70px;
 }

 .header-style-two .main-menu .navigation>li>a {
     padding: 25px 0px;
 }

 .header-style-two .logo-box {
     padding: 20px 0px;
 }

 .dark-home .sec-title h2 {
     color: #fff;
 }

 .dark-home .list-style-one li {
     color: #fff;
 }

 .dark-home .list-style-one li:before {
     color: #fff;
     border-color: #fff;
 }

 .slide-text {
     position: relative;
     display: block;
 }

 .slide-text h2 {
     font-size: 200px;
     line-height: 140px;
     font-family: var(--title-font);
     font-weight: 600;
     text-transform: capitalize;
     width: max-content;
     color: transparent;
     -webkit-text-stroke-width: 1px;
     -webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
     animation: move 45s linear infinite
 }

 @keyframes move {
     to {
         transform: translateX(-100%);
     }
 }

 .slide-text h2 span {
     position: relative;
     margin-right: 140px;
 }

 .slide-text h2 span:before {
     position: absolute;
     content: '';
     border: 1px solid rgba(255, 255, 255, 0.10);
     width: 20px;
     height: 20px;
     border-radius: 50%;
     right: -100px;
     top: 130px;
 }

 .dark-home .main-footer {
     background: transparent;
 }

 .header-style-three {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
 }

 .list-style-two li {
     position: relative;
     display: block;
     font-size: 18px;
     line-height: 24px;
     font-weight: 500;
     color: var(--title-color);
     padding-left: 17px;
     margin-bottom: 20px;
 }

 .list-style-two li:last-child {
     margin-bottom: 0px;
 }

 .list-style-two li:before {
     position: absolute;
     content: '';
     background: #111111;
     width: 5px;
     height: 5px;
     left: 0px;
     top: 9px;
     border-radius: 50%;
 }

 .header-style-five {
     box-shadow: 0px 10px 30px 0px #00000008;
 }

 .main-menu .navigation>li>ul>li>a:hover {
     color: var(--theme-color);
 }

 .main-menu .navigation>li>ul>li>ul>li>a:hover {
     color: var(--theme-color);
 }

 .pt_0 {
     padding-top: 0px !important;
 }


 /** header-style-six **/

 .header-style-six {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
 }

 .header-style-seven {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
 }

 .header-style-seven .header-lower .main-menu .navigation>li>a {
     color: #fff;
 }

 .header-style-seven .menu-right-content .search-toggler {
     color: #fff;
 }

 .header-style-seven .menu-right-content .theme-btn {
     background: #0F2840;
 }

 .header-style-seven .menu-right-content .theme-btn:hover {
     background: var(--theme-color);
 }

 .header-style-seven .menu-right-content .theme-btn:before {
     background: var(--theme-color);
 }

 .faq-style-three .pattern-layer-2 {
     position: absolute;
     left: 0px;
     top: -500px;
     width: 100%;
     height: 1089px;
     background-repeat: no-repeat;
 }

 .default-pattern .pattern-1 {
     position: absolute;
     left: 0px;
     top: -500px;
     width: 1029px;
     height: 1407px;
     background-repeat: no-repeat;
 }

 .default-pattern .pattern-2 {
     position: absolute;
     right: 0px;
     top: -500px;
     width: 864px;
     height: 1424px;
     background-repeat: no-repeat;
 }

 .default-pattern .pattern-3 {
     position: absolute;
     right: 0px;
     bottom: -200px;
     width: 1424px;
     height: 1424px;
     background-repeat: no-repeat;
 }

 .error-page .header-style-seven .header-lower .menu-right-content .theme-btn {
     background: #fff;
     color: var(--theme-color);
 }

 .error-page .header-style-seven .header-lower .menu-right-content .theme-btn:hover {
     background: var(--secondary-color);
     color: #fff;
 }

 .error-page .header-style-seven .header-lower .menu-right-content .theme-btn:before {
     background: var(--secondary-color);
 }

 .error-page .header-style-seven .header-lower .menu-right-content .search-toggler {
     color: #fff;
 }

 .sidebar-page-container .default-pattern .pattern-1,
 .sidebar-page-container .default-pattern .pattern-2 {
     top: -200px;
 }


 .google-map-section {
     position: relative;
 }

 .google-map-section iframe {
     position: relative;
     width: 100%;
     height: 530px;
     border-radius: 20px;
     background: #fff;
     padding: 10px;
     box-shadow: 0px 10px 50px 0px #0000001A;
 }

 .navigation li a.active {
     font-weight: bold;
     color: rgba(0, 153, 98, 1);
 }

 .rounded-25 {
     border-radius: 25px;
 }

 .bg-clock-one {
     background: #0C2721;
     padding: 25px 17px 12px;
     border-radius: 25px;
     height: 100%;
     position: relative;
     z-index: 3;
 }


 .bg-clock-one.opacity-style {
     background: rgba(41, 68, 62, 0.5);
 }

     {}

 .bg-clock-one.no-style {
     background: #fff;
     padding: 0;
     border-radius: 0;
     height: 100%;
     position: relative;
     z-index: 3;
 }

 .bg-clock-one .image-sqare {
     width: 63px;
     height: 63px;
     display: flex;
     align-items: center;
     justify-content: center;
     background: #ECFFEE;
     border-radius: 10px;
     box-shadow: 4px 4px 4px 0px #00000033;

 }

 .overlay-border {
     background-image: linear-gradient(to bottom, #01BE7A 0%, #0A1F1A 100%);
     top: -2px;
     left: -2px;
     right: -2px;
     bottom: -2px;
     position: absolute;
     border-radius: 25px;
 }

 .bg-clock-one:not(.no-style) .inner-box {
     height: 100%;
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     justify-content: space-between;
     text-align: left;
 }

 .bg-clock-one:not(.no-style) .inner-box img {
     margin-bottom: 20px;
 }



 .bg-clock-one h3 {
     color: #ECFFEE;
     margin-bottom: 16px;
     display: inline-block;
     font-size: 25px
 }

 .bg-clock-one h3 a {
     color: inherit;
     margin-bottom: 0;
     display: inherit;
     font-size: inherit;
 }

 .bg-clock-one.small-title h3 {
     color: #ECFFEE;
     margin-bottom: 16px;
     display: inline-block;
     font-weight: 700;
     font-size: 20px;
     line-height: 25.2px;
 }

 .course_why.bg-clock-one.small-title h3 {
     color: var(--theme-color) !important;
 }

 .bg-clock-one.small-title h3 a {
     color: inherit;
     margin-bottom: inherit;
     display: inherit;
     font-weight: inherit;
     font-size: inherit;
     line-height: inherit;
 }


 .bg-clock-one.opacity-style h3 a {
     font-weight: 700;
     font-size: 25px;
     line-height: 31.5px;
     letter-spacing: 0%;

 }

 span.dot-style {
     width: 10px;
     height: 10px;
     max-width: 10px;
     max-height: 10px;
     min-width: 10px;
     min-height: 10px;
     display: inline-block;
     background: var(--theme-color);
     border-radius: 50%;
 }

 p.mid-text,
 span.mid-text {
     font-weight: 300;
     font-size: 20px;
     line-height: 25px;
     letter-spacing: 0%;
     text-align: left;
 }

 .fw-medium {
     font-weight: 500 !important;
 }

 p.mid-text.color-gray,
 span.mid-text.color-gray {
     color: #3E3E3E;
 }

 p.text-18,
 span.text-18 {
     font-weight: 400;
     font-size: 18px;
     line-height: 25px;
 }

 p.midlarge-text,
 span.midlarge-text {
     font-weight: 400;
     font-size: 25px;
     line-height: 31.5px;

 }

 p.small-text {
     font-weight: 400;
     font-size: 12px;
     line-height: 15.12px;
     letter-spacing: 0%;
 }
 p.small-text-1 {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0%;
}

 .bg-clock-one p {
     color: #F4F4F4;
     opacity: 0.5;
 }

 ::selection {
     color: white;
     background-color: var(--theme-color);
 }

 .bg-clock-one.no-style h3 {
     color: #0A1F1A;
     font-weight: 700;
     font-size: 25px;
 }

 .bg-clock-one.no-style h3 a {
     color: inherit;
     font-weight: inherit;
     font-size: inherit;
 }

 .bg-clock-one.no-style p {
     color: var(--text-color);
 }

 .bg-clock-one.styled-two {
     padding: 0;
 }

 .bg-clock-one.styled-two .inner-box {
     padding: 46px 25px;
     display: flex;
     flex-direction: row;
     align-items: center;
     gap: 30px;
 }

 .bg-clock-one.styled-two .inner-box h3 {
     font-weight: 700;
     font-size: 20px;
     line-height: 25.2px;
     letter-spacing: 0%;
 }

 .bg-clock-one.styled-two .inner-box h3 a {
     font-weight: inherit;
     font-size: inherit;
     line-height: inherit;
     letter-spacing: inherit;
 }

 .large-text p {
     font-weight: 400;
     font-size: 30px;
     line-height: 35px;
     color: #0A1F1A;
 }

 .bg-clock-one.light-style {
     background: #F4F4F4;
 }

 .bg-clock-one.light-style h3 a,
 .bg-clock-one.light-style h3 {
     color: #0A1F1A;
 }

 .bg-clock-one.light-style p {
     color: #0A1F1A;
     opacity: 1;
 }

 .bg-clock-one.bg-light-green p {
     color: #0A1F1A;

 }

 .bg-clock-one.smaller h3 {
     color: #fff;
     line-height: 1.3;
     font-size: 20px;
 }

 .bg-clock-one.smaller p {
     font-size: 15px;
     line-height: 1.3;
 }

 p.mid-text {
     font-weight: 400;
     font-size: 20px;
     line-height: 25.2px;
     letter-spacing: 0%;
     text-align: center;
     color: #0A1F1A;
 }

 .ct-image-box {}

 .button-group {
     gap: 20px;
 }

 @media (max-width: 1024px) {
     .theme-btn {
         font-size: 14px;
         line-height: 25px;
         font-weight: 500;
         padding: 7px 17px;
     }
 }


 @media (min-width: 1300px) {
     .container {
         max-width: 1280px;
         padding: 0px 15px;
     }
 }

 .listing-list {
     padding-left: 26px;
 }

 .listing-list li {
     font-family: Sora;
     font-weight: 300;
     font-size: 23px;
     line-height: 25px;
     letter-spacing: 0%;
     list-style-type: square;
 }

 p.mid-text.text-color-theme {
     color: #2f2f2f;
 }

 .footer-text {
     font-weight: 600;
     font-size: 20px;
     line-height: 25.2px;
     letter-spacing: 0%;
 }


 ul.social-links {
     display: flex;
     gap: 32px;
 }

 ul.social-links li a {
     color: #fff;
     font-size: 18px;
 }

 ul.social-links.small-gap {
     gap: 10px;
 }

 .nice-select .list {
     z-index: 9999;
 }

 ul.social-links.small-gap li a {
     font-size: 22px;
 }

 .text-mid-white {
     color: #F4F4F4;
     font-family: Sora;
     font-weight: 600;
     font-size: 15px;
     line-height: 18.9px;
     letter-spacing: 0%;

 }

 i.me-3.text-color-theme {
     color: var(--theme-color);
     font-size: 30px;
 }

 .square-list-dots {
     position: relative;
     display: flex;
     align-items: flex-start;
     gap: 20px;
 }

 .square-list-dots::before {
     content: '';
     width: 17px;
     min-width: 17px;
     min-height: 17px;
     height: 17px;
     background: var(--theme-color);
     display: inline-block;
     margin-top: 6px;
 }

 .square-list-dots.no-dot::before {
     display: none;
 }

 .square-list-dots h6 {
     font-weight: 700;
     font-size: 25px;
     line-height: 31.5px;
     letter-spacing: 0%;
 }

 .square-list-dots p {
     font-weight: 300;
     font-size: 20px;
     line-height: 25.2px;
     letter-spacing: 0%;
 }

 .gap-20 {
     gap: 16px;
 }

 @media (max-width: 991px) {

     .why-sec,
     .why-sec2,
     .extra-card-cta-section {
         padding: 80px 0px;
     }

     .extra-card-cta-section-2 {
         padding-bottom: 80px;
     }

     .about-section {
         padding-bottom: 80px;
     }

     .rounded-right-50 {
         border-radius: 50px;
     }

     body .container-card-area {
         padding: 20px;
     }
 }

 @media (max-width: 767px) {

     .why-sec,
     .why-sec2,
     .extra-card-cta-section {
         padding: 60px 0px;
     }

     .extra-card-cta-section-2 {
         padding-bottom: 60px;
     }

     body .banner-section.second-banner {
         padding-bottom: 60px;
     }

     .about-section {
         padding-bottom: 60px;
     }

     p.midlarge-text,
     span.midlarge-text {
         font-size: 18px;
         line-height: 1.3;
     }

     p.mid-text {
         font-size: 16px;
         line-height: 1.3;
     }
 }

 .inner-page-card {
     background-image: url(../images/banner/inner-bg.png);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     padding: 190px 0px;
     border-radius: 25px;
     position: relative;
     z-index: 3;
     overflow: hidden;
 }

 .inner-page-card .overlay {
     background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 120.21%);
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }

 .inner-page-card .content-part {
     z-index: 3;
 }

 .inner-page-card h1 {
     color: #fff;
     font-weight: 700;
     font-size: 40px;
     line-height: 50px;
     letter-spacing: 0%;
     text-align: center;
 }

 .inner-page-card p {
     color: #fff;
     font-weight: 400;
     font-size: 30px;
     line-height: 37.8px;
     letter-spacing: 0%;
     text-align: center;
 }

 .text-dark-theme {
     color: #0A1F1A !important;
 }

 .study-section {
     background: #F4F4F4;
 }



 .number-card {
     padding: 34px;
     border-radius: 25px;

 }

 .bg-theme-color {
     background: #009962;
 }

 .count-text-size {
     font-weight: 700;
     font-size: 70px;
     line-height: 88.2px;
 }

 .number-card h4 {
     font-weight: 700;
     font-size: 20px;
     line-height: 25.2px;

 }

 .gradient-bradcrumb {
     background: radial-gradient(50.24% 80.91% at 3.03% 110.77%, #009962 0%, #0A1F1A 100%);
 }

 .search-group input {
     background: #fff;
     border: 1px solid #E4E4E4;
     height: 58px;
     font-size: 20px;
     color: #000;
     border-radius: 30px;
     padding-left: 30px;
     padding-right: 40px;
 }

 .search-group input:focus {
     outline: none;
     box-shadow: none;

 }

 .search-group i {
     position: absolute;
     top: 50%;
     right: 20px;
     transform: translateY(-50%);
     color: #c0c0c0;
 }

 .text-theme-color {
     color: var(--theme-color) !important;
 }



 .bg-grad-green-hover {
     border: 1px solid #D9D9D9;
     background: #F4F4F4;

 }

 .bg-grad-green-hover:hover ul {
     color: #fff;
 }

 .bg-gray-hover {
     border: 1px solid #D9D9D9;
     background: #F4F4F4;

 }

 .bg-grad-green-hover:hover {
     background: radial-gradient(57.24% 99.91% at 3.03% 110.77%, #009962 0%, #0A1F1A 100%);
 }

 .news-block-one.bg-grad-green-hover .inner-box .lower-content h3 a,
 .news-block-one.bg-grad-green-hover .inner-box .lower-content h3 {
     font-weight: 700;
     font-size: 20px;
     line-height: 25.2px;
     color: #0A1F1A;
 }

 .news-block-one.bg-grad-green-hover .inner-box .lower-content p.blog-text-size {
     font-weight: 400;
     font-size: 15px;
     line-height: 18.9px;
     color: #2F2F2F;
 }

 .news-block-one.bg-grad-green-hover:hover .inner-box .lower-content h3 a,
 .news-block-one.bg-grad-green-hover:hover .inner-box .lower-content h3,
 .news-block-one.bg-grad-green-hover:hover .inner-box .lower-content p.blog-text-size {
     color: #fff;
 }

 .news-block-one.bg-grad-green-hover .inner-box .lower-content {
     padding-top: 15px;
     padding-bottom: 12px;
     padding-left: 11px;
     padding-right: 11px;
 }

 .category-list {
     padding: 0;
     margin: 0;
     list-style-type: none;
     display: flex;
     flex-direction: column;
     gap: 10px;
 }

 .category-list li {
     display: block;
 }

 .category-list li a {
     padding: 10px 20px;
     display: inline-block;
     color: #000000;
     border-radius: 40px;
 }

 .category-list li a:hover,
 .category-list li a.active {
     background-color: var(--theme-color);
     color: #fff;

 }

 @media (min-width:778px) {
     .border-md-right {
         border-right: 1px solid #CBCACA
     }

     .theme-btn,
     .theme-btn.btn-four,
     .theme-btn.btn-two,
     .theme-btn.btn-three {
         padding: 12.5px 50px;
     }

     .loader-wrap img {
         width: 500px;
     }
 }

 .bg-dark-style {
     background: #0A1F1A;
 }

 .bg-light-grayf4 {
     background: #F4F4F4 !important;
 }

 .filters-list {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding-bottom: 60px;
     border-bottom: 1px solid #939191;
 }

 .filter-category-list {
     display: flex;
     gap: 18px;
 }

 .filter-category-list li a {
     background: #F4F4F4;
     padding: 10px 14px;
     border-radius: 40px;
     display: inline-block;
     font-weight: 400;
     font-size: 20px;
     line-height: 25.2px;
     color: #0A1F1A;
 }

 .filter-category-list li:hover a {
     background: #c9c9c9;
 }

 .filter-category-list li.active a {
     background: #009962;
     color: #fff;
 }

 .ctm-dropdown {
     font-weight: 400;
     font-size: 20px;
     line-height: 25.2px;
 }

 .job-card {
     padding-top: 35px;
     padding-bottom: 35px;
     border-bottom: 1px solid #939191
 }

 .job-card-inner {
     display: flex;
     justify-content: space-between;
     align-items: flex-start;

 }

 .job-card-header {
     flex: 1;
     padding-right: 150px;
 }

 .job-card-header h4 {
     margin-bottom: 16px;
     color: var(--theme-color);
     font-weight: 700;
     font-size: 35px;
     line-height: 1.2;

 }

 .job-card-header p {
     font-weight: 400;
     font-size: 25px;
     line-height: 1.3;
 }


 @media (max-width : 1200px) {
     .filter-category-list {
         flex-wrap: wrap;
     }

     .filter-category-list li a {
         font-size: 16px;
         line-height: 1;
         padding: 6px 10px;
     }

     .ctm-dropdown {
         font-weight: 400;
         font-size: 16px;
         line-height: 1;
     }

     .filter-category-list {
         gap: 14px;
     }

     .job-card-header {
         padding-right: 70px;
     }
 }

 @media (max-width : 991px) {
     .job-card-header {
         padding-right: 30px;
     }

     .job-card-inner {
         display: flex;
         justify-content: flex-start;
         align-items: flex-start;
         flex-direction: column;
         gap: 20px;
     }

     .job-card-header h4 {
         color: var(--theme-color);
         font-size: 28px;
     }

     .job-card-header p {
         font-size: 18px;
     }
 }


 .owl-item .item {
     transform: translate3d(0, 0, 0);
     /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
     /* transform: scale(0.9); */
     /* transition: all .25s ease-in-out;  */
     margin: 50px 0;
     /* OVERWRITE PLUGIN MARGIN */
 }

 .screenshot_slider .owl-item .item .event-card-slide {
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     -webkit-transform: scale(0.80);
     -ms-transform: scale(0.80);
     transform: scale(0.80);
 }

 .screenshot_slider .owl-item.center .item .event-card-slide {
     -webkit-transform: scale(1.15);
     -ms-transform: scale(1.15);
     transform: scale(1.15);
 }

 .screenshot_slider .owl-item .item {
     transform: translate3d(0, 0, 0);
     /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
     /* margin: 50px 0; */
     /* OVERWRITE PLUGIN MARGIN */
 }


 .event-card-slide {
     padding: 14px;
     border-radius: 20px;
 }

 .event-card-slide h4 {
     font-weight: 600;
     font-size: 20px;
     line-height: 25.2px;
 }

 .event-card-slide .link-section-list {
     gap: 16px;
 }

 .event-card-slide .theme-btn {
     line-height: 1;
 }

 .event-card-slide .link-section-list li a {
     font-weight: 400;
     font-size: 15px;
     line-height: 18.9px;
     color: #0A1F1A;
 }

 .zoom-slider-section2 .event-card-slide .link-section-list li a {
     color: #f4f4f4;
     font-size: 20px;
 }

 .text-line-mid {
     line-height: 20px;
 }

 .zoom-slider-section {
     background: radial-gradient(57.24% 99.91% at 3.03% 110.77%, #009962 0%, #0A1F1A 100%);
 }

 .zoom-slider-section2 {
     background: #ECFFEE;
 }

 .event-card-slide.dark {
     background: #0A1F1A;
 }

 .event-card-slide.dark h4 {
     font-weight: 600;
     font-size: 25px;
     line-height: 31.5px;
 }

 .screenshot_slider button.owl-prev,
 .screenshot_slider button.owl-next,
 .one-half-slider button.owl-prev,
 .one-half-slider button.owl-next {
     position: static;
     transform: none;
     width: 35px;
     height: 35px;
     background: #009962;
     color: #fff;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .screenshot_slider .owl-nav,
 .one-half-slider .owl-nav {
     display: flex;
     gap: 20px;
     justify-content: center;
 }

 .one-half-slider .owl-nav {
     margin-top: 20px;
 }

 .screenshot_slider button.owl-prev svg,
 .screenshot_slider button.owl-next svg,
 .one-half-slider button.owl-prev svg,
 .one-half-slider button.owl-next svg {
     fill: #fff;
 }

 /* .screenshot_slider .owl-item.center .link-section-list li a {
     font-size: 12px;
 } */

 .screenshot_slider .owl-item.center .event-card-slide {
     margin-bottom: 40px;
 }

 .screenshot_slider .owl-item.center .event-card-slide h4 {
     color: var(--theme-color);
 }

 .screenshot_slider .owl-item.center .link-section-list {
     margin: 15px 0;
 }

 .screenshot_slider .owl-nav.disabled * {
     pointer-events: none;
 }

 .event-card-slide.dark {
     padding-left: 20px;
     padding-top: 0;
     padding-right: 0;
     padding-bottom: 0;
 }

 .event-card-slide.dark h4 {
     font-weight: 600;
     font-size: 25px;
     line-height: 31.5px;
 }

 .zoom-slider-section2 .event-card-slide p.linklisting {
     font-weight: 400;
     font-size: 25px;
     line-height: 30px;
 }

 .zoom-slider-section2 .event-card-slide .link-section-list {
     gap: 20px;
     margin: 50px 0;
 }

 @media (max-width: 991px) {
     .event-card-slide.dark {
         padding: 0;

     }

     .zoom-slider-section2 .event-card-slide .link-section-list {
         margin: 25px 0;
     }

     .dark-content-part {
         padding: 30px;
     }

     .owl-item .item {
         margin: 0;
     }
 }

 @media (max-width: 767px) {
     .screenshot_slider .owl-item.center .item .event-card-slide {
         -webkit-transform: scale(1);
         -ms-transform: scale(1);
         transform: scale(1);
     }

     .screenshot_slider .owl-item .item {
         margin: 0;
     }
 }

 .video-wrapper {
     position: relative;
     width: 100%;
     padding-top: 56.25%;
     /* 16:9 Aspect Ratio */
 }

 .font-size-35 {
     font-size: 35px;
     line-height: normal;
     padding-top: 5px;
     padding-bottom: 5px;
 }

 .video-wrapper iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border-radius: 25px;
 }

 .text-14 {
     font-weight: 400;
     font-size: 14px;
     line-height: 18px;
 }

 .image-cover {
     object-fit: cover;
     object-position: center;
 }


 .bg-ebebeb {
     background: #EBEBEB !important;
 }

 .bg-fff {
     background: #ffffff !important;
 }

 ul#pills-tab {
     background: #F4F4F4;
     display: inline-flex;
     border-radius: 30px;
     border: 1px solid #E4E4E4
 }

 ul#pills-tab li button {
     font-weight: 400;
     font-size: 20px;
     line-height: 1;
     padding: 16px 22px;
     border-radius: 30px;
     color: #090909;
 }



 ul#pills-tab li button.active {
     background: var(--theme-color);
     color: #fff;
 }

 @media (min-width: 1024px) {

     .lg-horizontal .image-box,
     .lg-horizontal .lower-content {
         width: 50%;
     }
 }

 .flex-1 {
     flex: 1;
 }

 .image-left-top-reverse {
     margin-top: -70px;
 }

 .gradient-box-align {
     margin-left: -130px;
     padding-left: 138px;
 }

 .gradient-content-bg {
     background: radial-gradient(57.24% 99.91% at 3.03% 110.77%, #009962 0%, #0A1F1A 100%);
     padding: 40px 22px;
     border-radius: 25px;
     margin-left: -130px;
     padding-left: 138px;
 }

 .read-bio {
     font-weight: 700;
     font-size: 15px;
     line-height: 18.9px;
     background: radial-gradient(75.51% 121.04% at 15% 140.32%, #009962 0%, #0A1F1A 100%);
     padding: 8px 25px;
     color: #fff;
     border-radius: 40px;
     margin-top: 20px;
 }

 .team-simple-card {
     text-align: center;
 }

 .team-simple-card img {
     border-radius: 25px;
     margin-bottom: 16px;
 }

 .team-simple-card h3 {
     font-weight: 700;
     font-size: 20px;
     line-height: 25.2px;
     text-align: center;
     color: var(--theme-color);
     margin-bottom: 6px;
 }

 .team-simple-card p {
     font-weight: 400;
     font-size: 12px;
     line-height: 15.12px;
     text-align: center;
     color: #1E1E1E;
 }

 .simple-bg-section {
     background-image: url(../../assets/images/banner/advisory-bg.png);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
 }

 .text-17 {
     font-size: 17px;
     line-height: 1.2;
 }

 .bg-gradient-extra {
     background: radial-gradient(57.24% 99.91% at 3.03% 110.77%, #009962 0%, #0A1F1A 100%) !important;
 }

 .bg-gradient-extra-mirror {
     background: radial-gradient(57.24% 99.91% at 96.97% 110.77%, #009962 0%, #0A1F1A 100%) !important;
 }



 .divider {
     width: 100%;
     border-top: 1px solid #7A7A7A;
     margin: 25px 0;
 }

 ul.listing-list.colored li::marker {
     color: var(--theme-color);
 }

 .job-info-card {
     background: #F4F4F4;
     padding: 40px;
     border-radius: 25px;
 }

 .job-info-card h4 {
     font-weight: 700;
     font-size: 30px;
     line-height: 1.2;
     color: #009962;
     margin-bottom: 16px;
 }

 .job-info-card ul {
     padding-left: 20px;
     background: transparent;
 }

 .job-info-card ul li {
     list-style-type: square;
     font-weight: 400;
     font-size: 20px;
     line-height: 20px;
     color: #0A1F1A;
 }

 .job-info-card ul li:not(:last-child) {
     margin-bottom: 12px;

 }

 .modal-content {
     border-radius: 25px;
 }

 .model-content-part {
     padding: 54px 35px;
 }

 .model-content-part h3 {
     font-weight: 700;
     font-size: 40px;
     line-height: 100%;
     margin-bottom: 8px;
 }

 .model-content-part h5 {
     color: #505050;
     font-weight: 600;
     font-size: 25px;
     line-height: 100%;
 }

 @media (max-width: 767px) {
     .model-content-part h3 {
         font-size: 30px;
         margin-bottom: 10px;
     }

     .model-content-part h5 {
         color: #505050;
         font-size: 20px;
     }

     .model-content-part p.mid-text {
         font-size: 16px;
     }

     .bg-clock-one.styled-two .inner-box {
         padding: 25px;
         justify-content: flex-start;
     }

     .program-bradcrumb {
         padding: 58px 0px;
     }

     .job-info-card {
         padding: 20px;
     }
 }

 .accordion-item,
 .accordion-item:first-of-type {
     border: none;
     background: white;
     border-radius: 10px;
     margin-bottom: 10px;
     overflow: hidden;
     /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
     margin-bottom: 20px;
 }

 .accordion-button {
     background-color: white;
     color: #212529;
     padding: 26px;
     font-size: 25px;
     transition: background-color 0.3sease-in-out;
     font-weight: 500;
 }

 .accordion-button:not(.collapsed) {
     background-color: #e8f8e8;
     color: #212529;
     box-shadow: none !important;
 }

 .accordion-button.collapsed {
     background-color: #f4f4f4;
     box-shadow: none !important;
 }


 .accordion-button:focus {
     box-shadow: none;
 }

 .accordion-body {
     padding: 0 26px 15px;
     font-size: 0.95rem;
     color: #555;
     background: #e8f8e8;
 }

 /* fonts and adjustments */

 .lower-content h4 {
     font-size: 18px;
     line-height: 1.5;
 }

 .accordion-body p {
     font-size: 24px;
     line-height: 1.5;
 }



 /* Course Page CSS */
 ul.mid-list {
     font-weight: 400;
     font-size: 20px;
     line-height: 25.2px;
     list-style-type: square;
 }

 ul.mid-list-ttt {
     font-weight: 400;
     font-size: 15px;
     line-height: 25.2px;
     list-style-type: square;
 }


 .manufaturing-margin {
     margin-top: -40px;
     position: relative;
 }

 .copyright p {
     font-size: 12px;
 }

 .privacy-pages a {
     color: #F4F4F4;
     font-size: 12px;
     font-weight: 400;
 }

 .privacy-pages a:hover {
     color: #269962;
 }


 .card.login-card {
     border: none;
     border-radius: 25px;
     background: #ECFFEE;
     padding: 0px;
 }

 .login-card .form-control {
     background-color: #DFF5E2 !important;
     border-radius: 10px;
     padding: 0.875rem 0.75rem;
 }

 .login-card .form-control::placeholder {
     color: #2F2F2F;
 }

 .login-card .theme-btn.btn-one {
     border-radius: 10px;
 }

 .error-sec {
     min-height: 100vh;
     display: flex;
     align-items: center;
     justify-content: center;
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
 }

 .error-title {
     font-weight: 400;
     font-size: 50px;
     line-height: 100%;
     color: #FFFFFF;

 }

 .title-404 {
     font-weight: 600;
     font-size: 350px;
     line-height: 100%;
     color: #009962;
 }

 .sub-content {
     font-weight: 600;
     font-size: 30px;
     line-height: 100%;
     color: #FFFFFF;

 }

 .small-content {
     font-weight: 300;
     font-size: 25px;
     line-height: 100%;
     color: #FFFFFF;
     margin-top: 20px;
     margin-bottom: 30px;
 }

 @media (max-width: 991px) {
     .error-title {
         font-size: 30px;

     }

     .job-info-card {
         padding: 20px;
     }

     .job-info-card h4 {
         font-size: 20px;
     }

     .job-info-card ul li {
         font-size: 16px;
     }

     .title-404 {
         font-size: 250px;
     }

     .sub-content {
         font-size: 18px;
     }

     .small-content {
         font-size: 14px;
         margin-top: 16px;
         margin-bottom: 0;
     }

     .card.login-card {
         padding: 40px;
     }
 }


 @media (max-width: 767px) {
     .error-title {
         font-size: 20px;

     }

     .title-404 {
         font-size: 100px;
     }

     .sub-content {
         font-size: 16px;
         line-height: 1.3;
     }

     .small-content {
         font-size: 12px;
         margin-top: 10px;
         margin-bottom: 0;
     }

     .main-header .logo-box .logo img {
         width: 150px;
     }

     .card.login-card {
         padding: 30px 25px;
     }

     p.midlarge-text,
     span.midlarge-text {
         font-size: 16px;
     }


 }

 .custom-dropdown {
     position: relative;
     display: inline-block;
 }

 .custom-dropdown-btn {
     color: #000;
     padding: 10px 15px;
     border: none;
     border-radius: 5px;
     cursor: pointer;
     font-size: 16px;
 }

 .custom-dropdown-menu {
     display: none;
     position: absolute;
     top: 100%;
     right: 0;
     background-color: white;
     box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
     border-radius: 5px;
     min-width: 150px;
     overflow: hidden;
 }

 .custom-dropdown-menu a {
     display: block;
     padding: 10px;
     text-decoration: none;
     color: #333;
     transition: background 0.3s;
 }

 .custom-dropdown-menu a:hover {
     background-color: #f1f1f1;
 }

 .custom-show {
     display: block;
 }

 .circle-list {
     padding-left: 19px;
 }

 .circle-list li {
     list-style: disc;
 }

 .news-block-one .inner-box .lower-content p.text-15 {
     font-weight: 400;
     font-size: 15px;
     color: #3E3E3E;
     line-height: 20px;
 }

 h4.color-gray {
     color: #3E3E3E;
 }



 .why-sec2 figure.image-box-1 img {
     border-radius: 25px;
 }

 #resetPasswordModal .modal-content {
     background: #ECFFEE;
 }

 #resetPasswordModal input.form-control {
     background-color: #DFF5E2 !important;
     border-radius: 10px;
     padding: 0.875rem 0.75rem;
 }


 #app-list-data figure.image-box {
     max-height: 201px !important;
 }

 .inner-page-card-course {
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     padding: 75px 50px;
     border-radius: 25px;
     position: relative;
     z-index: 3;
     overflow: hidden;
     min-height: 580px;
     background-position: 50% 171%;
 }

 .inner-page-card-course p.course {
     color: #fff;
     font-weight: 600;
     font-size: 18px;
     line-height: 1.3;
     letter-spacing: 0%;
     text-align: left;
 }

 .inner-page-card-course h1.ctcourse {
     color: #fff;
     font-weight: 700;
     font-size: 40px;
     line-height: 50px;
     letter-spacing: 0%;
     text-align: left;
 }

 .inner-page-card-course h2.ctsubcourse {
     color: #fff;
     font-weight: 400;
     font-size: 30px;
     line-height: 35px;
     letter-spacing: 0%;
     text-align: left;
 }


 .inner-page-card-course .contact-section {
     background: #ECFFEE !important;
     border-radius: 25px !important;
 }

 h3.course-hero-sec-2 {
     color: #000;
     font-weight: 500;
     line-height: 1;
 }

 h3.course-hero-sec-2-1 {
    color: #000;
    font-weight: 500;
    line-height: 1;
    font-size: 17px;
    line-height: 1.5;
}
h3.course-hero-sec-2-1 a {
    color: #000;
}
 h3.course-hero-sec-2 a {
     font-size: 18px;
     color: #000;
     font-weight: 500;
 }

 p.error {
     font-size: 14px;
     color: red;
     margin-top: 2px;
     margin-bottom: 0;
 }

 .contact-section .form-inner .form-group label.error,
 label.error {
     font-size: 14px;
     color: red;
     margin-top: 2px;
     margin-bottom: 0;
 }

 .inner-page-card-course::after {
     content: '';
     background: #1d1d1d14;
     width: 100%;
     height: 100%;
     position: absolute;
     left: 0;
     top: 0;
     z-index: -1;
     opacity: 0.35;
 }

 @media (max-width: 991px) {
     .inner-page-card-course {
         padding: 50px 30px;
     }

     .inner-page-card-course h1.ctcourse {
         font-size: 30px;
         line-height: 1.3;
     }

     .inner-page-card-course h2.ctsubcourse {
         font-weight: 400;
         font-size: 19px;
         margin-bottom: 0 !important;
     }
 }

 @media (max-width: 767px) {
     .inner-page-card-course {
         padding: 30px 18px;
     }

     .inner-page-card-course h1.ctcourse {
         font-size: 24px;
     }

     .inner-page-card-course h2.ctsubcourse {
         font-size: 14px;
     }

     .inner-page-card-course p.course {
         text-align: center;
     }

     .contact-section .form-inner .form-group input[type='text'],
     .contact-section .form-inner .form-group input[type='email'],
     .contact-section .form-inner .form-group textarea {
         position: relative;
         display: block;
         width: 100%;
         height: 40px;
         background: #D4EDD7;
         border: 1px solid #D4EDD7;
         border-radius: 60px;
         font-size: 14px;
         color: #6E6E6E;
         padding: 10px 18px;
     }

 }

 .left-cours-col {
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     /* align-items: flex-end; */
 }

 /* Custom mobile-specific styles */
 @media (max-width: 991px) {
     .desktop-course-section {
         display: none !important;
     }

     .mobile-course-section {
         display: block !important;
     }
 }

 @media (min-width: 992px) {
     .mobile-course-section {
         display: none !important;
     }
 }

 .mobile-course-section .course-icons .icon-item {
     text-align: center;
     margin-bottom: 15px;
 }

 .mobile-course-section .course-icons .icon-item img {
     max-width: 60px;
     margin-bottom: 10px;
 }

 h1.ct-course-heading {
     font-size: 35px;
     font-weight: 400;
 }

 h1.ct-course-sub-heading {
     font-size: 40px;
     font-weight: 700;
     color: #449a63;
 }

 @media (max-width: 767px) {
     h1.ct-course-heading {
         font-size: 18px;
     }

     h1.ct-course-sub-heading {
         font-size: 20px;
     }

     .theme-btn.btn-five {
         width: auto;
     }

     .course-icons {
         display: flex;
         margin: 10px;
     }
 }

 .desktop-course-section {
     position: relative;
 }

 .content-wrapper {
    position: absolute;
    bottom: 70px;
    /* left: 50%; */
    right: 0;
    /* padding: 6rem 50px; */
    /* background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.3), transparent); */
    /* transform: translateX(-50%); */
    /* width: 100%; */
}


@media (max-width: 768px) {
    .inner-page-card-course {
        min-height: 400px;
        padding: 50px 30px;
    }
    
    .content-wrapper {
        padding: 1.5rem 30px;
    }
}

 /* Ensure the right column has enough height */
 .right-cours-col {
     position: relative;
     display: flex;
     align-items: center;
     min-height: 100%;
     /* Ensure it takes the full height of the parent */
 }

 /* Shift the form 50% down */
 .contact-section {
     position: relative;
     /* transform: translateY(50%); */
     /* Moves the form 50% down */
     width: 100%;
     z-index: 10;
     /* Ensure it’s above other elements */
 }

.modal-body .contact-section {
    transform: translateY(0);
}

 @media (max-width: 991px) {
     .contact-section {
         transform: translateY(0);
         /* Reset for mobile */
         margin-top: 20px;
         /* Add some spacing */
     }
 }

 /* Ensure the form doesn’t get clipped */
 .form-inner {
     width: 100%;
 }

 /* Optional: Adjust padding/margins if needed */
 .course-bg-image {
     overflow: visible !important;
     /* Prevent clipping */
 }




 .banner-container {
     display: flex;
     flex-wrap: wrap;
 }

 .content-section,
 .image-section {
     flex: 1 1 100%;
 }

 /* Desktop layout */
 @media (min-width: 992px) {
     .content-section {
         order: 1;
         flex: 0 0 58.333333%;
         /* col-lg-7 */
     }

     .image-section {
         order: 2;
         flex: 0 0 41.666667%;
         /* col-lg-5 */
     }
 }

 /* Mobile layout */
 @media (max-width: 991px) {
     .image-section {
         order: 1;
     }

     .content-section {
         order: 2;
     }
 }

 img.\35 0px-img {
     height: 50px;
 }


 .zz-course-table {
     width: 100%;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
     border-radius: 12px;
     overflow: hidden;
 }

 /* Header row */
 .zz-course-header {
     display: flex;
     flex-wrap: wrap;
     background-color: #CEF4D3;
     font-weight: 700;
 }

 .zz-course-header .zz-course-col1 {
     border-top-left-radius: 12px;
 }

 .zz-course-header .zz-course-col2 {
     border-top-right-radius: 12px;
 }

 /* Content rows */
 .zz-course-row {
     display: flex;
     flex-wrap: wrap;
     background-color: #ECFFEE;
 }

 /* Cells */
 .zz-course-cell {
     box-sizing: border-box;
     padding: 0 16px;
     line-height: 75px;
     font-size: 25px;
     font-weight: 400;
     letter-spacing: 0;
     border: 1px solid #cdeec3;
 }

 /* Header specific */
 .zz-course-header-cell {
     font-weight: 700;
 }

 /* Column layout for desktop */
 .zz-course-col1 {
     width: 30%;
 }

 .zz-course-col2 {
     width: 70%;
 }

 /* Mobile responsive */
 @media (max-width: 600px) {

     .zz-course-col1,
     .zz-course-col2 {
         width: 100%;
     }

     .zz-course-cell {
         font-size: 20px;
         line-height: 40px;
     }

     .zz-course-header .zz-course-col1,
     .zz-course-header .zz-course-col2 {
         border-radius: 0 !important;
     }

     .zz-course-header {
         border-top-left-radius: 12px;
         border-top-right-radius: 12px;
     }
 }

 @media (min-width: 1200px) {
     .ai_certification .inner-page-card {
         padding: 234px 0px;
     }
 }

.manufacturing-width {
    max-width: 1200px;
    margin: 0 auto;
}

ul.ct-list-unstyled {
    padding-left: 40px;
    list-style: square !important;
}
ul.ct-list-unstyled li {
    font-size: 20px;
    line-height: 1.7;
}

.container-card-area-aiml {
    background: #ECFFEE;
    border-radius: 25px;
}
.text-30 {
    font-size: 30px;
}
.text-3-0 {
    font-size: 25px;
    line-height: 1.2;
    padding-top: 5px;
    padding-bottom: 5px;

}
/* Alternatively, if you prefer a more specific selector for the heading */
.amll-content h3 a.text-30 {
    font-size: 30px !important;
}

ul.mid-list-2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 2.5;
    list-style-type: square;
}
 /* Mobile layout */
 @media (max-width: 768px) {
    ul.mid-list-2 {
       font-size: 15px;
       line-height: 1.5;
   }

.extra-card-cta-section .sub-title {
    font-size: 20px;
}

}

ul.mid-list-3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
}

.manufacturing-ai-table .table-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  .manufacturing-ai-table .table-container table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; /* Ensures equal column widths */
  }
  
  .manufacturing-ai-table .table-container th,
  .manufacturing-ai-table .table-container td {
    width: 50%; /* Make both columns exactly 50% width */
    text-align: left;
    padding: 20px;
    border: 1px solid #e0e0e0; /* Add borders to all cells */
  }
  
  .manufacturing-ai-table .table-container th {
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
  }
  
  .manufacturing-ai-table .table-container td {
    font-size: 1rem;
    line-height: 1.5;
    vertical-align: middle;
  }
  
  /* Mobile responsiveness */
  @media (max-width: 768px) {
    .manufacturing-ai-table .table-container th, 
    .manufacturing-ai-table .table-container td {
      padding: 15px;
      font-size: 0.9rem;
    }
    
    .manufacturing-ai-table .table-container th {
      font-size: 1rem;
    }
  }
  
  @media (max-width: 480px) {
    .manufacturing-ai-table .table-container th, 
    .manufacturing-ai-table .table-container td {
      padding: 12px 10px;
      font-size: 0.8rem;
    }
    
    .manufacturing-ai-table .table-container {
      border-radius: 8px;
    }
    
    /* Stack columns on mobile */
    .manufacturing-ai-table .table-container table, 
    .manufacturing-ai-table .table-container thead, 
    .manufacturing-ai-table .table-container tbody, 
    .manufacturing-ai-table .table-container th, 
    .manufacturing-ai-table .table-container td, 
    .manufacturing-ai-table .table-container tr {
      display: block;
      width: 100%; /* Full width on mobile */
    }
    
    .manufacturing-ai-table .table-container thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
    
    .manufacturing-ai-table .table-container tr {
      margin-bottom: 15px;
      border-bottom: 2px solid #ddd;
    }
    
    .manufacturing-ai-table .table-container td {
      border: 1px solid #e0e0e0;
      position: relative;
      padding-left: 50%;
      text-align: left; /* Keep left-aligned on mobile */
    }
    
    .manufacturing-ai-table .table-container td:before {
      position: absolute;
      top: 12px;
      left: 10px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
      font-weight: bold;
      text-align: left;
    }
    
    /* Add labels for mobile view */
    .manufacturing-ai-table .table-container td:nth-of-type(1):before { content: "Module"; }
    .manufacturing-ai-table .table-container td:nth-of-type(2):before { content: "Factory Relevance"; }
  }

  @media (max-width: 767px) {
    .pt_80 {
        padding-top: 40px;
    }
    .mb_40 {
        margin-bottom: 20px;
    }
    .text-30 {
        font-size: 1.25rem;
    }
    .text-3-0 {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .bg-clock-one {
        min-height: 120px;
    }
    /* Adjust AOS animations for mobile */
    [data-aos="fade-up"] {
        transition-duration: 500ms;
    }
    /* Overlay animation for mobile */
    .overlay-anim-white-bg {
        display: inline-block;
        position: relative;
        overflow: hidden;
    }
    .overlay-anim-white-bg::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        transform: translateX(-100%);
        transition: transform 0.6s ease;
    }
    .overlay-anim-white-bg.aos-animate::before {
        transform: translateX(100%);
    }
    ul.ct-list-unstyled li {
        font-size: 16px;
        line-height: 1.7;
    }
}
@media (max-width: 576px) {
    .text-30 {
        font-size: 1.125rem;
    }
    .text-3-0 {
        font-size: 0.75rem;
    }
    .order-md-2.order-3 .menu-right-content {
        margin-top: 30px;
    }

}


.hero-banner{
    padding-top: 80px;
}

.hero-banner-img{
    border-radius: 25px;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
}
.check-list-view{
    margin-top: 60px;
}
.check-list-view li img {
    margin-top: 2px;
}

.check-list-view li {
    color: #fff;
    font-size: 20px;
    margin-top: 14px;
    display: flex;
    align-items: flex-start;
}

.check-list-view.black-style li {
    color: #2F2F2F;
}
.check-list-view.large-space li{
    margin-top: 24px;

}
.course_why.bg-clock-one.small-title.black-text h3 {
    color: #0A1F1A !important;
}
.course_why.bg-clock-one.small-title.white-text h3 {
    color: #fff !important;
} 

.black-bg-card{
    background: #0A1F1A;
    border-radius: 25px;
    text-align: center;
    overflow: hidden;
}

.black-bg-card .row .col-lg-3:not(:last-child) {
    border-right: 1px solid #E4E4E4;
    margin-bottom: 16px;
}

.black-bg-card .row .col-lg-4:not(:last-child) {
    border-right: 1px solid #E4E4E4;
}
.only-title h3 {
    font-size: 20px;
    padding: 28px 35px;
}
.only-title {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.sqare-list-view {
    margin-top: 24px;
}
ul.sqare-list-view li {
    font-family: Sora;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 15px;
    list-style-type: square;
    margin-left: 24px;
}


h3.nirf-h {
    font-family: var(--title-font);
    font-weight: 600;
    color: #0c8c36;
    margin: 0px;
    font-weight: bold;
    font-size: 20px;
}

.hero-banner-itr {
    padding-top: 30px;  
    padding-bottom: 0px;
}
@media (max-width: 767px) {
    /* .ct-dbrchure {
        flex-direction: column;
    }   */
    .d-flex.align-items-center.gap-3 {
        display: flex;
        flex-direction: column;
    } 
    .ct-dbrchure {
        flex-direction: column-reverse;
    }
    
    .ct-dbrchure {
        /* position: absolute; */
        display: flex;
        flex-direction: column;
        flex-direction: column-reverse;
    }
    .check-list-view li {
        font-size: 16px;
    }
    h1.text-white.fw-bold.display-6.text-center.mb-4{
        font-size: 20px !important;
    }
    .hero-banner-img.position-relative{
        min-height: unset !important;
    }
    .hero-banner-img.position-relative .row{
        min-height: unset !important;
    }
    .hero-banner {
        padding-top: 40px;
    }
    .transfrm-sec {
        padding-top: 0 !important;
        padding-bottom: 40px !important;
    }
    .bottom-md{
        margin-top: 40px !important;
    }
    .real-world-sec{
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .check-list-view {
        margin-top: 30px;
    }
    ul.sqare-list-view li{
        font-size: 16px !important;
    }
    .landing-content{
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}

